Omics / Client / create_sequence_store
create_sequence_store#
- Omics.Client.create_sequence_store(**kwargs)#
Creates a sequence store.
See also: AWS API Documentation
Request Syntax
response = client.create_sequence_store( clientToken='string', description='string', name='string', sseConfig={ 'keyArn': 'string', 'type': 'KMS' }, tags={ 'string': 'string' } )
- Parameters:
clientToken (string) – To ensure that requests don’t run multiple times, specify a unique token for each request.
description (string) – A description for the store.
name (string) –
[REQUIRED]
A name for the store.
sseConfig (dict) –
Server-side encryption (SSE) settings for the store.
keyArn (string) –
An encryption key ARN.
type (string) – [REQUIRED]
The encryption type.
tags (dict) –
Tags for the store.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'creationTime': datetime(2015, 1, 1), 'description': 'string', 'id': 'string', 'name': 'string', 'sseConfig': { 'keyArn': 'string', 'type': 'KMS' } }
Response Structure
(dict) –
arn (string) –
The store’s ARN.
creationTime (datetime) –
When the store was created.
description (string) –
The store’s description.
id (string) –
The store’s ID.
name (string) –
The store’s name.
sseConfig (dict) –
The store’s SSE settings.
keyArn (string) –
An encryption key ARN.
type (string) –
The encryption type.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ServiceQuotaExceededException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException