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.Types.BatchImport

Description

 
Synopsis

Documentation

data BatchImport Source #

The batch import job details.

See: newBatchImport smart constructor.

Constructors

BatchImport' 

Fields

Instances

Instances details
Eq BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

Read BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

Show BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

Generic BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

Associated Types

type Rep BatchImport :: Type -> Type #

NFData BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

Methods

rnf :: BatchImport -> () #

Hashable BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

FromJSON BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

type Rep BatchImport Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchImport

type Rep BatchImport = D1 ('MetaData "BatchImport" "Amazonka.FraudDetector.Types.BatchImport" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchImport'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncJobStatus)))) :*: (S1 ('MetaSel ('Just "processedRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "totalRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newBatchImport :: BatchImport Source #

Create a value of BatchImport 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:failureReason:BatchImport', batchImport_failureReason - The reason batch import job failed.

$sel:iamRoleArn:BatchImport', batchImport_iamRoleArn - The ARN of the IAM role to use for this job request.

$sel:status:BatchImport', batchImport_status - The status of the batch import job.

$sel:processedRecordsCount:BatchImport', batchImport_processedRecordsCount - The number of records processed by batch import job.

$sel:totalRecordsCount:BatchImport', batchImport_totalRecordsCount - The total number of records in the batch import job.

$sel:jobId:BatchImport', batchImport_jobId - The ID of the batch import job.

$sel:arn:BatchImport', batchImport_arn - The ARN of the batch import job.

$sel:startTime:BatchImport', batchImport_startTime - Timestamp of when the batch import job started.

$sel:eventTypeName:BatchImport', batchImport_eventTypeName - The name of the event type.

$sel:completionTime:BatchImport', batchImport_completionTime - Timestamp of when batch import job completed.

$sel:outputPath:BatchImport', batchImport_outputPath - The Amazon S3 location of your output file.

$sel:inputPath:BatchImport', batchImport_inputPath - The Amazon S3 location of your data file for batch import.

$sel:failedRecordsCount:BatchImport', batchImport_failedRecordsCount - The number of records that failed to import.

batchImport_failureReason :: Lens' BatchImport (Maybe Text) Source #

The reason batch import job failed.

batchImport_iamRoleArn :: Lens' BatchImport (Maybe Text) Source #

The ARN of the IAM role to use for this job request.

batchImport_status :: Lens' BatchImport (Maybe AsyncJobStatus) Source #

The status of the batch import job.

batchImport_processedRecordsCount :: Lens' BatchImport (Maybe Int) Source #

The number of records processed by batch import job.

batchImport_totalRecordsCount :: Lens' BatchImport (Maybe Int) Source #

The total number of records in the batch import job.

batchImport_jobId :: Lens' BatchImport (Maybe Text) Source #

The ID of the batch import job.

batchImport_arn :: Lens' BatchImport (Maybe Text) Source #

The ARN of the batch import job.

batchImport_startTime :: Lens' BatchImport (Maybe Text) Source #

Timestamp of when the batch import job started.

batchImport_eventTypeName :: Lens' BatchImport (Maybe Text) Source #

The name of the event type.

batchImport_completionTime :: Lens' BatchImport (Maybe Text) Source #

Timestamp of when batch import job completed.

batchImport_outputPath :: Lens' BatchImport (Maybe Text) Source #

The Amazon S3 location of your output file.

batchImport_inputPath :: Lens' BatchImport (Maybe Text) Source #

The Amazon S3 location of your data file for batch import.

batchImport_failedRecordsCount :: Lens' BatchImport (Maybe Int) Source #

The number of records that failed to import.