| 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.GetFuotaTask
Description
Gets information about a FUOTA task.
Synopsis
- data GetFuotaTask = GetFuotaTask' {}
- newGetFuotaTask :: Text -> GetFuotaTask
- getFuotaTask_id :: Lens' GetFuotaTask Text
- data GetFuotaTaskResponse = GetFuotaTaskResponse' {}
- newGetFuotaTaskResponse :: Int -> GetFuotaTaskResponse
- getFuotaTaskResponse_arn :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_createdAt :: Lens' GetFuotaTaskResponse (Maybe UTCTime)
- getFuotaTaskResponse_description :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_firmwareUpdateImage :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_firmwareUpdateRole :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_id :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_loRaWAN :: Lens' GetFuotaTaskResponse (Maybe LoRaWANFuotaTaskGetInfo)
- getFuotaTaskResponse_name :: Lens' GetFuotaTaskResponse (Maybe Text)
- getFuotaTaskResponse_status :: Lens' GetFuotaTaskResponse (Maybe FuotaTaskStatus)
- getFuotaTaskResponse_httpStatus :: Lens' GetFuotaTaskResponse Int
Creating a Request
data GetFuotaTask Source #
See: newGetFuotaTask smart constructor.
Constructors
| GetFuotaTask' | |
Instances
Arguments
| :: Text | |
| -> GetFuotaTask |
Create a value of GetFuotaTask 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:
GetFuotaTask, getFuotaTask_id - Undocumented member.
Request Lenses
getFuotaTask_id :: Lens' GetFuotaTask Text Source #
Undocumented member.
Destructuring the Response
data GetFuotaTaskResponse Source #
See: newGetFuotaTaskResponse smart constructor.
Constructors
| GetFuotaTaskResponse' | |
Fields
| |
Instances
newGetFuotaTaskResponse Source #
Arguments
| :: Int | |
| -> GetFuotaTaskResponse |
Create a value of GetFuotaTaskResponse 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:
GetFuotaTaskResponse, getFuotaTaskResponse_arn - Undocumented member.
$sel:createdAt:GetFuotaTaskResponse', getFuotaTaskResponse_createdAt - Undocumented member.
GetFuotaTaskResponse, getFuotaTaskResponse_description - Undocumented member.
$sel:firmwareUpdateImage:GetFuotaTaskResponse', getFuotaTaskResponse_firmwareUpdateImage - Undocumented member.
$sel:firmwareUpdateRole:GetFuotaTaskResponse', getFuotaTaskResponse_firmwareUpdateRole - Undocumented member.
GetFuotaTask, getFuotaTaskResponse_id - Undocumented member.
GetFuotaTaskResponse, getFuotaTaskResponse_loRaWAN - Undocumented member.
GetFuotaTaskResponse, getFuotaTaskResponse_name - Undocumented member.
$sel:status:GetFuotaTaskResponse', getFuotaTaskResponse_status - Undocumented member.
$sel:httpStatus:GetFuotaTaskResponse', getFuotaTaskResponse_httpStatus - The response's http status code.
Response Lenses
getFuotaTaskResponse_arn :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_createdAt :: Lens' GetFuotaTaskResponse (Maybe UTCTime) Source #
Undocumented member.
getFuotaTaskResponse_description :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_firmwareUpdateImage :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_firmwareUpdateRole :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_id :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_loRaWAN :: Lens' GetFuotaTaskResponse (Maybe LoRaWANFuotaTaskGetInfo) Source #
Undocumented member.
getFuotaTaskResponse_name :: Lens' GetFuotaTaskResponse (Maybe Text) Source #
Undocumented member.
getFuotaTaskResponse_status :: Lens' GetFuotaTaskResponse (Maybe FuotaTaskStatus) Source #
Undocumented member.
getFuotaTaskResponse_httpStatus :: Lens' GetFuotaTaskResponse Int Source #
The response's http status code.