Type annotations for boto3.MediaPackageVod 1.14.51 service, generated by mypy-boto3-buider 2.3.1
Project description
mypy-boto3-mediapackage-vod
Type annotations for boto3.MediaPackageVod 1.14.51 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.3.1.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for MediaPackageVod
service.
python -m pip install boto3-stubs[mediapackage-vod]
How to use
Client annotations
MediaPackageVodClient
provides annotations for boto3.client("mediapackage-vod")
.
import boto3
from mypy_boto3_mediapackage_vod import MediaPackageVodClient
from mypy_boto3_mediapackage_vod.paginator import (
ListAssetsPaginator,
ListPackagingConfigurationsPaginator,
ListPackagingGroupsPaginator,
)
from mypy_boto3_mediapackage_vod.type_defs import AssetShallowTypeDef, ...
client: MediaPackageVodClient = boto3.client("mediapackage-vod")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: MediaPackageVodClient = session.client("mediapackage-vod")
Paginators annotations
mypy_boto3_mediapackage_vod.paginator
module contains type annotations for all paginators.
client: MediaPackageVodClient = boto3.client("mediapackage-vod")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_assets_paginator: ListAssetsPaginator = client.get_paginator("list_assets")
list_packaging_configurations_paginator: ListPackagingConfigurationsPaginator = client.get_paginator("list_packaging_configurations")
list_packaging_groups_paginator: ListPackagingGroupsPaginator = client.get_paginator("list_packaging_groups")
Typed dictionations
mypy_boto3_mediapackage_vod.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AssetShallowTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_mediapackage_vod
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("mediapackage-vod")
session_client = boto3.Session().client("mediapackage-vod")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-mediapackage-vod-1.14.51.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5a477d1c23012727f17e39fd052aaae1f7549b3d8cbacb1973102ce6df79733 |
|
MD5 | fa2c71a6321bbe148ba8b6d1094f7073 |
|
BLAKE2b-256 | cd017916715124c906fd11b260b005444bed54c038cfe0c1339d748dc5bbbd64 |
Hashes for mypy_boto3_mediapackage_vod-1.14.51.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bfeaeeb90b0c275e8eaa9e8003df6105a97ceab6956a4eb53e1db39867c24d3 |
|
MD5 | bec47854f70fdc8bff3b4e07c19c1872 |
|
BLAKE2b-256 | 02dca5cd800c4ea2b57146ac0fae6ae4226bba46efac84c7abe6ef824ab67363 |