libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.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
Eq 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

Generic DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

NFData DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

Hashable DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

AWSRequest DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

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

type Rep DisassociateWirelessGatewayFromThing Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

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

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

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:

$sel:id:DisassociateWirelessGatewayFromThing', disassociateWirelessGatewayFromThing_id - The ID of the resource to update.

Request Lenses

Destructuring the Response

data DisassociateWirelessGatewayFromThingResponse Source #

Constructors

DisassociateWirelessGatewayFromThingResponse' 

Fields

Instances

Instances details
Eq 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

Generic DisassociateWirelessGatewayFromThingResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing

NFData 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" '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