Skip to content

RDSDataService module

Index > RDSDataService

Auto-generated documentation for RDSDataService type annotations stubs module types-aiobotocore-rds-data.

How to install

From PyPI with pip

Install types-aioboto3 for RDSDataService service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[rds-data]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[rds-data]'


# standalone installation
python -m pip install types-aiobotocore-rds-data

How to uninstall

python -m pip uninstall -y types-aiobotocore-rds-data

Usage

Code samples can be found in Examples.

RDSDataServiceClient

Type annotations and code completion for session.client("rds-data") as RDSDataServiceClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_rds_data.client import RDSDataServiceClient


session = Session()
async with session.client("rds-data") as client:
    client: RDSDataServiceClient

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_rds_data.literals import DecimalReturnTypeType

def get_value() -> DecimalReturnTypeType:
    return "DOUBLE_OR_LONG"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_rds_data.type_defs import ArrayValueTypeDef

def get_value() -> ArrayValueTypeDef:
    return {
        "arrayValues": ...,
    }