libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.FraudDetector.DeleteBatchImportJob

Description

Deletes data that was batch imported to Amazon Fraud Detector.

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
Eq DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Read DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Show DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Generic DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type Rep DeleteBatchImportJob :: Type -> Type #

NFData DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Methods

rnf :: DeleteBatchImportJob -> () #

Hashable DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

ToJSON DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

AWSRequest DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type AWSResponse 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

type Rep DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

type Rep DeleteBatchImportJob = D1 ('MetaData "DeleteBatchImportJob" "Amazonka.FraudDetector.DeleteBatchImportJob" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "DeleteBatchImportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

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.

Constructors

DeleteBatchImportJobResponse' 

Fields

Instances

Instances details
Eq DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Read DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Show DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Generic DeleteBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchImportJob

Associated Types

type Rep DeleteBatchImportJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" '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