--- id: mypy-boto3-kinesis-video-webrtc-storage version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-kinesis-video-webrtc-storage — Type annotations for boto3 KinesisVideoWebRTCStorage 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.3K/mo ## What it is and what it does This package is a stub-only type annotation library for boto3's KinesisVideoWebRTCStorage service, generated automatically by mypy-boto3-builder. It provides complete type hints for the service client, enabling static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to validate boto3 code at development time and offer accurate autocomplete suggestions. The package is designed as a development-only dependency—it contains no runtime code, only type information. It works with boto3 1.43.0 and supports Python 3.9 through 3.14. Installation can be standalone or as part of the larger boto3-stubs ecosystem; the documentation notes that PyCharm users may experience performance issues with the full stubs and suggests using the lite variant as an alternative. Use it for: - Enable IDE autocomplete and type checking for KinesisVideoWebRTCStorage boto3 calls in VSCode with Pylance or PyCharm. - Catch type errors in boto3 KinesisVideoWebRTCStorage code before runtime using mypy or pyright in CI/CD pipelines. - Document expected argument and return types for KinesisVideoWebRTCStorage operations without writing manual type annotations. - Reduce debugging time by catching incorrect service method calls or argument mismatches at development time. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's KinesisVideoWebRTCStorage service, enabling static type checking in mypy, pyright, and code editors. Yes, if you use boto3's KinesisVideoWebRTCStorage service and want static type checking or IDE autocomplete. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. The only gotcha is PyCharm's known performance issue with Literal overloads, which the documentation addresses by recommending the lite variant as a workaround. ## Install pip install mypy-boto3-kinesis-video-webrtc-storage uv add mypy-boto3-kinesis-video-webrtc-storage poetry add mypy-boto3-kinesis-video-webrtc-storage ## Installing mypy-boto3-kinesis-video-webrtc-storage Before you install: Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent commits and stable production status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-kinesis-video-webrtc-storage from mypy_boto3_kinesis_video_webrtc_storage import KinesisVideoWebRTCStorageClient from boto3.session import Session client: KinesisVideoWebRTCStorageClient = Session().client("kinesis-video-webrtc-storage") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved since the documentation was written. - Actual performance impact on IDE responsiveness when using the full boto3-stubs versus the lite variant. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs kinesis video, mypy annotations aws sdk, type hints boto3 services, ide autocomplete boto3, static type checking aws, pyright boto3 stubs, kinesis video webrtc storage types, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-kinesis-video-webrtc-storage) · [View on PyPI](https://pypi.org/project/mypy-boto3-kinesis-video-webrtc-storage/)