--- id: mypy-boto3-rds-data version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-rds-data — Type annotations for boto3 RDSDataService 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 333.2K/mo ## What it is and what it does This package provides complete type stub annotations for boto3's RDSDataService client, generated from the boto3 1.43.37 release. It enables static type checking and IDE autocomplete when working with AWS RDS Data API calls, allowing developers to catch type errors before runtime and get intelligent code suggestions in editors like VSCode, PyCharm, and Emacs. The stubs work with mypy, pyright, and other type checkers, and can be installed either as part of the full boto3-stubs package or standalone. It includes type definitions for client methods, response structures, and service literals, supporting both explicit type annotations and implicit type inference in modern IDEs. Use it for: - Enable IDE autocomplete and type hints when calling RDSDataService methods in VSCode or PyCharm. - Catch type errors in boto3 RDS Data API calls using mypy or pyright in CI/CD pipelines. - Define typed function signatures that accept RDSDataServiceClient or response objects. - Use service literals for type-safe parameter validation in RDS Data queries. - Reduce debugging time by catching incorrect API usage during development rather than at runtime. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's RDSDataService client, enabling static type checking with mypy, pyright, and other tools. Yes. This is a lightweight, actively maintained stub package with no security vulnerabilities and permissive licensing. Install it if you use boto3's RDSDataService and want IDE support or static type checking—it adds negligible overhead and integrates seamlessly with standard Python tooling. ## Install pip install mypy-boto3-rds-data uv add mypy-boto3-rds-data poetry add mypy-boto3-rds-data ## Installing mypy-boto3-rds-data Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; the package is a pure stub distribution with no compiled dependencies. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe to use in both open-source and proprietary projects. Quickstart: # Install with pip python -m pip install 'boto3-stubs[rds-data]' # Use in code from boto3.session import Session from mypy_boto3_rds_data import RDSDataServiceClient client: RDSDataServiceClient = Session().client("rds-data") # IDE now provides type checking and autocomplete Requires boto3 to be installed separately; type checking requires a compatible tool (mypy, pyright, or IDE with type support). Verify before relying: - Performance impact in PyCharm compared to boto3-stubs-lite variant mentioned in docs. - Whether all RDSDataService operations are fully annotated in version 1.43.37. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 333.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs rds-data, mypy annotations aws rds, boto3 rds-data type hints, aws sdk type checking, rds data service stubs, boto3 autocomplete ide, type annotations aws rds, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-rds-data) · [View on PyPI](https://pypi.org/project/mypy-boto3-rds-data/)