| 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.DisassociateServiceQuotaTemplate
Description
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.
Constructors
| DisassociateServiceQuotaTemplate' | |
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.
Constructors
| DisassociateServiceQuotaTemplateResponse' | |
Fields
| |
Instances
newDisassociateServiceQuotaTemplateResponse Source #
Arguments
| :: Int | |
| -> DisassociateServiceQuotaTemplateResponse |
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.