Type annotations for boto3.KinesisVideo 1.14.0 service, generated by mypy-boto3-buider 2.1.0
Project description
mypy-boto3-kinesisvideo
Type annotations for boto3.KinesisVideo 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.1.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 KinesisVideo
service.
python -m pip install boto3-stubs[kinesisvideo]
How to use
Client annotations
KinesisVideoClient
provides annotations for boto3.client("kinesisvideo")
.
import boto3
from mypy_boto3_kinesisvideo import KinesisVideoClient
client: KinesisVideoClient = boto3.client("kinesisvideo")
# 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: KinesisVideoClient = session.client("kinesisvideo")
Paginators annotations
mypy_boto3_kinesisvideo.paginator
module contains type annotations for all paginators.
from mypy_boto3_kinesisvideo import KinesisVideoClient
from mypy_boto3_kinesisvideo.paginator import (
ListSignalingChannelsPaginator,
ListStreamsPaginator,
)
client: KinesisVideoClient = boto3.client("kinesisvideo")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_signaling_channels_paginator: ListSignalingChannelsPaginator = client.get_paginator("list_signaling_channels")
list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
Typed dictionations
mypy_boto3_kinesisvideo.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
from mypy_boto3_kinesisvideo.type_defs import ChannelInfoTypeDef, ...
def get_structure() -> ChannelInfoTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_kinesisvideo
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("kinesisvideo")
session_client = boto3.Session().client("kinesisvideo")
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-kinesisvideo-1.14.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20136bffe113c7adbb89a0f9a3dd8a2de42c8cb55fb7cb2993ceb2241c1cd255 |
|
MD5 | a92a4ef4a25b1b54f69610a4a10daa97 |
|
BLAKE2b-256 | 1d11c776366d0f29e6d3204a104dfb0c8d53ad1320f9ea3e45dee6b0b2c6d8c9 |
Hashes for mypy_boto3_kinesisvideo-1.14.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fef665aa5c9af938bb3188acb2fcb2941c8ecfdafd418df0ca065bbcfe22874 |
|
MD5 | 6d69ca591b34eb36aabbd83653c64327 |
|
BLAKE2b-256 | 9980218f26b0e7f0ea4e8af82b5a4112d6f73e8ff37db953bba7da9f58b5d5ec |