amazonka-finspace-data-2.0: Amazon FinSpace Public API SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FinSpaceData.Types.SchemaUnion

Description

 
Synopsis

Documentation

data SchemaUnion Source #

A union of schema types.

See: newSchemaUnion smart constructor.

Constructors

SchemaUnion' 

Fields

Instances

Instances details
FromJSON SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

ToJSON SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

Generic SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

Associated Types

type Rep SchemaUnion :: Type -> Type #

Read SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

Show SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

NFData SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

Methods

rnf :: SchemaUnion -> () #

Eq SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

Hashable SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

type Rep SchemaUnion Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.SchemaUnion

type Rep SchemaUnion = D1 ('MetaData "SchemaUnion" "Amazonka.FinSpaceData.Types.SchemaUnion" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "SchemaUnion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tabularSchemaConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaDefinition))))

newSchemaUnion :: SchemaUnion Source #

Create a value of SchemaUnion 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:tabularSchemaConfig:SchemaUnion', schemaUnion_tabularSchemaConfig - The configuration for a schema on a tabular Dataset.

schemaUnion_tabularSchemaConfig :: Lens' SchemaUnion (Maybe SchemaDefinition) Source #

The configuration for a schema on a tabular Dataset.