GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ServiceQuotas(3) User Contributed Perl Documentation Paws::ServiceQuotas(3)

Paws::ServiceQuotas - Perl Interface to AWS Service Quotas

  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' } ],
  );

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>

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.

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.

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.

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.

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.

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

Returns: a Paws::ServiceQuotas::GetRequestedServiceQuotaChangeResponse instance

Retrieves information about the specified quota increase request.

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.

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.

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

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

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

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

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

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

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.

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.

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.

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.

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.

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

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.