| 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.FraudDetector.DeleteBatchPredictionJob
Description
Deletes a batch prediction job.
Synopsis
- data DeleteBatchPredictionJob = DeleteBatchPredictionJob' {}
- newDeleteBatchPredictionJob :: Text -> DeleteBatchPredictionJob
- deleteBatchPredictionJob_jobId :: Lens' DeleteBatchPredictionJob Text
- data DeleteBatchPredictionJobResponse = DeleteBatchPredictionJobResponse' {
- httpStatus :: Int
- newDeleteBatchPredictionJobResponse :: Int -> DeleteBatchPredictionJobResponse
- deleteBatchPredictionJobResponse_httpStatus :: Lens' DeleteBatchPredictionJobResponse Int
Creating a Request
data DeleteBatchPredictionJob Source #
See: newDeleteBatchPredictionJob smart constructor.
Constructors
| DeleteBatchPredictionJob' | |
Instances
newDeleteBatchPredictionJob Source #
Arguments
| :: Text | |
| -> DeleteBatchPredictionJob |
Create a value of DeleteBatchPredictionJob 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:
DeleteBatchPredictionJob, deleteBatchPredictionJob_jobId - The ID of the batch prediction job to delete.
Request Lenses
deleteBatchPredictionJob_jobId :: Lens' DeleteBatchPredictionJob Text Source #
The ID of the batch prediction job to delete.
Destructuring the Response
data DeleteBatchPredictionJobResponse Source #
See: newDeleteBatchPredictionJobResponse smart constructor.
Constructors
| DeleteBatchPredictionJobResponse' | |
Fields
| |
Instances
newDeleteBatchPredictionJobResponse Source #
Create a value of DeleteBatchPredictionJobResponse 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:DeleteBatchPredictionJobResponse', deleteBatchPredictionJobResponse_httpStatus - The response's http status code.
Response Lenses
deleteBatchPredictionJobResponse_httpStatus :: Lens' DeleteBatchPredictionJobResponse Int Source #
The response's http status code.