Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data AnnotationStoreItem = AnnotationStoreItem' {}
- newAnnotationStoreItem :: UTCTime -> Text -> Text -> Text -> ReferenceItem -> SseConfig -> StoreStatus -> Text -> Text -> StoreFormat -> Integer -> UTCTime -> AnnotationStoreItem
- annotationStoreItem_creationTime :: Lens' AnnotationStoreItem UTCTime
- annotationStoreItem_description :: Lens' AnnotationStoreItem Text
- annotationStoreItem_id :: Lens' AnnotationStoreItem Text
- annotationStoreItem_name :: Lens' AnnotationStoreItem Text
- annotationStoreItem_reference :: Lens' AnnotationStoreItem ReferenceItem
- annotationStoreItem_sseConfig :: Lens' AnnotationStoreItem SseConfig
- annotationStoreItem_status :: Lens' AnnotationStoreItem StoreStatus
- annotationStoreItem_statusMessage :: Lens' AnnotationStoreItem Text
- annotationStoreItem_storeArn :: Lens' AnnotationStoreItem Text
- annotationStoreItem_storeFormat :: Lens' AnnotationStoreItem StoreFormat
- annotationStoreItem_storeSizeBytes :: Lens' AnnotationStoreItem Integer
- annotationStoreItem_updateTime :: Lens' AnnotationStoreItem UTCTime
Documentation
data AnnotationStoreItem Source #
An annotation store.
See: newAnnotationStoreItem
smart constructor.
AnnotationStoreItem' | |
|
Instances
newAnnotationStoreItem Source #
:: UTCTime | |
-> Text | |
-> Text | |
-> Text | |
-> ReferenceItem | |
-> SseConfig | |
-> StoreStatus | |
-> Text | |
-> Text | |
-> StoreFormat | |
-> Integer | |
-> UTCTime | |
-> AnnotationStoreItem |
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_creationTime :: Lens' AnnotationStoreItem UTCTime Source #
The store's creation time.
annotationStoreItem_description :: Lens' AnnotationStoreItem Text Source #
The store's description.
annotationStoreItem_id :: Lens' AnnotationStoreItem Text Source #
The store's ID.
annotationStoreItem_name :: Lens' AnnotationStoreItem Text Source #
The store's name.
annotationStoreItem_reference :: Lens' AnnotationStoreItem ReferenceItem Source #
The store's genome reference.
annotationStoreItem_sseConfig :: Lens' AnnotationStoreItem SseConfig Source #
The store's server-side encryption (SSE) settings.
annotationStoreItem_status :: Lens' AnnotationStoreItem StoreStatus Source #
The store's status.
annotationStoreItem_statusMessage :: Lens' AnnotationStoreItem Text Source #
The store's status message.
annotationStoreItem_storeArn :: Lens' AnnotationStoreItem Text Source #
The store's ARN.
annotationStoreItem_storeFormat :: Lens' AnnotationStoreItem StoreFormat Source #
The store's file format.
annotationStoreItem_storeSizeBytes :: Lens' AnnotationStoreItem Integer Source #
The store's size in bytes.
annotationStoreItem_updateTime :: Lens' AnnotationStoreItem UTCTime Source #
When the store was updated.