| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceQuotas.GetAssociationForServiceQuotaTemplate
Description
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.
Constructors
| GetAssociationForServiceQuotaTemplate' | |
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.
Constructors
| GetAssociationForServiceQuotaTemplateResponse' | |
Fields
| |
Instances
newGetAssociationForServiceQuotaTemplateResponse Source #
Arguments
| :: 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.