@aws-sdk/client-lambda 3.131.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 (132) hide show
  1. package/CHANGELOG.md +11 -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-es/commands/AddLayerVersionPermissionCommand.js +3 -3
  67. package/dist-es/commands/AddPermissionCommand.js +3 -3
  68. package/dist-es/commands/CreateAliasCommand.js +3 -3
  69. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
  70. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
  71. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  72. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
  73. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  74. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
  75. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
  76. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  77. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  78. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  79. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  80. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  81. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  82. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  83. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  84. package/dist-es/commands/GetAliasCommand.js +3 -3
  85. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
  86. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
  87. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  88. package/dist-es/commands/GetFunctionCommand.js +3 -3
  89. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
  90. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
  91. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  92. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
  93. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
  94. package/dist-es/commands/GetLayerVersionCommand.js +3 -3
  95. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
  96. package/dist-es/commands/GetPolicyCommand.js +3 -3
  97. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  98. package/dist-es/commands/InvokeAsyncCommand.js +3 -3
  99. package/dist-es/commands/InvokeCommand.js +3 -3
  100. package/dist-es/commands/ListAliasesCommand.js +3 -3
  101. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
  102. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
  103. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  104. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
  105. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  106. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  107. package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
  108. package/dist-es/commands/ListLayersCommand.js +3 -3
  109. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  110. package/dist-es/commands/ListTagsCommand.js +3 -3
  111. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
  112. package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
  113. package/dist-es/commands/PublishVersionCommand.js +3 -3
  114. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  115. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
  116. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  117. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  118. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  119. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  120. package/dist-es/commands/TagResourceCommand.js +2 -2
  121. package/dist-es/commands/UntagResourceCommand.js +2 -2
  122. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  123. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
  124. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
  125. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
  126. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
  127. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  128. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
  129. package/dist-es/models/models_0.js +140 -554
  130. package/dist-types/models/models_0.d.ts +552 -828
  131. package/dist-types/ts3.4/models/models_0.d.ts +276 -552
  132. package/package.json +6 -6
@@ -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 { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0";
4
+ import { AddLayerVersionPermissionRequestFilterSensitiveLog, AddLayerVersionPermissionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AddLayerVersionPermissionCommand, serializeAws_restJson1AddLayerVersionPermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var AddLayerVersionPermissionCommand = (function (_super) {
7
7
  __extends(AddLayerVersionPermissionCommand, _super);
@@ -20,8 +20,8 @@ var AddLayerVersionPermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AddLayerVersionPermissionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AddLayerVersionPermissionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AddLayerVersionPermissionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AddLayerVersionPermissionResponseFilterSensitiveLog,
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 { AddPermissionRequest, AddPermissionResponse } from "../models/models_0";
4
+ import { AddPermissionRequestFilterSensitiveLog, AddPermissionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1AddPermissionCommand, serializeAws_restJson1AddPermissionCommand, } from "../protocols/Aws_restJson1";
6
6
  var AddPermissionCommand = (function (_super) {
7
7
  __extends(AddPermissionCommand, _super);
@@ -20,8 +20,8 @@ var AddPermissionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: AddPermissionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AddPermissionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: AddPermissionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: AddPermissionResponseFilterSensitiveLog,
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 { AliasConfiguration, CreateAliasRequest } from "../models/models_0";
4
+ import { AliasConfigurationFilterSensitiveLog, CreateAliasRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateAliasCommand, serializeAws_restJson1CreateAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateAliasCommand = (function (_super) {
7
7
  __extends(CreateAliasCommand, _super);
@@ -20,8 +20,8 @@ var CreateAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateAliasRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AliasConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateAliasRequestFilterSensitiveLog,
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 { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0";
4
+ import { CreateCodeSigningConfigRequestFilterSensitiveLog, CreateCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateCodeSigningConfigCommand, serializeAws_restJson1CreateCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(CreateCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var CreateCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateCodeSigningConfigResponseFilterSensitiveLog,
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 { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
4
+ import { CreateEventSourceMappingRequestFilterSensitiveLog, EventSourceMappingConfigurationFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateEventSourceMappingCommand, serializeAws_restJson1CreateEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateEventSourceMappingCommand = (function (_super) {
7
7
  __extends(CreateEventSourceMappingCommand, _super);
@@ -20,8 +20,8 @@ var CreateEventSourceMappingCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateEventSourceMappingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EventSourceMappingConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateEventSourceMappingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
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 { CreateFunctionRequest, FunctionConfiguration } from "../models/models_0";
4
+ import { CreateFunctionRequestFilterSensitiveLog, FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateFunctionCommand, serializeAws_restJson1CreateFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateFunctionCommand = (function (_super) {
7
7
  __extends(CreateFunctionCommand, _super);
@@ -20,8 +20,8 @@ var CreateFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: FunctionConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFunctionRequestFilterSensitiveLog,
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 { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0";
4
+ import { CreateFunctionUrlConfigRequestFilterSensitiveLog, CreateFunctionUrlConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateFunctionUrlConfigCommand, serializeAws_restJson1CreateFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateFunctionUrlConfigCommand = (function (_super) {
7
7
  __extends(CreateFunctionUrlConfigCommand, _super);
@@ -20,8 +20,8 @@ var CreateFunctionUrlConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateFunctionUrlConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateFunctionUrlConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateFunctionUrlConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateFunctionUrlConfigResponseFilterSensitiveLog,
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 { DeleteAliasRequest } from "../models/models_0";
4
+ import { DeleteAliasRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteAliasCommand, serializeAws_restJson1DeleteAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteAliasCommand = (function (_super) {
7
7
  __extends(DeleteAliasCommand, _super);
@@ -20,7 +20,7 @@ var DeleteAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteAliasRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteAliasRequestFilterSensitiveLog,
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 { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
4
+ import { DeleteCodeSigningConfigRequestFilterSensitiveLog, DeleteCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteCodeSigningConfigCommand, serializeAws_restJson1DeleteCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(DeleteCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var DeleteCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteCodeSigningConfigResponseFilterSensitiveLog,
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 { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
4
+ import { DeleteEventSourceMappingRequestFilterSensitiveLog, EventSourceMappingConfigurationFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteEventSourceMappingCommand, serializeAws_restJson1DeleteEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteEventSourceMappingCommand = (function (_super) {
7
7
  __extends(DeleteEventSourceMappingCommand, _super);
@@ -20,8 +20,8 @@ var DeleteEventSourceMappingCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteEventSourceMappingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EventSourceMappingConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteEventSourceMappingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
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 { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
4
+ import { DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFunctionCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(DeleteFunctionCodeSigningConfigCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFunctionCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog,
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 { DeleteFunctionRequest } from "../models/models_0";
4
+ import { DeleteFunctionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFunctionCommand, serializeAws_restJson1DeleteFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFunctionCommand = (function (_super) {
7
7
  __extends(DeleteFunctionCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFunctionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFunctionRequestFilterSensitiveLog,
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 { DeleteFunctionConcurrencyRequest } from "../models/models_0";
4
+ import { DeleteFunctionConcurrencyRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFunctionConcurrencyCommand, serializeAws_restJson1DeleteFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFunctionConcurrencyCommand = (function (_super) {
7
7
  __extends(DeleteFunctionConcurrencyCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFunctionConcurrencyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFunctionConcurrencyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFunctionConcurrencyRequestFilterSensitiveLog,
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 { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
4
+ import { DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFunctionEventInvokeConfigCommand = (function (_super) {
7
7
  __extends(DeleteFunctionEventInvokeConfigCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFunctionEventInvokeConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog,
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 { DeleteFunctionUrlConfigRequest } from "../models/models_0";
4
+ import { DeleteFunctionUrlConfigRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteFunctionUrlConfigCommand, serializeAws_restJson1DeleteFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFunctionUrlConfigCommand = (function (_super) {
7
7
  __extends(DeleteFunctionUrlConfigCommand, _super);
@@ -20,7 +20,7 @@ var DeleteFunctionUrlConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteFunctionUrlConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteFunctionUrlConfigRequestFilterSensitiveLog,
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 { DeleteLayerVersionRequest } from "../models/models_0";
4
+ import { DeleteLayerVersionRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteLayerVersionCommand, serializeAws_restJson1DeleteLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteLayerVersionCommand = (function (_super) {
7
7
  __extends(DeleteLayerVersionCommand, _super);
@@ -20,7 +20,7 @@ var DeleteLayerVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteLayerVersionRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteLayerVersionRequestFilterSensitiveLog,
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 { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
4
+ import { DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand, serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteProvisionedConcurrencyConfigCommand = (function (_super) {
7
7
  __extends(DeleteProvisionedConcurrencyConfigCommand, _super);
@@ -20,7 +20,7 @@ var DeleteProvisionedConcurrencyConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteProvisionedConcurrencyConfigRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog,
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 { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
4
+ import { GetAccountSettingsRequestFilterSensitiveLog, GetAccountSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetAccountSettingsCommand, serializeAws_restJson1GetAccountSettingsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetAccountSettingsCommand = (function (_super) {
7
7
  __extends(GetAccountSettingsCommand, _super);
@@ -20,8 +20,8 @@ var GetAccountSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetAccountSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetAccountSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetAccountSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetAccountSettingsResponseFilterSensitiveLog,
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 { AliasConfiguration, GetAliasRequest } from "../models/models_0";
4
+ import { AliasConfigurationFilterSensitiveLog, GetAliasRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetAliasCommand, serializeAws_restJson1GetAliasCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetAliasCommand = (function (_super) {
7
7
  __extends(GetAliasCommand, _super);
@@ -20,8 +20,8 @@ var GetAliasCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetAliasRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: AliasConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetAliasRequestFilterSensitiveLog,
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 { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
4
+ import { GetCodeSigningConfigRequestFilterSensitiveLog, GetCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetCodeSigningConfigCommand, serializeAws_restJson1GetCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(GetCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var GetCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCodeSigningConfigResponseFilterSensitiveLog,
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 { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
4
+ import { EventSourceMappingConfigurationFilterSensitiveLog, GetEventSourceMappingRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetEventSourceMappingCommand, serializeAws_restJson1GetEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetEventSourceMappingCommand = (function (_super) {
7
7
  __extends(GetEventSourceMappingCommand, _super);
@@ -20,8 +20,8 @@ var GetEventSourceMappingCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetEventSourceMappingRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: EventSourceMappingConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetEventSourceMappingRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
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 { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
4
+ import { GetFunctionCodeSigningConfigRequestFilterSensitiveLog, GetFunctionCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionCodeSigningConfigCommand, serializeAws_restJson1GetFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionCodeSigningConfigCommand = (function (_super) {
7
7
  __extends(GetFunctionCodeSigningConfigCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionCodeSigningConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionCodeSigningConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFunctionCodeSigningConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionCodeSigningConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFunctionCodeSigningConfigResponseFilterSensitiveLog,
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 { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
4
+ import { GetFunctionRequestFilterSensitiveLog, GetFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionCommand = (function (_super) {
7
7
  __extends(GetFunctionCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFunctionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFunctionResponseFilterSensitiveLog,
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 { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
4
+ import { GetFunctionConcurrencyRequestFilterSensitiveLog, GetFunctionConcurrencyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionConcurrencyCommand, serializeAws_restJson1GetFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionConcurrencyCommand = (function (_super) {
7
7
  __extends(GetFunctionConcurrencyCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionConcurrencyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionConcurrencyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFunctionConcurrencyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionConcurrencyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFunctionConcurrencyResponseFilterSensitiveLog,
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, GetFunctionConfigurationRequest } from "../models/models_0";
4
+ import { FunctionConfigurationFilterSensitiveLog, GetFunctionConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionConfigurationCommand, serializeAws_restJson1GetFunctionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionConfigurationCommand = (function (_super) {
7
7
  __extends(GetFunctionConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: FunctionConfiguration.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionConfigurationRequestFilterSensitiveLog,
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 { FunctionEventInvokeConfig, GetFunctionEventInvokeConfigRequest } from "../models/models_0";
4
+ import { FunctionEventInvokeConfigFilterSensitiveLog, GetFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionEventInvokeConfigCommand, serializeAws_restJson1GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionEventInvokeConfigCommand = (function (_super) {
7
7
  __extends(GetFunctionEventInvokeConfigCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionEventInvokeConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionEventInvokeConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: FunctionEventInvokeConfig.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionEventInvokeConfigRequestFilterSensitiveLog,
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 { GetFunctionUrlConfigRequest, GetFunctionUrlConfigResponse } from "../models/models_0";
4
+ import { GetFunctionUrlConfigRequestFilterSensitiveLog, GetFunctionUrlConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionUrlConfigCommand, serializeAws_restJson1GetFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetFunctionUrlConfigCommand = (function (_super) {
7
7
  __extends(GetFunctionUrlConfigCommand, _super);
@@ -20,8 +20,8 @@ var GetFunctionUrlConfigCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetFunctionUrlConfigRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetFunctionUrlConfigResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetFunctionUrlConfigRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetFunctionUrlConfigResponseFilterSensitiveLog,
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 { GetLayerVersionByArnRequest, GetLayerVersionResponse } from "../models/models_0";
4
+ import { GetLayerVersionByArnRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetLayerVersionByArnCommand, serializeAws_restJson1GetLayerVersionByArnCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetLayerVersionByArnCommand = (function (_super) {
7
7
  __extends(GetLayerVersionByArnCommand, _super);
@@ -20,8 +20,8 @@ var GetLayerVersionByArnCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetLayerVersionByArnRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetLayerVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetLayerVersionByArnRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
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 { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0";
4
+ import { GetLayerVersionRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetLayerVersionCommand, serializeAws_restJson1GetLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetLayerVersionCommand = (function (_super) {
7
7
  __extends(GetLayerVersionCommand, _super);
@@ -20,8 +20,8 @@ var GetLayerVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetLayerVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetLayerVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetLayerVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
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 { 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) {