Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchImport = BatchImport' {
- failureReason :: Maybe Text
- iamRoleArn :: Maybe Text
- status :: Maybe AsyncJobStatus
- processedRecordsCount :: Maybe Int
- totalRecordsCount :: Maybe Int
- jobId :: Maybe Text
- arn :: Maybe Text
- startTime :: Maybe Text
- eventTypeName :: Maybe Text
- completionTime :: Maybe Text
- outputPath :: Maybe Text
- inputPath :: Maybe Text
- failedRecordsCount :: Maybe Int
- newBatchImport :: BatchImport
- batchImport_failureReason :: Lens' BatchImport (Maybe Text)
- batchImport_iamRoleArn :: Lens' BatchImport (Maybe Text)
- batchImport_status :: Lens' BatchImport (Maybe AsyncJobStatus)
- batchImport_processedRecordsCount :: Lens' BatchImport (Maybe Int)
- batchImport_totalRecordsCount :: Lens' BatchImport (Maybe Int)
- batchImport_jobId :: Lens' BatchImport (Maybe Text)
- batchImport_arn :: Lens' BatchImport (Maybe Text)
- batchImport_startTime :: Lens' BatchImport (Maybe Text)
- batchImport_eventTypeName :: Lens' BatchImport (Maybe Text)
- batchImport_completionTime :: Lens' BatchImport (Maybe Text)
- batchImport_outputPath :: Lens' BatchImport (Maybe Text)
- batchImport_inputPath :: Lens' BatchImport (Maybe Text)
- batchImport_failedRecordsCount :: Lens' BatchImport (Maybe Int)
Documentation
data BatchImport Source #
The batch import job details.
See: newBatchImport
smart constructor.
BatchImport' | |
|
Instances
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.