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

Description

 
Synopsis

Documentation

data ImportDataSource Source #

An object that has details about the source of the data that was submitted for import.

See: newImportDataSource smart constructor.

Constructors

ImportDataSource' 

Fields

Instances

Instances details
Eq ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

Read ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

Show ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

Generic ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

Associated Types

type Rep ImportDataSource :: Type -> Type #

NFData ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

Methods

rnf :: ImportDataSource -> () #

Hashable ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

ToJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

FromJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

type Rep ImportDataSource Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ImportDataSource

type Rep ImportDataSource = D1 ('MetaData "ImportDataSource" "Amazonka.HoneyCode.Types.ImportDataSource" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "ImportDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImportDataSourceConfig)))

newImportDataSource Source #

Create a value of ImportDataSource 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:dataSourceConfig:ImportDataSource', importDataSource_dataSourceConfig - The configuration parameters for the data source of the import

importDataSource_dataSourceConfig :: Lens' ImportDataSource ImportDataSourceConfig Source #

The configuration parameters for the data source of the import