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

Description

Deletes a batch prediction job.

Synopsis

Creating a Request

data DeleteBatchPredictionJob Source #

See: newDeleteBatchPredictionJob smart constructor.

Constructors

DeleteBatchPredictionJob' 

Fields

  • jobId :: Text

    The ID of the batch prediction job to delete.

Instances

Instances details
ToJSON DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

ToHeaders DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

ToPath DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

ToQuery DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

AWSRequest DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Generic DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Associated Types

type Rep DeleteBatchPredictionJob :: Type -> Type #

Read DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Show DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

NFData DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Eq DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Hashable DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

type AWSResponse DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

type Rep DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

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

newDeleteBatchPredictionJob Source #

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

DeleteBatchPredictionJob, deleteBatchPredictionJob_jobId - The ID of the batch prediction job to delete.

Request Lenses

deleteBatchPredictionJob_jobId :: Lens' DeleteBatchPredictionJob Text Source #

The ID of the batch prediction job to delete.

Destructuring the Response

data DeleteBatchPredictionJobResponse Source #

See: newDeleteBatchPredictionJobResponse smart constructor.

Constructors

DeleteBatchPredictionJobResponse' 

Fields

Instances

Instances details
Generic DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Associated Types

type Rep DeleteBatchPredictionJobResponse :: Type -> Type #

Read DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Show DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

NFData DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Eq DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

type Rep DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

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

newDeleteBatchPredictionJobResponse Source #

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

Response Lenses