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