Skip to content

ManagedBlockchainQuery module#

Index > ManagedBlockchainQuery

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

How to install#

From PyPI with pip#

Install types-aiobotocore for ManagedBlockchainQuery service.

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


# 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-query]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

ManagedBlockchainQueryClient#

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

# ManagedBlockchainQueryClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_managedblockchain_query.client import ManagedBlockchainQueryClient


session = get_session()
async with session.create_client("managedblockchain-query") as client:
    client: ManagedBlockchainQueryClient

Paginators#

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

# ListTokenBalancesPaginator usage example

from types_aiobotocore_managedblockchain_query.paginator import ListTokenBalancesPaginator

def get_list_token_balances_paginator() -> ListTokenBalancesPaginator:
    return client.get_paginator("list_token_balances"))

Literals#

Type annotations for literals used in methods and schema.

# ErrorTypeType usage example

from types_aiobotocore_managedblockchain_query.literals import ErrorTypeType

def get_value() -> ErrorTypeType:
    return "RESOURCE_NOT_FOUND_EXCEPTION"

Type definitions#

Type annotations for type definitions used in methods and schema.