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

Stratosphere.Events.Archive

Documentation

data Archive Source #

Instances

Instances details
ToJSON Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Show Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Eq Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Methods

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

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

ToResourceProperties Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Property "ArchiveName" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "ArchiveName" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "ArchiveName" Archive = Value Text

Methods

set :: PropertyType "ArchiveName" Archive -> Archive -> Archive #

Property "Description" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "Description" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "Description" Archive = Value Text

Methods

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

Property "EventPattern" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "EventPattern" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "EventPattern" Archive = Object

Methods

set :: PropertyType "EventPattern" Archive -> Archive -> Archive #

Property "KmsKeyIdentifier" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "KmsKeyIdentifier" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "KmsKeyIdentifier" Archive = Value Text

Methods

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

Property "RetentionDays" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "RetentionDays" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "RetentionDays" Archive = Value Integer

Methods

set :: PropertyType "RetentionDays" Archive -> Archive -> Archive #

Property "SourceArn" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

Associated Types

type PropertyType "SourceArn" Archive 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "SourceArn" Archive = Value Text

Methods

set :: PropertyType "SourceArn" Archive -> Archive -> Archive #

type PropertyType "ArchiveName" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "ArchiveName" Archive = Value Text
type PropertyType "Description" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "Description" Archive = Value Text
type PropertyType "EventPattern" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "EventPattern" Archive = Object
type PropertyType "KmsKeyIdentifier" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "KmsKeyIdentifier" Archive = Value Text
type PropertyType "RetentionDays" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "RetentionDays" Archive = Value Integer
type PropertyType "SourceArn" Archive Source # 
Instance details

Defined in Stratosphere.Events.Archive

type PropertyType "SourceArn" Archive = Value Text