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

Description

Use this operation to delete a Vector Enrichment job.

Synopsis

Creating a Request

data DeleteVectorEnrichmentJob Source #

See: newDeleteVectorEnrichmentJob smart constructor.

Constructors

DeleteVectorEnrichmentJob' 

Fields

  • arn :: Text

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

Instances

Instances details
ToHeaders DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

ToPath DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

ToQuery DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

AWSRequest DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Generic DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Associated Types

type Rep DeleteVectorEnrichmentJob :: Type -> Type #

Read DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Show DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

NFData DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Eq DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Hashable DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

type AWSResponse DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

type Rep DeleteVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

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

newDeleteVectorEnrichmentJob Source #

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

DeleteVectorEnrichmentJob, deleteVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.

Request Lenses

deleteVectorEnrichmentJob_arn :: Lens' DeleteVectorEnrichmentJob Text Source #

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

Destructuring the Response

data DeleteVectorEnrichmentJobResponse Source #

See: newDeleteVectorEnrichmentJobResponse smart constructor.

Constructors

DeleteVectorEnrichmentJobResponse' 

Fields

Instances

Instances details
Generic DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Associated Types

type Rep DeleteVectorEnrichmentJobResponse :: Type -> Type #

Read DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Show DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

NFData DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

Eq DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

type Rep DeleteVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteVectorEnrichmentJob

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

newDeleteVectorEnrichmentJobResponse Source #

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

Response Lenses