{
  "version": "2.0",
  "service": "<p>This is the <i>Amazon Web Services B2B Data Interchange API Reference</i>. It provides descriptions, API request parameters, and the XML response for each of the B2BI API actions.</p> <p>B2BI enables automated exchange of EDI (electronic data interchange) based business-critical transactions at cloud scale, with elasticity and pay-as-you-go pricing. Businesses use EDI documents to exchange transactional data with trading partners, such as suppliers and end customers, using standardized formats such as X12.</p> <note> <p>Rather than actually running a command, you can use the <code>--generate-cli-skeleton</code> parameter with any API call to generate and display a parameter template. You can then use the generated template to customize and use as input on a later command. For details, see <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-skeleton.html#cli-usage-skeleton-generate\">Generate and use a parameter skeleton file</a>.</p> </note>",
  "operations": {
    "CreateCapability": "<p>Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
    "CreatePartnership": "<p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
    "CreateProfile": "<p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.</p>",
    "CreateStarterMappingTemplate": "<p>Amazon Web Services B2B Data Interchange uses a mapping template in JSONata or XSLT format to transform a customer input file into a JSON or XML file that can be converted to EDI.</p> <p>If you provide a sample EDI file with the same structure as the EDI files that you wish to generate, then the service can generate a mapping template. The starter template contains placeholder values which you can replace with JSONata or XSLT expressions to take data from your input file and insert it into the JSON or XML file that is used to generate the EDI.</p> <p>If you do not provide a sample EDI file, then the service can generate a mapping template based on the EDI settings in the <code>templateDetails</code> parameter. </p> <p> Currently, we only support generating a template that can generate the input to produce an Outbound X12 EDI file.</p>",
    "CreateTransformer": "<p>Creates a transformer. Amazon Web Services B2B Data Interchange currently supports two scenarios:</p> <ul> <li> <p> <i>Inbound EDI</i>: the Amazon Web Services customer receives an EDI file from their trading partner. Amazon Web Services B2B Data Interchange converts this EDI file into a JSON or XML file with a service-defined structure. A mapping template provided by the customer, in JSONata or XSLT format, is optionally applied to this file to produce a JSON or XML file with the structure the customer requires.</p> </li> <li> <p> <i>Outbound EDI</i>: the Amazon Web Services customer has a JSON or XML file containing data that they wish to use in an EDI file. A mapping template, provided by the customer (in either JSONata or XSLT format) is applied to this file to generate a JSON or XML file in the service-defined structure. This file is then converted to an EDI file.</p> </li> </ul> <note> <p>The following fields are provided for backwards compatibility only: <code>fileFormat</code>, <code>mappingTemplate</code>, <code>ediType</code>, and <code>sampleDocument</code>.</p> <ul> <li> <p>Use the <code>mapping</code> data type in place of <code>mappingTemplate</code> and <code>fileFormat</code> </p> </li> <li> <p>Use the <code>sampleDocuments</code> data type in place of <code>sampleDocument</code> </p> </li> <li> <p>Use either the <code>inputConversion</code> or <code>outputConversion</code> in place of <code>ediType</code> </p> </li> </ul> </note>",
    "DeleteCapability": "<p>Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
    "DeletePartnership": "<p>Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
    "DeleteProfile": "<p>Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.</p>",
    "DeleteTransformer": "<p>Deletes the specified transformer. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>",
    "GenerateMapping": "<p>Takes sample input and output documents and uses Amazon Bedrock to generate a mapping automatically. Depending on the accuracy and other factors, you can then edit the mapping for your needs.</p> <note> <p>Before you can use the AI-assisted feature for Amazon Web Services B2B Data Interchange you must enable models in Amazon Bedrock. For details, see <a href=\"https://docs.aws.amazon.com/b2bi/latest/userguide/ai-assisted-mapping.html#ai-assist-prereq\">AI-assisted template mapping prerequisites</a> in the <i>Amazon Web Services B2B Data Interchange User guide</i>.</p> </note>",
    "GetCapability": "<p>Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
    "GetPartnership": "<p>Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
    "GetProfile": "<p>Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.</p>",
    "GetTransformer": "<p>Retrieves the details for the transformer specified by the transformer ID. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>",
    "GetTransformerJob": "<p>Returns the details of the transformer run, based on the Transformer job ID.</p>",
    "ListCapabilities": "<p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
    "ListPartnerships": "<p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
    "ListProfiles": "<p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.</p>",
    "ListTagsForResource": "<p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>",
    "ListTransformers": "<p>Lists the available transformers. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>",
    "StartTransformerJob": "<p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2B Data Interchange.</p> <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p>",
    "TagResource": "<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>",
    "TestConversion": "<p>This operation mimics the latter half of a typical Outbound EDI request. It takes an input JSON/XML in the B2Bi shape as input, converts it to an X12 EDI string, and return that string.</p>",
    "TestMapping": "<p>Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the <code>inputFileContent</code> parameter.</p>",
    "TestParsing": "<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
    "UntagResource": "<p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>",
    "UpdateCapability": "<p>Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
    "UpdatePartnership": "<p>Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
    "UpdateProfile": "<p>Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.</p>",
    "UpdateTransformer": "<p>Updates the specified parameters for a transformer. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>"
  },
  "shapes": {
    "AccessDeniedException": {
      "base": "<p>You do not have sufficient access to perform this action.</p>",
      "refs": {
      }
    },
    "AmazonResourceName": {
      "base": null,
      "refs": {
        "ListTagsForResourceRequest$ResourceARN": "<p>Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "TagResourceRequest$ResourceARN": "<p>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "UntagResourceRequest$ResourceARN": "<p>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>"
      }
    },
    "BucketName": {
      "base": null,
      "refs": {
        "S3Location$bucketName": "<p>Specifies the name of the Amazon S3 bucket.</p>",
        "SampleDocuments$bucketName": "<p>Contains the Amazon S3 bucket that is used to hold your sample documents.</p>"
      }
    },
    "BusinessName": {
      "base": null,
      "refs": {
        "CreateProfileRequest$businessName": "<p>Specifies the name for the business associated with this profile.</p>",
        "CreateProfileResponse$businessName": "<p>Returns the name for the business associated with this profile.</p>",
        "GetProfileResponse$businessName": "<p>Returns the name for the business associated with this profile.</p>",
        "ProfileSummary$businessName": "<p>Returns the name for the business associated with this profile.</p>",
        "UpdateProfileRequest$businessName": "<p>Specifies the name for the business associated with this profile.</p>",
        "UpdateProfileResponse$businessName": "<p>Returns the name for the business associated with this profile.</p>"
      }
    },
    "CapabilityConfiguration": {
      "base": "<p>A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
      "refs": {
        "CreateCapabilityRequest$configuration": "<p>Specifies a structure that contains the details for a capability.</p>",
        "CreateCapabilityResponse$configuration": "<p>Returns a structure that contains the details for a capability.</p>",
        "GetCapabilityResponse$configuration": "<p>Returns a structure that contains the details for a capability.</p>",
        "UpdateCapabilityRequest$configuration": "<p>Specifies a structure that contains the details for a capability.</p>",
        "UpdateCapabilityResponse$configuration": "<p>Returns a structure that contains the details for a capability.</p>"
      }
    },
    "CapabilityDirection": {
      "base": null,
      "refs": {
        "EdiConfiguration$capabilityDirection": "<p>Specifies whether this is capability is for inbound or outbound transformations.</p>"
      }
    },
    "CapabilityId": {
      "base": null,
      "refs": {
        "CapabilitySummary$capabilityId": "<p>Returns a system-assigned unique identifier for the capability.</p>",
        "CreateCapabilityResponse$capabilityId": "<p>Returns a system-assigned unique identifier for the capability.</p>",
        "DeleteCapabilityRequest$capabilityId": "<p>Specifies a system-assigned unique identifier for the capability.</p>",
        "GetCapabilityRequest$capabilityId": "<p>Specifies a system-assigned unique identifier for the capability.</p>",
        "GetCapabilityResponse$capabilityId": "<p>Returns a system-assigned unique identifier for the capability.</p>",
        "PartnershipCapabilities$member": null,
        "UpdateCapabilityRequest$capabilityId": "<p>Specifies a system-assigned unique identifier for the capability.</p>",
        "UpdateCapabilityResponse$capabilityId": "<p>Returns a system-assigned unique identifier for the capability.</p>"
      }
    },
    "CapabilityList": {
      "base": null,
      "refs": {
        "ListCapabilitiesResponse$capabilities": "<p>Returns one or more capabilities associated with this partnership.</p>"
      }
    },
    "CapabilityName": {
      "base": null,
      "refs": {
        "CapabilitySummary$name": "<p>The display name of the capability.</p>",
        "CreateCapabilityRequest$name": "<p>Specifies the name of the capability, used to identify it.</p>",
        "CreateCapabilityResponse$name": "<p>Returns the name of the capability used to identify it.</p>",
        "GetCapabilityResponse$name": "<p>Returns the name of the capability, used to identify it.</p>",
        "UpdateCapabilityRequest$name": "<p>Specifies a new name for the capability, to replace the existing name.</p>",
        "UpdateCapabilityResponse$name": "<p>Returns the name of the capability, used to identify it.</p>"
      }
    },
    "CapabilityOptions": {
      "base": "<p>Contains the details for an Outbound EDI capability.</p>",
      "refs": {
        "CreatePartnershipRequest$capabilityOptions": "<p>Specify the structure that contains the details for the associated capabilities.</p>",
        "CreatePartnershipResponse$capabilityOptions": "<p>Returns the structure that contains the details for the associated capabilities.</p>",
        "GetPartnershipResponse$capabilityOptions": null,
        "PartnershipSummary$capabilityOptions": null,
        "UpdatePartnershipRequest$capabilityOptions": "<p>To update, specify the structure that contains the details for the associated capabilities.</p>",
        "UpdatePartnershipResponse$capabilityOptions": "<p>Returns the structure that contains the details for the associated capabilities.</p>"
      }
    },
    "CapabilitySummary": {
      "base": "<p>Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>",
      "refs": {
        "CapabilityList$member": null
      }
    },
    "CapabilityType": {
      "base": null,
      "refs": {
        "CapabilitySummary$type": "<p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>",
        "CreateCapabilityRequest$type": "<p>Specifies the type of the capability. Currently, only <code>edi</code> is supported.</p>",
        "CreateCapabilityResponse$type": "<p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>",
        "GetCapabilityResponse$type": "<p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>",
        "UpdateCapabilityResponse$type": "<p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability) that is being used by other resources.</p>",
      "refs": {
      }
    },
    "ConversionSource": {
      "base": "<p>Describes the input for an outbound transformation. </p>",
      "refs": {
        "TestConversionRequest$source": "<p>Specify the source file for an outbound EDI request.</p>"
      }
    },
    "ConversionSourceFormat": {
      "base": null,
      "refs": {
        "ConversionSource$fileFormat": "<p>The format for the input file: either JSON or XML.</p>"
      }
    },
    "ConversionTarget": {
      "base": "<p>Provide a sample of what the output of the transformation should look like.</p>",
      "refs": {
        "TestConversionRequest$target": "<p>Specify the format (X12 is the only currently supported format), and other details for the conversion target.</p>"
      }
    },
    "ConversionTargetFormat": {
      "base": null,
      "refs": {
        "ConversionTarget$fileFormat": "<p>Currently, only X12 format is supported.</p>"
      }
    },
    "ConversionTargetFormatDetails": {
      "base": "<p>Contains a structure describing the X12 details for the conversion target.</p>",
      "refs": {
        "ConversionTarget$formatDetails": "<p>A structure that contains the formatting details for the conversion target.</p>"
      }
    },
    "CreateCapabilityRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateCapabilityResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreatePartnershipRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreatePartnershipResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateStarterMappingTemplateRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateStarterMappingTemplateResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateTransformerRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateTransformerResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreatedDate": {
      "base": null,
      "refs": {
        "CapabilitySummary$createdAt": "<p>Returns a timestamp for creation date and time of the capability.</p>",
        "CreateCapabilityResponse$createdAt": "<p>Returns a timestamp for creation date and time of the capability.</p>",
        "CreatePartnershipResponse$createdAt": "<p>Returns a timestamp for creation date and time of the partnership.</p>",
        "CreateProfileResponse$createdAt": "<p>Returns a timestamp representing the time the profile was created.</p>",
        "CreateTransformerResponse$createdAt": "<p>Returns a timestamp for creation date and time of the transformer.</p>",
        "GetCapabilityResponse$createdAt": "<p>Returns a timestamp for creation date and time of the capability.</p>",
        "GetPartnershipResponse$createdAt": "<p>Returns a timestamp for creation date and time of the partnership.</p>",
        "GetProfileResponse$createdAt": "<p>Returns a timestamp for creation date and time of the transformer.</p>",
        "GetTransformerResponse$createdAt": "<p>Returns a timestamp for creation date and time of the transformer.</p>",
        "PartnershipSummary$createdAt": "<p>Returns a timestamp for creation date and time of the partnership.</p>",
        "ProfileSummary$createdAt": "<p>Returns the timestamp for creation date and time of the profile.</p>",
        "TransformerSummary$createdAt": "<p>Returns a timestamp indicating when the transformer was created. For example, <code>2023-07-20T19:58:44.624Z</code>.</p>",
        "UpdateCapabilityResponse$createdAt": "<p>Returns a timestamp for creation date and time of the capability.</p>",
        "UpdatePartnershipResponse$createdAt": "<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>",
        "UpdateProfileResponse$createdAt": "<p>Returns a timestamp for creation date and time of the profile.</p>",
        "UpdateTransformerResponse$createdAt": "<p>Returns a timestamp for creation date and time of the transformer.</p>"
      }
    },
    "DeleteCapabilityRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeletePartnershipRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteTransformerRequest": {
      "base": null,
      "refs": {
      }
    },
    "EdiConfiguration": {
      "base": "<p>Specifies the details for the EDI (electronic data interchange) transformation.</p>",
      "refs": {
        "CapabilityConfiguration$edi": "<p>An EDI (electronic data interchange) configuration object.</p>"
      }
    },
    "EdiType": {
      "base": "<p>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.</p>",
      "refs": {
        "CreateTransformerRequest$ediType": "<p>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.</p>",
        "CreateTransformerResponse$ediType": "<p>Returns 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.</p>",
        "EdiConfiguration$type": "<p>Returns the type of the capability. Currently, only <code>edi</code> is supported.</p>",
        "GetTransformerResponse$ediType": "<p>Returns 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.</p>",
        "TestParsingRequest$ediType": "<p>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.</p>",
        "TransformerSummary$ediType": "<p>Returns 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.</p>",
        "UpdateTransformerRequest$ediType": "<p>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.</p>",
        "UpdateTransformerResponse$ediType": "<p>Returns 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.</p>"
      }
    },
    "Email": {
      "base": null,
      "refs": {
        "CreatePartnershipRequest$email": "<p>Specifies the email address associated with this trading partner.</p>",
        "CreatePartnershipResponse$email": "<p>Returns the email address associated with this trading partner.</p>",
        "CreateProfileRequest$email": "<p>Specifies the email address associated with this customer profile.</p>",
        "CreateProfileResponse$email": "<p>Returns the email address associated with this customer profile.</p>",
        "GetPartnershipResponse$email": "<p>Returns the email address associated with this trading partner.</p>",
        "GetProfileResponse$email": "<p>Returns the email address associated with this customer profile.</p>",
        "UpdatePartnershipResponse$email": "<p>Returns the email address associated with this trading partner.</p>",
        "UpdateProfileRequest$email": "<p>Specifies the email address associated with this customer profile.</p>",
        "UpdateProfileResponse$email": "<p>Returns the email address associated with this customer profile.</p>"
      }
    },
    "ErrorMessage": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": null,
        "ConflictException$message": null,
        "InternalServerException$message": null,
        "ResourceNotFoundException$message": null,
        "ServiceQuotaExceededException$message": null,
        "ThrottlingException$message": null,
        "ValidationException$Message": null
      }
    },
    "FileFormat": {
      "base": null,
      "refs": {
        "CreateTransformerRequest$fileFormat": "<p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "CreateTransformerResponse$fileFormat": "<p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "GetTransformerResponse$fileFormat": "<p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "TestMappingRequest$fileFormat": "<p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "TestParsingRequest$fileFormat": "<p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "TransformerSummary$fileFormat": "<p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "UpdateTransformerRequest$fileFormat": "<p>Specifies that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>",
        "UpdateTransformerResponse$fileFormat": "<p>Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.</p>"
      }
    },
    "FileLocation": {
      "base": null,
      "refs": {
        "CreateTransformerRequest$sampleDocument": "<p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>",
        "CreateTransformerResponse$sampleDocument": "<p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>",
        "GetTransformerResponse$sampleDocument": "<p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>",
        "TransformerSummary$sampleDocument": "<p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>",
        "UpdateTransformerRequest$sampleDocument": "<p>Specifies a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>",
        "UpdateTransformerResponse$sampleDocument": "<p>Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.</p>"
      }
    },
    "FormatOptions": {
      "base": "<p>A structure that contains the X12 transaction set and version.</p>",
      "refs": {
        "InputConversion$formatOptions": "<p>A structure that contains the formatting options for an inbound transformer.</p>",
        "OutputConversion$formatOptions": "<p>A structure that contains the X12 transaction set and version for the transformer output.</p>"
      }
    },
    "FromFormat": {
      "base": null,
      "refs": {
        "InputConversion$fromFormat": "<p>The format for the transformer input: currently on <code>X12</code> is supported.</p>"
      }
    },
    "GenerateMappingInputFileContent": {
      "base": null,
      "refs": {
        "GenerateMappingRequest$inputFileContent": "<p>Provide the contents of a sample X12 EDI file (for inbound EDI) or JSON/XML file (for outbound EDI) to use as a starting point for the mapping.</p>"
      }
    },
    "GenerateMappingOutputFileContent": {
      "base": null,
      "refs": {
        "GenerateMappingRequest$outputFileContent": "<p>Provide the contents of a sample X12 EDI file (for outbound EDI) or JSON/XML file (for inbound EDI) to use as a target for the mapping.</p>"
      }
    },
    "GenerateMappingRequest": {
      "base": null,
      "refs": {
      }
    },
    "GenerateMappingResponse": {
      "base": null,
      "refs": {
      }
    },
    "GenerateMappingResponseMappingAccuracyFloat": {
      "base": null,
      "refs": {
        "GenerateMappingResponse$mappingAccuracy": "<p>Returns a percentage that estimates the accuracy of the generated mapping.</p>"
      }
    },
    "GetCapabilityRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetCapabilityResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetPartnershipRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetPartnershipResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetTransformerJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetTransformerJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetTransformerRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetTransformerResponse": {
      "base": null,
      "refs": {
      }
    },
    "InputConversion": {
      "base": "<p>Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.</p>",
      "refs": {
        "CreateTransformerRequest$inputConversion": "<p>Specify the <code>InputConversion</code> object, which contains the format options for the inbound transformation.</p>",
        "CreateTransformerResponse$inputConversion": "<p>Returns the <code>InputConversion</code> object, which contains the format options for the inbound transformation.</p>",
        "GetTransformerResponse$inputConversion": "<p>Returns the <code>InputConversion</code> object, which contains the format options for the inbound transformation.</p>",
        "TransformerSummary$inputConversion": "<p>Returns a structure that contains the format options for the transformation.</p>",
        "UpdateTransformerRequest$inputConversion": "<p>To update, specify the <code>InputConversion</code> object, which contains the format options for the inbound transformation.</p>",
        "UpdateTransformerResponse$inputConversion": "<p>Returns the <code>InputConversion</code> object, which contains the format options for the inbound transformation.</p>"
      }
    },
    "InputFileSource": {
      "base": "<p>The input file to use for an outbound transformation.</p>",
      "refs": {
        "ConversionSource$inputFile": "<p>File to be converted</p>"
      }
    },
    "InputFileSourceFileContentString": {
      "base": null,
      "refs": {
        "InputFileSource$fileContent": "<p>Specify the input contents, as a string, for the source of an outbound transformation.</p>"
      }
    },
    "InstructionsDocuments": {
      "base": null,
      "refs": {
        "CreateCapabilityRequest$instructionsDocuments": "<p>Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>",
        "CreateCapabilityResponse$instructionsDocuments": "<p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>",
        "GetCapabilityResponse$instructionsDocuments": "<p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>",
        "UpdateCapabilityRequest$instructionsDocuments": "<p>Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>",
        "UpdateCapabilityResponse$instructionsDocuments": "<p>Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.</p>"
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "InternalServerException$retryAfterSeconds": "<p>The server attempts to retry a failed command.</p>",
        "ThrottlingException$retryAfterSeconds": "<p>The server attempts to retry a command that was throttled.</p>"
      }
    },
    "InternalServerException": {
      "base": "<p>This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.</p>",
      "refs": {
      }
    },
    "KeyList": {
      "base": null,
      "refs": {
        "SampleDocuments$keys": "<p>Contains an array of the Amazon S3 keys used to identify the location for your sample documents.</p>"
      }
    },
    "ListCapabilitiesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListCapabilitiesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListPartnershipsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListPartnershipsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListProfilesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListProfilesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTransformersRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTransformersResponse": {
      "base": null,
      "refs": {
      }
    },
    "LogGroupName": {
      "base": null,
      "refs": {
        "CreateProfileResponse$logGroupName": "<p>Returns the name of the logging group.</p>",
        "GetProfileResponse$logGroupName": "<p>Returns the name of the logging group.</p>",
        "ProfileSummary$logGroupName": "<p>Returns the name of the logging group.</p>",
        "UpdateProfileResponse$logGroupName": "<p>Returns the name of the logging group.</p>"
      }
    },
    "Logging": {
      "base": null,
      "refs": {
        "CreateProfileRequest$logging": "<p>Specifies whether or not logging is enabled for this profile.</p>",
        "CreateProfileResponse$logging": "<p>Returns whether or not logging is turned on for this profile.</p>",
        "GetProfileResponse$logging": "<p>Returns whether or not logging is enabled for this profile.</p>",
        "ProfileSummary$logging": "<p>Specifies whether or not logging is enabled for this profile.</p>",
        "UpdateProfileResponse$logging": "<p>Specifies whether or not logging is enabled for this profile.</p>"
      }
    },
    "Mapping": {
      "base": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
      "refs": {
        "CreateTransformerRequest$mapping": "<p>Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>",
        "CreateTransformerResponse$mapping": "<p>Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>",
        "GetTransformerResponse$mapping": "<p>Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>",
        "TransformerSummary$mapping": "<p>Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>",
        "UpdateTransformerRequest$mapping": "<p>Specify the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>",
        "UpdateTransformerResponse$mapping": "<p>Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).</p>"
      }
    },
    "MappingTemplate": {
      "base": null,
      "refs": {
        "CreateTransformerRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p> <note> <p>This parameter is available for backwards compatibility. Use the <a href=\"https://docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html\">Mapping</a> data type instead.</p> </note>",
        "CreateTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
        "GetTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
        "Mapping$template": "<p>A string that represents the mapping template, in the transformation language specified in <code>templateLanguage</code>.</p>",
        "TestMappingRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p> <note> <p>This parameter is available for backwards compatibility. Use the <a href=\"https://docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html\">Mapping</a> data type instead.</p> </note>",
        "TransformerSummary$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
        "UpdateTransformerRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p> <note> <p>This parameter is available for backwards compatibility. Use the <a href=\"https://docs.aws.amazon.com/b2bi/latest/APIReference/API_Mapping.html\">Mapping</a> data type instead.</p> </note>",
        "UpdateTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
      }
    },
    "MappingTemplateLanguage": {
      "base": null,
      "refs": {
        "Mapping$templateLanguage": "<p>The transformation language for the template, either XSLT or JSONATA.</p>"
      }
    },
    "MappingType": {
      "base": null,
      "refs": {
        "CreateStarterMappingTemplateRequest$mappingType": "<p>Specify the format for the mapping template: either JSONATA or XSLT.</p>",
        "GenerateMappingRequest$mappingType": "<p>Specify the mapping type: either <code>JSONATA</code> or <code>XSLT.</code> </p>"
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListCapabilitiesRequest$maxResults": "<p>Specifies the maximum number of capabilities to return.</p>",
        "ListPartnershipsRequest$maxResults": "<p>Specifies the maximum number of capabilities to return.</p>",
        "ListProfilesRequest$maxResults": "<p>Specifies the maximum number of profiles to return.</p>",
        "ListTransformersRequest$maxResults": "<p>Specifies the number of items to return for the API response.</p>"
      }
    },
    "ModifiedDate": {
      "base": null,
      "refs": {
        "CapabilitySummary$modifiedAt": "<p>Returns a timestamp that identifies the most recent date and time that the capability was modified.</p>",
        "GetCapabilityResponse$modifiedAt": "<p>Returns a timestamp for last time the capability was modified.</p>",
        "GetPartnershipResponse$modifiedAt": "<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>",
        "GetProfileResponse$modifiedAt": "<p>Returns a timestamp for last time the profile was modified.</p>",
        "GetTransformerResponse$modifiedAt": "<p>Returns a timestamp for last time the transformer was modified.</p>",
        "PartnershipSummary$modifiedAt": "<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>",
        "ProfileSummary$modifiedAt": "<p>Returns the timestamp that identifies the most recent date and time that the profile was modified.</p>",
        "TransformerSummary$modifiedAt": "<p>Returns a timestamp representing the date and time for the most recent change for the transformer object.</p>",
        "UpdateCapabilityResponse$modifiedAt": "<p>Returns a timestamp for last time the capability was modified.</p>",
        "UpdatePartnershipResponse$modifiedAt": "<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>",
        "UpdateProfileResponse$modifiedAt": "<p>Returns a timestamp for last time the profile was modified.</p>",
        "UpdateTransformerResponse$modifiedAt": "<p>Returns a timestamp for last time the transformer was modified.</p>"
      }
    },
    "OutboundEdiOptions": {
      "base": "<p>A container for outbound EDI options.</p>",
      "refs": {
        "CapabilityOptions$outboundEdi": "<p>A structure that contains the outbound EDI options.</p>"
      }
    },
    "OutputConversion": {
      "base": "<p>Contains the formatting options for an outbound transformer (takes JSON or XML as input and converts it to an EDI document (currently only X12 format is supported).</p>",
      "refs": {
        "CreateTransformerRequest$outputConversion": "<p>A structure that contains the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>",
        "CreateTransformerResponse$outputConversion": "<p>Returns the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>",
        "GetTransformerResponse$outputConversion": "<p>Returns the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>",
        "TransformerSummary$outputConversion": "<p>Returns the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>",
        "UpdateTransformerRequest$outputConversion": "<p>To update, specify the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>",
        "UpdateTransformerResponse$outputConversion": "<p>Returns the <code>OutputConversion</code> object, which contains the format options for the outbound transformation.</p>"
      }
    },
    "OutputSampleFileSource": {
      "base": "<p>Container for the location of a sample file used for outbound transformations.</p>",
      "refs": {
        "ConversionTarget$outputSampleFile": "<p>Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax</p>"
      }
    },
    "PageToken": {
      "base": null,
      "refs": {
        "ListCapabilitiesRequest$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListCapabilitiesResponse$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListPartnershipsRequest$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListPartnershipsResponse$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListProfilesRequest$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListProfilesResponse$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListTransformersRequest$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>",
        "ListTransformersResponse$nextToken": "<p>When additional results are obtained from the command, a <code>NextToken</code> parameter is returned in the output. You can then pass the <code>NextToken</code> parameter in a subsequent command to continue listing additional resources.</p>"
      }
    },
    "PartnerName": {
      "base": null,
      "refs": {
        "CreatePartnershipRequest$name": "<p>Specifies a descriptive name for the partnership.</p>",
        "CreatePartnershipResponse$name": "<p>Returns a descriptive name for the partnership.</p>",
        "GetPartnershipResponse$name": "<p>Returns the display name of the partnership</p>",
        "PartnershipSummary$name": "<p>Returns the name of the partnership.</p>",
        "UpdatePartnershipRequest$name": "<p>The name of the partnership, used to identify it.</p>",
        "UpdatePartnershipResponse$name": "<p>The name of the partnership, used to identify it.</p>"
      }
    },
    "PartnershipCapabilities": {
      "base": null,
      "refs": {
        "CreatePartnershipRequest$capabilities": "<p>Specifies a list of the capabilities associated with this partnership.</p>",
        "CreatePartnershipResponse$capabilities": "<p>Returns one or more capabilities associated with this partnership.</p>",
        "GetPartnershipResponse$capabilities": "<p>Returns one or more capabilities associated with this partnership.</p>",
        "PartnershipSummary$capabilities": "<p>Returns one or more capabilities associated with this partnership.</p>",
        "UpdatePartnershipRequest$capabilities": "<p>List of the capabilities associated with this partnership.</p>",
        "UpdatePartnershipResponse$capabilities": "<p>Returns one or more capabilities associated with this partnership.</p>"
      }
    },
    "PartnershipId": {
      "base": null,
      "refs": {
        "CreatePartnershipResponse$partnershipId": "<p>Returns the unique, system-generated identifier for a partnership.</p>",
        "DeletePartnershipRequest$partnershipId": "<p>Specifies the unique, system-generated identifier for a partnership.</p>",
        "GetPartnershipRequest$partnershipId": "<p>Specifies the unique, system-generated identifier for a partnership.</p>",
        "GetPartnershipResponse$partnershipId": "<p>Returns the unique, system-generated identifier for a partnership.</p>",
        "PartnershipSummary$partnershipId": "<p>Returns the unique, system-generated identifier for a partnership.</p>",
        "UpdatePartnershipRequest$partnershipId": "<p>Specifies the unique, system-generated identifier for a partnership.</p>",
        "UpdatePartnershipResponse$partnershipId": "<p>Returns the unique, system-generated identifier for a partnership.</p>"
      }
    },
    "PartnershipList": {
      "base": null,
      "refs": {
        "ListPartnershipsResponse$partnerships": "<p>Specifies a list of your partnerships.</p>"
      }
    },
    "PartnershipSummary": {
      "base": "<p>A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>",
      "refs": {
        "PartnershipList$member": null
      }
    },
    "Phone": {
      "base": null,
      "refs": {
        "CreatePartnershipRequest$phone": "<p>Specifies the phone number associated with the partnership.</p>",
        "CreatePartnershipResponse$phone": "<p>Returns the phone number associated with the partnership.</p>",
        "CreateProfileRequest$phone": "<p>Specifies the phone number associated with the profile.</p>",
        "CreateProfileResponse$phone": "<p>Returns the phone number associated with the profile.</p>",
        "GetPartnershipResponse$phone": "<p>Returns the phone number associated with the partnership.</p>",
        "GetProfileResponse$phone": "<p>Returns the phone number associated with the profile.</p>",
        "UpdatePartnershipResponse$phone": "<p>Returns the phone number associated with the partnership.</p>",
        "UpdateProfileRequest$phone": "<p>Specifies the phone number associated with the profile.</p>",
        "UpdateProfileResponse$phone": "<p>Returns the phone number associated with the profile.</p>"
      }
    },
    "ProfileId": {
      "base": null,
      "refs": {
        "CreatePartnershipRequest$profileId": "<p>Specifies the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "CreatePartnershipResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "CreateProfileResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile.</p>",
        "DeleteProfileRequest$profileId": "<p>Specifies the unique, system-generated identifier for the profile.</p>",
        "GetPartnershipResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "GetProfileRequest$profileId": "<p>Specifies the unique, system-generated identifier for the profile.</p>",
        "GetProfileResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile.</p>",
        "ListPartnershipsRequest$profileId": "<p>Specifies the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "PartnershipSummary$profileId": "<p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "ProfileSummary$profileId": "<p>Returns the unique, system-generated identifier for the profile.</p>",
        "UpdatePartnershipResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile connected to this partnership.</p>",
        "UpdateProfileRequest$profileId": "<p>Specifies the unique, system-generated identifier for the profile.</p>",
        "UpdateProfileResponse$profileId": "<p>Returns the unique, system-generated identifier for the profile.</p>"
      }
    },
    "ProfileList": {
      "base": null,
      "refs": {
        "ListProfilesResponse$profiles": "<p>Returns an array of <code>ProfileSummary</code> objects.</p>"
      }
    },
    "ProfileName": {
      "base": null,
      "refs": {
        "CreateProfileRequest$name": "<p>Specifies the name of the profile.</p>",
        "CreateProfileResponse$name": "<p>Returns the name of the profile, used to identify it.</p>",
        "GetProfileResponse$name": "<p>Returns the name of the profile, used to identify it.</p>",
        "ProfileSummary$name": "<p>Returns the display name for profile.</p>",
        "UpdateProfileRequest$name": "<p>The name of the profile, used to identify it.</p>",
        "UpdateProfileResponse$name": "<p>Returns the name of the profile.</p>"
      }
    },
    "ProfileSummary": {
      "base": "<p>Contains the details for a profile. A profile is the mechanism used to create the concept of a private network.</p>",
      "refs": {
        "ProfileList$member": null
      }
    },
    "ResourceArn": {
      "base": null,
      "refs": {
        "CreateCapabilityResponse$capabilityArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "CreatePartnershipResponse$partnershipArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "CreateProfileResponse$profileArn": "<p>Returns an Amazon Resource Name (ARN) for the profile.</p>",
        "CreateTransformerResponse$transformerArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "GetCapabilityResponse$capabilityArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "GetPartnershipResponse$partnershipArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "GetProfileResponse$profileArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "GetTransformerResponse$transformerArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "UpdateCapabilityResponse$capabilityArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "UpdatePartnershipResponse$partnershipArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>",
        "UpdateProfileResponse$profileArn": "<p>Returns an Amazon Resource Name (ARN) for the profile.</p>",
        "UpdateTransformerResponse$transformerArn": "<p>Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.</p>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists in a region other than the region specified in the API call.</p>",
      "refs": {
      }
    },
    "S3Key": {
      "base": null,
      "refs": {
        "S3Location$key": "<p>Specifies the Amazon S3 key for the file location.</p>",
        "SampleDocumentKeys$input": "<p>An array of keys for your input sample documents.</p>",
        "SampleDocumentKeys$output": "<p>An array of keys for your output sample documents.</p>"
      }
    },
    "S3Location": {
      "base": "<p>Specifies the details for the Amazon S3 file location that is being used with Amazon Web Services B2B Data Interchange. File locations in Amazon S3 are identified using a combination of the bucket and key.</p>",
      "refs": {
        "CreateStarterMappingTemplateRequest$outputSampleLocation": "<p>Specify the location of the sample EDI file that is used to generate the mapping template.</p>",
        "EdiConfiguration$inputLocation": "<p>Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an <code>S3Location</code> object.</p>",
        "EdiConfiguration$outputLocation": "<p>Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an <code>S3Location</code> object.</p>",
        "InstructionsDocuments$member": null,
        "OutputSampleFileSource$fileLocation": null,
        "S3LocationList$member": null,
        "StartTransformerJobRequest$inputFile": "<p>Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.</p>",
        "StartTransformerJobRequest$outputLocation": "<p>Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.</p>",
        "TestParsingRequest$inputFile": "<p>Specifies an <code>S3Location</code> object, which contains the Amazon S3 bucket and prefix for the location of the input file.</p>"
      }
    },
    "S3LocationList": {
      "base": null,
      "refs": {
        "GetTransformerJobResponse$outputFiles": "<p>Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.</p>"
      }
    },
    "SampleDocumentKeys": {
      "base": "<p>An array of the Amazon S3 keys used to identify the location for your sample documents.</p>",
      "refs": {
        "KeyList$member": null
      }
    },
    "SampleDocuments": {
      "base": "<p>Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.</p>",
      "refs": {
        "CreateTransformerRequest$sampleDocuments": "<p>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.</p>",
        "CreateTransformerResponse$sampleDocuments": "<p>Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.</p>",
        "GetTransformerResponse$sampleDocuments": "<p>Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.</p>",
        "TransformerSummary$sampleDocuments": "<p>Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.</p>",
        "UpdateTransformerRequest$sampleDocuments": "<p>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.</p>",
        "UpdateTransformerResponse$sampleDocuments": "<p>Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.</p>"
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>Occurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.</p>",
      "refs": {
      }
    },
    "StartTransformerJobRequest": {
      "base": null,
      "refs": {
      }
    },
    "StartTransformerJobResponse": {
      "base": null,
      "refs": {
      }
    },
    "String": {
      "base": null,
      "refs": {
        "CreateCapabilityRequest$clientToken": "<p>Reserved for future use.</p>",
        "CreatePartnershipRequest$clientToken": "<p>Reserved for future use.</p>",
        "CreateProfileRequest$clientToken": "<p>Reserved for future use.</p>",
        "CreateStarterMappingTemplateResponse$mappingTemplate": "<p>Returns a string that represents the mapping template.</p>",
        "CreateTransformerRequest$clientToken": "<p>Reserved for future use.</p>",
        "GenerateMappingResponse$mappingTemplate": "<p>Returns a mapping template based on your inputs.</p>",
        "GetTransformerJobResponse$message": "<p>Returns an optional error message, which gets populated when the job is not run successfully.</p>",
        "ServiceQuotaExceededException$resourceId": "<p>The ID for the resource that exceeded the quota, which caused the exception.</p>",
        "ServiceQuotaExceededException$resourceType": "<p>The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.</p>",
        "ServiceQuotaExceededException$serviceCode": "<p>The code responsible for exceeding the quota, which caused the exception.</p>",
        "ServiceQuotaExceededException$quotaCode": "<p>The quota that was exceeded, which caused the exception.</p>",
        "StartTransformerJobRequest$clientToken": "<p>Reserved for future use.</p>",
        "TestConversionResponse$convertedFileContent": "<p>Returns the converted file content.</p>",
        "TestMappingResponse$mappedFileContent": "<p>Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint</p>",
        "TestParsingResponse$parsedFileContent": "<p>Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.</p>",
        "ValidationMessages$member": null
      }
    },
    "Tag": {
      "base": "<p>Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to capabilities, partnerships, profiles and transformers. A tag key can take more than one value. For example, to group capabilities for accounting purposes, you might create a tag called <code>Group</code> and assign the values <code>Research</code> and <code>Accounting</code> to that group.</p>",
      "refs": {
        "TagList$member": null
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "Tag$Key": "<p>Specifies the name assigned to the tag that you create.</p>",
        "TagKeyList$member": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$TagKeys": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>"
      }
    },
    "TagList": {
      "base": null,
      "refs": {
        "CreateCapabilityRequest$tags": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>",
        "CreatePartnershipRequest$tags": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>",
        "CreateProfileRequest$tags": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>",
        "CreateTransformerRequest$tags": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>",
        "ListTagsForResourceResponse$Tags": "<p>Returns the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>",
        "TagResourceRequest$Tags": "<p>Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tag$Value": "<p>Contains one or more values that you assigned to the key name that you create.</p>"
      }
    },
    "TemplateDetails": {
      "base": "<p>A data structure that contains the information to use when generating a mapping template.</p>",
      "refs": {
        "CreateStarterMappingTemplateRequest$templateDetails": "<p> Describes the details needed for generating the template. Specify the X12 transaction set and version for which the template is used: currently, we only support X12. </p>"
      }
    },
    "TestConversionRequest": {
      "base": null,
      "refs": {
      }
    },
    "TestConversionResponse": {
      "base": null,
      "refs": {
      }
    },
    "TestMappingInputFileContent": {
      "base": null,
      "refs": {
        "TestMappingRequest$inputFileContent": "<p>Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.</p>"
      }
    },
    "TestMappingRequest": {
      "base": null,
      "refs": {
      }
    },
    "TestMappingResponse": {
      "base": null,
      "refs": {
      }
    },
    "TestParsingRequest": {
      "base": null,
      "refs": {
      }
    },
    "TestParsingResponse": {
      "base": null,
      "refs": {
      }
    },
    "ThrottlingException": {
      "base": "<p>The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.</p>",
      "refs": {
      }
    },
    "ToFormat": {
      "base": null,
      "refs": {
        "OutputConversion$toFormat": "<p>The format for the output from an outbound transformer: only X12 is currently supported.</p>"
      }
    },
    "TradingPartnerId": {
      "base": null,
      "refs": {
        "CreatePartnershipResponse$tradingPartnerId": "<p>Returns the unique, system-generated identifier for a trading partner.</p>",
        "GetPartnershipResponse$tradingPartnerId": "<p>Returns the unique identifier for the partner for this partnership.</p>",
        "PartnershipSummary$tradingPartnerId": "<p>Returns the unique, system-generated identifier for a trading partner.</p>",
        "UpdatePartnershipResponse$tradingPartnerId": "<p>Returns the unique, system-generated identifier for a trading partner.</p>"
      }
    },
    "TransformerId": {
      "base": null,
      "refs": {
        "CreateTransformerResponse$transformerId": "<p>Returns the system-assigned unique identifier for the transformer.</p>",
        "DeleteTransformerRequest$transformerId": "<p>Specifies the system-assigned unique identifier for the transformer.</p>",
        "EdiConfiguration$transformerId": "<p>Returns the system-assigned unique identifier for the transformer.</p>",
        "GetTransformerJobRequest$transformerId": "<p>Specifies the system-assigned unique identifier for the transformer.</p>",
        "GetTransformerRequest$transformerId": "<p>Specifies the system-assigned unique identifier for the transformer.</p>",
        "GetTransformerResponse$transformerId": "<p>Returns the system-assigned unique identifier for the transformer.</p>",
        "StartTransformerJobRequest$transformerId": "<p>Specifies the system-assigned unique identifier for the transformer.</p>",
        "TransformerSummary$transformerId": "<p>Returns the system-assigned unique identifier for the transformer.</p>",
        "UpdateTransformerRequest$transformerId": "<p>Specifies the system-assigned unique identifier for the transformer.</p>",
        "UpdateTransformerResponse$transformerId": "<p>Returns the system-assigned unique identifier for the transformer.</p>"
      }
    },
    "TransformerJobId": {
      "base": null,
      "refs": {
        "GetTransformerJobRequest$transformerJobId": "<p>Specifies the unique, system-generated identifier for a transformer run.</p>",
        "StartTransformerJobResponse$transformerJobId": "<p>Returns the unique, system-generated identifier for a transformer run.</p>"
      }
    },
    "TransformerJobStatus": {
      "base": null,
      "refs": {
        "GetTransformerJobResponse$status": "<p>Returns the current state of the transformer job, either <code>running</code>, <code>succeeded</code>, or <code>failed</code>.</p>"
      }
    },
    "TransformerList": {
      "base": null,
      "refs": {
        "ListTransformersResponse$transformers": "<p>Returns an array of one or more transformer objects.</p> <p>For each transformer, a <code>TransformerSummary</code> object is returned. The <code>TransformerSummary</code> contains all the details for a specific transformer.</p>"
      }
    },
    "TransformerName": {
      "base": null,
      "refs": {
        "CreateTransformerRequest$name": "<p>Specifies the name of the transformer, used to identify it.</p>",
        "CreateTransformerResponse$name": "<p>Returns the name of the transformer, used to identify it.</p>",
        "GetTransformerResponse$name": "<p>Returns the name of the transformer, used to identify it.</p>",
        "TransformerSummary$name": "<p>Returns the descriptive name for the transformer.</p>",
        "UpdateTransformerRequest$name": "<p>Specify a new name for the transformer, if you want to update it.</p>",
        "UpdateTransformerResponse$name": "<p>Returns the name of the transformer.</p>"
      }
    },
    "TransformerStatus": {
      "base": null,
      "refs": {
        "CreateTransformerResponse$status": "<p>Returns the state of the newly created transformer. The transformer can be either <code>active</code> or <code>inactive</code>. For the transformer to be used in a capability, its status must <code>active</code>.</p>",
        "GetTransformerResponse$status": "<p>Returns the state of the newly created transformer. The transformer can be either <code>active</code> or <code>inactive</code>. For the transformer to be used in a capability, its status must <code>active</code>.</p>",
        "TransformerSummary$status": "<p>Returns the state of the newly created transformer. The transformer can be either <code>active</code> or <code>inactive</code>. For the transformer to be used in a capability, its status must <code>active</code>.</p>",
        "UpdateTransformerRequest$status": "<p>Specifies the transformer's status. You can update the state of the transformer from <code>inactive</code> to <code>active</code>.</p>",
        "UpdateTransformerResponse$status": "<p>Returns the state of the newly created transformer. The transformer can be either <code>active</code> or <code>inactive</code>. For the transformer to be used in a capability, its status must <code>active</code>.</p>"
      }
    },
    "TransformerSummary": {
      "base": "<p>Contains the details for a transformer object. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.</p>",
      "refs": {
        "TransformerList$member": null
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateCapabilityRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateCapabilityResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdatePartnershipRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdatePartnershipResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateProfileRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateProfileResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTransformerRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTransformerResponse": {
      "base": null,
      "refs": {
      }
    },
    "ValidationException": {
      "base": "<p>Occurs when a B2BI object cannot be validated against a request from another object.</p>",
      "refs": {
      }
    },
    "ValidationMessages": {
      "base": null,
      "refs": {
        "TestConversionResponse$validationMessages": "<p>Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.</p>"
      }
    },
    "X12AcknowledgmentRequestedCode": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$acknowledgmentRequestedCode": "<p>Located at position ISA-14 in the header. The value \"1\" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value \"0\" is used otherwise.</p>"
      }
    },
    "X12ApplicationReceiverCode": {
      "base": null,
      "refs": {
        "X12FunctionalGroupHeaders$applicationReceiverCode": "<p>A value representing the code used to identify the party receiving a message, at position GS-03.</p>"
      }
    },
    "X12ApplicationSenderCode": {
      "base": null,
      "refs": {
        "X12FunctionalGroupHeaders$applicationSenderCode": "<p>A value representing the code used to identify the party transmitting a message, at position GS-02.</p>"
      }
    },
    "X12ComponentSeparator": {
      "base": null,
      "refs": {
        "X12Delimiters$componentSeparator": "<p>The component, or sub-element, separator. The default value is <code>:</code> (colon).</p>"
      }
    },
    "X12DataElementSeparator": {
      "base": null,
      "refs": {
        "X12Delimiters$dataElementSeparator": "<p>The data element separator. The default value is <code>*</code> (asterisk).</p>"
      }
    },
    "X12Delimiters": {
      "base": "<p>In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header. The delimiters are part of the message's syntax and divide up its different elements.</p>",
      "refs": {
        "X12OutboundEdiHeaders$delimiters": "<p>The delimiters, for example semicolon (<code>;</code>), that separates sections of the headers for the X12 object.</p>"
      }
    },
    "X12Details": {
      "base": "<p>A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.</p> <note> <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p> </note>",
      "refs": {
        "ConversionTargetFormatDetails$x12": null,
        "EdiType$x12Details": "<p>Returns 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.</p>",
        "FormatOptions$x12": null,
        "TemplateDetails$x12": null
      }
    },
    "X12Envelope": {
      "base": "<p>A wrapper structure for an X12 definition object.</p> <p>the X12 envelope ensures the integrity of the data and the efficiency of the information exchange. The X12 message structure has hierarchical levels. From highest to the lowest, they are:</p> <ul> <li> <p>Interchange Envelope</p> </li> <li> <p>Functional Group</p> </li> <li> <p>Transaction Set</p> </li> </ul>",
      "refs": {
        "OutboundEdiOptions$x12": "<p>A structure that contains an X12 envelope structure.</p>"
      }
    },
    "X12FunctionalGroupHeaders": {
      "base": "<p>Part of the X12 message structure. These are the functional group headers for the X12 EDI object.</p>",
      "refs": {
        "X12OutboundEdiHeaders$functionalGroupHeaders": "<p>The functional group headers for the X12 object.</p>"
      }
    },
    "X12IdQualifier": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$senderIdQualifier": "<p>Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.</p>",
        "X12InterchangeControlHeaders$receiverIdQualifier": "<p>Located at position ISA-07 in the header. Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.</p>"
      }
    },
    "X12InterchangeControlHeaders": {
      "base": "<p>In X12, the Interchange Control Header is the first segment of an EDI document and is part of the Interchange Envelope. It contains information about the sender and receiver, the date and time of transmission, and the X12 version being used. It also includes delivery information, such as the sender and receiver IDs.</p>",
      "refs": {
        "X12OutboundEdiHeaders$interchangeControlHeaders": "<p>In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header.</p>"
      }
    },
    "X12OutboundEdiHeaders": {
      "base": "<p>A structure containing the details for an outbound EDI object.</p>",
      "refs": {
        "X12Envelope$common": "<p>A container for the X12 outbound EDI headers.</p>"
      }
    },
    "X12ReceiverId": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$receiverId": "<p>Located at position ISA-08 in the header. This value (along with the <code>receiverIdQualifier</code>) identifies the intended recipient of the interchange. </p>"
      }
    },
    "X12RepetitionSeparator": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$repetitionSeparator": "<p>Located at position ISA-11 in the header. This string makes it easier when you need to group similar adjacent element values together without using extra segments.</p> <note> <p>This parameter is only honored for version greater than 401 (<code>VERSION_4010</code> and higher).</p> <p>For versions less than 401, this field is called <a href=\"https://www.stedi.com/edi/x12-004010/segment/ISA#ISA-11\">StandardsId</a>, in which case our service sets the value to <code>U</code>.</p> </note>"
      }
    },
    "X12ResponsibleAgencyCode": {
      "base": null,
      "refs": {
        "X12FunctionalGroupHeaders$responsibleAgencyCode": "<p>A code that identifies the issuer of the standard, at position GS-07.</p>"
      }
    },
    "X12SegmentTerminator": {
      "base": null,
      "refs": {
        "X12Delimiters$segmentTerminator": "<p>The segment terminator. The default value is <code>~</code> (tilde).</p>"
      }
    },
    "X12SenderId": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$senderId": "<p>Located at position ISA-06 in the header. This value (along with the <code>senderIdQualifier</code>) identifies the sender of the interchange. </p>"
      }
    },
    "X12TransactionSet": {
      "base": null,
      "refs": {
        "X12Details$transactionSet": "<p>Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.</p>"
      }
    },
    "X12UsageIndicatorCode": {
      "base": null,
      "refs": {
        "X12InterchangeControlHeaders$usageIndicatorCode": "<p>Located at position ISA-15 in the header. Specifies how this interchange is being used:</p> <ul> <li> <p> <code>T</code> indicates this interchange is for testing.</p> </li> <li> <p> <code>P</code> indicates this interchange is for production.</p> </li> <li> <p> <code>I</code> indicates this interchange is informational.</p> </li> </ul>"
      }
    },
    "X12ValidateEdi": {
      "base": null,
      "refs": {
        "X12OutboundEdiHeaders$validateEdi": "<p>Specifies whether or not to validate the EDI for this X12 object: <code>TRUE</code> or <code>FALSE</code>.</p>"
      }
    },
    "X12Version": {
      "base": null,
      "refs": {
        "X12Details$version": "<p>Returns the version to use for the specified X12 transaction set.</p>"
      }
    }
  }
}
