aws-sdk-b2bi 1.30.0 → 1.32.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-b2bi/client.rb +317 -7
- data/lib/aws-sdk-b2bi/client_api.rb +83 -26
- data/lib/aws-sdk-b2bi/types.rb +267 -11
- data/lib/aws-sdk-b2bi/waiters.rb +120 -0
- data/lib/aws-sdk-b2bi.rb +2 -1
- data/sig/client.rbs +69 -2
- data/sig/types.rbs +52 -0
- data/sig/waiters.rbs +11 -0
- metadata +5 -4
@@ -15,6 +15,7 @@ module Aws::B2bi
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AdvancedOptions = Shapes::StructureShape.new(name: 'AdvancedOptions')
|
18
19
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
19
20
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
20
21
|
BusinessName = Shapes::StringShape.new(name: 'BusinessName')
|
@@ -70,6 +71,7 @@ module Aws::B2bi
|
|
70
71
|
GetTransformerJobResponse = Shapes::StructureShape.new(name: 'GetTransformerJobResponse')
|
71
72
|
GetTransformerRequest = Shapes::StructureShape.new(name: 'GetTransformerRequest')
|
72
73
|
GetTransformerResponse = Shapes::StructureShape.new(name: 'GetTransformerResponse')
|
74
|
+
InboundEdiOptions = Shapes::StructureShape.new(name: 'InboundEdiOptions')
|
73
75
|
InputConversion = Shapes::StructureShape.new(name: 'InputConversion')
|
74
76
|
InputFileSource = Shapes::UnionShape.new(name: 'InputFileSource')
|
75
77
|
InputFileSourceFileContentString = Shapes::StringShape.new(name: 'InputFileSourceFileContentString')
|
@@ -77,6 +79,8 @@ module Aws::B2bi
|
|
77
79
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
78
80
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
79
81
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
82
|
+
LineLength = Shapes::IntegerShape.new(name: 'LineLength')
|
83
|
+
LineTerminator = Shapes::StringShape.new(name: 'LineTerminator')
|
80
84
|
ListCapabilitiesRequest = Shapes::StructureShape.new(name: 'ListCapabilitiesRequest')
|
81
85
|
ListCapabilitiesResponse = Shapes::StructureShape.new(name: 'ListCapabilitiesResponse')
|
82
86
|
ListPartnershipsRequest = Shapes::StructureShape.new(name: 'ListPartnershipsRequest')
|
@@ -99,6 +103,7 @@ module Aws::B2bi
|
|
99
103
|
OutputConversion = Shapes::StructureShape.new(name: 'OutputConversion')
|
100
104
|
OutputSampleFileSource = Shapes::UnionShape.new(name: 'OutputSampleFileSource')
|
101
105
|
PageToken = Shapes::StringShape.new(name: 'PageToken')
|
106
|
+
ParsedSplitFileContentsList = Shapes::ListShape.new(name: 'ParsedSplitFileContentsList')
|
102
107
|
PartnerName = Shapes::StringShape.new(name: 'PartnerName')
|
103
108
|
PartnershipCapabilities = Shapes::ListShape.new(name: 'PartnershipCapabilities')
|
104
109
|
PartnershipId = Shapes::StringShape.new(name: 'PartnershipId')
|
@@ -119,6 +124,9 @@ module Aws::B2bi
|
|
119
124
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
120
125
|
StartTransformerJobRequest = Shapes::StructureShape.new(name: 'StartTransformerJobRequest')
|
121
126
|
StartTransformerJobResponse = Shapes::StructureShape.new(name: 'StartTransformerJobResponse')
|
127
|
+
StartingFunctionalGroupControlNumber = Shapes::IntegerShape.new(name: 'StartingFunctionalGroupControlNumber')
|
128
|
+
StartingInterchangeControlNumber = Shapes::IntegerShape.new(name: 'StartingInterchangeControlNumber')
|
129
|
+
StartingTransactionSetControlNumber = Shapes::IntegerShape.new(name: 'StartingTransactionSetControlNumber')
|
122
130
|
String = Shapes::StringShape.new(name: 'String')
|
123
131
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
124
132
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
@@ -155,16 +163,24 @@ module Aws::B2bi
|
|
155
163
|
UpdateTransformerResponse = Shapes::StructureShape.new(name: 'UpdateTransformerResponse')
|
156
164
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
157
165
|
ValidationMessages = Shapes::ListShape.new(name: 'ValidationMessages')
|
166
|
+
WrapFormat = Shapes::StringShape.new(name: 'WrapFormat')
|
167
|
+
WrapOptions = Shapes::StructureShape.new(name: 'WrapOptions')
|
168
|
+
X12AcknowledgmentOptions = Shapes::StructureShape.new(name: 'X12AcknowledgmentOptions')
|
158
169
|
X12AcknowledgmentRequestedCode = Shapes::StringShape.new(name: 'X12AcknowledgmentRequestedCode')
|
170
|
+
X12AdvancedOptions = Shapes::StructureShape.new(name: 'X12AdvancedOptions')
|
159
171
|
X12ApplicationReceiverCode = Shapes::StringShape.new(name: 'X12ApplicationReceiverCode')
|
160
172
|
X12ApplicationSenderCode = Shapes::StringShape.new(name: 'X12ApplicationSenderCode')
|
161
173
|
X12ComponentSeparator = Shapes::StringShape.new(name: 'X12ComponentSeparator')
|
174
|
+
X12ControlNumbers = Shapes::StructureShape.new(name: 'X12ControlNumbers')
|
162
175
|
X12DataElementSeparator = Shapes::StringShape.new(name: 'X12DataElementSeparator')
|
163
176
|
X12Delimiters = Shapes::StructureShape.new(name: 'X12Delimiters')
|
164
177
|
X12Details = Shapes::StructureShape.new(name: 'X12Details')
|
165
178
|
X12Envelope = Shapes::StructureShape.new(name: 'X12Envelope')
|
179
|
+
X12FunctionalAcknowledgment = Shapes::StringShape.new(name: 'X12FunctionalAcknowledgment')
|
166
180
|
X12FunctionalGroupHeaders = Shapes::StructureShape.new(name: 'X12FunctionalGroupHeaders')
|
181
|
+
X12GS05TimeFormat = Shapes::StringShape.new(name: 'X12GS05TimeFormat')
|
167
182
|
X12IdQualifier = Shapes::StringShape.new(name: 'X12IdQualifier')
|
183
|
+
X12InboundEdiOptions = Shapes::StructureShape.new(name: 'X12InboundEdiOptions')
|
168
184
|
X12InterchangeControlHeaders = Shapes::StructureShape.new(name: 'X12InterchangeControlHeaders')
|
169
185
|
X12OutboundEdiHeaders = Shapes::StructureShape.new(name: 'X12OutboundEdiHeaders')
|
170
186
|
X12ReceiverId = Shapes::StringShape.new(name: 'X12ReceiverId')
|
@@ -172,6 +188,9 @@ module Aws::B2bi
|
|
172
188
|
X12ResponsibleAgencyCode = Shapes::StringShape.new(name: 'X12ResponsibleAgencyCode')
|
173
189
|
X12SegmentTerminator = Shapes::StringShape.new(name: 'X12SegmentTerminator')
|
174
190
|
X12SenderId = Shapes::StringShape.new(name: 'X12SenderId')
|
191
|
+
X12SplitBy = Shapes::StringShape.new(name: 'X12SplitBy')
|
192
|
+
X12SplitOptions = Shapes::StructureShape.new(name: 'X12SplitOptions')
|
193
|
+
X12TechnicalAcknowledgment = Shapes::StringShape.new(name: 'X12TechnicalAcknowledgment')
|
175
194
|
X12TransactionSet = Shapes::StringShape.new(name: 'X12TransactionSet')
|
176
195
|
X12UsageIndicatorCode = Shapes::StringShape.new(name: 'X12UsageIndicatorCode')
|
177
196
|
X12ValidateEdi = Shapes::BooleanShape.new(name: 'X12ValidateEdi')
|
@@ -180,6 +199,9 @@ module Aws::B2bi
|
|
180
199
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
181
200
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
182
201
|
|
202
|
+
AdvancedOptions.add_member(:x12, Shapes::ShapeRef.new(shape: X12AdvancedOptions, location_name: "x12"))
|
203
|
+
AdvancedOptions.struct_class = Types::AdvancedOptions
|
204
|
+
|
183
205
|
CapabilityConfiguration.add_member(:edi, Shapes::ShapeRef.new(shape: EdiConfiguration, location_name: "edi"))
|
184
206
|
CapabilityConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
185
207
|
CapabilityConfiguration.add_member_subclass(:edi, Types::CapabilityConfiguration::Edi)
|
@@ -189,6 +211,7 @@ module Aws::B2bi
|
|
189
211
|
CapabilityList.member = Shapes::ShapeRef.new(shape: CapabilitySummary)
|
190
212
|
|
191
213
|
CapabilityOptions.add_member(:outbound_edi, Shapes::ShapeRef.new(shape: OutboundEdiOptions, location_name: "outboundEdi"))
|
214
|
+
CapabilityOptions.add_member(:inbound_edi, Shapes::ShapeRef.new(shape: InboundEdiOptions, location_name: "inboundEdi"))
|
192
215
|
CapabilityOptions.struct_class = Types::CapabilityOptions
|
193
216
|
|
194
217
|
CapabilitySummary.add_member(:capability_id, Shapes::ShapeRef.new(shape: CapabilityId, required: true, location_name: "capabilityId"))
|
@@ -423,8 +446,12 @@ module Aws::B2bi
|
|
423
446
|
GetTransformerResponse.add_member(:sample_documents, Shapes::ShapeRef.new(shape: SampleDocuments, location_name: "sampleDocuments"))
|
424
447
|
GetTransformerResponse.struct_class = Types::GetTransformerResponse
|
425
448
|
|
449
|
+
InboundEdiOptions.add_member(:x12, Shapes::ShapeRef.new(shape: X12InboundEdiOptions, location_name: "x12"))
|
450
|
+
InboundEdiOptions.struct_class = Types::InboundEdiOptions
|
451
|
+
|
426
452
|
InputConversion.add_member(:from_format, Shapes::ShapeRef.new(shape: FromFormat, required: true, location_name: "fromFormat"))
|
427
453
|
InputConversion.add_member(:format_options, Shapes::ShapeRef.new(shape: FormatOptions, location_name: "formatOptions"))
|
454
|
+
InputConversion.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "advancedOptions"))
|
428
455
|
InputConversion.struct_class = Types::InputConversion
|
429
456
|
|
430
457
|
InputFileSource.add_member(:file_content, Shapes::ShapeRef.new(shape: InputFileSourceFileContentString, location_name: "fileContent"))
|
@@ -500,6 +527,8 @@ module Aws::B2bi
|
|
500
527
|
OutputSampleFileSource.add_member_subclass(:unknown, Types::OutputSampleFileSource::Unknown)
|
501
528
|
OutputSampleFileSource.struct_class = Types::OutputSampleFileSource
|
502
529
|
|
530
|
+
ParsedSplitFileContentsList.member = Shapes::ShapeRef.new(shape: String)
|
531
|
+
|
503
532
|
PartnershipCapabilities.member = Shapes::ShapeRef.new(shape: CapabilityId)
|
504
533
|
|
505
534
|
PartnershipList.member = Shapes::ShapeRef.new(shape: PartnershipSummary)
|
@@ -595,9 +624,11 @@ module Aws::B2bi
|
|
595
624
|
TestParsingRequest.add_member(:input_file, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "inputFile"))
|
596
625
|
TestParsingRequest.add_member(:file_format, Shapes::ShapeRef.new(shape: FileFormat, required: true, location_name: "fileFormat"))
|
597
626
|
TestParsingRequest.add_member(:edi_type, Shapes::ShapeRef.new(shape: EdiType, required: true, location_name: "ediType"))
|
627
|
+
TestParsingRequest.add_member(:advanced_options, Shapes::ShapeRef.new(shape: AdvancedOptions, location_name: "advancedOptions"))
|
598
628
|
TestParsingRequest.struct_class = Types::TestParsingRequest
|
599
629
|
|
600
630
|
TestParsingResponse.add_member(:parsed_file_content, Shapes::ShapeRef.new(shape: String, required: true, location_name: "parsedFileContent"))
|
631
|
+
TestParsingResponse.add_member(:parsed_split_file_contents, Shapes::ShapeRef.new(shape: ParsedSplitFileContentsList, location_name: "parsedSplitFileContents"))
|
601
632
|
TestParsingResponse.struct_class = Types::TestParsingResponse
|
602
633
|
|
603
634
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
@@ -713,6 +744,23 @@ module Aws::B2bi
|
|
713
744
|
|
714
745
|
ValidationMessages.member = Shapes::ShapeRef.new(shape: String)
|
715
746
|
|
747
|
+
WrapOptions.add_member(:wrap_by, Shapes::ShapeRef.new(shape: WrapFormat, required: true, location_name: "wrapBy"))
|
748
|
+
WrapOptions.add_member(:line_terminator, Shapes::ShapeRef.new(shape: LineTerminator, location_name: "lineTerminator"))
|
749
|
+
WrapOptions.add_member(:line_length, Shapes::ShapeRef.new(shape: LineLength, location_name: "lineLength"))
|
750
|
+
WrapOptions.struct_class = Types::WrapOptions
|
751
|
+
|
752
|
+
X12AcknowledgmentOptions.add_member(:functional_acknowledgment, Shapes::ShapeRef.new(shape: X12FunctionalAcknowledgment, required: true, location_name: "functionalAcknowledgment"))
|
753
|
+
X12AcknowledgmentOptions.add_member(:technical_acknowledgment, Shapes::ShapeRef.new(shape: X12TechnicalAcknowledgment, required: true, location_name: "technicalAcknowledgment"))
|
754
|
+
X12AcknowledgmentOptions.struct_class = Types::X12AcknowledgmentOptions
|
755
|
+
|
756
|
+
X12AdvancedOptions.add_member(:split_options, Shapes::ShapeRef.new(shape: X12SplitOptions, location_name: "splitOptions"))
|
757
|
+
X12AdvancedOptions.struct_class = Types::X12AdvancedOptions
|
758
|
+
|
759
|
+
X12ControlNumbers.add_member(:starting_interchange_control_number, Shapes::ShapeRef.new(shape: StartingInterchangeControlNumber, location_name: "startingInterchangeControlNumber"))
|
760
|
+
X12ControlNumbers.add_member(:starting_functional_group_control_number, Shapes::ShapeRef.new(shape: StartingFunctionalGroupControlNumber, location_name: "startingFunctionalGroupControlNumber"))
|
761
|
+
X12ControlNumbers.add_member(:starting_transaction_set_control_number, Shapes::ShapeRef.new(shape: StartingTransactionSetControlNumber, location_name: "startingTransactionSetControlNumber"))
|
762
|
+
X12ControlNumbers.struct_class = Types::X12ControlNumbers
|
763
|
+
|
716
764
|
X12Delimiters.add_member(:component_separator, Shapes::ShapeRef.new(shape: X12ComponentSeparator, location_name: "componentSeparator"))
|
717
765
|
X12Delimiters.add_member(:data_element_separator, Shapes::ShapeRef.new(shape: X12DataElementSeparator, location_name: "dataElementSeparator"))
|
718
766
|
X12Delimiters.add_member(:segment_terminator, Shapes::ShapeRef.new(shape: X12SegmentTerminator, location_name: "segmentTerminator"))
|
@@ -723,6 +771,7 @@ module Aws::B2bi
|
|
723
771
|
X12Details.struct_class = Types::X12Details
|
724
772
|
|
725
773
|
X12Envelope.add_member(:common, Shapes::ShapeRef.new(shape: X12OutboundEdiHeaders, location_name: "common"))
|
774
|
+
X12Envelope.add_member(:wrap_options, Shapes::ShapeRef.new(shape: WrapOptions, location_name: "wrapOptions"))
|
726
775
|
X12Envelope.struct_class = Types::X12Envelope
|
727
776
|
|
728
777
|
X12FunctionalGroupHeaders.add_member(:application_sender_code, Shapes::ShapeRef.new(shape: X12ApplicationSenderCode, location_name: "applicationSenderCode"))
|
@@ -730,6 +779,9 @@ module Aws::B2bi
|
|
730
779
|
X12FunctionalGroupHeaders.add_member(:responsible_agency_code, Shapes::ShapeRef.new(shape: X12ResponsibleAgencyCode, location_name: "responsibleAgencyCode"))
|
731
780
|
X12FunctionalGroupHeaders.struct_class = Types::X12FunctionalGroupHeaders
|
732
781
|
|
782
|
+
X12InboundEdiOptions.add_member(:acknowledgment_options, Shapes::ShapeRef.new(shape: X12AcknowledgmentOptions, location_name: "acknowledgmentOptions"))
|
783
|
+
X12InboundEdiOptions.struct_class = Types::X12InboundEdiOptions
|
784
|
+
|
733
785
|
X12InterchangeControlHeaders.add_member(:sender_id_qualifier, Shapes::ShapeRef.new(shape: X12IdQualifier, location_name: "senderIdQualifier"))
|
734
786
|
X12InterchangeControlHeaders.add_member(:sender_id, Shapes::ShapeRef.new(shape: X12SenderId, location_name: "senderId"))
|
735
787
|
X12InterchangeControlHeaders.add_member(:receiver_id_qualifier, Shapes::ShapeRef.new(shape: X12IdQualifier, location_name: "receiverIdQualifier"))
|
@@ -743,8 +795,13 @@ module Aws::B2bi
|
|
743
795
|
X12OutboundEdiHeaders.add_member(:functional_group_headers, Shapes::ShapeRef.new(shape: X12FunctionalGroupHeaders, location_name: "functionalGroupHeaders"))
|
744
796
|
X12OutboundEdiHeaders.add_member(:delimiters, Shapes::ShapeRef.new(shape: X12Delimiters, location_name: "delimiters"))
|
745
797
|
X12OutboundEdiHeaders.add_member(:validate_edi, Shapes::ShapeRef.new(shape: X12ValidateEdi, location_name: "validateEdi"))
|
798
|
+
X12OutboundEdiHeaders.add_member(:control_numbers, Shapes::ShapeRef.new(shape: X12ControlNumbers, location_name: "controlNumbers"))
|
799
|
+
X12OutboundEdiHeaders.add_member(:gs05_time_format, Shapes::ShapeRef.new(shape: X12GS05TimeFormat, location_name: "gs05TimeFormat"))
|
746
800
|
X12OutboundEdiHeaders.struct_class = Types::X12OutboundEdiHeaders
|
747
801
|
|
802
|
+
X12SplitOptions.add_member(:split_by, Shapes::ShapeRef.new(shape: X12SplitBy, required: true, location_name: "splitBy"))
|
803
|
+
X12SplitOptions.struct_class = Types::X12SplitOptions
|
804
|
+
|
748
805
|
|
749
806
|
# @api private
|
750
807
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -773,8 +830,8 @@ module Aws::B2bi
|
|
773
830
|
o.http_request_uri = "/"
|
774
831
|
o.input = Shapes::ShapeRef.new(shape: CreateCapabilityRequest)
|
775
832
|
o.output = Shapes::ShapeRef.new(shape: CreateCapabilityResponse)
|
776
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
777
833
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
778
835
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
779
836
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
780
837
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -788,11 +845,11 @@ module Aws::B2bi
|
|
788
845
|
o.http_request_uri = "/"
|
789
846
|
o.input = Shapes::ShapeRef.new(shape: CreatePartnershipRequest)
|
790
847
|
o.output = Shapes::ShapeRef.new(shape: CreatePartnershipResponse)
|
791
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
792
848
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
793
850
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
794
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
795
851
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
852
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
796
853
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
797
854
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
798
855
|
end)
|
@@ -803,11 +860,11 @@ module Aws::B2bi
|
|
803
860
|
o.http_request_uri = "/"
|
804
861
|
o.input = Shapes::ShapeRef.new(shape: CreateProfileRequest)
|
805
862
|
o.output = Shapes::ShapeRef.new(shape: CreateProfileResponse)
|
806
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
807
863
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
808
865
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
809
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
810
866
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
811
868
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
812
869
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
813
870
|
end)
|
@@ -830,11 +887,11 @@ module Aws::B2bi
|
|
830
887
|
o.http_request_uri = "/"
|
831
888
|
o.input = Shapes::ShapeRef.new(shape: CreateTransformerRequest)
|
832
889
|
o.output = Shapes::ShapeRef.new(shape: CreateTransformerResponse)
|
833
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
834
890
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
835
892
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
836
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
837
893
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
838
895
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
839
896
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
840
897
|
end)
|
@@ -845,8 +902,8 @@ module Aws::B2bi
|
|
845
902
|
o.http_request_uri = "/"
|
846
903
|
o.input = Shapes::ShapeRef.new(shape: DeleteCapabilityRequest)
|
847
904
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
848
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
849
905
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
850
907
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
851
908
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
852
909
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -859,11 +916,11 @@ module Aws::B2bi
|
|
859
916
|
o.http_request_uri = "/"
|
860
917
|
o.input = Shapes::ShapeRef.new(shape: DeletePartnershipRequest)
|
861
918
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
862
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
863
919
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
864
921
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
865
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
866
922
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
923
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
867
924
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
868
925
|
end)
|
869
926
|
|
@@ -876,8 +933,8 @@ module Aws::B2bi
|
|
876
933
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
877
934
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
878
935
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
879
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
880
936
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
881
938
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
882
939
|
end)
|
883
940
|
|
@@ -887,11 +944,11 @@ module Aws::B2bi
|
|
887
944
|
o.http_request_uri = "/"
|
888
945
|
o.input = Shapes::ShapeRef.new(shape: DeleteTransformerRequest)
|
889
946
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
890
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
891
947
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
892
949
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
893
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
894
950
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
895
952
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
896
953
|
end)
|
897
954
|
|
@@ -928,8 +985,8 @@ module Aws::B2bi
|
|
928
985
|
o.output = Shapes::ShapeRef.new(shape: GetPartnershipResponse)
|
929
986
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
930
987
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
931
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
932
988
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
933
990
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
934
991
|
end)
|
935
992
|
|
@@ -941,8 +998,8 @@ module Aws::B2bi
|
|
941
998
|
o.output = Shapes::ShapeRef.new(shape: GetProfileResponse)
|
942
999
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
943
1000
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
944
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
945
1001
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
946
1003
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
947
1004
|
end)
|
948
1005
|
|
@@ -954,8 +1011,8 @@ module Aws::B2bi
|
|
954
1011
|
o.output = Shapes::ShapeRef.new(shape: GetTransformerResponse)
|
955
1012
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
956
1013
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
957
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
958
1014
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
959
1016
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
960
1017
|
end)
|
961
1018
|
|
@@ -998,8 +1055,8 @@ module Aws::B2bi
|
|
998
1055
|
o.output = Shapes::ShapeRef.new(shape: ListPartnershipsResponse)
|
999
1056
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1000
1057
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1001
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1002
1058
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1003
1060
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1004
1061
|
o[:pager] = Aws::Pager.new(
|
1005
1062
|
limit_key: "max_results",
|
@@ -1062,8 +1119,8 @@ module Aws::B2bi
|
|
1062
1119
|
o.http_request_uri = "/"
|
1063
1120
|
o.input = Shapes::ShapeRef.new(shape: StartTransformerJobRequest)
|
1064
1121
|
o.output = Shapes::ShapeRef.new(shape: StartTransformerJobResponse)
|
1065
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1066
1122
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1067
1124
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1068
1125
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1069
1126
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -1077,8 +1134,8 @@ module Aws::B2bi
|
|
1077
1134
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1078
1135
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1079
1136
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1080
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1081
1137
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1082
1139
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1083
1140
|
end)
|
1084
1141
|
|
@@ -1138,8 +1195,8 @@ module Aws::B2bi
|
|
1138
1195
|
o.http_request_uri = "/"
|
1139
1196
|
o.input = Shapes::ShapeRef.new(shape: UpdateCapabilityRequest)
|
1140
1197
|
o.output = Shapes::ShapeRef.new(shape: UpdateCapabilityResponse)
|
1141
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1142
1198
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1143
1200
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1144
1201
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1145
1202
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -1153,11 +1210,11 @@ module Aws::B2bi
|
|
1153
1210
|
o.http_request_uri = "/"
|
1154
1211
|
o.input = Shapes::ShapeRef.new(shape: UpdatePartnershipRequest)
|
1155
1212
|
o.output = Shapes::ShapeRef.new(shape: UpdatePartnershipResponse)
|
1156
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1157
1213
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1214
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1158
1215
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1159
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1160
1216
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1217
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1161
1218
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1162
1219
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1163
1220
|
end)
|
@@ -1168,11 +1225,11 @@ module Aws::B2bi
|
|
1168
1225
|
o.http_request_uri = "/"
|
1169
1226
|
o.input = Shapes::ShapeRef.new(shape: UpdateProfileRequest)
|
1170
1227
|
o.output = Shapes::ShapeRef.new(shape: UpdateProfileResponse)
|
1171
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1172
1228
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1173
1230
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1174
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1175
1231
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1232
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1176
1233
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1177
1234
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1178
1235
|
end)
|
@@ -1183,11 +1240,11 @@ module Aws::B2bi
|
|
1183
1240
|
o.http_request_uri = "/"
|
1184
1241
|
o.input = Shapes::ShapeRef.new(shape: UpdateTransformerRequest)
|
1185
1242
|
o.output = Shapes::ShapeRef.new(shape: UpdateTransformerResponse)
|
1186
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1187
1243
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1188
1245
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1189
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1190
1246
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1247
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1191
1248
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1192
1249
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1193
1250
|
end)
|