skillfed

types-aiobotocore-elbv2

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

types-aiobotocore-elbv2 v3.9.0 392.8K downloads/30d#7,005 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds complete type annotations to aiobotocore's ElasticLoadBalancingv2 service. It was generated using mypy-boto3-builder and provides explicit type hints for the async AWS SDK client, enabling IDEs and type checkers to offer code completion, inline documentation, and static type validation without requiring manual annotations in your code.

When installed, it works transparently with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, and pyright. You write aiobotocore code normally, but your editor and type checker gain full awareness of the ElasticLoadBalancingv2 API surface—method signatures, return types, paginators, and waiters—catching potential bugs at development time rather than runtime.

Use it for:

  • Enable IDE autocompletion and inline type hints when writing async AWS load balancer management code with aiobotocore.
  • Run mypy or pyright type checking on aiobotocore ElasticLoadBalancingv2 code to catch API misuse before deployment.
  • Provide explicit type annotations for paginators and waiters in async AWS load balancing workflows.
  • Integrate type checking into CI/CD pipelines for AWS infrastructure-as-code projects using aiobotocore.
  • Improve code maintainability by documenting expected types for ElasticLoadBalancingv2 client methods and responses.

Worth the install?

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

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

Yes, if you use aiobotocore for ElasticLoadBalancingv2 operations and want static type checking or IDE support. The package is actively maintained, has no known vulnerabilities, minimal dependencies, and is MIT-licensed. Install it as a development dependency (or conditionally via TYPE_CHECKING) to gain type safety without runtime overhead.

Install

types-aiobotocore-elbv2 on PyPI

pip

pip install types-aiobotocore-elbv2

uv

uv add types-aiobotocore-elbv2

poetry

poetry add types-aiobotocore-elbv2

Installing types-aiobotocore-elbv2

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with a recent release 12 days ago and steady repository activity.

License in practice

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

Quickstart

pip install types-aiobotocore-elbv2

from aiobotocore.session import get_session
from types_aiobotocore_elbv2 import ElasticLoadBalancingv2Client

session = get_session()
async with session.create_client("elbv2") as client:
    client: ElasticLoadBalancingv2Client

Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads mentioned in the description have been resolved since the package's last update.
  • Compatibility with aiobotocore versions other than 3.9.0 and whether forward/backward version compatibility is maintained.

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

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

Keywords: aiobotocore, elbv2, 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 stubselbv2 type annotationsaws load balancer typingboto3 type hintsmypy aws stubspyright aiobotocoreelastic load balancing types
type-stubsaws-sdkasync

More Software Development packages