| 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.ListParallelData
Description
Provides a list of your parallel data resources in Amazon Translate.
Synopsis
- data ListParallelData = ListParallelData' {}
- newListParallelData :: ListParallelData
- listParallelData_maxResults :: Lens' ListParallelData (Maybe Natural)
- listParallelData_nextToken :: Lens' ListParallelData (Maybe Text)
- data ListParallelDataResponse = ListParallelDataResponse' {}
- newListParallelDataResponse :: Int -> ListParallelDataResponse
- listParallelDataResponse_nextToken :: Lens' ListParallelDataResponse (Maybe Text)
- listParallelDataResponse_parallelDataPropertiesList :: Lens' ListParallelDataResponse (Maybe [ParallelDataProperties])
- listParallelDataResponse_httpStatus :: Lens' ListParallelDataResponse Int
Creating a Request
data ListParallelData Source #
See: newListParallelData smart constructor.
Constructors
| ListParallelData' | |
Instances
newListParallelData :: ListParallelData Source #
Create a value of ListParallelData 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:ListParallelData', listParallelData_maxResults - The maximum number of parallel data resources returned for each request.
ListParallelData, listParallelData_nextToken - A string that specifies the next page of results to return in a
paginated response.
Request Lenses
listParallelData_maxResults :: Lens' ListParallelData (Maybe Natural) Source #
The maximum number of parallel data resources returned for each request.
listParallelData_nextToken :: Lens' ListParallelData (Maybe Text) Source #
A string that specifies the next page of results to return in a paginated response.
Destructuring the Response
data ListParallelDataResponse Source #
See: newListParallelDataResponse smart constructor.
Constructors
| ListParallelDataResponse' | |
Fields
| |
Instances
newListParallelDataResponse Source #
Create a value of ListParallelDataResponse 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:
ListParallelData, listParallelDataResponse_nextToken - The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
$sel:parallelDataPropertiesList:ListParallelDataResponse', listParallelDataResponse_parallelDataPropertiesList - The properties of the parallel data resources returned by this request.
$sel:httpStatus:ListParallelDataResponse', listParallelDataResponse_httpStatus - The response's http status code.
Response Lenses
listParallelDataResponse_nextToken :: Lens' ListParallelDataResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
listParallelDataResponse_parallelDataPropertiesList :: Lens' ListParallelDataResponse (Maybe [ParallelDataProperties]) Source #
The properties of the parallel data resources returned by this request.
listParallelDataResponse_httpStatus :: Lens' ListParallelDataResponse Int Source #
The response's http status code.