libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Description

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.

Synopsis

Creating a Request

data AssociateServiceQuotaTemplate Source #

See: newAssociateServiceQuotaTemplate smart constructor.

Instances

Instances details
Eq AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Read AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Show AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Generic AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Associated Types

type Rep AssociateServiceQuotaTemplate :: Type -> Type #

NFData AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Hashable AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToJSON AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

AWSRequest AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToHeaders AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToPath AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

ToQuery AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplate = D1 ('MetaData "AssociateServiceQuotaTemplate" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplate'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse AssociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

newAssociateServiceQuotaTemplate :: AssociateServiceQuotaTemplate Source #

Create a value of AssociateServiceQuotaTemplate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data AssociateServiceQuotaTemplateResponse Source #

Constructors

AssociateServiceQuotaTemplateResponse' 

Fields

Instances

Instances details
Eq AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Read AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Show AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

Generic AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

NFData AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate

type Rep AssociateServiceQuotaTemplateResponse = D1 ('MetaData "AssociateServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateServiceQuotaTemplateResponse Source #

Create a value of AssociateServiceQuotaTemplateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateServiceQuotaTemplateResponse', associateServiceQuotaTemplateResponse_httpStatus - The response's http status code.

Response Lenses