AWS.Tools.Invoicing.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Invoicing</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.INV.AddINVResourceTagCmdlet">
            <summary>
            Adds a tag to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.AddINVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.AddINVResourceTagCmdlet.ResourceTag">
            <summary>
            <para>
            <para> Adds a tag to a resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.AddINVResourceTagCmdlet.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.Invoicing.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.AddINVResourceTagCmdlet.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.INV.AddINVResourceTagCmdlet.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.INV.GetINVBatchInvoiceProfileCmdlet">
            <summary>
            This gets the invoice profile associated with a set of accounts. The accounts must
            be linked accounts under the requester management account organization.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVBatchInvoiceProfileCmdlet.AccountId">
            <summary>
            <para>
            <para>Retrieves the corresponding invoice profile data for these account IDs. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVBatchInvoiceProfileCmdlet.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.Invoicing.Model.BatchGetInvoiceProfileResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.BatchGetInvoiceProfileResponse 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.INV.GetINVInvoiceUnitCmdlet">
            <summary>
            This retrieves the invoice unit definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitCmdlet.AsOf">
            <summary>
            <para>
            <para> The state of an invoice unit at a specified time. You can see legacy invoice units
            that are currently deleted if the <c>AsOf</c> time is set to before it was deleted.
            If an <c>AsOf</c> is not provided, the default value is the current time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitCmdlet.InvoiceUnitArn">
            <summary>
            <para>
            <para> The ARN to identify an invoice unit. This information can't be modified or deleted.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitCmdlet.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.Invoicing.Model.GetInvoiceUnitResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.GetInvoiceUnitResponse 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.INV.GetINVInvoiceUnitCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InvoiceUnitArn parameter.
            The -PassThru parameter is deprecated, use -Select '^InvoiceUnitArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet">
            <summary>
            This fetches a list of all invoice unit definitions for a given account, as of the
            provided <c>AsOf</c> date.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.Filters_Account">
            <summary>
            <para>
            <para> You can specify a list of Amazon Web Services account IDs inside filters to return
            invoice units that match only the specified accounts. If multiple accounts are provided,
            the result is an <c>OR</c> condition (match any) of the specified accounts. The specified
            account IDs are matched with either the receiver or the linked accounts in the rules.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.AsOf">
            <summary>
            <para>
            <para> The state of an invoice unit at a specified time. You can see legacy invoice units
            that are currently deleted if the <c>AsOf</c> time is set to before it was deleted.
            If an <c>AsOf</c> is not provided, the default value is the current time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.Filters_InvoiceReceiver">
            <summary>
            <para>
            <para> You can specify a list of Amazon Web Services account IDs inside filters to return
            invoice units that match only the specified accounts. If multiple accounts are provided,
            the result is an <c>OR</c> condition (match any) of the specified accounts. This filter
            only matches the specified accounts on the invoice receivers of the invoice units.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.Filters_Name">
            <summary>
            <para>
            <para> An optional input to the list API. You can specify a list of invoice unit names inside
            filters to return invoice units that match only the specified invoice unit names.
            If multiple names are provided, the result is an <c>OR</c> condition (match any) of
            the specified invoice unit names. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of invoice units that can be returned. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.NextToken">
            <summary>
            <para>
            <para>The next token used to indicate where the returned list should start from. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVInvoiceUnitListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvoiceUnits'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Invoicing.Model.ListInvoiceUnitsResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.ListInvoiceUnitsResponse 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.INV.GetINVInvoiceUnitListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.INV.GetINVResourceTagCmdlet">
            <summary>
            Lists the tags for a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of tags to list. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.GetINVResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceTags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Invoicing.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.Invoicing.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.INV.GetINVResourceTagCmdlet.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.INV.NewINVInvoiceUnitCmdlet">
            <summary>
            This creates a new invoice unit with the provided definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.Description">
            <summary>
            <para>
            <para> The invoice unit's description. This can be changed at a later time. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.InvoiceReceiver">
            <summary>
            <para>
            <para> The Amazon Web Services account ID chosen to be the receiver of an invoice unit.
            All invoices generated for that invoice unit will be sent to this account ID. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.Rule_LinkedAccount">
            <summary>
            <para>
            <para>The list of <c>LINKED_ACCOUNT</c> IDs where charges are included within the invoice
            unit. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.Name">
            <summary>
            <para>
            <para> The unique name of the invoice unit that is shown on the generated invoice. This
            can't be changed once it is set. To change this name, you must delete the invoice
            unit recreate. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.ResourceTag">
            <summary>
            <para>
            <para> The tag structure that contains a tag key and value. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.TaxInheritanceDisabled">
            <summary>
            <para>
            <para>Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.NewINVInvoiceUnitCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvoiceUnitArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Invoicing.Model.CreateInvoiceUnitResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.CreateInvoiceUnitResponse 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.INV.NewINVInvoiceUnitCmdlet.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.INV.RemoveINVInvoiceUnitCmdlet">
            <summary>
            This deletes an invoice unit with the provided invoice unit ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVInvoiceUnitCmdlet.InvoiceUnitArn">
            <summary>
            <para>
            <para> The ARN to identify an invoice unit. This information can't be modified or deleted.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVInvoiceUnitCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvoiceUnitArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Invoicing.Model.DeleteInvoiceUnitResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.DeleteInvoiceUnitResponse 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.INV.RemoveINVInvoiceUnitCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InvoiceUnitArn parameter.
            The -PassThru parameter is deprecated, use -Select '^InvoiceUnitArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVInvoiceUnitCmdlet.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.INV.RemoveINVResourceTagCmdlet">
            <summary>
            Removes a tag from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) to untag. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVResourceTagCmdlet.ResourceTagKey">
            <summary>
            <para>
            <para> Keys for the tags to be removed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVResourceTagCmdlet.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.Invoicing.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.RemoveINVResourceTagCmdlet.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.INV.RemoveINVResourceTagCmdlet.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.INV.UpdateINVInvoiceUnitCmdlet">
            <summary>
            You can update the invoice unit configuration at any time, and Amazon Web Services
            will use the latest configuration at the end of the month.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.Description">
            <summary>
            <para>
            <para>The assigned description for an invoice unit. This information can't be modified or
            deleted. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.InvoiceUnitArn">
            <summary>
            <para>
            <para>The ARN to identify an invoice unit. This information can't be modified or deleted.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.Rule_LinkedAccount">
            <summary>
            <para>
            <para>The list of <c>LINKED_ACCOUNT</c> IDs where charges are included within the invoice
            unit. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.TaxInheritanceDisabled">
            <summary>
            <para>
            <para>Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InvoiceUnitArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Invoicing.Model.UpdateInvoiceUnitResponse).
            Specifying the name of a property of type Amazon.Invoicing.Model.UpdateInvoiceUnitResponse 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.INV.UpdateINVInvoiceUnitCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InvoiceUnitArn parameter.
            The -PassThru parameter is deprecated, use -Select '^InvoiceUnitArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.INV.UpdateINVInvoiceUnitCmdlet.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>