--- id: mypy-boto3-route53-recovery-control-config version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-route53-recovery-control-config — Type annotations for boto3 Route53RecoveryControlConfig 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.8K/mo ## What it is and what it does This package is a type-stub library that adds static type annotations to boto3's Route53RecoveryControlConfig service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware development tools. When installed, it enables IDE autocomplete, inline documentation, and static type checking for all Route53RecoveryControlConfig API calls without requiring explicit type annotations in your code. The package has a single runtime dependency on typing-extensions and is compatible with Python 3.9 through 3.14. It is designed as a development-time tool—you can use TYPE_CHECKING guards to keep it out of production dependencies. The library covers client annotations, paginators, waiters, type literals, and service-specific type definitions, allowing your IDE and type checker to catch potential bugs before runtime. Use it for: - Enable IDE autocomplete and inline documentation when writing boto3 Route53RecoveryControlConfig code in VSCode or PyCharm. - Run mypy or pyright type checking on a codebase that uses Route53RecoveryControlConfig to catch type mismatches early. - Catch incorrect API parameter names and types at development time rather than discovering them at runtime. - Generate accurate type hints for paginator and waiter objects returned by Route53RecoveryControlConfig operations. - Use TYPE_CHECKING guards to include type stubs only during development, keeping production dependencies lean. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's Route53RecoveryControlConfig service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type-stub library with no known vulnerabilities and a permissive MIT license. Install it if you use boto3's Route53RecoveryControlConfig service and want IDE autocomplete and static type checking. It has negligible runtime cost and can be kept out of production via TYPE_CHECKING guards. ## Install pip install mypy-boto3-route53-recovery-control-config uv add mypy-boto3-route53-recovery-control-config poetry add mypy-boto3-route53-recovery-control-config ## Installing mypy-boto3-route53-recovery-control-config Before you install: Low friction: a single pure-Python dependency (typing-extensions) and no compiled components. Active maintenance with a recent release (107 days ago) and an established repository. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: # Install with pip python -m pip install 'boto3-stubs[route53-recovery-control-config]' # Use in your code from mypy_boto3_route53_recovery_control_config import Route53RecoveryControlConfigClient from boto3.session import Session session = Session() client: Route53RecoveryControlConfigClient = session.client('route53-recovery-control-config') Requires boto3 to be installed separately; type checking requires a compatible type checker (mypy, pyright, or IDE with built-in support). Verify before relying: - Whether the package works correctly with all advertised IDEs (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact of using full boto3-stubs versus the lite variant in PyCharm. - Whether all Route53RecoveryControlConfig API operations are fully covered by the generated type annotations. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, route53 recovery control type hints, mypy boto3 annotations, aws sdk type checking, boto3 ide autocomplete, static type checking aws, pyright boto3 stubs, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-route53-recovery-control-config) · [View on PyPI](https://pypi.org/project/mypy-boto3-route53-recovery-control-config/)