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 |
Provides a list of custom terminologies associated with your account.
This operation returns paginated results.
Synopsis
- data ListTerminologies = ListTerminologies' {}
- newListTerminologies :: ListTerminologies
- listTerminologies_nextToken :: Lens' ListTerminologies (Maybe Text)
- listTerminologies_maxResults :: Lens' ListTerminologies (Maybe Natural)
- data ListTerminologiesResponse = ListTerminologiesResponse' {}
- newListTerminologiesResponse :: Int -> ListTerminologiesResponse
- listTerminologiesResponse_terminologyPropertiesList :: Lens' ListTerminologiesResponse (Maybe [TerminologyProperties])
- listTerminologiesResponse_nextToken :: Lens' ListTerminologiesResponse (Maybe Text)
- listTerminologiesResponse_httpStatus :: Lens' ListTerminologiesResponse Int
Creating a Request
data ListTerminologies Source #
See: newListTerminologies
smart constructor.
Instances
newListTerminologies :: ListTerminologies Source #
Create a value of ListTerminologies
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:ListTerminologies'
, listTerminologies_nextToken
- If the result of the request to ListTerminologies was truncated, include
the NextToken to fetch the next group of custom terminologies.
$sel:maxResults:ListTerminologies'
, listTerminologies_maxResults
- The maximum number of custom terminologies returned per list request.
Request Lenses
listTerminologies_nextToken :: Lens' ListTerminologies (Maybe Text) Source #
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
listTerminologies_maxResults :: Lens' ListTerminologies (Maybe Natural) Source #
The maximum number of custom terminologies returned per list request.
Destructuring the Response
data ListTerminologiesResponse Source #
See: newListTerminologiesResponse
smart constructor.
ListTerminologiesResponse' | |
|
Instances
newListTerminologiesResponse Source #
Create a value of ListTerminologiesResponse
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:terminologyPropertiesList:ListTerminologiesResponse'
, listTerminologiesResponse_terminologyPropertiesList
- The properties list of the custom terminologies returned on the list
request.
$sel:nextToken:ListTerminologies'
, listTerminologiesResponse_nextToken
- If the response to the ListTerminologies was truncated, the NextToken
fetches the next group of custom terminologies.
$sel:httpStatus:ListTerminologiesResponse'
, listTerminologiesResponse_httpStatus
- The response's http status code.
Response Lenses
listTerminologiesResponse_terminologyPropertiesList :: Lens' ListTerminologiesResponse (Maybe [TerminologyProperties]) Source #
The properties list of the custom terminologies returned on the list request.
listTerminologiesResponse_nextToken :: Lens' ListTerminologiesResponse (Maybe Text) Source #
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
listTerminologiesResponse_httpStatus :: Lens' ListTerminologiesResponse Int Source #
The response's http status code.