ServiceQuotas class

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.

Constructors

ServiceQuotas({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

associateServiceQuotaTemplate() Future<void>
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.
close() → void
Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
deleteServiceQuotaIncreaseRequestFromTemplate({required String awsRegion, required String quotaCode, required String serviceCode}) Future<void>
Deletes the quota increase request for the specified quota from your quota request template.
disassociateServiceQuotaTemplate() Future<void>
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() Future<GetAssociationForServiceQuotaTemplateResponse>
Retrieves the status of the association for the quota request template.
getAWSDefaultServiceQuota({required String quotaCode, required String serviceCode}) Future<GetAWSDefaultServiceQuotaResponse>
Retrieves the default value for the specified quota. The default value does not reflect any quota increases.
getRequestedServiceQuotaChange({required String requestId}) Future<GetRequestedServiceQuotaChangeResponse>
Retrieves information about the specified quota increase request.
getServiceQuota({required String quotaCode, required String serviceCode}) Future<GetServiceQuotaResponse>
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({required String awsRegion, required String quotaCode, required String serviceCode}) Future<GetServiceQuotaIncreaseRequestFromTemplateResponse>
Retrieves information about the specified quota increase request in your quota request template.
listAWSDefaultServiceQuotas({required String serviceCode, int? maxResults, String? nextToken}) Future<ListAWSDefaultServiceQuotasResponse>
Lists the default values for the quotas for the specified AWS service. A default value does not reflect any quota increases.
listRequestedServiceQuotaChangeHistory({int? maxResults, String? nextToken, String? serviceCode, RequestStatus? status}) Future<ListRequestedServiceQuotaChangeHistoryResponse>
Retrieves the quota increase requests for the specified service.
listRequestedServiceQuotaChangeHistoryByQuota({required String quotaCode, required String serviceCode, int? maxResults, String? nextToken, RequestStatus? status}) Future<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>
Retrieves the quota increase requests for the specified quota.
listServiceQuotaIncreaseRequestsInTemplate({String? awsRegion, int? maxResults, String? nextToken, String? serviceCode}) Future<ListServiceQuotaIncreaseRequestsInTemplateResponse>
Lists the quota increase requests in the specified quota request template.
listServiceQuotas({required String serviceCode, int? maxResults, String? nextToken}) Future<ListServiceQuotasResponse>
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({int? maxResults, String? nextToken}) Future<ListServicesResponse>
Lists the names and codes for the services integrated with Service Quotas.
listTagsForResource({required String resourceARN}) Future<ListTagsForResourceResponse>
Returns a list of the tags assigned to the specified applied quota.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putServiceQuotaIncreaseRequestIntoTemplate({required String awsRegion, required double desiredValue, required String quotaCode, required String serviceCode}) Future<PutServiceQuotaIncreaseRequestIntoTemplateResponse>
Adds a quota increase request to your quota request template.
requestServiceQuotaIncrease({required double desiredValue, required String quotaCode, required String serviceCode}) Future<RequestServiceQuotaIncreaseResponse>
Submits a quota increase request for the specified quota.
tagResource({required String resourceARN, required List<Tag> tags}) Future<void>
Adds tags to the specified applied quota. You can include one or more tags to add to the quota.
toString() String
A string representation of this object.
inherited
untagResource({required String resourceARN, required List<String> tagKeys}) Future<void>
Removes tags from the specified applied quota. You can specify one or more tags to remove.

Operators

operator ==(Object other) bool
The equality operator.
inherited