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