mypy-boto3-interconnect
Type annotations for boto3 Interconnect 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stubs library that adds static type annotations for the AWS Interconnect service within boto3. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and other tools that consume Python type hints.
When installed, it enables IDE autocomplete, inline documentation, and static type checking on Interconnect client calls without requiring explicit type annotations in your code. The package is classified as stubs-only and carries no runtime dependencies beyond typing-extensions, making it suitable for development environments where you want type safety during development but do not want to ship the stubs in production.
Use it for:
- Add IDE autocomplete and type hints to boto3 Interconnect calls in VSCode or PyCharm during development.
- Run mypy or pyright on boto3 code to catch type errors before deployment.
- Generate type-aware documentation and catch undefined service methods at check time.
- Use TYPE_CHECKING guards to import stubs only during type checking, keeping production dependencies minimal.
- Integrate with Emacs or Sublime Text LSP servers for real-time type feedback on AWS SDK calls.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's Interconnect service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3's Interconnect service and want static type checking or IDE autocompletion. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. Install as a development dependency only (not in production requirements) and pair with boto3-stubs-lite if PyCharm performance becomes an issue.
Install
mypy-boto3-interconnect on PyPI
pip
pip install mypy-boto3-interconnectuv
uv add mypy-boto3-interconnectpoetry
poetry add mypy-boto3-interconnectInstalling mypy-boto3-interconnect
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-06-22 with recent releases, part of a stable, widely-used type-stubs ecosystem.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects.
Quickstart
# Install
python -m pip install mypy-boto3-interconnect
# Use in code
from boto3.session import Session
from mypy_boto3_interconnect import InterconnectClient
client: InterconnectClient = Session().client("interconnect")
# Now type checking and IDE autocomplete work on client calls
Requires Python 3.9 or later; intended as a development/type-checking dependency, not for runtime use in production code.
Verify before relying
- Whether this package is best installed standalone or as part of boto3-stubs[interconnect] for typical workflows.
- Performance impact on PyCharm compared to boto3-stubs-lite variant mentioned in the description.
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 — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 112,251/month — #12,375 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_interconnect-1.43.0-py3-none-any.whl
Keywords: boto3, interconnect, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codeconnectionsProvides type annotations for boto3…
permissive · top 15,000 on PyPI
mypy-boto3-ec2-instance-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codestar-connectionsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectparticipantProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connect-contact-lensProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-pinpointProvides type annotations and IDE…
permissive · top 15,000 on PyPI