Skip to content

FreeTier module#

Index > FreeTier

Auto-generated documentation for FreeTier type annotations stubs module types-aiobotocore-freetier.

How to install#

From PyPI with pip#

Install types-aioboto3 for FreeTier service.

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


# 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[freetier]'


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

FreeTierClient#

Type annotations and code completion for session.client("freetier") as FreeTierClient boto3 documentation

# FreeTierClient usage example

from aioboto3.session import Session

from types_aiobotocore_freetier.client import FreeTierClient


session = Session()
async with session.client("freetier") as client:
    client: FreeTierClient

Paginators#

Type annotations and code completion for paginators from session.client("freetier").get_paginator("...").

# GetFreeTierUsagePaginator usage example

from types_aiobotocore_freetier.paginator import GetFreeTierUsagePaginator

def get_get_free_tier_usage_paginator() -> GetFreeTierUsagePaginator:
    return client.get_paginator("get_free_tier_usage"))

Literals#

Type annotations for literals used in methods and schema.

# DimensionType usage example

from types_aiobotocore_freetier.literals import DimensionType

def get_value() -> DimensionType:
    return "DESCRIPTION"

Type definitions#

Type annotations for type definitions used in methods and schema.