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

Description

Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.

Synopsis

Creating a Request

data StartVectorEnrichmentJob Source #

See: newStartVectorEnrichmentJob smart constructor.

Constructors

StartVectorEnrichmentJob' 

Fields

Instances

Instances details
ToJSON StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

ToHeaders StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

ToPath StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

ToQuery StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

AWSRequest StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Generic StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Associated Types

type Rep StartVectorEnrichmentJob :: Type -> Type #

Read StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Show StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

NFData StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Eq StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Hashable StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

type AWSResponse StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

type Rep StartVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

type Rep StartVectorEnrichmentJob = D1 ('MetaData "StartVectorEnrichmentJob" "Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "StartVectorEnrichmentJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobInputConfig)) :*: (S1 ('MetaSel ('Just "jobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobConfig) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newStartVectorEnrichmentJob Source #

Create a value of StartVectorEnrichmentJob 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:clientToken:StartVectorEnrichmentJob', startVectorEnrichmentJob_clientToken - A unique token that guarantees that the call to this API is idempotent.

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

StartVectorEnrichmentJob, startVectorEnrichmentJob_tags - Each tag consists of a key and a value.

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

StartVectorEnrichmentJob, startVectorEnrichmentJob_inputConfig - Input configuration information for the Vector Enrichment job.

StartVectorEnrichmentJob, startVectorEnrichmentJob_jobConfig - An object containing information about the job configuration.

StartVectorEnrichmentJob, startVectorEnrichmentJob_name - The name of the Vector Enrichment job.

Request Lenses

startVectorEnrichmentJob_clientToken :: Lens' StartVectorEnrichmentJob (Maybe Text) Source #

A unique token that guarantees that the call to this API is idempotent.

startVectorEnrichmentJob_kmsKeyId :: Lens' StartVectorEnrichmentJob (Maybe Text) Source #

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

startVectorEnrichmentJob_executionRoleArn :: Lens' StartVectorEnrichmentJob Text Source #

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

startVectorEnrichmentJob_inputConfig :: Lens' StartVectorEnrichmentJob VectorEnrichmentJobInputConfig Source #

Input configuration information for the Vector Enrichment job.

startVectorEnrichmentJob_jobConfig :: Lens' StartVectorEnrichmentJob VectorEnrichmentJobConfig Source #

An object containing information about the job configuration.

startVectorEnrichmentJob_name :: Lens' StartVectorEnrichmentJob Text Source #

The name of the Vector Enrichment job.

Destructuring the Response

data StartVectorEnrichmentJobResponse Source #

See: newStartVectorEnrichmentJobResponse smart constructor.

Constructors

StartVectorEnrichmentJobResponse' 

Fields

Instances

Instances details
Generic StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Associated Types

type Rep StartVectorEnrichmentJobResponse :: Type -> Type #

Read StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Show StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

NFData StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

Eq StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

type Rep StartVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob

type Rep StartVectorEnrichmentJobResponse = D1 ('MetaData "StartVectorEnrichmentJobResponse" "Amazonka.SageMakerGeoSpatial.StartVectorEnrichmentJob" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "StartVectorEnrichmentJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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 "executionRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobInputConfig) :*: S1 ('MetaSel ('Just "jobConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobConfig))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobStatus) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VectorEnrichmentJobType))))))

newStartVectorEnrichmentJobResponse Source #

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

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

StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_tags - Each tag consists of a key and a value.

$sel:httpStatus:StartVectorEnrichmentJobResponse', startVectorEnrichmentJobResponse_httpStatus - The response's http status code.

StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.

StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_creationTime - The creation time.

StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_durationInSeconds - The duration of the Vector Enrichment job, in seconds.

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

StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_inputConfig - Input configuration information for starting the Vector Enrichment job.

StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_jobConfig - An object containing information about the job configuration.

StartVectorEnrichmentJob, startVectorEnrichmentJobResponse_name - The name of the Vector Enrichment job.

StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_status - The status of the Vector Enrichment job being started.

StartVectorEnrichmentJobResponse, startVectorEnrichmentJobResponse_type - The type of the Vector Enrichment job.

Response Lenses

startVectorEnrichmentJobResponse_kmsKeyId :: Lens' StartVectorEnrichmentJobResponse (Maybe Text) Source #

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

startVectorEnrichmentJobResponse_arn :: Lens' StartVectorEnrichmentJobResponse Text Source #

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

startVectorEnrichmentJobResponse_executionRoleArn :: Lens' StartVectorEnrichmentJobResponse Text Source #

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

startVectorEnrichmentJobResponse_inputConfig :: Lens' StartVectorEnrichmentJobResponse VectorEnrichmentJobInputConfig Source #

Input configuration information for starting the Vector Enrichment job.