@@ -71,6 +71,10 @@ 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
+ CreateChannelPlacementGroupCommandInput ,
76
+ CreateChannelPlacementGroupCommandOutput ,
77
+ } from "./commands/CreateChannelPlacementGroupCommand" ;
74
78
import {
75
79
CreateCloudWatchAlarmTemplateCommandInput ,
76
80
CreateCloudWatchAlarmTemplateCommandOutput ,
@@ -79,6 +83,7 @@ import {
79
83
CreateCloudWatchAlarmTemplateGroupCommandInput ,
80
84
CreateCloudWatchAlarmTemplateGroupCommandOutput ,
81
85
} from "./commands/CreateCloudWatchAlarmTemplateGroupCommand" ;
86
+ import { CreateClusterCommandInput , CreateClusterCommandOutput } from "./commands/CreateClusterCommand" ;
82
87
import {
83
88
CreateEventBridgeRuleTemplateCommandInput ,
84
89
CreateEventBridgeRuleTemplateCommandOutput ,
@@ -97,10 +102,20 @@ import {
97
102
CreateMultiplexProgramCommandInput ,
98
103
CreateMultiplexProgramCommandOutput ,
99
104
} from "./commands/CreateMultiplexProgramCommand" ;
105
+ import { CreateNetworkCommandInput , CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand" ;
106
+ import { CreateNodeCommandInput , CreateNodeCommandOutput } from "./commands/CreateNodeCommand" ;
107
+ import {
108
+ CreateNodeRegistrationScriptCommandInput ,
109
+ CreateNodeRegistrationScriptCommandOutput ,
110
+ } from "./commands/CreateNodeRegistrationScriptCommand" ;
100
111
import { CreatePartnerInputCommandInput , CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand" ;
101
112
import { CreateSignalMapCommandInput , CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand" ;
102
113
import { CreateTagsCommandInput , CreateTagsCommandOutput } from "./commands/CreateTagsCommand" ;
103
114
import { DeleteChannelCommandInput , DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand" ;
115
+ import {
116
+ DeleteChannelPlacementGroupCommandInput ,
117
+ DeleteChannelPlacementGroupCommandOutput ,
118
+ } from "./commands/DeleteChannelPlacementGroupCommand" ;
104
119
import {
105
120
DeleteCloudWatchAlarmTemplateCommandInput ,
106
121
DeleteCloudWatchAlarmTemplateCommandOutput ,
@@ -109,6 +124,7 @@ import {
109
124
DeleteCloudWatchAlarmTemplateGroupCommandInput ,
110
125
DeleteCloudWatchAlarmTemplateGroupCommandOutput ,
111
126
} from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand" ;
127
+ import { DeleteClusterCommandInput , DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand" ;
112
128
import {
113
129
DeleteEventBridgeRuleTemplateCommandInput ,
114
130
DeleteEventBridgeRuleTemplateCommandOutput ,
@@ -127,6 +143,8 @@ import {
127
143
DeleteMultiplexProgramCommandInput ,
128
144
DeleteMultiplexProgramCommandOutput ,
129
145
} from "./commands/DeleteMultiplexProgramCommand" ;
146
+ import { DeleteNetworkCommandInput , DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand" ;
147
+ import { DeleteNodeCommandInput , DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand" ;
130
148
import { DeleteReservationCommandInput , DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand" ;
131
149
import { DeleteScheduleCommandInput , DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand" ;
132
150
import { DeleteSignalMapCommandInput , DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand" ;
@@ -136,6 +154,11 @@ import {
136
154
DescribeAccountConfigurationCommandOutput ,
137
155
} from "./commands/DescribeAccountConfigurationCommand" ;
138
156
import { DescribeChannelCommandInput , DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand" ;
157
+ import {
158
+ DescribeChannelPlacementGroupCommandInput ,
159
+ DescribeChannelPlacementGroupCommandOutput ,
160
+ } from "./commands/DescribeChannelPlacementGroupCommand" ;
161
+ import { DescribeClusterCommandInput , DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand" ;
139
162
import { DescribeInputCommandInput , DescribeInputCommandOutput } from "./commands/DescribeInputCommand" ;
140
163
import {
141
164
DescribeInputDeviceCommandInput ,
@@ -154,6 +177,8 @@ import {
154
177
DescribeMultiplexProgramCommandInput ,
155
178
DescribeMultiplexProgramCommandOutput ,
156
179
} from "./commands/DescribeMultiplexProgramCommand" ;
180
+ import { DescribeNetworkCommandInput , DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand" ;
181
+ import { DescribeNodeCommandInput , DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand" ;
157
182
import { DescribeOfferingCommandInput , DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand" ;
158
183
import {
159
184
DescribeReservationCommandInput ,
@@ -178,6 +203,10 @@ import {
178
203
GetEventBridgeRuleTemplateGroupCommandOutput ,
179
204
} from "./commands/GetEventBridgeRuleTemplateGroupCommand" ;
180
205
import { GetSignalMapCommandInput , GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand" ;
206
+ import {
207
+ ListChannelPlacementGroupsCommandInput ,
208
+ ListChannelPlacementGroupsCommandOutput ,
209
+ } from "./commands/ListChannelPlacementGroupsCommand" ;
181
210
import { ListChannelsCommandInput , ListChannelsCommandOutput } from "./commands/ListChannelsCommand" ;
182
211
import {
183
212
ListCloudWatchAlarmTemplateGroupsCommandInput ,
@@ -187,6 +216,7 @@ import {
187
216
ListCloudWatchAlarmTemplatesCommandInput ,
188
217
ListCloudWatchAlarmTemplatesCommandOutput ,
189
218
} from "./commands/ListCloudWatchAlarmTemplatesCommand" ;
219
+ import { ListClustersCommandInput , ListClustersCommandOutput } from "./commands/ListClustersCommand" ;
190
220
import {
191
221
ListEventBridgeRuleTemplateGroupsCommandInput ,
192
222
ListEventBridgeRuleTemplateGroupsCommandOutput ,
@@ -210,6 +240,8 @@ import {
210
240
ListMultiplexProgramsCommandInput ,
211
241
ListMultiplexProgramsCommandOutput ,
212
242
} from "./commands/ListMultiplexProgramsCommand" ;
243
+ import { ListNetworksCommandInput , ListNetworksCommandOutput } from "./commands/ListNetworksCommand" ;
244
+ import { ListNodesCommandInput , ListNodesCommandOutput } from "./commands/ListNodesCommand" ;
213
245
import { ListOfferingsCommandInput , ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand" ;
214
246
import { ListReservationsCommandInput , ListReservationsCommandOutput } from "./commands/ListReservationsCommand" ;
215
247
import { ListSignalMapsCommandInput , ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand" ;
@@ -259,6 +291,10 @@ import {
259
291
} from "./commands/UpdateAccountConfigurationCommand" ;
260
292
import { UpdateChannelClassCommandInput , UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand" ;
261
293
import { UpdateChannelCommandInput , UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand" ;
294
+ import {
295
+ UpdateChannelPlacementGroupCommandInput ,
296
+ UpdateChannelPlacementGroupCommandOutput ,
297
+ } from "./commands/UpdateChannelPlacementGroupCommand" ;
262
298
import {
263
299
UpdateCloudWatchAlarmTemplateCommandInput ,
264
300
UpdateCloudWatchAlarmTemplateCommandOutput ,
@@ -267,6 +303,7 @@ import {
267
303
UpdateCloudWatchAlarmTemplateGroupCommandInput ,
268
304
UpdateCloudWatchAlarmTemplateGroupCommandOutput ,
269
305
} from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand" ;
306
+ import { UpdateClusterCommandInput , UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand" ;
270
307
import {
271
308
UpdateEventBridgeRuleTemplateCommandInput ,
272
309
UpdateEventBridgeRuleTemplateCommandOutput ,
@@ -286,6 +323,9 @@ import {
286
323
UpdateMultiplexProgramCommandInput ,
287
324
UpdateMultiplexProgramCommandOutput ,
288
325
} from "./commands/UpdateMultiplexProgramCommand" ;
326
+ import { UpdateNetworkCommandInput , UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand" ;
327
+ import { UpdateNodeCommandInput , UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand" ;
328
+ import { UpdateNodeStateCommandInput , UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand" ;
289
329
import { UpdateReservationCommandInput , UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand" ;
290
330
import {
291
331
ClientInputEndpointParameters ,
@@ -310,38 +350,51 @@ export type ServiceInputTypes =
310
350
| CancelInputDeviceTransferCommandInput
311
351
| ClaimDeviceCommandInput
312
352
| CreateChannelCommandInput
353
+ | CreateChannelPlacementGroupCommandInput
313
354
| CreateCloudWatchAlarmTemplateCommandInput
314
355
| CreateCloudWatchAlarmTemplateGroupCommandInput
356
+ | CreateClusterCommandInput
315
357
| CreateEventBridgeRuleTemplateCommandInput
316
358
| CreateEventBridgeRuleTemplateGroupCommandInput
317
359
| CreateInputCommandInput
318
360
| CreateInputSecurityGroupCommandInput
319
361
| CreateMultiplexCommandInput
320
362
| CreateMultiplexProgramCommandInput
363
+ | CreateNetworkCommandInput
364
+ | CreateNodeCommandInput
365
+ | CreateNodeRegistrationScriptCommandInput
321
366
| CreatePartnerInputCommandInput
322
367
| CreateSignalMapCommandInput
323
368
| CreateTagsCommandInput
324
369
| DeleteChannelCommandInput
370
+ | DeleteChannelPlacementGroupCommandInput
325
371
| DeleteCloudWatchAlarmTemplateCommandInput
326
372
| DeleteCloudWatchAlarmTemplateGroupCommandInput
373
+ | DeleteClusterCommandInput
327
374
| DeleteEventBridgeRuleTemplateCommandInput
328
375
| DeleteEventBridgeRuleTemplateGroupCommandInput
329
376
| DeleteInputCommandInput
330
377
| DeleteInputSecurityGroupCommandInput
331
378
| DeleteMultiplexCommandInput
332
379
| DeleteMultiplexProgramCommandInput
380
+ | DeleteNetworkCommandInput
381
+ | DeleteNodeCommandInput
333
382
| DeleteReservationCommandInput
334
383
| DeleteScheduleCommandInput
335
384
| DeleteSignalMapCommandInput
336
385
| DeleteTagsCommandInput
337
386
| DescribeAccountConfigurationCommandInput
338
387
| DescribeChannelCommandInput
388
+ | DescribeChannelPlacementGroupCommandInput
389
+ | DescribeClusterCommandInput
339
390
| DescribeInputCommandInput
340
391
| DescribeInputDeviceCommandInput
341
392
| DescribeInputDeviceThumbnailCommandInput
342
393
| DescribeInputSecurityGroupCommandInput
343
394
| DescribeMultiplexCommandInput
344
395
| DescribeMultiplexProgramCommandInput
396
+ | DescribeNetworkCommandInput
397
+ | DescribeNodeCommandInput
345
398
| DescribeOfferingCommandInput
346
399
| DescribeReservationCommandInput
347
400
| DescribeScheduleCommandInput
@@ -351,9 +404,11 @@ export type ServiceInputTypes =
351
404
| GetEventBridgeRuleTemplateCommandInput
352
405
| GetEventBridgeRuleTemplateGroupCommandInput
353
406
| GetSignalMapCommandInput
407
+ | ListChannelPlacementGroupsCommandInput
354
408
| ListChannelsCommandInput
355
409
| ListCloudWatchAlarmTemplateGroupsCommandInput
356
410
| ListCloudWatchAlarmTemplatesCommandInput
411
+ | ListClustersCommandInput
357
412
| ListEventBridgeRuleTemplateGroupsCommandInput
358
413
| ListEventBridgeRuleTemplatesCommandInput
359
414
| ListInputDeviceTransfersCommandInput
@@ -362,6 +417,8 @@ export type ServiceInputTypes =
362
417
| ListInputsCommandInput
363
418
| ListMultiplexProgramsCommandInput
364
419
| ListMultiplexesCommandInput
420
+ | ListNetworksCommandInput
421
+ | ListNodesCommandInput
365
422
| ListOfferingsCommandInput
366
423
| ListReservationsCommandInput
367
424
| ListSignalMapsCommandInput
@@ -384,15 +441,20 @@ export type ServiceInputTypes =
384
441
| UpdateAccountConfigurationCommandInput
385
442
| UpdateChannelClassCommandInput
386
443
| UpdateChannelCommandInput
444
+ | UpdateChannelPlacementGroupCommandInput
387
445
| UpdateCloudWatchAlarmTemplateCommandInput
388
446
| UpdateCloudWatchAlarmTemplateGroupCommandInput
447
+ | UpdateClusterCommandInput
389
448
| UpdateEventBridgeRuleTemplateCommandInput
390
449
| UpdateEventBridgeRuleTemplateGroupCommandInput
391
450
| UpdateInputCommandInput
392
451
| UpdateInputDeviceCommandInput
393
452
| UpdateInputSecurityGroupCommandInput
394
453
| UpdateMultiplexCommandInput
395
454
| UpdateMultiplexProgramCommandInput
455
+ | UpdateNetworkCommandInput
456
+ | UpdateNodeCommandInput
457
+ | UpdateNodeStateCommandInput
396
458
| UpdateReservationCommandInput ;
397
459
398
460
/**
@@ -407,38 +469,51 @@ export type ServiceOutputTypes =
407
469
| CancelInputDeviceTransferCommandOutput
408
470
| ClaimDeviceCommandOutput
409
471
| CreateChannelCommandOutput
472
+ | CreateChannelPlacementGroupCommandOutput
410
473
| CreateCloudWatchAlarmTemplateCommandOutput
411
474
| CreateCloudWatchAlarmTemplateGroupCommandOutput
475
+ | CreateClusterCommandOutput
412
476
| CreateEventBridgeRuleTemplateCommandOutput
413
477
| CreateEventBridgeRuleTemplateGroupCommandOutput
414
478
| CreateInputCommandOutput
415
479
| CreateInputSecurityGroupCommandOutput
416
480
| CreateMultiplexCommandOutput
417
481
| CreateMultiplexProgramCommandOutput
482
+ | CreateNetworkCommandOutput
483
+ | CreateNodeCommandOutput
484
+ | CreateNodeRegistrationScriptCommandOutput
418
485
| CreatePartnerInputCommandOutput
419
486
| CreateSignalMapCommandOutput
420
487
| CreateTagsCommandOutput
421
488
| DeleteChannelCommandOutput
489
+ | DeleteChannelPlacementGroupCommandOutput
422
490
| DeleteCloudWatchAlarmTemplateCommandOutput
423
491
| DeleteCloudWatchAlarmTemplateGroupCommandOutput
492
+ | DeleteClusterCommandOutput
424
493
| DeleteEventBridgeRuleTemplateCommandOutput
425
494
| DeleteEventBridgeRuleTemplateGroupCommandOutput
426
495
| DeleteInputCommandOutput
427
496
| DeleteInputSecurityGroupCommandOutput
428
497
| DeleteMultiplexCommandOutput
429
498
| DeleteMultiplexProgramCommandOutput
499
+ | DeleteNetworkCommandOutput
500
+ | DeleteNodeCommandOutput
430
501
| DeleteReservationCommandOutput
431
502
| DeleteScheduleCommandOutput
432
503
| DeleteSignalMapCommandOutput
433
504
| DeleteTagsCommandOutput
434
505
| DescribeAccountConfigurationCommandOutput
435
506
| DescribeChannelCommandOutput
507
+ | DescribeChannelPlacementGroupCommandOutput
508
+ | DescribeClusterCommandOutput
436
509
| DescribeInputCommandOutput
437
510
| DescribeInputDeviceCommandOutput
438
511
| DescribeInputDeviceThumbnailCommandOutput
439
512
| DescribeInputSecurityGroupCommandOutput
440
513
| DescribeMultiplexCommandOutput
441
514
| DescribeMultiplexProgramCommandOutput
515
+ | DescribeNetworkCommandOutput
516
+ | DescribeNodeCommandOutput
442
517
| DescribeOfferingCommandOutput
443
518
| DescribeReservationCommandOutput
444
519
| DescribeScheduleCommandOutput
@@ -448,9 +523,11 @@ export type ServiceOutputTypes =
448
523
| GetEventBridgeRuleTemplateCommandOutput
449
524
| GetEventBridgeRuleTemplateGroupCommandOutput
450
525
| GetSignalMapCommandOutput
526
+ | ListChannelPlacementGroupsCommandOutput
451
527
| ListChannelsCommandOutput
452
528
| ListCloudWatchAlarmTemplateGroupsCommandOutput
453
529
| ListCloudWatchAlarmTemplatesCommandOutput
530
+ | ListClustersCommandOutput
454
531
| ListEventBridgeRuleTemplateGroupsCommandOutput
455
532
| ListEventBridgeRuleTemplatesCommandOutput
456
533
| ListInputDeviceTransfersCommandOutput
@@ -459,6 +536,8 @@ export type ServiceOutputTypes =
459
536
| ListInputsCommandOutput
460
537
| ListMultiplexProgramsCommandOutput
461
538
| ListMultiplexesCommandOutput
539
+ | ListNetworksCommandOutput
540
+ | ListNodesCommandOutput
462
541
| ListOfferingsCommandOutput
463
542
| ListReservationsCommandOutput
464
543
| ListSignalMapsCommandOutput
@@ -481,15 +560,20 @@ export type ServiceOutputTypes =
481
560
| UpdateAccountConfigurationCommandOutput
482
561
| UpdateChannelClassCommandOutput
483
562
| UpdateChannelCommandOutput
563
+ | UpdateChannelPlacementGroupCommandOutput
484
564
| UpdateCloudWatchAlarmTemplateCommandOutput
485
565
| UpdateCloudWatchAlarmTemplateGroupCommandOutput
566
+ | UpdateClusterCommandOutput
486
567
| UpdateEventBridgeRuleTemplateCommandOutput
487
568
| UpdateEventBridgeRuleTemplateGroupCommandOutput
488
569
| UpdateInputCommandOutput
489
570
| UpdateInputDeviceCommandOutput
490
571
| UpdateInputSecurityGroupCommandOutput
491
572
| UpdateMultiplexCommandOutput
492
573
| UpdateMultiplexProgramCommandOutput
574
+ | UpdateNetworkCommandOutput
575
+ | UpdateNodeCommandOutput
576
+ | UpdateNodeStateCommandOutput
493
577
| UpdateReservationCommandOutput ;
494
578
495
579
/**
0 commit comments