Skip to content

SimSpaceWeaver module#

Index > SimSpaceWeaver

Auto-generated documentation for SimSpaceWeaver type annotations stubs module types-aiobotocore-simspaceweaver.

How to install#

From PyPI with pip#

Install types-aiobotocore for SimSpaceWeaver service.

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


# 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[simspaceweaver]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

SimSpaceWeaverClient#

Type annotations and code completion for session.create_client("simspaceweaver") as SimSpaceWeaverClient boto3 documentation

# SimSpaceWeaverClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_simspaceweaver.client import SimSpaceWeaverClient


session = get_session()
async with session.create_client("simspaceweaver") as client:
    client: SimSpaceWeaverClient

Literals#

Type annotations for literals used in methods and schema.

# ClockStatusType usage example

from types_aiobotocore_simspaceweaver.literals import ClockStatusType

def get_value() -> ClockStatusType:
    return "STARTED"

Type definitions#

Type annotations for type definitions used in methods and schema.