--- id: mypy-boto3-elbv2 version: "1.43.54" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-elbv2 — Type annotations for boto3 ElasticLoadBalancingv2 1.43.54 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 984.3K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to boto3's ElasticLoadBalancingv2 service. It enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to understand boto3 ElasticLoadBalancingv2 API calls, providing code completion, inline documentation, and static type checking without requiring explicit type hints in your code. The package is generated from boto3 1.43.54 using mypy-boto3-builder and includes annotations for clients, paginators, waiters, and type definitions. It depends only on typing-extensions and is designed as a development-time dependency—you can use TYPE_CHECKING guards to exclude it from production builds. The package supports Python 3.9 through 3.14 and is classified as Production/Stable. Use it for: - Enable IDE autocompletion and type hints when writing boto3 ElasticLoadBalancingv2 code in VSCode or PyCharm - Catch ElasticLoadBalancingv2 API usage errors at type-check time with mypy or pyright before runtime - Document ElasticLoadBalancingv2 client method signatures and return types for team code review - Reduce debugging time by catching incorrect parameter names or types in load balancer operations - Support paginator and waiter type annotations for complex ElasticLoadBalancingv2 queries ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's ElasticLoadBalancingv2 service, enabling static type checking with mypy, pyright, and other tools. Yes—if you use boto3 ElasticLoadBalancingv2 in a project where you run mypy, pyright, or use a type-aware IDE. The install is frictionless, the package is actively maintained with no known vulnerabilities, and the MIT license poses no restrictions. Install it as a dev dependency and use TYPE_CHECKING guards if you want to exclude it from production. ## Install pip install mypy-boto3-elbv2 uv add mypy-boto3-elbv2 poetry add mypy-boto3-elbv2 ## Installing mypy-boto3-elbv2 Before you install: Low friction install with a single lightweight dependency (typing-extensions). Package is actively maintained with a recent release, and has been stable since 2019. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—safe for both open-source and commercial projects. Quickstart: # Install with pip python -m pip install mypy-boto3-elbv2 # Use in code from boto3.session import Session from mypy_boto3_elbv2 import ElasticLoadBalancingv2Client client: ElasticLoadBalancingv2Client = Session().client("elbv2") Verify before relying: - Whether PyCharm performance issues with Literal overloads (referenced in docs) affect this version specifically - Whether the lite variant (boto3-stubs-lite) offers meaningful performance benefits for typical workloads ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 984.3K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs elbv2, aws load balancer type annotations, boto3 elb type hints, mypy boto3 stubs, aws sdk type checking, boto3 autocomplete ide, elastic load balancing types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-elbv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-elbv2/)