Skip to content

finspace module

Index > finspace

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

How to install

From PyPI with pip

Install types-aioboto3 for finspace service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[finspace]'


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


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

How to uninstall

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

Usage

Code samples can be found in Examples.

finspaceClient

Type annotations and code completion for session.client("finspace") as finspaceClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_finspace.client import finspaceClient


session = Session()
async with session.client("finspace") as client:
    client: finspaceClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_finspace.literals import EnvironmentStatusType

def get_value() -> EnvironmentStatusType:
    return "CREATED"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_finspace.type_defs import FederationParametersTypeDef

def get_value() -> FederationParametersTypeDef:
    return {
        "samlMetadataDocument": ...,
    }