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

Description

Stops the Vector Enrichment job for a given job ARN.

Synopsis

Creating a Request

data StopVectorEnrichmentJob Source #

See: newStopVectorEnrichmentJob smart constructor.

Constructors

StopVectorEnrichmentJob' 

Fields

  • arn :: Text

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

Instances

Instances details
ToJSON StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

ToHeaders StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

ToPath StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

ToQuery StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

AWSRequest StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Generic StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Associated Types

type Rep StopVectorEnrichmentJob :: Type -> Type #

Read StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Show StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

NFData StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Methods

rnf :: StopVectorEnrichmentJob -> () #

Eq StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Hashable StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

type AWSResponse StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

type Rep StopVectorEnrichmentJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

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

newStopVectorEnrichmentJob Source #

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

StopVectorEnrichmentJob, stopVectorEnrichmentJob_arn - The Amazon Resource Name (ARN) of the Vector Enrichment job.

Request Lenses

stopVectorEnrichmentJob_arn :: Lens' StopVectorEnrichmentJob Text Source #

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

Destructuring the Response

data StopVectorEnrichmentJobResponse Source #

See: newStopVectorEnrichmentJobResponse smart constructor.

Constructors

StopVectorEnrichmentJobResponse' 

Fields

Instances

Instances details
Generic StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Associated Types

type Rep StopVectorEnrichmentJobResponse :: Type -> Type #

Read StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Show StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

NFData StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

Eq StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

type Rep StopVectorEnrichmentJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopVectorEnrichmentJob

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

newStopVectorEnrichmentJobResponse Source #

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

Response Lenses