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 |
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
- data AssociateServiceQuotaTemplate = AssociateServiceQuotaTemplate' {
- newAssociateServiceQuotaTemplate :: AssociateServiceQuotaTemplate
- data AssociateServiceQuotaTemplateResponse = AssociateServiceQuotaTemplateResponse' {
- httpStatus :: Int
- newAssociateServiceQuotaTemplateResponse :: Int -> AssociateServiceQuotaTemplateResponse
- associateServiceQuotaTemplateResponse_httpStatus :: Lens' AssociateServiceQuotaTemplateResponse Int
Creating a Request
data AssociateServiceQuotaTemplate Source #
See: newAssociateServiceQuotaTemplate
smart constructor.
Constructors
AssociateServiceQuotaTemplate' | |
Instances
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 #
See: newAssociateServiceQuotaTemplateResponse
smart constructor.
Constructors
AssociateServiceQuotaTemplateResponse' | |
Fields
|
Instances
newAssociateServiceQuotaTemplateResponse Source #
Arguments
:: Int | |
-> AssociateServiceQuotaTemplateResponse |
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
associateServiceQuotaTemplateResponse_httpStatus :: Lens' AssociateServiceQuotaTemplateResponse Int Source #
The response's http status code.