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.StoreOptions

Description

 
Synopsis

Documentation

data StoreOptions Source #

Settings for a store.

See: newStoreOptions smart constructor.

Constructors

StoreOptions' 

Fields

Instances

Instances details
FromJSON StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

ToJSON StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

Generic StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

Associated Types

type Rep StoreOptions :: Type -> Type #

Read StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

Show StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

NFData StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

Methods

rnf :: StoreOptions -> () #

Eq StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

Hashable StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

type Rep StoreOptions Source # 
Instance details

Defined in Amazonka.Omics.Types.StoreOptions

type Rep StoreOptions = D1 ('MetaData "StoreOptions" "Amazonka.Omics.Types.StoreOptions" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "StoreOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tsvStoreOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TsvStoreOptions))))

newStoreOptions :: StoreOptions Source #

Create a value of StoreOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tsvStoreOptions:StoreOptions', storeOptions_tsvStoreOptions - File settings for a TSV store.