skillfed

types-boto3-elbv2

Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 service generated with mypy-boto3-builder 8.12.0

types-boto3-elbv2 v1.43.54 89.3K downloads/30d#13,667 on PyPI670
Permissive license MIT Active released

What it is and what it does

types-boto3-elbv2 is a type stub package that adds complete type annotations for boto3's ElasticLoadBalancingv2 service. It was generated from boto3 version 1.43.54 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The package contains no runtime code—it only provides type information to enable IDE autocomplete, static type checking, and inline documentation for ElasticLoadBalancingv2 client methods, paginators, and waiters.

Install it alongside boto3 in your project, and your IDE and type checker will immediately recognize ElasticLoadBalancingv2 API calls. You can use it with or without explicit type annotations; most tools will infer types automatically. The package is designed to be lightweight and can be installed in TYPE_CHECKING blocks to avoid adding a production dependency.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing boto3 ElasticLoadBalancingv2 code in VSCode or PyCharm.
  • Catch type errors in load balancer API calls during development with mypy or pyright before runtime.
  • Annotate ElasticLoadBalancingv2Client, paginators, and waiters in function signatures for better code documentation.
  • Use in a TYPE_CHECKING block to get type hints during development without adding types-boto3-elbv2 as a production dependency.
  • Migrate existing boto3 code to typed Python with minimal refactoring by leveraging auto-discovered types.

Worth the install?

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

Provides type annotations for boto3's ElasticLoadBalancingv2 service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools.

Yes. If you use boto3's ElasticLoadBalancingv2 service and want IDE support or static type checking, this package is the standard solution. It has low install friction, active maintenance, no security vulnerabilities, and a permissive MIT license. The only caveat is a known PyCharm performance issue with Literal overloads (documented in the description), which can be worked around by using the lite variant.

Install

types-boto3-elbv2 on PyPI

pip

pip install types-boto3-elbv2

uv

uv add types-boto3-elbv2

poetry

poetry add types-boto3-elbv2

Installing types-boto3-elbv2

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22.

License in practice

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

Quickstart

pip install types-boto3-elbv2

from boto3.session import Session
from types_boto3_elbv2 import ElasticLoadBalancingv2Client

client: ElasticLoadBalancingv2Client = Session().client("elbv2")
# Type checking and IDE autocomplete now work

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

Verify before relying

  • Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved since the package was generated.
  • Whether the lite variant (types-boto3-lite) offers meaningfully better IDE performance for PyCharm users.

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 89,349/month — #13,667 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_boto3_elbv2-1.43.54-py3-none-any.whl

Keywords: boto3, elbv2, 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 stubselbv2 type annotationsaws load balancer typingboto3 autocompletemypy boto3 stubsstatic type checking awspython boto3 ide support
type-stubsaws-boto3static-typing

More Software Development packages