@aws-sdk/client-medialive 3.913.0 → 3.915.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 +35 -35
package/README.md CHANGED
@@ -722,6 +722,14 @@ GetSignalMap
722
722
 
723
723
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/GetSignalMapCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetSignalMapCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/GetSignalMapCommandOutput/)
724
724
 
725
+ </details>
726
+ <details>
727
+ <summary>
728
+ ListAlerts
729
+ </summary>
730
+
731
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListAlertsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListAlertsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListAlertsCommandOutput/)
732
+
725
733
  </details>
726
734
  <details>
727
735
  <summary>
@@ -754,6 +762,14 @@ ListCloudWatchAlarmTemplates
754
762
 
755
763
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListCloudWatchAlarmTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListCloudWatchAlarmTemplatesCommandOutput/)
756
764
 
765
+ </details>
766
+ <details>
767
+ <summary>
768
+ ListClusterAlerts
769
+ </summary>
770
+
771
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListClusterAlertsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListClusterAlertsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListClusterAlertsCommandOutput/)
772
+
757
773
  </details>
758
774
  <details>
759
775
  <summary>
@@ -810,6 +826,14 @@ ListInputSecurityGroups
810
826
 
811
827
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListInputSecurityGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListInputSecurityGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListInputSecurityGroupsCommandOutput/)
812
828
 
829
+ </details>
830
+ <details>
831
+ <summary>
832
+ ListMultiplexAlerts
833
+ </summary>
834
+
835
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListMultiplexAlertsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListMultiplexAlertsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListMultiplexAlertsCommandOutput/)
836
+
813
837
  </details>
814
838
  <details>
815
839
  <summary>
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
6
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://medialive-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://medialive-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://medialive.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://medialive.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
7
  exports.ruleSet = _data;
package/dist-cjs/index.js CHANGED
@@ -119,6 +119,30 @@ class MediaLiveServiceException extends smithyClient.ServiceException {
119
119
  }
120
120
  }
121
121
 
122
+ const M2tsEbifControl = {
123
+ NONE: "NONE",
124
+ PASSTHROUGH: "PASSTHROUGH",
125
+ };
126
+ const M2tsAudioInterval = {
127
+ VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS",
128
+ VIDEO_INTERVAL: "VIDEO_INTERVAL",
129
+ };
130
+ const M2tsEbpPlacement = {
131
+ VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS",
132
+ VIDEO_PID: "VIDEO_PID",
133
+ };
134
+ const M2tsEsRateInPes = {
135
+ EXCLUDE: "EXCLUDE",
136
+ INCLUDE: "INCLUDE",
137
+ };
138
+ const M2tsKlv = {
139
+ NONE: "NONE",
140
+ PASSTHROUGH: "PASSTHROUGH",
141
+ };
142
+ const M2tsNielsenId3Behavior = {
143
+ NO_PASSTHROUGH: "NO_PASSTHROUGH",
144
+ PASSTHROUGH: "PASSTHROUGH",
145
+ };
122
146
  const M2tsPcrControl = {
123
147
  CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
124
148
  PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
@@ -1042,10 +1066,6 @@ const Scte35AposWebDeliveryAllowedBehavior = {
1042
1066
  FOLLOW: "FOLLOW",
1043
1067
  IGNORE: "IGNORE",
1044
1068
  };
1045
- const Scte35SegmentationScope = {
1046
- ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
1047
- SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS",
1048
- };
1049
1069
 
1050
1070
  const se_AcceptInputDeviceTransferCommand = async (input, context) => {
1051
1071
  const b = core.requestBuilder(input, context);
@@ -1857,6 +1877,20 @@ const se_GetSignalMapCommand = async (input, context) => {
1857
1877
  b.m("GET").h(headers).b(body);
1858
1878
  return b.build();
1859
1879
  };
1880
+ const se_ListAlertsCommand = async (input, context) => {
1881
+ const b = core.requestBuilder(input, context);
1882
+ const headers = {};
1883
+ b.bp("/prod/channels/{ChannelId}/alerts");
1884
+ b.p("ChannelId", () => input.ChannelId, "{ChannelId}", false);
1885
+ const query = smithyClient.map({
1886
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
1887
+ [_nT]: [, input[_NT]],
1888
+ [_sF]: [, input[_SF]],
1889
+ });
1890
+ let body;
1891
+ b.m("GET").h(headers).q(query).b(body);
1892
+ return b.build();
1893
+ };
1860
1894
  const se_ListChannelPlacementGroupsCommand = async (input, context) => {
1861
1895
  const b = core.requestBuilder(input, context);
1862
1896
  const headers = {};
@@ -1911,6 +1945,20 @@ const se_ListCloudWatchAlarmTemplatesCommand = async (input, context) => {
1911
1945
  b.m("GET").h(headers).q(query).b(body);
1912
1946
  return b.build();
1913
1947
  };
1948
+ const se_ListClusterAlertsCommand = async (input, context) => {
1949
+ const b = core.requestBuilder(input, context);
1950
+ const headers = {};
1951
+ b.bp("/prod/clusters/{ClusterId}/alerts");
1952
+ b.p("ClusterId", () => input.ClusterId, "{ClusterId}", false);
1953
+ const query = smithyClient.map({
1954
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
1955
+ [_nT]: [, input[_NT]],
1956
+ [_sF]: [, input[_SF]],
1957
+ });
1958
+ let body;
1959
+ b.m("GET").h(headers).q(query).b(body);
1960
+ return b.build();
1961
+ };
1914
1962
  const se_ListClustersCommand = async (input, context) => {
1915
1963
  const b = core.requestBuilder(input, context);
1916
1964
  const headers = {};
@@ -1999,6 +2047,20 @@ const se_ListInputSecurityGroupsCommand = async (input, context) => {
1999
2047
  b.m("GET").h(headers).q(query).b(body);
2000
2048
  return b.build();
2001
2049
  };
2050
+ const se_ListMultiplexAlertsCommand = async (input, context) => {
2051
+ const b = core.requestBuilder(input, context);
2052
+ const headers = {};
2053
+ b.bp("/prod/multiplexes/{MultiplexId}/alerts");
2054
+ b.p("MultiplexId", () => input.MultiplexId, "{MultiplexId}", false);
2055
+ const query = smithyClient.map({
2056
+ [_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
2057
+ [_nT]: [, input[_NT]],
2058
+ [_sF]: [, input[_SF]],
2059
+ });
2060
+ let body;
2061
+ b.m("GET").h(headers).q(query).b(body);
2062
+ return b.build();
2063
+ };
2002
2064
  const se_ListMultiplexesCommand = async (input, context) => {
2003
2065
  const b = core.requestBuilder(input, context);
2004
2066
  const headers = {};
@@ -2064,7 +2126,7 @@ const se_ListOfferingsCommand = async (input, context) => {
2064
2126
  [_nT]: [, input[_NT]],
2065
2127
  [_r]: [, input[_R]],
2066
2128
  [_rT]: [, input[_RT]],
2067
- [_sF]: [, input[_SF]],
2129
+ [_sFp]: [, input[_SFp]],
2068
2130
  [_vQ]: [, input[_VQ]],
2069
2131
  });
2070
2132
  let body;
@@ -2084,7 +2146,7 @@ const se_ListReservationsCommand = async (input, context) => {
2084
2146
  [_nT]: [, input[_NT]],
2085
2147
  [_r]: [, input[_R]],
2086
2148
  [_rT]: [, input[_RT]],
2087
- [_sF]: [, input[_SF]],
2149
+ [_sFp]: [, input[_SFp]],
2088
2150
  [_vQ]: [, input[_VQ]],
2089
2151
  });
2090
2152
  let body;
@@ -3858,6 +3920,21 @@ const de_GetSignalMapCommand = async (output, context) => {
3858
3920
  Object.assign(contents, doc);
3859
3921
  return contents;
3860
3922
  };
3923
+ const de_ListAlertsCommand = async (output, context) => {
3924
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
3925
+ return de_CommandError(output, context);
3926
+ }
3927
+ const contents = smithyClient.map({
3928
+ $metadata: deserializeMetadata(output),
3929
+ });
3930
+ const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
3931
+ const doc = smithyClient.take(data, {
3932
+ Alerts: [, (_) => de___listOfChannelAlert(_), `alerts`],
3933
+ NextToken: [, smithyClient.expectString, `nextToken`],
3934
+ });
3935
+ Object.assign(contents, doc);
3936
+ return contents;
3937
+ };
3861
3938
  const de_ListChannelPlacementGroupsCommand = async (output, context) => {
3862
3939
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3863
3940
  return de_CommandError(output, context);
@@ -3930,6 +4007,21 @@ const de_ListCloudWatchAlarmTemplatesCommand = async (output, context) => {
3930
4007
  Object.assign(contents, doc);
3931
4008
  return contents;
3932
4009
  };
4010
+ const de_ListClusterAlertsCommand = async (output, context) => {
4011
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4012
+ return de_CommandError(output, context);
4013
+ }
4014
+ const contents = smithyClient.map({
4015
+ $metadata: deserializeMetadata(output),
4016
+ });
4017
+ const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
4018
+ const doc = smithyClient.take(data, {
4019
+ Alerts: [, (_) => de___listOfClusterAlert(_), `alerts`],
4020
+ NextToken: [, smithyClient.expectString, `nextToken`],
4021
+ });
4022
+ Object.assign(contents, doc);
4023
+ return contents;
4024
+ };
3933
4025
  const de_ListClustersCommand = async (output, context) => {
3934
4026
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3935
4027
  return de_CommandError(output, context);
@@ -4043,6 +4135,21 @@ const de_ListInputSecurityGroupsCommand = async (output, context) => {
4043
4135
  Object.assign(contents, doc);
4044
4136
  return contents;
4045
4137
  };
4138
+ const de_ListMultiplexAlertsCommand = async (output, context) => {
4139
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4140
+ return de_CommandError(output, context);
4141
+ }
4142
+ const contents = smithyClient.map({
4143
+ $metadata: deserializeMetadata(output),
4144
+ });
4145
+ const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
4146
+ const doc = smithyClient.take(data, {
4147
+ Alerts: [, (_) => de___listOfMultiplexAlert(_), `alerts`],
4148
+ NextToken: [, smithyClient.expectString, `nextToken`],
4149
+ });
4150
+ Object.assign(contents, doc);
4151
+ return contents;
4152
+ };
4046
4153
  const de_ListMultiplexesCommand = async (output, context) => {
4047
4154
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4048
4155
  return de_CommandError(output, context);
@@ -7503,6 +7610,14 @@ const de___listOfCaptionSelector = (output, context) => {
7503
7610
  });
7504
7611
  return retVal;
7505
7612
  };
7613
+ const de___listOfChannelAlert = (output, context) => {
7614
+ const retVal = (output || [])
7615
+ .filter((e) => e != null)
7616
+ .map((entry) => {
7617
+ return de_ChannelAlert(entry);
7618
+ });
7619
+ return retVal;
7620
+ };
7506
7621
  const de___listOfChannelEgressEndpoint = (output, context) => {
7507
7622
  const retVal = (output || [])
7508
7623
  .filter((e) => e != null)
@@ -7543,6 +7658,14 @@ const de___listOfCloudWatchAlarmTemplateSummary = (output, context) => {
7543
7658
  });
7544
7659
  return retVal;
7545
7660
  };
7661
+ const de___listOfClusterAlert = (output, context) => {
7662
+ const retVal = (output || [])
7663
+ .filter((e) => e != null)
7664
+ .map((entry) => {
7665
+ return de_ClusterAlert(entry);
7666
+ });
7667
+ return retVal;
7668
+ };
7546
7669
  const de___listOfCmafIngestCaptionLanguageMapping = (output, context) => {
7547
7670
  const retVal = (output || [])
7548
7671
  .filter((e) => e != null)
@@ -7767,6 +7890,14 @@ const de___listOfMulticastSource = (output, context) => {
7767
7890
  });
7768
7891
  return retVal;
7769
7892
  };
7893
+ const de___listOfMultiplexAlert = (output, context) => {
7894
+ const retVal = (output || [])
7895
+ .filter((e) => e != null)
7896
+ .map((entry) => {
7897
+ return de_MultiplexAlert(entry);
7898
+ });
7899
+ return retVal;
7900
+ };
7770
7901
  const de___listOfMultiplexOutputDestination = (output, context) => {
7771
7902
  const retVal = (output || [])
7772
7903
  .filter((e) => e != null)
@@ -8364,6 +8495,17 @@ const de_Channel = (output, context) => {
8364
8495
  Vpc: [, (_) => de_VpcOutputSettingsDescription(_), `vpc`],
8365
8496
  });
8366
8497
  };
8498
+ const de_ChannelAlert = (output, context) => {
8499
+ return smithyClient.take(output, {
8500
+ AlertType: [, smithyClient.expectString, `alertType`],
8501
+ ClearedTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `clearedTimestamp`],
8502
+ Id: [, smithyClient.expectString, `id`],
8503
+ Message: [, smithyClient.expectString, `message`],
8504
+ PipelineId: [, smithyClient.expectString, `pipelineId`],
8505
+ SetTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `setTimestamp`],
8506
+ State: [, smithyClient.expectString, `state`],
8507
+ });
8508
+ };
8367
8509
  const de_ChannelEgressEndpoint = (output, context) => {
8368
8510
  return smithyClient.take(output, {
8369
8511
  SourceIp: [, smithyClient.expectString, `sourceIp`],
@@ -8435,6 +8577,18 @@ const de_CloudWatchAlarmTemplateSummary = (output, context) => {
8435
8577
  TreatMissingData: [, smithyClient.expectString, `treatMissingData`],
8436
8578
  });
8437
8579
  };
8580
+ const de_ClusterAlert = (output, context) => {
8581
+ return smithyClient.take(output, {
8582
+ AlertType: [, smithyClient.expectString, `alertType`],
8583
+ ChannelId: [, smithyClient.expectString, `channelId`],
8584
+ ClearedTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `clearedTimestamp`],
8585
+ Id: [, smithyClient.expectString, `id`],
8586
+ Message: [, smithyClient.expectString, `message`],
8587
+ NodeId: [, smithyClient.expectString, `nodeId`],
8588
+ SetTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `setTimestamp`],
8589
+ State: [, smithyClient.expectString, `state`],
8590
+ });
8591
+ };
8438
8592
  const de_ClusterNetworkSettings = (output, context) => {
8439
8593
  return smithyClient.take(output, {
8440
8594
  DefaultRoute: [, smithyClient.expectString, `defaultRoute`],
@@ -9614,6 +9768,17 @@ const de_Multiplex = (output, context) => {
9614
9768
  Tags: [, smithyClient._json, `tags`],
9615
9769
  });
9616
9770
  };
9771
+ const de_MultiplexAlert = (output, context) => {
9772
+ return smithyClient.take(output, {
9773
+ AlertType: [, smithyClient.expectString, `alertType`],
9774
+ ClearedTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `clearedTimestamp`],
9775
+ Id: [, smithyClient.expectString, `id`],
9776
+ Message: [, smithyClient.expectString, `message`],
9777
+ PipelineId: [, smithyClient.expectString, `pipelineId`],
9778
+ SetTimestamp: [, (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)), `setTimestamp`],
9779
+ State: [, smithyClient.expectString, `state`],
9780
+ });
9781
+ };
9617
9782
  const de_MultiplexContainerSettings = (output, context) => {
9618
9783
  return smithyClient.take(output, {
9619
9784
  MultiplexM2tsSettings: [, (_) => de_MultiplexM2tsSettings(_), `multiplexM2tsSettings`],
@@ -10529,7 +10694,8 @@ const _PI = "PipelineId";
10529
10694
  const _R = "Resolution";
10530
10695
  const _RT = "ResourceType";
10531
10696
  const _S = "Scope";
10532
- const _SF = "SpecialFeature";
10697
+ const _SF = "StateFilter";
10698
+ const _SFp = "SpecialFeature";
10533
10699
  const _SMI = "SignalMapIdentifier";
10534
10700
  const _TK = "TagKeys";
10535
10701
  const _TT = "ThumbnailType";
@@ -10555,7 +10721,8 @@ const _pI = "pipelineId";
10555
10721
  const _r = "resolution";
10556
10722
  const _rT = "resourceType";
10557
10723
  const _s = "scope";
10558
- const _sF = "specialFeature";
10724
+ const _sF = "stateFilter";
10725
+ const _sFp = "specialFeature";
10559
10726
  const _sMI = "signalMapIdentifier";
10560
10727
  const _tK = "tagKeys";
10561
10728
  const _tT = "thumbnailType";
@@ -11395,6 +11562,10 @@ class DescribeInputDeviceCommand extends smithyClient.Command
11395
11562
  .build() {
11396
11563
  }
11397
11564
 
11565
+ const Scte35SegmentationScope = {
11566
+ ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS",
11567
+ SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS",
11568
+ };
11398
11569
  const BlackoutSlateNetworkEndBlackout = {
11399
11570
  DISABLED: "DISABLED",
11400
11571
  ENABLED: "ENABLED",
@@ -11741,6 +11912,23 @@ class GetSignalMapCommand extends smithyClient.Command
11741
11912
  .build() {
11742
11913
  }
11743
11914
 
11915
+ class ListAlertsCommand extends smithyClient.Command
11916
+ .classBuilder()
11917
+ .ep(commonParams)
11918
+ .m(function (Command, cs, config, o) {
11919
+ return [
11920
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
11921
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
11922
+ ];
11923
+ })
11924
+ .s("MediaLive", "ListAlerts", {})
11925
+ .n("MediaLiveClient", "ListAlertsCommand")
11926
+ .f(void 0, void 0)
11927
+ .ser(se_ListAlertsCommand)
11928
+ .de(de_ListAlertsCommand)
11929
+ .build() {
11930
+ }
11931
+
11744
11932
  class ListChannelPlacementGroupsCommand extends smithyClient.Command
11745
11933
  .classBuilder()
11746
11934
  .ep(commonParams)
@@ -11809,6 +11997,23 @@ class ListCloudWatchAlarmTemplatesCommand extends smithyClient.Command
11809
11997
  .build() {
11810
11998
  }
11811
11999
 
12000
+ class ListClusterAlertsCommand extends smithyClient.Command
12001
+ .classBuilder()
12002
+ .ep(commonParams)
12003
+ .m(function (Command, cs, config, o) {
12004
+ return [
12005
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
12006
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
12007
+ ];
12008
+ })
12009
+ .s("MediaLive", "ListClusterAlerts", {})
12010
+ .n("MediaLiveClient", "ListClusterAlertsCommand")
12011
+ .f(void 0, void 0)
12012
+ .ser(se_ListClusterAlertsCommand)
12013
+ .de(de_ListClusterAlertsCommand)
12014
+ .build() {
12015
+ }
12016
+
11812
12017
  class ListClustersCommand extends smithyClient.Command
11813
12018
  .classBuilder()
11814
12019
  .ep(commonParams)
@@ -11928,6 +12133,23 @@ class ListInputSecurityGroupsCommand extends smithyClient.Command
11928
12133
  .build() {
11929
12134
  }
11930
12135
 
12136
+ class ListMultiplexAlertsCommand extends smithyClient.Command
12137
+ .classBuilder()
12138
+ .ep(commonParams)
12139
+ .m(function (Command, cs, config, o) {
12140
+ return [
12141
+ middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
12142
+ middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
12143
+ ];
12144
+ })
12145
+ .s("MediaLive", "ListMultiplexAlerts", {})
12146
+ .n("MediaLiveClient", "ListMultiplexAlertsCommand")
12147
+ .f(void 0, void 0)
12148
+ .ser(se_ListMultiplexAlertsCommand)
12149
+ .de(de_ListMultiplexAlertsCommand)
12150
+ .build() {
12151
+ }
12152
+
11931
12153
  class ListMultiplexesCommand extends smithyClient.Command
11932
12154
  .classBuilder()
11933
12155
  .ep(commonParams)
@@ -12742,10 +12964,12 @@ const commands = {
12742
12964
  GetEventBridgeRuleTemplateCommand,
12743
12965
  GetEventBridgeRuleTemplateGroupCommand,
12744
12966
  GetSignalMapCommand,
12967
+ ListAlertsCommand,
12745
12968
  ListChannelPlacementGroupsCommand,
12746
12969
  ListChannelsCommand,
12747
12970
  ListCloudWatchAlarmTemplateGroupsCommand,
12748
12971
  ListCloudWatchAlarmTemplatesCommand,
12972
+ ListClusterAlertsCommand,
12749
12973
  ListClustersCommand,
12750
12974
  ListEventBridgeRuleTemplateGroupsCommand,
12751
12975
  ListEventBridgeRuleTemplatesCommand,
@@ -12753,6 +12977,7 @@ const commands = {
12753
12977
  ListInputDeviceTransfersCommand,
12754
12978
  ListInputsCommand,
12755
12979
  ListInputSecurityGroupsCommand,
12980
+ ListMultiplexAlertsCommand,
12756
12981
  ListMultiplexesCommand,
12757
12982
  ListMultiplexProgramsCommand,
12758
12983
  ListNetworksCommand,
@@ -12804,6 +13029,8 @@ smithyClient.createAggregatedClient(commands, MediaLive);
12804
13029
 
12805
13030
  const paginateDescribeSchedule = core.createPaginator(MediaLiveClient, DescribeScheduleCommand, "NextToken", "NextToken", "MaxResults");
12806
13031
 
13032
+ const paginateListAlerts = core.createPaginator(MediaLiveClient, ListAlertsCommand, "NextToken", "NextToken", "MaxResults");
13033
+
12807
13034
  const paginateListChannelPlacementGroups = core.createPaginator(MediaLiveClient, ListChannelPlacementGroupsCommand, "NextToken", "NextToken", "MaxResults");
12808
13035
 
12809
13036
  const paginateListChannels = core.createPaginator(MediaLiveClient, ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
@@ -12812,6 +13039,8 @@ const paginateListCloudWatchAlarmTemplateGroups = core.createPaginator(MediaLive
12812
13039
 
12813
13040
  const paginateListCloudWatchAlarmTemplates = core.createPaginator(MediaLiveClient, ListCloudWatchAlarmTemplatesCommand, "NextToken", "NextToken", "MaxResults");
12814
13041
 
13042
+ const paginateListClusterAlerts = core.createPaginator(MediaLiveClient, ListClusterAlertsCommand, "NextToken", "NextToken", "MaxResults");
13043
+
12815
13044
  const paginateListClusters = core.createPaginator(MediaLiveClient, ListClustersCommand, "NextToken", "NextToken", "MaxResults");
12816
13045
 
12817
13046
  const paginateListEventBridgeRuleTemplateGroups = core.createPaginator(MediaLiveClient, ListEventBridgeRuleTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
@@ -12826,6 +13055,8 @@ const paginateListInputSecurityGroups = core.createPaginator(MediaLiveClient, Li
12826
13055
 
12827
13056
  const paginateListInputs = core.createPaginator(MediaLiveClient, ListInputsCommand, "NextToken", "NextToken", "MaxResults");
12828
13057
 
13058
+ const paginateListMultiplexAlerts = core.createPaginator(MediaLiveClient, ListMultiplexAlertsCommand, "NextToken", "NextToken", "MaxResults");
13059
+
12829
13060
  const paginateListMultiplexPrograms = core.createPaginator(MediaLiveClient, ListMultiplexProgramsCommand, "NextToken", "NextToken", "MaxResults");
12830
13061
 
12831
13062
  const paginateListMultiplexes = core.createPaginator(MediaLiveClient, ListMultiplexesCommand, "NextToken", "NextToken", "MaxResults");
@@ -14271,6 +14502,10 @@ const Scte27OcrLanguage = {
14271
14502
  POR: "POR",
14272
14503
  SPA: "SPA",
14273
14504
  };
14505
+ const ChannelAlertState = {
14506
+ CLEARED: "CLEARED",
14507
+ SET: "SET",
14508
+ };
14274
14509
  const ChannelPipelineIdToRestart = {
14275
14510
  PIPELINE_0: "PIPELINE_0",
14276
14511
  PIPELINE_1: "PIPELINE_1",
@@ -14403,6 +14638,10 @@ const CloudWatchAlarmTemplateTreatMissingData = {
14403
14638
  missing: "missing",
14404
14639
  notBreaching: "notBreaching",
14405
14640
  };
14641
+ const ClusterAlertState = {
14642
+ CLEARED: "CLEARED",
14643
+ SET: "SET",
14644
+ };
14406
14645
  const ColorSpace = {
14407
14646
  HDR10: "HDR10",
14408
14647
  HLG_2020: "HLG_2020",
@@ -14599,6 +14838,10 @@ const InputSecurityGroupState = {
14599
14838
  IN_USE: "IN_USE",
14600
14839
  UPDATING: "UPDATING",
14601
14840
  };
14841
+ const MultiplexAlertState = {
14842
+ CLEARED: "CLEARED",
14843
+ SET: "SET",
14844
+ };
14602
14845
  const MultiplexState = {
14603
14846
  CREATE_FAILED: "CREATE_FAILED",
14604
14847
  CREATING: "CREATING",
@@ -14690,30 +14933,6 @@ const DvbSdtOutputSdt = {
14690
14933
  SDT_MANUAL: "SDT_MANUAL",
14691
14934
  SDT_NONE: "SDT_NONE",
14692
14935
  };
14693
- const M2tsEbifControl = {
14694
- NONE: "NONE",
14695
- PASSTHROUGH: "PASSTHROUGH",
14696
- };
14697
- const M2tsAudioInterval = {
14698
- VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS",
14699
- VIDEO_INTERVAL: "VIDEO_INTERVAL",
14700
- };
14701
- const M2tsEbpPlacement = {
14702
- VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS",
14703
- VIDEO_PID: "VIDEO_PID",
14704
- };
14705
- const M2tsEsRateInPes = {
14706
- EXCLUDE: "EXCLUDE",
14707
- INCLUDE: "INCLUDE",
14708
- };
14709
- const M2tsKlv = {
14710
- NONE: "NONE",
14711
- PASSTHROUGH: "PASSTHROUGH",
14712
- };
14713
- const M2tsNielsenId3Behavior = {
14714
- NO_PASSTHROUGH: "NO_PASSTHROUGH",
14715
- PASSTHROUGH: "PASSTHROUGH",
14716
- };
14717
14936
 
14718
14937
  Object.defineProperty(exports, "$Command", {
14719
14938
  enumerable: true,
@@ -14775,6 +14994,7 @@ exports.BurnInShadowColor = BurnInShadowColor;
14775
14994
  exports.BurnInTeletextGridControl = BurnInTeletextGridControl;
14776
14995
  exports.CancelInputDeviceTransferCommand = CancelInputDeviceTransferCommand;
14777
14996
  exports.CdiInputResolution = CdiInputResolution;
14997
+ exports.ChannelAlertState = ChannelAlertState;
14778
14998
  exports.ChannelClass = ChannelClass;
14779
14999
  exports.ChannelPipelineIdToRestart = ChannelPipelineIdToRestart;
14780
15000
  exports.ChannelPlacementGroupState = ChannelPlacementGroupState;
@@ -14784,6 +15004,7 @@ exports.CloudWatchAlarmTemplateComparisonOperator = CloudWatchAlarmTemplateCompa
14784
15004
  exports.CloudWatchAlarmTemplateStatistic = CloudWatchAlarmTemplateStatistic;
14785
15005
  exports.CloudWatchAlarmTemplateTargetResourceType = CloudWatchAlarmTemplateTargetResourceType;
14786
15006
  exports.CloudWatchAlarmTemplateTreatMissingData = CloudWatchAlarmTemplateTreatMissingData;
15007
+ exports.ClusterAlertState = ClusterAlertState;
14787
15008
  exports.ClusterState = ClusterState;
14788
15009
  exports.ClusterType = ClusterType;
14789
15010
  exports.CmafId3Behavior = CmafId3Behavior;
@@ -15011,10 +15232,12 @@ exports.InputTimecodeSource = InputTimecodeSource;
15011
15232
  exports.InputType = InputType;
15012
15233
  exports.InternalServerErrorException = InternalServerErrorException;
15013
15234
  exports.LastFrameClippingBehavior = LastFrameClippingBehavior;
15235
+ exports.ListAlertsCommand = ListAlertsCommand;
15014
15236
  exports.ListChannelPlacementGroupsCommand = ListChannelPlacementGroupsCommand;
15015
15237
  exports.ListChannelsCommand = ListChannelsCommand;
15016
15238
  exports.ListCloudWatchAlarmTemplateGroupsCommand = ListCloudWatchAlarmTemplateGroupsCommand;
15017
15239
  exports.ListCloudWatchAlarmTemplatesCommand = ListCloudWatchAlarmTemplatesCommand;
15240
+ exports.ListClusterAlertsCommand = ListClusterAlertsCommand;
15018
15241
  exports.ListClustersCommand = ListClustersCommand;
15019
15242
  exports.ListEventBridgeRuleTemplateGroupsCommand = ListEventBridgeRuleTemplateGroupsCommand;
15020
15243
  exports.ListEventBridgeRuleTemplatesCommand = ListEventBridgeRuleTemplatesCommand;
@@ -15022,6 +15245,7 @@ exports.ListInputDeviceTransfersCommand = ListInputDeviceTransfersCommand;
15022
15245
  exports.ListInputDevicesCommand = ListInputDevicesCommand;
15023
15246
  exports.ListInputSecurityGroupsCommand = ListInputSecurityGroupsCommand;
15024
15247
  exports.ListInputsCommand = ListInputsCommand;
15248
+ exports.ListMultiplexAlertsCommand = ListMultiplexAlertsCommand;
15025
15249
  exports.ListMultiplexProgramsCommand = ListMultiplexProgramsCommand;
15026
15250
  exports.ListMultiplexesCommand = ListMultiplexesCommand;
15027
15251
  exports.ListNetworksCommand = ListNetworksCommand;
@@ -15072,6 +15296,7 @@ exports.Mpeg2ScanType = Mpeg2ScanType;
15072
15296
  exports.Mpeg2SubGopLength = Mpeg2SubGopLength;
15073
15297
  exports.Mpeg2TimecodeInsertionBehavior = Mpeg2TimecodeInsertionBehavior;
15074
15298
  exports.MsSmoothH265PackagingType = MsSmoothH265PackagingType;
15299
+ exports.MultiplexAlertState = MultiplexAlertState;
15075
15300
  exports.MultiplexState = MultiplexState;
15076
15301
  exports.NetworkInputServerValidation = NetworkInputServerValidation;
15077
15302
  exports.NetworkInterfaceMode = NetworkInterfaceMode;
@@ -15185,10 +15410,12 @@ exports.VideoSelectorColorSpaceUsage = VideoSelectorColorSpaceUsage;
15185
15410
  exports.WavCodingMode = WavCodingMode;
15186
15411
  exports.WebvttDestinationStyleControl = WebvttDestinationStyleControl;
15187
15412
  exports.paginateDescribeSchedule = paginateDescribeSchedule;
15413
+ exports.paginateListAlerts = paginateListAlerts;
15188
15414
  exports.paginateListChannelPlacementGroups = paginateListChannelPlacementGroups;
15189
15415
  exports.paginateListChannels = paginateListChannels;
15190
15416
  exports.paginateListCloudWatchAlarmTemplateGroups = paginateListCloudWatchAlarmTemplateGroups;
15191
15417
  exports.paginateListCloudWatchAlarmTemplates = paginateListCloudWatchAlarmTemplates;
15418
+ exports.paginateListClusterAlerts = paginateListClusterAlerts;
15192
15419
  exports.paginateListClusters = paginateListClusters;
15193
15420
  exports.paginateListEventBridgeRuleTemplateGroups = paginateListEventBridgeRuleTemplateGroups;
15194
15421
  exports.paginateListEventBridgeRuleTemplates = paginateListEventBridgeRuleTemplates;
@@ -15196,6 +15423,7 @@ exports.paginateListInputDeviceTransfers = paginateListInputDeviceTransfers;
15196
15423
  exports.paginateListInputDevices = paginateListInputDevices;
15197
15424
  exports.paginateListInputSecurityGroups = paginateListInputSecurityGroups;
15198
15425
  exports.paginateListInputs = paginateListInputs;
15426
+ exports.paginateListMultiplexAlerts = paginateListMultiplexAlerts;
15199
15427
  exports.paginateListMultiplexPrograms = paginateListMultiplexPrograms;
15200
15428
  exports.paginateListMultiplexes = paginateListMultiplexes;
15201
15429
  exports.paginateListNetworks = paginateListNetworks;
@@ -64,10 +64,12 @@ import { GetCloudWatchAlarmTemplateGroupCommand, } from "./commands/GetCloudWatc
64
64
  import { GetEventBridgeRuleTemplateCommand, } from "./commands/GetEventBridgeRuleTemplateCommand";
65
65
  import { GetEventBridgeRuleTemplateGroupCommand, } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
66
66
  import { GetSignalMapCommand, } from "./commands/GetSignalMapCommand";
67
+ import { ListAlertsCommand } from "./commands/ListAlertsCommand";
67
68
  import { ListChannelPlacementGroupsCommand, } from "./commands/ListChannelPlacementGroupsCommand";
68
69
  import { ListChannelsCommand, } from "./commands/ListChannelsCommand";
69
70
  import { ListCloudWatchAlarmTemplateGroupsCommand, } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
70
71
  import { ListCloudWatchAlarmTemplatesCommand, } from "./commands/ListCloudWatchAlarmTemplatesCommand";
72
+ import { ListClusterAlertsCommand, } from "./commands/ListClusterAlertsCommand";
71
73
  import { ListClustersCommand, } from "./commands/ListClustersCommand";
72
74
  import { ListEventBridgeRuleTemplateGroupsCommand, } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
73
75
  import { ListEventBridgeRuleTemplatesCommand, } from "./commands/ListEventBridgeRuleTemplatesCommand";
@@ -75,6 +77,7 @@ import { ListInputDevicesCommand, } from "./commands/ListInputDevicesCommand";
75
77
  import { ListInputDeviceTransfersCommand, } from "./commands/ListInputDeviceTransfersCommand";
76
78
  import { ListInputsCommand } from "./commands/ListInputsCommand";
77
79
  import { ListInputSecurityGroupsCommand, } from "./commands/ListInputSecurityGroupsCommand";
80
+ import { ListMultiplexAlertsCommand, } from "./commands/ListMultiplexAlertsCommand";
78
81
  import { ListMultiplexesCommand, } from "./commands/ListMultiplexesCommand";
79
82
  import { ListMultiplexProgramsCommand, } from "./commands/ListMultiplexProgramsCommand";
80
83
  import { ListNetworksCommand, } from "./commands/ListNetworksCommand";
@@ -186,10 +189,12 @@ const commands = {
186
189
  GetEventBridgeRuleTemplateCommand,
187
190
  GetEventBridgeRuleTemplateGroupCommand,
188
191
  GetSignalMapCommand,
192
+ ListAlertsCommand,
189
193
  ListChannelPlacementGroupsCommand,
190
194
  ListChannelsCommand,
191
195
  ListCloudWatchAlarmTemplateGroupsCommand,
192
196
  ListCloudWatchAlarmTemplatesCommand,
197
+ ListClusterAlertsCommand,
193
198
  ListClustersCommand,
194
199
  ListEventBridgeRuleTemplateGroupsCommand,
195
200
  ListEventBridgeRuleTemplatesCommand,
@@ -197,6 +202,7 @@ const commands = {
197
202
  ListInputDeviceTransfersCommand,
198
203
  ListInputsCommand,
199
204
  ListInputSecurityGroupsCommand,
205
+ ListMultiplexAlertsCommand,
200
206
  ListMultiplexesCommand,
201
207
  ListMultiplexProgramsCommand,
202
208
  ListNetworksCommand,