aws-sdk-partnercentralbenefits 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-partnercentralbenefits/client.rb +1511 -0
- data/lib/aws-sdk-partnercentralbenefits/client_api.rb +888 -0
- data/lib/aws-sdk-partnercentralbenefits/customizations.rb +0 -0
- data/lib/aws-sdk-partnercentralbenefits/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-partnercentralbenefits/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-partnercentralbenefits/endpoints.rb +20 -0
- data/lib/aws-sdk-partnercentralbenefits/errors.rb +179 -0
- data/lib/aws-sdk-partnercentralbenefits/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-partnercentralbenefits/resource.rb +26 -0
- data/lib/aws-sdk-partnercentralbenefits/types.rb +1766 -0
- data/lib/aws-sdk-partnercentralbenefits/waiters.rb +15 -0
- data/lib/aws-sdk-partnercentralbenefits.rb +62 -0
- data/sig/client.rbs +409 -0
- data/sig/errors.rbs +42 -0
- data/sig/resource.rbs +86 -0
- data/sig/types.rbs +488 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
|
@@ -0,0 +1,888 @@
|
|
|
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
|
+
|
|
11
|
+
module Aws::PartnerCentralBenefits
|
|
12
|
+
# @api private
|
|
13
|
+
module ClientApi
|
|
14
|
+
|
|
15
|
+
include Seahorse::Model
|
|
16
|
+
|
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
AccessDetails = Shapes::StructureShape.new(name: 'AccessDetails')
|
|
19
|
+
AmendBenefitApplicationInput = Shapes::StructureShape.new(name: 'AmendBenefitApplicationInput')
|
|
20
|
+
AmendBenefitApplicationInputAmendmentReasonString = Shapes::StringShape.new(name: 'AmendBenefitApplicationInputAmendmentReasonString')
|
|
21
|
+
AmendBenefitApplicationInputClientTokenString = Shapes::StringShape.new(name: 'AmendBenefitApplicationInputClientTokenString')
|
|
22
|
+
AmendBenefitApplicationOutput = Shapes::StructureShape.new(name: 'AmendBenefitApplicationOutput')
|
|
23
|
+
Amendment = Shapes::StructureShape.new(name: 'Amendment')
|
|
24
|
+
AmendmentList = Shapes::ListShape.new(name: 'AmendmentList')
|
|
25
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
26
|
+
Arns = Shapes::ListShape.new(name: 'Arns')
|
|
27
|
+
AssociateBenefitApplicationResourceInput = Shapes::StructureShape.new(name: 'AssociateBenefitApplicationResourceInput')
|
|
28
|
+
AssociateBenefitApplicationResourceInputResourceArnString = Shapes::StringShape.new(name: 'AssociateBenefitApplicationResourceInputResourceArnString')
|
|
29
|
+
AssociateBenefitApplicationResourceOutput = Shapes::StructureShape.new(name: 'AssociateBenefitApplicationResourceOutput')
|
|
30
|
+
AssociatedResource = Shapes::StructureShape.new(name: 'AssociatedResource')
|
|
31
|
+
AssociatedResources = Shapes::ListShape.new(name: 'AssociatedResources')
|
|
32
|
+
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
|
33
|
+
BenefitAllocationArn = Shapes::StringShape.new(name: 'BenefitAllocationArn')
|
|
34
|
+
BenefitAllocationId = Shapes::StringShape.new(name: 'BenefitAllocationId')
|
|
35
|
+
BenefitAllocationIdentifier = Shapes::StringShape.new(name: 'BenefitAllocationIdentifier')
|
|
36
|
+
BenefitAllocationName = Shapes::StringShape.new(name: 'BenefitAllocationName')
|
|
37
|
+
BenefitAllocationStatus = Shapes::StringShape.new(name: 'BenefitAllocationStatus')
|
|
38
|
+
BenefitAllocationSummaries = Shapes::ListShape.new(name: 'BenefitAllocationSummaries')
|
|
39
|
+
BenefitAllocationSummary = Shapes::StructureShape.new(name: 'BenefitAllocationSummary')
|
|
40
|
+
BenefitApplicationDescription = Shapes::StringShape.new(name: 'BenefitApplicationDescription')
|
|
41
|
+
BenefitApplicationId = Shapes::StringShape.new(name: 'BenefitApplicationId')
|
|
42
|
+
BenefitApplicationIdentifier = Shapes::StringShape.new(name: 'BenefitApplicationIdentifier')
|
|
43
|
+
BenefitApplicationName = Shapes::StringShape.new(name: 'BenefitApplicationName')
|
|
44
|
+
BenefitApplicationStage = Shapes::StringShape.new(name: 'BenefitApplicationStage')
|
|
45
|
+
BenefitApplicationStatus = Shapes::StringShape.new(name: 'BenefitApplicationStatus')
|
|
46
|
+
BenefitApplicationSummaries = Shapes::ListShape.new(name: 'BenefitApplicationSummaries')
|
|
47
|
+
BenefitApplicationSummary = Shapes::StructureShape.new(name: 'BenefitApplicationSummary')
|
|
48
|
+
BenefitId = Shapes::StringShape.new(name: 'BenefitId')
|
|
49
|
+
BenefitIdentifiers = Shapes::ListShape.new(name: 'BenefitIdentifiers')
|
|
50
|
+
BenefitIds = Shapes::ListShape.new(name: 'BenefitIds')
|
|
51
|
+
BenefitStatus = Shapes::StringShape.new(name: 'BenefitStatus')
|
|
52
|
+
BenefitSummaries = Shapes::ListShape.new(name: 'BenefitSummaries')
|
|
53
|
+
BenefitSummary = Shapes::StructureShape.new(name: 'BenefitSummary')
|
|
54
|
+
BenefitSummaryDescriptionString = Shapes::StringShape.new(name: 'BenefitSummaryDescriptionString')
|
|
55
|
+
BenefitSummaryIdString = Shapes::StringShape.new(name: 'BenefitSummaryIdString')
|
|
56
|
+
BenefitSummaryNameString = Shapes::StringShape.new(name: 'BenefitSummaryNameString')
|
|
57
|
+
CancelBenefitApplicationInput = Shapes::StructureShape.new(name: 'CancelBenefitApplicationInput')
|
|
58
|
+
CancelBenefitApplicationInputClientTokenString = Shapes::StringShape.new(name: 'CancelBenefitApplicationInputClientTokenString')
|
|
59
|
+
CancelBenefitApplicationInputReasonString = Shapes::StringShape.new(name: 'CancelBenefitApplicationInputReasonString')
|
|
60
|
+
CancelBenefitApplicationOutput = Shapes::StructureShape.new(name: 'CancelBenefitApplicationOutput')
|
|
61
|
+
CatalogName = Shapes::StringShape.new(name: 'CatalogName')
|
|
62
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
63
|
+
ConsumableDetails = Shapes::StructureShape.new(name: 'ConsumableDetails')
|
|
64
|
+
Contact = Shapes::StructureShape.new(name: 'Contact')
|
|
65
|
+
ContactBusinessTitleString = Shapes::StringShape.new(name: 'ContactBusinessTitleString')
|
|
66
|
+
ContactEmail = Shapes::StringShape.new(name: 'ContactEmail')
|
|
67
|
+
ContactFirstName = Shapes::StringShape.new(name: 'ContactFirstName')
|
|
68
|
+
ContactLastName = Shapes::StringShape.new(name: 'ContactLastName')
|
|
69
|
+
ContactPhone = Shapes::StringShape.new(name: 'ContactPhone')
|
|
70
|
+
Contacts = Shapes::ListShape.new(name: 'Contacts')
|
|
71
|
+
CreateBenefitApplicationInput = Shapes::StructureShape.new(name: 'CreateBenefitApplicationInput')
|
|
72
|
+
CreateBenefitApplicationInputAssociatedResourcesList = Shapes::ListShape.new(name: 'CreateBenefitApplicationInputAssociatedResourcesList')
|
|
73
|
+
CreateBenefitApplicationInputBenefitIdentifierString = Shapes::StringShape.new(name: 'CreateBenefitApplicationInputBenefitIdentifierString')
|
|
74
|
+
CreateBenefitApplicationInputClientTokenString = Shapes::StringShape.new(name: 'CreateBenefitApplicationInputClientTokenString')
|
|
75
|
+
CreateBenefitApplicationInputFileDetailsList = Shapes::ListShape.new(name: 'CreateBenefitApplicationInputFileDetailsList')
|
|
76
|
+
CreateBenefitApplicationInputPartnerContactsList = Shapes::ListShape.new(name: 'CreateBenefitApplicationInputPartnerContactsList')
|
|
77
|
+
CreateBenefitApplicationInputTagsList = Shapes::ListShape.new(name: 'CreateBenefitApplicationInputTagsList')
|
|
78
|
+
CreateBenefitApplicationOutput = Shapes::StructureShape.new(name: 'CreateBenefitApplicationOutput')
|
|
79
|
+
CreditCode = Shapes::StructureShape.new(name: 'CreditCode')
|
|
80
|
+
CreditCodes = Shapes::ListShape.new(name: 'CreditCodes')
|
|
81
|
+
CreditDetails = Shapes::StructureShape.new(name: 'CreditDetails')
|
|
82
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
|
83
|
+
DisassociateBenefitApplicationResourceInput = Shapes::StructureShape.new(name: 'DisassociateBenefitApplicationResourceInput')
|
|
84
|
+
DisassociateBenefitApplicationResourceInputResourceArnString = Shapes::StringShape.new(name: 'DisassociateBenefitApplicationResourceInputResourceArnString')
|
|
85
|
+
DisassociateBenefitApplicationResourceOutput = Shapes::StructureShape.new(name: 'DisassociateBenefitApplicationResourceOutput')
|
|
86
|
+
DisbursementDetails = Shapes::StructureShape.new(name: 'DisbursementDetails')
|
|
87
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
|
88
|
+
FileDetail = Shapes::StructureShape.new(name: 'FileDetail')
|
|
89
|
+
FileDetailCreatedByString = Shapes::StringShape.new(name: 'FileDetailCreatedByString')
|
|
90
|
+
FileDetailFileNameString = Shapes::StringShape.new(name: 'FileDetailFileNameString')
|
|
91
|
+
FileDetailFileStatusString = Shapes::StringShape.new(name: 'FileDetailFileStatusString')
|
|
92
|
+
FileInput = Shapes::StructureShape.new(name: 'FileInput')
|
|
93
|
+
FileType = Shapes::StringShape.new(name: 'FileType')
|
|
94
|
+
FileURI = Shapes::StringShape.new(name: 'FileURI')
|
|
95
|
+
FulfillmentDetails = Shapes::UnionShape.new(name: 'FulfillmentDetails')
|
|
96
|
+
FulfillmentType = Shapes::StringShape.new(name: 'FulfillmentType')
|
|
97
|
+
FulfillmentTypes = Shapes::ListShape.new(name: 'FulfillmentTypes')
|
|
98
|
+
GetBenefitAllocationInput = Shapes::StructureShape.new(name: 'GetBenefitAllocationInput')
|
|
99
|
+
GetBenefitAllocationOutput = Shapes::StructureShape.new(name: 'GetBenefitAllocationOutput')
|
|
100
|
+
GetBenefitApplicationInput = Shapes::StructureShape.new(name: 'GetBenefitApplicationInput')
|
|
101
|
+
GetBenefitApplicationOutput = Shapes::StructureShape.new(name: 'GetBenefitApplicationOutput')
|
|
102
|
+
GetBenefitApplicationOutputAssociatedResourcesList = Shapes::ListShape.new(name: 'GetBenefitApplicationOutputAssociatedResourcesList')
|
|
103
|
+
GetBenefitApplicationOutputFileDetailsList = Shapes::ListShape.new(name: 'GetBenefitApplicationOutputFileDetailsList')
|
|
104
|
+
GetBenefitApplicationOutputStatusReasonString = Shapes::StringShape.new(name: 'GetBenefitApplicationOutputStatusReasonString')
|
|
105
|
+
GetBenefitInput = Shapes::StructureShape.new(name: 'GetBenefitInput')
|
|
106
|
+
GetBenefitInputIdentifierString = Shapes::StringShape.new(name: 'GetBenefitInputIdentifierString')
|
|
107
|
+
GetBenefitOutput = Shapes::StructureShape.new(name: 'GetBenefitOutput')
|
|
108
|
+
GetBenefitOutputDescriptionString = Shapes::StringShape.new(name: 'GetBenefitOutputDescriptionString')
|
|
109
|
+
GetBenefitOutputIdString = Shapes::StringShape.new(name: 'GetBenefitOutputIdString')
|
|
110
|
+
GetBenefitOutputNameString = Shapes::StringShape.new(name: 'GetBenefitOutputNameString')
|
|
111
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
112
|
+
IssuanceDetail = Shapes::StructureShape.new(name: 'IssuanceDetail')
|
|
113
|
+
ListBenefitAllocationsInput = Shapes::StructureShape.new(name: 'ListBenefitAllocationsInput')
|
|
114
|
+
ListBenefitAllocationsInputBenefitApplicationIdentifiersList = Shapes::ListShape.new(name: 'ListBenefitAllocationsInputBenefitApplicationIdentifiersList')
|
|
115
|
+
ListBenefitAllocationsInputBenefitIdentifiersList = Shapes::ListShape.new(name: 'ListBenefitAllocationsInputBenefitIdentifiersList')
|
|
116
|
+
ListBenefitAllocationsInputFulfillmentTypesList = Shapes::ListShape.new(name: 'ListBenefitAllocationsInputFulfillmentTypesList')
|
|
117
|
+
ListBenefitAllocationsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListBenefitAllocationsInputMaxResultsInteger')
|
|
118
|
+
ListBenefitAllocationsInputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitAllocationsInputNextTokenString')
|
|
119
|
+
ListBenefitAllocationsInputStatusList = Shapes::ListShape.new(name: 'ListBenefitAllocationsInputStatusList')
|
|
120
|
+
ListBenefitAllocationsOutput = Shapes::StructureShape.new(name: 'ListBenefitAllocationsOutput')
|
|
121
|
+
ListBenefitAllocationsOutputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitAllocationsOutputNextTokenString')
|
|
122
|
+
ListBenefitApplicationsInput = Shapes::StructureShape.new(name: 'ListBenefitApplicationsInput')
|
|
123
|
+
ListBenefitApplicationsInputBenefitIdentifiersList = Shapes::ListShape.new(name: 'ListBenefitApplicationsInputBenefitIdentifiersList')
|
|
124
|
+
ListBenefitApplicationsInputFulfillmentTypesList = Shapes::ListShape.new(name: 'ListBenefitApplicationsInputFulfillmentTypesList')
|
|
125
|
+
ListBenefitApplicationsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListBenefitApplicationsInputMaxResultsInteger')
|
|
126
|
+
ListBenefitApplicationsInputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitApplicationsInputNextTokenString')
|
|
127
|
+
ListBenefitApplicationsInputProgramsList = Shapes::ListShape.new(name: 'ListBenefitApplicationsInputProgramsList')
|
|
128
|
+
ListBenefitApplicationsInputStagesList = Shapes::ListShape.new(name: 'ListBenefitApplicationsInputStagesList')
|
|
129
|
+
ListBenefitApplicationsInputStatusList = Shapes::ListShape.new(name: 'ListBenefitApplicationsInputStatusList')
|
|
130
|
+
ListBenefitApplicationsOutput = Shapes::StructureShape.new(name: 'ListBenefitApplicationsOutput')
|
|
131
|
+
ListBenefitApplicationsOutputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitApplicationsOutputNextTokenString')
|
|
132
|
+
ListBenefitsInput = Shapes::StructureShape.new(name: 'ListBenefitsInput')
|
|
133
|
+
ListBenefitsInputFulfillmentTypesList = Shapes::ListShape.new(name: 'ListBenefitsInputFulfillmentTypesList')
|
|
134
|
+
ListBenefitsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListBenefitsInputMaxResultsInteger')
|
|
135
|
+
ListBenefitsInputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitsInputNextTokenString')
|
|
136
|
+
ListBenefitsInputProgramsList = Shapes::ListShape.new(name: 'ListBenefitsInputProgramsList')
|
|
137
|
+
ListBenefitsInputStatusList = Shapes::ListShape.new(name: 'ListBenefitsInputStatusList')
|
|
138
|
+
ListBenefitsOutput = Shapes::StructureShape.new(name: 'ListBenefitsOutput')
|
|
139
|
+
ListBenefitsOutputNextTokenString = Shapes::StringShape.new(name: 'ListBenefitsOutputNextTokenString')
|
|
140
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
141
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
142
|
+
MonetaryValue = Shapes::StructureShape.new(name: 'MonetaryValue')
|
|
143
|
+
Program = Shapes::StringShape.new(name: 'Program')
|
|
144
|
+
Programs = Shapes::ListShape.new(name: 'Programs')
|
|
145
|
+
RecallBenefitApplicationInput = Shapes::StructureShape.new(name: 'RecallBenefitApplicationInput')
|
|
146
|
+
RecallBenefitApplicationOutput = Shapes::StructureShape.new(name: 'RecallBenefitApplicationOutput')
|
|
147
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
148
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
|
149
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
150
|
+
StatusReasonCode = Shapes::StringShape.new(name: 'StatusReasonCode')
|
|
151
|
+
StatusReasonCodes = Shapes::ListShape.new(name: 'StatusReasonCodes')
|
|
152
|
+
String = Shapes::StringShape.new(name: 'String')
|
|
153
|
+
SubmitBenefitApplicationInput = Shapes::StructureShape.new(name: 'SubmitBenefitApplicationInput')
|
|
154
|
+
SubmitBenefitApplicationOutput = Shapes::StructureShape.new(name: 'SubmitBenefitApplicationOutput')
|
|
155
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
156
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
157
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
158
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
159
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
160
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
161
|
+
TaggableResourceArn = Shapes::StringShape.new(name: 'TaggableResourceArn')
|
|
162
|
+
Tags = Shapes::ListShape.new(name: 'Tags')
|
|
163
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
164
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
|
|
165
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
166
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
167
|
+
UpdateBenefitApplicationInput = Shapes::StructureShape.new(name: 'UpdateBenefitApplicationInput')
|
|
168
|
+
UpdateBenefitApplicationInputClientTokenString = Shapes::StringShape.new(name: 'UpdateBenefitApplicationInputClientTokenString')
|
|
169
|
+
UpdateBenefitApplicationInputFileDetailsList = Shapes::ListShape.new(name: 'UpdateBenefitApplicationInputFileDetailsList')
|
|
170
|
+
UpdateBenefitApplicationInputPartnerContactsList = Shapes::ListShape.new(name: 'UpdateBenefitApplicationInputPartnerContactsList')
|
|
171
|
+
UpdateBenefitApplicationOutput = Shapes::StructureShape.new(name: 'UpdateBenefitApplicationOutput')
|
|
172
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
173
|
+
ValidationExceptionErrorCode = Shapes::StringShape.new(name: 'ValidationExceptionErrorCode')
|
|
174
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
175
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
176
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
177
|
+
|
|
178
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
179
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
180
|
+
|
|
181
|
+
AccessDetails.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
182
|
+
AccessDetails.struct_class = Types::AccessDetails
|
|
183
|
+
|
|
184
|
+
AmendBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
185
|
+
AmendBenefitApplicationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: AmendBenefitApplicationInputClientTokenString, required: true, location_name: "ClientToken"))
|
|
186
|
+
AmendBenefitApplicationInput.add_member(:revision, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Revision"))
|
|
187
|
+
AmendBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
188
|
+
AmendBenefitApplicationInput.add_member(:amendment_reason, Shapes::ShapeRef.new(shape: AmendBenefitApplicationInputAmendmentReasonString, required: true, location_name: "AmendmentReason"))
|
|
189
|
+
AmendBenefitApplicationInput.add_member(:amendments, Shapes::ShapeRef.new(shape: AmendmentList, required: true, location_name: "Amendments"))
|
|
190
|
+
AmendBenefitApplicationInput.struct_class = Types::AmendBenefitApplicationInput
|
|
191
|
+
|
|
192
|
+
AmendBenefitApplicationOutput.struct_class = Types::AmendBenefitApplicationOutput
|
|
193
|
+
|
|
194
|
+
Amendment.add_member(:field_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "FieldPath"))
|
|
195
|
+
Amendment.add_member(:new_value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "NewValue"))
|
|
196
|
+
Amendment.struct_class = Types::Amendment
|
|
197
|
+
|
|
198
|
+
AmendmentList.member = Shapes::ShapeRef.new(shape: Amendment)
|
|
199
|
+
|
|
200
|
+
Arns.member = Shapes::ShapeRef.new(shape: Arn)
|
|
201
|
+
|
|
202
|
+
AssociateBenefitApplicationResourceInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
203
|
+
AssociateBenefitApplicationResourceInput.add_member(:benefit_application_identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "BenefitApplicationIdentifier"))
|
|
204
|
+
AssociateBenefitApplicationResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AssociateBenefitApplicationResourceInputResourceArnString, required: true, location_name: "ResourceArn"))
|
|
205
|
+
AssociateBenefitApplicationResourceInput.struct_class = Types::AssociateBenefitApplicationResourceInput
|
|
206
|
+
|
|
207
|
+
AssociateBenefitApplicationResourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
208
|
+
AssociateBenefitApplicationResourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
209
|
+
AssociateBenefitApplicationResourceOutput.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
|
|
210
|
+
AssociateBenefitApplicationResourceOutput.struct_class = Types::AssociateBenefitApplicationResourceOutput
|
|
211
|
+
|
|
212
|
+
AssociatedResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
|
213
|
+
AssociatedResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, deprecated: true, location_name: "ResourceIdentifier", metadata: {"deprecatedMessage" => "This field is no longer used", "deprecatedSince" => "Oct 08 2025"}))
|
|
214
|
+
AssociatedResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
|
|
215
|
+
AssociatedResource.struct_class = Types::AssociatedResource
|
|
216
|
+
|
|
217
|
+
AssociatedResources.member = Shapes::ShapeRef.new(shape: AssociatedResource)
|
|
218
|
+
|
|
219
|
+
Attributes.key = Shapes::ShapeRef.new(shape: String)
|
|
220
|
+
Attributes.value = Shapes::ShapeRef.new(shape: String)
|
|
221
|
+
|
|
222
|
+
BenefitAllocationSummaries.member = Shapes::ShapeRef.new(shape: BenefitAllocationSummary)
|
|
223
|
+
|
|
224
|
+
BenefitAllocationSummary.add_member(:id, Shapes::ShapeRef.new(shape: BenefitAllocationId, location_name: "Id"))
|
|
225
|
+
BenefitAllocationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
226
|
+
BenefitAllocationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
227
|
+
BenefitAllocationSummary.add_member(:status, Shapes::ShapeRef.new(shape: BenefitAllocationStatus, location_name: "Status"))
|
|
228
|
+
BenefitAllocationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "StatusReason"))
|
|
229
|
+
BenefitAllocationSummary.add_member(:name, Shapes::ShapeRef.new(shape: BenefitAllocationName, location_name: "Name"))
|
|
230
|
+
BenefitAllocationSummary.add_member(:benefit_id, Shapes::ShapeRef.new(shape: BenefitId, location_name: "BenefitId"))
|
|
231
|
+
BenefitAllocationSummary.add_member(:benefit_application_id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "BenefitApplicationId"))
|
|
232
|
+
BenefitAllocationSummary.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
233
|
+
BenefitAllocationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
234
|
+
BenefitAllocationSummary.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
235
|
+
BenefitAllocationSummary.add_member(:applicable_benefit_ids, Shapes::ShapeRef.new(shape: BenefitIds, location_name: "ApplicableBenefitIds"))
|
|
236
|
+
BenefitAllocationSummary.struct_class = Types::BenefitAllocationSummary
|
|
237
|
+
|
|
238
|
+
BenefitApplicationSummaries.member = Shapes::ShapeRef.new(shape: BenefitApplicationSummary)
|
|
239
|
+
|
|
240
|
+
BenefitApplicationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
241
|
+
BenefitApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: BenefitApplicationName, location_name: "Name"))
|
|
242
|
+
BenefitApplicationSummary.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
243
|
+
BenefitApplicationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
244
|
+
BenefitApplicationSummary.add_member(:benefit_id, Shapes::ShapeRef.new(shape: BenefitId, location_name: "BenefitId"))
|
|
245
|
+
BenefitApplicationSummary.add_member(:programs, Shapes::ShapeRef.new(shape: Programs, location_name: "Programs"))
|
|
246
|
+
BenefitApplicationSummary.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
247
|
+
BenefitApplicationSummary.add_member(:status, Shapes::ShapeRef.new(shape: BenefitApplicationStatus, location_name: "Status"))
|
|
248
|
+
BenefitApplicationSummary.add_member(:stage, Shapes::ShapeRef.new(shape: BenefitApplicationStage, location_name: "Stage"))
|
|
249
|
+
BenefitApplicationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
250
|
+
BenefitApplicationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
251
|
+
BenefitApplicationSummary.add_member(:benefit_application_details, Shapes::ShapeRef.new(shape: Attributes, location_name: "BenefitApplicationDetails"))
|
|
252
|
+
BenefitApplicationSummary.add_member(:associated_resources, Shapes::ShapeRef.new(shape: Arns, location_name: "AssociatedResources"))
|
|
253
|
+
BenefitApplicationSummary.struct_class = Types::BenefitApplicationSummary
|
|
254
|
+
|
|
255
|
+
BenefitIdentifiers.member = Shapes::ShapeRef.new(shape: BenefitId)
|
|
256
|
+
|
|
257
|
+
BenefitIds.member = Shapes::ShapeRef.new(shape: BenefitId)
|
|
258
|
+
|
|
259
|
+
BenefitSummaries.member = Shapes::ShapeRef.new(shape: BenefitSummary)
|
|
260
|
+
|
|
261
|
+
BenefitSummary.add_member(:id, Shapes::ShapeRef.new(shape: BenefitSummaryIdString, location_name: "Id"))
|
|
262
|
+
BenefitSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
263
|
+
BenefitSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
264
|
+
BenefitSummary.add_member(:name, Shapes::ShapeRef.new(shape: BenefitSummaryNameString, location_name: "Name"))
|
|
265
|
+
BenefitSummary.add_member(:description, Shapes::ShapeRef.new(shape: BenefitSummaryDescriptionString, location_name: "Description"))
|
|
266
|
+
BenefitSummary.add_member(:programs, Shapes::ShapeRef.new(shape: Programs, location_name: "Programs"))
|
|
267
|
+
BenefitSummary.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
268
|
+
BenefitSummary.add_member(:status, Shapes::ShapeRef.new(shape: BenefitStatus, location_name: "Status"))
|
|
269
|
+
BenefitSummary.struct_class = Types::BenefitSummary
|
|
270
|
+
|
|
271
|
+
CancelBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
272
|
+
CancelBenefitApplicationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CancelBenefitApplicationInputClientTokenString, required: true, location_name: "ClientToken"))
|
|
273
|
+
CancelBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
274
|
+
CancelBenefitApplicationInput.add_member(:reason, Shapes::ShapeRef.new(shape: CancelBenefitApplicationInputReasonString, location_name: "Reason"))
|
|
275
|
+
CancelBenefitApplicationInput.struct_class = Types::CancelBenefitApplicationInput
|
|
276
|
+
|
|
277
|
+
CancelBenefitApplicationOutput.struct_class = Types::CancelBenefitApplicationOutput
|
|
278
|
+
|
|
279
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
280
|
+
ConflictException.struct_class = Types::ConflictException
|
|
281
|
+
|
|
282
|
+
ConsumableDetails.add_member(:allocated_amount, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "AllocatedAmount"))
|
|
283
|
+
ConsumableDetails.add_member(:remaining_amount, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "RemainingAmount"))
|
|
284
|
+
ConsumableDetails.add_member(:utilized_amount, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "UtilizedAmount"))
|
|
285
|
+
ConsumableDetails.add_member(:issuance_details, Shapes::ShapeRef.new(shape: IssuanceDetail, location_name: "IssuanceDetails"))
|
|
286
|
+
ConsumableDetails.struct_class = Types::ConsumableDetails
|
|
287
|
+
|
|
288
|
+
Contact.add_member(:email, Shapes::ShapeRef.new(shape: ContactEmail, location_name: "Email"))
|
|
289
|
+
Contact.add_member(:first_name, Shapes::ShapeRef.new(shape: ContactFirstName, location_name: "FirstName"))
|
|
290
|
+
Contact.add_member(:last_name, Shapes::ShapeRef.new(shape: ContactLastName, location_name: "LastName"))
|
|
291
|
+
Contact.add_member(:business_title, Shapes::ShapeRef.new(shape: ContactBusinessTitleString, location_name: "BusinessTitle"))
|
|
292
|
+
Contact.add_member(:phone, Shapes::ShapeRef.new(shape: ContactPhone, location_name: "Phone"))
|
|
293
|
+
Contact.struct_class = Types::Contact
|
|
294
|
+
|
|
295
|
+
Contacts.member = Shapes::ShapeRef.new(shape: Contact)
|
|
296
|
+
|
|
297
|
+
CreateBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
298
|
+
CreateBenefitApplicationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputClientTokenString, required: true, location_name: "ClientToken"))
|
|
299
|
+
CreateBenefitApplicationInput.add_member(:name, Shapes::ShapeRef.new(shape: BenefitApplicationName, location_name: "Name"))
|
|
300
|
+
CreateBenefitApplicationInput.add_member(:description, Shapes::ShapeRef.new(shape: BenefitApplicationDescription, location_name: "Description"))
|
|
301
|
+
CreateBenefitApplicationInput.add_member(:benefit_identifier, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputBenefitIdentifierString, required: true, location_name: "BenefitIdentifier"))
|
|
302
|
+
CreateBenefitApplicationInput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
303
|
+
CreateBenefitApplicationInput.add_member(:benefit_application_details, Shapes::ShapeRef.new(shape: Document, location_name: "BenefitApplicationDetails"))
|
|
304
|
+
CreateBenefitApplicationInput.add_member(:tags, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputTagsList, location_name: "Tags"))
|
|
305
|
+
CreateBenefitApplicationInput.add_member(:associated_resources, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputAssociatedResourcesList, location_name: "AssociatedResources"))
|
|
306
|
+
CreateBenefitApplicationInput.add_member(:partner_contacts, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputPartnerContactsList, location_name: "PartnerContacts"))
|
|
307
|
+
CreateBenefitApplicationInput.add_member(:file_details, Shapes::ShapeRef.new(shape: CreateBenefitApplicationInputFileDetailsList, location_name: "FileDetails"))
|
|
308
|
+
CreateBenefitApplicationInput.struct_class = Types::CreateBenefitApplicationInput
|
|
309
|
+
|
|
310
|
+
CreateBenefitApplicationInputAssociatedResourcesList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
311
|
+
|
|
312
|
+
CreateBenefitApplicationInputFileDetailsList.member = Shapes::ShapeRef.new(shape: FileInput)
|
|
313
|
+
|
|
314
|
+
CreateBenefitApplicationInputPartnerContactsList.member = Shapes::ShapeRef.new(shape: Contact)
|
|
315
|
+
|
|
316
|
+
CreateBenefitApplicationInputTagsList.member = Shapes::ShapeRef.new(shape: Tag)
|
|
317
|
+
|
|
318
|
+
CreateBenefitApplicationOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
319
|
+
CreateBenefitApplicationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
320
|
+
CreateBenefitApplicationOutput.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
|
|
321
|
+
CreateBenefitApplicationOutput.struct_class = Types::CreateBenefitApplicationOutput
|
|
322
|
+
|
|
323
|
+
CreditCode.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AwsAccountId"))
|
|
324
|
+
CreditCode.add_member(:value, Shapes::ShapeRef.new(shape: MonetaryValue, required: true, location_name: "Value"))
|
|
325
|
+
CreditCode.add_member(:aws_credit_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AwsCreditCode"))
|
|
326
|
+
CreditCode.add_member(:status, Shapes::ShapeRef.new(shape: BenefitAllocationStatus, required: true, location_name: "Status"))
|
|
327
|
+
CreditCode.add_member(:issued_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "IssuedAt"))
|
|
328
|
+
CreditCode.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ExpiresAt"))
|
|
329
|
+
CreditCode.struct_class = Types::CreditCode
|
|
330
|
+
|
|
331
|
+
CreditCodes.member = Shapes::ShapeRef.new(shape: CreditCode)
|
|
332
|
+
|
|
333
|
+
CreditDetails.add_member(:allocated_amount, Shapes::ShapeRef.new(shape: MonetaryValue, required: true, location_name: "AllocatedAmount"))
|
|
334
|
+
CreditDetails.add_member(:issued_amount, Shapes::ShapeRef.new(shape: MonetaryValue, required: true, location_name: "IssuedAmount"))
|
|
335
|
+
CreditDetails.add_member(:codes, Shapes::ShapeRef.new(shape: CreditCodes, required: true, location_name: "Codes"))
|
|
336
|
+
CreditDetails.struct_class = Types::CreditDetails
|
|
337
|
+
|
|
338
|
+
DisassociateBenefitApplicationResourceInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
339
|
+
DisassociateBenefitApplicationResourceInput.add_member(:benefit_application_identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "BenefitApplicationIdentifier"))
|
|
340
|
+
DisassociateBenefitApplicationResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: DisassociateBenefitApplicationResourceInputResourceArnString, required: true, location_name: "ResourceArn"))
|
|
341
|
+
DisassociateBenefitApplicationResourceInput.struct_class = Types::DisassociateBenefitApplicationResourceInput
|
|
342
|
+
|
|
343
|
+
DisassociateBenefitApplicationResourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
344
|
+
DisassociateBenefitApplicationResourceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
345
|
+
DisassociateBenefitApplicationResourceOutput.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
|
|
346
|
+
DisassociateBenefitApplicationResourceOutput.struct_class = Types::DisassociateBenefitApplicationResourceOutput
|
|
347
|
+
|
|
348
|
+
DisbursementDetails.add_member(:disbursed_amount, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "DisbursedAmount"))
|
|
349
|
+
DisbursementDetails.add_member(:issuance_details, Shapes::ShapeRef.new(shape: IssuanceDetail, location_name: "IssuanceDetails"))
|
|
350
|
+
DisbursementDetails.struct_class = Types::DisbursementDetails
|
|
351
|
+
|
|
352
|
+
FileDetail.add_member(:file_uri, Shapes::ShapeRef.new(shape: FileURI, required: true, location_name: "FileURI"))
|
|
353
|
+
FileDetail.add_member(:business_use_case, Shapes::ShapeRef.new(shape: String, location_name: "BusinessUseCase"))
|
|
354
|
+
FileDetail.add_member(:file_name, Shapes::ShapeRef.new(shape: FileDetailFileNameString, location_name: "FileName"))
|
|
355
|
+
FileDetail.add_member(:file_status, Shapes::ShapeRef.new(shape: FileDetailFileStatusString, location_name: "FileStatus"))
|
|
356
|
+
FileDetail.add_member(:file_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "FileStatusReason"))
|
|
357
|
+
FileDetail.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, location_name: "FileType"))
|
|
358
|
+
FileDetail.add_member(:created_by, Shapes::ShapeRef.new(shape: FileDetailCreatedByString, location_name: "CreatedBy"))
|
|
359
|
+
FileDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
360
|
+
FileDetail.struct_class = Types::FileDetail
|
|
361
|
+
|
|
362
|
+
FileInput.add_member(:file_uri, Shapes::ShapeRef.new(shape: FileURI, required: true, location_name: "FileURI"))
|
|
363
|
+
FileInput.add_member(:business_use_case, Shapes::ShapeRef.new(shape: String, location_name: "BusinessUseCase"))
|
|
364
|
+
FileInput.struct_class = Types::FileInput
|
|
365
|
+
|
|
366
|
+
FulfillmentDetails.add_member(:disbursement_details, Shapes::ShapeRef.new(shape: DisbursementDetails, location_name: "DisbursementDetails"))
|
|
367
|
+
FulfillmentDetails.add_member(:consumable_details, Shapes::ShapeRef.new(shape: ConsumableDetails, location_name: "ConsumableDetails"))
|
|
368
|
+
FulfillmentDetails.add_member(:credit_details, Shapes::ShapeRef.new(shape: CreditDetails, location_name: "CreditDetails"))
|
|
369
|
+
FulfillmentDetails.add_member(:access_details, Shapes::ShapeRef.new(shape: AccessDetails, location_name: "AccessDetails"))
|
|
370
|
+
FulfillmentDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
371
|
+
FulfillmentDetails.add_member_subclass(:disbursement_details, Types::FulfillmentDetails::DisbursementDetails)
|
|
372
|
+
FulfillmentDetails.add_member_subclass(:consumable_details, Types::FulfillmentDetails::ConsumableDetails)
|
|
373
|
+
FulfillmentDetails.add_member_subclass(:credit_details, Types::FulfillmentDetails::CreditDetails)
|
|
374
|
+
FulfillmentDetails.add_member_subclass(:access_details, Types::FulfillmentDetails::AccessDetails)
|
|
375
|
+
FulfillmentDetails.add_member_subclass(:unknown, Types::FulfillmentDetails::Unknown)
|
|
376
|
+
FulfillmentDetails.struct_class = Types::FulfillmentDetails
|
|
377
|
+
|
|
378
|
+
FulfillmentTypes.member = Shapes::ShapeRef.new(shape: FulfillmentType)
|
|
379
|
+
|
|
380
|
+
GetBenefitAllocationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
381
|
+
GetBenefitAllocationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitAllocationIdentifier, required: true, location_name: "Identifier"))
|
|
382
|
+
GetBenefitAllocationInput.struct_class = Types::GetBenefitAllocationInput
|
|
383
|
+
|
|
384
|
+
GetBenefitAllocationOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitAllocationId, location_name: "Id"))
|
|
385
|
+
GetBenefitAllocationOutput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
386
|
+
GetBenefitAllocationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: BenefitAllocationArn, location_name: "Arn"))
|
|
387
|
+
GetBenefitAllocationOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
388
|
+
GetBenefitAllocationOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
389
|
+
GetBenefitAllocationOutput.add_member(:status, Shapes::ShapeRef.new(shape: BenefitAllocationStatus, location_name: "Status"))
|
|
390
|
+
GetBenefitAllocationOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "StatusReason"))
|
|
391
|
+
GetBenefitAllocationOutput.add_member(:benefit_application_id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "BenefitApplicationId"))
|
|
392
|
+
GetBenefitAllocationOutput.add_member(:benefit_id, Shapes::ShapeRef.new(shape: BenefitId, location_name: "BenefitId"))
|
|
393
|
+
GetBenefitAllocationOutput.add_member(:fulfillment_type, Shapes::ShapeRef.new(shape: FulfillmentType, location_name: "FulfillmentType"))
|
|
394
|
+
GetBenefitAllocationOutput.add_member(:applicable_benefit_ids, Shapes::ShapeRef.new(shape: BenefitIdentifiers, location_name: "ApplicableBenefitIds"))
|
|
395
|
+
GetBenefitAllocationOutput.add_member(:fulfillment_detail, Shapes::ShapeRef.new(shape: FulfillmentDetails, location_name: "FulfillmentDetail"))
|
|
396
|
+
GetBenefitAllocationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
397
|
+
GetBenefitAllocationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
398
|
+
GetBenefitAllocationOutput.add_member(:starts_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartsAt"))
|
|
399
|
+
GetBenefitAllocationOutput.add_member(:expires_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpiresAt"))
|
|
400
|
+
GetBenefitAllocationOutput.struct_class = Types::GetBenefitAllocationOutput
|
|
401
|
+
|
|
402
|
+
GetBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
403
|
+
GetBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
404
|
+
GetBenefitApplicationInput.struct_class = Types::GetBenefitApplicationInput
|
|
405
|
+
|
|
406
|
+
GetBenefitApplicationOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
407
|
+
GetBenefitApplicationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
|
408
|
+
GetBenefitApplicationOutput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
409
|
+
GetBenefitApplicationOutput.add_member(:benefit_id, Shapes::ShapeRef.new(shape: BenefitId, location_name: "BenefitId"))
|
|
410
|
+
GetBenefitApplicationOutput.add_member(:name, Shapes::ShapeRef.new(shape: BenefitApplicationName, location_name: "Name"))
|
|
411
|
+
GetBenefitApplicationOutput.add_member(:description, Shapes::ShapeRef.new(shape: BenefitApplicationDescription, location_name: "Description"))
|
|
412
|
+
GetBenefitApplicationOutput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
413
|
+
GetBenefitApplicationOutput.add_member(:benefit_application_details, Shapes::ShapeRef.new(shape: Document, location_name: "BenefitApplicationDetails"))
|
|
414
|
+
GetBenefitApplicationOutput.add_member(:programs, Shapes::ShapeRef.new(shape: Programs, location_name: "Programs"))
|
|
415
|
+
GetBenefitApplicationOutput.add_member(:status, Shapes::ShapeRef.new(shape: BenefitApplicationStatus, location_name: "Status"))
|
|
416
|
+
GetBenefitApplicationOutput.add_member(:stage, Shapes::ShapeRef.new(shape: BenefitApplicationStage, location_name: "Stage"))
|
|
417
|
+
GetBenefitApplicationOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: GetBenefitApplicationOutputStatusReasonString, location_name: "StatusReason"))
|
|
418
|
+
GetBenefitApplicationOutput.add_member(:status_reason_code, Shapes::ShapeRef.new(shape: StatusReasonCode, deprecated: true, location_name: "StatusReasonCode", metadata: {"deprecatedMessage" => "This field is no longer used", "deprecatedSince" => "Nov 08 2025"}))
|
|
419
|
+
GetBenefitApplicationOutput.add_member(:status_reason_codes, Shapes::ShapeRef.new(shape: StatusReasonCodes, location_name: "StatusReasonCodes"))
|
|
420
|
+
GetBenefitApplicationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
|
421
|
+
GetBenefitApplicationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt"))
|
|
422
|
+
GetBenefitApplicationOutput.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
|
|
423
|
+
GetBenefitApplicationOutput.add_member(:associated_resources, Shapes::ShapeRef.new(shape: GetBenefitApplicationOutputAssociatedResourcesList, location_name: "AssociatedResources"))
|
|
424
|
+
GetBenefitApplicationOutput.add_member(:partner_contacts, Shapes::ShapeRef.new(shape: Contacts, location_name: "PartnerContacts"))
|
|
425
|
+
GetBenefitApplicationOutput.add_member(:file_details, Shapes::ShapeRef.new(shape: GetBenefitApplicationOutputFileDetailsList, location_name: "FileDetails"))
|
|
426
|
+
GetBenefitApplicationOutput.struct_class = Types::GetBenefitApplicationOutput
|
|
427
|
+
|
|
428
|
+
GetBenefitApplicationOutputAssociatedResourcesList.member = Shapes::ShapeRef.new(shape: Arn)
|
|
429
|
+
|
|
430
|
+
GetBenefitApplicationOutputFileDetailsList.member = Shapes::ShapeRef.new(shape: FileDetail)
|
|
431
|
+
|
|
432
|
+
GetBenefitInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
433
|
+
GetBenefitInput.add_member(:identifier, Shapes::ShapeRef.new(shape: GetBenefitInputIdentifierString, required: true, location_name: "Identifier"))
|
|
434
|
+
GetBenefitInput.struct_class = Types::GetBenefitInput
|
|
435
|
+
|
|
436
|
+
GetBenefitOutput.add_member(:id, Shapes::ShapeRef.new(shape: GetBenefitOutputIdString, location_name: "Id"))
|
|
437
|
+
GetBenefitOutput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, location_name: "Catalog"))
|
|
438
|
+
GetBenefitOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
439
|
+
GetBenefitOutput.add_member(:name, Shapes::ShapeRef.new(shape: GetBenefitOutputNameString, location_name: "Name"))
|
|
440
|
+
GetBenefitOutput.add_member(:description, Shapes::ShapeRef.new(shape: GetBenefitOutputDescriptionString, location_name: "Description"))
|
|
441
|
+
GetBenefitOutput.add_member(:programs, Shapes::ShapeRef.new(shape: Programs, location_name: "Programs"))
|
|
442
|
+
GetBenefitOutput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: FulfillmentTypes, location_name: "FulfillmentTypes"))
|
|
443
|
+
GetBenefitOutput.add_member(:benefit_request_schema, Shapes::ShapeRef.new(shape: Document, location_name: "BenefitRequestSchema"))
|
|
444
|
+
GetBenefitOutput.add_member(:status, Shapes::ShapeRef.new(shape: BenefitStatus, location_name: "Status"))
|
|
445
|
+
GetBenefitOutput.struct_class = Types::GetBenefitOutput
|
|
446
|
+
|
|
447
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
448
|
+
InternalServerException.struct_class = Types::InternalServerException
|
|
449
|
+
|
|
450
|
+
IssuanceDetail.add_member(:issuance_id, Shapes::ShapeRef.new(shape: String, location_name: "IssuanceId"))
|
|
451
|
+
IssuanceDetail.add_member(:issuance_amount, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "IssuanceAmount"))
|
|
452
|
+
IssuanceDetail.add_member(:issued_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "IssuedAt"))
|
|
453
|
+
IssuanceDetail.struct_class = Types::IssuanceDetail
|
|
454
|
+
|
|
455
|
+
ListBenefitAllocationsInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
456
|
+
ListBenefitAllocationsInput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputFulfillmentTypesList, location_name: "FulfillmentTypes"))
|
|
457
|
+
ListBenefitAllocationsInput.add_member(:benefit_identifiers, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputBenefitIdentifiersList, location_name: "BenefitIdentifiers"))
|
|
458
|
+
ListBenefitAllocationsInput.add_member(:benefit_application_identifiers, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputBenefitApplicationIdentifiersList, location_name: "BenefitApplicationIdentifiers"))
|
|
459
|
+
ListBenefitAllocationsInput.add_member(:status, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputStatusList, location_name: "Status"))
|
|
460
|
+
ListBenefitAllocationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputMaxResultsInteger, location_name: "MaxResults"))
|
|
461
|
+
ListBenefitAllocationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitAllocationsInputNextTokenString, location_name: "NextToken"))
|
|
462
|
+
ListBenefitAllocationsInput.struct_class = Types::ListBenefitAllocationsInput
|
|
463
|
+
|
|
464
|
+
ListBenefitAllocationsInputBenefitApplicationIdentifiersList.member = Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier)
|
|
465
|
+
|
|
466
|
+
ListBenefitAllocationsInputBenefitIdentifiersList.member = Shapes::ShapeRef.new(shape: BenefitId)
|
|
467
|
+
|
|
468
|
+
ListBenefitAllocationsInputFulfillmentTypesList.member = Shapes::ShapeRef.new(shape: FulfillmentType)
|
|
469
|
+
|
|
470
|
+
ListBenefitAllocationsInputStatusList.member = Shapes::ShapeRef.new(shape: BenefitAllocationStatus)
|
|
471
|
+
|
|
472
|
+
ListBenefitAllocationsOutput.add_member(:benefit_allocation_summaries, Shapes::ShapeRef.new(shape: BenefitAllocationSummaries, location_name: "BenefitAllocationSummaries"))
|
|
473
|
+
ListBenefitAllocationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitAllocationsOutputNextTokenString, location_name: "NextToken"))
|
|
474
|
+
ListBenefitAllocationsOutput.struct_class = Types::ListBenefitAllocationsOutput
|
|
475
|
+
|
|
476
|
+
ListBenefitApplicationsInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
477
|
+
ListBenefitApplicationsInput.add_member(:programs, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputProgramsList, location_name: "Programs"))
|
|
478
|
+
ListBenefitApplicationsInput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputFulfillmentTypesList, location_name: "FulfillmentTypes"))
|
|
479
|
+
ListBenefitApplicationsInput.add_member(:benefit_identifiers, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputBenefitIdentifiersList, location_name: "BenefitIdentifiers"))
|
|
480
|
+
ListBenefitApplicationsInput.add_member(:status, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputStatusList, location_name: "Status"))
|
|
481
|
+
ListBenefitApplicationsInput.add_member(:stages, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputStagesList, location_name: "Stages"))
|
|
482
|
+
ListBenefitApplicationsInput.add_member(:associated_resources, Shapes::ShapeRef.new(shape: AssociatedResources, deprecated: true, location_name: "AssociatedResources", metadata: {"deprecatedMessage" => "This field is no longer used.", "deprecatedSince" => "Oct 08 2025"}))
|
|
483
|
+
ListBenefitApplicationsInput.add_member(:associated_resource_arns, Shapes::ShapeRef.new(shape: Arns, location_name: "AssociatedResourceArns"))
|
|
484
|
+
ListBenefitApplicationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputMaxResultsInteger, location_name: "MaxResults"))
|
|
485
|
+
ListBenefitApplicationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitApplicationsInputNextTokenString, location_name: "NextToken"))
|
|
486
|
+
ListBenefitApplicationsInput.struct_class = Types::ListBenefitApplicationsInput
|
|
487
|
+
|
|
488
|
+
ListBenefitApplicationsInputBenefitIdentifiersList.member = Shapes::ShapeRef.new(shape: BenefitId)
|
|
489
|
+
|
|
490
|
+
ListBenefitApplicationsInputFulfillmentTypesList.member = Shapes::ShapeRef.new(shape: FulfillmentType)
|
|
491
|
+
|
|
492
|
+
ListBenefitApplicationsInputProgramsList.member = Shapes::ShapeRef.new(shape: Program)
|
|
493
|
+
|
|
494
|
+
ListBenefitApplicationsInputStagesList.member = Shapes::ShapeRef.new(shape: BenefitApplicationStage)
|
|
495
|
+
|
|
496
|
+
ListBenefitApplicationsInputStatusList.member = Shapes::ShapeRef.new(shape: BenefitApplicationStatus)
|
|
497
|
+
|
|
498
|
+
ListBenefitApplicationsOutput.add_member(:benefit_application_summaries, Shapes::ShapeRef.new(shape: BenefitApplicationSummaries, location_name: "BenefitApplicationSummaries"))
|
|
499
|
+
ListBenefitApplicationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitApplicationsOutputNextTokenString, location_name: "NextToken"))
|
|
500
|
+
ListBenefitApplicationsOutput.struct_class = Types::ListBenefitApplicationsOutput
|
|
501
|
+
|
|
502
|
+
ListBenefitsInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
503
|
+
ListBenefitsInput.add_member(:programs, Shapes::ShapeRef.new(shape: ListBenefitsInputProgramsList, location_name: "Programs"))
|
|
504
|
+
ListBenefitsInput.add_member(:fulfillment_types, Shapes::ShapeRef.new(shape: ListBenefitsInputFulfillmentTypesList, location_name: "FulfillmentTypes"))
|
|
505
|
+
ListBenefitsInput.add_member(:status, Shapes::ShapeRef.new(shape: ListBenefitsInputStatusList, location_name: "Status"))
|
|
506
|
+
ListBenefitsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListBenefitsInputMaxResultsInteger, location_name: "MaxResults"))
|
|
507
|
+
ListBenefitsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitsInputNextTokenString, location_name: "NextToken"))
|
|
508
|
+
ListBenefitsInput.struct_class = Types::ListBenefitsInput
|
|
509
|
+
|
|
510
|
+
ListBenefitsInputFulfillmentTypesList.member = Shapes::ShapeRef.new(shape: FulfillmentType)
|
|
511
|
+
|
|
512
|
+
ListBenefitsInputProgramsList.member = Shapes::ShapeRef.new(shape: Program)
|
|
513
|
+
|
|
514
|
+
ListBenefitsInputStatusList.member = Shapes::ShapeRef.new(shape: BenefitStatus)
|
|
515
|
+
|
|
516
|
+
ListBenefitsOutput.add_member(:benefit_summaries, Shapes::ShapeRef.new(shape: BenefitSummaries, location_name: "BenefitSummaries"))
|
|
517
|
+
ListBenefitsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListBenefitsOutputNextTokenString, location_name: "NextToken"))
|
|
518
|
+
ListBenefitsOutput.struct_class = Types::ListBenefitsOutput
|
|
519
|
+
|
|
520
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceArn"))
|
|
521
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
522
|
+
|
|
523
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
524
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
525
|
+
|
|
526
|
+
MonetaryValue.add_member(:amount, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Amount"))
|
|
527
|
+
MonetaryValue.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
|
|
528
|
+
MonetaryValue.struct_class = Types::MonetaryValue
|
|
529
|
+
|
|
530
|
+
Programs.member = Shapes::ShapeRef.new(shape: Program)
|
|
531
|
+
|
|
532
|
+
RecallBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
533
|
+
RecallBenefitApplicationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
|
534
|
+
RecallBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
535
|
+
RecallBenefitApplicationInput.add_member(:reason, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Reason"))
|
|
536
|
+
RecallBenefitApplicationInput.struct_class = Types::RecallBenefitApplicationInput
|
|
537
|
+
|
|
538
|
+
RecallBenefitApplicationOutput.struct_class = Types::RecallBenefitApplicationOutput
|
|
539
|
+
|
|
540
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
541
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
|
542
|
+
|
|
543
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
544
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
|
545
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
|
|
546
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "QuotaCode"))
|
|
547
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
548
|
+
|
|
549
|
+
StatusReasonCodes.member = Shapes::ShapeRef.new(shape: StatusReasonCode)
|
|
550
|
+
|
|
551
|
+
SubmitBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
552
|
+
SubmitBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
553
|
+
SubmitBenefitApplicationInput.struct_class = Types::SubmitBenefitApplicationInput
|
|
554
|
+
|
|
555
|
+
SubmitBenefitApplicationOutput.struct_class = Types::SubmitBenefitApplicationOutput
|
|
556
|
+
|
|
557
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
|
558
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
|
559
|
+
Tag.struct_class = Types::Tag
|
|
560
|
+
|
|
561
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
562
|
+
|
|
563
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceArn"))
|
|
564
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "tags"))
|
|
565
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
|
566
|
+
|
|
567
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
|
568
|
+
|
|
569
|
+
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
|
570
|
+
|
|
571
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
572
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
|
573
|
+
|
|
574
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "resourceArn"))
|
|
575
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
|
576
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
577
|
+
|
|
578
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
579
|
+
|
|
580
|
+
UpdateBenefitApplicationInput.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogName, required: true, location_name: "Catalog"))
|
|
581
|
+
UpdateBenefitApplicationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateBenefitApplicationInputClientTokenString, required: true, location_name: "ClientToken"))
|
|
582
|
+
UpdateBenefitApplicationInput.add_member(:name, Shapes::ShapeRef.new(shape: BenefitApplicationName, location_name: "Name"))
|
|
583
|
+
UpdateBenefitApplicationInput.add_member(:description, Shapes::ShapeRef.new(shape: BenefitApplicationDescription, location_name: "Description"))
|
|
584
|
+
UpdateBenefitApplicationInput.add_member(:identifier, Shapes::ShapeRef.new(shape: BenefitApplicationIdentifier, required: true, location_name: "Identifier"))
|
|
585
|
+
UpdateBenefitApplicationInput.add_member(:revision, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Revision"))
|
|
586
|
+
UpdateBenefitApplicationInput.add_member(:benefit_application_details, Shapes::ShapeRef.new(shape: Document, location_name: "BenefitApplicationDetails"))
|
|
587
|
+
UpdateBenefitApplicationInput.add_member(:partner_contacts, Shapes::ShapeRef.new(shape: UpdateBenefitApplicationInputPartnerContactsList, location_name: "PartnerContacts"))
|
|
588
|
+
UpdateBenefitApplicationInput.add_member(:file_details, Shapes::ShapeRef.new(shape: UpdateBenefitApplicationInputFileDetailsList, location_name: "FileDetails"))
|
|
589
|
+
UpdateBenefitApplicationInput.struct_class = Types::UpdateBenefitApplicationInput
|
|
590
|
+
|
|
591
|
+
UpdateBenefitApplicationInputFileDetailsList.member = Shapes::ShapeRef.new(shape: FileInput)
|
|
592
|
+
|
|
593
|
+
UpdateBenefitApplicationInputPartnerContactsList.member = Shapes::ShapeRef.new(shape: Contact)
|
|
594
|
+
|
|
595
|
+
UpdateBenefitApplicationOutput.add_member(:id, Shapes::ShapeRef.new(shape: BenefitApplicationId, location_name: "Id"))
|
|
596
|
+
UpdateBenefitApplicationOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
|
597
|
+
UpdateBenefitApplicationOutput.add_member(:revision, Shapes::ShapeRef.new(shape: String, location_name: "Revision"))
|
|
598
|
+
UpdateBenefitApplicationOutput.struct_class = Types::UpdateBenefitApplicationOutput
|
|
599
|
+
|
|
600
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
601
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "Reason"))
|
|
602
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "FieldList"))
|
|
603
|
+
ValidationException.struct_class = Types::ValidationException
|
|
604
|
+
|
|
605
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
|
606
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
607
|
+
ValidationExceptionField.add_member(:code, Shapes::ShapeRef.new(shape: ValidationExceptionErrorCode, location_name: "Code"))
|
|
608
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
|
609
|
+
|
|
610
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
# @api private
|
|
614
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
|
615
|
+
|
|
616
|
+
api.version = "2018-05-10"
|
|
617
|
+
|
|
618
|
+
api.metadata = {
|
|
619
|
+
"apiVersion" => "2018-05-10",
|
|
620
|
+
"auth" => ["aws.auth#sigv4"],
|
|
621
|
+
"endpointPrefix" => "partnercentral-benefits",
|
|
622
|
+
"jsonVersion" => "1.0",
|
|
623
|
+
"protocol" => "json",
|
|
624
|
+
"protocols" => ["json"],
|
|
625
|
+
"serviceAbbreviation" => "PartnerCentral Benefits",
|
|
626
|
+
"serviceFullName" => "Partner Central Benefits API",
|
|
627
|
+
"serviceId" => "PartnerCentral Benefits",
|
|
628
|
+
"signatureVersion" => "v4",
|
|
629
|
+
"signingName" => "partnercentral-benefits",
|
|
630
|
+
"targetPrefix" => "PartnerCentralBenefitsService",
|
|
631
|
+
"uid" => "partnercentral-benefits-2018-05-10",
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
api.add_operation(:amend_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
635
|
+
o.name = "AmendBenefitApplication"
|
|
636
|
+
o.http_method = "POST"
|
|
637
|
+
o.http_request_uri = "/"
|
|
638
|
+
o.input = Shapes::ShapeRef.new(shape: AmendBenefitApplicationInput)
|
|
639
|
+
o.output = Shapes::ShapeRef.new(shape: AmendBenefitApplicationOutput)
|
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
642
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
643
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
646
|
+
end)
|
|
647
|
+
|
|
648
|
+
api.add_operation(:associate_benefit_application_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
649
|
+
o.name = "AssociateBenefitApplicationResource"
|
|
650
|
+
o.http_method = "POST"
|
|
651
|
+
o.http_request_uri = "/"
|
|
652
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateBenefitApplicationResourceInput)
|
|
653
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateBenefitApplicationResourceOutput)
|
|
654
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
660
|
+
end)
|
|
661
|
+
|
|
662
|
+
api.add_operation(:cancel_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
663
|
+
o.name = "CancelBenefitApplication"
|
|
664
|
+
o.http_method = "POST"
|
|
665
|
+
o.http_request_uri = "/"
|
|
666
|
+
o.input = Shapes::ShapeRef.new(shape: CancelBenefitApplicationInput)
|
|
667
|
+
o.output = Shapes::ShapeRef.new(shape: CancelBenefitApplicationOutput)
|
|
668
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
669
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
670
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
671
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
674
|
+
end)
|
|
675
|
+
|
|
676
|
+
api.add_operation(:create_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
677
|
+
o.name = "CreateBenefitApplication"
|
|
678
|
+
o.http_method = "POST"
|
|
679
|
+
o.http_request_uri = "/"
|
|
680
|
+
o.input = Shapes::ShapeRef.new(shape: CreateBenefitApplicationInput)
|
|
681
|
+
o.output = Shapes::ShapeRef.new(shape: CreateBenefitApplicationOutput)
|
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
687
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
688
|
+
end)
|
|
689
|
+
|
|
690
|
+
api.add_operation(:disassociate_benefit_application_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
691
|
+
o.name = "DisassociateBenefitApplicationResource"
|
|
692
|
+
o.http_method = "POST"
|
|
693
|
+
o.http_request_uri = "/"
|
|
694
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateBenefitApplicationResourceInput)
|
|
695
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateBenefitApplicationResourceOutput)
|
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
702
|
+
end)
|
|
703
|
+
|
|
704
|
+
api.add_operation(:get_benefit, Seahorse::Model::Operation.new.tap do |o|
|
|
705
|
+
o.name = "GetBenefit"
|
|
706
|
+
o.http_method = "POST"
|
|
707
|
+
o.http_request_uri = "/"
|
|
708
|
+
o.input = Shapes::ShapeRef.new(shape: GetBenefitInput)
|
|
709
|
+
o.output = Shapes::ShapeRef.new(shape: GetBenefitOutput)
|
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
715
|
+
end)
|
|
716
|
+
|
|
717
|
+
api.add_operation(:get_benefit_allocation, Seahorse::Model::Operation.new.tap do |o|
|
|
718
|
+
o.name = "GetBenefitAllocation"
|
|
719
|
+
o.http_method = "POST"
|
|
720
|
+
o.http_request_uri = "/"
|
|
721
|
+
o.input = Shapes::ShapeRef.new(shape: GetBenefitAllocationInput)
|
|
722
|
+
o.output = Shapes::ShapeRef.new(shape: GetBenefitAllocationOutput)
|
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
725
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
726
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
727
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
728
|
+
end)
|
|
729
|
+
|
|
730
|
+
api.add_operation(:get_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
731
|
+
o.name = "GetBenefitApplication"
|
|
732
|
+
o.http_method = "POST"
|
|
733
|
+
o.http_request_uri = "/"
|
|
734
|
+
o.input = Shapes::ShapeRef.new(shape: GetBenefitApplicationInput)
|
|
735
|
+
o.output = Shapes::ShapeRef.new(shape: GetBenefitApplicationOutput)
|
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
739
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
740
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
741
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
742
|
+
end)
|
|
743
|
+
|
|
744
|
+
api.add_operation(:list_benefit_allocations, Seahorse::Model::Operation.new.tap do |o|
|
|
745
|
+
o.name = "ListBenefitAllocations"
|
|
746
|
+
o.http_method = "POST"
|
|
747
|
+
o.http_request_uri = "/"
|
|
748
|
+
o.input = Shapes::ShapeRef.new(shape: ListBenefitAllocationsInput)
|
|
749
|
+
o.output = Shapes::ShapeRef.new(shape: ListBenefitAllocationsOutput)
|
|
750
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
752
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
753
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
754
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
755
|
+
o[:pager] = Aws::Pager.new(
|
|
756
|
+
limit_key: "max_results",
|
|
757
|
+
tokens: {
|
|
758
|
+
"next_token" => "next_token"
|
|
759
|
+
}
|
|
760
|
+
)
|
|
761
|
+
end)
|
|
762
|
+
|
|
763
|
+
api.add_operation(:list_benefit_applications, Seahorse::Model::Operation.new.tap do |o|
|
|
764
|
+
o.name = "ListBenefitApplications"
|
|
765
|
+
o.http_method = "POST"
|
|
766
|
+
o.http_request_uri = "/"
|
|
767
|
+
o.input = Shapes::ShapeRef.new(shape: ListBenefitApplicationsInput)
|
|
768
|
+
o.output = Shapes::ShapeRef.new(shape: ListBenefitApplicationsOutput)
|
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
774
|
+
o[:pager] = Aws::Pager.new(
|
|
775
|
+
limit_key: "max_results",
|
|
776
|
+
tokens: {
|
|
777
|
+
"next_token" => "next_token"
|
|
778
|
+
}
|
|
779
|
+
)
|
|
780
|
+
end)
|
|
781
|
+
|
|
782
|
+
api.add_operation(:list_benefits, Seahorse::Model::Operation.new.tap do |o|
|
|
783
|
+
o.name = "ListBenefits"
|
|
784
|
+
o.http_method = "POST"
|
|
785
|
+
o.http_request_uri = "/"
|
|
786
|
+
o.input = Shapes::ShapeRef.new(shape: ListBenefitsInput)
|
|
787
|
+
o.output = Shapes::ShapeRef.new(shape: ListBenefitsOutput)
|
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
793
|
+
o[:pager] = Aws::Pager.new(
|
|
794
|
+
limit_key: "max_results",
|
|
795
|
+
tokens: {
|
|
796
|
+
"next_token" => "next_token"
|
|
797
|
+
}
|
|
798
|
+
)
|
|
799
|
+
end)
|
|
800
|
+
|
|
801
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
802
|
+
o.name = "ListTagsForResource"
|
|
803
|
+
o.http_method = "POST"
|
|
804
|
+
o.http_request_uri = "/"
|
|
805
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
|
806
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
812
|
+
end)
|
|
813
|
+
|
|
814
|
+
api.add_operation(:recall_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
815
|
+
o.name = "RecallBenefitApplication"
|
|
816
|
+
o.http_method = "POST"
|
|
817
|
+
o.http_request_uri = "/"
|
|
818
|
+
o.input = Shapes::ShapeRef.new(shape: RecallBenefitApplicationInput)
|
|
819
|
+
o.output = Shapes::ShapeRef.new(shape: RecallBenefitApplicationOutput)
|
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
826
|
+
end)
|
|
827
|
+
|
|
828
|
+
api.add_operation(:submit_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
829
|
+
o.name = "SubmitBenefitApplication"
|
|
830
|
+
o.http_method = "POST"
|
|
831
|
+
o.http_request_uri = "/"
|
|
832
|
+
o.input = Shapes::ShapeRef.new(shape: SubmitBenefitApplicationInput)
|
|
833
|
+
o.output = Shapes::ShapeRef.new(shape: SubmitBenefitApplicationOutput)
|
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
840
|
+
end)
|
|
841
|
+
|
|
842
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
843
|
+
o.name = "TagResource"
|
|
844
|
+
o.http_method = "POST"
|
|
845
|
+
o.http_request_uri = "/"
|
|
846
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
|
847
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
853
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
855
|
+
end)
|
|
856
|
+
|
|
857
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
858
|
+
o.name = "UntagResource"
|
|
859
|
+
o.http_method = "POST"
|
|
860
|
+
o.http_request_uri = "/"
|
|
861
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
|
862
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
865
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
866
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
870
|
+
end)
|
|
871
|
+
|
|
872
|
+
api.add_operation(:update_benefit_application, Seahorse::Model::Operation.new.tap do |o|
|
|
873
|
+
o.name = "UpdateBenefitApplication"
|
|
874
|
+
o.http_method = "POST"
|
|
875
|
+
o.http_request_uri = "/"
|
|
876
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateBenefitApplicationInput)
|
|
877
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateBenefitApplicationOutput)
|
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
884
|
+
end)
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
end
|
|
888
|
+
end
|