Skip to content

Panorama module#

Index > Panorama

Auto-generated documentation for Panorama type annotations stubs module types-aiobotocore-panorama.

How to install#

From PyPI with pip#

Install types-aiobotocore for Panorama service.

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


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


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

How to uninstall#

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

Usage#

Code samples can be found in Examples.

PanoramaClient#

Type annotations and code completion for session.create_client("panorama") as PanoramaClient boto3 documentation

# PanoramaClient usage example

from aiobotocore.session import get_session

from types_aiobotocore_panorama.client import PanoramaClient


session = get_session()
async with session.create_client("panorama") as client:
    client: PanoramaClient

Literals#

Type annotations for literals used in methods and schema.

# ApplicationInstanceHealthStatusType usage example

from types_aiobotocore_panorama.literals import ApplicationInstanceHealthStatusType

def get_value() -> ApplicationInstanceHealthStatusType:
    return "ERROR"

Type definitions#

Type annotations for type definitions used in methods and schema.