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 TableDataImportJobMetadata = TableDataImportJobMetadata' {}
- newTableDataImportJobMetadata :: ImportJobSubmitter -> UTCTime -> ImportOptions -> ImportDataSource -> TableDataImportJobMetadata
- tableDataImportJobMetadata_submitter :: Lens' TableDataImportJobMetadata ImportJobSubmitter
- tableDataImportJobMetadata_submitTime :: Lens' TableDataImportJobMetadata UTCTime
- tableDataImportJobMetadata_importOptions :: Lens' TableDataImportJobMetadata ImportOptions
- tableDataImportJobMetadata_dataSource :: Lens' TableDataImportJobMetadata ImportDataSource
Documentation
data TableDataImportJobMetadata Source #
The metadata associated with the table data import job that was submitted.
See: newTableDataImportJobMetadata
smart constructor.
TableDataImportJobMetadata' | |
|
Instances
newTableDataImportJobMetadata Source #
Create a value of TableDataImportJobMetadata
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:submitter:TableDataImportJobMetadata'
, tableDataImportJobMetadata_submitter
- Details about the submitter of the import request.
$sel:submitTime:TableDataImportJobMetadata'
, tableDataImportJobMetadata_submitTime
- The timestamp when the job was submitted for import.
$sel:importOptions:TableDataImportJobMetadata'
, tableDataImportJobMetadata_importOptions
- The options that was specified at the time of submitting the import
request.
$sel:dataSource:TableDataImportJobMetadata'
, tableDataImportJobMetadata_dataSource
- The source of the data that was submitted for import.
tableDataImportJobMetadata_submitter :: Lens' TableDataImportJobMetadata ImportJobSubmitter Source #
Details about the submitter of the import request.
tableDataImportJobMetadata_submitTime :: Lens' TableDataImportJobMetadata UTCTime Source #
The timestamp when the job was submitted for import.
tableDataImportJobMetadata_importOptions :: Lens' TableDataImportJobMetadata ImportOptions Source #
The options that was specified at the time of submitting the import request.
tableDataImportJobMetadata_dataSource :: Lens' TableDataImportJobMetadata ImportDataSource Source #
The source of the data that was submitted for import.