AWS.Tools.ServiceQuotas.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ServiceQuotas</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SQ.AddSQResourceTagCmdlet">
            <summary>
            Adds tags to the specified applied quota. You can include one or more tags to add
            to the quota.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.AddSQResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the applied quota. You can get this information
            by using the Service Quotas console, or by listing the quotas using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a>
            AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a>
            AWS API operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.AddSQResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags that you want to add to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.AddSQResourceTagCmdlet.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.ServiceQuotas.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.AddSQResourceTagCmdlet.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.SQ.AddSQResourceTagCmdlet.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.SQ.GetSQAssociationForServiceQuotaTemplateCmdlet">
            <summary>
            Retrieves the status of the association for the quota request template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAssociationForServiceQuotaTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceQuotaTemplateAssociationStatus'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.GetAssociationForServiceQuotaTemplateResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.GetAssociationForServiceQuotaTemplateResponse 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.SQ.GetSQAWSDefaultServiceQuotaCmdlet">
            <summary>
            Retrieves the default value for the specified quota. The default value does not reflect
            any quota increases.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Quota'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.GetAWSDefaultServiceQuotaResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.GetAWSDefaultServiceQuotaResponse 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.SQ.GetSQAWSDefaultServiceQuotaCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaListCmdlet">
            <summary>
            Lists the default values for the quotas for the specified AWS service. A default value
            does not reflect any quota increases.<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.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Quotas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListAWSDefaultServiceQuotasResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListAWSDefaultServiceQuotasResponse 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.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceCode parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQAWSDefaultServiceQuotaListCmdlet.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.SQ.GetSQRequestedServiceQuotaChangeCmdlet">
            <summary>
            Retrieves information about the specified quota increase request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeCmdlet.RequestId">
            <summary>
            <para>
            <para>The ID of the quota increase request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestedQuota'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.GetRequestedServiceQuotaChangeResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.GetRequestedServiceQuotaChangeResponse 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.SQ.GetSQRequestedServiceQuotaChangeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RequestId parameter.
            The -PassThru parameter is deprecated, use -Select '^RequestId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet">
            <summary>
            Retrieves the quota increase requests for the specified quota.<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.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.Status">
            <summary>
            <para>
            <para>The status value of the quota increase request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestedQuotas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListRequestedServiceQuotaChangeHistoryByQuotaResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListRequestedServiceQuotaChangeHistoryByQuotaResponse 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.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryByQuotaListCmdlet.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.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet">
            <summary>
            Retrieves the quota increase requests for the specified service.<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.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the quota increase request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestedQuotas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListRequestedServiceQuotaChangeHistoryResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListRequestedServiceQuotaChangeHistoryResponse 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.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceCode parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQRequestedServiceQuotaChangeHistoryListCmdlet.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.SQ.GetSQResourceTagCmdlet">
            <summary>
            Returns a list of the tags assigned to the specified applied quota.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the applied quota for which you want to list tags.
            You can get this information by using the Service Quotas console, or by listing the
            quotas using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a>
            AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a>
            AWS API operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQResourceTagCmdlet.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.ServiceQuotas.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.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.SQ.GetSQResourceTagCmdlet.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.SQ.GetSQServiceListCmdlet">
            <summary>
            Lists the names and codes for the services integrated with Service Quotas.<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.SQ.GetSQServiceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQServiceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Services'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListServicesResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListServicesResponse 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.SQ.GetSQServiceListCmdlet.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.SQ.GetSQServiceQuotaCmdlet">
            <summary>
            Retrieves the applied quota value for the specified quota. For some quotas, only the
            default values are available. If the applied quota value is not available for a quota,
            the quota is not retrieved.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Quota'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.GetServiceQuotaResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.GetServiceQuotaResponse 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.SQ.GetSQServiceQuotaCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet">
            <summary>
            Retrieves information about the specified quota increase request in your quota request
            template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The AWS Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceQuotaIncreaseRequestInTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.GetServiceQuotaIncreaseRequestFromTemplateResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.GetServiceQuotaIncreaseRequestFromTemplateResponse 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.SQ.GetSQServiceQuotaIncreaseRequestFromTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet">
            <summary>
            Lists the quota increase requests in the specified quota request template.<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.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The AWS Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceQuotaIncreaseRequestInTemplateList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListServiceQuotaIncreaseRequestsInTemplateResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListServiceQuotaIncreaseRequestsInTemplateResponse 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.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceCode parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaIncreaseRequestsInTemplateListCmdlet.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.SQ.GetSQServiceQuotaListCmdlet">
            <summary>
            Lists the applied quota values for the specified AWS service. For some quotas, only
            the default values are available. If the applied quota value is not available for
            a quota, the quota is not retrieved.<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.SQ.GetSQServiceQuotaListCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, if any, make another call with the token returned from this call.</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.SQ.GetSQServiceQuotaListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results.</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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Quotas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.ListServiceQuotasResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.ListServiceQuotasResponse 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.SQ.GetSQServiceQuotaListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceCode parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.GetSQServiceQuotaListCmdlet.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.SQ.RegisterSQServiceQuotaTemplateCmdlet">
            <summary>
            Associates your quota request template with your organization. When a new account
            is created in your organization, the quota increase requests in the template are automatically
            applied to the account. You can add a quota increase request for any adjustable quota
            to your template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RegisterSQServiceQuotaTemplateCmdlet.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.ServiceQuotas.Model.AssociateServiceQuotaTemplateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RegisterSQServiceQuotaTemplateCmdlet.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.SQ.RemoveSQResourceTagCmdlet">
            <summary>
            Removes tags from the specified applied quota. You can specify one or more tags to
            remove.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can
            get this information by using the Service Quotas console, or by listing the quotas
            using the <a href="https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html">list-service-quotas</a>
            AWS CLI command or the <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html">ListServiceQuotas</a>
            AWS API operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The keys of the tags that you want to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQResourceTagCmdlet.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.ServiceQuotas.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQResourceTagCmdlet.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.SQ.RemoveSQResourceTagCmdlet.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.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet">
            <summary>
            Deletes the quota increase request for the specified quota from your quota request
            template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The AWS Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.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.ServiceQuotas.Model.DeleteServiceQuotaIncreaseRequestFromTemplateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RemoveSQServiceQuotaIncreaseRequestFromTemplateCmdlet.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.SQ.RequestSQServiceQuotaIncreaseCmdlet">
            <summary>
            Submits a quota increase request for the specified quota.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RequestSQServiceQuotaIncreaseCmdlet.DesiredValue">
            <summary>
            <para>
            <para>The new, increased value for the quota.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RequestSQServiceQuotaIncreaseCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RequestSQServiceQuotaIncreaseCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RequestSQServiceQuotaIncreaseCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RequestedQuota'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.RequestServiceQuotaIncreaseResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.RequestServiceQuotaIncreaseResponse 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.SQ.RequestSQServiceQuotaIncreaseCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.RequestSQServiceQuotaIncreaseCmdlet.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.SQ.UnregisterSQServiceQuotaTemplateCmdlet">
            <summary>
            Disables your quota request template. After a template is disabled, the quota increase
            requests in the template are not applied to new accounts in your organization. Disabling
            a quota request template does not apply its quota increase requests.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.UnregisterSQServiceQuotaTemplateCmdlet.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.ServiceQuotas.Model.DisassociateServiceQuotaTemplateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.UnregisterSQServiceQuotaTemplateCmdlet.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.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet">
            <summary>
            Adds a quota increase request to your quota request template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.AwsRegion">
            <summary>
            <para>
            <para>The AWS Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.DesiredValue">
            <summary>
            <para>
            <para>The new, increased value for the quota.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.QuotaCode">
            <summary>
            <para>
            <para>The quota identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.ServiceCode">
            <summary>
            <para>
            <para>The service identifier.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceQuotaIncreaseRequestInTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ServiceQuotas.Model.PutServiceQuotaIncreaseRequestIntoTemplateResponse).
            Specifying the name of a property of type Amazon.ServiceQuotas.Model.PutServiceQuotaIncreaseRequestIntoTemplateResponse 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.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the QuotaCode parameter.
            The -PassThru parameter is deprecated, use -Select '^QuotaCode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SQ.WriteSQServiceQuotaIncreaseRequestIntoTemplateCmdlet.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>