Skip to content

BackupStorage module#

Index > BackupStorage

Auto-generated documentation for BackupStorage type annotations stubs module types-aiobotocore-backupstorage.

How to install#

From PyPI with pip#

Install types-aiobotocore for BackupStorage service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

BackupStorageClient#

Type annotations and code completion for session.create_client("backupstorage") as BackupStorageClient boto3 documentation

# BackupStorageClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_backupstorage.client import BackupStorageClient


session = get_session()
async with session.create_client("backupstorage") as client:
    client: BackupStorageClient

Literals#

Type annotations for literals used in methods and schema.

# DataChecksumAlgorithmType usage example

from types_aiobotocore_backupstorage.literals import DataChecksumAlgorithmType

def get_value() -> DataChecksumAlgorithmType:
    return "SHA256"

Type definitions#

Type annotations for type definitions used in methods and schema.