@@ -71,6 +71,22 @@ import {
71
71
} from "./commands/CancelInputDeviceTransferCommand" ;
72
72
import { ClaimDeviceCommandInput , ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand" ;
73
73
import { CreateChannelCommandInput , CreateChannelCommandOutput } from "./commands/CreateChannelCommand" ;
74
+ import {
75
+ CreateCloudWatchAlarmTemplateCommandInput ,
76
+ CreateCloudWatchAlarmTemplateCommandOutput ,
77
+ } from "./commands/CreateCloudWatchAlarmTemplateCommand" ;
78
+ import {
79
+ CreateCloudWatchAlarmTemplateGroupCommandInput ,
80
+ CreateCloudWatchAlarmTemplateGroupCommandOutput ,
81
+ } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand" ;
82
+ import {
83
+ CreateEventBridgeRuleTemplateCommandInput ,
84
+ CreateEventBridgeRuleTemplateCommandOutput ,
85
+ } from "./commands/CreateEventBridgeRuleTemplateCommand" ;
86
+ import {
87
+ CreateEventBridgeRuleTemplateGroupCommandInput ,
88
+ CreateEventBridgeRuleTemplateGroupCommandOutput ,
89
+ } from "./commands/CreateEventBridgeRuleTemplateGroupCommand" ;
74
90
import { CreateInputCommandInput , CreateInputCommandOutput } from "./commands/CreateInputCommand" ;
75
91
import {
76
92
CreateInputSecurityGroupCommandInput ,
@@ -82,8 +98,25 @@ import {
82
98
CreateMultiplexProgramCommandOutput ,
83
99
} from "./commands/CreateMultiplexProgramCommand" ;
84
100
import { CreatePartnerInputCommandInput , CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand" ;
101
+ import { CreateSignalMapCommandInput , CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand" ;
85
102
import { CreateTagsCommandInput , CreateTagsCommandOutput } from "./commands/CreateTagsCommand" ;
86
103
import { DeleteChannelCommandInput , DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand" ;
104
+ import {
105
+ DeleteCloudWatchAlarmTemplateCommandInput ,
106
+ DeleteCloudWatchAlarmTemplateCommandOutput ,
107
+ } from "./commands/DeleteCloudWatchAlarmTemplateCommand" ;
108
+ import {
109
+ DeleteCloudWatchAlarmTemplateGroupCommandInput ,
110
+ DeleteCloudWatchAlarmTemplateGroupCommandOutput ,
111
+ } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand" ;
112
+ import {
113
+ DeleteEventBridgeRuleTemplateCommandInput ,
114
+ DeleteEventBridgeRuleTemplateCommandOutput ,
115
+ } from "./commands/DeleteEventBridgeRuleTemplateCommand" ;
116
+ import {
117
+ DeleteEventBridgeRuleTemplateGroupCommandInput ,
118
+ DeleteEventBridgeRuleTemplateGroupCommandOutput ,
119
+ } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand" ;
87
120
import { DeleteInputCommandInput , DeleteInputCommandOutput } from "./commands/DeleteInputCommand" ;
88
121
import {
89
122
DeleteInputSecurityGroupCommandInput ,
@@ -96,6 +129,7 @@ import {
96
129
} from "./commands/DeleteMultiplexProgramCommand" ;
97
130
import { DeleteReservationCommandInput , DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand" ;
98
131
import { DeleteScheduleCommandInput , DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand" ;
132
+ import { DeleteSignalMapCommandInput , DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand" ;
99
133
import { DeleteTagsCommandInput , DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand" ;
100
134
import {
101
135
DescribeAccountConfigurationCommandInput ,
@@ -127,7 +161,40 @@ import {
127
161
} from "./commands/DescribeReservationCommand" ;
128
162
import { DescribeScheduleCommandInput , DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand" ;
129
163
import { DescribeThumbnailsCommandInput , DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand" ;
164
+ import {
165
+ GetCloudWatchAlarmTemplateCommandInput ,
166
+ GetCloudWatchAlarmTemplateCommandOutput ,
167
+ } from "./commands/GetCloudWatchAlarmTemplateCommand" ;
168
+ import {
169
+ GetCloudWatchAlarmTemplateGroupCommandInput ,
170
+ GetCloudWatchAlarmTemplateGroupCommandOutput ,
171
+ } from "./commands/GetCloudWatchAlarmTemplateGroupCommand" ;
172
+ import {
173
+ GetEventBridgeRuleTemplateCommandInput ,
174
+ GetEventBridgeRuleTemplateCommandOutput ,
175
+ } from "./commands/GetEventBridgeRuleTemplateCommand" ;
176
+ import {
177
+ GetEventBridgeRuleTemplateGroupCommandInput ,
178
+ GetEventBridgeRuleTemplateGroupCommandOutput ,
179
+ } from "./commands/GetEventBridgeRuleTemplateGroupCommand" ;
180
+ import { GetSignalMapCommandInput , GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand" ;
130
181
import { ListChannelsCommandInput , ListChannelsCommandOutput } from "./commands/ListChannelsCommand" ;
182
+ import {
183
+ ListCloudWatchAlarmTemplateGroupsCommandInput ,
184
+ ListCloudWatchAlarmTemplateGroupsCommandOutput ,
185
+ } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand" ;
186
+ import {
187
+ ListCloudWatchAlarmTemplatesCommandInput ,
188
+ ListCloudWatchAlarmTemplatesCommandOutput ,
189
+ } from "./commands/ListCloudWatchAlarmTemplatesCommand" ;
190
+ import {
191
+ ListEventBridgeRuleTemplateGroupsCommandInput ,
192
+ ListEventBridgeRuleTemplateGroupsCommandOutput ,
193
+ } from "./commands/ListEventBridgeRuleTemplateGroupsCommand" ;
194
+ import {
195
+ ListEventBridgeRuleTemplatesCommandInput ,
196
+ ListEventBridgeRuleTemplatesCommandOutput ,
197
+ } from "./commands/ListEventBridgeRuleTemplatesCommand" ;
131
198
import { ListInputDevicesCommandInput , ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand" ;
132
199
import {
133
200
ListInputDeviceTransfersCommandInput ,
@@ -145,6 +212,7 @@ import {
145
212
} from "./commands/ListMultiplexProgramsCommand" ;
146
213
import { ListOfferingsCommandInput , ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand" ;
147
214
import { ListReservationsCommandInput , ListReservationsCommandOutput } from "./commands/ListReservationsCommand" ;
215
+ import { ListSignalMapsCommandInput , ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand" ;
148
216
import {
149
217
ListTagsForResourceCommandInput ,
150
218
ListTagsForResourceCommandOutput ,
@@ -160,12 +228,24 @@ import {
160
228
RestartChannelPipelinesCommandOutput ,
161
229
} from "./commands/RestartChannelPipelinesCommand" ;
162
230
import { StartChannelCommandInput , StartChannelCommandOutput } from "./commands/StartChannelCommand" ;
231
+ import {
232
+ StartDeleteMonitorDeploymentCommandInput ,
233
+ StartDeleteMonitorDeploymentCommandOutput ,
234
+ } from "./commands/StartDeleteMonitorDeploymentCommand" ;
163
235
import { StartInputDeviceCommandInput , StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand" ;
164
236
import {
165
237
StartInputDeviceMaintenanceWindowCommandInput ,
166
238
StartInputDeviceMaintenanceWindowCommandOutput ,
167
239
} from "./commands/StartInputDeviceMaintenanceWindowCommand" ;
240
+ import {
241
+ StartMonitorDeploymentCommandInput ,
242
+ StartMonitorDeploymentCommandOutput ,
243
+ } from "./commands/StartMonitorDeploymentCommand" ;
168
244
import { StartMultiplexCommandInput , StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand" ;
245
+ import {
246
+ StartUpdateSignalMapCommandInput ,
247
+ StartUpdateSignalMapCommandOutput ,
248
+ } from "./commands/StartUpdateSignalMapCommand" ;
169
249
import { StopChannelCommandInput , StopChannelCommandOutput } from "./commands/StopChannelCommand" ;
170
250
import { StopInputDeviceCommandInput , StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand" ;
171
251
import { StopMultiplexCommandInput , StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand" ;
@@ -179,6 +259,22 @@ import {
179
259
} from "./commands/UpdateAccountConfigurationCommand" ;
180
260
import { UpdateChannelClassCommandInput , UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand" ;
181
261
import { UpdateChannelCommandInput , UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand" ;
262
+ import {
263
+ UpdateCloudWatchAlarmTemplateCommandInput ,
264
+ UpdateCloudWatchAlarmTemplateCommandOutput ,
265
+ } from "./commands/UpdateCloudWatchAlarmTemplateCommand" ;
266
+ import {
267
+ UpdateCloudWatchAlarmTemplateGroupCommandInput ,
268
+ UpdateCloudWatchAlarmTemplateGroupCommandOutput ,
269
+ } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand" ;
270
+ import {
271
+ UpdateEventBridgeRuleTemplateCommandInput ,
272
+ UpdateEventBridgeRuleTemplateCommandOutput ,
273
+ } from "./commands/UpdateEventBridgeRuleTemplateCommand" ;
274
+ import {
275
+ UpdateEventBridgeRuleTemplateGroupCommandInput ,
276
+ UpdateEventBridgeRuleTemplateGroupCommandOutput ,
277
+ } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand" ;
182
278
import { UpdateInputCommandInput , UpdateInputCommandOutput } from "./commands/UpdateInputCommand" ;
183
279
import { UpdateInputDeviceCommandInput , UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand" ;
184
280
import {
@@ -214,19 +310,29 @@ export type ServiceInputTypes =
214
310
| CancelInputDeviceTransferCommandInput
215
311
| ClaimDeviceCommandInput
216
312
| CreateChannelCommandInput
313
+ | CreateCloudWatchAlarmTemplateCommandInput
314
+ | CreateCloudWatchAlarmTemplateGroupCommandInput
315
+ | CreateEventBridgeRuleTemplateCommandInput
316
+ | CreateEventBridgeRuleTemplateGroupCommandInput
217
317
| CreateInputCommandInput
218
318
| CreateInputSecurityGroupCommandInput
219
319
| CreateMultiplexCommandInput
220
320
| CreateMultiplexProgramCommandInput
221
321
| CreatePartnerInputCommandInput
322
+ | CreateSignalMapCommandInput
222
323
| CreateTagsCommandInput
223
324
| DeleteChannelCommandInput
325
+ | DeleteCloudWatchAlarmTemplateCommandInput
326
+ | DeleteCloudWatchAlarmTemplateGroupCommandInput
327
+ | DeleteEventBridgeRuleTemplateCommandInput
328
+ | DeleteEventBridgeRuleTemplateGroupCommandInput
224
329
| DeleteInputCommandInput
225
330
| DeleteInputSecurityGroupCommandInput
226
331
| DeleteMultiplexCommandInput
227
332
| DeleteMultiplexProgramCommandInput
228
333
| DeleteReservationCommandInput
229
334
| DeleteScheduleCommandInput
335
+ | DeleteSignalMapCommandInput
230
336
| DeleteTagsCommandInput
231
337
| DescribeAccountConfigurationCommandInput
232
338
| DescribeChannelCommandInput
@@ -240,7 +346,16 @@ export type ServiceInputTypes =
240
346
| DescribeReservationCommandInput
241
347
| DescribeScheduleCommandInput
242
348
| DescribeThumbnailsCommandInput
349
+ | GetCloudWatchAlarmTemplateCommandInput
350
+ | GetCloudWatchAlarmTemplateGroupCommandInput
351
+ | GetEventBridgeRuleTemplateCommandInput
352
+ | GetEventBridgeRuleTemplateGroupCommandInput
353
+ | GetSignalMapCommandInput
243
354
| ListChannelsCommandInput
355
+ | ListCloudWatchAlarmTemplateGroupsCommandInput
356
+ | ListCloudWatchAlarmTemplatesCommandInput
357
+ | ListEventBridgeRuleTemplateGroupsCommandInput
358
+ | ListEventBridgeRuleTemplatesCommandInput
244
359
| ListInputDeviceTransfersCommandInput
245
360
| ListInputDevicesCommandInput
246
361
| ListInputSecurityGroupsCommandInput
@@ -249,22 +364,30 @@ export type ServiceInputTypes =
249
364
| ListMultiplexesCommandInput
250
365
| ListOfferingsCommandInput
251
366
| ListReservationsCommandInput
367
+ | ListSignalMapsCommandInput
252
368
| ListTagsForResourceCommandInput
253
369
| PurchaseOfferingCommandInput
254
370
| RebootInputDeviceCommandInput
255
371
| RejectInputDeviceTransferCommandInput
256
372
| RestartChannelPipelinesCommandInput
257
373
| StartChannelCommandInput
374
+ | StartDeleteMonitorDeploymentCommandInput
258
375
| StartInputDeviceCommandInput
259
376
| StartInputDeviceMaintenanceWindowCommandInput
377
+ | StartMonitorDeploymentCommandInput
260
378
| StartMultiplexCommandInput
379
+ | StartUpdateSignalMapCommandInput
261
380
| StopChannelCommandInput
262
381
| StopInputDeviceCommandInput
263
382
| StopMultiplexCommandInput
264
383
| TransferInputDeviceCommandInput
265
384
| UpdateAccountConfigurationCommandInput
266
385
| UpdateChannelClassCommandInput
267
386
| UpdateChannelCommandInput
387
+ | UpdateCloudWatchAlarmTemplateCommandInput
388
+ | UpdateCloudWatchAlarmTemplateGroupCommandInput
389
+ | UpdateEventBridgeRuleTemplateCommandInput
390
+ | UpdateEventBridgeRuleTemplateGroupCommandInput
268
391
| UpdateInputCommandInput
269
392
| UpdateInputDeviceCommandInput
270
393
| UpdateInputSecurityGroupCommandInput
@@ -284,19 +407,29 @@ export type ServiceOutputTypes =
284
407
| CancelInputDeviceTransferCommandOutput
285
408
| ClaimDeviceCommandOutput
286
409
| CreateChannelCommandOutput
410
+ | CreateCloudWatchAlarmTemplateCommandOutput
411
+ | CreateCloudWatchAlarmTemplateGroupCommandOutput
412
+ | CreateEventBridgeRuleTemplateCommandOutput
413
+ | CreateEventBridgeRuleTemplateGroupCommandOutput
287
414
| CreateInputCommandOutput
288
415
| CreateInputSecurityGroupCommandOutput
289
416
| CreateMultiplexCommandOutput
290
417
| CreateMultiplexProgramCommandOutput
291
418
| CreatePartnerInputCommandOutput
419
+ | CreateSignalMapCommandOutput
292
420
| CreateTagsCommandOutput
293
421
| DeleteChannelCommandOutput
422
+ | DeleteCloudWatchAlarmTemplateCommandOutput
423
+ | DeleteCloudWatchAlarmTemplateGroupCommandOutput
424
+ | DeleteEventBridgeRuleTemplateCommandOutput
425
+ | DeleteEventBridgeRuleTemplateGroupCommandOutput
294
426
| DeleteInputCommandOutput
295
427
| DeleteInputSecurityGroupCommandOutput
296
428
| DeleteMultiplexCommandOutput
297
429
| DeleteMultiplexProgramCommandOutput
298
430
| DeleteReservationCommandOutput
299
431
| DeleteScheduleCommandOutput
432
+ | DeleteSignalMapCommandOutput
300
433
| DeleteTagsCommandOutput
301
434
| DescribeAccountConfigurationCommandOutput
302
435
| DescribeChannelCommandOutput
@@ -310,7 +443,16 @@ export type ServiceOutputTypes =
310
443
| DescribeReservationCommandOutput
311
444
| DescribeScheduleCommandOutput
312
445
| DescribeThumbnailsCommandOutput
446
+ | GetCloudWatchAlarmTemplateCommandOutput
447
+ | GetCloudWatchAlarmTemplateGroupCommandOutput
448
+ | GetEventBridgeRuleTemplateCommandOutput
449
+ | GetEventBridgeRuleTemplateGroupCommandOutput
450
+ | GetSignalMapCommandOutput
313
451
| ListChannelsCommandOutput
452
+ | ListCloudWatchAlarmTemplateGroupsCommandOutput
453
+ | ListCloudWatchAlarmTemplatesCommandOutput
454
+ | ListEventBridgeRuleTemplateGroupsCommandOutput
455
+ | ListEventBridgeRuleTemplatesCommandOutput
314
456
| ListInputDeviceTransfersCommandOutput
315
457
| ListInputDevicesCommandOutput
316
458
| ListInputSecurityGroupsCommandOutput
@@ -319,22 +461,30 @@ export type ServiceOutputTypes =
319
461
| ListMultiplexesCommandOutput
320
462
| ListOfferingsCommandOutput
321
463
| ListReservationsCommandOutput
464
+ | ListSignalMapsCommandOutput
322
465
| ListTagsForResourceCommandOutput
323
466
| PurchaseOfferingCommandOutput
324
467
| RebootInputDeviceCommandOutput
325
468
| RejectInputDeviceTransferCommandOutput
326
469
| RestartChannelPipelinesCommandOutput
327
470
| StartChannelCommandOutput
471
+ | StartDeleteMonitorDeploymentCommandOutput
328
472
| StartInputDeviceCommandOutput
329
473
| StartInputDeviceMaintenanceWindowCommandOutput
474
+ | StartMonitorDeploymentCommandOutput
330
475
| StartMultiplexCommandOutput
476
+ | StartUpdateSignalMapCommandOutput
331
477
| StopChannelCommandOutput
332
478
| StopInputDeviceCommandOutput
333
479
| StopMultiplexCommandOutput
334
480
| TransferInputDeviceCommandOutput
335
481
| UpdateAccountConfigurationCommandOutput
336
482
| UpdateChannelClassCommandOutput
337
483
| UpdateChannelCommandOutput
484
+ | UpdateCloudWatchAlarmTemplateCommandOutput
485
+ | UpdateCloudWatchAlarmTemplateGroupCommandOutput
486
+ | UpdateEventBridgeRuleTemplateCommandOutput
487
+ | UpdateEventBridgeRuleTemplateGroupCommandOutput
338
488
| UpdateInputCommandOutput
339
489
| UpdateInputDeviceCommandOutput
340
490
| UpdateInputSecurityGroupCommandOutput
0 commit comments