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 ImportJobSummary = ImportJobSummary' {}
- newImportJobSummary :: ImportJobSummary
- importJobSummary_jobId :: Lens' ImportJobSummary (Maybe Text)
- importJobSummary_importDestination :: Lens' ImportJobSummary (Maybe ImportDestination)
- importJobSummary_jobStatus :: Lens' ImportJobSummary (Maybe JobStatus)
- importJobSummary_createdTimestamp :: Lens' ImportJobSummary (Maybe UTCTime)
Documentation
data ImportJobSummary Source #
A summary of the import job.
See: newImportJobSummary
smart constructor.
ImportJobSummary' | |
|
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:jobId:ImportJobSummary'
, importJobSummary_jobId
- Undocumented member.
$sel:importDestination:ImportJobSummary'
, importJobSummary_importDestination
- Undocumented member.
$sel:jobStatus:ImportJobSummary'
, importJobSummary_jobStatus
- Undocumented member.
$sel:createdTimestamp:ImportJobSummary'
, importJobSummary_createdTimestamp
- The date and time when the import job was created.
importJobSummary_jobId :: Lens' ImportJobSummary (Maybe Text) Source #
Undocumented member.
importJobSummary_importDestination :: Lens' ImportJobSummary (Maybe ImportDestination) Source #
Undocumented member.
importJobSummary_jobStatus :: Lens' ImportJobSummary (Maybe JobStatus) Source #
Undocumented member.
importJobSummary_createdTimestamp :: Lens' ImportJobSummary (Maybe UTCTime) Source #
The date and time when the import job was created.