aws-sdk-b2bi 1.20.0 → 1.22.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 +682 -109
- data/lib/aws-sdk-b2bi/client_api.rb +242 -24
- data/lib/aws-sdk-b2bi/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-b2bi/endpoints.rb +2 -295
- data/lib/aws-sdk-b2bi/plugins/endpoints.rb +1 -60
- data/lib/aws-sdk-b2bi/types.rb +896 -83
- data/lib/aws-sdk-b2bi.rb +1 -1
- data/sig/client.rbs +213 -27
- data/sig/types.rbs +229 -22
- metadata +4 -4
    
        data/sig/types.rbs
    CHANGED
    
    | @@ -24,6 +24,11 @@ module Aws::B2bi | |
| 24 24 | 
             
                  end
         | 
| 25 25 | 
             
                end
         | 
| 26 26 |  | 
| 27 | 
            +
                class CapabilityOptions
         | 
| 28 | 
            +
                  attr_accessor outbound_edi: Types::OutboundEdiOptions
         | 
| 29 | 
            +
                  SENSITIVE: []
         | 
| 30 | 
            +
                end
         | 
| 31 | 
            +
             | 
| 27 32 | 
             
                class CapabilitySummary
         | 
| 28 33 | 
             
                  attr_accessor capability_id: ::String
         | 
| 29 34 | 
             
                  attr_accessor name: ::String
         | 
| @@ -38,6 +43,30 @@ module Aws::B2bi | |
| 38 43 | 
             
                  SENSITIVE: []
         | 
| 39 44 | 
             
                end
         | 
| 40 45 |  | 
| 46 | 
            +
                class ConversionSource
         | 
| 47 | 
            +
                  attr_accessor file_format: ("JSON" | "XML")
         | 
| 48 | 
            +
                  attr_accessor input_file: Types::InputFileSource
         | 
| 49 | 
            +
                  SENSITIVE: []
         | 
| 50 | 
            +
                end
         | 
| 51 | 
            +
             | 
| 52 | 
            +
                class ConversionTarget
         | 
| 53 | 
            +
                  attr_accessor file_format: ("X12")
         | 
| 54 | 
            +
                  attr_accessor format_details: Types::ConversionTargetFormatDetails
         | 
| 55 | 
            +
                  attr_accessor output_sample_file: Types::OutputSampleFileSource
         | 
| 56 | 
            +
                  SENSITIVE: []
         | 
| 57 | 
            +
                end
         | 
| 58 | 
            +
             | 
| 59 | 
            +
                class ConversionTargetFormatDetails
         | 
| 60 | 
            +
                  attr_accessor x12: Types::X12Details
         | 
| 61 | 
            +
                  attr_accessor unknown: untyped
         | 
| 62 | 
            +
                  SENSITIVE: []
         | 
| 63 | 
            +
             | 
| 64 | 
            +
                  class X12 < ConversionTargetFormatDetails
         | 
| 65 | 
            +
                  end
         | 
| 66 | 
            +
                  class Unknown < ConversionTargetFormatDetails
         | 
| 67 | 
            +
                  end
         | 
| 68 | 
            +
                end
         | 
| 69 | 
            +
             | 
| 41 70 | 
             
                class CreateCapabilityRequest
         | 
| 42 71 | 
             
                  attr_accessor name: ::String
         | 
| 43 72 | 
             
                  attr_accessor type: ("edi")
         | 
| @@ -65,6 +94,7 @@ module Aws::B2bi | |
| 65 94 | 
             
                  attr_accessor email: ::String
         | 
| 66 95 | 
             
                  attr_accessor phone: ::String
         | 
| 67 96 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 97 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 68 98 | 
             
                  attr_accessor client_token: ::String
         | 
| 69 99 | 
             
                  attr_accessor tags: ::Array[Types::Tag]
         | 
| 70 100 | 
             
                  SENSITIVE: [:email, :phone]
         | 
| @@ -78,6 +108,7 @@ module Aws::B2bi | |
| 78 108 | 
             
                  attr_accessor email: ::String
         | 
| 79 109 | 
             
                  attr_accessor phone: ::String
         | 
| 80 110 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 111 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 81 112 | 
             
                  attr_accessor trading_partner_id: ::String
         | 
| 82 113 | 
             
                  attr_accessor created_at: ::Time
         | 
| 83 114 | 
             
                  SENSITIVE: [:email, :phone]
         | 
| @@ -107,14 +138,30 @@ module Aws::B2bi | |
| 107 138 | 
             
                  SENSITIVE: [:phone, :email]
         | 
| 108 139 | 
             
                end
         | 
| 109 140 |  | 
| 141 | 
            +
                class CreateStarterMappingTemplateRequest
         | 
| 142 | 
            +
                  attr_accessor output_sample_location: Types::S3Location
         | 
| 143 | 
            +
                  attr_accessor mapping_type: ("JSONATA" | "XSLT")
         | 
| 144 | 
            +
                  attr_accessor template_details: Types::TemplateDetails
         | 
| 145 | 
            +
                  SENSITIVE: []
         | 
| 146 | 
            +
                end
         | 
| 147 | 
            +
             | 
| 148 | 
            +
                class CreateStarterMappingTemplateResponse
         | 
| 149 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 150 | 
            +
                  SENSITIVE: []
         | 
| 151 | 
            +
                end
         | 
| 152 | 
            +
             | 
| 110 153 | 
             
                class CreateTransformerRequest
         | 
| 111 154 | 
             
                  attr_accessor name: ::String
         | 
| 112 | 
            -
                  attr_accessor  | 
| 155 | 
            +
                  attr_accessor client_token: ::String
         | 
| 156 | 
            +
                  attr_accessor tags: ::Array[Types::Tag]
         | 
| 157 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 113 158 | 
             
                  attr_accessor mapping_template: ::String
         | 
| 114 159 | 
             
                  attr_accessor edi_type: Types::EdiType
         | 
| 115 160 | 
             
                  attr_accessor sample_document: ::String
         | 
| 116 | 
            -
                  attr_accessor  | 
| 117 | 
            -
                  attr_accessor  | 
| 161 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 162 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 163 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 164 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 118 165 | 
             
                  SENSITIVE: []
         | 
| 119 166 | 
             
                end
         | 
| 120 167 |  | 
| @@ -122,12 +169,16 @@ module Aws::B2bi | |
| 122 169 | 
             
                  attr_accessor transformer_id: ::String
         | 
| 123 170 | 
             
                  attr_accessor transformer_arn: ::String
         | 
| 124 171 | 
             
                  attr_accessor name: ::String
         | 
| 125 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 126 | 
            -
                  attr_accessor mapping_template: ::String
         | 
| 127 172 | 
             
                  attr_accessor status: ("active" | "inactive")
         | 
| 173 | 
            +
                  attr_accessor created_at: ::Time
         | 
| 174 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 175 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 128 176 | 
             
                  attr_accessor edi_type: Types::EdiType
         | 
| 129 177 | 
             
                  attr_accessor sample_document: ::String
         | 
| 130 | 
            -
                  attr_accessor  | 
| 178 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 179 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 180 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 181 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 131 182 | 
             
                  SENSITIVE: []
         | 
| 132 183 | 
             
                end
         | 
| 133 184 |  | 
| @@ -152,6 +203,7 @@ module Aws::B2bi | |
| 152 203 | 
             
                end
         | 
| 153 204 |  | 
| 154 205 | 
             
                class EdiConfiguration
         | 
| 206 | 
            +
                  attr_accessor capability_direction: ("INBOUND" | "OUTBOUND")
         | 
| 155 207 | 
             
                  attr_accessor type: Types::EdiType
         | 
| 156 208 | 
             
                  attr_accessor input_location: Types::S3Location
         | 
| 157 209 | 
             
                  attr_accessor output_location: Types::S3Location
         | 
| @@ -170,6 +222,17 @@ module Aws::B2bi | |
| 170 222 | 
             
                  end
         | 
| 171 223 | 
             
                end
         | 
| 172 224 |  | 
| 225 | 
            +
                class FormatOptions
         | 
| 226 | 
            +
                  attr_accessor x12: Types::X12Details
         | 
| 227 | 
            +
                  attr_accessor unknown: untyped
         | 
| 228 | 
            +
                  SENSITIVE: []
         | 
| 229 | 
            +
             | 
| 230 | 
            +
                  class X12 < FormatOptions
         | 
| 231 | 
            +
                  end
         | 
| 232 | 
            +
                  class Unknown < FormatOptions
         | 
| 233 | 
            +
                  end
         | 
| 234 | 
            +
                end
         | 
| 235 | 
            +
             | 
| 173 236 | 
             
                class GetCapabilityRequest
         | 
| 174 237 | 
             
                  attr_accessor capability_id: ::String
         | 
| 175 238 | 
             
                  SENSITIVE: []
         | 
| @@ -200,6 +263,7 @@ module Aws::B2bi | |
| 200 263 | 
             
                  attr_accessor email: ::String
         | 
| 201 264 | 
             
                  attr_accessor phone: ::String
         | 
| 202 265 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 266 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 203 267 | 
             
                  attr_accessor trading_partner_id: ::String
         | 
| 204 268 | 
             
                  attr_accessor created_at: ::Time
         | 
| 205 269 | 
             
                  attr_accessor modified_at: ::Time
         | 
| @@ -247,16 +311,37 @@ module Aws::B2bi | |
| 247 311 | 
             
                  attr_accessor transformer_id: ::String
         | 
| 248 312 | 
             
                  attr_accessor transformer_arn: ::String
         | 
| 249 313 | 
             
                  attr_accessor name: ::String
         | 
| 250 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 251 | 
            -
                  attr_accessor mapping_template: ::String
         | 
| 252 314 | 
             
                  attr_accessor status: ("active" | "inactive")
         | 
| 253 | 
            -
                  attr_accessor edi_type: Types::EdiType
         | 
| 254 | 
            -
                  attr_accessor sample_document: ::String
         | 
| 255 315 | 
             
                  attr_accessor created_at: ::Time
         | 
| 256 316 | 
             
                  attr_accessor modified_at: ::Time
         | 
| 317 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 318 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 319 | 
            +
                  attr_accessor edi_type: Types::EdiType
         | 
| 320 | 
            +
                  attr_accessor sample_document: ::String
         | 
| 321 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 322 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 323 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 324 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 325 | 
            +
                  SENSITIVE: []
         | 
| 326 | 
            +
                end
         | 
| 327 | 
            +
             | 
| 328 | 
            +
                class InputConversion
         | 
| 329 | 
            +
                  attr_accessor from_format: ("X12")
         | 
| 330 | 
            +
                  attr_accessor format_options: Types::FormatOptions
         | 
| 257 331 | 
             
                  SENSITIVE: []
         | 
| 258 332 | 
             
                end
         | 
| 259 333 |  | 
| 334 | 
            +
                class InputFileSource
         | 
| 335 | 
            +
                  attr_accessor file_content: ::String
         | 
| 336 | 
            +
                  attr_accessor unknown: untyped
         | 
| 337 | 
            +
                  SENSITIVE: []
         | 
| 338 | 
            +
             | 
| 339 | 
            +
                  class FileContent < InputFileSource
         | 
| 340 | 
            +
                  end
         | 
| 341 | 
            +
                  class Unknown < InputFileSource
         | 
| 342 | 
            +
                  end
         | 
| 343 | 
            +
                end
         | 
| 344 | 
            +
             | 
| 260 345 | 
             
                class InternalServerException
         | 
| 261 346 | 
             
                  attr_accessor message: ::String
         | 
| 262 347 | 
             
                  attr_accessor retry_after_seconds: ::Integer
         | 
| @@ -322,11 +407,46 @@ module Aws::B2bi | |
| 322 407 | 
             
                  SENSITIVE: []
         | 
| 323 408 | 
             
                end
         | 
| 324 409 |  | 
| 410 | 
            +
                class Mapping
         | 
| 411 | 
            +
                  attr_accessor template_language: ("XSLT" | "JSONATA")
         | 
| 412 | 
            +
                  attr_accessor template: ::String
         | 
| 413 | 
            +
                  SENSITIVE: []
         | 
| 414 | 
            +
                end
         | 
| 415 | 
            +
             | 
| 416 | 
            +
                class OutboundEdiOptions
         | 
| 417 | 
            +
                  attr_accessor x12: Types::X12Envelope
         | 
| 418 | 
            +
                  attr_accessor unknown: untyped
         | 
| 419 | 
            +
                  SENSITIVE: []
         | 
| 420 | 
            +
             | 
| 421 | 
            +
                  class X12 < OutboundEdiOptions
         | 
| 422 | 
            +
                  end
         | 
| 423 | 
            +
                  class Unknown < OutboundEdiOptions
         | 
| 424 | 
            +
                  end
         | 
| 425 | 
            +
                end
         | 
| 426 | 
            +
             | 
| 427 | 
            +
                class OutputConversion
         | 
| 428 | 
            +
                  attr_accessor to_format: ("X12")
         | 
| 429 | 
            +
                  attr_accessor format_options: Types::FormatOptions
         | 
| 430 | 
            +
                  SENSITIVE: []
         | 
| 431 | 
            +
                end
         | 
| 432 | 
            +
             | 
| 433 | 
            +
                class OutputSampleFileSource
         | 
| 434 | 
            +
                  attr_accessor file_location: Types::S3Location
         | 
| 435 | 
            +
                  attr_accessor unknown: untyped
         | 
| 436 | 
            +
                  SENSITIVE: []
         | 
| 437 | 
            +
             | 
| 438 | 
            +
                  class FileLocation < OutputSampleFileSource
         | 
| 439 | 
            +
                  end
         | 
| 440 | 
            +
                  class Unknown < OutputSampleFileSource
         | 
| 441 | 
            +
                  end
         | 
| 442 | 
            +
                end
         | 
| 443 | 
            +
             | 
| 325 444 | 
             
                class PartnershipSummary
         | 
| 326 445 | 
             
                  attr_accessor profile_id: ::String
         | 
| 327 446 | 
             
                  attr_accessor partnership_id: ::String
         | 
| 328 447 | 
             
                  attr_accessor name: ::String
         | 
| 329 448 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 449 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 330 450 | 
             
                  attr_accessor trading_partner_id: ::String
         | 
| 331 451 | 
             
                  attr_accessor created_at: ::Time
         | 
| 332 452 | 
             
                  attr_accessor modified_at: ::Time
         | 
| @@ -355,6 +475,18 @@ module Aws::B2bi | |
| 355 475 | 
             
                  SENSITIVE: []
         | 
| 356 476 | 
             
                end
         | 
| 357 477 |  | 
| 478 | 
            +
                class SampleDocumentKeys
         | 
| 479 | 
            +
                  attr_accessor input: ::String
         | 
| 480 | 
            +
                  attr_accessor output: ::String
         | 
| 481 | 
            +
                  SENSITIVE: []
         | 
| 482 | 
            +
                end
         | 
| 483 | 
            +
             | 
| 484 | 
            +
                class SampleDocuments
         | 
| 485 | 
            +
                  attr_accessor bucket_name: ::String
         | 
| 486 | 
            +
                  attr_accessor keys: ::Array[Types::SampleDocumentKeys]
         | 
| 487 | 
            +
                  SENSITIVE: []
         | 
| 488 | 
            +
                end
         | 
| 489 | 
            +
             | 
| 358 490 | 
             
                class ServiceQuotaExceededException
         | 
| 359 491 | 
             
                  attr_accessor message: ::String
         | 
| 360 492 | 
             
                  attr_accessor resource_id: ::String
         | 
| @@ -389,10 +521,33 @@ module Aws::B2bi | |
| 389 521 | 
             
                  SENSITIVE: []
         | 
| 390 522 | 
             
                end
         | 
| 391 523 |  | 
| 524 | 
            +
                class TemplateDetails
         | 
| 525 | 
            +
                  attr_accessor x12: Types::X12Details
         | 
| 526 | 
            +
                  attr_accessor unknown: untyped
         | 
| 527 | 
            +
                  SENSITIVE: []
         | 
| 528 | 
            +
             | 
| 529 | 
            +
                  class X12 < TemplateDetails
         | 
| 530 | 
            +
                  end
         | 
| 531 | 
            +
                  class Unknown < TemplateDetails
         | 
| 532 | 
            +
                  end
         | 
| 533 | 
            +
                end
         | 
| 534 | 
            +
             | 
| 535 | 
            +
                class TestConversionRequest
         | 
| 536 | 
            +
                  attr_accessor source: Types::ConversionSource
         | 
| 537 | 
            +
                  attr_accessor target: Types::ConversionTarget
         | 
| 538 | 
            +
                  SENSITIVE: []
         | 
| 539 | 
            +
                end
         | 
| 540 | 
            +
             | 
| 541 | 
            +
                class TestConversionResponse
         | 
| 542 | 
            +
                  attr_accessor converted_file_content: ::String
         | 
| 543 | 
            +
                  attr_accessor validation_messages: ::Array[::String]
         | 
| 544 | 
            +
                  SENSITIVE: []
         | 
| 545 | 
            +
                end
         | 
| 546 | 
            +
             | 
| 392 547 | 
             
                class TestMappingRequest
         | 
| 393 548 | 
             
                  attr_accessor input_file_content: ::String
         | 
| 394 549 | 
             
                  attr_accessor mapping_template: ::String
         | 
| 395 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 550 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 396 551 | 
             
                  SENSITIVE: []
         | 
| 397 552 | 
             
                end
         | 
| 398 553 |  | 
| @@ -403,7 +558,7 @@ module Aws::B2bi | |
| 403 558 |  | 
| 404 559 | 
             
                class TestParsingRequest
         | 
| 405 560 | 
             
                  attr_accessor input_file: Types::S3Location
         | 
| 406 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 561 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 407 562 | 
             
                  attr_accessor edi_type: Types::EdiType
         | 
| 408 563 | 
             
                  SENSITIVE: []
         | 
| 409 564 | 
             
                end
         | 
| @@ -422,13 +577,17 @@ module Aws::B2bi | |
| 422 577 | 
             
                class TransformerSummary
         | 
| 423 578 | 
             
                  attr_accessor transformer_id: ::String
         | 
| 424 579 | 
             
                  attr_accessor name: ::String
         | 
| 425 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 426 | 
            -
                  attr_accessor mapping_template: ::String
         | 
| 427 580 | 
             
                  attr_accessor status: ("active" | "inactive")
         | 
| 428 | 
            -
                  attr_accessor edi_type: Types::EdiType
         | 
| 429 | 
            -
                  attr_accessor sample_document: ::String
         | 
| 430 581 | 
             
                  attr_accessor created_at: ::Time
         | 
| 431 582 | 
             
                  attr_accessor modified_at: ::Time
         | 
| 583 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 584 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 585 | 
            +
                  attr_accessor edi_type: Types::EdiType
         | 
| 586 | 
            +
                  attr_accessor sample_document: ::String
         | 
| 587 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 588 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 589 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 590 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 432 591 | 
             
                  SENSITIVE: []
         | 
| 433 592 | 
             
                end
         | 
| 434 593 |  | 
| @@ -462,6 +621,7 @@ module Aws::B2bi | |
| 462 621 | 
             
                  attr_accessor partnership_id: ::String
         | 
| 463 622 | 
             
                  attr_accessor name: ::String
         | 
| 464 623 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 624 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 465 625 | 
             
                  SENSITIVE: []
         | 
| 466 626 | 
             
                end
         | 
| 467 627 |  | 
| @@ -473,6 +633,7 @@ module Aws::B2bi | |
| 473 633 | 
             
                  attr_accessor email: ::String
         | 
| 474 634 | 
             
                  attr_accessor phone: ::String
         | 
| 475 635 | 
             
                  attr_accessor capabilities: ::Array[::String]
         | 
| 636 | 
            +
                  attr_accessor capability_options: Types::CapabilityOptions
         | 
| 476 637 | 
             
                  attr_accessor trading_partner_id: ::String
         | 
| 477 638 | 
             
                  attr_accessor created_at: ::Time
         | 
| 478 639 | 
             
                  attr_accessor modified_at: ::Time
         | 
| @@ -505,11 +666,15 @@ module Aws::B2bi | |
| 505 666 | 
             
                class UpdateTransformerRequest
         | 
| 506 667 | 
             
                  attr_accessor transformer_id: ::String
         | 
| 507 668 | 
             
                  attr_accessor name: ::String
         | 
| 508 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 509 | 
            -
                  attr_accessor mapping_template: ::String
         | 
| 510 669 | 
             
                  attr_accessor status: ("active" | "inactive")
         | 
| 670 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 671 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 511 672 | 
             
                  attr_accessor edi_type: Types::EdiType
         | 
| 512 673 | 
             
                  attr_accessor sample_document: ::String
         | 
| 674 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 675 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 676 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 677 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 513 678 | 
             
                  SENSITIVE: []
         | 
| 514 679 | 
             
                end
         | 
| 515 680 |  | 
| @@ -517,13 +682,17 @@ module Aws::B2bi | |
| 517 682 | 
             
                  attr_accessor transformer_id: ::String
         | 
| 518 683 | 
             
                  attr_accessor transformer_arn: ::String
         | 
| 519 684 | 
             
                  attr_accessor name: ::String
         | 
| 520 | 
            -
                  attr_accessor file_format: ("XML" | "JSON")
         | 
| 521 | 
            -
                  attr_accessor mapping_template: ::String
         | 
| 522 685 | 
             
                  attr_accessor status: ("active" | "inactive")
         | 
| 523 | 
            -
                  attr_accessor edi_type: Types::EdiType
         | 
| 524 | 
            -
                  attr_accessor sample_document: ::String
         | 
| 525 686 | 
             
                  attr_accessor created_at: ::Time
         | 
| 526 687 | 
             
                  attr_accessor modified_at: ::Time
         | 
| 688 | 
            +
                  attr_accessor file_format: ("XML" | "JSON" | "NOT_USED")
         | 
| 689 | 
            +
                  attr_accessor mapping_template: ::String
         | 
| 690 | 
            +
                  attr_accessor edi_type: Types::EdiType
         | 
| 691 | 
            +
                  attr_accessor sample_document: ::String
         | 
| 692 | 
            +
                  attr_accessor input_conversion: Types::InputConversion
         | 
| 693 | 
            +
                  attr_accessor mapping: Types::Mapping
         | 
| 694 | 
            +
                  attr_accessor output_conversion: Types::OutputConversion
         | 
| 695 | 
            +
                  attr_accessor sample_documents: Types::SampleDocuments
         | 
| 527 696 | 
             
                  SENSITIVE: []
         | 
| 528 697 | 
             
                end
         | 
| 529 698 |  | 
| @@ -532,10 +701,48 @@ module Aws::B2bi | |
| 532 701 | 
             
                  SENSITIVE: []
         | 
| 533 702 | 
             
                end
         | 
| 534 703 |  | 
| 704 | 
            +
                class X12Delimiters
         | 
| 705 | 
            +
                  attr_accessor component_separator: ::String
         | 
| 706 | 
            +
                  attr_accessor data_element_separator: ::String
         | 
| 707 | 
            +
                  attr_accessor segment_terminator: ::String
         | 
| 708 | 
            +
                  SENSITIVE: []
         | 
| 709 | 
            +
                end
         | 
| 710 | 
            +
             | 
| 535 711 | 
             
                class X12Details
         | 
| 536 712 | 
             
                  attr_accessor transaction_set: ("X12_110" | "X12_180" | "X12_204" | "X12_210" | "X12_211" | "X12_214" | "X12_215" | "X12_259" | "X12_260" | "X12_266" | "X12_269" | "X12_270" | "X12_271" | "X12_274" | "X12_275" | "X12_276" | "X12_277" | "X12_278" | "X12_310" | "X12_315" | "X12_322" | "X12_404" | "X12_410" | "X12_417" | "X12_421" | "X12_426" | "X12_810" | "X12_820" | "X12_824" | "X12_830" | "X12_832" | "X12_834" | "X12_835" | "X12_837" | "X12_844" | "X12_846" | "X12_849" | "X12_850" | "X12_852" | "X12_855" | "X12_856" | "X12_860" | "X12_861" | "X12_864" | "X12_865" | "X12_869" | "X12_870" | "X12_940" | "X12_945" | "X12_990" | "X12_997" | "X12_999" | "X12_270_X279" | "X12_271_X279" | "X12_275_X210" | "X12_275_X211" | "X12_276_X212" | "X12_277_X212" | "X12_277_X214" | "X12_277_X364" | "X12_278_X217" | "X12_820_X218" | "X12_820_X306" | "X12_824_X186" | "X12_834_X220" | "X12_834_X307" | "X12_834_X318" | "X12_835_X221" | "X12_837_X222" | "X12_837_X223" | "X12_837_X224" | "X12_837_X291" | "X12_837_X292" | "X12_837_X298" | "X12_999_X231")
         | 
| 537 713 | 
             
                  attr_accessor version: ("VERSION_4010" | "VERSION_4030" | "VERSION_5010" | "VERSION_5010_HIPAA")
         | 
| 538 714 | 
             
                  SENSITIVE: []
         | 
| 539 715 | 
             
                end
         | 
| 716 | 
            +
             | 
| 717 | 
            +
                class X12Envelope
         | 
| 718 | 
            +
                  attr_accessor common: Types::X12OutboundEdiHeaders
         | 
| 719 | 
            +
                  SENSITIVE: []
         | 
| 720 | 
            +
                end
         | 
| 721 | 
            +
             | 
| 722 | 
            +
                class X12FunctionalGroupHeaders
         | 
| 723 | 
            +
                  attr_accessor application_sender_code: ::String
         | 
| 724 | 
            +
                  attr_accessor application_receiver_code: ::String
         | 
| 725 | 
            +
                  attr_accessor responsible_agency_code: ::String
         | 
| 726 | 
            +
                  SENSITIVE: []
         | 
| 727 | 
            +
                end
         | 
| 728 | 
            +
             | 
| 729 | 
            +
                class X12InterchangeControlHeaders
         | 
| 730 | 
            +
                  attr_accessor sender_id_qualifier: ::String
         | 
| 731 | 
            +
                  attr_accessor sender_id: ::String
         | 
| 732 | 
            +
                  attr_accessor receiver_id_qualifier: ::String
         | 
| 733 | 
            +
                  attr_accessor receiver_id: ::String
         | 
| 734 | 
            +
                  attr_accessor repetition_separator: ::String
         | 
| 735 | 
            +
                  attr_accessor acknowledgment_requested_code: ::String
         | 
| 736 | 
            +
                  attr_accessor usage_indicator_code: ::String
         | 
| 737 | 
            +
                  SENSITIVE: []
         | 
| 738 | 
            +
                end
         | 
| 739 | 
            +
             | 
| 740 | 
            +
                class X12OutboundEdiHeaders
         | 
| 741 | 
            +
                  attr_accessor interchange_control_headers: Types::X12InterchangeControlHeaders
         | 
| 742 | 
            +
                  attr_accessor functional_group_headers: Types::X12FunctionalGroupHeaders
         | 
| 743 | 
            +
                  attr_accessor delimiters: Types::X12Delimiters
         | 
| 744 | 
            +
                  attr_accessor validate_edi: bool
         | 
| 745 | 
            +
                  SENSITIVE: []
         | 
| 746 | 
            +
                end
         | 
| 540 747 | 
             
              end
         | 
| 541 748 | 
             
            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. | 
| 4 | 
            +
              version: 1.22.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- | 
| 11 | 
            +
            date: 2024-10-18 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. | 
| 22 | 
            +
                    version: 3.210.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. | 
| 32 | 
            +
                    version: 3.210.0
         | 
| 33 33 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 34 34 | 
             
              name: aws-sigv4
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         |