Glue / Client / update_glossary_term

update_glossary_term

Glue.Client.update_glossary_term(**kwargs)

Updates a glossary term in Glue Data Catalog.

See also: AWS API Documentation

Request Syntax

response = client.update_glossary_term(
    Identifier='string',
    Name='string',
    ShortDescription='string',
    LongDescription='string',
    ClientToken='string'
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    The unique identifier of the glossary term to update.

  • Name (string) – The updated name of the glossary term.

  • ShortDescription (string) – The updated short description of the glossary term.

  • LongDescription (string) – The updated long description of the glossary term.

  • 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',
    'GlossaryId': 'string',
    'Name': 'string',
    'ShortDescription': 'string',
    'LongDescription': 'string'
}

Response Structure

  • (dict) –

    • Id (string) –

      The unique identifier of the glossary term.

    • GlossaryId (string) –

      The unique identifier of the glossary containing this term.

    • Name (string) –

      The name of the glossary term.

    • ShortDescription (string) –

      The short description of the glossary term.

    • LongDescription (string) –

      The long description of the glossary term.

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.ConcurrentModificationException

  • Glue.Client.exceptions.ThrottlingException

  • Glue.Client.exceptions.AlreadyExistsException