libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.ListEdgePackagingJobs

Description

Returns a list of edge packaging jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEdgePackagingJobs Source #

See: newListEdgePackagingJobs smart constructor.

Constructors

ListEdgePackagingJobs' 

Fields

Instances

Instances details
Eq ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Read ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Show ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Generic ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type Rep ListEdgePackagingJobs :: Type -> Type #

NFData ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Methods

rnf :: ListEdgePackagingJobs -> () #

Hashable ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToJSON ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

AWSPager ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

AWSRequest ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type AWSResponse ListEdgePackagingJobs #

ToHeaders ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToPath ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

ToQuery ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobs = D1 ('MetaData "ListEdgePackagingJobs" "Amazonka.SageMaker.ListEdgePackagingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEdgePackagingJobs'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePackagingJobStatus)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListEdgePackagingJobsSortBy)))))))
type AWSResponse ListEdgePackagingJobs Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

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_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.

Destructuring the Response

data ListEdgePackagingJobsResponse Source #

See: newListEdgePackagingJobsResponse smart constructor.

Constructors

ListEdgePackagingJobsResponse' 

Fields

Instances

Instances details
Eq ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Read ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Show ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Generic ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

Associated Types

type Rep ListEdgePackagingJobsResponse :: Type -> Type #

NFData ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgePackagingJobs

type Rep ListEdgePackagingJobsResponse = D1 ('MetaData "ListEdgePackagingJobsResponse" "Amazonka.SageMaker.ListEdgePackagingJobs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListEdgePackagingJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "edgePackagingJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EdgePackagingJobSummary]))))

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.