| 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.DeleteWirelessGatewayTask
Description
Deletes a wireless gateway task.
Synopsis
- data DeleteWirelessGatewayTask = DeleteWirelessGatewayTask' {}
- newDeleteWirelessGatewayTask :: Text -> DeleteWirelessGatewayTask
- deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text
- data DeleteWirelessGatewayTaskResponse = DeleteWirelessGatewayTaskResponse' {
- httpStatus :: Int
- newDeleteWirelessGatewayTaskResponse :: Int -> DeleteWirelessGatewayTaskResponse
- deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int
Creating a Request
data DeleteWirelessGatewayTask Source #
See: newDeleteWirelessGatewayTask smart constructor.
Constructors
| DeleteWirelessGatewayTask' | |
Instances
newDeleteWirelessGatewayTask Source #
Arguments
| :: Text | |
| -> DeleteWirelessGatewayTask |
Create a value of DeleteWirelessGatewayTask 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:
DeleteWirelessGatewayTask, deleteWirelessGatewayTask_id - The ID of the resource to delete.
Request Lenses
deleteWirelessGatewayTask_id :: Lens' DeleteWirelessGatewayTask Text Source #
The ID of the resource to delete.
Destructuring the Response
data DeleteWirelessGatewayTaskResponse Source #
See: newDeleteWirelessGatewayTaskResponse smart constructor.
Constructors
| DeleteWirelessGatewayTaskResponse' | |
Fields
| |
Instances
newDeleteWirelessGatewayTaskResponse Source #
Arguments
| :: Int | |
| -> DeleteWirelessGatewayTaskResponse |
Create a value of DeleteWirelessGatewayTaskResponse 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:DeleteWirelessGatewayTaskResponse', deleteWirelessGatewayTaskResponse_httpStatus - The response's http status code.
Response Lenses
deleteWirelessGatewayTaskResponse_httpStatus :: Lens' DeleteWirelessGatewayTaskResponse Int Source #
The response's http status code.