Type annotations for boto3.MediaPackageVod 1.14.3 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-mediapackage-vod
Type annotations for boto3.MediaPackageVod 1.14.3 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
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.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 682f9338a377c8dbdfe94e9126ecd4f99d50d03c2fc64259d63c92ecab2a322a |
|
MD5 | d0424134c2dbfe3e016b2db8004e2db7 |
|
BLAKE2b-256 | ae88ece522f2081a8993d5c684cd1aa2785131ae71cc0cc355f154fd2a7b8d83 |
Hashes for mypy_boto3_mediapackage_vod-1.14.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a03fd1eff407d33e5ec8403bc77a4c118ba8b1903c638c6da702029f48ab8e0 |
|
MD5 | faa76937855910ff5cc9ef665f26e1db |
|
BLAKE2b-256 | 1db572a1b89aff22e8f1b864597abbdb4ba025020d437068f50a4605176a859d |