| 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.DeleteFuotaTask
Description
Deletes a FUOTA task.
Synopsis
- data DeleteFuotaTask = DeleteFuotaTask' {}
- newDeleteFuotaTask :: Text -> DeleteFuotaTask
- deleteFuotaTask_id :: Lens' DeleteFuotaTask Text
- data DeleteFuotaTaskResponse = DeleteFuotaTaskResponse' {
- httpStatus :: Int
- newDeleteFuotaTaskResponse :: Int -> DeleteFuotaTaskResponse
- deleteFuotaTaskResponse_httpStatus :: Lens' DeleteFuotaTaskResponse Int
Creating a Request
data DeleteFuotaTask Source #
See: newDeleteFuotaTask smart constructor.
Constructors
| DeleteFuotaTask' | |
Instances
Arguments
| :: Text | |
| -> DeleteFuotaTask |
Create a value of DeleteFuotaTask 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:
DeleteFuotaTask, deleteFuotaTask_id - Undocumented member.
Request Lenses
deleteFuotaTask_id :: Lens' DeleteFuotaTask Text Source #
Undocumented member.
Destructuring the Response
data DeleteFuotaTaskResponse Source #
See: newDeleteFuotaTaskResponse smart constructor.
Constructors
| DeleteFuotaTaskResponse' | |
Fields
| |
Instances
newDeleteFuotaTaskResponse Source #
Create a value of DeleteFuotaTaskResponse 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:DeleteFuotaTaskResponse', deleteFuotaTaskResponse_httpStatus - The response's http status code.
Response Lenses
deleteFuotaTaskResponse_httpStatus :: Lens' DeleteFuotaTaskResponse Int Source #
The response's http status code.