@aws-sdk/client-app-mesh 3.590.0 → 3.596.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist-cjs/index.js +0 -38
  2. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateMeshCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMeshCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeMeshCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeRouteCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +2 -1
  23. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListMeshesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListRoutesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +2 -1
  28. package/dist-types/commands/ListVirtualNodesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +2 -1
  30. package/dist-types/commands/ListVirtualServicesCommand.d.ts +2 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdateMeshCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +2 -1
  40. package/dist-types/index.d.ts +2 -2
  41. package/dist-types/models/AppMeshServiceException.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +2 -1
  81. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -274,7 +274,6 @@ var AppMeshClient = _AppMeshClient;
274
274
 
275
275
  var import_middleware_serde = require("@smithy/middleware-serde");
276
276
 
277
- var import_types = require("@smithy/types");
278
277
 
279
278
  // src/protocols/Aws_restJson1.ts
280
279
  var import_core2 = require("@aws-sdk/core");
@@ -2287,7 +2286,6 @@ var CreateGatewayRouteCommand = _CreateGatewayRouteCommand;
2287
2286
 
2288
2287
 
2289
2288
 
2290
-
2291
2289
  var _CreateMeshCommand = class _CreateMeshCommand extends import_smithy_client.Command.classBuilder().ep({
2292
2290
  ...commonParams
2293
2291
  }).m(function(Command, cs, config, o) {
@@ -2304,7 +2302,6 @@ var CreateMeshCommand = _CreateMeshCommand;
2304
2302
 
2305
2303
 
2306
2304
 
2307
-
2308
2305
  var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2309
2306
  ...commonParams
2310
2307
  }).m(function(Command, cs, config, o) {
@@ -2321,7 +2318,6 @@ var CreateRouteCommand = _CreateRouteCommand;
2321
2318
 
2322
2319
 
2323
2320
 
2324
-
2325
2321
  var _CreateVirtualGatewayCommand = class _CreateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
2326
2322
  ...commonParams
2327
2323
  }).m(function(Command, cs, config, o) {
@@ -2338,7 +2334,6 @@ var CreateVirtualGatewayCommand = _CreateVirtualGatewayCommand;
2338
2334
 
2339
2335
 
2340
2336
 
2341
-
2342
2337
  var _CreateVirtualNodeCommand = class _CreateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2343
2338
  ...commonParams
2344
2339
  }).m(function(Command, cs, config, o) {
@@ -2355,7 +2350,6 @@ var CreateVirtualNodeCommand = _CreateVirtualNodeCommand;
2355
2350
 
2356
2351
 
2357
2352
 
2358
-
2359
2353
  var _CreateVirtualRouterCommand = class _CreateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
2360
2354
  ...commonParams
2361
2355
  }).m(function(Command, cs, config, o) {
@@ -2372,7 +2366,6 @@ var CreateVirtualRouterCommand = _CreateVirtualRouterCommand;
2372
2366
 
2373
2367
 
2374
2368
 
2375
-
2376
2369
  var _CreateVirtualServiceCommand = class _CreateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2377
2370
  ...commonParams
2378
2371
  }).m(function(Command, cs, config, o) {
@@ -2389,7 +2382,6 @@ var CreateVirtualServiceCommand = _CreateVirtualServiceCommand;
2389
2382
 
2390
2383
 
2391
2384
 
2392
-
2393
2385
  var _DeleteGatewayRouteCommand = class _DeleteGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2394
2386
  ...commonParams
2395
2387
  }).m(function(Command, cs, config, o) {
@@ -2406,7 +2398,6 @@ var DeleteGatewayRouteCommand = _DeleteGatewayRouteCommand;
2406
2398
 
2407
2399
 
2408
2400
 
2409
-
2410
2401
  var _DeleteMeshCommand = class _DeleteMeshCommand extends import_smithy_client.Command.classBuilder().ep({
2411
2402
  ...commonParams
2412
2403
  }).m(function(Command, cs, config, o) {
@@ -2423,7 +2414,6 @@ var DeleteMeshCommand = _DeleteMeshCommand;
2423
2414
 
2424
2415
 
2425
2416
 
2426
-
2427
2417
  var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2428
2418
  ...commonParams
2429
2419
  }).m(function(Command, cs, config, o) {
@@ -2440,7 +2430,6 @@ var DeleteRouteCommand = _DeleteRouteCommand;
2440
2430
 
2441
2431
 
2442
2432
 
2443
-
2444
2433
  var _DeleteVirtualGatewayCommand = class _DeleteVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
2445
2434
  ...commonParams
2446
2435
  }).m(function(Command, cs, config, o) {
@@ -2457,7 +2446,6 @@ var DeleteVirtualGatewayCommand = _DeleteVirtualGatewayCommand;
2457
2446
 
2458
2447
 
2459
2448
 
2460
-
2461
2449
  var _DeleteVirtualNodeCommand = class _DeleteVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2462
2450
  ...commonParams
2463
2451
  }).m(function(Command, cs, config, o) {
@@ -2474,7 +2462,6 @@ var DeleteVirtualNodeCommand = _DeleteVirtualNodeCommand;
2474
2462
 
2475
2463
 
2476
2464
 
2477
-
2478
2465
  var _DeleteVirtualRouterCommand = class _DeleteVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
2479
2466
  ...commonParams
2480
2467
  }).m(function(Command, cs, config, o) {
@@ -2491,7 +2478,6 @@ var DeleteVirtualRouterCommand = _DeleteVirtualRouterCommand;
2491
2478
 
2492
2479
 
2493
2480
 
2494
-
2495
2481
  var _DeleteVirtualServiceCommand = class _DeleteVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2496
2482
  ...commonParams
2497
2483
  }).m(function(Command, cs, config, o) {
@@ -2508,7 +2494,6 @@ var DeleteVirtualServiceCommand = _DeleteVirtualServiceCommand;
2508
2494
 
2509
2495
 
2510
2496
 
2511
-
2512
2497
  var _DescribeGatewayRouteCommand = class _DescribeGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2513
2498
  ...commonParams
2514
2499
  }).m(function(Command, cs, config, o) {
@@ -2525,7 +2510,6 @@ var DescribeGatewayRouteCommand = _DescribeGatewayRouteCommand;
2525
2510
 
2526
2511
 
2527
2512
 
2528
-
2529
2513
  var _DescribeMeshCommand = class _DescribeMeshCommand extends import_smithy_client.Command.classBuilder().ep({
2530
2514
  ...commonParams
2531
2515
  }).m(function(Command, cs, config, o) {
@@ -2542,7 +2526,6 @@ var DescribeMeshCommand = _DescribeMeshCommand;
2542
2526
 
2543
2527
 
2544
2528
 
2545
-
2546
2529
  var _DescribeRouteCommand = class _DescribeRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2547
2530
  ...commonParams
2548
2531
  }).m(function(Command, cs, config, o) {
@@ -2559,7 +2542,6 @@ var DescribeRouteCommand = _DescribeRouteCommand;
2559
2542
 
2560
2543
 
2561
2544
 
2562
-
2563
2545
  var _DescribeVirtualGatewayCommand = class _DescribeVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
2564
2546
  ...commonParams
2565
2547
  }).m(function(Command, cs, config, o) {
@@ -2576,7 +2558,6 @@ var DescribeVirtualGatewayCommand = _DescribeVirtualGatewayCommand;
2576
2558
 
2577
2559
 
2578
2560
 
2579
-
2580
2561
  var _DescribeVirtualNodeCommand = class _DescribeVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2581
2562
  ...commonParams
2582
2563
  }).m(function(Command, cs, config, o) {
@@ -2593,7 +2574,6 @@ var DescribeVirtualNodeCommand = _DescribeVirtualNodeCommand;
2593
2574
 
2594
2575
 
2595
2576
 
2596
-
2597
2577
  var _DescribeVirtualRouterCommand = class _DescribeVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
2598
2578
  ...commonParams
2599
2579
  }).m(function(Command, cs, config, o) {
@@ -2610,7 +2590,6 @@ var DescribeVirtualRouterCommand = _DescribeVirtualRouterCommand;
2610
2590
 
2611
2591
 
2612
2592
 
2613
-
2614
2593
  var _DescribeVirtualServiceCommand = class _DescribeVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2615
2594
  ...commonParams
2616
2595
  }).m(function(Command, cs, config, o) {
@@ -2627,7 +2606,6 @@ var DescribeVirtualServiceCommand = _DescribeVirtualServiceCommand;
2627
2606
 
2628
2607
 
2629
2608
 
2630
-
2631
2609
  var _ListGatewayRoutesCommand = class _ListGatewayRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
2632
2610
  ...commonParams
2633
2611
  }).m(function(Command, cs, config, o) {
@@ -2644,7 +2622,6 @@ var ListGatewayRoutesCommand = _ListGatewayRoutesCommand;
2644
2622
 
2645
2623
 
2646
2624
 
2647
-
2648
2625
  var _ListMeshesCommand = class _ListMeshesCommand extends import_smithy_client.Command.classBuilder().ep({
2649
2626
  ...commonParams
2650
2627
  }).m(function(Command, cs, config, o) {
@@ -2661,7 +2638,6 @@ var ListMeshesCommand = _ListMeshesCommand;
2661
2638
 
2662
2639
 
2663
2640
 
2664
-
2665
2641
  var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
2666
2642
  ...commonParams
2667
2643
  }).m(function(Command, cs, config, o) {
@@ -2678,7 +2654,6 @@ var ListRoutesCommand = _ListRoutesCommand;
2678
2654
 
2679
2655
 
2680
2656
 
2681
-
2682
2657
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2683
2658
  ...commonParams
2684
2659
  }).m(function(Command, cs, config, o) {
@@ -2695,7 +2670,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2695
2670
 
2696
2671
 
2697
2672
 
2698
-
2699
2673
  var _ListVirtualGatewaysCommand = class _ListVirtualGatewaysCommand extends import_smithy_client.Command.classBuilder().ep({
2700
2674
  ...commonParams
2701
2675
  }).m(function(Command, cs, config, o) {
@@ -2712,7 +2686,6 @@ var ListVirtualGatewaysCommand = _ListVirtualGatewaysCommand;
2712
2686
 
2713
2687
 
2714
2688
 
2715
-
2716
2689
  var _ListVirtualNodesCommand = class _ListVirtualNodesCommand extends import_smithy_client.Command.classBuilder().ep({
2717
2690
  ...commonParams
2718
2691
  }).m(function(Command, cs, config, o) {
@@ -2729,7 +2702,6 @@ var ListVirtualNodesCommand = _ListVirtualNodesCommand;
2729
2702
 
2730
2703
 
2731
2704
 
2732
-
2733
2705
  var _ListVirtualRoutersCommand = class _ListVirtualRoutersCommand extends import_smithy_client.Command.classBuilder().ep({
2734
2706
  ...commonParams
2735
2707
  }).m(function(Command, cs, config, o) {
@@ -2746,7 +2718,6 @@ var ListVirtualRoutersCommand = _ListVirtualRoutersCommand;
2746
2718
 
2747
2719
 
2748
2720
 
2749
-
2750
2721
  var _ListVirtualServicesCommand = class _ListVirtualServicesCommand extends import_smithy_client.Command.classBuilder().ep({
2751
2722
  ...commonParams
2752
2723
  }).m(function(Command, cs, config, o) {
@@ -2763,7 +2734,6 @@ var ListVirtualServicesCommand = _ListVirtualServicesCommand;
2763
2734
 
2764
2735
 
2765
2736
 
2766
-
2767
2737
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2768
2738
  ...commonParams
2769
2739
  }).m(function(Command, cs, config, o) {
@@ -2780,7 +2750,6 @@ var TagResourceCommand = _TagResourceCommand;
2780
2750
 
2781
2751
 
2782
2752
 
2783
-
2784
2753
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2785
2754
  ...commonParams
2786
2755
  }).m(function(Command, cs, config, o) {
@@ -2797,7 +2766,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2797
2766
 
2798
2767
 
2799
2768
 
2800
-
2801
2769
  var _UpdateGatewayRouteCommand = class _UpdateGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2802
2770
  ...commonParams
2803
2771
  }).m(function(Command, cs, config, o) {
@@ -2814,7 +2782,6 @@ var UpdateGatewayRouteCommand = _UpdateGatewayRouteCommand;
2814
2782
 
2815
2783
 
2816
2784
 
2817
-
2818
2785
  var _UpdateMeshCommand = class _UpdateMeshCommand extends import_smithy_client.Command.classBuilder().ep({
2819
2786
  ...commonParams
2820
2787
  }).m(function(Command, cs, config, o) {
@@ -2831,7 +2798,6 @@ var UpdateMeshCommand = _UpdateMeshCommand;
2831
2798
 
2832
2799
 
2833
2800
 
2834
-
2835
2801
  var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
2836
2802
  ...commonParams
2837
2803
  }).m(function(Command, cs, config, o) {
@@ -2848,7 +2814,6 @@ var UpdateRouteCommand = _UpdateRouteCommand;
2848
2814
 
2849
2815
 
2850
2816
 
2851
-
2852
2817
  var _UpdateVirtualGatewayCommand = class _UpdateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
2853
2818
  ...commonParams
2854
2819
  }).m(function(Command, cs, config, o) {
@@ -2865,7 +2830,6 @@ var UpdateVirtualGatewayCommand = _UpdateVirtualGatewayCommand;
2865
2830
 
2866
2831
 
2867
2832
 
2868
-
2869
2833
  var _UpdateVirtualNodeCommand = class _UpdateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2870
2834
  ...commonParams
2871
2835
  }).m(function(Command, cs, config, o) {
@@ -2882,7 +2846,6 @@ var UpdateVirtualNodeCommand = _UpdateVirtualNodeCommand;
2882
2846
 
2883
2847
 
2884
2848
 
2885
-
2886
2849
  var _UpdateVirtualRouterCommand = class _UpdateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
2887
2850
  ...commonParams
2888
2851
  }).m(function(Command, cs, config, o) {
@@ -2899,7 +2862,6 @@ var UpdateVirtualRouterCommand = _UpdateVirtualRouterCommand;
2899
2862
 
2900
2863
 
2901
2864
 
2902
-
2903
2865
  var _UpdateVirtualServiceCommand = class _UpdateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
2904
2866
  ...commonParams
2905
2867
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListMeshesInput, ListMeshesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListRoutesInput, ListRoutesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *