--- id: mypy-boto3-bedrock-data-automation-runtime version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-bedrock-data-automation-runtime — Type annotations for boto3 RuntimeforBedrockDataAutomation 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.2K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for boto3's Bedrock Data Automation Runtime service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDE/type-checker combinations. The package contains no runtime code—it exists only to provide type information to your editor and type checker. When installed, it enables IDE autocompletion for Bedrock Data Automation Runtime API calls and catches type errors during development. It has a single runtime dependency (typing-extensions) and supports Python 3.9 through 3.14. The package is actively maintained and regenerated when boto3 updates, with no known security vulnerabilities. Use it for: - Enable IDE autocompletion and type hints when writing boto3 code that calls Bedrock Data Automation Runtime. - Catch type mismatches in Bedrock API calls during development using mypy or pyright before runtime. - Provide explicit type annotations for RuntimeforBedrockDataAutomationClient in production code using TYPE_CHECKING guards. - Support static analysis in CI/CD pipelines to validate boto3 Bedrock code correctness. - Improve code clarity and maintainability by documenting expected argument and return types for Bedrock operations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's Bedrock Data Automation Runtime service, enabling static type checking with mypy, pyright, and IDE support. Yes. Install this if you use boto3 to call Bedrock Data Automation Runtime and want IDE autocompletion and static type checking. It has minimal install friction, active maintenance, no security issues, and a permissive MIT license. The only caveat is PyCharm users may experience performance degradation with full type stubs; the description suggests using boto3-stubs-lite as an alternative if that occurs. ## Install pip install mypy-boto3-bedrock-data-automation-runtime uv add mypy-boto3-bedrock-data-automation-runtime poetry add mypy-boto3-bedrock-data-automation-runtime ## Installing mypy-boto3-bedrock-data-automation-runtime Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Active maintenance with recent releases; generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations. Quickstart: pip install mypy-boto3-bedrock-data-automation-runtime from boto3.session import Session from mypy_boto3_bedrock_data_automation_runtime import RuntimeforBedrockDataAutomationClient client: RuntimeforBedrockDataAutomationClient = Session().client("bedrock-data-automation-runtime") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved since this version was released. - Whether the lite variant (boto3-stubs-lite) offers meaningful performance improvements for this specific service in PyCharm. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 248.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs bedrock, type annotations aws bedrock, mypy boto3 bedrock runtime, boto3 autocompletion ide, pyright aws sdk types, bedrock data automation types, boto3 type hints, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-bedrock-data-automation-runtime) · [View on PyPI](https://pypi.org/project/mypy-boto3-bedrock-data-automation-runtime/)