Skip to content

SupplyChain module#

Index > SupplyChain

Auto-generated documentation for SupplyChain type annotations stubs module types-aiobotocore-supplychain.

How to install#

From PyPI with pip#

Install types-aioboto3 for SupplyChain service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

SupplyChainClient#

Type annotations and code completion for session.client("supplychain") as SupplyChainClient boto3 documentation

# SupplyChainClient usage example

from aioboto3.session import Session

from types_aiobotocore_supplychain.client import SupplyChainClient


session = Session()
async with session.client("supplychain") as client:
    client: SupplyChainClient

Literals#

Type annotations for literals used in methods and schema.

# ConfigurationJobStatusType usage example

from types_aiobotocore_supplychain.literals import ConfigurationJobStatusType

def get_value() -> ConfigurationJobStatusType:
    return "FAILED"

Type definitions#

Type annotations for type definitions used in methods and schema.