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

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Read DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Show 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 #

NFData DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Hashable DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

ToJSON DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

AWSRequest 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

type Rep DeleteBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

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

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

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:

$sel:jobId: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
Eq DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Read DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Show DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Generic DeleteBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.DeleteBatchPredictionJob

Associated Types

type Rep DeleteBatchPredictionJobResponse :: Type -> Type #

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