Glue / Client / update_glossary
update_glossary¶
- Glue.Client.update_glossary(**kwargs)¶
Updates a business glossary in Glue Data Catalog.
See also: AWS API Documentation
Request Syntax
response = client.update_glossary( Identifier='string', Name='string', Description='string', ClientToken='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The unique identifier of the glossary to update.
Name (string) – The updated name of the glossary.
Description (string) – The updated description of the glossary.
ClientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'Id': 'string', 'Name': 'string', 'Description': 'string' }
Response Structure
(dict) –
Id (string) –
The unique identifier of the glossary.
Name (string) –
The name of the glossary.
Description (string) –
The description of the glossary.
Exceptions
Glue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.ConcurrentModificationExceptionGlue.Client.exceptions.ThrottlingExceptionGlue.Client.exceptions.AlreadyExistsException