Skip to content

SavingsPlans module#

Index > SavingsPlans

Auto-generated documentation for SavingsPlans type annotations stubs module types-aiobotocore-savingsplans.

How to install#

From PyPI with pip#

Install types-aiobotocore for SavingsPlans service.

# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[savingsplans]'


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


# standalone installation
python -m pip install types-aiobotocore-savingsplans

How to uninstall#

python -m pip uninstall -y types-aiobotocore-savingsplans

Usage#

Code samples can be found in Examples.

SavingsPlansClient#

Type annotations and code completion for session.create_client("savingsplans") as SavingsPlansClient boto3 documentation

# SavingsPlansClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_savingsplans.client import SavingsPlansClient


session = get_session()
async with session.create_client("savingsplans") as client:
    client: SavingsPlansClient

Literals#

Type annotations for literals used in methods and schema.

# CurrencyCodeType usage example

from types_aiobotocore_savingsplans.literals import CurrencyCodeType

def get_value() -> CurrencyCodeType:
    return "CNY"

Type definitions#

Type annotations for type definitions used in methods and schema.