aws-sdk-b2bi 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-b2bi/client.rb +2577 -0
- data/lib/aws-sdk-b2bi/client_api.rb +934 -0
- data/lib/aws-sdk-b2bi/customizations.rb +0 -0
- data/lib/aws-sdk-b2bi/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-b2bi/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-b2bi/endpoints.rb +394 -0
- data/lib/aws-sdk-b2bi/errors.rb +188 -0
- data/lib/aws-sdk-b2bi/plugins/endpoints.rb +122 -0
- data/lib/aws-sdk-b2bi/resource.rb +26 -0
- data/lib/aws-sdk-b2bi/types.rb +2051 -0
- data/lib/aws-sdk-b2bi.rb +57 -0
- metadata +94 -0
@@ -0,0 +1,934 @@
|
|
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::B2bi
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
18
|
+
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
19
|
+
BusinessName = Shapes::StringShape.new(name: 'BusinessName')
|
20
|
+
CapabilityConfiguration = Shapes::UnionShape.new(name: 'CapabilityConfiguration')
|
21
|
+
CapabilityId = Shapes::StringShape.new(name: 'CapabilityId')
|
22
|
+
CapabilityList = Shapes::ListShape.new(name: 'CapabilityList')
|
23
|
+
CapabilityName = Shapes::StringShape.new(name: 'CapabilityName')
|
24
|
+
CapabilitySummary = Shapes::StructureShape.new(name: 'CapabilitySummary')
|
25
|
+
CapabilityType = Shapes::StringShape.new(name: 'CapabilityType')
|
26
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
27
|
+
CreateCapabilityRequest = Shapes::StructureShape.new(name: 'CreateCapabilityRequest')
|
28
|
+
CreateCapabilityResponse = Shapes::StructureShape.new(name: 'CreateCapabilityResponse')
|
29
|
+
CreatePartnershipRequest = Shapes::StructureShape.new(name: 'CreatePartnershipRequest')
|
30
|
+
CreatePartnershipResponse = Shapes::StructureShape.new(name: 'CreatePartnershipResponse')
|
31
|
+
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
32
|
+
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
33
|
+
CreateTransformerRequest = Shapes::StructureShape.new(name: 'CreateTransformerRequest')
|
34
|
+
CreateTransformerResponse = Shapes::StructureShape.new(name: 'CreateTransformerResponse')
|
35
|
+
CreatedDate = Shapes::TimestampShape.new(name: 'CreatedDate', timestampFormat: "iso8601")
|
36
|
+
DeleteCapabilityRequest = Shapes::StructureShape.new(name: 'DeleteCapabilityRequest')
|
37
|
+
DeletePartnershipRequest = Shapes::StructureShape.new(name: 'DeletePartnershipRequest')
|
38
|
+
DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
|
39
|
+
DeleteTransformerRequest = Shapes::StructureShape.new(name: 'DeleteTransformerRequest')
|
40
|
+
EdiConfiguration = Shapes::StructureShape.new(name: 'EdiConfiguration')
|
41
|
+
EdiType = Shapes::UnionShape.new(name: 'EdiType')
|
42
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
43
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
44
|
+
FileFormat = Shapes::StringShape.new(name: 'FileFormat')
|
45
|
+
FileLocation = Shapes::StringShape.new(name: 'FileLocation')
|
46
|
+
GetCapabilityRequest = Shapes::StructureShape.new(name: 'GetCapabilityRequest')
|
47
|
+
GetCapabilityResponse = Shapes::StructureShape.new(name: 'GetCapabilityResponse')
|
48
|
+
GetPartnershipRequest = Shapes::StructureShape.new(name: 'GetPartnershipRequest')
|
49
|
+
GetPartnershipResponse = Shapes::StructureShape.new(name: 'GetPartnershipResponse')
|
50
|
+
GetProfileRequest = Shapes::StructureShape.new(name: 'GetProfileRequest')
|
51
|
+
GetProfileResponse = Shapes::StructureShape.new(name: 'GetProfileResponse')
|
52
|
+
GetTransformerJobRequest = Shapes::StructureShape.new(name: 'GetTransformerJobRequest')
|
53
|
+
GetTransformerJobResponse = Shapes::StructureShape.new(name: 'GetTransformerJobResponse')
|
54
|
+
GetTransformerRequest = Shapes::StructureShape.new(name: 'GetTransformerRequest')
|
55
|
+
GetTransformerResponse = Shapes::StructureShape.new(name: 'GetTransformerResponse')
|
56
|
+
InstructionsDocuments = Shapes::ListShape.new(name: 'InstructionsDocuments')
|
57
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
58
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
59
|
+
ListCapabilitiesRequest = Shapes::StructureShape.new(name: 'ListCapabilitiesRequest')
|
60
|
+
ListCapabilitiesResponse = Shapes::StructureShape.new(name: 'ListCapabilitiesResponse')
|
61
|
+
ListPartnershipsRequest = Shapes::StructureShape.new(name: 'ListPartnershipsRequest')
|
62
|
+
ListPartnershipsResponse = Shapes::StructureShape.new(name: 'ListPartnershipsResponse')
|
63
|
+
ListProfilesRequest = Shapes::StructureShape.new(name: 'ListProfilesRequest')
|
64
|
+
ListProfilesResponse = Shapes::StructureShape.new(name: 'ListProfilesResponse')
|
65
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
66
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
67
|
+
ListTransformersRequest = Shapes::StructureShape.new(name: 'ListTransformersRequest')
|
68
|
+
ListTransformersResponse = Shapes::StructureShape.new(name: 'ListTransformersResponse')
|
69
|
+
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
70
|
+
Logging = Shapes::StringShape.new(name: 'Logging')
|
71
|
+
MappingTemplate = Shapes::StringShape.new(name: 'MappingTemplate')
|
72
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
73
|
+
ModifiedDate = Shapes::TimestampShape.new(name: 'ModifiedDate', timestampFormat: "iso8601")
|
74
|
+
PageToken = Shapes::StringShape.new(name: 'PageToken')
|
75
|
+
PartnerName = Shapes::StringShape.new(name: 'PartnerName')
|
76
|
+
PartnershipCapabilities = Shapes::ListShape.new(name: 'PartnershipCapabilities')
|
77
|
+
PartnershipId = Shapes::StringShape.new(name: 'PartnershipId')
|
78
|
+
PartnershipList = Shapes::ListShape.new(name: 'PartnershipList')
|
79
|
+
PartnershipSummary = Shapes::StructureShape.new(name: 'PartnershipSummary')
|
80
|
+
Phone = Shapes::StringShape.new(name: 'Phone')
|
81
|
+
ProfileId = Shapes::StringShape.new(name: 'ProfileId')
|
82
|
+
ProfileList = Shapes::ListShape.new(name: 'ProfileList')
|
83
|
+
ProfileName = Shapes::StringShape.new(name: 'ProfileName')
|
84
|
+
ProfileSummary = Shapes::StructureShape.new(name: 'ProfileSummary')
|
85
|
+
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
86
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
87
|
+
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
88
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
89
|
+
S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
|
90
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
91
|
+
StartTransformerJobRequest = Shapes::StructureShape.new(name: 'StartTransformerJobRequest')
|
92
|
+
StartTransformerJobResponse = Shapes::StructureShape.new(name: 'StartTransformerJobResponse')
|
93
|
+
String = Shapes::StringShape.new(name: 'String')
|
94
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
95
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
96
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
97
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
98
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
99
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
100
|
+
TestMappingInputFileContent = Shapes::StringShape.new(name: 'TestMappingInputFileContent')
|
101
|
+
TestMappingRequest = Shapes::StructureShape.new(name: 'TestMappingRequest')
|
102
|
+
TestMappingResponse = Shapes::StructureShape.new(name: 'TestMappingResponse')
|
103
|
+
TestParsingRequest = Shapes::StructureShape.new(name: 'TestParsingRequest')
|
104
|
+
TestParsingResponse = Shapes::StructureShape.new(name: 'TestParsingResponse')
|
105
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
106
|
+
TradingPartnerId = Shapes::StringShape.new(name: 'TradingPartnerId')
|
107
|
+
TransformerId = Shapes::StringShape.new(name: 'TransformerId')
|
108
|
+
TransformerJobId = Shapes::StringShape.new(name: 'TransformerJobId')
|
109
|
+
TransformerJobStatus = Shapes::StringShape.new(name: 'TransformerJobStatus')
|
110
|
+
TransformerList = Shapes::ListShape.new(name: 'TransformerList')
|
111
|
+
TransformerName = Shapes::StringShape.new(name: 'TransformerName')
|
112
|
+
TransformerStatus = Shapes::StringShape.new(name: 'TransformerStatus')
|
113
|
+
TransformerSummary = Shapes::StructureShape.new(name: 'TransformerSummary')
|
114
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
115
|
+
UpdateCapabilityRequest = Shapes::StructureShape.new(name: 'UpdateCapabilityRequest')
|
116
|
+
UpdateCapabilityResponse = Shapes::StructureShape.new(name: 'UpdateCapabilityResponse')
|
117
|
+
UpdatePartnershipRequest = Shapes::StructureShape.new(name: 'UpdatePartnershipRequest')
|
118
|
+
UpdatePartnershipResponse = Shapes::StructureShape.new(name: 'UpdatePartnershipResponse')
|
119
|
+
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
120
|
+
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
121
|
+
UpdateTransformerRequest = Shapes::StructureShape.new(name: 'UpdateTransformerRequest')
|
122
|
+
UpdateTransformerResponse = Shapes::StructureShape.new(name: 'UpdateTransformerResponse')
|
123
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
124
|
+
X12Details = Shapes::StructureShape.new(name: 'X12Details')
|
125
|
+
X12TransactionSet = Shapes::StringShape.new(name: 'X12TransactionSet')
|
126
|
+
X12Version = Shapes::StringShape.new(name: 'X12Version')
|
127
|
+
|
128
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
129
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
130
|
+
|
131
|
+
CapabilityConfiguration.add_member(:edi, Shapes::ShapeRef.new(shape: EdiConfiguration, location_name: "edi"))
|
132
|
+
CapabilityConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
133
|
+
CapabilityConfiguration.add_member_subclass(:edi, Types::CapabilityConfiguration::Edi)
|
134
|
+
CapabilityConfiguration.add_member_subclass(:unknown, Types::CapabilityConfiguration::Unknown)
|
135
|
+
CapabilityConfiguration.struct_class = Types::CapabilityConfiguration
|
136
|
+
|
137
|
+
CapabilityList.member = Shapes::ShapeRef.new(shape: CapabilitySummary)
|
138
|
+
|
139
|
+
CapabilitySummary.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
140
|
+
CapabilitySummary.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
141
|
+
CapabilitySummary.add_member(:type, Shapes::ShapeRef.new(shape: CapabilityType, required: true, location_name: "type"))
|
142
|
+
CapabilitySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
143
|
+
CapabilitySummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
144
|
+
CapabilitySummary.struct_class = Types::CapabilitySummary
|
145
|
+
|
146
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
147
|
+
ConflictException.struct_class = Types::ConflictException
|
148
|
+
|
149
|
+
CreateCapabilityRequest.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
150
|
+
CreateCapabilityRequest.add_member(:type, Shapes::ShapeRef.new(shape: CapabilityType, required: true, location_name: "type"))
|
151
|
+
CreateCapabilityRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "configuration"))
|
152
|
+
CreateCapabilityRequest.add_member(:instructions_documents, Shapes::ShapeRef.new(shape: InstructionsDocuments, location_name: "instructionsDocuments"))
|
153
|
+
CreateCapabilityRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
154
|
+
CreateCapabilityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
155
|
+
CreateCapabilityRequest.struct_class = Types::CreateCapabilityRequest
|
156
|
+
|
157
|
+
CreateCapabilityResponse.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
158
|
+
CreateCapabilityResponse.add_member(:capability_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "capabilityArn"))
|
159
|
+
CreateCapabilityResponse.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
160
|
+
CreateCapabilityResponse.add_member(:type, Shapes::ShapeRef.new(shape: CapabilityType, required: true, location_name: "type"))
|
161
|
+
CreateCapabilityResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "configuration"))
|
162
|
+
CreateCapabilityResponse.add_member(:instructions_documents, Shapes::ShapeRef.new(shape: InstructionsDocuments, location_name: "instructionsDocuments"))
|
163
|
+
CreateCapabilityResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
164
|
+
CreateCapabilityResponse.struct_class = Types::CreateCapabilityResponse
|
165
|
+
|
166
|
+
CreatePartnershipRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
167
|
+
CreatePartnershipRequest.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, required: true, location_name: "name"))
|
168
|
+
CreatePartnershipRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "email"))
|
169
|
+
CreatePartnershipRequest.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, location_name: "phone"))
|
170
|
+
CreatePartnershipRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
171
|
+
CreatePartnershipRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
172
|
+
CreatePartnershipRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
173
|
+
CreatePartnershipRequest.struct_class = Types::CreatePartnershipRequest
|
174
|
+
|
175
|
+
CreatePartnershipResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
176
|
+
CreatePartnershipResponse.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
177
|
+
CreatePartnershipResponse.add_member(:partnership_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "partnershipArn"))
|
178
|
+
CreatePartnershipResponse.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "name"))
|
179
|
+
CreatePartnershipResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
180
|
+
CreatePartnershipResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, location_name: "phone"))
|
181
|
+
CreatePartnershipResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
182
|
+
CreatePartnershipResponse.add_member(:trading_partner_id, Shapes::ShapeRef.new(shape: TradingPartnerId, location_name: "tradingPartnerId"))
|
183
|
+
CreatePartnershipResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
184
|
+
CreatePartnershipResponse.struct_class = Types::CreatePartnershipResponse
|
185
|
+
|
186
|
+
CreateProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "name"))
|
187
|
+
CreateProfileRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
188
|
+
CreateProfileRequest.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, required: true, location_name: "phone"))
|
189
|
+
CreateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, required: true, location_name: "businessName"))
|
190
|
+
CreateProfileRequest.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, required: true, location_name: "logging"))
|
191
|
+
CreateProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
192
|
+
CreateProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
193
|
+
CreateProfileRequest.struct_class = Types::CreateProfileRequest
|
194
|
+
|
195
|
+
CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
196
|
+
CreateProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "profileArn"))
|
197
|
+
CreateProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "name"))
|
198
|
+
CreateProfileResponse.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, required: true, location_name: "businessName"))
|
199
|
+
CreateProfileResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, required: true, location_name: "phone"))
|
200
|
+
CreateProfileResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
201
|
+
CreateProfileResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
202
|
+
CreateProfileResponse.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
203
|
+
CreateProfileResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
204
|
+
CreateProfileResponse.struct_class = Types::CreateProfileResponse
|
205
|
+
|
206
|
+
CreateTransformerRequest.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, required: true, location_name: "name"))
|
207
|
+
CreateTransformerRequest.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
208
|
+
CreateTransformerRequest.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
209
|
+
CreateTransformerRequest.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
210
|
+
CreateTransformerRequest.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
211
|
+
CreateTransformerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
212
|
+
CreateTransformerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
213
|
+
CreateTransformerRequest.struct_class = Types::CreateTransformerRequest
|
214
|
+
|
215
|
+
CreateTransformerResponse.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
216
|
+
CreateTransformerResponse.add_member(:transformer_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "transformerArn"))
|
217
|
+
CreateTransformerResponse.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, required: true, location_name: "name"))
|
218
|
+
CreateTransformerResponse.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
219
|
+
CreateTransformerResponse.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
220
|
+
CreateTransformerResponse.add_member(:status, Shapes::ShapeRef.new(shape: TransformerStatus, required: true, location_name: "status"))
|
221
|
+
CreateTransformerResponse.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
222
|
+
CreateTransformerResponse.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
223
|
+
CreateTransformerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
224
|
+
CreateTransformerResponse.struct_class = Types::CreateTransformerResponse
|
225
|
+
|
226
|
+
DeleteCapabilityRequest.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
227
|
+
DeleteCapabilityRequest.struct_class = Types::DeleteCapabilityRequest
|
228
|
+
|
229
|
+
DeletePartnershipRequest.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
230
|
+
DeletePartnershipRequest.struct_class = Types::DeletePartnershipRequest
|
231
|
+
|
232
|
+
DeleteProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
233
|
+
DeleteProfileRequest.struct_class = Types::DeleteProfileRequest
|
234
|
+
|
235
|
+
DeleteTransformerRequest.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
236
|
+
DeleteTransformerRequest.struct_class = Types::DeleteTransformerRequest
|
237
|
+
|
238
|
+
EdiConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "type"))
|
239
|
+
EdiConfiguration.add_member(:input_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "inputLocation"))
|
240
|
+
EdiConfiguration.add_member(:output_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "outputLocation"))
|
241
|
+
EdiConfiguration.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
242
|
+
EdiConfiguration.struct_class = Types::EdiConfiguration
|
243
|
+
|
244
|
+
EdiType.add_member(:x12_details, Shapes::ShapeRef.new(shape: X12Details, location_name: "x12Details"))
|
245
|
+
EdiType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
246
|
+
EdiType.add_member_subclass(:x12_details, Types::EdiType::X12Details)
|
247
|
+
EdiType.add_member_subclass(:unknown, Types::EdiType::Unknown)
|
248
|
+
EdiType.struct_class = Types::EdiType
|
249
|
+
|
250
|
+
GetCapabilityRequest.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
251
|
+
GetCapabilityRequest.struct_class = Types::GetCapabilityRequest
|
252
|
+
|
253
|
+
GetCapabilityResponse.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
254
|
+
GetCapabilityResponse.add_member(:capability_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "capabilityArn"))
|
255
|
+
GetCapabilityResponse.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
256
|
+
GetCapabilityResponse.add_member(:type, Shapes::ShapeRef.new(shape: CapabilityType, required: true, location_name: "type"))
|
257
|
+
GetCapabilityResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "configuration"))
|
258
|
+
GetCapabilityResponse.add_member(:instructions_documents, Shapes::ShapeRef.new(shape: InstructionsDocuments, location_name: "instructionsDocuments"))
|
259
|
+
GetCapabilityResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
260
|
+
GetCapabilityResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
261
|
+
GetCapabilityResponse.struct_class = Types::GetCapabilityResponse
|
262
|
+
|
263
|
+
GetPartnershipRequest.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
264
|
+
GetPartnershipRequest.struct_class = Types::GetPartnershipRequest
|
265
|
+
|
266
|
+
GetPartnershipResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
267
|
+
GetPartnershipResponse.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
268
|
+
GetPartnershipResponse.add_member(:partnership_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "partnershipArn"))
|
269
|
+
GetPartnershipResponse.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "name"))
|
270
|
+
GetPartnershipResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
271
|
+
GetPartnershipResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, location_name: "phone"))
|
272
|
+
GetPartnershipResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
273
|
+
GetPartnershipResponse.add_member(:trading_partner_id, Shapes::ShapeRef.new(shape: TradingPartnerId, location_name: "tradingPartnerId"))
|
274
|
+
GetPartnershipResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
275
|
+
GetPartnershipResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
276
|
+
GetPartnershipResponse.struct_class = Types::GetPartnershipResponse
|
277
|
+
|
278
|
+
GetProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
279
|
+
GetProfileRequest.struct_class = Types::GetProfileRequest
|
280
|
+
|
281
|
+
GetProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
282
|
+
GetProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "profileArn"))
|
283
|
+
GetProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "name"))
|
284
|
+
GetProfileResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
285
|
+
GetProfileResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, required: true, location_name: "phone"))
|
286
|
+
GetProfileResponse.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, required: true, location_name: "businessName"))
|
287
|
+
GetProfileResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
288
|
+
GetProfileResponse.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
289
|
+
GetProfileResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
290
|
+
GetProfileResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
291
|
+
GetProfileResponse.struct_class = Types::GetProfileResponse
|
292
|
+
|
293
|
+
GetTransformerJobRequest.add_member(:transformer_job_id, Shapes::ShapeRef.new(shape: TransformerJobId, required: true, location_name: "transformerJobId"))
|
294
|
+
GetTransformerJobRequest.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
295
|
+
GetTransformerJobRequest.struct_class = Types::GetTransformerJobRequest
|
296
|
+
|
297
|
+
GetTransformerJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: TransformerJobStatus, required: true, location_name: "status"))
|
298
|
+
GetTransformerJobResponse.add_member(:output_files, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "outputFiles"))
|
299
|
+
GetTransformerJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
300
|
+
GetTransformerJobResponse.struct_class = Types::GetTransformerJobResponse
|
301
|
+
|
302
|
+
GetTransformerRequest.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
303
|
+
GetTransformerRequest.struct_class = Types::GetTransformerRequest
|
304
|
+
|
305
|
+
GetTransformerResponse.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
306
|
+
GetTransformerResponse.add_member(:transformer_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "transformerArn"))
|
307
|
+
GetTransformerResponse.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, required: true, location_name: "name"))
|
308
|
+
GetTransformerResponse.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
309
|
+
GetTransformerResponse.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
310
|
+
GetTransformerResponse.add_member(:status, Shapes::ShapeRef.new(shape: TransformerStatus, required: true, location_name: "status"))
|
311
|
+
GetTransformerResponse.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
312
|
+
GetTransformerResponse.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
313
|
+
GetTransformerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
314
|
+
GetTransformerResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
315
|
+
GetTransformerResponse.struct_class = Types::GetTransformerResponse
|
316
|
+
|
317
|
+
InstructionsDocuments.member = Shapes::ShapeRef.new(shape: S3Location)
|
318
|
+
|
319
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
320
|
+
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
|
321
|
+
InternalServerException.struct_class = Types::InternalServerException
|
322
|
+
|
323
|
+
ListCapabilitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
324
|
+
ListCapabilitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
325
|
+
ListCapabilitiesRequest.struct_class = Types::ListCapabilitiesRequest
|
326
|
+
|
327
|
+
ListCapabilitiesResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: CapabilityList, required: true, location_name: "capabilities"))
|
328
|
+
ListCapabilitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
329
|
+
ListCapabilitiesResponse.struct_class = Types::ListCapabilitiesResponse
|
330
|
+
|
331
|
+
ListPartnershipsRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, location_name: "profileId"))
|
332
|
+
ListPartnershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
333
|
+
ListPartnershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
334
|
+
ListPartnershipsRequest.struct_class = Types::ListPartnershipsRequest
|
335
|
+
|
336
|
+
ListPartnershipsResponse.add_member(:partnerships, Shapes::ShapeRef.new(shape: PartnershipList, required: true, location_name: "partnerships"))
|
337
|
+
ListPartnershipsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
338
|
+
ListPartnershipsResponse.struct_class = Types::ListPartnershipsResponse
|
339
|
+
|
340
|
+
ListProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
341
|
+
ListProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
342
|
+
ListProfilesRequest.struct_class = Types::ListProfilesRequest
|
343
|
+
|
344
|
+
ListProfilesResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: ProfileList, required: true, location_name: "profiles"))
|
345
|
+
ListProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
346
|
+
ListProfilesResponse.struct_class = Types::ListProfilesResponse
|
347
|
+
|
348
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
349
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
350
|
+
|
351
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
352
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
353
|
+
|
354
|
+
ListTransformersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
355
|
+
ListTransformersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
356
|
+
ListTransformersRequest.struct_class = Types::ListTransformersRequest
|
357
|
+
|
358
|
+
ListTransformersResponse.add_member(:transformers, Shapes::ShapeRef.new(shape: TransformerList, required: true, location_name: "transformers"))
|
359
|
+
ListTransformersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "nextToken"))
|
360
|
+
ListTransformersResponse.struct_class = Types::ListTransformersResponse
|
361
|
+
|
362
|
+
PartnershipCapabilities.member = Shapes::ShapeRef.new(shape: CapabilityId)
|
363
|
+
|
364
|
+
PartnershipList.member = Shapes::ShapeRef.new(shape: PartnershipSummary)
|
365
|
+
|
366
|
+
PartnershipSummary.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
367
|
+
PartnershipSummary.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
368
|
+
PartnershipSummary.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "name"))
|
369
|
+
PartnershipSummary.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
370
|
+
PartnershipSummary.add_member(:trading_partner_id, Shapes::ShapeRef.new(shape: TradingPartnerId, location_name: "tradingPartnerId"))
|
371
|
+
PartnershipSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
372
|
+
PartnershipSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
373
|
+
PartnershipSummary.struct_class = Types::PartnershipSummary
|
374
|
+
|
375
|
+
ProfileList.member = Shapes::ShapeRef.new(shape: ProfileSummary)
|
376
|
+
|
377
|
+
ProfileSummary.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
378
|
+
ProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "name"))
|
379
|
+
ProfileSummary.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, required: true, location_name: "businessName"))
|
380
|
+
ProfileSummary.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
381
|
+
ProfileSummary.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
382
|
+
ProfileSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
383
|
+
ProfileSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
384
|
+
ProfileSummary.struct_class = Types::ProfileSummary
|
385
|
+
|
386
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
387
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
388
|
+
|
389
|
+
S3Location.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
|
390
|
+
S3Location.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, location_name: "key"))
|
391
|
+
S3Location.struct_class = Types::S3Location
|
392
|
+
|
393
|
+
S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
|
394
|
+
|
395
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
396
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
397
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
398
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
|
399
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
400
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
401
|
+
|
402
|
+
StartTransformerJobRequest.add_member(:input_file, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "inputFile"))
|
403
|
+
StartTransformerJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "outputLocation"))
|
404
|
+
StartTransformerJobRequest.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
405
|
+
StartTransformerJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
406
|
+
StartTransformerJobRequest.struct_class = Types::StartTransformerJobRequest
|
407
|
+
|
408
|
+
StartTransformerJobResponse.add_member(:transformer_job_id, Shapes::ShapeRef.new(shape: TransformerJobId, required: true, location_name: "transformerJobId"))
|
409
|
+
StartTransformerJobResponse.struct_class = Types::StartTransformerJobResponse
|
410
|
+
|
411
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
412
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
413
|
+
Tag.struct_class = Types::Tag
|
414
|
+
|
415
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
416
|
+
|
417
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
418
|
+
|
419
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
420
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
421
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
422
|
+
|
423
|
+
TestMappingRequest.add_member(:input_file_content, Shapes::ShapeRef.new(shape: TestMappingInputFileContent, required: true, location_name: "inputFileContent"))
|
424
|
+
TestMappingRequest.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
425
|
+
TestMappingRequest.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
426
|
+
TestMappingRequest.struct_class = Types::TestMappingRequest
|
427
|
+
|
428
|
+
TestMappingResponse.add_member(:mapped_file_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "mappedFileContent"))
|
429
|
+
TestMappingResponse.struct_class = Types::TestMappingResponse
|
430
|
+
|
431
|
+
TestParsingRequest.add_member(:input_file, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "inputFile"))
|
432
|
+
TestParsingRequest.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
433
|
+
TestParsingRequest.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
434
|
+
TestParsingRequest.struct_class = Types::TestParsingRequest
|
435
|
+
|
436
|
+
TestParsingResponse.add_member(:parsed_file_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "parsedFileContent"))
|
437
|
+
TestParsingResponse.struct_class = Types::TestParsingResponse
|
438
|
+
|
439
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
440
|
+
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
|
441
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
442
|
+
|
443
|
+
TransformerList.member = Shapes::ShapeRef.new(shape: TransformerSummary)
|
444
|
+
|
445
|
+
TransformerSummary.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
446
|
+
TransformerSummary.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, required: true, location_name: "name"))
|
447
|
+
TransformerSummary.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
448
|
+
TransformerSummary.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
449
|
+
TransformerSummary.add_member(:status, Shapes::ShapeRef.new(shape: TransformerStatus, required: true, location_name: "status"))
|
450
|
+
TransformerSummary.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
451
|
+
TransformerSummary.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
452
|
+
TransformerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
453
|
+
TransformerSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
454
|
+
TransformerSummary.struct_class = Types::TransformerSummary
|
455
|
+
|
456
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceARN"))
|
457
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
458
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
459
|
+
|
460
|
+
UpdateCapabilityRequest.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
461
|
+
UpdateCapabilityRequest.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, location_name: "name"))
|
462
|
+
UpdateCapabilityRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, location_name: "configuration"))
|
463
|
+
UpdateCapabilityRequest.add_member(:instructions_documents, Shapes::ShapeRef.new(shape: InstructionsDocuments, location_name: "instructionsDocuments"))
|
464
|
+
UpdateCapabilityRequest.struct_class = Types::UpdateCapabilityRequest
|
465
|
+
|
466
|
+
UpdateCapabilityResponse.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
467
|
+
UpdateCapabilityResponse.add_member(:capability_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "capabilityArn"))
|
468
|
+
UpdateCapabilityResponse.add_member(:name, Shapes::ShapeRef.new(shape: CapabilityName, required: true, location_name: "name"))
|
469
|
+
UpdateCapabilityResponse.add_member(:type, Shapes::ShapeRef.new(shape: CapabilityType, required: true, location_name: "type"))
|
470
|
+
UpdateCapabilityResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: CapabilityConfiguration, required: true, location_name: "configuration"))
|
471
|
+
UpdateCapabilityResponse.add_member(:instructions_documents, Shapes::ShapeRef.new(shape: InstructionsDocuments, location_name: "instructionsDocuments"))
|
472
|
+
UpdateCapabilityResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
473
|
+
UpdateCapabilityResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
474
|
+
UpdateCapabilityResponse.struct_class = Types::UpdateCapabilityResponse
|
475
|
+
|
476
|
+
UpdatePartnershipRequest.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
477
|
+
UpdatePartnershipRequest.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "name"))
|
478
|
+
UpdatePartnershipRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
479
|
+
UpdatePartnershipRequest.struct_class = Types::UpdatePartnershipRequest
|
480
|
+
|
481
|
+
UpdatePartnershipResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
482
|
+
UpdatePartnershipResponse.add_member(:partnership_id, Shapes::ShapeRef.new(shape: PartnershipId, required: true, location_name: "partnershipId"))
|
483
|
+
UpdatePartnershipResponse.add_member(:partnership_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "partnershipArn"))
|
484
|
+
UpdatePartnershipResponse.add_member(:name, Shapes::ShapeRef.new(shape: PartnerName, location_name: "name"))
|
485
|
+
UpdatePartnershipResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
486
|
+
UpdatePartnershipResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, location_name: "phone"))
|
487
|
+
UpdatePartnershipResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: PartnershipCapabilities, location_name: "capabilities"))
|
488
|
+
UpdatePartnershipResponse.add_member(:trading_partner_id, Shapes::ShapeRef.new(shape: TradingPartnerId, location_name: "tradingPartnerId"))
|
489
|
+
UpdatePartnershipResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
490
|
+
UpdatePartnershipResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
491
|
+
UpdatePartnershipResponse.struct_class = Types::UpdatePartnershipResponse
|
492
|
+
|
493
|
+
UpdateProfileRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
494
|
+
UpdateProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, location_name: "name"))
|
495
|
+
UpdateProfileRequest.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
496
|
+
UpdateProfileRequest.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, location_name: "phone"))
|
497
|
+
UpdateProfileRequest.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, location_name: "businessName"))
|
498
|
+
UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
|
499
|
+
|
500
|
+
UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
501
|
+
UpdateProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "profileArn"))
|
502
|
+
UpdateProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProfileName, required: true, location_name: "name"))
|
503
|
+
UpdateProfileResponse.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "email"))
|
504
|
+
UpdateProfileResponse.add_member(:phone, Shapes::ShapeRef.new(shape: Phone, required: true, location_name: "phone"))
|
505
|
+
UpdateProfileResponse.add_member(:business_name, Shapes::ShapeRef.new(shape: BusinessName, required: true, location_name: "businessName"))
|
506
|
+
UpdateProfileResponse.add_member(:logging, Shapes::ShapeRef.new(shape: Logging, location_name: "logging"))
|
507
|
+
UpdateProfileResponse.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, location_name: "logGroupName"))
|
508
|
+
UpdateProfileResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
509
|
+
UpdateProfileResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, location_name: "modifiedAt"))
|
510
|
+
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
511
|
+
|
512
|
+
UpdateTransformerRequest.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
513
|
+
UpdateTransformerRequest.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, location_name: "name"))
|
514
|
+
UpdateTransformerRequest.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, location_name: "fileFormat"))
|
515
|
+
UpdateTransformerRequest.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, location_name: "mappingTemplate"))
|
516
|
+
UpdateTransformerRequest.add_member(:status, Shapes::ShapeRef.new(shape: TransformerStatus, location_name: "status"))
|
517
|
+
UpdateTransformerRequest.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, location_name: "ediType"))
|
518
|
+
UpdateTransformerRequest.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
519
|
+
UpdateTransformerRequest.struct_class = Types::UpdateTransformerRequest
|
520
|
+
|
521
|
+
UpdateTransformerResponse.add_member(:transformer_id, Shapes::ShapeRef.new(shape: TransformerId, required: true, location_name: "transformerId"))
|
522
|
+
UpdateTransformerResponse.add_member(:transformer_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "transformerArn"))
|
523
|
+
UpdateTransformerResponse.add_member(:name, Shapes::ShapeRef.new(shape: TransformerName, required: true, location_name: "name"))
|
524
|
+
UpdateTransformerResponse.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
525
|
+
UpdateTransformerResponse.add_member(:mapping_template, Shapes::ShapeRef.new(shape: MappingTemplate, required: true, location_name: "mappingTemplate"))
|
526
|
+
UpdateTransformerResponse.add_member(:status, Shapes::ShapeRef.new(shape: TransformerStatus, required: true, location_name: "status"))
|
527
|
+
UpdateTransformerResponse.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
528
|
+
UpdateTransformerResponse.add_member(:sample_document, Shapes::ShapeRef.new(shape: FileLocation, location_name: "sampleDocument"))
|
529
|
+
UpdateTransformerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedDate, required: true, location_name: "createdAt"))
|
530
|
+
UpdateTransformerResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: ModifiedDate, required: true, location_name: "modifiedAt"))
|
531
|
+
UpdateTransformerResponse.struct_class = Types::UpdateTransformerResponse
|
532
|
+
|
533
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "Message"))
|
534
|
+
ValidationException.struct_class = Types::ValidationException
|
535
|
+
|
536
|
+
X12Details.add_member(:transaction_set, Shapes::ShapeRef.new(shape: X12TransactionSet, location_name: "transactionSet"))
|
537
|
+
X12Details.add_member(:version, Shapes::ShapeRef.new(shape: X12Version, location_name: "version"))
|
538
|
+
X12Details.struct_class = Types::X12Details
|
539
|
+
|
540
|
+
|
541
|
+
# @api private
|
542
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
543
|
+
|
544
|
+
api.version = "2022-06-23"
|
545
|
+
|
546
|
+
api.metadata = {
|
547
|
+
"apiVersion" => "2022-06-23",
|
548
|
+
"endpointPrefix" => "b2bi",
|
549
|
+
"jsonVersion" => "1.0",
|
550
|
+
"protocol" => "json",
|
551
|
+
"serviceAbbreviation" => "AWS B2BI",
|
552
|
+
"serviceFullName" => "AWS B2B Data Interchange",
|
553
|
+
"serviceId" => "b2bi",
|
554
|
+
"signatureVersion" => "v4",
|
555
|
+
"signingName" => "b2bi",
|
556
|
+
"targetPrefix" => "B2BI",
|
557
|
+
"uid" => "b2bi-2022-06-23",
|
558
|
+
}
|
559
|
+
|
560
|
+
api.add_operation(:create_capability, Seahorse::Model::Operation.new.tap do |o|
|
561
|
+
o.name = "CreateCapability"
|
562
|
+
o.http_method = "POST"
|
563
|
+
o.http_request_uri = "/"
|
564
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCapabilityRequest)
|
565
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCapabilityResponse)
|
566
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
567
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
568
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
569
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
570
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
571
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
573
|
+
end)
|
574
|
+
|
575
|
+
api.add_operation(:create_partnership, Seahorse::Model::Operation.new.tap do |o|
|
576
|
+
o.name = "CreatePartnership"
|
577
|
+
o.http_method = "POST"
|
578
|
+
o.http_request_uri = "/"
|
579
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePartnershipRequest)
|
580
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePartnershipResponse)
|
581
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
582
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
583
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
584
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
585
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
586
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
588
|
+
end)
|
589
|
+
|
590
|
+
api.add_operation(:create_profile, Seahorse::Model::Operation.new.tap do |o|
|
591
|
+
o.name = "CreateProfile"
|
592
|
+
o.http_method = "POST"
|
593
|
+
o.http_request_uri = "/"
|
594
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
|
595
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
|
596
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
597
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
598
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
599
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
600
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
601
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
602
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
603
|
+
end)
|
604
|
+
|
605
|
+
api.add_operation(:create_transformer, Seahorse::Model::Operation.new.tap do |o|
|
606
|
+
o.name = "CreateTransformer"
|
607
|
+
o.http_method = "POST"
|
608
|
+
o.http_request_uri = "/"
|
609
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransformerRequest)
|
610
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransformerResponse)
|
611
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
612
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
613
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
614
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
615
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
616
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
617
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
618
|
+
end)
|
619
|
+
|
620
|
+
api.add_operation(:delete_capability, Seahorse::Model::Operation.new.tap do |o|
|
621
|
+
o.name = "DeleteCapability"
|
622
|
+
o.http_method = "POST"
|
623
|
+
o.http_request_uri = "/"
|
624
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCapabilityRequest)
|
625
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
626
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
627
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
629
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
632
|
+
end)
|
633
|
+
|
634
|
+
api.add_operation(:delete_partnership, Seahorse::Model::Operation.new.tap do |o|
|
635
|
+
o.name = "DeletePartnership"
|
636
|
+
o.http_method = "POST"
|
637
|
+
o.http_request_uri = "/"
|
638
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePartnershipRequest)
|
639
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
642
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
643
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
644
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
645
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
646
|
+
end)
|
647
|
+
|
648
|
+
api.add_operation(:delete_profile, Seahorse::Model::Operation.new.tap do |o|
|
649
|
+
o.name = "DeleteProfile"
|
650
|
+
o.http_method = "POST"
|
651
|
+
o.http_request_uri = "/"
|
652
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProfileRequest)
|
653
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
654
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
660
|
+
end)
|
661
|
+
|
662
|
+
api.add_operation(:delete_transformer, Seahorse::Model::Operation.new.tap do |o|
|
663
|
+
o.name = "DeleteTransformer"
|
664
|
+
o.http_method = "POST"
|
665
|
+
o.http_request_uri = "/"
|
666
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTransformerRequest)
|
667
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
668
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
669
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
670
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
671
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
673
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
674
|
+
end)
|
675
|
+
|
676
|
+
api.add_operation(:get_capability, Seahorse::Model::Operation.new.tap do |o|
|
677
|
+
o.name = "GetCapability"
|
678
|
+
o.http_method = "POST"
|
679
|
+
o.http_request_uri = "/"
|
680
|
+
o.input = Shapes::ShapeRef.new(shape: GetCapabilityRequest)
|
681
|
+
o.output = Shapes::ShapeRef.new(shape: GetCapabilityResponse)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
687
|
+
end)
|
688
|
+
|
689
|
+
api.add_operation(:get_partnership, Seahorse::Model::Operation.new.tap do |o|
|
690
|
+
o.name = "GetPartnership"
|
691
|
+
o.http_method = "POST"
|
692
|
+
o.http_request_uri = "/"
|
693
|
+
o.input = Shapes::ShapeRef.new(shape: GetPartnershipRequest)
|
694
|
+
o.output = Shapes::ShapeRef.new(shape: GetPartnershipResponse)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
700
|
+
end)
|
701
|
+
|
702
|
+
api.add_operation(:get_profile, Seahorse::Model::Operation.new.tap do |o|
|
703
|
+
o.name = "GetProfile"
|
704
|
+
o.http_method = "POST"
|
705
|
+
o.http_request_uri = "/"
|
706
|
+
o.input = Shapes::ShapeRef.new(shape: GetProfileRequest)
|
707
|
+
o.output = Shapes::ShapeRef.new(shape: GetProfileResponse)
|
708
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
709
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
713
|
+
end)
|
714
|
+
|
715
|
+
api.add_operation(:get_transformer, Seahorse::Model::Operation.new.tap do |o|
|
716
|
+
o.name = "GetTransformer"
|
717
|
+
o.http_method = "POST"
|
718
|
+
o.http_request_uri = "/"
|
719
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransformerRequest)
|
720
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransformerResponse)
|
721
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
725
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
726
|
+
end)
|
727
|
+
|
728
|
+
api.add_operation(:get_transformer_job, Seahorse::Model::Operation.new.tap do |o|
|
729
|
+
o.name = "GetTransformerJob"
|
730
|
+
o.http_method = "POST"
|
731
|
+
o.http_request_uri = "/"
|
732
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransformerJobRequest)
|
733
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransformerJobResponse)
|
734
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
738
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
739
|
+
end)
|
740
|
+
|
741
|
+
api.add_operation(:list_capabilities, Seahorse::Model::Operation.new.tap do |o|
|
742
|
+
o.name = "ListCapabilities"
|
743
|
+
o.http_method = "POST"
|
744
|
+
o.http_request_uri = "/"
|
745
|
+
o.input = Shapes::ShapeRef.new(shape: ListCapabilitiesRequest)
|
746
|
+
o.output = Shapes::ShapeRef.new(shape: ListCapabilitiesResponse)
|
747
|
+
o[:pager] = Aws::Pager.new(
|
748
|
+
limit_key: "max_results",
|
749
|
+
tokens: {
|
750
|
+
"next_token" => "next_token"
|
751
|
+
}
|
752
|
+
)
|
753
|
+
end)
|
754
|
+
|
755
|
+
api.add_operation(:list_partnerships, Seahorse::Model::Operation.new.tap do |o|
|
756
|
+
o.name = "ListPartnerships"
|
757
|
+
o.http_method = "POST"
|
758
|
+
o.http_request_uri = "/"
|
759
|
+
o.input = Shapes::ShapeRef.new(shape: ListPartnershipsRequest)
|
760
|
+
o.output = Shapes::ShapeRef.new(shape: ListPartnershipsResponse)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
764
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
765
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
766
|
+
o[:pager] = Aws::Pager.new(
|
767
|
+
limit_key: "max_results",
|
768
|
+
tokens: {
|
769
|
+
"next_token" => "next_token"
|
770
|
+
}
|
771
|
+
)
|
772
|
+
end)
|
773
|
+
|
774
|
+
api.add_operation(:list_profiles, Seahorse::Model::Operation.new.tap do |o|
|
775
|
+
o.name = "ListProfiles"
|
776
|
+
o.http_method = "POST"
|
777
|
+
o.http_request_uri = "/"
|
778
|
+
o.input = Shapes::ShapeRef.new(shape: ListProfilesRequest)
|
779
|
+
o.output = Shapes::ShapeRef.new(shape: ListProfilesResponse)
|
780
|
+
o[:pager] = Aws::Pager.new(
|
781
|
+
limit_key: "max_results",
|
782
|
+
tokens: {
|
783
|
+
"next_token" => "next_token"
|
784
|
+
}
|
785
|
+
)
|
786
|
+
end)
|
787
|
+
|
788
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
789
|
+
o.name = "ListTagsForResource"
|
790
|
+
o.http_method = "POST"
|
791
|
+
o.http_request_uri = "/"
|
792
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
793
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
796
|
+
end)
|
797
|
+
|
798
|
+
api.add_operation(:list_transformers, Seahorse::Model::Operation.new.tap do |o|
|
799
|
+
o.name = "ListTransformers"
|
800
|
+
o.http_method = "POST"
|
801
|
+
o.http_request_uri = "/"
|
802
|
+
o.input = Shapes::ShapeRef.new(shape: ListTransformersRequest)
|
803
|
+
o.output = Shapes::ShapeRef.new(shape: ListTransformersResponse)
|
804
|
+
o[:pager] = Aws::Pager.new(
|
805
|
+
limit_key: "max_results",
|
806
|
+
tokens: {
|
807
|
+
"next_token" => "next_token"
|
808
|
+
}
|
809
|
+
)
|
810
|
+
end)
|
811
|
+
|
812
|
+
api.add_operation(:start_transformer_job, Seahorse::Model::Operation.new.tap do |o|
|
813
|
+
o.name = "StartTransformerJob"
|
814
|
+
o.http_method = "POST"
|
815
|
+
o.http_request_uri = "/"
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: StartTransformerJobRequest)
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: StartTransformerJobResponse)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
823
|
+
end)
|
824
|
+
|
825
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
826
|
+
o.name = "TagResource"
|
827
|
+
o.http_method = "POST"
|
828
|
+
o.http_request_uri = "/"
|
829
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
830
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
833
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
834
|
+
end)
|
835
|
+
|
836
|
+
api.add_operation(:test_mapping, Seahorse::Model::Operation.new.tap do |o|
|
837
|
+
o.name = "TestMapping"
|
838
|
+
o.http_method = "POST"
|
839
|
+
o.http_request_uri = "/"
|
840
|
+
o.input = Shapes::ShapeRef.new(shape: TestMappingRequest)
|
841
|
+
o.output = Shapes::ShapeRef.new(shape: TestMappingResponse)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
847
|
+
end)
|
848
|
+
|
849
|
+
api.add_operation(:test_parsing, Seahorse::Model::Operation.new.tap do |o|
|
850
|
+
o.name = "TestParsing"
|
851
|
+
o.http_method = "POST"
|
852
|
+
o.http_request_uri = "/"
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: TestParsingRequest)
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: TestParsingResponse)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
860
|
+
end)
|
861
|
+
|
862
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
863
|
+
o.name = "UntagResource"
|
864
|
+
o.http_method = "POST"
|
865
|
+
o.http_request_uri = "/"
|
866
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
867
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
870
|
+
end)
|
871
|
+
|
872
|
+
api.add_operation(:update_capability, Seahorse::Model::Operation.new.tap do |o|
|
873
|
+
o.name = "UpdateCapability"
|
874
|
+
o.http_method = "POST"
|
875
|
+
o.http_request_uri = "/"
|
876
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCapabilityRequest)
|
877
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCapabilityResponse)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
885
|
+
end)
|
886
|
+
|
887
|
+
api.add_operation(:update_partnership, Seahorse::Model::Operation.new.tap do |o|
|
888
|
+
o.name = "UpdatePartnership"
|
889
|
+
o.http_method = "POST"
|
890
|
+
o.http_request_uri = "/"
|
891
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePartnershipRequest)
|
892
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePartnershipResponse)
|
893
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
900
|
+
end)
|
901
|
+
|
902
|
+
api.add_operation(:update_profile, Seahorse::Model::Operation.new.tap do |o|
|
903
|
+
o.name = "UpdateProfile"
|
904
|
+
o.http_method = "POST"
|
905
|
+
o.http_request_uri = "/"
|
906
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
|
907
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
915
|
+
end)
|
916
|
+
|
917
|
+
api.add_operation(:update_transformer, Seahorse::Model::Operation.new.tap do |o|
|
918
|
+
o.name = "UpdateTransformer"
|
919
|
+
o.http_method = "POST"
|
920
|
+
o.http_request_uri = "/"
|
921
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTransformerRequest)
|
922
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTransformerResponse)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
924
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
925
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
926
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
927
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
930
|
+
end)
|
931
|
+
end
|
932
|
+
|
933
|
+
end
|
934
|
+
end
|