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.DeleteVectorEnrichmentJob
Description
Use this operation to delete a Vector Enrichment job.
Synopsis
- data DeleteVectorEnrichmentJob = DeleteVectorEnrichmentJob' {}
- newDeleteVectorEnrichmentJob :: Text -> DeleteVectorEnrichmentJob
- deleteVectorEnrichmentJob_arn :: Lens' DeleteVectorEnrichmentJob Text
- data DeleteVectorEnrichmentJobResponse = DeleteVectorEnrichmentJobResponse' {
- httpStatus :: Int
- newDeleteVectorEnrichmentJobResponse :: Int -> DeleteVectorEnrichmentJobResponse
- deleteVectorEnrichmentJobResponse_httpStatus :: Lens' DeleteVectorEnrichmentJobResponse Int
Creating a Request
data DeleteVectorEnrichmentJob Source #
See: newDeleteVectorEnrichmentJob
smart constructor.
Constructors
DeleteVectorEnrichmentJob' | |
Instances
newDeleteVectorEnrichmentJob Source #
Arguments
:: Text | |
-> DeleteVectorEnrichmentJob |
Create a value of DeleteVectorEnrichmentJob
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:
DeleteVectorEnrichmentJob
, deleteVectorEnrichmentJob_arn
- The Amazon Resource Name (ARN) of the Vector Enrichment job being
deleted.
Request Lenses
deleteVectorEnrichmentJob_arn :: Lens' DeleteVectorEnrichmentJob Text Source #
The Amazon Resource Name (ARN) of the Vector Enrichment job being deleted.
Destructuring the Response
data DeleteVectorEnrichmentJobResponse Source #
See: newDeleteVectorEnrichmentJobResponse
smart constructor.
Constructors
DeleteVectorEnrichmentJobResponse' | |
Fields
|
Instances
newDeleteVectorEnrichmentJobResponse Source #
Arguments
:: Int | |
-> DeleteVectorEnrichmentJobResponse |
Create a value of DeleteVectorEnrichmentJobResponse
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:DeleteVectorEnrichmentJobResponse'
, deleteVectorEnrichmentJobResponse_httpStatus
- The response's http status code.
Response Lenses
deleteVectorEnrichmentJobResponse_httpStatus :: Lens' DeleteVectorEnrichmentJobResponse Int Source #
The response's http status code.