@aws-sdk/client-lambda 3.297.0 → 3.298.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 (127) hide show
  1. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -3
  2. package/dist-cjs/commands/AddPermissionCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAliasCommand.js +2 -3
  4. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -3
  5. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAliasCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteLayerVersionCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -3
  17. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -3
  18. package/dist-cjs/commands/GetAliasCommand.js +2 -3
  19. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -3
  20. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -3
  21. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -3
  22. package/dist-cjs/commands/GetFunctionCommand.js +1 -1
  23. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -3
  24. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +1 -1
  25. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -3
  26. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -3
  27. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -3
  28. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -3
  29. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -3
  30. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  31. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -3
  32. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +2 -3
  33. package/dist-cjs/commands/InvokeAsyncCommand.js +1 -1
  34. package/dist-cjs/commands/ListAliasesCommand.js +2 -3
  35. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -3
  36. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -3
  37. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -3
  38. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -3
  39. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -3
  40. package/dist-cjs/commands/ListFunctionsCommand.js +1 -1
  41. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -3
  42. package/dist-cjs/commands/ListLayersCommand.js +2 -3
  43. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -3
  44. package/dist-cjs/commands/ListTagsCommand.js +2 -3
  45. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +1 -1
  46. package/dist-cjs/commands/PublishLayerVersionCommand.js +1 -1
  47. package/dist-cjs/commands/PublishVersionCommand.js +1 -1
  48. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -3
  49. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -3
  50. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -3
  51. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -3
  52. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +2 -3
  53. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +2 -3
  54. package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
  55. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  56. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateAliasCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -3
  59. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -3
  62. package/dist-cjs/models/models_0.js +1 -524
  63. package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -3
  64. package/dist-es/commands/AddPermissionCommand.js +2 -3
  65. package/dist-es/commands/CreateAliasCommand.js +2 -3
  66. package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -3
  67. package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -3
  68. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -3
  69. package/dist-es/commands/DeleteAliasCommand.js +2 -3
  70. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -3
  71. package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -3
  72. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -3
  73. package/dist-es/commands/DeleteFunctionCommand.js +2 -3
  74. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -3
  75. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -3
  76. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -3
  77. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -3
  78. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -3
  79. package/dist-es/commands/GetAccountSettingsCommand.js +2 -3
  80. package/dist-es/commands/GetAliasCommand.js +2 -3
  81. package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -3
  82. package/dist-es/commands/GetEventSourceMappingCommand.js +2 -3
  83. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -3
  84. package/dist-es/commands/GetFunctionCommand.js +2 -2
  85. package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -3
  86. package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  87. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -3
  88. package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -3
  89. package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -3
  90. package/dist-es/commands/GetLayerVersionCommand.js +2 -3
  91. package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -3
  92. package/dist-es/commands/GetPolicyCommand.js +2 -3
  93. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -3
  94. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -3
  95. package/dist-es/commands/InvokeAsyncCommand.js +2 -2
  96. package/dist-es/commands/ListAliasesCommand.js +2 -3
  97. package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -3
  98. package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -3
  99. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -3
  100. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -3
  101. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -3
  102. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  103. package/dist-es/commands/ListLayerVersionsCommand.js +2 -3
  104. package/dist-es/commands/ListLayersCommand.js +2 -3
  105. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -3
  106. package/dist-es/commands/ListTagsCommand.js +2 -3
  107. package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  108. package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  109. package/dist-es/commands/PublishVersionCommand.js +2 -2
  110. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -3
  111. package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -3
  112. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -3
  113. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -3
  114. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -3
  115. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -3
  116. package/dist-es/commands/RemovePermissionCommand.js +2 -3
  117. package/dist-es/commands/TagResourceCommand.js +2 -3
  118. package/dist-es/commands/UntagResourceCommand.js +2 -3
  119. package/dist-es/commands/UpdateAliasCommand.js +2 -3
  120. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -3
  121. package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -3
  122. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -3
  123. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -3
  124. package/dist-es/models/models_0.js +0 -390
  125. package/dist-types/models/models_0.d.ts +0 -520
  126. package/dist-types/ts3.4/models/models_0.d.ts +0 -368
  127. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateCodeSigningConfigRequestFilterSensitiveLog, CreateCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateCodeSigningConfigCommand, serializeAws_restJson1CreateCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateCodeSigningConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateCodeSigningConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateCodeSigningConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateCodeSigningConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateEventSourceMappingRequestFilterSensitiveLog, EventSourceMappingConfigurationFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateEventSourceMappingCommand, serializeAws_restJson1CreateEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateEventSourceMappingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateEventSourceMappingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateEventSourceMappingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateFunctionUrlConfigRequestFilterSensitiveLog, CreateFunctionUrlConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateFunctionUrlConfigCommand, serializeAws_restJson1CreateFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateFunctionUrlConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateFunctionUrlConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateFunctionUrlConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateFunctionUrlConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteAliasRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteAliasCommand, serializeAws_restJson1DeleteAliasCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteAliasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteAliasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteAliasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteCodeSigningConfigRequestFilterSensitiveLog, DeleteCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteCodeSigningConfigCommand, serializeAws_restJson1DeleteCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteCodeSigningConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteCodeSigningConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteCodeSigningConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: DeleteCodeSigningConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteEventSourceMappingRequestFilterSensitiveLog, EventSourceMappingConfigurationFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteEventSourceMappingCommand, serializeAws_restJson1DeleteEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteEventSourceMappingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteEventSourceMappingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteEventSourceMappingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFunctionCodeSigningConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFunctionRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFunctionCommand, serializeAws_restJson1DeleteFunctionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFunctionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFunctionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFunctionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFunctionConcurrencyRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFunctionConcurrencyCommand, serializeAws_restJson1DeleteFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFunctionConcurrencyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFunctionConcurrencyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFunctionConcurrencyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFunctionEventInvokeConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteFunctionUrlConfigRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteFunctionUrlConfigCommand, serializeAws_restJson1DeleteFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteFunctionUrlConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteFunctionUrlConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteFunctionUrlConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteLayerVersionRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteLayerVersionCommand, serializeAws_restJson1DeleteLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteLayerVersionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteLayerVersionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteLayerVersionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand, serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteProvisionedConcurrencyConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetAccountSettingsRequestFilterSensitiveLog, GetAccountSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetAccountSettingsCommand, serializeAws_restJson1GetAccountSettingsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetAccountSettingsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetAccountSettingsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetAccountSettingsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetAccountSettingsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AliasConfigurationFilterSensitiveLog, GetAliasRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetAliasCommand, serializeAws_restJson1GetAliasCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetAliasCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetAliasCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetAliasRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: AliasConfigurationFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCodeSigningConfigRequestFilterSensitiveLog, GetCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetCodeSigningConfigCommand, serializeAws_restJson1GetCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetCodeSigningConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetCodeSigningConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetCodeSigningConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetCodeSigningConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { EventSourceMappingConfigurationFilterSensitiveLog, GetEventSourceMappingRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetEventSourceMappingCommand, serializeAws_restJson1GetEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetEventSourceMappingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetEventSourceMappingCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetEventSourceMappingRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFunctionCodeSigningConfigRequestFilterSensitiveLog, GetFunctionCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionCodeSigningConfigCommand, serializeAws_restJson1GetFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetFunctionCodeSigningConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetFunctionCodeSigningConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetFunctionCodeSigningConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetFunctionCodeSigningConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFunctionRequestFilterSensitiveLog, GetFunctionResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { GetFunctionResponseFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetFunctionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -27,7 +27,7 @@ export class GetFunctionCommand extends $Command {
27
27
  logger,
28
28
  clientName,
29
29
  commandName,
30
- inputFilterSensitiveLog: GetFunctionRequestFilterSensitiveLog,
30
+ inputFilterSensitiveLog: (_) => _,
31
31
  outputFilterSensitiveLog: GetFunctionResponseFilterSensitiveLog,
32
32
  };
33
33
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFunctionConcurrencyRequestFilterSensitiveLog, GetFunctionConcurrencyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionConcurrencyCommand, serializeAws_restJson1GetFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetFunctionConcurrencyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetFunctionConcurrencyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetFunctionConcurrencyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetFunctionConcurrencyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { FunctionConfigurationFilterSensitiveLog, GetFunctionConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
4
+ import { FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetFunctionConfigurationCommand, serializeAws_restJson1GetFunctionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetFunctionConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -27,7 +27,7 @@ export class GetFunctionConfigurationCommand extends $Command {
27
27
  logger,
28
28
  clientName,
29
29
  commandName,
30
- inputFilterSensitiveLog: GetFunctionConfigurationRequestFilterSensitiveLog,
30
+ inputFilterSensitiveLog: (_) => _,
31
31
  outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
32
32
  };
33
33
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { FunctionEventInvokeConfigFilterSensitiveLog, GetFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionEventInvokeConfigCommand, serializeAws_restJson1GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetFunctionEventInvokeConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetFunctionEventInvokeConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetFunctionEventInvokeConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: FunctionEventInvokeConfigFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFunctionUrlConfigRequestFilterSensitiveLog, GetFunctionUrlConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionUrlConfigCommand, serializeAws_restJson1GetFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetFunctionUrlConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetFunctionUrlConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetFunctionUrlConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetFunctionUrlConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetLayerVersionByArnRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayerVersionByArnCommand, serializeAws_restJson1GetLayerVersionByArnCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetLayerVersionByArnCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetLayerVersionByArnCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetLayerVersionByArnRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetLayerVersionRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayerVersionCommand, serializeAws_restJson1GetLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetLayerVersionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetLayerVersionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetLayerVersionRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetLayerVersionPolicyRequestFilterSensitiveLog, GetLayerVersionPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayerVersionPolicyCommand, serializeAws_restJson1GetLayerVersionPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetLayerVersionPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetLayerVersionPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetLayerVersionPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetLayerVersionPolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetPolicyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetPolicyRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetPolicyResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetProvisionedConcurrencyConfigRequestFilterSensitiveLog, GetProvisionedConcurrencyConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand, serializeAws_restJson1GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetProvisionedConcurrencyConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetProvisionedConcurrencyConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetProvisionedConcurrencyConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetRuntimeManagementConfigRequestFilterSensitiveLog, GetRuntimeManagementConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetRuntimeManagementConfigCommand, serializeAws_restJson1GetRuntimeManagementConfigCommand, } from "../protocols/Aws_restJson1";
6
5
  export class GetRuntimeManagementConfigCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class GetRuntimeManagementConfigCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: GetRuntimeManagementConfigRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: GetRuntimeManagementConfigResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { InvokeAsyncRequestFilterSensitiveLog, InvokeAsyncResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { InvokeAsyncRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1InvokeAsyncCommand, serializeAws_restJson1InvokeAsyncCommand, } from "../protocols/Aws_restJson1";
6
6
  export class InvokeAsyncCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -28,7 +28,7 @@ export class InvokeAsyncCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: InvokeAsyncRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: InvokeAsyncResponseFilterSensitiveLog,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListAliasesRequestFilterSensitiveLog, ListAliasesResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListAliasesCommand, serializeAws_restJson1ListAliasesCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListAliasesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListAliasesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListAliasesRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListAliasesResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);