get_variant_store
(**kwargs)¶Gets information about a variant store.
See also: AWS API Documentation
Request Syntax
response = client.get_variant_store(
name='string'
)
[REQUIRED]
The store's name.
{
'creationTime': datetime(2015, 1, 1),
'description': 'string',
'id': 'string',
'name': 'string',
'reference': {
'referenceArn': 'string'
},
'sseConfig': {
'keyArn': 'string',
'type': 'KMS'
},
'status': 'CREATING'|'UPDATING'|'DELETING'|'ACTIVE'|'FAILED',
'statusMessage': 'string',
'storeArn': 'string',
'storeSizeBytes': 123,
'tags': {
'string': 'string'
},
'updateTime': datetime(2015, 1, 1)
}
Response Structure
When the store was created.
The store's description.
The store's ID.
The store's name.
The store's genome reference.
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: referenceArn
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
The reference's ARN.
The store's server-side encryption (SSE) settings.
An encryption key ARN.
The encryption type.
The store's status.
The store's status message.
The store's ARN.
The store's size in bytes.
The store's tags.
When the store was updated.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException