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 |
Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.
Synopsis
- data DeleteSystemTemplate = DeleteSystemTemplate' {}
- newDeleteSystemTemplate :: Text -> DeleteSystemTemplate
- deleteSystemTemplate_id :: Lens' DeleteSystemTemplate Text
- data DeleteSystemTemplateResponse = DeleteSystemTemplateResponse' {
- httpStatus :: Int
- newDeleteSystemTemplateResponse :: Int -> DeleteSystemTemplateResponse
- deleteSystemTemplateResponse_httpStatus :: Lens' DeleteSystemTemplateResponse Int
Creating a Request
data DeleteSystemTemplate Source #
See: newDeleteSystemTemplate
smart constructor.
Instances
newDeleteSystemTemplate Source #
Create a value of DeleteSystemTemplate
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:id:DeleteSystemTemplate'
, deleteSystemTemplate_id
- The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
Request Lenses
deleteSystemTemplate_id :: Lens' DeleteSystemTemplate Text Source #
The ID of the system to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
Destructuring the Response
data DeleteSystemTemplateResponse Source #
See: newDeleteSystemTemplateResponse
smart constructor.
DeleteSystemTemplateResponse' | |
|
Instances
newDeleteSystemTemplateResponse Source #
Create a value of DeleteSystemTemplateResponse
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:DeleteSystemTemplateResponse'
, deleteSystemTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSystemTemplateResponse_httpStatus :: Lens' DeleteSystemTemplateResponse Int Source #
The response's http status code.