Stratosphere.EventSchemas.Schema
module Stratosphere.EventSchemas.Schema.TagsEntryProperty
data Schema Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-content
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-registryname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-schemaname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-schema.html#cfn-eventschemas-schema-type
Defined in Stratosphere.EventSchemas.Schema
Methods
toJSON :: Schema -> Value #
toEncoding :: Schema -> Encoding #
toJSONList :: [Schema] -> Value #
toEncodingList :: [Schema] -> Encoding #
omitField :: Schema -> Bool #
showsPrec :: Int -> Schema -> ShowS #
show :: Schema -> String #
showList :: [Schema] -> ShowS #
(==) :: Schema -> Schema -> Bool #
(/=) :: Schema -> Schema -> Bool #
toResourceProperties :: Schema -> ResourceProperties #
Associated Types
set :: PropertyType "Content" Schema -> Schema -> Schema #
set :: PropertyType "Description" Schema -> Schema -> Schema #
set :: PropertyType "RegistryName" Schema -> Schema -> Schema #
set :: PropertyType "SchemaName" Schema -> Schema -> Schema #
set :: PropertyType "Tags" Schema -> Schema -> Schema #
set :: PropertyType "Type" Schema -> Schema -> Schema #
mkSchema :: Value Text -> Value Text -> Value Text -> Schema Source #