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

Description

Removes a system instance from its target (Cloud or Greengrass).

Synopsis

Creating a Request

data UndeploySystemInstance Source #

See: newUndeploySystemInstance smart constructor.

Constructors

UndeploySystemInstance' 

Fields

  • id :: Maybe Text

    The ID of the system instance to remove from its target.

Instances

Instances details
Eq UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Read UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Show UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Generic UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type Rep UndeploySystemInstance :: Type -> Type #

NFData UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Methods

rnf :: UndeploySystemInstance -> () #

Hashable UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToJSON UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

AWSRequest UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type AWSResponse UndeploySystemInstance #

ToHeaders UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToPath UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

ToQuery UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

type Rep UndeploySystemInstance Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

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

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

newUndeploySystemInstance :: UndeploySystemInstance Source #

Create a value of UndeploySystemInstance 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:UndeploySystemInstance', undeploySystemInstance_id - The ID of the system instance to remove from its target.

Request Lenses

undeploySystemInstance_id :: Lens' UndeploySystemInstance (Maybe Text) Source #

The ID of the system instance to remove from its target.

Destructuring the Response

data UndeploySystemInstanceResponse Source #

See: newUndeploySystemInstanceResponse smart constructor.

Constructors

UndeploySystemInstanceResponse' 

Fields

Instances

Instances details
Eq UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Read UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Show UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Generic UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

Associated Types

type Rep UndeploySystemInstanceResponse :: Type -> Type #

NFData UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

type Rep UndeploySystemInstanceResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.UndeploySystemInstance

type Rep UndeploySystemInstanceResponse = D1 ('MetaData "UndeploySystemInstanceResponse" "Amazonka.IoTThingsGraph.UndeploySystemInstance" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "UndeploySystemInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemInstanceSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUndeploySystemInstanceResponse Source #

Create a value of UndeploySystemInstanceResponse 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:summary:UndeploySystemInstanceResponse', undeploySystemInstanceResponse_summary - An object that contains summary information about the system instance that was removed from its target.

$sel:httpStatus:UndeploySystemInstanceResponse', undeploySystemInstanceResponse_httpStatus - The response's http status code.

Response Lenses

undeploySystemInstanceResponse_summary :: Lens' UndeploySystemInstanceResponse (Maybe SystemInstanceSummary) Source #

An object that contains summary information about the system instance that was removed from its target.