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'
)
[REQUIRED]
The version of the extension.
[REQUIRED]
The name of the extension.
[REQUIRED]
The namespace (qualifier) of the extension.
dict
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