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.StopVectorEnrichmentJob
Description
Stops the Vector Enrichment job for a given job ARN.
Synopsis
- data StopVectorEnrichmentJob = StopVectorEnrichmentJob' {}
- newStopVectorEnrichmentJob :: Text -> StopVectorEnrichmentJob
- stopVectorEnrichmentJob_arn :: Lens' StopVectorEnrichmentJob Text
- data StopVectorEnrichmentJobResponse = StopVectorEnrichmentJobResponse' {
- httpStatus :: Int
- newStopVectorEnrichmentJobResponse :: Int -> StopVectorEnrichmentJobResponse
- stopVectorEnrichmentJobResponse_httpStatus :: Lens' StopVectorEnrichmentJobResponse Int
Creating a Request
data StopVectorEnrichmentJob Source #
See: newStopVectorEnrichmentJob
smart constructor.
Constructors
StopVectorEnrichmentJob' | |
Instances
newStopVectorEnrichmentJob Source #
Arguments
:: Text | |
-> StopVectorEnrichmentJob |
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
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
stopVectorEnrichmentJobResponse_httpStatus :: Lens' StopVectorEnrichmentJobResponse Int Source #
The response's http status code.