@aws-sdk/client-cloudwatch-events 3.590.0 → 3.592.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/index.js +0 -51
  2. package/dist-types/commands/ActivateEventSourceCommand.d.ts +2 -1
  3. package/dist-types/commands/CancelReplayCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateApiDestinationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateArchiveCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateEventBusCommand.d.ts +2 -1
  8. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
  9. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +2 -1
  10. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteEventBusCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeArchiveCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeConnectionCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeEventBusCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeEventSourceCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeReplayCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -1
  25. package/dist-types/commands/DisableRuleCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableRuleCommand.d.ts +2 -1
  27. package/dist-types/commands/ListApiDestinationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListArchivesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEventBusesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEventSourcesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListReplaysCommand.d.ts +2 -1
  35. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
  36. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +2 -1
  39. package/dist-types/commands/PutEventsCommand.d.ts +2 -1
  40. package/dist-types/commands/PutPartnerEventsCommand.d.ts +2 -1
  41. package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
  42. package/dist-types/commands/PutRuleCommand.d.ts +2 -1
  43. package/dist-types/commands/PutTargetsCommand.d.ts +2 -1
  44. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  45. package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -1
  46. package/dist-types/commands/StartReplayCommand.d.ts +2 -1
  47. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/TestEventPatternCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
  53. package/dist-types/index.d.ts +2 -2
  54. package/dist-types/models/CloudWatchEventsServiceException.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +2 -1
  107. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListConnectionsRequest, ListConnectionsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutEventsRequest, PutEventsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutPermissionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutRuleRequest, PutRuleResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RemovePermissionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartReplayRequest, StartReplayResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TestEventPatternRequest, TestEventPatternResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -26,8 +26,8 @@
26
26
  export * from "./CloudWatchEventsClient";
27
27
  export * from "./CloudWatchEvents";
28
28
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
29
- export { RuntimeExtension } from "./runtimeExtensions";
30
- export { CloudWatchEventsExtensionConfiguration } from "./extensionConfiguration";
29
+ export type { RuntimeExtension } from "./runtimeExtensions";
30
+ export type { CloudWatchEventsExtensionConfiguration } from "./extensionConfiguration";
31
31
  export * from "./commands";
32
32
  export * from "./models";
33
33
  export { CloudWatchEventsServiceException } from "./models/CloudWatchEventsServiceException";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { ActivateEventSourceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ActivateEventSourceCommandInput
11
12
  extends ActivateEventSourceRequest {}
12
13
  export interface ActivateEventSourceCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CancelReplayCommandInput extends CancelReplayRequest {}
11
12
  export interface CancelReplayCommandOutput
12
13
  extends CancelReplayResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateApiDestinationRequest,
10
10
  CreateApiDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApiDestinationCommandInput
14
15
  extends CreateApiDestinationRequest {}
15
16
  export interface CreateApiDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateArchiveRequest,
10
10
  CreateArchiveResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateArchiveCommandInput extends CreateArchiveRequest {}
14
15
  export interface CreateArchiveCommandOutput
15
16
  extends CreateArchiveResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateConnectionRequest,
10
10
  CreateConnectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
14
15
  export interface CreateConnectionCommandOutput
15
16
  extends CreateConnectionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateEventBusRequest,
10
10
  CreateEventBusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEventBusCommandInput extends CreateEventBusRequest {}
14
15
  export interface CreateEventBusCommandOutput
15
16
  extends CreateEventBusResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePartnerEventSourceRequest,
10
10
  CreatePartnerEventSourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePartnerEventSourceCommandInput
14
15
  extends CreatePartnerEventSourceRequest {}
15
16
  export interface CreatePartnerEventSourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DeactivateEventSourceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeactivateEventSourceCommandInput
11
12
  extends DeactivateEventSourceRequest {}
12
13
  export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  DeauthorizeConnectionRequest,
10
10
  DeauthorizeConnectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeauthorizeConnectionCommandInput
14
15
  extends DeauthorizeConnectionRequest {}
15
16
  export interface DeauthorizeConnectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteApiDestinationRequest,
10
10
  DeleteApiDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApiDestinationCommandInput
14
15
  extends DeleteApiDestinationRequest {}
15
16
  export interface DeleteApiDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteArchiveRequest,
10
10
  DeleteArchiveResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteArchiveCommandInput extends DeleteArchiveRequest {}
14
15
  export interface DeleteArchiveCommandOutput
15
16
  extends DeleteArchiveResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteConnectionRequest,
10
10
  DeleteConnectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
14
15
  export interface DeleteConnectionCommandOutput
15
16
  extends DeleteConnectionResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DeleteEventBusRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteEventBusCommandInput extends DeleteEventBusRequest {}
11
12
  export interface DeleteEventBusCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteEventBusCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DeletePartnerEventSourceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeletePartnerEventSourceCommandInput
11
12
  extends DeletePartnerEventSourceRequest {}
12
13
  export interface DeletePartnerEventSourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DeleteRuleRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
11
12
  export interface DeleteRuleCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteRuleCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DescribeApiDestinationRequest,
10
10
  DescribeApiDestinationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeApiDestinationCommandInput
14
15
  extends DescribeApiDestinationRequest {}
15
16
  export interface DescribeApiDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeArchiveRequest,
10
10
  DescribeArchiveResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {}
14
15
  export interface DescribeArchiveCommandOutput
15
16
  extends DescribeArchiveResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeConnectionRequest,
10
10
  DescribeConnectionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeConnectionCommandInput
14
15
  extends DescribeConnectionRequest {}
15
16
  export interface DescribeConnectionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventBusRequest,
10
10
  DescribeEventBusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {}
14
15
  export interface DescribeEventBusCommandOutput
15
16
  extends DescribeEventBusResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventSourceRequest,
10
10
  DescribeEventSourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventSourceCommandInput
14
15
  extends DescribeEventSourceRequest {}
15
16
  export interface DescribeEventSourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribePartnerEventSourceRequest,
10
10
  DescribePartnerEventSourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePartnerEventSourceCommandInput
14
15
  extends DescribePartnerEventSourceRequest {}
15
16
  export interface DescribePartnerEventSourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeReplayRequest,
10
10
  DescribeReplayResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeReplayCommandInput extends DescribeReplayRequest {}
14
15
  export interface DescribeReplayCommandOutput
15
16
  extends DescribeReplayResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
11
12
  export interface DescribeRuleCommandOutput
12
13
  extends DescribeRuleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { DisableRuleRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisableRuleCommandInput extends DisableRuleRequest {}
11
12
  export interface DisableRuleCommandOutput extends __MetadataBearer {}
12
13
  declare const DisableRuleCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { EnableRuleRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableRuleCommandInput extends EnableRuleRequest {}
11
12
  export interface EnableRuleCommandOutput extends __MetadataBearer {}
12
13
  declare const EnableRuleCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  ListApiDestinationsRequest,
10
10
  ListApiDestinationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApiDestinationsCommandInput
14
15
  extends ListApiDestinationsRequest {}
15
16
  export interface ListApiDestinationsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudWatchEventsClient";
8
8
  import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListArchivesCommandInput extends ListArchivesRequest {}
11
12
  export interface ListArchivesCommandOutput
12
13
  extends ListArchivesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListConnectionsRequest,
10
10
  ListConnectionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
14
15
  export interface ListConnectionsCommandOutput
15
16
  extends ListConnectionsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListEventBusesRequest,
10
10
  ListEventBusesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventBusesCommandInput extends ListEventBusesRequest {}
14
15
  export interface ListEventBusesCommandOutput
15
16
  extends ListEventBusesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListEventSourcesRequest,
10
10
  ListEventSourcesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {}
14
15
  export interface ListEventSourcesCommandOutput
15
16
  extends ListEventSourcesResponse,