@aws-sdk/client-app-mesh 3.53.0 → 3.55.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 (64) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/AppMeshClient.js +13 -13
  3. package/dist-cjs/commands/CreateGatewayRouteCommand.js +3 -3
  4. package/dist-cjs/commands/CreateMeshCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  6. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateVirtualNodeCommand.js +3 -3
  8. package/dist-cjs/commands/CreateVirtualRouterCommand.js +3 -3
  9. package/dist-cjs/commands/CreateVirtualServiceCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteMeshCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteRouteCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeMeshCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeRouteCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +3 -3
  24. package/dist-cjs/commands/ListGatewayRoutesCommand.js +3 -3
  25. package/dist-cjs/commands/ListMeshesCommand.js +3 -3
  26. package/dist-cjs/commands/ListRoutesCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +3 -3
  29. package/dist-cjs/commands/ListVirtualNodesCommand.js +3 -3
  30. package/dist-cjs/commands/ListVirtualRoutersCommand.js +3 -3
  31. package/dist-cjs/commands/ListVirtualServicesCommand.js +3 -3
  32. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  33. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  34. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateMeshCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateRouteCommand.js +3 -3
  37. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +3 -3
  38. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +3 -3
  41. package/dist-cjs/endpoints.js +1 -1
  42. package/dist-cjs/protocols/Aws_restJson1.js +410 -410
  43. package/dist-cjs/runtimeConfig.browser.js +4 -4
  44. package/dist-cjs/runtimeConfig.js +9 -9
  45. package/dist-cjs/runtimeConfig.native.js +1 -1
  46. package/dist-es/AppMesh.js +38 -38
  47. package/dist-es/pagination/ListGatewayRoutesPaginator.js +4 -4
  48. package/dist-es/pagination/ListMeshesPaginator.js +4 -4
  49. package/dist-es/pagination/ListRoutesPaginator.js +4 -4
  50. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  51. package/dist-es/pagination/ListVirtualGatewaysPaginator.js +4 -4
  52. package/dist-es/pagination/ListVirtualNodesPaginator.js +4 -4
  53. package/dist-es/pagination/ListVirtualRoutersPaginator.js +4 -4
  54. package/dist-es/pagination/ListVirtualServicesPaginator.js +4 -4
  55. package/dist-es/protocols/Aws_restJson1.js +38 -38
  56. package/dist-types/AppMeshClient.d.ts +2 -2
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  58. package/dist-types/runtimeConfig.d.ts +1 -1
  59. package/dist-types/runtimeConfig.native.d.ts +3 -3
  60. package/dist-types/ts3.4/AppMeshClient.d.ts +2 -2
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  64. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-app-mesh
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-app-mesh
17
+
18
+
19
+
20
+
21
+
22
+ # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-app-mesh
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
31
 
8
32
 
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class AppMeshClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class CreateGatewayRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateGatewayRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateGatewayRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateGatewayRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateGatewayRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateGatewayRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateGatewayRouteCommand = CreateGatewayRouteCommand;
@@ -11,7 +11,7 @@ class CreateMeshCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateMeshCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateMeshCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateMeshCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateMeshCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMeshCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateMeshCommand = CreateMeshCommand;
@@ -11,7 +11,7 @@ class CreateRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateRouteCommand = CreateRouteCommand;
@@ -11,7 +11,7 @@ class CreateVirtualGatewayCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateVirtualGatewayCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateVirtualGatewayCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateVirtualGatewayCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateVirtualGatewayCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVirtualGatewayCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVirtualGatewayCommand = CreateVirtualGatewayCommand;
@@ -11,7 +11,7 @@ class CreateVirtualNodeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateVirtualNodeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateVirtualNodeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateVirtualNodeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateVirtualNodeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVirtualNodeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVirtualNodeCommand = CreateVirtualNodeCommand;
@@ -11,7 +11,7 @@ class CreateVirtualRouterCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateVirtualRouterCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateVirtualRouterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateVirtualRouterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateVirtualRouterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVirtualRouterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVirtualRouterCommand = CreateVirtualRouterCommand;
@@ -11,7 +11,7 @@ class CreateVirtualServiceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class CreateVirtualServiceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateVirtualServiceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateVirtualServiceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateVirtualServiceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVirtualServiceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateVirtualServiceCommand = CreateVirtualServiceCommand;
@@ -11,7 +11,7 @@ class DeleteGatewayRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteGatewayRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteGatewayRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteGatewayRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteGatewayRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteGatewayRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteGatewayRouteCommand = DeleteGatewayRouteCommand;
@@ -11,7 +11,7 @@ class DeleteMeshCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteMeshCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteMeshCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMeshCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteMeshCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMeshCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteMeshCommand = DeleteMeshCommand;
@@ -11,7 +11,7 @@ class DeleteRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRouteCommand = DeleteRouteCommand;
@@ -11,7 +11,7 @@ class DeleteVirtualGatewayCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteVirtualGatewayCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteVirtualGatewayCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteVirtualGatewayCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualGatewayCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualGatewayCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVirtualGatewayCommand = DeleteVirtualGatewayCommand;
@@ -11,7 +11,7 @@ class DeleteVirtualNodeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteVirtualNodeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteVirtualNodeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteVirtualNodeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualNodeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualNodeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVirtualNodeCommand = DeleteVirtualNodeCommand;
@@ -11,7 +11,7 @@ class DeleteVirtualRouterCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteVirtualRouterCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteVirtualRouterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteVirtualRouterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualRouterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualRouterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVirtualRouterCommand = DeleteVirtualRouterCommand;
@@ -11,7 +11,7 @@ class DeleteVirtualServiceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DeleteVirtualServiceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteVirtualServiceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteVirtualServiceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualServiceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVirtualServiceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVirtualServiceCommand = DeleteVirtualServiceCommand;
@@ -11,7 +11,7 @@ class DescribeGatewayRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeGatewayRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeGatewayRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeGatewayRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeGatewayRouteCommand = DescribeGatewayRouteCommand;
@@ -11,7 +11,7 @@ class DescribeMeshCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeMeshCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeMeshCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeMeshCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeMeshCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeMeshCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeMeshCommand = DescribeMeshCommand;
@@ -11,7 +11,7 @@ class DescribeRouteCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeRouteCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeRouteCommand = DescribeRouteCommand;
@@ -11,7 +11,7 @@ class DescribeVirtualGatewayCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeVirtualGatewayCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeVirtualGatewayCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeVirtualGatewayCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualGatewayCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualGatewayCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeVirtualGatewayCommand = DescribeVirtualGatewayCommand;
@@ -11,7 +11,7 @@ class DescribeVirtualNodeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeVirtualNodeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeVirtualNodeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeVirtualNodeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualNodeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualNodeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeVirtualNodeCommand = DescribeVirtualNodeCommand;
@@ -11,7 +11,7 @@ class DescribeVirtualRouterCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeVirtualRouterCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeVirtualRouterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeVirtualRouterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualRouterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualRouterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeVirtualRouterCommand = DescribeVirtualRouterCommand;
@@ -11,7 +11,7 @@ class DescribeVirtualServiceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class DescribeVirtualServiceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeVirtualServiceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeVirtualServiceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualServiceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVirtualServiceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeVirtualServiceCommand = DescribeVirtualServiceCommand;
@@ -11,7 +11,7 @@ class ListGatewayRoutesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class ListGatewayRoutesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListGatewayRoutesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListGatewayRoutesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListGatewayRoutesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListGatewayRoutesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListGatewayRoutesCommand = ListGatewayRoutesCommand;
@@ -11,7 +11,7 @@ class ListMeshesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class ListMeshesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListMeshesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMeshesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListMeshesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMeshesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListMeshesCommand = ListMeshesCommand;
@@ -11,7 +11,7 @@ class ListRoutesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "AppMeshClient";
@@ -27,10 +27,10 @@ class ListRoutesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListRoutesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRoutesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRoutesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRoutesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRoutesCommand = ListRoutesCommand;