libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
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.HoneyCode.Types.TableDataImportJobMetadata

Description

 
Synopsis

Documentation

data TableDataImportJobMetadata Source #

The metadata associated with the table data import job that was submitted.

See: newTableDataImportJobMetadata smart constructor.

Constructors

TableDataImportJobMetadata' 

Fields

Instances

Instances details
Eq TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

Show TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

Generic TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

Associated Types

type Rep TableDataImportJobMetadata :: Type -> Type #

NFData TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

Hashable TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

FromJSON TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

type Rep TableDataImportJobMetadata Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.TableDataImportJobMetadata

type Rep TableDataImportJobMetadata = D1 ('MetaData "TableDataImportJobMetadata" "Amazonka.HoneyCode.Types.TableDataImportJobMetadata" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "TableDataImportJobMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "submitter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImportJobSubmitter) :*: S1 ('MetaSel ('Just "submitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "importOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImportOptions) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImportDataSource))))

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_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.