stratosphere-athena-1.0.0: Stratosphere integration for AWS Athena.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Athena.WorkGroup

Documentation

data WorkGroup Source #

Instances

Instances details
ToJSON WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Show WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Eq WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

ToResourceProperties WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Property "Description" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "Description" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "Description" WorkGroup = Value Text

Methods

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

Property "Name" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "Name" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Property "RecursiveDeleteOption" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "RecursiveDeleteOption" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "RecursiveDeleteOption" WorkGroup = Value Bool

Methods

set :: PropertyType "RecursiveDeleteOption" WorkGroup -> WorkGroup -> WorkGroup #

Property "State" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "State" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Methods

set :: PropertyType "State" WorkGroup -> WorkGroup -> WorkGroup #

Property "Tags" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "Tags" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "Tags" WorkGroup = [Tag]
Property "WorkGroupConfiguration" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

Associated Types

type PropertyType "WorkGroupConfiguration" WorkGroup 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "WorkGroupConfiguration" WorkGroup = WorkGroupConfigurationProperty

Methods

set :: PropertyType "WorkGroupConfiguration" WorkGroup -> WorkGroup -> WorkGroup #

type PropertyType "Description" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

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

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "RecursiveDeleteOption" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "RecursiveDeleteOption" WorkGroup = Value Bool
type PropertyType "State" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "Tags" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "Tags" WorkGroup = [Tag]
type PropertyType "WorkGroupConfiguration" WorkGroup Source # 
Instance details

Defined in Stratosphere.Athena.WorkGroup

type PropertyType "WorkGroupConfiguration" WorkGroup = WorkGroupConfigurationProperty