skillfed

types-aiobotocore-connect

Type annotations for aiobotocore Connect 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-connect v3.9.0 73.7K downloads/30d#14,951 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to aiobotocore's Connect service. It is generated automatically from AWS API definitions using mypy-boto3-builder 8.12.0 and provides detailed type annotations for client methods, paginators, and service resources. When installed, it enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to understand aiobotocore Connect calls, offering autocomplete suggestions and catching type errors before runtime.

The package is designed for developers using async AWS Connect operations who want static type safety without writing manual annotations. It supports Python 3.9 through 3.14 and integrates transparently with standard Python tooling. The only runtime dependency is typing-extensions, keeping the installation lightweight. Type checking works automatically once installed—no explicit type annotations are required in your code, though the package also provides explicit type hints (ConnectClient, paginators, type definitions) for those who prefer them.

Use it for:

  • Enable IDE autocomplete and type checking when calling aiobotocore Connect methods in async code.
  • Catch type errors in AWS Connect API calls during development with mypy or pyright before deployment.
  • Provide type hints for paginator objects and service resource types in Connect operations.
  • Support code review and refactoring by making Connect API contracts explicit to static analysis tools.
  • Use with TYPE_CHECKING guards to add type safety without adding a production runtime dependency.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs and annotations for the aiobotocore Connect service, enabling IDE autocomplete, type checking with mypy and pyright, and static analysis for async AWS Connect API calls.

Yes, if you use aiobotocore with the Connect service. The package is actively maintained, has no known vulnerabilities, minimal install friction, and a permissive license. It integrates seamlessly with standard Python tooling and adds real value through IDE support and type checking. Install it in your development environment to catch bugs early; optionally guard it behind TYPE_CHECKING to keep it out of production.

Install

types-aiobotocore-connect on PyPI

pip

pip install types-aiobotocore-connect

uv

uv add types-aiobotocore-connect

poetry

poetry add types-aiobotocore-connect

Installing types-aiobotocore-connect

Before you install

Low install friction; single lightweight runtime dependency on typing-extensions. Actively maintained with recent releases; repository shows consistent activity and community engagement.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-connect

from aiobotocore.session import get_session
from types_aiobotocore_connect import ConnectClient

session = get_session()
async with session.create_client("connect") as client:
    client: ConnectClient
    # Type checking and IDE completion now available

Requires aiobotocore 3.9.0 to be installed separately; type checking requires mypy, pyright, or a compatible IDE.

Verify before relying

  • Performance impact on PyCharm noted in description but not quantified in fact sheet.
  • Whether lite variant (types-aiobotocore-lite) offers meaningful RAM savings for typical projects.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 12 days since the last release
Last repo commit
First released
Downloads 73,673/month — #14,951 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_connect-3.9.0-py3-none-any.whl

Keywords: aiobotocore, connect, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubsaws connect type annotationsboto3 type hintsmypy aws connectpyright aiobotocoreaws sdk type checkingconnect service stubs
type-stubsaws-sdkasync

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-events

Provides type stubs and annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-stepfunctions

Provides type stubs and annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-sns

Provides type stubs and IDE autocomplete…

permissive · top 5,000 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI