skillfed

mypy-boto3-waf

Type annotations for boto3 WAF 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-waf v1.43.0 252.8K downloads/30d#8,533 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 boto3's WAF service client. It was generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocomplete and type checking for WAF API calls without requiring explicit type annotations in your code.

The package provides type definitions for WAFClient, paginators, and service-specific types like GetRateBasedRuleManagedKeysPaginator and ListRulesPaginator. It has a single runtime dependency on typing-extensions and is marked as Stubs Only, meaning it contains only type information and does not execute any code at runtime. The package supports Python 3.9 through 3.14.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing boto3 WAF client code in VSCode or PyCharm.
  • Catch type errors in WAF API calls before runtime using mypy or pyright in CI/CD pipelines.
  • Document WAF API method signatures and return types for team members using type-aware editors.
  • Use explicit type annotations for WAFClient variables to make code more readable and maintainable.
  • Integrate type checking into Emacs or Sublime Text workflows via LSP and pyright.

Worth the install?

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

Provides type annotations for boto3 WAF 1.43.0, enabling IDE autocomplete and static type checking in mypy, pyright, and other tools.

Yes, if you use boto3 WAF and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package has no known vulnerabilities and is widely used. Install as part of boto3-stubs[waf] for convenience, or standalone if you prefer granular control.

Install

mypy-boto3-waf on PyPI

pip

pip install mypy-boto3-waf

uv

uv add mypy-boto3-waf

poetry

poetry add mypy-boto3-waf

Installing mypy-boto3-waf

Before you install

Low install friction with a single runtime dependency on 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

pip install mypy-boto3-waf

from boto3.session import Session
from mypy_boto3_waf import WAFClient

client: WAFClient = Session().client("waf")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (referenced in docs) have been resolved since the package was generated.
  • Whether the package works correctly with boto3 versions other than 1.43.0.

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

Evidence: mypy_boto3_waf-1.43.0-py3-none-any.whl

Keywords: boto3, waf, boto3-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

boto3 type stubsaws waf type annotationsmypy boto3 wafboto3 waf autocompletetype checking aws wafpyright boto3 stubsboto3 waf intellisense
type-stubsaws-sdkboto3

More Software Development packages