Omics / Client / update_annotation_store_version

update_annotation_store_version#

Omics.Client.update_annotation_store_version(**kwargs)#

Updates the description of an annotation store version.

See also: AWS API Documentation

Request Syntax

response = client.update_annotation_store_version(
    name='string',
    versionName='string',
    description='string'
)
Parameters:
  • name (string) –

    [REQUIRED]

    The name of an annotation store.

  • versionName (string) –

    [REQUIRED]

    The name of an annotation store version.

  • description (string) – The description of an annotation store.

Return type:

dict

Returns:

Response Syntax

{
    'storeId': 'string',
    'id': 'string',
    'status': 'CREATING'|'UPDATING'|'DELETING'|'ACTIVE'|'FAILED',
    'name': 'string',
    'versionName': 'string',
    'description': 'string',
    'creationTime': datetime(2015, 1, 1),
    'updateTime': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • storeId (string) –

      The annotation store ID.

    • id (string) –

      The annotation store version ID.

    • status (string) –

      The status of an annotation store version.

    • name (string) –

      The name of an annotation store.

    • versionName (string) –

      The name of an annotation store version.

    • description (string) –

      The description of an annotation store version.

    • creationTime (datetime) –

      The time stamp for when an annotation store version was created.

    • updateTime (datetime) –

      The time stamp for when an annotation store version was updated.

Exceptions