@aws-sdk/client-mediaconnect 3.933.0 → 3.935.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 (170) hide show
  1. package/README.md +240 -0
  2. package/dist-cjs/index.js +6833 -1636
  3. package/dist-es/MediaConnect.js +60 -0
  4. package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
  5. package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
  6. package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
  7. package/dist-es/commands/CreateRouterInputCommand.js +16 -0
  8. package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
  9. package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
  10. package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
  11. package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
  12. package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
  13. package/dist-es/commands/GetRouterInputCommand.js +16 -0
  14. package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
  15. package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
  16. package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
  17. package/dist-es/commands/GetRouterOutputCommand.js +16 -0
  18. package/dist-es/commands/ListRouterInputsCommand.js +16 -0
  19. package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
  20. package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
  21. package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
  22. package/dist-es/commands/RestartRouterInputCommand.js +16 -0
  23. package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
  24. package/dist-es/commands/StartRouterInputCommand.js +16 -0
  25. package/dist-es/commands/StartRouterOutputCommand.js +16 -0
  26. package/dist-es/commands/StopRouterInputCommand.js +16 -0
  27. package/dist-es/commands/StopRouterOutputCommand.js +16 -0
  28. package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
  29. package/dist-es/commands/TakeRouterInputCommand.js +16 -0
  30. package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
  31. package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
  32. package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
  33. package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
  34. package/dist-es/commands/index.js +30 -0
  35. package/dist-es/index.js +2 -1
  36. package/dist-es/models/enums.js +303 -0
  37. package/dist-es/models/errors.js +215 -0
  38. package/dist-es/models/models_0.js +1 -358
  39. package/dist-es/models/models_1.js +1 -0
  40. package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
  41. package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
  42. package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/schemas/schemas_0.js +5554 -1351
  45. package/dist-es/waiters/index.js +7 -0
  46. package/dist-es/waiters/waitForInputActive.js +64 -0
  47. package/dist-es/waiters/waitForInputDeleted.js +49 -0
  48. package/dist-es/waiters/waitForInputStandby.js +55 -0
  49. package/dist-es/waiters/waitForOutputActive.js +64 -0
  50. package/dist-es/waiters/waitForOutputDeleted.js +49 -0
  51. package/dist-es/waiters/waitForOutputRouted.js +46 -0
  52. package/dist-es/waiters/waitForOutputStandby.js +55 -0
  53. package/dist-types/MediaConnect.d.ts +213 -0
  54. package/dist-types/MediaConnectClient.d.ts +32 -2
  55. package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
  56. package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
  57. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
  58. package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
  59. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
  60. package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
  61. package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
  62. package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
  63. package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
  64. package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
  65. package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
  66. package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
  67. package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
  68. package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
  69. package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
  70. package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
  71. package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
  72. package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
  73. package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
  74. package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
  75. package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
  76. package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
  79. package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
  80. package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
  81. package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
  82. package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
  83. package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
  84. package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
  85. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  86. package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
  87. package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  89. package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
  90. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
  91. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
  92. package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
  93. package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
  94. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
  95. package/dist-types/commands/index.d.ts +30 -0
  96. package/dist-types/index.d.ts +4 -1
  97. package/dist-types/models/enums.d.ts +727 -0
  98. package/dist-types/models/errors.d.ts +201 -0
  99. package/dist-types/models/models_0.d.ts +4082 -1520
  100. package/dist-types/models/models_1.d.ts +287 -0
  101. package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
  102. package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
  103. package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
  104. package/dist-types/pagination/index.d.ts +3 -0
  105. package/dist-types/schemas/schemas_0.d.ts +185 -0
  106. package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
  107. package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
  108. package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
  115. package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
  117. package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
  118. package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
  122. package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
  123. package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
  129. package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
  131. package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
  132. package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
  135. package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
  139. package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  141. package/dist-types/ts3.4/index.d.ts +4 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +385 -0
  143. package/dist-types/ts3.4/models/errors.d.ts +132 -0
  144. package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
  145. package/dist-types/ts3.4/models/models_1.d.ts +88 -0
  146. package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  150. package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
  151. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  152. package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
  153. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
  154. package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
  155. package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
  156. package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
  157. package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
  159. package/dist-types/waiters/index.d.ts +7 -0
  160. package/dist-types/waiters/waitForInputActive.d.ts +14 -0
  161. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  162. package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
  163. package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
  164. package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
  165. package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
  166. package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
  167. package/package.json +12 -12
  168. package/dist-es/models/index.js +0 -1
  169. package/dist-types/models/index.d.ts +0 -1
  170. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -72,6 +72,18 @@ import {
72
72
  AddFlowVpcInterfacesCommandInput,
73
73
  AddFlowVpcInterfacesCommandOutput,
74
74
  } from "./commands/AddFlowVpcInterfacesCommand";
75
+ import {
76
+ BatchGetRouterInputCommandInput,
77
+ BatchGetRouterInputCommandOutput,
78
+ } from "./commands/BatchGetRouterInputCommand";
79
+ import {
80
+ BatchGetRouterNetworkInterfaceCommandInput,
81
+ BatchGetRouterNetworkInterfaceCommandOutput,
82
+ } from "./commands/BatchGetRouterNetworkInterfaceCommand";
83
+ import {
84
+ BatchGetRouterOutputCommandInput,
85
+ BatchGetRouterOutputCommandOutput,
86
+ } from "./commands/BatchGetRouterOutputCommand";
75
87
  import {
76
88
  CreateBridgeCommandInput,
77
89
  CreateBridgeCommandOutput,
@@ -84,6 +96,18 @@ import {
84
96
  CreateGatewayCommandInput,
85
97
  CreateGatewayCommandOutput,
86
98
  } from "./commands/CreateGatewayCommand";
99
+ import {
100
+ CreateRouterInputCommandInput,
101
+ CreateRouterInputCommandOutput,
102
+ } from "./commands/CreateRouterInputCommand";
103
+ import {
104
+ CreateRouterNetworkInterfaceCommandInput,
105
+ CreateRouterNetworkInterfaceCommandOutput,
106
+ } from "./commands/CreateRouterNetworkInterfaceCommand";
107
+ import {
108
+ CreateRouterOutputCommandInput,
109
+ CreateRouterOutputCommandOutput,
110
+ } from "./commands/CreateRouterOutputCommand";
87
111
  import {
88
112
  DeleteBridgeCommandInput,
89
113
  DeleteBridgeCommandOutput,
@@ -96,6 +120,18 @@ import {
96
120
  DeleteGatewayCommandInput,
97
121
  DeleteGatewayCommandOutput,
98
122
  } from "./commands/DeleteGatewayCommand";
123
+ import {
124
+ DeleteRouterInputCommandInput,
125
+ DeleteRouterInputCommandOutput,
126
+ } from "./commands/DeleteRouterInputCommand";
127
+ import {
128
+ DeleteRouterNetworkInterfaceCommandInput,
129
+ DeleteRouterNetworkInterfaceCommandOutput,
130
+ } from "./commands/DeleteRouterNetworkInterfaceCommand";
131
+ import {
132
+ DeleteRouterOutputCommandInput,
133
+ DeleteRouterOutputCommandOutput,
134
+ } from "./commands/DeleteRouterOutputCommand";
99
135
  import {
100
136
  DeregisterGatewayInstanceCommandInput,
101
137
  DeregisterGatewayInstanceCommandOutput,
@@ -132,6 +168,26 @@ import {
132
168
  DescribeReservationCommandInput,
133
169
  DescribeReservationCommandOutput,
134
170
  } from "./commands/DescribeReservationCommand";
171
+ import {
172
+ GetRouterInputCommandInput,
173
+ GetRouterInputCommandOutput,
174
+ } from "./commands/GetRouterInputCommand";
175
+ import {
176
+ GetRouterInputSourceMetadataCommandInput,
177
+ GetRouterInputSourceMetadataCommandOutput,
178
+ } from "./commands/GetRouterInputSourceMetadataCommand";
179
+ import {
180
+ GetRouterInputThumbnailCommandInput,
181
+ GetRouterInputThumbnailCommandOutput,
182
+ } from "./commands/GetRouterInputThumbnailCommand";
183
+ import {
184
+ GetRouterNetworkInterfaceCommandInput,
185
+ GetRouterNetworkInterfaceCommandOutput,
186
+ } from "./commands/GetRouterNetworkInterfaceCommand";
187
+ import {
188
+ GetRouterOutputCommandInput,
189
+ GetRouterOutputCommandOutput,
190
+ } from "./commands/GetRouterOutputCommand";
135
191
  import {
136
192
  GrantFlowEntitlementsCommandInput,
137
193
  GrantFlowEntitlementsCommandOutput,
@@ -164,6 +220,22 @@ import {
164
220
  ListReservationsCommandInput,
165
221
  ListReservationsCommandOutput,
166
222
  } from "./commands/ListReservationsCommand";
223
+ import {
224
+ ListRouterInputsCommandInput,
225
+ ListRouterInputsCommandOutput,
226
+ } from "./commands/ListRouterInputsCommand";
227
+ import {
228
+ ListRouterNetworkInterfacesCommandInput,
229
+ ListRouterNetworkInterfacesCommandOutput,
230
+ } from "./commands/ListRouterNetworkInterfacesCommand";
231
+ import {
232
+ ListRouterOutputsCommandInput,
233
+ ListRouterOutputsCommandOutput,
234
+ } from "./commands/ListRouterOutputsCommand";
235
+ import {
236
+ ListTagsForGlobalResourceCommandInput,
237
+ ListTagsForGlobalResourceCommandOutput,
238
+ } from "./commands/ListTagsForGlobalResourceCommand";
167
239
  import {
168
240
  ListTagsForResourceCommandInput,
169
241
  ListTagsForResourceCommandOutput,
@@ -196,6 +268,14 @@ import {
196
268
  RemoveFlowVpcInterfaceCommandInput,
197
269
  RemoveFlowVpcInterfaceCommandOutput,
198
270
  } from "./commands/RemoveFlowVpcInterfaceCommand";
271
+ import {
272
+ RestartRouterInputCommandInput,
273
+ RestartRouterInputCommandOutput,
274
+ } from "./commands/RestartRouterInputCommand";
275
+ import {
276
+ RestartRouterOutputCommandInput,
277
+ RestartRouterOutputCommandOutput,
278
+ } from "./commands/RestartRouterOutputCommand";
199
279
  import {
200
280
  RevokeFlowEntitlementCommandInput,
201
281
  RevokeFlowEntitlementCommandOutput,
@@ -204,14 +284,42 @@ import {
204
284
  StartFlowCommandInput,
205
285
  StartFlowCommandOutput,
206
286
  } from "./commands/StartFlowCommand";
287
+ import {
288
+ StartRouterInputCommandInput,
289
+ StartRouterInputCommandOutput,
290
+ } from "./commands/StartRouterInputCommand";
291
+ import {
292
+ StartRouterOutputCommandInput,
293
+ StartRouterOutputCommandOutput,
294
+ } from "./commands/StartRouterOutputCommand";
207
295
  import {
208
296
  StopFlowCommandInput,
209
297
  StopFlowCommandOutput,
210
298
  } from "./commands/StopFlowCommand";
299
+ import {
300
+ StopRouterInputCommandInput,
301
+ StopRouterInputCommandOutput,
302
+ } from "./commands/StopRouterInputCommand";
303
+ import {
304
+ StopRouterOutputCommandInput,
305
+ StopRouterOutputCommandOutput,
306
+ } from "./commands/StopRouterOutputCommand";
307
+ import {
308
+ TagGlobalResourceCommandInput,
309
+ TagGlobalResourceCommandOutput,
310
+ } from "./commands/TagGlobalResourceCommand";
211
311
  import {
212
312
  TagResourceCommandInput,
213
313
  TagResourceCommandOutput,
214
314
  } from "./commands/TagResourceCommand";
315
+ import {
316
+ TakeRouterInputCommandInput,
317
+ TakeRouterInputCommandOutput,
318
+ } from "./commands/TakeRouterInputCommand";
319
+ import {
320
+ UntagGlobalResourceCommandInput,
321
+ UntagGlobalResourceCommandOutput,
322
+ } from "./commands/UntagGlobalResourceCommand";
215
323
  import {
216
324
  UntagResourceCommandInput,
217
325
  UntagResourceCommandOutput,
@@ -256,6 +364,18 @@ import {
256
364
  UpdateGatewayInstanceCommandInput,
257
365
  UpdateGatewayInstanceCommandOutput,
258
366
  } from "./commands/UpdateGatewayInstanceCommand";
367
+ import {
368
+ UpdateRouterInputCommandInput,
369
+ UpdateRouterInputCommandOutput,
370
+ } from "./commands/UpdateRouterInputCommand";
371
+ import {
372
+ UpdateRouterNetworkInterfaceCommandInput,
373
+ UpdateRouterNetworkInterfaceCommandOutput,
374
+ } from "./commands/UpdateRouterNetworkInterfaceCommand";
375
+ import {
376
+ UpdateRouterOutputCommandInput,
377
+ UpdateRouterOutputCommandOutput,
378
+ } from "./commands/UpdateRouterOutputCommand";
259
379
  import {
260
380
  ClientInputEndpointParameters,
261
381
  ClientResolvedEndpointParameters,
@@ -270,12 +390,21 @@ export type ServiceInputTypes =
270
390
  | AddFlowOutputsCommandInput
271
391
  | AddFlowSourcesCommandInput
272
392
  | AddFlowVpcInterfacesCommandInput
393
+ | BatchGetRouterInputCommandInput
394
+ | BatchGetRouterNetworkInterfaceCommandInput
395
+ | BatchGetRouterOutputCommandInput
273
396
  | CreateBridgeCommandInput
274
397
  | CreateFlowCommandInput
275
398
  | CreateGatewayCommandInput
399
+ | CreateRouterInputCommandInput
400
+ | CreateRouterNetworkInterfaceCommandInput
401
+ | CreateRouterOutputCommandInput
276
402
  | DeleteBridgeCommandInput
277
403
  | DeleteFlowCommandInput
278
404
  | DeleteGatewayCommandInput
405
+ | DeleteRouterInputCommandInput
406
+ | DeleteRouterNetworkInterfaceCommandInput
407
+ | DeleteRouterOutputCommandInput
279
408
  | DeregisterGatewayInstanceCommandInput
280
409
  | DescribeBridgeCommandInput
281
410
  | DescribeFlowCommandInput
@@ -285,6 +414,11 @@ export type ServiceInputTypes =
285
414
  | DescribeGatewayInstanceCommandInput
286
415
  | DescribeOfferingCommandInput
287
416
  | DescribeReservationCommandInput
417
+ | GetRouterInputCommandInput
418
+ | GetRouterInputSourceMetadataCommandInput
419
+ | GetRouterInputThumbnailCommandInput
420
+ | GetRouterNetworkInterfaceCommandInput
421
+ | GetRouterOutputCommandInput
288
422
  | GrantFlowEntitlementsCommandInput
289
423
  | ListBridgesCommandInput
290
424
  | ListEntitlementsCommandInput
@@ -293,6 +427,10 @@ export type ServiceInputTypes =
293
427
  | ListGatewaysCommandInput
294
428
  | ListOfferingsCommandInput
295
429
  | ListReservationsCommandInput
430
+ | ListRouterInputsCommandInput
431
+ | ListRouterNetworkInterfacesCommandInput
432
+ | ListRouterOutputsCommandInput
433
+ | ListTagsForGlobalResourceCommandInput
296
434
  | ListTagsForResourceCommandInput
297
435
  | PurchaseOfferingCommandInput
298
436
  | RemoveBridgeOutputCommandInput
@@ -301,10 +439,19 @@ export type ServiceInputTypes =
301
439
  | RemoveFlowOutputCommandInput
302
440
  | RemoveFlowSourceCommandInput
303
441
  | RemoveFlowVpcInterfaceCommandInput
442
+ | RestartRouterInputCommandInput
443
+ | RestartRouterOutputCommandInput
304
444
  | RevokeFlowEntitlementCommandInput
305
445
  | StartFlowCommandInput
446
+ | StartRouterInputCommandInput
447
+ | StartRouterOutputCommandInput
306
448
  | StopFlowCommandInput
449
+ | StopRouterInputCommandInput
450
+ | StopRouterOutputCommandInput
451
+ | TagGlobalResourceCommandInput
307
452
  | TagResourceCommandInput
453
+ | TakeRouterInputCommandInput
454
+ | UntagGlobalResourceCommandInput
308
455
  | UntagResourceCommandInput
309
456
  | UpdateBridgeCommandInput
310
457
  | UpdateBridgeOutputCommandInput
@@ -315,7 +462,10 @@ export type ServiceInputTypes =
315
462
  | UpdateFlowMediaStreamCommandInput
316
463
  | UpdateFlowOutputCommandInput
317
464
  | UpdateFlowSourceCommandInput
318
- | UpdateGatewayInstanceCommandInput;
465
+ | UpdateGatewayInstanceCommandInput
466
+ | UpdateRouterInputCommandInput
467
+ | UpdateRouterNetworkInterfaceCommandInput
468
+ | UpdateRouterOutputCommandInput;
319
469
  export type ServiceOutputTypes =
320
470
  | AddBridgeOutputsCommandOutput
321
471
  | AddBridgeSourcesCommandOutput
@@ -323,12 +473,21 @@ export type ServiceOutputTypes =
323
473
  | AddFlowOutputsCommandOutput
324
474
  | AddFlowSourcesCommandOutput
325
475
  | AddFlowVpcInterfacesCommandOutput
476
+ | BatchGetRouterInputCommandOutput
477
+ | BatchGetRouterNetworkInterfaceCommandOutput
478
+ | BatchGetRouterOutputCommandOutput
326
479
  | CreateBridgeCommandOutput
327
480
  | CreateFlowCommandOutput
328
481
  | CreateGatewayCommandOutput
482
+ | CreateRouterInputCommandOutput
483
+ | CreateRouterNetworkInterfaceCommandOutput
484
+ | CreateRouterOutputCommandOutput
329
485
  | DeleteBridgeCommandOutput
330
486
  | DeleteFlowCommandOutput
331
487
  | DeleteGatewayCommandOutput
488
+ | DeleteRouterInputCommandOutput
489
+ | DeleteRouterNetworkInterfaceCommandOutput
490
+ | DeleteRouterOutputCommandOutput
332
491
  | DeregisterGatewayInstanceCommandOutput
333
492
  | DescribeBridgeCommandOutput
334
493
  | DescribeFlowCommandOutput
@@ -338,6 +497,11 @@ export type ServiceOutputTypes =
338
497
  | DescribeGatewayInstanceCommandOutput
339
498
  | DescribeOfferingCommandOutput
340
499
  | DescribeReservationCommandOutput
500
+ | GetRouterInputCommandOutput
501
+ | GetRouterInputSourceMetadataCommandOutput
502
+ | GetRouterInputThumbnailCommandOutput
503
+ | GetRouterNetworkInterfaceCommandOutput
504
+ | GetRouterOutputCommandOutput
341
505
  | GrantFlowEntitlementsCommandOutput
342
506
  | ListBridgesCommandOutput
343
507
  | ListEntitlementsCommandOutput
@@ -346,6 +510,10 @@ export type ServiceOutputTypes =
346
510
  | ListGatewaysCommandOutput
347
511
  | ListOfferingsCommandOutput
348
512
  | ListReservationsCommandOutput
513
+ | ListRouterInputsCommandOutput
514
+ | ListRouterNetworkInterfacesCommandOutput
515
+ | ListRouterOutputsCommandOutput
516
+ | ListTagsForGlobalResourceCommandOutput
349
517
  | ListTagsForResourceCommandOutput
350
518
  | PurchaseOfferingCommandOutput
351
519
  | RemoveBridgeOutputCommandOutput
@@ -354,10 +522,19 @@ export type ServiceOutputTypes =
354
522
  | RemoveFlowOutputCommandOutput
355
523
  | RemoveFlowSourceCommandOutput
356
524
  | RemoveFlowVpcInterfaceCommandOutput
525
+ | RestartRouterInputCommandOutput
526
+ | RestartRouterOutputCommandOutput
357
527
  | RevokeFlowEntitlementCommandOutput
358
528
  | StartFlowCommandOutput
529
+ | StartRouterInputCommandOutput
530
+ | StartRouterOutputCommandOutput
359
531
  | StopFlowCommandOutput
532
+ | StopRouterInputCommandOutput
533
+ | StopRouterOutputCommandOutput
534
+ | TagGlobalResourceCommandOutput
360
535
  | TagResourceCommandOutput
536
+ | TakeRouterInputCommandOutput
537
+ | UntagGlobalResourceCommandOutput
361
538
  | UntagResourceCommandOutput
362
539
  | UpdateBridgeCommandOutput
363
540
  | UpdateBridgeOutputCommandOutput
@@ -368,7 +545,10 @@ export type ServiceOutputTypes =
368
545
  | UpdateFlowMediaStreamCommandOutput
369
546
  | UpdateFlowOutputCommandOutput
370
547
  | UpdateFlowSourceCommandOutput
371
- | UpdateGatewayInstanceCommandOutput;
548
+ | UpdateGatewayInstanceCommandOutput
549
+ | UpdateRouterInputCommandOutput
550
+ | UpdateRouterNetworkInterfaceCommandOutput
551
+ | UpdateRouterOutputCommandOutput;
372
552
  export interface ClientDefaults
373
553
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
374
554
  requestHandler?: __HttpHandlerUserInput;
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ BatchGetRouterInputRequest,
10
+ BatchGetRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetRouterInputCommandInput
15
+ extends BatchGetRouterInputRequest {}
16
+ export interface BatchGetRouterInputCommandOutput
17
+ extends BatchGetRouterInputResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchGetRouterInputCommand_base: {
20
+ new (
21
+ input: BatchGetRouterInputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchGetRouterInputCommandInput,
24
+ BatchGetRouterInputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetRouterInputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchGetRouterInputCommandInput,
33
+ BatchGetRouterInputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchGetRouterInputCommand extends BatchGetRouterInputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetRouterInputRequest;
44
+ output: BatchGetRouterInputResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetRouterInputCommandInput;
48
+ output: BatchGetRouterInputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ BatchGetRouterNetworkInterfaceRequest,
10
+ BatchGetRouterNetworkInterfaceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetRouterNetworkInterfaceCommandInput
15
+ extends BatchGetRouterNetworkInterfaceRequest {}
16
+ export interface BatchGetRouterNetworkInterfaceCommandOutput
17
+ extends BatchGetRouterNetworkInterfaceResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchGetRouterNetworkInterfaceCommand_base: {
20
+ new (
21
+ input: BatchGetRouterNetworkInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchGetRouterNetworkInterfaceCommandInput,
24
+ BatchGetRouterNetworkInterfaceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetRouterNetworkInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchGetRouterNetworkInterfaceCommandInput,
33
+ BatchGetRouterNetworkInterfaceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchGetRouterNetworkInterfaceCommand extends BatchGetRouterNetworkInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetRouterNetworkInterfaceRequest;
44
+ output: BatchGetRouterNetworkInterfaceResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetRouterNetworkInterfaceCommandInput;
48
+ output: BatchGetRouterNetworkInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ BatchGetRouterOutputRequest,
10
+ BatchGetRouterOutputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchGetRouterOutputCommandInput
15
+ extends BatchGetRouterOutputRequest {}
16
+ export interface BatchGetRouterOutputCommandOutput
17
+ extends BatchGetRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchGetRouterOutputCommand_base: {
20
+ new (
21
+ input: BatchGetRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchGetRouterOutputCommandInput,
24
+ BatchGetRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchGetRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchGetRouterOutputCommandInput,
33
+ BatchGetRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchGetRouterOutputCommand extends BatchGetRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetRouterOutputRequest;
44
+ output: BatchGetRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetRouterOutputCommandInput;
48
+ output: BatchGetRouterOutputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ CreateRouterInputRequest,
10
+ CreateRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateRouterInputCommandInput
15
+ extends CreateRouterInputRequest {}
16
+ export interface CreateRouterInputCommandOutput
17
+ extends CreateRouterInputResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateRouterInputCommand_base: {
20
+ new (
21
+ input: CreateRouterInputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateRouterInputCommandInput,
24
+ CreateRouterInputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateRouterInputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateRouterInputCommandInput,
33
+ CreateRouterInputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateRouterInputCommand extends CreateRouterInputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRouterInputRequest;
44
+ output: CreateRouterInputResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRouterInputCommandInput;
48
+ output: CreateRouterInputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ CreateRouterNetworkInterfaceRequest,
10
+ CreateRouterNetworkInterfaceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateRouterNetworkInterfaceCommandInput
15
+ extends CreateRouterNetworkInterfaceRequest {}
16
+ export interface CreateRouterNetworkInterfaceCommandOutput
17
+ extends CreateRouterNetworkInterfaceResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateRouterNetworkInterfaceCommand_base: {
20
+ new (
21
+ input: CreateRouterNetworkInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateRouterNetworkInterfaceCommandInput,
24
+ CreateRouterNetworkInterfaceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateRouterNetworkInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateRouterNetworkInterfaceCommandInput,
33
+ CreateRouterNetworkInterfaceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateRouterNetworkInterfaceCommand extends CreateRouterNetworkInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRouterNetworkInterfaceRequest;
44
+ output: CreateRouterNetworkInterfaceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRouterNetworkInterfaceCommandInput;
48
+ output: CreateRouterNetworkInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ CreateRouterOutputRequest,
10
+ CreateRouterOutputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateRouterOutputCommandInput
15
+ extends CreateRouterOutputRequest {}
16
+ export interface CreateRouterOutputCommandOutput
17
+ extends CreateRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateRouterOutputCommand_base: {
20
+ new (
21
+ input: CreateRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateRouterOutputCommandInput,
24
+ CreateRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateRouterOutputCommandInput,
33
+ CreateRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateRouterOutputCommand extends CreateRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRouterOutputRequest;
44
+ output: CreateRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateRouterOutputCommandInput;
48
+ output: CreateRouterOutputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ DeleteRouterInputRequest,
10
+ DeleteRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteRouterInputCommandInput
15
+ extends DeleteRouterInputRequest {}
16
+ export interface DeleteRouterInputCommandOutput
17
+ extends DeleteRouterInputResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteRouterInputCommand_base: {
20
+ new (
21
+ input: DeleteRouterInputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteRouterInputCommandInput,
24
+ DeleteRouterInputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteRouterInputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteRouterInputCommandInput,
33
+ DeleteRouterInputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteRouterInputCommand extends DeleteRouterInputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRouterInputRequest;
44
+ output: DeleteRouterInputResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteRouterInputCommandInput;
48
+ output: DeleteRouterInputCommandOutput;
49
+ };
50
+ };
51
+ }