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 |
Disables your quota request template. After a template is disabled, the quota increase requests in the template are not applied to new accounts in your organization. Disabling a quota request template does not apply its quota increase requests.
Synopsis
- data DisassociateServiceQuotaTemplate = DisassociateServiceQuotaTemplate' {
- newDisassociateServiceQuotaTemplate :: DisassociateServiceQuotaTemplate
- data DisassociateServiceQuotaTemplateResponse = DisassociateServiceQuotaTemplateResponse' {
- httpStatus :: Int
- newDisassociateServiceQuotaTemplateResponse :: Int -> DisassociateServiceQuotaTemplateResponse
- disassociateServiceQuotaTemplateResponse_httpStatus :: Lens' DisassociateServiceQuotaTemplateResponse Int
Creating a Request
data DisassociateServiceQuotaTemplate Source #
See: newDisassociateServiceQuotaTemplate
smart constructor.
Instances
newDisassociateServiceQuotaTemplate :: DisassociateServiceQuotaTemplate Source #
Create a value of DisassociateServiceQuotaTemplate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DisassociateServiceQuotaTemplateResponse Source #
See: newDisassociateServiceQuotaTemplateResponse
smart constructor.
DisassociateServiceQuotaTemplateResponse' | |
|
Instances
Eq DisassociateServiceQuotaTemplateResponse Source # | |
Read DisassociateServiceQuotaTemplateResponse Source # | |
Show DisassociateServiceQuotaTemplateResponse Source # | |
Generic DisassociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate type Rep DisassociateServiceQuotaTemplateResponse :: Type -> Type # | |
NFData DisassociateServiceQuotaTemplateResponse Source # | |
type Rep DisassociateServiceQuotaTemplateResponse Source # | |
Defined in Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate type Rep DisassociateServiceQuotaTemplateResponse = D1 ('MetaData "DisassociateServiceQuotaTemplateResponse" "Amazonka.ServiceQuotas.DisassociateServiceQuotaTemplate" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "DisassociateServiceQuotaTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDisassociateServiceQuotaTemplateResponse Source #
Create a value of DisassociateServiceQuotaTemplateResponse
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:DisassociateServiceQuotaTemplateResponse'
, disassociateServiceQuotaTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateServiceQuotaTemplateResponse_httpStatus :: Lens' DisassociateServiceQuotaTemplateResponse Int Source #
The response's http status code.