skillfed

mypy-boto3-rds-data

Type annotations for boto3 RDSDataService 1.43.37 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-rds-data v1.43.37 333.2K downloads/30d#7,499 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-rds-data on PyPI

pip

pip install mypy-boto3-rds-data

uv

uv add mypy-boto3-rds-data

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 46 days since the last release
Last repo commit
First released
Downloads 333,230/month — #7,499 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_rds_data-1.43.37-py3-none-any.whl

Keywords: boto3, rds-data, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs rds-datamypy annotations aws rdsboto3 rds-data type hintsaws sdk type checkingrds data service stubsboto3 autocomplete idetype annotations aws rds
type-stubsboto3aws

More Software Development packages