| 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.Personalize.ListBatchSegmentJobs
Description
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
This operation returns paginated results.
Synopsis
- data ListBatchSegmentJobs = ListBatchSegmentJobs' {}
- newListBatchSegmentJobs :: ListBatchSegmentJobs
- listBatchSegmentJobs_maxResults :: Lens' ListBatchSegmentJobs (Maybe Natural)
- listBatchSegmentJobs_nextToken :: Lens' ListBatchSegmentJobs (Maybe Text)
- listBatchSegmentJobs_solutionVersionArn :: Lens' ListBatchSegmentJobs (Maybe Text)
- data ListBatchSegmentJobsResponse = ListBatchSegmentJobsResponse' {}
- newListBatchSegmentJobsResponse :: Int -> ListBatchSegmentJobsResponse
- listBatchSegmentJobsResponse_batchSegmentJobs :: Lens' ListBatchSegmentJobsResponse (Maybe [BatchSegmentJobSummary])
- listBatchSegmentJobsResponse_nextToken :: Lens' ListBatchSegmentJobsResponse (Maybe Text)
- listBatchSegmentJobsResponse_httpStatus :: Lens' ListBatchSegmentJobsResponse Int
Creating a Request
data ListBatchSegmentJobs Source #
See: newListBatchSegmentJobs smart constructor.
Constructors
| ListBatchSegmentJobs' | |
Fields
| |
Instances
newListBatchSegmentJobs :: ListBatchSegmentJobs Source #
Create a value of ListBatchSegmentJobs 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:ListBatchSegmentJobs', listBatchSegmentJobs_maxResults - The maximum number of batch segment job results to return in each page.
The default value is 100.
ListBatchSegmentJobs, listBatchSegmentJobs_nextToken - The token to request the next page of results.
ListBatchSegmentJobs, listBatchSegmentJobs_solutionVersionArn - The Amazon Resource Name (ARN) of the solution version that the batch
segment jobs used to generate batch segments.
Request Lenses
listBatchSegmentJobs_maxResults :: Lens' ListBatchSegmentJobs (Maybe Natural) Source #
The maximum number of batch segment job results to return in each page. The default value is 100.
listBatchSegmentJobs_nextToken :: Lens' ListBatchSegmentJobs (Maybe Text) Source #
The token to request the next page of results.
listBatchSegmentJobs_solutionVersionArn :: Lens' ListBatchSegmentJobs (Maybe Text) Source #
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
Destructuring the Response
data ListBatchSegmentJobsResponse Source #
See: newListBatchSegmentJobsResponse smart constructor.
Constructors
| ListBatchSegmentJobsResponse' | |
Fields
| |
Instances
newListBatchSegmentJobsResponse Source #
Create a value of ListBatchSegmentJobsResponse 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:batchSegmentJobs:ListBatchSegmentJobsResponse', listBatchSegmentJobsResponse_batchSegmentJobs - A list containing information on each job that is returned.
ListBatchSegmentJobs, listBatchSegmentJobsResponse_nextToken - The token to use to retrieve the next page of results. The value is
null when there are no more results to return.
$sel:httpStatus:ListBatchSegmentJobsResponse', listBatchSegmentJobsResponse_httpStatus - The response's http status code.
Response Lenses
listBatchSegmentJobsResponse_batchSegmentJobs :: Lens' ListBatchSegmentJobsResponse (Maybe [BatchSegmentJobSummary]) Source #
A list containing information on each job that is returned.
listBatchSegmentJobsResponse_nextToken :: Lens' ListBatchSegmentJobsResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. The value is
null when there are no more results to return.
listBatchSegmentJobsResponse_httpStatus :: Lens' ListBatchSegmentJobsResponse Int Source #
The response's http status code.