--- id: mypy-boto3-rum version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-rum — Type annotations for boto3 CloudWatchRUM 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.7K/mo ## What it is and what it does This package is a type-stub library for AWS boto3's CloudWatchRUM service, generated by mypy-boto3-builder. It provides complete type annotations for the CloudWatchRUM client, paginators, and service resources, allowing Python developers to get IDE autocompletion and static type checking when working with CloudWatchRUM through boto3. The stubs work with mypy, pyright, and popular IDEs including VSCode, PyCharm, Emacs, and Sublime Text. It's designed as a development-only dependency—you can use TYPE_CHECKING guards to avoid including it in production code. The package is pure Python with minimal dependencies, supporting Python 3.9 through 3.14. Use it for: - Enable IDE autocomplete and inline documentation for CloudWatchRUM API calls in VSCode with Pylance. - Catch type errors in CloudWatchRUM client usage before runtime using mypy or pyright in CI/CD pipelines. - Get code completion for CloudWatchRUM paginators and service resources in PyCharm or other JetBrains IDEs. - Provide explicit type hints for CloudWatchRUM operations in large codebases using TYPE_CHECKING guards. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and annotations for boto3's CloudWatchRUM service, enabling IDE autocompletion and static type checking with mypy and pyright. Yes, if you use boto3 with CloudWatchRUM and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat: PyCharm users may experience performance issues with the full stubs due to Literal overload complexity; the documentation suggests boto3-stubs-lite as an alternative in that case. ## Install pip install mypy-boto3-rum uv add mypy-boto3-rum poetry add mypy-boto3-rum ## Installing mypy-boto3-rum Before you install: Low friction—a single lightweight dependency on typing-extensions, pure Python wheel, and active maintenance with a recent release 107 days ago. 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 mypy-boto3-rum from boto3.session import Session from mypy_boto3_rum import CloudWatchRUMClient client: CloudWatchRUMClient = Session().client("rum") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact when used with PyCharm's type checker on large codebases, given the documented Literal overload issue. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, cloudwatch rum type stubs, mypy boto3 stubs, python aws type hints, boto3 ide autocomplete, static type checking aws, pyright boto3 support, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-rum) · [View on PyPI](https://pypi.org/project/mypy-boto3-rum/)