Omics / Client / get_sequence_store
get_sequence_store#
- Omics.Client.get_sequence_store(**kwargs)#
Gets information about a sequence store.
See also: AWS API Documentation
Request Syntax
response = client.get_sequence_store( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The store’s ID.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'arn': 'string', 'name': 'string', 'description': 'string', 'sseConfig': { 'type': 'KMS', 'keyArn': 'string' }, 'creationTime': datetime(2015, 1, 1), 'fallbackLocation': 'string' }
Response Structure
(dict) –
id (string) –
The store’s ID.
arn (string) –
The store’s ARN.
name (string) –
The store’s name.
description (string) –
The store’s description.
sseConfig (dict) –
The store’s server-side encryption (SSE) settings.
type (string) –
The encryption type.
keyArn (string) –
An encryption key ARN.
creationTime (datetime) –
When the store was created.
fallbackLocation (string) –
An S3 location that is used to store files that have failed a direct upload.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException