@aws-sdk/client-mediaconnect 3.934.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.
- package/README.md +240 -0
- package/dist-cjs/index.js +6833 -1636
- package/dist-es/MediaConnect.js +60 -0
- package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
- package/dist-es/commands/CreateRouterInputCommand.js +16 -0
- package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
- package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
- package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/GetRouterOutputCommand.js +16 -0
- package/dist-es/commands/ListRouterInputsCommand.js +16 -0
- package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
- package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
- package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
- package/dist-es/commands/RestartRouterInputCommand.js +16 -0
- package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StartRouterInputCommand.js +16 -0
- package/dist-es/commands/StartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StopRouterInputCommand.js +16 -0
- package/dist-es/commands/StopRouterOutputCommand.js +16 -0
- package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/TakeRouterInputCommand.js +16 -0
- package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
- package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +303 -0
- package/dist-es/models/errors.js +215 -0
- package/dist-es/models/models_0.js +1 -358
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
- package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
- package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +5554 -1351
- package/dist-es/waiters/index.js +7 -0
- package/dist-es/waiters/waitForInputActive.js +64 -0
- package/dist-es/waiters/waitForInputDeleted.js +49 -0
- package/dist-es/waiters/waitForInputStandby.js +55 -0
- package/dist-es/waiters/waitForOutputActive.js +64 -0
- package/dist-es/waiters/waitForOutputDeleted.js +49 -0
- package/dist-es/waiters/waitForOutputRouted.js +46 -0
- package/dist-es/waiters/waitForOutputStandby.js +55 -0
- package/dist-types/MediaConnect.d.ts +213 -0
- package/dist-types/MediaConnectClient.d.ts +32 -2
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
- package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
- package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
- package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
- package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
- package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
- package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
- package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
- package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
- package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
- package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
- package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
- package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
- package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
- package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
- package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
- package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
- package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
- package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
- package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
- package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
- package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +727 -0
- package/dist-types/models/errors.d.ts +201 -0
- package/dist-types/models/models_0.d.ts +4082 -1520
- package/dist-types/models/models_1.d.ts +287 -0
- package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
- package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
- package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +385 -0
- package/dist-types/ts3.4/models/errors.d.ts +132 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
- package/dist-types/ts3.4/models/models_1.d.ts +88 -0
- package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +7 -0
- package/dist-types/waiters/waitForInputActive.d.ts +14 -0
- package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
- package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
- package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -23,6 +23,18 @@ import {
|
|
|
23
23
|
AddFlowVpcInterfacesCommandInput,
|
|
24
24
|
AddFlowVpcInterfacesCommandOutput,
|
|
25
25
|
} from "./commands/AddFlowVpcInterfacesCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetRouterInputCommandInput,
|
|
28
|
+
BatchGetRouterInputCommandOutput,
|
|
29
|
+
} from "./commands/BatchGetRouterInputCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchGetRouterNetworkInterfaceCommandInput,
|
|
32
|
+
BatchGetRouterNetworkInterfaceCommandOutput,
|
|
33
|
+
} from "./commands/BatchGetRouterNetworkInterfaceCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchGetRouterOutputCommandInput,
|
|
36
|
+
BatchGetRouterOutputCommandOutput,
|
|
37
|
+
} from "./commands/BatchGetRouterOutputCommand";
|
|
26
38
|
import {
|
|
27
39
|
CreateBridgeCommandInput,
|
|
28
40
|
CreateBridgeCommandOutput,
|
|
@@ -35,6 +47,18 @@ import {
|
|
|
35
47
|
CreateGatewayCommandInput,
|
|
36
48
|
CreateGatewayCommandOutput,
|
|
37
49
|
} from "./commands/CreateGatewayCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateRouterInputCommandInput,
|
|
52
|
+
CreateRouterInputCommandOutput,
|
|
53
|
+
} from "./commands/CreateRouterInputCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateRouterNetworkInterfaceCommandInput,
|
|
56
|
+
CreateRouterNetworkInterfaceCommandOutput,
|
|
57
|
+
} from "./commands/CreateRouterNetworkInterfaceCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateRouterOutputCommandInput,
|
|
60
|
+
CreateRouterOutputCommandOutput,
|
|
61
|
+
} from "./commands/CreateRouterOutputCommand";
|
|
38
62
|
import {
|
|
39
63
|
DeleteBridgeCommandInput,
|
|
40
64
|
DeleteBridgeCommandOutput,
|
|
@@ -47,6 +71,18 @@ import {
|
|
|
47
71
|
DeleteGatewayCommandInput,
|
|
48
72
|
DeleteGatewayCommandOutput,
|
|
49
73
|
} from "./commands/DeleteGatewayCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteRouterInputCommandInput,
|
|
76
|
+
DeleteRouterInputCommandOutput,
|
|
77
|
+
} from "./commands/DeleteRouterInputCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteRouterNetworkInterfaceCommandInput,
|
|
80
|
+
DeleteRouterNetworkInterfaceCommandOutput,
|
|
81
|
+
} from "./commands/DeleteRouterNetworkInterfaceCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteRouterOutputCommandInput,
|
|
84
|
+
DeleteRouterOutputCommandOutput,
|
|
85
|
+
} from "./commands/DeleteRouterOutputCommand";
|
|
50
86
|
import {
|
|
51
87
|
DeregisterGatewayInstanceCommandInput,
|
|
52
88
|
DeregisterGatewayInstanceCommandOutput,
|
|
@@ -83,6 +119,26 @@ import {
|
|
|
83
119
|
DescribeReservationCommandInput,
|
|
84
120
|
DescribeReservationCommandOutput,
|
|
85
121
|
} from "./commands/DescribeReservationCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetRouterInputCommandInput,
|
|
124
|
+
GetRouterInputCommandOutput,
|
|
125
|
+
} from "./commands/GetRouterInputCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetRouterInputSourceMetadataCommandInput,
|
|
128
|
+
GetRouterInputSourceMetadataCommandOutput,
|
|
129
|
+
} from "./commands/GetRouterInputSourceMetadataCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetRouterInputThumbnailCommandInput,
|
|
132
|
+
GetRouterInputThumbnailCommandOutput,
|
|
133
|
+
} from "./commands/GetRouterInputThumbnailCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetRouterNetworkInterfaceCommandInput,
|
|
136
|
+
GetRouterNetworkInterfaceCommandOutput,
|
|
137
|
+
} from "./commands/GetRouterNetworkInterfaceCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetRouterOutputCommandInput,
|
|
140
|
+
GetRouterOutputCommandOutput,
|
|
141
|
+
} from "./commands/GetRouterOutputCommand";
|
|
86
142
|
import {
|
|
87
143
|
GrantFlowEntitlementsCommandInput,
|
|
88
144
|
GrantFlowEntitlementsCommandOutput,
|
|
@@ -115,6 +171,22 @@ import {
|
|
|
115
171
|
ListReservationsCommandInput,
|
|
116
172
|
ListReservationsCommandOutput,
|
|
117
173
|
} from "./commands/ListReservationsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListRouterInputsCommandInput,
|
|
176
|
+
ListRouterInputsCommandOutput,
|
|
177
|
+
} from "./commands/ListRouterInputsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListRouterNetworkInterfacesCommandInput,
|
|
180
|
+
ListRouterNetworkInterfacesCommandOutput,
|
|
181
|
+
} from "./commands/ListRouterNetworkInterfacesCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListRouterOutputsCommandInput,
|
|
184
|
+
ListRouterOutputsCommandOutput,
|
|
185
|
+
} from "./commands/ListRouterOutputsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListTagsForGlobalResourceCommandInput,
|
|
188
|
+
ListTagsForGlobalResourceCommandOutput,
|
|
189
|
+
} from "./commands/ListTagsForGlobalResourceCommand";
|
|
118
190
|
import {
|
|
119
191
|
ListTagsForResourceCommandInput,
|
|
120
192
|
ListTagsForResourceCommandOutput,
|
|
@@ -147,6 +219,14 @@ import {
|
|
|
147
219
|
RemoveFlowVpcInterfaceCommandInput,
|
|
148
220
|
RemoveFlowVpcInterfaceCommandOutput,
|
|
149
221
|
} from "./commands/RemoveFlowVpcInterfaceCommand";
|
|
222
|
+
import {
|
|
223
|
+
RestartRouterInputCommandInput,
|
|
224
|
+
RestartRouterInputCommandOutput,
|
|
225
|
+
} from "./commands/RestartRouterInputCommand";
|
|
226
|
+
import {
|
|
227
|
+
RestartRouterOutputCommandInput,
|
|
228
|
+
RestartRouterOutputCommandOutput,
|
|
229
|
+
} from "./commands/RestartRouterOutputCommand";
|
|
150
230
|
import {
|
|
151
231
|
RevokeFlowEntitlementCommandInput,
|
|
152
232
|
RevokeFlowEntitlementCommandOutput,
|
|
@@ -155,14 +235,42 @@ import {
|
|
|
155
235
|
StartFlowCommandInput,
|
|
156
236
|
StartFlowCommandOutput,
|
|
157
237
|
} from "./commands/StartFlowCommand";
|
|
238
|
+
import {
|
|
239
|
+
StartRouterInputCommandInput,
|
|
240
|
+
StartRouterInputCommandOutput,
|
|
241
|
+
} from "./commands/StartRouterInputCommand";
|
|
242
|
+
import {
|
|
243
|
+
StartRouterOutputCommandInput,
|
|
244
|
+
StartRouterOutputCommandOutput,
|
|
245
|
+
} from "./commands/StartRouterOutputCommand";
|
|
158
246
|
import {
|
|
159
247
|
StopFlowCommandInput,
|
|
160
248
|
StopFlowCommandOutput,
|
|
161
249
|
} from "./commands/StopFlowCommand";
|
|
250
|
+
import {
|
|
251
|
+
StopRouterInputCommandInput,
|
|
252
|
+
StopRouterInputCommandOutput,
|
|
253
|
+
} from "./commands/StopRouterInputCommand";
|
|
254
|
+
import {
|
|
255
|
+
StopRouterOutputCommandInput,
|
|
256
|
+
StopRouterOutputCommandOutput,
|
|
257
|
+
} from "./commands/StopRouterOutputCommand";
|
|
258
|
+
import {
|
|
259
|
+
TagGlobalResourceCommandInput,
|
|
260
|
+
TagGlobalResourceCommandOutput,
|
|
261
|
+
} from "./commands/TagGlobalResourceCommand";
|
|
162
262
|
import {
|
|
163
263
|
TagResourceCommandInput,
|
|
164
264
|
TagResourceCommandOutput,
|
|
165
265
|
} from "./commands/TagResourceCommand";
|
|
266
|
+
import {
|
|
267
|
+
TakeRouterInputCommandInput,
|
|
268
|
+
TakeRouterInputCommandOutput,
|
|
269
|
+
} from "./commands/TakeRouterInputCommand";
|
|
270
|
+
import {
|
|
271
|
+
UntagGlobalResourceCommandInput,
|
|
272
|
+
UntagGlobalResourceCommandOutput,
|
|
273
|
+
} from "./commands/UntagGlobalResourceCommand";
|
|
166
274
|
import {
|
|
167
275
|
UntagResourceCommandInput,
|
|
168
276
|
UntagResourceCommandOutput,
|
|
@@ -207,6 +315,18 @@ import {
|
|
|
207
315
|
UpdateGatewayInstanceCommandInput,
|
|
208
316
|
UpdateGatewayInstanceCommandOutput,
|
|
209
317
|
} from "./commands/UpdateGatewayInstanceCommand";
|
|
318
|
+
import {
|
|
319
|
+
UpdateRouterInputCommandInput,
|
|
320
|
+
UpdateRouterInputCommandOutput,
|
|
321
|
+
} from "./commands/UpdateRouterInputCommand";
|
|
322
|
+
import {
|
|
323
|
+
UpdateRouterNetworkInterfaceCommandInput,
|
|
324
|
+
UpdateRouterNetworkInterfaceCommandOutput,
|
|
325
|
+
} from "./commands/UpdateRouterNetworkInterfaceCommand";
|
|
326
|
+
import {
|
|
327
|
+
UpdateRouterOutputCommandInput,
|
|
328
|
+
UpdateRouterOutputCommandOutput,
|
|
329
|
+
} from "./commands/UpdateRouterOutputCommand";
|
|
210
330
|
import { MediaConnectClient } from "./MediaConnectClient";
|
|
211
331
|
export interface MediaConnect {
|
|
212
332
|
addBridgeOutputs(
|
|
@@ -287,6 +407,45 @@ export interface MediaConnect {
|
|
|
287
407
|
options: __HttpHandlerOptions,
|
|
288
408
|
cb: (err: any, data?: AddFlowVpcInterfacesCommandOutput) => void
|
|
289
409
|
): void;
|
|
410
|
+
batchGetRouterInput(
|
|
411
|
+
args: BatchGetRouterInputCommandInput,
|
|
412
|
+
options?: __HttpHandlerOptions
|
|
413
|
+
): Promise<BatchGetRouterInputCommandOutput>;
|
|
414
|
+
batchGetRouterInput(
|
|
415
|
+
args: BatchGetRouterInputCommandInput,
|
|
416
|
+
cb: (err: any, data?: BatchGetRouterInputCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
batchGetRouterInput(
|
|
419
|
+
args: BatchGetRouterInputCommandInput,
|
|
420
|
+
options: __HttpHandlerOptions,
|
|
421
|
+
cb: (err: any, data?: BatchGetRouterInputCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
batchGetRouterNetworkInterface(
|
|
424
|
+
args: BatchGetRouterNetworkInterfaceCommandInput,
|
|
425
|
+
options?: __HttpHandlerOptions
|
|
426
|
+
): Promise<BatchGetRouterNetworkInterfaceCommandOutput>;
|
|
427
|
+
batchGetRouterNetworkInterface(
|
|
428
|
+
args: BatchGetRouterNetworkInterfaceCommandInput,
|
|
429
|
+
cb: (err: any, data?: BatchGetRouterNetworkInterfaceCommandOutput) => void
|
|
430
|
+
): void;
|
|
431
|
+
batchGetRouterNetworkInterface(
|
|
432
|
+
args: BatchGetRouterNetworkInterfaceCommandInput,
|
|
433
|
+
options: __HttpHandlerOptions,
|
|
434
|
+
cb: (err: any, data?: BatchGetRouterNetworkInterfaceCommandOutput) => void
|
|
435
|
+
): void;
|
|
436
|
+
batchGetRouterOutput(
|
|
437
|
+
args: BatchGetRouterOutputCommandInput,
|
|
438
|
+
options?: __HttpHandlerOptions
|
|
439
|
+
): Promise<BatchGetRouterOutputCommandOutput>;
|
|
440
|
+
batchGetRouterOutput(
|
|
441
|
+
args: BatchGetRouterOutputCommandInput,
|
|
442
|
+
cb: (err: any, data?: BatchGetRouterOutputCommandOutput) => void
|
|
443
|
+
): void;
|
|
444
|
+
batchGetRouterOutput(
|
|
445
|
+
args: BatchGetRouterOutputCommandInput,
|
|
446
|
+
options: __HttpHandlerOptions,
|
|
447
|
+
cb: (err: any, data?: BatchGetRouterOutputCommandOutput) => void
|
|
448
|
+
): void;
|
|
290
449
|
createBridge(
|
|
291
450
|
args: CreateBridgeCommandInput,
|
|
292
451
|
options?: __HttpHandlerOptions
|
|
@@ -326,6 +485,45 @@ export interface MediaConnect {
|
|
|
326
485
|
options: __HttpHandlerOptions,
|
|
327
486
|
cb: (err: any, data?: CreateGatewayCommandOutput) => void
|
|
328
487
|
): void;
|
|
488
|
+
createRouterInput(
|
|
489
|
+
args: CreateRouterInputCommandInput,
|
|
490
|
+
options?: __HttpHandlerOptions
|
|
491
|
+
): Promise<CreateRouterInputCommandOutput>;
|
|
492
|
+
createRouterInput(
|
|
493
|
+
args: CreateRouterInputCommandInput,
|
|
494
|
+
cb: (err: any, data?: CreateRouterInputCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
createRouterInput(
|
|
497
|
+
args: CreateRouterInputCommandInput,
|
|
498
|
+
options: __HttpHandlerOptions,
|
|
499
|
+
cb: (err: any, data?: CreateRouterInputCommandOutput) => void
|
|
500
|
+
): void;
|
|
501
|
+
createRouterNetworkInterface(
|
|
502
|
+
args: CreateRouterNetworkInterfaceCommandInput,
|
|
503
|
+
options?: __HttpHandlerOptions
|
|
504
|
+
): Promise<CreateRouterNetworkInterfaceCommandOutput>;
|
|
505
|
+
createRouterNetworkInterface(
|
|
506
|
+
args: CreateRouterNetworkInterfaceCommandInput,
|
|
507
|
+
cb: (err: any, data?: CreateRouterNetworkInterfaceCommandOutput) => void
|
|
508
|
+
): void;
|
|
509
|
+
createRouterNetworkInterface(
|
|
510
|
+
args: CreateRouterNetworkInterfaceCommandInput,
|
|
511
|
+
options: __HttpHandlerOptions,
|
|
512
|
+
cb: (err: any, data?: CreateRouterNetworkInterfaceCommandOutput) => void
|
|
513
|
+
): void;
|
|
514
|
+
createRouterOutput(
|
|
515
|
+
args: CreateRouterOutputCommandInput,
|
|
516
|
+
options?: __HttpHandlerOptions
|
|
517
|
+
): Promise<CreateRouterOutputCommandOutput>;
|
|
518
|
+
createRouterOutput(
|
|
519
|
+
args: CreateRouterOutputCommandInput,
|
|
520
|
+
cb: (err: any, data?: CreateRouterOutputCommandOutput) => void
|
|
521
|
+
): void;
|
|
522
|
+
createRouterOutput(
|
|
523
|
+
args: CreateRouterOutputCommandInput,
|
|
524
|
+
options: __HttpHandlerOptions,
|
|
525
|
+
cb: (err: any, data?: CreateRouterOutputCommandOutput) => void
|
|
526
|
+
): void;
|
|
329
527
|
deleteBridge(
|
|
330
528
|
args: DeleteBridgeCommandInput,
|
|
331
529
|
options?: __HttpHandlerOptions
|
|
@@ -365,6 +563,45 @@ export interface MediaConnect {
|
|
|
365
563
|
options: __HttpHandlerOptions,
|
|
366
564
|
cb: (err: any, data?: DeleteGatewayCommandOutput) => void
|
|
367
565
|
): void;
|
|
566
|
+
deleteRouterInput(
|
|
567
|
+
args: DeleteRouterInputCommandInput,
|
|
568
|
+
options?: __HttpHandlerOptions
|
|
569
|
+
): Promise<DeleteRouterInputCommandOutput>;
|
|
570
|
+
deleteRouterInput(
|
|
571
|
+
args: DeleteRouterInputCommandInput,
|
|
572
|
+
cb: (err: any, data?: DeleteRouterInputCommandOutput) => void
|
|
573
|
+
): void;
|
|
574
|
+
deleteRouterInput(
|
|
575
|
+
args: DeleteRouterInputCommandInput,
|
|
576
|
+
options: __HttpHandlerOptions,
|
|
577
|
+
cb: (err: any, data?: DeleteRouterInputCommandOutput) => void
|
|
578
|
+
): void;
|
|
579
|
+
deleteRouterNetworkInterface(
|
|
580
|
+
args: DeleteRouterNetworkInterfaceCommandInput,
|
|
581
|
+
options?: __HttpHandlerOptions
|
|
582
|
+
): Promise<DeleteRouterNetworkInterfaceCommandOutput>;
|
|
583
|
+
deleteRouterNetworkInterface(
|
|
584
|
+
args: DeleteRouterNetworkInterfaceCommandInput,
|
|
585
|
+
cb: (err: any, data?: DeleteRouterNetworkInterfaceCommandOutput) => void
|
|
586
|
+
): void;
|
|
587
|
+
deleteRouterNetworkInterface(
|
|
588
|
+
args: DeleteRouterNetworkInterfaceCommandInput,
|
|
589
|
+
options: __HttpHandlerOptions,
|
|
590
|
+
cb: (err: any, data?: DeleteRouterNetworkInterfaceCommandOutput) => void
|
|
591
|
+
): void;
|
|
592
|
+
deleteRouterOutput(
|
|
593
|
+
args: DeleteRouterOutputCommandInput,
|
|
594
|
+
options?: __HttpHandlerOptions
|
|
595
|
+
): Promise<DeleteRouterOutputCommandOutput>;
|
|
596
|
+
deleteRouterOutput(
|
|
597
|
+
args: DeleteRouterOutputCommandInput,
|
|
598
|
+
cb: (err: any, data?: DeleteRouterOutputCommandOutput) => void
|
|
599
|
+
): void;
|
|
600
|
+
deleteRouterOutput(
|
|
601
|
+
args: DeleteRouterOutputCommandInput,
|
|
602
|
+
options: __HttpHandlerOptions,
|
|
603
|
+
cb: (err: any, data?: DeleteRouterOutputCommandOutput) => void
|
|
604
|
+
): void;
|
|
368
605
|
deregisterGatewayInstance(
|
|
369
606
|
args: DeregisterGatewayInstanceCommandInput,
|
|
370
607
|
options?: __HttpHandlerOptions
|
|
@@ -482,6 +719,71 @@ export interface MediaConnect {
|
|
|
482
719
|
options: __HttpHandlerOptions,
|
|
483
720
|
cb: (err: any, data?: DescribeReservationCommandOutput) => void
|
|
484
721
|
): void;
|
|
722
|
+
getRouterInput(
|
|
723
|
+
args: GetRouterInputCommandInput,
|
|
724
|
+
options?: __HttpHandlerOptions
|
|
725
|
+
): Promise<GetRouterInputCommandOutput>;
|
|
726
|
+
getRouterInput(
|
|
727
|
+
args: GetRouterInputCommandInput,
|
|
728
|
+
cb: (err: any, data?: GetRouterInputCommandOutput) => void
|
|
729
|
+
): void;
|
|
730
|
+
getRouterInput(
|
|
731
|
+
args: GetRouterInputCommandInput,
|
|
732
|
+
options: __HttpHandlerOptions,
|
|
733
|
+
cb: (err: any, data?: GetRouterInputCommandOutput) => void
|
|
734
|
+
): void;
|
|
735
|
+
getRouterInputSourceMetadata(
|
|
736
|
+
args: GetRouterInputSourceMetadataCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<GetRouterInputSourceMetadataCommandOutput>;
|
|
739
|
+
getRouterInputSourceMetadata(
|
|
740
|
+
args: GetRouterInputSourceMetadataCommandInput,
|
|
741
|
+
cb: (err: any, data?: GetRouterInputSourceMetadataCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
getRouterInputSourceMetadata(
|
|
744
|
+
args: GetRouterInputSourceMetadataCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: GetRouterInputSourceMetadataCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
getRouterInputThumbnail(
|
|
749
|
+
args: GetRouterInputThumbnailCommandInput,
|
|
750
|
+
options?: __HttpHandlerOptions
|
|
751
|
+
): Promise<GetRouterInputThumbnailCommandOutput>;
|
|
752
|
+
getRouterInputThumbnail(
|
|
753
|
+
args: GetRouterInputThumbnailCommandInput,
|
|
754
|
+
cb: (err: any, data?: GetRouterInputThumbnailCommandOutput) => void
|
|
755
|
+
): void;
|
|
756
|
+
getRouterInputThumbnail(
|
|
757
|
+
args: GetRouterInputThumbnailCommandInput,
|
|
758
|
+
options: __HttpHandlerOptions,
|
|
759
|
+
cb: (err: any, data?: GetRouterInputThumbnailCommandOutput) => void
|
|
760
|
+
): void;
|
|
761
|
+
getRouterNetworkInterface(
|
|
762
|
+
args: GetRouterNetworkInterfaceCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions
|
|
764
|
+
): Promise<GetRouterNetworkInterfaceCommandOutput>;
|
|
765
|
+
getRouterNetworkInterface(
|
|
766
|
+
args: GetRouterNetworkInterfaceCommandInput,
|
|
767
|
+
cb: (err: any, data?: GetRouterNetworkInterfaceCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
getRouterNetworkInterface(
|
|
770
|
+
args: GetRouterNetworkInterfaceCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: GetRouterNetworkInterfaceCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
getRouterOutput(
|
|
775
|
+
args: GetRouterOutputCommandInput,
|
|
776
|
+
options?: __HttpHandlerOptions
|
|
777
|
+
): Promise<GetRouterOutputCommandOutput>;
|
|
778
|
+
getRouterOutput(
|
|
779
|
+
args: GetRouterOutputCommandInput,
|
|
780
|
+
cb: (err: any, data?: GetRouterOutputCommandOutput) => void
|
|
781
|
+
): void;
|
|
782
|
+
getRouterOutput(
|
|
783
|
+
args: GetRouterOutputCommandInput,
|
|
784
|
+
options: __HttpHandlerOptions,
|
|
785
|
+
cb: (err: any, data?: GetRouterOutputCommandOutput) => void
|
|
786
|
+
): void;
|
|
485
787
|
grantFlowEntitlements(
|
|
486
788
|
args: GrantFlowEntitlementsCommandInput,
|
|
487
789
|
options?: __HttpHandlerOptions
|
|
@@ -593,6 +895,61 @@ export interface MediaConnect {
|
|
|
593
895
|
options: __HttpHandlerOptions,
|
|
594
896
|
cb: (err: any, data?: ListReservationsCommandOutput) => void
|
|
595
897
|
): void;
|
|
898
|
+
listRouterInputs(): Promise<ListRouterInputsCommandOutput>;
|
|
899
|
+
listRouterInputs(
|
|
900
|
+
args: ListRouterInputsCommandInput,
|
|
901
|
+
options?: __HttpHandlerOptions
|
|
902
|
+
): Promise<ListRouterInputsCommandOutput>;
|
|
903
|
+
listRouterInputs(
|
|
904
|
+
args: ListRouterInputsCommandInput,
|
|
905
|
+
cb: (err: any, data?: ListRouterInputsCommandOutput) => void
|
|
906
|
+
): void;
|
|
907
|
+
listRouterInputs(
|
|
908
|
+
args: ListRouterInputsCommandInput,
|
|
909
|
+
options: __HttpHandlerOptions,
|
|
910
|
+
cb: (err: any, data?: ListRouterInputsCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
listRouterNetworkInterfaces(): Promise<ListRouterNetworkInterfacesCommandOutput>;
|
|
913
|
+
listRouterNetworkInterfaces(
|
|
914
|
+
args: ListRouterNetworkInterfacesCommandInput,
|
|
915
|
+
options?: __HttpHandlerOptions
|
|
916
|
+
): Promise<ListRouterNetworkInterfacesCommandOutput>;
|
|
917
|
+
listRouterNetworkInterfaces(
|
|
918
|
+
args: ListRouterNetworkInterfacesCommandInput,
|
|
919
|
+
cb: (err: any, data?: ListRouterNetworkInterfacesCommandOutput) => void
|
|
920
|
+
): void;
|
|
921
|
+
listRouterNetworkInterfaces(
|
|
922
|
+
args: ListRouterNetworkInterfacesCommandInput,
|
|
923
|
+
options: __HttpHandlerOptions,
|
|
924
|
+
cb: (err: any, data?: ListRouterNetworkInterfacesCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
listRouterOutputs(): Promise<ListRouterOutputsCommandOutput>;
|
|
927
|
+
listRouterOutputs(
|
|
928
|
+
args: ListRouterOutputsCommandInput,
|
|
929
|
+
options?: __HttpHandlerOptions
|
|
930
|
+
): Promise<ListRouterOutputsCommandOutput>;
|
|
931
|
+
listRouterOutputs(
|
|
932
|
+
args: ListRouterOutputsCommandInput,
|
|
933
|
+
cb: (err: any, data?: ListRouterOutputsCommandOutput) => void
|
|
934
|
+
): void;
|
|
935
|
+
listRouterOutputs(
|
|
936
|
+
args: ListRouterOutputsCommandInput,
|
|
937
|
+
options: __HttpHandlerOptions,
|
|
938
|
+
cb: (err: any, data?: ListRouterOutputsCommandOutput) => void
|
|
939
|
+
): void;
|
|
940
|
+
listTagsForGlobalResource(
|
|
941
|
+
args: ListTagsForGlobalResourceCommandInput,
|
|
942
|
+
options?: __HttpHandlerOptions
|
|
943
|
+
): Promise<ListTagsForGlobalResourceCommandOutput>;
|
|
944
|
+
listTagsForGlobalResource(
|
|
945
|
+
args: ListTagsForGlobalResourceCommandInput,
|
|
946
|
+
cb: (err: any, data?: ListTagsForGlobalResourceCommandOutput) => void
|
|
947
|
+
): void;
|
|
948
|
+
listTagsForGlobalResource(
|
|
949
|
+
args: ListTagsForGlobalResourceCommandInput,
|
|
950
|
+
options: __HttpHandlerOptions,
|
|
951
|
+
cb: (err: any, data?: ListTagsForGlobalResourceCommandOutput) => void
|
|
952
|
+
): void;
|
|
596
953
|
listTagsForResource(
|
|
597
954
|
args: ListTagsForResourceCommandInput,
|
|
598
955
|
options?: __HttpHandlerOptions
|
|
@@ -697,6 +1054,32 @@ export interface MediaConnect {
|
|
|
697
1054
|
options: __HttpHandlerOptions,
|
|
698
1055
|
cb: (err: any, data?: RemoveFlowVpcInterfaceCommandOutput) => void
|
|
699
1056
|
): void;
|
|
1057
|
+
restartRouterInput(
|
|
1058
|
+
args: RestartRouterInputCommandInput,
|
|
1059
|
+
options?: __HttpHandlerOptions
|
|
1060
|
+
): Promise<RestartRouterInputCommandOutput>;
|
|
1061
|
+
restartRouterInput(
|
|
1062
|
+
args: RestartRouterInputCommandInput,
|
|
1063
|
+
cb: (err: any, data?: RestartRouterInputCommandOutput) => void
|
|
1064
|
+
): void;
|
|
1065
|
+
restartRouterInput(
|
|
1066
|
+
args: RestartRouterInputCommandInput,
|
|
1067
|
+
options: __HttpHandlerOptions,
|
|
1068
|
+
cb: (err: any, data?: RestartRouterInputCommandOutput) => void
|
|
1069
|
+
): void;
|
|
1070
|
+
restartRouterOutput(
|
|
1071
|
+
args: RestartRouterOutputCommandInput,
|
|
1072
|
+
options?: __HttpHandlerOptions
|
|
1073
|
+
): Promise<RestartRouterOutputCommandOutput>;
|
|
1074
|
+
restartRouterOutput(
|
|
1075
|
+
args: RestartRouterOutputCommandInput,
|
|
1076
|
+
cb: (err: any, data?: RestartRouterOutputCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1078
|
+
restartRouterOutput(
|
|
1079
|
+
args: RestartRouterOutputCommandInput,
|
|
1080
|
+
options: __HttpHandlerOptions,
|
|
1081
|
+
cb: (err: any, data?: RestartRouterOutputCommandOutput) => void
|
|
1082
|
+
): void;
|
|
700
1083
|
revokeFlowEntitlement(
|
|
701
1084
|
args: RevokeFlowEntitlementCommandInput,
|
|
702
1085
|
options?: __HttpHandlerOptions
|
|
@@ -723,6 +1106,32 @@ export interface MediaConnect {
|
|
|
723
1106
|
options: __HttpHandlerOptions,
|
|
724
1107
|
cb: (err: any, data?: StartFlowCommandOutput) => void
|
|
725
1108
|
): void;
|
|
1109
|
+
startRouterInput(
|
|
1110
|
+
args: StartRouterInputCommandInput,
|
|
1111
|
+
options?: __HttpHandlerOptions
|
|
1112
|
+
): Promise<StartRouterInputCommandOutput>;
|
|
1113
|
+
startRouterInput(
|
|
1114
|
+
args: StartRouterInputCommandInput,
|
|
1115
|
+
cb: (err: any, data?: StartRouterInputCommandOutput) => void
|
|
1116
|
+
): void;
|
|
1117
|
+
startRouterInput(
|
|
1118
|
+
args: StartRouterInputCommandInput,
|
|
1119
|
+
options: __HttpHandlerOptions,
|
|
1120
|
+
cb: (err: any, data?: StartRouterInputCommandOutput) => void
|
|
1121
|
+
): void;
|
|
1122
|
+
startRouterOutput(
|
|
1123
|
+
args: StartRouterOutputCommandInput,
|
|
1124
|
+
options?: __HttpHandlerOptions
|
|
1125
|
+
): Promise<StartRouterOutputCommandOutput>;
|
|
1126
|
+
startRouterOutput(
|
|
1127
|
+
args: StartRouterOutputCommandInput,
|
|
1128
|
+
cb: (err: any, data?: StartRouterOutputCommandOutput) => void
|
|
1129
|
+
): void;
|
|
1130
|
+
startRouterOutput(
|
|
1131
|
+
args: StartRouterOutputCommandInput,
|
|
1132
|
+
options: __HttpHandlerOptions,
|
|
1133
|
+
cb: (err: any, data?: StartRouterOutputCommandOutput) => void
|
|
1134
|
+
): void;
|
|
726
1135
|
stopFlow(
|
|
727
1136
|
args: StopFlowCommandInput,
|
|
728
1137
|
options?: __HttpHandlerOptions
|
|
@@ -736,6 +1145,45 @@ export interface MediaConnect {
|
|
|
736
1145
|
options: __HttpHandlerOptions,
|
|
737
1146
|
cb: (err: any, data?: StopFlowCommandOutput) => void
|
|
738
1147
|
): void;
|
|
1148
|
+
stopRouterInput(
|
|
1149
|
+
args: StopRouterInputCommandInput,
|
|
1150
|
+
options?: __HttpHandlerOptions
|
|
1151
|
+
): Promise<StopRouterInputCommandOutput>;
|
|
1152
|
+
stopRouterInput(
|
|
1153
|
+
args: StopRouterInputCommandInput,
|
|
1154
|
+
cb: (err: any, data?: StopRouterInputCommandOutput) => void
|
|
1155
|
+
): void;
|
|
1156
|
+
stopRouterInput(
|
|
1157
|
+
args: StopRouterInputCommandInput,
|
|
1158
|
+
options: __HttpHandlerOptions,
|
|
1159
|
+
cb: (err: any, data?: StopRouterInputCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1161
|
+
stopRouterOutput(
|
|
1162
|
+
args: StopRouterOutputCommandInput,
|
|
1163
|
+
options?: __HttpHandlerOptions
|
|
1164
|
+
): Promise<StopRouterOutputCommandOutput>;
|
|
1165
|
+
stopRouterOutput(
|
|
1166
|
+
args: StopRouterOutputCommandInput,
|
|
1167
|
+
cb: (err: any, data?: StopRouterOutputCommandOutput) => void
|
|
1168
|
+
): void;
|
|
1169
|
+
stopRouterOutput(
|
|
1170
|
+
args: StopRouterOutputCommandInput,
|
|
1171
|
+
options: __HttpHandlerOptions,
|
|
1172
|
+
cb: (err: any, data?: StopRouterOutputCommandOutput) => void
|
|
1173
|
+
): void;
|
|
1174
|
+
tagGlobalResource(
|
|
1175
|
+
args: TagGlobalResourceCommandInput,
|
|
1176
|
+
options?: __HttpHandlerOptions
|
|
1177
|
+
): Promise<TagGlobalResourceCommandOutput>;
|
|
1178
|
+
tagGlobalResource(
|
|
1179
|
+
args: TagGlobalResourceCommandInput,
|
|
1180
|
+
cb: (err: any, data?: TagGlobalResourceCommandOutput) => void
|
|
1181
|
+
): void;
|
|
1182
|
+
tagGlobalResource(
|
|
1183
|
+
args: TagGlobalResourceCommandInput,
|
|
1184
|
+
options: __HttpHandlerOptions,
|
|
1185
|
+
cb: (err: any, data?: TagGlobalResourceCommandOutput) => void
|
|
1186
|
+
): void;
|
|
739
1187
|
tagResource(
|
|
740
1188
|
args: TagResourceCommandInput,
|
|
741
1189
|
options?: __HttpHandlerOptions
|
|
@@ -749,6 +1197,32 @@ export interface MediaConnect {
|
|
|
749
1197
|
options: __HttpHandlerOptions,
|
|
750
1198
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
751
1199
|
): void;
|
|
1200
|
+
takeRouterInput(
|
|
1201
|
+
args: TakeRouterInputCommandInput,
|
|
1202
|
+
options?: __HttpHandlerOptions
|
|
1203
|
+
): Promise<TakeRouterInputCommandOutput>;
|
|
1204
|
+
takeRouterInput(
|
|
1205
|
+
args: TakeRouterInputCommandInput,
|
|
1206
|
+
cb: (err: any, data?: TakeRouterInputCommandOutput) => void
|
|
1207
|
+
): void;
|
|
1208
|
+
takeRouterInput(
|
|
1209
|
+
args: TakeRouterInputCommandInput,
|
|
1210
|
+
options: __HttpHandlerOptions,
|
|
1211
|
+
cb: (err: any, data?: TakeRouterInputCommandOutput) => void
|
|
1212
|
+
): void;
|
|
1213
|
+
untagGlobalResource(
|
|
1214
|
+
args: UntagGlobalResourceCommandInput,
|
|
1215
|
+
options?: __HttpHandlerOptions
|
|
1216
|
+
): Promise<UntagGlobalResourceCommandOutput>;
|
|
1217
|
+
untagGlobalResource(
|
|
1218
|
+
args: UntagGlobalResourceCommandInput,
|
|
1219
|
+
cb: (err: any, data?: UntagGlobalResourceCommandOutput) => void
|
|
1220
|
+
): void;
|
|
1221
|
+
untagGlobalResource(
|
|
1222
|
+
args: UntagGlobalResourceCommandInput,
|
|
1223
|
+
options: __HttpHandlerOptions,
|
|
1224
|
+
cb: (err: any, data?: UntagGlobalResourceCommandOutput) => void
|
|
1225
|
+
): void;
|
|
752
1226
|
untagResource(
|
|
753
1227
|
args: UntagResourceCommandInput,
|
|
754
1228
|
options?: __HttpHandlerOptions
|
|
@@ -892,6 +1366,45 @@ export interface MediaConnect {
|
|
|
892
1366
|
options: __HttpHandlerOptions,
|
|
893
1367
|
cb: (err: any, data?: UpdateGatewayInstanceCommandOutput) => void
|
|
894
1368
|
): void;
|
|
1369
|
+
updateRouterInput(
|
|
1370
|
+
args: UpdateRouterInputCommandInput,
|
|
1371
|
+
options?: __HttpHandlerOptions
|
|
1372
|
+
): Promise<UpdateRouterInputCommandOutput>;
|
|
1373
|
+
updateRouterInput(
|
|
1374
|
+
args: UpdateRouterInputCommandInput,
|
|
1375
|
+
cb: (err: any, data?: UpdateRouterInputCommandOutput) => void
|
|
1376
|
+
): void;
|
|
1377
|
+
updateRouterInput(
|
|
1378
|
+
args: UpdateRouterInputCommandInput,
|
|
1379
|
+
options: __HttpHandlerOptions,
|
|
1380
|
+
cb: (err: any, data?: UpdateRouterInputCommandOutput) => void
|
|
1381
|
+
): void;
|
|
1382
|
+
updateRouterNetworkInterface(
|
|
1383
|
+
args: UpdateRouterNetworkInterfaceCommandInput,
|
|
1384
|
+
options?: __HttpHandlerOptions
|
|
1385
|
+
): Promise<UpdateRouterNetworkInterfaceCommandOutput>;
|
|
1386
|
+
updateRouterNetworkInterface(
|
|
1387
|
+
args: UpdateRouterNetworkInterfaceCommandInput,
|
|
1388
|
+
cb: (err: any, data?: UpdateRouterNetworkInterfaceCommandOutput) => void
|
|
1389
|
+
): void;
|
|
1390
|
+
updateRouterNetworkInterface(
|
|
1391
|
+
args: UpdateRouterNetworkInterfaceCommandInput,
|
|
1392
|
+
options: __HttpHandlerOptions,
|
|
1393
|
+
cb: (err: any, data?: UpdateRouterNetworkInterfaceCommandOutput) => void
|
|
1394
|
+
): void;
|
|
1395
|
+
updateRouterOutput(
|
|
1396
|
+
args: UpdateRouterOutputCommandInput,
|
|
1397
|
+
options?: __HttpHandlerOptions
|
|
1398
|
+
): Promise<UpdateRouterOutputCommandOutput>;
|
|
1399
|
+
updateRouterOutput(
|
|
1400
|
+
args: UpdateRouterOutputCommandInput,
|
|
1401
|
+
cb: (err: any, data?: UpdateRouterOutputCommandOutput) => void
|
|
1402
|
+
): void;
|
|
1403
|
+
updateRouterOutput(
|
|
1404
|
+
args: UpdateRouterOutputCommandInput,
|
|
1405
|
+
options: __HttpHandlerOptions,
|
|
1406
|
+
cb: (err: any, data?: UpdateRouterOutputCommandOutput) => void
|
|
1407
|
+
): void;
|
|
895
1408
|
}
|
|
896
1409
|
export declare class MediaConnect
|
|
897
1410
|
extends MediaConnectClient
|