Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.FraudDetector.CancelBatchPredictionJob
Description
Cancels the specified batch prediction job.
Synopsis
- data CancelBatchPredictionJob = CancelBatchPredictionJob' {}
- newCancelBatchPredictionJob :: Text -> CancelBatchPredictionJob
- cancelBatchPredictionJob_jobId :: Lens' CancelBatchPredictionJob Text
- data CancelBatchPredictionJobResponse = CancelBatchPredictionJobResponse' {
- httpStatus :: Int
- newCancelBatchPredictionJobResponse :: Int -> CancelBatchPredictionJobResponse
- cancelBatchPredictionJobResponse_httpStatus :: Lens' CancelBatchPredictionJobResponse Int
Creating a Request
data CancelBatchPredictionJob Source #
See: newCancelBatchPredictionJob
smart constructor.
Constructors
CancelBatchPredictionJob' | |
Instances
newCancelBatchPredictionJob Source #
Create a value of CancelBatchPredictionJob
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:jobId:CancelBatchPredictionJob'
, cancelBatchPredictionJob_jobId
- The ID of the batch prediction job to cancel.
Request Lenses
cancelBatchPredictionJob_jobId :: Lens' CancelBatchPredictionJob Text Source #
The ID of the batch prediction job to cancel.
Destructuring the Response
data CancelBatchPredictionJobResponse Source #
See: newCancelBatchPredictionJobResponse
smart constructor.
Constructors
CancelBatchPredictionJobResponse' | |
Fields
|
Instances
newCancelBatchPredictionJobResponse Source #
Create a value of CancelBatchPredictionJobResponse
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:CancelBatchPredictionJobResponse'
, cancelBatchPredictionJobResponse_httpStatus
- The response's http status code.
Response Lenses
cancelBatchPredictionJobResponse_httpStatus :: Lens' CancelBatchPredictionJobResponse Int Source #
The response's http status code.