types-boto3-elbv2
Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 service generated with mypy-boto3-builder 8.12.0
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-elbv2uv
uv add types-boto3-elbv2poetry
poetry add types-boto3-elbv2Installing 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
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-elbv2Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-elbv2Provides type annotations and IDE…
permissive · top 15,000 on PyPI
types-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-boto3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-sesv2Provides 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-cloudformationProvides type annotations for boto3's…
permissive · top 5,000 on PyPI
types-boto3-ecrProvides type stubs and annotations for boto3…
permissive · top 15,000 on PyPI
types-boto3-s3Provides type annotations and IDE…
permissive · top 5,000 on PyPI
types-boto3-ecsProvides type annotations for boto3 ECS 1.43.65…
permissive · top 15,000 on PyPI