@aws-sdk/client-cloudwatch-events 3.414.0 → 3.418.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 +5 -0
  2. package/dist-cjs/commands/CancelReplayCommand.js +5 -0
  3. package/dist-cjs/commands/CreateApiDestinationCommand.js +5 -0
  4. package/dist-cjs/commands/CreateArchiveCommand.js +5 -0
  5. package/dist-cjs/commands/CreateConnectionCommand.js +7 -1
  6. package/dist-cjs/commands/CreateEventBusCommand.js +5 -0
  7. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +5 -0
  8. package/dist-cjs/commands/DeactivateEventSourceCommand.js +5 -0
  9. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteApiDestinationCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteArchiveCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteEventBusCommand.js +5 -0
  14. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
  16. package/dist-cjs/commands/DescribeApiDestinationCommand.js +5 -0
  17. package/dist-cjs/commands/DescribeArchiveCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeConnectionCommand.js +7 -1
  19. package/dist-cjs/commands/DescribeEventBusCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeEventSourceCommand.js +5 -0
  21. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeReplayCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeRuleCommand.js +5 -0
  24. package/dist-cjs/commands/DisableRuleCommand.js +5 -0
  25. package/dist-cjs/commands/EnableRuleCommand.js +5 -0
  26. package/dist-cjs/commands/ListApiDestinationsCommand.js +5 -0
  27. package/dist-cjs/commands/ListArchivesCommand.js +5 -0
  28. package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
  29. package/dist-cjs/commands/ListEventBusesCommand.js +5 -0
  30. package/dist-cjs/commands/ListEventSourcesCommand.js +5 -0
  31. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
  32. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +5 -0
  33. package/dist-cjs/commands/ListReplaysCommand.js +5 -0
  34. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +5 -0
  35. package/dist-cjs/commands/ListRulesCommand.js +5 -0
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  37. package/dist-cjs/commands/ListTargetsByRuleCommand.js +5 -0
  38. package/dist-cjs/commands/PutEventsCommand.js +5 -0
  39. package/dist-cjs/commands/PutPartnerEventsCommand.js +5 -0
  40. package/dist-cjs/commands/PutPermissionCommand.js +5 -0
  41. package/dist-cjs/commands/PutRuleCommand.js +5 -0
  42. package/dist-cjs/commands/PutTargetsCommand.js +5 -0
  43. package/dist-cjs/commands/RemovePermissionCommand.js +5 -0
  44. package/dist-cjs/commands/RemoveTargetsCommand.js +5 -0
  45. package/dist-cjs/commands/StartReplayCommand.js +5 -0
  46. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  47. package/dist-cjs/commands/TestEventPatternCommand.js +5 -0
  48. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/UpdateApiDestinationCommand.js +5 -0
  50. package/dist-cjs/commands/UpdateArchiveCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateConnectionCommand.js +7 -1
  52. package/dist-cjs/models/models_0.js +148 -1
  53. package/dist-es/commands/ActivateEventSourceCommand.js +5 -0
  54. package/dist-es/commands/CancelReplayCommand.js +5 -0
  55. package/dist-es/commands/CreateApiDestinationCommand.js +5 -0
  56. package/dist-es/commands/CreateArchiveCommand.js +5 -0
  57. package/dist-es/commands/CreateConnectionCommand.js +7 -1
  58. package/dist-es/commands/CreateEventBusCommand.js +5 -0
  59. package/dist-es/commands/CreatePartnerEventSourceCommand.js +5 -0
  60. package/dist-es/commands/DeactivateEventSourceCommand.js +5 -0
  61. package/dist-es/commands/DeauthorizeConnectionCommand.js +5 -0
  62. package/dist-es/commands/DeleteApiDestinationCommand.js +5 -0
  63. package/dist-es/commands/DeleteArchiveCommand.js +5 -0
  64. package/dist-es/commands/DeleteConnectionCommand.js +5 -0
  65. package/dist-es/commands/DeleteEventBusCommand.js +5 -0
  66. package/dist-es/commands/DeletePartnerEventSourceCommand.js +5 -0
  67. package/dist-es/commands/DeleteRuleCommand.js +5 -0
  68. package/dist-es/commands/DescribeApiDestinationCommand.js +5 -0
  69. package/dist-es/commands/DescribeArchiveCommand.js +5 -0
  70. package/dist-es/commands/DescribeConnectionCommand.js +7 -1
  71. package/dist-es/commands/DescribeEventBusCommand.js +5 -0
  72. package/dist-es/commands/DescribeEventSourceCommand.js +5 -0
  73. package/dist-es/commands/DescribePartnerEventSourceCommand.js +5 -0
  74. package/dist-es/commands/DescribeReplayCommand.js +5 -0
  75. package/dist-es/commands/DescribeRuleCommand.js +5 -0
  76. package/dist-es/commands/DisableRuleCommand.js +5 -0
  77. package/dist-es/commands/EnableRuleCommand.js +5 -0
  78. package/dist-es/commands/ListApiDestinationsCommand.js +5 -0
  79. package/dist-es/commands/ListArchivesCommand.js +5 -0
  80. package/dist-es/commands/ListConnectionsCommand.js +5 -0
  81. package/dist-es/commands/ListEventBusesCommand.js +5 -0
  82. package/dist-es/commands/ListEventSourcesCommand.js +5 -0
  83. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
  84. package/dist-es/commands/ListPartnerEventSourcesCommand.js +5 -0
  85. package/dist-es/commands/ListReplaysCommand.js +5 -0
  86. package/dist-es/commands/ListRuleNamesByTargetCommand.js +5 -0
  87. package/dist-es/commands/ListRulesCommand.js +5 -0
  88. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  89. package/dist-es/commands/ListTargetsByRuleCommand.js +5 -0
  90. package/dist-es/commands/PutEventsCommand.js +5 -0
  91. package/dist-es/commands/PutPartnerEventsCommand.js +5 -0
  92. package/dist-es/commands/PutPermissionCommand.js +5 -0
  93. package/dist-es/commands/PutRuleCommand.js +5 -0
  94. package/dist-es/commands/PutTargetsCommand.js +5 -0
  95. package/dist-es/commands/RemovePermissionCommand.js +5 -0
  96. package/dist-es/commands/RemoveTargetsCommand.js +5 -0
  97. package/dist-es/commands/StartReplayCommand.js +5 -0
  98. package/dist-es/commands/TagResourceCommand.js +5 -0
  99. package/dist-es/commands/TestEventPatternCommand.js +5 -0
  100. package/dist-es/commands/UntagResourceCommand.js +5 -0
  101. package/dist-es/commands/UpdateApiDestinationCommand.js +5 -0
  102. package/dist-es/commands/UpdateArchiveCommand.js +5 -0
  103. package/dist-es/commands/UpdateConnectionCommand.js +7 -1
  104. package/dist-es/models/models_0.js +128 -0
  105. package/dist-types/models/models_0.d.ts +76 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +57 -0
  107. package/package.json +31 -31
@@ -1,6 +1,8 @@
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";
5
+ import { CreateConnectionRequestFilterSensitiveLog, } from "../models/models_0";
4
6
  import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1";
5
7
  export { $Command };
6
8
  export class CreateConnectionCommand extends $Command {
@@ -27,8 +29,12 @@ export class CreateConnectionCommand extends $Command {
27
29
  logger,
28
30
  clientName,
29
31
  commandName,
30
- inputFilterSensitiveLog: (_) => _,
32
+ inputFilterSensitiveLog: CreateConnectionRequestFilterSensitiveLog,
31
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "CreateConnection",
37
+ },
32
38
  };
33
39
  const { requestHandler } = configuration;
34
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_CreateEventBusCommand, se_CreateEventBusCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateEventBusCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateEventBusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "CreateEventBus",
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_CreatePartnerEventSourceCommand, se_CreatePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreatePartnerEventSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreatePartnerEventSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "CreatePartnerEventSource",
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_DeactivateEventSourceCommand, se_DeactivateEventSourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeactivateEventSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeactivateEventSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeactivateEventSource",
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_DeauthorizeConnectionCommand, se_DeauthorizeConnectionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeauthorizeConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeauthorizeConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeauthorizeConnection",
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_DeleteApiDestinationCommand, se_DeleteApiDestinationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteApiDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteApiDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeleteApiDestination",
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_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteArchiveCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteArchiveCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeleteArchive",
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_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteConnectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConnectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeleteConnection",
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_DeleteEventBusCommand, se_DeleteEventBusCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteEventBusCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteEventBusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeleteEventBus",
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_DeletePartnerEventSourceCommand, se_DeletePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeletePartnerEventSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePartnerEventSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeletePartnerEventSource",
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_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DeleteRule",
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_DescribeApiDestinationCommand, se_DescribeApiDestinationCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeApiDestinationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeApiDestinationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeApiDestination",
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_DescribeArchiveCommand, se_DescribeArchiveCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeArchiveCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeArchiveCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeArchive",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,8 @@
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";
5
+ import { DescribeConnectionResponseFilterSensitiveLog, } from "../models/models_0";
4
6
  import { de_DescribeConnectionCommand, se_DescribeConnectionCommand } from "../protocols/Aws_json1_1";
5
7
  export { $Command };
6
8
  export class DescribeConnectionCommand extends $Command {
@@ -28,7 +30,11 @@ export class DescribeConnectionCommand extends $Command {
28
30
  clientName,
29
31
  commandName,
30
32
  inputFilterSensitiveLog: (_) => _,
31
- outputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: DescribeConnectionResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSEvents",
36
+ operation: "DescribeConnection",
37
+ },
32
38
  };
33
39
  const { requestHandler } = configuration;
34
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_DescribeEventBusCommand, se_DescribeEventBusCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeEventBusCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEventBusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeEventBus",
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_DescribeEventSourceCommand, se_DescribeEventSourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeEventSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEventSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeEventSource",
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_DescribePartnerEventSourceCommand, se_DescribePartnerEventSourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribePartnerEventSourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribePartnerEventSourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribePartnerEventSource",
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_DescribeReplayCommand, se_DescribeReplayCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeReplayCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeReplayCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeReplay",
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_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DescribeRule",
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_DisableRuleCommand, se_DisableRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DisableRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisableRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "DisableRule",
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_EnableRuleCommand, se_EnableRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class EnableRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class EnableRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "EnableRule",
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_ListApiDestinationsCommand, se_ListApiDestinationsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListApiDestinationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListApiDestinationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListApiDestinations",
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_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListArchivesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListArchivesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListArchives",
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_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListConnectionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListConnectionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListConnections",
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_ListEventBusesCommand, se_ListEventBusesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListEventBusesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEventBusesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListEventBuses",
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_ListEventSourcesCommand, se_ListEventSourcesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListEventSourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEventSourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListEventSources",
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_ListPartnerEventSourceAccountsCommand, se_ListPartnerEventSourceAccountsCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPartnerEventSourceAccountsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPartnerEventSourceAccountsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListPartnerEventSourceAccounts",
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_ListPartnerEventSourcesCommand, se_ListPartnerEventSourcesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPartnerEventSourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPartnerEventSourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListPartnerEventSources",
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_ListReplaysCommand, se_ListReplaysCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListReplaysCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListReplaysCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSEvents",
35
+ operation: "ListReplays",
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_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);