--- id: mypy-boto3-pinpoint-sms-voice-v2 version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-pinpoint-sms-voice-v2 — Type annotations for boto3 PinpointSMSVoiceV2 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 295.0K/mo ## What it is and what it does This package is a stub-only type annotation library for boto3's PinpointSMSVoiceV2 service. It is generated automatically from boto3 1.43.37 using mypy-boto3-builder 8.12.0 and provides type hints for client methods, paginators, and service-specific types. When installed, it enables static type checkers like mypy and pyright to validate boto3 code at development time, and it provides IDE code completion and inline documentation in editors like VSCode, PyCharm, Emacs, and Sublime Text. The package has no runtime behavior—it only supplies type information. It depends solely on typing-extensions and is designed to be used alongside boto3 itself. Installation is straightforward via pip, either as a standalone package or as part of the boto3-stubs bundle. The description notes that PyCharm may experience performance issues with the full stubs due to Literal overload complexity, and suggests using the lite variant in such cases. Use it for: - Enable mypy or pyright to catch type errors in boto3 PinpointSMSVoiceV2 code before runtime - Get IDE code completion and parameter hints when writing boto3 PinpointSMSVoiceV2 client calls - Document expected argument and return types for PinpointSMSVoiceV2 operations in your codebase - Validate paginator and service resource types during development in VSCode or other LSP-aware editors ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for the boto3 PinpointSMSVoiceV2 service, enabling static type checking in mypy, pyright, and other tools. Yes, if you use boto3 PinpointSMSVoiceV2 and want type safety. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and is MIT-licensed. Install the lite variant if you experience PyCharm performance issues with the full stubs. ## Install pip install mypy-boto3-pinpoint-sms-voice-v2 uv add mypy-boto3-pinpoint-sms-voice-v2 poetry add mypy-boto3-pinpoint-sms-voice-v2 ## Installing mypy-boto3-pinpoint-sms-voice-v2 Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; the repository shows consistent activity and no archived status. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: # Install the package python -m pip install mypy-boto3-pinpoint-sms-voice-v2 # Use with type annotations in your code from boto3.session import Session from mypy_boto3_pinpoint_sms_voice_v2 import PinpointSMSVoiceV2Client client: PinpointSMSVoiceV2Client = Session().client("pinpoint-sms-voice-v2") # Now mypy and your IDE will provide type checking and completion Requires boto3 to be installed separately; type checking requires mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice - Performance impact when used with PyCharm, given the description's warning about slow Literal overload handling ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 295.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, pinpoint sms voice v2 types, aws sdk type annotations, mypy boto3 stubs, ide autocomplete boto3, pyright aws types, static type checking aws, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-pinpoint-sms-voice-v2) · [View on PyPI](https://pypi.org/project/mypy-boto3-pinpoint-sms-voice-v2/)