| 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.StopEarthObservationJob
Description
Use this operation to stop an existing earth observation job.
Synopsis
- data StopEarthObservationJob = StopEarthObservationJob' {}
- newStopEarthObservationJob :: Text -> StopEarthObservationJob
- stopEarthObservationJob_arn :: Lens' StopEarthObservationJob Text
- data StopEarthObservationJobResponse = StopEarthObservationJobResponse' {
- httpStatus :: Int
- newStopEarthObservationJobResponse :: Int -> StopEarthObservationJobResponse
- stopEarthObservationJobResponse_httpStatus :: Lens' StopEarthObservationJobResponse Int
Creating a Request
data StopEarthObservationJob Source #
See: newStopEarthObservationJob smart constructor.
Constructors
| StopEarthObservationJob' | |
Instances
newStopEarthObservationJob Source #
Arguments
| :: Text | |
| -> StopEarthObservationJob |
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
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
stopEarthObservationJobResponse_httpStatus :: Lens' StopEarthObservationJobResponse Int Source #
The response's http status code.