stratosphere-events-1.0.0: Stratosphere integration for AWS Events.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Events.EventBus

Documentation

data EventBus Source #

Instances

Instances details
ToJSON EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Show EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Eq EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

ToResourceProperties EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Property "DeadLetterConfig" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "DeadLetterConfig" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

Methods

set :: PropertyType "DeadLetterConfig" EventBus -> EventBus -> EventBus #

Property "Description" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "Description" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Description" EventBus = Value Text

Methods

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

Property "EventSourceName" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "EventSourceName" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "EventSourceName" EventBus = Value Text

Methods

set :: PropertyType "EventSourceName" EventBus -> EventBus -> EventBus #

Property "KmsKeyIdentifier" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "KmsKeyIdentifier" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "KmsKeyIdentifier" EventBus = Value Text

Methods

set :: PropertyType "KmsKeyIdentifier" EventBus -> EventBus -> EventBus #

Property "LogConfig" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "LogConfig" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

Methods

set :: PropertyType "LogConfig" EventBus -> EventBus -> EventBus #

Property "Name" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "Name" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

Methods

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

Property "Policy" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "Policy" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Policy" EventBus = Object

Methods

set :: PropertyType "Policy" EventBus -> EventBus -> EventBus #

Property "Tags" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

Associated Types

type PropertyType "Tags" EventBus 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Tags" EventBus = [Tag]

Methods

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

type PropertyType "DeadLetterConfig" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Description" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Description" EventBus = Value Text
type PropertyType "EventSourceName" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "EventSourceName" EventBus = Value Text
type PropertyType "KmsKeyIdentifier" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "KmsKeyIdentifier" EventBus = Value Text
type PropertyType "LogConfig" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Name" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Policy" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Policy" EventBus = Object
type PropertyType "Tags" EventBus Source # 
Instance details

Defined in Stratosphere.Events.EventBus

type PropertyType "Tags" EventBus = [Tag]