| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMakerGeoSpatial.DeleteEarthObservationJob
Description
Use this operation to delete an Earth Observation job.
Synopsis
- data DeleteEarthObservationJob = DeleteEarthObservationJob' {}
- newDeleteEarthObservationJob :: Text -> DeleteEarthObservationJob
- deleteEarthObservationJob_arn :: Lens' DeleteEarthObservationJob Text
- data DeleteEarthObservationJobResponse = DeleteEarthObservationJobResponse' {
- httpStatus :: Int
- newDeleteEarthObservationJobResponse :: Int -> DeleteEarthObservationJobResponse
- deleteEarthObservationJobResponse_httpStatus :: Lens' DeleteEarthObservationJobResponse Int
Creating a Request
data DeleteEarthObservationJob Source #
See: newDeleteEarthObservationJob smart constructor.
Constructors
| DeleteEarthObservationJob' | |
Instances
newDeleteEarthObservationJob Source #
Arguments
| :: Text | |
| -> DeleteEarthObservationJob |
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
newDeleteEarthObservationJobResponse Source #
Arguments
| :: Int | |
| -> DeleteEarthObservationJobResponse |
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
deleteEarthObservationJobResponse_httpStatus :: Lens' DeleteEarthObservationJobResponse Int Source #
The response's http status code.