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

Description

Use this operation to export results of an Earth Observation job and optionally source images used as input to the EOJ to an S3 location.

Synopsis

Creating a Request

data ExportEarthObservationJob Source #

See: newExportEarthObservationJob smart constructor.

Constructors

ExportEarthObservationJob' 

Fields

Instances

Instances details
ToJSON ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

ToHeaders ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

ToPath ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

ToQuery ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

AWSRequest ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Generic ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Associated Types

type Rep ExportEarthObservationJob :: Type -> Type #

Read ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Show ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

NFData ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Eq ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Hashable ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

type AWSResponse ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

type Rep ExportEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

type Rep ExportEarthObservationJob = D1 ('MetaData "ExportEarthObservationJob" "Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ExportEarthObservationJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exportSourceImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputConfigInput))))

newExportEarthObservationJob Source #

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

ExportEarthObservationJob, exportEarthObservationJob_exportSourceImages - The source images provided to the Earth Observation job being exported.

ExportEarthObservationJob, exportEarthObservationJob_arn - The input Amazon Resource Name (ARN) of the Earth Observation job being exported.

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

ExportEarthObservationJob, exportEarthObservationJob_outputConfig - An object containing information about the output file.

Request Lenses

exportEarthObservationJob_exportSourceImages :: Lens' ExportEarthObservationJob (Maybe Bool) Source #

The source images provided to the Earth Observation job being exported.

exportEarthObservationJob_arn :: Lens' ExportEarthObservationJob Text Source #

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

exportEarthObservationJob_executionRoleArn :: Lens' ExportEarthObservationJob Text Source #

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

exportEarthObservationJob_outputConfig :: Lens' ExportEarthObservationJob OutputConfigInput Source #

An object containing information about the output file.

Destructuring the Response

data ExportEarthObservationJobResponse Source #

See: newExportEarthObservationJobResponse smart constructor.

Constructors

ExportEarthObservationJobResponse' 

Fields

Instances

Instances details
Generic ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Associated Types

type Rep ExportEarthObservationJobResponse :: Type -> Type #

Read ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Show ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

NFData ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

Eq ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

type Rep ExportEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob

type Rep ExportEarthObservationJobResponse = D1 ('MetaData "ExportEarthObservationJobResponse" "Amazonka.SageMakerGeoSpatial.ExportEarthObservationJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ExportEarthObservationJobResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "exportSourceImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (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 "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "exportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EarthObservationJobExportStatus) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputConfigInput)))))

newExportEarthObservationJobResponse Source #

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

ExportEarthObservationJob, exportEarthObservationJobResponse_exportSourceImages - The source images provided to the Earth Observation job being exported.

$sel:httpStatus:ExportEarthObservationJobResponse', exportEarthObservationJobResponse_httpStatus - The response's http status code.

ExportEarthObservationJob, exportEarthObservationJobResponse_arn - The output Amazon Resource Name (ARN) of the Earth Observation job being exported.

ExportEarthObservationJobResponse, exportEarthObservationJobResponse_creationTime - The creation time.

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

$sel:exportStatus:ExportEarthObservationJobResponse', exportEarthObservationJobResponse_exportStatus - The status of the results of the Earth Observation job being exported.

ExportEarthObservationJob, exportEarthObservationJobResponse_outputConfig - An object containing information about the output file.

Response Lenses

exportEarthObservationJobResponse_exportSourceImages :: Lens' ExportEarthObservationJobResponse (Maybe Bool) Source #

The source images provided to the Earth Observation job being exported.

exportEarthObservationJobResponse_arn :: Lens' ExportEarthObservationJobResponse Text Source #

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

exportEarthObservationJobResponse_executionRoleArn :: Lens' ExportEarthObservationJobResponse Text Source #

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