amazonka-frauddetector-2.0: Amazon Fraud Detector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FraudDetector.DeleteBatchImportJob

Description

Deletes the specified batch import job ID record. This action does not delete the data that was batch imported.

Synopsis

Creating a Request

data DeleteBatchImportJob Source #

See: newDeleteBatchImportJob smart constructor.

Constructors

DeleteBatchImportJob' 

Fields

  • jobId :: Text

    The ID of the batch import job to delete.

Instances

Instances details
ToJSON DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

ToHeaders DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

ToPath DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

ToQuery DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

AWSRequest DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type AWSResponse DeleteBatchImportJob #

Generic DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type Rep DeleteBatchImportJob :: Type -> Type #

Read DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Show DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

NFData DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Methods

rnf :: DeleteBatchImportJob -> () #

Eq DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Hashable DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type AWSResponse DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type Rep DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type Rep DeleteBatchImportJob = D1 ('MetaData "DeleteBatchImportJob" "Amazonka.FraudDetector.DeleteBatchImportJob" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "DeleteBatchImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Instances details
Generic DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type Rep DeleteBatchImportJobResponse :: Type -> Type #

Read DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Show DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

NFData DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Eq DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type Rep DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type Rep DeleteBatchImportJobResponse = D1 ('MetaData "DeleteBatchImportJobResponse" "Amazonka.FraudDetector.DeleteBatchImportJob" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "DeleteBatchImportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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