@aws-sdk/client-apigatewayv2 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 (90) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ApiGatewayV2Client.js +13 -13
  3. package/dist-cjs/commands/CreateApiCommand.js +3 -3
  4. package/dist-cjs/commands/CreateApiMappingCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAuthorizerCommand.js +3 -3
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateDomainNameCommand.js +3 -3
  8. package/dist-cjs/commands/CreateIntegrationCommand.js +3 -3
  9. package/dist-cjs/commands/CreateIntegrationResponseCommand.js +3 -3
  10. package/dist-cjs/commands/CreateModelCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  12. package/dist-cjs/commands/CreateRouteResponseCommand.js +3 -3
  13. package/dist-cjs/commands/CreateStageCommand.js +3 -3
  14. package/dist-cjs/commands/CreateVpcLinkCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteApiCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteApiMappingCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteAuthorizerCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteDeploymentCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteDomainNameCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteIntegrationCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteModelCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteRouteCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteRouteResponseCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteRouteSettingsCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteStageCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteVpcLinkCommand.js +3 -3
  31. package/dist-cjs/commands/ExportApiCommand.js +3 -3
  32. package/dist-cjs/commands/GetApiCommand.js +3 -3
  33. package/dist-cjs/commands/GetApiMappingCommand.js +3 -3
  34. package/dist-cjs/commands/GetApiMappingsCommand.js +3 -3
  35. package/dist-cjs/commands/GetApisCommand.js +3 -3
  36. package/dist-cjs/commands/GetAuthorizerCommand.js +3 -3
  37. package/dist-cjs/commands/GetAuthorizersCommand.js +3 -3
  38. package/dist-cjs/commands/GetDeploymentCommand.js +3 -3
  39. package/dist-cjs/commands/GetDeploymentsCommand.js +3 -3
  40. package/dist-cjs/commands/GetDomainNameCommand.js +3 -3
  41. package/dist-cjs/commands/GetDomainNamesCommand.js +3 -3
  42. package/dist-cjs/commands/GetIntegrationCommand.js +3 -3
  43. package/dist-cjs/commands/GetIntegrationResponseCommand.js +3 -3
  44. package/dist-cjs/commands/GetIntegrationResponsesCommand.js +3 -3
  45. package/dist-cjs/commands/GetIntegrationsCommand.js +3 -3
  46. package/dist-cjs/commands/GetModelCommand.js +3 -3
  47. package/dist-cjs/commands/GetModelTemplateCommand.js +3 -3
  48. package/dist-cjs/commands/GetModelsCommand.js +3 -3
  49. package/dist-cjs/commands/GetRouteCommand.js +3 -3
  50. package/dist-cjs/commands/GetRouteResponseCommand.js +3 -3
  51. package/dist-cjs/commands/GetRouteResponsesCommand.js +3 -3
  52. package/dist-cjs/commands/GetRoutesCommand.js +3 -3
  53. package/dist-cjs/commands/GetStageCommand.js +3 -3
  54. package/dist-cjs/commands/GetStagesCommand.js +3 -3
  55. package/dist-cjs/commands/GetTagsCommand.js +3 -3
  56. package/dist-cjs/commands/GetVpcLinkCommand.js +3 -3
  57. package/dist-cjs/commands/GetVpcLinksCommand.js +3 -3
  58. package/dist-cjs/commands/ImportApiCommand.js +3 -3
  59. package/dist-cjs/commands/ReimportApiCommand.js +3 -3
  60. package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +3 -3
  61. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  62. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateApiCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateApiMappingCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateAuthorizerCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateDeploymentCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateDomainNameCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateIntegrationCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateModelCommand.js +3 -3
  71. package/dist-cjs/commands/UpdateRouteCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateRouteResponseCommand.js +3 -3
  73. package/dist-cjs/commands/UpdateStageCommand.js +3 -3
  74. package/dist-cjs/commands/UpdateVpcLinkCommand.js +3 -3
  75. package/dist-cjs/endpoints.js +1 -1
  76. package/dist-cjs/protocols/Aws_restJson1.js +665 -665
  77. package/dist-cjs/runtimeConfig.browser.js +4 -4
  78. package/dist-cjs/runtimeConfig.js +9 -9
  79. package/dist-cjs/runtimeConfig.native.js +1 -1
  80. package/dist-es/ApiGatewayV2.js +72 -72
  81. package/dist-es/protocols/Aws_restJson1.js +72 -72
  82. package/dist-types/ApiGatewayV2Client.d.ts +2 -2
  83. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  84. package/dist-types/runtimeConfig.d.ts +1 -1
  85. package/dist-types/runtimeConfig.native.d.ts +3 -3
  86. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  90. package/package.json +34 -34
@@ -11,7 +11,7 @@ class DeleteRouteResponseCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class DeleteRouteResponseCommand 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_restJson1DeleteRouteResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRouteResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteRouteResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRouteResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRouteResponseCommand = DeleteRouteResponseCommand;
@@ -11,7 +11,7 @@ class DeleteRouteSettingsCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class DeleteRouteSettingsCommand 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_restJson1DeleteRouteSettingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRouteSettingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteRouteSettingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRouteSettingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteRouteSettingsCommand = DeleteRouteSettingsCommand;
@@ -11,7 +11,7 @@ class DeleteStageCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class DeleteStageCommand 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_restJson1DeleteStageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteStageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteStageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteStageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteStageCommand = DeleteStageCommand;
@@ -11,7 +11,7 @@ class DeleteVpcLinkCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class DeleteVpcLinkCommand 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_restJson1DeleteVpcLinkCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteVpcLinkCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteVpcLinkCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVpcLinkCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteVpcLinkCommand = DeleteVpcLinkCommand;
@@ -11,7 +11,7 @@ class ExportApiCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class ExportApiCommand 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_restJson1ExportApiCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ExportApiCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ExportApiCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ExportApiCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ExportApiCommand = ExportApiCommand;
@@ -11,7 +11,7 @@ class GetApiCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetApiCommand 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_restJson1GetApiCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetApiCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetApiCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetApiCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetApiCommand = GetApiCommand;
@@ -11,7 +11,7 @@ class GetApiMappingCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetApiMappingCommand 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_restJson1GetApiMappingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetApiMappingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetApiMappingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetApiMappingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetApiMappingCommand = GetApiMappingCommand;
@@ -11,7 +11,7 @@ class GetApiMappingsCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetApiMappingsCommand 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_restJson1GetApiMappingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetApiMappingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetApiMappingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetApiMappingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetApiMappingsCommand = GetApiMappingsCommand;
@@ -11,7 +11,7 @@ class GetApisCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetApisCommand 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_restJson1GetApisCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetApisCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetApisCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetApisCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetApisCommand = GetApisCommand;
@@ -11,7 +11,7 @@ class GetAuthorizerCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetAuthorizerCommand 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_restJson1GetAuthorizerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetAuthorizerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetAuthorizerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetAuthorizerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAuthorizerCommand = GetAuthorizerCommand;
@@ -11,7 +11,7 @@ class GetAuthorizersCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetAuthorizersCommand 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_restJson1GetAuthorizersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetAuthorizersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetAuthorizersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetAuthorizersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetAuthorizersCommand = GetAuthorizersCommand;
@@ -11,7 +11,7 @@ class GetDeploymentCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetDeploymentCommand 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_restJson1GetDeploymentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDeploymentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDeploymentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDeploymentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDeploymentCommand = GetDeploymentCommand;
@@ -11,7 +11,7 @@ class GetDeploymentsCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetDeploymentsCommand 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_restJson1GetDeploymentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDeploymentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDeploymentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDeploymentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDeploymentsCommand = GetDeploymentsCommand;
@@ -11,7 +11,7 @@ class GetDomainNameCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetDomainNameCommand 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_restJson1GetDomainNameCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDomainNameCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDomainNameCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDomainNameCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDomainNameCommand = GetDomainNameCommand;
@@ -11,7 +11,7 @@ class GetDomainNamesCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetDomainNamesCommand 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_restJson1GetDomainNamesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetDomainNamesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetDomainNamesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetDomainNamesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetDomainNamesCommand = GetDomainNamesCommand;
@@ -11,7 +11,7 @@ class GetIntegrationCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetIntegrationCommand 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_restJson1GetIntegrationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIntegrationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIntegrationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIntegrationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIntegrationCommand = GetIntegrationCommand;
@@ -11,7 +11,7 @@ class GetIntegrationResponseCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetIntegrationResponseCommand 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_restJson1GetIntegrationResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIntegrationResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIntegrationResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIntegrationResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIntegrationResponseCommand = GetIntegrationResponseCommand;
@@ -11,7 +11,7 @@ class GetIntegrationResponsesCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetIntegrationResponsesCommand 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_restJson1GetIntegrationResponsesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIntegrationResponsesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIntegrationResponsesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIntegrationResponsesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIntegrationResponsesCommand = GetIntegrationResponsesCommand;
@@ -11,7 +11,7 @@ class GetIntegrationsCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetIntegrationsCommand 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_restJson1GetIntegrationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetIntegrationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetIntegrationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetIntegrationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIntegrationsCommand = GetIntegrationsCommand;
@@ -11,7 +11,7 @@ class GetModelCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetModelCommand 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_restJson1GetModelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetModelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetModelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetModelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetModelCommand = GetModelCommand;
@@ -11,7 +11,7 @@ class GetModelTemplateCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetModelTemplateCommand 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_restJson1GetModelTemplateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetModelTemplateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetModelTemplateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetModelTemplateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetModelTemplateCommand = GetModelTemplateCommand;
@@ -11,7 +11,7 @@ class GetModelsCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetModelsCommand 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_restJson1GetModelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetModelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetModelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetModelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetModelsCommand = GetModelsCommand;
@@ -11,7 +11,7 @@ class GetRouteCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetRouteCommand 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_restJson1GetRouteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRouteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRouteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRouteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRouteCommand = GetRouteCommand;
@@ -11,7 +11,7 @@ class GetRouteResponseCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetRouteResponseCommand 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_restJson1GetRouteResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRouteResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRouteResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRouteResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRouteResponseCommand = GetRouteResponseCommand;
@@ -11,7 +11,7 @@ class GetRouteResponsesCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetRouteResponsesCommand 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_restJson1GetRouteResponsesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRouteResponsesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRouteResponsesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRouteResponsesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRouteResponsesCommand = GetRouteResponsesCommand;
@@ -11,7 +11,7 @@ class GetRoutesCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetRoutesCommand 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_restJson1GetRoutesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetRoutesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetRoutesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetRoutesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRoutesCommand = GetRoutesCommand;
@@ -11,7 +11,7 @@ class GetStageCommand 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 = "ApiGatewayV2Client";
@@ -27,10 +27,10 @@ class GetStageCommand 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_restJson1GetStageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetStageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetStageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetStageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetStageCommand = GetStageCommand;