{
  "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> <p>To generate a mapping, perform the following steps:</p> <ol> <li> <p>Start with an X12 EDI document to use as the input.</p> </li> <li> <p>Call <code>TestMapping</code> using your EDI document.</p> </li> <li> <p>Use the output from the <code>TestMapping</code> operation as either input or output for your GenerateMapping call, along with your sample file.</p> </li> </ol>",
    "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> <note> <p>If 30 days have elapsed since your transformer job was started, the system deletes it. So, if you run <code>GetTransformerJob</code> and supply a <code>transformerId</code> and <code>transformerJobId</code> for a job that was started more than 30 days previously, you receive a 404 response.</p> </note>",
    "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> <note> <p>The system stores transformer jobs for 30 days. During that period, you can run <a href=\"https://docs.aws.amazon.com/b2bi/latest/APIReference/API_GetTransformerJob.html\">GetTransformerJob</a> and supply its <code>transformerId</code> and <code>transformerJobId</code> to return details of the job.</p> </note>",
    "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": {
      }
    },
    "AdvancedOptions": {
      "base": "<p>A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.</p>",
      "refs": {
        "ConversionTarget$advancedOptions": null,
        "InputConversion$advancedOptions": "<p>Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.</p>",
        "OutputConversion$advancedOptions": null,
        "TestParsingRequest$advancedOptions": "<p>Specifies advanced options for parsing the input EDI file. These options allow for more granular control over the parsing process, including split options for X12 files.</p>"
      }
    },
    "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>"
      }
    },
    "CodeList": {
      "base": null,
      "refs": {
        "X12CodeListValidationRule$codesToAdd": "<p>Specifies a list of code values to add to the element's allowed values. These codes will be considered valid for the specified element in addition to the standard codes defined by the X12 specification.</p>",
        "X12CodeListValidationRule$codesToRemove": "<p>Specifies a list of code values to remove from the element's allowed values. These codes will be considered invalid for the specified element, even if they are part of the standard codes defined by the X12 specification.</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>"
      }
    },
    "ElementId": {
      "base": "<p>A string type representing an X12 element ID. Element IDs are four-digit numeric identifiers that uniquely identify elements within the X12 standard. This type enforces a pattern of exactly four digits to ensure valid element IDs are used in validation rules.</p>",
      "refs": {
        "X12CodeListValidationRule$elementId": "<p>Specifies the four-digit element ID to which the code list modifications apply. This identifies which X12 element will have its allowed code values modified.</p>",
        "X12ElementLengthValidationRule$elementId": "<p>Specifies the four-digit element ID to which the length constraints will be applied. This identifies which X12 element will have its length requirements modified.</p>"
      }
    },
    "ElementPosition": {
      "base": "<p>A string type representing the position of an element within an X12 segment. The format follows the pattern of segment identifier followed by element position (e.g., \"ST-01\" for the first element of the ST segment) and optionally a component position (e.g., \"ST-01-02\" for the second component of the first element). This type is used in validation rules to precisely identify which element in which position is being validated.</p>",
      "refs": {
        "X12ElementRequirementValidationRule$elementPosition": "<p>Specifies the position of the element within an X12 segment for which the requirement status will be modified. The format follows the pattern of segment identifier followed by element position (e.g., \"ST-01\" for the first element of the ST segment).</p>"
      }
    },
    "ElementRequirement": {
      "base": null,
      "refs": {
        "X12ElementRequirementValidationRule$requirement": "<p>Specifies the requirement status for the element at the specified position. Valid values are OPTIONAL (the element may be omitted) or MANDATORY (the element must be present).</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, either in JSON or XML format, 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, either in JSON or XML format, 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": {
      }
    },
    "InboundEdiOptions": {
      "base": "<p>Contains options for processing inbound EDI files. These options allow for customizing how incoming EDI documents are processed.</p>",
      "refs": {
        "CapabilityOptions$inboundEdi": "<p>A structure that contains the inbound EDI options for the capability.</p>"
      }
    },
    "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>"
      }
    },
    "LineLength": {
      "base": null,
      "refs": {
        "WrapOptions$lineLength": "<p>Specifies the maximum length of a line before wrapping occurs. This value is used when <code>wrapBy</code> is set to <code>LINE_LENGTH</code>.</p>"
      }
    },
    "LineTerminator": {
      "base": null,
      "refs": {
        "WrapOptions$lineTerminator": "<p>Specifies the character sequence used to terminate lines when wrapping. Valid values:</p> <ul> <li> <p> <code>CRLF</code>: carriage return and line feed</p> </li> <li> <p> <code>LF</code>: line feed)</p> </li> <li> <p> <code>CR</code>: carriage return</p> </li> </ul>"
      }
    },
    "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>"
      }
    },
    "ParsedSplitFileContentsList": {
      "base": null,
      "refs": {
        "TestParsingResponse$parsedSplitFileContents": "<p>Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.</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": {
      }
    },
    "StartingFunctionalGroupControlNumber": {
      "base": null,
      "refs": {
        "X12ControlNumbers$startingFunctionalGroupControlNumber": "<p>Specifies the starting functional group control number (GS06) to use for X12 EDI generation. This number is incremented for each new functional group. For the GS (functional group) envelope, Amazon Web Services B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination. </p>"
      }
    },
    "StartingInterchangeControlNumber": {
      "base": null,
      "refs": {
        "X12ControlNumbers$startingInterchangeControlNumber": "<p>Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. This number is incremented for each new interchange. For the ISA (interchange) envelope, Amazon Web Services B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) &amp; ISA07 and ISA08 (receiver) combination. </p>"
      }
    },
    "StartingTransactionSetControlNumber": {
      "base": null,
      "refs": {
        "X12ControlNumbers$startingTransactionSetControlNumber": "<p>Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "CodeList$member": null,
        "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>",
        "ParsedSplitFileContentsList$member": null,
        "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. This exception can be thrown during standard EDI validation or when custom validation rules fail, such as when element length constraints are violated, invalid codes are used in code list validations, or required elements are missing based on configured element requirement rules.</p>",
      "refs": {
      }
    },
    "ValidationMessages": {
      "base": null,
      "refs": {
        "TestConversionResponse$validationMessages": "<p>Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.</p>",
        "TestParsingResponse$validationMessages": "<p>Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when the <code>TestParsing</code> API validates EDI documents.</p>"
      }
    },
    "WrapFormat": {
      "base": null,
      "refs": {
        "WrapOptions$wrapBy": "<p>Specifies the method used for wrapping lines in the EDI output. Valid values:</p> <ul> <li> <p> <code>SEGMENT</code>: Wraps by segment.</p> </li> <li> <p> <code>ONE_LINE</code>: Indicates that the entire content is on a single line.</p> <note> <p>When you specify <code>ONE_LINE</code>, do not provide either the line length nor the line terminator value.</p> </note> </li> <li> <p> <code>LINE_LENGTH</code>: Wraps by character count, as specified by <code>lineLength</code> value.</p> </li> </ul>"
      }
    },
    "WrapOptions": {
      "base": "<p>Contains options for wrapping (line folding) in X12 EDI files. Wrapping controls how long lines are handled in the EDI output.</p>",
      "refs": {
        "X12Envelope$wrapOptions": null
      }
    },
    "X12AcknowledgmentOptions": {
      "base": "<p>Contains options for configuring X12 acknowledgments. These options control how functional and technical acknowledgments are handled.</p>",
      "refs": {
        "X12InboundEdiOptions$acknowledgmentOptions": "<p>Specifies acknowledgment options for inbound X12 EDI files. These options control how functional and technical acknowledgments are handled.</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>"
      }
    },
    "X12AdvancedOptions": {
      "base": "<p>Contains advanced options specific to X12 EDI processing, such as splitting large X12 files into smaller units.</p>",
      "refs": {
        "AdvancedOptions$x12": "<p>A structure that contains X12-specific advanced options, such as split options for processing X12 EDI files.</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>"
      }
    },
    "X12CodeListValidationRule": {
      "base": "<p>Defines a validation rule that modifies the allowed code values for a specific X12 element. This rule allows you to add or remove valid codes from an element's standard code list, providing flexibility to accommodate trading partner-specific requirements or industry variations. You can specify codes to add to expand the allowed values beyond the X12 standard, or codes to remove to restrict the allowed values for stricter validation.</p>",
      "refs": {
        "X12ValidationRule$codeListValidationRule": "<p>Specifies a code list validation rule that modifies the allowed code values for a specific X12 element. This rule enables you to customize which codes are considered valid for an element, allowing for trading partner-specific code requirements.</p>"
      }
    },
    "X12ComponentSeparator": {
      "base": null,
      "refs": {
        "X12Delimiters$componentSeparator": "<p>The component, or sub-element, separator. The default value is <code>:</code> (colon).</p>"
      }
    },
    "X12ControlNumbers": {
      "base": "<p>Contains configuration for X12 control numbers used in X12 EDI generation. Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.</p>",
      "refs": {
        "X12OutboundEdiHeaders$controlNumbers": "<p>Specifies control number configuration for outbound X12 EDI headers. These settings determine the starting values for interchange, functional group, and transaction set control numbers.</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
      }
    },
    "X12ElementLengthValidationRule": {
      "base": "<p>Defines a validation rule that specifies custom length constraints for a specific X12 element. This rule allows you to override the standard minimum and maximum length requirements for an element, enabling validation of trading partner-specific length requirements that may differ from the X12 specification. Both minimum and maximum length values must be specified and must be between 1 and 200 characters.</p>",
      "refs": {
        "X12ValidationRule$elementLengthValidationRule": "<p>Specifies an element length validation rule that defines custom length constraints for a specific X12 element. This rule allows you to enforce minimum and maximum length requirements that may differ from the standard X12 specification.</p>"
      }
    },
    "X12ElementLengthValidationRuleMaxLengthInteger": {
      "base": null,
      "refs": {
        "X12ElementLengthValidationRule$maxLength": "<p>Specifies the maximum allowed length for the identified element. This value must be between 1 and 200 characters and defines the upper limit for the element's content length.</p>"
      }
    },
    "X12ElementLengthValidationRuleMinLengthInteger": {
      "base": null,
      "refs": {
        "X12ElementLengthValidationRule$minLength": "<p>Specifies the minimum required length for the identified element. This value must be between 1 and 200 characters and defines the lower limit for the element's content length.</p>"
      }
    },
    "X12ElementRequirementValidationRule": {
      "base": "<p>Defines a validation rule that modifies the requirement status of a specific X12 element within a segment. This rule allows you to make optional elements mandatory or mandatory elements optional, providing flexibility to accommodate different trading partner requirements and business rules. The rule targets a specific element position within a segment and sets its requirement status to either OPTIONAL or MANDATORY.</p>",
      "refs": {
        "X12ValidationRule$elementRequirementValidationRule": "<p>Specifies an element requirement validation rule that modifies whether a specific X12 element is required or optional within a segment. This rule provides flexibility to accommodate different trading partner requirements for element presence.</p>"
      }
    },
    "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>"
      }
    },
    "X12FunctionalAcknowledgment": {
      "base": null,
      "refs": {
        "X12AcknowledgmentOptions$functionalAcknowledgment": "<p>Specifies whether functional acknowledgments (997/999) should be generated for incoming X12 transactions. Valid values are <code>DO_NOT_GENERATE</code>, <code>GENERATE_ALL_SEGMENTS</code> and <code>GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP</code>.</p> <p>If you choose <code>GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP</code>, Amazon Web Services B2B Data Interchange skips the AK2_Loop when generating an acknowledgment document.</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>"
      }
    },
    "X12GS05TimeFormat": {
      "base": "<p>Specifies the time format in the GS05 element (time) of the functional group header. The following formats use 24-hour clock time:</p> <ul> <li> <p> <code>HHMM</code> - Hours and minutes</p> </li> <li> <p> <code>HHMMSS</code> - Hours, minutes, and seconds</p> </li> <li> <p> <code>HHMMSSDD</code> - Hours, minutes, seconds, and decimal seconds</p> </li> </ul> <p>Where:</p> <ul> <li> <p> <code>HH</code> - Hours (00-23)</p> </li> <li> <p> <code>MM</code> - Minutes (00-59)</p> </li> <li> <p> <code>SS</code> - Seconds (00-59)</p> </li> <li> <p> <code>DD</code> - Hundredths of seconds (00-99)</p> </li> </ul>",
      "refs": {
        "X12OutboundEdiHeaders$gs05TimeFormat": null
      }
    },
    "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>"
      }
    },
    "X12InboundEdiOptions": {
      "base": "<p>Contains options specific to processing inbound X12 EDI files.</p>",
      "refs": {
        "InboundEdiOptions$x12": "<p>A structure that contains X12-specific options for processing inbound X12 EDI files.</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>"
      }
    },
    "X12SplitBy": {
      "base": null,
      "refs": {
        "X12SplitOptions$splitBy": "<p>Specifies the method used to split X12 EDI files. Valid values include <code>TRANSACTION</code> (split by individual transaction sets), or <code>NONE</code> (no splitting).</p>"
      }
    },
    "X12SplitOptions": {
      "base": "<p>Contains options for splitting X12 EDI files into smaller units. This is useful for processing large EDI files more efficiently.</p>",
      "refs": {
        "X12AdvancedOptions$splitOptions": "<p>Specifies options for splitting X12 EDI files. These options control how large X12 files are divided into smaller, more manageable units.</p>"
      }
    },
    "X12TechnicalAcknowledgment": {
      "base": null,
      "refs": {
        "X12AcknowledgmentOptions$technicalAcknowledgment": "<p>Specifies whether technical acknowledgments (TA1) should be generated for incoming X12 interchanges. Valid values are <code>DO_NOT_GENERATE</code> and <code>GENERATE_ALL_SEGMENTS</code> and.</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>. When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages.</p>"
      }
    },
    "X12ValidationOptions": {
      "base": "<p>Contains configuration options for X12 EDI validation. This structure allows you to specify custom validation rules that will be applied during EDI document processing, including element length constraints, code list modifications, and element requirement changes. These validation options provide flexibility to accommodate trading partner-specific requirements while maintaining EDI compliance. The validation rules are applied in addition to standard X12 validation to ensure documents meet both standard and custom requirements.</p>",
      "refs": {
        "X12AdvancedOptions$validationOptions": "<p>Specifies validation options for X12 EDI processing. These options control how validation rules are applied during EDI document processing, including custom validation rules for element length constraints, code list validations, and element requirement checks.</p>"
      }
    },
    "X12ValidationRule": {
      "base": "<p>Represents a single validation rule that can be applied during X12 EDI processing. This is a union type that can contain one of several specific validation rule types: code list validation rules for modifying allowed element codes, element length validation rules for enforcing custom length constraints, or element requirement validation rules for changing mandatory/optional status. Each validation rule targets specific aspects of EDI document validation to ensure compliance with trading partner requirements and business rules.</p>",
      "refs": {
        "X12ValidationRules$member": null
      }
    },
    "X12ValidationRules": {
      "base": "<p>A list of X12 validation rules to be applied during EDI document processing. This collection allows you to specify multiple validation rules of different types that will be enforced when validating X12 EDI documents.</p>",
      "refs": {
        "X12ValidationOptions$validationRules": "<p>Specifies a list of validation rules to apply during EDI document processing. These rules can include code list modifications, element length constraints, and element requirement changes.</p>"
      }
    },
    "X12Version": {
      "base": null,
      "refs": {
        "X12Details$version": "<p>Returns the version to use for the specified X12 transaction set.</p>"
      }
    }
  }
}
