Skip to content

FIS module#

Index > FIS

Auto-generated documentation for FIS type annotations stubs module types-aiobotocore-fis.

How to install#

From PyPI with pip#

Install types-aiobotocore for FIS service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

FISClient#

Type annotations and code completion for session.create_client("fis") as FISClient boto3 documentation

# FISClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_fis.client import FISClient


session = get_session()
async with session.create_client("fis") as client:
    client: FISClient

Literals#

Type annotations for literals used in methods and schema.

# ExperimentActionStatusType usage example

from types_aiobotocore_fis.literals import ExperimentActionStatusType

def get_value() -> ExperimentActionStatusType:
    return "cancelled"

Type definitions#

Type annotations for type definitions used in methods and schema.