RePostPrivate module#
Index > RePostPrivate
Auto-generated documentation for RePostPrivate type annotations stubs module types-aiobotocore-repostspace.
How to install#
Generate locally (recommended)#
You can generate type annotations for aioboto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'aioboto3==14.1.0' mypy-boto3-builder
- Select
aioboto3
AWS SDK. - Add
RePostPrivate
service. - Use provided commands to install generated packages.
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"
- ConfigurationStatusType
- ListSpacesPaginatorName
- RoleType
- TierLevelType
- VanityDomainStatusType
- RePostPrivateServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- BatchAddRoleInputTypeDef
- BatchErrorTypeDef
- ResponseMetadataTypeDef
- BatchRemoveRoleInputTypeDef
- CreateSpaceInputTypeDef
- DeleteSpaceInputTypeDef
- DeregisterAdminInputTypeDef
- GetSpaceInputTypeDef
- PaginatorConfigTypeDef
- ListSpacesInputTypeDef
- SpaceDataTypeDef
- ListTagsForResourceRequestTypeDef
- RegisterAdminInputTypeDef
- SendInvitesInputTypeDef
- TagResourceRequestTypeDef
- UntagResourceRequestTypeDef
- UpdateSpaceInputTypeDef
- BatchAddRoleOutputTypeDef
- BatchRemoveRoleOutputTypeDef
- CreateSpaceOutputTypeDef
- EmptyResponseMetadataTypeDef
- GetSpaceOutputTypeDef
- ListTagsForResourceResponseTypeDef
- ListSpacesInputPaginateTypeDef
- ListSpacesOutputTypeDef