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 MappingEntry = MappingEntry' {
- targetTable :: Maybe Text
- sourceType :: Maybe Text
- sourceTable :: Maybe Text
- targetType :: Maybe Text
- targetPath :: Maybe Text
- sourcePath :: Maybe Text
- newMappingEntry :: MappingEntry
- mappingEntry_targetTable :: Lens' MappingEntry (Maybe Text)
- mappingEntry_sourceType :: Lens' MappingEntry (Maybe Text)
- mappingEntry_sourceTable :: Lens' MappingEntry (Maybe Text)
- mappingEntry_targetType :: Lens' MappingEntry (Maybe Text)
- mappingEntry_targetPath :: Lens' MappingEntry (Maybe Text)
- mappingEntry_sourcePath :: Lens' MappingEntry (Maybe Text)
Documentation
data MappingEntry Source #
Defines a mapping.
See: newMappingEntry
smart constructor.
MappingEntry' | |
|
Instances
newMappingEntry :: MappingEntry Source #
Create a value of MappingEntry
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:targetTable:MappingEntry'
, mappingEntry_targetTable
- The target table.
$sel:sourceType:MappingEntry'
, mappingEntry_sourceType
- The source type.
$sel:sourceTable:MappingEntry'
, mappingEntry_sourceTable
- The name of the source table.
$sel:targetType:MappingEntry'
, mappingEntry_targetType
- The target type.
$sel:targetPath:MappingEntry'
, mappingEntry_targetPath
- The target path.
$sel:sourcePath:MappingEntry'
, mappingEntry_sourcePath
- The source path.
mappingEntry_targetTable :: Lens' MappingEntry (Maybe Text) Source #
The target table.
mappingEntry_sourceType :: Lens' MappingEntry (Maybe Text) Source #
The source type.
mappingEntry_sourceTable :: Lens' MappingEntry (Maybe Text) Source #
The name of the source table.
mappingEntry_targetType :: Lens' MappingEntry (Maybe Text) Source #
The target type.
mappingEntry_targetPath :: Lens' MappingEntry (Maybe Text) Source #
The target path.
mappingEntry_sourcePath :: Lens' MappingEntry (Maybe Text) Source #
The source path.