@aws-sdk/client-lambda 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 (134) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
  3. package/dist-cjs/commands/AddPermissionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
  6. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -1
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  20. package/dist-cjs/commands/GetAliasCommand.js +2 -2
  21. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
  22. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
  23. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  24. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  25. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
  26. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
  27. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  28. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
  29. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
  30. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
  31. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
  32. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  33. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  34. package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
  35. package/dist-cjs/commands/InvokeCommand.js +2 -2
  36. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  37. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
  38. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
  39. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  40. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
  41. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  42. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  43. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
  44. package/dist-cjs/commands/ListLayersCommand.js +2 -2
  45. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  46. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  47. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
  48. package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
  49. package/dist-cjs/commands/PublishVersionCommand.js +2 -2
  50. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  51. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
  52. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  53. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  54. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -1
  55. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  56. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  57. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  58. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  65. package/dist-cjs/models/models_0.js +578 -854
  66. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  67. package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
  68. package/dist-es/commands/AddPermissionCommand.js +3 -3
  69. package/dist-es/commands/CreateAliasCommand.js +3 -3
  70. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
  71. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
  72. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  73. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
  74. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  75. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
  76. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
  77. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  78. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  79. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  80. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  81. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  82. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  83. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  84. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  85. package/dist-es/commands/GetAliasCommand.js +3 -3
  86. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
  87. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
  88. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  89. package/dist-es/commands/GetFunctionCommand.js +3 -3
  90. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
  91. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
  92. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  93. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
  94. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
  95. package/dist-es/commands/GetLayerVersionCommand.js +3 -3
  96. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
  97. package/dist-es/commands/GetPolicyCommand.js +3 -3
  98. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  99. package/dist-es/commands/InvokeAsyncCommand.js +3 -3
  100. package/dist-es/commands/InvokeCommand.js +3 -3
  101. package/dist-es/commands/ListAliasesCommand.js +3 -3
  102. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
  103. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
  104. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  105. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
  106. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  107. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  108. package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
  109. package/dist-es/commands/ListLayersCommand.js +3 -3
  110. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  111. package/dist-es/commands/ListTagsCommand.js +3 -3
  112. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
  113. package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
  114. package/dist-es/commands/PublishVersionCommand.js +3 -3
  115. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  116. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
  117. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  118. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  119. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  120. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  121. package/dist-es/commands/TagResourceCommand.js +2 -2
  122. package/dist-es/commands/UntagResourceCommand.js +2 -2
  123. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  124. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
  125. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
  126. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
  127. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
  128. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  129. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
  130. package/dist-es/models/models_0.js +140 -554
  131. package/dist-es/protocols/Aws_restJson1.js +3 -0
  132. package/dist-types/models/models_0.d.ts +552 -828
  133. package/dist-types/ts3.4/models/models_0.d.ts +276 -552
  134. 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 { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0";
4
+ import { GetLayerVersionPolicyRequestFilterSensitiveLog, GetLayerVersionPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetLayerVersionPolicyCommand, serializeAws_restJson1GetLayerVersionPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetLayerVersionPolicyCommand = (function (_super) {
7
7
  __extends(GetLayerVersionPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetLayerVersionPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetLayerVersionPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetLayerVersionPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetLayerVersionPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetLayerVersionPolicyResponseFilterSensitiveLog,
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 { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
4
+ import { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetPolicyCommand = (function (_super) {
7
7
  __extends(GetPolicyCommand, _super);
@@ -20,8 +20,8 @@ var GetPolicyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPolicyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPolicyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPolicyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPolicyResponseFilterSensitiveLog,
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 { GetProvisionedConcurrencyConfigRequest, GetProvisionedConcurrencyConfigResponse } from "../models/models_0";
4
+ import { GetProvisionedConcurrencyConfigRequestFilterSensitiveLog, GetProvisionedConcurrencyConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand, serializeAws_restJson1GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetProvisionedConcurrencyConfigCommand = (function (_super) {
7
7
  __extends(GetProvisionedConcurrencyConfigCommand, _super);
@@ -20,8 +20,8 @@ var GetProvisionedConcurrencyConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetProvisionedConcurrencyConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetProvisionedConcurrencyConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetProvisionedConcurrencyConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetProvisionedConcurrencyConfigResponseFilterSensitiveLog,
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 { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
4
+ import { InvokeAsyncRequestFilterSensitiveLog, InvokeAsyncResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1InvokeAsyncCommand, serializeAws_restJson1InvokeAsyncCommand, } from "../protocols/Aws_restJson1";
6
6
  var InvokeAsyncCommand = (function (_super) {
7
7
  __extends(InvokeAsyncCommand, _super);
@@ -20,8 +20,8 @@ var InvokeAsyncCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: InvokeAsyncRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InvokeAsyncResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: InvokeAsyncRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: InvokeAsyncResponseFilterSensitiveLog,
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 { InvocationRequest, InvocationResponse } from "../models/models_0";
4
+ import { InvocationRequestFilterSensitiveLog, InvocationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1InvokeCommand, serializeAws_restJson1InvokeCommand } from "../protocols/Aws_restJson1";
6
6
  var InvokeCommand = (function (_super) {
7
7
  __extends(InvokeCommand, _super);
@@ -20,8 +20,8 @@ var InvokeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: InvocationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: InvocationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: InvocationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: InvocationResponseFilterSensitiveLog,
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 { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
4
+ import { ListAliasesRequestFilterSensitiveLog, ListAliasesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListAliasesCommand, serializeAws_restJson1ListAliasesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListAliasesCommand = (function (_super) {
7
7
  __extends(ListAliasesCommand, _super);
@@ -20,8 +20,8 @@ var ListAliasesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListAliasesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListAliasesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListAliasesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListAliasesResponseFilterSensitiveLog,
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 { ListCodeSigningConfigsRequest, ListCodeSigningConfigsResponse } from "../models/models_0";
4
+ import { ListCodeSigningConfigsRequestFilterSensitiveLog, ListCodeSigningConfigsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListCodeSigningConfigsCommand, serializeAws_restJson1ListCodeSigningConfigsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListCodeSigningConfigsCommand = (function (_super) {
7
7
  __extends(ListCodeSigningConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListCodeSigningConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListCodeSigningConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListCodeSigningConfigsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListCodeSigningConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListCodeSigningConfigsResponseFilterSensitiveLog,
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 { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0";
4
+ import { ListEventSourceMappingsRequestFilterSensitiveLog, ListEventSourceMappingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListEventSourceMappingsCommand, serializeAws_restJson1ListEventSourceMappingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListEventSourceMappingsCommand = (function (_super) {
7
7
  __extends(ListEventSourceMappingsCommand, _super);
@@ -20,8 +20,8 @@ var ListEventSourceMappingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListEventSourceMappingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEventSourceMappingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListEventSourceMappingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListEventSourceMappingsResponseFilterSensitiveLog,
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 { ListFunctionEventInvokeConfigsRequest, ListFunctionEventInvokeConfigsResponse } from "../models/models_0";
4
+ import { ListFunctionEventInvokeConfigsRequestFilterSensitiveLog, ListFunctionEventInvokeConfigsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand, serializeAws_restJson1ListFunctionEventInvokeConfigsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFunctionEventInvokeConfigsCommand = (function (_super) {
7
7
  __extends(ListFunctionEventInvokeConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionEventInvokeConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionEventInvokeConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionEventInvokeConfigsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionEventInvokeConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionEventInvokeConfigsResponseFilterSensitiveLog,
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 { ListFunctionUrlConfigsRequest, ListFunctionUrlConfigsResponse } from "../models/models_0";
4
+ import { ListFunctionUrlConfigsRequestFilterSensitiveLog, ListFunctionUrlConfigsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFunctionUrlConfigsCommand, serializeAws_restJson1ListFunctionUrlConfigsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFunctionUrlConfigsCommand = (function (_super) {
7
7
  __extends(ListFunctionUrlConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionUrlConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionUrlConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionUrlConfigsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionUrlConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionUrlConfigsResponseFilterSensitiveLog,
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 { ListFunctionsByCodeSigningConfigRequest, ListFunctionsByCodeSigningConfigResponse } from "../models/models_0";
4
+ import { ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog, ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand, serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFunctionsByCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(ListFunctionsByCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionsByCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionsByCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionsByCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog,
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 { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
4
+ import { ListFunctionsRequestFilterSensitiveLog, ListFunctionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFunctionsCommand = (function (_super) {
7
7
  __extends(ListFunctionsCommand, _super);
@@ -20,8 +20,8 @@ var ListFunctionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListFunctionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListFunctionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListFunctionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListFunctionsResponseFilterSensitiveLog,
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 { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0";
4
+ import { ListLayerVersionsRequestFilterSensitiveLog, ListLayerVersionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListLayerVersionsCommand, serializeAws_restJson1ListLayerVersionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListLayerVersionsCommand = (function (_super) {
7
7
  __extends(ListLayerVersionsCommand, _super);
@@ -20,8 +20,8 @@ var ListLayerVersionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListLayerVersionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListLayerVersionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListLayerVersionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListLayerVersionsResponseFilterSensitiveLog,
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 { ListLayersRequest, ListLayersResponse } from "../models/models_0";
4
+ import { ListLayersRequestFilterSensitiveLog, ListLayersResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListLayersCommand, serializeAws_restJson1ListLayersCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListLayersCommand = (function (_super) {
7
7
  __extends(ListLayersCommand, _super);
@@ -20,8 +20,8 @@ var ListLayersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListLayersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListLayersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListLayersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListLayersResponseFilterSensitiveLog,
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 { ListProvisionedConcurrencyConfigsRequest, ListProvisionedConcurrencyConfigsResponse, } from "../models/models_0";
4
+ import { ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog, ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand, serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListProvisionedConcurrencyConfigsCommand = (function (_super) {
7
7
  __extends(ListProvisionedConcurrencyConfigsCommand, _super);
@@ -20,8 +20,8 @@ var ListProvisionedConcurrencyConfigsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListProvisionedConcurrencyConfigsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListProvisionedConcurrencyConfigsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog,
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 { ListTagsRequest, ListTagsResponse } from "../models/models_0";
4
+ import { ListTagsRequestFilterSensitiveLog, ListTagsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListTagsCommand, serializeAws_restJson1ListTagsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsCommand = (function (_super) {
7
7
  __extends(ListTagsCommand, _super);
@@ -20,8 +20,8 @@ var ListTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListTagsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListTagsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListTagsResponseFilterSensitiveLog,
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 { ListVersionsByFunctionRequest, ListVersionsByFunctionResponse } from "../models/models_0";
4
+ import { ListVersionsByFunctionRequestFilterSensitiveLog, ListVersionsByFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListVersionsByFunctionCommand, serializeAws_restJson1ListVersionsByFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListVersionsByFunctionCommand = (function (_super) {
7
7
  __extends(ListVersionsByFunctionCommand, _super);
@@ -20,8 +20,8 @@ var ListVersionsByFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListVersionsByFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListVersionsByFunctionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListVersionsByFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListVersionsByFunctionResponseFilterSensitiveLog,
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 { PublishLayerVersionRequest, PublishLayerVersionResponse } from "../models/models_0";
4
+ import { PublishLayerVersionRequestFilterSensitiveLog, PublishLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PublishLayerVersionCommand, serializeAws_restJson1PublishLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  var PublishLayerVersionCommand = (function (_super) {
7
7
  __extends(PublishLayerVersionCommand, _super);
@@ -20,8 +20,8 @@ var PublishLayerVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PublishLayerVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishLayerVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PublishLayerVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PublishLayerVersionResponseFilterSensitiveLog,
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 { FunctionConfiguration, PublishVersionRequest } from "../models/models_0";
4
+ import { FunctionConfigurationFilterSensitiveLog, PublishVersionRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PublishVersionCommand, serializeAws_restJson1PublishVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  var PublishVersionCommand = (function (_super) {
7
7
  __extends(PublishVersionCommand, _super);
@@ -20,8 +20,8 @@ var PublishVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PublishVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: FunctionConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PublishVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
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 { PutFunctionCodeSigningConfigRequest, PutFunctionCodeSigningConfigResponse } from "../models/models_0";
4
+ import { PutFunctionCodeSigningConfigRequestFilterSensitiveLog, PutFunctionCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutFunctionCodeSigningConfigCommand, serializeAws_restJson1PutFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutFunctionCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(PutFunctionCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var PutFunctionCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutFunctionCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutFunctionCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutFunctionCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutFunctionCodeSigningConfigResponseFilterSensitiveLog,
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 { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
4
+ import { ConcurrencyFilterSensitiveLog, PutFunctionConcurrencyRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutFunctionConcurrencyCommand, serializeAws_restJson1PutFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutFunctionConcurrencyCommand = (function (_super) {
7
7
  __extends(PutFunctionConcurrencyCommand, _super);
@@ -20,8 +20,8 @@ var PutFunctionConcurrencyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutFunctionConcurrencyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: Concurrency.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutFunctionConcurrencyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ConcurrencyFilterSensitiveLog,
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 { FunctionEventInvokeConfig, PutFunctionEventInvokeConfigRequest } from "../models/models_0";
4
+ import { FunctionEventInvokeConfigFilterSensitiveLog, PutFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutFunctionEventInvokeConfigCommand, serializeAws_restJson1PutFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutFunctionEventInvokeConfigCommand = (function (_super) {
7
7
  __extends(PutFunctionEventInvokeConfigCommand, _super);
@@ -20,8 +20,8 @@ var PutFunctionEventInvokeConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutFunctionEventInvokeConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: FunctionEventInvokeConfig.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutFunctionEventInvokeConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: FunctionEventInvokeConfigFilterSensitiveLog,
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 { PutProvisionedConcurrencyConfigRequest, PutProvisionedConcurrencyConfigResponse } from "../models/models_0";
4
+ import { PutProvisionedConcurrencyConfigRequestFilterSensitiveLog, PutProvisionedConcurrencyConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand, serializeAws_restJson1PutProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutProvisionedConcurrencyConfigCommand = (function (_super) {
7
7
  __extends(PutProvisionedConcurrencyConfigCommand, _super);
@@ -20,8 +20,8 @@ var PutProvisionedConcurrencyConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutProvisionedConcurrencyConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutProvisionedConcurrencyConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutProvisionedConcurrencyConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutProvisionedConcurrencyConfigResponseFilterSensitiveLog,
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 { RemoveLayerVersionPermissionRequest } from "../models/models_0";
4
+ import { RemoveLayerVersionPermissionRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RemoveLayerVersionPermissionCommand, serializeAws_restJson1RemoveLayerVersionPermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var RemoveLayerVersionPermissionCommand = (function (_super) {
7
7
  __extends(RemoveLayerVersionPermissionCommand, _super);
@@ -20,7 +20,7 @@ var RemoveLayerVersionPermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveLayerVersionPermissionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveLayerVersionPermissionRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 { RemovePermissionRequest } from "../models/models_0";
4
+ import { RemovePermissionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RemovePermissionCommand, serializeAws_restJson1RemovePermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var RemovePermissionCommand = (function (_super) {
7
7
  __extends(RemovePermissionCommand, _super);
@@ -20,7 +20,7 @@ var RemovePermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemovePermissionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemovePermissionRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 { TagResourceRequest } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 { UntagResourceRequest } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -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 { AliasConfiguration, UpdateAliasRequest } from "../models/models_0";
4
+ import { AliasConfigurationFilterSensitiveLog, UpdateAliasRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateAliasCommand, serializeAws_restJson1UpdateAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateAliasCommand = (function (_super) {
7
7
  __extends(UpdateAliasCommand, _super);
@@ -20,8 +20,8 @@ var UpdateAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateAliasRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AliasConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateAliasRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AliasConfigurationFilterSensitiveLog,
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 { UpdateCodeSigningConfigRequest, UpdateCodeSigningConfigResponse } from "../models/models_0";
4
+ import { UpdateCodeSigningConfigRequestFilterSensitiveLog, UpdateCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateCodeSigningConfigCommand, serializeAws_restJson1UpdateCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(UpdateCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var UpdateCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateCodeSigningConfigResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {