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

Description

Creates an annotation store.

Synopsis

Creating a Request

data CreateAnnotationStore Source #

See: newCreateAnnotationStore smart constructor.

Constructors

CreateAnnotationStore' 

Fields

Instances

Instances details
ToJSON CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

ToHeaders CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

ToPath CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

ToQuery CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

AWSRequest CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Associated Types

type AWSResponse CreateAnnotationStore #

Generic CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Associated Types

type Rep CreateAnnotationStore :: Type -> Type #

Read CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Show CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

NFData CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Methods

rnf :: CreateAnnotationStore -> () #

Eq CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Hashable CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

type AWSResponse CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

type Rep CreateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

newCreateAnnotationStore Source #

Create a value of CreateAnnotationStore 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:

CreateAnnotationStore, createAnnotationStore_description - A description for the store.

CreateAnnotationStore, createAnnotationStore_name - A name for the store.

CreateAnnotationStore, createAnnotationStore_reference - The genome reference for the store's annotations.

CreateAnnotationStore, createAnnotationStore_sseConfig - Server-side encryption (SSE) settings for the store.

CreateAnnotationStore, createAnnotationStore_storeOptions - File parsing options for the annotation store.

CreateAnnotationStore, createAnnotationStore_tags - Tags for the store.

CreateAnnotationStore, createAnnotationStore_storeFormat - The annotation file format of the store.

Request Lenses

createAnnotationStore_reference :: Lens' CreateAnnotationStore (Maybe ReferenceItem) Source #

The genome reference for the store's annotations.

createAnnotationStore_sseConfig :: Lens' CreateAnnotationStore (Maybe SseConfig) Source #

Server-side encryption (SSE) settings for the store.

createAnnotationStore_storeOptions :: Lens' CreateAnnotationStore (Maybe StoreOptions) Source #

File parsing options for the annotation store.

Destructuring the Response

data CreateAnnotationStoreResponse Source #

See: newCreateAnnotationStoreResponse smart constructor.

Constructors

CreateAnnotationStoreResponse' 

Fields

Instances

Instances details
Generic CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Associated Types

type Rep CreateAnnotationStoreResponse :: Type -> Type #

Read CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Show CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

NFData CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Eq CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

type Rep CreateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.CreateAnnotationStore

Response Lenses