amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Description

Disassociates a wireless gateway from its currently associated thing.

Synopsis

Creating a Request

data DisassociateWirelessGatewayFromThing Source #

Constructors

DisassociateWirelessGatewayFromThing' 

Fields

  • id :: Text

    The ID of the resource to update.

Instances

Instances details
ToHeaders DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

ToPath DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

ToQuery DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

AWSRequest DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Generic DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Read DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Show DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

NFData DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Eq DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Hashable DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

type AWSResponse DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

type Rep DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

type Rep DisassociateWirelessGatewayFromThing = D1 ('MetaData "DisassociateWirelessGatewayFromThing" "Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DisassociateWirelessGatewayFromThing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateWirelessGatewayFromThing Source #

Create a value of DisassociateWirelessGatewayFromThing 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:

DisassociateWirelessGatewayFromThing, disassociateWirelessGatewayFromThing_id - The ID of the resource to update.

Request Lenses

Destructuring the Response

data DisassociateWirelessGatewayFromThingResponse Source #

Constructors

DisassociateWirelessGatewayFromThingResponse' 

Fields

Instances

Instances details
Generic DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Read DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Show DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

NFData DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Eq DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

type Rep DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

type Rep DisassociateWirelessGatewayFromThingResponse = D1 ('MetaData "DisassociateWirelessGatewayFromThingResponse" "Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "DisassociateWirelessGatewayFromThingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateWirelessGatewayFromThingResponse Source #

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

Response Lenses