types-boto3-medialive 1.40.45__py3-none-any.whl → 1.40.57__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.
- types_boto3_medialive/__init__.py +12 -0
- types_boto3_medialive/__init__.pyi +12 -0
- types_boto3_medialive/__main__.py +3 -3
- types_boto3_medialive/client.py +70 -0
- types_boto3_medialive/client.pyi +70 -0
- types_boto3_medialive/literals.py +16 -0
- types_boto3_medialive/literals.pyi +16 -0
- types_boto3_medialive/paginator.py +78 -0
- types_boto3_medialive/paginator.pyi +69 -0
- types_boto3_medialive/type_defs.py +103 -0
- types_boto3_medialive/type_defs.pyi +91 -0
- types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.45.dist-info → types_boto3_medialive-1.40.57.dist-info}/METADATA +14 -4
- types_boto3_medialive-1.40.57.dist-info/RECORD +20 -0
- types_boto3_medialive-1.40.45.dist-info/RECORD +0 -20
- {types_boto3_medialive-1.40.45.dist-info → types_boto3_medialive-1.40.57.dist-info}/WHEEL +0 -0
- {types_boto3_medialive-1.40.45.dist-info → types_boto3_medialive-1.40.57.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_medialive-1.40.45.dist-info → types_boto3_medialive-1.40.57.dist-info}/top_level.txt +0 -0
|
@@ -66,6 +66,7 @@ __all__ = (
|
|
|
66
66
|
"BurnInShadowColorType",
|
|
67
67
|
"BurnInTeletextGridControlType",
|
|
68
68
|
"CdiInputResolutionType",
|
|
69
|
+
"ChannelAlertStateType",
|
|
69
70
|
"ChannelClassType",
|
|
70
71
|
"ChannelCreatedWaiterName",
|
|
71
72
|
"ChannelDeletedWaiterName",
|
|
@@ -81,6 +82,7 @@ __all__ = (
|
|
|
81
82
|
"CloudWatchAlarmTemplateStatisticType",
|
|
82
83
|
"CloudWatchAlarmTemplateTargetResourceTypeType",
|
|
83
84
|
"CloudWatchAlarmTemplateTreatMissingDataType",
|
|
85
|
+
"ClusterAlertStateType",
|
|
84
86
|
"ClusterCreatedWaiterName",
|
|
85
87
|
"ClusterDeletedWaiterName",
|
|
86
88
|
"ClusterStateType",
|
|
@@ -251,10 +253,12 @@ __all__ = (
|
|
|
251
253
|
"InputTimecodeSourceType",
|
|
252
254
|
"InputTypeType",
|
|
253
255
|
"LastFrameClippingBehaviorType",
|
|
256
|
+
"ListAlertsPaginatorName",
|
|
254
257
|
"ListChannelPlacementGroupsPaginatorName",
|
|
255
258
|
"ListChannelsPaginatorName",
|
|
256
259
|
"ListCloudWatchAlarmTemplateGroupsPaginatorName",
|
|
257
260
|
"ListCloudWatchAlarmTemplatesPaginatorName",
|
|
261
|
+
"ListClusterAlertsPaginatorName",
|
|
258
262
|
"ListClustersPaginatorName",
|
|
259
263
|
"ListEventBridgeRuleTemplateGroupsPaginatorName",
|
|
260
264
|
"ListEventBridgeRuleTemplatesPaginatorName",
|
|
@@ -262,6 +266,7 @@ __all__ = (
|
|
|
262
266
|
"ListInputDevicesPaginatorName",
|
|
263
267
|
"ListInputSecurityGroupsPaginatorName",
|
|
264
268
|
"ListInputsPaginatorName",
|
|
269
|
+
"ListMultiplexAlertsPaginatorName",
|
|
265
270
|
"ListMultiplexProgramsPaginatorName",
|
|
266
271
|
"ListMultiplexesPaginatorName",
|
|
267
272
|
"ListNetworksPaginatorName",
|
|
@@ -308,6 +313,7 @@ __all__ = (
|
|
|
308
313
|
"Mpeg2SubGopLengthType",
|
|
309
314
|
"Mpeg2TimecodeInsertionBehaviorType",
|
|
310
315
|
"MsSmoothH265PackagingTypeType",
|
|
316
|
+
"MultiplexAlertStateType",
|
|
311
317
|
"MultiplexCreatedWaiterName",
|
|
312
318
|
"MultiplexDeletedWaiterName",
|
|
313
319
|
"MultiplexRunningWaiterName",
|
|
@@ -486,6 +492,7 @@ BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELL
|
|
|
486
492
|
BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
487
493
|
BurnInTeletextGridControlType = Literal["FIXED", "SCALED"]
|
|
488
494
|
CdiInputResolutionType = Literal["FHD", "HD", "SD", "UHD"]
|
|
495
|
+
ChannelAlertStateType = Literal["CLEARED", "SET"]
|
|
489
496
|
ChannelClassType = Literal["SINGLE_PIPELINE", "STANDARD"]
|
|
490
497
|
ChannelCreatedWaiterName = Literal["channel_created"]
|
|
491
498
|
ChannelDeletedWaiterName = Literal["channel_deleted"]
|
|
@@ -534,6 +541,7 @@ CloudWatchAlarmTemplateTargetResourceTypeType = Literal[
|
|
|
534
541
|
CloudWatchAlarmTemplateTreatMissingDataType = Literal[
|
|
535
542
|
"breaching", "ignore", "missing", "notBreaching"
|
|
536
543
|
]
|
|
544
|
+
ClusterAlertStateType = Literal["CLEARED", "SET"]
|
|
537
545
|
ClusterCreatedWaiterName = Literal["cluster_created"]
|
|
538
546
|
ClusterDeletedWaiterName = Literal["cluster_deleted"]
|
|
539
547
|
ClusterStateType = Literal[
|
|
@@ -852,10 +860,12 @@ InputTypeType = Literal[
|
|
|
852
860
|
"URL_PULL",
|
|
853
861
|
]
|
|
854
862
|
LastFrameClippingBehaviorType = Literal["EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"]
|
|
863
|
+
ListAlertsPaginatorName = Literal["list_alerts"]
|
|
855
864
|
ListChannelPlacementGroupsPaginatorName = Literal["list_channel_placement_groups"]
|
|
856
865
|
ListChannelsPaginatorName = Literal["list_channels"]
|
|
857
866
|
ListCloudWatchAlarmTemplateGroupsPaginatorName = Literal["list_cloud_watch_alarm_template_groups"]
|
|
858
867
|
ListCloudWatchAlarmTemplatesPaginatorName = Literal["list_cloud_watch_alarm_templates"]
|
|
868
|
+
ListClusterAlertsPaginatorName = Literal["list_cluster_alerts"]
|
|
859
869
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
860
870
|
ListEventBridgeRuleTemplateGroupsPaginatorName = Literal["list_event_bridge_rule_template_groups"]
|
|
861
871
|
ListEventBridgeRuleTemplatesPaginatorName = Literal["list_event_bridge_rule_templates"]
|
|
@@ -863,6 +873,7 @@ ListInputDeviceTransfersPaginatorName = Literal["list_input_device_transfers"]
|
|
|
863
873
|
ListInputDevicesPaginatorName = Literal["list_input_devices"]
|
|
864
874
|
ListInputSecurityGroupsPaginatorName = Literal["list_input_security_groups"]
|
|
865
875
|
ListInputsPaginatorName = Literal["list_inputs"]
|
|
876
|
+
ListMultiplexAlertsPaginatorName = Literal["list_multiplex_alerts"]
|
|
866
877
|
ListMultiplexProgramsPaginatorName = Literal["list_multiplex_programs"]
|
|
867
878
|
ListMultiplexesPaginatorName = Literal["list_multiplexes"]
|
|
868
879
|
ListNetworksPaginatorName = Literal["list_networks"]
|
|
@@ -912,6 +923,7 @@ Mpeg2ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
|
|
|
912
923
|
Mpeg2SubGopLengthType = Literal["DYNAMIC", "FIXED"]
|
|
913
924
|
Mpeg2TimecodeInsertionBehaviorType = Literal["DISABLED", "GOP_TIMECODE"]
|
|
914
925
|
MsSmoothH265PackagingTypeType = Literal["HEV1", "HVC1"]
|
|
926
|
+
MultiplexAlertStateType = Literal["CLEARED", "SET"]
|
|
915
927
|
MultiplexCreatedWaiterName = Literal["multiplex_created"]
|
|
916
928
|
MultiplexDeletedWaiterName = Literal["multiplex_deleted"]
|
|
917
929
|
MultiplexRunningWaiterName = Literal["multiplex_running"]
|
|
@@ -1435,6 +1447,7 @@ ServiceName = Literal[
|
|
|
1435
1447
|
"route53domains",
|
|
1436
1448
|
"route53profiles",
|
|
1437
1449
|
"route53resolver",
|
|
1450
|
+
"rtbfabric",
|
|
1438
1451
|
"rum",
|
|
1439
1452
|
"s3",
|
|
1440
1453
|
"s3control",
|
|
@@ -1520,10 +1533,12 @@ ResourceServiceName = Literal[
|
|
|
1520
1533
|
]
|
|
1521
1534
|
PaginatorName = Literal[
|
|
1522
1535
|
"describe_schedule",
|
|
1536
|
+
"list_alerts",
|
|
1523
1537
|
"list_channel_placement_groups",
|
|
1524
1538
|
"list_channels",
|
|
1525
1539
|
"list_cloud_watch_alarm_template_groups",
|
|
1526
1540
|
"list_cloud_watch_alarm_templates",
|
|
1541
|
+
"list_cluster_alerts",
|
|
1527
1542
|
"list_clusters",
|
|
1528
1543
|
"list_event_bridge_rule_template_groups",
|
|
1529
1544
|
"list_event_bridge_rule_templates",
|
|
@@ -1531,6 +1546,7 @@ PaginatorName = Literal[
|
|
|
1531
1546
|
"list_input_devices",
|
|
1532
1547
|
"list_input_security_groups",
|
|
1533
1548
|
"list_inputs",
|
|
1549
|
+
"list_multiplex_alerts",
|
|
1534
1550
|
"list_multiplex_programs",
|
|
1535
1551
|
"list_multiplexes",
|
|
1536
1552
|
"list_networks",
|
|
@@ -13,10 +13,12 @@ Usage::
|
|
|
13
13
|
from types_boto3_medialive.client import MediaLiveClient
|
|
14
14
|
from types_boto3_medialive.paginator import (
|
|
15
15
|
DescribeSchedulePaginator,
|
|
16
|
+
ListAlertsPaginator,
|
|
16
17
|
ListChannelPlacementGroupsPaginator,
|
|
17
18
|
ListChannelsPaginator,
|
|
18
19
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
19
20
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
21
|
+
ListClusterAlertsPaginator,
|
|
20
22
|
ListClustersPaginator,
|
|
21
23
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
22
24
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -24,6 +26,7 @@ Usage::
|
|
|
24
26
|
ListInputDevicesPaginator,
|
|
25
27
|
ListInputSecurityGroupsPaginator,
|
|
26
28
|
ListInputsPaginator,
|
|
29
|
+
ListMultiplexAlertsPaginator,
|
|
27
30
|
ListMultiplexProgramsPaginator,
|
|
28
31
|
ListMultiplexesPaginator,
|
|
29
32
|
ListNetworksPaginator,
|
|
@@ -38,10 +41,12 @@ Usage::
|
|
|
38
41
|
client: MediaLiveClient = session.client("medialive")
|
|
39
42
|
|
|
40
43
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
44
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
41
45
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator("list_channel_placement_groups")
|
|
42
46
|
list_channels_paginator: ListChannelsPaginator = client.get_paginator("list_channels")
|
|
43
47
|
list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGroupsPaginator = client.get_paginator("list_cloud_watch_alarm_template_groups")
|
|
44
48
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = client.get_paginator("list_cloud_watch_alarm_templates")
|
|
49
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator("list_cluster_alerts")
|
|
45
50
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
46
51
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = client.get_paginator("list_event_bridge_rule_template_groups")
|
|
47
52
|
list_event_bridge_rule_templates_paginator: ListEventBridgeRuleTemplatesPaginator = client.get_paginator("list_event_bridge_rule_templates")
|
|
@@ -49,6 +54,7 @@ Usage::
|
|
|
49
54
|
list_input_devices_paginator: ListInputDevicesPaginator = client.get_paginator("list_input_devices")
|
|
50
55
|
list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.get_paginator("list_input_security_groups")
|
|
51
56
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
57
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator("list_multiplex_alerts")
|
|
52
58
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator("list_multiplex_programs")
|
|
53
59
|
list_multiplexes_paginator: ListMultiplexesPaginator = client.get_paginator("list_multiplexes")
|
|
54
60
|
list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_networks")
|
|
@@ -70,6 +76,8 @@ from botocore.paginate import PageIterator, Paginator
|
|
|
70
76
|
from .type_defs import (
|
|
71
77
|
DescribeScheduleRequestPaginateTypeDef,
|
|
72
78
|
DescribeScheduleResponseTypeDef,
|
|
79
|
+
ListAlertsRequestPaginateTypeDef,
|
|
80
|
+
ListAlertsResponseTypeDef,
|
|
73
81
|
ListChannelPlacementGroupsRequestPaginateTypeDef,
|
|
74
82
|
ListChannelPlacementGroupsResponseTypeDef,
|
|
75
83
|
ListChannelsRequestPaginateTypeDef,
|
|
@@ -78,6 +86,8 @@ from .type_defs import (
|
|
|
78
86
|
ListCloudWatchAlarmTemplateGroupsResponseTypeDef,
|
|
79
87
|
ListCloudWatchAlarmTemplatesRequestPaginateTypeDef,
|
|
80
88
|
ListCloudWatchAlarmTemplatesResponseTypeDef,
|
|
89
|
+
ListClusterAlertsRequestPaginateTypeDef,
|
|
90
|
+
ListClusterAlertsResponseTypeDef,
|
|
81
91
|
ListClustersRequestPaginateTypeDef,
|
|
82
92
|
ListClustersResponseTypeDef,
|
|
83
93
|
ListEventBridgeRuleTemplateGroupsRequestPaginateTypeDef,
|
|
@@ -92,6 +102,8 @@ from .type_defs import (
|
|
|
92
102
|
ListInputSecurityGroupsResponseTypeDef,
|
|
93
103
|
ListInputsRequestPaginateTypeDef,
|
|
94
104
|
ListInputsResponseTypeDef,
|
|
105
|
+
ListMultiplexAlertsRequestPaginateTypeDef,
|
|
106
|
+
ListMultiplexAlertsResponseTypeDef,
|
|
95
107
|
ListMultiplexesRequestPaginateTypeDef,
|
|
96
108
|
ListMultiplexesResponseTypeDef,
|
|
97
109
|
ListMultiplexProgramsRequestPaginateTypeDef,
|
|
@@ -118,10 +130,12 @@ else:
|
|
|
118
130
|
|
|
119
131
|
__all__ = (
|
|
120
132
|
"DescribeSchedulePaginator",
|
|
133
|
+
"ListAlertsPaginator",
|
|
121
134
|
"ListChannelPlacementGroupsPaginator",
|
|
122
135
|
"ListChannelsPaginator",
|
|
123
136
|
"ListCloudWatchAlarmTemplateGroupsPaginator",
|
|
124
137
|
"ListCloudWatchAlarmTemplatesPaginator",
|
|
138
|
+
"ListClusterAlertsPaginator",
|
|
125
139
|
"ListClustersPaginator",
|
|
126
140
|
"ListEventBridgeRuleTemplateGroupsPaginator",
|
|
127
141
|
"ListEventBridgeRuleTemplatesPaginator",
|
|
@@ -129,6 +143,7 @@ __all__ = (
|
|
|
129
143
|
"ListInputDevicesPaginator",
|
|
130
144
|
"ListInputSecurityGroupsPaginator",
|
|
131
145
|
"ListInputsPaginator",
|
|
146
|
+
"ListMultiplexAlertsPaginator",
|
|
132
147
|
"ListMultiplexProgramsPaginator",
|
|
133
148
|
"ListMultiplexesPaginator",
|
|
134
149
|
"ListNetworksPaginator",
|
|
@@ -161,6 +176,27 @@ class DescribeSchedulePaginator(_DescribeSchedulePaginatorBase):
|
|
|
161
176
|
"""
|
|
162
177
|
|
|
163
178
|
|
|
179
|
+
if TYPE_CHECKING:
|
|
180
|
+
_ListAlertsPaginatorBase = Paginator[ListAlertsResponseTypeDef]
|
|
181
|
+
else:
|
|
182
|
+
_ListAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
class ListAlertsPaginator(_ListAlertsPaginatorBase):
|
|
186
|
+
"""
|
|
187
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListAlerts.html#MediaLive.Paginator.ListAlerts)
|
|
188
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listalertspaginator)
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
def paginate( # type: ignore[override]
|
|
192
|
+
self, **kwargs: Unpack[ListAlertsRequestPaginateTypeDef]
|
|
193
|
+
) -> PageIterator[ListAlertsResponseTypeDef]:
|
|
194
|
+
"""
|
|
195
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListAlerts.html#MediaLive.Paginator.ListAlerts.paginate)
|
|
196
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listalertspaginator)
|
|
197
|
+
"""
|
|
198
|
+
|
|
199
|
+
|
|
164
200
|
if TYPE_CHECKING:
|
|
165
201
|
_ListChannelPlacementGroupsPaginatorBase = Paginator[ListChannelPlacementGroupsResponseTypeDef]
|
|
166
202
|
else:
|
|
@@ -249,6 +285,27 @@ class ListCloudWatchAlarmTemplatesPaginator(_ListCloudWatchAlarmTemplatesPaginat
|
|
|
249
285
|
"""
|
|
250
286
|
|
|
251
287
|
|
|
288
|
+
if TYPE_CHECKING:
|
|
289
|
+
_ListClusterAlertsPaginatorBase = Paginator[ListClusterAlertsResponseTypeDef]
|
|
290
|
+
else:
|
|
291
|
+
_ListClusterAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
class ListClusterAlertsPaginator(_ListClusterAlertsPaginatorBase):
|
|
295
|
+
"""
|
|
296
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListClusterAlerts.html#MediaLive.Paginator.ListClusterAlerts)
|
|
297
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listclusteralertspaginator)
|
|
298
|
+
"""
|
|
299
|
+
|
|
300
|
+
def paginate( # type: ignore[override]
|
|
301
|
+
self, **kwargs: Unpack[ListClusterAlertsRequestPaginateTypeDef]
|
|
302
|
+
) -> PageIterator[ListClusterAlertsResponseTypeDef]:
|
|
303
|
+
"""
|
|
304
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListClusterAlerts.html#MediaLive.Paginator.ListClusterAlerts.paginate)
|
|
305
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listclusteralertspaginator)
|
|
306
|
+
"""
|
|
307
|
+
|
|
308
|
+
|
|
252
309
|
if TYPE_CHECKING:
|
|
253
310
|
_ListClustersPaginatorBase = Paginator[ListClustersResponseTypeDef]
|
|
254
311
|
else:
|
|
@@ -400,6 +457,27 @@ class ListInputsPaginator(_ListInputsPaginatorBase):
|
|
|
400
457
|
"""
|
|
401
458
|
|
|
402
459
|
|
|
460
|
+
if TYPE_CHECKING:
|
|
461
|
+
_ListMultiplexAlertsPaginatorBase = Paginator[ListMultiplexAlertsResponseTypeDef]
|
|
462
|
+
else:
|
|
463
|
+
_ListMultiplexAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
class ListMultiplexAlertsPaginator(_ListMultiplexAlertsPaginatorBase):
|
|
467
|
+
"""
|
|
468
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListMultiplexAlerts.html#MediaLive.Paginator.ListMultiplexAlerts)
|
|
469
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listmultiplexalertspaginator)
|
|
470
|
+
"""
|
|
471
|
+
|
|
472
|
+
def paginate( # type: ignore[override]
|
|
473
|
+
self, **kwargs: Unpack[ListMultiplexAlertsRequestPaginateTypeDef]
|
|
474
|
+
) -> PageIterator[ListMultiplexAlertsResponseTypeDef]:
|
|
475
|
+
"""
|
|
476
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListMultiplexAlerts.html#MediaLive.Paginator.ListMultiplexAlerts.paginate)
|
|
477
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listmultiplexalertspaginator)
|
|
478
|
+
"""
|
|
479
|
+
|
|
480
|
+
|
|
403
481
|
if TYPE_CHECKING:
|
|
404
482
|
_ListMultiplexProgramsPaginatorBase = Paginator[ListMultiplexProgramsResponseTypeDef]
|
|
405
483
|
else:
|
|
@@ -13,10 +13,12 @@ Usage::
|
|
|
13
13
|
from types_boto3_medialive.client import MediaLiveClient
|
|
14
14
|
from types_boto3_medialive.paginator import (
|
|
15
15
|
DescribeSchedulePaginator,
|
|
16
|
+
ListAlertsPaginator,
|
|
16
17
|
ListChannelPlacementGroupsPaginator,
|
|
17
18
|
ListChannelsPaginator,
|
|
18
19
|
ListCloudWatchAlarmTemplateGroupsPaginator,
|
|
19
20
|
ListCloudWatchAlarmTemplatesPaginator,
|
|
21
|
+
ListClusterAlertsPaginator,
|
|
20
22
|
ListClustersPaginator,
|
|
21
23
|
ListEventBridgeRuleTemplateGroupsPaginator,
|
|
22
24
|
ListEventBridgeRuleTemplatesPaginator,
|
|
@@ -24,6 +26,7 @@ Usage::
|
|
|
24
26
|
ListInputDevicesPaginator,
|
|
25
27
|
ListInputSecurityGroupsPaginator,
|
|
26
28
|
ListInputsPaginator,
|
|
29
|
+
ListMultiplexAlertsPaginator,
|
|
27
30
|
ListMultiplexProgramsPaginator,
|
|
28
31
|
ListMultiplexesPaginator,
|
|
29
32
|
ListNetworksPaginator,
|
|
@@ -38,10 +41,12 @@ Usage::
|
|
|
38
41
|
client: MediaLiveClient = session.client("medialive")
|
|
39
42
|
|
|
40
43
|
describe_schedule_paginator: DescribeSchedulePaginator = client.get_paginator("describe_schedule")
|
|
44
|
+
list_alerts_paginator: ListAlertsPaginator = client.get_paginator("list_alerts")
|
|
41
45
|
list_channel_placement_groups_paginator: ListChannelPlacementGroupsPaginator = client.get_paginator("list_channel_placement_groups")
|
|
42
46
|
list_channels_paginator: ListChannelsPaginator = client.get_paginator("list_channels")
|
|
43
47
|
list_cloud_watch_alarm_template_groups_paginator: ListCloudWatchAlarmTemplateGroupsPaginator = client.get_paginator("list_cloud_watch_alarm_template_groups")
|
|
44
48
|
list_cloud_watch_alarm_templates_paginator: ListCloudWatchAlarmTemplatesPaginator = client.get_paginator("list_cloud_watch_alarm_templates")
|
|
49
|
+
list_cluster_alerts_paginator: ListClusterAlertsPaginator = client.get_paginator("list_cluster_alerts")
|
|
45
50
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
46
51
|
list_event_bridge_rule_template_groups_paginator: ListEventBridgeRuleTemplateGroupsPaginator = client.get_paginator("list_event_bridge_rule_template_groups")
|
|
47
52
|
list_event_bridge_rule_templates_paginator: ListEventBridgeRuleTemplatesPaginator = client.get_paginator("list_event_bridge_rule_templates")
|
|
@@ -49,6 +54,7 @@ Usage::
|
|
|
49
54
|
list_input_devices_paginator: ListInputDevicesPaginator = client.get_paginator("list_input_devices")
|
|
50
55
|
list_input_security_groups_paginator: ListInputSecurityGroupsPaginator = client.get_paginator("list_input_security_groups")
|
|
51
56
|
list_inputs_paginator: ListInputsPaginator = client.get_paginator("list_inputs")
|
|
57
|
+
list_multiplex_alerts_paginator: ListMultiplexAlertsPaginator = client.get_paginator("list_multiplex_alerts")
|
|
52
58
|
list_multiplex_programs_paginator: ListMultiplexProgramsPaginator = client.get_paginator("list_multiplex_programs")
|
|
53
59
|
list_multiplexes_paginator: ListMultiplexesPaginator = client.get_paginator("list_multiplexes")
|
|
54
60
|
list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_networks")
|
|
@@ -70,6 +76,8 @@ from botocore.paginate import PageIterator, Paginator
|
|
|
70
76
|
from .type_defs import (
|
|
71
77
|
DescribeScheduleRequestPaginateTypeDef,
|
|
72
78
|
DescribeScheduleResponseTypeDef,
|
|
79
|
+
ListAlertsRequestPaginateTypeDef,
|
|
80
|
+
ListAlertsResponseTypeDef,
|
|
73
81
|
ListChannelPlacementGroupsRequestPaginateTypeDef,
|
|
74
82
|
ListChannelPlacementGroupsResponseTypeDef,
|
|
75
83
|
ListChannelsRequestPaginateTypeDef,
|
|
@@ -78,6 +86,8 @@ from .type_defs import (
|
|
|
78
86
|
ListCloudWatchAlarmTemplateGroupsResponseTypeDef,
|
|
79
87
|
ListCloudWatchAlarmTemplatesRequestPaginateTypeDef,
|
|
80
88
|
ListCloudWatchAlarmTemplatesResponseTypeDef,
|
|
89
|
+
ListClusterAlertsRequestPaginateTypeDef,
|
|
90
|
+
ListClusterAlertsResponseTypeDef,
|
|
81
91
|
ListClustersRequestPaginateTypeDef,
|
|
82
92
|
ListClustersResponseTypeDef,
|
|
83
93
|
ListEventBridgeRuleTemplateGroupsRequestPaginateTypeDef,
|
|
@@ -92,6 +102,8 @@ from .type_defs import (
|
|
|
92
102
|
ListInputSecurityGroupsResponseTypeDef,
|
|
93
103
|
ListInputsRequestPaginateTypeDef,
|
|
94
104
|
ListInputsResponseTypeDef,
|
|
105
|
+
ListMultiplexAlertsRequestPaginateTypeDef,
|
|
106
|
+
ListMultiplexAlertsResponseTypeDef,
|
|
95
107
|
ListMultiplexesRequestPaginateTypeDef,
|
|
96
108
|
ListMultiplexesResponseTypeDef,
|
|
97
109
|
ListMultiplexProgramsRequestPaginateTypeDef,
|
|
@@ -117,10 +129,12 @@ else:
|
|
|
117
129
|
|
|
118
130
|
__all__ = (
|
|
119
131
|
"DescribeSchedulePaginator",
|
|
132
|
+
"ListAlertsPaginator",
|
|
120
133
|
"ListChannelPlacementGroupsPaginator",
|
|
121
134
|
"ListChannelsPaginator",
|
|
122
135
|
"ListCloudWatchAlarmTemplateGroupsPaginator",
|
|
123
136
|
"ListCloudWatchAlarmTemplatesPaginator",
|
|
137
|
+
"ListClusterAlertsPaginator",
|
|
124
138
|
"ListClustersPaginator",
|
|
125
139
|
"ListEventBridgeRuleTemplateGroupsPaginator",
|
|
126
140
|
"ListEventBridgeRuleTemplatesPaginator",
|
|
@@ -128,6 +142,7 @@ __all__ = (
|
|
|
128
142
|
"ListInputDevicesPaginator",
|
|
129
143
|
"ListInputSecurityGroupsPaginator",
|
|
130
144
|
"ListInputsPaginator",
|
|
145
|
+
"ListMultiplexAlertsPaginator",
|
|
131
146
|
"ListMultiplexProgramsPaginator",
|
|
132
147
|
"ListMultiplexesPaginator",
|
|
133
148
|
"ListNetworksPaginator",
|
|
@@ -156,6 +171,24 @@ class DescribeSchedulePaginator(_DescribeSchedulePaginatorBase):
|
|
|
156
171
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#describeschedulepaginator)
|
|
157
172
|
"""
|
|
158
173
|
|
|
174
|
+
if TYPE_CHECKING:
|
|
175
|
+
_ListAlertsPaginatorBase = Paginator[ListAlertsResponseTypeDef]
|
|
176
|
+
else:
|
|
177
|
+
_ListAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
178
|
+
|
|
179
|
+
class ListAlertsPaginator(_ListAlertsPaginatorBase):
|
|
180
|
+
"""
|
|
181
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListAlerts.html#MediaLive.Paginator.ListAlerts)
|
|
182
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listalertspaginator)
|
|
183
|
+
"""
|
|
184
|
+
def paginate( # type: ignore[override]
|
|
185
|
+
self, **kwargs: Unpack[ListAlertsRequestPaginateTypeDef]
|
|
186
|
+
) -> PageIterator[ListAlertsResponseTypeDef]:
|
|
187
|
+
"""
|
|
188
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListAlerts.html#MediaLive.Paginator.ListAlerts.paginate)
|
|
189
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listalertspaginator)
|
|
190
|
+
"""
|
|
191
|
+
|
|
159
192
|
if TYPE_CHECKING:
|
|
160
193
|
_ListChannelPlacementGroupsPaginatorBase = Paginator[ListChannelPlacementGroupsResponseTypeDef]
|
|
161
194
|
else:
|
|
@@ -232,6 +265,24 @@ class ListCloudWatchAlarmTemplatesPaginator(_ListCloudWatchAlarmTemplatesPaginat
|
|
|
232
265
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listcloudwatchalarmtemplatespaginator)
|
|
233
266
|
"""
|
|
234
267
|
|
|
268
|
+
if TYPE_CHECKING:
|
|
269
|
+
_ListClusterAlertsPaginatorBase = Paginator[ListClusterAlertsResponseTypeDef]
|
|
270
|
+
else:
|
|
271
|
+
_ListClusterAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
272
|
+
|
|
273
|
+
class ListClusterAlertsPaginator(_ListClusterAlertsPaginatorBase):
|
|
274
|
+
"""
|
|
275
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListClusterAlerts.html#MediaLive.Paginator.ListClusterAlerts)
|
|
276
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listclusteralertspaginator)
|
|
277
|
+
"""
|
|
278
|
+
def paginate( # type: ignore[override]
|
|
279
|
+
self, **kwargs: Unpack[ListClusterAlertsRequestPaginateTypeDef]
|
|
280
|
+
) -> PageIterator[ListClusterAlertsResponseTypeDef]:
|
|
281
|
+
"""
|
|
282
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListClusterAlerts.html#MediaLive.Paginator.ListClusterAlerts.paginate)
|
|
283
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listclusteralertspaginator)
|
|
284
|
+
"""
|
|
285
|
+
|
|
235
286
|
if TYPE_CHECKING:
|
|
236
287
|
_ListClustersPaginatorBase = Paginator[ListClustersResponseTypeDef]
|
|
237
288
|
else:
|
|
@@ -362,6 +413,24 @@ class ListInputsPaginator(_ListInputsPaginatorBase):
|
|
|
362
413
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listinputspaginator)
|
|
363
414
|
"""
|
|
364
415
|
|
|
416
|
+
if TYPE_CHECKING:
|
|
417
|
+
_ListMultiplexAlertsPaginatorBase = Paginator[ListMultiplexAlertsResponseTypeDef]
|
|
418
|
+
else:
|
|
419
|
+
_ListMultiplexAlertsPaginatorBase = Paginator # type: ignore[assignment]
|
|
420
|
+
|
|
421
|
+
class ListMultiplexAlertsPaginator(_ListMultiplexAlertsPaginatorBase):
|
|
422
|
+
"""
|
|
423
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListMultiplexAlerts.html#MediaLive.Paginator.ListMultiplexAlerts)
|
|
424
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listmultiplexalertspaginator)
|
|
425
|
+
"""
|
|
426
|
+
def paginate( # type: ignore[override]
|
|
427
|
+
self, **kwargs: Unpack[ListMultiplexAlertsRequestPaginateTypeDef]
|
|
428
|
+
) -> PageIterator[ListMultiplexAlertsResponseTypeDef]:
|
|
429
|
+
"""
|
|
430
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive/paginator/ListMultiplexAlerts.html#MediaLive.Paginator.ListMultiplexAlerts.paginate)
|
|
431
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/paginators/#listmultiplexalertspaginator)
|
|
432
|
+
"""
|
|
433
|
+
|
|
365
434
|
if TYPE_CHECKING:
|
|
366
435
|
_ListMultiplexProgramsPaginatorBase = Paginator[ListMultiplexProgramsResponseTypeDef]
|
|
367
436
|
else:
|
|
@@ -65,6 +65,7 @@ from .literals import (
|
|
|
65
65
|
BurnInShadowColorType,
|
|
66
66
|
BurnInTeletextGridControlType,
|
|
67
67
|
CdiInputResolutionType,
|
|
68
|
+
ChannelAlertStateType,
|
|
68
69
|
ChannelClassType,
|
|
69
70
|
ChannelPipelineIdToRestartType,
|
|
70
71
|
ChannelPlacementGroupStateType,
|
|
@@ -73,6 +74,7 @@ from .literals import (
|
|
|
73
74
|
CloudWatchAlarmTemplateStatisticType,
|
|
74
75
|
CloudWatchAlarmTemplateTargetResourceTypeType,
|
|
75
76
|
CloudWatchAlarmTemplateTreatMissingDataType,
|
|
77
|
+
ClusterAlertStateType,
|
|
76
78
|
ClusterStateType,
|
|
77
79
|
CmafId3BehaviorType,
|
|
78
80
|
CmafIngestSegmentLengthUnitsType,
|
|
@@ -271,6 +273,7 @@ from .literals import (
|
|
|
271
273
|
Mpeg2SubGopLengthType,
|
|
272
274
|
Mpeg2TimecodeInsertionBehaviorType,
|
|
273
275
|
MsSmoothH265PackagingTypeType,
|
|
276
|
+
MultiplexAlertStateType,
|
|
274
277
|
MultiplexStateType,
|
|
275
278
|
NetworkInputServerValidationType,
|
|
276
279
|
NetworkInterfaceModeType,
|
|
@@ -437,6 +440,7 @@ __all__ = (
|
|
|
437
440
|
"CaptionSelectorTypeDef",
|
|
438
441
|
"CaptionSelectorUnionTypeDef",
|
|
439
442
|
"CdiInputSpecificationTypeDef",
|
|
443
|
+
"ChannelAlertTypeDef",
|
|
440
444
|
"ChannelEgressEndpointTypeDef",
|
|
441
445
|
"ChannelEngineVersionRequestTypeDef",
|
|
442
446
|
"ChannelEngineVersionResponseTypeDef",
|
|
@@ -445,6 +449,7 @@ __all__ = (
|
|
|
445
449
|
"ClaimDeviceRequestTypeDef",
|
|
446
450
|
"CloudWatchAlarmTemplateGroupSummaryTypeDef",
|
|
447
451
|
"CloudWatchAlarmTemplateSummaryTypeDef",
|
|
452
|
+
"ClusterAlertTypeDef",
|
|
448
453
|
"ClusterNetworkSettingsCreateRequestTypeDef",
|
|
449
454
|
"ClusterNetworkSettingsTypeDef",
|
|
450
455
|
"ClusterNetworkSettingsUpdateRequestTypeDef",
|
|
@@ -697,6 +702,9 @@ __all__ = (
|
|
|
697
702
|
"IpPoolTypeDef",
|
|
698
703
|
"IpPoolUpdateRequestTypeDef",
|
|
699
704
|
"KeyProviderSettingsTypeDef",
|
|
705
|
+
"ListAlertsRequestPaginateTypeDef",
|
|
706
|
+
"ListAlertsRequestTypeDef",
|
|
707
|
+
"ListAlertsResponseTypeDef",
|
|
700
708
|
"ListChannelPlacementGroupsRequestPaginateTypeDef",
|
|
701
709
|
"ListChannelPlacementGroupsRequestTypeDef",
|
|
702
710
|
"ListChannelPlacementGroupsResponseTypeDef",
|
|
@@ -709,6 +717,9 @@ __all__ = (
|
|
|
709
717
|
"ListCloudWatchAlarmTemplatesRequestPaginateTypeDef",
|
|
710
718
|
"ListCloudWatchAlarmTemplatesRequestTypeDef",
|
|
711
719
|
"ListCloudWatchAlarmTemplatesResponseTypeDef",
|
|
720
|
+
"ListClusterAlertsRequestPaginateTypeDef",
|
|
721
|
+
"ListClusterAlertsRequestTypeDef",
|
|
722
|
+
"ListClusterAlertsResponseTypeDef",
|
|
712
723
|
"ListClustersRequestPaginateTypeDef",
|
|
713
724
|
"ListClustersRequestTypeDef",
|
|
714
725
|
"ListClustersResponseTypeDef",
|
|
@@ -730,6 +741,9 @@ __all__ = (
|
|
|
730
741
|
"ListInputsRequestPaginateTypeDef",
|
|
731
742
|
"ListInputsRequestTypeDef",
|
|
732
743
|
"ListInputsResponseTypeDef",
|
|
744
|
+
"ListMultiplexAlertsRequestPaginateTypeDef",
|
|
745
|
+
"ListMultiplexAlertsRequestTypeDef",
|
|
746
|
+
"ListMultiplexAlertsResponseTypeDef",
|
|
733
747
|
"ListMultiplexProgramsRequestPaginateTypeDef",
|
|
734
748
|
"ListMultiplexProgramsRequestTypeDef",
|
|
735
749
|
"ListMultiplexProgramsResponseTypeDef",
|
|
@@ -791,6 +805,7 @@ __all__ = (
|
|
|
791
805
|
"MulticastSourceCreateRequestTypeDef",
|
|
792
806
|
"MulticastSourceTypeDef",
|
|
793
807
|
"MulticastSourceUpdateRequestTypeDef",
|
|
808
|
+
"MultiplexAlertTypeDef",
|
|
794
809
|
"MultiplexContainerSettingsTypeDef",
|
|
795
810
|
"MultiplexM2tsSettingsTypeDef",
|
|
796
811
|
"MultiplexMediaConnectOutputDestinationSettingsTypeDef",
|
|
@@ -1277,6 +1292,16 @@ class CdiInputSpecificationTypeDef(TypedDict):
|
|
|
1277
1292
|
Resolution: NotRequired[CdiInputResolutionType]
|
|
1278
1293
|
|
|
1279
1294
|
|
|
1295
|
+
class ChannelAlertTypeDef(TypedDict):
|
|
1296
|
+
AlertType: NotRequired[str]
|
|
1297
|
+
ClearedTimestamp: NotRequired[datetime]
|
|
1298
|
+
Id: NotRequired[str]
|
|
1299
|
+
Message: NotRequired[str]
|
|
1300
|
+
PipelineId: NotRequired[str]
|
|
1301
|
+
SetTimestamp: NotRequired[datetime]
|
|
1302
|
+
State: NotRequired[ChannelAlertStateType]
|
|
1303
|
+
|
|
1304
|
+
|
|
1280
1305
|
class ChannelEgressEndpointTypeDef(TypedDict):
|
|
1281
1306
|
SourceIp: NotRequired[str]
|
|
1282
1307
|
|
|
@@ -1350,6 +1375,17 @@ class CloudWatchAlarmTemplateSummaryTypeDef(TypedDict):
|
|
|
1350
1375
|
Tags: NotRequired[Dict[str, str]]
|
|
1351
1376
|
|
|
1352
1377
|
|
|
1378
|
+
class ClusterAlertTypeDef(TypedDict):
|
|
1379
|
+
AlertType: NotRequired[str]
|
|
1380
|
+
ChannelId: NotRequired[str]
|
|
1381
|
+
ClearedTimestamp: NotRequired[datetime]
|
|
1382
|
+
Id: NotRequired[str]
|
|
1383
|
+
Message: NotRequired[str]
|
|
1384
|
+
NodeId: NotRequired[str]
|
|
1385
|
+
SetTimestamp: NotRequired[datetime]
|
|
1386
|
+
State: NotRequired[ClusterAlertStateType]
|
|
1387
|
+
|
|
1388
|
+
|
|
1353
1389
|
class InterfaceMappingCreateRequestTypeDef(TypedDict):
|
|
1354
1390
|
LogicalInterfaceName: NotRequired[str]
|
|
1355
1391
|
NetworkId: NotRequired[str]
|
|
@@ -2066,6 +2102,13 @@ class IpPoolUpdateRequestTypeDef(TypedDict):
|
|
|
2066
2102
|
Cidr: NotRequired[str]
|
|
2067
2103
|
|
|
2068
2104
|
|
|
2105
|
+
class ListAlertsRequestTypeDef(TypedDict):
|
|
2106
|
+
ChannelId: str
|
|
2107
|
+
MaxResults: NotRequired[int]
|
|
2108
|
+
NextToken: NotRequired[str]
|
|
2109
|
+
StateFilter: NotRequired[str]
|
|
2110
|
+
|
|
2111
|
+
|
|
2069
2112
|
class ListChannelPlacementGroupsRequestTypeDef(TypedDict):
|
|
2070
2113
|
ClusterId: str
|
|
2071
2114
|
MaxResults: NotRequired[int]
|
|
@@ -2092,6 +2135,13 @@ class ListCloudWatchAlarmTemplatesRequestTypeDef(TypedDict):
|
|
|
2092
2135
|
SignalMapIdentifier: NotRequired[str]
|
|
2093
2136
|
|
|
2094
2137
|
|
|
2138
|
+
class ListClusterAlertsRequestTypeDef(TypedDict):
|
|
2139
|
+
ClusterId: str
|
|
2140
|
+
MaxResults: NotRequired[int]
|
|
2141
|
+
NextToken: NotRequired[str]
|
|
2142
|
+
StateFilter: NotRequired[str]
|
|
2143
|
+
|
|
2144
|
+
|
|
2095
2145
|
class ListClustersRequestTypeDef(TypedDict):
|
|
2096
2146
|
MaxResults: NotRequired[int]
|
|
2097
2147
|
NextToken: NotRequired[str]
|
|
@@ -2138,6 +2188,23 @@ class ListInputsRequestTypeDef(TypedDict):
|
|
|
2138
2188
|
NextToken: NotRequired[str]
|
|
2139
2189
|
|
|
2140
2190
|
|
|
2191
|
+
class ListMultiplexAlertsRequestTypeDef(TypedDict):
|
|
2192
|
+
MultiplexId: str
|
|
2193
|
+
MaxResults: NotRequired[int]
|
|
2194
|
+
NextToken: NotRequired[str]
|
|
2195
|
+
StateFilter: NotRequired[str]
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
class MultiplexAlertTypeDef(TypedDict):
|
|
2199
|
+
AlertType: NotRequired[str]
|
|
2200
|
+
ClearedTimestamp: NotRequired[datetime]
|
|
2201
|
+
Id: NotRequired[str]
|
|
2202
|
+
Message: NotRequired[str]
|
|
2203
|
+
PipelineId: NotRequired[str]
|
|
2204
|
+
SetTimestamp: NotRequired[datetime]
|
|
2205
|
+
State: NotRequired[MultiplexAlertStateType]
|
|
2206
|
+
|
|
2207
|
+
|
|
2141
2208
|
class ListMultiplexProgramsRequestTypeDef(TypedDict):
|
|
2142
2209
|
MultiplexId: str
|
|
2143
2210
|
MaxResults: NotRequired[int]
|
|
@@ -3140,6 +3207,12 @@ class TeletextSourceSettingsTypeDef(TypedDict):
|
|
|
3140
3207
|
PageNumber: NotRequired[str]
|
|
3141
3208
|
|
|
3142
3209
|
|
|
3210
|
+
class ListAlertsResponseTypeDef(TypedDict):
|
|
3211
|
+
Alerts: List[ChannelAlertTypeDef]
|
|
3212
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3213
|
+
NextToken: NotRequired[str]
|
|
3214
|
+
|
|
3215
|
+
|
|
3143
3216
|
class ListVersionsResponseTypeDef(TypedDict):
|
|
3144
3217
|
Versions: List[ChannelEngineVersionResponseTypeDef]
|
|
3145
3218
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -3166,6 +3239,12 @@ class ListCloudWatchAlarmTemplatesResponseTypeDef(TypedDict):
|
|
|
3166
3239
|
NextToken: NotRequired[str]
|
|
3167
3240
|
|
|
3168
3241
|
|
|
3242
|
+
class ListClusterAlertsResponseTypeDef(TypedDict):
|
|
3243
|
+
Alerts: List[ClusterAlertTypeDef]
|
|
3244
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3245
|
+
NextToken: NotRequired[str]
|
|
3246
|
+
|
|
3247
|
+
|
|
3169
3248
|
class ClusterNetworkSettingsCreateRequestTypeDef(TypedDict):
|
|
3170
3249
|
DefaultRoute: NotRequired[str]
|
|
3171
3250
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingCreateRequestTypeDef]]
|
|
@@ -3717,6 +3796,12 @@ class DescribeScheduleRequestPaginateTypeDef(TypedDict):
|
|
|
3717
3796
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3718
3797
|
|
|
3719
3798
|
|
|
3799
|
+
class ListAlertsRequestPaginateTypeDef(TypedDict):
|
|
3800
|
+
ChannelId: str
|
|
3801
|
+
StateFilter: NotRequired[str]
|
|
3802
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3803
|
+
|
|
3804
|
+
|
|
3720
3805
|
class ListChannelPlacementGroupsRequestPaginateTypeDef(TypedDict):
|
|
3721
3806
|
ClusterId: str
|
|
3722
3807
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -3739,6 +3824,12 @@ class ListCloudWatchAlarmTemplatesRequestPaginateTypeDef(TypedDict):
|
|
|
3739
3824
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3740
3825
|
|
|
3741
3826
|
|
|
3827
|
+
class ListClusterAlertsRequestPaginateTypeDef(TypedDict):
|
|
3828
|
+
ClusterId: str
|
|
3829
|
+
StateFilter: NotRequired[str]
|
|
3830
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3831
|
+
|
|
3832
|
+
|
|
3742
3833
|
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
3743
3834
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3744
3835
|
|
|
@@ -3771,6 +3862,12 @@ class ListInputsRequestPaginateTypeDef(TypedDict):
|
|
|
3771
3862
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3772
3863
|
|
|
3773
3864
|
|
|
3865
|
+
class ListMultiplexAlertsRequestPaginateTypeDef(TypedDict):
|
|
3866
|
+
MultiplexId: str
|
|
3867
|
+
StateFilter: NotRequired[str]
|
|
3868
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3869
|
+
|
|
3870
|
+
|
|
3774
3871
|
class ListMultiplexProgramsRequestPaginateTypeDef(TypedDict):
|
|
3775
3872
|
MultiplexId: str
|
|
3776
3873
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -4008,6 +4105,12 @@ class ListInputDeviceTransfersResponseTypeDef(TypedDict):
|
|
|
4008
4105
|
NextToken: NotRequired[str]
|
|
4009
4106
|
|
|
4010
4107
|
|
|
4108
|
+
class ListMultiplexAlertsResponseTypeDef(TypedDict):
|
|
4109
|
+
Alerts: List[MultiplexAlertTypeDef]
|
|
4110
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4111
|
+
NextToken: NotRequired[str]
|
|
4112
|
+
|
|
4113
|
+
|
|
4011
4114
|
class ListMultiplexProgramsResponseTypeDef(TypedDict):
|
|
4012
4115
|
MultiplexPrograms: List[MultiplexProgramSummaryTypeDef]
|
|
4013
4116
|
ResponseMetadata: ResponseMetadataTypeDef
|