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

Stratosphere.Glue.Registry

Documentation

data Registry Source #

Instances

Instances details
ToJSON Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Show Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Eq Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

ToResourceProperties Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Property "Description" Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Associated Types

type PropertyType "Description" Registry 
Instance details

Defined in Stratosphere.Glue.Registry

type PropertyType "Description" Registry = Value Text

Methods

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

Property "Name" Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Associated Types

type PropertyType "Name" Registry 
Instance details

Defined in Stratosphere.Glue.Registry

Methods

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

Property "Tags" Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

Associated Types

type PropertyType "Tags" Registry 
Instance details

Defined in Stratosphere.Glue.Registry

type PropertyType "Tags" Registry = [Tag]

Methods

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

type PropertyType "Description" Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

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

Defined in Stratosphere.Glue.Registry

type PropertyType "Tags" Registry Source # 
Instance details

Defined in Stratosphere.Glue.Registry

type PropertyType "Tags" Registry = [Tag]