Copyright | (c) 2013-2021 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 |
Returns information about the human task user interfaces in your account.
This operation returns paginated results.
Synopsis
- data ListHumanTaskUis = ListHumanTaskUis' {}
- newListHumanTaskUis :: ListHumanTaskUis
- listHumanTaskUis_creationTimeAfter :: Lens' ListHumanTaskUis (Maybe UTCTime)
- listHumanTaskUis_nextToken :: Lens' ListHumanTaskUis (Maybe Text)
- listHumanTaskUis_sortOrder :: Lens' ListHumanTaskUis (Maybe SortOrder)
- listHumanTaskUis_creationTimeBefore :: Lens' ListHumanTaskUis (Maybe UTCTime)
- listHumanTaskUis_maxResults :: Lens' ListHumanTaskUis (Maybe Natural)
- data ListHumanTaskUisResponse = ListHumanTaskUisResponse' {}
- newListHumanTaskUisResponse :: Int -> ListHumanTaskUisResponse
- listHumanTaskUisResponse_nextToken :: Lens' ListHumanTaskUisResponse (Maybe Text)
- listHumanTaskUisResponse_httpStatus :: Lens' ListHumanTaskUisResponse Int
- listHumanTaskUisResponse_humanTaskUiSummaries :: Lens' ListHumanTaskUisResponse [HumanTaskUiSummary]
Creating a Request
data ListHumanTaskUis Source #
See: newListHumanTaskUis
smart constructor.
ListHumanTaskUis' | |
|
Instances
newListHumanTaskUis :: ListHumanTaskUis Source #
Create a value of ListHumanTaskUis
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:creationTimeAfter:ListHumanTaskUis'
, listHumanTaskUis_creationTimeAfter
- A filter that returns only human task user interfaces with a creation
time greater than or equal to the specified timestamp.
$sel:nextToken:ListHumanTaskUis'
, listHumanTaskUis_nextToken
- A token to resume pagination.
$sel:sortOrder:ListHumanTaskUis'
, listHumanTaskUis_sortOrder
- An optional value that specifies whether you want the results sorted in
Ascending
or Descending
order.
$sel:creationTimeBefore:ListHumanTaskUis'
, listHumanTaskUis_creationTimeBefore
- A filter that returns only human task user interfaces that were created
before the specified timestamp.
$sel:maxResults:ListHumanTaskUis'
, listHumanTaskUis_maxResults
- The total number of items to return. If the total number of available
items is more than the value specified in MaxResults
, then a
NextToken
will be provided in the output that you can use to resume
pagination.
Request Lenses
listHumanTaskUis_creationTimeAfter :: Lens' ListHumanTaskUis (Maybe UTCTime) Source #
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
listHumanTaskUis_nextToken :: Lens' ListHumanTaskUis (Maybe Text) Source #
A token to resume pagination.
listHumanTaskUis_sortOrder :: Lens' ListHumanTaskUis (Maybe SortOrder) Source #
An optional value that specifies whether you want the results sorted in
Ascending
or Descending
order.
listHumanTaskUis_creationTimeBefore :: Lens' ListHumanTaskUis (Maybe UTCTime) Source #
A filter that returns only human task user interfaces that were created before the specified timestamp.
listHumanTaskUis_maxResults :: Lens' ListHumanTaskUis (Maybe Natural) Source #
The total number of items to return. If the total number of available
items is more than the value specified in MaxResults
, then a
NextToken
will be provided in the output that you can use to resume
pagination.
Destructuring the Response
data ListHumanTaskUisResponse Source #
See: newListHumanTaskUisResponse
smart constructor.
ListHumanTaskUisResponse' | |
|
Instances
newListHumanTaskUisResponse Source #
Create a value of ListHumanTaskUisResponse
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:nextToken:ListHumanTaskUis'
, listHumanTaskUisResponse_nextToken
- A token to resume pagination.
$sel:httpStatus:ListHumanTaskUisResponse'
, listHumanTaskUisResponse_httpStatus
- The response's http status code.
$sel:humanTaskUiSummaries:ListHumanTaskUisResponse'
, listHumanTaskUisResponse_humanTaskUiSummaries
- An array of objects describing the human task user interfaces.
Response Lenses
listHumanTaskUisResponse_nextToken :: Lens' ListHumanTaskUisResponse (Maybe Text) Source #
A token to resume pagination.
listHumanTaskUisResponse_httpStatus :: Lens' ListHumanTaskUisResponse Int Source #
The response's http status code.
listHumanTaskUisResponse_humanTaskUiSummaries :: Lens' ListHumanTaskUisResponse [HumanTaskUiSummary] Source #
An array of objects describing the human task user interfaces.