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 |
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.
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.
AssociateServiceQuotaTemplateResponse' | |
|
Instances
Eq AssociateServiceQuotaTemplateResponse Source # | |
Read AssociateServiceQuotaTemplateResponse Source # | |
Show AssociateServiceQuotaTemplateResponse Source # | |
Generic AssociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate type Rep AssociateServiceQuotaTemplateResponse :: Type -> Type # | |
NFData AssociateServiceQuotaTemplateResponse Source # | |
type Rep AssociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate type Rep AssociateServiceQuotaTemplateResponse = D1 ('MetaData "AssociateServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.AssociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "AssociateServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newAssociateServiceQuotaTemplateResponse Source #
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.