amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Description

Retrieves a list of vector enrichment jobs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListVectorEnrichmentJobs Source #

See: newListVectorEnrichmentJobs smart constructor.

Constructors

ListVectorEnrichmentJobs' 

Fields

Instances

Instances details
ToJSON ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

ToHeaders ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

ToPath ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

ToQuery ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

AWSPager ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

AWSRequest ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Generic ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Associated Types

type Rep ListVectorEnrichmentJobs :: Type -> Type #

Show ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

NFData ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Eq ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Hashable ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

type AWSResponse ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

type Rep ListVectorEnrichmentJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

type Rep ListVectorEnrichmentJobs = D1 ('MetaData "ListVectorEnrichmentJobs" "Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ListVectorEnrichmentJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListVectorEnrichmentJobs :: ListVectorEnrichmentJobs Source #

Create a value of ListVectorEnrichmentJobs 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:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_maxResults - The maximum number of items to return.

ListVectorEnrichmentJobs, listVectorEnrichmentJobs_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:sortBy:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_sortBy - The parameter by which to sort the results.

$sel:sortOrder:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.

$sel:statusEquals:ListVectorEnrichmentJobs', listVectorEnrichmentJobs_statusEquals - A filter that retrieves only jobs with a specific status.

Request Lenses

listVectorEnrichmentJobs_nextToken :: Lens' ListVectorEnrichmentJobs (Maybe Text) Source #

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

listVectorEnrichmentJobs_sortBy :: Lens' ListVectorEnrichmentJobs (Maybe Text) Source #

The parameter by which to sort the results.

listVectorEnrichmentJobs_sortOrder :: Lens' ListVectorEnrichmentJobs (Maybe SortOrder) Source #

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

listVectorEnrichmentJobs_statusEquals :: Lens' ListVectorEnrichmentJobs (Maybe Text) Source #

A filter that retrieves only jobs with a specific status.

Destructuring the Response

data ListVectorEnrichmentJobsResponse Source #

See: newListVectorEnrichmentJobsResponse smart constructor.

Constructors

ListVectorEnrichmentJobsResponse' 

Fields

Instances

Instances details
Generic ListVectorEnrichmentJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Associated Types

type Rep ListVectorEnrichmentJobsResponse :: Type -> Type #

Show ListVectorEnrichmentJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

NFData ListVectorEnrichmentJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

Eq ListVectorEnrichmentJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

type Rep ListVectorEnrichmentJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs

type Rep ListVectorEnrichmentJobsResponse = D1 ('MetaData "ListVectorEnrichmentJobsResponse" "Amazonka.SageMakerGeoSpatial.ListVectorEnrichmentJobs" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ListVectorEnrichmentJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "vectorEnrichmentJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ListVectorEnrichmentJobOutputConfig]))))

newListVectorEnrichmentJobsResponse Source #

Create a value of ListVectorEnrichmentJobsResponse 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:

ListVectorEnrichmentJobs, listVectorEnrichmentJobsResponse_nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

$sel:httpStatus:ListVectorEnrichmentJobsResponse', listVectorEnrichmentJobsResponse_httpStatus - The response's http status code.

$sel:vectorEnrichmentJobSummaries:ListVectorEnrichmentJobsResponse', listVectorEnrichmentJobsResponse_vectorEnrichmentJobSummaries - Contains summary information about the Vector Enrichment jobs.

Response Lenses

listVectorEnrichmentJobsResponse_nextToken :: Lens' ListVectorEnrichmentJobsResponse (Maybe Text) Source #

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.