| 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.UpdateFuotaTask
Description
Updates properties of a FUOTA task.
Synopsis
- data UpdateFuotaTask = UpdateFuotaTask' {}
- newUpdateFuotaTask :: Text -> UpdateFuotaTask
- updateFuotaTask_description :: Lens' UpdateFuotaTask (Maybe Text)
- updateFuotaTask_firmwareUpdateImage :: Lens' UpdateFuotaTask (Maybe Text)
- updateFuotaTask_firmwareUpdateRole :: Lens' UpdateFuotaTask (Maybe Text)
- updateFuotaTask_loRaWAN :: Lens' UpdateFuotaTask (Maybe LoRaWANFuotaTask)
- updateFuotaTask_name :: Lens' UpdateFuotaTask (Maybe Text)
- updateFuotaTask_id :: Lens' UpdateFuotaTask Text
- data UpdateFuotaTaskResponse = UpdateFuotaTaskResponse' {
- httpStatus :: Int
- newUpdateFuotaTaskResponse :: Int -> UpdateFuotaTaskResponse
- updateFuotaTaskResponse_httpStatus :: Lens' UpdateFuotaTaskResponse Int
Creating a Request
data UpdateFuotaTask Source #
See: newUpdateFuotaTask smart constructor.
Constructors
| UpdateFuotaTask' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateFuotaTask |
Create a value of UpdateFuotaTask 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:
UpdateFuotaTask, updateFuotaTask_description - Undocumented member.
$sel:firmwareUpdateImage:UpdateFuotaTask', updateFuotaTask_firmwareUpdateImage - Undocumented member.
$sel:firmwareUpdateRole:UpdateFuotaTask', updateFuotaTask_firmwareUpdateRole - Undocumented member.
UpdateFuotaTask, updateFuotaTask_loRaWAN - Undocumented member.
UpdateFuotaTask, updateFuotaTask_name - Undocumented member.
UpdateFuotaTask, updateFuotaTask_id - Undocumented member.
Request Lenses
updateFuotaTask_description :: Lens' UpdateFuotaTask (Maybe Text) Source #
Undocumented member.
updateFuotaTask_firmwareUpdateImage :: Lens' UpdateFuotaTask (Maybe Text) Source #
Undocumented member.
updateFuotaTask_firmwareUpdateRole :: Lens' UpdateFuotaTask (Maybe Text) Source #
Undocumented member.
updateFuotaTask_loRaWAN :: Lens' UpdateFuotaTask (Maybe LoRaWANFuotaTask) Source #
Undocumented member.
updateFuotaTask_name :: Lens' UpdateFuotaTask (Maybe Text) Source #
Undocumented member.
updateFuotaTask_id :: Lens' UpdateFuotaTask Text Source #
Undocumented member.
Destructuring the Response
data UpdateFuotaTaskResponse Source #
See: newUpdateFuotaTaskResponse smart constructor.
Constructors
| UpdateFuotaTaskResponse' | |
Fields
| |
Instances
newUpdateFuotaTaskResponse Source #
Create a value of UpdateFuotaTaskResponse 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:UpdateFuotaTaskResponse', updateFuotaTaskResponse_httpStatus - The response's http status code.
Response Lenses
updateFuotaTaskResponse_httpStatus :: Lens' UpdateFuotaTaskResponse Int Source #
The response's http status code.