Skip to content

ManagedBlockchain module#

Index > ManagedBlockchain

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

How to install#

From PyPI with pip#

Install types-aiobotocore for ManagedBlockchain service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

ManagedBlockchainClient#

Type annotations and code completion for session.create_client("managedblockchain") as ManagedBlockchainClient boto3 documentation

# ManagedBlockchainClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_managedblockchain.client import ManagedBlockchainClient


session = get_session()
async with session.create_client("managedblockchain") as client:
    client: ManagedBlockchainClient

Paginators#

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

# ListAccessorsPaginator usage example

from types_aiobotocore_managedblockchain.paginator import ListAccessorsPaginator

def get_list_accessors_paginator() -> ListAccessorsPaginator:
    return client.get_paginator("list_accessors"))

Literals#

Type annotations for literals used in methods and schema.

# AccessorStatusType usage example

from types_aiobotocore_managedblockchain.literals import AccessorStatusType

def get_value() -> AccessorStatusType:
    return "AVAILABLE"

Type definitions#

Type annotations for type definitions used in methods and schema.