[][src]Trait rusoto_service_quotas::ServiceQuotas

pub trait ServiceQuotas {
#[must_use]    pub fn associate_service_quota_template<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<AssociateServiceQuotaTemplateResponse, RusotoError<AssociateServiceQuotaTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_service_quota_increase_request_from_template<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteServiceQuotaIncreaseRequestFromTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<DeleteServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_service_quota_template<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateServiceQuotaTemplateResponse, RusotoError<DisassociateServiceQuotaTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_aws_default_service_quota<'life0, 'async_trait>(
        &'life0 self,
        input: GetAWSDefaultServiceQuotaRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAWSDefaultServiceQuotaResponse, RusotoError<GetAWSDefaultServiceQuotaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_association_for_service_quota_template<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetAssociationForServiceQuotaTemplateResponse, RusotoError<GetAssociationForServiceQuotaTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_requested_service_quota_change<'life0, 'async_trait>(
        &'life0 self,
        input: GetRequestedServiceQuotaChangeRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRequestedServiceQuotaChangeResponse, RusotoError<GetRequestedServiceQuotaChangeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_service_quota<'life0, 'async_trait>(
        &'life0 self,
        input: GetServiceQuotaRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaResponse, RusotoError<GetServiceQuotaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_service_quota_increase_request_from_template<'life0, 'async_trait>(
        &'life0 self,
        input: GetServiceQuotaIncreaseRequestFromTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<GetServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_aws_default_service_quotas<'life0, 'async_trait>(
        &'life0 self,
        input: ListAWSDefaultServiceQuotasRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAWSDefaultServiceQuotasResponse, RusotoError<ListAWSDefaultServiceQuotasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_requested_service_quota_change_history<'life0, 'async_trait>(
        &'life0 self,
        input: ListRequestedServiceQuotaChangeHistoryRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_requested_service_quota_change_history_by_quota<'life0, 'async_trait>(
        &'life0 self,
        input: ListRequestedServiceQuotaChangeHistoryByQuotaRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryByQuotaResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryByQuotaError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_service_quota_increase_requests_in_template<'life0, 'async_trait>(
        &'life0 self,
        input: ListServiceQuotaIncreaseRequestsInTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotaIncreaseRequestsInTemplateResponse, RusotoError<ListServiceQuotaIncreaseRequestsInTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_service_quotas<'life0, 'async_trait>(
        &'life0 self,
        input: ListServiceQuotasRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotasResponse, RusotoError<ListServiceQuotasError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_services<'life0, 'async_trait>(
        &'life0 self,
        input: ListServicesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListServicesResponse, RusotoError<ListServicesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_service_quota_increase_request_into_template<'life0, 'async_trait>(
        &'life0 self,
        input: PutServiceQuotaIncreaseRequestIntoTemplateRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutServiceQuotaIncreaseRequestIntoTemplateResponse, RusotoError<PutServiceQuotaIncreaseRequestIntoTemplateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn request_service_quota_increase<'life0, 'async_trait>(
        &'life0 self,
        input: RequestServiceQuotaIncreaseRequest
    ) -> Pin<Box<dyn Future<Output = Result<RequestServiceQuotaIncreaseResponse, RusotoError<RequestServiceQuotaIncreaseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Service Quotas API. Service Quotas clients implement this trait.

Required methods

#[must_use]pub fn associate_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<AssociateServiceQuotaTemplateResponse, RusotoError<AssociateServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_service_quota_increase_request_from_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteServiceQuotaIncreaseRequestFromTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<DeleteServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn disassociate_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateServiceQuotaTemplateResponse, RusotoError<DisassociateServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_aws_default_service_quota<'life0, 'async_trait>(
    &'life0 self,
    input: GetAWSDefaultServiceQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<GetAWSDefaultServiceQuotaResponse, RusotoError<GetAWSDefaultServiceQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_association_for_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetAssociationForServiceQuotaTemplateResponse, RusotoError<GetAssociationForServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_requested_service_quota_change<'life0, 'async_trait>(
    &'life0 self,
    input: GetRequestedServiceQuotaChangeRequest
) -> Pin<Box<dyn Future<Output = Result<GetRequestedServiceQuotaChangeResponse, RusotoError<GetRequestedServiceQuotaChangeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the details for a particular increase request.

#[must_use]pub fn get_service_quota<'life0, 'async_trait>(
    &'life0 self,
    input: GetServiceQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaResponse, RusotoError<GetServiceQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn get_service_quota_increase_request_from_template<'life0, 'async_trait>(
    &'life0 self,
    input: GetServiceQuotaIncreaseRequestFromTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<GetServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_aws_default_service_quotas<'life0, 'async_trait>(
    &'life0 self,
    input: ListAWSDefaultServiceQuotasRequest
) -> Pin<Box<dyn Future<Output = Result<ListAWSDefaultServiceQuotasResponse, RusotoError<ListAWSDefaultServiceQuotasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn list_requested_service_quota_change_history<'life0, 'async_trait>(
    &'life0 self,
    input: ListRequestedServiceQuotaChangeHistoryRequest
) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_requested_service_quota_change_history_by_quota<'life0, 'async_trait>(
    &'life0 self,
    input: ListRequestedServiceQuotaChangeHistoryByQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryByQuotaResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryByQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn list_service_quota_increase_requests_in_template<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceQuotaIncreaseRequestsInTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotaIncreaseRequestsInTemplateResponse, RusotoError<ListServiceQuotaIncreaseRequestsInTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn list_service_quotas<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceQuotasRequest
) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotasResponse, RusotoError<ListServiceQuotasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn list_services<'life0, 'async_trait>(
    &'life0 self,
    input: ListServicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListServicesResponse, RusotoError<ListServicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn put_service_quota_increase_request_into_template<'life0, 'async_trait>(
    &'life0 self,
    input: PutServiceQuotaIncreaseRequestIntoTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<PutServiceQuotaIncreaseRequestIntoTemplateResponse, RusotoError<PutServiceQuotaIncreaseRequestIntoTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn request_service_quota_increase<'life0, 'async_trait>(
    &'life0 self,
    input: RequestServiceQuotaIncreaseRequest
) -> Pin<Box<dyn Future<Output = Result<RequestServiceQuotaIncreaseResponse, RusotoError<RequestServiceQuotaIncreaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

Loading content...

Implementors

impl ServiceQuotas for ServiceQuotasClient[src]

pub fn associate_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<AssociateServiceQuotaTemplateResponse, RusotoError<AssociateServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_service_quota_increase_request_from_template<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteServiceQuotaIncreaseRequestFromTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<DeleteServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn disassociate_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateServiceQuotaTemplateResponse, RusotoError<DisassociateServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_aws_default_service_quota<'life0, 'async_trait>(
    &'life0 self,
    input: GetAWSDefaultServiceQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<GetAWSDefaultServiceQuotaResponse, RusotoError<GetAWSDefaultServiceQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_association_for_service_quota_template<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetAssociationForServiceQuotaTemplateResponse, RusotoError<GetAssociationForServiceQuotaTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_requested_service_quota_change<'life0, 'async_trait>(
    &'life0 self,
    input: GetRequestedServiceQuotaChangeRequest
) -> Pin<Box<dyn Future<Output = Result<GetRequestedServiceQuotaChangeResponse, RusotoError<GetRequestedServiceQuotaChangeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the details for a particular increase request.

pub fn get_service_quota<'life0, 'async_trait>(
    &'life0 self,
    input: GetServiceQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaResponse, RusotoError<GetServiceQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn get_service_quota_increase_request_from_template<'life0, 'async_trait>(
    &'life0 self,
    input: GetServiceQuotaIncreaseRequestFromTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<GetServiceQuotaIncreaseRequestFromTemplateResponse, RusotoError<GetServiceQuotaIncreaseRequestFromTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_aws_default_service_quotas<'life0, 'async_trait>(
    &'life0 self,
    input: ListAWSDefaultServiceQuotasRequest
) -> Pin<Box<dyn Future<Output = Result<ListAWSDefaultServiceQuotasResponse, RusotoError<ListAWSDefaultServiceQuotasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_requested_service_quota_change_history<'life0, 'async_trait>(
    &'life0 self,
    input: ListRequestedServiceQuotaChangeHistoryRequest
) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_requested_service_quota_change_history_by_quota<'life0, 'async_trait>(
    &'life0 self,
    input: ListRequestedServiceQuotaChangeHistoryByQuotaRequest
) -> Pin<Box<dyn Future<Output = Result<ListRequestedServiceQuotaChangeHistoryByQuotaResponse, RusotoError<ListRequestedServiceQuotaChangeHistoryByQuotaError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_service_quota_increase_requests_in_template<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceQuotaIncreaseRequestsInTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotaIncreaseRequestsInTemplateResponse, RusotoError<ListServiceQuotaIncreaseRequestsInTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn list_service_quotas<'life0, 'async_trait>(
    &'life0 self,
    input: ListServiceQuotasRequest
) -> Pin<Box<dyn Future<Output = Result<ListServiceQuotasResponse, RusotoError<ListServiceQuotasError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_services<'life0, 'async_trait>(
    &'life0 self,
    input: ListServicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListServicesResponse, RusotoError<ListServicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn put_service_quota_increase_request_into_template<'life0, 'async_trait>(
    &'life0 self,
    input: PutServiceQuotaIncreaseRequestIntoTemplateRequest
) -> Pin<Box<dyn Future<Output = Result<PutServiceQuotaIncreaseRequestIntoTemplateResponse, RusotoError<PutServiceQuotaIncreaseRequestIntoTemplateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn request_service_quota_increase<'life0, 'async_trait>(
    &'life0 self,
    input: RequestServiceQuotaIncreaseRequest
) -> Pin<Box<dyn Future<Output = Result<RequestServiceQuotaIncreaseResponse, RusotoError<RequestServiceQuotaIncreaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

Loading content...