Skip to content

Honeycode module#

Index > Honeycode

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

How to install#

From PyPI with pip#

Install types-aiobotocore for Honeycode service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

HoneycodeClient#

Type annotations and code completion for session.create_client("honeycode") as HoneycodeClient boto3 documentation

# HoneycodeClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_honeycode.client import HoneycodeClient


session = get_session()
async with session.create_client("honeycode") as client:
    client: HoneycodeClient

Paginators#

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

# ListTableColumnsPaginator usage example

from types_aiobotocore_honeycode.paginator import ListTableColumnsPaginator

def get_list_table_columns_paginator() -> ListTableColumnsPaginator:
    return client.get_paginator("list_table_columns"))

Literals#

Type annotations for literals used in methods and schema.

# ErrorCodeType usage example

from types_aiobotocore_honeycode.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "ACCESS_DENIED"

Type definitions#

Type annotations for type definitions used in methods and schema.