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 data that was batch imported to Amazon Fraud Detector.
Synopsis
- data DeleteBatchImportJob = DeleteBatchImportJob' {}
- newDeleteBatchImportJob :: Text -> DeleteBatchImportJob
- deleteBatchImportJob_jobId :: Lens' DeleteBatchImportJob Text
- data DeleteBatchImportJobResponse = DeleteBatchImportJobResponse' {
- httpStatus :: Int
- newDeleteBatchImportJobResponse :: Int -> DeleteBatchImportJobResponse
- deleteBatchImportJobResponse_httpStatus :: Lens' DeleteBatchImportJobResponse Int
Creating a Request
data DeleteBatchImportJob Source #
See: newDeleteBatchImportJob
smart constructor.
Instances
newDeleteBatchImportJob Source #
Create a value of DeleteBatchImportJob
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:DeleteBatchImportJob'
, deleteBatchImportJob_jobId
- The ID of the batch import job to delete.
Request Lenses
deleteBatchImportJob_jobId :: Lens' DeleteBatchImportJob Text Source #
The ID of the batch import job to delete.
Destructuring the Response
data DeleteBatchImportJobResponse Source #
See: newDeleteBatchImportJobResponse
smart constructor.
DeleteBatchImportJobResponse' | |
|
Instances
newDeleteBatchImportJobResponse Source #
Create a value of DeleteBatchImportJobResponse
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:DeleteBatchImportJobResponse'
, deleteBatchImportJobResponse_httpStatus
- The response's http status code.
Response Lenses
deleteBatchImportJobResponse_httpStatus :: Lens' DeleteBatchImportJobResponse Int Source #
The response's http status code.