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

Description

Use this operation to stop an existing earth observation job.

Synopsis

Creating a Request

data StopEarthObservationJob Source #

See: newStopEarthObservationJob smart constructor.

Constructors

StopEarthObservationJob' 

Fields

  • arn :: Text

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

Instances

Instances details
ToJSON StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

ToHeaders StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

ToPath StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

ToQuery StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

AWSRequest StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Generic StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Associated Types

type Rep StopEarthObservationJob :: Type -> Type #

Read StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Show StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

NFData StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Methods

rnf :: StopEarthObservationJob -> () #

Eq StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Hashable StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

type AWSResponse StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

type Rep StopEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

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

newStopEarthObservationJob Source #

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

StopEarthObservationJob, stopEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job being stopped.

Request Lenses

stopEarthObservationJob_arn :: Lens' StopEarthObservationJob Text Source #

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

Destructuring the Response

data StopEarthObservationJobResponse Source #

See: newStopEarthObservationJobResponse smart constructor.

Constructors

StopEarthObservationJobResponse' 

Fields

Instances

Instances details
Generic StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Associated Types

type Rep StopEarthObservationJobResponse :: Type -> Type #

Read StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Show StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

NFData StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

Eq StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

type Rep StopEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.StopEarthObservationJob

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

newStopEarthObservationJobResponse Source #

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

Response Lenses