types-boto3-sesv2
Type annotations for boto3 SESV2 1.43.54 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
types-boto3-sesv2 on PyPI
pip
pip install types-boto3-sesv2uv
uv add types-boto3-sesv2poetry
poetry add types-boto3-sesv2Installing 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 23 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,073,147/month — #3,321 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_boto3_sesv2-1.43.54-py3-none-any.whl
Keywords: boto3, sesv2, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-sesv2Provides type annotations for boto3's SESV2…
permissive · top 15,000 on PyPI
types-boto3-sesProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-sesv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-elbv2Provides type annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-stsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-fullProvides type annotations for boto3 1.43.71,…
permissive · top 5,000 on PyPI
types-boto3-schedulerProvides type stubs and annotations for boto3's…
permissive · top 15,000 on PyPI
types-boto3-eventsProvides type annotations for boto3's…
permissive · top 15,000 on PyPI