skillfed

types-aiobotocore-wafv2

Type annotations for aiobotocore WAFV2 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-wafv2 v3.9.0 233.8K downloads/30d#9,034 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to aiobotocore's WAFV2 service. It was generated using mypy-boto3-builder and provides type annotations compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other IDEs and type checkers. The stubs enable IDE autocompletion, catch type errors before runtime, and provide inline documentation for WAFV2 API calls.

The package depends only on typing-extensions and installs with minimal friction. It supports Python 3.9 through 3.14 and is classified as production-stable. Type annotations are optional—you can use aiobotocore normally and add explicit type hints where needed, or rely on the stubs for full IDE integration without modifying your code.

Use it for:

  • Enable IDE autocompletion and type hints when working with aiobotocore WAFV2 in VSCode or PyCharm
  • Run mypy or pyright type checking on async AWS WAF code to catch errors before deployment
  • Document WAFV2 API parameters and return types for team members using static analysis
  • Use TYPE_CHECKING guards to include type stubs in development without adding production dependencies
  • Migrate from synchronous boto3 to async aiobotocore while maintaining type safety

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion support for aiobotocore's WAFV2 service, enabling static type checking with mypy, pyright, and other tools.

Yes. Install this if you use aiobotocore with WAFV2 and want IDE autocompletion or static type checking. The package is lightweight, actively maintained, has no security issues, and carries a permissive MIT license. The only caveat is PyCharm's known performance issue with Literal overloads (PY-40997)—if you use PyCharm, consider the lite variant or use mypy/pyright instead.

Install

types-aiobotocore-wafv2 on PyPI

pip

pip install types-aiobotocore-wafv2

uv

uv add types-aiobotocore-wafv2

poetry

poetry add types-aiobotocore-wafv2

Installing types-aiobotocore-wafv2

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent releases and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for both open-source and commercial projects.

Quickstart

# Install
python -m pip install types-aiobotocore-wafv2

# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_wafv2 import WAFV2Client

session = get_session()
async with session.create_client("wafv2") as client:
    client: WAFV2Client
    # Type checking and IDE completion now work

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) remain unresolved or have been addressed in recent versions

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 — 12 days since the last release
Last repo commit
First released
Downloads 233,821/month — #9,034 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_wafv2-3.9.0-py3-none-any.whl

Keywords: aiobotocore, wafv2, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubswafv2 type annotationsboto3 type hintsmypy aiobotocore supportpython aws type checkingide autocomplete awspyright boto3 stubs
type-stubsaws-sdkasync-io

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-wafv2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-firehose

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sesv2

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI