:doc:`finspace <../../finspace>` / Client / update_kx_database

******************
update_kx_database
******************



.. py:method:: finspace.Client.update_kx_database(**kwargs)

  

  Updates information for the given kdb database.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/UpdateKxDatabase>`_  


  **Request Syntax**
  ::

    response = client.update_kx_database(
        environmentId='string',
        databaseName='string',
        description='string',
        clientToken='string'
    )
    
  :type environmentId: string
  :param environmentId: **[REQUIRED]** 

    A unique identifier for the kdb environment.

    

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

    The name of the kdb database.

    

  
  :type description: string
  :param description: 

    A description of the database.

    

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

    A token that ensures idempotency. This token expires in 10 minutes.

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'databaseName': 'string',
          'environmentId': 'string',
          'description': 'string',
          'lastModifiedTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **databaseName** *(string) --* 

        The name of the kdb database.

        
      

      - **environmentId** *(string) --* 

        A unique identifier for the kdb environment.

        
      

      - **description** *(string) --* 

        A description of the database.

        
      

      - **lastModifiedTimestamp** *(datetime) --* 

        The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        
  
  **Exceptions**
  
  *   :py:class:`finspace.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`finspace.Client.exceptions.ConflictException`

  