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 |
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.
Instances
newDeleteBatchPredictionJob Source #
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:
$sel:jobId: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.
DeleteBatchPredictionJobResponse' | |
|
Instances
Eq DeleteBatchPredictionJobResponse Source # | |
Read DeleteBatchPredictionJobResponse Source # | |
Show DeleteBatchPredictionJobResponse Source # | |
Generic DeleteBatchPredictionJobResponse Source # | |
NFData DeleteBatchPredictionJobResponse Source # | |
Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob rnf :: DeleteBatchPredictionJobResponse -> () # | |
type Rep DeleteBatchPredictionJobResponse Source # | |
Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob type Rep DeleteBatchPredictionJobResponse = D1 ('MetaData "DeleteBatchPredictionJobResponse" "Amazonka.FraudDetector.DeleteBatchPredictionJob" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "DeleteBatchPredictionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.