| 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.RobOMaker.ListWorldExportJobs
Description
Lists world export jobs.
This operation returns paginated results.
Synopsis
- data ListWorldExportJobs = ListWorldExportJobs' {}
- newListWorldExportJobs :: ListWorldExportJobs
- listWorldExportJobs_filters :: Lens' ListWorldExportJobs (Maybe (NonEmpty Filter))
- listWorldExportJobs_maxResults :: Lens' ListWorldExportJobs (Maybe Int)
- listWorldExportJobs_nextToken :: Lens' ListWorldExportJobs (Maybe Text)
- data ListWorldExportJobsResponse = ListWorldExportJobsResponse' {}
- newListWorldExportJobsResponse :: Int -> ListWorldExportJobsResponse
- listWorldExportJobsResponse_nextToken :: Lens' ListWorldExportJobsResponse (Maybe Text)
- listWorldExportJobsResponse_httpStatus :: Lens' ListWorldExportJobsResponse Int
- listWorldExportJobsResponse_worldExportJobSummaries :: Lens' ListWorldExportJobsResponse [WorldExportJobSummary]
Creating a Request
data ListWorldExportJobs Source #
See: newListWorldExportJobs smart constructor.
Constructors
| ListWorldExportJobs' | |
Fields
| |
Instances
newListWorldExportJobs :: ListWorldExportJobs Source #
Create a value of ListWorldExportJobs 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:filters:ListWorldExportJobs', listWorldExportJobs_filters - Optional filters to limit results. You can use generationJobId and
templateId.
$sel:maxResults:ListWorldExportJobs', listWorldExportJobs_maxResults - When this parameter is used, ListWorldExportJobs only returns
maxResults results in a single page along with a nextToken response
element. The remaining results of the initial request can be seen by
sending another ListWorldExportJobs request with the returned
nextToken value. This value can be between 1 and 100. If this
parameter is not used, then ListWorldExportJobs returns up to 100
results and a nextToken value if applicable.
ListWorldExportJobs, listWorldExportJobs_nextToken - If the previous paginated request did not return all of the remaining
results, the response object's nextToken parameter value is set to a
token. To retrieve the next set of results, call ListWorldExportJobs
again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response
object's NextToken parameter is set to null.
Request Lenses
listWorldExportJobs_filters :: Lens' ListWorldExportJobs (Maybe (NonEmpty Filter)) Source #
Optional filters to limit results. You can use generationJobId and
templateId.
listWorldExportJobs_maxResults :: Lens' ListWorldExportJobs (Maybe Int) Source #
When this parameter is used, ListWorldExportJobs only returns
maxResults results in a single page along with a nextToken response
element. The remaining results of the initial request can be seen by
sending another ListWorldExportJobs request with the returned
nextToken value. This value can be between 1 and 100. If this
parameter is not used, then ListWorldExportJobs returns up to 100
results and a nextToken value if applicable.
listWorldExportJobs_nextToken :: Lens' ListWorldExportJobs (Maybe Text) Source #
If the previous paginated request did not return all of the remaining
results, the response object's nextToken parameter value is set to a
token. To retrieve the next set of results, call ListWorldExportJobs
again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response
object's NextToken parameter is set to null.
Destructuring the Response
data ListWorldExportJobsResponse Source #
See: newListWorldExportJobsResponse smart constructor.
Constructors
| ListWorldExportJobsResponse' | |
Fields
| |
Instances
newListWorldExportJobsResponse Source #
Create a value of ListWorldExportJobsResponse 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:
ListWorldExportJobs, listWorldExportJobsResponse_nextToken - If the previous paginated request did not return all of the remaining
results, the response object's nextToken parameter value is set to a
token. To retrieve the next set of results, call
ListWorldExportJobsRequest again and assign that token to the request
object's nextToken parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
$sel:httpStatus:ListWorldExportJobsResponse', listWorldExportJobsResponse_httpStatus - The response's http status code.
$sel:worldExportJobSummaries:ListWorldExportJobsResponse', listWorldExportJobsResponse_worldExportJobSummaries - Summary information for world export jobs.
Response Lenses
listWorldExportJobsResponse_nextToken :: Lens' ListWorldExportJobsResponse (Maybe Text) Source #
If the previous paginated request did not return all of the remaining
results, the response object's nextToken parameter value is set to a
token. To retrieve the next set of results, call
ListWorldExportJobsRequest again and assign that token to the request
object's nextToken parameter. If there are no remaining results, the
previous response object's NextToken parameter is set to null.
listWorldExportJobsResponse_httpStatus :: Lens' ListWorldExportJobsResponse Int Source #
The response's http status code.
listWorldExportJobsResponse_worldExportJobSummaries :: Lens' ListWorldExportJobsResponse [WorldExportJobSummary] Source #
Summary information for world export jobs.