GameSparks / Client / get_extension_version

get_extension_version#

GameSparks.Client.get_extension_version(**kwargs)#

Gets details about a specified extension version.

See also: AWS API Documentation

Request Syntax

response = client.get_extension_version(
    ExtensionVersion='string',
    Name='string',
    Namespace='string'
)
Parameters:
  • ExtensionVersion (string) –

    [REQUIRED]

    The version of the extension.

  • Name (string) –

    [REQUIRED]

    The name of the extension.

  • Namespace (string) –

    [REQUIRED]

    The namespace (qualifier) of the extension.

Return type:

dict

Returns:

Response Syntax

{
    'ExtensionVersion': {
        'Name': 'string',
        'Namespace': 'string',
        'Schema': 'string',
        'Version': 'string'
    }
}

Response Structure

  • (dict) –

    • ExtensionVersion (dict) –

      The version of the extension.

      • Name (string) –

        The name of the extension.

      • Namespace (string) –

        The namespace (qualifier) of the extension.

      • Schema (string) –

        The model that defines the interface for this extension version.

      • Version (string) –

        The version of the extension.

Exceptions

  • GameSparks.Client.exceptions.ValidationException

  • GameSparks.Client.exceptions.AccessDeniedException

  • GameSparks.Client.exceptions.ThrottlingException

  • GameSparks.Client.exceptions.ResourceNotFoundException

  • GameSparks.Client.exceptions.InternalServerException