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

Description

Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only one entity of a particular type can be associated with a thing.

Synopsis

Creating a Request

data DissociateEntityFromThing Source #

See: newDissociateEntityFromThing smart constructor.

Constructors

DissociateEntityFromThing' 

Fields

Instances

Instances details
Eq DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Read DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Show DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Generic DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Associated Types

type Rep DissociateEntityFromThing :: Type -> Type #

NFData DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Hashable DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToJSON DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

AWSRequest DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToHeaders DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToPath DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

ToQuery DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

type Rep DissociateEntityFromThing Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

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

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

newDissociateEntityFromThing Source #

Create a value of DissociateEntityFromThing 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:thingName:DissociateEntityFromThing', dissociateEntityFromThing_thingName - The name of the thing to disassociate.

$sel:entityType:DissociateEntityFromThing', dissociateEntityFromThing_entityType - The entity type from which to disassociate the thing.

Request Lenses

dissociateEntityFromThing_entityType :: Lens' DissociateEntityFromThing EntityType Source #

The entity type from which to disassociate the thing.

Destructuring the Response

data DissociateEntityFromThingResponse Source #

See: newDissociateEntityFromThingResponse smart constructor.

Constructors

DissociateEntityFromThingResponse' 

Fields

Instances

Instances details
Eq DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Read DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Show DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Generic DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

Associated Types

type Rep DissociateEntityFromThingResponse :: Type -> Type #

NFData DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

type Rep DissociateEntityFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.DissociateEntityFromThing

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

newDissociateEntityFromThingResponse Source #

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

Response Lenses