odb / Client / list_autonomous_database_character_sets

list_autonomous_database_character_sets

odb.Client.list_autonomous_database_character_sets(**kwargs)

Lists the available character sets for Autonomous Databases.

See also: AWS API Documentation

Request Syntax

response = client.list_autonomous_database_character_sets(
    maxResults=123,
    nextToken='string',
    characterSetType='DATABASE'|'NATIONAL'
)
Parameters:
  • maxResults (integer) – The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

  • nextToken (string) – The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

  • characterSetType (string) – The type of character set to return results for, either the database character set or the national character set.

Return type:

dict

Returns:

Response Syntax

{
    'nextToken': 'string',
    'autonomousDatabaseCharacterSets': [
        {
            'characterSet': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • nextToken (string) –

      The token to include in another request to get the next page of items. This value is null when there are no more items to return.

    • autonomousDatabaseCharacterSets (list) –

      The list of available Autonomous Database character sets.

      • (dict) –

        A summary of an available character set for Autonomous Databases.

        • characterSet (string) –

          The name of the character set.

Exceptions

  • odb.Client.exceptions.ThrottlingException

  • odb.Client.exceptions.ValidationException

  • odb.Client.exceptions.AccessDeniedException

  • odb.Client.exceptions.InternalServerException