@aws-sdk/client-api-gateway 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 (150) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/APIGatewayClient.js +14 -14
  3. package/dist-cjs/commands/CreateApiKeyCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAuthorizerCommand.js +3 -3
  5. package/dist-cjs/commands/CreateBasePathMappingCommand.js +3 -3
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +3 -3
  7. package/dist-cjs/commands/CreateDocumentationPartCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDocumentationVersionCommand.js +3 -3
  9. package/dist-cjs/commands/CreateDomainNameCommand.js +3 -3
  10. package/dist-cjs/commands/CreateModelCommand.js +3 -3
  11. package/dist-cjs/commands/CreateRequestValidatorCommand.js +3 -3
  12. package/dist-cjs/commands/CreateResourceCommand.js +3 -3
  13. package/dist-cjs/commands/CreateRestApiCommand.js +3 -3
  14. package/dist-cjs/commands/CreateStageCommand.js +3 -3
  15. package/dist-cjs/commands/CreateUsagePlanCommand.js +3 -3
  16. package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +3 -3
  17. package/dist-cjs/commands/CreateVpcLinkCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteApiKeyCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteAuthorizerCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteBasePathMappingCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteClientCertificateCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteDeploymentCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteDocumentationPartCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteDomainNameCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteGatewayResponseCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteIntegrationCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteMethodCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteMethodResponseCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteModelCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteRequestValidatorCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteResourceCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteRestApiCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteStageCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteUsagePlanCommand.js +3 -3
  37. package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +3 -3
  38. package/dist-cjs/commands/DeleteVpcLinkCommand.js +3 -3
  39. package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +3 -3
  40. package/dist-cjs/commands/FlushStageCacheCommand.js +3 -3
  41. package/dist-cjs/commands/GenerateClientCertificateCommand.js +3 -3
  42. package/dist-cjs/commands/GetAccountCommand.js +3 -3
  43. package/dist-cjs/commands/GetApiKeyCommand.js +3 -3
  44. package/dist-cjs/commands/GetApiKeysCommand.js +3 -3
  45. package/dist-cjs/commands/GetAuthorizerCommand.js +3 -3
  46. package/dist-cjs/commands/GetAuthorizersCommand.js +3 -3
  47. package/dist-cjs/commands/GetBasePathMappingCommand.js +3 -3
  48. package/dist-cjs/commands/GetBasePathMappingsCommand.js +3 -3
  49. package/dist-cjs/commands/GetClientCertificateCommand.js +3 -3
  50. package/dist-cjs/commands/GetClientCertificatesCommand.js +3 -3
  51. package/dist-cjs/commands/GetDeploymentCommand.js +3 -3
  52. package/dist-cjs/commands/GetDeploymentsCommand.js +3 -3
  53. package/dist-cjs/commands/GetDocumentationPartCommand.js +3 -3
  54. package/dist-cjs/commands/GetDocumentationPartsCommand.js +3 -3
  55. package/dist-cjs/commands/GetDocumentationVersionCommand.js +3 -3
  56. package/dist-cjs/commands/GetDocumentationVersionsCommand.js +3 -3
  57. package/dist-cjs/commands/GetDomainNameCommand.js +3 -3
  58. package/dist-cjs/commands/GetDomainNamesCommand.js +3 -3
  59. package/dist-cjs/commands/GetExportCommand.js +3 -3
  60. package/dist-cjs/commands/GetGatewayResponseCommand.js +3 -3
  61. package/dist-cjs/commands/GetGatewayResponsesCommand.js +3 -3
  62. package/dist-cjs/commands/GetIntegrationCommand.js +3 -3
  63. package/dist-cjs/commands/GetIntegrationResponseCommand.js +3 -3
  64. package/dist-cjs/commands/GetMethodCommand.js +3 -3
  65. package/dist-cjs/commands/GetMethodResponseCommand.js +3 -3
  66. package/dist-cjs/commands/GetModelCommand.js +3 -3
  67. package/dist-cjs/commands/GetModelTemplateCommand.js +3 -3
  68. package/dist-cjs/commands/GetModelsCommand.js +3 -3
  69. package/dist-cjs/commands/GetRequestValidatorCommand.js +3 -3
  70. package/dist-cjs/commands/GetRequestValidatorsCommand.js +3 -3
  71. package/dist-cjs/commands/GetResourceCommand.js +3 -3
  72. package/dist-cjs/commands/GetResourcesCommand.js +3 -3
  73. package/dist-cjs/commands/GetRestApiCommand.js +3 -3
  74. package/dist-cjs/commands/GetRestApisCommand.js +3 -3
  75. package/dist-cjs/commands/GetSdkCommand.js +3 -3
  76. package/dist-cjs/commands/GetSdkTypeCommand.js +3 -3
  77. package/dist-cjs/commands/GetSdkTypesCommand.js +3 -3
  78. package/dist-cjs/commands/GetStageCommand.js +3 -3
  79. package/dist-cjs/commands/GetStagesCommand.js +3 -3
  80. package/dist-cjs/commands/GetTagsCommand.js +3 -3
  81. package/dist-cjs/commands/GetUsageCommand.js +3 -3
  82. package/dist-cjs/commands/GetUsagePlanCommand.js +3 -3
  83. package/dist-cjs/commands/GetUsagePlanKeyCommand.js +3 -3
  84. package/dist-cjs/commands/GetUsagePlanKeysCommand.js +3 -3
  85. package/dist-cjs/commands/GetUsagePlansCommand.js +3 -3
  86. package/dist-cjs/commands/GetVpcLinkCommand.js +3 -3
  87. package/dist-cjs/commands/GetVpcLinksCommand.js +3 -3
  88. package/dist-cjs/commands/ImportApiKeysCommand.js +3 -3
  89. package/dist-cjs/commands/ImportDocumentationPartsCommand.js +3 -3
  90. package/dist-cjs/commands/ImportRestApiCommand.js +3 -3
  91. package/dist-cjs/commands/PutGatewayResponseCommand.js +3 -3
  92. package/dist-cjs/commands/PutIntegrationCommand.js +3 -3
  93. package/dist-cjs/commands/PutIntegrationResponseCommand.js +3 -3
  94. package/dist-cjs/commands/PutMethodCommand.js +3 -3
  95. package/dist-cjs/commands/PutMethodResponseCommand.js +3 -3
  96. package/dist-cjs/commands/PutRestApiCommand.js +3 -3
  97. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  98. package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +3 -3
  99. package/dist-cjs/commands/TestInvokeMethodCommand.js +3 -3
  100. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  101. package/dist-cjs/commands/UpdateAccountCommand.js +3 -3
  102. package/dist-cjs/commands/UpdateApiKeyCommand.js +3 -3
  103. package/dist-cjs/commands/UpdateAuthorizerCommand.js +3 -3
  104. package/dist-cjs/commands/UpdateBasePathMappingCommand.js +3 -3
  105. package/dist-cjs/commands/UpdateClientCertificateCommand.js +3 -3
  106. package/dist-cjs/commands/UpdateDeploymentCommand.js +3 -3
  107. package/dist-cjs/commands/UpdateDocumentationPartCommand.js +3 -3
  108. package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +3 -3
  109. package/dist-cjs/commands/UpdateDomainNameCommand.js +3 -3
  110. package/dist-cjs/commands/UpdateGatewayResponseCommand.js +3 -3
  111. package/dist-cjs/commands/UpdateIntegrationCommand.js +3 -3
  112. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +3 -3
  113. package/dist-cjs/commands/UpdateMethodCommand.js +3 -3
  114. package/dist-cjs/commands/UpdateMethodResponseCommand.js +3 -3
  115. package/dist-cjs/commands/UpdateModelCommand.js +3 -3
  116. package/dist-cjs/commands/UpdateRequestValidatorCommand.js +3 -3
  117. package/dist-cjs/commands/UpdateResourceCommand.js +3 -3
  118. package/dist-cjs/commands/UpdateRestApiCommand.js +3 -3
  119. package/dist-cjs/commands/UpdateStageCommand.js +3 -3
  120. package/dist-cjs/commands/UpdateUsageCommand.js +3 -3
  121. package/dist-cjs/commands/UpdateUsagePlanCommand.js +3 -3
  122. package/dist-cjs/commands/UpdateVpcLinkCommand.js +3 -3
  123. package/dist-cjs/endpoints.js +1 -1
  124. package/dist-cjs/protocols/Aws_restJson1.js +987 -987
  125. package/dist-cjs/runtimeConfig.browser.js +4 -4
  126. package/dist-cjs/runtimeConfig.js +9 -9
  127. package/dist-cjs/runtimeConfig.native.js +1 -1
  128. package/dist-es/APIGateway.js +120 -120
  129. package/dist-es/pagination/GetApiKeysPaginator.js +4 -4
  130. package/dist-es/pagination/GetBasePathMappingsPaginator.js +4 -4
  131. package/dist-es/pagination/GetClientCertificatesPaginator.js +4 -4
  132. package/dist-es/pagination/GetDeploymentsPaginator.js +4 -4
  133. package/dist-es/pagination/GetDomainNamesPaginator.js +4 -4
  134. package/dist-es/pagination/GetModelsPaginator.js +4 -4
  135. package/dist-es/pagination/GetResourcesPaginator.js +4 -4
  136. package/dist-es/pagination/GetRestApisPaginator.js +4 -4
  137. package/dist-es/pagination/GetUsagePaginator.js +4 -4
  138. package/dist-es/pagination/GetUsagePlanKeysPaginator.js +4 -4
  139. package/dist-es/pagination/GetUsagePlansPaginator.js +4 -4
  140. package/dist-es/pagination/GetVpcLinksPaginator.js +4 -4
  141. package/dist-es/protocols/Aws_restJson1.js +120 -120
  142. package/dist-types/APIGatewayClient.d.ts +2 -2
  143. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  144. package/dist-types/runtimeConfig.d.ts +1 -1
  145. package/dist-types/runtimeConfig.native.d.ts +3 -3
  146. package/dist-types/ts3.4/APIGatewayClient.d.ts +2 -2
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  150. package/package.json +35 -35
@@ -11,7 +11,7 @@ class GetUsageCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetUsageCommand 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_restJson1GetUsageCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsageCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsageCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsageCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsageCommand = GetUsageCommand;
@@ -11,7 +11,7 @@ class GetUsagePlanCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetUsagePlanCommand 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_restJson1GetUsagePlanCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsagePlanCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsagePlanCommand = GetUsagePlanCommand;
@@ -11,7 +11,7 @@ class GetUsagePlanKeyCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetUsagePlanKeyCommand 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_restJson1GetUsagePlanKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsagePlanKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsagePlanKeyCommand = GetUsagePlanKeyCommand;
@@ -11,7 +11,7 @@ class GetUsagePlanKeysCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetUsagePlanKeysCommand 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_restJson1GetUsagePlanKeysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsagePlanKeysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanKeysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsagePlanKeysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsagePlanKeysCommand = GetUsagePlanKeysCommand;
@@ -11,7 +11,7 @@ class GetUsagePlansCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetUsagePlansCommand 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_restJson1GetUsagePlansCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetUsagePlansCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetUsagePlansCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetUsagePlansCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetUsagePlansCommand = GetUsagePlansCommand;
@@ -11,7 +11,7 @@ class GetVpcLinkCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetVpcLinkCommand 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_restJson1GetVpcLinkCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetVpcLinkCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetVpcLinkCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetVpcLinkCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetVpcLinkCommand = GetVpcLinkCommand;
@@ -11,7 +11,7 @@ class GetVpcLinksCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class GetVpcLinksCommand 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_restJson1GetVpcLinksCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetVpcLinksCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetVpcLinksCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetVpcLinksCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetVpcLinksCommand = GetVpcLinksCommand;
@@ -11,7 +11,7 @@ class ImportApiKeysCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class ImportApiKeysCommand 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_restJson1ImportApiKeysCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ImportApiKeysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ImportApiKeysCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ImportApiKeysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportApiKeysCommand = ImportApiKeysCommand;
@@ -11,7 +11,7 @@ class ImportDocumentationPartsCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class ImportDocumentationPartsCommand 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_restJson1ImportDocumentationPartsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ImportDocumentationPartsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ImportDocumentationPartsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ImportDocumentationPartsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportDocumentationPartsCommand = ImportDocumentationPartsCommand;
@@ -11,7 +11,7 @@ class ImportRestApiCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class ImportRestApiCommand 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_restJson1ImportRestApiCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ImportRestApiCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ImportRestApiCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ImportRestApiCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ImportRestApiCommand = ImportRestApiCommand;
@@ -11,7 +11,7 @@ class PutGatewayResponseCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutGatewayResponseCommand 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_restJson1PutGatewayResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutGatewayResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutGatewayResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutGatewayResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutGatewayResponseCommand = PutGatewayResponseCommand;
@@ -11,7 +11,7 @@ class PutIntegrationCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutIntegrationCommand 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_restJson1PutIntegrationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutIntegrationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutIntegrationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutIntegrationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutIntegrationCommand = PutIntegrationCommand;
@@ -11,7 +11,7 @@ class PutIntegrationResponseCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutIntegrationResponseCommand 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_restJson1PutIntegrationResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutIntegrationResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutIntegrationResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutIntegrationResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutIntegrationResponseCommand = PutIntegrationResponseCommand;
@@ -11,7 +11,7 @@ class PutMethodCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutMethodCommand 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_restJson1PutMethodCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutMethodCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutMethodCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutMethodCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutMethodCommand = PutMethodCommand;
@@ -11,7 +11,7 @@ class PutMethodResponseCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutMethodResponseCommand 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_restJson1PutMethodResponseCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutMethodResponseCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutMethodResponseCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutMethodResponseCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutMethodResponseCommand = PutMethodResponseCommand;
@@ -11,7 +11,7 @@ class PutRestApiCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class PutRestApiCommand 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_restJson1PutRestApiCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutRestApiCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutRestApiCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutRestApiCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutRestApiCommand = PutRestApiCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class TagResourceCommand 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_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class TestInvokeAuthorizerCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class TestInvokeAuthorizerCommand 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_restJson1TestInvokeAuthorizerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TestInvokeAuthorizerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TestInvokeAuthorizerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TestInvokeAuthorizerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TestInvokeAuthorizerCommand = TestInvokeAuthorizerCommand;
@@ -11,7 +11,7 @@ class TestInvokeMethodCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class TestInvokeMethodCommand 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_restJson1TestInvokeMethodCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TestInvokeMethodCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TestInvokeMethodCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TestInvokeMethodCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TestInvokeMethodCommand = TestInvokeMethodCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand 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_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateAccountCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateAccountCommand 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_restJson1UpdateAccountCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAccountCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAccountCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAccountCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAccountCommand = UpdateAccountCommand;
@@ -11,7 +11,7 @@ class UpdateApiKeyCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateApiKeyCommand 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_restJson1UpdateApiKeyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateApiKeyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateApiKeyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateApiKeyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateApiKeyCommand = UpdateApiKeyCommand;
@@ -11,7 +11,7 @@ class UpdateAuthorizerCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateAuthorizerCommand 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_restJson1UpdateAuthorizerCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAuthorizerCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAuthorizerCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAuthorizerCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAuthorizerCommand = UpdateAuthorizerCommand;
@@ -11,7 +11,7 @@ class UpdateBasePathMappingCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateBasePathMappingCommand 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_restJson1UpdateBasePathMappingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBasePathMappingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBasePathMappingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBasePathMappingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBasePathMappingCommand = UpdateBasePathMappingCommand;
@@ -11,7 +11,7 @@ class UpdateClientCertificateCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateClientCertificateCommand 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_restJson1UpdateClientCertificateCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateClientCertificateCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateClientCertificateCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateClientCertificateCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateClientCertificateCommand = UpdateClientCertificateCommand;
@@ -11,7 +11,7 @@ class UpdateDeploymentCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateDeploymentCommand 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_restJson1UpdateDeploymentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDeploymentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateDeploymentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDeploymentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDeploymentCommand = UpdateDeploymentCommand;
@@ -11,7 +11,7 @@ class UpdateDocumentationPartCommand 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 = "APIGatewayClient";
@@ -27,10 +27,10 @@ class UpdateDocumentationPartCommand 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_restJson1UpdateDocumentationPartCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateDocumentationPartCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateDocumentationPartCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDocumentationPartCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateDocumentationPartCommand = UpdateDocumentationPartCommand;