types-boto3-medialive 1.42.3__tar.gz → 1.42.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/LICENSE +1 -1
- {types_boto3_medialive-1.42.3/types_boto3_medialive.egg-info → types_boto3_medialive-1.42.25}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/README.md +2 -2
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/pyproject.toml +3 -3
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__init__.py +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__init__.pyi +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__main__.py +4 -4
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/client.py +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/client.pyi +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.py +6 -2
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.pyi +6 -2
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/paginator.py +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/paginator.pyi +1 -1
- types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.42.25/types_boto3_medialive/type_defs.py +751 -58
- types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.42.25/types_boto3_medialive/type_defs.pyi +89 -699
- types_boto3_medialive-1.42.25/types_boto3_medialive/version.py +7 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/waiter.py +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/waiter.pyi +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- types_boto3_medialive-1.42.3/types_boto3_medialive/version.py +0 -7
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/setup.cfg +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.42.
|
|
3
|
+
Version: 1.42.25
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.25 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 MediaLive 1.42.
|
|
45
|
+
Type annotations for [boto3 MediaLive 1.42.25](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.25' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `MediaLive` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 MediaLive 1.42.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.42.25](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.42.
|
|
75
|
+
`uvx --with 'boto3==1.42.25' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `MediaLive` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for types-boto3-medialive.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-medialive"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.25"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 MediaLive 1.42.
|
|
10
|
+
description = "Type annotations for boto3 MediaLive 1.42.25 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
{types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 MediaLive 1.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.42.25\n"
|
|
16
|
+
"Version: 1.42.25\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_medialive//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#medialive\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.42.
|
|
29
|
+
sys.stdout.write("1.42.25\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.py
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -256,6 +256,7 @@ __all__ = (
|
|
|
256
256
|
"InputTimecodeSourceType",
|
|
257
257
|
"InputTypeType",
|
|
258
258
|
"LastFrameClippingBehaviorType",
|
|
259
|
+
"LinkedChannelTypeType",
|
|
259
260
|
"ListAlertsPaginatorName",
|
|
260
261
|
"ListChannelPlacementGroupsPaginatorName",
|
|
261
262
|
"ListChannelsPaginatorName",
|
|
@@ -338,6 +339,7 @@ __all__ = (
|
|
|
338
339
|
"OfferingTypeType",
|
|
339
340
|
"PaginatorName",
|
|
340
341
|
"PipelineIdType",
|
|
342
|
+
"PipelineLockingMethodType",
|
|
341
343
|
"PreferredChannelPipelineType",
|
|
342
344
|
"RebootInputDeviceForceType",
|
|
343
345
|
"RegionName",
|
|
@@ -868,6 +870,7 @@ InputTypeType = Literal[
|
|
|
868
870
|
"URL_PULL",
|
|
869
871
|
]
|
|
870
872
|
LastFrameClippingBehaviorType = Literal["EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"]
|
|
873
|
+
LinkedChannelTypeType = Literal["FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"]
|
|
871
874
|
ListAlertsPaginatorName = Literal["list_alerts"]
|
|
872
875
|
ListChannelPlacementGroupsPaginatorName = Literal["list_channel_placement_groups"]
|
|
873
876
|
ListChannelsPaginatorName = Literal["list_channels"]
|
|
@@ -998,6 +1001,7 @@ NodeStateType = Literal[
|
|
|
998
1001
|
OfferingDurationUnitsType = Literal["MONTHS"]
|
|
999
1002
|
OfferingTypeType = Literal["NO_UPFRONT"]
|
|
1000
1003
|
PipelineIdType = Literal["PIPELINE_0", "PIPELINE_1"]
|
|
1004
|
+
PipelineLockingMethodType = Literal["SOURCE_TIMECODE", "VIDEO_ALIGNMENT"]
|
|
1001
1005
|
PreferredChannelPipelineType = Literal["CURRENTLY_ACTIVE", "PIPELINE_0", "PIPELINE_1"]
|
|
1002
1006
|
RebootInputDeviceForceType = Literal["NO", "YES"]
|
|
1003
1007
|
ReservationAutomaticRenewalType = Literal["DISABLED", "ENABLED", "UNAVAILABLE"]
|
|
@@ -1263,7 +1267,6 @@ ServiceName = Literal[
|
|
|
1263
1267
|
"eks-auth",
|
|
1264
1268
|
"elasticache",
|
|
1265
1269
|
"elasticbeanstalk",
|
|
1266
|
-
"elastictranscoder",
|
|
1267
1270
|
"elb",
|
|
1268
1271
|
"elbv2",
|
|
1269
1272
|
"emr",
|
|
@@ -1528,6 +1531,7 @@ ServiceName = Literal[
|
|
|
1528
1531
|
"waf-regional",
|
|
1529
1532
|
"wafv2",
|
|
1530
1533
|
"wellarchitected",
|
|
1534
|
+
"wickr",
|
|
1531
1535
|
"wisdom",
|
|
1532
1536
|
"workdocs",
|
|
1533
1537
|
"workmail",
|
{types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -255,6 +255,7 @@ __all__ = (
|
|
|
255
255
|
"InputTimecodeSourceType",
|
|
256
256
|
"InputTypeType",
|
|
257
257
|
"LastFrameClippingBehaviorType",
|
|
258
|
+
"LinkedChannelTypeType",
|
|
258
259
|
"ListAlertsPaginatorName",
|
|
259
260
|
"ListChannelPlacementGroupsPaginatorName",
|
|
260
261
|
"ListChannelsPaginatorName",
|
|
@@ -337,6 +338,7 @@ __all__ = (
|
|
|
337
338
|
"OfferingTypeType",
|
|
338
339
|
"PaginatorName",
|
|
339
340
|
"PipelineIdType",
|
|
341
|
+
"PipelineLockingMethodType",
|
|
340
342
|
"PreferredChannelPipelineType",
|
|
341
343
|
"RebootInputDeviceForceType",
|
|
342
344
|
"RegionName",
|
|
@@ -866,6 +868,7 @@ InputTypeType = Literal[
|
|
|
866
868
|
"URL_PULL",
|
|
867
869
|
]
|
|
868
870
|
LastFrameClippingBehaviorType = Literal["EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"]
|
|
871
|
+
LinkedChannelTypeType = Literal["FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"]
|
|
869
872
|
ListAlertsPaginatorName = Literal["list_alerts"]
|
|
870
873
|
ListChannelPlacementGroupsPaginatorName = Literal["list_channel_placement_groups"]
|
|
871
874
|
ListChannelsPaginatorName = Literal["list_channels"]
|
|
@@ -996,6 +999,7 @@ NodeStateType = Literal[
|
|
|
996
999
|
OfferingDurationUnitsType = Literal["MONTHS"]
|
|
997
1000
|
OfferingTypeType = Literal["NO_UPFRONT"]
|
|
998
1001
|
PipelineIdType = Literal["PIPELINE_0", "PIPELINE_1"]
|
|
1002
|
+
PipelineLockingMethodType = Literal["SOURCE_TIMECODE", "VIDEO_ALIGNMENT"]
|
|
999
1003
|
PreferredChannelPipelineType = Literal["CURRENTLY_ACTIVE", "PIPELINE_0", "PIPELINE_1"]
|
|
1000
1004
|
RebootInputDeviceForceType = Literal["NO", "YES"]
|
|
1001
1005
|
ReservationAutomaticRenewalType = Literal["DISABLED", "ENABLED", "UNAVAILABLE"]
|
|
@@ -1261,7 +1265,6 @@ ServiceName = Literal[
|
|
|
1261
1265
|
"eks-auth",
|
|
1262
1266
|
"elasticache",
|
|
1263
1267
|
"elasticbeanstalk",
|
|
1264
|
-
"elastictranscoder",
|
|
1265
1268
|
"elb",
|
|
1266
1269
|
"elbv2",
|
|
1267
1270
|
"emr",
|
|
@@ -1526,6 +1529,7 @@ ServiceName = Literal[
|
|
|
1526
1529
|
"waf-regional",
|
|
1527
1530
|
"wafv2",
|
|
1528
1531
|
"wellarchitected",
|
|
1532
|
+
"wickr",
|
|
1529
1533
|
"wisdom",
|
|
1530
1534
|
"workdocs",
|
|
1531
1535
|
"workmail",
|