--- id: mypy-boto3-compute-optimizer-automation version: "1.43.32" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-compute-optimizer-automation — Type annotations for boto3 ComputeOptimizerAutomation 1.43.32 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 232.1K/mo ## What it is and what it does This package is a type-stub library that adds static type annotations to boto3's ComputeOptimizerAutomation service. It is generated automatically using mypy-boto3-builder and works with type checkers like mypy and pyright as well as IDEs including VSCode, PyCharm, Emacs, and Sublime Text. The stubs enable IDE autocomplete, inline documentation, and compile-time type checking for boto3 code without requiring explicit type annotations in your source. The package is lightweight—it depends only on typing-extensions—and is designed to be installed alongside boto3. It supports Python 3.9 through 3.14 and is marked as production-stable. The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overload complexity, and recommends using the lite variant or external type checkers as an alternative in such cases. Use it for: - Enable IDE autocomplete and inline type hints when writing boto3 ComputeOptimizerAutomation client code in VSCode or other supported editors. - Run mypy or pyright type checking on boto3 code to catch type errors before runtime without manual type annotations. - Provide explicit type annotations for ComputeOptimizerAutomationClient, paginators, and service resources in large codebases. - Improve code documentation and maintainability by making boto3 API contracts visible to developers and linters. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's ComputeOptimizerAutomation service, enabling static type checking in mypy, pyright, and compatible editors. Yes, if you use boto3's ComputeOptimizerAutomation service and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. Be aware that PyCharm may experience performance issues with the full stubs; in that case, use the lite variant or an external type checker. No known security vulnerabilities. ## Install pip install mypy-boto3-compute-optimizer-automation uv add mypy-boto3-compute-optimizer-automation poetry add mypy-boto3-compute-optimizer-automation ## Installing mypy-boto3-compute-optimizer-automation Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; generated from a stable builder tool. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-compute-optimizer-automation from boto3.session import Session from mypy_boto3_compute_optimizer_automation import ComputeOptimizerAutomationClient client: ComputeOptimizerAutomationClient = Session().client("compute-optimizer-automation") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Performance impact in PyCharm with full boto3-stubs (documentation warns of potential slowness with Literal overloads). - Whether the lite variant (boto3-stubs-lite) is available as an alternative for resource-constrained environments. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 232.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws compute optimizer automation types, mypy boto3 annotations, boto3 ide autocomplete, python aws type hints, static type checking boto3, boto3 type checking, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-compute-optimizer-automation) · [View on PyPI](https://pypi.org/project/mypy-boto3-compute-optimizer-automation/)