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

Description

Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEarthObservationJobs Source #

See: newListEarthObservationJobs smart constructor.

Constructors

ListEarthObservationJobs' 

Fields

Instances

Instances details
ToJSON ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

ToHeaders ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

ToPath ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

ToQuery ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

AWSPager ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

AWSRequest ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Generic ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Associated Types

type Rep ListEarthObservationJobs :: Type -> Type #

Show ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

NFData ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Eq ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Hashable ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

type AWSResponse ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

type Rep ListEarthObservationJobs Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

type Rep ListEarthObservationJobs = D1 ('MetaData "ListEarthObservationJobs" "Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ListEarthObservationJobs'" '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 EarthObservationJobStatus))))))

newListEarthObservationJobs :: ListEarthObservationJobs Source #

Create a value of ListEarthObservationJobs 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:ListEarthObservationJobs', listEarthObservationJobs_maxResults - The total number of items to return.

ListEarthObservationJobs, listEarthObservationJobs_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:ListEarthObservationJobs', listEarthObservationJobs_sortBy - The parameter by which to sort the results.

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

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

Request Lenses

listEarthObservationJobs_nextToken :: Lens' ListEarthObservationJobs (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.

listEarthObservationJobs_sortBy :: Lens' ListEarthObservationJobs (Maybe Text) Source #

The parameter by which to sort the results.

listEarthObservationJobs_sortOrder :: Lens' ListEarthObservationJobs (Maybe SortOrder) Source #

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

Destructuring the Response

data ListEarthObservationJobsResponse Source #

See: newListEarthObservationJobsResponse smart constructor.

Constructors

ListEarthObservationJobsResponse' 

Fields

Instances

Instances details
Generic ListEarthObservationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Associated Types

type Rep ListEarthObservationJobsResponse :: Type -> Type #

Show ListEarthObservationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

NFData ListEarthObservationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

Eq ListEarthObservationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

type Rep ListEarthObservationJobsResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs

type Rep ListEarthObservationJobsResponse = D1 ('MetaData "ListEarthObservationJobsResponse" "Amazonka.SageMakerGeoSpatial.ListEarthObservationJobs" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ListEarthObservationJobsResponse'" '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 "earthObservationJobSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ListEarthObservationJobOutputConfig]))))

newListEarthObservationJobsResponse Source #

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

ListEarthObservationJobs, listEarthObservationJobsResponse_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:ListEarthObservationJobsResponse', listEarthObservationJobsResponse_httpStatus - The response's http status code.

$sel:earthObservationJobSummaries:ListEarthObservationJobsResponse', listEarthObservationJobsResponse_earthObservationJobSummaries - Contains summary information about the Earth Observation jobs.

Response Lenses

listEarthObservationJobsResponse_nextToken :: Lens' ListEarthObservationJobsResponse (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.