mypy-boto3-medialive 1.41.0__py3-none-any.whl → 1.42.3__py3-none-any.whl

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.
@@ -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.41.0\n"
16
- "Version: 1.41.0\n"
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/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.41.0\n")
29
+ sys.stdout.write("1.42.3\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -1217,6 +1217,7 @@ ServiceName = Literal[
1217
1217
  "comprehend",
1218
1218
  "comprehendmedical",
1219
1219
  "compute-optimizer",
1220
+ "compute-optimizer-automation",
1220
1221
  "config",
1221
1222
  "connect",
1222
1223
  "connect-contact-lens",
@@ -1397,6 +1398,7 @@ ServiceName = Literal[
1397
1398
  "networkmonitor",
1398
1399
  "notifications",
1399
1400
  "notificationscontacts",
1401
+ "nova-act",
1400
1402
  "oam",
1401
1403
  "observabilityadmin",
1402
1404
  "odb",
@@ -1407,6 +1409,8 @@ ServiceName = Literal[
1407
1409
  "osis",
1408
1410
  "outposts",
1409
1411
  "panorama",
1412
+ "partnercentral-account",
1413
+ "partnercentral-benefits",
1410
1414
  "partnercentral-channel",
1411
1415
  "partnercentral-selling",
1412
1416
  "payment-cryptography",
@@ -1449,6 +1453,7 @@ ServiceName = Literal[
1449
1453
  "route53-recovery-control-config",
1450
1454
  "route53-recovery-readiness",
1451
1455
  "route53domains",
1456
+ "route53globalresolver",
1452
1457
  "route53profiles",
1453
1458
  "route53resolver",
1454
1459
  "rtbfabric",
@@ -1215,6 +1215,7 @@ ServiceName = Literal[
1215
1215
  "comprehend",
1216
1216
  "comprehendmedical",
1217
1217
  "compute-optimizer",
1218
+ "compute-optimizer-automation",
1218
1219
  "config",
1219
1220
  "connect",
1220
1221
  "connect-contact-lens",
@@ -1395,6 +1396,7 @@ ServiceName = Literal[
1395
1396
  "networkmonitor",
1396
1397
  "notifications",
1397
1398
  "notificationscontacts",
1399
+ "nova-act",
1398
1400
  "oam",
1399
1401
  "observabilityadmin",
1400
1402
  "odb",
@@ -1405,6 +1407,8 @@ ServiceName = Literal[
1405
1407
  "osis",
1406
1408
  "outposts",
1407
1409
  "panorama",
1410
+ "partnercentral-account",
1411
+ "partnercentral-benefits",
1408
1412
  "partnercentral-channel",
1409
1413
  "partnercentral-selling",
1410
1414
  "payment-cryptography",
@@ -1447,6 +1451,7 @@ ServiceName = Literal[
1447
1451
  "route53-recovery-control-config",
1448
1452
  "route53-recovery-readiness",
1449
1453
  "route53domains",
1454
+ "route53globalresolver",
1450
1455
  "route53profiles",
1451
1456
  "route53resolver",
1452
1457
  "rtbfabric",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.41.0"
7
+ __version__ = "1.42.3"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-medialive
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 MediaLive 1.41.0 service generated with mypy-boto3-builder 8.12.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 MediaLive 1.41.0](https://pypi.org/project/boto3/)
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.41.0' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.3' 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.
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_medialive/__init__.py,sha256=t86FpUTPtjr592kOUnQU0ArmGs-ppLmjSKA3qsAYTns,9842
2
2
  mypy_boto3_medialive/__init__.pyi,sha256=3trAvbsX4K3x3CYId9M5TvGrqfpety58qlVUApyuL00,9841
3
- mypy_boto3_medialive/__main__.py,sha256=-tWdTira-wTCiprgeP9tlSwmXiYzdyOdGnc4b_gadXw,989
3
+ mypy_boto3_medialive/__main__.py,sha256=VSx3yjwLMPCg7Nr4sGYKpPL7bRnfM0wxke3LOYVaTPU,989
4
4
  mypy_boto3_medialive/client.py,sha256=m1_h1eNFKAu3RPFQKThsboIr154wrgxJ4RcYzB6CKTI,100050
5
5
  mypy_boto3_medialive/client.pyi,sha256=c5NCBruIDR_xFHIfZhWopfeEq9N4_S7HSiZx9izn9vA,100047
6
- mypy_boto3_medialive/literals.py,sha256=S8-j8iPSn_6xqKTkF4KdEK9nR7bEbgRrrmXPRxZkvKI,53749
7
- mypy_boto3_medialive/literals.pyi,sha256=rtUxDYj5Q2eFiYVHLBGiJ8frrPR_Eo8yRK-ifgPUjYM,53747
6
+ mypy_boto3_medialive/literals.py,sha256=I4cr8xIplcL-YsMWcoVWsDZM6a8d2wOaUGEphqNpxVY,53891
7
+ mypy_boto3_medialive/literals.pyi,sha256=-ulcpNyC-sr-I6LGUmf_j7vwOhz3Nhwa9SBPFAtkOBo,53889
8
8
  mypy_boto3_medialive/paginator.py,sha256=qABTU_6HOghuhHGc2pV-eoob71kmHg6yTeup-p6STT0,33682
9
9
  mypy_boto3_medialive/paginator.pyi,sha256=4RZJGMnEUGNERW-jrp8hVEnOksQ7bj23SFJCEt6Jz1o,33612
10
10
  mypy_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_medialive/type_defs.py,sha256=WPqWeyKYBCV2NNEpIRQ_0L3qmOYRcamYVh-YH9lHKVw,211406
12
12
  mypy_boto3_medialive/type_defs.pyi,sha256=yad2HcC3Owd5Or3T2hZIr8WUNlvAHHezdZP42_OE67A,210758
13
- mypy_boto3_medialive/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
13
+ mypy_boto3_medialive/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
14
14
  mypy_boto3_medialive/waiter.py,sha256=n9l-8UtzIbpEpz4lAC2o6v5Avj2GOF8fun4k86xnia8,24234
15
15
  mypy_boto3_medialive/waiter.pyi,sha256=PzQ13dgUdecnzm957PNlH2dWfrjWU91H3-alvGWgcsc,24189
16
- mypy_boto3_medialive-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_medialive-1.41.0.dist-info/METADATA,sha256=SbQru0cRBU1am_IlvCq0wzGb7bgYaSN-_tbQvwxzXQs,21135
18
- mypy_boto3_medialive-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_medialive-1.41.0.dist-info/top_level.txt,sha256=VjnOXkRNs_BRQa4NLXgtBUEDSVwJS4L6e9J0r8yfovA,21
20
- mypy_boto3_medialive-1.41.0.dist-info/RECORD,,
16
+ mypy_boto3_medialive-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_medialive-1.42.3.dist-info/METADATA,sha256=q5LcAbVQAyF6Sw7PpGzncdFA81muhvPMXyX1K02CJsI,21135
18
+ mypy_boto3_medialive-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_medialive-1.42.3.dist-info/top_level.txt,sha256=VjnOXkRNs_BRQa4NLXgtBUEDSVwJS4L6e9J0r8yfovA,21
20
+ mypy_boto3_medialive-1.42.3.dist-info/RECORD,,