servicequotas_request_service_quota_increase: Submits a quota increase request for the specified quota

View source: R/servicequotas_operations.R

servicequotas_request_service_quota_increaseR Documentation

Submits a quota increase request for the specified quota

Description

Submits a quota increase request for the specified quota.

See https://www.paws-r-sdk.com/docs/servicequotas_request_service_quota_increase/ for full documentation.

Usage

servicequotas_request_service_quota_increase(
  ServiceCode,
  QuotaCode,
  DesiredValue,
  ContextId = NULL
)

Arguments

ServiceCode

[required] Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the list_services operation.

QuotaCode

[required] Specifies the quota identifier. To find the quota code for a specific quota, use the list_service_quotas operation, and look for the QuotaCode response in the output for the quota you want.

DesiredValue

[required] Specifies the new, increased value for the quota.

ContextId

Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.