@aws-sdk/client-mediaconnect 3.934.0 → 3.936.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 +19 -19
  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
@@ -0,0 +1,278 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
+ import { BatchGetRouterInputRequest, BatchGetRouterInputResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link BatchGetRouterInputCommand}.
14
+ */
15
+ export interface BatchGetRouterInputCommandInput extends BatchGetRouterInputRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link BatchGetRouterInputCommand}.
21
+ */
22
+ export interface BatchGetRouterInputCommandOutput extends BatchGetRouterInputResponse, __MetadataBearer {
23
+ }
24
+ declare const BatchGetRouterInputCommand_base: {
25
+ new (input: BatchGetRouterInputCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterInputCommandInput, BatchGetRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetRouterInputCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterInputCommandInput, BatchGetRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about multiple router inputs in AWS Elemental MediaConnect.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaConnectClient, BatchGetRouterInputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
35
+ * // const { MediaConnectClient, BatchGetRouterInputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
36
+ * // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
37
+ * const config = {}; // type is MediaConnectClientConfig
38
+ * const client = new MediaConnectClient(config);
39
+ * const input = { // BatchGetRouterInputRequest
40
+ * Arns: [ // RouterInputArnList // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * };
44
+ * const command = new BatchGetRouterInputCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // BatchGetRouterInputResponse
47
+ * // RouterInputs: [ // RouterInputList // required
48
+ * // { // RouterInput
49
+ * // Name: "STRING_VALUE", // required
50
+ * // Arn: "STRING_VALUE", // required
51
+ * // Id: "STRING_VALUE", // required
52
+ * // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
53
+ * // InputType: "STANDARD" || "FAILOVER" || "MERGE" || "MEDIACONNECT_FLOW", // required
54
+ * // Configuration: { // RouterInputConfiguration Union: only one key present
55
+ * // Standard: { // StandardRouterInputConfiguration
56
+ * // NetworkInterfaceArn: "STRING_VALUE", // required
57
+ * // ProtocolConfiguration: { // RouterInputProtocolConfiguration Union: only one key present
58
+ * // Rtp: { // RtpRouterInputConfiguration
59
+ * // Port: Number("int"), // required
60
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
61
+ * // },
62
+ * // Rist: { // RistRouterInputConfiguration
63
+ * // Port: Number("int"), // required
64
+ * // RecoveryLatencyMilliseconds: Number("long"), // required
65
+ * // },
66
+ * // SrtListener: { // SrtListenerRouterInputConfiguration
67
+ * // Port: Number("int"), // required
68
+ * // MinimumLatencyMilliseconds: Number("long"), // required
69
+ * // DecryptionConfiguration: { // SrtDecryptionConfiguration
70
+ * // EncryptionKey: { // SecretsManagerEncryptionKeyConfiguration
71
+ * // SecretArn: "STRING_VALUE", // required
72
+ * // RoleArn: "STRING_VALUE", // required
73
+ * // },
74
+ * // },
75
+ * // },
76
+ * // SrtCaller: { // SrtCallerRouterInputConfiguration
77
+ * // SourceAddress: "STRING_VALUE", // required
78
+ * // SourcePort: Number("int"), // required
79
+ * // MinimumLatencyMilliseconds: Number("long"), // required
80
+ * // StreamId: "STRING_VALUE",
81
+ * // DecryptionConfiguration: {
82
+ * // EncryptionKey: {
83
+ * // SecretArn: "STRING_VALUE", // required
84
+ * // RoleArn: "STRING_VALUE", // required
85
+ * // },
86
+ * // },
87
+ * // },
88
+ * // },
89
+ * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
90
+ * // },
91
+ * // Failover: { // FailoverRouterInputConfiguration
92
+ * // NetworkInterfaceArn: "STRING_VALUE", // required
93
+ * // ProtocolConfigurations: [ // FailoverRouterInputProtocolConfigurationList // required
94
+ * // { // FailoverRouterInputProtocolConfiguration Union: only one key present
95
+ * // Rtp: {
96
+ * // Port: Number("int"), // required
97
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
98
+ * // },
99
+ * // Rist: {
100
+ * // Port: Number("int"), // required
101
+ * // RecoveryLatencyMilliseconds: Number("long"), // required
102
+ * // },
103
+ * // SrtListener: {
104
+ * // Port: Number("int"), // required
105
+ * // MinimumLatencyMilliseconds: Number("long"), // required
106
+ * // DecryptionConfiguration: {
107
+ * // EncryptionKey: {
108
+ * // SecretArn: "STRING_VALUE", // required
109
+ * // RoleArn: "STRING_VALUE", // required
110
+ * // },
111
+ * // },
112
+ * // },
113
+ * // SrtCaller: {
114
+ * // SourceAddress: "STRING_VALUE", // required
115
+ * // SourcePort: Number("int"), // required
116
+ * // MinimumLatencyMilliseconds: Number("long"), // required
117
+ * // StreamId: "STRING_VALUE",
118
+ * // DecryptionConfiguration: {
119
+ * // EncryptionKey: {
120
+ * // SecretArn: "STRING_VALUE", // required
121
+ * // RoleArn: "STRING_VALUE", // required
122
+ * // },
123
+ * // },
124
+ * // },
125
+ * // },
126
+ * // ],
127
+ * // SourcePriorityMode: "NO_PRIORITY" || "PRIMARY_SECONDARY", // required
128
+ * // PrimarySourceIndex: Number("int"),
129
+ * // },
130
+ * // Merge: { // MergeRouterInputConfiguration
131
+ * // NetworkInterfaceArn: "STRING_VALUE", // required
132
+ * // ProtocolConfigurations: [ // MergeRouterInputProtocolConfigurationList // required
133
+ * // { // MergeRouterInputProtocolConfiguration Union: only one key present
134
+ * // Rtp: {
135
+ * // Port: Number("int"), // required
136
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
137
+ * // },
138
+ * // Rist: {
139
+ * // Port: Number("int"), // required
140
+ * // RecoveryLatencyMilliseconds: Number("long"), // required
141
+ * // },
142
+ * // },
143
+ * // ],
144
+ * // MergeRecoveryWindowMilliseconds: Number("long"), // required
145
+ * // },
146
+ * // MediaConnectFlow: { // MediaConnectFlowRouterInputConfiguration
147
+ * // FlowArn: "STRING_VALUE",
148
+ * // FlowOutputArn: "STRING_VALUE",
149
+ * // SourceTransitDecryption: { // FlowTransitEncryption
150
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
151
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
152
+ * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
153
+ * // Automatic: {},
154
+ * // },
155
+ * // },
156
+ * // },
157
+ * // },
158
+ * // RoutedOutputs: Number("int"), // required
159
+ * // MaximumRoutedOutputs: Number("int"),
160
+ * // RegionName: "STRING_VALUE", // required
161
+ * // AvailabilityZone: "STRING_VALUE", // required
162
+ * // MaximumBitrate: Number("long"), // required
163
+ * // Tier: "INPUT_100" || "INPUT_50" || "INPUT_20", // required
164
+ * // RoutingScope: "REGIONAL" || "GLOBAL", // required
165
+ * // CreatedAt: new Date("TIMESTAMP"), // required
166
+ * // UpdatedAt: new Date("TIMESTAMP"), // required
167
+ * // Messages: [ // RouterInputMessages // required
168
+ * // { // RouterInputMessage
169
+ * // Code: "STRING_VALUE", // required
170
+ * // Message: "STRING_VALUE", // required
171
+ * // },
172
+ * // ],
173
+ * // TransitEncryption: { // RouterInputTransitEncryption
174
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
175
+ * // EncryptionKeyConfiguration: { // RouterInputTransitEncryptionKeyConfiguration Union: only one key present
176
+ * // SecretsManager: "<SecretsManagerEncryptionKeyConfiguration>",
177
+ * // Automatic: {},
178
+ * // },
179
+ * // },
180
+ * // Tags: { // __mapOfString // required
181
+ * // "<keys>": "STRING_VALUE",
182
+ * // },
183
+ * // StreamDetails: { // RouterInputStreamDetails Union: only one key present
184
+ * // Standard: { // StandardRouterInputStreamDetails
185
+ * // SourceIpAddress: "STRING_VALUE",
186
+ * // },
187
+ * // Failover: { // FailoverRouterInputStreamDetails
188
+ * // SourceIndexZeroStreamDetails: { // FailoverRouterInputIndexedStreamDetails
189
+ * // SourceIndex: Number("int"), // required
190
+ * // SourceIpAddress: "STRING_VALUE",
191
+ * // },
192
+ * // SourceIndexOneStreamDetails: {
193
+ * // SourceIndex: Number("int"), // required
194
+ * // SourceIpAddress: "STRING_VALUE",
195
+ * // },
196
+ * // },
197
+ * // Merge: { // MergeRouterInputStreamDetails
198
+ * // SourceIndexZeroStreamDetails: { // MergeRouterInputIndexedStreamDetails
199
+ * // SourceIndex: Number("int"), // required
200
+ * // SourceIpAddress: "STRING_VALUE",
201
+ * // },
202
+ * // SourceIndexOneStreamDetails: {
203
+ * // SourceIndex: Number("int"), // required
204
+ * // SourceIpAddress: "STRING_VALUE",
205
+ * // },
206
+ * // },
207
+ * // MediaConnectFlow: {},
208
+ * // },
209
+ * // IpAddress: "STRING_VALUE",
210
+ * // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
211
+ * // MaintenanceConfiguration: { // MaintenanceConfiguration Union: only one key present
212
+ * // PreferredDayTime: { // PreferredDayTimeMaintenanceConfiguration
213
+ * // Day: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY", // required
214
+ * // Time: "STRING_VALUE", // required
215
+ * // },
216
+ * // Default: {},
217
+ * // },
218
+ * // MaintenanceScheduleType: "WINDOW",
219
+ * // MaintenanceSchedule: { // MaintenanceSchedule Union: only one key present
220
+ * // Window: { // WindowMaintenanceSchedule
221
+ * // Start: new Date("TIMESTAMP"), // required
222
+ * // End: new Date("TIMESTAMP"), // required
223
+ * // ScheduledTime: new Date("TIMESTAMP"), // required
224
+ * // },
225
+ * // },
226
+ * // },
227
+ * // ],
228
+ * // Errors: [ // BatchGetRouterInputErrorList // required
229
+ * // { // BatchGetRouterInputError
230
+ * // Arn: "STRING_VALUE", // required
231
+ * // Code: "STRING_VALUE", // required
232
+ * // Message: "STRING_VALUE", // required
233
+ * // },
234
+ * // ],
235
+ * // };
236
+ *
237
+ * ```
238
+ *
239
+ * @param BatchGetRouterInputCommandInput - {@link BatchGetRouterInputCommandInput}
240
+ * @returns {@link BatchGetRouterInputCommandOutput}
241
+ * @see {@link BatchGetRouterInputCommandInput} for command's `input` shape.
242
+ * @see {@link BatchGetRouterInputCommandOutput} for command's `response` shape.
243
+ * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
244
+ *
245
+ * @throws {@link BadRequestException} (client fault)
246
+ * <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
247
+ *
248
+ * @throws {@link ConflictException} (client fault)
249
+ * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
250
+ *
251
+ * @throws {@link InternalServerErrorException} (server fault)
252
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
253
+ *
254
+ * @throws {@link ServiceUnavailableException} (server fault)
255
+ * <p>The service is currently unavailable or busy. </p>
256
+ *
257
+ * @throws {@link TooManyRequestsException} (client fault)
258
+ * <p>The request was denied due to request throttling. </p>
259
+ *
260
+ * @throws {@link MediaConnectServiceException}
261
+ * <p>Base exception class for all service exceptions from MediaConnect service.</p>
262
+ *
263
+ *
264
+ * @public
265
+ */
266
+ export declare class BatchGetRouterInputCommand extends BatchGetRouterInputCommand_base {
267
+ /** @internal type navigation helper, not in runtime. */
268
+ protected static __types: {
269
+ api: {
270
+ input: BatchGetRouterInputRequest;
271
+ output: BatchGetRouterInputResponse;
272
+ };
273
+ sdk: {
274
+ input: BatchGetRouterInputCommandInput;
275
+ output: BatchGetRouterInputCommandOutput;
276
+ };
277
+ };
278
+ }
@@ -0,0 +1,129 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
+ import { BatchGetRouterNetworkInterfaceRequest, BatchGetRouterNetworkInterfaceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link BatchGetRouterNetworkInterfaceCommand}.
14
+ */
15
+ export interface BatchGetRouterNetworkInterfaceCommandInput extends BatchGetRouterNetworkInterfaceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link BatchGetRouterNetworkInterfaceCommand}.
21
+ */
22
+ export interface BatchGetRouterNetworkInterfaceCommandOutput extends BatchGetRouterNetworkInterfaceResponse, __MetadataBearer {
23
+ }
24
+ declare const BatchGetRouterNetworkInterfaceCommand_base: {
25
+ new (input: BatchGetRouterNetworkInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterNetworkInterfaceCommandInput, BatchGetRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetRouterNetworkInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterNetworkInterfaceCommandInput, BatchGetRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about multiple router network interfaces in AWS Elemental MediaConnect.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaConnectClient, BatchGetRouterNetworkInterfaceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
35
+ * // const { MediaConnectClient, BatchGetRouterNetworkInterfaceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
36
+ * // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
37
+ * const config = {}; // type is MediaConnectClientConfig
38
+ * const client = new MediaConnectClient(config);
39
+ * const input = { // BatchGetRouterNetworkInterfaceRequest
40
+ * Arns: [ // RouterNetworkInterfaceArnList // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * };
44
+ * const command = new BatchGetRouterNetworkInterfaceCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // BatchGetRouterNetworkInterfaceResponse
47
+ * // RouterNetworkInterfaces: [ // RouterNetworkInterfaceList // required
48
+ * // { // RouterNetworkInterface
49
+ * // Name: "STRING_VALUE", // required
50
+ * // Arn: "STRING_VALUE", // required
51
+ * // Id: "STRING_VALUE", // required
52
+ * // State: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "ERROR" || "RECOVERING", // required
53
+ * // NetworkInterfaceType: "PUBLIC" || "VPC", // required
54
+ * // Configuration: { // RouterNetworkInterfaceConfiguration Union: only one key present
55
+ * // Public: { // PublicRouterNetworkInterfaceConfiguration
56
+ * // AllowRules: [ // NetworkInterfaceRuleList // required
57
+ * // { // PublicRouterNetworkInterfaceRule
58
+ * // Cidr: "STRING_VALUE", // required
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // Vpc: { // VpcRouterNetworkInterfaceConfiguration
63
+ * // SecurityGroupIds: [ // SecurityGroupIdList // required
64
+ * // "STRING_VALUE",
65
+ * // ],
66
+ * // SubnetId: "STRING_VALUE", // required
67
+ * // },
68
+ * // },
69
+ * // AssociatedOutputCount: Number("int"), // required
70
+ * // AssociatedInputCount: Number("int"), // required
71
+ * // RegionName: "STRING_VALUE", // required
72
+ * // CreatedAt: new Date("TIMESTAMP"), // required
73
+ * // UpdatedAt: new Date("TIMESTAMP"), // required
74
+ * // Tags: { // __mapOfString // required
75
+ * // "<keys>": "STRING_VALUE",
76
+ * // },
77
+ * // },
78
+ * // ],
79
+ * // Errors: [ // BatchGetRouterNetworkInterfaceErrorList // required
80
+ * // { // BatchGetRouterNetworkInterfaceError
81
+ * // Arn: "STRING_VALUE", // required
82
+ * // Code: "STRING_VALUE", // required
83
+ * // Message: "STRING_VALUE", // required
84
+ * // },
85
+ * // ],
86
+ * // };
87
+ *
88
+ * ```
89
+ *
90
+ * @param BatchGetRouterNetworkInterfaceCommandInput - {@link BatchGetRouterNetworkInterfaceCommandInput}
91
+ * @returns {@link BatchGetRouterNetworkInterfaceCommandOutput}
92
+ * @see {@link BatchGetRouterNetworkInterfaceCommandInput} for command's `input` shape.
93
+ * @see {@link BatchGetRouterNetworkInterfaceCommandOutput} for command's `response` shape.
94
+ * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
95
+ *
96
+ * @throws {@link BadRequestException} (client fault)
97
+ * <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
98
+ *
99
+ * @throws {@link ConflictException} (client fault)
100
+ * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
101
+ *
102
+ * @throws {@link InternalServerErrorException} (server fault)
103
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
104
+ *
105
+ * @throws {@link ServiceUnavailableException} (server fault)
106
+ * <p>The service is currently unavailable or busy. </p>
107
+ *
108
+ * @throws {@link TooManyRequestsException} (client fault)
109
+ * <p>The request was denied due to request throttling. </p>
110
+ *
111
+ * @throws {@link MediaConnectServiceException}
112
+ * <p>Base exception class for all service exceptions from MediaConnect service.</p>
113
+ *
114
+ *
115
+ * @public
116
+ */
117
+ export declare class BatchGetRouterNetworkInterfaceCommand extends BatchGetRouterNetworkInterfaceCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: BatchGetRouterNetworkInterfaceRequest;
122
+ output: BatchGetRouterNetworkInterfaceResponse;
123
+ };
124
+ sdk: {
125
+ input: BatchGetRouterNetworkInterfaceCommandInput;
126
+ output: BatchGetRouterNetworkInterfaceCommandOutput;
127
+ };
128
+ };
129
+ }
@@ -0,0 +1,215 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
4
+ import { BatchGetRouterOutputRequest, BatchGetRouterOutputResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link BatchGetRouterOutputCommand}.
14
+ */
15
+ export interface BatchGetRouterOutputCommandInput extends BatchGetRouterOutputRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link BatchGetRouterOutputCommand}.
21
+ */
22
+ export interface BatchGetRouterOutputCommandOutput extends BatchGetRouterOutputResponse, __MetadataBearer {
23
+ }
24
+ declare const BatchGetRouterOutputCommand_base: {
25
+ new (input: BatchGetRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterOutputCommandInput, BatchGetRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetRouterOutputCommandInput, BatchGetRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about multiple router outputs in AWS Elemental MediaConnect.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaConnectClient, BatchGetRouterOutputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
35
+ * // const { MediaConnectClient, BatchGetRouterOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
36
+ * // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
37
+ * const config = {}; // type is MediaConnectClientConfig
38
+ * const client = new MediaConnectClient(config);
39
+ * const input = { // BatchGetRouterOutputRequest
40
+ * Arns: [ // RouterOutputArnList // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * };
44
+ * const command = new BatchGetRouterOutputCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // BatchGetRouterOutputResponse
47
+ * // RouterOutputs: [ // RouterOutputList // required
48
+ * // { // RouterOutput
49
+ * // Name: "STRING_VALUE", // required
50
+ * // Arn: "STRING_VALUE", // required
51
+ * // Id: "STRING_VALUE", // required
52
+ * // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
53
+ * // OutputType: "STANDARD" || "MEDIACONNECT_FLOW" || "MEDIALIVE_INPUT", // required
54
+ * // Configuration: { // RouterOutputConfiguration Union: only one key present
55
+ * // Standard: { // StandardRouterOutputConfiguration
56
+ * // NetworkInterfaceArn: "STRING_VALUE", // required
57
+ * // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
58
+ * // Rtp: { // RtpRouterOutputConfiguration
59
+ * // DestinationAddress: "STRING_VALUE", // required
60
+ * // DestinationPort: Number("int"), // required
61
+ * // ForwardErrorCorrection: "ENABLED" || "DISABLED",
62
+ * // },
63
+ * // Rist: { // RistRouterOutputConfiguration
64
+ * // DestinationAddress: "STRING_VALUE", // required
65
+ * // DestinationPort: Number("int"), // required
66
+ * // },
67
+ * // SrtListener: { // SrtListenerRouterOutputConfiguration
68
+ * // Port: Number("int"), // required
69
+ * // MinimumLatencyMilliseconds: Number("long"), // required
70
+ * // EncryptionConfiguration: { // SrtEncryptionConfiguration
71
+ * // EncryptionKey: { // SecretsManagerEncryptionKeyConfiguration
72
+ * // SecretArn: "STRING_VALUE", // required
73
+ * // RoleArn: "STRING_VALUE", // required
74
+ * // },
75
+ * // },
76
+ * // },
77
+ * // SrtCaller: { // SrtCallerRouterOutputConfiguration
78
+ * // DestinationAddress: "STRING_VALUE", // required
79
+ * // DestinationPort: Number("int"), // required
80
+ * // MinimumLatencyMilliseconds: Number("long"), // required
81
+ * // StreamId: "STRING_VALUE",
82
+ * // EncryptionConfiguration: {
83
+ * // EncryptionKey: {
84
+ * // SecretArn: "STRING_VALUE", // required
85
+ * // RoleArn: "STRING_VALUE", // required
86
+ * // },
87
+ * // },
88
+ * // },
89
+ * // },
90
+ * // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
91
+ * // },
92
+ * // MediaConnectFlow: { // MediaConnectFlowRouterOutputConfiguration
93
+ * // FlowArn: "STRING_VALUE",
94
+ * // FlowSourceArn: "STRING_VALUE",
95
+ * // DestinationTransitEncryption: { // FlowTransitEncryption
96
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
97
+ * // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
98
+ * // SecretsManager: {
99
+ * // SecretArn: "STRING_VALUE", // required
100
+ * // RoleArn: "STRING_VALUE", // required
101
+ * // },
102
+ * // Automatic: {},
103
+ * // },
104
+ * // },
105
+ * // },
106
+ * // MediaLiveInput: { // MediaLiveInputRouterOutputConfiguration
107
+ * // MediaLiveInputArn: "STRING_VALUE",
108
+ * // MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
109
+ * // DestinationTransitEncryption: { // MediaLiveTransitEncryption
110
+ * // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
111
+ * // EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
112
+ * // SecretsManager: {
113
+ * // SecretArn: "STRING_VALUE", // required
114
+ * // RoleArn: "STRING_VALUE", // required
115
+ * // },
116
+ * // Automatic: {},
117
+ * // },
118
+ * // },
119
+ * // },
120
+ * // },
121
+ * // RoutedState: "ROUTED" || "ROUTING" || "UNROUTED", // required
122
+ * // RegionName: "STRING_VALUE", // required
123
+ * // AvailabilityZone: "STRING_VALUE", // required
124
+ * // MaximumBitrate: Number("long"), // required
125
+ * // RoutingScope: "REGIONAL" || "GLOBAL", // required
126
+ * // Tier: "OUTPUT_100" || "OUTPUT_50" || "OUTPUT_20", // required
127
+ * // CreatedAt: new Date("TIMESTAMP"), // required
128
+ * // UpdatedAt: new Date("TIMESTAMP"), // required
129
+ * // Messages: [ // RouterOutputMessages // required
130
+ * // { // RouterOutputMessage
131
+ * // Code: "STRING_VALUE", // required
132
+ * // Message: "STRING_VALUE", // required
133
+ * // },
134
+ * // ],
135
+ * // Tags: { // __mapOfString // required
136
+ * // "<keys>": "STRING_VALUE",
137
+ * // },
138
+ * // StreamDetails: { // RouterOutputStreamDetails Union: only one key present
139
+ * // Standard: { // StandardRouterOutputStreamDetails
140
+ * // DestinationIpAddress: "STRING_VALUE",
141
+ * // },
142
+ * // MediaConnectFlow: {},
143
+ * // MediaLiveInput: {},
144
+ * // },
145
+ * // IpAddress: "STRING_VALUE",
146
+ * // RoutedInputArn: "STRING_VALUE",
147
+ * // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
148
+ * // MaintenanceConfiguration: { // MaintenanceConfiguration Union: only one key present
149
+ * // PreferredDayTime: { // PreferredDayTimeMaintenanceConfiguration
150
+ * // Day: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY", // required
151
+ * // Time: "STRING_VALUE", // required
152
+ * // },
153
+ * // Default: {},
154
+ * // },
155
+ * // MaintenanceScheduleType: "WINDOW",
156
+ * // MaintenanceSchedule: { // MaintenanceSchedule Union: only one key present
157
+ * // Window: { // WindowMaintenanceSchedule
158
+ * // Start: new Date("TIMESTAMP"), // required
159
+ * // End: new Date("TIMESTAMP"), // required
160
+ * // ScheduledTime: new Date("TIMESTAMP"), // required
161
+ * // },
162
+ * // },
163
+ * // },
164
+ * // ],
165
+ * // Errors: [ // BatchGetRouterOutputErrorList // required
166
+ * // { // BatchGetRouterOutputError
167
+ * // Arn: "STRING_VALUE", // required
168
+ * // Code: "STRING_VALUE", // required
169
+ * // Message: "STRING_VALUE", // required
170
+ * // },
171
+ * // ],
172
+ * // };
173
+ *
174
+ * ```
175
+ *
176
+ * @param BatchGetRouterOutputCommandInput - {@link BatchGetRouterOutputCommandInput}
177
+ * @returns {@link BatchGetRouterOutputCommandOutput}
178
+ * @see {@link BatchGetRouterOutputCommandInput} for command's `input` shape.
179
+ * @see {@link BatchGetRouterOutputCommandOutput} for command's `response` shape.
180
+ * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
181
+ *
182
+ * @throws {@link BadRequestException} (client fault)
183
+ * <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
184
+ *
185
+ * @throws {@link ConflictException} (client fault)
186
+ * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
187
+ *
188
+ * @throws {@link InternalServerErrorException} (server fault)
189
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
190
+ *
191
+ * @throws {@link ServiceUnavailableException} (server fault)
192
+ * <p>The service is currently unavailable or busy. </p>
193
+ *
194
+ * @throws {@link TooManyRequestsException} (client fault)
195
+ * <p>The request was denied due to request throttling. </p>
196
+ *
197
+ * @throws {@link MediaConnectServiceException}
198
+ * <p>Base exception class for all service exceptions from MediaConnect service.</p>
199
+ *
200
+ *
201
+ * @public
202
+ */
203
+ export declare class BatchGetRouterOutputCommand extends BatchGetRouterOutputCommand_base {
204
+ /** @internal type navigation helper, not in runtime. */
205
+ protected static __types: {
206
+ api: {
207
+ input: BatchGetRouterOutputRequest;
208
+ output: BatchGetRouterOutputResponse;
209
+ };
210
+ sdk: {
211
+ input: BatchGetRouterOutputCommandInput;
212
+ output: BatchGetRouterOutputCommandOutput;
213
+ };
214
+ };
215
+ }