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.DeleteSystemTemplate

Description

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

Creating a Request

data DeleteSystemTemplate Source #

See: newDeleteSystemTemplate smart constructor.

Constructors

DeleteSystemTemplate' 

Fields

  • id :: Text

    The ID of the system to be deleted.

    The ID should be in the following format.

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

Instances

Instances details
Eq DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Read DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Show DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Generic DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type Rep DeleteSystemTemplate :: Type -> Type #

NFData DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Methods

rnf :: DeleteSystemTemplate -> () #

Hashable DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToJSON DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

AWSRequest DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type AWSResponse DeleteSystemTemplate #

ToHeaders DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToPath DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

ToQuery DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplate Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

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

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

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.

Constructors

DeleteSystemTemplateResponse' 

Fields

Instances

Instances details
Eq DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Read DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Show DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Generic DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

Associated Types

type Rep DeleteSystemTemplateResponse :: Type -> Type #

NFData DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplateResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemTemplate

type Rep DeleteSystemTemplateResponse = D1 ('MetaData "DeleteSystemTemplateResponse" "Amazonka.IoTThingsGraph.DeleteSystemTemplate" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "DeleteSystemTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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