types-boto3-medialive 1.40.10__tar.gz → 1.40.16__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.40.10/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.16}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/README.md +2 -2
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/setup.py +2 -2
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.py +5 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.pyi +5 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.py +4 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.pyi +4 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/LICENSE +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/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.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.16
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.16](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.16' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
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.40.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.40.16](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.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.16' 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.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-medialive",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.16",
|
|
17
17
|
packages=["types_boto3_medialive"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 MediaLive 1.40.
|
|
22
|
+
description="Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.40.16\n"
|
|
16
|
+
"Version: 1.40.16\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.16\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.py
RENAMED
|
@@ -61,6 +61,7 @@ __all__ = (
|
|
|
61
61
|
"BlackoutSlateStateType",
|
|
62
62
|
"BurnInAlignmentType",
|
|
63
63
|
"BurnInBackgroundColorType",
|
|
64
|
+
"BurnInDestinationSubtitleRowsType",
|
|
64
65
|
"BurnInFontColorType",
|
|
65
66
|
"BurnInOutlineColorType",
|
|
66
67
|
"BurnInShadowColorType",
|
|
@@ -106,6 +107,7 @@ __all__ = (
|
|
|
106
107
|
"DvbSubDestinationFontColorType",
|
|
107
108
|
"DvbSubDestinationOutlineColorType",
|
|
108
109
|
"DvbSubDestinationShadowColorType",
|
|
110
|
+
"DvbSubDestinationSubtitleRowsType",
|
|
109
111
|
"DvbSubDestinationTeletextGridControlType",
|
|
110
112
|
"DvbSubOcrLanguageType",
|
|
111
113
|
"Eac3AtmosCodingModeType",
|
|
@@ -476,6 +478,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
|
|
|
476
478
|
BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
|
|
477
479
|
BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
|
|
478
480
|
BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
481
|
+
BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
479
482
|
BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
480
483
|
BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
481
484
|
BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
@@ -598,6 +601,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
|
598
601
|
DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
599
602
|
DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
600
603
|
DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
604
|
+
DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
601
605
|
DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
|
|
602
606
|
DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
|
|
603
607
|
Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
|
|
@@ -1130,6 +1134,7 @@ ServiceName = Literal[
|
|
|
1130
1134
|
"backup-gateway",
|
|
1131
1135
|
"backupsearch",
|
|
1132
1136
|
"batch",
|
|
1137
|
+
"bcm-dashboards",
|
|
1133
1138
|
"bcm-data-exports",
|
|
1134
1139
|
"bcm-pricing-calculator",
|
|
1135
1140
|
"bcm-recommended-actions",
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -60,6 +60,7 @@ __all__ = (
|
|
|
60
60
|
"BlackoutSlateStateType",
|
|
61
61
|
"BurnInAlignmentType",
|
|
62
62
|
"BurnInBackgroundColorType",
|
|
63
|
+
"BurnInDestinationSubtitleRowsType",
|
|
63
64
|
"BurnInFontColorType",
|
|
64
65
|
"BurnInOutlineColorType",
|
|
65
66
|
"BurnInShadowColorType",
|
|
@@ -105,6 +106,7 @@ __all__ = (
|
|
|
105
106
|
"DvbSubDestinationFontColorType",
|
|
106
107
|
"DvbSubDestinationOutlineColorType",
|
|
107
108
|
"DvbSubDestinationShadowColorType",
|
|
109
|
+
"DvbSubDestinationSubtitleRowsType",
|
|
108
110
|
"DvbSubDestinationTeletextGridControlType",
|
|
109
111
|
"DvbSubOcrLanguageType",
|
|
110
112
|
"Eac3AtmosCodingModeType",
|
|
@@ -474,6 +476,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
|
|
|
474
476
|
BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
|
|
475
477
|
BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
|
|
476
478
|
BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
479
|
+
BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
477
480
|
BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
478
481
|
BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
479
482
|
BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
@@ -596,6 +599,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
|
596
599
|
DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
597
600
|
DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
598
601
|
DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
602
|
+
DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
599
603
|
DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
|
|
600
604
|
DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
|
|
601
605
|
Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
|
|
@@ -1128,6 +1132,7 @@ ServiceName = Literal[
|
|
|
1128
1132
|
"backup-gateway",
|
|
1129
1133
|
"backupsearch",
|
|
1130
1134
|
"batch",
|
|
1135
|
+
"bcm-dashboards",
|
|
1131
1136
|
"bcm-data-exports",
|
|
1132
1137
|
"bcm-pricing-calculator",
|
|
1133
1138
|
"bcm-recommended-actions",
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -59,6 +59,7 @@ from .literals import (
|
|
|
59
59
|
BlackoutSlateStateType,
|
|
60
60
|
BurnInAlignmentType,
|
|
61
61
|
BurnInBackgroundColorType,
|
|
62
|
+
BurnInDestinationSubtitleRowsType,
|
|
62
63
|
BurnInFontColorType,
|
|
63
64
|
BurnInOutlineColorType,
|
|
64
65
|
BurnInShadowColorType,
|
|
@@ -92,6 +93,7 @@ from .literals import (
|
|
|
92
93
|
DvbSubDestinationFontColorType,
|
|
93
94
|
DvbSubDestinationOutlineColorType,
|
|
94
95
|
DvbSubDestinationShadowColorType,
|
|
96
|
+
DvbSubDestinationSubtitleRowsType,
|
|
95
97
|
DvbSubDestinationTeletextGridControlType,
|
|
96
98
|
DvbSubOcrLanguageType,
|
|
97
99
|
Eac3AtmosCodingModeType,
|
|
@@ -2737,6 +2739,7 @@ class BurnInDestinationSettingsTypeDef(TypedDict):
|
|
|
2737
2739
|
TeletextGridControl: NotRequired[BurnInTeletextGridControlType]
|
|
2738
2740
|
XPosition: NotRequired[int]
|
|
2739
2741
|
YPosition: NotRequired[int]
|
|
2742
|
+
SubtitleRows: NotRequired[BurnInDestinationSubtitleRowsType]
|
|
2740
2743
|
|
|
2741
2744
|
|
|
2742
2745
|
class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
@@ -2757,6 +2760,7 @@ class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
|
2757
2760
|
TeletextGridControl: NotRequired[DvbSubDestinationTeletextGridControlType]
|
|
2758
2761
|
XPosition: NotRequired[int]
|
|
2759
2762
|
YPosition: NotRequired[int]
|
|
2763
|
+
SubtitleRows: NotRequired[DvbSubDestinationSubtitleRowsType]
|
|
2760
2764
|
|
|
2761
2765
|
|
|
2762
2766
|
class InputLossBehaviorTypeDef(TypedDict):
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -59,6 +59,7 @@ from .literals import (
|
|
|
59
59
|
BlackoutSlateStateType,
|
|
60
60
|
BurnInAlignmentType,
|
|
61
61
|
BurnInBackgroundColorType,
|
|
62
|
+
BurnInDestinationSubtitleRowsType,
|
|
62
63
|
BurnInFontColorType,
|
|
63
64
|
BurnInOutlineColorType,
|
|
64
65
|
BurnInShadowColorType,
|
|
@@ -92,6 +93,7 @@ from .literals import (
|
|
|
92
93
|
DvbSubDestinationFontColorType,
|
|
93
94
|
DvbSubDestinationOutlineColorType,
|
|
94
95
|
DvbSubDestinationShadowColorType,
|
|
96
|
+
DvbSubDestinationSubtitleRowsType,
|
|
95
97
|
DvbSubDestinationTeletextGridControlType,
|
|
96
98
|
DvbSubOcrLanguageType,
|
|
97
99
|
Eac3AtmosCodingModeType,
|
|
@@ -2455,6 +2457,7 @@ class BurnInDestinationSettingsTypeDef(TypedDict):
|
|
|
2455
2457
|
TeletextGridControl: NotRequired[BurnInTeletextGridControlType]
|
|
2456
2458
|
XPosition: NotRequired[int]
|
|
2457
2459
|
YPosition: NotRequired[int]
|
|
2460
|
+
SubtitleRows: NotRequired[BurnInDestinationSubtitleRowsType]
|
|
2458
2461
|
|
|
2459
2462
|
class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
2460
2463
|
Alignment: NotRequired[DvbSubDestinationAlignmentType]
|
|
@@ -2474,6 +2477,7 @@ class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
|
2474
2477
|
TeletextGridControl: NotRequired[DvbSubDestinationTeletextGridControlType]
|
|
2475
2478
|
XPosition: NotRequired[int]
|
|
2476
2479
|
YPosition: NotRequired[int]
|
|
2480
|
+
SubtitleRows: NotRequired[DvbSubDestinationSubtitleRowsType]
|
|
2477
2481
|
|
|
2478
2482
|
class InputLossBehaviorTypeDef(TypedDict):
|
|
2479
2483
|
BlackFrameMsec: NotRequired[int]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.16
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.16](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.16' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.10 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|