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

Description

Use this operation to delete an Earth Observation job.

Synopsis

Creating a Request

data DeleteEarthObservationJob Source #

See: newDeleteEarthObservationJob smart constructor.

Constructors

DeleteEarthObservationJob' 

Fields

  • arn :: Text

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

Instances

Instances details
ToHeaders DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

ToPath DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

ToQuery DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

AWSRequest DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Generic DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Associated Types

type Rep DeleteEarthObservationJob :: Type -> Type #

Read DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Show DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

NFData DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Eq DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Hashable DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

type AWSResponse DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

type Rep DeleteEarthObservationJob Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

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

newDeleteEarthObservationJob Source #

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

DeleteEarthObservationJob, deleteEarthObservationJob_arn - The Amazon Resource Name (ARN) of the Earth Observation job being deleted.

Request Lenses

deleteEarthObservationJob_arn :: Lens' DeleteEarthObservationJob Text Source #

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

Destructuring the Response

data DeleteEarthObservationJobResponse Source #

See: newDeleteEarthObservationJobResponse smart constructor.

Constructors

DeleteEarthObservationJobResponse' 

Fields

Instances

Instances details
Generic DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Associated Types

type Rep DeleteEarthObservationJobResponse :: Type -> Type #

Read DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Show DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

NFData DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

Eq DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

type Rep DeleteEarthObservationJobResponse Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob

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

newDeleteEarthObservationJobResponse Source #

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

Response Lenses