Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves the status of the association for the quota request template.
Synopsis
- data GetAssociationForServiceQuotaTemplate = GetAssociationForServiceQuotaTemplate' {
- newGetAssociationForServiceQuotaTemplate :: GetAssociationForServiceQuotaTemplate
- data GetAssociationForServiceQuotaTemplateResponse = GetAssociationForServiceQuotaTemplateResponse' {}
- newGetAssociationForServiceQuotaTemplateResponse :: Int -> GetAssociationForServiceQuotaTemplateResponse
- getAssociationForServiceQuotaTemplateResponse_serviceQuotaTemplateAssociationStatus :: Lens' GetAssociationForServiceQuotaTemplateResponse (Maybe ServiceQuotaTemplateAssociationStatus)
- getAssociationForServiceQuotaTemplateResponse_httpStatus :: Lens' GetAssociationForServiceQuotaTemplateResponse Int
Creating a Request
data GetAssociationForServiceQuotaTemplate Source #
See: newGetAssociationForServiceQuotaTemplate
smart constructor.
Instances
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 #
See: newGetAssociationForServiceQuotaTemplateResponse
smart constructor.
GetAssociationForServiceQuotaTemplateResponse' | |
|
Instances
newGetAssociationForServiceQuotaTemplateResponse Source #
:: Int |
|
-> GetAssociationForServiceQuotaTemplateResponse |
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.
getAssociationForServiceQuotaTemplateResponse_httpStatus :: Lens' GetAssociationForServiceQuotaTemplateResponse Int Source #
The response's http status code.