mypy-boto3-medialive 1.41.0__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.
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/PKG-INFO +4 -4
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/README.md +2 -2
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/__main__.py +3 -3
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/literals.py +10 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/literals.pyi +10 -0
- mypy_boto3_medialive-1.41.0/mypy_boto3_medialive/type_defs.pyi → mypy_boto3_medialive-1.42.17/mypy_boto3_medialive/type_defs.py +711 -27
- mypy_boto3_medialive-1.41.0/mypy_boto3_medialive/type_defs.py → mypy_boto3_medialive-1.42.17/mypy_boto3_medialive/type_defs.pyi +51 -669
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/version.py +1 -1
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive.egg-info/PKG-INFO +4 -4
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/pyproject.toml +2 -2
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/LICENSE +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/__init__.py +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/__init__.pyi +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/client.py +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/client.pyi +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/paginator.py +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/paginator.pyi +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/py.typed +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/waiter.py +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive/waiter.pyi +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive.egg-info/requires.txt +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_boto3_medialive.egg-info/top_level.txt +0 -0
- {mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-medialive
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.
|
|
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.
|
|
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.
|
|
108
|
+
`uvx --with 'boto3==1.42.17' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` 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.
|
|
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.
|
|
75
|
+
`uvx --with 'boto3==1.42.17' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `MediaLive` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_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.
|
|
16
|
-
"Version: 1.
|
|
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/boto3_stubs_docs/mypy_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.
|
|
29
|
+
sys.stdout.write("1.42.17\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_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"]
|
|
@@ -1217,6 +1221,7 @@ ServiceName = Literal[
|
|
|
1217
1221
|
"comprehend",
|
|
1218
1222
|
"comprehendmedical",
|
|
1219
1223
|
"compute-optimizer",
|
|
1224
|
+
"compute-optimizer-automation",
|
|
1220
1225
|
"config",
|
|
1221
1226
|
"connect",
|
|
1222
1227
|
"connect-contact-lens",
|
|
@@ -1397,6 +1402,7 @@ ServiceName = Literal[
|
|
|
1397
1402
|
"networkmonitor",
|
|
1398
1403
|
"notifications",
|
|
1399
1404
|
"notificationscontacts",
|
|
1405
|
+
"nova-act",
|
|
1400
1406
|
"oam",
|
|
1401
1407
|
"observabilityadmin",
|
|
1402
1408
|
"odb",
|
|
@@ -1407,6 +1413,8 @@ ServiceName = Literal[
|
|
|
1407
1413
|
"osis",
|
|
1408
1414
|
"outposts",
|
|
1409
1415
|
"panorama",
|
|
1416
|
+
"partnercentral-account",
|
|
1417
|
+
"partnercentral-benefits",
|
|
1410
1418
|
"partnercentral-channel",
|
|
1411
1419
|
"partnercentral-selling",
|
|
1412
1420
|
"payment-cryptography",
|
|
@@ -1449,6 +1457,7 @@ ServiceName = Literal[
|
|
|
1449
1457
|
"route53-recovery-control-config",
|
|
1450
1458
|
"route53-recovery-readiness",
|
|
1451
1459
|
"route53domains",
|
|
1460
|
+
"route53globalresolver",
|
|
1452
1461
|
"route53profiles",
|
|
1453
1462
|
"route53resolver",
|
|
1454
1463
|
"rtbfabric",
|
|
@@ -1523,6 +1532,7 @@ ServiceName = Literal[
|
|
|
1523
1532
|
"waf-regional",
|
|
1524
1533
|
"wafv2",
|
|
1525
1534
|
"wellarchitected",
|
|
1535
|
+
"wickr",
|
|
1526
1536
|
"wisdom",
|
|
1527
1537
|
"workdocs",
|
|
1528
1538
|
"workmail",
|
{mypy_boto3_medialive-1.41.0 → mypy_boto3_medialive-1.42.17}/mypy_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"]
|
|
@@ -1215,6 +1219,7 @@ ServiceName = Literal[
|
|
|
1215
1219
|
"comprehend",
|
|
1216
1220
|
"comprehendmedical",
|
|
1217
1221
|
"compute-optimizer",
|
|
1222
|
+
"compute-optimizer-automation",
|
|
1218
1223
|
"config",
|
|
1219
1224
|
"connect",
|
|
1220
1225
|
"connect-contact-lens",
|
|
@@ -1395,6 +1400,7 @@ ServiceName = Literal[
|
|
|
1395
1400
|
"networkmonitor",
|
|
1396
1401
|
"notifications",
|
|
1397
1402
|
"notificationscontacts",
|
|
1403
|
+
"nova-act",
|
|
1398
1404
|
"oam",
|
|
1399
1405
|
"observabilityadmin",
|
|
1400
1406
|
"odb",
|
|
@@ -1405,6 +1411,8 @@ ServiceName = Literal[
|
|
|
1405
1411
|
"osis",
|
|
1406
1412
|
"outposts",
|
|
1407
1413
|
"panorama",
|
|
1414
|
+
"partnercentral-account",
|
|
1415
|
+
"partnercentral-benefits",
|
|
1408
1416
|
"partnercentral-channel",
|
|
1409
1417
|
"partnercentral-selling",
|
|
1410
1418
|
"payment-cryptography",
|
|
@@ -1447,6 +1455,7 @@ ServiceName = Literal[
|
|
|
1447
1455
|
"route53-recovery-control-config",
|
|
1448
1456
|
"route53-recovery-readiness",
|
|
1449
1457
|
"route53domains",
|
|
1458
|
+
"route53globalresolver",
|
|
1450
1459
|
"route53profiles",
|
|
1451
1460
|
"route53resolver",
|
|
1452
1461
|
"rtbfabric",
|
|
@@ -1521,6 +1530,7 @@ ServiceName = Literal[
|
|
|
1521
1530
|
"waf-regional",
|
|
1522
1531
|
"wafv2",
|
|
1523
1532
|
"wellarchitected",
|
|
1533
|
+
"wickr",
|
|
1524
1534
|
"wisdom",
|
|
1525
1535
|
"workdocs",
|
|
1526
1536
|
"workmail",
|