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 |
Deletes a wireless gateway.
Synopsis
- data DeleteWirelessGateway = DeleteWirelessGateway' {}
- newDeleteWirelessGateway :: Text -> DeleteWirelessGateway
- deleteWirelessGateway_id :: Lens' DeleteWirelessGateway Text
- data DeleteWirelessGatewayResponse = DeleteWirelessGatewayResponse' {
- httpStatus :: Int
- newDeleteWirelessGatewayResponse :: Int -> DeleteWirelessGatewayResponse
- deleteWirelessGatewayResponse_httpStatus :: Lens' DeleteWirelessGatewayResponse Int
Creating a Request
data DeleteWirelessGateway Source #
See: newDeleteWirelessGateway
smart constructor.
Instances
newDeleteWirelessGateway Source #
Create a value of DeleteWirelessGateway
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:DeleteWirelessGateway'
, deleteWirelessGateway_id
- The ID of the resource to delete.
Request Lenses
deleteWirelessGateway_id :: Lens' DeleteWirelessGateway Text Source #
The ID of the resource to delete.
Destructuring the Response
data DeleteWirelessGatewayResponse Source #
See: newDeleteWirelessGatewayResponse
smart constructor.
DeleteWirelessGatewayResponse' | |
|
Instances
newDeleteWirelessGatewayResponse Source #
Create a value of DeleteWirelessGatewayResponse
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:DeleteWirelessGatewayResponse'
, deleteWirelessGatewayResponse_httpStatus
- The response's http status code.
Response Lenses
deleteWirelessGatewayResponse_httpStatus :: Lens' DeleteWirelessGatewayResponse Int Source #
The response's http status code.