@aws-sdk/client-apigatewayv2 3.128.0 → 3.137.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 (152) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateApiCommand.js +2 -2
  3. package/dist-cjs/commands/CreateApiMappingCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
  7. package/dist-cjs/commands/CreateIntegrationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateIntegrationResponseCommand.js +2 -2
  9. package/dist-cjs/commands/CreateModelCommand.js +2 -2
  10. package/dist-cjs/commands/CreateRouteCommand.js +2 -2
  11. package/dist-cjs/commands/CreateRouteResponseCommand.js +2 -2
  12. package/dist-cjs/commands/CreateStageCommand.js +2 -2
  13. package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteApiCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteApiMappingCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteModelCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteRouteCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteRouteResponseCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteRouteSettingsCommand.js +1 -1
  28. package/dist-cjs/commands/DeleteStageCommand.js +1 -1
  29. package/dist-cjs/commands/DeleteVpcLinkCommand.js +2 -2
  30. package/dist-cjs/commands/ExportApiCommand.js +2 -2
  31. package/dist-cjs/commands/GetApiCommand.js +2 -2
  32. package/dist-cjs/commands/GetApiMappingCommand.js +2 -2
  33. package/dist-cjs/commands/GetApiMappingsCommand.js +2 -2
  34. package/dist-cjs/commands/GetApisCommand.js +2 -2
  35. package/dist-cjs/commands/GetAuthorizerCommand.js +2 -2
  36. package/dist-cjs/commands/GetAuthorizersCommand.js +2 -2
  37. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  38. package/dist-cjs/commands/GetDeploymentsCommand.js +2 -2
  39. package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
  40. package/dist-cjs/commands/GetDomainNamesCommand.js +2 -2
  41. package/dist-cjs/commands/GetIntegrationCommand.js +2 -2
  42. package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -2
  43. package/dist-cjs/commands/GetIntegrationResponsesCommand.js +2 -2
  44. package/dist-cjs/commands/GetIntegrationsCommand.js +2 -2
  45. package/dist-cjs/commands/GetModelCommand.js +2 -2
  46. package/dist-cjs/commands/GetModelTemplateCommand.js +2 -2
  47. package/dist-cjs/commands/GetModelsCommand.js +2 -2
  48. package/dist-cjs/commands/GetRouteCommand.js +2 -2
  49. package/dist-cjs/commands/GetRouteResponseCommand.js +2 -2
  50. package/dist-cjs/commands/GetRouteResponsesCommand.js +2 -2
  51. package/dist-cjs/commands/GetRoutesCommand.js +2 -2
  52. package/dist-cjs/commands/GetStageCommand.js +2 -2
  53. package/dist-cjs/commands/GetStagesCommand.js +2 -2
  54. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  55. package/dist-cjs/commands/GetVpcLinkCommand.js +2 -2
  56. package/dist-cjs/commands/GetVpcLinksCommand.js +2 -2
  57. package/dist-cjs/commands/ImportApiCommand.js +2 -2
  58. package/dist-cjs/commands/ReimportApiCommand.js +2 -2
  59. package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +1 -1
  60. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateApiCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateApiMappingCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateModelCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateRouteResponseCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateStageCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -2
  74. package/dist-cjs/models/models_0.js +600 -898
  75. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  76. package/dist-es/commands/CreateApiCommand.js +3 -3
  77. package/dist-es/commands/CreateApiMappingCommand.js +3 -3
  78. package/dist-es/commands/CreateAuthorizerCommand.js +3 -3
  79. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  80. package/dist-es/commands/CreateDomainNameCommand.js +3 -3
  81. package/dist-es/commands/CreateIntegrationCommand.js +3 -3
  82. package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -3
  83. package/dist-es/commands/CreateModelCommand.js +3 -3
  84. package/dist-es/commands/CreateRouteCommand.js +3 -3
  85. package/dist-es/commands/CreateRouteResponseCommand.js +3 -3
  86. package/dist-es/commands/CreateStageCommand.js +3 -3
  87. package/dist-es/commands/CreateVpcLinkCommand.js +3 -3
  88. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +2 -2
  89. package/dist-es/commands/DeleteApiCommand.js +2 -2
  90. package/dist-es/commands/DeleteApiMappingCommand.js +2 -2
  91. package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
  92. package/dist-es/commands/DeleteCorsConfigurationCommand.js +2 -2
  93. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  94. package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
  95. package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
  96. package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
  97. package/dist-es/commands/DeleteModelCommand.js +2 -2
  98. package/dist-es/commands/DeleteRouteCommand.js +2 -2
  99. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +2 -2
  100. package/dist-es/commands/DeleteRouteResponseCommand.js +2 -2
  101. package/dist-es/commands/DeleteRouteSettingsCommand.js +2 -2
  102. package/dist-es/commands/DeleteStageCommand.js +2 -2
  103. package/dist-es/commands/DeleteVpcLinkCommand.js +3 -3
  104. package/dist-es/commands/ExportApiCommand.js +3 -3
  105. package/dist-es/commands/GetApiCommand.js +3 -3
  106. package/dist-es/commands/GetApiMappingCommand.js +3 -3
  107. package/dist-es/commands/GetApiMappingsCommand.js +3 -3
  108. package/dist-es/commands/GetApisCommand.js +3 -3
  109. package/dist-es/commands/GetAuthorizerCommand.js +3 -3
  110. package/dist-es/commands/GetAuthorizersCommand.js +3 -3
  111. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  112. package/dist-es/commands/GetDeploymentsCommand.js +3 -3
  113. package/dist-es/commands/GetDomainNameCommand.js +3 -3
  114. package/dist-es/commands/GetDomainNamesCommand.js +3 -3
  115. package/dist-es/commands/GetIntegrationCommand.js +3 -3
  116. package/dist-es/commands/GetIntegrationResponseCommand.js +3 -3
  117. package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -3
  118. package/dist-es/commands/GetIntegrationsCommand.js +3 -3
  119. package/dist-es/commands/GetModelCommand.js +3 -3
  120. package/dist-es/commands/GetModelTemplateCommand.js +3 -3
  121. package/dist-es/commands/GetModelsCommand.js +3 -3
  122. package/dist-es/commands/GetRouteCommand.js +3 -3
  123. package/dist-es/commands/GetRouteResponseCommand.js +3 -3
  124. package/dist-es/commands/GetRouteResponsesCommand.js +3 -3
  125. package/dist-es/commands/GetRoutesCommand.js +3 -3
  126. package/dist-es/commands/GetStageCommand.js +3 -3
  127. package/dist-es/commands/GetStagesCommand.js +3 -3
  128. package/dist-es/commands/GetTagsCommand.js +3 -3
  129. package/dist-es/commands/GetVpcLinkCommand.js +3 -3
  130. package/dist-es/commands/GetVpcLinksCommand.js +3 -3
  131. package/dist-es/commands/ImportApiCommand.js +3 -3
  132. package/dist-es/commands/ReimportApiCommand.js +3 -3
  133. package/dist-es/commands/ResetAuthorizersCacheCommand.js +2 -2
  134. package/dist-es/commands/TagResourceCommand.js +3 -3
  135. package/dist-es/commands/UntagResourceCommand.js +2 -2
  136. package/dist-es/commands/UpdateApiCommand.js +3 -3
  137. package/dist-es/commands/UpdateApiMappingCommand.js +3 -3
  138. package/dist-es/commands/UpdateAuthorizerCommand.js +3 -3
  139. package/dist-es/commands/UpdateDeploymentCommand.js +3 -3
  140. package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
  141. package/dist-es/commands/UpdateIntegrationCommand.js +3 -3
  142. package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -3
  143. package/dist-es/commands/UpdateModelCommand.js +3 -3
  144. package/dist-es/commands/UpdateRouteCommand.js +3 -3
  145. package/dist-es/commands/UpdateRouteResponseCommand.js +3 -3
  146. package/dist-es/commands/UpdateStageCommand.js +3 -3
  147. package/dist-es/commands/UpdateVpcLinkCommand.js +3 -3
  148. package/dist-es/models/models_0.js +149 -596
  149. package/dist-es/protocols/Aws_restJson1.js +3 -0
  150. package/dist-types/models/models_0.d.ts +596 -894
  151. package/dist-types/ts3.4/models/models_0.d.ts +0 -40
  152. package/package.json +9 -9
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
4
+ import { UpdateApiRequestFilterSensitiveLog, UpdateApiResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateApiCommand, serializeAws_restJson1UpdateApiCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateApiCommand = (function (_super) {
7
7
  __extends(UpdateApiCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApiCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApiRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApiResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApiRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApiResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0";
4
+ import { UpdateApiMappingRequestFilterSensitiveLog, UpdateApiMappingResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateApiMappingCommand, serializeAws_restJson1UpdateApiMappingCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateApiMappingCommand = (function (_super) {
7
7
  __extends(UpdateApiMappingCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApiMappingCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApiMappingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApiMappingResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApiMappingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApiMappingResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0";
4
+ import { UpdateAuthorizerRequestFilterSensitiveLog, UpdateAuthorizerResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAuthorizerCommand, serializeAws_restJson1UpdateAuthorizerCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAuthorizerCommand = (function (_super) {
7
7
  __extends(UpdateAuthorizerCommand, _super);
@@ -20,8 +20,8 @@ var UpdateAuthorizerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAuthorizerRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateAuthorizerResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAuthorizerRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateAuthorizerResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0";
4
+ import { UpdateDeploymentRequestFilterSensitiveLog, UpdateDeploymentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDeploymentCommand, serializeAws_restJson1UpdateDeploymentCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDeploymentCommand = (function (_super) {
7
7
  __extends(UpdateDeploymentCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDeploymentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDeploymentRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDeploymentResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDeploymentRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDeploymentResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
4
+ import { UpdateDomainNameRequestFilterSensitiveLog, UpdateDomainNameResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateDomainNameCommand, serializeAws_restJson1UpdateDomainNameCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateDomainNameCommand = (function (_super) {
7
7
  __extends(UpdateDomainNameCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDomainNameCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDomainNameRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDomainNameResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDomainNameRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDomainNameResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0";
4
+ import { UpdateIntegrationRequestFilterSensitiveLog, UpdateIntegrationResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateIntegrationCommand, serializeAws_restJson1UpdateIntegrationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateIntegrationCommand = (function (_super) {
7
7
  __extends(UpdateIntegrationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateIntegrationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateIntegrationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateIntegrationResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateIntegrationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateIntegrationResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0";
4
+ import { UpdateIntegrationResponseRequestFilterSensitiveLog, UpdateIntegrationResponseResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateIntegrationResponseCommand, serializeAws_restJson1UpdateIntegrationResponseCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateIntegrationResponseCommand = (function (_super) {
7
7
  __extends(UpdateIntegrationResponseCommand, _super);
@@ -20,8 +20,8 @@ var UpdateIntegrationResponseCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateIntegrationResponseRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateIntegrationResponseResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateIntegrationResponseRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateIntegrationResponseResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
4
+ import { UpdateModelRequestFilterSensitiveLog, UpdateModelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateModelCommand, serializeAws_restJson1UpdateModelCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateModelCommand = (function (_super) {
7
7
  __extends(UpdateModelCommand, _super);
@@ -20,8 +20,8 @@ var UpdateModelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateModelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateModelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateModelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateModelResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
4
+ import { UpdateRouteRequestFilterSensitiveLog, UpdateRouteResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRouteCommand, serializeAws_restJson1UpdateRouteCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRouteCommand = (function (_super) {
7
7
  __extends(UpdateRouteCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRouteCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRouteRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRouteResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRouteRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRouteResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0";
4
+ import { UpdateRouteResponseRequestFilterSensitiveLog, UpdateRouteResponseResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateRouteResponseCommand, serializeAws_restJson1UpdateRouteResponseCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRouteResponseCommand = (function (_super) {
7
7
  __extends(UpdateRouteResponseCommand, _super);
@@ -20,8 +20,8 @@ var UpdateRouteResponseCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRouteResponseRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateRouteResponseResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRouteResponseRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateRouteResponseResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
4
+ import { UpdateStageRequestFilterSensitiveLog, UpdateStageResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateStageCommand, serializeAws_restJson1UpdateStageCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateStageCommand = (function (_super) {
7
7
  __extends(UpdateStageCommand, _super);
@@ -20,8 +20,8 @@ var UpdateStageCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateStageRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateStageResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateStageRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateStageResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0";
4
+ import { UpdateVpcLinkRequestFilterSensitiveLog, UpdateVpcLinkResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateVpcLinkCommand, serializeAws_restJson1UpdateVpcLinkCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateVpcLinkCommand = (function (_super) {
7
7
  __extends(UpdateVpcLinkCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVpcLinkCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVpcLinkRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateVpcLinkResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVpcLinkRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateVpcLinkResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {