Stratosphere.Omics.VariantStore
module Stratosphere.Omics.VariantStore.ReferenceItemProperty
module Stratosphere.Omics.VariantStore.SseConfigProperty
data VariantStore Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html#cfn-omics-variantstore-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html#cfn-omics-variantstore-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html#cfn-omics-variantstore-reference
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html#cfn-omics-variantstore-sseconfig
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-variantstore.html#cfn-omics-variantstore-tags
Defined in Stratosphere.Omics.VariantStore
Methods
toJSON :: VariantStore -> Value #
toEncoding :: VariantStore -> Encoding #
toJSONList :: [VariantStore] -> Value #
toEncodingList :: [VariantStore] -> Encoding #
omitField :: VariantStore -> Bool #
showsPrec :: Int -> VariantStore -> ShowS #
show :: VariantStore -> String #
showList :: [VariantStore] -> ShowS #
(==) :: VariantStore -> VariantStore -> Bool #
(/=) :: VariantStore -> VariantStore -> Bool #
toResourceProperties :: VariantStore -> ResourceProperties #
Associated Types
set :: PropertyType "Description" VariantStore -> VariantStore -> VariantStore #
set :: PropertyType "Name" VariantStore -> VariantStore -> VariantStore #
set :: PropertyType "Reference" VariantStore -> VariantStore -> VariantStore #
set :: PropertyType "SseConfig" VariantStore -> VariantStore -> VariantStore #
set :: PropertyType "Tags" VariantStore -> VariantStore -> VariantStore #
mkVariantStore :: Value Text -> ReferenceItemProperty -> VariantStore Source #