Skip to content

GameSparks module#

Index > GameSparks

Auto-generated documentation for GameSparks type annotations stubs module types-aiobotocore-gamesparks.

How to install#

From PyPI with pip#

Install types-aiobotocore for GameSparks service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[gamesparks]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[gamesparks]'


# standalone installation
python -m pip install types-aiobotocore-gamesparks

How to uninstall#

python -m pip uninstall -y types-aiobotocore-gamesparks

Usage#

Code samples can be found in Examples.

GameSparksClient#

Type annotations and code completion for session.create_client("gamesparks") as GameSparksClient boto3 documentation

# GameSparksClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_gamesparks.client import GameSparksClient


session = get_session()
async with session.create_client("gamesparks") as client:
    client: GameSparksClient

Paginators#

Type annotations and code completion for paginators from session.create_client("gamesparks").get_paginator("...").

# ListExtensionVersionsPaginator usage example

from types_aiobotocore_gamesparks.paginator import ListExtensionVersionsPaginator

def get_list_extension_versions_paginator() -> ListExtensionVersionsPaginator:
    return client.get_paginator("list_extension_versions"))

Literals#

Type annotations for literals used in methods and schema.

# DeploymentActionType usage example

from types_aiobotocore_gamesparks.literals import DeploymentActionType

def get_value() -> DeploymentActionType:
    return "DEPLOY"

Type definitions#

Type annotations for type definitions used in methods and schema.