:doc:`Omics <../../omics>` / Client / update_annotation_store_version

*******************************
update_annotation_store_version
*******************************



.. py:method:: Omics.Client.update_annotation_store_version(**kwargs)

  

  Updates the description of an annotation store version.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/UpdateAnnotationStoreVersion>`_  


  **Request Syntax**
  ::

    response = client.update_annotation_store_version(
        name='string',
        versionName='string',
        description='string'
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of an annotation store.

    

  
  :type versionName: string
  :param versionName: **[REQUIRED]** 

    The name of an annotation store version.

    

  
  :type description: string
  :param description: 

    The description of an annotation store.

    

  
  
  :rtype: 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**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

  
  *   :py:class:`Omics.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Omics.Client.exceptions.ValidationException`

  
  *   :py:class:`Omics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Omics.Client.exceptions.AccessDeniedException`

  