Type hints for boto3 RDS service in Python code
Type annotations for boto3 RDS 1.42.51 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_rds import RDSClient; help(RDSClient.create_db_instance)"$ mypy --plugin mypy_boto3_rds my_rds_script.py$ python -c "import boto3; from mypy_boto3_rds.client import RDSClient; client: RDSClient = boto3.client('rds')"$ mypy my_database_manager.py --strict$ python -c "from mypy_boto3_rds.type_defs import CreateDBInstanceMessage"