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 |
Amazonka.IoTWireless.DisassociateWirelessGatewayFromThing
Description
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.
Constructors
DisassociateWirelessGatewayFromThing' | |
Instances
newDisassociateWirelessGatewayFromThing Source #
Arguments
:: Text | |
-> DisassociateWirelessGatewayFromThing |
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.
Constructors
DisassociateWirelessGatewayFromThingResponse' | |
Fields
|
Instances
newDisassociateWirelessGatewayFromThingResponse Source #
Arguments
:: 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.