| 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.IoTThingsGraph.DeprecateSystemTemplate
Description
Deprecates the specified system.
Synopsis
- data DeprecateSystemTemplate = DeprecateSystemTemplate' {}
- newDeprecateSystemTemplate :: Text -> DeprecateSystemTemplate
- deprecateSystemTemplate_id :: Lens' DeprecateSystemTemplate Text
- data DeprecateSystemTemplateResponse = DeprecateSystemTemplateResponse' {
- httpStatus :: Int
- newDeprecateSystemTemplateResponse :: Int -> DeprecateSystemTemplateResponse
- deprecateSystemTemplateResponse_httpStatus :: Lens' DeprecateSystemTemplateResponse Int
Creating a Request
data DeprecateSystemTemplate Source #
See: newDeprecateSystemTemplate smart constructor.
Constructors
| DeprecateSystemTemplate' | |
Instances
newDeprecateSystemTemplate Source #
Arguments
| :: Text | |
| -> DeprecateSystemTemplate |
Create a value of DeprecateSystemTemplate 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:DeprecateSystemTemplate', deprecateSystemTemplate_id - The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
Request Lenses
deprecateSystemTemplate_id :: Lens' DeprecateSystemTemplate Text Source #
The ID of the system to delete.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
Destructuring the Response
data DeprecateSystemTemplateResponse Source #
See: newDeprecateSystemTemplateResponse smart constructor.
Constructors
| DeprecateSystemTemplateResponse' | |
Fields
| |
Instances
newDeprecateSystemTemplateResponse Source #
Create a value of DeprecateSystemTemplateResponse 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:DeprecateSystemTemplateResponse', deprecateSystemTemplateResponse_httpStatus - The response's http status code.
Response Lenses
deprecateSystemTemplateResponse_httpStatus :: Lens' DeprecateSystemTemplateResponse Int Source #
The response's http status code.