Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Disassociates a wireless gateway from its currently associated thing.
Synopsis
- data DisassociateWirelessGatewayFromThing = DisassociateWirelessGatewayFromThing' {}
- newDisassociateWirelessGatewayFromThing :: Text -> DisassociateWirelessGatewayFromThing
- disassociateWirelessGatewayFromThing_id :: Lens' DisassociateWirelessGatewayFromThing Text
- data DisassociateWirelessGatewayFromThingResponse = DisassociateWirelessGatewayFromThingResponse' {
- httpStatus :: Int
- newDisassociateWirelessGatewayFromThingResponse :: Int -> DisassociateWirelessGatewayFromThingResponse
- disassociateWirelessGatewayFromThingResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromThingResponse Int
Creating a Request
data DisassociateWirelessGatewayFromThing Source #
See: newDisassociateWirelessGatewayFromThing
smart constructor.
Instances
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
disassociateWirelessGatewayFromThing_id :: Lens' DisassociateWirelessGatewayFromThing Text Source #
The ID of the resource to update.
Destructuring the Response
data DisassociateWirelessGatewayFromThingResponse Source #
See: newDisassociateWirelessGatewayFromThingResponse
smart constructor.
DisassociateWirelessGatewayFromThingResponse' | |
|
Instances
Eq DisassociateWirelessGatewayFromThingResponse Source # | |
Read DisassociateWirelessGatewayFromThingResponse Source # | |
Show DisassociateWirelessGatewayFromThingResponse Source # | |
Generic DisassociateWirelessGatewayFromThingResponse Source # | |
NFData DisassociateWirelessGatewayFromThingResponse Source # | |
type Rep DisassociateWirelessGatewayFromThingResponse Source # | |
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 #
:: Int |
|
-> DisassociateWirelessGatewayFromThingResponse |
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
disassociateWirelessGatewayFromThingResponse_httpStatus :: Lens' DisassociateWirelessGatewayFromThingResponse Int Source #
The response's http status code.