Skip to content

MediaPackageVod module

Index > MediaPackageVod

Auto-generated documentation for MediaPackageVod type annotations stubs module types-aiobotocore-mediapackage-vod.

How to install

From PyPI with pip

Install types-aioboto3 for MediaPackageVod service.

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


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


# standalone installation
python -m pip install types-aiobotocore-mediapackage-vod

How to uninstall

python -m pip uninstall -y types-aiobotocore-mediapackage-vod

Usage

Code samples can be found in Examples.

MediaPackageVodClient

Type annotations and code completion for session.client("mediapackage-vod") as MediaPackageVodClient boto3 documentation

Usage example
from aioboto3.session import Session

from types_aiobotocore_mediapackage_vod.client import MediaPackageVodClient


session = Session()
async with session.client("mediapackage-vod") as client:
    client: MediaPackageVodClient

Paginators

Type annotations and code completion for paginators from session.client("mediapackage-vod").get_paginator("...").

Usage example
from types_aiobotocore_mediapackage_vod.paginator import ListAssetsPaginator

def get_list_assets_paginator() -> ListAssetsPaginator:
    return client.get_paginator("list_assets"))

Literals

Type annotations for literals used in methods and schema.

Usage example
from types_aiobotocore_mediapackage_vod.literals import AdMarkersType

def get_value() -> AdMarkersType:
    return "NONE"

Typed dictionaries

Type annotations for typed dictionaries used in methods and schema.

Usage example
from types_aiobotocore_mediapackage_vod.type_defs import AssetShallowTypeDef

def get_value() -> AssetShallowTypeDef:
    return {
        "Arn": ...,
    }