Class: Aws::B2bi::Types::UpdateTransformerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edi_typeTypes::EdiType

Specifies the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Returns:



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#file_formatString

Specifies that the currently supported file formats for EDI transformations are ‘JSON` and `XML`.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#input_conversionTypes::InputConversion

To update, specify the ‘InputConversion` object, which contains the format options for the inbound transformation.



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#mappingTypes::Mapping

Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).

Returns:



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_templateString

Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

<note markdown=“1”> This parameter is available for backwards compatibility. Use the

Mapping][1

data type instead.

</note>

[1]: docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specify a new name for the transformer, if you want to update it.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#output_conversionTypes::OutputConversion

To update, specify the ‘OutputConversion` object, which contains the format options for the outbound transformation.



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#sample_documentString

Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#sample_documentsTypes::SampleDocuments

Specify a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.



2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the transformer’s status. You can update the state of the transformer from ‘inactive` to `active`.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_idString

Specifies the system-assigned unique identifier for the transformer.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
# File 'lib/aws-sdk-b2bi/types.rb', line 2563

class UpdateTransformerRequest < Struct.new(
  :transformer_id,
  :name,
  :status,
  :file_format,
  :mapping_template,
  :edi_type,
  :sample_document,
  :input_conversion,
  :mapping,
  :output_conversion,
  :sample_documents)
  SENSITIVE = []
  include Aws::Structure
end