@aws-sdk/client-cloudwatch-events 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 (107) hide show
  1. package/dist-cjs/commands/ActivateEventSourceCommand.js +2 -3
  2. package/dist-cjs/commands/CancelReplayCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateArchiveCommand.js +2 -3
  5. package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
  6. package/dist-cjs/commands/CreateEventBusCommand.js +2 -3
  7. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -3
  8. package/dist-cjs/commands/DeactivateEventSourceCommand.js +2 -3
  9. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteEventBusCommand.js +2 -3
  14. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteRuleCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeArchiveCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeConnectionCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeEventBusCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -3
  21. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -3
  22. package/dist-cjs/commands/DescribeReplayCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeRuleCommand.js +2 -3
  24. package/dist-cjs/commands/DisableRuleCommand.js +2 -3
  25. package/dist-cjs/commands/EnableRuleCommand.js +2 -3
  26. package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -3
  27. package/dist-cjs/commands/ListArchivesCommand.js +2 -3
  28. package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
  29. package/dist-cjs/commands/ListEventBusesCommand.js +2 -3
  30. package/dist-cjs/commands/ListEventSourcesCommand.js +2 -3
  31. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
  32. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -3
  33. package/dist-cjs/commands/ListReplaysCommand.js +2 -3
  34. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -3
  35. package/dist-cjs/commands/ListRulesCommand.js +2 -3
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  37. package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -3
  38. package/dist-cjs/commands/PutEventsCommand.js +2 -3
  39. package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -3
  40. package/dist-cjs/commands/PutPermissionCommand.js +2 -3
  41. package/dist-cjs/commands/PutRuleCommand.js +2 -3
  42. package/dist-cjs/commands/PutTargetsCommand.js +2 -3
  43. package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
  44. package/dist-cjs/commands/RemoveTargetsCommand.js +2 -3
  45. package/dist-cjs/commands/StartReplayCommand.js +2 -3
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  47. package/dist-cjs/commands/TestEventPatternCommand.js +2 -3
  48. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateArchiveCommand.js +2 -3
  51. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -3
  52. package/dist-cjs/models/models_0.js +1 -608
  53. package/dist-es/commands/ActivateEventSourceCommand.js +2 -3
  54. package/dist-es/commands/CancelReplayCommand.js +2 -3
  55. package/dist-es/commands/CreateApiDestinationCommand.js +2 -3
  56. package/dist-es/commands/CreateArchiveCommand.js +2 -3
  57. package/dist-es/commands/CreateConnectionCommand.js +2 -3
  58. package/dist-es/commands/CreateEventBusCommand.js +2 -3
  59. package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -3
  60. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -3
  61. package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -3
  62. package/dist-es/commands/DeleteApiDestinationCommand.js +2 -3
  63. package/dist-es/commands/DeleteArchiveCommand.js +2 -3
  64. package/dist-es/commands/DeleteConnectionCommand.js +2 -3
  65. package/dist-es/commands/DeleteEventBusCommand.js +2 -3
  66. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -3
  67. package/dist-es/commands/DeleteRuleCommand.js +2 -3
  68. package/dist-es/commands/DescribeApiDestinationCommand.js +2 -3
  69. package/dist-es/commands/DescribeArchiveCommand.js +2 -3
  70. package/dist-es/commands/DescribeConnectionCommand.js +2 -3
  71. package/dist-es/commands/DescribeEventBusCommand.js +2 -3
  72. package/dist-es/commands/DescribeEventSourceCommand.js +2 -3
  73. package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -3
  74. package/dist-es/commands/DescribeReplayCommand.js +2 -3
  75. package/dist-es/commands/DescribeRuleCommand.js +2 -3
  76. package/dist-es/commands/DisableRuleCommand.js +2 -3
  77. package/dist-es/commands/EnableRuleCommand.js +2 -3
  78. package/dist-es/commands/ListApiDestinationsCommand.js +2 -3
  79. package/dist-es/commands/ListArchivesCommand.js +2 -3
  80. package/dist-es/commands/ListConnectionsCommand.js +2 -3
  81. package/dist-es/commands/ListEventBusesCommand.js +2 -3
  82. package/dist-es/commands/ListEventSourcesCommand.js +2 -3
  83. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -3
  84. package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -3
  85. package/dist-es/commands/ListReplaysCommand.js +2 -3
  86. package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -3
  87. package/dist-es/commands/ListRulesCommand.js +2 -3
  88. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  89. package/dist-es/commands/ListTargetsByRuleCommand.js +2 -3
  90. package/dist-es/commands/PutEventsCommand.js +2 -3
  91. package/dist-es/commands/PutPartnerEventsCommand.js +2 -3
  92. package/dist-es/commands/PutPermissionCommand.js +2 -3
  93. package/dist-es/commands/PutRuleCommand.js +2 -3
  94. package/dist-es/commands/PutTargetsCommand.js +2 -3
  95. package/dist-es/commands/RemovePermissionCommand.js +2 -3
  96. package/dist-es/commands/RemoveTargetsCommand.js +2 -3
  97. package/dist-es/commands/StartReplayCommand.js +2 -3
  98. package/dist-es/commands/TagResourceCommand.js +2 -3
  99. package/dist-es/commands/TestEventPatternCommand.js +2 -3
  100. package/dist-es/commands/UntagResourceCommand.js +2 -3
  101. package/dist-es/commands/UpdateApiDestinationCommand.js +2 -3
  102. package/dist-es/commands/UpdateArchiveCommand.js +2 -3
  103. package/dist-es/commands/UpdateConnectionCommand.js +2 -3
  104. package/dist-es/models/models_0.js +0 -453
  105. package/dist-types/models/models_0.d.ts +0 -604
  106. package/dist-types/ts3.4/models/models_0.d.ts +0 -433
  107. package/package.json +4 -3
@@ -4,7 +4,6 @@ exports.ListPartnerEventSourcesCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListPartnerEventSourcesCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListPartnerEventSourcesCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListPartnerEventSourcesRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListPartnerEventSourcesResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListReplaysCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListReplaysCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListReplaysCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListReplaysRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListReplaysResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListRuleNamesByTargetCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListRuleNamesByTargetCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListRuleNamesByTargetCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListRuleNamesByTargetRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListRuleNamesByTargetResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListRulesCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListRulesCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListRulesCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListRulesRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListRulesResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListTagsForResourceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListTargetsByRuleCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class ListTargetsByRuleCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListTargetsByRuleCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListTargetsByRuleRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListTargetsByRuleResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.PutEventsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class PutEventsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class PutEventsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.PutEventsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.PutEventsResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.PutPartnerEventsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class PutPartnerEventsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class PutPartnerEventsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.PutPartnerEventsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.PutPartnerEventsResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.PutPermissionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class PutPermissionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class PutPermissionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.PutPermissionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.PutRuleCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class PutRuleCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class PutRuleCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.PutRuleRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.PutRuleResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.PutTargetsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class PutTargetsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class PutTargetsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.PutTargetsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.PutTargetsResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.RemovePermissionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class RemovePermissionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class RemovePermissionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.RemovePermissionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.RemoveTargetsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class RemoveTargetsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class RemoveTargetsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.RemoveTargetsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.RemoveTargetsResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.StartReplayCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class StartReplayCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class StartReplayCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.StartReplayRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.StartReplayResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class TagResourceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class TagResourceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.TestEventPatternCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class TestEventPatternCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class TestEventPatternCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.TestEventPatternRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.TestEventPatternResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UntagResourceCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateApiDestinationCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateApiDestinationCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateApiDestinationCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateApiDestinationRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UpdateApiDestinationResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateArchiveCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateArchiveCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateArchiveCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateArchiveRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UpdateArchiveResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.UpdateConnectionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
8
  class UpdateConnectionCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.UpdateConnectionRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.UpdateConnectionResponseFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);