libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Description

Deprecates the specified system.

Synopsis

Creating a Request

data DeprecateSystemTemplate Source #

See: newDeprecateSystemTemplate smart constructor.

Constructors

DeprecateSystemTemplate' 

Fields

  • id :: Text

    The ID of the system to delete.

    The ID should be in the following format.

    urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

Instances

Instances details
Eq DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Read DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Show DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Generic DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Associated Types

type Rep DeprecateSystemTemplate :: Type -> Type #

NFData DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Methods

rnf :: DeprecateSystemTemplate -> () #

Hashable DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToJSON DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

AWSRequest DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToHeaders DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToPath DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

ToQuery DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplate = D1 ('MetaData "DeprecateSystemTemplate" "Amazonka.IoTThingsGraph.DeprecateSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeprecateSystemTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeprecateSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

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.

Constructors

DeprecateSystemTemplateResponse' 

Fields

Instances

Instances details
Eq DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Read DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Show DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Generic DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

Associated Types

type Rep DeprecateSystemTemplateResponse :: Type -> Type #

NFData DeprecateSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeprecateSystemTemplate

type Rep DeprecateSystemTemplateResponse Source # 
Instance details

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