--- id: mypy-boto3-interconnect version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-interconnect — Type annotations for boto3 Interconnect 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 112.3K/mo ## 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 above — 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 pip install mypy-boto3-interconnect uv add mypy-boto3-interconnect poetry add mypy-boto3-interconnect ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 112.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs interconnect, mypy boto3 annotations, boto3 type hints IDE support, interconnect service typing, aws sdk type checking, boto3 autocomplete stubs, pyright boto3 types, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-interconnect) · [View on PyPI](https://pypi.org/project/mypy-boto3-interconnect/)