--- id: mypy-boto3-chime-sdk-voice version: "1.43.50" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-chime-sdk-voice — Type annotations for boto3 ChimeSDKVoice 1.43.50 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.6K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's ChimeSDKVoice service. It was generated with mypy-boto3-builder 8.12.0 and provides complete type annotations for ChimeSDKVoice clients, paginators, and service resources, enabling IDEs and type checkers to validate your code and offer autocomplete suggestions as you write. When installed, it integrates with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. It has no runtime behavior—it only affects development-time type checking and IDE features. The package depends only on typing-extensions and supports Python 3.9 through 3.14. Use it for: - Catch ChimeSDKVoice API usage errors at development time before running code. - Get IDE autocomplete and parameter hints when calling ChimeSDKVoice client methods. - Validate boto3 ChimeSDKVoice code in CI/CD pipelines using mypy or pyright. - Reduce runtime errors by catching incorrect service calls during code review. - Document expected types for ChimeSDKVoice operations in your codebase. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ChimeSDKVoice service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's ChimeSDKVoice service and want type checking and IDE support. Install friction is minimal, maintenance is active, and there are no security vulnerabilities. The only caveat is PyCharm may experience performance issues with large Literal overloads (documented in the package); if that affects you, consider boto3-stubs-lite instead. ## Install pip install mypy-boto3-chime-sdk-voice uv add mypy-boto3-chime-sdk-voice poetry add mypy-boto3-chime-sdk-voice ## Installing mypy-boto3-chime-sdk-voice Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with recent releases. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects. Quickstart: # Install python -m pip install mypy-boto3-chime-sdk-voice # Use in code from boto3.session import Session from mypy_boto3_chime_sdk_voice import ChimeSDKVoiceClient client: ChimeSDKVoiceClient = Session().client("chime-sdk-voice") Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-checking support. Verify before relying: - Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads). - Compatibility with boto3-stubs-lite variant if you need lighter memory footprint. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws chime sdk voice types, mypy boto3 annotations, ide autocomplete boto3, static type checking aws, pyright boto3 support, chime sdk voice typing, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-chime-sdk-voice) · [View on PyPI](https://pypi.org/project/mypy-boto3-chime-sdk-voice/)