--- id: mypy-boto3-kinesisanalyticsv2 version: "1.43.51" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-kinesisanalyticsv2 — Type annotations for boto3 KinesisAnalyticsV2 1.43.51 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 288.8K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for boto3's KinesisAnalyticsV2 service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.51. When installed, it enables IDE code completion and static type checking in VSCode (with Pylance), PyCharm, Emacs, Sublime Text, and via command-line tools like mypy and pyright—without requiring explicit type hints in your code. The package contains type definitions for the KinesisAnalyticsV2 client, paginators, waiters, and service-specific data types. It has a single runtime dependency on typing-extensions and supports Python 3.9 and later. The stubs are generated automatically and kept in sync with boto3 releases, making it a low-maintenance way to add type safety to AWS SDK code. Use it for: - Enable IDE autocomplete and inline documentation for KinesisAnalyticsV2 API calls in VSCode or PyCharm - Run mypy or pyright type checking on boto3 code to catch API misuse before runtime - Add type hints to boto3 client code without writing manual annotations for every method - Integrate type checking into CI/CD pipelines for AWS Lambda or other serverless functions using KinesisAnalyticsV2 - Support team code review by making API contracts explicit and checkable by static analysis ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's KinesisAnalyticsV2 service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a lightweight, actively maintained type-stub package with no security vulnerabilities, permissive licensing, and a single minimal dependency. Install it if you use boto3's KinesisAnalyticsV2 service and want IDE support or static type checking. The only caveat is PyCharm users may experience performance issues with Literal overloads (a known PyCharm limitation, not a flaw in this package). ## Install pip install mypy-boto3-kinesisanalyticsv2 uv add mypy-boto3-kinesisanalyticsv2 poetry add mypy-boto3-kinesisanalyticsv2 ## Installing mypy-boto3-kinesisanalyticsv2 Before you install: Low friction: single runtime dependency (typing-extensions) and a pure-Python wheel. Active maintenance with a release 28 days ago. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: # Install with pip python -m pip install mypy-boto3-kinesisanalyticsv2 # Use in code from boto3.session import Session from mypy_boto3_kinesisanalyticsv2 import KinesisAnalyticsV2Client client: KinesisAnalyticsV2Client = Session().client("kinesisanalyticsv2") Verify before relying: - Whether PyCharm performance issues with Literal overloads (referenced in docs) affect this specific version - Memory footprint compared to boto3-stubs-lite variant mentioned in the description ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 288.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, kinesis analytics v2 types, aws sdk type annotations, mypy boto3 stubs, ide autocomplete aws, python type hints boto3, static type checking aws, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-kinesisanalyticsv2) · [View on PyPI](https://pypi.org/project/mypy-boto3-kinesisanalyticsv2/)