| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.ImportJobSummary
Description
Synopsis
- data ImportJobSummary = ImportJobSummary' {}
- newImportJobSummary :: ImportJobSummary
- importJobSummary_createdTimestamp :: Lens' ImportJobSummary (Maybe UTCTime)
- importJobSummary_failedRecordsCount :: Lens' ImportJobSummary (Maybe Int)
- importJobSummary_importDestination :: Lens' ImportJobSummary (Maybe ImportDestination)
- importJobSummary_jobId :: Lens' ImportJobSummary (Maybe Text)
- importJobSummary_jobStatus :: Lens' ImportJobSummary (Maybe JobStatus)
- importJobSummary_processedRecordsCount :: Lens' ImportJobSummary (Maybe Int)
Documentation
data ImportJobSummary Source #
A summary of the import job.
See: newImportJobSummary smart constructor.
Constructors
| ImportJobSummary' | |
Fields
| |
Instances
newImportJobSummary :: ImportJobSummary Source #
Create a value of ImportJobSummary 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:createdTimestamp:ImportJobSummary', importJobSummary_createdTimestamp - The date and time when the import job was created.
$sel:failedRecordsCount:ImportJobSummary', importJobSummary_failedRecordsCount - The number of records that failed processing because of invalid input or
other reasons.
$sel:importDestination:ImportJobSummary', importJobSummary_importDestination - Undocumented member.
$sel:jobId:ImportJobSummary', importJobSummary_jobId - Undocumented member.
$sel:jobStatus:ImportJobSummary', importJobSummary_jobStatus - Undocumented member.
$sel:processedRecordsCount:ImportJobSummary', importJobSummary_processedRecordsCount - The current number of records processed.
importJobSummary_createdTimestamp :: Lens' ImportJobSummary (Maybe UTCTime) Source #
The date and time when the import job was created.
importJobSummary_failedRecordsCount :: Lens' ImportJobSummary (Maybe Int) Source #
The number of records that failed processing because of invalid input or other reasons.
importJobSummary_importDestination :: Lens' ImportJobSummary (Maybe ImportDestination) Source #
Undocumented member.
importJobSummary_jobId :: Lens' ImportJobSummary (Maybe Text) Source #
Undocumented member.
importJobSummary_jobStatus :: Lens' ImportJobSummary (Maybe JobStatus) Source #
Undocumented member.
importJobSummary_processedRecordsCount :: Lens' ImportJobSummary (Maybe Int) Source #
The current number of records processed.