stratosphere-qldb-1.0.0: Stratosphere integration for AWS QLDB.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.QLDB.Stream

Documentation

data Stream Source #

Instances

Instances details
ToJSON Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Show Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Eq Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Methods

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

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

ToResourceProperties Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Property "ExclusiveEndTime" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "ExclusiveEndTime" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "ExclusiveEndTime" Stream = Value Text

Methods

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

Property "InclusiveStartTime" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "InclusiveStartTime" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "InclusiveStartTime" Stream = Value Text

Methods

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

Property "KinesisConfiguration" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "KinesisConfiguration" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "KinesisConfiguration" Stream = KinesisConfigurationProperty

Methods

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

Property "LedgerName" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "LedgerName" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "LedgerName" Stream = Value Text

Methods

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

Property "RoleArn" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "RoleArn" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "RoleArn" Stream = Value Text

Methods

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

Property "StreamName" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "StreamName" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "StreamName" Stream = Value Text

Methods

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

Property "Tags" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

Associated Types

type PropertyType "Tags" Stream 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "Tags" Stream = [Tag]

Methods

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

type PropertyType "ExclusiveEndTime" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "ExclusiveEndTime" Stream = Value Text
type PropertyType "InclusiveStartTime" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "InclusiveStartTime" Stream = Value Text
type PropertyType "KinesisConfiguration" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "KinesisConfiguration" Stream = KinesisConfigurationProperty
type PropertyType "LedgerName" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "LedgerName" Stream = Value Text
type PropertyType "RoleArn" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "RoleArn" Stream = Value Text
type PropertyType "StreamName" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "StreamName" Stream = Value Text
type PropertyType "Tags" Stream Source # 
Instance details

Defined in Stratosphere.QLDB.Stream

type PropertyType "Tags" Stream = [Tag]