@aws-sdk/client-app-mesh 3.414.0 → 3.418.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 (77) hide show
  1. package/dist-cjs/commands/CreateGatewayRouteCommand.js +5 -0
  2. package/dist-cjs/commands/CreateMeshCommand.js +5 -0
  3. package/dist-cjs/commands/CreateRouteCommand.js +5 -0
  4. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +5 -0
  5. package/dist-cjs/commands/CreateVirtualNodeCommand.js +5 -0
  6. package/dist-cjs/commands/CreateVirtualRouterCommand.js +5 -0
  7. package/dist-cjs/commands/CreateVirtualServiceCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteMeshCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteRouteCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +5 -0
  15. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeMeshCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeRouteCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +5 -0
  22. package/dist-cjs/commands/ListGatewayRoutesCommand.js +5 -0
  23. package/dist-cjs/commands/ListMeshesCommand.js +5 -0
  24. package/dist-cjs/commands/ListRoutesCommand.js +5 -0
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  26. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +5 -0
  27. package/dist-cjs/commands/ListVirtualNodesCommand.js +5 -0
  28. package/dist-cjs/commands/ListVirtualRoutersCommand.js +5 -0
  29. package/dist-cjs/commands/ListVirtualServicesCommand.js +5 -0
  30. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  31. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  32. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +5 -0
  33. package/dist-cjs/commands/UpdateMeshCommand.js +5 -0
  34. package/dist-cjs/commands/UpdateRouteCommand.js +5 -0
  35. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +5 -0
  36. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +5 -0
  37. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +5 -0
  38. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +5 -0
  39. package/dist-es/commands/CreateGatewayRouteCommand.js +5 -0
  40. package/dist-es/commands/CreateMeshCommand.js +5 -0
  41. package/dist-es/commands/CreateRouteCommand.js +5 -0
  42. package/dist-es/commands/CreateVirtualGatewayCommand.js +5 -0
  43. package/dist-es/commands/CreateVirtualNodeCommand.js +5 -0
  44. package/dist-es/commands/CreateVirtualRouterCommand.js +5 -0
  45. package/dist-es/commands/CreateVirtualServiceCommand.js +5 -0
  46. package/dist-es/commands/DeleteGatewayRouteCommand.js +5 -0
  47. package/dist-es/commands/DeleteMeshCommand.js +5 -0
  48. package/dist-es/commands/DeleteRouteCommand.js +5 -0
  49. package/dist-es/commands/DeleteVirtualGatewayCommand.js +5 -0
  50. package/dist-es/commands/DeleteVirtualNodeCommand.js +5 -0
  51. package/dist-es/commands/DeleteVirtualRouterCommand.js +5 -0
  52. package/dist-es/commands/DeleteVirtualServiceCommand.js +5 -0
  53. package/dist-es/commands/DescribeGatewayRouteCommand.js +5 -0
  54. package/dist-es/commands/DescribeMeshCommand.js +5 -0
  55. package/dist-es/commands/DescribeRouteCommand.js +5 -0
  56. package/dist-es/commands/DescribeVirtualGatewayCommand.js +5 -0
  57. package/dist-es/commands/DescribeVirtualNodeCommand.js +5 -0
  58. package/dist-es/commands/DescribeVirtualRouterCommand.js +5 -0
  59. package/dist-es/commands/DescribeVirtualServiceCommand.js +5 -0
  60. package/dist-es/commands/ListGatewayRoutesCommand.js +5 -0
  61. package/dist-es/commands/ListMeshesCommand.js +5 -0
  62. package/dist-es/commands/ListRoutesCommand.js +5 -0
  63. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  64. package/dist-es/commands/ListVirtualGatewaysCommand.js +5 -0
  65. package/dist-es/commands/ListVirtualNodesCommand.js +5 -0
  66. package/dist-es/commands/ListVirtualRoutersCommand.js +5 -0
  67. package/dist-es/commands/ListVirtualServicesCommand.js +5 -0
  68. package/dist-es/commands/TagResourceCommand.js +5 -0
  69. package/dist-es/commands/UntagResourceCommand.js +5 -0
  70. package/dist-es/commands/UpdateGatewayRouteCommand.js +5 -0
  71. package/dist-es/commands/UpdateMeshCommand.js +5 -0
  72. package/dist-es/commands/UpdateRouteCommand.js +5 -0
  73. package/dist-es/commands/UpdateVirtualGatewayCommand.js +5 -0
  74. package/dist-es/commands/UpdateVirtualNodeCommand.js +5 -0
  75. package/dist-es/commands/UpdateVirtualRouterCommand.js +5 -0
  76. package/dist-es/commands/UpdateVirtualServiceCommand.js +5 -0
  77. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateMeshCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateMeshCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateMesh",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateRouteCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateRouteCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateRoute",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateVirtualGatewayCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateVirtualGatewayCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateVirtualGateway",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateVirtualNodeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateVirtualNodeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateVirtualNode",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateVirtualRouterCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateVirtualRouterCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateVirtualRouter",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateVirtualServiceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateVirtualServiceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AppMesh",
38
+ operation: "UpdateVirtualService",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateGatewayRouteCommand, se_CreateGatewayRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateGatewayRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateGatewayRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateGatewayRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateMeshCommand, se_CreateMeshCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateMeshCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateMeshCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateMesh",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateVirtualGatewayCommand, se_CreateVirtualGatewayCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateVirtualGatewayCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVirtualGatewayCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateVirtualGateway",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateVirtualNodeCommand, se_CreateVirtualNodeCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateVirtualNodeCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVirtualNodeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateVirtualNode",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateVirtualRouterCommand, se_CreateVirtualRouterCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateVirtualRouterCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVirtualRouterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateVirtualRouter",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateVirtualServiceCommand, se_CreateVirtualServiceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateVirtualServiceCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateVirtualServiceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "CreateVirtualService",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteGatewayRouteCommand, se_DeleteGatewayRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteGatewayRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteGatewayRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteGatewayRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteMeshCommand, se_DeleteMeshCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteMeshCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteMeshCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteMesh",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVirtualGatewayCommand, se_DeleteVirtualGatewayCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteVirtualGatewayCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVirtualGatewayCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteVirtualGateway",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVirtualNodeCommand, se_DeleteVirtualNodeCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteVirtualNodeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVirtualNodeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteVirtualNode",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVirtualRouterCommand, se_DeleteVirtualRouterCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteVirtualRouterCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVirtualRouterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteVirtualRouter",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVirtualServiceCommand, se_DeleteVirtualServiceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteVirtualServiceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVirtualServiceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DeleteVirtualService",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeGatewayRouteCommand, se_DescribeGatewayRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeGatewayRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeGatewayRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeGatewayRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeMeshCommand, se_DescribeMeshCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeMeshCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeMeshCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeMesh",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeRouteCommand, se_DescribeRouteCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeRouteCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeRouteCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeRoute",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeVirtualGatewayCommand, se_DescribeVirtualGatewayCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeVirtualGatewayCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVirtualGatewayCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeVirtualGateway",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeVirtualNodeCommand, se_DescribeVirtualNodeCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeVirtualNodeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVirtualNodeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeVirtualNode",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeVirtualRouterCommand, se_DescribeVirtualRouterCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeVirtualRouterCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVirtualRouterCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeVirtualRouter",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeVirtualServiceCommand, se_DescribeVirtualServiceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeVirtualServiceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeVirtualServiceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "DescribeVirtualService",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListGatewayRoutesCommand, se_ListGatewayRoutesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListGatewayRoutesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListGatewayRoutesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "ListGatewayRoutes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListMeshesCommand, se_ListMeshesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListMeshesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMeshesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "ListMeshes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRoutesCommand, se_ListRoutesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListRoutesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRoutesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "ListRoutes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListVirtualGatewaysCommand, se_ListVirtualGatewaysCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListVirtualGatewaysCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListVirtualGatewaysCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AppMesh",
35
+ operation: "ListVirtualGateways",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);