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 |
Returns a list of edge packaging jobs.
This operation returns paginated results.
Synopsis
- data ListEdgePackagingJobs = ListEdgePackagingJobs' {
- nameContains :: Maybe Text
- lastModifiedTimeBefore :: Maybe POSIX
- creationTimeAfter :: Maybe POSIX
- nextToken :: Maybe Text
- sortOrder :: Maybe SortOrder
- lastModifiedTimeAfter :: Maybe POSIX
- creationTimeBefore :: Maybe POSIX
- modelNameContains :: Maybe Text
- statusEquals :: Maybe EdgePackagingJobStatus
- maxResults :: Maybe Int
- sortBy :: Maybe ListEdgePackagingJobsSortBy
- newListEdgePackagingJobs :: ListEdgePackagingJobs
- listEdgePackagingJobs_nameContains :: Lens' ListEdgePackagingJobs (Maybe Text)
- listEdgePackagingJobs_lastModifiedTimeBefore :: Lens' ListEdgePackagingJobs (Maybe UTCTime)
- listEdgePackagingJobs_creationTimeAfter :: Lens' ListEdgePackagingJobs (Maybe UTCTime)
- listEdgePackagingJobs_nextToken :: Lens' ListEdgePackagingJobs (Maybe Text)
- listEdgePackagingJobs_sortOrder :: Lens' ListEdgePackagingJobs (Maybe SortOrder)
- listEdgePackagingJobs_lastModifiedTimeAfter :: Lens' ListEdgePackagingJobs (Maybe UTCTime)
- listEdgePackagingJobs_creationTimeBefore :: Lens' ListEdgePackagingJobs (Maybe UTCTime)
- listEdgePackagingJobs_modelNameContains :: Lens' ListEdgePackagingJobs (Maybe Text)
- listEdgePackagingJobs_statusEquals :: Lens' ListEdgePackagingJobs (Maybe EdgePackagingJobStatus)
- listEdgePackagingJobs_maxResults :: Lens' ListEdgePackagingJobs (Maybe Int)
- listEdgePackagingJobs_sortBy :: Lens' ListEdgePackagingJobs (Maybe ListEdgePackagingJobsSortBy)
- data ListEdgePackagingJobsResponse = ListEdgePackagingJobsResponse' {}
- newListEdgePackagingJobsResponse :: Int -> ListEdgePackagingJobsResponse
- listEdgePackagingJobsResponse_nextToken :: Lens' ListEdgePackagingJobsResponse (Maybe Text)
- listEdgePackagingJobsResponse_httpStatus :: Lens' ListEdgePackagingJobsResponse Int
- listEdgePackagingJobsResponse_edgePackagingJobSummaries :: Lens' ListEdgePackagingJobsResponse [EdgePackagingJobSummary]
Creating a Request
data ListEdgePackagingJobs Source #
See: newListEdgePackagingJobs
smart constructor.
ListEdgePackagingJobs' | |
|
Instances
newListEdgePackagingJobs :: ListEdgePackagingJobs Source #
Create a value of ListEdgePackagingJobs
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:nameContains:ListEdgePackagingJobs'
, listEdgePackagingJobs_nameContains
- Filter for jobs containing this name in their packaging job name.
$sel:lastModifiedTimeBefore:ListEdgePackagingJobs'
, listEdgePackagingJobs_lastModifiedTimeBefore
- Select jobs where the job was updated before specified time.
$sel:creationTimeAfter:ListEdgePackagingJobs'
, listEdgePackagingJobs_creationTimeAfter
- Select jobs where the job was created after specified time.
$sel:nextToken:ListEdgePackagingJobs'
, listEdgePackagingJobs_nextToken
- The response from the last list when returning a list large enough to
need tokening.
$sel:sortOrder:ListEdgePackagingJobs'
, listEdgePackagingJobs_sortOrder
- What direction to sort by.
$sel:lastModifiedTimeAfter:ListEdgePackagingJobs'
, listEdgePackagingJobs_lastModifiedTimeAfter
- Select jobs where the job was updated after specified time.
$sel:creationTimeBefore:ListEdgePackagingJobs'
, listEdgePackagingJobs_creationTimeBefore
- Select jobs where the job was created before specified time.
$sel:modelNameContains:ListEdgePackagingJobs'
, listEdgePackagingJobs_modelNameContains
- Filter for jobs where the model name contains this string.
$sel:statusEquals:ListEdgePackagingJobs'
, listEdgePackagingJobs_statusEquals
- The job status to filter for.
$sel:maxResults:ListEdgePackagingJobs'
, listEdgePackagingJobs_maxResults
- Maximum number of results to select.
$sel:sortBy:ListEdgePackagingJobs'
, listEdgePackagingJobs_sortBy
- Use to specify what column to sort by.
Request Lenses
listEdgePackagingJobs_nameContains :: Lens' ListEdgePackagingJobs (Maybe Text) Source #
Filter for jobs containing this name in their packaging job name.
listEdgePackagingJobs_lastModifiedTimeBefore :: Lens' ListEdgePackagingJobs (Maybe UTCTime) Source #
Select jobs where the job was updated before specified time.
listEdgePackagingJobs_creationTimeAfter :: Lens' ListEdgePackagingJobs (Maybe UTCTime) Source #
Select jobs where the job was created after specified time.
listEdgePackagingJobs_nextToken :: Lens' ListEdgePackagingJobs (Maybe Text) Source #
The response from the last list when returning a list large enough to need tokening.
listEdgePackagingJobs_sortOrder :: Lens' ListEdgePackagingJobs (Maybe SortOrder) Source #
What direction to sort by.
listEdgePackagingJobs_lastModifiedTimeAfter :: Lens' ListEdgePackagingJobs (Maybe UTCTime) Source #
Select jobs where the job was updated after specified time.
listEdgePackagingJobs_creationTimeBefore :: Lens' ListEdgePackagingJobs (Maybe UTCTime) Source #
Select jobs where the job was created before specified time.
listEdgePackagingJobs_modelNameContains :: Lens' ListEdgePackagingJobs (Maybe Text) Source #
Filter for jobs where the model name contains this string.
listEdgePackagingJobs_statusEquals :: Lens' ListEdgePackagingJobs (Maybe EdgePackagingJobStatus) Source #
The job status to filter for.
listEdgePackagingJobs_maxResults :: Lens' ListEdgePackagingJobs (Maybe Int) Source #
Maximum number of results to select.
listEdgePackagingJobs_sortBy :: Lens' ListEdgePackagingJobs (Maybe ListEdgePackagingJobsSortBy) Source #
Use to specify what column to sort by.
Destructuring the Response
data ListEdgePackagingJobsResponse Source #
See: newListEdgePackagingJobsResponse
smart constructor.
ListEdgePackagingJobsResponse' | |
|
Instances
newListEdgePackagingJobsResponse Source #
Create a value of ListEdgePackagingJobsResponse
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:ListEdgePackagingJobs'
, listEdgePackagingJobsResponse_nextToken
- Token to use when calling the next page of results.
$sel:httpStatus:ListEdgePackagingJobsResponse'
, listEdgePackagingJobsResponse_httpStatus
- The response's http status code.
$sel:edgePackagingJobSummaries:ListEdgePackagingJobsResponse'
, listEdgePackagingJobsResponse_edgePackagingJobSummaries
- Summaries of edge packaging jobs.
Response Lenses
listEdgePackagingJobsResponse_nextToken :: Lens' ListEdgePackagingJobsResponse (Maybe Text) Source #
Token to use when calling the next page of results.
listEdgePackagingJobsResponse_httpStatus :: Lens' ListEdgePackagingJobsResponse Int Source #
The response's http status code.
listEdgePackagingJobsResponse_edgePackagingJobSummaries :: Lens' ListEdgePackagingJobsResponse [EdgePackagingJobSummary] Source #
Summaries of edge packaging jobs.