Skip to content

rePostPrivate module#

Index > rePostPrivate

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

How to install#

From PyPI with pip#

Install types-aioboto3 for rePostPrivate service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

rePostPrivateClient#

Type annotations and code completion for session.client("repostspace") as rePostPrivateClient boto3 documentation

# rePostPrivateClient usage example

from aioboto3.session import Session

from types_aiobotocore_repostspace.client import rePostPrivateClient


session = Session()
async with session.client("repostspace") as client:
    client: rePostPrivateClient

Paginators#

Type annotations and code completion for paginators from session.client("repostspace").get_paginator("...").

# ListSpacesPaginator usage example

from types_aiobotocore_repostspace.paginator import ListSpacesPaginator

def get_list_spaces_paginator() -> ListSpacesPaginator:
    return client.get_paginator("list_spaces"))

Literals#

Type annotations for literals used in methods and schema.

# ConfigurationStatusType usage example

from types_aiobotocore_repostspace.literals import ConfigurationStatusType

def get_value() -> ConfigurationStatusType:
    return "CONFIGURED"

Type definitions#

Type annotations for type definitions used in methods and schema.