@aws-sdk/client-app-mesh 3.279.0 → 3.281.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 +307 -0
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +6 -0
- package/dist-types/commands/CreateMeshCommand.d.ts +6 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +6 -0
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +6 -0
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +6 -0
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +6 -0
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMeshCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMeshCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRouteCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +6 -0
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +6 -0
- package/dist-types/commands/ListMeshesCommand.d.ts +6 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +6 -0
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +6 -0
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +6 -0
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMeshCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -217,3 +217,310 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
217
217
|
This SDK is distributed under the
|
|
218
218
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
219
219
|
see LICENSE for more information.
|
|
220
|
+
|
|
221
|
+
## Client Commands (Operations List)
|
|
222
|
+
|
|
223
|
+
<details>
|
|
224
|
+
<summary>
|
|
225
|
+
CreateGatewayRoute
|
|
226
|
+
</summary>
|
|
227
|
+
|
|
228
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/creategatewayroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/creategatewayroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/creategatewayroutecommandoutput.html)
|
|
229
|
+
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
233
|
+
CreateMesh
|
|
234
|
+
</summary>
|
|
235
|
+
|
|
236
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createmeshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createmeshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createmeshcommandoutput.html)
|
|
237
|
+
|
|
238
|
+
</details>
|
|
239
|
+
<details>
|
|
240
|
+
<summary>
|
|
241
|
+
CreateRoute
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createroutecommandoutput.html)
|
|
245
|
+
|
|
246
|
+
</details>
|
|
247
|
+
<details>
|
|
248
|
+
<summary>
|
|
249
|
+
CreateVirtualGateway
|
|
250
|
+
</summary>
|
|
251
|
+
|
|
252
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createvirtualgatewaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualgatewaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualgatewaycommandoutput.html)
|
|
253
|
+
|
|
254
|
+
</details>
|
|
255
|
+
<details>
|
|
256
|
+
<summary>
|
|
257
|
+
CreateVirtualNode
|
|
258
|
+
</summary>
|
|
259
|
+
|
|
260
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createvirtualnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualnodecommandoutput.html)
|
|
261
|
+
|
|
262
|
+
</details>
|
|
263
|
+
<details>
|
|
264
|
+
<summary>
|
|
265
|
+
CreateVirtualRouter
|
|
266
|
+
</summary>
|
|
267
|
+
|
|
268
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createvirtualroutercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualroutercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualroutercommandoutput.html)
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
CreateVirtualService
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/createvirtualservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/createvirtualservicecommandoutput.html)
|
|
277
|
+
|
|
278
|
+
</details>
|
|
279
|
+
<details>
|
|
280
|
+
<summary>
|
|
281
|
+
DeleteGatewayRoute
|
|
282
|
+
</summary>
|
|
283
|
+
|
|
284
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletegatewayroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletegatewayroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletegatewayroutecommandoutput.html)
|
|
285
|
+
|
|
286
|
+
</details>
|
|
287
|
+
<details>
|
|
288
|
+
<summary>
|
|
289
|
+
DeleteMesh
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletemeshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletemeshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletemeshcommandoutput.html)
|
|
293
|
+
|
|
294
|
+
</details>
|
|
295
|
+
<details>
|
|
296
|
+
<summary>
|
|
297
|
+
DeleteRoute
|
|
298
|
+
</summary>
|
|
299
|
+
|
|
300
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deleteroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deleteroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deleteroutecommandoutput.html)
|
|
301
|
+
|
|
302
|
+
</details>
|
|
303
|
+
<details>
|
|
304
|
+
<summary>
|
|
305
|
+
DeleteVirtualGateway
|
|
306
|
+
</summary>
|
|
307
|
+
|
|
308
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletevirtualgatewaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualgatewaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualgatewaycommandoutput.html)
|
|
309
|
+
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
DeleteVirtualNode
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletevirtualnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualnodecommandoutput.html)
|
|
317
|
+
|
|
318
|
+
</details>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
321
|
+
DeleteVirtualRouter
|
|
322
|
+
</summary>
|
|
323
|
+
|
|
324
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletevirtualroutercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualroutercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualroutercommandoutput.html)
|
|
325
|
+
|
|
326
|
+
</details>
|
|
327
|
+
<details>
|
|
328
|
+
<summary>
|
|
329
|
+
DeleteVirtualService
|
|
330
|
+
</summary>
|
|
331
|
+
|
|
332
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/deletevirtualservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/deletevirtualservicecommandoutput.html)
|
|
333
|
+
|
|
334
|
+
</details>
|
|
335
|
+
<details>
|
|
336
|
+
<summary>
|
|
337
|
+
DescribeGatewayRoute
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describegatewayroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describegatewayroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describegatewayroutecommandoutput.html)
|
|
341
|
+
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
DescribeMesh
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describemeshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describemeshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describemeshcommandoutput.html)
|
|
349
|
+
|
|
350
|
+
</details>
|
|
351
|
+
<details>
|
|
352
|
+
<summary>
|
|
353
|
+
DescribeRoute
|
|
354
|
+
</summary>
|
|
355
|
+
|
|
356
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describeroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describeroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describeroutecommandoutput.html)
|
|
357
|
+
|
|
358
|
+
</details>
|
|
359
|
+
<details>
|
|
360
|
+
<summary>
|
|
361
|
+
DescribeVirtualGateway
|
|
362
|
+
</summary>
|
|
363
|
+
|
|
364
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describevirtualgatewaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualgatewaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualgatewaycommandoutput.html)
|
|
365
|
+
|
|
366
|
+
</details>
|
|
367
|
+
<details>
|
|
368
|
+
<summary>
|
|
369
|
+
DescribeVirtualNode
|
|
370
|
+
</summary>
|
|
371
|
+
|
|
372
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describevirtualnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualnodecommandoutput.html)
|
|
373
|
+
|
|
374
|
+
</details>
|
|
375
|
+
<details>
|
|
376
|
+
<summary>
|
|
377
|
+
DescribeVirtualRouter
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describevirtualroutercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualroutercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualroutercommandoutput.html)
|
|
381
|
+
|
|
382
|
+
</details>
|
|
383
|
+
<details>
|
|
384
|
+
<summary>
|
|
385
|
+
DescribeVirtualService
|
|
386
|
+
</summary>
|
|
387
|
+
|
|
388
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/describevirtualservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/describevirtualservicecommandoutput.html)
|
|
389
|
+
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
ListGatewayRoutes
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listgatewayroutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listgatewayroutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listgatewayroutescommandoutput.html)
|
|
397
|
+
|
|
398
|
+
</details>
|
|
399
|
+
<details>
|
|
400
|
+
<summary>
|
|
401
|
+
ListMeshes
|
|
402
|
+
</summary>
|
|
403
|
+
|
|
404
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listmeshescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listmeshescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listmeshescommandoutput.html)
|
|
405
|
+
|
|
406
|
+
</details>
|
|
407
|
+
<details>
|
|
408
|
+
<summary>
|
|
409
|
+
ListRoutes
|
|
410
|
+
</summary>
|
|
411
|
+
|
|
412
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listroutescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listroutescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listroutescommandoutput.html)
|
|
413
|
+
|
|
414
|
+
</details>
|
|
415
|
+
<details>
|
|
416
|
+
<summary>
|
|
417
|
+
ListTagsForResource
|
|
418
|
+
</summary>
|
|
419
|
+
|
|
420
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listtagsforresourcecommandoutput.html)
|
|
421
|
+
|
|
422
|
+
</details>
|
|
423
|
+
<details>
|
|
424
|
+
<summary>
|
|
425
|
+
ListVirtualGateways
|
|
426
|
+
</summary>
|
|
427
|
+
|
|
428
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listvirtualgatewayscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualgatewayscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualgatewayscommandoutput.html)
|
|
429
|
+
|
|
430
|
+
</details>
|
|
431
|
+
<details>
|
|
432
|
+
<summary>
|
|
433
|
+
ListVirtualNodes
|
|
434
|
+
</summary>
|
|
435
|
+
|
|
436
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listvirtualnodescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualnodescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualnodescommandoutput.html)
|
|
437
|
+
|
|
438
|
+
</details>
|
|
439
|
+
<details>
|
|
440
|
+
<summary>
|
|
441
|
+
ListVirtualRouters
|
|
442
|
+
</summary>
|
|
443
|
+
|
|
444
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listvirtualrouterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualrouterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualrouterscommandoutput.html)
|
|
445
|
+
|
|
446
|
+
</details>
|
|
447
|
+
<details>
|
|
448
|
+
<summary>
|
|
449
|
+
ListVirtualServices
|
|
450
|
+
</summary>
|
|
451
|
+
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/listvirtualservicescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualservicescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/listvirtualservicescommandoutput.html)
|
|
453
|
+
|
|
454
|
+
</details>
|
|
455
|
+
<details>
|
|
456
|
+
<summary>
|
|
457
|
+
TagResource
|
|
458
|
+
</summary>
|
|
459
|
+
|
|
460
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/tagresourcecommandoutput.html)
|
|
461
|
+
|
|
462
|
+
</details>
|
|
463
|
+
<details>
|
|
464
|
+
<summary>
|
|
465
|
+
UntagResource
|
|
466
|
+
</summary>
|
|
467
|
+
|
|
468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/untagresourcecommandoutput.html)
|
|
469
|
+
|
|
470
|
+
</details>
|
|
471
|
+
<details>
|
|
472
|
+
<summary>
|
|
473
|
+
UpdateGatewayRoute
|
|
474
|
+
</summary>
|
|
475
|
+
|
|
476
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updategatewayroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updategatewayroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updategatewayroutecommandoutput.html)
|
|
477
|
+
|
|
478
|
+
</details>
|
|
479
|
+
<details>
|
|
480
|
+
<summary>
|
|
481
|
+
UpdateMesh
|
|
482
|
+
</summary>
|
|
483
|
+
|
|
484
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updatemeshcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatemeshcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatemeshcommandoutput.html)
|
|
485
|
+
|
|
486
|
+
</details>
|
|
487
|
+
<details>
|
|
488
|
+
<summary>
|
|
489
|
+
UpdateRoute
|
|
490
|
+
</summary>
|
|
491
|
+
|
|
492
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updateroutecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updateroutecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updateroutecommandoutput.html)
|
|
493
|
+
|
|
494
|
+
</details>
|
|
495
|
+
<details>
|
|
496
|
+
<summary>
|
|
497
|
+
UpdateVirtualGateway
|
|
498
|
+
</summary>
|
|
499
|
+
|
|
500
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updatevirtualgatewaycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualgatewaycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualgatewaycommandoutput.html)
|
|
501
|
+
|
|
502
|
+
</details>
|
|
503
|
+
<details>
|
|
504
|
+
<summary>
|
|
505
|
+
UpdateVirtualNode
|
|
506
|
+
</summary>
|
|
507
|
+
|
|
508
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updatevirtualnodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualnodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualnodecommandoutput.html)
|
|
509
|
+
|
|
510
|
+
</details>
|
|
511
|
+
<details>
|
|
512
|
+
<summary>
|
|
513
|
+
UpdateVirtualRouter
|
|
514
|
+
</summary>
|
|
515
|
+
|
|
516
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updatevirtualroutercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualroutercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualroutercommandoutput.html)
|
|
517
|
+
|
|
518
|
+
</details>
|
|
519
|
+
<details>
|
|
520
|
+
<summary>
|
|
521
|
+
UpdateVirtualService
|
|
522
|
+
</summary>
|
|
523
|
+
|
|
524
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/classes/updatevirtualservicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualservicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-app-mesh/interfaces/updatevirtualservicecommandoutput.html)
|
|
525
|
+
|
|
526
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateGatewayRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateGatewayRouteCommandInput extends CreateGatewayRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateGatewayRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateGatewayRouteCommandOutput extends CreateGatewayRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateMeshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateMeshCommandInput extends CreateMeshInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateMeshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateMeshCommandOutput extends CreateMeshOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateRouteCommandInput extends CreateRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateRouteCommandOutput extends CreateRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateVirtualGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateVirtualGatewayCommandInput extends CreateVirtualGatewayInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateVirtualGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateVirtualGatewayCommandOutput extends CreateVirtualGatewayOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateVirtualNodeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateVirtualNodeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateVirtualRouterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateVirtualRouterCommandInput extends CreateVirtualRouterInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateVirtualRouterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateVirtualRouterCommandOutput extends CreateVirtualRouterOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateVirtualServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateVirtualServiceCommandInput extends CreateVirtualServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateVirtualServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateVirtualServiceCommandOutput extends CreateVirtualServiceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteGatewayRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteGatewayRouteCommandInput extends DeleteGatewayRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteGatewayRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteGatewayRouteCommandOutput extends DeleteGatewayRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteMeshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteMeshCommandInput extends DeleteMeshInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteMeshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteMeshCommandOutput extends DeleteMeshOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRouteCommandInput extends DeleteRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRouteCommandOutput extends DeleteRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteVirtualGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteVirtualGatewayCommandInput extends DeleteVirtualGatewayInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteVirtualGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteVirtualGatewayCommandOutput extends DeleteVirtualGatewayOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteVirtualNodeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteVirtualNodeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteVirtualNodeCommandOutput extends DeleteVirtualNodeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteVirtualRouterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteVirtualRouterCommandInput extends DeleteVirtualRouterInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteVirtualRouterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteVirtualRouterCommandOutput extends DeleteVirtualRouterOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteVirtualServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteVirtualServiceCommandInput extends DeleteVirtualServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteVirtualServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteVirtualServiceCommandOutput extends DeleteVirtualServiceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeGatewayRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeGatewayRouteCommandInput extends DescribeGatewayRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeGatewayRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeGatewayRouteCommandOutput extends DescribeGatewayRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeMeshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeMeshCommandInput extends DescribeMeshInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeMeshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeMeshCommandOutput extends DescribeMeshOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRouteCommandInput extends DescribeRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRouteCommandOutput extends DescribeRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeVirtualGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeVirtualGatewayCommandInput extends DescribeVirtualGatewayInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeVirtualGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeVirtualGatewayCommandOutput extends DescribeVirtualGatewayOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeVirtualNodeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeVirtualNodeCommandInput extends DescribeVirtualNodeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeVirtualNodeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeVirtualNodeCommandOutput extends DescribeVirtualNodeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeVirtualRouterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeVirtualRouterCommandInput extends DescribeVirtualRouterInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeVirtualRouterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeVirtualRouterCommandOutput extends DescribeVirtualRouterOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeVirtualServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeVirtualServiceCommandInput extends DescribeVirtualServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeVirtualServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeVirtualServiceCommandOutput extends DescribeVirtualServiceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListGatewayRoutesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListGatewayRoutesCommandInput extends ListGatewayRoutesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListGatewayRoutesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListGatewayRoutesCommandOutput extends ListGatewayRoutesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListMeshesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListMeshesCommandInput extends ListMeshesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListMeshesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListMeshesCommandOutput extends ListMeshesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRoutesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRoutesCommandInput extends ListRoutesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRoutesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRoutesCommandOutput extends ListRoutesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListVirtualGatewaysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListVirtualGatewaysCommandInput extends ListVirtualGatewaysInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListVirtualGatewaysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListVirtualGatewaysCommandOutput extends ListVirtualGatewaysOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListVirtualNodesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListVirtualNodesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListVirtualNodesCommandOutput extends ListVirtualNodesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListVirtualRoutersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListVirtualRoutersCommandInput extends ListVirtualRoutersInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListVirtualRoutersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListVirtualRoutersCommandOutput extends ListVirtualRoutersOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListVirtualServicesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListVirtualServicesCommandInput extends ListVirtualServicesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListVirtualServicesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListVirtualServicesCommandOutput extends ListVirtualServicesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateGatewayRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateGatewayRouteCommandInput extends UpdateGatewayRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateGatewayRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateGatewayRouteCommandOutput extends UpdateGatewayRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateMeshCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateMeshCommandInput extends UpdateMeshInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateMeshCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateMeshCommandOutput extends UpdateMeshOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateRouteCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateRouteCommandInput extends UpdateRouteInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateRouteCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateRouteCommandOutput extends UpdateRouteOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateVirtualGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateVirtualGatewayCommandInput extends UpdateVirtualGatewayInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateVirtualGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateVirtualGatewayCommandOutput extends UpdateVirtualGatewayOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateVirtualNodeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateVirtualNodeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateVirtualNodeCommandOutput extends UpdateVirtualNodeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateVirtualRouterCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateVirtualRouterCommandInput extends UpdateVirtualRouterInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateVirtualRouterCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateVirtualRouterCommandOutput extends UpdateVirtualRouterOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppMeshClient";
|
|
5
5
|
import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateVirtualServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateVirtualServiceCommandInput extends UpdateVirtualServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateVirtualServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateVirtualServiceCommandOutput extends UpdateVirtualServiceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-app-mesh",
|
|
3
3
|
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|