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 your parallel data resources in Amazon Translate.
Synopsis
- data ListParallelData = ListParallelData' {}
- newListParallelData :: ListParallelData
- listParallelData_nextToken :: Lens' ListParallelData (Maybe Text)
- listParallelData_maxResults :: Lens' ListParallelData (Maybe Natural)
- data ListParallelDataResponse = ListParallelDataResponse' {}
- newListParallelDataResponse :: Int -> ListParallelDataResponse
- listParallelDataResponse_parallelDataPropertiesList :: Lens' ListParallelDataResponse (Maybe [ParallelDataProperties])
- listParallelDataResponse_nextToken :: Lens' ListParallelDataResponse (Maybe Text)
- listParallelDataResponse_httpStatus :: Lens' ListParallelDataResponse Int
Creating a Request
data ListParallelData Source #
See: newListParallelData
smart constructor.
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:nextToken:ListParallelData'
, listParallelData_nextToken
- A string that specifies the next page of results to return in a
paginated response.
$sel:maxResults:ListParallelData'
, listParallelData_maxResults
- The maximum number of parallel data resources returned for each request.
Request Lenses
listParallelData_nextToken :: Lens' ListParallelData (Maybe Text) Source #
A string that specifies the next page of results to return in a paginated response.
listParallelData_maxResults :: Lens' ListParallelData (Maybe Natural) Source #
The maximum number of parallel data resources returned for each request.
Destructuring the Response
data ListParallelDataResponse Source #
See: newListParallelDataResponse
smart constructor.
ListParallelDataResponse' | |
|
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:
$sel:parallelDataPropertiesList:ListParallelDataResponse'
, listParallelDataResponse_parallelDataPropertiesList
- The properties of the parallel data resources returned by this request.
$sel:nextToken: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:httpStatus:ListParallelDataResponse'
, listParallelDataResponse_httpStatus
- The response's http status code.
Response Lenses
listParallelDataResponse_parallelDataPropertiesList :: Lens' ListParallelDataResponse (Maybe [ParallelDataProperties]) Source #
The properties of the parallel data resources returned by this request.
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_httpStatus :: Lens' ListParallelDataResponse Int Source #
The response's http status code.