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 |
Gets information about a variant store.
Synopsis
- data GetVariantStore = GetVariantStore' {}
- newGetVariantStore :: Text -> GetVariantStore
- getVariantStore_name :: Lens' GetVariantStore Text
- data GetVariantStoreResponse = GetVariantStoreResponse' {
- httpStatus :: Int
- creationTime :: ISO8601
- description :: Text
- id :: Text
- name :: Text
- reference :: ReferenceItem
- sseConfig :: SseConfig
- status :: StoreStatus
- statusMessage :: Text
- storeArn :: Text
- storeSizeBytes :: Integer
- tags :: HashMap Text Text
- updateTime :: ISO8601
- newGetVariantStoreResponse :: Int -> UTCTime -> Text -> Text -> Text -> ReferenceItem -> SseConfig -> StoreStatus -> Text -> Text -> Integer -> UTCTime -> GetVariantStoreResponse
- getVariantStoreResponse_httpStatus :: Lens' GetVariantStoreResponse Int
- getVariantStoreResponse_creationTime :: Lens' GetVariantStoreResponse UTCTime
- getVariantStoreResponse_description :: Lens' GetVariantStoreResponse Text
- getVariantStoreResponse_id :: Lens' GetVariantStoreResponse Text
- getVariantStoreResponse_name :: Lens' GetVariantStoreResponse Text
- getVariantStoreResponse_reference :: Lens' GetVariantStoreResponse ReferenceItem
- getVariantStoreResponse_sseConfig :: Lens' GetVariantStoreResponse SseConfig
- getVariantStoreResponse_status :: Lens' GetVariantStoreResponse StoreStatus
- getVariantStoreResponse_statusMessage :: Lens' GetVariantStoreResponse Text
- getVariantStoreResponse_storeArn :: Lens' GetVariantStoreResponse Text
- getVariantStoreResponse_storeSizeBytes :: Lens' GetVariantStoreResponse Integer
- getVariantStoreResponse_tags :: Lens' GetVariantStoreResponse (HashMap Text Text)
- getVariantStoreResponse_updateTime :: Lens' GetVariantStoreResponse UTCTime
Creating a Request
data GetVariantStore Source #
See: newGetVariantStore
smart constructor.
Instances
Create a value of GetVariantStore
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:
GetVariantStore
, getVariantStore_name
- The store's name.
Request Lenses
getVariantStore_name :: Lens' GetVariantStore Text Source #
The store's name.
Destructuring the Response
data GetVariantStoreResponse Source #
See: newGetVariantStoreResponse
smart constructor.
GetVariantStoreResponse' | |
|
Instances
newGetVariantStoreResponse Source #
:: Int | |
-> UTCTime | |
-> Text | |
-> Text | |
-> Text | |
-> ReferenceItem | |
-> SseConfig | |
-> StoreStatus | |
-> Text | |
-> Text | |
-> Integer | |
-> UTCTime | |
-> GetVariantStoreResponse |
Create a value of GetVariantStoreResponse
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:httpStatus:GetVariantStoreResponse'
, getVariantStoreResponse_httpStatus
- The response's http status code.
GetVariantStoreResponse
, getVariantStoreResponse_creationTime
- When the store was created.
GetVariantStoreResponse
, getVariantStoreResponse_description
- The store's description.
GetVariantStoreResponse
, getVariantStoreResponse_id
- The store's ID.
GetVariantStore
, getVariantStoreResponse_name
- The store's name.
GetVariantStoreResponse
, getVariantStoreResponse_reference
- The store's genome reference.
GetVariantStoreResponse
, getVariantStoreResponse_sseConfig
- The store's server-side encryption (SSE) settings.
GetVariantStoreResponse
, getVariantStoreResponse_status
- The store's status.
GetVariantStoreResponse
, getVariantStoreResponse_statusMessage
- The store's status message.
GetVariantStoreResponse
, getVariantStoreResponse_storeArn
- The store's ARN.
GetVariantStoreResponse
, getVariantStoreResponse_storeSizeBytes
- The store's size in bytes.
GetVariantStoreResponse
, getVariantStoreResponse_tags
- The store's tags.
GetVariantStoreResponse
, getVariantStoreResponse_updateTime
- When the store was updated.
Response Lenses
getVariantStoreResponse_httpStatus :: Lens' GetVariantStoreResponse Int Source #
The response's http status code.
getVariantStoreResponse_creationTime :: Lens' GetVariantStoreResponse UTCTime Source #
When the store was created.
getVariantStoreResponse_description :: Lens' GetVariantStoreResponse Text Source #
The store's description.
getVariantStoreResponse_id :: Lens' GetVariantStoreResponse Text Source #
The store's ID.
getVariantStoreResponse_name :: Lens' GetVariantStoreResponse Text Source #
The store's name.
getVariantStoreResponse_reference :: Lens' GetVariantStoreResponse ReferenceItem Source #
The store's genome reference.
getVariantStoreResponse_sseConfig :: Lens' GetVariantStoreResponse SseConfig Source #
The store's server-side encryption (SSE) settings.
getVariantStoreResponse_status :: Lens' GetVariantStoreResponse StoreStatus Source #
The store's status.
getVariantStoreResponse_statusMessage :: Lens' GetVariantStoreResponse Text Source #
The store's status message.
getVariantStoreResponse_storeArn :: Lens' GetVariantStoreResponse Text Source #
The store's ARN.
getVariantStoreResponse_storeSizeBytes :: Lens' GetVariantStoreResponse Integer Source #
The store's size in bytes.
getVariantStoreResponse_tags :: Lens' GetVariantStoreResponse (HashMap Text Text) Source #
The store's tags.
getVariantStoreResponse_updateTime :: Lens' GetVariantStoreResponse UTCTime Source #
When the store was updated.