| 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.ListFuotaTasks
Description
Lists the FUOTA tasks registered to your AWS account.
Synopsis
- data ListFuotaTasks = ListFuotaTasks' {}
- newListFuotaTasks :: ListFuotaTasks
- listFuotaTasks_maxResults :: Lens' ListFuotaTasks (Maybe Natural)
- listFuotaTasks_nextToken :: Lens' ListFuotaTasks (Maybe Text)
- data ListFuotaTasksResponse = ListFuotaTasksResponse' {
- fuotaTaskList :: Maybe [FuotaTask]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListFuotaTasksResponse :: Int -> ListFuotaTasksResponse
- listFuotaTasksResponse_fuotaTaskList :: Lens' ListFuotaTasksResponse (Maybe [FuotaTask])
- listFuotaTasksResponse_nextToken :: Lens' ListFuotaTasksResponse (Maybe Text)
- listFuotaTasksResponse_httpStatus :: Lens' ListFuotaTasksResponse Int
Creating a Request
data ListFuotaTasks Source #
See: newListFuotaTasks smart constructor.
Constructors
| ListFuotaTasks' | |
Instances
newListFuotaTasks :: ListFuotaTasks Source #
Create a value of ListFuotaTasks 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:maxResults:ListFuotaTasks', listFuotaTasks_maxResults - Undocumented member.
ListFuotaTasks, listFuotaTasks_nextToken - To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
Request Lenses
listFuotaTasks_maxResults :: Lens' ListFuotaTasks (Maybe Natural) Source #
Undocumented member.
listFuotaTasks_nextToken :: Lens' ListFuotaTasks (Maybe Text) Source #
To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
Destructuring the Response
data ListFuotaTasksResponse Source #
See: newListFuotaTasksResponse smart constructor.
Constructors
| ListFuotaTasksResponse' | |
Fields
| |
Instances
newListFuotaTasksResponse Source #
Create a value of ListFuotaTasksResponse 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:fuotaTaskList:ListFuotaTasksResponse', listFuotaTasksResponse_fuotaTaskList - Undocumented member.
ListFuotaTasks, listFuotaTasksResponse_nextToken - To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
$sel:httpStatus:ListFuotaTasksResponse', listFuotaTasksResponse_httpStatus - The response's http status code.
Response Lenses
listFuotaTasksResponse_fuotaTaskList :: Lens' ListFuotaTasksResponse (Maybe [FuotaTask]) Source #
Undocumented member.
listFuotaTasksResponse_nextToken :: Lens' ListFuotaTasksResponse (Maybe Text) Source #
To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
listFuotaTasksResponse_httpStatus :: Lens' ListFuotaTasksResponse Int Source #
The response's http status code.