@aws-sdk/client-eventbridge 3.414.0 → 3.421.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 (114) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/ActivateEventSourceCommand.js +5 -0
  3. package/dist-cjs/commands/CancelReplayCommand.js +5 -0
  4. package/dist-cjs/commands/CreateApiDestinationCommand.js +5 -0
  5. package/dist-cjs/commands/CreateArchiveCommand.js +5 -0
  6. package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
  7. package/dist-cjs/commands/CreateEndpointCommand.js +5 -0
  8. package/dist-cjs/commands/CreateEventBusCommand.js +5 -0
  9. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +5 -0
  10. package/dist-cjs/commands/DeactivateEventSourceCommand.js +5 -0
  11. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteApiDestinationCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteArchiveCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteEventBusCommand.js +5 -0
  17. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeApiDestinationCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeArchiveCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeConnectionCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeEndpointCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeEventBusCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeEventSourceCommand.js +5 -0
  25. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeReplayCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeRuleCommand.js +5 -0
  28. package/dist-cjs/commands/DisableRuleCommand.js +5 -0
  29. package/dist-cjs/commands/EnableRuleCommand.js +5 -0
  30. package/dist-cjs/commands/ListApiDestinationsCommand.js +5 -0
  31. package/dist-cjs/commands/ListArchivesCommand.js +5 -0
  32. package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
  33. package/dist-cjs/commands/ListEndpointsCommand.js +5 -0
  34. package/dist-cjs/commands/ListEventBusesCommand.js +5 -0
  35. package/dist-cjs/commands/ListEventSourcesCommand.js +5 -0
  36. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
  37. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +5 -0
  38. package/dist-cjs/commands/ListReplaysCommand.js +5 -0
  39. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +5 -0
  40. package/dist-cjs/commands/ListRulesCommand.js +5 -0
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  42. package/dist-cjs/commands/ListTargetsByRuleCommand.js +5 -0
  43. package/dist-cjs/commands/PutEventsCommand.js +5 -0
  44. package/dist-cjs/commands/PutPartnerEventsCommand.js +5 -0
  45. package/dist-cjs/commands/PutPermissionCommand.js +5 -0
  46. package/dist-cjs/commands/PutRuleCommand.js +5 -0
  47. package/dist-cjs/commands/PutTargetsCommand.js +5 -0
  48. package/dist-cjs/commands/RemovePermissionCommand.js +5 -0
  49. package/dist-cjs/commands/RemoveTargetsCommand.js +5 -0
  50. package/dist-cjs/commands/StartReplayCommand.js +5 -0
  51. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  52. package/dist-cjs/commands/TestEventPatternCommand.js +5 -0
  53. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateApiDestinationCommand.js +5 -0
  55. package/dist-cjs/commands/UpdateArchiveCommand.js +5 -0
  56. package/dist-cjs/commands/UpdateConnectionCommand.js +5 -0
  57. package/dist-cjs/commands/UpdateEndpointCommand.js +5 -0
  58. package/dist-es/commands/ActivateEventSourceCommand.js +5 -0
  59. package/dist-es/commands/CancelReplayCommand.js +5 -0
  60. package/dist-es/commands/CreateApiDestinationCommand.js +5 -0
  61. package/dist-es/commands/CreateArchiveCommand.js +5 -0
  62. package/dist-es/commands/CreateConnectionCommand.js +5 -0
  63. package/dist-es/commands/CreateEndpointCommand.js +5 -0
  64. package/dist-es/commands/CreateEventBusCommand.js +5 -0
  65. package/dist-es/commands/CreatePartnerEventSourceCommand.js +5 -0
  66. package/dist-es/commands/DeactivateEventSourceCommand.js +5 -0
  67. package/dist-es/commands/DeauthorizeConnectionCommand.js +5 -0
  68. package/dist-es/commands/DeleteApiDestinationCommand.js +5 -0
  69. package/dist-es/commands/DeleteArchiveCommand.js +5 -0
  70. package/dist-es/commands/DeleteConnectionCommand.js +5 -0
  71. package/dist-es/commands/DeleteEndpointCommand.js +5 -0
  72. package/dist-es/commands/DeleteEventBusCommand.js +5 -0
  73. package/dist-es/commands/DeletePartnerEventSourceCommand.js +5 -0
  74. package/dist-es/commands/DeleteRuleCommand.js +5 -0
  75. package/dist-es/commands/DescribeApiDestinationCommand.js +5 -0
  76. package/dist-es/commands/DescribeArchiveCommand.js +5 -0
  77. package/dist-es/commands/DescribeConnectionCommand.js +5 -0
  78. package/dist-es/commands/DescribeEndpointCommand.js +5 -0
  79. package/dist-es/commands/DescribeEventBusCommand.js +5 -0
  80. package/dist-es/commands/DescribeEventSourceCommand.js +5 -0
  81. package/dist-es/commands/DescribePartnerEventSourceCommand.js +5 -0
  82. package/dist-es/commands/DescribeReplayCommand.js +5 -0
  83. package/dist-es/commands/DescribeRuleCommand.js +5 -0
  84. package/dist-es/commands/DisableRuleCommand.js +5 -0
  85. package/dist-es/commands/EnableRuleCommand.js +5 -0
  86. package/dist-es/commands/ListApiDestinationsCommand.js +5 -0
  87. package/dist-es/commands/ListArchivesCommand.js +5 -0
  88. package/dist-es/commands/ListConnectionsCommand.js +5 -0
  89. package/dist-es/commands/ListEndpointsCommand.js +5 -0
  90. package/dist-es/commands/ListEventBusesCommand.js +5 -0
  91. package/dist-es/commands/ListEventSourcesCommand.js +5 -0
  92. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
  93. package/dist-es/commands/ListPartnerEventSourcesCommand.js +5 -0
  94. package/dist-es/commands/ListReplaysCommand.js +5 -0
  95. package/dist-es/commands/ListRuleNamesByTargetCommand.js +5 -0
  96. package/dist-es/commands/ListRulesCommand.js +5 -0
  97. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  98. package/dist-es/commands/ListTargetsByRuleCommand.js +5 -0
  99. package/dist-es/commands/PutEventsCommand.js +5 -0
  100. package/dist-es/commands/PutPartnerEventsCommand.js +5 -0
  101. package/dist-es/commands/PutPermissionCommand.js +5 -0
  102. package/dist-es/commands/PutRuleCommand.js +5 -0
  103. package/dist-es/commands/PutTargetsCommand.js +5 -0
  104. package/dist-es/commands/RemovePermissionCommand.js +5 -0
  105. package/dist-es/commands/RemoveTargetsCommand.js +5 -0
  106. package/dist-es/commands/StartReplayCommand.js +5 -0
  107. package/dist-es/commands/TagResourceCommand.js +5 -0
  108. package/dist-es/commands/TestEventPatternCommand.js +5 -0
  109. package/dist-es/commands/UntagResourceCommand.js +5 -0
  110. package/dist-es/commands/UpdateApiDestinationCommand.js +5 -0
  111. package/dist-es/commands/UpdateArchiveCommand.js +5 -0
  112. package/dist-es/commands/UpdateConnectionCommand.js +5 -0
  113. package/dist-es/commands/UpdateEndpointCommand.js +5 -0
  114. package/package.json +32 -32
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRuleNamesByTargetCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRuleNamesByTargetCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListRuleNamesByTarget",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListRulesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRulesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListRules",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ListTargetsByRuleResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ListTargetsByRuleCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: ListTargetsByRuleResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "ListTargetsByRule",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutEventsCommand extends $Command {
@@ -30,6 +31,10 @@ export class PutEventsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "PutEvents",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutPartnerEventsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutPartnerEventsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "PutPartnerEvents",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutPermissionCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutPermissionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "PutPermission",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "PutRule",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { PutTargetsRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class PutTargetsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: PutTargetsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "PutTargets",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class RemovePermissionCommand extends $Command {
@@ -29,6 +30,10 @@ export class RemovePermissionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "RemovePermission",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class RemoveTargetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class RemoveTargetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "RemoveTargets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StartReplayCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartReplayCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "StartReplay",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "TagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class TestEventPatternCommand extends $Command {
@@ -29,6 +30,10 @@ export class TestEventPatternCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "TestEventPattern",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "UntagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class UpdateApiDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateApiDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "UpdateApiDestination",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class UpdateArchiveCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateArchiveCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "UpdateArchive",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { UpdateConnectionRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class UpdateConnectionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: UpdateConnectionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "UpdateConnection",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class UpdateEndpointCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateEndpointCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "UpdateEndpoint",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eventbridge",
3
3
  "description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
4
- "version": "3.414.0",
4
+ "version": "3.421.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -23,40 +23,40 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
- "@aws-sdk/client-sts": "3.414.0",
27
- "@aws-sdk/credential-provider-node": "3.414.0",
28
- "@aws-sdk/middleware-host-header": "3.413.0",
29
- "@aws-sdk/middleware-logger": "3.413.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.413.0",
31
- "@aws-sdk/middleware-signing": "3.413.0",
32
- "@aws-sdk/middleware-user-agent": "3.413.0",
33
- "@aws-sdk/region-config-resolver": "3.413.0",
34
- "@aws-sdk/signature-v4-multi-region": "3.413.0",
35
- "@aws-sdk/types": "3.413.0",
36
- "@aws-sdk/util-endpoints": "3.413.0",
37
- "@aws-sdk/util-user-agent-browser": "3.413.0",
38
- "@aws-sdk/util-user-agent-node": "3.413.0",
39
- "@smithy/config-resolver": "^2.0.8",
40
- "@smithy/fetch-http-handler": "^2.1.3",
41
- "@smithy/hash-node": "^2.0.7",
42
- "@smithy/invalid-dependency": "^2.0.7",
43
- "@smithy/middleware-content-length": "^2.0.9",
44
- "@smithy/middleware-endpoint": "^2.0.7",
45
- "@smithy/middleware-retry": "^2.0.10",
46
- "@smithy/middleware-serde": "^2.0.7",
47
- "@smithy/middleware-stack": "^2.0.0",
48
- "@smithy/node-config-provider": "^2.0.10",
49
- "@smithy/node-http-handler": "^2.1.3",
50
- "@smithy/protocol-http": "^3.0.3",
51
- "@smithy/smithy-client": "^2.1.4",
52
- "@smithy/types": "^2.3.1",
53
- "@smithy/url-parser": "^2.0.7",
26
+ "@aws-sdk/client-sts": "3.421.0",
27
+ "@aws-sdk/credential-provider-node": "3.421.0",
28
+ "@aws-sdk/middleware-host-header": "3.418.0",
29
+ "@aws-sdk/middleware-logger": "3.418.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.418.0",
31
+ "@aws-sdk/middleware-signing": "3.418.0",
32
+ "@aws-sdk/middleware-user-agent": "3.418.0",
33
+ "@aws-sdk/region-config-resolver": "3.418.0",
34
+ "@aws-sdk/signature-v4-multi-region": "3.418.0",
35
+ "@aws-sdk/types": "3.418.0",
36
+ "@aws-sdk/util-endpoints": "3.418.0",
37
+ "@aws-sdk/util-user-agent-browser": "3.418.0",
38
+ "@aws-sdk/util-user-agent-node": "3.418.0",
39
+ "@smithy/config-resolver": "^2.0.10",
40
+ "@smithy/fetch-http-handler": "^2.1.5",
41
+ "@smithy/hash-node": "^2.0.9",
42
+ "@smithy/invalid-dependency": "^2.0.9",
43
+ "@smithy/middleware-content-length": "^2.0.11",
44
+ "@smithy/middleware-endpoint": "^2.0.9",
45
+ "@smithy/middleware-retry": "^2.0.12",
46
+ "@smithy/middleware-serde": "^2.0.9",
47
+ "@smithy/middleware-stack": "^2.0.2",
48
+ "@smithy/node-config-provider": "^2.0.12",
49
+ "@smithy/node-http-handler": "^2.1.5",
50
+ "@smithy/protocol-http": "^3.0.5",
51
+ "@smithy/smithy-client": "^2.1.6",
52
+ "@smithy/types": "^2.3.3",
53
+ "@smithy/url-parser": "^2.0.9",
54
54
  "@smithy/util-base64": "^2.0.0",
55
55
  "@smithy/util-body-length-browser": "^2.0.0",
56
56
  "@smithy/util-body-length-node": "^2.1.0",
57
- "@smithy/util-defaults-mode-browser": "^2.0.8",
58
- "@smithy/util-defaults-mode-node": "^2.0.10",
59
- "@smithy/util-retry": "^2.0.0",
57
+ "@smithy/util-defaults-mode-browser": "^2.0.10",
58
+ "@smithy/util-defaults-mode-node": "^2.0.12",
59
+ "@smithy/util-retry": "^2.0.2",
60
60
  "@smithy/util-utf8": "^2.0.0",
61
61
  "tslib": "^2.5.0"
62
62
  },