@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
@@ -5,12 +5,21 @@ import { AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput } fro
5
5
  import { AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput } from "./commands/AddFlowOutputsCommand";
6
6
  import { AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput } from "./commands/AddFlowSourcesCommand";
7
7
  import { AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput } from "./commands/AddFlowVpcInterfacesCommand";
8
+ import { BatchGetRouterInputCommandInput, BatchGetRouterInputCommandOutput } from "./commands/BatchGetRouterInputCommand";
9
+ import { BatchGetRouterNetworkInterfaceCommandInput, BatchGetRouterNetworkInterfaceCommandOutput } from "./commands/BatchGetRouterNetworkInterfaceCommand";
10
+ import { BatchGetRouterOutputCommandInput, BatchGetRouterOutputCommandOutput } from "./commands/BatchGetRouterOutputCommand";
8
11
  import { CreateBridgeCommandInput, CreateBridgeCommandOutput } from "./commands/CreateBridgeCommand";
9
12
  import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
10
13
  import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
14
+ import { CreateRouterInputCommandInput, CreateRouterInputCommandOutput } from "./commands/CreateRouterInputCommand";
15
+ import { CreateRouterNetworkInterfaceCommandInput, CreateRouterNetworkInterfaceCommandOutput } from "./commands/CreateRouterNetworkInterfaceCommand";
16
+ import { CreateRouterOutputCommandInput, CreateRouterOutputCommandOutput } from "./commands/CreateRouterOutputCommand";
11
17
  import { DeleteBridgeCommandInput, DeleteBridgeCommandOutput } from "./commands/DeleteBridgeCommand";
12
18
  import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
13
19
  import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
20
+ import { DeleteRouterInputCommandInput, DeleteRouterInputCommandOutput } from "./commands/DeleteRouterInputCommand";
21
+ import { DeleteRouterNetworkInterfaceCommandInput, DeleteRouterNetworkInterfaceCommandOutput } from "./commands/DeleteRouterNetworkInterfaceCommand";
22
+ import { DeleteRouterOutputCommandInput, DeleteRouterOutputCommandOutput } from "./commands/DeleteRouterOutputCommand";
14
23
  import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "./commands/DeregisterGatewayInstanceCommand";
15
24
  import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "./commands/DescribeBridgeCommand";
16
25
  import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
@@ -20,6 +29,11 @@ import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./com
20
29
  import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "./commands/DescribeGatewayInstanceCommand";
21
30
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
22
31
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
32
+ import { GetRouterInputCommandInput, GetRouterInputCommandOutput } from "./commands/GetRouterInputCommand";
33
+ import { GetRouterInputSourceMetadataCommandInput, GetRouterInputSourceMetadataCommandOutput } from "./commands/GetRouterInputSourceMetadataCommand";
34
+ import { GetRouterInputThumbnailCommandInput, GetRouterInputThumbnailCommandOutput } from "./commands/GetRouterInputThumbnailCommand";
35
+ import { GetRouterNetworkInterfaceCommandInput, GetRouterNetworkInterfaceCommandOutput } from "./commands/GetRouterNetworkInterfaceCommand";
36
+ import { GetRouterOutputCommandInput, GetRouterOutputCommandOutput } from "./commands/GetRouterOutputCommand";
23
37
  import { GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput } from "./commands/GrantFlowEntitlementsCommand";
24
38
  import { ListBridgesCommandInput, ListBridgesCommandOutput } from "./commands/ListBridgesCommand";
25
39
  import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "./commands/ListEntitlementsCommand";
@@ -28,6 +42,10 @@ import { ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput } f
28
42
  import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
29
43
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
30
44
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
45
+ import { ListRouterInputsCommandInput, ListRouterInputsCommandOutput } from "./commands/ListRouterInputsCommand";
46
+ import { ListRouterNetworkInterfacesCommandInput, ListRouterNetworkInterfacesCommandOutput } from "./commands/ListRouterNetworkInterfacesCommand";
47
+ import { ListRouterOutputsCommandInput, ListRouterOutputsCommandOutput } from "./commands/ListRouterOutputsCommand";
48
+ import { ListTagsForGlobalResourceCommandInput, ListTagsForGlobalResourceCommandOutput } from "./commands/ListTagsForGlobalResourceCommand";
31
49
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
50
  import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
33
51
  import { RemoveBridgeOutputCommandInput, RemoveBridgeOutputCommandOutput } from "./commands/RemoveBridgeOutputCommand";
@@ -36,10 +54,19 @@ import { RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput }
36
54
  import { RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput } from "./commands/RemoveFlowOutputCommand";
37
55
  import { RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput } from "./commands/RemoveFlowSourceCommand";
38
56
  import { RemoveFlowVpcInterfaceCommandInput, RemoveFlowVpcInterfaceCommandOutput } from "./commands/RemoveFlowVpcInterfaceCommand";
57
+ import { RestartRouterInputCommandInput, RestartRouterInputCommandOutput } from "./commands/RestartRouterInputCommand";
58
+ import { RestartRouterOutputCommandInput, RestartRouterOutputCommandOutput } from "./commands/RestartRouterOutputCommand";
39
59
  import { RevokeFlowEntitlementCommandInput, RevokeFlowEntitlementCommandOutput } from "./commands/RevokeFlowEntitlementCommand";
40
60
  import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
61
+ import { StartRouterInputCommandInput, StartRouterInputCommandOutput } from "./commands/StartRouterInputCommand";
62
+ import { StartRouterOutputCommandInput, StartRouterOutputCommandOutput } from "./commands/StartRouterOutputCommand";
41
63
  import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
64
+ import { StopRouterInputCommandInput, StopRouterInputCommandOutput } from "./commands/StopRouterInputCommand";
65
+ import { StopRouterOutputCommandInput, StopRouterOutputCommandOutput } from "./commands/StopRouterOutputCommand";
66
+ import { TagGlobalResourceCommandInput, TagGlobalResourceCommandOutput } from "./commands/TagGlobalResourceCommand";
42
67
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
68
+ import { TakeRouterInputCommandInput, TakeRouterInputCommandOutput } from "./commands/TakeRouterInputCommand";
69
+ import { UntagGlobalResourceCommandInput, UntagGlobalResourceCommandOutput } from "./commands/UntagGlobalResourceCommand";
43
70
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
44
71
  import { UpdateBridgeCommandInput, UpdateBridgeCommandOutput } from "./commands/UpdateBridgeCommand";
45
72
  import { UpdateBridgeOutputCommandInput, UpdateBridgeOutputCommandOutput } from "./commands/UpdateBridgeOutputCommand";
@@ -51,6 +78,9 @@ import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput }
51
78
  import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "./commands/UpdateFlowOutputCommand";
52
79
  import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "./commands/UpdateFlowSourceCommand";
53
80
  import { UpdateGatewayInstanceCommandInput, UpdateGatewayInstanceCommandOutput } from "./commands/UpdateGatewayInstanceCommand";
81
+ import { UpdateRouterInputCommandInput, UpdateRouterInputCommandOutput } from "./commands/UpdateRouterInputCommand";
82
+ import { UpdateRouterNetworkInterfaceCommandInput, UpdateRouterNetworkInterfaceCommandOutput } from "./commands/UpdateRouterNetworkInterfaceCommand";
83
+ import { UpdateRouterOutputCommandInput, UpdateRouterOutputCommandOutput } from "./commands/UpdateRouterOutputCommand";
54
84
  import { MediaConnectClient } from "./MediaConnectClient";
55
85
  export interface MediaConnect {
56
86
  /**
@@ -89,6 +119,24 @@ export interface MediaConnect {
89
119
  addFlowVpcInterfaces(args: AddFlowVpcInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<AddFlowVpcInterfacesCommandOutput>;
90
120
  addFlowVpcInterfaces(args: AddFlowVpcInterfacesCommandInput, cb: (err: any, data?: AddFlowVpcInterfacesCommandOutput) => void): void;
91
121
  addFlowVpcInterfaces(args: AddFlowVpcInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddFlowVpcInterfacesCommandOutput) => void): void;
122
+ /**
123
+ * @see {@link BatchGetRouterInputCommand}
124
+ */
125
+ batchGetRouterInput(args: BatchGetRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetRouterInputCommandOutput>;
126
+ batchGetRouterInput(args: BatchGetRouterInputCommandInput, cb: (err: any, data?: BatchGetRouterInputCommandOutput) => void): void;
127
+ batchGetRouterInput(args: BatchGetRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetRouterInputCommandOutput) => void): void;
128
+ /**
129
+ * @see {@link BatchGetRouterNetworkInterfaceCommand}
130
+ */
131
+ batchGetRouterNetworkInterface(args: BatchGetRouterNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetRouterNetworkInterfaceCommandOutput>;
132
+ batchGetRouterNetworkInterface(args: BatchGetRouterNetworkInterfaceCommandInput, cb: (err: any, data?: BatchGetRouterNetworkInterfaceCommandOutput) => void): void;
133
+ batchGetRouterNetworkInterface(args: BatchGetRouterNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetRouterNetworkInterfaceCommandOutput) => void): void;
134
+ /**
135
+ * @see {@link BatchGetRouterOutputCommand}
136
+ */
137
+ batchGetRouterOutput(args: BatchGetRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetRouterOutputCommandOutput>;
138
+ batchGetRouterOutput(args: BatchGetRouterOutputCommandInput, cb: (err: any, data?: BatchGetRouterOutputCommandOutput) => void): void;
139
+ batchGetRouterOutput(args: BatchGetRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetRouterOutputCommandOutput) => void): void;
92
140
  /**
93
141
  * @see {@link CreateBridgeCommand}
94
142
  */
@@ -107,6 +155,24 @@ export interface MediaConnect {
107
155
  createGateway(args: CreateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateGatewayCommandOutput>;
108
156
  createGateway(args: CreateGatewayCommandInput, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
109
157
  createGateway(args: CreateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGatewayCommandOutput) => void): void;
158
+ /**
159
+ * @see {@link CreateRouterInputCommand}
160
+ */
161
+ createRouterInput(args: CreateRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouterInputCommandOutput>;
162
+ createRouterInput(args: CreateRouterInputCommandInput, cb: (err: any, data?: CreateRouterInputCommandOutput) => void): void;
163
+ createRouterInput(args: CreateRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouterInputCommandOutput) => void): void;
164
+ /**
165
+ * @see {@link CreateRouterNetworkInterfaceCommand}
166
+ */
167
+ createRouterNetworkInterface(args: CreateRouterNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouterNetworkInterfaceCommandOutput>;
168
+ createRouterNetworkInterface(args: CreateRouterNetworkInterfaceCommandInput, cb: (err: any, data?: CreateRouterNetworkInterfaceCommandOutput) => void): void;
169
+ createRouterNetworkInterface(args: CreateRouterNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouterNetworkInterfaceCommandOutput) => void): void;
170
+ /**
171
+ * @see {@link CreateRouterOutputCommand}
172
+ */
173
+ createRouterOutput(args: CreateRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouterOutputCommandOutput>;
174
+ createRouterOutput(args: CreateRouterOutputCommandInput, cb: (err: any, data?: CreateRouterOutputCommandOutput) => void): void;
175
+ createRouterOutput(args: CreateRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouterOutputCommandOutput) => void): void;
110
176
  /**
111
177
  * @see {@link DeleteBridgeCommand}
112
178
  */
@@ -125,6 +191,24 @@ export interface MediaConnect {
125
191
  deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
126
192
  deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
127
193
  deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
194
+ /**
195
+ * @see {@link DeleteRouterInputCommand}
196
+ */
197
+ deleteRouterInput(args: DeleteRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouterInputCommandOutput>;
198
+ deleteRouterInput(args: DeleteRouterInputCommandInput, cb: (err: any, data?: DeleteRouterInputCommandOutput) => void): void;
199
+ deleteRouterInput(args: DeleteRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouterInputCommandOutput) => void): void;
200
+ /**
201
+ * @see {@link DeleteRouterNetworkInterfaceCommand}
202
+ */
203
+ deleteRouterNetworkInterface(args: DeleteRouterNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouterNetworkInterfaceCommandOutput>;
204
+ deleteRouterNetworkInterface(args: DeleteRouterNetworkInterfaceCommandInput, cb: (err: any, data?: DeleteRouterNetworkInterfaceCommandOutput) => void): void;
205
+ deleteRouterNetworkInterface(args: DeleteRouterNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouterNetworkInterfaceCommandOutput) => void): void;
206
+ /**
207
+ * @see {@link DeleteRouterOutputCommand}
208
+ */
209
+ deleteRouterOutput(args: DeleteRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouterOutputCommandOutput>;
210
+ deleteRouterOutput(args: DeleteRouterOutputCommandInput, cb: (err: any, data?: DeleteRouterOutputCommandOutput) => void): void;
211
+ deleteRouterOutput(args: DeleteRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouterOutputCommandOutput) => void): void;
128
212
  /**
129
213
  * @see {@link DeregisterGatewayInstanceCommand}
130
214
  */
@@ -179,6 +263,36 @@ export interface MediaConnect {
179
263
  describeReservation(args: DescribeReservationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservationCommandOutput>;
180
264
  describeReservation(args: DescribeReservationCommandInput, cb: (err: any, data?: DescribeReservationCommandOutput) => void): void;
181
265
  describeReservation(args: DescribeReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservationCommandOutput) => void): void;
266
+ /**
267
+ * @see {@link GetRouterInputCommand}
268
+ */
269
+ getRouterInput(args: GetRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<GetRouterInputCommandOutput>;
270
+ getRouterInput(args: GetRouterInputCommandInput, cb: (err: any, data?: GetRouterInputCommandOutput) => void): void;
271
+ getRouterInput(args: GetRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouterInputCommandOutput) => void): void;
272
+ /**
273
+ * @see {@link GetRouterInputSourceMetadataCommand}
274
+ */
275
+ getRouterInputSourceMetadata(args: GetRouterInputSourceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRouterInputSourceMetadataCommandOutput>;
276
+ getRouterInputSourceMetadata(args: GetRouterInputSourceMetadataCommandInput, cb: (err: any, data?: GetRouterInputSourceMetadataCommandOutput) => void): void;
277
+ getRouterInputSourceMetadata(args: GetRouterInputSourceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouterInputSourceMetadataCommandOutput) => void): void;
278
+ /**
279
+ * @see {@link GetRouterInputThumbnailCommand}
280
+ */
281
+ getRouterInputThumbnail(args: GetRouterInputThumbnailCommandInput, options?: __HttpHandlerOptions): Promise<GetRouterInputThumbnailCommandOutput>;
282
+ getRouterInputThumbnail(args: GetRouterInputThumbnailCommandInput, cb: (err: any, data?: GetRouterInputThumbnailCommandOutput) => void): void;
283
+ getRouterInputThumbnail(args: GetRouterInputThumbnailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouterInputThumbnailCommandOutput) => void): void;
284
+ /**
285
+ * @see {@link GetRouterNetworkInterfaceCommand}
286
+ */
287
+ getRouterNetworkInterface(args: GetRouterNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<GetRouterNetworkInterfaceCommandOutput>;
288
+ getRouterNetworkInterface(args: GetRouterNetworkInterfaceCommandInput, cb: (err: any, data?: GetRouterNetworkInterfaceCommandOutput) => void): void;
289
+ getRouterNetworkInterface(args: GetRouterNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouterNetworkInterfaceCommandOutput) => void): void;
290
+ /**
291
+ * @see {@link GetRouterOutputCommand}
292
+ */
293
+ getRouterOutput(args: GetRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<GetRouterOutputCommandOutput>;
294
+ getRouterOutput(args: GetRouterOutputCommandInput, cb: (err: any, data?: GetRouterOutputCommandOutput) => void): void;
295
+ getRouterOutput(args: GetRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRouterOutputCommandOutput) => void): void;
182
296
  /**
183
297
  * @see {@link GrantFlowEntitlementsCommand}
184
298
  */
@@ -234,6 +348,33 @@ export interface MediaConnect {
234
348
  listReservations(args: ListReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListReservationsCommandOutput>;
235
349
  listReservations(args: ListReservationsCommandInput, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
236
350
  listReservations(args: ListReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReservationsCommandOutput) => void): void;
351
+ /**
352
+ * @see {@link ListRouterInputsCommand}
353
+ */
354
+ listRouterInputs(): Promise<ListRouterInputsCommandOutput>;
355
+ listRouterInputs(args: ListRouterInputsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouterInputsCommandOutput>;
356
+ listRouterInputs(args: ListRouterInputsCommandInput, cb: (err: any, data?: ListRouterInputsCommandOutput) => void): void;
357
+ listRouterInputs(args: ListRouterInputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouterInputsCommandOutput) => void): void;
358
+ /**
359
+ * @see {@link ListRouterNetworkInterfacesCommand}
360
+ */
361
+ listRouterNetworkInterfaces(): Promise<ListRouterNetworkInterfacesCommandOutput>;
362
+ listRouterNetworkInterfaces(args: ListRouterNetworkInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<ListRouterNetworkInterfacesCommandOutput>;
363
+ listRouterNetworkInterfaces(args: ListRouterNetworkInterfacesCommandInput, cb: (err: any, data?: ListRouterNetworkInterfacesCommandOutput) => void): void;
364
+ listRouterNetworkInterfaces(args: ListRouterNetworkInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouterNetworkInterfacesCommandOutput) => void): void;
365
+ /**
366
+ * @see {@link ListRouterOutputsCommand}
367
+ */
368
+ listRouterOutputs(): Promise<ListRouterOutputsCommandOutput>;
369
+ listRouterOutputs(args: ListRouterOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouterOutputsCommandOutput>;
370
+ listRouterOutputs(args: ListRouterOutputsCommandInput, cb: (err: any, data?: ListRouterOutputsCommandOutput) => void): void;
371
+ listRouterOutputs(args: ListRouterOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouterOutputsCommandOutput) => void): void;
372
+ /**
373
+ * @see {@link ListTagsForGlobalResourceCommand}
374
+ */
375
+ listTagsForGlobalResource(args: ListTagsForGlobalResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForGlobalResourceCommandOutput>;
376
+ listTagsForGlobalResource(args: ListTagsForGlobalResourceCommandInput, cb: (err: any, data?: ListTagsForGlobalResourceCommandOutput) => void): void;
377
+ listTagsForGlobalResource(args: ListTagsForGlobalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForGlobalResourceCommandOutput) => void): void;
237
378
  /**
238
379
  * @see {@link ListTagsForResourceCommand}
239
380
  */
@@ -282,6 +423,18 @@ export interface MediaConnect {
282
423
  removeFlowVpcInterface(args: RemoveFlowVpcInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFlowVpcInterfaceCommandOutput>;
283
424
  removeFlowVpcInterface(args: RemoveFlowVpcInterfaceCommandInput, cb: (err: any, data?: RemoveFlowVpcInterfaceCommandOutput) => void): void;
284
425
  removeFlowVpcInterface(args: RemoveFlowVpcInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFlowVpcInterfaceCommandOutput) => void): void;
426
+ /**
427
+ * @see {@link RestartRouterInputCommand}
428
+ */
429
+ restartRouterInput(args: RestartRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<RestartRouterInputCommandOutput>;
430
+ restartRouterInput(args: RestartRouterInputCommandInput, cb: (err: any, data?: RestartRouterInputCommandOutput) => void): void;
431
+ restartRouterInput(args: RestartRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartRouterInputCommandOutput) => void): void;
432
+ /**
433
+ * @see {@link RestartRouterOutputCommand}
434
+ */
435
+ restartRouterOutput(args: RestartRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<RestartRouterOutputCommandOutput>;
436
+ restartRouterOutput(args: RestartRouterOutputCommandInput, cb: (err: any, data?: RestartRouterOutputCommandOutput) => void): void;
437
+ restartRouterOutput(args: RestartRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestartRouterOutputCommandOutput) => void): void;
285
438
  /**
286
439
  * @see {@link RevokeFlowEntitlementCommand}
287
440
  */
@@ -294,18 +447,60 @@ export interface MediaConnect {
294
447
  startFlow(args: StartFlowCommandInput, options?: __HttpHandlerOptions): Promise<StartFlowCommandOutput>;
295
448
  startFlow(args: StartFlowCommandInput, cb: (err: any, data?: StartFlowCommandOutput) => void): void;
296
449
  startFlow(args: StartFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFlowCommandOutput) => void): void;
450
+ /**
451
+ * @see {@link StartRouterInputCommand}
452
+ */
453
+ startRouterInput(args: StartRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<StartRouterInputCommandOutput>;
454
+ startRouterInput(args: StartRouterInputCommandInput, cb: (err: any, data?: StartRouterInputCommandOutput) => void): void;
455
+ startRouterInput(args: StartRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRouterInputCommandOutput) => void): void;
456
+ /**
457
+ * @see {@link StartRouterOutputCommand}
458
+ */
459
+ startRouterOutput(args: StartRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<StartRouterOutputCommandOutput>;
460
+ startRouterOutput(args: StartRouterOutputCommandInput, cb: (err: any, data?: StartRouterOutputCommandOutput) => void): void;
461
+ startRouterOutput(args: StartRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRouterOutputCommandOutput) => void): void;
297
462
  /**
298
463
  * @see {@link StopFlowCommand}
299
464
  */
300
465
  stopFlow(args: StopFlowCommandInput, options?: __HttpHandlerOptions): Promise<StopFlowCommandOutput>;
301
466
  stopFlow(args: StopFlowCommandInput, cb: (err: any, data?: StopFlowCommandOutput) => void): void;
302
467
  stopFlow(args: StopFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopFlowCommandOutput) => void): void;
468
+ /**
469
+ * @see {@link StopRouterInputCommand}
470
+ */
471
+ stopRouterInput(args: StopRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<StopRouterInputCommandOutput>;
472
+ stopRouterInput(args: StopRouterInputCommandInput, cb: (err: any, data?: StopRouterInputCommandOutput) => void): void;
473
+ stopRouterInput(args: StopRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRouterInputCommandOutput) => void): void;
474
+ /**
475
+ * @see {@link StopRouterOutputCommand}
476
+ */
477
+ stopRouterOutput(args: StopRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<StopRouterOutputCommandOutput>;
478
+ stopRouterOutput(args: StopRouterOutputCommandInput, cb: (err: any, data?: StopRouterOutputCommandOutput) => void): void;
479
+ stopRouterOutput(args: StopRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRouterOutputCommandOutput) => void): void;
480
+ /**
481
+ * @see {@link TagGlobalResourceCommand}
482
+ */
483
+ tagGlobalResource(args: TagGlobalResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagGlobalResourceCommandOutput>;
484
+ tagGlobalResource(args: TagGlobalResourceCommandInput, cb: (err: any, data?: TagGlobalResourceCommandOutput) => void): void;
485
+ tagGlobalResource(args: TagGlobalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagGlobalResourceCommandOutput) => void): void;
303
486
  /**
304
487
  * @see {@link TagResourceCommand}
305
488
  */
306
489
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
307
490
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
308
491
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
492
+ /**
493
+ * @see {@link TakeRouterInputCommand}
494
+ */
495
+ takeRouterInput(args: TakeRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<TakeRouterInputCommandOutput>;
496
+ takeRouterInput(args: TakeRouterInputCommandInput, cb: (err: any, data?: TakeRouterInputCommandOutput) => void): void;
497
+ takeRouterInput(args: TakeRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TakeRouterInputCommandOutput) => void): void;
498
+ /**
499
+ * @see {@link UntagGlobalResourceCommand}
500
+ */
501
+ untagGlobalResource(args: UntagGlobalResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagGlobalResourceCommandOutput>;
502
+ untagGlobalResource(args: UntagGlobalResourceCommandInput, cb: (err: any, data?: UntagGlobalResourceCommandOutput) => void): void;
503
+ untagGlobalResource(args: UntagGlobalResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagGlobalResourceCommandOutput) => void): void;
309
504
  /**
310
505
  * @see {@link UntagResourceCommand}
311
506
  */
@@ -372,6 +567,24 @@ export interface MediaConnect {
372
567
  updateGatewayInstance(args: UpdateGatewayInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayInstanceCommandOutput>;
373
568
  updateGatewayInstance(args: UpdateGatewayInstanceCommandInput, cb: (err: any, data?: UpdateGatewayInstanceCommandOutput) => void): void;
374
569
  updateGatewayInstance(args: UpdateGatewayInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInstanceCommandOutput) => void): void;
570
+ /**
571
+ * @see {@link UpdateRouterInputCommand}
572
+ */
573
+ updateRouterInput(args: UpdateRouterInputCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouterInputCommandOutput>;
574
+ updateRouterInput(args: UpdateRouterInputCommandInput, cb: (err: any, data?: UpdateRouterInputCommandOutput) => void): void;
575
+ updateRouterInput(args: UpdateRouterInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouterInputCommandOutput) => void): void;
576
+ /**
577
+ * @see {@link UpdateRouterNetworkInterfaceCommand}
578
+ */
579
+ updateRouterNetworkInterface(args: UpdateRouterNetworkInterfaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouterNetworkInterfaceCommandOutput>;
580
+ updateRouterNetworkInterface(args: UpdateRouterNetworkInterfaceCommandInput, cb: (err: any, data?: UpdateRouterNetworkInterfaceCommandOutput) => void): void;
581
+ updateRouterNetworkInterface(args: UpdateRouterNetworkInterfaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouterNetworkInterfaceCommandOutput) => void): void;
582
+ /**
583
+ * @see {@link UpdateRouterOutputCommand}
584
+ */
585
+ updateRouterOutput(args: UpdateRouterOutputCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouterOutputCommandOutput>;
586
+ updateRouterOutput(args: UpdateRouterOutputCommandInput, cb: (err: any, data?: UpdateRouterOutputCommandOutput) => void): void;
587
+ updateRouterOutput(args: UpdateRouterOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouterOutputCommandOutput) => void): void;
375
588
  }
376
589
  /**
377
590
  * <p>Welcome to the Elemental MediaConnect API reference. </p> <p>MediaConnect is a service that lets you ingest live video content into the cloud and distribute it to destinations all over the world, both inside and outside the Amazon Web Services cloud. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types that are supported by MediaConnect. </p> <p>Use the following links to get started with the MediaConnect API:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Operations.html">Actions</a>: An alphabetical list of all MediaConnect API operations.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/API_Types.html">Data types</a>: An alphabetical list of all MediaConnect data types.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonParameters.html">Common parameters</a>: Parameters that all operations can use.</p> </li> <li> <p> <a href="https://docs.aws.amazon.com/mediaconnect/latest/api/CommonErrors.html">Common errors</a>: Client and server errors that all operations can return.</p> </li> </ul>
@@ -13,12 +13,21 @@ import { AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput } fro
13
13
  import { AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput } from "./commands/AddFlowOutputsCommand";
14
14
  import { AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput } from "./commands/AddFlowSourcesCommand";
15
15
  import { AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput } from "./commands/AddFlowVpcInterfacesCommand";
16
+ import { BatchGetRouterInputCommandInput, BatchGetRouterInputCommandOutput } from "./commands/BatchGetRouterInputCommand";
17
+ import { BatchGetRouterNetworkInterfaceCommandInput, BatchGetRouterNetworkInterfaceCommandOutput } from "./commands/BatchGetRouterNetworkInterfaceCommand";
18
+ import { BatchGetRouterOutputCommandInput, BatchGetRouterOutputCommandOutput } from "./commands/BatchGetRouterOutputCommand";
16
19
  import { CreateBridgeCommandInput, CreateBridgeCommandOutput } from "./commands/CreateBridgeCommand";
17
20
  import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
18
21
  import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
22
+ import { CreateRouterInputCommandInput, CreateRouterInputCommandOutput } from "./commands/CreateRouterInputCommand";
23
+ import { CreateRouterNetworkInterfaceCommandInput, CreateRouterNetworkInterfaceCommandOutput } from "./commands/CreateRouterNetworkInterfaceCommand";
24
+ import { CreateRouterOutputCommandInput, CreateRouterOutputCommandOutput } from "./commands/CreateRouterOutputCommand";
19
25
  import { DeleteBridgeCommandInput, DeleteBridgeCommandOutput } from "./commands/DeleteBridgeCommand";
20
26
  import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
21
27
  import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
28
+ import { DeleteRouterInputCommandInput, DeleteRouterInputCommandOutput } from "./commands/DeleteRouterInputCommand";
29
+ import { DeleteRouterNetworkInterfaceCommandInput, DeleteRouterNetworkInterfaceCommandOutput } from "./commands/DeleteRouterNetworkInterfaceCommand";
30
+ import { DeleteRouterOutputCommandInput, DeleteRouterOutputCommandOutput } from "./commands/DeleteRouterOutputCommand";
22
31
  import { DeregisterGatewayInstanceCommandInput, DeregisterGatewayInstanceCommandOutput } from "./commands/DeregisterGatewayInstanceCommand";
23
32
  import { DescribeBridgeCommandInput, DescribeBridgeCommandOutput } from "./commands/DescribeBridgeCommand";
24
33
  import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
@@ -28,6 +37,11 @@ import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./com
28
37
  import { DescribeGatewayInstanceCommandInput, DescribeGatewayInstanceCommandOutput } from "./commands/DescribeGatewayInstanceCommand";
29
38
  import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
30
39
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
40
+ import { GetRouterInputCommandInput, GetRouterInputCommandOutput } from "./commands/GetRouterInputCommand";
41
+ import { GetRouterInputSourceMetadataCommandInput, GetRouterInputSourceMetadataCommandOutput } from "./commands/GetRouterInputSourceMetadataCommand";
42
+ import { GetRouterInputThumbnailCommandInput, GetRouterInputThumbnailCommandOutput } from "./commands/GetRouterInputThumbnailCommand";
43
+ import { GetRouterNetworkInterfaceCommandInput, GetRouterNetworkInterfaceCommandOutput } from "./commands/GetRouterNetworkInterfaceCommand";
44
+ import { GetRouterOutputCommandInput, GetRouterOutputCommandOutput } from "./commands/GetRouterOutputCommand";
31
45
  import { GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput } from "./commands/GrantFlowEntitlementsCommand";
32
46
  import { ListBridgesCommandInput, ListBridgesCommandOutput } from "./commands/ListBridgesCommand";
33
47
  import { ListEntitlementsCommandInput, ListEntitlementsCommandOutput } from "./commands/ListEntitlementsCommand";
@@ -36,6 +50,10 @@ import { ListGatewayInstancesCommandInput, ListGatewayInstancesCommandOutput } f
36
50
  import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
37
51
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
38
52
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
53
+ import { ListRouterInputsCommandInput, ListRouterInputsCommandOutput } from "./commands/ListRouterInputsCommand";
54
+ import { ListRouterNetworkInterfacesCommandInput, ListRouterNetworkInterfacesCommandOutput } from "./commands/ListRouterNetworkInterfacesCommand";
55
+ import { ListRouterOutputsCommandInput, ListRouterOutputsCommandOutput } from "./commands/ListRouterOutputsCommand";
56
+ import { ListTagsForGlobalResourceCommandInput, ListTagsForGlobalResourceCommandOutput } from "./commands/ListTagsForGlobalResourceCommand";
39
57
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
40
58
  import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
41
59
  import { RemoveBridgeOutputCommandInput, RemoveBridgeOutputCommandOutput } from "./commands/RemoveBridgeOutputCommand";
@@ -44,10 +62,19 @@ import { RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput }
44
62
  import { RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput } from "./commands/RemoveFlowOutputCommand";
45
63
  import { RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput } from "./commands/RemoveFlowSourceCommand";
46
64
  import { RemoveFlowVpcInterfaceCommandInput, RemoveFlowVpcInterfaceCommandOutput } from "./commands/RemoveFlowVpcInterfaceCommand";
65
+ import { RestartRouterInputCommandInput, RestartRouterInputCommandOutput } from "./commands/RestartRouterInputCommand";
66
+ import { RestartRouterOutputCommandInput, RestartRouterOutputCommandOutput } from "./commands/RestartRouterOutputCommand";
47
67
  import { RevokeFlowEntitlementCommandInput, RevokeFlowEntitlementCommandOutput } from "./commands/RevokeFlowEntitlementCommand";
48
68
  import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
69
+ import { StartRouterInputCommandInput, StartRouterInputCommandOutput } from "./commands/StartRouterInputCommand";
70
+ import { StartRouterOutputCommandInput, StartRouterOutputCommandOutput } from "./commands/StartRouterOutputCommand";
49
71
  import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
72
+ import { StopRouterInputCommandInput, StopRouterInputCommandOutput } from "./commands/StopRouterInputCommand";
73
+ import { StopRouterOutputCommandInput, StopRouterOutputCommandOutput } from "./commands/StopRouterOutputCommand";
74
+ import { TagGlobalResourceCommandInput, TagGlobalResourceCommandOutput } from "./commands/TagGlobalResourceCommand";
50
75
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
76
+ import { TakeRouterInputCommandInput, TakeRouterInputCommandOutput } from "./commands/TakeRouterInputCommand";
77
+ import { UntagGlobalResourceCommandInput, UntagGlobalResourceCommandOutput } from "./commands/UntagGlobalResourceCommand";
51
78
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
52
79
  import { UpdateBridgeCommandInput, UpdateBridgeCommandOutput } from "./commands/UpdateBridgeCommand";
53
80
  import { UpdateBridgeOutputCommandInput, UpdateBridgeOutputCommandOutput } from "./commands/UpdateBridgeOutputCommand";
@@ -59,17 +86,20 @@ import { UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput }
59
86
  import { UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput } from "./commands/UpdateFlowOutputCommand";
60
87
  import { UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput } from "./commands/UpdateFlowSourceCommand";
61
88
  import { UpdateGatewayInstanceCommandInput, UpdateGatewayInstanceCommandOutput } from "./commands/UpdateGatewayInstanceCommand";
89
+ import { UpdateRouterInputCommandInput, UpdateRouterInputCommandOutput } from "./commands/UpdateRouterInputCommand";
90
+ import { UpdateRouterNetworkInterfaceCommandInput, UpdateRouterNetworkInterfaceCommandOutput } from "./commands/UpdateRouterNetworkInterfaceCommand";
91
+ import { UpdateRouterOutputCommandInput, UpdateRouterOutputCommandOutput } from "./commands/UpdateRouterOutputCommand";
62
92
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
63
93
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
64
94
  export { __Client };
65
95
  /**
66
96
  * @public
67
97
  */
68
- export type ServiceInputTypes = AddBridgeOutputsCommandInput | AddBridgeSourcesCommandInput | AddFlowMediaStreamsCommandInput | AddFlowOutputsCommandInput | AddFlowSourcesCommandInput | AddFlowVpcInterfacesCommandInput | CreateBridgeCommandInput | CreateFlowCommandInput | CreateGatewayCommandInput | DeleteBridgeCommandInput | DeleteFlowCommandInput | DeleteGatewayCommandInput | DeregisterGatewayInstanceCommandInput | DescribeBridgeCommandInput | DescribeFlowCommandInput | DescribeFlowSourceMetadataCommandInput | DescribeFlowSourceThumbnailCommandInput | DescribeGatewayCommandInput | DescribeGatewayInstanceCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | GrantFlowEntitlementsCommandInput | ListBridgesCommandInput | ListEntitlementsCommandInput | ListFlowsCommandInput | ListGatewayInstancesCommandInput | ListGatewaysCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RemoveBridgeOutputCommandInput | RemoveBridgeSourceCommandInput | RemoveFlowMediaStreamCommandInput | RemoveFlowOutputCommandInput | RemoveFlowSourceCommandInput | RemoveFlowVpcInterfaceCommandInput | RevokeFlowEntitlementCommandInput | StartFlowCommandInput | StopFlowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBridgeCommandInput | UpdateBridgeOutputCommandInput | UpdateBridgeSourceCommandInput | UpdateBridgeStateCommandInput | UpdateFlowCommandInput | UpdateFlowEntitlementCommandInput | UpdateFlowMediaStreamCommandInput | UpdateFlowOutputCommandInput | UpdateFlowSourceCommandInput | UpdateGatewayInstanceCommandInput;
98
+ export type ServiceInputTypes = AddBridgeOutputsCommandInput | AddBridgeSourcesCommandInput | AddFlowMediaStreamsCommandInput | AddFlowOutputsCommandInput | AddFlowSourcesCommandInput | AddFlowVpcInterfacesCommandInput | BatchGetRouterInputCommandInput | BatchGetRouterNetworkInterfaceCommandInput | BatchGetRouterOutputCommandInput | CreateBridgeCommandInput | CreateFlowCommandInput | CreateGatewayCommandInput | CreateRouterInputCommandInput | CreateRouterNetworkInterfaceCommandInput | CreateRouterOutputCommandInput | DeleteBridgeCommandInput | DeleteFlowCommandInput | DeleteGatewayCommandInput | DeleteRouterInputCommandInput | DeleteRouterNetworkInterfaceCommandInput | DeleteRouterOutputCommandInput | DeregisterGatewayInstanceCommandInput | DescribeBridgeCommandInput | DescribeFlowCommandInput | DescribeFlowSourceMetadataCommandInput | DescribeFlowSourceThumbnailCommandInput | DescribeGatewayCommandInput | DescribeGatewayInstanceCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | GetRouterInputCommandInput | GetRouterInputSourceMetadataCommandInput | GetRouterInputThumbnailCommandInput | GetRouterNetworkInterfaceCommandInput | GetRouterOutputCommandInput | GrantFlowEntitlementsCommandInput | ListBridgesCommandInput | ListEntitlementsCommandInput | ListFlowsCommandInput | ListGatewayInstancesCommandInput | ListGatewaysCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListRouterInputsCommandInput | ListRouterNetworkInterfacesCommandInput | ListRouterOutputsCommandInput | ListTagsForGlobalResourceCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RemoveBridgeOutputCommandInput | RemoveBridgeSourceCommandInput | RemoveFlowMediaStreamCommandInput | RemoveFlowOutputCommandInput | RemoveFlowSourceCommandInput | RemoveFlowVpcInterfaceCommandInput | RestartRouterInputCommandInput | RestartRouterOutputCommandInput | RevokeFlowEntitlementCommandInput | StartFlowCommandInput | StartRouterInputCommandInput | StartRouterOutputCommandInput | StopFlowCommandInput | StopRouterInputCommandInput | StopRouterOutputCommandInput | TagGlobalResourceCommandInput | TagResourceCommandInput | TakeRouterInputCommandInput | UntagGlobalResourceCommandInput | UntagResourceCommandInput | UpdateBridgeCommandInput | UpdateBridgeOutputCommandInput | UpdateBridgeSourceCommandInput | UpdateBridgeStateCommandInput | UpdateFlowCommandInput | UpdateFlowEntitlementCommandInput | UpdateFlowMediaStreamCommandInput | UpdateFlowOutputCommandInput | UpdateFlowSourceCommandInput | UpdateGatewayInstanceCommandInput | UpdateRouterInputCommandInput | UpdateRouterNetworkInterfaceCommandInput | UpdateRouterOutputCommandInput;
69
99
  /**
70
100
  * @public
71
101
  */
72
- export type ServiceOutputTypes = AddBridgeOutputsCommandOutput | AddBridgeSourcesCommandOutput | AddFlowMediaStreamsCommandOutput | AddFlowOutputsCommandOutput | AddFlowSourcesCommandOutput | AddFlowVpcInterfacesCommandOutput | CreateBridgeCommandOutput | CreateFlowCommandOutput | CreateGatewayCommandOutput | DeleteBridgeCommandOutput | DeleteFlowCommandOutput | DeleteGatewayCommandOutput | DeregisterGatewayInstanceCommandOutput | DescribeBridgeCommandOutput | DescribeFlowCommandOutput | DescribeFlowSourceMetadataCommandOutput | DescribeFlowSourceThumbnailCommandOutput | DescribeGatewayCommandOutput | DescribeGatewayInstanceCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | GrantFlowEntitlementsCommandOutput | ListBridgesCommandOutput | ListEntitlementsCommandOutput | ListFlowsCommandOutput | ListGatewayInstancesCommandOutput | ListGatewaysCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RemoveBridgeOutputCommandOutput | RemoveBridgeSourceCommandOutput | RemoveFlowMediaStreamCommandOutput | RemoveFlowOutputCommandOutput | RemoveFlowSourceCommandOutput | RemoveFlowVpcInterfaceCommandOutput | RevokeFlowEntitlementCommandOutput | StartFlowCommandOutput | StopFlowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBridgeCommandOutput | UpdateBridgeOutputCommandOutput | UpdateBridgeSourceCommandOutput | UpdateBridgeStateCommandOutput | UpdateFlowCommandOutput | UpdateFlowEntitlementCommandOutput | UpdateFlowMediaStreamCommandOutput | UpdateFlowOutputCommandOutput | UpdateFlowSourceCommandOutput | UpdateGatewayInstanceCommandOutput;
102
+ export type ServiceOutputTypes = AddBridgeOutputsCommandOutput | AddBridgeSourcesCommandOutput | AddFlowMediaStreamsCommandOutput | AddFlowOutputsCommandOutput | AddFlowSourcesCommandOutput | AddFlowVpcInterfacesCommandOutput | BatchGetRouterInputCommandOutput | BatchGetRouterNetworkInterfaceCommandOutput | BatchGetRouterOutputCommandOutput | CreateBridgeCommandOutput | CreateFlowCommandOutput | CreateGatewayCommandOutput | CreateRouterInputCommandOutput | CreateRouterNetworkInterfaceCommandOutput | CreateRouterOutputCommandOutput | DeleteBridgeCommandOutput | DeleteFlowCommandOutput | DeleteGatewayCommandOutput | DeleteRouterInputCommandOutput | DeleteRouterNetworkInterfaceCommandOutput | DeleteRouterOutputCommandOutput | DeregisterGatewayInstanceCommandOutput | DescribeBridgeCommandOutput | DescribeFlowCommandOutput | DescribeFlowSourceMetadataCommandOutput | DescribeFlowSourceThumbnailCommandOutput | DescribeGatewayCommandOutput | DescribeGatewayInstanceCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | GetRouterInputCommandOutput | GetRouterInputSourceMetadataCommandOutput | GetRouterInputThumbnailCommandOutput | GetRouterNetworkInterfaceCommandOutput | GetRouterOutputCommandOutput | GrantFlowEntitlementsCommandOutput | ListBridgesCommandOutput | ListEntitlementsCommandOutput | ListFlowsCommandOutput | ListGatewayInstancesCommandOutput | ListGatewaysCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListRouterInputsCommandOutput | ListRouterNetworkInterfacesCommandOutput | ListRouterOutputsCommandOutput | ListTagsForGlobalResourceCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RemoveBridgeOutputCommandOutput | RemoveBridgeSourceCommandOutput | RemoveFlowMediaStreamCommandOutput | RemoveFlowOutputCommandOutput | RemoveFlowSourceCommandOutput | RemoveFlowVpcInterfaceCommandOutput | RestartRouterInputCommandOutput | RestartRouterOutputCommandOutput | RevokeFlowEntitlementCommandOutput | StartFlowCommandOutput | StartRouterInputCommandOutput | StartRouterOutputCommandOutput | StopFlowCommandOutput | StopRouterInputCommandOutput | StopRouterOutputCommandOutput | TagGlobalResourceCommandOutput | TagResourceCommandOutput | TakeRouterInputCommandOutput | UntagGlobalResourceCommandOutput | UntagResourceCommandOutput | UpdateBridgeCommandOutput | UpdateBridgeOutputCommandOutput | UpdateBridgeSourceCommandOutput | UpdateBridgeStateCommandOutput | UpdateFlowCommandOutput | UpdateFlowEntitlementCommandOutput | UpdateFlowMediaStreamCommandOutput | UpdateFlowOutputCommandOutput | UpdateFlowSourceCommandOutput | UpdateGatewayInstanceCommandOutput | UpdateRouterInputCommandOutput | UpdateRouterNetworkInterfaceCommandOutput | UpdateRouterOutputCommandOutput;
73
103
  /**
74
104
  * @public
75
105
  */
@@ -93,6 +93,17 @@ declare const AddFlowOutputsCommand_base: {
93
93
  * OutputTags: { // __mapOfString
94
94
  * "<keys>": "STRING_VALUE",
95
95
  * },
96
+ * RouterIntegrationState: "ENABLED" || "DISABLED",
97
+ * RouterIntegrationTransitEncryption: { // FlowTransitEncryption
98
+ * EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
99
+ * EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
100
+ * SecretsManager: { // SecretsManagerEncryptionKeyConfiguration
101
+ * SecretArn: "STRING_VALUE", // required
102
+ * RoleArn: "STRING_VALUE", // required
103
+ * },
104
+ * Automatic: {},
105
+ * },
106
+ * },
96
107
  * },
97
108
  * ],
98
109
  * };
@@ -170,6 +181,18 @@ declare const AddFlowOutputsCommand_base: {
170
181
  * // ],
171
182
  * // OutputStatus: "ENABLED" || "DISABLED",
172
183
  * // PeerIpAddress: "STRING_VALUE",
184
+ * // RouterIntegrationState: "ENABLED" || "DISABLED",
185
+ * // RouterIntegrationTransitEncryption: { // FlowTransitEncryption
186
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
187
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
188
+ * // SecretsManager: { // SecretsManagerEncryptionKeyConfiguration
189
+ * // SecretArn: "STRING_VALUE", // required
190
+ * // RoleArn: "STRING_VALUE", // required
191
+ * // },
192
+ * // Automatic: {},
193
+ * // },
194
+ * // },
195
+ * // ConnectedRouterInputArn: "STRING_VALUE",
173
196
  * // },
174
197
  * // ],
175
198
  * // };
@@ -90,6 +90,17 @@ declare const AddFlowSourcesCommand_base: {
90
90
  * SourceTags: { // __mapOfString
91
91
  * "<keys>": "STRING_VALUE",
92
92
  * },
93
+ * RouterIntegrationState: "ENABLED" || "DISABLED",
94
+ * RouterIntegrationTransitDecryption: { // FlowTransitEncryption
95
+ * EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
96
+ * EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
97
+ * SecretsManager: { // SecretsManagerEncryptionKeyConfiguration
98
+ * SecretArn: "STRING_VALUE", // required
99
+ * RoleArn: "STRING_VALUE", // required
100
+ * },
101
+ * Automatic: {},
102
+ * },
103
+ * },
93
104
  * },
94
105
  * ],
95
106
  * };
@@ -162,6 +173,18 @@ declare const AddFlowSourcesCommand_base: {
162
173
  * // },
163
174
  * // },
164
175
  * // PeerIpAddress: "STRING_VALUE",
176
+ * // RouterIntegrationState: "ENABLED" || "DISABLED",
177
+ * // RouterIntegrationTransitDecryption: { // FlowTransitEncryption
178
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
179
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
180
+ * // SecretsManager: { // SecretsManagerEncryptionKeyConfiguration
181
+ * // SecretArn: "STRING_VALUE", // required
182
+ * // RoleArn: "STRING_VALUE", // required
183
+ * // },
184
+ * // Automatic: {},
185
+ * // },
186
+ * // },
187
+ * // ConnectedRouterOutputArn: "STRING_VALUE",
165
188
  * // },
166
189
  * // ],
167
190
  * // };