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 <code>NextToken</code> parameter
            is returned in the output. You can then pass the <code>NextToken</code> parameter
            in a subsequent command to continue listing additional resources.</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 <code>NextToken</code> parameter
            is returned in the output. You can then pass the <code>NextToken</code> parameter
            in a subsequent command to continue listing additional resources.</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 <code>NextToken</code> parameter
            is returned in the output. You can then pass the <code>NextToken</code> parameter
            in a subsequent command to continue listing additional resources.</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
            describes how to process the incoming EDI documents and extract the necessary information
            to the output 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 describes how to process the incoming
            EDI documents and extract the necessary information to the output 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 <code>NextToken</code> parameter
            is returned in the output. You can then pass the <code>NextToken</code> parameter
            in a subsequent command to continue listing additional resources.</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.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 <code>edi</code> 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. Supported versions
            are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</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.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.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.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.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.NewB2BITransformerCmdlet">
            <summary>
            Creates a transformer. A transformer describes how to process the incoming EDI documents
            and extract the necessary information to the output file.
            </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 <code>JSON</code>
            and <code>XML</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.NewB2BITransformerCmdlet.MappingTemplate">
            <summary>
            <para>
            <para>Specifies the name of the mapping template for the transformer. This template is used
            to convert the input document into the correct set of objects.</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.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>
            </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.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.X12Details_Version">
            <summary>
            <para>
            <para>Returns the version to use for the specified X12 transaction set. Supported versions
            are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</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.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 describes how to process the incoming
            EDI documents and extract the necessary information to the output 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 B2BI 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 <code>StartTransformerJob</code> 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.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 <code>inputFileContent</code> 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 <code>JSON</code>
            and <code>XML</code>.</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 name of the mapping template for the transformer. This template is used
            to convert the input document into the correct set of objects.</para>
            </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.
            </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 <code>JSON</code>
            and <code>XML</code>.</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. Supported versions
            are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</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.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. Supported versions
            are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</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.Capability">
            <summary>
            <para>
            <para>List of the capabilities associated with this partnership.</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.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 describes how to
            process the incoming EDI documents and extract the necessary information to the output
            file.
            </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 <code>JSON</code>
            and <code>XML</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.B2BI.UpdateB2BITransformerCmdlet.MappingTemplate">
            <summary>
            <para>
            <para>Specifies the name of the mapping template for the transformer. This template is used
            to convert the input document into the correct set of objects.</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.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>
            </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
            <code>active</code> to <code>inactive</code>, or <code>inactive</code> to <code>active</code>.</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.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. Supported versions
            are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</para>
            </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>