| 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.DeleteBatchImportJob
Description
Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.
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.
Constructors
| DeleteBatchImportJob' | |
Instances
newDeleteBatchImportJob Source #
Arguments
| :: Text | |
| -> DeleteBatchImportJob |
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:
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.
Constructors
| DeleteBatchImportJobResponse' | |
Fields
| |
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.