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

Description

Retrieves the status of the association for the quota request template.

Synopsis

Creating a Request

data GetAssociationForServiceQuotaTemplate Source #

Instances

Instances details
Eq GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Read GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Show GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Generic GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Hashable GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToJSON GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

AWSRequest GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToHeaders GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToPath GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

ToQuery GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplate Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

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

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

newGetAssociationForServiceQuotaTemplate :: GetAssociationForServiceQuotaTemplate Source #

Create a value of GetAssociationForServiceQuotaTemplate with all optional fields omitted.

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

Destructuring the Response

data GetAssociationForServiceQuotaTemplateResponse Source #

Constructors

GetAssociationForServiceQuotaTemplateResponse' 

Fields

Instances

Instances details
Eq GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Read GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Show GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

Generic GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

NFData GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplateResponse Source # 
Instance details

Defined in Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate

type Rep GetAssociationForServiceQuotaTemplateResponse = D1 ('MetaData "GetAssociationForServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "GetAssociationForServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceQuotaTemplateAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceQuotaTemplateAssociationStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssociationForServiceQuotaTemplateResponse Source #

Create a value of GetAssociationForServiceQuotaTemplateResponse 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:serviceQuotaTemplateAssociationStatus:GetAssociationForServiceQuotaTemplateResponse', getAssociationForServiceQuotaTemplateResponse_serviceQuotaTemplateAssociationStatus - The association status. If the status is ASSOCIATED, the quota increase requests in the template are automatically applied to new accounts in your organization.

$sel:httpStatus:GetAssociationForServiceQuotaTemplateResponse', getAssociationForServiceQuotaTemplateResponse_httpStatus - The response's http status code.

Response Lenses

getAssociationForServiceQuotaTemplateResponse_serviceQuotaTemplateAssociationStatus :: Lens' GetAssociationForServiceQuotaTemplateResponse (Maybe ServiceQuotaTemplateAssociationStatus) Source #

The association status. If the status is ASSOCIATED, the quota increase requests in the template are automatically applied to new accounts in your organization.