| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoT.ListThingRegistrationTaskReports
Description
Information about the thing registration tasks.
Synopsis
- listThingRegistrationTaskReports :: Text -> ReportType -> ListThingRegistrationTaskReports
- data ListThingRegistrationTaskReports
- ltrtrNextToken :: Lens' ListThingRegistrationTaskReports (Maybe Text)
- ltrtrMaxResults :: Lens' ListThingRegistrationTaskReports (Maybe Natural)
- ltrtrTaskId :: Lens' ListThingRegistrationTaskReports Text
- ltrtrReportType :: Lens' ListThingRegistrationTaskReports ReportType
- listThingRegistrationTaskReportsResponse :: Int -> ListThingRegistrationTaskReportsResponse
- data ListThingRegistrationTaskReportsResponse
- ltrtrrsResourceLinks :: Lens' ListThingRegistrationTaskReportsResponse [Text]
- ltrtrrsNextToken :: Lens' ListThingRegistrationTaskReportsResponse (Maybe Text)
- ltrtrrsReportType :: Lens' ListThingRegistrationTaskReportsResponse (Maybe ReportType)
- ltrtrrsResponseStatus :: Lens' ListThingRegistrationTaskReportsResponse Int
Creating a Request
listThingRegistrationTaskReports Source #
Arguments
| :: Text | |
| -> ReportType | |
| -> ListThingRegistrationTaskReports |
Creates a value of ListThingRegistrationTaskReports with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltrtrNextToken- The token to retrieve the next set of results.ltrtrMaxResults- The maximum number of results to return per request.ltrtrTaskId- The id of the task.ltrtrReportType- The type of task report.
data ListThingRegistrationTaskReports Source #
See: listThingRegistrationTaskReports smart constructor.
Instances
Request Lenses
ltrtrNextToken :: Lens' ListThingRegistrationTaskReports (Maybe Text) Source #
The token to retrieve the next set of results.
ltrtrMaxResults :: Lens' ListThingRegistrationTaskReports (Maybe Natural) Source #
The maximum number of results to return per request.
ltrtrTaskId :: Lens' ListThingRegistrationTaskReports Text Source #
The id of the task.
ltrtrReportType :: Lens' ListThingRegistrationTaskReports ReportType Source #
The type of task report.
Destructuring the Response
listThingRegistrationTaskReportsResponse Source #
Creates a value of ListThingRegistrationTaskReportsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ltrtrrsResourceLinks- Links to the task resources.ltrtrrsNextToken- The token to retrieve the next set of results.ltrtrrsReportType- The type of task report.ltrtrrsResponseStatus- -- | The response status code.
data ListThingRegistrationTaskReportsResponse Source #
See: listThingRegistrationTaskReportsResponse smart constructor.
Instances
Response Lenses
ltrtrrsResourceLinks :: Lens' ListThingRegistrationTaskReportsResponse [Text] Source #
Links to the task resources.
ltrtrrsNextToken :: Lens' ListThingRegistrationTaskReportsResponse (Maybe Text) Source #
The token to retrieve the next set of results.
ltrtrrsReportType :: Lens' ListThingRegistrationTaskReportsResponse (Maybe ReportType) Source #
The type of task report.
ltrtrrsResponseStatus :: Lens' ListThingRegistrationTaskReportsResponse Int Source #
- - | The response status code.