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