@aws-sdk/client-medialive 3.914.0 → 3.916.0

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.
Files changed (58) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +260 -32
  4. package/dist-es/MediaLive.js +6 -0
  5. package/dist-es/commands/ListAlertsCommand.js +22 -0
  6. package/dist-es/commands/ListClusterAlertsCommand.js +22 -0
  7. package/dist-es/commands/ListMultiplexAlertsCommand.js +22 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/endpoint/ruleset.js +1 -1
  10. package/dist-es/models/index.js +1 -0
  11. package/dist-es/models/models_0.js +12 -24
  12. package/dist-es/models/models_1.js +24 -4
  13. package/dist-es/models/models_2.js +4 -0
  14. package/dist-es/models/models_3.js +1 -0
  15. package/dist-es/pagination/ListAlertsPaginator.js +4 -0
  16. package/dist-es/pagination/ListClusterAlertsPaginator.js +4 -0
  17. package/dist-es/pagination/ListMultiplexAlertsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +3 -0
  19. package/dist-es/protocols/Aws_restJson1.js +151 -4
  20. package/dist-types/MediaLive.d.ts +21 -0
  21. package/dist-types/MediaLiveClient.d.ts +5 -2
  22. package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
  23. package/dist-types/commands/ListAlertsCommand.d.ts +109 -0
  24. package/dist-types/commands/ListClusterAlertsCommand.d.ts +110 -0
  25. package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +109 -0
  26. package/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
  28. package/dist-types/commands/index.d.ts +3 -0
  29. package/dist-types/models/index.d.ts +1 -0
  30. package/dist-types/models/models_0.d.ts +164 -72
  31. package/dist-types/models/models_1.d.ts +73 -116
  32. package/dist-types/models/models_2.d.ts +243 -50
  33. package/dist-types/models/models_3.d.ts +50 -0
  34. package/dist-types/pagination/ListAlertsPaginator.d.ts +7 -0
  35. package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +7 -0
  36. package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +7 -0
  37. package/dist-types/pagination/index.d.ts +3 -0
  38. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  39. package/dist-types/ts3.4/MediaLive.d.ts +51 -0
  40. package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
  41. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +47 -0
  43. package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  48. package/dist-types/ts3.4/models/index.d.ts +1 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +46 -35
  50. package/dist-types/ts3.4/models/models_1.d.ts +35 -38
  51. package/dist-types/ts3.4/models/models_2.d.ts +67 -13
  52. package/dist-types/ts3.4/models/models_3.d.ts +14 -0
  53. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -0
  54. package/dist-types/ts3.4/pagination/ListClusterAlertsPaginator.d.ts +11 -0
  55. package/dist-types/ts3.4/pagination/ListMultiplexAlertsPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  58. package/package.json +14 -14
@@ -65,10 +65,12 @@ import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplate
65
65
  import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "../commands/GetEventBridgeRuleTemplateCommand";
66
66
  import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "../commands/GetEventBridgeRuleTemplateGroupCommand";
67
67
  import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
68
+ import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
68
69
  import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "../commands/ListChannelPlacementGroupsCommand";
69
70
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
70
71
  import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
71
72
  import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "../commands/ListCloudWatchAlarmTemplatesCommand";
73
+ import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "../commands/ListClusterAlertsCommand";
72
74
  import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
73
75
  import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
74
76
  import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "../commands/ListEventBridgeRuleTemplatesCommand";
@@ -76,6 +78,7 @@ import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../
76
78
  import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
77
79
  import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
78
80
  import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
81
+ import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "../commands/ListMultiplexAlertsCommand";
79
82
  import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
80
83
  import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
81
84
  import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
@@ -380,6 +383,10 @@ export declare const se_GetEventBridgeRuleTemplateGroupCommand: (input: GetEvent
380
383
  * serializeAws_restJson1GetSignalMapCommand
381
384
  */
382
385
  export declare const se_GetSignalMapCommand: (input: GetSignalMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
+ /**
387
+ * serializeAws_restJson1ListAlertsCommand
388
+ */
389
+ export declare const se_ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
390
  /**
384
391
  * serializeAws_restJson1ListChannelPlacementGroupsCommand
385
392
  */
@@ -396,6 +403,10 @@ export declare const se_ListCloudWatchAlarmTemplateGroupsCommand: (input: ListCl
396
403
  * serializeAws_restJson1ListCloudWatchAlarmTemplatesCommand
397
404
  */
398
405
  export declare const se_ListCloudWatchAlarmTemplatesCommand: (input: ListCloudWatchAlarmTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
+ /**
407
+ * serializeAws_restJson1ListClusterAlertsCommand
408
+ */
409
+ export declare const se_ListClusterAlertsCommand: (input: ListClusterAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
399
410
  /**
400
411
  * serializeAws_restJson1ListClustersCommand
401
412
  */
@@ -424,6 +435,10 @@ export declare const se_ListInputsCommand: (input: ListInputsCommandInput, conte
424
435
  * serializeAws_restJson1ListInputSecurityGroupsCommand
425
436
  */
426
437
  export declare const se_ListInputSecurityGroupsCommand: (input: ListInputSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
+ /**
439
+ * serializeAws_restJson1ListMultiplexAlertsCommand
440
+ */
441
+ export declare const se_ListMultiplexAlertsCommand: (input: ListMultiplexAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
442
  /**
428
443
  * serializeAws_restJson1ListMultiplexesCommand
429
444
  */
@@ -860,6 +875,10 @@ export declare const de_GetEventBridgeRuleTemplateGroupCommand: (output: __HttpR
860
875
  * deserializeAws_restJson1GetSignalMapCommand
861
876
  */
862
877
  export declare const de_GetSignalMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalMapCommandOutput>;
878
+ /**
879
+ * deserializeAws_restJson1ListAlertsCommand
880
+ */
881
+ export declare const de_ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
863
882
  /**
864
883
  * deserializeAws_restJson1ListChannelPlacementGroupsCommand
865
884
  */
@@ -876,6 +895,10 @@ export declare const de_ListCloudWatchAlarmTemplateGroupsCommand: (output: __Htt
876
895
  * deserializeAws_restJson1ListCloudWatchAlarmTemplatesCommand
877
896
  */
878
897
  export declare const de_ListCloudWatchAlarmTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
898
+ /**
899
+ * deserializeAws_restJson1ListClusterAlertsCommand
900
+ */
901
+ export declare const de_ListClusterAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterAlertsCommandOutput>;
879
902
  /**
880
903
  * deserializeAws_restJson1ListClustersCommand
881
904
  */
@@ -904,6 +927,10 @@ export declare const de_ListInputsCommand: (output: __HttpResponse, context: __S
904
927
  * deserializeAws_restJson1ListInputSecurityGroupsCommand
905
928
  */
906
929
  export declare const de_ListInputSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputSecurityGroupsCommandOutput>;
930
+ /**
931
+ * deserializeAws_restJson1ListMultiplexAlertsCommand
932
+ */
933
+ export declare const de_ListMultiplexAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiplexAlertsCommandOutput>;
907
934
  /**
908
935
  * deserializeAws_restJson1ListMultiplexesCommand
909
936
  */
@@ -259,6 +259,10 @@ import {
259
259
  GetSignalMapCommandInput,
260
260
  GetSignalMapCommandOutput,
261
261
  } from "./commands/GetSignalMapCommand";
262
+ import {
263
+ ListAlertsCommandInput,
264
+ ListAlertsCommandOutput,
265
+ } from "./commands/ListAlertsCommand";
262
266
  import {
263
267
  ListChannelPlacementGroupsCommandInput,
264
268
  ListChannelPlacementGroupsCommandOutput,
@@ -275,6 +279,10 @@ import {
275
279
  ListCloudWatchAlarmTemplatesCommandInput,
276
280
  ListCloudWatchAlarmTemplatesCommandOutput,
277
281
  } from "./commands/ListCloudWatchAlarmTemplatesCommand";
282
+ import {
283
+ ListClusterAlertsCommandInput,
284
+ ListClusterAlertsCommandOutput,
285
+ } from "./commands/ListClusterAlertsCommand";
278
286
  import {
279
287
  ListClustersCommandInput,
280
288
  ListClustersCommandOutput,
@@ -303,6 +311,10 @@ import {
303
311
  ListInputSecurityGroupsCommandInput,
304
312
  ListInputSecurityGroupsCommandOutput,
305
313
  } from "./commands/ListInputSecurityGroupsCommand";
314
+ import {
315
+ ListMultiplexAlertsCommandInput,
316
+ ListMultiplexAlertsCommandOutput,
317
+ } from "./commands/ListMultiplexAlertsCommand";
306
318
  import {
307
319
  ListMultiplexesCommandInput,
308
320
  ListMultiplexesCommandOutput,
@@ -1361,6 +1373,19 @@ export interface MediaLive {
1361
1373
  options: __HttpHandlerOptions,
1362
1374
  cb: (err: any, data?: GetSignalMapCommandOutput) => void
1363
1375
  ): void;
1376
+ listAlerts(
1377
+ args: ListAlertsCommandInput,
1378
+ options?: __HttpHandlerOptions
1379
+ ): Promise<ListAlertsCommandOutput>;
1380
+ listAlerts(
1381
+ args: ListAlertsCommandInput,
1382
+ cb: (err: any, data?: ListAlertsCommandOutput) => void
1383
+ ): void;
1384
+ listAlerts(
1385
+ args: ListAlertsCommandInput,
1386
+ options: __HttpHandlerOptions,
1387
+ cb: (err: any, data?: ListAlertsCommandOutput) => void
1388
+ ): void;
1364
1389
  listChannelPlacementGroups(
1365
1390
  args: ListChannelPlacementGroupsCommandInput,
1366
1391
  options?: __HttpHandlerOptions
@@ -1422,6 +1447,19 @@ export interface MediaLive {
1422
1447
  options: __HttpHandlerOptions,
1423
1448
  cb: (err: any, data?: ListCloudWatchAlarmTemplatesCommandOutput) => void
1424
1449
  ): void;
1450
+ listClusterAlerts(
1451
+ args: ListClusterAlertsCommandInput,
1452
+ options?: __HttpHandlerOptions
1453
+ ): Promise<ListClusterAlertsCommandOutput>;
1454
+ listClusterAlerts(
1455
+ args: ListClusterAlertsCommandInput,
1456
+ cb: (err: any, data?: ListClusterAlertsCommandOutput) => void
1457
+ ): void;
1458
+ listClusterAlerts(
1459
+ args: ListClusterAlertsCommandInput,
1460
+ options: __HttpHandlerOptions,
1461
+ cb: (err: any, data?: ListClusterAlertsCommandOutput) => void
1462
+ ): void;
1425
1463
  listClusters(): Promise<ListClustersCommandOutput>;
1426
1464
  listClusters(
1427
1465
  args: ListClustersCommandInput,
@@ -1525,6 +1563,19 @@ export interface MediaLive {
1525
1563
  options: __HttpHandlerOptions,
1526
1564
  cb: (err: any, data?: ListInputSecurityGroupsCommandOutput) => void
1527
1565
  ): void;
1566
+ listMultiplexAlerts(
1567
+ args: ListMultiplexAlertsCommandInput,
1568
+ options?: __HttpHandlerOptions
1569
+ ): Promise<ListMultiplexAlertsCommandOutput>;
1570
+ listMultiplexAlerts(
1571
+ args: ListMultiplexAlertsCommandInput,
1572
+ cb: (err: any, data?: ListMultiplexAlertsCommandOutput) => void
1573
+ ): void;
1574
+ listMultiplexAlerts(
1575
+ args: ListMultiplexAlertsCommandInput,
1576
+ options: __HttpHandlerOptions,
1577
+ cb: (err: any, data?: ListMultiplexAlertsCommandOutput) => void
1578
+ ): void;
1528
1579
  listMultiplexes(): Promise<ListMultiplexesCommandOutput>;
1529
1580
  listMultiplexes(
1530
1581
  args: ListMultiplexesCommandInput,
@@ -306,6 +306,10 @@ import {
306
306
  GetSignalMapCommandInput,
307
307
  GetSignalMapCommandOutput,
308
308
  } from "./commands/GetSignalMapCommand";
309
+ import {
310
+ ListAlertsCommandInput,
311
+ ListAlertsCommandOutput,
312
+ } from "./commands/ListAlertsCommand";
309
313
  import {
310
314
  ListChannelPlacementGroupsCommandInput,
311
315
  ListChannelPlacementGroupsCommandOutput,
@@ -322,6 +326,10 @@ import {
322
326
  ListCloudWatchAlarmTemplatesCommandInput,
323
327
  ListCloudWatchAlarmTemplatesCommandOutput,
324
328
  } from "./commands/ListCloudWatchAlarmTemplatesCommand";
329
+ import {
330
+ ListClusterAlertsCommandInput,
331
+ ListClusterAlertsCommandOutput,
332
+ } from "./commands/ListClusterAlertsCommand";
325
333
  import {
326
334
  ListClustersCommandInput,
327
335
  ListClustersCommandOutput,
@@ -350,6 +358,10 @@ import {
350
358
  ListInputSecurityGroupsCommandInput,
351
359
  ListInputSecurityGroupsCommandOutput,
352
360
  } from "./commands/ListInputSecurityGroupsCommand";
361
+ import {
362
+ ListMultiplexAlertsCommandInput,
363
+ ListMultiplexAlertsCommandOutput,
364
+ } from "./commands/ListMultiplexAlertsCommand";
353
365
  import {
354
366
  ListMultiplexesCommandInput,
355
367
  ListMultiplexesCommandOutput,
@@ -599,10 +611,12 @@ export type ServiceInputTypes =
599
611
  | GetEventBridgeRuleTemplateCommandInput
600
612
  | GetEventBridgeRuleTemplateGroupCommandInput
601
613
  | GetSignalMapCommandInput
614
+ | ListAlertsCommandInput
602
615
  | ListChannelPlacementGroupsCommandInput
603
616
  | ListChannelsCommandInput
604
617
  | ListCloudWatchAlarmTemplateGroupsCommandInput
605
618
  | ListCloudWatchAlarmTemplatesCommandInput
619
+ | ListClusterAlertsCommandInput
606
620
  | ListClustersCommandInput
607
621
  | ListEventBridgeRuleTemplateGroupsCommandInput
608
622
  | ListEventBridgeRuleTemplatesCommandInput
@@ -610,6 +624,7 @@ export type ServiceInputTypes =
610
624
  | ListInputDevicesCommandInput
611
625
  | ListInputSecurityGroupsCommandInput
612
626
  | ListInputsCommandInput
627
+ | ListMultiplexAlertsCommandInput
613
628
  | ListMultiplexProgramsCommandInput
614
629
  | ListMultiplexesCommandInput
615
630
  | ListNetworksCommandInput
@@ -720,10 +735,12 @@ export type ServiceOutputTypes =
720
735
  | GetEventBridgeRuleTemplateCommandOutput
721
736
  | GetEventBridgeRuleTemplateGroupCommandOutput
722
737
  | GetSignalMapCommandOutput
738
+ | ListAlertsCommandOutput
723
739
  | ListChannelPlacementGroupsCommandOutput
724
740
  | ListChannelsCommandOutput
725
741
  | ListCloudWatchAlarmTemplateGroupsCommandOutput
726
742
  | ListCloudWatchAlarmTemplatesCommandOutput
743
+ | ListClusterAlertsCommandOutput
727
744
  | ListClustersCommandOutput
728
745
  | ListEventBridgeRuleTemplateGroupsCommandOutput
729
746
  | ListEventBridgeRuleTemplatesCommandOutput
@@ -731,6 +748,7 @@ export type ServiceOutputTypes =
731
748
  | ListInputDevicesCommandOutput
732
749
  | ListInputSecurityGroupsCommandOutput
733
750
  | ListInputsCommandOutput
751
+ | ListMultiplexAlertsCommandOutput
734
752
  | ListMultiplexProgramsCommandOutput
735
753
  | ListMultiplexesCommandOutput
736
754
  | ListNetworksCommandOutput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1";
8
+ import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_2";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface BatchDeleteCommandInput extends BatchDeleteRequest {}
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import { ListAlertsRequest, ListAlertsResponse } from "../models/models_2";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface ListAlertsCommandInput extends ListAlertsRequest {}
12
+ export interface ListAlertsCommandOutput
13
+ extends ListAlertsResponse,
14
+ __MetadataBearer {}
15
+ declare const ListAlertsCommand_base: {
16
+ new (
17
+ input: ListAlertsCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ ListAlertsCommandInput,
20
+ ListAlertsCommandOutput,
21
+ MediaLiveClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: ListAlertsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ ListAlertsCommandInput,
29
+ ListAlertsCommandOutput,
30
+ MediaLiveClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class ListAlertsCommand extends ListAlertsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAlertsRequest;
40
+ output: ListAlertsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAlertsCommandInput;
44
+ output: ListAlertsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ ListClusterAlertsRequest,
10
+ ListClusterAlertsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListClusterAlertsCommandInput
15
+ extends ListClusterAlertsRequest {}
16
+ export interface ListClusterAlertsCommandOutput
17
+ extends ListClusterAlertsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListClusterAlertsCommand_base: {
20
+ new (
21
+ input: ListClusterAlertsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListClusterAlertsCommandInput,
24
+ ListClusterAlertsCommandOutput,
25
+ MediaLiveClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListClusterAlertsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListClusterAlertsCommandInput,
33
+ ListClusterAlertsCommandOutput,
34
+ MediaLiveClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListClusterAlertsCommand extends ListClusterAlertsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClusterAlertsRequest;
44
+ output: ListClusterAlertsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListClusterAlertsCommandInput;
48
+ output: ListClusterAlertsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ ListMultiplexAlertsRequest,
10
+ ListMultiplexAlertsResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMultiplexAlertsCommandInput
15
+ extends ListMultiplexAlertsRequest {}
16
+ export interface ListMultiplexAlertsCommandOutput
17
+ extends ListMultiplexAlertsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListMultiplexAlertsCommand_base: {
20
+ new (
21
+ input: ListMultiplexAlertsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListMultiplexAlertsCommandInput,
24
+ ListMultiplexAlertsCommandOutput,
25
+ MediaLiveClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListMultiplexAlertsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListMultiplexAlertsCommandInput,
33
+ ListMultiplexAlertsCommandOutput,
34
+ MediaLiveClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListMultiplexAlertsCommand extends ListMultiplexAlertsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMultiplexAlertsRequest;
44
+ output: ListMultiplexAlertsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListMultiplexAlertsCommandInput;
48
+ output: ListMultiplexAlertsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import {
9
- UpdateReservationRequest,
10
- UpdateReservationResponse,
11
- } from "../models/models_2";
8
+ import { UpdateReservationRequest } from "../models/models_2";
9
+ import { UpdateReservationResponse } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface UpdateReservationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateSdiSourceRequest,
10
10
  UpdateSdiSourceResponse,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateSdiSourceCommandInput extends UpdateSdiSourceRequest {}
@@ -63,10 +63,12 @@ export * from "./GetCloudWatchAlarmTemplateGroupCommand";
63
63
  export * from "./GetEventBridgeRuleTemplateCommand";
64
64
  export * from "./GetEventBridgeRuleTemplateGroupCommand";
65
65
  export * from "./GetSignalMapCommand";
66
+ export * from "./ListAlertsCommand";
66
67
  export * from "./ListChannelPlacementGroupsCommand";
67
68
  export * from "./ListChannelsCommand";
68
69
  export * from "./ListCloudWatchAlarmTemplateGroupsCommand";
69
70
  export * from "./ListCloudWatchAlarmTemplatesCommand";
71
+ export * from "./ListClusterAlertsCommand";
70
72
  export * from "./ListClustersCommand";
71
73
  export * from "./ListEventBridgeRuleTemplateGroupsCommand";
72
74
  export * from "./ListEventBridgeRuleTemplatesCommand";
@@ -74,6 +76,7 @@ export * from "./ListInputDeviceTransfersCommand";
74
76
  export * from "./ListInputDevicesCommand";
75
77
  export * from "./ListInputSecurityGroupsCommand";
76
78
  export * from "./ListInputsCommand";
79
+ export * from "./ListMultiplexAlertsCommand";
77
80
  export * from "./ListMultiplexProgramsCommand";
78
81
  export * from "./ListMultiplexesCommand";
79
82
  export * from "./ListNetworksCommand";
@@ -1,3 +1,4 @@
1
1
  export * from "./models_0";
2
2
  export * from "./models_1";
3
3
  export * from "./models_2";
4
+ export * from "./models_3";
@@ -827,6 +827,21 @@ export interface CaptionSelector {
827
827
  Name: string | undefined;
828
828
  SelectorSettings?: CaptionSelectorSettings | undefined;
829
829
  }
830
+ export declare const ChannelAlertState: {
831
+ readonly CLEARED: "CLEARED";
832
+ readonly SET: "SET";
833
+ };
834
+ export type ChannelAlertState =
835
+ (typeof ChannelAlertState)[keyof typeof ChannelAlertState];
836
+ export interface ChannelAlert {
837
+ AlertType?: string | undefined;
838
+ ClearedTimestamp?: Date | undefined;
839
+ Id?: string | undefined;
840
+ Message?: string | undefined;
841
+ PipelineId?: string | undefined;
842
+ SetTimestamp?: Date | undefined;
843
+ State?: ChannelAlertState | undefined;
844
+ }
830
845
  export interface ChannelEgressEndpoint {
831
846
  SourceIp?: string | undefined;
832
847
  }
@@ -1192,6 +1207,22 @@ export interface CloudWatchAlarmTemplateSummary {
1192
1207
  Threshold: number | undefined;
1193
1208
  TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
1194
1209
  }
1210
+ export declare const ClusterAlertState: {
1211
+ readonly CLEARED: "CLEARED";
1212
+ readonly SET: "SET";
1213
+ };
1214
+ export type ClusterAlertState =
1215
+ (typeof ClusterAlertState)[keyof typeof ClusterAlertState];
1216
+ export interface ClusterAlert {
1217
+ AlertType?: string | undefined;
1218
+ ChannelId?: string | undefined;
1219
+ ClearedTimestamp?: Date | undefined;
1220
+ Id?: string | undefined;
1221
+ Message?: string | undefined;
1222
+ NodeId?: string | undefined;
1223
+ SetTimestamp?: Date | undefined;
1224
+ State?: ClusterAlertState | undefined;
1225
+ }
1195
1226
  export interface CmafIngestCaptionLanguageMapping {
1196
1227
  CaptionChannel: number | undefined;
1197
1228
  LanguageCode: string | undefined;
@@ -1752,6 +1783,21 @@ export interface MulticastSourceUpdateRequest {
1752
1783
  SourceIp?: string | undefined;
1753
1784
  Url: string | undefined;
1754
1785
  }
1786
+ export declare const MultiplexAlertState: {
1787
+ readonly CLEARED: "CLEARED";
1788
+ readonly SET: "SET";
1789
+ };
1790
+ export type MultiplexAlertState =
1791
+ (typeof MultiplexAlertState)[keyof typeof MultiplexAlertState];
1792
+ export interface MultiplexAlert {
1793
+ AlertType?: string | undefined;
1794
+ ClearedTimestamp?: Date | undefined;
1795
+ Id?: string | undefined;
1796
+ Message?: string | undefined;
1797
+ PipelineId?: string | undefined;
1798
+ SetTimestamp?: Date | undefined;
1799
+ State?: MultiplexAlertState | undefined;
1800
+ }
1755
1801
  export interface MultiplexMediaConnectOutputDestinationSettings {
1756
1802
  EntitlementArn?: string | undefined;
1757
1803
  }
@@ -1949,38 +1995,3 @@ export interface DvbSdtSettings {
1949
1995
  export interface DvbTdtSettings {
1950
1996
  RepInterval?: number | undefined;
1951
1997
  }
1952
- export declare const M2tsEbifControl: {
1953
- readonly NONE: "NONE";
1954
- readonly PASSTHROUGH: "PASSTHROUGH";
1955
- };
1956
- export type M2tsEbifControl =
1957
- (typeof M2tsEbifControl)[keyof typeof M2tsEbifControl];
1958
- export declare const M2tsAudioInterval: {
1959
- readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
1960
- readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
1961
- };
1962
- export type M2tsAudioInterval =
1963
- (typeof M2tsAudioInterval)[keyof typeof M2tsAudioInterval];
1964
- export declare const M2tsEbpPlacement: {
1965
- readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
1966
- readonly VIDEO_PID: "VIDEO_PID";
1967
- };
1968
- export type M2tsEbpPlacement =
1969
- (typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
1970
- export declare const M2tsEsRateInPes: {
1971
- readonly EXCLUDE: "EXCLUDE";
1972
- readonly INCLUDE: "INCLUDE";
1973
- };
1974
- export type M2tsEsRateInPes =
1975
- (typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
1976
- export declare const M2tsKlv: {
1977
- readonly NONE: "NONE";
1978
- readonly PASSTHROUGH: "PASSTHROUGH";
1979
- };
1980
- export type M2tsKlv = (typeof M2tsKlv)[keyof typeof M2tsKlv];
1981
- export declare const M2tsNielsenId3Behavior: {
1982
- readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
1983
- readonly PASSTHROUGH: "PASSTHROUGH";
1984
- };
1985
- export type M2tsNielsenId3Behavior =
1986
- (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
@@ -3,8 +3,6 @@ import { MediaLiveServiceException as __BaseException } from "./MediaLiveService
3
3
  import {
4
4
  AdditionalDestinations,
5
5
  Algorithm,
6
- BatchFailedResultModel,
7
- BatchSuccessfulResultModel,
8
6
  CaptionLanguageMapping,
9
7
  ChannelEngineVersionResponse,
10
8
  CmafIngestCaptionLanguageMapping,
@@ -18,20 +16,49 @@ import {
18
16
  M2tsArib,
19
17
  M2tsAribCaptionsPidControl,
20
18
  M2tsAudioBufferModel,
21
- M2tsAudioInterval,
22
19
  M2tsAudioStreamType,
23
20
  M2tsBufferModel,
24
21
  M2tsCcDescriptor,
25
- M2tsEbifControl,
26
- M2tsEbpPlacement,
27
- M2tsEsRateInPes,
28
- M2tsKlv,
29
- M2tsNielsenId3Behavior,
30
22
  OfferingDurationUnits,
31
23
  OfferingType,
32
24
  OutputLocationRef,
33
25
  ReservationResourceSpecification,
34
26
  } from "./models_0";
27
+ export declare const M2tsEbifControl: {
28
+ readonly NONE: "NONE";
29
+ readonly PASSTHROUGH: "PASSTHROUGH";
30
+ };
31
+ export type M2tsEbifControl =
32
+ (typeof M2tsEbifControl)[keyof typeof M2tsEbifControl];
33
+ export declare const M2tsAudioInterval: {
34
+ readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
35
+ readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
36
+ };
37
+ export type M2tsAudioInterval =
38
+ (typeof M2tsAudioInterval)[keyof typeof M2tsAudioInterval];
39
+ export declare const M2tsEbpPlacement: {
40
+ readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
41
+ readonly VIDEO_PID: "VIDEO_PID";
42
+ };
43
+ export type M2tsEbpPlacement =
44
+ (typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
45
+ export declare const M2tsEsRateInPes: {
46
+ readonly EXCLUDE: "EXCLUDE";
47
+ readonly INCLUDE: "INCLUDE";
48
+ };
49
+ export type M2tsEsRateInPes =
50
+ (typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
51
+ export declare const M2tsKlv: {
52
+ readonly NONE: "NONE";
53
+ readonly PASSTHROUGH: "PASSTHROUGH";
54
+ };
55
+ export type M2tsKlv = (typeof M2tsKlv)[keyof typeof M2tsKlv];
56
+ export declare const M2tsNielsenId3Behavior: {
57
+ readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
58
+ readonly PASSTHROUGH: "PASSTHROUGH";
59
+ };
60
+ export type M2tsNielsenId3Behavior =
61
+ (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
35
62
  export declare const M2tsPcrControl: {
36
63
  readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
37
64
  readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
@@ -2106,33 +2133,3 @@ export declare const Scte35AposWebDeliveryAllowedBehavior: {
2106
2133
  };
2107
2134
  export type Scte35AposWebDeliveryAllowedBehavior =
2108
2135
  (typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
2109
- export interface Scte35TimeSignalApos {
2110
- AdAvailOffset?: number | undefined;
2111
- NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | undefined;
2112
- WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
2113
- }
2114
- export interface AvailSettings {
2115
- Esam?: Esam | undefined;
2116
- Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
2117
- Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
2118
- }
2119
- export declare const Scte35SegmentationScope: {
2120
- readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
2121
- readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
2122
- };
2123
- export type Scte35SegmentationScope =
2124
- (typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
2125
- export interface AvailConfiguration {
2126
- AvailSettings?: AvailSettings | undefined;
2127
- Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
2128
- }
2129
- export interface BatchDeleteRequest {
2130
- ChannelIds?: string[] | undefined;
2131
- InputIds?: string[] | undefined;
2132
- InputSecurityGroupIds?: string[] | undefined;
2133
- MultiplexIds?: string[] | undefined;
2134
- }
2135
- export interface BatchDeleteResponse {
2136
- Failed?: BatchFailedResultModel[] | undefined;
2137
- Successful?: BatchSuccessfulResultModel[] | undefined;
2138
- }