@aws-sdk/client-eventbridge 3.169.0 → 3.171.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 (71) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/EventBridge.d.ts +956 -285
  3. package/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
  4. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
  5. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
  32. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  51. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
  59. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -56
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  62. package/dist-types/ts3.4/index.d.ts +5 -5
  63. package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +7 -6
  64. package/dist-types/ts3.4/models/index.d.ts +1 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
  66. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
  71. package/package.json +36 -36
@@ -1,285 +1,956 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
3
- import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
4
- import { CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput } from "./commands/CreateApiDestinationCommand";
5
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
6
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
7
- import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "./commands/CreateEndpointCommand";
8
- import { CreateEventBusCommandInput, CreateEventBusCommandOutput } from "./commands/CreateEventBusCommand";
9
- import { CreatePartnerEventSourceCommandInput, CreatePartnerEventSourceCommandOutput } from "./commands/CreatePartnerEventSourceCommand";
10
- import { DeactivateEventSourceCommandInput, DeactivateEventSourceCommandOutput } from "./commands/DeactivateEventSourceCommand";
11
- import { DeauthorizeConnectionCommandInput, DeauthorizeConnectionCommandOutput } from "./commands/DeauthorizeConnectionCommand";
12
- import { DeleteApiDestinationCommandInput, DeleteApiDestinationCommandOutput } from "./commands/DeleteApiDestinationCommand";
13
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
14
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
15
- import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "./commands/DeleteEndpointCommand";
16
- import { DeleteEventBusCommandInput, DeleteEventBusCommandOutput } from "./commands/DeleteEventBusCommand";
17
- import { DeletePartnerEventSourceCommandInput, DeletePartnerEventSourceCommandOutput } from "./commands/DeletePartnerEventSourceCommand";
18
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
19
- import { DescribeApiDestinationCommandInput, DescribeApiDestinationCommandOutput } from "./commands/DescribeApiDestinationCommand";
20
- import { DescribeArchiveCommandInput, DescribeArchiveCommandOutput } from "./commands/DescribeArchiveCommand";
21
- import { DescribeConnectionCommandInput, DescribeConnectionCommandOutput } from "./commands/DescribeConnectionCommand";
22
- import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./commands/DescribeEndpointCommand";
23
- import { DescribeEventBusCommandInput, DescribeEventBusCommandOutput } from "./commands/DescribeEventBusCommand";
24
- import { DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput } from "./commands/DescribeEventSourceCommand";
25
- import { DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput } from "./commands/DescribePartnerEventSourceCommand";
26
- import { DescribeReplayCommandInput, DescribeReplayCommandOutput } from "./commands/DescribeReplayCommand";
27
- import { DescribeRuleCommandInput, DescribeRuleCommandOutput } from "./commands/DescribeRuleCommand";
28
- import { DisableRuleCommandInput, DisableRuleCommandOutput } from "./commands/DisableRuleCommand";
29
- import { EnableRuleCommandInput, EnableRuleCommandOutput } from "./commands/EnableRuleCommand";
30
- import { ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput } from "./commands/ListApiDestinationsCommand";
31
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
32
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
33
- import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./commands/ListEndpointsCommand";
34
- import { ListEventBusesCommandInput, ListEventBusesCommandOutput } from "./commands/ListEventBusesCommand";
35
- import { ListEventSourcesCommandInput, ListEventSourcesCommandOutput } from "./commands/ListEventSourcesCommand";
36
- import { ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput } from "./commands/ListPartnerEventSourceAccountsCommand";
37
- import { ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput } from "./commands/ListPartnerEventSourcesCommand";
38
- import { ListReplaysCommandInput, ListReplaysCommandOutput } from "./commands/ListReplaysCommand";
39
- import { ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput } from "./commands/ListRuleNamesByTargetCommand";
40
- import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
41
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
42
- import { ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput } from "./commands/ListTargetsByRuleCommand";
43
- import { PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand";
44
- import { PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput } from "./commands/PutPartnerEventsCommand";
45
- import { PutPermissionCommandInput, PutPermissionCommandOutput } from "./commands/PutPermissionCommand";
46
- import { PutRuleCommandInput, PutRuleCommandOutput } from "./commands/PutRuleCommand";
47
- import { PutTargetsCommandInput, PutTargetsCommandOutput } from "./commands/PutTargetsCommand";
48
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "./commands/RemovePermissionCommand";
49
- import { RemoveTargetsCommandInput, RemoveTargetsCommandOutput } from "./commands/RemoveTargetsCommand";
50
- import { StartReplayCommandInput, StartReplayCommandOutput } from "./commands/StartReplayCommand";
51
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
52
- import { TestEventPatternCommandInput, TestEventPatternCommandOutput } from "./commands/TestEventPatternCommand";
53
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
54
- import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } from "./commands/UpdateApiDestinationCommand";
55
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
56
- import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
57
- import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
58
- import { EventBridgeClient } from "./EventBridgeClient";
59
-
60
- export declare class EventBridge extends EventBridgeClient {
61
-
62
- activateEventSource(args: ActivateEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<ActivateEventSourceCommandOutput>;
63
- activateEventSource(args: ActivateEventSourceCommandInput, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
64
- activateEventSource(args: ActivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateEventSourceCommandOutput) => void): void;
65
-
66
- cancelReplay(args: CancelReplayCommandInput, options?: __HttpHandlerOptions): Promise<CancelReplayCommandOutput>;
67
- cancelReplay(args: CancelReplayCommandInput, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
68
- cancelReplay(args: CancelReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelReplayCommandOutput) => void): void;
69
-
70
- createApiDestination(args: CreateApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApiDestinationCommandOutput>;
71
- createApiDestination(args: CreateApiDestinationCommandInput, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
72
- createApiDestination(args: CreateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApiDestinationCommandOutput) => void): void;
73
-
74
- createArchive(args: CreateArchiveCommandInput, options?: __HttpHandlerOptions): Promise<CreateArchiveCommandOutput>;
75
- createArchive(args: CreateArchiveCommandInput, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
76
- createArchive(args: CreateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateArchiveCommandOutput) => void): void;
77
-
78
- createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
79
- createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
80
- createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
81
-
82
- createEndpoint(args: CreateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointCommandOutput>;
83
- createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
84
- createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
85
-
86
- createEventBus(args: CreateEventBusCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventBusCommandOutput>;
87
- createEventBus(args: CreateEventBusCommandInput, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
88
- createEventBus(args: CreateEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventBusCommandOutput) => void): void;
89
-
90
- createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreatePartnerEventSourceCommandOutput>;
91
- createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
92
- createPartnerEventSource(args: CreatePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void): void;
93
-
94
- deactivateEventSource(args: DeactivateEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateEventSourceCommandOutput>;
95
- deactivateEventSource(args: DeactivateEventSourceCommandInput, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
96
- deactivateEventSource(args: DeactivateEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void): void;
97
-
98
- deauthorizeConnection(args: DeauthorizeConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeauthorizeConnectionCommandOutput>;
99
- deauthorizeConnection(args: DeauthorizeConnectionCommandInput, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
100
- deauthorizeConnection(args: DeauthorizeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void): void;
101
-
102
- deleteApiDestination(args: DeleteApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApiDestinationCommandOutput>;
103
- deleteApiDestination(args: DeleteApiDestinationCommandInput, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
104
- deleteApiDestination(args: DeleteApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void): void;
105
-
106
- deleteArchive(args: DeleteArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DeleteArchiveCommandOutput>;
107
- deleteArchive(args: DeleteArchiveCommandInput, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
108
- deleteArchive(args: DeleteArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteArchiveCommandOutput) => void): void;
109
-
110
- deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
111
- deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
112
- deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
113
-
114
- deleteEndpoint(args: DeleteEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointCommandOutput>;
115
- deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
116
- deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
117
-
118
- deleteEventBus(args: DeleteEventBusCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventBusCommandOutput>;
119
- deleteEventBus(args: DeleteEventBusCommandInput, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
120
- deleteEventBus(args: DeleteEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventBusCommandOutput) => void): void;
121
-
122
- deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeletePartnerEventSourceCommandOutput>;
123
- deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
124
- deletePartnerEventSource(args: DeletePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void): void;
125
-
126
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
127
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
128
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
129
-
130
- describeApiDestination(args: DescribeApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApiDestinationCommandOutput>;
131
- describeApiDestination(args: DescribeApiDestinationCommandInput, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
132
- describeApiDestination(args: DescribeApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void): void;
133
-
134
- describeArchive(args: DescribeArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DescribeArchiveCommandOutput>;
135
- describeArchive(args: DescribeArchiveCommandInput, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
136
- describeArchive(args: DescribeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeArchiveCommandOutput) => void): void;
137
-
138
- describeConnection(args: DescribeConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectionCommandOutput>;
139
- describeConnection(args: DescribeConnectionCommandInput, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
140
- describeConnection(args: DescribeConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionCommandOutput) => void): void;
141
-
142
- describeEndpoint(args: DescribeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointCommandOutput>;
143
- describeEndpoint(args: DescribeEndpointCommandInput, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
144
- describeEndpoint(args: DescribeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointCommandOutput) => void): void;
145
-
146
- describeEventBus(args: DescribeEventBusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventBusCommandOutput>;
147
- describeEventBus(args: DescribeEventBusCommandInput, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
148
- describeEventBus(args: DescribeEventBusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventBusCommandOutput) => void): void;
149
-
150
- describeEventSource(args: DescribeEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSourceCommandOutput>;
151
- describeEventSource(args: DescribeEventSourceCommandInput, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
152
- describeEventSource(args: DescribeEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSourceCommandOutput) => void): void;
153
-
154
- describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribePartnerEventSourceCommandOutput>;
155
- describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
156
- describePartnerEventSource(args: DescribePartnerEventSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void): void;
157
-
158
- describeReplay(args: DescribeReplayCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplayCommandOutput>;
159
- describeReplay(args: DescribeReplayCommandInput, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
160
- describeReplay(args: DescribeReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplayCommandOutput) => void): void;
161
-
162
- describeRule(args: DescribeRuleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleCommandOutput>;
163
- describeRule(args: DescribeRuleCommandInput, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
164
- describeRule(args: DescribeRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleCommandOutput) => void): void;
165
-
166
- disableRule(args: DisableRuleCommandInput, options?: __HttpHandlerOptions): Promise<DisableRuleCommandOutput>;
167
- disableRule(args: DisableRuleCommandInput, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
168
- disableRule(args: DisableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableRuleCommandOutput) => void): void;
169
-
170
- enableRule(args: EnableRuleCommandInput, options?: __HttpHandlerOptions): Promise<EnableRuleCommandOutput>;
171
- enableRule(args: EnableRuleCommandInput, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
172
- enableRule(args: EnableRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableRuleCommandOutput) => void): void;
173
-
174
- listApiDestinations(args: ListApiDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApiDestinationsCommandOutput>;
175
- listApiDestinations(args: ListApiDestinationsCommandInput, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
176
- listApiDestinations(args: ListApiDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApiDestinationsCommandOutput) => void): void;
177
-
178
- listArchives(args: ListArchivesCommandInput, options?: __HttpHandlerOptions): Promise<ListArchivesCommandOutput>;
179
- listArchives(args: ListArchivesCommandInput, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
180
- listArchives(args: ListArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArchivesCommandOutput) => void): void;
181
-
182
- listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
183
- listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
184
- listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
185
-
186
- listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
187
- listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
188
- listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
189
-
190
- listEventBuses(args: ListEventBusesCommandInput, options?: __HttpHandlerOptions): Promise<ListEventBusesCommandOutput>;
191
- listEventBuses(args: ListEventBusesCommandInput, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
192
- listEventBuses(args: ListEventBusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventBusesCommandOutput) => void): void;
193
-
194
- listEventSources(args: ListEventSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListEventSourcesCommandOutput>;
195
- listEventSources(args: ListEventSourcesCommandInput, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
196
- listEventSources(args: ListEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourcesCommandOutput) => void): void;
197
-
198
- listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerEventSourceAccountsCommandOutput>;
199
- listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
200
- listPartnerEventSourceAccounts(args: ListPartnerEventSourceAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void): void;
201
-
202
- listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListPartnerEventSourcesCommandOutput>;
203
- listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
204
- listPartnerEventSources(args: ListPartnerEventSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void): void;
205
-
206
- listReplays(args: ListReplaysCommandInput, options?: __HttpHandlerOptions): Promise<ListReplaysCommandOutput>;
207
- listReplays(args: ListReplaysCommandInput, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
208
- listReplays(args: ListReplaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplaysCommandOutput) => void): void;
209
-
210
- listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleNamesByTargetCommandOutput>;
211
- listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
212
- listRuleNamesByTarget(args: ListRuleNamesByTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void): void;
213
-
214
- listRules(args: ListRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesCommandOutput>;
215
- listRules(args: ListRulesCommandInput, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
216
- listRules(args: ListRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesCommandOutput) => void): void;
217
-
218
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
219
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
220
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
221
-
222
- listTargetsByRule(args: ListTargetsByRuleCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsByRuleCommandOutput>;
223
- listTargetsByRule(args: ListTargetsByRuleCommandInput, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
224
- listTargetsByRule(args: ListTargetsByRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void): void;
225
-
226
- putEvents(args: PutEventsCommandInput, options?: __HttpHandlerOptions): Promise<PutEventsCommandOutput>;
227
- putEvents(args: PutEventsCommandInput, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
228
- putEvents(args: PutEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsCommandOutput) => void): void;
229
-
230
- putPartnerEvents(args: PutPartnerEventsCommandInput, options?: __HttpHandlerOptions): Promise<PutPartnerEventsCommandOutput>;
231
- putPartnerEvents(args: PutPartnerEventsCommandInput, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
232
- putPartnerEvents(args: PutPartnerEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPartnerEventsCommandOutput) => void): void;
233
-
234
- putPermission(args: PutPermissionCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionCommandOutput>;
235
- putPermission(args: PutPermissionCommandInput, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
236
- putPermission(args: PutPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionCommandOutput) => void): void;
237
-
238
- putRule(args: PutRuleCommandInput, options?: __HttpHandlerOptions): Promise<PutRuleCommandOutput>;
239
- putRule(args: PutRuleCommandInput, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
240
- putRule(args: PutRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuleCommandOutput) => void): void;
241
-
242
- putTargets(args: PutTargetsCommandInput, options?: __HttpHandlerOptions): Promise<PutTargetsCommandOutput>;
243
- putTargets(args: PutTargetsCommandInput, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
244
- putTargets(args: PutTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTargetsCommandOutput) => void): void;
245
-
246
- removePermission(args: RemovePermissionCommandInput, options?: __HttpHandlerOptions): Promise<RemovePermissionCommandOutput>;
247
- removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
248
- removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
249
-
250
- removeTargets(args: RemoveTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTargetsCommandOutput>;
251
- removeTargets(args: RemoveTargetsCommandInput, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
252
- removeTargets(args: RemoveTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTargetsCommandOutput) => void): void;
253
-
254
- startReplay(args: StartReplayCommandInput, options?: __HttpHandlerOptions): Promise<StartReplayCommandOutput>;
255
- startReplay(args: StartReplayCommandInput, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
256
- startReplay(args: StartReplayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplayCommandOutput) => void): void;
257
-
258
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
259
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
260
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
261
-
262
- testEventPattern(args: TestEventPatternCommandInput, options?: __HttpHandlerOptions): Promise<TestEventPatternCommandOutput>;
263
- testEventPattern(args: TestEventPatternCommandInput, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
264
- testEventPattern(args: TestEventPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestEventPatternCommandOutput) => void): void;
265
-
266
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
267
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
268
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
269
-
270
- updateApiDestination(args: UpdateApiDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApiDestinationCommandOutput>;
271
- updateApiDestination(args: UpdateApiDestinationCommandInput, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
272
- updateApiDestination(args: UpdateApiDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void): void;
273
-
274
- updateArchive(args: UpdateArchiveCommandInput, options?: __HttpHandlerOptions): Promise<UpdateArchiveCommandOutput>;
275
- updateArchive(args: UpdateArchiveCommandInput, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
276
- updateArchive(args: UpdateArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateArchiveCommandOutput) => void): void;
277
-
278
- updateConnection(args: UpdateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectionCommandOutput>;
279
- updateConnection(args: UpdateConnectionCommandInput, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
280
- updateConnection(args: UpdateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectionCommandOutput) => void): void;
281
-
282
- updateEndpoint(args: UpdateEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointCommandOutput>;
283
- updateEndpoint(args: UpdateEndpointCommandInput, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
284
- updateEndpoint(args: UpdateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointCommandOutput) => void): void;
285
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ ActivateEventSourceCommandInput,
4
+ ActivateEventSourceCommandOutput,
5
+ } from "./commands/ActivateEventSourceCommand";
6
+ import {
7
+ CancelReplayCommandInput,
8
+ CancelReplayCommandOutput,
9
+ } from "./commands/CancelReplayCommand";
10
+ import {
11
+ CreateApiDestinationCommandInput,
12
+ CreateApiDestinationCommandOutput,
13
+ } from "./commands/CreateApiDestinationCommand";
14
+ import {
15
+ CreateArchiveCommandInput,
16
+ CreateArchiveCommandOutput,
17
+ } from "./commands/CreateArchiveCommand";
18
+ import {
19
+ CreateConnectionCommandInput,
20
+ CreateConnectionCommandOutput,
21
+ } from "./commands/CreateConnectionCommand";
22
+ import {
23
+ CreateEndpointCommandInput,
24
+ CreateEndpointCommandOutput,
25
+ } from "./commands/CreateEndpointCommand";
26
+ import {
27
+ CreateEventBusCommandInput,
28
+ CreateEventBusCommandOutput,
29
+ } from "./commands/CreateEventBusCommand";
30
+ import {
31
+ CreatePartnerEventSourceCommandInput,
32
+ CreatePartnerEventSourceCommandOutput,
33
+ } from "./commands/CreatePartnerEventSourceCommand";
34
+ import {
35
+ DeactivateEventSourceCommandInput,
36
+ DeactivateEventSourceCommandOutput,
37
+ } from "./commands/DeactivateEventSourceCommand";
38
+ import {
39
+ DeauthorizeConnectionCommandInput,
40
+ DeauthorizeConnectionCommandOutput,
41
+ } from "./commands/DeauthorizeConnectionCommand";
42
+ import {
43
+ DeleteApiDestinationCommandInput,
44
+ DeleteApiDestinationCommandOutput,
45
+ } from "./commands/DeleteApiDestinationCommand";
46
+ import {
47
+ DeleteArchiveCommandInput,
48
+ DeleteArchiveCommandOutput,
49
+ } from "./commands/DeleteArchiveCommand";
50
+ import {
51
+ DeleteConnectionCommandInput,
52
+ DeleteConnectionCommandOutput,
53
+ } from "./commands/DeleteConnectionCommand";
54
+ import {
55
+ DeleteEndpointCommandInput,
56
+ DeleteEndpointCommandOutput,
57
+ } from "./commands/DeleteEndpointCommand";
58
+ import {
59
+ DeleteEventBusCommandInput,
60
+ DeleteEventBusCommandOutput,
61
+ } from "./commands/DeleteEventBusCommand";
62
+ import {
63
+ DeletePartnerEventSourceCommandInput,
64
+ DeletePartnerEventSourceCommandOutput,
65
+ } from "./commands/DeletePartnerEventSourceCommand";
66
+ import {
67
+ DeleteRuleCommandInput,
68
+ DeleteRuleCommandOutput,
69
+ } from "./commands/DeleteRuleCommand";
70
+ import {
71
+ DescribeApiDestinationCommandInput,
72
+ DescribeApiDestinationCommandOutput,
73
+ } from "./commands/DescribeApiDestinationCommand";
74
+ import {
75
+ DescribeArchiveCommandInput,
76
+ DescribeArchiveCommandOutput,
77
+ } from "./commands/DescribeArchiveCommand";
78
+ import {
79
+ DescribeConnectionCommandInput,
80
+ DescribeConnectionCommandOutput,
81
+ } from "./commands/DescribeConnectionCommand";
82
+ import {
83
+ DescribeEndpointCommandInput,
84
+ DescribeEndpointCommandOutput,
85
+ } from "./commands/DescribeEndpointCommand";
86
+ import {
87
+ DescribeEventBusCommandInput,
88
+ DescribeEventBusCommandOutput,
89
+ } from "./commands/DescribeEventBusCommand";
90
+ import {
91
+ DescribeEventSourceCommandInput,
92
+ DescribeEventSourceCommandOutput,
93
+ } from "./commands/DescribeEventSourceCommand";
94
+ import {
95
+ DescribePartnerEventSourceCommandInput,
96
+ DescribePartnerEventSourceCommandOutput,
97
+ } from "./commands/DescribePartnerEventSourceCommand";
98
+ import {
99
+ DescribeReplayCommandInput,
100
+ DescribeReplayCommandOutput,
101
+ } from "./commands/DescribeReplayCommand";
102
+ import {
103
+ DescribeRuleCommandInput,
104
+ DescribeRuleCommandOutput,
105
+ } from "./commands/DescribeRuleCommand";
106
+ import {
107
+ DisableRuleCommandInput,
108
+ DisableRuleCommandOutput,
109
+ } from "./commands/DisableRuleCommand";
110
+ import {
111
+ EnableRuleCommandInput,
112
+ EnableRuleCommandOutput,
113
+ } from "./commands/EnableRuleCommand";
114
+ import {
115
+ ListApiDestinationsCommandInput,
116
+ ListApiDestinationsCommandOutput,
117
+ } from "./commands/ListApiDestinationsCommand";
118
+ import {
119
+ ListArchivesCommandInput,
120
+ ListArchivesCommandOutput,
121
+ } from "./commands/ListArchivesCommand";
122
+ import {
123
+ ListConnectionsCommandInput,
124
+ ListConnectionsCommandOutput,
125
+ } from "./commands/ListConnectionsCommand";
126
+ import {
127
+ ListEndpointsCommandInput,
128
+ ListEndpointsCommandOutput,
129
+ } from "./commands/ListEndpointsCommand";
130
+ import {
131
+ ListEventBusesCommandInput,
132
+ ListEventBusesCommandOutput,
133
+ } from "./commands/ListEventBusesCommand";
134
+ import {
135
+ ListEventSourcesCommandInput,
136
+ ListEventSourcesCommandOutput,
137
+ } from "./commands/ListEventSourcesCommand";
138
+ import {
139
+ ListPartnerEventSourceAccountsCommandInput,
140
+ ListPartnerEventSourceAccountsCommandOutput,
141
+ } from "./commands/ListPartnerEventSourceAccountsCommand";
142
+ import {
143
+ ListPartnerEventSourcesCommandInput,
144
+ ListPartnerEventSourcesCommandOutput,
145
+ } from "./commands/ListPartnerEventSourcesCommand";
146
+ import {
147
+ ListReplaysCommandInput,
148
+ ListReplaysCommandOutput,
149
+ } from "./commands/ListReplaysCommand";
150
+ import {
151
+ ListRuleNamesByTargetCommandInput,
152
+ ListRuleNamesByTargetCommandOutput,
153
+ } from "./commands/ListRuleNamesByTargetCommand";
154
+ import {
155
+ ListRulesCommandInput,
156
+ ListRulesCommandOutput,
157
+ } from "./commands/ListRulesCommand";
158
+ import {
159
+ ListTagsForResourceCommandInput,
160
+ ListTagsForResourceCommandOutput,
161
+ } from "./commands/ListTagsForResourceCommand";
162
+ import {
163
+ ListTargetsByRuleCommandInput,
164
+ ListTargetsByRuleCommandOutput,
165
+ } from "./commands/ListTargetsByRuleCommand";
166
+ import {
167
+ PutEventsCommandInput,
168
+ PutEventsCommandOutput,
169
+ } from "./commands/PutEventsCommand";
170
+ import {
171
+ PutPartnerEventsCommandInput,
172
+ PutPartnerEventsCommandOutput,
173
+ } from "./commands/PutPartnerEventsCommand";
174
+ import {
175
+ PutPermissionCommandInput,
176
+ PutPermissionCommandOutput,
177
+ } from "./commands/PutPermissionCommand";
178
+ import {
179
+ PutRuleCommandInput,
180
+ PutRuleCommandOutput,
181
+ } from "./commands/PutRuleCommand";
182
+ import {
183
+ PutTargetsCommandInput,
184
+ PutTargetsCommandOutput,
185
+ } from "./commands/PutTargetsCommand";
186
+ import {
187
+ RemovePermissionCommandInput,
188
+ RemovePermissionCommandOutput,
189
+ } from "./commands/RemovePermissionCommand";
190
+ import {
191
+ RemoveTargetsCommandInput,
192
+ RemoveTargetsCommandOutput,
193
+ } from "./commands/RemoveTargetsCommand";
194
+ import {
195
+ StartReplayCommandInput,
196
+ StartReplayCommandOutput,
197
+ } from "./commands/StartReplayCommand";
198
+ import {
199
+ TagResourceCommandInput,
200
+ TagResourceCommandOutput,
201
+ } from "./commands/TagResourceCommand";
202
+ import {
203
+ TestEventPatternCommandInput,
204
+ TestEventPatternCommandOutput,
205
+ } from "./commands/TestEventPatternCommand";
206
+ import {
207
+ UntagResourceCommandInput,
208
+ UntagResourceCommandOutput,
209
+ } from "./commands/UntagResourceCommand";
210
+ import {
211
+ UpdateApiDestinationCommandInput,
212
+ UpdateApiDestinationCommandOutput,
213
+ } from "./commands/UpdateApiDestinationCommand";
214
+ import {
215
+ UpdateArchiveCommandInput,
216
+ UpdateArchiveCommandOutput,
217
+ } from "./commands/UpdateArchiveCommand";
218
+ import {
219
+ UpdateConnectionCommandInput,
220
+ UpdateConnectionCommandOutput,
221
+ } from "./commands/UpdateConnectionCommand";
222
+ import {
223
+ UpdateEndpointCommandInput,
224
+ UpdateEndpointCommandOutput,
225
+ } from "./commands/UpdateEndpointCommand";
226
+ import { EventBridgeClient } from "./EventBridgeClient";
227
+ export declare class EventBridge extends EventBridgeClient {
228
+ activateEventSource(
229
+ args: ActivateEventSourceCommandInput,
230
+ options?: __HttpHandlerOptions
231
+ ): Promise<ActivateEventSourceCommandOutput>;
232
+ activateEventSource(
233
+ args: ActivateEventSourceCommandInput,
234
+ cb: (err: any, data?: ActivateEventSourceCommandOutput) => void
235
+ ): void;
236
+ activateEventSource(
237
+ args: ActivateEventSourceCommandInput,
238
+ options: __HttpHandlerOptions,
239
+ cb: (err: any, data?: ActivateEventSourceCommandOutput) => void
240
+ ): void;
241
+ cancelReplay(
242
+ args: CancelReplayCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<CancelReplayCommandOutput>;
245
+ cancelReplay(
246
+ args: CancelReplayCommandInput,
247
+ cb: (err: any, data?: CancelReplayCommandOutput) => void
248
+ ): void;
249
+ cancelReplay(
250
+ args: CancelReplayCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: CancelReplayCommandOutput) => void
253
+ ): void;
254
+ createApiDestination(
255
+ args: CreateApiDestinationCommandInput,
256
+ options?: __HttpHandlerOptions
257
+ ): Promise<CreateApiDestinationCommandOutput>;
258
+ createApiDestination(
259
+ args: CreateApiDestinationCommandInput,
260
+ cb: (err: any, data?: CreateApiDestinationCommandOutput) => void
261
+ ): void;
262
+ createApiDestination(
263
+ args: CreateApiDestinationCommandInput,
264
+ options: __HttpHandlerOptions,
265
+ cb: (err: any, data?: CreateApiDestinationCommandOutput) => void
266
+ ): void;
267
+ createArchive(
268
+ args: CreateArchiveCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<CreateArchiveCommandOutput>;
271
+ createArchive(
272
+ args: CreateArchiveCommandInput,
273
+ cb: (err: any, data?: CreateArchiveCommandOutput) => void
274
+ ): void;
275
+ createArchive(
276
+ args: CreateArchiveCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: CreateArchiveCommandOutput) => void
279
+ ): void;
280
+ createConnection(
281
+ args: CreateConnectionCommandInput,
282
+ options?: __HttpHandlerOptions
283
+ ): Promise<CreateConnectionCommandOutput>;
284
+ createConnection(
285
+ args: CreateConnectionCommandInput,
286
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
287
+ ): void;
288
+ createConnection(
289
+ args: CreateConnectionCommandInput,
290
+ options: __HttpHandlerOptions,
291
+ cb: (err: any, data?: CreateConnectionCommandOutput) => void
292
+ ): void;
293
+ createEndpoint(
294
+ args: CreateEndpointCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<CreateEndpointCommandOutput>;
297
+ createEndpoint(
298
+ args: CreateEndpointCommandInput,
299
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void
300
+ ): void;
301
+ createEndpoint(
302
+ args: CreateEndpointCommandInput,
303
+ options: __HttpHandlerOptions,
304
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void
305
+ ): void;
306
+ createEventBus(
307
+ args: CreateEventBusCommandInput,
308
+ options?: __HttpHandlerOptions
309
+ ): Promise<CreateEventBusCommandOutput>;
310
+ createEventBus(
311
+ args: CreateEventBusCommandInput,
312
+ cb: (err: any, data?: CreateEventBusCommandOutput) => void
313
+ ): void;
314
+ createEventBus(
315
+ args: CreateEventBusCommandInput,
316
+ options: __HttpHandlerOptions,
317
+ cb: (err: any, data?: CreateEventBusCommandOutput) => void
318
+ ): void;
319
+ createPartnerEventSource(
320
+ args: CreatePartnerEventSourceCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<CreatePartnerEventSourceCommandOutput>;
323
+ createPartnerEventSource(
324
+ args: CreatePartnerEventSourceCommandInput,
325
+ cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void
326
+ ): void;
327
+ createPartnerEventSource(
328
+ args: CreatePartnerEventSourceCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: CreatePartnerEventSourceCommandOutput) => void
331
+ ): void;
332
+ deactivateEventSource(
333
+ args: DeactivateEventSourceCommandInput,
334
+ options?: __HttpHandlerOptions
335
+ ): Promise<DeactivateEventSourceCommandOutput>;
336
+ deactivateEventSource(
337
+ args: DeactivateEventSourceCommandInput,
338
+ cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void
339
+ ): void;
340
+ deactivateEventSource(
341
+ args: DeactivateEventSourceCommandInput,
342
+ options: __HttpHandlerOptions,
343
+ cb: (err: any, data?: DeactivateEventSourceCommandOutput) => void
344
+ ): void;
345
+ deauthorizeConnection(
346
+ args: DeauthorizeConnectionCommandInput,
347
+ options?: __HttpHandlerOptions
348
+ ): Promise<DeauthorizeConnectionCommandOutput>;
349
+ deauthorizeConnection(
350
+ args: DeauthorizeConnectionCommandInput,
351
+ cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void
352
+ ): void;
353
+ deauthorizeConnection(
354
+ args: DeauthorizeConnectionCommandInput,
355
+ options: __HttpHandlerOptions,
356
+ cb: (err: any, data?: DeauthorizeConnectionCommandOutput) => void
357
+ ): void;
358
+ deleteApiDestination(
359
+ args: DeleteApiDestinationCommandInput,
360
+ options?: __HttpHandlerOptions
361
+ ): Promise<DeleteApiDestinationCommandOutput>;
362
+ deleteApiDestination(
363
+ args: DeleteApiDestinationCommandInput,
364
+ cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void
365
+ ): void;
366
+ deleteApiDestination(
367
+ args: DeleteApiDestinationCommandInput,
368
+ options: __HttpHandlerOptions,
369
+ cb: (err: any, data?: DeleteApiDestinationCommandOutput) => void
370
+ ): void;
371
+ deleteArchive(
372
+ args: DeleteArchiveCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<DeleteArchiveCommandOutput>;
375
+ deleteArchive(
376
+ args: DeleteArchiveCommandInput,
377
+ cb: (err: any, data?: DeleteArchiveCommandOutput) => void
378
+ ): void;
379
+ deleteArchive(
380
+ args: DeleteArchiveCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: DeleteArchiveCommandOutput) => void
383
+ ): void;
384
+ deleteConnection(
385
+ args: DeleteConnectionCommandInput,
386
+ options?: __HttpHandlerOptions
387
+ ): Promise<DeleteConnectionCommandOutput>;
388
+ deleteConnection(
389
+ args: DeleteConnectionCommandInput,
390
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
391
+ ): void;
392
+ deleteConnection(
393
+ args: DeleteConnectionCommandInput,
394
+ options: __HttpHandlerOptions,
395
+ cb: (err: any, data?: DeleteConnectionCommandOutput) => void
396
+ ): void;
397
+ deleteEndpoint(
398
+ args: DeleteEndpointCommandInput,
399
+ options?: __HttpHandlerOptions
400
+ ): Promise<DeleteEndpointCommandOutput>;
401
+ deleteEndpoint(
402
+ args: DeleteEndpointCommandInput,
403
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void
404
+ ): void;
405
+ deleteEndpoint(
406
+ args: DeleteEndpointCommandInput,
407
+ options: __HttpHandlerOptions,
408
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void
409
+ ): void;
410
+ deleteEventBus(
411
+ args: DeleteEventBusCommandInput,
412
+ options?: __HttpHandlerOptions
413
+ ): Promise<DeleteEventBusCommandOutput>;
414
+ deleteEventBus(
415
+ args: DeleteEventBusCommandInput,
416
+ cb: (err: any, data?: DeleteEventBusCommandOutput) => void
417
+ ): void;
418
+ deleteEventBus(
419
+ args: DeleteEventBusCommandInput,
420
+ options: __HttpHandlerOptions,
421
+ cb: (err: any, data?: DeleteEventBusCommandOutput) => void
422
+ ): void;
423
+ deletePartnerEventSource(
424
+ args: DeletePartnerEventSourceCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<DeletePartnerEventSourceCommandOutput>;
427
+ deletePartnerEventSource(
428
+ args: DeletePartnerEventSourceCommandInput,
429
+ cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void
430
+ ): void;
431
+ deletePartnerEventSource(
432
+ args: DeletePartnerEventSourceCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: DeletePartnerEventSourceCommandOutput) => void
435
+ ): void;
436
+ deleteRule(
437
+ args: DeleteRuleCommandInput,
438
+ options?: __HttpHandlerOptions
439
+ ): Promise<DeleteRuleCommandOutput>;
440
+ deleteRule(
441
+ args: DeleteRuleCommandInput,
442
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
443
+ ): void;
444
+ deleteRule(
445
+ args: DeleteRuleCommandInput,
446
+ options: __HttpHandlerOptions,
447
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
448
+ ): void;
449
+ describeApiDestination(
450
+ args: DescribeApiDestinationCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<DescribeApiDestinationCommandOutput>;
453
+ describeApiDestination(
454
+ args: DescribeApiDestinationCommandInput,
455
+ cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void
456
+ ): void;
457
+ describeApiDestination(
458
+ args: DescribeApiDestinationCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: DescribeApiDestinationCommandOutput) => void
461
+ ): void;
462
+ describeArchive(
463
+ args: DescribeArchiveCommandInput,
464
+ options?: __HttpHandlerOptions
465
+ ): Promise<DescribeArchiveCommandOutput>;
466
+ describeArchive(
467
+ args: DescribeArchiveCommandInput,
468
+ cb: (err: any, data?: DescribeArchiveCommandOutput) => void
469
+ ): void;
470
+ describeArchive(
471
+ args: DescribeArchiveCommandInput,
472
+ options: __HttpHandlerOptions,
473
+ cb: (err: any, data?: DescribeArchiveCommandOutput) => void
474
+ ): void;
475
+ describeConnection(
476
+ args: DescribeConnectionCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<DescribeConnectionCommandOutput>;
479
+ describeConnection(
480
+ args: DescribeConnectionCommandInput,
481
+ cb: (err: any, data?: DescribeConnectionCommandOutput) => void
482
+ ): void;
483
+ describeConnection(
484
+ args: DescribeConnectionCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: DescribeConnectionCommandOutput) => void
487
+ ): void;
488
+ describeEndpoint(
489
+ args: DescribeEndpointCommandInput,
490
+ options?: __HttpHandlerOptions
491
+ ): Promise<DescribeEndpointCommandOutput>;
492
+ describeEndpoint(
493
+ args: DescribeEndpointCommandInput,
494
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void
495
+ ): void;
496
+ describeEndpoint(
497
+ args: DescribeEndpointCommandInput,
498
+ options: __HttpHandlerOptions,
499
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void
500
+ ): void;
501
+ describeEventBus(
502
+ args: DescribeEventBusCommandInput,
503
+ options?: __HttpHandlerOptions
504
+ ): Promise<DescribeEventBusCommandOutput>;
505
+ describeEventBus(
506
+ args: DescribeEventBusCommandInput,
507
+ cb: (err: any, data?: DescribeEventBusCommandOutput) => void
508
+ ): void;
509
+ describeEventBus(
510
+ args: DescribeEventBusCommandInput,
511
+ options: __HttpHandlerOptions,
512
+ cb: (err: any, data?: DescribeEventBusCommandOutput) => void
513
+ ): void;
514
+ describeEventSource(
515
+ args: DescribeEventSourceCommandInput,
516
+ options?: __HttpHandlerOptions
517
+ ): Promise<DescribeEventSourceCommandOutput>;
518
+ describeEventSource(
519
+ args: DescribeEventSourceCommandInput,
520
+ cb: (err: any, data?: DescribeEventSourceCommandOutput) => void
521
+ ): void;
522
+ describeEventSource(
523
+ args: DescribeEventSourceCommandInput,
524
+ options: __HttpHandlerOptions,
525
+ cb: (err: any, data?: DescribeEventSourceCommandOutput) => void
526
+ ): void;
527
+ describePartnerEventSource(
528
+ args: DescribePartnerEventSourceCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<DescribePartnerEventSourceCommandOutput>;
531
+ describePartnerEventSource(
532
+ args: DescribePartnerEventSourceCommandInput,
533
+ cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void
534
+ ): void;
535
+ describePartnerEventSource(
536
+ args: DescribePartnerEventSourceCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: DescribePartnerEventSourceCommandOutput) => void
539
+ ): void;
540
+ describeReplay(
541
+ args: DescribeReplayCommandInput,
542
+ options?: __HttpHandlerOptions
543
+ ): Promise<DescribeReplayCommandOutput>;
544
+ describeReplay(
545
+ args: DescribeReplayCommandInput,
546
+ cb: (err: any, data?: DescribeReplayCommandOutput) => void
547
+ ): void;
548
+ describeReplay(
549
+ args: DescribeReplayCommandInput,
550
+ options: __HttpHandlerOptions,
551
+ cb: (err: any, data?: DescribeReplayCommandOutput) => void
552
+ ): void;
553
+ describeRule(
554
+ args: DescribeRuleCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<DescribeRuleCommandOutput>;
557
+ describeRule(
558
+ args: DescribeRuleCommandInput,
559
+ cb: (err: any, data?: DescribeRuleCommandOutput) => void
560
+ ): void;
561
+ describeRule(
562
+ args: DescribeRuleCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: DescribeRuleCommandOutput) => void
565
+ ): void;
566
+ disableRule(
567
+ args: DisableRuleCommandInput,
568
+ options?: __HttpHandlerOptions
569
+ ): Promise<DisableRuleCommandOutput>;
570
+ disableRule(
571
+ args: DisableRuleCommandInput,
572
+ cb: (err: any, data?: DisableRuleCommandOutput) => void
573
+ ): void;
574
+ disableRule(
575
+ args: DisableRuleCommandInput,
576
+ options: __HttpHandlerOptions,
577
+ cb: (err: any, data?: DisableRuleCommandOutput) => void
578
+ ): void;
579
+ enableRule(
580
+ args: EnableRuleCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<EnableRuleCommandOutput>;
583
+ enableRule(
584
+ args: EnableRuleCommandInput,
585
+ cb: (err: any, data?: EnableRuleCommandOutput) => void
586
+ ): void;
587
+ enableRule(
588
+ args: EnableRuleCommandInput,
589
+ options: __HttpHandlerOptions,
590
+ cb: (err: any, data?: EnableRuleCommandOutput) => void
591
+ ): void;
592
+ listApiDestinations(
593
+ args: ListApiDestinationsCommandInput,
594
+ options?: __HttpHandlerOptions
595
+ ): Promise<ListApiDestinationsCommandOutput>;
596
+ listApiDestinations(
597
+ args: ListApiDestinationsCommandInput,
598
+ cb: (err: any, data?: ListApiDestinationsCommandOutput) => void
599
+ ): void;
600
+ listApiDestinations(
601
+ args: ListApiDestinationsCommandInput,
602
+ options: __HttpHandlerOptions,
603
+ cb: (err: any, data?: ListApiDestinationsCommandOutput) => void
604
+ ): void;
605
+ listArchives(
606
+ args: ListArchivesCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<ListArchivesCommandOutput>;
609
+ listArchives(
610
+ args: ListArchivesCommandInput,
611
+ cb: (err: any, data?: ListArchivesCommandOutput) => void
612
+ ): void;
613
+ listArchives(
614
+ args: ListArchivesCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: ListArchivesCommandOutput) => void
617
+ ): void;
618
+ listConnections(
619
+ args: ListConnectionsCommandInput,
620
+ options?: __HttpHandlerOptions
621
+ ): Promise<ListConnectionsCommandOutput>;
622
+ listConnections(
623
+ args: ListConnectionsCommandInput,
624
+ cb: (err: any, data?: ListConnectionsCommandOutput) => void
625
+ ): void;
626
+ listConnections(
627
+ args: ListConnectionsCommandInput,
628
+ options: __HttpHandlerOptions,
629
+ cb: (err: any, data?: ListConnectionsCommandOutput) => void
630
+ ): void;
631
+ listEndpoints(
632
+ args: ListEndpointsCommandInput,
633
+ options?: __HttpHandlerOptions
634
+ ): Promise<ListEndpointsCommandOutput>;
635
+ listEndpoints(
636
+ args: ListEndpointsCommandInput,
637
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void
638
+ ): void;
639
+ listEndpoints(
640
+ args: ListEndpointsCommandInput,
641
+ options: __HttpHandlerOptions,
642
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void
643
+ ): void;
644
+ listEventBuses(
645
+ args: ListEventBusesCommandInput,
646
+ options?: __HttpHandlerOptions
647
+ ): Promise<ListEventBusesCommandOutput>;
648
+ listEventBuses(
649
+ args: ListEventBusesCommandInput,
650
+ cb: (err: any, data?: ListEventBusesCommandOutput) => void
651
+ ): void;
652
+ listEventBuses(
653
+ args: ListEventBusesCommandInput,
654
+ options: __HttpHandlerOptions,
655
+ cb: (err: any, data?: ListEventBusesCommandOutput) => void
656
+ ): void;
657
+ listEventSources(
658
+ args: ListEventSourcesCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<ListEventSourcesCommandOutput>;
661
+ listEventSources(
662
+ args: ListEventSourcesCommandInput,
663
+ cb: (err: any, data?: ListEventSourcesCommandOutput) => void
664
+ ): void;
665
+ listEventSources(
666
+ args: ListEventSourcesCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: ListEventSourcesCommandOutput) => void
669
+ ): void;
670
+ listPartnerEventSourceAccounts(
671
+ args: ListPartnerEventSourceAccountsCommandInput,
672
+ options?: __HttpHandlerOptions
673
+ ): Promise<ListPartnerEventSourceAccountsCommandOutput>;
674
+ listPartnerEventSourceAccounts(
675
+ args: ListPartnerEventSourceAccountsCommandInput,
676
+ cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void
677
+ ): void;
678
+ listPartnerEventSourceAccounts(
679
+ args: ListPartnerEventSourceAccountsCommandInput,
680
+ options: __HttpHandlerOptions,
681
+ cb: (err: any, data?: ListPartnerEventSourceAccountsCommandOutput) => void
682
+ ): void;
683
+ listPartnerEventSources(
684
+ args: ListPartnerEventSourcesCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<ListPartnerEventSourcesCommandOutput>;
687
+ listPartnerEventSources(
688
+ args: ListPartnerEventSourcesCommandInput,
689
+ cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void
690
+ ): void;
691
+ listPartnerEventSources(
692
+ args: ListPartnerEventSourcesCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void
695
+ ): void;
696
+ listReplays(
697
+ args: ListReplaysCommandInput,
698
+ options?: __HttpHandlerOptions
699
+ ): Promise<ListReplaysCommandOutput>;
700
+ listReplays(
701
+ args: ListReplaysCommandInput,
702
+ cb: (err: any, data?: ListReplaysCommandOutput) => void
703
+ ): void;
704
+ listReplays(
705
+ args: ListReplaysCommandInput,
706
+ options: __HttpHandlerOptions,
707
+ cb: (err: any, data?: ListReplaysCommandOutput) => void
708
+ ): void;
709
+ listRuleNamesByTarget(
710
+ args: ListRuleNamesByTargetCommandInput,
711
+ options?: __HttpHandlerOptions
712
+ ): Promise<ListRuleNamesByTargetCommandOutput>;
713
+ listRuleNamesByTarget(
714
+ args: ListRuleNamesByTargetCommandInput,
715
+ cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void
716
+ ): void;
717
+ listRuleNamesByTarget(
718
+ args: ListRuleNamesByTargetCommandInput,
719
+ options: __HttpHandlerOptions,
720
+ cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void
721
+ ): void;
722
+ listRules(
723
+ args: ListRulesCommandInput,
724
+ options?: __HttpHandlerOptions
725
+ ): Promise<ListRulesCommandOutput>;
726
+ listRules(
727
+ args: ListRulesCommandInput,
728
+ cb: (err: any, data?: ListRulesCommandOutput) => void
729
+ ): void;
730
+ listRules(
731
+ args: ListRulesCommandInput,
732
+ options: __HttpHandlerOptions,
733
+ cb: (err: any, data?: ListRulesCommandOutput) => void
734
+ ): void;
735
+ listTagsForResource(
736
+ args: ListTagsForResourceCommandInput,
737
+ options?: __HttpHandlerOptions
738
+ ): Promise<ListTagsForResourceCommandOutput>;
739
+ listTagsForResource(
740
+ args: ListTagsForResourceCommandInput,
741
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
742
+ ): void;
743
+ listTagsForResource(
744
+ args: ListTagsForResourceCommandInput,
745
+ options: __HttpHandlerOptions,
746
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
747
+ ): void;
748
+ listTargetsByRule(
749
+ args: ListTargetsByRuleCommandInput,
750
+ options?: __HttpHandlerOptions
751
+ ): Promise<ListTargetsByRuleCommandOutput>;
752
+ listTargetsByRule(
753
+ args: ListTargetsByRuleCommandInput,
754
+ cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void
755
+ ): void;
756
+ listTargetsByRule(
757
+ args: ListTargetsByRuleCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (err: any, data?: ListTargetsByRuleCommandOutput) => void
760
+ ): void;
761
+ putEvents(
762
+ args: PutEventsCommandInput,
763
+ options?: __HttpHandlerOptions
764
+ ): Promise<PutEventsCommandOutput>;
765
+ putEvents(
766
+ args: PutEventsCommandInput,
767
+ cb: (err: any, data?: PutEventsCommandOutput) => void
768
+ ): void;
769
+ putEvents(
770
+ args: PutEventsCommandInput,
771
+ options: __HttpHandlerOptions,
772
+ cb: (err: any, data?: PutEventsCommandOutput) => void
773
+ ): void;
774
+ putPartnerEvents(
775
+ args: PutPartnerEventsCommandInput,
776
+ options?: __HttpHandlerOptions
777
+ ): Promise<PutPartnerEventsCommandOutput>;
778
+ putPartnerEvents(
779
+ args: PutPartnerEventsCommandInput,
780
+ cb: (err: any, data?: PutPartnerEventsCommandOutput) => void
781
+ ): void;
782
+ putPartnerEvents(
783
+ args: PutPartnerEventsCommandInput,
784
+ options: __HttpHandlerOptions,
785
+ cb: (err: any, data?: PutPartnerEventsCommandOutput) => void
786
+ ): void;
787
+ putPermission(
788
+ args: PutPermissionCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<PutPermissionCommandOutput>;
791
+ putPermission(
792
+ args: PutPermissionCommandInput,
793
+ cb: (err: any, data?: PutPermissionCommandOutput) => void
794
+ ): void;
795
+ putPermission(
796
+ args: PutPermissionCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: PutPermissionCommandOutput) => void
799
+ ): void;
800
+ putRule(
801
+ args: PutRuleCommandInput,
802
+ options?: __HttpHandlerOptions
803
+ ): Promise<PutRuleCommandOutput>;
804
+ putRule(
805
+ args: PutRuleCommandInput,
806
+ cb: (err: any, data?: PutRuleCommandOutput) => void
807
+ ): void;
808
+ putRule(
809
+ args: PutRuleCommandInput,
810
+ options: __HttpHandlerOptions,
811
+ cb: (err: any, data?: PutRuleCommandOutput) => void
812
+ ): void;
813
+ putTargets(
814
+ args: PutTargetsCommandInput,
815
+ options?: __HttpHandlerOptions
816
+ ): Promise<PutTargetsCommandOutput>;
817
+ putTargets(
818
+ args: PutTargetsCommandInput,
819
+ cb: (err: any, data?: PutTargetsCommandOutput) => void
820
+ ): void;
821
+ putTargets(
822
+ args: PutTargetsCommandInput,
823
+ options: __HttpHandlerOptions,
824
+ cb: (err: any, data?: PutTargetsCommandOutput) => void
825
+ ): void;
826
+ removePermission(
827
+ args: RemovePermissionCommandInput,
828
+ options?: __HttpHandlerOptions
829
+ ): Promise<RemovePermissionCommandOutput>;
830
+ removePermission(
831
+ args: RemovePermissionCommandInput,
832
+ cb: (err: any, data?: RemovePermissionCommandOutput) => void
833
+ ): void;
834
+ removePermission(
835
+ args: RemovePermissionCommandInput,
836
+ options: __HttpHandlerOptions,
837
+ cb: (err: any, data?: RemovePermissionCommandOutput) => void
838
+ ): void;
839
+ removeTargets(
840
+ args: RemoveTargetsCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<RemoveTargetsCommandOutput>;
843
+ removeTargets(
844
+ args: RemoveTargetsCommandInput,
845
+ cb: (err: any, data?: RemoveTargetsCommandOutput) => void
846
+ ): void;
847
+ removeTargets(
848
+ args: RemoveTargetsCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: RemoveTargetsCommandOutput) => void
851
+ ): void;
852
+ startReplay(
853
+ args: StartReplayCommandInput,
854
+ options?: __HttpHandlerOptions
855
+ ): Promise<StartReplayCommandOutput>;
856
+ startReplay(
857
+ args: StartReplayCommandInput,
858
+ cb: (err: any, data?: StartReplayCommandOutput) => void
859
+ ): void;
860
+ startReplay(
861
+ args: StartReplayCommandInput,
862
+ options: __HttpHandlerOptions,
863
+ cb: (err: any, data?: StartReplayCommandOutput) => void
864
+ ): void;
865
+ tagResource(
866
+ args: TagResourceCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<TagResourceCommandOutput>;
869
+ tagResource(
870
+ args: TagResourceCommandInput,
871
+ cb: (err: any, data?: TagResourceCommandOutput) => void
872
+ ): void;
873
+ tagResource(
874
+ args: TagResourceCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: TagResourceCommandOutput) => void
877
+ ): void;
878
+ testEventPattern(
879
+ args: TestEventPatternCommandInput,
880
+ options?: __HttpHandlerOptions
881
+ ): Promise<TestEventPatternCommandOutput>;
882
+ testEventPattern(
883
+ args: TestEventPatternCommandInput,
884
+ cb: (err: any, data?: TestEventPatternCommandOutput) => void
885
+ ): void;
886
+ testEventPattern(
887
+ args: TestEventPatternCommandInput,
888
+ options: __HttpHandlerOptions,
889
+ cb: (err: any, data?: TestEventPatternCommandOutput) => void
890
+ ): void;
891
+ untagResource(
892
+ args: UntagResourceCommandInput,
893
+ options?: __HttpHandlerOptions
894
+ ): Promise<UntagResourceCommandOutput>;
895
+ untagResource(
896
+ args: UntagResourceCommandInput,
897
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
898
+ ): void;
899
+ untagResource(
900
+ args: UntagResourceCommandInput,
901
+ options: __HttpHandlerOptions,
902
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
903
+ ): void;
904
+ updateApiDestination(
905
+ args: UpdateApiDestinationCommandInput,
906
+ options?: __HttpHandlerOptions
907
+ ): Promise<UpdateApiDestinationCommandOutput>;
908
+ updateApiDestination(
909
+ args: UpdateApiDestinationCommandInput,
910
+ cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void
911
+ ): void;
912
+ updateApiDestination(
913
+ args: UpdateApiDestinationCommandInput,
914
+ options: __HttpHandlerOptions,
915
+ cb: (err: any, data?: UpdateApiDestinationCommandOutput) => void
916
+ ): void;
917
+ updateArchive(
918
+ args: UpdateArchiveCommandInput,
919
+ options?: __HttpHandlerOptions
920
+ ): Promise<UpdateArchiveCommandOutput>;
921
+ updateArchive(
922
+ args: UpdateArchiveCommandInput,
923
+ cb: (err: any, data?: UpdateArchiveCommandOutput) => void
924
+ ): void;
925
+ updateArchive(
926
+ args: UpdateArchiveCommandInput,
927
+ options: __HttpHandlerOptions,
928
+ cb: (err: any, data?: UpdateArchiveCommandOutput) => void
929
+ ): void;
930
+ updateConnection(
931
+ args: UpdateConnectionCommandInput,
932
+ options?: __HttpHandlerOptions
933
+ ): Promise<UpdateConnectionCommandOutput>;
934
+ updateConnection(
935
+ args: UpdateConnectionCommandInput,
936
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
937
+ ): void;
938
+ updateConnection(
939
+ args: UpdateConnectionCommandInput,
940
+ options: __HttpHandlerOptions,
941
+ cb: (err: any, data?: UpdateConnectionCommandOutput) => void
942
+ ): void;
943
+ updateEndpoint(
944
+ args: UpdateEndpointCommandInput,
945
+ options?: __HttpHandlerOptions
946
+ ): Promise<UpdateEndpointCommandOutput>;
947
+ updateEndpoint(
948
+ args: UpdateEndpointCommandInput,
949
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void
950
+ ): void;
951
+ updateEndpoint(
952
+ args: UpdateEndpointCommandInput,
953
+ options: __HttpHandlerOptions,
954
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void
955
+ ): void;
956
+ }