types-boto3-medialive 1.40.75__tar.gz → 1.42.3__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.75/types_boto3_medialive.egg-info → types_boto3_medialive-1.42.3}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/README.md +2 -2
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/pyproject.toml +2 -2
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/literals.py +10 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/literals.pyi +10 -0
- types_boto3_medialive-1.40.75/types_boto3_medialive/type_defs.pyi → types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.py +678 -0
- types_boto3_medialive-1.40.75/types_boto3_medialive/type_defs.py → types_boto3_medialive-1.42.3/types_boto3_medialive/type_defs.pyi +27 -640
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/LICENSE +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/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.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.3 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.3](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.3' 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.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.42.3](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.3' 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.
|
|
7
|
+
version = "1.42.3"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 MediaLive 1.
|
|
10
|
+
description = "Type annotations for boto3 MediaLive 1.42.3 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.40.75 → types_boto3_medialive-1.42.3}/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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\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.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/literals.py
RENAMED
|
@@ -351,6 +351,7 @@ __all__ = (
|
|
|
351
351
|
"ReservationStateType",
|
|
352
352
|
"ReservationVideoQualityType",
|
|
353
353
|
"ResourceServiceName",
|
|
354
|
+
"RouterEncryptionTypeType",
|
|
354
355
|
"RtmpAdMarkersType",
|
|
355
356
|
"RtmpCacheFullBehaviorType",
|
|
356
357
|
"RtmpCaptionDataType",
|
|
@@ -853,6 +854,7 @@ InputTypeType = Literal[
|
|
|
853
854
|
"AWS_CDI",
|
|
854
855
|
"INPUT_DEVICE",
|
|
855
856
|
"MEDIACONNECT",
|
|
857
|
+
"MEDIACONNECT_ROUTER",
|
|
856
858
|
"MP4_FILE",
|
|
857
859
|
"MULTICAST",
|
|
858
860
|
"RTMP_PULL",
|
|
@@ -1007,6 +1009,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
|
|
|
1007
1009
|
ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
|
|
1008
1010
|
ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
|
|
1009
1011
|
ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
|
|
1012
|
+
RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
|
|
1010
1013
|
RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
|
|
1011
1014
|
RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
|
|
1012
1015
|
RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
|
|
@@ -1214,6 +1217,7 @@ ServiceName = Literal[
|
|
|
1214
1217
|
"comprehend",
|
|
1215
1218
|
"comprehendmedical",
|
|
1216
1219
|
"compute-optimizer",
|
|
1220
|
+
"compute-optimizer-automation",
|
|
1217
1221
|
"config",
|
|
1218
1222
|
"connect",
|
|
1219
1223
|
"connect-contact-lens",
|
|
@@ -1394,6 +1398,7 @@ ServiceName = Literal[
|
|
|
1394
1398
|
"networkmonitor",
|
|
1395
1399
|
"notifications",
|
|
1396
1400
|
"notificationscontacts",
|
|
1401
|
+
"nova-act",
|
|
1397
1402
|
"oam",
|
|
1398
1403
|
"observabilityadmin",
|
|
1399
1404
|
"odb",
|
|
@@ -1404,6 +1409,9 @@ ServiceName = Literal[
|
|
|
1404
1409
|
"osis",
|
|
1405
1410
|
"outposts",
|
|
1406
1411
|
"panorama",
|
|
1412
|
+
"partnercentral-account",
|
|
1413
|
+
"partnercentral-benefits",
|
|
1414
|
+
"partnercentral-channel",
|
|
1407
1415
|
"partnercentral-selling",
|
|
1408
1416
|
"payment-cryptography",
|
|
1409
1417
|
"payment-cryptography-data",
|
|
@@ -1445,6 +1453,7 @@ ServiceName = Literal[
|
|
|
1445
1453
|
"route53-recovery-control-config",
|
|
1446
1454
|
"route53-recovery-readiness",
|
|
1447
1455
|
"route53domains",
|
|
1456
|
+
"route53globalresolver",
|
|
1448
1457
|
"route53profiles",
|
|
1449
1458
|
"route53resolver",
|
|
1450
1459
|
"rtbfabric",
|
|
@@ -1478,6 +1487,7 @@ ServiceName = Literal[
|
|
|
1478
1487
|
"sesv2",
|
|
1479
1488
|
"shield",
|
|
1480
1489
|
"signer",
|
|
1490
|
+
"signin",
|
|
1481
1491
|
"simspaceweaver",
|
|
1482
1492
|
"snow-device-management",
|
|
1483
1493
|
"snowball",
|
{types_boto3_medialive-1.40.75 → types_boto3_medialive-1.42.3}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -350,6 +350,7 @@ __all__ = (
|
|
|
350
350
|
"ReservationStateType",
|
|
351
351
|
"ReservationVideoQualityType",
|
|
352
352
|
"ResourceServiceName",
|
|
353
|
+
"RouterEncryptionTypeType",
|
|
353
354
|
"RtmpAdMarkersType",
|
|
354
355
|
"RtmpCacheFullBehaviorType",
|
|
355
356
|
"RtmpCaptionDataType",
|
|
@@ -851,6 +852,7 @@ InputTypeType = Literal[
|
|
|
851
852
|
"AWS_CDI",
|
|
852
853
|
"INPUT_DEVICE",
|
|
853
854
|
"MEDIACONNECT",
|
|
855
|
+
"MEDIACONNECT_ROUTER",
|
|
854
856
|
"MP4_FILE",
|
|
855
857
|
"MULTICAST",
|
|
856
858
|
"RTMP_PULL",
|
|
@@ -1005,6 +1007,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
|
|
|
1005
1007
|
ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
|
|
1006
1008
|
ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
|
|
1007
1009
|
ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
|
|
1010
|
+
RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
|
|
1008
1011
|
RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
|
|
1009
1012
|
RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
|
|
1010
1013
|
RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
|
|
@@ -1212,6 +1215,7 @@ ServiceName = Literal[
|
|
|
1212
1215
|
"comprehend",
|
|
1213
1216
|
"comprehendmedical",
|
|
1214
1217
|
"compute-optimizer",
|
|
1218
|
+
"compute-optimizer-automation",
|
|
1215
1219
|
"config",
|
|
1216
1220
|
"connect",
|
|
1217
1221
|
"connect-contact-lens",
|
|
@@ -1392,6 +1396,7 @@ ServiceName = Literal[
|
|
|
1392
1396
|
"networkmonitor",
|
|
1393
1397
|
"notifications",
|
|
1394
1398
|
"notificationscontacts",
|
|
1399
|
+
"nova-act",
|
|
1395
1400
|
"oam",
|
|
1396
1401
|
"observabilityadmin",
|
|
1397
1402
|
"odb",
|
|
@@ -1402,6 +1407,9 @@ ServiceName = Literal[
|
|
|
1402
1407
|
"osis",
|
|
1403
1408
|
"outposts",
|
|
1404
1409
|
"panorama",
|
|
1410
|
+
"partnercentral-account",
|
|
1411
|
+
"partnercentral-benefits",
|
|
1412
|
+
"partnercentral-channel",
|
|
1405
1413
|
"partnercentral-selling",
|
|
1406
1414
|
"payment-cryptography",
|
|
1407
1415
|
"payment-cryptography-data",
|
|
@@ -1443,6 +1451,7 @@ ServiceName = Literal[
|
|
|
1443
1451
|
"route53-recovery-control-config",
|
|
1444
1452
|
"route53-recovery-readiness",
|
|
1445
1453
|
"route53domains",
|
|
1454
|
+
"route53globalresolver",
|
|
1446
1455
|
"route53profiles",
|
|
1447
1456
|
"route53resolver",
|
|
1448
1457
|
"rtbfabric",
|
|
@@ -1476,6 +1485,7 @@ ServiceName = Literal[
|
|
|
1476
1485
|
"sesv2",
|
|
1477
1486
|
"shield",
|
|
1478
1487
|
"signer",
|
|
1488
|
+
"signin",
|
|
1479
1489
|
"simspaceweaver",
|
|
1480
1490
|
"snow-device-management",
|
|
1481
1491
|
"snowball",
|