stratosphere-kinesis-1.0.0: Stratosphere integration for AWS Kinesis.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Kinesis.Stream

Documentation

data Stream Source #

Instances

Instances details
ToJSON Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Show Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Eq Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Methods

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

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

ToResourceProperties Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Property "DesiredShardLevelMetrics" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "DesiredShardLevelMetrics" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "DesiredShardLevelMetrics" Stream = ValueList Text

Methods

set :: PropertyType "DesiredShardLevelMetrics" Stream -> Stream -> Stream #

Property "Name" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "Name" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

Methods

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

Property "RetentionPeriodHours" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "RetentionPeriodHours" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "RetentionPeriodHours" Stream = Value Integer

Methods

set :: PropertyType "RetentionPeriodHours" Stream -> Stream -> Stream #

Property "ShardCount" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "ShardCount" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "ShardCount" Stream = Value Integer

Methods

set :: PropertyType "ShardCount" Stream -> Stream -> Stream #

Property "StreamEncryption" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "StreamEncryption" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "StreamEncryption" Stream = StreamEncryptionProperty

Methods

set :: PropertyType "StreamEncryption" Stream -> Stream -> Stream #

Property "StreamModeDetails" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "StreamModeDetails" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "StreamModeDetails" Stream = StreamModeDetailsProperty

Methods

set :: PropertyType "StreamModeDetails" Stream -> Stream -> Stream #

Property "Tags" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

Associated Types

type PropertyType "Tags" Stream 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "Tags" Stream = [Tag]

Methods

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

type PropertyType "DesiredShardLevelMetrics" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "DesiredShardLevelMetrics" Stream = ValueList Text
type PropertyType "Name" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "RetentionPeriodHours" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "RetentionPeriodHours" Stream = Value Integer
type PropertyType "ShardCount" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "ShardCount" Stream = Value Integer
type PropertyType "StreamEncryption" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "StreamEncryption" Stream = StreamEncryptionProperty
type PropertyType "StreamModeDetails" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "StreamModeDetails" Stream = StreamModeDetailsProperty
type PropertyType "Tags" Stream Source # 
Instance details

Defined in Stratosphere.Kinesis.Stream

type PropertyType "Tags" Stream = [Tag]