The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ServiceQuotas - Perl Interface to AWS Service Quotas

SYNOPSIS

  use Paws;

  my $obj = Paws->service('ServiceQuotas');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

Service Quotas is a web service that you can use to manage many of your AWS service quotas. Quotas, also referred to as limits, are the maximum values for a resource, item, or operation. This guide provide descriptions of the Service Quotas actions that you can call from an API. For the Service Quotas user guide, which explains how to use Service Quotas from the console, see What is Service Quotas (https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html).

AWS provides SDKs that consist of libraries and sample code for programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc...,). The SDKs provide a convenient way to create programmatic access to Service Quotas and AWS. For information about the AWS SDKs, including how to download and install them, see the Tools for Amazon Web Services (https://docs.aws.amazon.com/aws.amazon.com/tools) page.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/servicequotas-2019-06-24

METHODS

AssociateServiceQuotaTemplate

Each argument is described in detail in: Paws::ServiceQuotas::AssociateServiceQuotaTemplate

Returns: a Paws::ServiceQuotas::AssociateServiceQuotaTemplateResponse instance

Associates the Service Quotas template with your organization so that when new accounts are created in your organization, the template submits increase requests for the specified service quotas. Use the Service Quotas template to request an increase for any adjustable quota value. After you define the Service Quotas template, use this operation to associate, or enable, the template.

DeleteServiceQuotaIncreaseRequestFromTemplate

AwsRegion => Str
QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::DeleteServiceQuotaIncreaseRequestFromTemplate

Returns: a Paws::ServiceQuotas::DeleteServiceQuotaIncreaseRequestFromTemplateResponse instance

Removes a service quota increase request from the Service Quotas template.

DisassociateServiceQuotaTemplate

Each argument is described in detail in: Paws::ServiceQuotas::DisassociateServiceQuotaTemplate

Returns: a Paws::ServiceQuotas::DisassociateServiceQuotaTemplateResponse instance

Disables the Service Quotas template. Once the template is disabled, it does not request quota increases for new accounts in your organization. Disabling the quota template does not apply the quota increase requests from the template.

Related operations

  • To enable the quota template, call AssociateServiceQuotaTemplate.

  • To delete a specific service quota from the template, use DeleteServiceQuotaIncreaseRequestFromTemplate.

GetAssociationForServiceQuotaTemplate

Each argument is described in detail in: Paws::ServiceQuotas::GetAssociationForServiceQuotaTemplate

Returns: a Paws::ServiceQuotas::GetAssociationForServiceQuotaTemplateResponse instance

Retrieves the ServiceQuotaTemplateAssociationStatus value from the service. Use this action to determine if the Service Quota template is associated, or enabled.

GetAWSDefaultServiceQuota

QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::GetAWSDefaultServiceQuota

Returns: a Paws::ServiceQuotas::GetAWSDefaultServiceQuotaResponse instance

Retrieves the default service quotas values. The Value returned for each quota is the AWS default value, even if the quotas have been increased..

GetRequestedServiceQuotaChange

RequestId => Str

Each argument is described in detail in: Paws::ServiceQuotas::GetRequestedServiceQuotaChange

Returns: a Paws::ServiceQuotas::GetRequestedServiceQuotaChangeResponse instance

Retrieves the details for a particular increase request.

GetServiceQuota

QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::GetServiceQuota

Returns: a Paws::ServiceQuotas::GetServiceQuotaResponse instance

Returns the details for the specified service quota. This operation provides a different Value than the GetAWSDefaultServiceQuota operation. This operation returns the applied value for each quota. GetAWSDefaultServiceQuota returns the default AWS value for each quota.

GetServiceQuotaIncreaseRequestFromTemplate

AwsRegion => Str
QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::GetServiceQuotaIncreaseRequestFromTemplate

Returns: a Paws::ServiceQuotas::GetServiceQuotaIncreaseRequestFromTemplateResponse instance

Returns the details of the service quota increase request in your template.

ListAWSDefaultServiceQuotas

ServiceCode => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListAWSDefaultServiceQuotas

Returns: a Paws::ServiceQuotas::ListAWSDefaultServiceQuotasResponse instance

Lists all default service quotas for the specified AWS service or all AWS services. ListAWSDefaultServiceQuotas is similar to ListServiceQuotas except for the Value object. The Value object returned by ListAWSDefaultServiceQuotas is the default value assigned by AWS. This request returns a list of all service quotas for the specified service. The listing of each you'll see the default values are the values that AWS provides for the quotas.

Always check the NextToken response parameter when calling any of the List* operations. These operations can return an unexpected list of results, even when there are more results available. When this happens, the NextToken response parameter contains a value to pass the next call to the same API to request the next part of the list.

ListRequestedServiceQuotaChangeHistory

[MaxResults => Int]
[NextToken => Str]
[ServiceCode => Str]
[Status => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistory

Returns: a Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistoryResponse instance

Requests a list of the changes to quotas for a service.

ListRequestedServiceQuotaChangeHistoryByQuota

QuotaCode => Str
ServiceCode => Str
[MaxResults => Int]
[NextToken => Str]
[Status => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistoryByQuota

Returns: a Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistoryByQuotaResponse instance

Requests a list of the changes to specific service quotas. This command provides additional granularity over the ListRequestedServiceQuotaChangeHistory command. Once a quota change request has reached CASE_CLOSED, APPROVED, or DENIED, the history has been kept for 90 days.

ListServiceQuotaIncreaseRequestsInTemplate

[AwsRegion => Str]
[MaxResults => Int]
[NextToken => Str]
[ServiceCode => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListServiceQuotaIncreaseRequestsInTemplate

Returns: a Paws::ServiceQuotas::ListServiceQuotaIncreaseRequestsInTemplateResponse instance

Returns a list of the quota increase requests in the template.

ListServiceQuotas

ServiceCode => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListServiceQuotas

Returns: a Paws::ServiceQuotas::ListServiceQuotasResponse instance

Lists all service quotas for the specified AWS service. This request returns a list of the service quotas for the specified service. you'll see the default values are the values that AWS provides for the quotas.

Always check the NextToken response parameter when calling any of the List* operations. These operations can return an unexpected list of results, even when there are more results available. When this happens, the NextToken response parameter contains a value to pass the next call to the same API to request the next part of the list.

ListServices

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::ServiceQuotas::ListServices

Returns: a Paws::ServiceQuotas::ListServicesResponse instance

Lists the AWS services available in Service Quotas. Not all AWS services are available in Service Quotas. To list the see the list of the service quotas for a specific service, use ListServiceQuotas.

PutServiceQuotaIncreaseRequestIntoTemplate

AwsRegion => Str
DesiredValue => Num
QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::PutServiceQuotaIncreaseRequestIntoTemplate

Returns: a Paws::ServiceQuotas::PutServiceQuotaIncreaseRequestIntoTemplateResponse instance

Defines and adds a quota to the service quota template. To add a quota to the template, you must provide the ServiceCode, QuotaCode, AwsRegion, and DesiredValue. Once you add a quota to the template, use ListServiceQuotaIncreaseRequestsInTemplate to see the list of quotas in the template.

RequestServiceQuotaIncrease

DesiredValue => Num
QuotaCode => Str
ServiceCode => Str

Each argument is described in detail in: Paws::ServiceQuotas::RequestServiceQuotaIncrease

Returns: a Paws::ServiceQuotas::RequestServiceQuotaIncreaseResponse instance

Retrieves the details of a service quota increase request. The response to this command provides the details in the RequestedServiceQuotaChange object.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

ListAllAWSDefaultServiceQuotas(sub { },ServiceCode => Str, [MaxResults => Int, NextToken => Str])

ListAllAWSDefaultServiceQuotas(ServiceCode => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Quotas, passing the object as the first parameter, and the string 'Quotas' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListAWSDefaultServiceQuotasResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllRequestedServiceQuotaChangeHistory(sub { },[MaxResults => Int, NextToken => Str, ServiceCode => Str, Status => Str])

ListAllRequestedServiceQuotaChangeHistory([MaxResults => Int, NextToken => Str, ServiceCode => Str, Status => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - RequestedQuotas, passing the object as the first parameter, and the string 'RequestedQuotas' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistoryResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllRequestedServiceQuotaChangeHistoryByQuota(sub { },QuotaCode => Str, ServiceCode => Str, [MaxResults => Int, NextToken => Str, Status => Str])

ListAllRequestedServiceQuotaChangeHistoryByQuota(QuotaCode => Str, ServiceCode => Str, [MaxResults => Int, NextToken => Str, Status => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - RequestedQuotas, passing the object as the first parameter, and the string 'RequestedQuotas' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListRequestedServiceQuotaChangeHistoryByQuotaResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllServiceQuotaIncreaseRequestsInTemplate(sub { },[AwsRegion => Str, MaxResults => Int, NextToken => Str, ServiceCode => Str])

ListAllServiceQuotaIncreaseRequestsInTemplate([AwsRegion => Str, MaxResults => Int, NextToken => Str, ServiceCode => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ServiceQuotaIncreaseRequestInTemplateList, passing the object as the first parameter, and the string 'ServiceQuotaIncreaseRequestInTemplateList' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListServiceQuotaIncreaseRequestsInTemplateResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllServiceQuotas(sub { },ServiceCode => Str, [MaxResults => Int, NextToken => Str])

ListAllServiceQuotas(ServiceCode => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Quotas, passing the object as the first parameter, and the string 'Quotas' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListServiceQuotasResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllServices(sub { },[MaxResults => Int, NextToken => Str])

ListAllServices([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Services, passing the object as the first parameter, and the string 'Services' as the second parameter 

If not, it will return a a Paws::ServiceQuotas::ListServicesResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues