stratosphere-glue-1.0.0: Stratosphere integration for AWS Glue.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Glue.Schema

Documentation

data Schema Source #

Instances

Instances details
ToJSON Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Show Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Eq Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Methods

(==) :: Schema -> Schema -> Bool #

(/=) :: Schema -> Schema -> Bool #

ToResourceProperties Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Property "CheckpointVersion" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "CheckpointVersion" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "CheckpointVersion" Schema = SchemaVersionProperty

Methods

set :: PropertyType "CheckpointVersion" Schema -> Schema -> Schema #

Property "Compatibility" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "Compatibility" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Compatibility" Schema = Value Text

Methods

set :: PropertyType "Compatibility" Schema -> Schema -> Schema #

Property "DataFormat" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "DataFormat" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "DataFormat" Schema = Value Text

Methods

set :: PropertyType "DataFormat" Schema -> Schema -> Schema #

Property "Description" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "Description" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Description" Schema = Value Text

Methods

set :: PropertyType "Description" Schema -> Schema -> Schema #

Property "Name" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "Name" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

Methods

set :: PropertyType "Name" Schema -> Schema -> Schema #

Property "Registry" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "Registry" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

Methods

set :: PropertyType "Registry" Schema -> Schema -> Schema #

Property "SchemaDefinition" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "SchemaDefinition" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "SchemaDefinition" Schema = Value Text

Methods

set :: PropertyType "SchemaDefinition" Schema -> Schema -> Schema #

Property "Tags" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

Associated Types

type PropertyType "Tags" Schema 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Tags" Schema = [Tag]

Methods

set :: PropertyType "Tags" Schema -> Schema -> Schema #

type PropertyType "CheckpointVersion" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "CheckpointVersion" Schema = SchemaVersionProperty
type PropertyType "Compatibility" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Compatibility" Schema = Value Text
type PropertyType "DataFormat" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "DataFormat" Schema = Value Text
type PropertyType "Description" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Description" Schema = Value Text
type PropertyType "Name" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Registry" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "SchemaDefinition" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "SchemaDefinition" Schema = Value Text
type PropertyType "Tags" Schema Source # 
Instance details

Defined in Stratosphere.Glue.Schema

type PropertyType "Tags" Schema = [Tag]