types-boto3-medialive 1.42.3__tar.gz → 1.42.17__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.egg-info → types_boto3_medialive-1.42.17}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/README.md +2 -2
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/pyproject.toml +2 -2
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/literals.py +5 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/literals.pyi +5 -0
- types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.42.17/types_boto3_medialive/type_defs.py +711 -27
- types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.42.17/types_boto3_medialive/type_defs.pyi +51 -669
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/LICENSE +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/setup.cfg +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/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.17
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.17 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.17](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.17' 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.17](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.17' 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.
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-medialive"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.17"
|
|
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.17 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.17}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -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.17\n"
|
|
16
|
+
"Version: 1.42.17\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.17\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/literals.py
RENAMED
|
@@ -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"]
|
|
@@ -1528,6 +1532,7 @@ ServiceName = Literal[
|
|
|
1528
1532
|
"waf-regional",
|
|
1529
1533
|
"wafv2",
|
|
1530
1534
|
"wellarchitected",
|
|
1535
|
+
"wickr",
|
|
1531
1536
|
"wisdom",
|
|
1532
1537
|
"workdocs",
|
|
1533
1538
|
"workmail",
|
{types_boto3_medialive-1.42.3 → types_boto3_medialive-1.42.17}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -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"]
|
|
@@ -1526,6 +1530,7 @@ ServiceName = Literal[
|
|
|
1526
1530
|
"waf-regional",
|
|
1527
1531
|
"wafv2",
|
|
1528
1532
|
"wellarchitected",
|
|
1533
|
+
"wickr",
|
|
1529
1534
|
"wisdom",
|
|
1530
1535
|
"workdocs",
|
|
1531
1536
|
"workmail",
|