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