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-aioboto3 for Panorama service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[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-aioboto3-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.client("panorama") as PanoramaClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_panorama.client import PanoramaClient


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

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_panorama.literals import ApplicationInstanceHealthStatusType

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

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_panorama.type_defs import AlternateSoftwareMetadataTypeDef

def get_value() -> AlternateSoftwareMetadataTypeDef:
    return {
        "Version": ...,
    }