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 |
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.
Instances
newDeprecateSystemTemplate Source #
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.
DeprecateSystemTemplateResponse' | |
|
Instances
Eq DeprecateSystemTemplateResponse Source # | |
Read DeprecateSystemTemplateResponse Source # | |
Show DeprecateSystemTemplateResponse Source # | |
Generic DeprecateSystemTemplateResponse Source # | |
NFData DeprecateSystemTemplateResponse Source # | |
Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate rnf :: DeprecateSystemTemplateResponse -> () # | |
type Rep DeprecateSystemTemplateResponse Source # | |
Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate type Rep DeprecateSystemTemplateResponse = D1 ('MetaData "DeprecateSystemTemplateResponse" "Amazonka.IoTThingsGraph.DeprecateSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeprecateSystemTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.