Type annotations for boto3.MediaPackageVod 1.14.44 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-mediapackage-vod
Type annotations for boto3.MediaPackageVod 1.14.44 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.44.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeccd0595d3ed5ad725905162fbece0ad11ba62a510916a1199d2a048beadb7b |
|
MD5 | 61b3812343a8afadd31d4f8a01365565 |
|
BLAKE2b-256 | 3c74e0dd98efd323c390a3445fdba986bab510c39fcabe7e65f16e2c097aac64 |
Hashes for mypy_boto3_mediapackage_vod-1.14.44.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e9dd5c0ebc738afe9ee19712c8a525a140fadfe403e24159d7bda2f0e3bb749 |
|
MD5 | d625851d6436441dd9630971affb5d07 |
|
BLAKE2b-256 | 6df0b2eb93f0d979d795014df7adf32a0610ebcc4a69b966ab0872ec25797e3d |