@aws-sdk/client-app-mesh 3.649.0 → 3.651.1
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/dist-cjs/index.js +38 -114
- package/dist-es/commands/CreateGatewayRouteCommand.js +1 -3
- package/dist-es/commands/CreateMeshCommand.js +1 -3
- package/dist-es/commands/CreateRouteCommand.js +1 -3
- package/dist-es/commands/CreateVirtualGatewayCommand.js +1 -3
- package/dist-es/commands/CreateVirtualNodeCommand.js +1 -3
- package/dist-es/commands/CreateVirtualRouterCommand.js +1 -3
- package/dist-es/commands/CreateVirtualServiceCommand.js +1 -3
- package/dist-es/commands/DeleteGatewayRouteCommand.js +1 -3
- package/dist-es/commands/DeleteMeshCommand.js +1 -3
- package/dist-es/commands/DeleteRouteCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualNodeCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualRouterCommand.js +1 -3
- package/dist-es/commands/DeleteVirtualServiceCommand.js +1 -3
- package/dist-es/commands/DescribeGatewayRouteCommand.js +1 -3
- package/dist-es/commands/DescribeMeshCommand.js +1 -3
- package/dist-es/commands/DescribeRouteCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualNodeCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualRouterCommand.js +1 -3
- package/dist-es/commands/DescribeVirtualServiceCommand.js +1 -3
- package/dist-es/commands/ListGatewayRoutesCommand.js +1 -3
- package/dist-es/commands/ListMeshesCommand.js +1 -3
- package/dist-es/commands/ListRoutesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVirtualGatewaysCommand.js +1 -3
- package/dist-es/commands/ListVirtualNodesCommand.js +1 -3
- package/dist-es/commands/ListVirtualRoutersCommand.js +1 -3
- package/dist-es/commands/ListVirtualServicesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateGatewayRouteCommand.js +1 -3
- package/dist-es/commands/UpdateMeshCommand.js +1 -3
- package/dist-es/commands/UpdateRouteCommand.js +1 -3
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +1 -3
- package/dist-es/commands/UpdateVirtualNodeCommand.js +1 -3
- package/dist-es/commands/UpdateVirtualRouterCommand.js +1 -3
- package/dist-es/commands/UpdateVirtualServiceCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2264,9 +2264,7 @@ var _nT = "nextToken";
|
|
|
2264
2264
|
var _rA = "resourceArn";
|
|
2265
2265
|
|
|
2266
2266
|
// src/commands/CreateGatewayRouteCommand.ts
|
|
2267
|
-
var _CreateGatewayRouteCommand = class _CreateGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2268
|
-
...commonParams
|
|
2269
|
-
}).m(function(Command, cs, config, o) {
|
|
2267
|
+
var _CreateGatewayRouteCommand = class _CreateGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2270
2268
|
return [
|
|
2271
2269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2272
2270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2280,9 +2278,7 @@ var CreateGatewayRouteCommand = _CreateGatewayRouteCommand;
|
|
|
2280
2278
|
|
|
2281
2279
|
|
|
2282
2280
|
|
|
2283
|
-
var _CreateMeshCommand = class _CreateMeshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2284
|
-
...commonParams
|
|
2285
|
-
}).m(function(Command, cs, config, o) {
|
|
2281
|
+
var _CreateMeshCommand = class _CreateMeshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2286
2282
|
return [
|
|
2287
2283
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2288
2284
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2296,9 +2292,7 @@ var CreateMeshCommand = _CreateMeshCommand;
|
|
|
2296
2292
|
|
|
2297
2293
|
|
|
2298
2294
|
|
|
2299
|
-
var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2300
|
-
...commonParams
|
|
2301
|
-
}).m(function(Command, cs, config, o) {
|
|
2295
|
+
var _CreateRouteCommand = class _CreateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2302
2296
|
return [
|
|
2303
2297
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2304
2298
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2312,9 +2306,7 @@ var CreateRouteCommand = _CreateRouteCommand;
|
|
|
2312
2306
|
|
|
2313
2307
|
|
|
2314
2308
|
|
|
2315
|
-
var _CreateVirtualGatewayCommand = class _CreateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2316
|
-
...commonParams
|
|
2317
|
-
}).m(function(Command, cs, config, o) {
|
|
2309
|
+
var _CreateVirtualGatewayCommand = class _CreateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2318
2310
|
return [
|
|
2319
2311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2320
2312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2328,9 +2320,7 @@ var CreateVirtualGatewayCommand = _CreateVirtualGatewayCommand;
|
|
|
2328
2320
|
|
|
2329
2321
|
|
|
2330
2322
|
|
|
2331
|
-
var _CreateVirtualNodeCommand = class _CreateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2332
|
-
...commonParams
|
|
2333
|
-
}).m(function(Command, cs, config, o) {
|
|
2323
|
+
var _CreateVirtualNodeCommand = class _CreateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2334
2324
|
return [
|
|
2335
2325
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2336
2326
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2344,9 +2334,7 @@ var CreateVirtualNodeCommand = _CreateVirtualNodeCommand;
|
|
|
2344
2334
|
|
|
2345
2335
|
|
|
2346
2336
|
|
|
2347
|
-
var _CreateVirtualRouterCommand = class _CreateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2348
|
-
...commonParams
|
|
2349
|
-
}).m(function(Command, cs, config, o) {
|
|
2337
|
+
var _CreateVirtualRouterCommand = class _CreateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2350
2338
|
return [
|
|
2351
2339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2352
2340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2360,9 +2348,7 @@ var CreateVirtualRouterCommand = _CreateVirtualRouterCommand;
|
|
|
2360
2348
|
|
|
2361
2349
|
|
|
2362
2350
|
|
|
2363
|
-
var _CreateVirtualServiceCommand = class _CreateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2364
|
-
...commonParams
|
|
2365
|
-
}).m(function(Command, cs, config, o) {
|
|
2351
|
+
var _CreateVirtualServiceCommand = class _CreateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2366
2352
|
return [
|
|
2367
2353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2368
2354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2376,9 +2362,7 @@ var CreateVirtualServiceCommand = _CreateVirtualServiceCommand;
|
|
|
2376
2362
|
|
|
2377
2363
|
|
|
2378
2364
|
|
|
2379
|
-
var _DeleteGatewayRouteCommand = class _DeleteGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2380
|
-
...commonParams
|
|
2381
|
-
}).m(function(Command, cs, config, o) {
|
|
2365
|
+
var _DeleteGatewayRouteCommand = class _DeleteGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2382
2366
|
return [
|
|
2383
2367
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2384
2368
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2392,9 +2376,7 @@ var DeleteGatewayRouteCommand = _DeleteGatewayRouteCommand;
|
|
|
2392
2376
|
|
|
2393
2377
|
|
|
2394
2378
|
|
|
2395
|
-
var _DeleteMeshCommand = class _DeleteMeshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2396
|
-
...commonParams
|
|
2397
|
-
}).m(function(Command, cs, config, o) {
|
|
2379
|
+
var _DeleteMeshCommand = class _DeleteMeshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2398
2380
|
return [
|
|
2399
2381
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2400
2382
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2408,9 +2390,7 @@ var DeleteMeshCommand = _DeleteMeshCommand;
|
|
|
2408
2390
|
|
|
2409
2391
|
|
|
2410
2392
|
|
|
2411
|
-
var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2412
|
-
...commonParams
|
|
2413
|
-
}).m(function(Command, cs, config, o) {
|
|
2393
|
+
var _DeleteRouteCommand = class _DeleteRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2414
2394
|
return [
|
|
2415
2395
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2416
2396
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2424,9 +2404,7 @@ var DeleteRouteCommand = _DeleteRouteCommand;
|
|
|
2424
2404
|
|
|
2425
2405
|
|
|
2426
2406
|
|
|
2427
|
-
var _DeleteVirtualGatewayCommand = class _DeleteVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2428
|
-
...commonParams
|
|
2429
|
-
}).m(function(Command, cs, config, o) {
|
|
2407
|
+
var _DeleteVirtualGatewayCommand = class _DeleteVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2430
2408
|
return [
|
|
2431
2409
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2432
2410
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2440,9 +2418,7 @@ var DeleteVirtualGatewayCommand = _DeleteVirtualGatewayCommand;
|
|
|
2440
2418
|
|
|
2441
2419
|
|
|
2442
2420
|
|
|
2443
|
-
var _DeleteVirtualNodeCommand = class _DeleteVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2444
|
-
...commonParams
|
|
2445
|
-
}).m(function(Command, cs, config, o) {
|
|
2421
|
+
var _DeleteVirtualNodeCommand = class _DeleteVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2446
2422
|
return [
|
|
2447
2423
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2448
2424
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2456,9 +2432,7 @@ var DeleteVirtualNodeCommand = _DeleteVirtualNodeCommand;
|
|
|
2456
2432
|
|
|
2457
2433
|
|
|
2458
2434
|
|
|
2459
|
-
var _DeleteVirtualRouterCommand = class _DeleteVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2460
|
-
...commonParams
|
|
2461
|
-
}).m(function(Command, cs, config, o) {
|
|
2435
|
+
var _DeleteVirtualRouterCommand = class _DeleteVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2462
2436
|
return [
|
|
2463
2437
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2464
2438
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2472,9 +2446,7 @@ var DeleteVirtualRouterCommand = _DeleteVirtualRouterCommand;
|
|
|
2472
2446
|
|
|
2473
2447
|
|
|
2474
2448
|
|
|
2475
|
-
var _DeleteVirtualServiceCommand = class _DeleteVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2476
|
-
...commonParams
|
|
2477
|
-
}).m(function(Command, cs, config, o) {
|
|
2449
|
+
var _DeleteVirtualServiceCommand = class _DeleteVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2478
2450
|
return [
|
|
2479
2451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2480
2452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2488,9 +2460,7 @@ var DeleteVirtualServiceCommand = _DeleteVirtualServiceCommand;
|
|
|
2488
2460
|
|
|
2489
2461
|
|
|
2490
2462
|
|
|
2491
|
-
var _DescribeGatewayRouteCommand = class _DescribeGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2492
|
-
...commonParams
|
|
2493
|
-
}).m(function(Command, cs, config, o) {
|
|
2463
|
+
var _DescribeGatewayRouteCommand = class _DescribeGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2494
2464
|
return [
|
|
2495
2465
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2496
2466
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2504,9 +2474,7 @@ var DescribeGatewayRouteCommand = _DescribeGatewayRouteCommand;
|
|
|
2504
2474
|
|
|
2505
2475
|
|
|
2506
2476
|
|
|
2507
|
-
var _DescribeMeshCommand = class _DescribeMeshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2508
|
-
...commonParams
|
|
2509
|
-
}).m(function(Command, cs, config, o) {
|
|
2477
|
+
var _DescribeMeshCommand = class _DescribeMeshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2510
2478
|
return [
|
|
2511
2479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2512
2480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2520,9 +2488,7 @@ var DescribeMeshCommand = _DescribeMeshCommand;
|
|
|
2520
2488
|
|
|
2521
2489
|
|
|
2522
2490
|
|
|
2523
|
-
var _DescribeRouteCommand = class _DescribeRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2524
|
-
...commonParams
|
|
2525
|
-
}).m(function(Command, cs, config, o) {
|
|
2491
|
+
var _DescribeRouteCommand = class _DescribeRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2526
2492
|
return [
|
|
2527
2493
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2528
2494
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2536,9 +2502,7 @@ var DescribeRouteCommand = _DescribeRouteCommand;
|
|
|
2536
2502
|
|
|
2537
2503
|
|
|
2538
2504
|
|
|
2539
|
-
var _DescribeVirtualGatewayCommand = class _DescribeVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2540
|
-
...commonParams
|
|
2541
|
-
}).m(function(Command, cs, config, o) {
|
|
2505
|
+
var _DescribeVirtualGatewayCommand = class _DescribeVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2542
2506
|
return [
|
|
2543
2507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2544
2508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2552,9 +2516,7 @@ var DescribeVirtualGatewayCommand = _DescribeVirtualGatewayCommand;
|
|
|
2552
2516
|
|
|
2553
2517
|
|
|
2554
2518
|
|
|
2555
|
-
var _DescribeVirtualNodeCommand = class _DescribeVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2556
|
-
...commonParams
|
|
2557
|
-
}).m(function(Command, cs, config, o) {
|
|
2519
|
+
var _DescribeVirtualNodeCommand = class _DescribeVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2558
2520
|
return [
|
|
2559
2521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2560
2522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2568,9 +2530,7 @@ var DescribeVirtualNodeCommand = _DescribeVirtualNodeCommand;
|
|
|
2568
2530
|
|
|
2569
2531
|
|
|
2570
2532
|
|
|
2571
|
-
var _DescribeVirtualRouterCommand = class _DescribeVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2572
|
-
...commonParams
|
|
2573
|
-
}).m(function(Command, cs, config, o) {
|
|
2533
|
+
var _DescribeVirtualRouterCommand = class _DescribeVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2574
2534
|
return [
|
|
2575
2535
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2576
2536
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2584,9 +2544,7 @@ var DescribeVirtualRouterCommand = _DescribeVirtualRouterCommand;
|
|
|
2584
2544
|
|
|
2585
2545
|
|
|
2586
2546
|
|
|
2587
|
-
var _DescribeVirtualServiceCommand = class _DescribeVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2588
|
-
...commonParams
|
|
2589
|
-
}).m(function(Command, cs, config, o) {
|
|
2547
|
+
var _DescribeVirtualServiceCommand = class _DescribeVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2590
2548
|
return [
|
|
2591
2549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2592
2550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2600,9 +2558,7 @@ var DescribeVirtualServiceCommand = _DescribeVirtualServiceCommand;
|
|
|
2600
2558
|
|
|
2601
2559
|
|
|
2602
2560
|
|
|
2603
|
-
var _ListGatewayRoutesCommand = class _ListGatewayRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2604
|
-
...commonParams
|
|
2605
|
-
}).m(function(Command, cs, config, o) {
|
|
2561
|
+
var _ListGatewayRoutesCommand = class _ListGatewayRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2606
2562
|
return [
|
|
2607
2563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2608
2564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2616,9 +2572,7 @@ var ListGatewayRoutesCommand = _ListGatewayRoutesCommand;
|
|
|
2616
2572
|
|
|
2617
2573
|
|
|
2618
2574
|
|
|
2619
|
-
var _ListMeshesCommand = class _ListMeshesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2620
|
-
...commonParams
|
|
2621
|
-
}).m(function(Command, cs, config, o) {
|
|
2575
|
+
var _ListMeshesCommand = class _ListMeshesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2622
2576
|
return [
|
|
2623
2577
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2624
2578
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2632,9 +2586,7 @@ var ListMeshesCommand = _ListMeshesCommand;
|
|
|
2632
2586
|
|
|
2633
2587
|
|
|
2634
2588
|
|
|
2635
|
-
var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2636
|
-
...commonParams
|
|
2637
|
-
}).m(function(Command, cs, config, o) {
|
|
2589
|
+
var _ListRoutesCommand = class _ListRoutesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2638
2590
|
return [
|
|
2639
2591
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2640
2592
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2648,9 +2600,7 @@ var ListRoutesCommand = _ListRoutesCommand;
|
|
|
2648
2600
|
|
|
2649
2601
|
|
|
2650
2602
|
|
|
2651
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2652
|
-
...commonParams
|
|
2653
|
-
}).m(function(Command, cs, config, o) {
|
|
2603
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2654
2604
|
return [
|
|
2655
2605
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2656
2606
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2664,9 +2614,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2664
2614
|
|
|
2665
2615
|
|
|
2666
2616
|
|
|
2667
|
-
var _ListVirtualGatewaysCommand = class _ListVirtualGatewaysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2668
|
-
...commonParams
|
|
2669
|
-
}).m(function(Command, cs, config, o) {
|
|
2617
|
+
var _ListVirtualGatewaysCommand = class _ListVirtualGatewaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2670
2618
|
return [
|
|
2671
2619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2672
2620
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2680,9 +2628,7 @@ var ListVirtualGatewaysCommand = _ListVirtualGatewaysCommand;
|
|
|
2680
2628
|
|
|
2681
2629
|
|
|
2682
2630
|
|
|
2683
|
-
var _ListVirtualNodesCommand = class _ListVirtualNodesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2684
|
-
...commonParams
|
|
2685
|
-
}).m(function(Command, cs, config, o) {
|
|
2631
|
+
var _ListVirtualNodesCommand = class _ListVirtualNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2686
2632
|
return [
|
|
2687
2633
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2688
2634
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2696,9 +2642,7 @@ var ListVirtualNodesCommand = _ListVirtualNodesCommand;
|
|
|
2696
2642
|
|
|
2697
2643
|
|
|
2698
2644
|
|
|
2699
|
-
var _ListVirtualRoutersCommand = class _ListVirtualRoutersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2700
|
-
...commonParams
|
|
2701
|
-
}).m(function(Command, cs, config, o) {
|
|
2645
|
+
var _ListVirtualRoutersCommand = class _ListVirtualRoutersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2702
2646
|
return [
|
|
2703
2647
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2704
2648
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2712,9 +2656,7 @@ var ListVirtualRoutersCommand = _ListVirtualRoutersCommand;
|
|
|
2712
2656
|
|
|
2713
2657
|
|
|
2714
2658
|
|
|
2715
|
-
var _ListVirtualServicesCommand = class _ListVirtualServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2716
|
-
...commonParams
|
|
2717
|
-
}).m(function(Command, cs, config, o) {
|
|
2659
|
+
var _ListVirtualServicesCommand = class _ListVirtualServicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2718
2660
|
return [
|
|
2719
2661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2720
2662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2728,9 +2670,7 @@ var ListVirtualServicesCommand = _ListVirtualServicesCommand;
|
|
|
2728
2670
|
|
|
2729
2671
|
|
|
2730
2672
|
|
|
2731
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2732
|
-
...commonParams
|
|
2733
|
-
}).m(function(Command, cs, config, o) {
|
|
2673
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2734
2674
|
return [
|
|
2735
2675
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2736
2676
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2744,9 +2684,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2744
2684
|
|
|
2745
2685
|
|
|
2746
2686
|
|
|
2747
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2748
|
-
...commonParams
|
|
2749
|
-
}).m(function(Command, cs, config, o) {
|
|
2687
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2750
2688
|
return [
|
|
2751
2689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2752
2690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2760,9 +2698,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2760
2698
|
|
|
2761
2699
|
|
|
2762
2700
|
|
|
2763
|
-
var _UpdateGatewayRouteCommand = class _UpdateGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2764
|
-
...commonParams
|
|
2765
|
-
}).m(function(Command, cs, config, o) {
|
|
2701
|
+
var _UpdateGatewayRouteCommand = class _UpdateGatewayRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2766
2702
|
return [
|
|
2767
2703
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2768
2704
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2776,9 +2712,7 @@ var UpdateGatewayRouteCommand = _UpdateGatewayRouteCommand;
|
|
|
2776
2712
|
|
|
2777
2713
|
|
|
2778
2714
|
|
|
2779
|
-
var _UpdateMeshCommand = class _UpdateMeshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2780
|
-
...commonParams
|
|
2781
|
-
}).m(function(Command, cs, config, o) {
|
|
2715
|
+
var _UpdateMeshCommand = class _UpdateMeshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2782
2716
|
return [
|
|
2783
2717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2784
2718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2792,9 +2726,7 @@ var UpdateMeshCommand = _UpdateMeshCommand;
|
|
|
2792
2726
|
|
|
2793
2727
|
|
|
2794
2728
|
|
|
2795
|
-
var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2796
|
-
...commonParams
|
|
2797
|
-
}).m(function(Command, cs, config, o) {
|
|
2729
|
+
var _UpdateRouteCommand = class _UpdateRouteCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2798
2730
|
return [
|
|
2799
2731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2800
2732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2808,9 +2740,7 @@ var UpdateRouteCommand = _UpdateRouteCommand;
|
|
|
2808
2740
|
|
|
2809
2741
|
|
|
2810
2742
|
|
|
2811
|
-
var _UpdateVirtualGatewayCommand = class _UpdateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2812
|
-
...commonParams
|
|
2813
|
-
}).m(function(Command, cs, config, o) {
|
|
2743
|
+
var _UpdateVirtualGatewayCommand = class _UpdateVirtualGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2814
2744
|
return [
|
|
2815
2745
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2816
2746
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2824,9 +2754,7 @@ var UpdateVirtualGatewayCommand = _UpdateVirtualGatewayCommand;
|
|
|
2824
2754
|
|
|
2825
2755
|
|
|
2826
2756
|
|
|
2827
|
-
var _UpdateVirtualNodeCommand = class _UpdateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2828
|
-
...commonParams
|
|
2829
|
-
}).m(function(Command, cs, config, o) {
|
|
2757
|
+
var _UpdateVirtualNodeCommand = class _UpdateVirtualNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2830
2758
|
return [
|
|
2831
2759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2832
2760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2840,9 +2768,7 @@ var UpdateVirtualNodeCommand = _UpdateVirtualNodeCommand;
|
|
|
2840
2768
|
|
|
2841
2769
|
|
|
2842
2770
|
|
|
2843
|
-
var _UpdateVirtualRouterCommand = class _UpdateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2844
|
-
...commonParams
|
|
2845
|
-
}).m(function(Command, cs, config, o) {
|
|
2771
|
+
var _UpdateVirtualRouterCommand = class _UpdateVirtualRouterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2846
2772
|
return [
|
|
2847
2773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2848
2774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2856,9 +2782,7 @@ var UpdateVirtualRouterCommand = _UpdateVirtualRouterCommand;
|
|
|
2856
2782
|
|
|
2857
2783
|
|
|
2858
2784
|
|
|
2859
|
-
var _UpdateVirtualServiceCommand = class _UpdateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2860
|
-
...commonParams
|
|
2861
|
-
}).m(function(Command, cs, config, o) {
|
|
2785
|
+
var _UpdateVirtualServiceCommand = class _UpdateVirtualServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2862
2786
|
return [
|
|
2863
2787
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2864
2788
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateGatewayRouteCommand, se_CreateGatewayRouteCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGatewayRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateMeshCommand, se_CreateMeshCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateMeshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVirtualGatewayCommand, se_CreateVirtualGatewayCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVirtualGatewayCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVirtualNodeCommand, se_CreateVirtualNodeCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVirtualNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVirtualRouterCommand, se_CreateVirtualRouterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVirtualRouterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateVirtualServiceCommand, se_CreateVirtualServiceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVirtualServiceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGatewayRouteCommand, se_DeleteGatewayRouteCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGatewayRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMeshCommand, se_DeleteMeshCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMeshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVirtualGatewayCommand, se_DeleteVirtualGatewayCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVirtualGatewayCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVirtualNodeCommand, se_DeleteVirtualNodeCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVirtualNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVirtualRouterCommand, se_DeleteVirtualRouterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVirtualRouterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteVirtualServiceCommand, se_DeleteVirtualServiceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVirtualServiceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeGatewayRouteCommand, se_DescribeGatewayRouteCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeGatewayRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeMeshCommand, se_DescribeMeshCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeMeshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeRouteCommand, se_DescribeRouteCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVirtualGatewayCommand, se_DescribeVirtualGatewayCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVirtualGatewayCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVirtualNodeCommand, se_DescribeVirtualNodeCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVirtualNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVirtualRouterCommand, se_DescribeVirtualRouterCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVirtualRouterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeVirtualServiceCommand, se_DescribeVirtualServiceCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVirtualServiceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListGatewayRoutesCommand, se_ListGatewayRoutesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGatewayRoutesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMeshesCommand, se_ListMeshesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMeshesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRoutesCommand, se_ListRoutesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRoutesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVirtualGatewaysCommand, se_ListVirtualGatewaysCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualGatewaysCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVirtualNodesCommand, se_ListVirtualNodesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualNodesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVirtualRoutersCommand, se_ListVirtualRoutersCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualRoutersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListVirtualServicesCommand, se_ListVirtualServicesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVirtualServicesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateGatewayRouteCommand, se_UpdateGatewayRouteCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateGatewayRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateMeshCommand, se_UpdateMeshCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMeshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRouteCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVirtualGatewayCommand, se_UpdateVirtualGatewayCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVirtualGatewayCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVirtualNodeCommand, se_UpdateVirtualNodeCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVirtualNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVirtualRouterCommand, se_UpdateVirtualRouterCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVirtualRouterCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateVirtualServiceCommand, se_UpdateVirtualServiceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVirtualServiceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-app-mesh",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|