@aws-sdk/client-medialive 3.552.0 → 3.554.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 (166) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/index.js +2212 -147
  3. package/dist-es/MediaLive.js +54 -0
  4. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
  5. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  6. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
  7. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
  8. package/dist-es/commands/CreateSignalMapCommand.js +24 -0
  9. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
  10. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
  11. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
  12. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
  13. package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
  14. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  15. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
  16. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
  17. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
  18. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
  19. package/dist-es/commands/GetSignalMapCommand.js +24 -0
  20. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
  21. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
  22. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
  23. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
  24. package/dist-es/commands/ListSignalMapsCommand.js +24 -0
  25. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
  26. package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
  27. package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
  28. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
  29. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  30. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
  31. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
  32. package/dist-es/commands/index.js +27 -0
  33. package/dist-es/models/models_0.js +44 -29
  34. package/dist-es/models/models_1.js +52 -3
  35. package/dist-es/models/models_2.js +3 -0
  36. package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
  37. package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
  38. package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
  39. package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
  40. package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
  41. package/dist-es/pagination/index.js +5 -0
  42. package/dist-es/protocols/Aws_restJson1.js +1164 -6
  43. package/dist-es/waiters/index.js +4 -0
  44. package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
  45. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
  46. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
  47. package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
  48. package/dist-types/MediaLive.d.ts +194 -0
  49. package/dist-types/MediaLiveClient.d.ts +29 -2
  50. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
  51. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
  52. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
  53. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
  54. package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
  55. package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
  56. package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
  57. package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
  58. package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
  59. package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
  66. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
  75. package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
  76. package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
  77. package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
  78. package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
  79. package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
  81. package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
  82. package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
  83. package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
  84. package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
  85. package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
  86. package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
  87. package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
  88. package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
  89. package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
  90. package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
  91. package/dist-types/commands/index.d.ts +27 -0
  92. package/dist-types/models/models_0.d.ts +350 -159
  93. package/dist-types/models/models_1.d.ts +783 -747
  94. package/dist-types/models/models_2.d.ts +2297 -147
  95. package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
  96. package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
  97. package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
  98. package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
  99. package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
  100. package/dist-types/pagination/index.d.ts +5 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
  102. package/dist-types/ts3.4/MediaLive.d.ts +512 -0
  103. package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
  104. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  105. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  106. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
  109. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
  110. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
  111. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
  112. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
  113. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
  120. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
  131. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  132. package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
  133. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
  134. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
  135. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
  136. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
  137. package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
  138. package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
  139. package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
  140. package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
  141. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  142. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  143. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
  144. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  145. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +112 -60
  147. package/dist-types/ts3.4/models/models_1.d.ts +223 -192
  148. package/dist-types/ts3.4/models/models_2.d.ts +508 -0
  149. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
  156. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  157. package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
  159. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
  160. package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
  161. package/dist-types/waiters/index.d.ts +4 -0
  162. package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
  163. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
  164. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
  165. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
  166. package/package.json +4 -4
@@ -78,6 +78,22 @@ import {
78
78
  CreateChannelCommandInput,
79
79
  CreateChannelCommandOutput,
80
80
  } from "./commands/CreateChannelCommand";
81
+ import {
82
+ CreateCloudWatchAlarmTemplateCommandInput,
83
+ CreateCloudWatchAlarmTemplateCommandOutput,
84
+ } from "./commands/CreateCloudWatchAlarmTemplateCommand";
85
+ import {
86
+ CreateCloudWatchAlarmTemplateGroupCommandInput,
87
+ CreateCloudWatchAlarmTemplateGroupCommandOutput,
88
+ } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
89
+ import {
90
+ CreateEventBridgeRuleTemplateCommandInput,
91
+ CreateEventBridgeRuleTemplateCommandOutput,
92
+ } from "./commands/CreateEventBridgeRuleTemplateCommand";
93
+ import {
94
+ CreateEventBridgeRuleTemplateGroupCommandInput,
95
+ CreateEventBridgeRuleTemplateGroupCommandOutput,
96
+ } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
81
97
  import {
82
98
  CreateInputCommandInput,
83
99
  CreateInputCommandOutput,
@@ -98,6 +114,10 @@ import {
98
114
  CreatePartnerInputCommandInput,
99
115
  CreatePartnerInputCommandOutput,
100
116
  } from "./commands/CreatePartnerInputCommand";
117
+ import {
118
+ CreateSignalMapCommandInput,
119
+ CreateSignalMapCommandOutput,
120
+ } from "./commands/CreateSignalMapCommand";
101
121
  import {
102
122
  CreateTagsCommandInput,
103
123
  CreateTagsCommandOutput,
@@ -106,6 +126,22 @@ import {
106
126
  DeleteChannelCommandInput,
107
127
  DeleteChannelCommandOutput,
108
128
  } from "./commands/DeleteChannelCommand";
129
+ import {
130
+ DeleteCloudWatchAlarmTemplateCommandInput,
131
+ DeleteCloudWatchAlarmTemplateCommandOutput,
132
+ } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
133
+ import {
134
+ DeleteCloudWatchAlarmTemplateGroupCommandInput,
135
+ DeleteCloudWatchAlarmTemplateGroupCommandOutput,
136
+ } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
137
+ import {
138
+ DeleteEventBridgeRuleTemplateCommandInput,
139
+ DeleteEventBridgeRuleTemplateCommandOutput,
140
+ } from "./commands/DeleteEventBridgeRuleTemplateCommand";
141
+ import {
142
+ DeleteEventBridgeRuleTemplateGroupCommandInput,
143
+ DeleteEventBridgeRuleTemplateGroupCommandOutput,
144
+ } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
109
145
  import {
110
146
  DeleteInputCommandInput,
111
147
  DeleteInputCommandOutput,
@@ -130,6 +166,10 @@ import {
130
166
  DeleteScheduleCommandInput,
131
167
  DeleteScheduleCommandOutput,
132
168
  } from "./commands/DeleteScheduleCommand";
169
+ import {
170
+ DeleteSignalMapCommandInput,
171
+ DeleteSignalMapCommandOutput,
172
+ } from "./commands/DeleteSignalMapCommand";
133
173
  import {
134
174
  DeleteTagsCommandInput,
135
175
  DeleteTagsCommandOutput,
@@ -182,10 +222,46 @@ import {
182
222
  DescribeThumbnailsCommandInput,
183
223
  DescribeThumbnailsCommandOutput,
184
224
  } from "./commands/DescribeThumbnailsCommand";
225
+ import {
226
+ GetCloudWatchAlarmTemplateCommandInput,
227
+ GetCloudWatchAlarmTemplateCommandOutput,
228
+ } from "./commands/GetCloudWatchAlarmTemplateCommand";
229
+ import {
230
+ GetCloudWatchAlarmTemplateGroupCommandInput,
231
+ GetCloudWatchAlarmTemplateGroupCommandOutput,
232
+ } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
233
+ import {
234
+ GetEventBridgeRuleTemplateCommandInput,
235
+ GetEventBridgeRuleTemplateCommandOutput,
236
+ } from "./commands/GetEventBridgeRuleTemplateCommand";
237
+ import {
238
+ GetEventBridgeRuleTemplateGroupCommandInput,
239
+ GetEventBridgeRuleTemplateGroupCommandOutput,
240
+ } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
241
+ import {
242
+ GetSignalMapCommandInput,
243
+ GetSignalMapCommandOutput,
244
+ } from "./commands/GetSignalMapCommand";
185
245
  import {
186
246
  ListChannelsCommandInput,
187
247
  ListChannelsCommandOutput,
188
248
  } from "./commands/ListChannelsCommand";
249
+ import {
250
+ ListCloudWatchAlarmTemplateGroupsCommandInput,
251
+ ListCloudWatchAlarmTemplateGroupsCommandOutput,
252
+ } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
253
+ import {
254
+ ListCloudWatchAlarmTemplatesCommandInput,
255
+ ListCloudWatchAlarmTemplatesCommandOutput,
256
+ } from "./commands/ListCloudWatchAlarmTemplatesCommand";
257
+ import {
258
+ ListEventBridgeRuleTemplateGroupsCommandInput,
259
+ ListEventBridgeRuleTemplateGroupsCommandOutput,
260
+ } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
261
+ import {
262
+ ListEventBridgeRuleTemplatesCommandInput,
263
+ ListEventBridgeRuleTemplatesCommandOutput,
264
+ } from "./commands/ListEventBridgeRuleTemplatesCommand";
189
265
  import {
190
266
  ListInputDevicesCommandInput,
191
267
  ListInputDevicesCommandOutput,
@@ -218,6 +294,10 @@ import {
218
294
  ListReservationsCommandInput,
219
295
  ListReservationsCommandOutput,
220
296
  } from "./commands/ListReservationsCommand";
297
+ import {
298
+ ListSignalMapsCommandInput,
299
+ ListSignalMapsCommandOutput,
300
+ } from "./commands/ListSignalMapsCommand";
221
301
  import {
222
302
  ListTagsForResourceCommandInput,
223
303
  ListTagsForResourceCommandOutput,
@@ -242,6 +322,10 @@ import {
242
322
  StartChannelCommandInput,
243
323
  StartChannelCommandOutput,
244
324
  } from "./commands/StartChannelCommand";
325
+ import {
326
+ StartDeleteMonitorDeploymentCommandInput,
327
+ StartDeleteMonitorDeploymentCommandOutput,
328
+ } from "./commands/StartDeleteMonitorDeploymentCommand";
245
329
  import {
246
330
  StartInputDeviceCommandInput,
247
331
  StartInputDeviceCommandOutput,
@@ -250,10 +334,18 @@ import {
250
334
  StartInputDeviceMaintenanceWindowCommandInput,
251
335
  StartInputDeviceMaintenanceWindowCommandOutput,
252
336
  } from "./commands/StartInputDeviceMaintenanceWindowCommand";
337
+ import {
338
+ StartMonitorDeploymentCommandInput,
339
+ StartMonitorDeploymentCommandOutput,
340
+ } from "./commands/StartMonitorDeploymentCommand";
253
341
  import {
254
342
  StartMultiplexCommandInput,
255
343
  StartMultiplexCommandOutput,
256
344
  } from "./commands/StartMultiplexCommand";
345
+ import {
346
+ StartUpdateSignalMapCommandInput,
347
+ StartUpdateSignalMapCommandOutput,
348
+ } from "./commands/StartUpdateSignalMapCommand";
257
349
  import {
258
350
  StopChannelCommandInput,
259
351
  StopChannelCommandOutput,
@@ -282,6 +374,22 @@ import {
282
374
  UpdateChannelCommandInput,
283
375
  UpdateChannelCommandOutput,
284
376
  } from "./commands/UpdateChannelCommand";
377
+ import {
378
+ UpdateCloudWatchAlarmTemplateCommandInput,
379
+ UpdateCloudWatchAlarmTemplateCommandOutput,
380
+ } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
381
+ import {
382
+ UpdateCloudWatchAlarmTemplateGroupCommandInput,
383
+ UpdateCloudWatchAlarmTemplateGroupCommandOutput,
384
+ } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
385
+ import {
386
+ UpdateEventBridgeRuleTemplateCommandInput,
387
+ UpdateEventBridgeRuleTemplateCommandOutput,
388
+ } from "./commands/UpdateEventBridgeRuleTemplateCommand";
389
+ import {
390
+ UpdateEventBridgeRuleTemplateGroupCommandInput,
391
+ UpdateEventBridgeRuleTemplateGroupCommandOutput,
392
+ } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
285
393
  import {
286
394
  UpdateInputCommandInput,
287
395
  UpdateInputCommandOutput,
@@ -322,19 +430,29 @@ export type ServiceInputTypes =
322
430
  | CancelInputDeviceTransferCommandInput
323
431
  | ClaimDeviceCommandInput
324
432
  | CreateChannelCommandInput
433
+ | CreateCloudWatchAlarmTemplateCommandInput
434
+ | CreateCloudWatchAlarmTemplateGroupCommandInput
435
+ | CreateEventBridgeRuleTemplateCommandInput
436
+ | CreateEventBridgeRuleTemplateGroupCommandInput
325
437
  | CreateInputCommandInput
326
438
  | CreateInputSecurityGroupCommandInput
327
439
  | CreateMultiplexCommandInput
328
440
  | CreateMultiplexProgramCommandInput
329
441
  | CreatePartnerInputCommandInput
442
+ | CreateSignalMapCommandInput
330
443
  | CreateTagsCommandInput
331
444
  | DeleteChannelCommandInput
445
+ | DeleteCloudWatchAlarmTemplateCommandInput
446
+ | DeleteCloudWatchAlarmTemplateGroupCommandInput
447
+ | DeleteEventBridgeRuleTemplateCommandInput
448
+ | DeleteEventBridgeRuleTemplateGroupCommandInput
332
449
  | DeleteInputCommandInput
333
450
  | DeleteInputSecurityGroupCommandInput
334
451
  | DeleteMultiplexCommandInput
335
452
  | DeleteMultiplexProgramCommandInput
336
453
  | DeleteReservationCommandInput
337
454
  | DeleteScheduleCommandInput
455
+ | DeleteSignalMapCommandInput
338
456
  | DeleteTagsCommandInput
339
457
  | DescribeAccountConfigurationCommandInput
340
458
  | DescribeChannelCommandInput
@@ -348,7 +466,16 @@ export type ServiceInputTypes =
348
466
  | DescribeReservationCommandInput
349
467
  | DescribeScheduleCommandInput
350
468
  | DescribeThumbnailsCommandInput
469
+ | GetCloudWatchAlarmTemplateCommandInput
470
+ | GetCloudWatchAlarmTemplateGroupCommandInput
471
+ | GetEventBridgeRuleTemplateCommandInput
472
+ | GetEventBridgeRuleTemplateGroupCommandInput
473
+ | GetSignalMapCommandInput
351
474
  | ListChannelsCommandInput
475
+ | ListCloudWatchAlarmTemplateGroupsCommandInput
476
+ | ListCloudWatchAlarmTemplatesCommandInput
477
+ | ListEventBridgeRuleTemplateGroupsCommandInput
478
+ | ListEventBridgeRuleTemplatesCommandInput
352
479
  | ListInputDeviceTransfersCommandInput
353
480
  | ListInputDevicesCommandInput
354
481
  | ListInputSecurityGroupsCommandInput
@@ -357,15 +484,19 @@ export type ServiceInputTypes =
357
484
  | ListMultiplexesCommandInput
358
485
  | ListOfferingsCommandInput
359
486
  | ListReservationsCommandInput
487
+ | ListSignalMapsCommandInput
360
488
  | ListTagsForResourceCommandInput
361
489
  | PurchaseOfferingCommandInput
362
490
  | RebootInputDeviceCommandInput
363
491
  | RejectInputDeviceTransferCommandInput
364
492
  | RestartChannelPipelinesCommandInput
365
493
  | StartChannelCommandInput
494
+ | StartDeleteMonitorDeploymentCommandInput
366
495
  | StartInputDeviceCommandInput
367
496
  | StartInputDeviceMaintenanceWindowCommandInput
497
+ | StartMonitorDeploymentCommandInput
368
498
  | StartMultiplexCommandInput
499
+ | StartUpdateSignalMapCommandInput
369
500
  | StopChannelCommandInput
370
501
  | StopInputDeviceCommandInput
371
502
  | StopMultiplexCommandInput
@@ -373,6 +504,10 @@ export type ServiceInputTypes =
373
504
  | UpdateAccountConfigurationCommandInput
374
505
  | UpdateChannelClassCommandInput
375
506
  | UpdateChannelCommandInput
507
+ | UpdateCloudWatchAlarmTemplateCommandInput
508
+ | UpdateCloudWatchAlarmTemplateGroupCommandInput
509
+ | UpdateEventBridgeRuleTemplateCommandInput
510
+ | UpdateEventBridgeRuleTemplateGroupCommandInput
376
511
  | UpdateInputCommandInput
377
512
  | UpdateInputDeviceCommandInput
378
513
  | UpdateInputSecurityGroupCommandInput
@@ -388,19 +523,29 @@ export type ServiceOutputTypes =
388
523
  | CancelInputDeviceTransferCommandOutput
389
524
  | ClaimDeviceCommandOutput
390
525
  | CreateChannelCommandOutput
526
+ | CreateCloudWatchAlarmTemplateCommandOutput
527
+ | CreateCloudWatchAlarmTemplateGroupCommandOutput
528
+ | CreateEventBridgeRuleTemplateCommandOutput
529
+ | CreateEventBridgeRuleTemplateGroupCommandOutput
391
530
  | CreateInputCommandOutput
392
531
  | CreateInputSecurityGroupCommandOutput
393
532
  | CreateMultiplexCommandOutput
394
533
  | CreateMultiplexProgramCommandOutput
395
534
  | CreatePartnerInputCommandOutput
535
+ | CreateSignalMapCommandOutput
396
536
  | CreateTagsCommandOutput
397
537
  | DeleteChannelCommandOutput
538
+ | DeleteCloudWatchAlarmTemplateCommandOutput
539
+ | DeleteCloudWatchAlarmTemplateGroupCommandOutput
540
+ | DeleteEventBridgeRuleTemplateCommandOutput
541
+ | DeleteEventBridgeRuleTemplateGroupCommandOutput
398
542
  | DeleteInputCommandOutput
399
543
  | DeleteInputSecurityGroupCommandOutput
400
544
  | DeleteMultiplexCommandOutput
401
545
  | DeleteMultiplexProgramCommandOutput
402
546
  | DeleteReservationCommandOutput
403
547
  | DeleteScheduleCommandOutput
548
+ | DeleteSignalMapCommandOutput
404
549
  | DeleteTagsCommandOutput
405
550
  | DescribeAccountConfigurationCommandOutput
406
551
  | DescribeChannelCommandOutput
@@ -414,7 +559,16 @@ export type ServiceOutputTypes =
414
559
  | DescribeReservationCommandOutput
415
560
  | DescribeScheduleCommandOutput
416
561
  | DescribeThumbnailsCommandOutput
562
+ | GetCloudWatchAlarmTemplateCommandOutput
563
+ | GetCloudWatchAlarmTemplateGroupCommandOutput
564
+ | GetEventBridgeRuleTemplateCommandOutput
565
+ | GetEventBridgeRuleTemplateGroupCommandOutput
566
+ | GetSignalMapCommandOutput
417
567
  | ListChannelsCommandOutput
568
+ | ListCloudWatchAlarmTemplateGroupsCommandOutput
569
+ | ListCloudWatchAlarmTemplatesCommandOutput
570
+ | ListEventBridgeRuleTemplateGroupsCommandOutput
571
+ | ListEventBridgeRuleTemplatesCommandOutput
418
572
  | ListInputDeviceTransfersCommandOutput
419
573
  | ListInputDevicesCommandOutput
420
574
  | ListInputSecurityGroupsCommandOutput
@@ -423,15 +577,19 @@ export type ServiceOutputTypes =
423
577
  | ListMultiplexesCommandOutput
424
578
  | ListOfferingsCommandOutput
425
579
  | ListReservationsCommandOutput
580
+ | ListSignalMapsCommandOutput
426
581
  | ListTagsForResourceCommandOutput
427
582
  | PurchaseOfferingCommandOutput
428
583
  | RebootInputDeviceCommandOutput
429
584
  | RejectInputDeviceTransferCommandOutput
430
585
  | RestartChannelPipelinesCommandOutput
431
586
  | StartChannelCommandOutput
587
+ | StartDeleteMonitorDeploymentCommandOutput
432
588
  | StartInputDeviceCommandOutput
433
589
  | StartInputDeviceMaintenanceWindowCommandOutput
590
+ | StartMonitorDeploymentCommandOutput
434
591
  | StartMultiplexCommandOutput
592
+ | StartUpdateSignalMapCommandOutput
435
593
  | StopChannelCommandOutput
436
594
  | StopInputDeviceCommandOutput
437
595
  | StopMultiplexCommandOutput
@@ -439,6 +597,10 @@ export type ServiceOutputTypes =
439
597
  | UpdateAccountConfigurationCommandOutput
440
598
  | UpdateChannelClassCommandOutput
441
599
  | UpdateChannelCommandOutput
600
+ | UpdateCloudWatchAlarmTemplateCommandOutput
601
+ | UpdateCloudWatchAlarmTemplateGroupCommandOutput
602
+ | UpdateEventBridgeRuleTemplateCommandOutput
603
+ | UpdateEventBridgeRuleTemplateGroupCommandOutput
442
604
  | UpdateInputCommandOutput
443
605
  | UpdateInputDeviceCommandOutput
444
606
  | UpdateInputSecurityGroupCommandOutput
@@ -0,0 +1,39 @@
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
+ CreateCloudWatchAlarmTemplateRequest,
10
+ CreateCloudWatchAlarmTemplateResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateCloudWatchAlarmTemplateCommandInput
14
+ extends CreateCloudWatchAlarmTemplateRequest {}
15
+ export interface CreateCloudWatchAlarmTemplateCommandOutput
16
+ extends CreateCloudWatchAlarmTemplateResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateCloudWatchAlarmTemplateCommand_base: {
19
+ new (
20
+ input: CreateCloudWatchAlarmTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateCloudWatchAlarmTemplateCommandInput,
23
+ CreateCloudWatchAlarmTemplateCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateCloudWatchAlarmTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCloudWatchAlarmTemplateCommandInput,
32
+ CreateCloudWatchAlarmTemplateCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateCloudWatchAlarmTemplateCommand extends CreateCloudWatchAlarmTemplateCommand_base {}
@@ -0,0 +1,39 @@
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
+ CreateCloudWatchAlarmTemplateGroupRequest,
10
+ CreateCloudWatchAlarmTemplateGroupResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateCloudWatchAlarmTemplateGroupCommandInput
14
+ extends CreateCloudWatchAlarmTemplateGroupRequest {}
15
+ export interface CreateCloudWatchAlarmTemplateGroupCommandOutput
16
+ extends CreateCloudWatchAlarmTemplateGroupResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateCloudWatchAlarmTemplateGroupCommand_base: {
19
+ new (
20
+ input: CreateCloudWatchAlarmTemplateGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateCloudWatchAlarmTemplateGroupCommandInput,
23
+ CreateCloudWatchAlarmTemplateGroupCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateCloudWatchAlarmTemplateGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCloudWatchAlarmTemplateGroupCommandInput,
32
+ CreateCloudWatchAlarmTemplateGroupCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateCloudWatchAlarmTemplateGroupCommand extends CreateCloudWatchAlarmTemplateGroupCommand_base {}
@@ -0,0 +1,39 @@
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
+ CreateEventBridgeRuleTemplateRequest,
10
+ CreateEventBridgeRuleTemplateResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateEventBridgeRuleTemplateCommandInput
14
+ extends CreateEventBridgeRuleTemplateRequest {}
15
+ export interface CreateEventBridgeRuleTemplateCommandOutput
16
+ extends CreateEventBridgeRuleTemplateResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateEventBridgeRuleTemplateCommand_base: {
19
+ new (
20
+ input: CreateEventBridgeRuleTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEventBridgeRuleTemplateCommandInput,
23
+ CreateEventBridgeRuleTemplateCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateEventBridgeRuleTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEventBridgeRuleTemplateCommandInput,
32
+ CreateEventBridgeRuleTemplateCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateEventBridgeRuleTemplateCommand extends CreateEventBridgeRuleTemplateCommand_base {}
@@ -0,0 +1,39 @@
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
+ CreateEventBridgeRuleTemplateGroupRequest,
10
+ CreateEventBridgeRuleTemplateGroupResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateEventBridgeRuleTemplateGroupCommandInput
14
+ extends CreateEventBridgeRuleTemplateGroupRequest {}
15
+ export interface CreateEventBridgeRuleTemplateGroupCommandOutput
16
+ extends CreateEventBridgeRuleTemplateGroupResponse,
17
+ __MetadataBearer {}
18
+ declare const CreateEventBridgeRuleTemplateGroupCommand_base: {
19
+ new (
20
+ input: CreateEventBridgeRuleTemplateGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEventBridgeRuleTemplateGroupCommandInput,
23
+ CreateEventBridgeRuleTemplateGroupCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: CreateEventBridgeRuleTemplateGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEventBridgeRuleTemplateGroupCommandInput,
32
+ CreateEventBridgeRuleTemplateGroupCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class CreateEventBridgeRuleTemplateGroupCommand extends CreateEventBridgeRuleTemplateGroupCommand_base {}
@@ -0,0 +1,38 @@
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
+ CreateSignalMapRequest,
10
+ CreateSignalMapResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer, $Command };
13
+ export interface CreateSignalMapCommandInput extends CreateSignalMapRequest {}
14
+ export interface CreateSignalMapCommandOutput
15
+ extends CreateSignalMapResponse,
16
+ __MetadataBearer {}
17
+ declare const CreateSignalMapCommand_base: {
18
+ new (
19
+ input: CreateSignalMapCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateSignalMapCommandInput,
22
+ CreateSignalMapCommandOutput,
23
+ MediaLiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ new (
28
+ __0_0: CreateSignalMapCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSignalMapCommandInput,
31
+ CreateSignalMapCommandOutput,
32
+ MediaLiveClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
36
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ };
38
+ export declare class CreateSignalMapCommand extends CreateSignalMapCommand_base {}
@@ -0,0 +1,35 @@
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 { DeleteCloudWatchAlarmTemplateRequest } from "../models/models_2";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteCloudWatchAlarmTemplateCommandInput
11
+ extends DeleteCloudWatchAlarmTemplateRequest {}
12
+ export interface DeleteCloudWatchAlarmTemplateCommandOutput
13
+ extends __MetadataBearer {}
14
+ declare const DeleteCloudWatchAlarmTemplateCommand_base: {
15
+ new (
16
+ input: DeleteCloudWatchAlarmTemplateCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteCloudWatchAlarmTemplateCommandInput,
19
+ DeleteCloudWatchAlarmTemplateCommandOutput,
20
+ MediaLiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: DeleteCloudWatchAlarmTemplateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCloudWatchAlarmTemplateCommandInput,
28
+ DeleteCloudWatchAlarmTemplateCommandOutput,
29
+ MediaLiveClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class DeleteCloudWatchAlarmTemplateCommand extends DeleteCloudWatchAlarmTemplateCommand_base {}
@@ -0,0 +1,35 @@
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 { DeleteCloudWatchAlarmTemplateGroupRequest } from "../models/models_2";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteCloudWatchAlarmTemplateGroupCommandInput
11
+ extends DeleteCloudWatchAlarmTemplateGroupRequest {}
12
+ export interface DeleteCloudWatchAlarmTemplateGroupCommandOutput
13
+ extends __MetadataBearer {}
14
+ declare const DeleteCloudWatchAlarmTemplateGroupCommand_base: {
15
+ new (
16
+ input: DeleteCloudWatchAlarmTemplateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteCloudWatchAlarmTemplateGroupCommandInput,
19
+ DeleteCloudWatchAlarmTemplateGroupCommandOutput,
20
+ MediaLiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: DeleteCloudWatchAlarmTemplateGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCloudWatchAlarmTemplateGroupCommandInput,
28
+ DeleteCloudWatchAlarmTemplateGroupCommandOutput,
29
+ MediaLiveClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class DeleteCloudWatchAlarmTemplateGroupCommand extends DeleteCloudWatchAlarmTemplateGroupCommand_base {}
@@ -0,0 +1,35 @@
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 { DeleteEventBridgeRuleTemplateRequest } from "../models/models_2";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteEventBridgeRuleTemplateCommandInput
11
+ extends DeleteEventBridgeRuleTemplateRequest {}
12
+ export interface DeleteEventBridgeRuleTemplateCommandOutput
13
+ extends __MetadataBearer {}
14
+ declare const DeleteEventBridgeRuleTemplateCommand_base: {
15
+ new (
16
+ input: DeleteEventBridgeRuleTemplateCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteEventBridgeRuleTemplateCommandInput,
19
+ DeleteEventBridgeRuleTemplateCommandOutput,
20
+ MediaLiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: DeleteEventBridgeRuleTemplateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteEventBridgeRuleTemplateCommandInput,
28
+ DeleteEventBridgeRuleTemplateCommandOutput,
29
+ MediaLiveClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class DeleteEventBridgeRuleTemplateCommand extends DeleteEventBridgeRuleTemplateCommand_base {}
@@ -0,0 +1,35 @@
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 { DeleteEventBridgeRuleTemplateGroupRequest } from "../models/models_2";
9
+ export { __MetadataBearer, $Command };
10
+ export interface DeleteEventBridgeRuleTemplateGroupCommandInput
11
+ extends DeleteEventBridgeRuleTemplateGroupRequest {}
12
+ export interface DeleteEventBridgeRuleTemplateGroupCommandOutput
13
+ extends __MetadataBearer {}
14
+ declare const DeleteEventBridgeRuleTemplateGroupCommand_base: {
15
+ new (
16
+ input: DeleteEventBridgeRuleTemplateGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteEventBridgeRuleTemplateGroupCommandInput,
19
+ DeleteEventBridgeRuleTemplateGroupCommandOutput,
20
+ MediaLiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ __0_0: DeleteEventBridgeRuleTemplateGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteEventBridgeRuleTemplateGroupCommandInput,
28
+ DeleteEventBridgeRuleTemplateGroupCommandOutput,
29
+ MediaLiveClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class DeleteEventBridgeRuleTemplateGroupCommand extends DeleteEventBridgeRuleTemplateGroupCommand_base {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaLiveClient";
8
- import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
8
+ import { DeleteInputRequest, DeleteInputResponse } from "../models/models_2";
9
9
  export { __MetadataBearer, $Command };
10
10
  export interface DeleteInputCommandInput extends DeleteInputRequest {}
11
11
  export interface DeleteInputCommandOutput