aws-sdk-b2bi 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8159efce06dfd87e91abeec77fc51bcb3bdfd43d40e1c9c4d58ddeef19799b08
4
- data.tar.gz: 79850f073f9a42be4c47060d626aed5c3ebf949ef9ff3495995b6a58ffec4f6d
3
+ metadata.gz: cf42ae99adddba1bc8df8420e3f79b774c6635eb7c90c9ff99afa6952193597c
4
+ data.tar.gz: 662e969a283338de9ae9789494ec4d5299f743b64bbaaaa4c6e9e6d4b06397f1
5
5
  SHA512:
6
- metadata.gz: 1fd901f92730371653c45def5c8369ea9d26af14839a2b7b90893424d5f6c789d7bcefbf2d1d1dbe172b56c9b55c50d180d639984d03d1e097cd2073394e8628
7
- data.tar.gz: b5f9dfff7442169afb7d9fb21a46d70c01b786624d687bed13f7708e146b758f07ccbc9ca8b4b707933ce1207fc74bcf75684041409df53d7a916f916e600262
6
+ metadata.gz: 5801f3af57480a3f97ece8e10afe69899c0114f0a56335ff43c9bd9cf5db01b72895ecc5663ff4bb0be79d01918eeab21cca88e7f3ed947f0119c6284e15797e
7
+ data.tar.gz: 833dfc796af9911dbfbdd02fe06fbe5525bf7de4395ea392a1788d5fef577cccb5c474e62bd3d054302a8684d8fe439729ff4a5447a69e04113856cc3af1d5b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.3.0 (2024-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -2557,7 +2557,7 @@ module Aws::B2bi
2557
2557
  params: params,
2558
2558
  config: config)
2559
2559
  context[:gem_name] = 'aws-sdk-b2bi'
2560
- context[:gem_version] = '1.3.0'
2560
+ context[:gem_version] = '1.4.0'
2561
2561
  Seahorse::Client::Request.new(handlers, context)
2562
2562
  end
2563
2563
 
@@ -14,6 +14,7 @@ module Aws::B2bi
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::B2bi::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
data/lib/aws-sdk-b2bi.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-b2bi/customizations'
52
52
  # @!group service
53
53
  module Aws::B2bi
54
54
 
55
- GEM_VERSION = '1.3.0'
55
+ GEM_VERSION = '1.4.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,576 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module B2bi
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CreateCapabilityResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateCapabilityResponse]
78
+ def capability_id: () -> ::String
79
+ def capability_arn: () -> ::String
80
+ def name: () -> ::String
81
+ def type: () -> ("edi")
82
+ def configuration: () -> Types::CapabilityConfiguration
83
+ def instructions_documents: () -> ::Array[Types::S3Location]
84
+ def created_at: () -> ::Time
85
+ end
86
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#create_capability-instance_method
87
+ def create_capability: (
88
+ name: ::String,
89
+ type: ("edi"),
90
+ configuration: {
91
+ edi: {
92
+ type: {
93
+ x12_details: {
94
+ transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")?,
95
+ version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")?
96
+ }?
97
+ },
98
+ input_location: {
99
+ bucket_name: ::String?,
100
+ key: ::String?
101
+ },
102
+ output_location: {
103
+ bucket_name: ::String?,
104
+ key: ::String?
105
+ },
106
+ transformer_id: ::String
107
+ }?
108
+ },
109
+ ?instructions_documents: Array[
110
+ {
111
+ bucket_name: ::String?,
112
+ key: ::String?
113
+ },
114
+ ],
115
+ ?client_token: ::String,
116
+ ?tags: Array[
117
+ {
118
+ key: ::String,
119
+ value: ::String
120
+ },
121
+ ]
122
+ ) -> _CreateCapabilityResponseSuccess
123
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCapabilityResponseSuccess
124
+
125
+ interface _CreatePartnershipResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePartnershipResponse]
127
+ def profile_id: () -> ::String
128
+ def partnership_id: () -> ::String
129
+ def partnership_arn: () -> ::String
130
+ def name: () -> ::String
131
+ def email: () -> ::String
132
+ def phone: () -> ::String
133
+ def capabilities: () -> ::Array[::String]
134
+ def trading_partner_id: () -> ::String
135
+ def created_at: () -> ::Time
136
+ end
137
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#create_partnership-instance_method
138
+ def create_partnership: (
139
+ profile_id: ::String,
140
+ name: ::String,
141
+ email: ::String,
142
+ ?phone: ::String,
143
+ ?capabilities: Array[::String],
144
+ ?client_token: ::String,
145
+ ?tags: Array[
146
+ {
147
+ key: ::String,
148
+ value: ::String
149
+ },
150
+ ]
151
+ ) -> _CreatePartnershipResponseSuccess
152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePartnershipResponseSuccess
153
+
154
+ interface _CreateProfileResponseSuccess
155
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateProfileResponse]
156
+ def profile_id: () -> ::String
157
+ def profile_arn: () -> ::String
158
+ def name: () -> ::String
159
+ def business_name: () -> ::String
160
+ def phone: () -> ::String
161
+ def email: () -> ::String
162
+ def logging: () -> ("ENABLED" | "DISABLED")
163
+ def log_group_name: () -> ::String
164
+ def created_at: () -> ::Time
165
+ end
166
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#create_profile-instance_method
167
+ def create_profile: (
168
+ name: ::String,
169
+ ?email: ::String,
170
+ phone: ::String,
171
+ business_name: ::String,
172
+ logging: ("ENABLED" | "DISABLED"),
173
+ ?client_token: ::String,
174
+ ?tags: Array[
175
+ {
176
+ key: ::String,
177
+ value: ::String
178
+ },
179
+ ]
180
+ ) -> _CreateProfileResponseSuccess
181
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProfileResponseSuccess
182
+
183
+ interface _CreateTransformerResponseSuccess
184
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTransformerResponse]
185
+ def transformer_id: () -> ::String
186
+ def transformer_arn: () -> ::String
187
+ def name: () -> ::String
188
+ def file_format: () -> ("XML" | "JSON")
189
+ def mapping_template: () -> ::String
190
+ def status: () -> ("active" | "inactive")
191
+ def edi_type: () -> Types::EdiType
192
+ def sample_document: () -> ::String
193
+ def created_at: () -> ::Time
194
+ end
195
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#create_transformer-instance_method
196
+ def create_transformer: (
197
+ name: ::String,
198
+ file_format: ("XML" | "JSON"),
199
+ mapping_template: ::String,
200
+ edi_type: {
201
+ x12_details: {
202
+ transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")?,
203
+ version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")?
204
+ }?
205
+ },
206
+ ?sample_document: ::String,
207
+ ?client_token: ::String,
208
+ ?tags: Array[
209
+ {
210
+ key: ::String,
211
+ value: ::String
212
+ },
213
+ ]
214
+ ) -> _CreateTransformerResponseSuccess
215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTransformerResponseSuccess
216
+
217
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#delete_capability-instance_method
218
+ def delete_capability: (
219
+ capability_id: ::String
220
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
221
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
222
+
223
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#delete_partnership-instance_method
224
+ def delete_partnership: (
225
+ partnership_id: ::String
226
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
228
+
229
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#delete_profile-instance_method
230
+ def delete_profile: (
231
+ profile_id: ::String
232
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
233
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
234
+
235
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#delete_transformer-instance_method
236
+ def delete_transformer: (
237
+ transformer_id: ::String
238
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
239
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
240
+
241
+ interface _GetCapabilityResponseSuccess
242
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCapabilityResponse]
243
+ def capability_id: () -> ::String
244
+ def capability_arn: () -> ::String
245
+ def name: () -> ::String
246
+ def type: () -> ("edi")
247
+ def configuration: () -> Types::CapabilityConfiguration
248
+ def instructions_documents: () -> ::Array[Types::S3Location]
249
+ def created_at: () -> ::Time
250
+ def modified_at: () -> ::Time
251
+ end
252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#get_capability-instance_method
253
+ def get_capability: (
254
+ capability_id: ::String
255
+ ) -> _GetCapabilityResponseSuccess
256
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCapabilityResponseSuccess
257
+
258
+ interface _GetPartnershipResponseSuccess
259
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPartnershipResponse]
260
+ def profile_id: () -> ::String
261
+ def partnership_id: () -> ::String
262
+ def partnership_arn: () -> ::String
263
+ def name: () -> ::String
264
+ def email: () -> ::String
265
+ def phone: () -> ::String
266
+ def capabilities: () -> ::Array[::String]
267
+ def trading_partner_id: () -> ::String
268
+ def created_at: () -> ::Time
269
+ def modified_at: () -> ::Time
270
+ end
271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#get_partnership-instance_method
272
+ def get_partnership: (
273
+ partnership_id: ::String
274
+ ) -> _GetPartnershipResponseSuccess
275
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPartnershipResponseSuccess
276
+
277
+ interface _GetProfileResponseSuccess
278
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetProfileResponse]
279
+ def profile_id: () -> ::String
280
+ def profile_arn: () -> ::String
281
+ def name: () -> ::String
282
+ def email: () -> ::String
283
+ def phone: () -> ::String
284
+ def business_name: () -> ::String
285
+ def logging: () -> ("ENABLED" | "DISABLED")
286
+ def log_group_name: () -> ::String
287
+ def created_at: () -> ::Time
288
+ def modified_at: () -> ::Time
289
+ end
290
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#get_profile-instance_method
291
+ def get_profile: (
292
+ profile_id: ::String
293
+ ) -> _GetProfileResponseSuccess
294
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProfileResponseSuccess
295
+
296
+ interface _GetTransformerResponseSuccess
297
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTransformerResponse]
298
+ def transformer_id: () -> ::String
299
+ def transformer_arn: () -> ::String
300
+ def name: () -> ::String
301
+ def file_format: () -> ("XML" | "JSON")
302
+ def mapping_template: () -> ::String
303
+ def status: () -> ("active" | "inactive")
304
+ def edi_type: () -> Types::EdiType
305
+ def sample_document: () -> ::String
306
+ def created_at: () -> ::Time
307
+ def modified_at: () -> ::Time
308
+ end
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#get_transformer-instance_method
310
+ def get_transformer: (
311
+ transformer_id: ::String
312
+ ) -> _GetTransformerResponseSuccess
313
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTransformerResponseSuccess
314
+
315
+ interface _GetTransformerJobResponseSuccess
316
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTransformerJobResponse]
317
+ def status: () -> ("running" | "succeeded" | "failed")
318
+ def output_files: () -> ::Array[Types::S3Location]
319
+ def message: () -> ::String
320
+ end
321
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#get_transformer_job-instance_method
322
+ def get_transformer_job: (
323
+ transformer_job_id: ::String,
324
+ transformer_id: ::String
325
+ ) -> _GetTransformerJobResponseSuccess
326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTransformerJobResponseSuccess
327
+
328
+ interface _ListCapabilitiesResponseSuccess
329
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListCapabilitiesResponse]
330
+ def capabilities: () -> ::Array[Types::CapabilitySummary]
331
+ def next_token: () -> ::String
332
+ end
333
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#list_capabilities-instance_method
334
+ def list_capabilities: (
335
+ ?next_token: ::String,
336
+ ?max_results: ::Integer
337
+ ) -> _ListCapabilitiesResponseSuccess
338
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCapabilitiesResponseSuccess
339
+
340
+ interface _ListPartnershipsResponseSuccess
341
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPartnershipsResponse]
342
+ def partnerships: () -> ::Array[Types::PartnershipSummary]
343
+ def next_token: () -> ::String
344
+ end
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#list_partnerships-instance_method
346
+ def list_partnerships: (
347
+ ?profile_id: ::String,
348
+ ?next_token: ::String,
349
+ ?max_results: ::Integer
350
+ ) -> _ListPartnershipsResponseSuccess
351
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPartnershipsResponseSuccess
352
+
353
+ interface _ListProfilesResponseSuccess
354
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListProfilesResponse]
355
+ def profiles: () -> ::Array[Types::ProfileSummary]
356
+ def next_token: () -> ::String
357
+ end
358
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#list_profiles-instance_method
359
+ def list_profiles: (
360
+ ?next_token: ::String,
361
+ ?max_results: ::Integer
362
+ ) -> _ListProfilesResponseSuccess
363
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProfilesResponseSuccess
364
+
365
+ interface _ListTagsForResourceResponseSuccess
366
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
367
+ def tags: () -> ::Array[Types::Tag]
368
+ end
369
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#list_tags_for_resource-instance_method
370
+ def list_tags_for_resource: (
371
+ resource_arn: ::String
372
+ ) -> _ListTagsForResourceResponseSuccess
373
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
374
+
375
+ interface _ListTransformersResponseSuccess
376
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTransformersResponse]
377
+ def transformers: () -> ::Array[Types::TransformerSummary]
378
+ def next_token: () -> ::String
379
+ end
380
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#list_transformers-instance_method
381
+ def list_transformers: (
382
+ ?next_token: ::String,
383
+ ?max_results: ::Integer
384
+ ) -> _ListTransformersResponseSuccess
385
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTransformersResponseSuccess
386
+
387
+ interface _StartTransformerJobResponseSuccess
388
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartTransformerJobResponse]
389
+ def transformer_job_id: () -> ::String
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#start_transformer_job-instance_method
392
+ def start_transformer_job: (
393
+ input_file: {
394
+ bucket_name: ::String?,
395
+ key: ::String?
396
+ },
397
+ output_location: {
398
+ bucket_name: ::String?,
399
+ key: ::String?
400
+ },
401
+ transformer_id: ::String,
402
+ ?client_token: ::String
403
+ ) -> _StartTransformerJobResponseSuccess
404
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTransformerJobResponseSuccess
405
+
406
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#tag_resource-instance_method
407
+ def tag_resource: (
408
+ resource_arn: ::String,
409
+ tags: Array[
410
+ {
411
+ key: ::String,
412
+ value: ::String
413
+ },
414
+ ]
415
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
416
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
417
+
418
+ interface _TestMappingResponseSuccess
419
+ include ::Seahorse::Client::_ResponseSuccess[Types::TestMappingResponse]
420
+ def mapped_file_content: () -> ::String
421
+ end
422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#test_mapping-instance_method
423
+ def test_mapping: (
424
+ input_file_content: ::String,
425
+ mapping_template: ::String,
426
+ file_format: ("XML" | "JSON")
427
+ ) -> _TestMappingResponseSuccess
428
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestMappingResponseSuccess
429
+
430
+ interface _TestParsingResponseSuccess
431
+ include ::Seahorse::Client::_ResponseSuccess[Types::TestParsingResponse]
432
+ def parsed_file_content: () -> ::String
433
+ end
434
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#test_parsing-instance_method
435
+ def test_parsing: (
436
+ input_file: {
437
+ bucket_name: ::String?,
438
+ key: ::String?
439
+ },
440
+ file_format: ("XML" | "JSON"),
441
+ edi_type: {
442
+ x12_details: {
443
+ transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")?,
444
+ version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")?
445
+ }?
446
+ }
447
+ ) -> _TestParsingResponseSuccess
448
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestParsingResponseSuccess
449
+
450
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#untag_resource-instance_method
451
+ def untag_resource: (
452
+ resource_arn: ::String,
453
+ tag_keys: Array[::String]
454
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
455
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
456
+
457
+ interface _UpdateCapabilityResponseSuccess
458
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateCapabilityResponse]
459
+ def capability_id: () -> ::String
460
+ def capability_arn: () -> ::String
461
+ def name: () -> ::String
462
+ def type: () -> ("edi")
463
+ def configuration: () -> Types::CapabilityConfiguration
464
+ def instructions_documents: () -> ::Array[Types::S3Location]
465
+ def created_at: () -> ::Time
466
+ def modified_at: () -> ::Time
467
+ end
468
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#update_capability-instance_method
469
+ def update_capability: (
470
+ capability_id: ::String,
471
+ ?name: ::String,
472
+ ?configuration: {
473
+ edi: {
474
+ type: {
475
+ x12_details: {
476
+ transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")?,
477
+ version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")?
478
+ }?
479
+ },
480
+ input_location: {
481
+ bucket_name: ::String?,
482
+ key: ::String?
483
+ },
484
+ output_location: {
485
+ bucket_name: ::String?,
486
+ key: ::String?
487
+ },
488
+ transformer_id: ::String
489
+ }?
490
+ },
491
+ ?instructions_documents: Array[
492
+ {
493
+ bucket_name: ::String?,
494
+ key: ::String?
495
+ },
496
+ ]
497
+ ) -> _UpdateCapabilityResponseSuccess
498
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCapabilityResponseSuccess
499
+
500
+ interface _UpdatePartnershipResponseSuccess
501
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePartnershipResponse]
502
+ def profile_id: () -> ::String
503
+ def partnership_id: () -> ::String
504
+ def partnership_arn: () -> ::String
505
+ def name: () -> ::String
506
+ def email: () -> ::String
507
+ def phone: () -> ::String
508
+ def capabilities: () -> ::Array[::String]
509
+ def trading_partner_id: () -> ::String
510
+ def created_at: () -> ::Time
511
+ def modified_at: () -> ::Time
512
+ end
513
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#update_partnership-instance_method
514
+ def update_partnership: (
515
+ partnership_id: ::String,
516
+ ?name: ::String,
517
+ ?capabilities: Array[::String]
518
+ ) -> _UpdatePartnershipResponseSuccess
519
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePartnershipResponseSuccess
520
+
521
+ interface _UpdateProfileResponseSuccess
522
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateProfileResponse]
523
+ def profile_id: () -> ::String
524
+ def profile_arn: () -> ::String
525
+ def name: () -> ::String
526
+ def email: () -> ::String
527
+ def phone: () -> ::String
528
+ def business_name: () -> ::String
529
+ def logging: () -> ("ENABLED" | "DISABLED")
530
+ def log_group_name: () -> ::String
531
+ def created_at: () -> ::Time
532
+ def modified_at: () -> ::Time
533
+ end
534
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#update_profile-instance_method
535
+ def update_profile: (
536
+ profile_id: ::String,
537
+ ?name: ::String,
538
+ ?email: ::String,
539
+ ?phone: ::String,
540
+ ?business_name: ::String
541
+ ) -> _UpdateProfileResponseSuccess
542
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProfileResponseSuccess
543
+
544
+ interface _UpdateTransformerResponseSuccess
545
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTransformerResponse]
546
+ def transformer_id: () -> ::String
547
+ def transformer_arn: () -> ::String
548
+ def name: () -> ::String
549
+ def file_format: () -> ("XML" | "JSON")
550
+ def mapping_template: () -> ::String
551
+ def status: () -> ("active" | "inactive")
552
+ def edi_type: () -> Types::EdiType
553
+ def sample_document: () -> ::String
554
+ def created_at: () -> ::Time
555
+ def modified_at: () -> ::Time
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Client.html#update_transformer-instance_method
558
+ def update_transformer: (
559
+ transformer_id: ::String,
560
+ ?name: ::String,
561
+ ?file_format: ("XML" | "JSON"),
562
+ ?mapping_template: ::String,
563
+ ?status: ("active" | "inactive"),
564
+ ?edi_type: {
565
+ x12_details: {
566
+ transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")?,
567
+ version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")?
568
+ }?
569
+ },
570
+ ?sample_document: ::String
571
+ ) -> _UpdateTransformerResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTransformerResponseSuccess
573
+ end
574
+ end
575
+ end
576
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,43 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module B2bi
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ def retry_after_seconds: () -> ::String
23
+ end
24
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
25
+ def message: () -> ::String
26
+ end
27
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
28
+ def message: () -> ::String
29
+ def resource_id: () -> ::String
30
+ def resource_type: () -> ::String
31
+ def service_code: () -> ::String
32
+ def quota_code: () -> ::String
33
+ end
34
+ class ThrottlingException < ::Aws::Errors::ServiceError
35
+ def message: () -> ::String
36
+ def retry_after_seconds: () -> ::String
37
+ end
38
+ class ValidationException < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
40
+ end
41
+ end
42
+ end
43
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module B2bi
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/B2bi/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,541 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::B2bi
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CapabilityConfiguration
17
+ attr_accessor edi: Types::EdiConfiguration
18
+ attr_accessor unknown: untyped
19
+ SENSITIVE: []
20
+
21
+ class Edi < CapabilityConfiguration
22
+ end
23
+ class Unknown < CapabilityConfiguration
24
+ end
25
+ end
26
+
27
+ class CapabilitySummary
28
+ attr_accessor capability_id: ::String
29
+ attr_accessor name: ::String
30
+ attr_accessor type: ("edi")
31
+ attr_accessor created_at: ::Time
32
+ attr_accessor modified_at: ::Time
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class ConflictException
37
+ attr_accessor message: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class CreateCapabilityRequest
42
+ attr_accessor name: ::String
43
+ attr_accessor type: ("edi")
44
+ attr_accessor configuration: Types::CapabilityConfiguration
45
+ attr_accessor instructions_documents: ::Array[Types::S3Location]
46
+ attr_accessor client_token: ::String
47
+ attr_accessor tags: ::Array[Types::Tag]
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class CreateCapabilityResponse
52
+ attr_accessor capability_id: ::String
53
+ attr_accessor capability_arn: ::String
54
+ attr_accessor name: ::String
55
+ attr_accessor type: ("edi")
56
+ attr_accessor configuration: Types::CapabilityConfiguration
57
+ attr_accessor instructions_documents: ::Array[Types::S3Location]
58
+ attr_accessor created_at: ::Time
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class CreatePartnershipRequest
63
+ attr_accessor profile_id: ::String
64
+ attr_accessor name: ::String
65
+ attr_accessor email: ::String
66
+ attr_accessor phone: ::String
67
+ attr_accessor capabilities: ::Array[::String]
68
+ attr_accessor client_token: ::String
69
+ attr_accessor tags: ::Array[Types::Tag]
70
+ SENSITIVE: [:email, :phone]
71
+ end
72
+
73
+ class CreatePartnershipResponse
74
+ attr_accessor profile_id: ::String
75
+ attr_accessor partnership_id: ::String
76
+ attr_accessor partnership_arn: ::String
77
+ attr_accessor name: ::String
78
+ attr_accessor email: ::String
79
+ attr_accessor phone: ::String
80
+ attr_accessor capabilities: ::Array[::String]
81
+ attr_accessor trading_partner_id: ::String
82
+ attr_accessor created_at: ::Time
83
+ SENSITIVE: [:email, :phone]
84
+ end
85
+
86
+ class CreateProfileRequest
87
+ attr_accessor name: ::String
88
+ attr_accessor email: ::String
89
+ attr_accessor phone: ::String
90
+ attr_accessor business_name: ::String
91
+ attr_accessor logging: ("ENABLED" | "DISABLED")
92
+ attr_accessor client_token: ::String
93
+ attr_accessor tags: ::Array[Types::Tag]
94
+ SENSITIVE: [:email, :phone]
95
+ end
96
+
97
+ class CreateProfileResponse
98
+ attr_accessor profile_id: ::String
99
+ attr_accessor profile_arn: ::String
100
+ attr_accessor name: ::String
101
+ attr_accessor business_name: ::String
102
+ attr_accessor phone: ::String
103
+ attr_accessor email: ::String
104
+ attr_accessor logging: ("ENABLED" | "DISABLED")
105
+ attr_accessor log_group_name: ::String
106
+ attr_accessor created_at: ::Time
107
+ SENSITIVE: [:phone, :email]
108
+ end
109
+
110
+ class CreateTransformerRequest
111
+ attr_accessor name: ::String
112
+ attr_accessor file_format: ("XML" | "JSON")
113
+ attr_accessor mapping_template: ::String
114
+ attr_accessor edi_type: Types::EdiType
115
+ attr_accessor sample_document: ::String
116
+ attr_accessor client_token: ::String
117
+ attr_accessor tags: ::Array[Types::Tag]
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class CreateTransformerResponse
122
+ attr_accessor transformer_id: ::String
123
+ attr_accessor transformer_arn: ::String
124
+ attr_accessor name: ::String
125
+ attr_accessor file_format: ("XML" | "JSON")
126
+ attr_accessor mapping_template: ::String
127
+ attr_accessor status: ("active" | "inactive")
128
+ attr_accessor edi_type: Types::EdiType
129
+ attr_accessor sample_document: ::String
130
+ attr_accessor created_at: ::Time
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class DeleteCapabilityRequest
135
+ attr_accessor capability_id: ::String
136
+ SENSITIVE: []
137
+ end
138
+
139
+ class DeletePartnershipRequest
140
+ attr_accessor partnership_id: ::String
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class DeleteProfileRequest
145
+ attr_accessor profile_id: ::String
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class DeleteTransformerRequest
150
+ attr_accessor transformer_id: ::String
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class EdiConfiguration
155
+ attr_accessor type: Types::EdiType
156
+ attr_accessor input_location: Types::S3Location
157
+ attr_accessor output_location: Types::S3Location
158
+ attr_accessor transformer_id: ::String
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class EdiType
163
+ attr_accessor x12_details: Types::X12Details
164
+ attr_accessor unknown: untyped
165
+ SENSITIVE: []
166
+
167
+ class X12Details < EdiType
168
+ end
169
+ class Unknown < EdiType
170
+ end
171
+ end
172
+
173
+ class GetCapabilityRequest
174
+ attr_accessor capability_id: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class GetCapabilityResponse
179
+ attr_accessor capability_id: ::String
180
+ attr_accessor capability_arn: ::String
181
+ attr_accessor name: ::String
182
+ attr_accessor type: ("edi")
183
+ attr_accessor configuration: Types::CapabilityConfiguration
184
+ attr_accessor instructions_documents: ::Array[Types::S3Location]
185
+ attr_accessor created_at: ::Time
186
+ attr_accessor modified_at: ::Time
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class GetPartnershipRequest
191
+ attr_accessor partnership_id: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class GetPartnershipResponse
196
+ attr_accessor profile_id: ::String
197
+ attr_accessor partnership_id: ::String
198
+ attr_accessor partnership_arn: ::String
199
+ attr_accessor name: ::String
200
+ attr_accessor email: ::String
201
+ attr_accessor phone: ::String
202
+ attr_accessor capabilities: ::Array[::String]
203
+ attr_accessor trading_partner_id: ::String
204
+ attr_accessor created_at: ::Time
205
+ attr_accessor modified_at: ::Time
206
+ SENSITIVE: [:email, :phone]
207
+ end
208
+
209
+ class GetProfileRequest
210
+ attr_accessor profile_id: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class GetProfileResponse
215
+ attr_accessor profile_id: ::String
216
+ attr_accessor profile_arn: ::String
217
+ attr_accessor name: ::String
218
+ attr_accessor email: ::String
219
+ attr_accessor phone: ::String
220
+ attr_accessor business_name: ::String
221
+ attr_accessor logging: ("ENABLED" | "DISABLED")
222
+ attr_accessor log_group_name: ::String
223
+ attr_accessor created_at: ::Time
224
+ attr_accessor modified_at: ::Time
225
+ SENSITIVE: [:email, :phone]
226
+ end
227
+
228
+ class GetTransformerJobRequest
229
+ attr_accessor transformer_job_id: ::String
230
+ attr_accessor transformer_id: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class GetTransformerJobResponse
235
+ attr_accessor status: ("running" | "succeeded" | "failed")
236
+ attr_accessor output_files: ::Array[Types::S3Location]
237
+ attr_accessor message: ::String
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class GetTransformerRequest
242
+ attr_accessor transformer_id: ::String
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class GetTransformerResponse
247
+ attr_accessor transformer_id: ::String
248
+ attr_accessor transformer_arn: ::String
249
+ attr_accessor name: ::String
250
+ attr_accessor file_format: ("XML" | "JSON")
251
+ attr_accessor mapping_template: ::String
252
+ attr_accessor status: ("active" | "inactive")
253
+ attr_accessor edi_type: Types::EdiType
254
+ attr_accessor sample_document: ::String
255
+ attr_accessor created_at: ::Time
256
+ attr_accessor modified_at: ::Time
257
+ SENSITIVE: []
258
+ end
259
+
260
+ class InternalServerException
261
+ attr_accessor message: ::String
262
+ attr_accessor retry_after_seconds: ::Integer
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class ListCapabilitiesRequest
267
+ attr_accessor next_token: ::String
268
+ attr_accessor max_results: ::Integer
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class ListCapabilitiesResponse
273
+ attr_accessor capabilities: ::Array[Types::CapabilitySummary]
274
+ attr_accessor next_token: ::String
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class ListPartnershipsRequest
279
+ attr_accessor profile_id: ::String
280
+ attr_accessor next_token: ::String
281
+ attr_accessor max_results: ::Integer
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class ListPartnershipsResponse
286
+ attr_accessor partnerships: ::Array[Types::PartnershipSummary]
287
+ attr_accessor next_token: ::String
288
+ SENSITIVE: []
289
+ end
290
+
291
+ class ListProfilesRequest
292
+ attr_accessor next_token: ::String
293
+ attr_accessor max_results: ::Integer
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class ListProfilesResponse
298
+ attr_accessor profiles: ::Array[Types::ProfileSummary]
299
+ attr_accessor next_token: ::String
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class ListTagsForResourceRequest
304
+ attr_accessor resource_arn: ::String
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class ListTagsForResourceResponse
309
+ attr_accessor tags: ::Array[Types::Tag]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ListTransformersRequest
314
+ attr_accessor next_token: ::String
315
+ attr_accessor max_results: ::Integer
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class ListTransformersResponse
320
+ attr_accessor transformers: ::Array[Types::TransformerSummary]
321
+ attr_accessor next_token: ::String
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class PartnershipSummary
326
+ attr_accessor profile_id: ::String
327
+ attr_accessor partnership_id: ::String
328
+ attr_accessor name: ::String
329
+ attr_accessor capabilities: ::Array[::String]
330
+ attr_accessor trading_partner_id: ::String
331
+ attr_accessor created_at: ::Time
332
+ attr_accessor modified_at: ::Time
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class ProfileSummary
337
+ attr_accessor profile_id: ::String
338
+ attr_accessor name: ::String
339
+ attr_accessor business_name: ::String
340
+ attr_accessor logging: ("ENABLED" | "DISABLED")
341
+ attr_accessor log_group_name: ::String
342
+ attr_accessor created_at: ::Time
343
+ attr_accessor modified_at: ::Time
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class ResourceNotFoundException
348
+ attr_accessor message: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class S3Location
353
+ attr_accessor bucket_name: ::String
354
+ attr_accessor key: ::String
355
+ SENSITIVE: []
356
+ end
357
+
358
+ class ServiceQuotaExceededException
359
+ attr_accessor message: ::String
360
+ attr_accessor resource_id: ::String
361
+ attr_accessor resource_type: ::String
362
+ attr_accessor service_code: ::String
363
+ attr_accessor quota_code: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class StartTransformerJobRequest
368
+ attr_accessor input_file: Types::S3Location
369
+ attr_accessor output_location: Types::S3Location
370
+ attr_accessor transformer_id: ::String
371
+ attr_accessor client_token: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class StartTransformerJobResponse
376
+ attr_accessor transformer_job_id: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class Tag
381
+ attr_accessor key: ::String
382
+ attr_accessor value: ::String
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class TagResourceRequest
387
+ attr_accessor resource_arn: ::String
388
+ attr_accessor tags: ::Array[Types::Tag]
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class TestMappingRequest
393
+ attr_accessor input_file_content: ::String
394
+ attr_accessor mapping_template: ::String
395
+ attr_accessor file_format: ("XML" | "JSON")
396
+ SENSITIVE: []
397
+ end
398
+
399
+ class TestMappingResponse
400
+ attr_accessor mapped_file_content: ::String
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class TestParsingRequest
405
+ attr_accessor input_file: Types::S3Location
406
+ attr_accessor file_format: ("XML" | "JSON")
407
+ attr_accessor edi_type: Types::EdiType
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class TestParsingResponse
412
+ attr_accessor parsed_file_content: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class ThrottlingException
417
+ attr_accessor message: ::String
418
+ attr_accessor retry_after_seconds: ::Integer
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class TransformerSummary
423
+ attr_accessor transformer_id: ::String
424
+ attr_accessor name: ::String
425
+ attr_accessor file_format: ("XML" | "JSON")
426
+ attr_accessor mapping_template: ::String
427
+ attr_accessor status: ("active" | "inactive")
428
+ attr_accessor edi_type: Types::EdiType
429
+ attr_accessor sample_document: ::String
430
+ attr_accessor created_at: ::Time
431
+ attr_accessor modified_at: ::Time
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class UntagResourceRequest
436
+ attr_accessor resource_arn: ::String
437
+ attr_accessor tag_keys: ::Array[::String]
438
+ SENSITIVE: []
439
+ end
440
+
441
+ class UpdateCapabilityRequest
442
+ attr_accessor capability_id: ::String
443
+ attr_accessor name: ::String
444
+ attr_accessor configuration: Types::CapabilityConfiguration
445
+ attr_accessor instructions_documents: ::Array[Types::S3Location]
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class UpdateCapabilityResponse
450
+ attr_accessor capability_id: ::String
451
+ attr_accessor capability_arn: ::String
452
+ attr_accessor name: ::String
453
+ attr_accessor type: ("edi")
454
+ attr_accessor configuration: Types::CapabilityConfiguration
455
+ attr_accessor instructions_documents: ::Array[Types::S3Location]
456
+ attr_accessor created_at: ::Time
457
+ attr_accessor modified_at: ::Time
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class UpdatePartnershipRequest
462
+ attr_accessor partnership_id: ::String
463
+ attr_accessor name: ::String
464
+ attr_accessor capabilities: ::Array[::String]
465
+ SENSITIVE: []
466
+ end
467
+
468
+ class UpdatePartnershipResponse
469
+ attr_accessor profile_id: ::String
470
+ attr_accessor partnership_id: ::String
471
+ attr_accessor partnership_arn: ::String
472
+ attr_accessor name: ::String
473
+ attr_accessor email: ::String
474
+ attr_accessor phone: ::String
475
+ attr_accessor capabilities: ::Array[::String]
476
+ attr_accessor trading_partner_id: ::String
477
+ attr_accessor created_at: ::Time
478
+ attr_accessor modified_at: ::Time
479
+ SENSITIVE: [:email, :phone]
480
+ end
481
+
482
+ class UpdateProfileRequest
483
+ attr_accessor profile_id: ::String
484
+ attr_accessor name: ::String
485
+ attr_accessor email: ::String
486
+ attr_accessor phone: ::String
487
+ attr_accessor business_name: ::String
488
+ SENSITIVE: [:email, :phone]
489
+ end
490
+
491
+ class UpdateProfileResponse
492
+ attr_accessor profile_id: ::String
493
+ attr_accessor profile_arn: ::String
494
+ attr_accessor name: ::String
495
+ attr_accessor email: ::String
496
+ attr_accessor phone: ::String
497
+ attr_accessor business_name: ::String
498
+ attr_accessor logging: ("ENABLED" | "DISABLED")
499
+ attr_accessor log_group_name: ::String
500
+ attr_accessor created_at: ::Time
501
+ attr_accessor modified_at: ::Time
502
+ SENSITIVE: [:email, :phone]
503
+ end
504
+
505
+ class UpdateTransformerRequest
506
+ attr_accessor transformer_id: ::String
507
+ attr_accessor name: ::String
508
+ attr_accessor file_format: ("XML" | "JSON")
509
+ attr_accessor mapping_template: ::String
510
+ attr_accessor status: ("active" | "inactive")
511
+ attr_accessor edi_type: Types::EdiType
512
+ attr_accessor sample_document: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class UpdateTransformerResponse
517
+ attr_accessor transformer_id: ::String
518
+ attr_accessor transformer_arn: ::String
519
+ attr_accessor name: ::String
520
+ attr_accessor file_format: ("XML" | "JSON")
521
+ attr_accessor mapping_template: ::String
522
+ attr_accessor status: ("active" | "inactive")
523
+ attr_accessor edi_type: Types::EdiType
524
+ attr_accessor sample_document: ::String
525
+ attr_accessor created_at: ::Time
526
+ attr_accessor modified_at: ::Time
527
+ SENSITIVE: []
528
+ end
529
+
530
+ class ValidationException
531
+ attr_accessor message: ::String
532
+ SENSITIVE: []
533
+ end
534
+
535
+ class X12Details
536
+ attr_accessor transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_214" | "X12_215" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_820" | "X12_824" | "X12_830" | "X12_846" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_940" | "X12_990" | "X12_997")
537
+ attr_accessor version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010")
538
+ SENSITIVE: []
539
+ end
540
+ end
541
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module B2bi
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-b2bi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,11 @@ files:
66
66
  - lib/aws-sdk-b2bi/plugins/endpoints.rb
67
67
  - lib/aws-sdk-b2bi/resource.rb
68
68
  - lib/aws-sdk-b2bi/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0