--- id: types-boto3-sesv2 version: "1.43.54" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-sesv2 — Type annotations for boto3 SESV2 1.43.54 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 2.1M/mo ## What it is and what it does types-boto3-sesv2 is a type stub package that adds static type information to boto3's SESV2 client. It is generated from boto3 1.43.54 and works alongside your existing boto3 installation to enable type checking and IDE autocompletion without requiring explicit type annotations in your code. When installed, it allows type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to understand boto3 SESV2 method signatures, return types, and available parameters. This catches type mismatches and provides code completion suggestions as you write AWS SDK calls. The package is a stub-only distribution (no runtime code) and depends only on typing-extensions. Use it for: - Enable mypy or pyright type checking on boto3 SESV2 code without manual type annotations. - Get IDE autocomplete and inline documentation for SESV2 client methods and parameters in VSCode or PyCharm. - Catch type errors in AWS email service calls (SendEmail, GetAccount, etc.) before runtime. - Annotate SESV2Client and paginator types explicitly in function signatures for better code clarity. - Use in CI/CD pipelines to enforce type safety on boto3 SESV2 operations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's SESV2 (Simple Email Service v2) client, enabling type checking in mypy, pyright, VSCode, PyCharm, and other tools. Yes. If you use boto3 SESV2 and want type checking or IDE support, install this. It has no runtime overhead (stub-only), minimal dependencies, active maintenance, MIT licensing, and zero known vulnerabilities. The only caveat is PyCharm performance with Literal overloads—if that's a blocker, consider the lite variant instead. ## Install pip install types-boto3-sesv2 uv add types-boto3-sesv2 poetry add types-boto3-sesv2 ## Installing types-boto3-sesv2 Before you install: Low friction: single runtime dependency (typing-extensions), actively maintained with recent releases, and no known vulnerabilities. Generated from mypy-boto3-builder 8.12.0. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: # Install python -m pip install types-boto3-sesv2 # Use in code from boto3.session import Session from types_boto3_sesv2 import SESV2Client client: SESV2Client = Session().client("sesv2") # Type checking and IDE completion now work Requires Python 3.9 or later; boto3 itself must be installed separately in your environment. Verify before relying: - Whether performance impact in PyCharm is acceptable (docs mention potential slowness with Literal overloads). - Whether the lite variant (types-boto3-lite) is preferable for your IDE or RAM constraints. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 2.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, sesv2 type annotations, aws sdk type hints, boto3 ide autocomplete, mypy boto3 types, pyright aws types, type checking boto3, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/types-boto3-sesv2) · [View on PyPI](https://pypi.org/project/types-boto3-sesv2/)