types-boto3-medialive 1.37.32__py3-none-any.whl → 1.38.11__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,9 +12,9 @@ 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.37.32\n"
16
- "Version: 1.37.32\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 MediaLive 1.38.11\n"
16
+ "Version: 1.38.11\n"
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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.37.32\n")
29
+ sys.stdout.write("1.38.11\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -1447,7 +1447,6 @@ ServiceName = Literal[
1447
1447
  "signer",
1448
1448
  "simspaceweaver",
1449
1449
  "sms",
1450
- "sms-voice",
1451
1450
  "snow-device-management",
1452
1451
  "snowball",
1453
1452
  "sns",
@@ -1455,6 +1454,7 @@ ServiceName = Literal[
1455
1454
  "sqs",
1456
1455
  "ssm",
1457
1456
  "ssm-contacts",
1457
+ "ssm-guiconnect",
1458
1458
  "ssm-incidents",
1459
1459
  "ssm-quicksetup",
1460
1460
  "ssm-sap",
@@ -1445,7 +1445,6 @@ ServiceName = Literal[
1445
1445
  "signer",
1446
1446
  "simspaceweaver",
1447
1447
  "sms",
1448
- "sms-voice",
1449
1448
  "snow-device-management",
1450
1449
  "snowball",
1451
1450
  "sns",
@@ -1453,6 +1452,7 @@ ServiceName = Literal[
1453
1452
  "sqs",
1454
1453
  "ssm",
1455
1454
  "ssm-contacts",
1455
+ "ssm-guiconnect",
1456
1456
  "ssm-incidents",
1457
1457
  "ssm-quicksetup",
1458
1458
  "ssm-sap",
@@ -6031,6 +6031,7 @@ class UpdateChannelRequestTypeDef(TypedDict):
6031
6031
  RoleArn: NotRequired[str]
6032
6032
  ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
6033
6033
  DryRun: NotRequired[bool]
6034
+ AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
6034
6035
 
6035
6036
 
6036
6037
  class BatchUpdateScheduleRequestTypeDef(TypedDict):
@@ -5407,6 +5407,7 @@ class UpdateChannelRequestTypeDef(TypedDict):
5407
5407
  RoleArn: NotRequired[str]
5408
5408
  ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
5409
5409
  DryRun: NotRequired[bool]
5410
+ AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
5410
5411
 
5411
5412
  class BatchUpdateScheduleRequestTypeDef(TypedDict):
5412
5413
  ChannelId: str
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.32"
7
+ __version__ = "1.38.11"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.37.32
4
- Summary: Type annotations for boto3 MediaLive 1.37.32 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.38.11
4
+ Summary: Type annotations for boto3 MediaLive 1.38.11 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 MediaLive 1.37.32](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 MediaLive 1.38.11](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/),
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
66
 
67
67
  Generated with
68
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
69
69
 
70
70
  More information can be found on
71
71
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -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.37.32' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.11' 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.
@@ -0,0 +1,20 @@
1
+ types_boto3_medialive/__init__.py,sha256=O8z4BCW20d8oS1sP9r3K5Vd9YET1hOEZP6UimRmp9Xw,9246
2
+ types_boto3_medialive/__init__.pyi,sha256=woytB_2JCqZYwiEoPU6RVtNACohmXUlZPWMJZjg5tCk,9245
3
+ types_boto3_medialive/__main__.py,sha256=pLXC3-xDjWSJclFPQxxTTyn6zaHExSKWR44SEbZBXBQ,993
4
+ types_boto3_medialive/client.py,sha256=WvfJV56JrL45_Z_RV6KtvxIvRKfXqOkYy9vXehSnMFo,96925
5
+ types_boto3_medialive/client.pyi,sha256=eZWGKI3vmBcY7c3btjYX7tTtm9W1rkVKNZ9jy_CggOs,96922
6
+ types_boto3_medialive/literals.py,sha256=QED6xeKGVCEYIFH49E7bB-M6C7F6Rj6ZqvIj6SVuHEY,52158
7
+ types_boto3_medialive/literals.pyi,sha256=FB6EUREqnZ_kerTZHEju0aBN3nxPe8yMFtcOrxJiTdA,52156
8
+ types_boto3_medialive/paginator.py,sha256=7Zw5m_EOQvMI27bZ6a0cgBv8cWa_-5IMlYyy0UILwEw,29618
9
+ types_boto3_medialive/paginator.pyi,sha256=4pQIMSX4HqSdd8JAy20Nk5AYOu6kCQ2dKcn4rBbsOGk,29557
10
+ types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_medialive/type_defs.py,sha256=yUSgKWqlexxuOamY72tlWt2RsEInW-aTYSqy4qcu0EA,203570
12
+ types_boto3_medialive/type_defs.pyi,sha256=UVtnRpvMgS-3a5z7YtT-LL_L2PcbU7v-XqtblMHDB0c,202945
13
+ types_boto3_medialive/version.py,sha256=GMO37tuedub7yQA7xX89SBFwJRUKHQ3zT5A0yk88y1g,93
14
+ types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
15
+ types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
16
+ types_boto3_medialive-1.38.11.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_medialive-1.38.11.dist-info/METADATA,sha256=M0DJf2qHsA9mztU4o8CapWlZBS2TkQJ7b-i1sU1UFSI,21102
18
+ types_boto3_medialive-1.38.11.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
19
+ types_boto3_medialive-1.38.11.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
+ types_boto3_medialive-1.38.11.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- types_boto3_medialive/__init__.py,sha256=O8z4BCW20d8oS1sP9r3K5Vd9YET1hOEZP6UimRmp9Xw,9246
2
- types_boto3_medialive/__init__.pyi,sha256=woytB_2JCqZYwiEoPU6RVtNACohmXUlZPWMJZjg5tCk,9245
3
- types_boto3_medialive/__main__.py,sha256=dd5l8-BMB6rW3ejxDoFV3LAgoMkpM6GrlUJeGCEjUtY,993
4
- types_boto3_medialive/client.py,sha256=WvfJV56JrL45_Z_RV6KtvxIvRKfXqOkYy9vXehSnMFo,96925
5
- types_boto3_medialive/client.pyi,sha256=eZWGKI3vmBcY7c3btjYX7tTtm9W1rkVKNZ9jy_CggOs,96922
6
- types_boto3_medialive/literals.py,sha256=mkMEe4e8dZLA1EwKcxrlLhX7LBpJY1TImUkQJFMH2Vo,52153
7
- types_boto3_medialive/literals.pyi,sha256=IzCs9t-IVyBcgKuTvp9HqLX4xIKK656vRGr2-DDGNvc,52151
8
- types_boto3_medialive/paginator.py,sha256=7Zw5m_EOQvMI27bZ6a0cgBv8cWa_-5IMlYyy0UILwEw,29618
9
- types_boto3_medialive/paginator.pyi,sha256=4pQIMSX4HqSdd8JAy20Nk5AYOu6kCQ2dKcn4rBbsOGk,29557
10
- types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_medialive/type_defs.py,sha256=x-VS28tXNUf2NiBdOwvlV0-q5kzenr17pckqp_cbF3A,203511
12
- types_boto3_medialive/type_defs.pyi,sha256=0PvoEyrs1YSFv_o11kT1tDeaT4yd8gUkeSZYh0FFU10,202886
13
- types_boto3_medialive/version.py,sha256=HpbwPKByiM6kj0ZNHT49ZyWdFCerR40lGflnJP6lWvk,93
14
- types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
15
- types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
16
- types_boto3_medialive-1.37.32.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.37.32.dist-info/METADATA,sha256=_Kb17ViyeHOBtDOJf42g4gG6BBp47O_ndxzQEl-KWO0,21102
18
- types_boto3_medialive-1.37.32.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- types_boto3_medialive-1.37.32.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.37.32.dist-info/RECORD,,