Type annotations for boto3.MediaLive 1.12.23 service, generated by mypy-boto3-buider 1.0.5
Project description
mypy-boto3-medialive
Type annotations for boto3.MediaLive 1.12.23 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 1.0.5.
More information can be found on boto3-stubs page.
How to use
Type checking
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for MediaLive
service.
python -m pip install boto3-stubs[mypy-boto3-medialive]
Use boto3
with mypy_boto3
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3 import medialive
# alternative import if you do not want to install mypy_boto3 package
# import mypy_boto3_medialive as medialive
# Use this client as usual, now mypy can check if your code is valid.
# Check if your IDE supports function overloads,
# you probably do not need explicit type annotations
# client = boto3.client("medialive")
client: medialive.MediaLiveClient = boto3.client("medialive")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: medialive.MediaLiveClient = session.client("medialive")
# Waiters need type annotation on creation
channel_created_waiter: medialive.ChannelCreatedWaiter = client.get_waiter("channel_created")
channel_deleted_waiter: medialive.ChannelDeletedWaiter = client.get_waiter("channel_deleted")
channel_running_waiter: medialive.ChannelRunningWaiter = client.get_waiter("channel_running")
channel_stopped_waiter: medialive.ChannelStoppedWaiter = client.get_waiter("channel_stopped")
multiplex_created_waiter: medialive.MultiplexCreatedWaiter = client.get_waiter("multiplex_created")
multiplex_deleted_waiter: medialive.MultiplexDeletedWaiter = client.get_waiter("multiplex_deleted")
multiplex_running_waiter: medialive.MultiplexRunningWaiter = client.get_waiter("multiplex_running")
multiplex_stopped_waiter: medialive.MultiplexStoppedWaiter = client.get_waiter("multiplex_stopped")
# Paginators need type annotation on creation
describe_schedule_paginator: medialive.DescribeSchedulePaginator = client.get_paginator("describe_schedule")
list_channels_paginator: medialive.ListChannelsPaginator = client.get_paginator("list_channels")
list_input_security_groups_paginator: medialive.ListInputSecurityGroupsPaginator = client.get_paginator("list_input_security_groups")
list_inputs_paginator: medialive.ListInputsPaginator = client.get_paginator("list_inputs")
list_multiplex_programs_paginator: medialive.ListMultiplexProgramsPaginator = client.get_paginator("list_multiplex_programs")
list_multiplexes_paginator: medialive.ListMultiplexesPaginator = client.get_paginator("list_multiplexes")
list_offerings_paginator: medialive.ListOfferingsPaginator = client.get_paginator("list_offerings")
list_reservations_paginator: medialive.ListReservationsPaginator = client.get_paginator("list_reservations")
How it works
Fully automated builder carefully generates
type annotations for each service, patiently waiting for boto3
updates. It delivers
a drop-in type annotations for you and makes sure that:
- All available
boto3
services are covered. - Each public class and method of every
boto3
service gets valid type annotations extracted from the documentation (blamebotocore
docs if types are incorrect). - Type annotations include up-to-date documentation.
- Link to documentation is provided for every method.
- Code is processed by black for readability.
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
Hashes for mypy-boto3-medialive-1.12.23.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 392e2fae8efe8255cf1e7b78ff2010b532be721109e163643ccf780a410d80b8 |
|
MD5 | 2e7437de05d0575e32fa196698e35e4a |
|
BLAKE2b-256 | ad6f9ee48cb66505b01f3a2bb94fc2918e3b32fe40a4c6379f4c29001ddbe2ba |