--- id: types-boto3-elbv2 version: "1.43.54" license: MIT license_treatment: permissive maintenance: active --- # types-boto3-elbv2 — Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 89.3K/mo ## 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 above — 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 pip install types-boto3-elbv2 uv add types-boto3-elbv2 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_current - Install friction: low - Maintenance: active - Downloads: 89.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, elbv2 type annotations, aws load balancer typing, boto3 autocomplete, mypy boto3 stubs, static type checking aws, python boto3 ide support, type-stubs, aws-boto3, static-typing [View on SkillFed](https://skillfed.io/packages/types-boto3-elbv2) · [View on PyPI](https://pypi.org/project/types-boto3-elbv2/)