--- id: mypy-boto3-connecthealth version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-connecthealth — Type annotations for boto3 ConnectHealth 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 148.5K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ConnectHealth service. It is generated automatically using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text to provide IDE autocomplete and catch type errors at development time. The package contains no runtime code—it is purely type annotations. When installed, it allows you to write boto3 ConnectHealth client code with full type checking and IDE support without needing to write explicit type hints yourself. It depends only on typing-extensions and can be used behind TYPE_CHECKING guards to avoid production dependencies. Use it for: - Enable IDE autocomplete and type hints when writing boto3 ConnectHealth client code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 ConnectHealth code to catch errors before runtime. - Provide type information for paginators and service resources in ConnectHealth operations. - Use in a development environment while keeping the package out of production dependencies. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's ConnectHealth service, enabling IDE autocomplete and static type checking with mypy and pyright. Yes, if you use boto3 ConnectHealth and want static type checking or IDE autocomplete. Install friction is minimal and the package is actively maintained. No security vulnerabilities reported. Consider alternatives if PyCharm performance is a concern. ## Install pip install mypy-boto3-connecthealth uv add mypy-boto3-connecthealth poetry add mypy-boto3-connecthealth ## Installing mypy-boto3-connecthealth Before you install: Low install friction; single runtime dependency on typing-extensions. Active maintenance with recent releases; generated automatically from boto3 1.43.37. License in practice: MIT license permits use in commercial and proprietary projects without restriction or attribution requirement. Quickstart: pip install mypy-boto3-connecthealth from boto3.session import Session from mypy_boto3_connecthealth import ConnectHealthClient client: ConnectHealthClient = Session().client("connecthealth") Requires boto3 to be installed separately; type checking requires mypy, pyright, or a compatible IDE. Verify before relying: - Whether the package works with boto3 versions other than 1.43.37, or if it requires exact version matching. - Performance impact in PyCharm compared to the lite variant mentioned in the documentation. - Whether TYPE_CHECKING guards are necessary to avoid production dependencies. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 148.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs connecthealth, aws connecthealth type annotations, boto3 connecthealth mypy support, type hints for boto3 services, connecthealth client type checking, mypy-boto3-connecthealth, ide autocomplete boto3 connecthealth, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-connecthealth) · [View on PyPI](https://pypi.org/project/mypy-boto3-connecthealth/)