mypy-boto3-wafv2
Type annotations for boto3 WAFV2 1.43.63 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information for boto3's WAFV2 (AWS Web Application Firewall V2) service. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking when working with the WAFV2 API, and works with type checkers like mypy and pyright. The stubs are generated from boto3's service definitions and include client type annotations, literal types for valid parameter values, and type definitions for request and response structures.
The package is designed as a development dependency—it provides no runtime functionality but improves the developer experience by catching type errors early and offering IDE autocompletion. It supports Python 3.9 through 3.14 and has a single runtime dependency on typing-extensions. The stubs can be used standalone or as part of the broader boto3-stubs ecosystem, which covers all AWS services.
Use it for:
- Enable IDE autocompletion and inline documentation when writing WAFV2 API calls with boto3 in VSCode or PyCharm.
- Catch type errors in WAFV2 service calls during development using mypy or pyright before runtime.
- Provide explicit type hints for WAFV2Client, literals, and type definitions in a codebase that uses TYPE_CHECKING guards.
- Improve code maintainability by documenting expected parameter types and return shapes for WAFV2 operations.
- Integrate WAFV2 type checking into CI/CD pipelines that run mypy or pyright as part of code quality checks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's WAFV2 (AWS WAF V2) service, enabling static type checking in mypy, pyright, and supported editors.
Yes. Install this if you use boto3 with WAFV2 and want IDE autocompletion and static type checking. It has minimal install friction, no security vulnerabilities, permissive licensing, and active maintenance. Use it as a development dependency only—it adds no runtime overhead and is compatible with all major Python type checkers and IDEs.
Install
mypy-boto3-wafv2 on PyPI
pip
pip install mypy-boto3-wafv2uv
uv add mypy-boto3-wafv2poetry
poetry add mypy-boto3-wafv2Installing mypy-boto3-wafv2
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). The package is actively maintained with a recent release and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution, including in proprietary code—no licensing constraints for adopters.
Quickstart
# Install
python -m pip install mypy-boto3-wafv2
# Use in code
from boto3.session import Session
from mypy_boto3_wafv2 import WAFV2Client
client: WAFV2Client = Session().client("wafv2")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the docs (PY-40997) still affect current versions.
- Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead.
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 — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 331,261/month — #7,519 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_wafv2-1.43.63-py3-none-any.whl
Keywords: boto3, wafv2, 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
types-aiobotocore-wafv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-waf-regionalProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-wafProvides type annotations for boto3 WAF 1.43.0,…
permissive · top 15,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI