amazonka-omics-2.0: Amazon Omics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Omics.Types.StoreFormat

Description

 

Documentation

newtype StoreFormat Source #

Constructors

StoreFormat' 

Bundled Patterns

pattern StoreFormat_GFF :: StoreFormat 
pattern StoreFormat_TSV :: StoreFormat 
pattern StoreFormat_VCF :: StoreFormat 

Instances

Instances details
FromJSON StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

FromJSONKey StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToJSON StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToJSONKey StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToByteString StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToHeader StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToLog StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToQuery StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

FromText StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToText StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Methods

toText :: StoreFormat -> Text #

FromXML StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

ToXML StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Methods

toXML :: StoreFormat -> XML #

Generic StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Associated Types

type Rep StoreFormat :: Type -> Type #

Read StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Show StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

NFData StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Methods

rnf :: StoreFormat -> () #

Eq StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Ord StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

Hashable StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

type Rep StoreFormat Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreFormat

type Rep StoreFormat = D1 ('MetaData "StoreFormat" "Amazonka.Omics.Types.StoreFormat" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'True) (C1 ('MetaCons "StoreFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStoreFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))