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

Description

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.

Synopsis

Creating a Request

data DisassociateServiceQuotaTemplate Source #

See: newDisassociateServiceQuotaTemplate smart constructor.

Instances

Instances details
Eq DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Read DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Show DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Generic DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Associated Types

type Rep DisassociateServiceQuotaTemplate :: Type -> Type #

NFData DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Hashable DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToJSON DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

AWSRequest DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToHeaders DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToPath DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

ToQuery DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

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

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

newDisassociateServiceQuotaTemplate :: DisassociateServiceQuotaTemplate Source #

Create a value of DisassociateServiceQuotaTemplate with all optional fields omitted.

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

Destructuring the Response

data DisassociateServiceQuotaTemplateResponse Source #

Constructors

DisassociateServiceQuotaTemplateResponse' 

Fields

Instances

Instances details
Eq DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Read DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Show DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

Generic DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

NFData DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

type Rep DisassociateServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate

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

newDisassociateServiceQuotaTemplateResponse Source #

Create a value of DisassociateServiceQuotaTemplateResponse 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:DisassociateServiceQuotaTemplateResponse', disassociateServiceQuotaTemplateResponse_httpStatus - The response's http status code.

Response Lenses