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

Description

 
Synopsis

Documentation

data AnnotationStoreItem Source #

An annotation store.

See: newAnnotationStoreItem smart constructor.

Constructors

AnnotationStoreItem' 

Fields

Instances

Instances details
FromJSON AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

Generic AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

Associated Types

type Rep AnnotationStoreItem :: Type -> Type #

Read AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

Show AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

NFData AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

Methods

rnf :: AnnotationStoreItem -> () #

Eq AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

Hashable AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

type Rep AnnotationStoreItem Source # 
Instance details

Defined in Amazonka.Omics.Types.AnnotationStoreItem

type Rep AnnotationStoreItem = D1 ('MetaData "AnnotationStoreItem" "Amazonka.Omics.Types.AnnotationStoreItem" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "AnnotationStoreItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "reference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReferenceItem) :*: S1 ('MetaSel ('Just "sseConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SseConfig)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoreStatus) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "storeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "storeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoreFormat) :*: (S1 ('MetaSel ('Just "storeSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))))

newAnnotationStoreItem Source #

Create a value of AnnotationStoreItem 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:creationTime:AnnotationStoreItem', annotationStoreItem_creationTime - The store's creation time.

$sel:description:AnnotationStoreItem', annotationStoreItem_description - The store's description.

$sel:id:AnnotationStoreItem', annotationStoreItem_id - The store's ID.

$sel:name:AnnotationStoreItem', annotationStoreItem_name - The store's name.

$sel:reference:AnnotationStoreItem', annotationStoreItem_reference - The store's genome reference.

$sel:sseConfig:AnnotationStoreItem', annotationStoreItem_sseConfig - The store's server-side encryption (SSE) settings.

$sel:status:AnnotationStoreItem', annotationStoreItem_status - The store's status.

$sel:statusMessage:AnnotationStoreItem', annotationStoreItem_statusMessage - The store's status message.

$sel:storeArn:AnnotationStoreItem', annotationStoreItem_storeArn - The store's ARN.

$sel:storeFormat:AnnotationStoreItem', annotationStoreItem_storeFormat - The store's file format.

$sel:storeSizeBytes:AnnotationStoreItem', annotationStoreItem_storeSizeBytes - The store's size in bytes.

$sel:updateTime:AnnotationStoreItem', annotationStoreItem_updateTime - When the store was updated.

annotationStoreItem_sseConfig :: Lens' AnnotationStoreItem SseConfig Source #

The store's server-side encryption (SSE) settings.