stratosphere-ivschat-1.0.0: Stratosphere integration for AWS IVSChat.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.IVSChat.Room

Documentation

data Room Source #

Instances

Instances details
ToJSON Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Show Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Methods

showsPrec :: Int -> Room -> ShowS #

show :: Room -> String #

showList :: [Room] -> ShowS #

Eq Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Methods

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

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

ToResourceProperties Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Property "LoggingConfigurationIdentifiers" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "LoggingConfigurationIdentifiers" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "LoggingConfigurationIdentifiers" Room = ValueList Text

Methods

set :: PropertyType "LoggingConfigurationIdentifiers" Room -> Room -> Room #

Property "MaximumMessageLength" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "MaximumMessageLength" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MaximumMessageLength" Room = Value Integer

Methods

set :: PropertyType "MaximumMessageLength" Room -> Room -> Room #

Property "MaximumMessageRatePerSecond" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "MaximumMessageRatePerSecond" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MaximumMessageRatePerSecond" Room = Value Integer

Methods

set :: PropertyType "MaximumMessageRatePerSecond" Room -> Room -> Room #

Property "MessageReviewHandler" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "MessageReviewHandler" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MessageReviewHandler" Room = MessageReviewHandlerProperty

Methods

set :: PropertyType "MessageReviewHandler" Room -> Room -> Room #

Property "Name" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "Name" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "Name" Room = Value Text

Methods

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

Property "Tags" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

Associated Types

type PropertyType "Tags" Room 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "Tags" Room = [Tag]

Methods

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

type PropertyType "LoggingConfigurationIdentifiers" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "LoggingConfigurationIdentifiers" Room = ValueList Text
type PropertyType "MaximumMessageLength" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MaximumMessageLength" Room = Value Integer
type PropertyType "MaximumMessageRatePerSecond" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MaximumMessageRatePerSecond" Room = Value Integer
type PropertyType "MessageReviewHandler" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "MessageReviewHandler" Room = MessageReviewHandlerProperty
type PropertyType "Name" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "Name" Room = Value Text
type PropertyType "Tags" Room Source # 
Instance details

Defined in Stratosphere.IVSChat.Room

type PropertyType "Tags" Room = [Tag]