stratosphere-eventschemas-1.0.0: Stratosphere integration for AWS EventSchemas.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EventSchemas.Schema

Documentation

data Schema Source #

Instances

Instances details
ToJSON Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Show Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Eq Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Methods

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

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

ToResourceProperties Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Property "Content" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "Content" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "Content" Schema = Value Text

Methods

set :: PropertyType "Content" Schema -> Schema -> Schema #

Property "Description" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "Description" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "Description" Schema = Value Text

Methods

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

Property "RegistryName" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "RegistryName" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "RegistryName" Schema = Value Text

Methods

set :: PropertyType "RegistryName" Schema -> Schema -> Schema #

Property "SchemaName" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "SchemaName" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "SchemaName" Schema = Value Text

Methods

set :: PropertyType "SchemaName" Schema -> Schema -> Schema #

Property "Tags" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "Tags" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Methods

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

Property "Type" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Associated Types

type PropertyType "Type" Schema 
Instance details

Defined in Stratosphere.EventSchemas.Schema

Methods

set :: PropertyType "Type" Schema -> Schema -> Schema #

type PropertyType "Content" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "Content" Schema = Value Text
type PropertyType "Description" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "Description" Schema = Value Text
type PropertyType "RegistryName" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "RegistryName" Schema = Value Text
type PropertyType "SchemaName" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "SchemaName" Schema = Value Text
type PropertyType "Tags" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema

type PropertyType "Type" Schema Source # 
Instance details

Defined in Stratosphere.EventSchemas.Schema