types-boto3-medialive 1.40.45__tar.gz → 1.40.75__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.45/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.75}/PKG-INFO +21 -25
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/README.md +13 -3
- types_boto3_medialive-1.40.75/pyproject.toml +61 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.py +12 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.pyi +12 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__main__.py +4 -4
- types_boto3_medialive-1.40.45/types_boto3_medialive/client.pyi → types_boto3_medialive-1.40.75/types_boto3_medialive/client.py +96 -28
- types_boto3_medialive-1.40.45/types_boto3_medialive/client.py → types_boto3_medialive-1.40.75/types_boto3_medialive/client.pyi +93 -31
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/literals.py +21 -7
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/literals.pyi +21 -7
- types_boto3_medialive-1.40.45/types_boto3_medialive/paginator.pyi → types_boto3_medialive-1.40.75/types_boto3_medialive/paginator.py +139 -0
- types_boto3_medialive-1.40.45/types_boto3_medialive/paginator.py → types_boto3_medialive-1.40.75/types_boto3_medialive/paginator.pyi +66 -58
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/type_defs.py +408 -302
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/type_defs.pyi +396 -302
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75/types_boto3_medialive.egg-info}/PKG-INFO +21 -25
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/SOURCES.txt +1 -2
- types_boto3_medialive-1.40.45/setup.py +0 -54
- types_boto3_medialive-1.40.45/types_boto3_medialive.egg-info/not-zip-safe +0 -1
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/LICENSE +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
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.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.40.75
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.75 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_medialive/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,medialive,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-medialive"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
45
|
+
Type annotations for [boto3 MediaLive 1.40.75](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
108
|
+
`uvx --with 'boto3==1.40.75' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3` AWS SDK.
|
|
124
110
|
3. Add `MediaLive` service.
|
|
125
111
|
4. Use provided commands to install generated packages.
|
|
@@ -354,10 +340,12 @@ from boto3.session import Session
|
|
|
354
340
|
from types_boto3_medialive import MediaLiveClient
|
|
355
341
|
from types_boto3_medialive.paginator import (
|
|
356
342
|
DescribeSchedulePaginator,
|
|
343
|
+
ListAlertsPaginator,
|
|
357
344
|
ListChannelPlacementGroupsPaginator,
|
|
358
345
|
ListChannelsPaginator,
|
|
359
346
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
360
347
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
348
|
+
ListClusterAlertsPaginator,
|
|
361
349
|
ListClustersPaginator,
|
|
362
350
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
363
351
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -365,6 +353,7 @@ from types_boto3_medialive.paginator import (
|
|
|
365
353
|
ListInputDevicesPaginator,
|
|
366
354
|
ListInputSecurityGroupsPaginator,
|
|
367
355
|
ListInputsPaginator,
|
|
356
|
+
ListMultiplexAlertsPaginator,
|
|
368
357
|
ListMultiplexProgramsPaginator,
|
|
369
358
|
ListMultiplexesPaginator,
|
|
370
359
|
ListNetworksPaginator,
|
|
@@ -380,6 +369,7 @@ client: MediaLiveClient = Session().client("medialive")
|
|
|
380
369
|
# Explicit type annotations are optional here
|
|
381
370
|
# Types should be correctly discovered by mypy and IDEs
|
|
382
371
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
372
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
383
373
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator(
|
|
384
374
|
"list_channel_placement_groups"
|
|
385
375
|
)
|
|
@@ -390,6 +380,9 @@ list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGro
|
|
|
390
380
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = (
|
|
391
381
|
client.get_paginator("list_cloud_watch_alarm_templates")
|
|
392
382
|
)
|
|
383
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator(
|
|
384
|
+
"list_cluster_alerts"
|
|
385
|
+
)
|
|
393
386
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
394
387
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = (
|
|
395
388
|
client.get_paginator("list_event_bridge_rule_template_groups")
|
|
@@ -405,6 +398,9 @@ list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.
|
|
|
405
398
|
"list_input_security_groups"
|
|
406
399
|
)
|
|
407
400
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
401
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator(
|
|
402
|
+
"list_multiplex_alerts"
|
|
403
|
+
)
|
|
408
404
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator(
|
|
409
405
|
"list_multiplex_programs"
|
|
410
406
|
)
|
|
@@ -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.75](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.75' 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.
|
|
@@ -307,10 +307,12 @@ from boto3.session import Session
|
|
|
307
307
|
from types_boto3_medialive import MediaLiveClient
|
|
308
308
|
from types_boto3_medialive.paginator import (
|
|
309
309
|
DescribeSchedulePaginator,
|
|
310
|
+
ListAlertsPaginator,
|
|
310
311
|
ListChannelPlacementGroupsPaginator,
|
|
311
312
|
ListChannelsPaginator,
|
|
312
313
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
313
314
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
315
|
+
ListClusterAlertsPaginator,
|
|
314
316
|
ListClustersPaginator,
|
|
315
317
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
316
318
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -318,6 +320,7 @@ from types_boto3_medialive.paginator import (
|
|
|
318
320
|
ListInputDevicesPaginator,
|
|
319
321
|
ListInputSecurityGroupsPaginator,
|
|
320
322
|
ListInputsPaginator,
|
|
323
|
+
ListMultiplexAlertsPaginator,
|
|
321
324
|
ListMultiplexProgramsPaginator,
|
|
322
325
|
ListMultiplexesPaginator,
|
|
323
326
|
ListNetworksPaginator,
|
|
@@ -333,6 +336,7 @@ client: MediaLiveClient = Session().client("medialive")
|
|
|
333
336
|
# Explicit type annotations are optional here
|
|
334
337
|
# Types should be correctly discovered by mypy and IDEs
|
|
335
338
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
339
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
336
340
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator(
|
|
337
341
|
"list_channel_placement_groups"
|
|
338
342
|
)
|
|
@@ -343,6 +347,9 @@ list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGro
|
|
|
343
347
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = (
|
|
344
348
|
client.get_paginator("list_cloud_watch_alarm_templates")
|
|
345
349
|
)
|
|
350
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator(
|
|
351
|
+
"list_cluster_alerts"
|
|
352
|
+
)
|
|
346
353
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
347
354
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = (
|
|
348
355
|
client.get_paginator("list_event_bridge_rule_template_groups")
|
|
@@ -358,6 +365,9 @@ list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.
|
|
|
358
365
|
"list_input_security_groups"
|
|
359
366
|
)
|
|
360
367
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
368
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator(
|
|
369
|
+
"list_multiplex_alerts"
|
|
370
|
+
)
|
|
361
371
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator(
|
|
362
372
|
"list_multiplex_programs"
|
|
363
373
|
)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-medialive.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-medialive"
|
|
7
|
+
version = "1.40.75"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 MediaLive 1.40.75 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"medialive",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_medialive/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_medialive"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
{types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.py
RENAMED
|
@@ -24,10 +24,12 @@ Usage::
|
|
|
24
24
|
InputAttachedWaiter,
|
|
25
25
|
InputDeletedWaiter,
|
|
26
26
|
InputDetachedWaiter,
|
|
27
|
+
ListAlertsPaginator,
|
|
27
28
|
ListChannelPlacementGroupsPaginator,
|
|
28
29
|
ListChannelsPaginator,
|
|
29
30
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
30
31
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
32
|
+
ListClusterAlertsPaginator,
|
|
31
33
|
ListClustersPaginator,
|
|
32
34
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
33
35
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -35,6 +37,7 @@ Usage::
|
|
|
35
37
|
ListInputDevicesPaginator,
|
|
36
38
|
ListInputSecurityGroupsPaginator,
|
|
37
39
|
ListInputsPaginator,
|
|
40
|
+
ListMultiplexAlertsPaginator,
|
|
38
41
|
ListMultiplexProgramsPaginator,
|
|
39
42
|
ListMultiplexesPaginator,
|
|
40
43
|
ListNetworksPaginator,
|
|
@@ -83,10 +86,12 @@ Usage::
|
|
|
83
86
|
signal_map_updated_waiter: SignalMapUpdatedWaiter = client.get_waiter("signal_map_updated")
|
|
84
87
|
|
|
85
88
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
89
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
86
90
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator("list_channel_placement_groups")
|
|
87
91
|
list_channels_paginator: ListChannelsPaginator = client.get_paginator("list_channels")
|
|
88
92
|
list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGroupsPaginator = client.get_paginator("list_cloud_watch_alarm_template_groups")
|
|
89
93
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = client.get_paginator("list_cloud_watch_alarm_templates")
|
|
94
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator("list_cluster_alerts")
|
|
90
95
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
91
96
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = client.get_paginator("list_event_bridge_rule_template_groups")
|
|
92
97
|
list_event_bridge_rule_templates_paginator: ListEventBridgeRuleTemplatesPaginator = client.get_paginator("list_event_bridge_rule_templates")
|
|
@@ -94,6 +99,7 @@ Usage::
|
|
|
94
99
|
list_input_devices_paginator: ListInputDevicesPaginator = client.get_paginator("list_input_devices")
|
|
95
100
|
list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.get_paginator("list_input_security_groups")
|
|
96
101
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
102
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator("list_multiplex_alerts")
|
|
97
103
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator("list_multiplex_programs")
|
|
98
104
|
list_multiplexes_paginator: ListMultiplexesPaginator = client.get_paginator("list_multiplexes")
|
|
99
105
|
list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_networks")
|
|
@@ -108,10 +114,12 @@ Usage::
|
|
|
108
114
|
from .client import MediaLiveClient
|
|
109
115
|
from .paginator import (
|
|
110
116
|
DescribeSchedulePaginator,
|
|
117
|
+
ListAlertsPaginator,
|
|
111
118
|
ListChannelPlacementGroupsPaginator,
|
|
112
119
|
ListChannelsPaginator,
|
|
113
120
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
114
121
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
122
|
+
ListClusterAlertsPaginator,
|
|
115
123
|
ListClustersPaginator,
|
|
116
124
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
117
125
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -119,6 +127,7 @@ from .paginator import (
|
|
|
119
127
|
ListInputDeviceTransfersPaginator,
|
|
120
128
|
ListInputSecurityGroupsPaginator,
|
|
121
129
|
ListInputsPaginator,
|
|
130
|
+
ListMultiplexAlertsPaginator,
|
|
122
131
|
ListMultiplexesPaginator,
|
|
123
132
|
ListMultiplexProgramsPaginator,
|
|
124
133
|
ListNetworksPaginator,
|
|
@@ -171,10 +180,12 @@ __all__ = (
|
|
|
171
180
|
"InputAttachedWaiter",
|
|
172
181
|
"InputDeletedWaiter",
|
|
173
182
|
"InputDetachedWaiter",
|
|
183
|
+
"ListAlertsPaginator",
|
|
174
184
|
"ListChannelPlacementGroupsPaginator",
|
|
175
185
|
"ListChannelsPaginator",
|
|
176
186
|
"ListCloudWatchAlarmTemplateGroupsPaginator",
|
|
177
187
|
"ListCloudWatchAlarmTemplatesPaginator",
|
|
188
|
+
"ListClusterAlertsPaginator",
|
|
178
189
|
"ListClustersPaginator",
|
|
179
190
|
"ListEventBridgeRuleTemplateGroupsPaginator",
|
|
180
191
|
"ListEventBridgeRuleTemplatesPaginator",
|
|
@@ -182,6 +193,7 @@ __all__ = (
|
|
|
182
193
|
"ListInputDevicesPaginator",
|
|
183
194
|
"ListInputSecurityGroupsPaginator",
|
|
184
195
|
"ListInputsPaginator",
|
|
196
|
+
"ListMultiplexAlertsPaginator",
|
|
185
197
|
"ListMultiplexProgramsPaginator",
|
|
186
198
|
"ListMultiplexesPaginator",
|
|
187
199
|
"ListNetworksPaginator",
|
{types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.pyi
RENAMED
|
@@ -24,10 +24,12 @@ Usage::
|
|
|
24
24
|
InputAttachedWaiter,
|
|
25
25
|
InputDeletedWaiter,
|
|
26
26
|
InputDetachedWaiter,
|
|
27
|
+
ListAlertsPaginator,
|
|
27
28
|
ListChannelPlacementGroupsPaginator,
|
|
28
29
|
ListChannelsPaginator,
|
|
29
30
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
30
31
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
32
|
+
ListClusterAlertsPaginator,
|
|
31
33
|
ListClustersPaginator,
|
|
32
34
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
33
35
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -35,6 +37,7 @@ Usage::
|
|
|
35
37
|
ListInputDevicesPaginator,
|
|
36
38
|
ListInputSecurityGroupsPaginator,
|
|
37
39
|
ListInputsPaginator,
|
|
40
|
+
ListMultiplexAlertsPaginator,
|
|
38
41
|
ListMultiplexProgramsPaginator,
|
|
39
42
|
ListMultiplexesPaginator,
|
|
40
43
|
ListNetworksPaginator,
|
|
@@ -83,10 +86,12 @@ Usage::
|
|
|
83
86
|
signal_map_updated_waiter: SignalMapUpdatedWaiter = client.get_waiter("signal_map_updated")
|
|
84
87
|
|
|
85
88
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
89
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
86
90
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator("list_channel_placement_groups")
|
|
87
91
|
list_channels_paginator: ListChannelsPaginator = client.get_paginator("list_channels")
|
|
88
92
|
list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGroupsPaginator = client.get_paginator("list_cloud_watch_alarm_template_groups")
|
|
89
93
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = client.get_paginator("list_cloud_watch_alarm_templates")
|
|
94
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator("list_cluster_alerts")
|
|
90
95
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
91
96
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = client.get_paginator("list_event_bridge_rule_template_groups")
|
|
92
97
|
list_event_bridge_rule_templates_paginator: ListEventBridgeRuleTemplatesPaginator = client.get_paginator("list_event_bridge_rule_templates")
|
|
@@ -94,6 +99,7 @@ Usage::
|
|
|
94
99
|
list_input_devices_paginator: ListInputDevicesPaginator = client.get_paginator("list_input_devices")
|
|
95
100
|
list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.get_paginator("list_input_security_groups")
|
|
96
101
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
102
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator("list_multiplex_alerts")
|
|
97
103
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator("list_multiplex_programs")
|
|
98
104
|
list_multiplexes_paginator: ListMultiplexesPaginator = client.get_paginator("list_multiplexes")
|
|
99
105
|
list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_networks")
|
|
@@ -108,10 +114,12 @@ Usage::
|
|
|
108
114
|
from .client import MediaLiveClient
|
|
109
115
|
from .paginator import (
|
|
110
116
|
DescribeSchedulePaginator,
|
|
117
|
+
ListAlertsPaginator,
|
|
111
118
|
ListChannelPlacementGroupsPaginator,
|
|
112
119
|
ListChannelsPaginator,
|
|
113
120
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
114
121
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
122
|
+
ListClusterAlertsPaginator,
|
|
115
123
|
ListClustersPaginator,
|
|
116
124
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
117
125
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -119,6 +127,7 @@ from .paginator import (
|
|
|
119
127
|
ListInputDeviceTransfersPaginator,
|
|
120
128
|
ListInputSecurityGroupsPaginator,
|
|
121
129
|
ListInputsPaginator,
|
|
130
|
+
ListMultiplexAlertsPaginator,
|
|
122
131
|
ListMultiplexesPaginator,
|
|
123
132
|
ListMultiplexProgramsPaginator,
|
|
124
133
|
ListNetworksPaginator,
|
|
@@ -170,10 +179,12 @@ __all__ = (
|
|
|
170
179
|
"InputAttachedWaiter",
|
|
171
180
|
"InputDeletedWaiter",
|
|
172
181
|
"InputDetachedWaiter",
|
|
182
|
+
"ListAlertsPaginator",
|
|
173
183
|
"ListChannelPlacementGroupsPaginator",
|
|
174
184
|
"ListChannelsPaginator",
|
|
175
185
|
"ListCloudWatchAlarmTemplateGroupsPaginator",
|
|
176
186
|
"ListCloudWatchAlarmTemplatesPaginator",
|
|
187
|
+
"ListClusterAlertsPaginator",
|
|
177
188
|
"ListClustersPaginator",
|
|
178
189
|
"ListEventBridgeRuleTemplateGroupsPaginator",
|
|
179
190
|
"ListEventBridgeRuleTemplatesPaginator",
|
|
@@ -181,6 +192,7 @@ __all__ = (
|
|
|
181
192
|
"ListInputDevicesPaginator",
|
|
182
193
|
"ListInputSecurityGroupsPaginator",
|
|
183
194
|
"ListInputsPaginator",
|
|
195
|
+
"ListMultiplexAlertsPaginator",
|
|
184
196
|
"ListMultiplexProgramsPaginator",
|
|
185
197
|
"ListMultiplexesPaginator",
|
|
186
198
|
"ListNetworksPaginator",
|
{types_boto3_medialive-1.40.45 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.40.75\n"
|
|
16
|
+
"Version: 1.40.75\n"
|
|
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"
|
|
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.40.
|
|
29
|
+
sys.stdout.write("1.40.75\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|