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 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.
Instances
newDeleteWirelessDevice Source #
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:
$sel:id: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.
DeleteWirelessDeviceResponse' | |
|
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.