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

Description

Updates an annotation store.

Synopsis

Creating a Request

data UpdateAnnotationStore Source #

See: newUpdateAnnotationStore smart constructor.

Constructors

UpdateAnnotationStore' 

Fields

Instances

Instances details
ToJSON UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

ToHeaders UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

ToPath UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

ToQuery UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

AWSRequest UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Associated Types

type AWSResponse UpdateAnnotationStore #

Generic UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Associated Types

type Rep UpdateAnnotationStore :: Type -> Type #

Read UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Show UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

NFData UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Methods

rnf :: UpdateAnnotationStore -> () #

Eq UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Hashable UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

type AWSResponse UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

type Rep UpdateAnnotationStore Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

type Rep UpdateAnnotationStore = D1 ('MetaData "UpdateAnnotationStore" "Amazonka.Omics.UpdateAnnotationStore" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "UpdateAnnotationStore'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateAnnotationStore Source #

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

UpdateAnnotationStore, updateAnnotationStore_description - A description for the store.

UpdateAnnotationStore, updateAnnotationStore_name - A name for the store.

Request Lenses

Destructuring the Response

data UpdateAnnotationStoreResponse Source #

See: newUpdateAnnotationStoreResponse smart constructor.

Constructors

UpdateAnnotationStoreResponse' 

Fields

Instances

Instances details
Generic UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Associated Types

type Rep UpdateAnnotationStoreResponse :: Type -> Type #

Read UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Show UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

NFData UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

Eq UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

type Rep UpdateAnnotationStoreResponse Source # 
Instance details

Defined in Amazonka.Omics.UpdateAnnotationStore

newUpdateAnnotationStoreResponse Source #

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

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_storeFormat - The annotation file format of the store.

$sel:storeOptions:UpdateAnnotationStoreResponse', updateAnnotationStoreResponse_storeOptions - Parsing options for the store.

$sel:httpStatus:UpdateAnnotationStoreResponse', updateAnnotationStoreResponse_httpStatus - The response's http status code.

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_creationTime - When the store was created.

UpdateAnnotationStore, updateAnnotationStoreResponse_description - The store's description.

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_id - The store's ID.

UpdateAnnotationStore, updateAnnotationStoreResponse_name - The store's name.

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_reference - The store's genome reference.

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_status - The store's status.

UpdateAnnotationStoreResponse, updateAnnotationStoreResponse_updateTime - When the store was updated.

Response Lenses