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

Description

Use this operation to copy results of a Vector Enrichment job to an S3 location.

Synopsis

Creating a Request

data ExportVectorEnrichmentJob Source #

See: newExportVectorEnrichmentJob smart constructor.

Constructors

ExportVectorEnrichmentJob' 

Fields

Instances

Instances details
ToJSON ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

ToHeaders ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

ToPath ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

ToQuery ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

AWSRequest ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Generic ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Associated Types

type Rep ExportVectorEnrichmentJob :: Type -> Type #

Read ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Show ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

NFData ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Eq ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Hashable ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

type AWSResponse ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

type Rep ExportVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

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

newExportVectorEnrichmentJob Source #

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

ExportVectorEnrichmentJob, exportVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.

ExportVectorEnrichmentJob, exportVectorEnrichmentJob_executionRoleArn - The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.

ExportVectorEnrichmentJob, exportVectorEnrichmentJob_outputConfig - Output location information for exporting Vector Enrichment Job results.

Request Lenses

exportVectorEnrichmentJob_arn :: Lens' ExportVectorEnrichmentJob Text Source #

The Amazon Resource Name (ARN) of the Vector Enrichment job.

exportVectorEnrichmentJob_executionRoleArn :: Lens' ExportVectorEnrichmentJob Text Source #

The Amazon Resource Name (ARN) of the IAM rolewith permission to upload to the location in OutputConfig.

exportVectorEnrichmentJob_outputConfig :: Lens' ExportVectorEnrichmentJob ExportVectorEnrichmentJobOutputConfig Source #

Output location information for exporting Vector Enrichment Job results.

Destructuring the Response

data ExportVectorEnrichmentJobResponse Source #

See: newExportVectorEnrichmentJobResponse smart constructor.

Constructors

ExportVectorEnrichmentJobResponse' 

Fields

Instances

Instances details
Generic ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Associated Types

type Rep ExportVectorEnrichmentJobResponse :: Type -> Type #

Read ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Show ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

NFData ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

Eq ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

type Rep ExportVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob

type Rep ExportVectorEnrichmentJobResponse = D1 ('MetaData "ExportVectorEnrichmentJobResponse" "Amazonka.SageMakerGeoSpatial.ExportVectorEnrichmentJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ExportVectorEnrichmentJobResponse'" 'PrefixI 'True) ((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 VectorEnrichmentJobExportStatus) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExportVectorEnrichmentJobOutputConfig)))))

newExportVectorEnrichmentJobResponse Source #

Create a value of ExportVectorEnrichmentJobResponse 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:httpStatus:ExportVectorEnrichmentJobResponse', exportVectorEnrichmentJobResponse_httpStatus - The response's http status code.

ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.

ExportVectorEnrichmentJobResponse, exportVectorEnrichmentJobResponse_creationTime - The creation time.

ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_executionRoleArn - The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.

$sel:exportStatus:ExportVectorEnrichmentJobResponse', exportVectorEnrichmentJobResponse_exportStatus - The status of the results the Vector Enrichment job being exported.

ExportVectorEnrichmentJob, exportVectorEnrichmentJobResponse_outputConfig - Output location information for exporting Vector Enrichment Job results.

Response Lenses

exportVectorEnrichmentJobResponse_arn :: Lens' ExportVectorEnrichmentJobResponse Text Source #

The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.

exportVectorEnrichmentJobResponse_executionRoleArn :: Lens' ExportVectorEnrichmentJobResponse Text Source #

The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.