| 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.StartFuotaTask
Description
Starts a FUOTA task.
Synopsis
- data StartFuotaTask = StartFuotaTask' {}
- newStartFuotaTask :: Text -> StartFuotaTask
- startFuotaTask_loRaWAN :: Lens' StartFuotaTask (Maybe LoRaWANStartFuotaTask)
- startFuotaTask_id :: Lens' StartFuotaTask Text
- data StartFuotaTaskResponse = StartFuotaTaskResponse' {
- httpStatus :: Int
- newStartFuotaTaskResponse :: Int -> StartFuotaTaskResponse
- startFuotaTaskResponse_httpStatus :: Lens' StartFuotaTaskResponse Int
Creating a Request
data StartFuotaTask Source #
See: newStartFuotaTask smart constructor.
Constructors
| StartFuotaTask' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StartFuotaTask |
Create a value of StartFuotaTask 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:
StartFuotaTask, startFuotaTask_loRaWAN - Undocumented member.
StartFuotaTask, startFuotaTask_id - Undocumented member.
Request Lenses
startFuotaTask_loRaWAN :: Lens' StartFuotaTask (Maybe LoRaWANStartFuotaTask) Source #
Undocumented member.
startFuotaTask_id :: Lens' StartFuotaTask Text Source #
Undocumented member.
Destructuring the Response
data StartFuotaTaskResponse Source #
See: newStartFuotaTaskResponse smart constructor.
Constructors
| StartFuotaTaskResponse' | |
Fields
| |
Instances
newStartFuotaTaskResponse Source #
Create a value of StartFuotaTaskResponse 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:StartFuotaTaskResponse', startFuotaTaskResponse_httpStatus - The response's http status code.
Response Lenses
startFuotaTaskResponse_httpStatus :: Lens' StartFuotaTaskResponse Int Source #
The response's http status code.