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.CancelBatchImportJob

Description

Cancels an in-progress batch import job.

Synopsis

Creating a Request

data CancelBatchImportJob Source #

See: newCancelBatchImportJob smart constructor.

Constructors

CancelBatchImportJob' 

Fields

  • jobId :: Text

    The ID of an in-progress batch import job to cancel.

    Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.

Instances

Instances details
ToJSON CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

ToHeaders CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

ToPath CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

ToQuery CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

AWSRequest CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Associated Types

type AWSResponse CancelBatchImportJob #

Generic CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Associated Types

type Rep CancelBatchImportJob :: Type -> Type #

Read CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Show CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

NFData CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Methods

rnf :: CancelBatchImportJob -> () #

Eq CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Hashable CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

type AWSResponse CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

type Rep CancelBatchImportJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

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

newCancelBatchImportJob Source #

Create a value of CancelBatchImportJob 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:

CancelBatchImportJob, cancelBatchImportJob_jobId - The ID of an in-progress batch import job to cancel.

Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.

Request Lenses

cancelBatchImportJob_jobId :: Lens' CancelBatchImportJob Text Source #

The ID of an in-progress batch import job to cancel.

Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.

Destructuring the Response

data CancelBatchImportJobResponse Source #

See: newCancelBatchImportJobResponse smart constructor.

Constructors

CancelBatchImportJobResponse' 

Fields

Instances

Instances details
Generic CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Associated Types

type Rep CancelBatchImportJobResponse :: Type -> Type #

Read CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Show CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

NFData CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

Eq CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

type Rep CancelBatchImportJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CancelBatchImportJob

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

newCancelBatchImportJobResponse Source #

Create a value of CancelBatchImportJobResponse 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:CancelBatchImportJobResponse', cancelBatchImportJobResponse_httpStatus - The response's http status code.

Response Lenses