| 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 |
Amazonka.Omics.UpdateVariantStore
Description
Updates a variant store.
Synopsis
- data UpdateVariantStore = UpdateVariantStore' {
- description :: Maybe Text
- name :: Text
- newUpdateVariantStore :: Text -> UpdateVariantStore
- updateVariantStore_description :: Lens' UpdateVariantStore (Maybe Text)
- updateVariantStore_name :: Lens' UpdateVariantStore Text
- data UpdateVariantStoreResponse = UpdateVariantStoreResponse' {
- httpStatus :: Int
- creationTime :: ISO8601
- description :: Text
- id :: Text
- name :: Text
- reference :: ReferenceItem
- status :: StoreStatus
- updateTime :: ISO8601
- newUpdateVariantStoreResponse :: Int -> UTCTime -> Text -> Text -> Text -> ReferenceItem -> StoreStatus -> UTCTime -> UpdateVariantStoreResponse
- updateVariantStoreResponse_httpStatus :: Lens' UpdateVariantStoreResponse Int
- updateVariantStoreResponse_creationTime :: Lens' UpdateVariantStoreResponse UTCTime
- updateVariantStoreResponse_description :: Lens' UpdateVariantStoreResponse Text
- updateVariantStoreResponse_id :: Lens' UpdateVariantStoreResponse Text
- updateVariantStoreResponse_name :: Lens' UpdateVariantStoreResponse Text
- updateVariantStoreResponse_reference :: Lens' UpdateVariantStoreResponse ReferenceItem
- updateVariantStoreResponse_status :: Lens' UpdateVariantStoreResponse StoreStatus
- updateVariantStoreResponse_updateTime :: Lens' UpdateVariantStoreResponse UTCTime
Creating a Request
data UpdateVariantStore Source #
See: newUpdateVariantStore smart constructor.
Constructors
| UpdateVariantStore' | |
Fields
| |
Instances
newUpdateVariantStore Source #
Arguments
| :: Text | |
| -> UpdateVariantStore |
Create a value of UpdateVariantStore 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:
UpdateVariantStore, updateVariantStore_description - A description for the store.
UpdateVariantStore, updateVariantStore_name - A name for the store.
Request Lenses
updateVariantStore_description :: Lens' UpdateVariantStore (Maybe Text) Source #
A description for the store.
updateVariantStore_name :: Lens' UpdateVariantStore Text Source #
A name for the store.
Destructuring the Response
data UpdateVariantStoreResponse Source #
See: newUpdateVariantStoreResponse smart constructor.
Constructors
| UpdateVariantStoreResponse' | |
Fields
| |
Instances
newUpdateVariantStoreResponse Source #
Arguments
| :: Int | |
| -> UTCTime | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> ReferenceItem | |
| -> StoreStatus | |
| -> UTCTime | |
| -> UpdateVariantStoreResponse |
Create a value of UpdateVariantStoreResponse 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:UpdateVariantStoreResponse', updateVariantStoreResponse_httpStatus - The response's http status code.
UpdateVariantStoreResponse, updateVariantStoreResponse_creationTime - When the store was created.
UpdateVariantStore, updateVariantStoreResponse_description - The store's description.
UpdateVariantStoreResponse, updateVariantStoreResponse_id - The store's ID.
UpdateVariantStore, updateVariantStoreResponse_name - The store's name.
UpdateVariantStoreResponse, updateVariantStoreResponse_reference - The store's genome reference.
UpdateVariantStoreResponse, updateVariantStoreResponse_status - The store's status.
UpdateVariantStoreResponse, updateVariantStoreResponse_updateTime - When the store was updated.
Response Lenses
updateVariantStoreResponse_httpStatus :: Lens' UpdateVariantStoreResponse Int Source #
The response's http status code.
updateVariantStoreResponse_creationTime :: Lens' UpdateVariantStoreResponse UTCTime Source #
When the store was created.
updateVariantStoreResponse_description :: Lens' UpdateVariantStoreResponse Text Source #
The store's description.
updateVariantStoreResponse_id :: Lens' UpdateVariantStoreResponse Text Source #
The store's ID.
updateVariantStoreResponse_name :: Lens' UpdateVariantStoreResponse Text Source #
The store's name.
updateVariantStoreResponse_reference :: Lens' UpdateVariantStoreResponse ReferenceItem Source #
The store's genome reference.
updateVariantStoreResponse_status :: Lens' UpdateVariantStoreResponse StoreStatus Source #
The store's status.
updateVariantStoreResponse_updateTime :: Lens' UpdateVariantStoreResponse UTCTime Source #
When the store was updated.