AWS.Tools.B2bi.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.B2bi</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet">
            <summary>
            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.
             
              
            <para>
            There is no response returned from this call.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource,
            such as a capability, partnership, profile, or transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.AddB2BIResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityCmdlet">
            <summary>
            Retrieves the details for the specified capability. A trading capability contains
            the information required to transform incoming EDI documents into JSON or XML outputs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityCmdlet.CapabilityId">
            <summary>
            <para>
            <para>Specifies a system-assigned unique identifier for the capability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.GetCapabilityResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.GetCapabilityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CapabilityId parameter.
            The -PassThru parameter is deprecated, use -Select '^CapabilityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityListCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the maximum number of capabilities to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityListCmdlet.NextToken">
            <summary>
            <para>
            <para>When additional results are obtained from the command, a <c>NextToken</c> parameter
            is returned in the output. You can then pass the <c>NextToken</c> parameter in a subsequent
            command to continue listing additional resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BICapabilityListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Capabilities'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.ListCapabilitiesResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.ListCapabilitiesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipCmdlet.PartnershipId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for a partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.GetPartnershipResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.GetPartnershipResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnershipId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnershipId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet.ProfileId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for the profile connected to this
            partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the maximum number of capabilities to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet.NextToken">
            <summary>
            <para>
            <para>When additional results are obtained from the command, a <c>NextToken</c> parameter
            is returned in the output. You can then pass the <c>NextToken</c> parameter in a subsequent
            command to continue listing additional resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Partnerships'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.ListPartnershipsResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.ListPartnershipsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIPartnershipListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.GetProfileResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.GetProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileListCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the maximum number of profiles to return.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>When additional results are obtained from the command, a <c>NextToken</c> parameter
            is returned in the output. You can then pass the <c>NextToken</c> parameter in a subsequent
            command to continue listing additional resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.ListProfilesResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.ListProfilesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIResourceTagCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerCmdlet.TransformerId">
            <summary>
            <para>
            <para>Specifies the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.GetTransformerResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.GetTransformerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformerId parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerJobCmdlet">
            <summary>
            Returns the details of the transformer run, based on the Transformer job ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerJobCmdlet.TransformerId">
            <summary>
            <para>
            <para>Specifies the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerJobCmdlet.TransformerJobId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for a transformer run.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.GetTransformerJobResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.GetTransformerJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerListCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Specifies the number of items to return for the API response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerListCmdlet.NextToken">
            <summary>
            <para>
            <para>When additional results are obtained from the command, a <c>NextToken</c> parameter
            is returned in the output. You can then pass the <c>NextToken</c> parameter in a subsequent
            command to continue listing additional resources.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.GetB2BITransformerListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Transformers'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.ListTransformersResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.ListTransformersResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.InputLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.OutputLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Edi_CapabilityDirection">
            <summary>
            <para>
            <para>Specifies whether this is capability is for inbound or outbound transformations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.InstructionsDocument">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.InputLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.OutputLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Name">
            <summary>
            <para>
            <para>Specifies the name of the capability, used to identify it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Tag">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.X12Details_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Edi_TransformerId">
            <summary>
            <para>
            <para>Returns the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Type">
            <summary>
            <para>
            <para>Specifies the type of the capability. Currently, only <c>edi</c> is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.ClientToken">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.CreateCapabilityResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.CreateCapabilityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BICapabilityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_AcknowledgmentRequestedCode">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.FunctionalGroupHeaders_ApplicationReceiverCode">
            <summary>
            <para>
            <para>A value representing the code used to identify the party receiving a message, at position
            GS-03.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.FunctionalGroupHeaders_ApplicationSenderCode">
            <summary>
            <para>
            <para>A value representing the code used to identify the party transmitting a message, at
            position GS-02.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Capability">
            <summary>
            <para>
            <para>Specifies a list of the capabilities associated with this partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Delimiters_ComponentSeparator">
            <summary>
            <para>
            <para>The component, or sub-element, separator. The default value is <c>:</c> (colon).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Delimiters_DataElementSeparator">
            <summary>
            <para>
            <para>The data element separator. The default value is <c>*</c> (asterisk).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Email">
            <summary>
            <para>
            <para>Specifies the email address associated with this trading partner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Name">
            <summary>
            <para>
            <para>Specifies a descriptive name for the partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Phone">
            <summary>
            <para>
            <para>Specifies the phone number associated with the partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.ProfileId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for the profile connected to this
            partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_ReceiverId">
            <summary>
            <para>
            <para>Located at position ISA-08 in the header. This value (along with the <c>receiverIdQualifier</c>)
            identifies the intended recipient of the interchange. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_ReceiverIdQualifier">
            <summary>
            <para>
            <para>Located at position ISA-07 in the header. Qualifier for the receiver ID. Together,
            the ID and qualifier uniquely identify the receiving trading partner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_RepetitionSeparator">
            <summary>
            <para>
            <para>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.</para><note><para>This parameter is only honored for version greater than 401 (<c>VERSION_4010</c> and
            higher).</para><para>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 <c>U</c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.FunctionalGroupHeaders_ResponsibleAgencyCode">
            <summary>
            <para>
            <para>A code that identifies the issuer of the standard, at position GS-07.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Delimiters_SegmentTerminator">
            <summary>
            <para>
            <para>The segment terminator. The default value is <c>~</c> (tilde).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_SenderId">
            <summary>
            <para>
            <para>Located at position ISA-06 in the header. This value (along with the <c>senderIdQualifier</c>)
            identifies the sender of the interchange. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_SenderIdQualifier">
            <summary>
            <para>
            <para>Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the
            ID and qualifier uniquely identify the sending trading partner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Tag">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.InterchangeControlHeaders_UsageIndicatorCode">
            <summary>
            <para>
            <para>Located at position ISA-15 in the header. Specifies how this interchange is being
            used:</para><ul><li><para><c>T</c> indicates this interchange is for testing.</para></li><li><para><c>P</c> indicates this interchange is for production.</para></li><li><para><c>I</c> indicates this interchange is informational.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Common_ValidateEdi">
            <summary>
            <para>
            <para>Specifies whether or not to validate the EDI for this X12 object: <c>TRUE</c> or <c>FALSE</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.ClientToken">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.CreatePartnershipResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.CreatePartnershipResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIPartnershipCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.BusinessName">
            <summary>
            <para>
            <para>Specifies the name for the business associated with this profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Email">
            <summary>
            <para>
            <para>Specifies the email address associated with this customer profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Logging">
            <summary>
            <para>
            <para>Specifies whether or not logging is enabled for this profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Name">
            <summary>
            <para>
            <para>Specifies the name of the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Phone">
            <summary>
            <para>
            <para>Specifies the phone number associated with the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Tag">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.ClientToken">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.CreateProfileResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.CreateProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet">
            <summary>
            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.
             
              
            <para>
            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.
            </para><para>
            If you do not provide a sample EDI file, then the service can generate a mapping template
            based on the EDI settings in the <c>templateDetails</c> parameter.
            </para><para>
             Currently, we only support generating a template that can generate the input to produce
            an Outbound X12 EDI file.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.OutputSampleLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.OutputSampleLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.MappingType">
            <summary>
            <para>
            <para>Specify the format for the mapping template: either JSONATA or XSLT.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MappingTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.CreateStarterMappingTemplateResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.CreateStarterMappingTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MappingType parameter.
            The -PassThru parameter is deprecated, use -Select '^MappingType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BIStarterMappingTemplateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet">
            <summary>
            Creates a transformer. Amazon Web Services B2B Data Interchange currently supports
            two scenarios:
             
             <ul><li><para><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.
            </para></li><li><para><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.
            </para></li></ul><note><para>
            The following fields are provided for backwards compatibility only: <c>fileFormat</c>,
            <c>mappingTemplate</c>, <c>ediType</c>, and <c>sampleDocument</c>.
            </para><ul><li><para>
            Use the <c>mapping</c> data type in place of <c>mappingTemplate</c> and <c>fileFormat</c></para></li><li><para>
            Use the <c>sampleDocuments</c> data type in place of <c>sampleDocument</c></para></li><li><para>
            Use either the <c>inputConversion</c> or <c>outputConversion</c> in place of <c>ediType</c></para></li></ul></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.SampleDocuments_BucketName">
            <summary>
            <para>
            <para>Contains the Amazon S3 bucket that is used to hold your sample documents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.InputConversion_FromFormat">
            <summary>
            <para>
            <para>The format for the transformer input: currently on <c>X12</c> is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.SampleDocuments_Key">
            <summary>
            <para>
            <para>Contains an array of the Amazon S3 keys used to identify the location for your sample
            documents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Name">
            <summary>
            <para>
            <para>Specifies the name of the transformer, used to identify it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Tag">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Mapping_Template">
            <summary>
            <para>
            <para>A string that represents the mapping template, in the transformation language specified
            in <c>templateLanguage</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Mapping_TemplateLanguage">
            <summary>
            <para>
            <para>The transformation language for the template, either XSLT or JSONATA.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.OutputConversion_ToFormat">
            <summary>
            <para>
            <para>The format for the output from an outbound transformer: only X12 is currently supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.X12Details_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.InputConversion_FormatOptions_X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.OutputConversion_FormatOptions_X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.InputConversion_FormatOptions_X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.OutputConversion_FormatOptions_X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.ClientToken">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.FileFormat">
            <summary>
            <para>
            <para>Specifies that the currently supported file formats for EDI transformations are <c>JSON</c>
            and <c>XML</c>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.MappingTemplate">
            <summary>
            <para>
            <para>Specifies the mapping template for the transformer. This template is used to map the
            parsed EDI file using JSONata or XSLT.</para><note><para>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.</para></note>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.SampleDocument">
            <summary>
            <para>
            <para>Specifies a sample EDI document that is used by a transformer as a guide for processing
            the EDI data.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.CreateTransformerResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.CreateTransformerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BICapabilityCmdlet">
            <summary>
            Deletes the specified capability. A trading capability contains the information required
            to transform incoming EDI documents into JSON or XML outputs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BICapabilityCmdlet.CapabilityId">
            <summary>
            <para>
            <para>Specifies a system-assigned unique identifier for the capability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BICapabilityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.DeleteCapabilityResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BICapabilityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CapabilityId parameter.
            The -PassThru parameter is deprecated, use -Select '^CapabilityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BICapabilityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIPartnershipCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIPartnershipCmdlet.PartnershipId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for a partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIPartnershipCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.DeletePartnershipResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIPartnershipCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnershipId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnershipId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIPartnershipCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIProfileCmdlet">
            <summary>
            Deletes the specified profile. A profile is the mechanism used to create the concept
            of a private network.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.DeleteProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>Specifies an Amazon Resource Name (ARN) for a specific Amazon Web Services resource,
            such as a capability, partnership, profile, or transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BIResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BITransformerCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BITransformerCmdlet.TransformerId">
            <summary>
            <para>
            <para>Specifies the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BITransformerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.DeleteTransformerResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BITransformerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformerId parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.RemoveB2BITransformerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet">
            <summary>
            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.
             
              
            <para>
            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 <c>StartTransformerJob</c> API to process your files.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.InputFile_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.OutputLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.InputFile_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.OutputLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.TransformerId">
            <summary>
            <para>
            <para>Specifies the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.ClientToken">
            <summary>
            <para>
            <para>Reserved for future use.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TransformerJobId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.StartTransformerJobResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.StartTransformerJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformerId parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.StartB2BITransformerJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.FileLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.InputFile_FileContent">
            <summary>
            <para>
            <para>Specify the input contents, as a string, for the source of an outbound transformation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.Source_FileFormat">
            <summary>
            <para>
            <para>The format for the input file: either JSON or XML.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.Target_FileFormat">
            <summary>
            <para>
            <para>Currently, only X12 format is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.FileLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIConversionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.TestConversionResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.TestConversionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIMappingCmdlet">
            <summary>
            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 <c>inputFileContent</c> parameter.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIMappingCmdlet.FileFormat">
            <summary>
            <para>
            <para>Specifies that the currently supported file formats for EDI transformations are <c>JSON</c>
            and <c>XML</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIMappingCmdlet.InputFileContent">
            <summary>
            <para>
            <para>Specify the contents of the EDI (electronic data interchange) XML or JSON file that
            is used as input for the transform.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIMappingCmdlet.MappingTemplate">
            <summary>
            <para>
            <para>Specifies the mapping template for the transformer. This template is used to map the
            parsed EDI file using JSONata or XSLT.</para><note><para>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.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIMappingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MappedFileContent'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.TestMappingResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.TestMappingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet">
            <summary>
            Parses the input EDI (electronic data interchange) file. The input file has a file
            size limit of 250 KB.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.InputFile_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.FileFormat">
            <summary>
            <para>
            <para>Specifies that the currently supported file formats for EDI transformations are <c>JSON</c>
            and <c>XML</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.InputFile_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.X12Details_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ParsedFileContent'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.TestParsingResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.TestParsingResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.TestB2BIParsingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FileFormat parameter.
            The -PassThru parameter is deprecated, use -Select '^FileFormat' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.InputLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.OutputLocation_BucketName">
            <summary>
            <para>
            <para>Specifies the name of the Amazon S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.Edi_CapabilityDirection">
            <summary>
            <para>
            <para>Specifies whether this is capability is for inbound or outbound transformations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.CapabilityId">
            <summary>
            <para>
            <para>Specifies a system-assigned unique identifier for the capability.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.InstructionsDocument">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.InputLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.OutputLocation_Key">
            <summary>
            <para>
            <para>Specifies the Amazon S3 key for the file location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.Name">
            <summary>
            <para>
            <para>Specifies a new name for the capability, to replace the existing name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.X12Details_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.Edi_TransformerId">
            <summary>
            <para>
            <para>Returns the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.UpdateCapabilityResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.UpdateCapabilityResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CapabilityId parameter.
            The -PassThru parameter is deprecated, use -Select '^CapabilityId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BICapabilityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_AcknowledgmentRequestedCode">
            <summary>
            <para>
            <para>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.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.FunctionalGroupHeaders_ApplicationReceiverCode">
            <summary>
            <para>
            <para>A value representing the code used to identify the party receiving a message, at position
            GS-03.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.FunctionalGroupHeaders_ApplicationSenderCode">
            <summary>
            <para>
            <para>A value representing the code used to identify the party transmitting a message, at
            position GS-02.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Capability">
            <summary>
            <para>
            <para>List of the capabilities associated with this partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Delimiters_ComponentSeparator">
            <summary>
            <para>
            <para>The component, or sub-element, separator. The default value is <c>:</c> (colon).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Delimiters_DataElementSeparator">
            <summary>
            <para>
            <para>The data element separator. The default value is <c>*</c> (asterisk).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Name">
            <summary>
            <para>
            <para>The name of the partnership, used to identify it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.PartnershipId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for a partnership.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_ReceiverId">
            <summary>
            <para>
            <para>Located at position ISA-08 in the header. This value (along with the <c>receiverIdQualifier</c>)
            identifies the intended recipient of the interchange. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_ReceiverIdQualifier">
            <summary>
            <para>
            <para>Located at position ISA-07 in the header. Qualifier for the receiver ID. Together,
            the ID and qualifier uniquely identify the receiving trading partner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_RepetitionSeparator">
            <summary>
            <para>
            <para>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.</para><note><para>This parameter is only honored for version greater than 401 (<c>VERSION_4010</c> and
            higher).</para><para>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 <c>U</c>.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.FunctionalGroupHeaders_ResponsibleAgencyCode">
            <summary>
            <para>
            <para>A code that identifies the issuer of the standard, at position GS-07.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Delimiters_SegmentTerminator">
            <summary>
            <para>
            <para>The segment terminator. The default value is <c>~</c> (tilde).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_SenderId">
            <summary>
            <para>
            <para>Located at position ISA-06 in the header. This value (along with the <c>senderIdQualifier</c>)
            identifies the sender of the interchange. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_SenderIdQualifier">
            <summary>
            <para>
            <para>Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the
            ID and qualifier uniquely identify the sending trading partner.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.InterchangeControlHeaders_UsageIndicatorCode">
            <summary>
            <para>
            <para>Located at position ISA-15 in the header. Specifies how this interchange is being
            used:</para><ul><li><para><c>T</c> indicates this interchange is for testing.</para></li><li><para><c>P</c> indicates this interchange is for production.</para></li><li><para><c>I</c> indicates this interchange is informational.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Common_ValidateEdi">
            <summary>
            <para>
            <para>Specifies whether or not to validate the EDI for this X12 object: <c>TRUE</c> or <c>FALSE</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.UpdatePartnershipResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.UpdatePartnershipResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnershipId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnershipId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIPartnershipCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet">
            <summary>
            Updates the specified parameters for a profile. A profile is the mechanism used to
            create the concept of a private network.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.BusinessName">
            <summary>
            <para>
            <para>Specifies the name for the business associated with this profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.Email">
            <summary>
            <para>
            <para>Specifies the email address associated with this customer profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the profile, used to identify it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.Phone">
            <summary>
            <para>
            <para>Specifies the phone number associated with the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para>Specifies the unique, system-generated identifier for the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.UpdateProfileResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.UpdateProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BIProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.SampleDocuments_BucketName">
            <summary>
            <para>
            <para>Contains the Amazon S3 bucket that is used to hold your sample documents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.InputConversion_FromFormat">
            <summary>
            <para>
            <para>The format for the transformer input: currently on <c>X12</c> is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.SampleDocuments_Key">
            <summary>
            <para>
            <para>Contains an array of the Amazon S3 keys used to identify the location for your sample
            documents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Name">
            <summary>
            <para>
            <para>Specify a new name for the transformer, if you want to update it.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Status">
            <summary>
            <para>
            <para>Specifies the transformer's status. You can update the state of the transformer, from
            <c>active</c> to <c>inactive</c>, or <c>inactive</c> to <c>active</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Mapping_Template">
            <summary>
            <para>
            <para>A string that represents the mapping template, in the transformation language specified
            in <c>templateLanguage</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Mapping_TemplateLanguage">
            <summary>
            <para>
            <para>The transformation language for the template, either XSLT or JSONATA.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.OutputConversion_ToFormat">
            <summary>
            <para>
            <para>The format for the output from an outbound transformer: only X12 is currently supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.X12Details_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.InputConversion_FormatOptions_X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.OutputConversion_FormatOptions_X12_TransactionSet">
            <summary>
            <para>
            <para>Returns an enumerated type where each value identifies an X12 transaction set. Transaction
            sets are maintained by the X12 Accredited Standards Committee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.TransformerId">
            <summary>
            <para>
            <para>Specifies the system-assigned unique identifier for the transformer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.InputConversion_FormatOptions_X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.OutputConversion_FormatOptions_X12_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.FileFormat">
            <summary>
            <para>
            <para>Specifies that the currently supported file formats for EDI transformations are <c>JSON</c>
            and <c>XML</c>.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.MappingTemplate">
            <summary>
            <para>
            <para>Specifies the mapping template for the transformer. This template is used to map the
            parsed EDI file using JSONata or XSLT.</para><note><para>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.</para></note>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.SampleDocument">
            <summary>
            <para>
            <para>Specifies a sample EDI document that is used by a transformer as a guide for processing
            the EDI data.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.B2bi.Model.UpdateTransformerResponse).
            Specifying the name of a property of type Amazon.B2bi.Model.UpdateTransformerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TransformerId parameter.
            The -PassThru parameter is deprecated, use -Select '^TransformerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>