--- id: mypy-boto3-connect-contact-lens version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-connect-contact-lens — Type annotations for boto3 ConnectContactLens 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 247.4K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's ConnectContactLens service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE code completion and type checking for ConnectContactLens API calls without requiring explicit type annotations in your code. The package contains type definitions for the ConnectContactLensClient, service resources, waiters, paginators, and Literal types extracted from the AWS API shapes. It is designed to be a development-only dependency and can be safely guarded behind TYPE_CHECKING imports to keep it out of production environments. The library supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. Use it for: - Enable IDE autocomplete and type checking for boto3 ConnectContactLens API calls in VSCode with Pylance or PyCharm. - Run mypy or pyright static type checking on code that uses boto3 ConnectContactLens without manual type annotations. - Catch type errors in boto3 ConnectContactLens client usage before runtime in your CI/CD pipeline. - Provide explicit type hints for ConnectContactLensClient, waiters, and paginators in library or framework code. - Use Literal types from the service to validate enum-like parameters at type-check time. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 ConnectContactLens service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 ConnectContactLens and want IDE support or static type checking. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds minimal install friction. It is most valuable in development environments; consider using TYPE_CHECKING guards to keep it out of production dependencies. ## Install pip install mypy-boto3-connect-contact-lens uv add mypy-boto3-connect-contact-lens poetry add mypy-boto3-connect-contact-lens ## Installing mypy-boto3-connect-contact-lens Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for any project type. Quickstart: pip install mypy-boto3-connect-contact-lens from boto3.session import Session from mypy_boto3_connect_contact_lens import ConnectContactLensClient client: ConnectContactLensClient = Session().client("connect-contact-lens") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether performance impact on PyCharm is acceptable for your codebase size (docs mention potential slowness with Literal overloads). - Whether the lite variant (boto3-stubs-lite) would be preferable for your IDE or RAM constraints. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 247.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws connect contact lens typing, mypy boto3 annotations, ide autocomplete boto3, pyright type hints aws, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-connect-contact-lens) · [View on PyPI](https://pypi.org/project/mypy-boto3-connect-contact-lens/)