finspace / Client / update_kx_database
update_kx_database#
- finspace.Client.update_kx_database(**kwargs)#
Updates information for the given kdb database.
See also: AWS API Documentation
Request Syntax
response = client.update_kx_database( environmentId='string', databaseName='string', description='string', clientToken='string' )
- Parameters:
environmentId (string) –
[REQUIRED]
A unique identifier for the kdb environment.
databaseName (string) –
[REQUIRED]
The name of the kdb database.
description (string) – A description of the database.
clientToken (string) –
[REQUIRED]
A token that ensures idempotency. This token expires in 10 minutes.
This field is autopopulated if not provided.
- Return type:
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
finspace.Client.exceptions.InternalServerException
finspace.Client.exceptions.ValidationException
finspace.Client.exceptions.ThrottlingException
finspace.Client.exceptions.AccessDeniedException
finspace.Client.exceptions.ResourceNotFoundException
finspace.Client.exceptions.ConflictException