| 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.Types.FuotaTask
Description
Documentation
A FUOTA task.
See: newFuotaTask smart constructor.
Instances
| FromJSON FuotaTask Source # | |
| Generic FuotaTask Source # | |
| Read FuotaTask Source # | |
| Show FuotaTask Source # | |
| NFData FuotaTask Source # | |
Defined in Amazonka.IoTWireless.Types.FuotaTask | |
| Eq FuotaTask Source # | |
| Hashable FuotaTask Source # | |
Defined in Amazonka.IoTWireless.Types.FuotaTask | |
| type Rep FuotaTask Source # | |
Defined in Amazonka.IoTWireless.Types.FuotaTask type Rep FuotaTask = D1 ('MetaData "FuotaTask" "Amazonka.IoTWireless.Types.FuotaTask" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "FuotaTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
newFuotaTask :: FuotaTask Source #
Create a value of FuotaTask 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:arn:FuotaTask', fuotaTask_arn - Undocumented member.
$sel:id:FuotaTask', fuotaTask_id - Undocumented member.
$sel:name:FuotaTask', fuotaTask_name - Undocumented member.