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

Description

Deletes a system instance. Only system instances that have never been deployed, or that have been undeployed can be deleted.

Users can create a new system instance that has the same ID as a deleted system instance.

Synopsis

Creating a Request

data DeleteSystemInstance Source #

See: newDeleteSystemInstance smart constructor.

Constructors

DeleteSystemInstance' 

Fields

  • id :: Maybe Text

    The ID of the system instance to be deleted.

Instances

Instances details
Eq DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Read DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Show DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Generic DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type Rep DeleteSystemInstance :: Type -> Type #

NFData DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Methods

rnf :: DeleteSystemInstance -> () #

Hashable DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToJSON DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

AWSRequest DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type AWSResponse DeleteSystemInstance #

ToHeaders DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToPath DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

ToQuery DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

type Rep DeleteSystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

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

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

newDeleteSystemInstance :: DeleteSystemInstance Source #

Create a value of DeleteSystemInstance 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:DeleteSystemInstance', deleteSystemInstance_id - The ID of the system instance to be deleted.

Request Lenses

deleteSystemInstance_id :: Lens' DeleteSystemInstance (Maybe Text) Source #

The ID of the system instance to be deleted.

Destructuring the Response

data DeleteSystemInstanceResponse Source #

See: newDeleteSystemInstanceResponse smart constructor.

Constructors

DeleteSystemInstanceResponse' 

Fields

Instances

Instances details
Eq DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Read DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Show DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Generic DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

Associated Types

type Rep DeleteSystemInstanceResponse :: Type -> Type #

NFData DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

type Rep DeleteSystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DeleteSystemInstance

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

newDeleteSystemInstanceResponse Source #

Create a value of DeleteSystemInstanceResponse 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:DeleteSystemInstanceResponse', deleteSystemInstanceResponse_httpStatus - The response's http status code.

Response Lenses