stratosphere-iotanalytics-1.0.0: Stratosphere integration for AWS IoTAnalytics.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IoTAnalytics.Datastore

Documentation

data Datastore Source #

Instances

Instances details
ToJSON Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Show Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Eq Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

ToResourceProperties Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Property "DatastoreName" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "DatastoreName" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "DatastoreName" Datastore = Value Text

Methods

set :: PropertyType "DatastoreName" Datastore -> Datastore -> Datastore #

Property "DatastorePartitions" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "DatastorePartitions" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Methods

set :: PropertyType "DatastorePartitions" Datastore -> Datastore -> Datastore #

Property "DatastoreStorage" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "DatastoreStorage" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Methods

set :: PropertyType "DatastoreStorage" Datastore -> Datastore -> Datastore #

Property "FileFormatConfiguration" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "FileFormatConfiguration" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "FileFormatConfiguration" Datastore = FileFormatConfigurationProperty

Methods

set :: PropertyType "FileFormatConfiguration" Datastore -> Datastore -> Datastore #

Property "RetentionPeriod" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "RetentionPeriod" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Methods

set :: PropertyType "RetentionPeriod" Datastore -> Datastore -> Datastore #

Property "Tags" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

Associated Types

type PropertyType "Tags" Datastore 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "Tags" Datastore = [Tag]
type PropertyType "DatastoreName" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "DatastoreName" Datastore = Value Text
type PropertyType "DatastorePartitions" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "DatastoreStorage" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "FileFormatConfiguration" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "FileFormatConfiguration" Datastore = FileFormatConfigurationProperty
type PropertyType "RetentionPeriod" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "Tags" Datastore Source # 
Instance details

Defined in Stratosphere.IoTAnalytics.Datastore

type PropertyType "Tags" Datastore = [Tag]