AWS.Tools.FreeTier.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.FreeTier</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.FT.GetFTFreeTierUsageCmdlet">
            <summary>
            Returns a list of all Free Tier usage objects that match your filters.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FT.GetFTFreeTierUsageCmdlet.Filter">
            <summary>
            <para>
            <para>An expression that specifies the conditions that you want each <c>FreeTierUsage</c>
            object to meet.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FT.GetFTFreeTierUsageCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in the response. <c>MaxResults</c> means that
            there can be up to the specified number of values, but there might be fewer results
            based on your filters.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.FT.GetFTFreeTierUsageCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results to retrieve.</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.FT.GetFTFreeTierUsageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FreeTierUsages'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FreeTier.Model.GetFreeTierUsageResponse).
            Specifying the name of a property of type Amazon.FreeTier.Model.GetFreeTierUsageResponse 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.FT.GetFTFreeTierUsageCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
    </members>
</doc>