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

Description

Get the details for a previously initiated Earth Observation job.

Synopsis

Creating a Request

data GetEarthObservationJob Source #

See: newGetEarthObservationJob smart constructor.

Constructors

GetEarthObservationJob' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the Earth Observation job.

Instances

Instances details
ToHeaders GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

ToPath GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

ToQuery GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

AWSRequest GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Associated Types

type AWSResponse GetEarthObservationJob #

Generic GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Associated Types

type Rep GetEarthObservationJob :: Type -> Type #

Read GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Show GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

NFData GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Methods

rnf :: GetEarthObservationJob -> () #

Eq GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Hashable GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

type AWSResponse GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

type Rep GetEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

type Rep GetEarthObservationJob = D1 ('MetaData "GetEarthObservationJob" "Amazonka.SageMakerGeoSpatial.GetEarthObservationJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "GetEarthObservationJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEarthObservationJob Source #

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

GetEarthObservationJob, getEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job.

Request Lenses

getEarthObservationJob_arn :: Lens' GetEarthObservationJob Text Source #

The Amazon Resource Name (ARN) of the Earth Observation job.

Destructuring the Response

data GetEarthObservationJobResponse Source #

See: newGetEarthObservationJobResponse smart constructor.

Constructors

GetEarthObservationJobResponse' 

Fields

Instances

Instances details
Generic GetEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Associated Types

type Rep GetEarthObservationJobResponse :: Type -> Type #

Show GetEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

NFData GetEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

Eq GetEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

type Rep GetEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.GetEarthObservationJob

type Rep GetEarthObservationJobResponse = D1 ('MetaData "GetEarthObservationJobResponse" "Amazonka.SageMakerGeoSpatial.GetEarthObservationJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "GetEarthObservationJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "errorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EarthObservationJobErrorDetails)) :*: (S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exportErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportErrorDetails)))) :*: ((S1 ('MetaSel ('Just "exportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EarthObservationJobExportStatus)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputBands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputBand])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: (((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputConfigOutput) :*: S1 ('MetaSel ('Just "jobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobConfigInput)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EarthObservationJobStatus))))))

newGetEarthObservationJobResponse Source #

Create a value of GetEarthObservationJobResponse 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:errorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_errorDetails - Details about the errors generated during the Earth Observation job.

$sel:executionRoleArn:GetEarthObservationJobResponse', getEarthObservationJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

$sel:exportErrorDetails:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportErrorDetails - Details about the errors generated during ExportEarthObservationJob.

$sel:exportStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_exportStatus - The status of the Earth Observation job.

GetEarthObservationJobResponse, getEarthObservationJobResponse_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.

$sel:outputBands:GetEarthObservationJobResponse', getEarthObservationJobResponse_outputBands -

GetEarthObservationJobResponse, getEarthObservationJobResponse_tags - Each tag consists of a key and a value.

$sel:httpStatus:GetEarthObservationJobResponse', getEarthObservationJobResponse_httpStatus - The response's http status code.

GetEarthObservationJob, getEarthObservationJobResponse_arn - The Amazon Resource Name (ARN) of the Earth Observation job.

GetEarthObservationJobResponse, getEarthObservationJobResponse_creationTime - The creation time of the initiated Earth Observation job.

GetEarthObservationJobResponse, getEarthObservationJobResponse_durationInSeconds - The duration of Earth Observation job, in seconds.

$sel:inputConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_inputConfig - Input data for the Earth Observation job.

$sel:jobConfig:GetEarthObservationJobResponse', getEarthObservationJobResponse_jobConfig - An object containing information about the job configuration.

GetEarthObservationJobResponse, getEarthObservationJobResponse_name - The name of the Earth Observation job.

GetEarthObservationJobResponse, getEarthObservationJobResponse_status - The status of a previously initiated Earth Observation job.

Response Lenses

getEarthObservationJobResponse_executionRoleArn :: Lens' GetEarthObservationJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

getEarthObservationJobResponse_exportErrorDetails :: Lens' GetEarthObservationJobResponse (Maybe ExportErrorDetails) Source #

Details about the errors generated during ExportEarthObservationJob.

getEarthObservationJobResponse_kmsKeyId :: Lens' GetEarthObservationJobResponse (Maybe Text) Source #

The Amazon Key Management Service (KMS) key ID for server-side encryption.

getEarthObservationJobResponse_arn :: Lens' GetEarthObservationJobResponse Text Source #

The Amazon Resource Name (ARN) of the Earth Observation job.

getEarthObservationJobResponse_creationTime :: Lens' GetEarthObservationJobResponse UTCTime Source #

The creation time of the initiated Earth Observation job.

getEarthObservationJobResponse_jobConfig :: Lens' GetEarthObservationJobResponse JobConfigInput Source #

An object containing information about the job configuration.