The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow. Quotas, also referred to as limits, are the maximum number of resources that you can create in your AWS account. For more information, see the Service Quotas User Guide (https://docs.aws.amazon.com/servicequotas/latest/userguide/).

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 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.

DeleteServiceQuotaIncreaseRequestFromTemplate

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

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

Returns: a Paws::ServiceQuotas::DeleteServiceQuotaIncreaseRequestFromTemplateResponse instance

Deletes the quota increase request for the specified quota from your quota request template.

DisassociateServiceQuotaTemplate

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

Returns: a Paws::ServiceQuotas::DisassociateServiceQuotaTemplateResponse instance

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.

GetAssociationForServiceQuotaTemplate

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

Returns: a Paws::ServiceQuotas::GetAssociationForServiceQuotaTemplateResponse instance

Retrieves the status of the association for the quota request template.

GetAWSDefaultServiceQuota

QuotaCode => Str
ServiceCode => Str

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

Returns: a Paws::ServiceQuotas::GetAWSDefaultServiceQuotaResponse instance

Retrieves the default value for the specified quota. The default value does not reflect any quota increases.

GetRequestedServiceQuotaChange

RequestId => Str

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

Returns: a Paws::ServiceQuotas::GetRequestedServiceQuotaChangeResponse instance

Retrieves information about the specified quota increase request.

GetServiceQuota

QuotaCode => Str
ServiceCode => Str

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

Returns: a Paws::ServiceQuotas::GetServiceQuotaResponse instance

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.

GetServiceQuotaIncreaseRequestFromTemplate

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

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

Returns: a Paws::ServiceQuotas::GetServiceQuotaIncreaseRequestFromTemplateResponse instance

Retrieves information about the specified quota increase request in your quota request 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 the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.

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

Retrieves the quota increase requests for the specified 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

Retrieves the quota increase requests for the specified quota.

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

Lists the quota increase requests in the specified quota request 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 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.

ListServices

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

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

Returns: a Paws::ServiceQuotas::ListServicesResponse instance

Lists the names and codes for the services integrated with Service Quotas.

ListTagsForResource

ResourceARN => Str

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

Returns: a Paws::ServiceQuotas::ListTagsForResourceResponse instance

Returns a list of the tags assigned to the specified applied quota.

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

Adds a quota increase request to your quota request template.

RequestServiceQuotaIncrease

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

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

Returns: a Paws::ServiceQuotas::RequestServiceQuotaIncreaseResponse instance

Submits a quota increase request for the specified quota.

TagResource

ResourceARN => Str
Tags => ArrayRef[Paws::ServiceQuotas::Tag]

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

Returns: a Paws::ServiceQuotas::TagResourceResponse instance

Adds tags to the specified applied quota. You can include one or more tags to add to the quota.

UntagResource

ResourceARN => Str
TagKeys => ArrayRef[Str|Undef]

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

Returns: a Paws::ServiceQuotas::UntagResourceResponse instance

Removes tags from the specified applied quota. You can specify one or more tags to remove.

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