--- id: mypy-boto3-healthlake version: "1.43.67" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-healthlake — Type annotations for boto3 HealthLake 1.43.67 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 289.1K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's HealthLake service client. It is generated automatically from boto3 1.43.67 using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to enable code completion and catch type errors at development time. The package provides explicit type annotations for HealthLake clients, paginators, waiters, and service-specific type definitions. It is designed to be installed alongside boto3 and requires only typing-extensions as a runtime dependency. The documentation notes that PyCharm may experience performance issues with the full type stubs due to Literal overload complexity, and recommends using the lite variant in such cases. Use it for: - Enable IDE autocomplete and inline type hints when writing boto3 HealthLake client code in VSCode or other supported editors. - Catch type errors in HealthLake API calls before runtime using mypy or pyright in CI/CD pipelines. - Provide explicit type annotations for HealthLakeClient, paginators, and waiters in codebases that require strict static typing. - Support development workflows that rely on type information for refactoring and code navigation in large boto3-based projects. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for the boto3 HealthLake service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 HealthLake and want static type checking or IDE autocompletion. The package has low install friction, is actively maintained, carries no security vulnerabilities, and uses a permissive MIT license. Install it as part of boto3-stubs[healthlake] for the full experience, or standalone if you prefer. Note: PyCharm users may experience performance issues and should consider the lite variant instead. ## Install pip install mypy-boto3-healthlake uv add mypy-boto3-healthlake poetry add mypy-boto3-healthlake ## Installing mypy-boto3-healthlake Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with a release within the past week, and has been stable since its initial release in 2020. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-healthlake from boto3.session import Session from mypy_boto3_healthlake import HealthLakeClient client: HealthLakeClient = Session().client("healthlake") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works with all IDEs mentioned (VSCode, PyCharm, Emacs, Sublime Text) without additional configuration beyond the documented setup steps. - Performance impact when used with PyCharm—documentation warns of potential slowness but does not quantify the effect. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 289.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, healthlake type stubs, mypy boto3 support, aws sdk type hints, ide autocomplete boto3, pyright boto3 types, static type checking aws, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-healthlake) · [View on PyPI](https://pypi.org/project/mypy-boto3-healthlake/)