aws-sdk-billingconductor 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-billingconductor/client.rb +1860 -0
- data/lib/aws-sdk-billingconductor/client_api.rb +1192 -0
- data/lib/aws-sdk-billingconductor/customizations.rb +0 -0
- data/lib/aws-sdk-billingconductor/errors.rb +210 -0
- data/lib/aws-sdk-billingconductor/resource.rb +26 -0
- data/lib/aws-sdk-billingconductor/types.rb +2835 -0
- data/lib/aws-sdk-billingconductor/waiters.rb +15 -0
- data/lib/aws-sdk-billingconductor.rb +54 -0
- metadata +91 -0
@@ -0,0 +1,1192 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::BillingConductor
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AWSCost = Shapes::StringShape.new(name: 'AWSCost')
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AccountAssociationsList = Shapes::ListShape.new(name: 'AccountAssociationsList')
|
19
|
+
AccountAssociationsListElement = Shapes::StructureShape.new(name: 'AccountAssociationsListElement')
|
20
|
+
AccountEmail = Shapes::StringShape.new(name: 'AccountEmail')
|
21
|
+
AccountGrouping = Shapes::StructureShape.new(name: 'AccountGrouping')
|
22
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
23
|
+
AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
|
24
|
+
AccountName = Shapes::StringShape.new(name: 'AccountName')
|
25
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
26
|
+
AssociateAccountsInput = Shapes::StructureShape.new(name: 'AssociateAccountsInput')
|
27
|
+
AssociateAccountsOutput = Shapes::StructureShape.new(name: 'AssociateAccountsOutput')
|
28
|
+
AssociatePricingRulesInput = Shapes::StructureShape.new(name: 'AssociatePricingRulesInput')
|
29
|
+
AssociatePricingRulesOutput = Shapes::StructureShape.new(name: 'AssociatePricingRulesOutput')
|
30
|
+
AssociateResourceError = Shapes::StructureShape.new(name: 'AssociateResourceError')
|
31
|
+
AssociateResourceErrorReason = Shapes::StringShape.new(name: 'AssociateResourceErrorReason')
|
32
|
+
AssociateResourceResponseElement = Shapes::StructureShape.new(name: 'AssociateResourceResponseElement')
|
33
|
+
AssociateResourcesResponseList = Shapes::ListShape.new(name: 'AssociateResourcesResponseList')
|
34
|
+
Association = Shapes::StringShape.new(name: 'Association')
|
35
|
+
BatchAssociateResourcesToCustomLineItemInput = Shapes::StructureShape.new(name: 'BatchAssociateResourcesToCustomLineItemInput')
|
36
|
+
BatchAssociateResourcesToCustomLineItemOutput = Shapes::StructureShape.new(name: 'BatchAssociateResourcesToCustomLineItemOutput')
|
37
|
+
BatchDisassociateResourcesFromCustomLineItemInput = Shapes::StructureShape.new(name: 'BatchDisassociateResourcesFromCustomLineItemInput')
|
38
|
+
BatchDisassociateResourcesFromCustomLineItemOutput = Shapes::StructureShape.new(name: 'BatchDisassociateResourcesFromCustomLineItemOutput')
|
39
|
+
BillingGroupArn = Shapes::StringShape.new(name: 'BillingGroupArn')
|
40
|
+
BillingGroupArnList = Shapes::ListShape.new(name: 'BillingGroupArnList')
|
41
|
+
BillingGroupCostReportElement = Shapes::StructureShape.new(name: 'BillingGroupCostReportElement')
|
42
|
+
BillingGroupCostReportList = Shapes::ListShape.new(name: 'BillingGroupCostReportList')
|
43
|
+
BillingGroupDescription = Shapes::StringShape.new(name: 'BillingGroupDescription')
|
44
|
+
BillingGroupFullArn = Shapes::StringShape.new(name: 'BillingGroupFullArn')
|
45
|
+
BillingGroupList = Shapes::ListShape.new(name: 'BillingGroupList')
|
46
|
+
BillingGroupListElement = Shapes::StructureShape.new(name: 'BillingGroupListElement')
|
47
|
+
BillingGroupName = Shapes::StringShape.new(name: 'BillingGroupName')
|
48
|
+
BillingGroupStatus = Shapes::StringShape.new(name: 'BillingGroupStatus')
|
49
|
+
BillingGroupStatusReason = Shapes::StringShape.new(name: 'BillingGroupStatusReason')
|
50
|
+
BillingPeriod = Shapes::StringShape.new(name: 'BillingPeriod')
|
51
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
52
|
+
ComputationPreference = Shapes::StructureShape.new(name: 'ComputationPreference')
|
53
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
54
|
+
CreateBillingGroupInput = Shapes::StructureShape.new(name: 'CreateBillingGroupInput')
|
55
|
+
CreateBillingGroupOutput = Shapes::StructureShape.new(name: 'CreateBillingGroupOutput')
|
56
|
+
CreateCustomLineItemInput = Shapes::StructureShape.new(name: 'CreateCustomLineItemInput')
|
57
|
+
CreateCustomLineItemOutput = Shapes::StructureShape.new(name: 'CreateCustomLineItemOutput')
|
58
|
+
CreatePricingPlanInput = Shapes::StructureShape.new(name: 'CreatePricingPlanInput')
|
59
|
+
CreatePricingPlanOutput = Shapes::StructureShape.new(name: 'CreatePricingPlanOutput')
|
60
|
+
CreatePricingRuleInput = Shapes::StructureShape.new(name: 'CreatePricingRuleInput')
|
61
|
+
CreatePricingRuleOutput = Shapes::StructureShape.new(name: 'CreatePricingRuleOutput')
|
62
|
+
Currency = Shapes::StringShape.new(name: 'Currency')
|
63
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
64
|
+
CustomLineItemArn = Shapes::StringShape.new(name: 'CustomLineItemArn')
|
65
|
+
CustomLineItemArns = Shapes::ListShape.new(name: 'CustomLineItemArns')
|
66
|
+
CustomLineItemAssociationElement = Shapes::StringShape.new(name: 'CustomLineItemAssociationElement')
|
67
|
+
CustomLineItemAssociationsList = Shapes::ListShape.new(name: 'CustomLineItemAssociationsList')
|
68
|
+
CustomLineItemBatchAssociationsList = Shapes::ListShape.new(name: 'CustomLineItemBatchAssociationsList')
|
69
|
+
CustomLineItemBatchDisassociationsList = Shapes::ListShape.new(name: 'CustomLineItemBatchDisassociationsList')
|
70
|
+
CustomLineItemBillingPeriodRange = Shapes::StructureShape.new(name: 'CustomLineItemBillingPeriodRange')
|
71
|
+
CustomLineItemChargeDetails = Shapes::StructureShape.new(name: 'CustomLineItemChargeDetails')
|
72
|
+
CustomLineItemChargeValue = Shapes::FloatShape.new(name: 'CustomLineItemChargeValue')
|
73
|
+
CustomLineItemDescription = Shapes::StringShape.new(name: 'CustomLineItemDescription')
|
74
|
+
CustomLineItemFlatChargeDetails = Shapes::StructureShape.new(name: 'CustomLineItemFlatChargeDetails')
|
75
|
+
CustomLineItemList = Shapes::ListShape.new(name: 'CustomLineItemList')
|
76
|
+
CustomLineItemListElement = Shapes::StructureShape.new(name: 'CustomLineItemListElement')
|
77
|
+
CustomLineItemName = Shapes::StringShape.new(name: 'CustomLineItemName')
|
78
|
+
CustomLineItemNameList = Shapes::ListShape.new(name: 'CustomLineItemNameList')
|
79
|
+
CustomLineItemPercentageChargeDetails = Shapes::StructureShape.new(name: 'CustomLineItemPercentageChargeDetails')
|
80
|
+
CustomLineItemPercentageChargeValue = Shapes::FloatShape.new(name: 'CustomLineItemPercentageChargeValue')
|
81
|
+
CustomLineItemProductCode = Shapes::StringShape.new(name: 'CustomLineItemProductCode')
|
82
|
+
CustomLineItemRelationship = Shapes::StringShape.new(name: 'CustomLineItemRelationship')
|
83
|
+
CustomLineItemType = Shapes::StringShape.new(name: 'CustomLineItemType')
|
84
|
+
DeleteBillingGroupInput = Shapes::StructureShape.new(name: 'DeleteBillingGroupInput')
|
85
|
+
DeleteBillingGroupOutput = Shapes::StructureShape.new(name: 'DeleteBillingGroupOutput')
|
86
|
+
DeleteCustomLineItemInput = Shapes::StructureShape.new(name: 'DeleteCustomLineItemInput')
|
87
|
+
DeleteCustomLineItemOutput = Shapes::StructureShape.new(name: 'DeleteCustomLineItemOutput')
|
88
|
+
DeletePricingPlanInput = Shapes::StructureShape.new(name: 'DeletePricingPlanInput')
|
89
|
+
DeletePricingPlanOutput = Shapes::StructureShape.new(name: 'DeletePricingPlanOutput')
|
90
|
+
DeletePricingRuleInput = Shapes::StructureShape.new(name: 'DeletePricingRuleInput')
|
91
|
+
DeletePricingRuleOutput = Shapes::StructureShape.new(name: 'DeletePricingRuleOutput')
|
92
|
+
DisassociateAccountsInput = Shapes::StructureShape.new(name: 'DisassociateAccountsInput')
|
93
|
+
DisassociateAccountsOutput = Shapes::StructureShape.new(name: 'DisassociateAccountsOutput')
|
94
|
+
DisassociatePricingRulesInput = Shapes::StructureShape.new(name: 'DisassociatePricingRulesInput')
|
95
|
+
DisassociatePricingRulesOutput = Shapes::StructureShape.new(name: 'DisassociatePricingRulesOutput')
|
96
|
+
DisassociateResourceResponseElement = Shapes::StructureShape.new(name: 'DisassociateResourceResponseElement')
|
97
|
+
DisassociateResourcesResponseList = Shapes::ListShape.new(name: 'DisassociateResourcesResponseList')
|
98
|
+
Instant = Shapes::IntegerShape.new(name: 'Instant')
|
99
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
100
|
+
ListAccountAssociationsFilter = Shapes::StructureShape.new(name: 'ListAccountAssociationsFilter')
|
101
|
+
ListAccountAssociationsInput = Shapes::StructureShape.new(name: 'ListAccountAssociationsInput')
|
102
|
+
ListAccountAssociationsOutput = Shapes::StructureShape.new(name: 'ListAccountAssociationsOutput')
|
103
|
+
ListBillingGroupCostReportsFilter = Shapes::StructureShape.new(name: 'ListBillingGroupCostReportsFilter')
|
104
|
+
ListBillingGroupCostReportsInput = Shapes::StructureShape.new(name: 'ListBillingGroupCostReportsInput')
|
105
|
+
ListBillingGroupCostReportsOutput = Shapes::StructureShape.new(name: 'ListBillingGroupCostReportsOutput')
|
106
|
+
ListBillingGroupsFilter = Shapes::StructureShape.new(name: 'ListBillingGroupsFilter')
|
107
|
+
ListBillingGroupsInput = Shapes::StructureShape.new(name: 'ListBillingGroupsInput')
|
108
|
+
ListBillingGroupsOutput = Shapes::StructureShape.new(name: 'ListBillingGroupsOutput')
|
109
|
+
ListCustomLineItemChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemChargeDetails')
|
110
|
+
ListCustomLineItemFlatChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemFlatChargeDetails')
|
111
|
+
ListCustomLineItemPercentageChargeDetails = Shapes::StructureShape.new(name: 'ListCustomLineItemPercentageChargeDetails')
|
112
|
+
ListCustomLineItemsFilter = Shapes::StructureShape.new(name: 'ListCustomLineItemsFilter')
|
113
|
+
ListCustomLineItemsInput = Shapes::StructureShape.new(name: 'ListCustomLineItemsInput')
|
114
|
+
ListCustomLineItemsOutput = Shapes::StructureShape.new(name: 'ListCustomLineItemsOutput')
|
115
|
+
ListPricingPlansAssociatedWithPricingRuleInput = Shapes::StructureShape.new(name: 'ListPricingPlansAssociatedWithPricingRuleInput')
|
116
|
+
ListPricingPlansAssociatedWithPricingRuleOutput = Shapes::StructureShape.new(name: 'ListPricingPlansAssociatedWithPricingRuleOutput')
|
117
|
+
ListPricingPlansFilter = Shapes::StructureShape.new(name: 'ListPricingPlansFilter')
|
118
|
+
ListPricingPlansInput = Shapes::StructureShape.new(name: 'ListPricingPlansInput')
|
119
|
+
ListPricingPlansOutput = Shapes::StructureShape.new(name: 'ListPricingPlansOutput')
|
120
|
+
ListPricingRulesAssociatedToPricingPlanInput = Shapes::StructureShape.new(name: 'ListPricingRulesAssociatedToPricingPlanInput')
|
121
|
+
ListPricingRulesAssociatedToPricingPlanOutput = Shapes::StructureShape.new(name: 'ListPricingRulesAssociatedToPricingPlanOutput')
|
122
|
+
ListPricingRulesFilter = Shapes::StructureShape.new(name: 'ListPricingRulesFilter')
|
123
|
+
ListPricingRulesInput = Shapes::StructureShape.new(name: 'ListPricingRulesInput')
|
124
|
+
ListPricingRulesOutput = Shapes::StructureShape.new(name: 'ListPricingRulesOutput')
|
125
|
+
ListResourcesAssociatedToCustomLineItemFilter = Shapes::StructureShape.new(name: 'ListResourcesAssociatedToCustomLineItemFilter')
|
126
|
+
ListResourcesAssociatedToCustomLineItemInput = Shapes::StructureShape.new(name: 'ListResourcesAssociatedToCustomLineItemInput')
|
127
|
+
ListResourcesAssociatedToCustomLineItemOutput = Shapes::StructureShape.new(name: 'ListResourcesAssociatedToCustomLineItemOutput')
|
128
|
+
ListResourcesAssociatedToCustomLineItemResponseElement = Shapes::StructureShape.new(name: 'ListResourcesAssociatedToCustomLineItemResponseElement')
|
129
|
+
ListResourcesAssociatedToCustomLineItemResponseList = Shapes::ListShape.new(name: 'ListResourcesAssociatedToCustomLineItemResponseList')
|
130
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
131
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
132
|
+
Margin = Shapes::StringShape.new(name: 'Margin')
|
133
|
+
MarginPercentage = Shapes::StringShape.new(name: 'MarginPercentage')
|
134
|
+
MaxBillingGroupResults = Shapes::IntegerShape.new(name: 'MaxBillingGroupResults')
|
135
|
+
MaxCustomLineItemResults = Shapes::IntegerShape.new(name: 'MaxCustomLineItemResults')
|
136
|
+
MaxPricingPlanResults = Shapes::IntegerShape.new(name: 'MaxPricingPlanResults')
|
137
|
+
MaxPricingRuleResults = Shapes::IntegerShape.new(name: 'MaxPricingRuleResults')
|
138
|
+
ModifierPercentage = Shapes::FloatShape.new(name: 'ModifierPercentage')
|
139
|
+
NumberOfAccounts = Shapes::IntegerShape.new(name: 'NumberOfAccounts')
|
140
|
+
NumberOfAssociatedPricingRules = Shapes::IntegerShape.new(name: 'NumberOfAssociatedPricingRules')
|
141
|
+
NumberOfAssociations = Shapes::IntegerShape.new(name: 'NumberOfAssociations')
|
142
|
+
NumberOfPricingPlansAssociatedWith = Shapes::IntegerShape.new(name: 'NumberOfPricingPlansAssociatedWith')
|
143
|
+
PricingPlanArn = Shapes::StringShape.new(name: 'PricingPlanArn')
|
144
|
+
PricingPlanArns = Shapes::ListShape.new(name: 'PricingPlanArns')
|
145
|
+
PricingPlanDescription = Shapes::StringShape.new(name: 'PricingPlanDescription')
|
146
|
+
PricingPlanFullArn = Shapes::StringShape.new(name: 'PricingPlanFullArn')
|
147
|
+
PricingPlanList = Shapes::ListShape.new(name: 'PricingPlanList')
|
148
|
+
PricingPlanListElement = Shapes::StructureShape.new(name: 'PricingPlanListElement')
|
149
|
+
PricingPlanName = Shapes::StringShape.new(name: 'PricingPlanName')
|
150
|
+
PricingRuleArn = Shapes::StringShape.new(name: 'PricingRuleArn')
|
151
|
+
PricingRuleArns = Shapes::ListShape.new(name: 'PricingRuleArns')
|
152
|
+
PricingRuleArnsInput = Shapes::ListShape.new(name: 'PricingRuleArnsInput')
|
153
|
+
PricingRuleArnsNonEmptyInput = Shapes::ListShape.new(name: 'PricingRuleArnsNonEmptyInput')
|
154
|
+
PricingRuleDescription = Shapes::StringShape.new(name: 'PricingRuleDescription')
|
155
|
+
PricingRuleList = Shapes::ListShape.new(name: 'PricingRuleList')
|
156
|
+
PricingRuleListElement = Shapes::StructureShape.new(name: 'PricingRuleListElement')
|
157
|
+
PricingRuleName = Shapes::StringShape.new(name: 'PricingRuleName')
|
158
|
+
PricingRuleScope = Shapes::StringShape.new(name: 'PricingRuleScope')
|
159
|
+
PricingRuleType = Shapes::StringShape.new(name: 'PricingRuleType')
|
160
|
+
ProformaCost = Shapes::StringShape.new(name: 'ProformaCost')
|
161
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
162
|
+
RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
|
163
|
+
Service = Shapes::StringShape.new(name: 'Service')
|
164
|
+
ServiceLimitExceededException = Shapes::StructureShape.new(name: 'ServiceLimitExceededException')
|
165
|
+
String = Shapes::StringShape.new(name: 'String')
|
166
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
167
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
168
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
169
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
170
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
171
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
172
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
173
|
+
Token = Shapes::StringShape.new(name: 'Token')
|
174
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
175
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
176
|
+
UpdateBillingGroupInput = Shapes::StructureShape.new(name: 'UpdateBillingGroupInput')
|
177
|
+
UpdateBillingGroupOutput = Shapes::StructureShape.new(name: 'UpdateBillingGroupOutput')
|
178
|
+
UpdateCustomLineItemChargeDetails = Shapes::StructureShape.new(name: 'UpdateCustomLineItemChargeDetails')
|
179
|
+
UpdateCustomLineItemFlatChargeDetails = Shapes::StructureShape.new(name: 'UpdateCustomLineItemFlatChargeDetails')
|
180
|
+
UpdateCustomLineItemInput = Shapes::StructureShape.new(name: 'UpdateCustomLineItemInput')
|
181
|
+
UpdateCustomLineItemOutput = Shapes::StructureShape.new(name: 'UpdateCustomLineItemOutput')
|
182
|
+
UpdateCustomLineItemPercentageChargeDetails = Shapes::StructureShape.new(name: 'UpdateCustomLineItemPercentageChargeDetails')
|
183
|
+
UpdatePricingPlanInput = Shapes::StructureShape.new(name: 'UpdatePricingPlanInput')
|
184
|
+
UpdatePricingPlanOutput = Shapes::StructureShape.new(name: 'UpdatePricingPlanOutput')
|
185
|
+
UpdatePricingRuleInput = Shapes::StructureShape.new(name: 'UpdatePricingRuleInput')
|
186
|
+
UpdatePricingRuleOutput = Shapes::StructureShape.new(name: 'UpdatePricingRuleOutput')
|
187
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
188
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
189
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
190
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
191
|
+
|
192
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
193
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
194
|
+
|
195
|
+
AccountAssociationsList.member = Shapes::ShapeRef.new(shape: AccountAssociationsListElement)
|
196
|
+
|
197
|
+
AccountAssociationsListElement.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
198
|
+
AccountAssociationsListElement.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "BillingGroupArn"))
|
199
|
+
AccountAssociationsListElement.add_member(:account_name, Shapes::ShapeRef.new(shape: AccountName, location_name: "AccountName"))
|
200
|
+
AccountAssociationsListElement.add_member(:account_email, Shapes::ShapeRef.new(shape: AccountEmail, location_name: "AccountEmail"))
|
201
|
+
AccountAssociationsListElement.struct_class = Types::AccountAssociationsListElement
|
202
|
+
|
203
|
+
AccountGrouping.add_member(:linked_account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "LinkedAccountIds"))
|
204
|
+
AccountGrouping.struct_class = Types::AccountGrouping
|
205
|
+
|
206
|
+
AccountIdList.member = Shapes::ShapeRef.new(shape: AccountId)
|
207
|
+
|
208
|
+
AssociateAccountsInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
|
209
|
+
AssociateAccountsInput.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "AccountIds"))
|
210
|
+
AssociateAccountsInput.struct_class = Types::AssociateAccountsInput
|
211
|
+
|
212
|
+
AssociateAccountsOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
213
|
+
AssociateAccountsOutput.struct_class = Types::AssociateAccountsOutput
|
214
|
+
|
215
|
+
AssociatePricingRulesInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, required: true, location_name: "Arn"))
|
216
|
+
AssociatePricingRulesInput.add_member(:pricing_rule_arns, Shapes::ShapeRef.new(shape: PricingRuleArnsNonEmptyInput, required: true, location_name: "PricingRuleArns"))
|
217
|
+
AssociatePricingRulesInput.struct_class = Types::AssociatePricingRulesInput
|
218
|
+
|
219
|
+
AssociatePricingRulesOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
220
|
+
AssociatePricingRulesOutput.struct_class = Types::AssociatePricingRulesOutput
|
221
|
+
|
222
|
+
AssociateResourceError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
223
|
+
AssociateResourceError.add_member(:reason, Shapes::ShapeRef.new(shape: AssociateResourceErrorReason, location_name: "Reason"))
|
224
|
+
AssociateResourceError.struct_class = Types::AssociateResourceError
|
225
|
+
|
226
|
+
AssociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
227
|
+
AssociateResourceResponseElement.add_member(:error, Shapes::ShapeRef.new(shape: AssociateResourceError, location_name: "Error"))
|
228
|
+
AssociateResourceResponseElement.struct_class = Types::AssociateResourceResponseElement
|
229
|
+
|
230
|
+
AssociateResourcesResponseList.member = Shapes::ShapeRef.new(shape: AssociateResourceResponseElement)
|
231
|
+
|
232
|
+
BatchAssociateResourcesToCustomLineItemInput.add_member(:target_arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "TargetArn"))
|
233
|
+
BatchAssociateResourcesToCustomLineItemInput.add_member(:resource_arns, Shapes::ShapeRef.new(shape: CustomLineItemBatchAssociationsList, required: true, location_name: "ResourceArns"))
|
234
|
+
BatchAssociateResourcesToCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
|
235
|
+
BatchAssociateResourcesToCustomLineItemInput.struct_class = Types::BatchAssociateResourcesToCustomLineItemInput
|
236
|
+
|
237
|
+
BatchAssociateResourcesToCustomLineItemOutput.add_member(:successfully_associated_resources, Shapes::ShapeRef.new(shape: AssociateResourcesResponseList, location_name: "SuccessfullyAssociatedResources"))
|
238
|
+
BatchAssociateResourcesToCustomLineItemOutput.add_member(:failed_associated_resources, Shapes::ShapeRef.new(shape: AssociateResourcesResponseList, location_name: "FailedAssociatedResources"))
|
239
|
+
BatchAssociateResourcesToCustomLineItemOutput.struct_class = Types::BatchAssociateResourcesToCustomLineItemOutput
|
240
|
+
|
241
|
+
BatchDisassociateResourcesFromCustomLineItemInput.add_member(:target_arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "TargetArn"))
|
242
|
+
BatchDisassociateResourcesFromCustomLineItemInput.add_member(:resource_arns, Shapes::ShapeRef.new(shape: CustomLineItemBatchDisassociationsList, required: true, location_name: "ResourceArns"))
|
243
|
+
BatchDisassociateResourcesFromCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
|
244
|
+
BatchDisassociateResourcesFromCustomLineItemInput.struct_class = Types::BatchDisassociateResourcesFromCustomLineItemInput
|
245
|
+
|
246
|
+
BatchDisassociateResourcesFromCustomLineItemOutput.add_member(:successfully_disassociated_resources, Shapes::ShapeRef.new(shape: DisassociateResourcesResponseList, location_name: "SuccessfullyDisassociatedResources"))
|
247
|
+
BatchDisassociateResourcesFromCustomLineItemOutput.add_member(:failed_disassociated_resources, Shapes::ShapeRef.new(shape: DisassociateResourcesResponseList, location_name: "FailedDisassociatedResources"))
|
248
|
+
BatchDisassociateResourcesFromCustomLineItemOutput.struct_class = Types::BatchDisassociateResourcesFromCustomLineItemOutput
|
249
|
+
|
250
|
+
BillingGroupArnList.member = Shapes::ShapeRef.new(shape: BillingGroupArn)
|
251
|
+
|
252
|
+
BillingGroupCostReportElement.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
253
|
+
BillingGroupCostReportElement.add_member(:aws_cost, Shapes::ShapeRef.new(shape: AWSCost, location_name: "AWSCost"))
|
254
|
+
BillingGroupCostReportElement.add_member(:proforma_cost, Shapes::ShapeRef.new(shape: ProformaCost, location_name: "ProformaCost"))
|
255
|
+
BillingGroupCostReportElement.add_member(:margin, Shapes::ShapeRef.new(shape: Margin, location_name: "Margin"))
|
256
|
+
BillingGroupCostReportElement.add_member(:margin_percentage, Shapes::ShapeRef.new(shape: MarginPercentage, location_name: "MarginPercentage"))
|
257
|
+
BillingGroupCostReportElement.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, location_name: "Currency"))
|
258
|
+
BillingGroupCostReportElement.struct_class = Types::BillingGroupCostReportElement
|
259
|
+
|
260
|
+
BillingGroupCostReportList.member = Shapes::ShapeRef.new(shape: BillingGroupCostReportElement)
|
261
|
+
|
262
|
+
BillingGroupList.member = Shapes::ShapeRef.new(shape: BillingGroupListElement)
|
263
|
+
|
264
|
+
BillingGroupListElement.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "Name"))
|
265
|
+
BillingGroupListElement.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
266
|
+
BillingGroupListElement.add_member(:description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "Description"))
|
267
|
+
BillingGroupListElement.add_member(:primary_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "PrimaryAccountId"))
|
268
|
+
BillingGroupListElement.add_member(:computation_preference, Shapes::ShapeRef.new(shape: ComputationPreference, location_name: "ComputationPreference"))
|
269
|
+
BillingGroupListElement.add_member(:size, Shapes::ShapeRef.new(shape: NumberOfAccounts, location_name: "Size"))
|
270
|
+
BillingGroupListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
|
271
|
+
BillingGroupListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
272
|
+
BillingGroupListElement.add_member(:status, Shapes::ShapeRef.new(shape: BillingGroupStatus, location_name: "Status"))
|
273
|
+
BillingGroupListElement.add_member(:status_reason, Shapes::ShapeRef.new(shape: BillingGroupStatusReason, location_name: "StatusReason"))
|
274
|
+
BillingGroupListElement.struct_class = Types::BillingGroupListElement
|
275
|
+
|
276
|
+
ComputationPreference.add_member(:pricing_plan_arn, Shapes::ShapeRef.new(shape: PricingPlanFullArn, required: true, location_name: "PricingPlanArn"))
|
277
|
+
ComputationPreference.struct_class = Types::ComputationPreference
|
278
|
+
|
279
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
280
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
281
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
|
282
|
+
ConflictException.struct_class = Types::ConflictException
|
283
|
+
|
284
|
+
CreateBillingGroupInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
|
285
|
+
CreateBillingGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, required: true, location_name: "Name"))
|
286
|
+
CreateBillingGroupInput.add_member(:account_grouping, Shapes::ShapeRef.new(shape: AccountGrouping, required: true, location_name: "AccountGrouping"))
|
287
|
+
CreateBillingGroupInput.add_member(:computation_preference, Shapes::ShapeRef.new(shape: ComputationPreference, required: true, location_name: "ComputationPreference"))
|
288
|
+
CreateBillingGroupInput.add_member(:primary_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "PrimaryAccountId"))
|
289
|
+
CreateBillingGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "Description"))
|
290
|
+
CreateBillingGroupInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
291
|
+
CreateBillingGroupInput.struct_class = Types::CreateBillingGroupInput
|
292
|
+
|
293
|
+
CreateBillingGroupOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
294
|
+
CreateBillingGroupOutput.struct_class = Types::CreateBillingGroupOutput
|
295
|
+
|
296
|
+
CreateCustomLineItemInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
|
297
|
+
CreateCustomLineItemInput.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, required: true, location_name: "Name"))
|
298
|
+
CreateCustomLineItemInput.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, required: true, location_name: "Description"))
|
299
|
+
CreateCustomLineItemInput.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "BillingGroupArn"))
|
300
|
+
CreateCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
|
301
|
+
CreateCustomLineItemInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
302
|
+
CreateCustomLineItemInput.add_member(:charge_details, Shapes::ShapeRef.new(shape: CustomLineItemChargeDetails, required: true, location_name: "ChargeDetails"))
|
303
|
+
CreateCustomLineItemInput.struct_class = Types::CreateCustomLineItemInput
|
304
|
+
|
305
|
+
CreateCustomLineItemOutput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
306
|
+
CreateCustomLineItemOutput.struct_class = Types::CreateCustomLineItemOutput
|
307
|
+
|
308
|
+
CreatePricingPlanInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
|
309
|
+
CreatePricingPlanInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingPlanName, required: true, location_name: "Name"))
|
310
|
+
CreatePricingPlanInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingPlanDescription, location_name: "Description"))
|
311
|
+
CreatePricingPlanInput.add_member(:pricing_rule_arns, Shapes::ShapeRef.new(shape: PricingRuleArnsInput, location_name: "PricingRuleArns"))
|
312
|
+
CreatePricingPlanInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
313
|
+
CreatePricingPlanInput.struct_class = Types::CreatePricingPlanInput
|
314
|
+
|
315
|
+
CreatePricingPlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
316
|
+
CreatePricingPlanOutput.struct_class = Types::CreatePricingPlanOutput
|
317
|
+
|
318
|
+
CreatePricingRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amzn-Client-Token", metadata: {"idempotencyToken"=>true}))
|
319
|
+
CreatePricingRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingRuleName, required: true, location_name: "Name"))
|
320
|
+
CreatePricingRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingRuleDescription, location_name: "Description"))
|
321
|
+
CreatePricingRuleInput.add_member(:scope, Shapes::ShapeRef.new(shape: PricingRuleScope, required: true, location_name: "Scope"))
|
322
|
+
CreatePricingRuleInput.add_member(:type, Shapes::ShapeRef.new(shape: PricingRuleType, required: true, location_name: "Type"))
|
323
|
+
CreatePricingRuleInput.add_member(:modifier_percentage, Shapes::ShapeRef.new(shape: ModifierPercentage, required: true, location_name: "ModifierPercentage"))
|
324
|
+
CreatePricingRuleInput.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "Service"))
|
325
|
+
CreatePricingRuleInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
326
|
+
CreatePricingRuleInput.struct_class = Types::CreatePricingRuleInput
|
327
|
+
|
328
|
+
CreatePricingRuleOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "Arn"))
|
329
|
+
CreatePricingRuleOutput.struct_class = Types::CreatePricingRuleOutput
|
330
|
+
|
331
|
+
CustomLineItemArns.member = Shapes::ShapeRef.new(shape: CustomLineItemArn)
|
332
|
+
|
333
|
+
CustomLineItemAssociationsList.member = Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement)
|
334
|
+
|
335
|
+
CustomLineItemBatchAssociationsList.member = Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement)
|
336
|
+
|
337
|
+
CustomLineItemBatchDisassociationsList.member = Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement)
|
338
|
+
|
339
|
+
CustomLineItemBillingPeriodRange.add_member(:inclusive_start_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, required: true, location_name: "InclusiveStartBillingPeriod"))
|
340
|
+
CustomLineItemBillingPeriodRange.add_member(:exclusive_end_billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, required: true, location_name: "ExclusiveEndBillingPeriod"))
|
341
|
+
CustomLineItemBillingPeriodRange.struct_class = Types::CustomLineItemBillingPeriodRange
|
342
|
+
|
343
|
+
CustomLineItemChargeDetails.add_member(:flat, Shapes::ShapeRef.new(shape: CustomLineItemFlatChargeDetails, location_name: "Flat"))
|
344
|
+
CustomLineItemChargeDetails.add_member(:percentage, Shapes::ShapeRef.new(shape: CustomLineItemPercentageChargeDetails, location_name: "Percentage"))
|
345
|
+
CustomLineItemChargeDetails.add_member(:type, Shapes::ShapeRef.new(shape: CustomLineItemType, required: true, location_name: "Type"))
|
346
|
+
CustomLineItemChargeDetails.struct_class = Types::CustomLineItemChargeDetails
|
347
|
+
|
348
|
+
CustomLineItemFlatChargeDetails.add_member(:charge_value, Shapes::ShapeRef.new(shape: CustomLineItemChargeValue, required: true, location_name: "ChargeValue"))
|
349
|
+
CustomLineItemFlatChargeDetails.struct_class = Types::CustomLineItemFlatChargeDetails
|
350
|
+
|
351
|
+
CustomLineItemList.member = Shapes::ShapeRef.new(shape: CustomLineItemListElement)
|
352
|
+
|
353
|
+
CustomLineItemListElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
354
|
+
CustomLineItemListElement.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, location_name: "Name"))
|
355
|
+
CustomLineItemListElement.add_member(:charge_details, Shapes::ShapeRef.new(shape: ListCustomLineItemChargeDetails, location_name: "ChargeDetails"))
|
356
|
+
CustomLineItemListElement.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, location_name: "CurrencyCode"))
|
357
|
+
CustomLineItemListElement.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, location_name: "Description"))
|
358
|
+
CustomLineItemListElement.add_member(:product_code, Shapes::ShapeRef.new(shape: CustomLineItemProductCode, location_name: "ProductCode"))
|
359
|
+
CustomLineItemListElement.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "BillingGroupArn"))
|
360
|
+
CustomLineItemListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
|
361
|
+
CustomLineItemListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
362
|
+
CustomLineItemListElement.add_member(:association_size, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "AssociationSize"))
|
363
|
+
CustomLineItemListElement.struct_class = Types::CustomLineItemListElement
|
364
|
+
|
365
|
+
CustomLineItemNameList.member = Shapes::ShapeRef.new(shape: CustomLineItemName)
|
366
|
+
|
367
|
+
CustomLineItemPercentageChargeDetails.add_member(:percentage_value, Shapes::ShapeRef.new(shape: CustomLineItemPercentageChargeValue, required: true, location_name: "PercentageValue"))
|
368
|
+
CustomLineItemPercentageChargeDetails.add_member(:associated_values, Shapes::ShapeRef.new(shape: CustomLineItemAssociationsList, location_name: "AssociatedValues"))
|
369
|
+
CustomLineItemPercentageChargeDetails.struct_class = Types::CustomLineItemPercentageChargeDetails
|
370
|
+
|
371
|
+
DeleteBillingGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
|
372
|
+
DeleteBillingGroupInput.struct_class = Types::DeleteBillingGroupInput
|
373
|
+
|
374
|
+
DeleteBillingGroupOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
375
|
+
DeleteBillingGroupOutput.struct_class = Types::DeleteBillingGroupOutput
|
376
|
+
|
377
|
+
DeleteCustomLineItemInput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "Arn"))
|
378
|
+
DeleteCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
|
379
|
+
DeleteCustomLineItemInput.struct_class = Types::DeleteCustomLineItemInput
|
380
|
+
|
381
|
+
DeleteCustomLineItemOutput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
382
|
+
DeleteCustomLineItemOutput.struct_class = Types::DeleteCustomLineItemOutput
|
383
|
+
|
384
|
+
DeletePricingPlanInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, required: true, location_name: "Arn"))
|
385
|
+
DeletePricingPlanInput.struct_class = Types::DeletePricingPlanInput
|
386
|
+
|
387
|
+
DeletePricingPlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
388
|
+
DeletePricingPlanOutput.struct_class = Types::DeletePricingPlanOutput
|
389
|
+
|
390
|
+
DeletePricingRuleInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, required: true, location_name: "Arn"))
|
391
|
+
DeletePricingRuleInput.struct_class = Types::DeletePricingRuleInput
|
392
|
+
|
393
|
+
DeletePricingRuleOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "Arn"))
|
394
|
+
DeletePricingRuleOutput.struct_class = Types::DeletePricingRuleOutput
|
395
|
+
|
396
|
+
DisassociateAccountsInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
|
397
|
+
DisassociateAccountsInput.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "AccountIds"))
|
398
|
+
DisassociateAccountsInput.struct_class = Types::DisassociateAccountsInput
|
399
|
+
|
400
|
+
DisassociateAccountsOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
401
|
+
DisassociateAccountsOutput.struct_class = Types::DisassociateAccountsOutput
|
402
|
+
|
403
|
+
DisassociatePricingRulesInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, required: true, location_name: "Arn"))
|
404
|
+
DisassociatePricingRulesInput.add_member(:pricing_rule_arns, Shapes::ShapeRef.new(shape: PricingRuleArnsNonEmptyInput, required: true, location_name: "PricingRuleArns"))
|
405
|
+
DisassociatePricingRulesInput.struct_class = Types::DisassociatePricingRulesInput
|
406
|
+
|
407
|
+
DisassociatePricingRulesOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
408
|
+
DisassociatePricingRulesOutput.struct_class = Types::DisassociatePricingRulesOutput
|
409
|
+
|
410
|
+
DisassociateResourceResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
411
|
+
DisassociateResourceResponseElement.add_member(:error, Shapes::ShapeRef.new(shape: AssociateResourceError, location_name: "Error"))
|
412
|
+
DisassociateResourceResponseElement.struct_class = Types::DisassociateResourceResponseElement
|
413
|
+
|
414
|
+
DisassociateResourcesResponseList.member = Shapes::ShapeRef.new(shape: DisassociateResourceResponseElement)
|
415
|
+
|
416
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
417
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
418
|
+
InternalServerException.struct_class = Types::InternalServerException
|
419
|
+
|
420
|
+
ListAccountAssociationsFilter.add_member(:association, Shapes::ShapeRef.new(shape: Association, location_name: "Association"))
|
421
|
+
ListAccountAssociationsFilter.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
422
|
+
ListAccountAssociationsFilter.struct_class = Types::ListAccountAssociationsFilter
|
423
|
+
|
424
|
+
ListAccountAssociationsInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
425
|
+
ListAccountAssociationsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListAccountAssociationsFilter, location_name: "Filters"))
|
426
|
+
ListAccountAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
427
|
+
ListAccountAssociationsInput.struct_class = Types::ListAccountAssociationsInput
|
428
|
+
|
429
|
+
ListAccountAssociationsOutput.add_member(:linked_accounts, Shapes::ShapeRef.new(shape: AccountAssociationsList, location_name: "LinkedAccounts"))
|
430
|
+
ListAccountAssociationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
431
|
+
ListAccountAssociationsOutput.struct_class = Types::ListAccountAssociationsOutput
|
432
|
+
|
433
|
+
ListBillingGroupCostReportsFilter.add_member(:billing_group_arns, Shapes::ShapeRef.new(shape: BillingGroupArnList, location_name: "BillingGroupArns"))
|
434
|
+
ListBillingGroupCostReportsFilter.struct_class = Types::ListBillingGroupCostReportsFilter
|
435
|
+
|
436
|
+
ListBillingGroupCostReportsInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
437
|
+
ListBillingGroupCostReportsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxBillingGroupResults, location_name: "MaxResults"))
|
438
|
+
ListBillingGroupCostReportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
439
|
+
ListBillingGroupCostReportsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListBillingGroupCostReportsFilter, location_name: "Filters"))
|
440
|
+
ListBillingGroupCostReportsInput.struct_class = Types::ListBillingGroupCostReportsInput
|
441
|
+
|
442
|
+
ListBillingGroupCostReportsOutput.add_member(:billing_group_cost_reports, Shapes::ShapeRef.new(shape: BillingGroupCostReportList, location_name: "BillingGroupCostReports"))
|
443
|
+
ListBillingGroupCostReportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
444
|
+
ListBillingGroupCostReportsOutput.struct_class = Types::ListBillingGroupCostReportsOutput
|
445
|
+
|
446
|
+
ListBillingGroupsFilter.add_member(:arns, Shapes::ShapeRef.new(shape: BillingGroupArnList, location_name: "Arns"))
|
447
|
+
ListBillingGroupsFilter.add_member(:pricing_plan, Shapes::ShapeRef.new(shape: PricingPlanFullArn, location_name: "PricingPlan"))
|
448
|
+
ListBillingGroupsFilter.struct_class = Types::ListBillingGroupsFilter
|
449
|
+
|
450
|
+
ListBillingGroupsInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
451
|
+
ListBillingGroupsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxBillingGroupResults, location_name: "MaxResults"))
|
452
|
+
ListBillingGroupsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
453
|
+
ListBillingGroupsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListBillingGroupsFilter, location_name: "Filters"))
|
454
|
+
ListBillingGroupsInput.struct_class = Types::ListBillingGroupsInput
|
455
|
+
|
456
|
+
ListBillingGroupsOutput.add_member(:billing_groups, Shapes::ShapeRef.new(shape: BillingGroupList, location_name: "BillingGroups"))
|
457
|
+
ListBillingGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
458
|
+
ListBillingGroupsOutput.struct_class = Types::ListBillingGroupsOutput
|
459
|
+
|
460
|
+
ListCustomLineItemChargeDetails.add_member(:flat, Shapes::ShapeRef.new(shape: ListCustomLineItemFlatChargeDetails, location_name: "Flat"))
|
461
|
+
ListCustomLineItemChargeDetails.add_member(:percentage, Shapes::ShapeRef.new(shape: ListCustomLineItemPercentageChargeDetails, location_name: "Percentage"))
|
462
|
+
ListCustomLineItemChargeDetails.add_member(:type, Shapes::ShapeRef.new(shape: CustomLineItemType, required: true, location_name: "Type"))
|
463
|
+
ListCustomLineItemChargeDetails.struct_class = Types::ListCustomLineItemChargeDetails
|
464
|
+
|
465
|
+
ListCustomLineItemFlatChargeDetails.add_member(:charge_value, Shapes::ShapeRef.new(shape: CustomLineItemChargeValue, required: true, location_name: "ChargeValue"))
|
466
|
+
ListCustomLineItemFlatChargeDetails.struct_class = Types::ListCustomLineItemFlatChargeDetails
|
467
|
+
|
468
|
+
ListCustomLineItemPercentageChargeDetails.add_member(:percentage_value, Shapes::ShapeRef.new(shape: CustomLineItemPercentageChargeValue, required: true, location_name: "PercentageValue"))
|
469
|
+
ListCustomLineItemPercentageChargeDetails.struct_class = Types::ListCustomLineItemPercentageChargeDetails
|
470
|
+
|
471
|
+
ListCustomLineItemsFilter.add_member(:names, Shapes::ShapeRef.new(shape: CustomLineItemNameList, location_name: "Names"))
|
472
|
+
ListCustomLineItemsFilter.add_member(:billing_groups, Shapes::ShapeRef.new(shape: BillingGroupArnList, location_name: "BillingGroups"))
|
473
|
+
ListCustomLineItemsFilter.add_member(:arns, Shapes::ShapeRef.new(shape: CustomLineItemArns, location_name: "Arns"))
|
474
|
+
ListCustomLineItemsFilter.struct_class = Types::ListCustomLineItemsFilter
|
475
|
+
|
476
|
+
ListCustomLineItemsInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
477
|
+
ListCustomLineItemsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxBillingGroupResults, location_name: "MaxResults"))
|
478
|
+
ListCustomLineItemsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
479
|
+
ListCustomLineItemsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListCustomLineItemsFilter, location_name: "Filters"))
|
480
|
+
ListCustomLineItemsInput.struct_class = Types::ListCustomLineItemsInput
|
481
|
+
|
482
|
+
ListCustomLineItemsOutput.add_member(:custom_line_items, Shapes::ShapeRef.new(shape: CustomLineItemList, location_name: "CustomLineItems"))
|
483
|
+
ListCustomLineItemsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
484
|
+
ListCustomLineItemsOutput.struct_class = Types::ListCustomLineItemsOutput
|
485
|
+
|
486
|
+
ListPricingPlansAssociatedWithPricingRuleInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
487
|
+
ListPricingPlansAssociatedWithPricingRuleInput.add_member(:pricing_rule_arn, Shapes::ShapeRef.new(shape: PricingRuleArn, required: true, location_name: "PricingRuleArn"))
|
488
|
+
ListPricingPlansAssociatedWithPricingRuleInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPricingRuleResults, location_name: "MaxResults"))
|
489
|
+
ListPricingPlansAssociatedWithPricingRuleInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
490
|
+
ListPricingPlansAssociatedWithPricingRuleInput.struct_class = Types::ListPricingPlansAssociatedWithPricingRuleInput
|
491
|
+
|
492
|
+
ListPricingPlansAssociatedWithPricingRuleOutput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
493
|
+
ListPricingPlansAssociatedWithPricingRuleOutput.add_member(:pricing_rule_arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "PricingRuleArn"))
|
494
|
+
ListPricingPlansAssociatedWithPricingRuleOutput.add_member(:pricing_plan_arns, Shapes::ShapeRef.new(shape: PricingPlanArns, location_name: "PricingPlanArns"))
|
495
|
+
ListPricingPlansAssociatedWithPricingRuleOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
496
|
+
ListPricingPlansAssociatedWithPricingRuleOutput.struct_class = Types::ListPricingPlansAssociatedWithPricingRuleOutput
|
497
|
+
|
498
|
+
ListPricingPlansFilter.add_member(:arns, Shapes::ShapeRef.new(shape: PricingPlanArns, location_name: "Arns"))
|
499
|
+
ListPricingPlansFilter.struct_class = Types::ListPricingPlansFilter
|
500
|
+
|
501
|
+
ListPricingPlansInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
502
|
+
ListPricingPlansInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListPricingPlansFilter, location_name: "Filters"))
|
503
|
+
ListPricingPlansInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPricingPlanResults, location_name: "MaxResults"))
|
504
|
+
ListPricingPlansInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
505
|
+
ListPricingPlansInput.struct_class = Types::ListPricingPlansInput
|
506
|
+
|
507
|
+
ListPricingPlansOutput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
508
|
+
ListPricingPlansOutput.add_member(:pricing_plans, Shapes::ShapeRef.new(shape: PricingPlanList, location_name: "PricingPlans"))
|
509
|
+
ListPricingPlansOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
510
|
+
ListPricingPlansOutput.struct_class = Types::ListPricingPlansOutput
|
511
|
+
|
512
|
+
ListPricingRulesAssociatedToPricingPlanInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
513
|
+
ListPricingRulesAssociatedToPricingPlanInput.add_member(:pricing_plan_arn, Shapes::ShapeRef.new(shape: PricingPlanArn, required: true, location_name: "PricingPlanArn"))
|
514
|
+
ListPricingRulesAssociatedToPricingPlanInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPricingPlanResults, location_name: "MaxResults"))
|
515
|
+
ListPricingRulesAssociatedToPricingPlanInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
516
|
+
ListPricingRulesAssociatedToPricingPlanInput.struct_class = Types::ListPricingRulesAssociatedToPricingPlanInput
|
517
|
+
|
518
|
+
ListPricingRulesAssociatedToPricingPlanOutput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
519
|
+
ListPricingRulesAssociatedToPricingPlanOutput.add_member(:pricing_plan_arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "PricingPlanArn"))
|
520
|
+
ListPricingRulesAssociatedToPricingPlanOutput.add_member(:pricing_rule_arns, Shapes::ShapeRef.new(shape: PricingRuleArns, location_name: "PricingRuleArns"))
|
521
|
+
ListPricingRulesAssociatedToPricingPlanOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
522
|
+
ListPricingRulesAssociatedToPricingPlanOutput.struct_class = Types::ListPricingRulesAssociatedToPricingPlanOutput
|
523
|
+
|
524
|
+
ListPricingRulesFilter.add_member(:arns, Shapes::ShapeRef.new(shape: PricingRuleArns, location_name: "Arns"))
|
525
|
+
ListPricingRulesFilter.struct_class = Types::ListPricingRulesFilter
|
526
|
+
|
527
|
+
ListPricingRulesInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
528
|
+
ListPricingRulesInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListPricingRulesFilter, location_name: "Filters"))
|
529
|
+
ListPricingRulesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPricingRuleResults, location_name: "MaxResults"))
|
530
|
+
ListPricingRulesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
531
|
+
ListPricingRulesInput.struct_class = Types::ListPricingRulesInput
|
532
|
+
|
533
|
+
ListPricingRulesOutput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
534
|
+
ListPricingRulesOutput.add_member(:pricing_rules, Shapes::ShapeRef.new(shape: PricingRuleList, location_name: "PricingRules"))
|
535
|
+
ListPricingRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
536
|
+
ListPricingRulesOutput.struct_class = Types::ListPricingRulesOutput
|
537
|
+
|
538
|
+
ListResourcesAssociatedToCustomLineItemFilter.add_member(:relationship, Shapes::ShapeRef.new(shape: CustomLineItemRelationship, location_name: "Relationship"))
|
539
|
+
ListResourcesAssociatedToCustomLineItemFilter.struct_class = Types::ListResourcesAssociatedToCustomLineItemFilter
|
540
|
+
|
541
|
+
ListResourcesAssociatedToCustomLineItemInput.add_member(:billing_period, Shapes::ShapeRef.new(shape: BillingPeriod, location_name: "BillingPeriod"))
|
542
|
+
ListResourcesAssociatedToCustomLineItemInput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "Arn"))
|
543
|
+
ListResourcesAssociatedToCustomLineItemInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxCustomLineItemResults, location_name: "MaxResults"))
|
544
|
+
ListResourcesAssociatedToCustomLineItemInput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
545
|
+
ListResourcesAssociatedToCustomLineItemInput.add_member(:filters, Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemFilter, location_name: "Filters"))
|
546
|
+
ListResourcesAssociatedToCustomLineItemInput.struct_class = Types::ListResourcesAssociatedToCustomLineItemInput
|
547
|
+
|
548
|
+
ListResourcesAssociatedToCustomLineItemOutput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
549
|
+
ListResourcesAssociatedToCustomLineItemOutput.add_member(:associated_resources, Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemResponseList, location_name: "AssociatedResources"))
|
550
|
+
ListResourcesAssociatedToCustomLineItemOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
551
|
+
ListResourcesAssociatedToCustomLineItemOutput.struct_class = Types::ListResourcesAssociatedToCustomLineItemOutput
|
552
|
+
|
553
|
+
ListResourcesAssociatedToCustomLineItemResponseElement.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemAssociationElement, location_name: "Arn"))
|
554
|
+
ListResourcesAssociatedToCustomLineItemResponseElement.add_member(:relationship, Shapes::ShapeRef.new(shape: CustomLineItemRelationship, location_name: "Relationship"))
|
555
|
+
ListResourcesAssociatedToCustomLineItemResponseElement.struct_class = Types::ListResourcesAssociatedToCustomLineItemResponseElement
|
556
|
+
|
557
|
+
ListResourcesAssociatedToCustomLineItemResponseList.member = Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemResponseElement)
|
558
|
+
|
559
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
560
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
561
|
+
|
562
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
563
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
564
|
+
|
565
|
+
PricingPlanArns.member = Shapes::ShapeRef.new(shape: PricingPlanArn)
|
566
|
+
|
567
|
+
PricingPlanList.member = Shapes::ShapeRef.new(shape: PricingPlanListElement)
|
568
|
+
|
569
|
+
PricingPlanListElement.add_member(:name, Shapes::ShapeRef.new(shape: PricingPlanName, location_name: "Name"))
|
570
|
+
PricingPlanListElement.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
571
|
+
PricingPlanListElement.add_member(:description, Shapes::ShapeRef.new(shape: PricingPlanDescription, location_name: "Description"))
|
572
|
+
PricingPlanListElement.add_member(:size, Shapes::ShapeRef.new(shape: NumberOfAssociatedPricingRules, location_name: "Size"))
|
573
|
+
PricingPlanListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
|
574
|
+
PricingPlanListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
575
|
+
PricingPlanListElement.struct_class = Types::PricingPlanListElement
|
576
|
+
|
577
|
+
PricingRuleArns.member = Shapes::ShapeRef.new(shape: PricingRuleArn)
|
578
|
+
|
579
|
+
PricingRuleArnsInput.member = Shapes::ShapeRef.new(shape: PricingRuleArn)
|
580
|
+
|
581
|
+
PricingRuleArnsNonEmptyInput.member = Shapes::ShapeRef.new(shape: PricingRuleArn)
|
582
|
+
|
583
|
+
PricingRuleList.member = Shapes::ShapeRef.new(shape: PricingRuleListElement)
|
584
|
+
|
585
|
+
PricingRuleListElement.add_member(:name, Shapes::ShapeRef.new(shape: PricingRuleName, location_name: "Name"))
|
586
|
+
PricingRuleListElement.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "Arn"))
|
587
|
+
PricingRuleListElement.add_member(:description, Shapes::ShapeRef.new(shape: PricingRuleDescription, location_name: "Description"))
|
588
|
+
PricingRuleListElement.add_member(:scope, Shapes::ShapeRef.new(shape: PricingRuleScope, location_name: "Scope"))
|
589
|
+
PricingRuleListElement.add_member(:type, Shapes::ShapeRef.new(shape: PricingRuleType, location_name: "Type"))
|
590
|
+
PricingRuleListElement.add_member(:modifier_percentage, Shapes::ShapeRef.new(shape: ModifierPercentage, location_name: "ModifierPercentage"))
|
591
|
+
PricingRuleListElement.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "Service"))
|
592
|
+
PricingRuleListElement.add_member(:associated_pricing_plan_count, Shapes::ShapeRef.new(shape: NumberOfPricingPlansAssociatedWith, location_name: "AssociatedPricingPlanCount"))
|
593
|
+
PricingRuleListElement.add_member(:creation_time, Shapes::ShapeRef.new(shape: Instant, location_name: "CreationTime"))
|
594
|
+
PricingRuleListElement.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
595
|
+
PricingRuleListElement.struct_class = Types::PricingRuleListElement
|
596
|
+
|
597
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
598
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
599
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
|
600
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
601
|
+
|
602
|
+
ServiceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
603
|
+
ServiceLimitExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
604
|
+
ServiceLimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
605
|
+
ServiceLimitExceededException.add_member(:limit_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LimitCode"))
|
606
|
+
ServiceLimitExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceCode"))
|
607
|
+
ServiceLimitExceededException.struct_class = Types::ServiceLimitExceededException
|
608
|
+
|
609
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
610
|
+
|
611
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
612
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
613
|
+
|
614
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
615
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "Tags"))
|
616
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
617
|
+
|
618
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
619
|
+
|
620
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
621
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
622
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
623
|
+
|
624
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
625
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
626
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
627
|
+
|
628
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
629
|
+
|
630
|
+
UpdateBillingGroupInput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, required: true, location_name: "Arn"))
|
631
|
+
UpdateBillingGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "Name"))
|
632
|
+
UpdateBillingGroupInput.add_member(:status, Shapes::ShapeRef.new(shape: BillingGroupStatus, location_name: "Status"))
|
633
|
+
UpdateBillingGroupInput.add_member(:computation_preference, Shapes::ShapeRef.new(shape: ComputationPreference, location_name: "ComputationPreference"))
|
634
|
+
UpdateBillingGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "Description"))
|
635
|
+
UpdateBillingGroupInput.struct_class = Types::UpdateBillingGroupInput
|
636
|
+
|
637
|
+
UpdateBillingGroupOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BillingGroupArn, location_name: "Arn"))
|
638
|
+
UpdateBillingGroupOutput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "Name"))
|
639
|
+
UpdateBillingGroupOutput.add_member(:description, Shapes::ShapeRef.new(shape: BillingGroupDescription, location_name: "Description"))
|
640
|
+
UpdateBillingGroupOutput.add_member(:primary_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "PrimaryAccountId"))
|
641
|
+
UpdateBillingGroupOutput.add_member(:pricing_plan_arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "PricingPlanArn"))
|
642
|
+
UpdateBillingGroupOutput.add_member(:size, Shapes::ShapeRef.new(shape: NumberOfAccounts, location_name: "Size"))
|
643
|
+
UpdateBillingGroupOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
644
|
+
UpdateBillingGroupOutput.add_member(:status, Shapes::ShapeRef.new(shape: BillingGroupStatus, location_name: "Status"))
|
645
|
+
UpdateBillingGroupOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: BillingGroupStatusReason, location_name: "StatusReason"))
|
646
|
+
UpdateBillingGroupOutput.struct_class = Types::UpdateBillingGroupOutput
|
647
|
+
|
648
|
+
UpdateCustomLineItemChargeDetails.add_member(:flat, Shapes::ShapeRef.new(shape: UpdateCustomLineItemFlatChargeDetails, location_name: "Flat"))
|
649
|
+
UpdateCustomLineItemChargeDetails.add_member(:percentage, Shapes::ShapeRef.new(shape: UpdateCustomLineItemPercentageChargeDetails, location_name: "Percentage"))
|
650
|
+
UpdateCustomLineItemChargeDetails.struct_class = Types::UpdateCustomLineItemChargeDetails
|
651
|
+
|
652
|
+
UpdateCustomLineItemFlatChargeDetails.add_member(:charge_value, Shapes::ShapeRef.new(shape: CustomLineItemChargeValue, required: true, location_name: "ChargeValue"))
|
653
|
+
UpdateCustomLineItemFlatChargeDetails.struct_class = Types::UpdateCustomLineItemFlatChargeDetails
|
654
|
+
|
655
|
+
UpdateCustomLineItemInput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, required: true, location_name: "Arn"))
|
656
|
+
UpdateCustomLineItemInput.add_member(:name, Shapes::ShapeRef.new(shape: BillingGroupName, location_name: "Name"))
|
657
|
+
UpdateCustomLineItemInput.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, location_name: "Description"))
|
658
|
+
UpdateCustomLineItemInput.add_member(:charge_details, Shapes::ShapeRef.new(shape: UpdateCustomLineItemChargeDetails, location_name: "ChargeDetails"))
|
659
|
+
UpdateCustomLineItemInput.add_member(:billing_period_range, Shapes::ShapeRef.new(shape: CustomLineItemBillingPeriodRange, location_name: "BillingPeriodRange"))
|
660
|
+
UpdateCustomLineItemInput.struct_class = Types::UpdateCustomLineItemInput
|
661
|
+
|
662
|
+
UpdateCustomLineItemOutput.add_member(:arn, Shapes::ShapeRef.new(shape: CustomLineItemArn, location_name: "Arn"))
|
663
|
+
UpdateCustomLineItemOutput.add_member(:billing_group_arn, Shapes::ShapeRef.new(shape: BillingGroupFullArn, location_name: "BillingGroupArn"))
|
664
|
+
UpdateCustomLineItemOutput.add_member(:name, Shapes::ShapeRef.new(shape: CustomLineItemName, location_name: "Name"))
|
665
|
+
UpdateCustomLineItemOutput.add_member(:description, Shapes::ShapeRef.new(shape: CustomLineItemDescription, location_name: "Description"))
|
666
|
+
UpdateCustomLineItemOutput.add_member(:charge_details, Shapes::ShapeRef.new(shape: ListCustomLineItemChargeDetails, location_name: "ChargeDetails"))
|
667
|
+
UpdateCustomLineItemOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
668
|
+
UpdateCustomLineItemOutput.add_member(:association_size, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "AssociationSize"))
|
669
|
+
UpdateCustomLineItemOutput.struct_class = Types::UpdateCustomLineItemOutput
|
670
|
+
|
671
|
+
UpdateCustomLineItemPercentageChargeDetails.add_member(:percentage_value, Shapes::ShapeRef.new(shape: CustomLineItemPercentageChargeValue, required: true, location_name: "PercentageValue"))
|
672
|
+
UpdateCustomLineItemPercentageChargeDetails.struct_class = Types::UpdateCustomLineItemPercentageChargeDetails
|
673
|
+
|
674
|
+
UpdatePricingPlanInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, required: true, location_name: "Arn"))
|
675
|
+
UpdatePricingPlanInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingPlanName, location_name: "Name"))
|
676
|
+
UpdatePricingPlanInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingPlanDescription, location_name: "Description"))
|
677
|
+
UpdatePricingPlanInput.struct_class = Types::UpdatePricingPlanInput
|
678
|
+
|
679
|
+
UpdatePricingPlanOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingPlanArn, location_name: "Arn"))
|
680
|
+
UpdatePricingPlanOutput.add_member(:name, Shapes::ShapeRef.new(shape: PricingPlanName, location_name: "Name"))
|
681
|
+
UpdatePricingPlanOutput.add_member(:description, Shapes::ShapeRef.new(shape: PricingPlanDescription, location_name: "Description"))
|
682
|
+
UpdatePricingPlanOutput.add_member(:size, Shapes::ShapeRef.new(shape: NumberOfAssociatedPricingRules, location_name: "Size"))
|
683
|
+
UpdatePricingPlanOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
684
|
+
UpdatePricingPlanOutput.struct_class = Types::UpdatePricingPlanOutput
|
685
|
+
|
686
|
+
UpdatePricingRuleInput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, required: true, location_name: "Arn"))
|
687
|
+
UpdatePricingRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: PricingRuleName, location_name: "Name"))
|
688
|
+
UpdatePricingRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: PricingRuleDescription, location_name: "Description"))
|
689
|
+
UpdatePricingRuleInput.add_member(:type, Shapes::ShapeRef.new(shape: PricingRuleType, location_name: "Type"))
|
690
|
+
UpdatePricingRuleInput.add_member(:modifier_percentage, Shapes::ShapeRef.new(shape: ModifierPercentage, location_name: "ModifierPercentage"))
|
691
|
+
UpdatePricingRuleInput.struct_class = Types::UpdatePricingRuleInput
|
692
|
+
|
693
|
+
UpdatePricingRuleOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PricingRuleArn, location_name: "Arn"))
|
694
|
+
UpdatePricingRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: PricingRuleName, location_name: "Name"))
|
695
|
+
UpdatePricingRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: PricingRuleDescription, location_name: "Description"))
|
696
|
+
UpdatePricingRuleOutput.add_member(:scope, Shapes::ShapeRef.new(shape: PricingRuleScope, location_name: "Scope"))
|
697
|
+
UpdatePricingRuleOutput.add_member(:type, Shapes::ShapeRef.new(shape: PricingRuleType, location_name: "Type"))
|
698
|
+
UpdatePricingRuleOutput.add_member(:modifier_percentage, Shapes::ShapeRef.new(shape: ModifierPercentage, location_name: "ModifierPercentage"))
|
699
|
+
UpdatePricingRuleOutput.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "Service"))
|
700
|
+
UpdatePricingRuleOutput.add_member(:associated_pricing_plan_count, Shapes::ShapeRef.new(shape: NumberOfPricingPlansAssociatedWith, location_name: "AssociatedPricingPlanCount"))
|
701
|
+
UpdatePricingRuleOutput.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Instant, location_name: "LastModifiedTime"))
|
702
|
+
UpdatePricingRuleOutput.struct_class = Types::UpdatePricingRuleOutput
|
703
|
+
|
704
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
705
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
|
706
|
+
ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
|
707
|
+
ValidationException.struct_class = Types::ValidationException
|
708
|
+
|
709
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
710
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
711
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
712
|
+
|
713
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
714
|
+
|
715
|
+
|
716
|
+
# @api private
|
717
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
718
|
+
|
719
|
+
api.version = "2021-07-30"
|
720
|
+
|
721
|
+
api.metadata = {
|
722
|
+
"apiVersion" => "2021-07-30",
|
723
|
+
"endpointPrefix" => "billingconductor",
|
724
|
+
"jsonVersion" => "1.1",
|
725
|
+
"protocol" => "rest-json",
|
726
|
+
"serviceFullName" => "AWSBillingConductor",
|
727
|
+
"serviceId" => "billingconductor",
|
728
|
+
"signatureVersion" => "v4",
|
729
|
+
"signingName" => "billingconductor",
|
730
|
+
"uid" => "billingconductor-2021-07-30",
|
731
|
+
}
|
732
|
+
|
733
|
+
api.add_operation(:associate_accounts, Seahorse::Model::Operation.new.tap do |o|
|
734
|
+
o.name = "AssociateAccounts"
|
735
|
+
o.http_method = "POST"
|
736
|
+
o.http_request_uri = "/associate-accounts"
|
737
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateAccountsInput)
|
738
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateAccountsOutput)
|
739
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
740
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
741
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
742
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
746
|
+
end)
|
747
|
+
|
748
|
+
api.add_operation(:associate_pricing_rules, Seahorse::Model::Operation.new.tap do |o|
|
749
|
+
o.name = "AssociatePricingRules"
|
750
|
+
o.http_method = "PUT"
|
751
|
+
o.http_request_uri = "/associate-pricing-rules"
|
752
|
+
o.input = Shapes::ShapeRef.new(shape: AssociatePricingRulesInput)
|
753
|
+
o.output = Shapes::ShapeRef.new(shape: AssociatePricingRulesOutput)
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
755
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
756
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
761
|
+
end)
|
762
|
+
|
763
|
+
api.add_operation(:batch_associate_resources_to_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
764
|
+
o.name = "BatchAssociateResourcesToCustomLineItem"
|
765
|
+
o.http_method = "PUT"
|
766
|
+
o.http_request_uri = "/batch-associate-resources-to-custom-line-item"
|
767
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateResourcesToCustomLineItemInput)
|
768
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateResourcesToCustomLineItemOutput)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
776
|
+
end)
|
777
|
+
|
778
|
+
api.add_operation(:batch_disassociate_resources_from_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
779
|
+
o.name = "BatchDisassociateResourcesFromCustomLineItem"
|
780
|
+
o.http_method = "PUT"
|
781
|
+
o.http_request_uri = "/batch-disassociate-resources-from-custom-line-item"
|
782
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateResourcesFromCustomLineItemInput)
|
783
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateResourcesFromCustomLineItemOutput)
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
790
|
+
end)
|
791
|
+
|
792
|
+
api.add_operation(:create_billing_group, Seahorse::Model::Operation.new.tap do |o|
|
793
|
+
o.name = "CreateBillingGroup"
|
794
|
+
o.http_method = "POST"
|
795
|
+
o.http_request_uri = "/create-billing-group"
|
796
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBillingGroupInput)
|
797
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBillingGroupOutput)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
799
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
800
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
804
|
+
end)
|
805
|
+
|
806
|
+
api.add_operation(:create_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
807
|
+
o.name = "CreateCustomLineItem"
|
808
|
+
o.http_method = "POST"
|
809
|
+
o.http_request_uri = "/create-custom-line-item"
|
810
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCustomLineItemInput)
|
811
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCustomLineItemOutput)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
813
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
814
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
818
|
+
end)
|
819
|
+
|
820
|
+
api.add_operation(:create_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
821
|
+
o.name = "CreatePricingPlan"
|
822
|
+
o.http_method = "POST"
|
823
|
+
o.http_request_uri = "/create-pricing-plan"
|
824
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePricingPlanInput)
|
825
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePricingPlanOutput)
|
826
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
827
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
833
|
+
end)
|
834
|
+
|
835
|
+
api.add_operation(:create_pricing_rule, Seahorse::Model::Operation.new.tap do |o|
|
836
|
+
o.name = "CreatePricingRule"
|
837
|
+
o.http_method = "POST"
|
838
|
+
o.http_request_uri = "/create-pricing-rule"
|
839
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePricingRuleInput)
|
840
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePricingRuleOutput)
|
841
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceLimitExceededException)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
847
|
+
end)
|
848
|
+
|
849
|
+
api.add_operation(:delete_billing_group, Seahorse::Model::Operation.new.tap do |o|
|
850
|
+
o.name = "DeleteBillingGroup"
|
851
|
+
o.http_method = "POST"
|
852
|
+
o.http_request_uri = "/delete-billing-group"
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteBillingGroupInput)
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteBillingGroupOutput)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
859
|
+
end)
|
860
|
+
|
861
|
+
api.add_operation(:delete_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
862
|
+
o.name = "DeleteCustomLineItem"
|
863
|
+
o.http_method = "POST"
|
864
|
+
o.http_request_uri = "/delete-custom-line-item"
|
865
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCustomLineItemInput)
|
866
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCustomLineItemOutput)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
872
|
+
end)
|
873
|
+
|
874
|
+
api.add_operation(:delete_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
875
|
+
o.name = "DeletePricingPlan"
|
876
|
+
o.http_method = "POST"
|
877
|
+
o.http_request_uri = "/delete-pricing-plan"
|
878
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePricingPlanInput)
|
879
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePricingPlanOutput)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
885
|
+
end)
|
886
|
+
|
887
|
+
api.add_operation(:delete_pricing_rule, Seahorse::Model::Operation.new.tap do |o|
|
888
|
+
o.name = "DeletePricingRule"
|
889
|
+
o.http_method = "POST"
|
890
|
+
o.http_request_uri = "/delete-pricing-rule"
|
891
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePricingRuleInput)
|
892
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePricingRuleOutput)
|
893
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
898
|
+
end)
|
899
|
+
|
900
|
+
api.add_operation(:disassociate_accounts, Seahorse::Model::Operation.new.tap do |o|
|
901
|
+
o.name = "DisassociateAccounts"
|
902
|
+
o.http_method = "POST"
|
903
|
+
o.http_request_uri = "/disassociate-accounts"
|
904
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateAccountsInput)
|
905
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateAccountsOutput)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
912
|
+
end)
|
913
|
+
|
914
|
+
api.add_operation(:disassociate_pricing_rules, Seahorse::Model::Operation.new.tap do |o|
|
915
|
+
o.name = "DisassociatePricingRules"
|
916
|
+
o.http_method = "PUT"
|
917
|
+
o.http_request_uri = "/disassociate-pricing-rules"
|
918
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociatePricingRulesInput)
|
919
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociatePricingRulesOutput)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
921
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
922
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
926
|
+
end)
|
927
|
+
|
928
|
+
api.add_operation(:list_account_associations, Seahorse::Model::Operation.new.tap do |o|
|
929
|
+
o.name = "ListAccountAssociations"
|
930
|
+
o.http_method = "POST"
|
931
|
+
o.http_request_uri = "/list-account-associations"
|
932
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccountAssociationsInput)
|
933
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccountAssociationsOutput)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
939
|
+
o[:pager] = Aws::Pager.new(
|
940
|
+
tokens: {
|
941
|
+
"next_token" => "next_token"
|
942
|
+
}
|
943
|
+
)
|
944
|
+
end)
|
945
|
+
|
946
|
+
api.add_operation(:list_billing_group_cost_reports, Seahorse::Model::Operation.new.tap do |o|
|
947
|
+
o.name = "ListBillingGroupCostReports"
|
948
|
+
o.http_method = "POST"
|
949
|
+
o.http_request_uri = "/list-billing-group-cost-reports"
|
950
|
+
o.input = Shapes::ShapeRef.new(shape: ListBillingGroupCostReportsInput)
|
951
|
+
o.output = Shapes::ShapeRef.new(shape: ListBillingGroupCostReportsOutput)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
955
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
957
|
+
o[:pager] = Aws::Pager.new(
|
958
|
+
limit_key: "max_results",
|
959
|
+
tokens: {
|
960
|
+
"next_token" => "next_token"
|
961
|
+
}
|
962
|
+
)
|
963
|
+
end)
|
964
|
+
|
965
|
+
api.add_operation(:list_billing_groups, Seahorse::Model::Operation.new.tap do |o|
|
966
|
+
o.name = "ListBillingGroups"
|
967
|
+
o.http_method = "POST"
|
968
|
+
o.http_request_uri = "/list-billing-groups"
|
969
|
+
o.input = Shapes::ShapeRef.new(shape: ListBillingGroupsInput)
|
970
|
+
o.output = Shapes::ShapeRef.new(shape: ListBillingGroupsOutput)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
976
|
+
o[:pager] = Aws::Pager.new(
|
977
|
+
limit_key: "max_results",
|
978
|
+
tokens: {
|
979
|
+
"next_token" => "next_token"
|
980
|
+
}
|
981
|
+
)
|
982
|
+
end)
|
983
|
+
|
984
|
+
api.add_operation(:list_custom_line_items, Seahorse::Model::Operation.new.tap do |o|
|
985
|
+
o.name = "ListCustomLineItems"
|
986
|
+
o.http_method = "POST"
|
987
|
+
o.http_request_uri = "/list-custom-line-items"
|
988
|
+
o.input = Shapes::ShapeRef.new(shape: ListCustomLineItemsInput)
|
989
|
+
o.output = Shapes::ShapeRef.new(shape: ListCustomLineItemsOutput)
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
995
|
+
o[:pager] = Aws::Pager.new(
|
996
|
+
limit_key: "max_results",
|
997
|
+
tokens: {
|
998
|
+
"next_token" => "next_token"
|
999
|
+
}
|
1000
|
+
)
|
1001
|
+
end)
|
1002
|
+
|
1003
|
+
api.add_operation(:list_pricing_plans, Seahorse::Model::Operation.new.tap do |o|
|
1004
|
+
o.name = "ListPricingPlans"
|
1005
|
+
o.http_method = "POST"
|
1006
|
+
o.http_request_uri = "/list-pricing-plans"
|
1007
|
+
o.input = Shapes::ShapeRef.new(shape: ListPricingPlansInput)
|
1008
|
+
o.output = Shapes::ShapeRef.new(shape: ListPricingPlansOutput)
|
1009
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1010
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1011
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1013
|
+
o[:pager] = Aws::Pager.new(
|
1014
|
+
limit_key: "max_results",
|
1015
|
+
tokens: {
|
1016
|
+
"next_token" => "next_token"
|
1017
|
+
}
|
1018
|
+
)
|
1019
|
+
end)
|
1020
|
+
|
1021
|
+
api.add_operation(:list_pricing_plans_associated_with_pricing_rule, Seahorse::Model::Operation.new.tap do |o|
|
1022
|
+
o.name = "ListPricingPlansAssociatedWithPricingRule"
|
1023
|
+
o.http_method = "POST"
|
1024
|
+
o.http_request_uri = "/list-pricing-plans-associated-with-pricing-rule"
|
1025
|
+
o.input = Shapes::ShapeRef.new(shape: ListPricingPlansAssociatedWithPricingRuleInput)
|
1026
|
+
o.output = Shapes::ShapeRef.new(shape: ListPricingPlansAssociatedWithPricingRuleOutput)
|
1027
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1032
|
+
o[:pager] = Aws::Pager.new(
|
1033
|
+
limit_key: "max_results",
|
1034
|
+
tokens: {
|
1035
|
+
"next_token" => "next_token"
|
1036
|
+
}
|
1037
|
+
)
|
1038
|
+
end)
|
1039
|
+
|
1040
|
+
api.add_operation(:list_pricing_rules, Seahorse::Model::Operation.new.tap do |o|
|
1041
|
+
o.name = "ListPricingRules"
|
1042
|
+
o.http_method = "POST"
|
1043
|
+
o.http_request_uri = "/list-pricing-rules"
|
1044
|
+
o.input = Shapes::ShapeRef.new(shape: ListPricingRulesInput)
|
1045
|
+
o.output = Shapes::ShapeRef.new(shape: ListPricingRulesOutput)
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1047
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1050
|
+
o[:pager] = Aws::Pager.new(
|
1051
|
+
limit_key: "max_results",
|
1052
|
+
tokens: {
|
1053
|
+
"next_token" => "next_token"
|
1054
|
+
}
|
1055
|
+
)
|
1056
|
+
end)
|
1057
|
+
|
1058
|
+
api.add_operation(:list_pricing_rules_associated_to_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
1059
|
+
o.name = "ListPricingRulesAssociatedToPricingPlan"
|
1060
|
+
o.http_method = "POST"
|
1061
|
+
o.http_request_uri = "/list-pricing-rules-associated-to-pricing-plan"
|
1062
|
+
o.input = Shapes::ShapeRef.new(shape: ListPricingRulesAssociatedToPricingPlanInput)
|
1063
|
+
o.output = Shapes::ShapeRef.new(shape: ListPricingRulesAssociatedToPricingPlanOutput)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1067
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1068
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1069
|
+
o[:pager] = Aws::Pager.new(
|
1070
|
+
limit_key: "max_results",
|
1071
|
+
tokens: {
|
1072
|
+
"next_token" => "next_token"
|
1073
|
+
}
|
1074
|
+
)
|
1075
|
+
end)
|
1076
|
+
|
1077
|
+
api.add_operation(:list_resources_associated_to_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
1078
|
+
o.name = "ListResourcesAssociatedToCustomLineItem"
|
1079
|
+
o.http_method = "POST"
|
1080
|
+
o.http_request_uri = "/list-resources-associated-to-custom-line-item"
|
1081
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemInput)
|
1082
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourcesAssociatedToCustomLineItemOutput)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1084
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1085
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1088
|
+
o[:pager] = Aws::Pager.new(
|
1089
|
+
limit_key: "max_results",
|
1090
|
+
tokens: {
|
1091
|
+
"next_token" => "next_token"
|
1092
|
+
}
|
1093
|
+
)
|
1094
|
+
end)
|
1095
|
+
|
1096
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1097
|
+
o.name = "ListTagsForResource"
|
1098
|
+
o.http_method = "GET"
|
1099
|
+
o.http_request_uri = "/tags/{ResourceArn}"
|
1100
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1101
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1107
|
+
end)
|
1108
|
+
|
1109
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1110
|
+
o.name = "TagResource"
|
1111
|
+
o.http_method = "POST"
|
1112
|
+
o.http_request_uri = "/tags/{ResourceArn}"
|
1113
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1114
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1117
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1119
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1120
|
+
end)
|
1121
|
+
|
1122
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1123
|
+
o.name = "UntagResource"
|
1124
|
+
o.http_method = "DELETE"
|
1125
|
+
o.http_request_uri = "/tags/{ResourceArn}"
|
1126
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1127
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1129
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1130
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1131
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1132
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1133
|
+
end)
|
1134
|
+
|
1135
|
+
api.add_operation(:update_billing_group, Seahorse::Model::Operation.new.tap do |o|
|
1136
|
+
o.name = "UpdateBillingGroup"
|
1137
|
+
o.http_method = "POST"
|
1138
|
+
o.http_request_uri = "/update-billing-group"
|
1139
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBillingGroupInput)
|
1140
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateBillingGroupOutput)
|
1141
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1142
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1144
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1145
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1146
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1147
|
+
end)
|
1148
|
+
|
1149
|
+
api.add_operation(:update_custom_line_item, Seahorse::Model::Operation.new.tap do |o|
|
1150
|
+
o.name = "UpdateCustomLineItem"
|
1151
|
+
o.http_method = "POST"
|
1152
|
+
o.http_request_uri = "/update-custom-line-item"
|
1153
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCustomLineItemInput)
|
1154
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCustomLineItemOutput)
|
1155
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1157
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1158
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1160
|
+
end)
|
1161
|
+
|
1162
|
+
api.add_operation(:update_pricing_plan, Seahorse::Model::Operation.new.tap do |o|
|
1163
|
+
o.name = "UpdatePricingPlan"
|
1164
|
+
o.http_method = "PUT"
|
1165
|
+
o.http_request_uri = "/update-pricing-plan"
|
1166
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePricingPlanInput)
|
1167
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePricingPlanOutput)
|
1168
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1169
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1170
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1171
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1172
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1173
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1174
|
+
end)
|
1175
|
+
|
1176
|
+
api.add_operation(:update_pricing_rule, Seahorse::Model::Operation.new.tap do |o|
|
1177
|
+
o.name = "UpdatePricingRule"
|
1178
|
+
o.http_method = "PUT"
|
1179
|
+
o.http_request_uri = "/update-pricing-rule"
|
1180
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePricingRuleInput)
|
1181
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePricingRuleOutput)
|
1182
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1183
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1184
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1188
|
+
end)
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
end
|
1192
|
+
end
|