@aws-sdk/client-medialive 3.552.0 → 3.556.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
@@ -38,6 +38,22 @@ import {
38
38
  CreateChannelCommandInput,
39
39
  CreateChannelCommandOutput,
40
40
  } from "../commands/CreateChannelCommand";
41
+ import {
42
+ CreateCloudWatchAlarmTemplateCommandInput,
43
+ CreateCloudWatchAlarmTemplateCommandOutput,
44
+ } from "../commands/CreateCloudWatchAlarmTemplateCommand";
45
+ import {
46
+ CreateCloudWatchAlarmTemplateGroupCommandInput,
47
+ CreateCloudWatchAlarmTemplateGroupCommandOutput,
48
+ } from "../commands/CreateCloudWatchAlarmTemplateGroupCommand";
49
+ import {
50
+ CreateEventBridgeRuleTemplateCommandInput,
51
+ CreateEventBridgeRuleTemplateCommandOutput,
52
+ } from "../commands/CreateEventBridgeRuleTemplateCommand";
53
+ import {
54
+ CreateEventBridgeRuleTemplateGroupCommandInput,
55
+ CreateEventBridgeRuleTemplateGroupCommandOutput,
56
+ } from "../commands/CreateEventBridgeRuleTemplateGroupCommand";
41
57
  import {
42
58
  CreateInputCommandInput,
43
59
  CreateInputCommandOutput,
@@ -58,6 +74,10 @@ import {
58
74
  CreatePartnerInputCommandInput,
59
75
  CreatePartnerInputCommandOutput,
60
76
  } from "../commands/CreatePartnerInputCommand";
77
+ import {
78
+ CreateSignalMapCommandInput,
79
+ CreateSignalMapCommandOutput,
80
+ } from "../commands/CreateSignalMapCommand";
61
81
  import {
62
82
  CreateTagsCommandInput,
63
83
  CreateTagsCommandOutput,
@@ -66,6 +86,22 @@ import {
66
86
  DeleteChannelCommandInput,
67
87
  DeleteChannelCommandOutput,
68
88
  } from "../commands/DeleteChannelCommand";
89
+ import {
90
+ DeleteCloudWatchAlarmTemplateCommandInput,
91
+ DeleteCloudWatchAlarmTemplateCommandOutput,
92
+ } from "../commands/DeleteCloudWatchAlarmTemplateCommand";
93
+ import {
94
+ DeleteCloudWatchAlarmTemplateGroupCommandInput,
95
+ DeleteCloudWatchAlarmTemplateGroupCommandOutput,
96
+ } from "../commands/DeleteCloudWatchAlarmTemplateGroupCommand";
97
+ import {
98
+ DeleteEventBridgeRuleTemplateCommandInput,
99
+ DeleteEventBridgeRuleTemplateCommandOutput,
100
+ } from "../commands/DeleteEventBridgeRuleTemplateCommand";
101
+ import {
102
+ DeleteEventBridgeRuleTemplateGroupCommandInput,
103
+ DeleteEventBridgeRuleTemplateGroupCommandOutput,
104
+ } from "../commands/DeleteEventBridgeRuleTemplateGroupCommand";
69
105
  import {
70
106
  DeleteInputCommandInput,
71
107
  DeleteInputCommandOutput,
@@ -90,6 +126,10 @@ import {
90
126
  DeleteScheduleCommandInput,
91
127
  DeleteScheduleCommandOutput,
92
128
  } from "../commands/DeleteScheduleCommand";
129
+ import {
130
+ DeleteSignalMapCommandInput,
131
+ DeleteSignalMapCommandOutput,
132
+ } from "../commands/DeleteSignalMapCommand";
93
133
  import {
94
134
  DeleteTagsCommandInput,
95
135
  DeleteTagsCommandOutput,
@@ -142,10 +182,46 @@ import {
142
182
  DescribeThumbnailsCommandInput,
143
183
  DescribeThumbnailsCommandOutput,
144
184
  } from "../commands/DescribeThumbnailsCommand";
185
+ import {
186
+ GetCloudWatchAlarmTemplateCommandInput,
187
+ GetCloudWatchAlarmTemplateCommandOutput,
188
+ } from "../commands/GetCloudWatchAlarmTemplateCommand";
189
+ import {
190
+ GetCloudWatchAlarmTemplateGroupCommandInput,
191
+ GetCloudWatchAlarmTemplateGroupCommandOutput,
192
+ } from "../commands/GetCloudWatchAlarmTemplateGroupCommand";
193
+ import {
194
+ GetEventBridgeRuleTemplateCommandInput,
195
+ GetEventBridgeRuleTemplateCommandOutput,
196
+ } from "../commands/GetEventBridgeRuleTemplateCommand";
197
+ import {
198
+ GetEventBridgeRuleTemplateGroupCommandInput,
199
+ GetEventBridgeRuleTemplateGroupCommandOutput,
200
+ } from "../commands/GetEventBridgeRuleTemplateGroupCommand";
201
+ import {
202
+ GetSignalMapCommandInput,
203
+ GetSignalMapCommandOutput,
204
+ } from "../commands/GetSignalMapCommand";
145
205
  import {
146
206
  ListChannelsCommandInput,
147
207
  ListChannelsCommandOutput,
148
208
  } from "../commands/ListChannelsCommand";
209
+ import {
210
+ ListCloudWatchAlarmTemplateGroupsCommandInput,
211
+ ListCloudWatchAlarmTemplateGroupsCommandOutput,
212
+ } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
213
+ import {
214
+ ListCloudWatchAlarmTemplatesCommandInput,
215
+ ListCloudWatchAlarmTemplatesCommandOutput,
216
+ } from "../commands/ListCloudWatchAlarmTemplatesCommand";
217
+ import {
218
+ ListEventBridgeRuleTemplateGroupsCommandInput,
219
+ ListEventBridgeRuleTemplateGroupsCommandOutput,
220
+ } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
221
+ import {
222
+ ListEventBridgeRuleTemplatesCommandInput,
223
+ ListEventBridgeRuleTemplatesCommandOutput,
224
+ } from "../commands/ListEventBridgeRuleTemplatesCommand";
149
225
  import {
150
226
  ListInputDevicesCommandInput,
151
227
  ListInputDevicesCommandOutput,
@@ -178,6 +254,10 @@ import {
178
254
  ListReservationsCommandInput,
179
255
  ListReservationsCommandOutput,
180
256
  } from "../commands/ListReservationsCommand";
257
+ import {
258
+ ListSignalMapsCommandInput,
259
+ ListSignalMapsCommandOutput,
260
+ } from "../commands/ListSignalMapsCommand";
181
261
  import {
182
262
  ListTagsForResourceCommandInput,
183
263
  ListTagsForResourceCommandOutput,
@@ -202,6 +282,10 @@ import {
202
282
  StartChannelCommandInput,
203
283
  StartChannelCommandOutput,
204
284
  } from "../commands/StartChannelCommand";
285
+ import {
286
+ StartDeleteMonitorDeploymentCommandInput,
287
+ StartDeleteMonitorDeploymentCommandOutput,
288
+ } from "../commands/StartDeleteMonitorDeploymentCommand";
205
289
  import {
206
290
  StartInputDeviceCommandInput,
207
291
  StartInputDeviceCommandOutput,
@@ -210,10 +294,18 @@ import {
210
294
  StartInputDeviceMaintenanceWindowCommandInput,
211
295
  StartInputDeviceMaintenanceWindowCommandOutput,
212
296
  } from "../commands/StartInputDeviceMaintenanceWindowCommand";
297
+ import {
298
+ StartMonitorDeploymentCommandInput,
299
+ StartMonitorDeploymentCommandOutput,
300
+ } from "../commands/StartMonitorDeploymentCommand";
213
301
  import {
214
302
  StartMultiplexCommandInput,
215
303
  StartMultiplexCommandOutput,
216
304
  } from "../commands/StartMultiplexCommand";
305
+ import {
306
+ StartUpdateSignalMapCommandInput,
307
+ StartUpdateSignalMapCommandOutput,
308
+ } from "../commands/StartUpdateSignalMapCommand";
217
309
  import {
218
310
  StopChannelCommandInput,
219
311
  StopChannelCommandOutput,
@@ -242,6 +334,22 @@ import {
242
334
  UpdateChannelCommandInput,
243
335
  UpdateChannelCommandOutput,
244
336
  } from "../commands/UpdateChannelCommand";
337
+ import {
338
+ UpdateCloudWatchAlarmTemplateCommandInput,
339
+ UpdateCloudWatchAlarmTemplateCommandOutput,
340
+ } from "../commands/UpdateCloudWatchAlarmTemplateCommand";
341
+ import {
342
+ UpdateCloudWatchAlarmTemplateGroupCommandInput,
343
+ UpdateCloudWatchAlarmTemplateGroupCommandOutput,
344
+ } from "../commands/UpdateCloudWatchAlarmTemplateGroupCommand";
345
+ import {
346
+ UpdateEventBridgeRuleTemplateCommandInput,
347
+ UpdateEventBridgeRuleTemplateCommandOutput,
348
+ } from "../commands/UpdateEventBridgeRuleTemplateCommand";
349
+ import {
350
+ UpdateEventBridgeRuleTemplateGroupCommandInput,
351
+ UpdateEventBridgeRuleTemplateGroupCommandOutput,
352
+ } from "../commands/UpdateEventBridgeRuleTemplateGroupCommand";
245
353
  import {
246
354
  UpdateInputCommandInput,
247
355
  UpdateInputCommandOutput,
@@ -298,6 +406,22 @@ export declare const se_CreateChannelCommand: (
298
406
  input: CreateChannelCommandInput,
299
407
  context: __SerdeContext
300
408
  ) => Promise<__HttpRequest>;
409
+ export declare const se_CreateCloudWatchAlarmTemplateCommand: (
410
+ input: CreateCloudWatchAlarmTemplateCommandInput,
411
+ context: __SerdeContext
412
+ ) => Promise<__HttpRequest>;
413
+ export declare const se_CreateCloudWatchAlarmTemplateGroupCommand: (
414
+ input: CreateCloudWatchAlarmTemplateGroupCommandInput,
415
+ context: __SerdeContext
416
+ ) => Promise<__HttpRequest>;
417
+ export declare const se_CreateEventBridgeRuleTemplateCommand: (
418
+ input: CreateEventBridgeRuleTemplateCommandInput,
419
+ context: __SerdeContext
420
+ ) => Promise<__HttpRequest>;
421
+ export declare const se_CreateEventBridgeRuleTemplateGroupCommand: (
422
+ input: CreateEventBridgeRuleTemplateGroupCommandInput,
423
+ context: __SerdeContext
424
+ ) => Promise<__HttpRequest>;
301
425
  export declare const se_CreateInputCommand: (
302
426
  input: CreateInputCommandInput,
303
427
  context: __SerdeContext
@@ -318,6 +442,10 @@ export declare const se_CreatePartnerInputCommand: (
318
442
  input: CreatePartnerInputCommandInput,
319
443
  context: __SerdeContext
320
444
  ) => Promise<__HttpRequest>;
445
+ export declare const se_CreateSignalMapCommand: (
446
+ input: CreateSignalMapCommandInput,
447
+ context: __SerdeContext
448
+ ) => Promise<__HttpRequest>;
321
449
  export declare const se_CreateTagsCommand: (
322
450
  input: CreateTagsCommandInput,
323
451
  context: __SerdeContext
@@ -326,6 +454,22 @@ export declare const se_DeleteChannelCommand: (
326
454
  input: DeleteChannelCommandInput,
327
455
  context: __SerdeContext
328
456
  ) => Promise<__HttpRequest>;
457
+ export declare const se_DeleteCloudWatchAlarmTemplateCommand: (
458
+ input: DeleteCloudWatchAlarmTemplateCommandInput,
459
+ context: __SerdeContext
460
+ ) => Promise<__HttpRequest>;
461
+ export declare const se_DeleteCloudWatchAlarmTemplateGroupCommand: (
462
+ input: DeleteCloudWatchAlarmTemplateGroupCommandInput,
463
+ context: __SerdeContext
464
+ ) => Promise<__HttpRequest>;
465
+ export declare const se_DeleteEventBridgeRuleTemplateCommand: (
466
+ input: DeleteEventBridgeRuleTemplateCommandInput,
467
+ context: __SerdeContext
468
+ ) => Promise<__HttpRequest>;
469
+ export declare const se_DeleteEventBridgeRuleTemplateGroupCommand: (
470
+ input: DeleteEventBridgeRuleTemplateGroupCommandInput,
471
+ context: __SerdeContext
472
+ ) => Promise<__HttpRequest>;
329
473
  export declare const se_DeleteInputCommand: (
330
474
  input: DeleteInputCommandInput,
331
475
  context: __SerdeContext
@@ -350,6 +494,10 @@ export declare const se_DeleteScheduleCommand: (
350
494
  input: DeleteScheduleCommandInput,
351
495
  context: __SerdeContext
352
496
  ) => Promise<__HttpRequest>;
497
+ export declare const se_DeleteSignalMapCommand: (
498
+ input: DeleteSignalMapCommandInput,
499
+ context: __SerdeContext
500
+ ) => Promise<__HttpRequest>;
353
501
  export declare const se_DeleteTagsCommand: (
354
502
  input: DeleteTagsCommandInput,
355
503
  context: __SerdeContext
@@ -402,10 +550,46 @@ export declare const se_DescribeThumbnailsCommand: (
402
550
  input: DescribeThumbnailsCommandInput,
403
551
  context: __SerdeContext
404
552
  ) => Promise<__HttpRequest>;
553
+ export declare const se_GetCloudWatchAlarmTemplateCommand: (
554
+ input: GetCloudWatchAlarmTemplateCommandInput,
555
+ context: __SerdeContext
556
+ ) => Promise<__HttpRequest>;
557
+ export declare const se_GetCloudWatchAlarmTemplateGroupCommand: (
558
+ input: GetCloudWatchAlarmTemplateGroupCommandInput,
559
+ context: __SerdeContext
560
+ ) => Promise<__HttpRequest>;
561
+ export declare const se_GetEventBridgeRuleTemplateCommand: (
562
+ input: GetEventBridgeRuleTemplateCommandInput,
563
+ context: __SerdeContext
564
+ ) => Promise<__HttpRequest>;
565
+ export declare const se_GetEventBridgeRuleTemplateGroupCommand: (
566
+ input: GetEventBridgeRuleTemplateGroupCommandInput,
567
+ context: __SerdeContext
568
+ ) => Promise<__HttpRequest>;
569
+ export declare const se_GetSignalMapCommand: (
570
+ input: GetSignalMapCommandInput,
571
+ context: __SerdeContext
572
+ ) => Promise<__HttpRequest>;
405
573
  export declare const se_ListChannelsCommand: (
406
574
  input: ListChannelsCommandInput,
407
575
  context: __SerdeContext
408
576
  ) => Promise<__HttpRequest>;
577
+ export declare const se_ListCloudWatchAlarmTemplateGroupsCommand: (
578
+ input: ListCloudWatchAlarmTemplateGroupsCommandInput,
579
+ context: __SerdeContext
580
+ ) => Promise<__HttpRequest>;
581
+ export declare const se_ListCloudWatchAlarmTemplatesCommand: (
582
+ input: ListCloudWatchAlarmTemplatesCommandInput,
583
+ context: __SerdeContext
584
+ ) => Promise<__HttpRequest>;
585
+ export declare const se_ListEventBridgeRuleTemplateGroupsCommand: (
586
+ input: ListEventBridgeRuleTemplateGroupsCommandInput,
587
+ context: __SerdeContext
588
+ ) => Promise<__HttpRequest>;
589
+ export declare const se_ListEventBridgeRuleTemplatesCommand: (
590
+ input: ListEventBridgeRuleTemplatesCommandInput,
591
+ context: __SerdeContext
592
+ ) => Promise<__HttpRequest>;
409
593
  export declare const se_ListInputDevicesCommand: (
410
594
  input: ListInputDevicesCommandInput,
411
595
  context: __SerdeContext
@@ -438,6 +622,10 @@ export declare const se_ListReservationsCommand: (
438
622
  input: ListReservationsCommandInput,
439
623
  context: __SerdeContext
440
624
  ) => Promise<__HttpRequest>;
625
+ export declare const se_ListSignalMapsCommand: (
626
+ input: ListSignalMapsCommandInput,
627
+ context: __SerdeContext
628
+ ) => Promise<__HttpRequest>;
441
629
  export declare const se_ListTagsForResourceCommand: (
442
630
  input: ListTagsForResourceCommandInput,
443
631
  context: __SerdeContext
@@ -462,6 +650,10 @@ export declare const se_StartChannelCommand: (
462
650
  input: StartChannelCommandInput,
463
651
  context: __SerdeContext
464
652
  ) => Promise<__HttpRequest>;
653
+ export declare const se_StartDeleteMonitorDeploymentCommand: (
654
+ input: StartDeleteMonitorDeploymentCommandInput,
655
+ context: __SerdeContext
656
+ ) => Promise<__HttpRequest>;
465
657
  export declare const se_StartInputDeviceCommand: (
466
658
  input: StartInputDeviceCommandInput,
467
659
  context: __SerdeContext
@@ -470,10 +662,18 @@ export declare const se_StartInputDeviceMaintenanceWindowCommand: (
470
662
  input: StartInputDeviceMaintenanceWindowCommandInput,
471
663
  context: __SerdeContext
472
664
  ) => Promise<__HttpRequest>;
665
+ export declare const se_StartMonitorDeploymentCommand: (
666
+ input: StartMonitorDeploymentCommandInput,
667
+ context: __SerdeContext
668
+ ) => Promise<__HttpRequest>;
473
669
  export declare const se_StartMultiplexCommand: (
474
670
  input: StartMultiplexCommandInput,
475
671
  context: __SerdeContext
476
672
  ) => Promise<__HttpRequest>;
673
+ export declare const se_StartUpdateSignalMapCommand: (
674
+ input: StartUpdateSignalMapCommandInput,
675
+ context: __SerdeContext
676
+ ) => Promise<__HttpRequest>;
477
677
  export declare const se_StopChannelCommand: (
478
678
  input: StopChannelCommandInput,
479
679
  context: __SerdeContext
@@ -502,6 +702,22 @@ export declare const se_UpdateChannelClassCommand: (
502
702
  input: UpdateChannelClassCommandInput,
503
703
  context: __SerdeContext
504
704
  ) => Promise<__HttpRequest>;
705
+ export declare const se_UpdateCloudWatchAlarmTemplateCommand: (
706
+ input: UpdateCloudWatchAlarmTemplateCommandInput,
707
+ context: __SerdeContext
708
+ ) => Promise<__HttpRequest>;
709
+ export declare const se_UpdateCloudWatchAlarmTemplateGroupCommand: (
710
+ input: UpdateCloudWatchAlarmTemplateGroupCommandInput,
711
+ context: __SerdeContext
712
+ ) => Promise<__HttpRequest>;
713
+ export declare const se_UpdateEventBridgeRuleTemplateCommand: (
714
+ input: UpdateEventBridgeRuleTemplateCommandInput,
715
+ context: __SerdeContext
716
+ ) => Promise<__HttpRequest>;
717
+ export declare const se_UpdateEventBridgeRuleTemplateGroupCommand: (
718
+ input: UpdateEventBridgeRuleTemplateGroupCommandInput,
719
+ context: __SerdeContext
720
+ ) => Promise<__HttpRequest>;
505
721
  export declare const se_UpdateInputCommand: (
506
722
  input: UpdateInputCommandInput,
507
723
  context: __SerdeContext
@@ -558,6 +774,22 @@ export declare const de_CreateChannelCommand: (
558
774
  output: __HttpResponse,
559
775
  context: __SerdeContext
560
776
  ) => Promise<CreateChannelCommandOutput>;
777
+ export declare const de_CreateCloudWatchAlarmTemplateCommand: (
778
+ output: __HttpResponse,
779
+ context: __SerdeContext
780
+ ) => Promise<CreateCloudWatchAlarmTemplateCommandOutput>;
781
+ export declare const de_CreateCloudWatchAlarmTemplateGroupCommand: (
782
+ output: __HttpResponse,
783
+ context: __SerdeContext
784
+ ) => Promise<CreateCloudWatchAlarmTemplateGroupCommandOutput>;
785
+ export declare const de_CreateEventBridgeRuleTemplateCommand: (
786
+ output: __HttpResponse,
787
+ context: __SerdeContext
788
+ ) => Promise<CreateEventBridgeRuleTemplateCommandOutput>;
789
+ export declare const de_CreateEventBridgeRuleTemplateGroupCommand: (
790
+ output: __HttpResponse,
791
+ context: __SerdeContext
792
+ ) => Promise<CreateEventBridgeRuleTemplateGroupCommandOutput>;
561
793
  export declare const de_CreateInputCommand: (
562
794
  output: __HttpResponse,
563
795
  context: __SerdeContext
@@ -578,6 +810,10 @@ export declare const de_CreatePartnerInputCommand: (
578
810
  output: __HttpResponse,
579
811
  context: __SerdeContext
580
812
  ) => Promise<CreatePartnerInputCommandOutput>;
813
+ export declare const de_CreateSignalMapCommand: (
814
+ output: __HttpResponse,
815
+ context: __SerdeContext
816
+ ) => Promise<CreateSignalMapCommandOutput>;
581
817
  export declare const de_CreateTagsCommand: (
582
818
  output: __HttpResponse,
583
819
  context: __SerdeContext
@@ -586,6 +822,22 @@ export declare const de_DeleteChannelCommand: (
586
822
  output: __HttpResponse,
587
823
  context: __SerdeContext
588
824
  ) => Promise<DeleteChannelCommandOutput>;
825
+ export declare const de_DeleteCloudWatchAlarmTemplateCommand: (
826
+ output: __HttpResponse,
827
+ context: __SerdeContext
828
+ ) => Promise<DeleteCloudWatchAlarmTemplateCommandOutput>;
829
+ export declare const de_DeleteCloudWatchAlarmTemplateGroupCommand: (
830
+ output: __HttpResponse,
831
+ context: __SerdeContext
832
+ ) => Promise<DeleteCloudWatchAlarmTemplateGroupCommandOutput>;
833
+ export declare const de_DeleteEventBridgeRuleTemplateCommand: (
834
+ output: __HttpResponse,
835
+ context: __SerdeContext
836
+ ) => Promise<DeleteEventBridgeRuleTemplateCommandOutput>;
837
+ export declare const de_DeleteEventBridgeRuleTemplateGroupCommand: (
838
+ output: __HttpResponse,
839
+ context: __SerdeContext
840
+ ) => Promise<DeleteEventBridgeRuleTemplateGroupCommandOutput>;
589
841
  export declare const de_DeleteInputCommand: (
590
842
  output: __HttpResponse,
591
843
  context: __SerdeContext
@@ -610,6 +862,10 @@ export declare const de_DeleteScheduleCommand: (
610
862
  output: __HttpResponse,
611
863
  context: __SerdeContext
612
864
  ) => Promise<DeleteScheduleCommandOutput>;
865
+ export declare const de_DeleteSignalMapCommand: (
866
+ output: __HttpResponse,
867
+ context: __SerdeContext
868
+ ) => Promise<DeleteSignalMapCommandOutput>;
613
869
  export declare const de_DeleteTagsCommand: (
614
870
  output: __HttpResponse,
615
871
  context: __SerdeContext
@@ -662,10 +918,46 @@ export declare const de_DescribeThumbnailsCommand: (
662
918
  output: __HttpResponse,
663
919
  context: __SerdeContext
664
920
  ) => Promise<DescribeThumbnailsCommandOutput>;
921
+ export declare const de_GetCloudWatchAlarmTemplateCommand: (
922
+ output: __HttpResponse,
923
+ context: __SerdeContext
924
+ ) => Promise<GetCloudWatchAlarmTemplateCommandOutput>;
925
+ export declare const de_GetCloudWatchAlarmTemplateGroupCommand: (
926
+ output: __HttpResponse,
927
+ context: __SerdeContext
928
+ ) => Promise<GetCloudWatchAlarmTemplateGroupCommandOutput>;
929
+ export declare const de_GetEventBridgeRuleTemplateCommand: (
930
+ output: __HttpResponse,
931
+ context: __SerdeContext
932
+ ) => Promise<GetEventBridgeRuleTemplateCommandOutput>;
933
+ export declare const de_GetEventBridgeRuleTemplateGroupCommand: (
934
+ output: __HttpResponse,
935
+ context: __SerdeContext
936
+ ) => Promise<GetEventBridgeRuleTemplateGroupCommandOutput>;
937
+ export declare const de_GetSignalMapCommand: (
938
+ output: __HttpResponse,
939
+ context: __SerdeContext
940
+ ) => Promise<GetSignalMapCommandOutput>;
665
941
  export declare const de_ListChannelsCommand: (
666
942
  output: __HttpResponse,
667
943
  context: __SerdeContext
668
944
  ) => Promise<ListChannelsCommandOutput>;
945
+ export declare const de_ListCloudWatchAlarmTemplateGroupsCommand: (
946
+ output: __HttpResponse,
947
+ context: __SerdeContext
948
+ ) => Promise<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
949
+ export declare const de_ListCloudWatchAlarmTemplatesCommand: (
950
+ output: __HttpResponse,
951
+ context: __SerdeContext
952
+ ) => Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
953
+ export declare const de_ListEventBridgeRuleTemplateGroupsCommand: (
954
+ output: __HttpResponse,
955
+ context: __SerdeContext
956
+ ) => Promise<ListEventBridgeRuleTemplateGroupsCommandOutput>;
957
+ export declare const de_ListEventBridgeRuleTemplatesCommand: (
958
+ output: __HttpResponse,
959
+ context: __SerdeContext
960
+ ) => Promise<ListEventBridgeRuleTemplatesCommandOutput>;
669
961
  export declare const de_ListInputDevicesCommand: (
670
962
  output: __HttpResponse,
671
963
  context: __SerdeContext
@@ -698,6 +990,10 @@ export declare const de_ListReservationsCommand: (
698
990
  output: __HttpResponse,
699
991
  context: __SerdeContext
700
992
  ) => Promise<ListReservationsCommandOutput>;
993
+ export declare const de_ListSignalMapsCommand: (
994
+ output: __HttpResponse,
995
+ context: __SerdeContext
996
+ ) => Promise<ListSignalMapsCommandOutput>;
701
997
  export declare const de_ListTagsForResourceCommand: (
702
998
  output: __HttpResponse,
703
999
  context: __SerdeContext
@@ -722,6 +1018,10 @@ export declare const de_StartChannelCommand: (
722
1018
  output: __HttpResponse,
723
1019
  context: __SerdeContext
724
1020
  ) => Promise<StartChannelCommandOutput>;
1021
+ export declare const de_StartDeleteMonitorDeploymentCommand: (
1022
+ output: __HttpResponse,
1023
+ context: __SerdeContext
1024
+ ) => Promise<StartDeleteMonitorDeploymentCommandOutput>;
725
1025
  export declare const de_StartInputDeviceCommand: (
726
1026
  output: __HttpResponse,
727
1027
  context: __SerdeContext
@@ -730,10 +1030,18 @@ export declare const de_StartInputDeviceMaintenanceWindowCommand: (
730
1030
  output: __HttpResponse,
731
1031
  context: __SerdeContext
732
1032
  ) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
1033
+ export declare const de_StartMonitorDeploymentCommand: (
1034
+ output: __HttpResponse,
1035
+ context: __SerdeContext
1036
+ ) => Promise<StartMonitorDeploymentCommandOutput>;
733
1037
  export declare const de_StartMultiplexCommand: (
734
1038
  output: __HttpResponse,
735
1039
  context: __SerdeContext
736
1040
  ) => Promise<StartMultiplexCommandOutput>;
1041
+ export declare const de_StartUpdateSignalMapCommand: (
1042
+ output: __HttpResponse,
1043
+ context: __SerdeContext
1044
+ ) => Promise<StartUpdateSignalMapCommandOutput>;
737
1045
  export declare const de_StopChannelCommand: (
738
1046
  output: __HttpResponse,
739
1047
  context: __SerdeContext
@@ -762,6 +1070,22 @@ export declare const de_UpdateChannelClassCommand: (
762
1070
  output: __HttpResponse,
763
1071
  context: __SerdeContext
764
1072
  ) => Promise<UpdateChannelClassCommandOutput>;
1073
+ export declare const de_UpdateCloudWatchAlarmTemplateCommand: (
1074
+ output: __HttpResponse,
1075
+ context: __SerdeContext
1076
+ ) => Promise<UpdateCloudWatchAlarmTemplateCommandOutput>;
1077
+ export declare const de_UpdateCloudWatchAlarmTemplateGroupCommand: (
1078
+ output: __HttpResponse,
1079
+ context: __SerdeContext
1080
+ ) => Promise<UpdateCloudWatchAlarmTemplateGroupCommandOutput>;
1081
+ export declare const de_UpdateEventBridgeRuleTemplateCommand: (
1082
+ output: __HttpResponse,
1083
+ context: __SerdeContext
1084
+ ) => Promise<UpdateEventBridgeRuleTemplateCommandOutput>;
1085
+ export declare const de_UpdateEventBridgeRuleTemplateGroupCommand: (
1086
+ output: __HttpResponse,
1087
+ context: __SerdeContext
1088
+ ) => Promise<UpdateEventBridgeRuleTemplateGroupCommandOutput>;
765
1089
  export declare const de_UpdateInputCommand: (
766
1090
  output: __HttpResponse,
767
1091
  context: __SerdeContext
@@ -9,3 +9,7 @@ export * from "./waitForMultiplexCreated";
9
9
  export * from "./waitForMultiplexDeleted";
10
10
  export * from "./waitForMultiplexRunning";
11
11
  export * from "./waitForMultiplexStopped";
12
+ export * from "./waitForSignalMapCreated";
13
+ export * from "./waitForSignalMapMonitorDeleted";
14
+ export * from "./waitForSignalMapMonitorDeployed";
15
+ export * from "./waitForSignalMapUpdated";
@@ -0,0 +1,11 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ export declare const waitForSignalMapCreated: (
5
+ params: WaiterConfiguration<MediaLiveClient>,
6
+ input: GetSignalMapCommandInput
7
+ ) => Promise<WaiterResult>;
8
+ export declare const waitUntilSignalMapCreated: (
9
+ params: WaiterConfiguration<MediaLiveClient>,
10
+ input: GetSignalMapCommandInput
11
+ ) => Promise<WaiterResult>;
@@ -0,0 +1,11 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ export declare const waitForSignalMapMonitorDeleted: (
5
+ params: WaiterConfiguration<MediaLiveClient>,
6
+ input: GetSignalMapCommandInput
7
+ ) => Promise<WaiterResult>;
8
+ export declare const waitUntilSignalMapMonitorDeleted: (
9
+ params: WaiterConfiguration<MediaLiveClient>,
10
+ input: GetSignalMapCommandInput
11
+ ) => Promise<WaiterResult>;
@@ -0,0 +1,11 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ export declare const waitForSignalMapMonitorDeployed: (
5
+ params: WaiterConfiguration<MediaLiveClient>,
6
+ input: GetSignalMapCommandInput
7
+ ) => Promise<WaiterResult>;
8
+ export declare const waitUntilSignalMapMonitorDeployed: (
9
+ params: WaiterConfiguration<MediaLiveClient>,
10
+ input: GetSignalMapCommandInput
11
+ ) => Promise<WaiterResult>;
@@ -0,0 +1,11 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ export declare const waitForSignalMapUpdated: (
5
+ params: WaiterConfiguration<MediaLiveClient>,
6
+ input: GetSignalMapCommandInput
7
+ ) => Promise<WaiterResult>;
8
+ export declare const waitUntilSignalMapUpdated: (
9
+ params: WaiterConfiguration<MediaLiveClient>,
10
+ input: GetSignalMapCommandInput
11
+ ) => Promise<WaiterResult>;
@@ -9,3 +9,7 @@ export * from "./waitForMultiplexCreated";
9
9
  export * from "./waitForMultiplexDeleted";
10
10
  export * from "./waitForMultiplexRunning";
11
11
  export * from "./waitForMultiplexStopped";
12
+ export * from "./waitForSignalMapCreated";
13
+ export * from "./waitForSignalMapMonitorDeleted";
14
+ export * from "./waitForSignalMapMonitorDeployed";
15
+ export * from "./waitForSignalMapUpdated";
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ /**
5
+ * Wait until a signal map has been created
6
+ * @deprecated Use waitUntilSignalMapCreated instead. waitForSignalMapCreated does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ * Wait until a signal map has been created
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to GetSignalMapCommand for polling.
13
+ */
14
+ export declare const waitUntilSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ /**
5
+ * Wait until a signal map's monitor has been deleted
6
+ * @deprecated Use waitUntilSignalMapMonitorDeleted instead. waitForSignalMapMonitorDeleted does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ * Wait until a signal map's monitor has been deleted
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to GetSignalMapCommand for polling.
13
+ */
14
+ export declare const waitUntilSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ /**
5
+ * Wait until a signal map's monitor has been deployed
6
+ * @deprecated Use waitUntilSignalMapMonitorDeployed instead. waitForSignalMapMonitorDeployed does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ * Wait until a signal map's monitor has been deployed
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to GetSignalMapCommand for polling.
13
+ */
14
+ export declare const waitUntilSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
+ import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
3
+ import { MediaLiveClient } from "../MediaLiveClient";
4
+ /**
5
+ * Wait until a signal map has been updated
6
+ * @deprecated Use waitUntilSignalMapUpdated instead. waitForSignalMapUpdated does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ * Wait until a signal map has been updated
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to GetSignalMapCommand for polling.
13
+ */
14
+ export declare const waitUntilSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.552.0",
4
+ "version": "3.556.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medialive",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.552.0",
24
- "@aws-sdk/core": "3.552.0",
25
- "@aws-sdk/credential-provider-node": "3.552.0",
23
+ "@aws-sdk/client-sts": "3.556.0",
24
+ "@aws-sdk/core": "3.556.0",
25
+ "@aws-sdk/credential-provider-node": "3.556.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",