| 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.DeleteWirelessDevice
Description
Deletes a wireless device.
Synopsis
- data DeleteWirelessDevice = DeleteWirelessDevice' {}
- newDeleteWirelessDevice :: Text -> DeleteWirelessDevice
- deleteWirelessDevice_id :: Lens' DeleteWirelessDevice Text
- data DeleteWirelessDeviceResponse = DeleteWirelessDeviceResponse' {
- httpStatus :: Int
- newDeleteWirelessDeviceResponse :: Int -> DeleteWirelessDeviceResponse
- deleteWirelessDeviceResponse_httpStatus :: Lens' DeleteWirelessDeviceResponse Int
Creating a Request
data DeleteWirelessDevice Source #
See: newDeleteWirelessDevice smart constructor.
Constructors
| DeleteWirelessDevice' | |
Instances
newDeleteWirelessDevice Source #
Arguments
| :: Text | |
| -> DeleteWirelessDevice |
Create a value of DeleteWirelessDevice 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:
DeleteWirelessDevice, deleteWirelessDevice_id - The ID of the resource to delete.
Request Lenses
deleteWirelessDevice_id :: Lens' DeleteWirelessDevice Text Source #
The ID of the resource to delete.
Destructuring the Response
data DeleteWirelessDeviceResponse Source #
See: newDeleteWirelessDeviceResponse smart constructor.
Constructors
| DeleteWirelessDeviceResponse' | |
Fields
| |
Instances
newDeleteWirelessDeviceResponse Source #
Create a value of DeleteWirelessDeviceResponse 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:DeleteWirelessDeviceResponse', deleteWirelessDeviceResponse_httpStatus - The response's http status code.
Response Lenses
deleteWirelessDeviceResponse_httpStatus :: Lens' DeleteWirelessDeviceResponse Int Source #
The response's http status code.