| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.DeleteWirelessGateway
Description
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.
Constructors
| DeleteWirelessGateway' | |
Instances
newDeleteWirelessGateway Source #
Arguments
| :: Text | |
| -> DeleteWirelessGateway |
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:
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.
Constructors
| DeleteWirelessGatewayResponse' | |
Fields
| |
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.