ElementalInference / Client / update_dictionary

update_dictionary

ElementalInference.Client.update_dictionary(**kwargs)

Updates the specified dictionary.

See also: AWS API Documentation

Request Syntax

response = client.update_dictionary(
    id='string',
    name='string',
    language='eng'|'fra'|'ita'|'deu'|'spa'|'por',
    entries='string'
)
Parameters:
  • id (string) –

    [REQUIRED]

    The ID of the dictionary to update.

  • name (string) – A new name for the dictionary. If not specified, the name is not changed.

  • language (string) – A new language for the dictionary. If not specified, the language is not changed.

  • entries (string) – New dictionary entries. If not specified, the entries are not changed.

Return type:

dict

Returns:

Response Syntax

{
    'name': 'string',
    'arn': 'string',
    'id': 'string',
    'language': 'eng'|'fra'|'ita'|'deu'|'spa'|'por',
    'status': 'CREATING'|'AVAILABLE'|'REFERENCED'|'DELETING'|'DELETED',
    'references': [
        'string',
    ],
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • name (string) –

      The updated or original name of the dictionary.

    • arn (string) –

      The ARN of the dictionary.

    • id (string) –

      The ID of the dictionary.

    • language (string) –

      The updated or original language of the dictionary.

    • status (string) –

      The current status of the dictionary.

    • references (list) –

      A list of feed IDs that reference this dictionary.

      • (string) –

    • tags (dict) –

      Any tags associated with the dictionary.

      • (string) –

        • (string) –

Exceptions