@aws-sdk/client-cloudwatch-events 3.716.0 → 3.723.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 +287 -218
- package/dist-es/CloudWatchEventsClient.js +1 -0
- package/dist-es/models/models_0.js +22 -22
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -219,7 +219,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
219
219
|
}, "resolveRuntimeExtensions");
|
|
220
220
|
|
|
221
221
|
// src/CloudWatchEventsClient.ts
|
|
222
|
-
var
|
|
222
|
+
var CloudWatchEventsClient = class extends import_smithy_client.Client {
|
|
223
|
+
static {
|
|
224
|
+
__name(this, "CloudWatchEventsClient");
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* The resolved configuration of CloudWatchEventsClient class. This is resolved and normalized from the {@link CloudWatchEventsClientConfig | constructor configuration interface}.
|
|
228
|
+
*/
|
|
229
|
+
config;
|
|
223
230
|
constructor(...[configuration]) {
|
|
224
231
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
225
232
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -229,7 +236,7 @@ var _CloudWatchEventsClient = class _CloudWatchEventsClient extends import_smith
|
|
|
229
236
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
230
237
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
231
238
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
232
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
239
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
233
240
|
super(_config_8);
|
|
234
241
|
this.config = _config_8;
|
|
235
242
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -257,8 +264,6 @@ var _CloudWatchEventsClient = class _CloudWatchEventsClient extends import_smith
|
|
|
257
264
|
super.destroy();
|
|
258
265
|
}
|
|
259
266
|
};
|
|
260
|
-
__name(_CloudWatchEventsClient, "CloudWatchEventsClient");
|
|
261
|
-
var CloudWatchEventsClient = _CloudWatchEventsClient;
|
|
262
267
|
|
|
263
268
|
// src/CloudWatchEvents.ts
|
|
264
269
|
|
|
@@ -275,7 +280,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
275
280
|
|
|
276
281
|
// src/models/CloudWatchEventsServiceException.ts
|
|
277
282
|
|
|
278
|
-
var
|
|
283
|
+
var CloudWatchEventsServiceException = class _CloudWatchEventsServiceException extends import_smithy_client.ServiceException {
|
|
284
|
+
static {
|
|
285
|
+
__name(this, "CloudWatchEventsServiceException");
|
|
286
|
+
}
|
|
279
287
|
/**
|
|
280
288
|
* @internal
|
|
281
289
|
*/
|
|
@@ -284,12 +292,15 @@ var _CloudWatchEventsServiceException = class _CloudWatchEventsServiceException
|
|
|
284
292
|
Object.setPrototypeOf(this, _CloudWatchEventsServiceException.prototype);
|
|
285
293
|
}
|
|
286
294
|
};
|
|
287
|
-
__name(_CloudWatchEventsServiceException, "CloudWatchEventsServiceException");
|
|
288
|
-
var CloudWatchEventsServiceException = _CloudWatchEventsServiceException;
|
|
289
295
|
|
|
290
296
|
// src/models/models_0.ts
|
|
291
297
|
|
|
292
|
-
var
|
|
298
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends CloudWatchEventsServiceException {
|
|
299
|
+
static {
|
|
300
|
+
__name(this, "ConcurrentModificationException");
|
|
301
|
+
}
|
|
302
|
+
name = "ConcurrentModificationException";
|
|
303
|
+
$fault = "client";
|
|
293
304
|
/**
|
|
294
305
|
* @internal
|
|
295
306
|
*/
|
|
@@ -299,14 +310,15 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
299
310
|
$fault: "client",
|
|
300
311
|
...opts
|
|
301
312
|
});
|
|
302
|
-
this.name = "ConcurrentModificationException";
|
|
303
|
-
this.$fault = "client";
|
|
304
313
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
305
314
|
}
|
|
306
315
|
};
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
316
|
+
var InternalException = class _InternalException extends CloudWatchEventsServiceException {
|
|
317
|
+
static {
|
|
318
|
+
__name(this, "InternalException");
|
|
319
|
+
}
|
|
320
|
+
name = "InternalException";
|
|
321
|
+
$fault = "server";
|
|
310
322
|
/**
|
|
311
323
|
* @internal
|
|
312
324
|
*/
|
|
@@ -316,14 +328,15 @@ var _InternalException = class _InternalException extends CloudWatchEventsServic
|
|
|
316
328
|
$fault: "server",
|
|
317
329
|
...opts
|
|
318
330
|
});
|
|
319
|
-
this.name = "InternalException";
|
|
320
|
-
this.$fault = "server";
|
|
321
331
|
Object.setPrototypeOf(this, _InternalException.prototype);
|
|
322
332
|
}
|
|
323
333
|
};
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
334
|
+
var InvalidStateException = class _InvalidStateException extends CloudWatchEventsServiceException {
|
|
335
|
+
static {
|
|
336
|
+
__name(this, "InvalidStateException");
|
|
337
|
+
}
|
|
338
|
+
name = "InvalidStateException";
|
|
339
|
+
$fault = "client";
|
|
327
340
|
/**
|
|
328
341
|
* @internal
|
|
329
342
|
*/
|
|
@@ -333,14 +346,15 @@ var _InvalidStateException = class _InvalidStateException extends CloudWatchEven
|
|
|
333
346
|
$fault: "client",
|
|
334
347
|
...opts
|
|
335
348
|
});
|
|
336
|
-
this.name = "InvalidStateException";
|
|
337
|
-
this.$fault = "client";
|
|
338
349
|
Object.setPrototypeOf(this, _InvalidStateException.prototype);
|
|
339
350
|
}
|
|
340
351
|
};
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
352
|
+
var OperationDisabledException = class _OperationDisabledException extends CloudWatchEventsServiceException {
|
|
353
|
+
static {
|
|
354
|
+
__name(this, "OperationDisabledException");
|
|
355
|
+
}
|
|
356
|
+
name = "OperationDisabledException";
|
|
357
|
+
$fault = "client";
|
|
344
358
|
/**
|
|
345
359
|
* @internal
|
|
346
360
|
*/
|
|
@@ -350,14 +364,15 @@ var _OperationDisabledException = class _OperationDisabledException extends Clou
|
|
|
350
364
|
$fault: "client",
|
|
351
365
|
...opts
|
|
352
366
|
});
|
|
353
|
-
this.name = "OperationDisabledException";
|
|
354
|
-
this.$fault = "client";
|
|
355
367
|
Object.setPrototypeOf(this, _OperationDisabledException.prototype);
|
|
356
368
|
}
|
|
357
369
|
};
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
370
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends CloudWatchEventsServiceException {
|
|
371
|
+
static {
|
|
372
|
+
__name(this, "ResourceNotFoundException");
|
|
373
|
+
}
|
|
374
|
+
name = "ResourceNotFoundException";
|
|
375
|
+
$fault = "client";
|
|
361
376
|
/**
|
|
362
377
|
* @internal
|
|
363
378
|
*/
|
|
@@ -367,13 +382,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CloudW
|
|
|
367
382
|
$fault: "client",
|
|
368
383
|
...opts
|
|
369
384
|
});
|
|
370
|
-
this.name = "ResourceNotFoundException";
|
|
371
|
-
this.$fault = "client";
|
|
372
385
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
373
386
|
}
|
|
374
387
|
};
|
|
375
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
376
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
377
388
|
var ApiDestinationState = {
|
|
378
389
|
ACTIVE: "ACTIVE",
|
|
379
390
|
INACTIVE: "INACTIVE"
|
|
@@ -407,7 +418,12 @@ var ReplayState = {
|
|
|
407
418
|
RUNNING: "RUNNING",
|
|
408
419
|
STARTING: "STARTING"
|
|
409
420
|
};
|
|
410
|
-
var
|
|
421
|
+
var IllegalStatusException = class _IllegalStatusException extends CloudWatchEventsServiceException {
|
|
422
|
+
static {
|
|
423
|
+
__name(this, "IllegalStatusException");
|
|
424
|
+
}
|
|
425
|
+
name = "IllegalStatusException";
|
|
426
|
+
$fault = "client";
|
|
411
427
|
/**
|
|
412
428
|
* @internal
|
|
413
429
|
*/
|
|
@@ -417,14 +433,15 @@ var _IllegalStatusException = class _IllegalStatusException extends CloudWatchEv
|
|
|
417
433
|
$fault: "client",
|
|
418
434
|
...opts
|
|
419
435
|
});
|
|
420
|
-
this.name = "IllegalStatusException";
|
|
421
|
-
this.$fault = "client";
|
|
422
436
|
Object.setPrototypeOf(this, _IllegalStatusException.prototype);
|
|
423
437
|
}
|
|
424
438
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
439
|
+
var LimitExceededException = class _LimitExceededException extends CloudWatchEventsServiceException {
|
|
440
|
+
static {
|
|
441
|
+
__name(this, "LimitExceededException");
|
|
442
|
+
}
|
|
443
|
+
name = "LimitExceededException";
|
|
444
|
+
$fault = "client";
|
|
428
445
|
/**
|
|
429
446
|
* @internal
|
|
430
447
|
*/
|
|
@@ -434,14 +451,15 @@ var _LimitExceededException = class _LimitExceededException extends CloudWatchEv
|
|
|
434
451
|
$fault: "client",
|
|
435
452
|
...opts
|
|
436
453
|
});
|
|
437
|
-
this.name = "LimitExceededException";
|
|
438
|
-
this.$fault = "client";
|
|
439
454
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
440
455
|
}
|
|
441
456
|
};
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
457
|
+
var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends CloudWatchEventsServiceException {
|
|
458
|
+
static {
|
|
459
|
+
__name(this, "ResourceAlreadyExistsException");
|
|
460
|
+
}
|
|
461
|
+
name = "ResourceAlreadyExistsException";
|
|
462
|
+
$fault = "client";
|
|
445
463
|
/**
|
|
446
464
|
* @internal
|
|
447
465
|
*/
|
|
@@ -451,14 +469,15 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
|
|
|
451
469
|
$fault: "client",
|
|
452
470
|
...opts
|
|
453
471
|
});
|
|
454
|
-
this.name = "ResourceAlreadyExistsException";
|
|
455
|
-
this.$fault = "client";
|
|
456
472
|
Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
|
|
457
473
|
}
|
|
458
474
|
};
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
475
|
+
var InvalidEventPatternException = class _InvalidEventPatternException extends CloudWatchEventsServiceException {
|
|
476
|
+
static {
|
|
477
|
+
__name(this, "InvalidEventPatternException");
|
|
478
|
+
}
|
|
479
|
+
name = "InvalidEventPatternException";
|
|
480
|
+
$fault = "client";
|
|
462
481
|
/**
|
|
463
482
|
* @internal
|
|
464
483
|
*/
|
|
@@ -468,13 +487,9 @@ var _InvalidEventPatternException = class _InvalidEventPatternException extends
|
|
|
468
487
|
$fault: "client",
|
|
469
488
|
...opts
|
|
470
489
|
});
|
|
471
|
-
this.name = "InvalidEventPatternException";
|
|
472
|
-
this.$fault = "client";
|
|
473
490
|
Object.setPrototypeOf(this, _InvalidEventPatternException.prototype);
|
|
474
491
|
}
|
|
475
492
|
};
|
|
476
|
-
__name(_InvalidEventPatternException, "InvalidEventPatternException");
|
|
477
|
-
var InvalidEventPatternException = _InvalidEventPatternException;
|
|
478
493
|
var ConnectionAuthorizationType = {
|
|
479
494
|
API_KEY: "API_KEY",
|
|
480
495
|
BASIC: "BASIC",
|
|
@@ -494,7 +509,12 @@ var ConnectionState = {
|
|
|
494
509
|
DELETING: "DELETING",
|
|
495
510
|
UPDATING: "UPDATING"
|
|
496
511
|
};
|
|
497
|
-
var
|
|
512
|
+
var ManagedRuleException = class _ManagedRuleException extends CloudWatchEventsServiceException {
|
|
513
|
+
static {
|
|
514
|
+
__name(this, "ManagedRuleException");
|
|
515
|
+
}
|
|
516
|
+
name = "ManagedRuleException";
|
|
517
|
+
$fault = "client";
|
|
498
518
|
/**
|
|
499
519
|
* @internal
|
|
500
520
|
*/
|
|
@@ -504,13 +524,9 @@ var _ManagedRuleException = class _ManagedRuleException extends CloudWatchEvents
|
|
|
504
524
|
$fault: "client",
|
|
505
525
|
...opts
|
|
506
526
|
});
|
|
507
|
-
this.name = "ManagedRuleException";
|
|
508
|
-
this.$fault = "client";
|
|
509
527
|
Object.setPrototypeOf(this, _ManagedRuleException.prototype);
|
|
510
528
|
}
|
|
511
529
|
};
|
|
512
|
-
__name(_ManagedRuleException, "ManagedRuleException");
|
|
513
|
-
var ManagedRuleException = _ManagedRuleException;
|
|
514
530
|
var EventSourceState = {
|
|
515
531
|
ACTIVE: "ACTIVE",
|
|
516
532
|
DELETED: "DELETED",
|
|
@@ -537,7 +553,12 @@ var PlacementStrategyType = {
|
|
|
537
553
|
var PropagateTags = {
|
|
538
554
|
TASK_DEFINITION: "TASK_DEFINITION"
|
|
539
555
|
};
|
|
540
|
-
var
|
|
556
|
+
var PolicyLengthExceededException = class _PolicyLengthExceededException extends CloudWatchEventsServiceException {
|
|
557
|
+
static {
|
|
558
|
+
__name(this, "PolicyLengthExceededException");
|
|
559
|
+
}
|
|
560
|
+
name = "PolicyLengthExceededException";
|
|
561
|
+
$fault = "client";
|
|
541
562
|
/**
|
|
542
563
|
* @internal
|
|
543
564
|
*/
|
|
@@ -547,13 +568,9 @@ var _PolicyLengthExceededException = class _PolicyLengthExceededException extend
|
|
|
547
568
|
$fault: "client",
|
|
548
569
|
...opts
|
|
549
570
|
});
|
|
550
|
-
this.name = "PolicyLengthExceededException";
|
|
551
|
-
this.$fault = "client";
|
|
552
571
|
Object.setPrototypeOf(this, _PolicyLengthExceededException.prototype);
|
|
553
572
|
}
|
|
554
573
|
};
|
|
555
|
-
__name(_PolicyLengthExceededException, "PolicyLengthExceededException");
|
|
556
|
-
var PolicyLengthExceededException = _PolicyLengthExceededException;
|
|
557
574
|
var CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
558
575
|
...obj,
|
|
559
576
|
...obj.ApiKeyValue && { ApiKeyValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2144,715 +2161,766 @@ function sharedHeaders(operation) {
|
|
|
2144
2161
|
__name(sharedHeaders, "sharedHeaders");
|
|
2145
2162
|
|
|
2146
2163
|
// src/commands/ActivateEventSourceCommand.ts
|
|
2147
|
-
var
|
|
2164
|
+
var ActivateEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2148
2165
|
return [
|
|
2149
2166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2150
2167
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2151
2168
|
];
|
|
2152
2169
|
}).s("AWSEvents", "ActivateEventSource", {}).n("CloudWatchEventsClient", "ActivateEventSourceCommand").f(void 0, void 0).ser(se_ActivateEventSourceCommand).de(de_ActivateEventSourceCommand).build() {
|
|
2170
|
+
static {
|
|
2171
|
+
__name(this, "ActivateEventSourceCommand");
|
|
2172
|
+
}
|
|
2153
2173
|
};
|
|
2154
|
-
__name(_ActivateEventSourceCommand, "ActivateEventSourceCommand");
|
|
2155
|
-
var ActivateEventSourceCommand = _ActivateEventSourceCommand;
|
|
2156
2174
|
|
|
2157
2175
|
// src/commands/CancelReplayCommand.ts
|
|
2158
2176
|
|
|
2159
2177
|
|
|
2160
2178
|
|
|
2161
|
-
var
|
|
2179
|
+
var CancelReplayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2162
2180
|
return [
|
|
2163
2181
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2164
2182
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2165
2183
|
];
|
|
2166
2184
|
}).s("AWSEvents", "CancelReplay", {}).n("CloudWatchEventsClient", "CancelReplayCommand").f(void 0, void 0).ser(se_CancelReplayCommand).de(de_CancelReplayCommand).build() {
|
|
2185
|
+
static {
|
|
2186
|
+
__name(this, "CancelReplayCommand");
|
|
2187
|
+
}
|
|
2167
2188
|
};
|
|
2168
|
-
__name(_CancelReplayCommand, "CancelReplayCommand");
|
|
2169
|
-
var CancelReplayCommand = _CancelReplayCommand;
|
|
2170
2189
|
|
|
2171
2190
|
// src/commands/CreateApiDestinationCommand.ts
|
|
2172
2191
|
|
|
2173
2192
|
|
|
2174
2193
|
|
|
2175
|
-
var
|
|
2194
|
+
var CreateApiDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2176
2195
|
return [
|
|
2177
2196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2178
2197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2179
2198
|
];
|
|
2180
2199
|
}).s("AWSEvents", "CreateApiDestination", {}).n("CloudWatchEventsClient", "CreateApiDestinationCommand").f(void 0, void 0).ser(se_CreateApiDestinationCommand).de(de_CreateApiDestinationCommand).build() {
|
|
2200
|
+
static {
|
|
2201
|
+
__name(this, "CreateApiDestinationCommand");
|
|
2202
|
+
}
|
|
2181
2203
|
};
|
|
2182
|
-
__name(_CreateApiDestinationCommand, "CreateApiDestinationCommand");
|
|
2183
|
-
var CreateApiDestinationCommand = _CreateApiDestinationCommand;
|
|
2184
2204
|
|
|
2185
2205
|
// src/commands/CreateArchiveCommand.ts
|
|
2186
2206
|
|
|
2187
2207
|
|
|
2188
2208
|
|
|
2189
|
-
var
|
|
2209
|
+
var CreateArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2190
2210
|
return [
|
|
2191
2211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2192
2212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2193
2213
|
];
|
|
2194
2214
|
}).s("AWSEvents", "CreateArchive", {}).n("CloudWatchEventsClient", "CreateArchiveCommand").f(void 0, void 0).ser(se_CreateArchiveCommand).de(de_CreateArchiveCommand).build() {
|
|
2215
|
+
static {
|
|
2216
|
+
__name(this, "CreateArchiveCommand");
|
|
2217
|
+
}
|
|
2195
2218
|
};
|
|
2196
|
-
__name(_CreateArchiveCommand, "CreateArchiveCommand");
|
|
2197
|
-
var CreateArchiveCommand = _CreateArchiveCommand;
|
|
2198
2219
|
|
|
2199
2220
|
// src/commands/CreateConnectionCommand.ts
|
|
2200
2221
|
|
|
2201
2222
|
|
|
2202
2223
|
|
|
2203
|
-
var
|
|
2224
|
+
var CreateConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2204
2225
|
return [
|
|
2205
2226
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2206
2227
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2207
2228
|
];
|
|
2208
2229
|
}).s("AWSEvents", "CreateConnection", {}).n("CloudWatchEventsClient", "CreateConnectionCommand").f(CreateConnectionRequestFilterSensitiveLog, void 0).ser(se_CreateConnectionCommand).de(de_CreateConnectionCommand).build() {
|
|
2230
|
+
static {
|
|
2231
|
+
__name(this, "CreateConnectionCommand");
|
|
2232
|
+
}
|
|
2209
2233
|
};
|
|
2210
|
-
__name(_CreateConnectionCommand, "CreateConnectionCommand");
|
|
2211
|
-
var CreateConnectionCommand = _CreateConnectionCommand;
|
|
2212
2234
|
|
|
2213
2235
|
// src/commands/CreateEventBusCommand.ts
|
|
2214
2236
|
|
|
2215
2237
|
|
|
2216
2238
|
|
|
2217
|
-
var
|
|
2239
|
+
var CreateEventBusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2218
2240
|
return [
|
|
2219
2241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2220
2242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2221
2243
|
];
|
|
2222
2244
|
}).s("AWSEvents", "CreateEventBus", {}).n("CloudWatchEventsClient", "CreateEventBusCommand").f(void 0, void 0).ser(se_CreateEventBusCommand).de(de_CreateEventBusCommand).build() {
|
|
2245
|
+
static {
|
|
2246
|
+
__name(this, "CreateEventBusCommand");
|
|
2247
|
+
}
|
|
2223
2248
|
};
|
|
2224
|
-
__name(_CreateEventBusCommand, "CreateEventBusCommand");
|
|
2225
|
-
var CreateEventBusCommand = _CreateEventBusCommand;
|
|
2226
2249
|
|
|
2227
2250
|
// src/commands/CreatePartnerEventSourceCommand.ts
|
|
2228
2251
|
|
|
2229
2252
|
|
|
2230
2253
|
|
|
2231
|
-
var
|
|
2254
|
+
var CreatePartnerEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2232
2255
|
return [
|
|
2233
2256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2234
2257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2235
2258
|
];
|
|
2236
2259
|
}).s("AWSEvents", "CreatePartnerEventSource", {}).n("CloudWatchEventsClient", "CreatePartnerEventSourceCommand").f(void 0, void 0).ser(se_CreatePartnerEventSourceCommand).de(de_CreatePartnerEventSourceCommand).build() {
|
|
2260
|
+
static {
|
|
2261
|
+
__name(this, "CreatePartnerEventSourceCommand");
|
|
2262
|
+
}
|
|
2237
2263
|
};
|
|
2238
|
-
__name(_CreatePartnerEventSourceCommand, "CreatePartnerEventSourceCommand");
|
|
2239
|
-
var CreatePartnerEventSourceCommand = _CreatePartnerEventSourceCommand;
|
|
2240
2264
|
|
|
2241
2265
|
// src/commands/DeactivateEventSourceCommand.ts
|
|
2242
2266
|
|
|
2243
2267
|
|
|
2244
2268
|
|
|
2245
|
-
var
|
|
2269
|
+
var DeactivateEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2246
2270
|
return [
|
|
2247
2271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2248
2272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2249
2273
|
];
|
|
2250
2274
|
}).s("AWSEvents", "DeactivateEventSource", {}).n("CloudWatchEventsClient", "DeactivateEventSourceCommand").f(void 0, void 0).ser(se_DeactivateEventSourceCommand).de(de_DeactivateEventSourceCommand).build() {
|
|
2275
|
+
static {
|
|
2276
|
+
__name(this, "DeactivateEventSourceCommand");
|
|
2277
|
+
}
|
|
2251
2278
|
};
|
|
2252
|
-
__name(_DeactivateEventSourceCommand, "DeactivateEventSourceCommand");
|
|
2253
|
-
var DeactivateEventSourceCommand = _DeactivateEventSourceCommand;
|
|
2254
2279
|
|
|
2255
2280
|
// src/commands/DeauthorizeConnectionCommand.ts
|
|
2256
2281
|
|
|
2257
2282
|
|
|
2258
2283
|
|
|
2259
|
-
var
|
|
2284
|
+
var DeauthorizeConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2260
2285
|
return [
|
|
2261
2286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2262
2287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2263
2288
|
];
|
|
2264
2289
|
}).s("AWSEvents", "DeauthorizeConnection", {}).n("CloudWatchEventsClient", "DeauthorizeConnectionCommand").f(void 0, void 0).ser(se_DeauthorizeConnectionCommand).de(de_DeauthorizeConnectionCommand).build() {
|
|
2290
|
+
static {
|
|
2291
|
+
__name(this, "DeauthorizeConnectionCommand");
|
|
2292
|
+
}
|
|
2265
2293
|
};
|
|
2266
|
-
__name(_DeauthorizeConnectionCommand, "DeauthorizeConnectionCommand");
|
|
2267
|
-
var DeauthorizeConnectionCommand = _DeauthorizeConnectionCommand;
|
|
2268
2294
|
|
|
2269
2295
|
// src/commands/DeleteApiDestinationCommand.ts
|
|
2270
2296
|
|
|
2271
2297
|
|
|
2272
2298
|
|
|
2273
|
-
var
|
|
2299
|
+
var DeleteApiDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2274
2300
|
return [
|
|
2275
2301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
2302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2277
2303
|
];
|
|
2278
2304
|
}).s("AWSEvents", "DeleteApiDestination", {}).n("CloudWatchEventsClient", "DeleteApiDestinationCommand").f(void 0, void 0).ser(se_DeleteApiDestinationCommand).de(de_DeleteApiDestinationCommand).build() {
|
|
2305
|
+
static {
|
|
2306
|
+
__name(this, "DeleteApiDestinationCommand");
|
|
2307
|
+
}
|
|
2279
2308
|
};
|
|
2280
|
-
__name(_DeleteApiDestinationCommand, "DeleteApiDestinationCommand");
|
|
2281
|
-
var DeleteApiDestinationCommand = _DeleteApiDestinationCommand;
|
|
2282
2309
|
|
|
2283
2310
|
// src/commands/DeleteArchiveCommand.ts
|
|
2284
2311
|
|
|
2285
2312
|
|
|
2286
2313
|
|
|
2287
|
-
var
|
|
2314
|
+
var DeleteArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2288
2315
|
return [
|
|
2289
2316
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2290
2317
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2291
2318
|
];
|
|
2292
2319
|
}).s("AWSEvents", "DeleteArchive", {}).n("CloudWatchEventsClient", "DeleteArchiveCommand").f(void 0, void 0).ser(se_DeleteArchiveCommand).de(de_DeleteArchiveCommand).build() {
|
|
2320
|
+
static {
|
|
2321
|
+
__name(this, "DeleteArchiveCommand");
|
|
2322
|
+
}
|
|
2293
2323
|
};
|
|
2294
|
-
__name(_DeleteArchiveCommand, "DeleteArchiveCommand");
|
|
2295
|
-
var DeleteArchiveCommand = _DeleteArchiveCommand;
|
|
2296
2324
|
|
|
2297
2325
|
// src/commands/DeleteConnectionCommand.ts
|
|
2298
2326
|
|
|
2299
2327
|
|
|
2300
2328
|
|
|
2301
|
-
var
|
|
2329
|
+
var DeleteConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2302
2330
|
return [
|
|
2303
2331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2304
2332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2305
2333
|
];
|
|
2306
2334
|
}).s("AWSEvents", "DeleteConnection", {}).n("CloudWatchEventsClient", "DeleteConnectionCommand").f(void 0, void 0).ser(se_DeleteConnectionCommand).de(de_DeleteConnectionCommand).build() {
|
|
2335
|
+
static {
|
|
2336
|
+
__name(this, "DeleteConnectionCommand");
|
|
2337
|
+
}
|
|
2307
2338
|
};
|
|
2308
|
-
__name(_DeleteConnectionCommand, "DeleteConnectionCommand");
|
|
2309
|
-
var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
2310
2339
|
|
|
2311
2340
|
// src/commands/DeleteEventBusCommand.ts
|
|
2312
2341
|
|
|
2313
2342
|
|
|
2314
2343
|
|
|
2315
|
-
var
|
|
2344
|
+
var DeleteEventBusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2316
2345
|
return [
|
|
2317
2346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2318
2347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2319
2348
|
];
|
|
2320
2349
|
}).s("AWSEvents", "DeleteEventBus", {}).n("CloudWatchEventsClient", "DeleteEventBusCommand").f(void 0, void 0).ser(se_DeleteEventBusCommand).de(de_DeleteEventBusCommand).build() {
|
|
2350
|
+
static {
|
|
2351
|
+
__name(this, "DeleteEventBusCommand");
|
|
2352
|
+
}
|
|
2321
2353
|
};
|
|
2322
|
-
__name(_DeleteEventBusCommand, "DeleteEventBusCommand");
|
|
2323
|
-
var DeleteEventBusCommand = _DeleteEventBusCommand;
|
|
2324
2354
|
|
|
2325
2355
|
// src/commands/DeletePartnerEventSourceCommand.ts
|
|
2326
2356
|
|
|
2327
2357
|
|
|
2328
2358
|
|
|
2329
|
-
var
|
|
2359
|
+
var DeletePartnerEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2330
2360
|
return [
|
|
2331
2361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2332
2362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2333
2363
|
];
|
|
2334
2364
|
}).s("AWSEvents", "DeletePartnerEventSource", {}).n("CloudWatchEventsClient", "DeletePartnerEventSourceCommand").f(void 0, void 0).ser(se_DeletePartnerEventSourceCommand).de(de_DeletePartnerEventSourceCommand).build() {
|
|
2365
|
+
static {
|
|
2366
|
+
__name(this, "DeletePartnerEventSourceCommand");
|
|
2367
|
+
}
|
|
2335
2368
|
};
|
|
2336
|
-
__name(_DeletePartnerEventSourceCommand, "DeletePartnerEventSourceCommand");
|
|
2337
|
-
var DeletePartnerEventSourceCommand = _DeletePartnerEventSourceCommand;
|
|
2338
2369
|
|
|
2339
2370
|
// src/commands/DeleteRuleCommand.ts
|
|
2340
2371
|
|
|
2341
2372
|
|
|
2342
2373
|
|
|
2343
|
-
var
|
|
2374
|
+
var DeleteRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2344
2375
|
return [
|
|
2345
2376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2346
2377
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2347
2378
|
];
|
|
2348
2379
|
}).s("AWSEvents", "DeleteRule", {}).n("CloudWatchEventsClient", "DeleteRuleCommand").f(void 0, void 0).ser(se_DeleteRuleCommand).de(de_DeleteRuleCommand).build() {
|
|
2380
|
+
static {
|
|
2381
|
+
__name(this, "DeleteRuleCommand");
|
|
2382
|
+
}
|
|
2349
2383
|
};
|
|
2350
|
-
__name(_DeleteRuleCommand, "DeleteRuleCommand");
|
|
2351
|
-
var DeleteRuleCommand = _DeleteRuleCommand;
|
|
2352
2384
|
|
|
2353
2385
|
// src/commands/DescribeApiDestinationCommand.ts
|
|
2354
2386
|
|
|
2355
2387
|
|
|
2356
2388
|
|
|
2357
|
-
var
|
|
2389
|
+
var DescribeApiDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2358
2390
|
return [
|
|
2359
2391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2360
2392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2361
2393
|
];
|
|
2362
2394
|
}).s("AWSEvents", "DescribeApiDestination", {}).n("CloudWatchEventsClient", "DescribeApiDestinationCommand").f(void 0, void 0).ser(se_DescribeApiDestinationCommand).de(de_DescribeApiDestinationCommand).build() {
|
|
2395
|
+
static {
|
|
2396
|
+
__name(this, "DescribeApiDestinationCommand");
|
|
2397
|
+
}
|
|
2363
2398
|
};
|
|
2364
|
-
__name(_DescribeApiDestinationCommand, "DescribeApiDestinationCommand");
|
|
2365
|
-
var DescribeApiDestinationCommand = _DescribeApiDestinationCommand;
|
|
2366
2399
|
|
|
2367
2400
|
// src/commands/DescribeArchiveCommand.ts
|
|
2368
2401
|
|
|
2369
2402
|
|
|
2370
2403
|
|
|
2371
|
-
var
|
|
2404
|
+
var DescribeArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2372
2405
|
return [
|
|
2373
2406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2374
2407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2375
2408
|
];
|
|
2376
2409
|
}).s("AWSEvents", "DescribeArchive", {}).n("CloudWatchEventsClient", "DescribeArchiveCommand").f(void 0, void 0).ser(se_DescribeArchiveCommand).de(de_DescribeArchiveCommand).build() {
|
|
2410
|
+
static {
|
|
2411
|
+
__name(this, "DescribeArchiveCommand");
|
|
2412
|
+
}
|
|
2377
2413
|
};
|
|
2378
|
-
__name(_DescribeArchiveCommand, "DescribeArchiveCommand");
|
|
2379
|
-
var DescribeArchiveCommand = _DescribeArchiveCommand;
|
|
2380
2414
|
|
|
2381
2415
|
// src/commands/DescribeConnectionCommand.ts
|
|
2382
2416
|
|
|
2383
2417
|
|
|
2384
2418
|
|
|
2385
|
-
var
|
|
2419
|
+
var DescribeConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2386
2420
|
return [
|
|
2387
2421
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2388
2422
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2389
2423
|
];
|
|
2390
2424
|
}).s("AWSEvents", "DescribeConnection", {}).n("CloudWatchEventsClient", "DescribeConnectionCommand").f(void 0, DescribeConnectionResponseFilterSensitiveLog).ser(se_DescribeConnectionCommand).de(de_DescribeConnectionCommand).build() {
|
|
2425
|
+
static {
|
|
2426
|
+
__name(this, "DescribeConnectionCommand");
|
|
2427
|
+
}
|
|
2391
2428
|
};
|
|
2392
|
-
__name(_DescribeConnectionCommand, "DescribeConnectionCommand");
|
|
2393
|
-
var DescribeConnectionCommand = _DescribeConnectionCommand;
|
|
2394
2429
|
|
|
2395
2430
|
// src/commands/DescribeEventBusCommand.ts
|
|
2396
2431
|
|
|
2397
2432
|
|
|
2398
2433
|
|
|
2399
|
-
var
|
|
2434
|
+
var DescribeEventBusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2400
2435
|
return [
|
|
2401
2436
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2402
2437
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2403
2438
|
];
|
|
2404
2439
|
}).s("AWSEvents", "DescribeEventBus", {}).n("CloudWatchEventsClient", "DescribeEventBusCommand").f(void 0, void 0).ser(se_DescribeEventBusCommand).de(de_DescribeEventBusCommand).build() {
|
|
2440
|
+
static {
|
|
2441
|
+
__name(this, "DescribeEventBusCommand");
|
|
2442
|
+
}
|
|
2405
2443
|
};
|
|
2406
|
-
__name(_DescribeEventBusCommand, "DescribeEventBusCommand");
|
|
2407
|
-
var DescribeEventBusCommand = _DescribeEventBusCommand;
|
|
2408
2444
|
|
|
2409
2445
|
// src/commands/DescribeEventSourceCommand.ts
|
|
2410
2446
|
|
|
2411
2447
|
|
|
2412
2448
|
|
|
2413
|
-
var
|
|
2449
|
+
var DescribeEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2414
2450
|
return [
|
|
2415
2451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2416
2452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2417
2453
|
];
|
|
2418
2454
|
}).s("AWSEvents", "DescribeEventSource", {}).n("CloudWatchEventsClient", "DescribeEventSourceCommand").f(void 0, void 0).ser(se_DescribeEventSourceCommand).de(de_DescribeEventSourceCommand).build() {
|
|
2455
|
+
static {
|
|
2456
|
+
__name(this, "DescribeEventSourceCommand");
|
|
2457
|
+
}
|
|
2419
2458
|
};
|
|
2420
|
-
__name(_DescribeEventSourceCommand, "DescribeEventSourceCommand");
|
|
2421
|
-
var DescribeEventSourceCommand = _DescribeEventSourceCommand;
|
|
2422
2459
|
|
|
2423
2460
|
// src/commands/DescribePartnerEventSourceCommand.ts
|
|
2424
2461
|
|
|
2425
2462
|
|
|
2426
2463
|
|
|
2427
|
-
var
|
|
2464
|
+
var DescribePartnerEventSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2428
2465
|
return [
|
|
2429
2466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2430
2467
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2431
2468
|
];
|
|
2432
2469
|
}).s("AWSEvents", "DescribePartnerEventSource", {}).n("CloudWatchEventsClient", "DescribePartnerEventSourceCommand").f(void 0, void 0).ser(se_DescribePartnerEventSourceCommand).de(de_DescribePartnerEventSourceCommand).build() {
|
|
2470
|
+
static {
|
|
2471
|
+
__name(this, "DescribePartnerEventSourceCommand");
|
|
2472
|
+
}
|
|
2433
2473
|
};
|
|
2434
|
-
__name(_DescribePartnerEventSourceCommand, "DescribePartnerEventSourceCommand");
|
|
2435
|
-
var DescribePartnerEventSourceCommand = _DescribePartnerEventSourceCommand;
|
|
2436
2474
|
|
|
2437
2475
|
// src/commands/DescribeReplayCommand.ts
|
|
2438
2476
|
|
|
2439
2477
|
|
|
2440
2478
|
|
|
2441
|
-
var
|
|
2479
|
+
var DescribeReplayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2442
2480
|
return [
|
|
2443
2481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2444
2482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2445
2483
|
];
|
|
2446
2484
|
}).s("AWSEvents", "DescribeReplay", {}).n("CloudWatchEventsClient", "DescribeReplayCommand").f(void 0, void 0).ser(se_DescribeReplayCommand).de(de_DescribeReplayCommand).build() {
|
|
2485
|
+
static {
|
|
2486
|
+
__name(this, "DescribeReplayCommand");
|
|
2487
|
+
}
|
|
2447
2488
|
};
|
|
2448
|
-
__name(_DescribeReplayCommand, "DescribeReplayCommand");
|
|
2449
|
-
var DescribeReplayCommand = _DescribeReplayCommand;
|
|
2450
2489
|
|
|
2451
2490
|
// src/commands/DescribeRuleCommand.ts
|
|
2452
2491
|
|
|
2453
2492
|
|
|
2454
2493
|
|
|
2455
|
-
var
|
|
2494
|
+
var DescribeRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2456
2495
|
return [
|
|
2457
2496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2458
2497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2459
2498
|
];
|
|
2460
2499
|
}).s("AWSEvents", "DescribeRule", {}).n("CloudWatchEventsClient", "DescribeRuleCommand").f(void 0, void 0).ser(se_DescribeRuleCommand).de(de_DescribeRuleCommand).build() {
|
|
2500
|
+
static {
|
|
2501
|
+
__name(this, "DescribeRuleCommand");
|
|
2502
|
+
}
|
|
2461
2503
|
};
|
|
2462
|
-
__name(_DescribeRuleCommand, "DescribeRuleCommand");
|
|
2463
|
-
var DescribeRuleCommand = _DescribeRuleCommand;
|
|
2464
2504
|
|
|
2465
2505
|
// src/commands/DisableRuleCommand.ts
|
|
2466
2506
|
|
|
2467
2507
|
|
|
2468
2508
|
|
|
2469
|
-
var
|
|
2509
|
+
var DisableRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2470
2510
|
return [
|
|
2471
2511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2472
2512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2473
2513
|
];
|
|
2474
2514
|
}).s("AWSEvents", "DisableRule", {}).n("CloudWatchEventsClient", "DisableRuleCommand").f(void 0, void 0).ser(se_DisableRuleCommand).de(de_DisableRuleCommand).build() {
|
|
2515
|
+
static {
|
|
2516
|
+
__name(this, "DisableRuleCommand");
|
|
2517
|
+
}
|
|
2475
2518
|
};
|
|
2476
|
-
__name(_DisableRuleCommand, "DisableRuleCommand");
|
|
2477
|
-
var DisableRuleCommand = _DisableRuleCommand;
|
|
2478
2519
|
|
|
2479
2520
|
// src/commands/EnableRuleCommand.ts
|
|
2480
2521
|
|
|
2481
2522
|
|
|
2482
2523
|
|
|
2483
|
-
var
|
|
2524
|
+
var EnableRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2484
2525
|
return [
|
|
2485
2526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2486
2527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2487
2528
|
];
|
|
2488
2529
|
}).s("AWSEvents", "EnableRule", {}).n("CloudWatchEventsClient", "EnableRuleCommand").f(void 0, void 0).ser(se_EnableRuleCommand).de(de_EnableRuleCommand).build() {
|
|
2530
|
+
static {
|
|
2531
|
+
__name(this, "EnableRuleCommand");
|
|
2532
|
+
}
|
|
2489
2533
|
};
|
|
2490
|
-
__name(_EnableRuleCommand, "EnableRuleCommand");
|
|
2491
|
-
var EnableRuleCommand = _EnableRuleCommand;
|
|
2492
2534
|
|
|
2493
2535
|
// src/commands/ListApiDestinationsCommand.ts
|
|
2494
2536
|
|
|
2495
2537
|
|
|
2496
2538
|
|
|
2497
|
-
var
|
|
2539
|
+
var ListApiDestinationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2498
2540
|
return [
|
|
2499
2541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2500
2542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2501
2543
|
];
|
|
2502
2544
|
}).s("AWSEvents", "ListApiDestinations", {}).n("CloudWatchEventsClient", "ListApiDestinationsCommand").f(void 0, void 0).ser(se_ListApiDestinationsCommand).de(de_ListApiDestinationsCommand).build() {
|
|
2545
|
+
static {
|
|
2546
|
+
__name(this, "ListApiDestinationsCommand");
|
|
2547
|
+
}
|
|
2503
2548
|
};
|
|
2504
|
-
__name(_ListApiDestinationsCommand, "ListApiDestinationsCommand");
|
|
2505
|
-
var ListApiDestinationsCommand = _ListApiDestinationsCommand;
|
|
2506
2549
|
|
|
2507
2550
|
// src/commands/ListArchivesCommand.ts
|
|
2508
2551
|
|
|
2509
2552
|
|
|
2510
2553
|
|
|
2511
|
-
var
|
|
2554
|
+
var ListArchivesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2512
2555
|
return [
|
|
2513
2556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2514
2557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2515
2558
|
];
|
|
2516
2559
|
}).s("AWSEvents", "ListArchives", {}).n("CloudWatchEventsClient", "ListArchivesCommand").f(void 0, void 0).ser(se_ListArchivesCommand).de(de_ListArchivesCommand).build() {
|
|
2560
|
+
static {
|
|
2561
|
+
__name(this, "ListArchivesCommand");
|
|
2562
|
+
}
|
|
2517
2563
|
};
|
|
2518
|
-
__name(_ListArchivesCommand, "ListArchivesCommand");
|
|
2519
|
-
var ListArchivesCommand = _ListArchivesCommand;
|
|
2520
2564
|
|
|
2521
2565
|
// src/commands/ListConnectionsCommand.ts
|
|
2522
2566
|
|
|
2523
2567
|
|
|
2524
2568
|
|
|
2525
|
-
var
|
|
2569
|
+
var ListConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2526
2570
|
return [
|
|
2527
2571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2528
2572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2529
2573
|
];
|
|
2530
2574
|
}).s("AWSEvents", "ListConnections", {}).n("CloudWatchEventsClient", "ListConnectionsCommand").f(void 0, void 0).ser(se_ListConnectionsCommand).de(de_ListConnectionsCommand).build() {
|
|
2575
|
+
static {
|
|
2576
|
+
__name(this, "ListConnectionsCommand");
|
|
2577
|
+
}
|
|
2531
2578
|
};
|
|
2532
|
-
__name(_ListConnectionsCommand, "ListConnectionsCommand");
|
|
2533
|
-
var ListConnectionsCommand = _ListConnectionsCommand;
|
|
2534
2579
|
|
|
2535
2580
|
// src/commands/ListEventBusesCommand.ts
|
|
2536
2581
|
|
|
2537
2582
|
|
|
2538
2583
|
|
|
2539
|
-
var
|
|
2584
|
+
var ListEventBusesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2540
2585
|
return [
|
|
2541
2586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2542
2587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2543
2588
|
];
|
|
2544
2589
|
}).s("AWSEvents", "ListEventBuses", {}).n("CloudWatchEventsClient", "ListEventBusesCommand").f(void 0, void 0).ser(se_ListEventBusesCommand).de(de_ListEventBusesCommand).build() {
|
|
2590
|
+
static {
|
|
2591
|
+
__name(this, "ListEventBusesCommand");
|
|
2592
|
+
}
|
|
2545
2593
|
};
|
|
2546
|
-
__name(_ListEventBusesCommand, "ListEventBusesCommand");
|
|
2547
|
-
var ListEventBusesCommand = _ListEventBusesCommand;
|
|
2548
2594
|
|
|
2549
2595
|
// src/commands/ListEventSourcesCommand.ts
|
|
2550
2596
|
|
|
2551
2597
|
|
|
2552
2598
|
|
|
2553
|
-
var
|
|
2599
|
+
var ListEventSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2554
2600
|
return [
|
|
2555
2601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2556
2602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2557
2603
|
];
|
|
2558
2604
|
}).s("AWSEvents", "ListEventSources", {}).n("CloudWatchEventsClient", "ListEventSourcesCommand").f(void 0, void 0).ser(se_ListEventSourcesCommand).de(de_ListEventSourcesCommand).build() {
|
|
2605
|
+
static {
|
|
2606
|
+
__name(this, "ListEventSourcesCommand");
|
|
2607
|
+
}
|
|
2559
2608
|
};
|
|
2560
|
-
__name(_ListEventSourcesCommand, "ListEventSourcesCommand");
|
|
2561
|
-
var ListEventSourcesCommand = _ListEventSourcesCommand;
|
|
2562
2609
|
|
|
2563
2610
|
// src/commands/ListPartnerEventSourceAccountsCommand.ts
|
|
2564
2611
|
|
|
2565
2612
|
|
|
2566
2613
|
|
|
2567
|
-
var
|
|
2614
|
+
var ListPartnerEventSourceAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2568
2615
|
return [
|
|
2569
2616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2570
2617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2571
2618
|
];
|
|
2572
2619
|
}).s("AWSEvents", "ListPartnerEventSourceAccounts", {}).n("CloudWatchEventsClient", "ListPartnerEventSourceAccountsCommand").f(void 0, void 0).ser(se_ListPartnerEventSourceAccountsCommand).de(de_ListPartnerEventSourceAccountsCommand).build() {
|
|
2620
|
+
static {
|
|
2621
|
+
__name(this, "ListPartnerEventSourceAccountsCommand");
|
|
2622
|
+
}
|
|
2573
2623
|
};
|
|
2574
|
-
__name(_ListPartnerEventSourceAccountsCommand, "ListPartnerEventSourceAccountsCommand");
|
|
2575
|
-
var ListPartnerEventSourceAccountsCommand = _ListPartnerEventSourceAccountsCommand;
|
|
2576
2624
|
|
|
2577
2625
|
// src/commands/ListPartnerEventSourcesCommand.ts
|
|
2578
2626
|
|
|
2579
2627
|
|
|
2580
2628
|
|
|
2581
|
-
var
|
|
2629
|
+
var ListPartnerEventSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2582
2630
|
return [
|
|
2583
2631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2584
2632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2585
2633
|
];
|
|
2586
2634
|
}).s("AWSEvents", "ListPartnerEventSources", {}).n("CloudWatchEventsClient", "ListPartnerEventSourcesCommand").f(void 0, void 0).ser(se_ListPartnerEventSourcesCommand).de(de_ListPartnerEventSourcesCommand).build() {
|
|
2635
|
+
static {
|
|
2636
|
+
__name(this, "ListPartnerEventSourcesCommand");
|
|
2637
|
+
}
|
|
2587
2638
|
};
|
|
2588
|
-
__name(_ListPartnerEventSourcesCommand, "ListPartnerEventSourcesCommand");
|
|
2589
|
-
var ListPartnerEventSourcesCommand = _ListPartnerEventSourcesCommand;
|
|
2590
2639
|
|
|
2591
2640
|
// src/commands/ListReplaysCommand.ts
|
|
2592
2641
|
|
|
2593
2642
|
|
|
2594
2643
|
|
|
2595
|
-
var
|
|
2644
|
+
var ListReplaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2596
2645
|
return [
|
|
2597
2646
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2598
2647
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2599
2648
|
];
|
|
2600
2649
|
}).s("AWSEvents", "ListReplays", {}).n("CloudWatchEventsClient", "ListReplaysCommand").f(void 0, void 0).ser(se_ListReplaysCommand).de(de_ListReplaysCommand).build() {
|
|
2650
|
+
static {
|
|
2651
|
+
__name(this, "ListReplaysCommand");
|
|
2652
|
+
}
|
|
2601
2653
|
};
|
|
2602
|
-
__name(_ListReplaysCommand, "ListReplaysCommand");
|
|
2603
|
-
var ListReplaysCommand = _ListReplaysCommand;
|
|
2604
2654
|
|
|
2605
2655
|
// src/commands/ListRuleNamesByTargetCommand.ts
|
|
2606
2656
|
|
|
2607
2657
|
|
|
2608
2658
|
|
|
2609
|
-
var
|
|
2659
|
+
var ListRuleNamesByTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2610
2660
|
return [
|
|
2611
2661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2612
2662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2613
2663
|
];
|
|
2614
2664
|
}).s("AWSEvents", "ListRuleNamesByTarget", {}).n("CloudWatchEventsClient", "ListRuleNamesByTargetCommand").f(void 0, void 0).ser(se_ListRuleNamesByTargetCommand).de(de_ListRuleNamesByTargetCommand).build() {
|
|
2665
|
+
static {
|
|
2666
|
+
__name(this, "ListRuleNamesByTargetCommand");
|
|
2667
|
+
}
|
|
2615
2668
|
};
|
|
2616
|
-
__name(_ListRuleNamesByTargetCommand, "ListRuleNamesByTargetCommand");
|
|
2617
|
-
var ListRuleNamesByTargetCommand = _ListRuleNamesByTargetCommand;
|
|
2618
2669
|
|
|
2619
2670
|
// src/commands/ListRulesCommand.ts
|
|
2620
2671
|
|
|
2621
2672
|
|
|
2622
2673
|
|
|
2623
|
-
var
|
|
2674
|
+
var ListRulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2624
2675
|
return [
|
|
2625
2676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2626
2677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2627
2678
|
];
|
|
2628
2679
|
}).s("AWSEvents", "ListRules", {}).n("CloudWatchEventsClient", "ListRulesCommand").f(void 0, void 0).ser(se_ListRulesCommand).de(de_ListRulesCommand).build() {
|
|
2680
|
+
static {
|
|
2681
|
+
__name(this, "ListRulesCommand");
|
|
2682
|
+
}
|
|
2629
2683
|
};
|
|
2630
|
-
__name(_ListRulesCommand, "ListRulesCommand");
|
|
2631
|
-
var ListRulesCommand = _ListRulesCommand;
|
|
2632
2684
|
|
|
2633
2685
|
// src/commands/ListTagsForResourceCommand.ts
|
|
2634
2686
|
|
|
2635
2687
|
|
|
2636
2688
|
|
|
2637
|
-
var
|
|
2689
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2638
2690
|
return [
|
|
2639
2691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2640
2692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2641
2693
|
];
|
|
2642
2694
|
}).s("AWSEvents", "ListTagsForResource", {}).n("CloudWatchEventsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
2695
|
+
static {
|
|
2696
|
+
__name(this, "ListTagsForResourceCommand");
|
|
2697
|
+
}
|
|
2643
2698
|
};
|
|
2644
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
2645
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
2646
2699
|
|
|
2647
2700
|
// src/commands/ListTargetsByRuleCommand.ts
|
|
2648
2701
|
|
|
2649
2702
|
|
|
2650
2703
|
|
|
2651
|
-
var
|
|
2704
|
+
var ListTargetsByRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2652
2705
|
return [
|
|
2653
2706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2654
2707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2655
2708
|
];
|
|
2656
2709
|
}).s("AWSEvents", "ListTargetsByRule", {}).n("CloudWatchEventsClient", "ListTargetsByRuleCommand").f(void 0, void 0).ser(se_ListTargetsByRuleCommand).de(de_ListTargetsByRuleCommand).build() {
|
|
2710
|
+
static {
|
|
2711
|
+
__name(this, "ListTargetsByRuleCommand");
|
|
2712
|
+
}
|
|
2657
2713
|
};
|
|
2658
|
-
__name(_ListTargetsByRuleCommand, "ListTargetsByRuleCommand");
|
|
2659
|
-
var ListTargetsByRuleCommand = _ListTargetsByRuleCommand;
|
|
2660
2714
|
|
|
2661
2715
|
// src/commands/PutEventsCommand.ts
|
|
2662
2716
|
|
|
2663
2717
|
|
|
2664
2718
|
|
|
2665
|
-
var
|
|
2719
|
+
var PutEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2666
2720
|
return [
|
|
2667
2721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2668
2722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2669
2723
|
];
|
|
2670
2724
|
}).s("AWSEvents", "PutEvents", {}).n("CloudWatchEventsClient", "PutEventsCommand").f(void 0, void 0).ser(se_PutEventsCommand).de(de_PutEventsCommand).build() {
|
|
2725
|
+
static {
|
|
2726
|
+
__name(this, "PutEventsCommand");
|
|
2727
|
+
}
|
|
2671
2728
|
};
|
|
2672
|
-
__name(_PutEventsCommand, "PutEventsCommand");
|
|
2673
|
-
var PutEventsCommand = _PutEventsCommand;
|
|
2674
2729
|
|
|
2675
2730
|
// src/commands/PutPartnerEventsCommand.ts
|
|
2676
2731
|
|
|
2677
2732
|
|
|
2678
2733
|
|
|
2679
|
-
var
|
|
2734
|
+
var PutPartnerEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2680
2735
|
return [
|
|
2681
2736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2682
2737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2683
2738
|
];
|
|
2684
2739
|
}).s("AWSEvents", "PutPartnerEvents", {}).n("CloudWatchEventsClient", "PutPartnerEventsCommand").f(void 0, void 0).ser(se_PutPartnerEventsCommand).de(de_PutPartnerEventsCommand).build() {
|
|
2740
|
+
static {
|
|
2741
|
+
__name(this, "PutPartnerEventsCommand");
|
|
2742
|
+
}
|
|
2685
2743
|
};
|
|
2686
|
-
__name(_PutPartnerEventsCommand, "PutPartnerEventsCommand");
|
|
2687
|
-
var PutPartnerEventsCommand = _PutPartnerEventsCommand;
|
|
2688
2744
|
|
|
2689
2745
|
// src/commands/PutPermissionCommand.ts
|
|
2690
2746
|
|
|
2691
2747
|
|
|
2692
2748
|
|
|
2693
|
-
var
|
|
2749
|
+
var PutPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2694
2750
|
return [
|
|
2695
2751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2696
2752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2697
2753
|
];
|
|
2698
2754
|
}).s("AWSEvents", "PutPermission", {}).n("CloudWatchEventsClient", "PutPermissionCommand").f(void 0, void 0).ser(se_PutPermissionCommand).de(de_PutPermissionCommand).build() {
|
|
2755
|
+
static {
|
|
2756
|
+
__name(this, "PutPermissionCommand");
|
|
2757
|
+
}
|
|
2699
2758
|
};
|
|
2700
|
-
__name(_PutPermissionCommand, "PutPermissionCommand");
|
|
2701
|
-
var PutPermissionCommand = _PutPermissionCommand;
|
|
2702
2759
|
|
|
2703
2760
|
// src/commands/PutRuleCommand.ts
|
|
2704
2761
|
|
|
2705
2762
|
|
|
2706
2763
|
|
|
2707
|
-
var
|
|
2764
|
+
var PutRuleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2708
2765
|
return [
|
|
2709
2766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2710
2767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2711
2768
|
];
|
|
2712
2769
|
}).s("AWSEvents", "PutRule", {}).n("CloudWatchEventsClient", "PutRuleCommand").f(void 0, void 0).ser(se_PutRuleCommand).de(de_PutRuleCommand).build() {
|
|
2770
|
+
static {
|
|
2771
|
+
__name(this, "PutRuleCommand");
|
|
2772
|
+
}
|
|
2713
2773
|
};
|
|
2714
|
-
__name(_PutRuleCommand, "PutRuleCommand");
|
|
2715
|
-
var PutRuleCommand = _PutRuleCommand;
|
|
2716
2774
|
|
|
2717
2775
|
// src/commands/PutTargetsCommand.ts
|
|
2718
2776
|
|
|
2719
2777
|
|
|
2720
2778
|
|
|
2721
|
-
var
|
|
2779
|
+
var PutTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2722
2780
|
return [
|
|
2723
2781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2724
2782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2725
2783
|
];
|
|
2726
2784
|
}).s("AWSEvents", "PutTargets", {}).n("CloudWatchEventsClient", "PutTargetsCommand").f(void 0, void 0).ser(se_PutTargetsCommand).de(de_PutTargetsCommand).build() {
|
|
2785
|
+
static {
|
|
2786
|
+
__name(this, "PutTargetsCommand");
|
|
2787
|
+
}
|
|
2727
2788
|
};
|
|
2728
|
-
__name(_PutTargetsCommand, "PutTargetsCommand");
|
|
2729
|
-
var PutTargetsCommand = _PutTargetsCommand;
|
|
2730
2789
|
|
|
2731
2790
|
// src/commands/RemovePermissionCommand.ts
|
|
2732
2791
|
|
|
2733
2792
|
|
|
2734
2793
|
|
|
2735
|
-
var
|
|
2794
|
+
var RemovePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2736
2795
|
return [
|
|
2737
2796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2738
2797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2739
2798
|
];
|
|
2740
2799
|
}).s("AWSEvents", "RemovePermission", {}).n("CloudWatchEventsClient", "RemovePermissionCommand").f(void 0, void 0).ser(se_RemovePermissionCommand).de(de_RemovePermissionCommand).build() {
|
|
2800
|
+
static {
|
|
2801
|
+
__name(this, "RemovePermissionCommand");
|
|
2802
|
+
}
|
|
2741
2803
|
};
|
|
2742
|
-
__name(_RemovePermissionCommand, "RemovePermissionCommand");
|
|
2743
|
-
var RemovePermissionCommand = _RemovePermissionCommand;
|
|
2744
2804
|
|
|
2745
2805
|
// src/commands/RemoveTargetsCommand.ts
|
|
2746
2806
|
|
|
2747
2807
|
|
|
2748
2808
|
|
|
2749
|
-
var
|
|
2809
|
+
var RemoveTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2750
2810
|
return [
|
|
2751
2811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2752
2812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2753
2813
|
];
|
|
2754
2814
|
}).s("AWSEvents", "RemoveTargets", {}).n("CloudWatchEventsClient", "RemoveTargetsCommand").f(void 0, void 0).ser(se_RemoveTargetsCommand).de(de_RemoveTargetsCommand).build() {
|
|
2815
|
+
static {
|
|
2816
|
+
__name(this, "RemoveTargetsCommand");
|
|
2817
|
+
}
|
|
2755
2818
|
};
|
|
2756
|
-
__name(_RemoveTargetsCommand, "RemoveTargetsCommand");
|
|
2757
|
-
var RemoveTargetsCommand = _RemoveTargetsCommand;
|
|
2758
2819
|
|
|
2759
2820
|
// src/commands/StartReplayCommand.ts
|
|
2760
2821
|
|
|
2761
2822
|
|
|
2762
2823
|
|
|
2763
|
-
var
|
|
2824
|
+
var StartReplayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2764
2825
|
return [
|
|
2765
2826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2766
2827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2767
2828
|
];
|
|
2768
2829
|
}).s("AWSEvents", "StartReplay", {}).n("CloudWatchEventsClient", "StartReplayCommand").f(void 0, void 0).ser(se_StartReplayCommand).de(de_StartReplayCommand).build() {
|
|
2830
|
+
static {
|
|
2831
|
+
__name(this, "StartReplayCommand");
|
|
2832
|
+
}
|
|
2769
2833
|
};
|
|
2770
|
-
__name(_StartReplayCommand, "StartReplayCommand");
|
|
2771
|
-
var StartReplayCommand = _StartReplayCommand;
|
|
2772
2834
|
|
|
2773
2835
|
// src/commands/TagResourceCommand.ts
|
|
2774
2836
|
|
|
2775
2837
|
|
|
2776
2838
|
|
|
2777
|
-
var
|
|
2839
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2778
2840
|
return [
|
|
2779
2841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2780
2842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2781
2843
|
];
|
|
2782
2844
|
}).s("AWSEvents", "TagResource", {}).n("CloudWatchEventsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2845
|
+
static {
|
|
2846
|
+
__name(this, "TagResourceCommand");
|
|
2847
|
+
}
|
|
2783
2848
|
};
|
|
2784
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
2785
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
2786
2849
|
|
|
2787
2850
|
// src/commands/TestEventPatternCommand.ts
|
|
2788
2851
|
|
|
2789
2852
|
|
|
2790
2853
|
|
|
2791
|
-
var
|
|
2854
|
+
var TestEventPatternCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2792
2855
|
return [
|
|
2793
2856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2794
2857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2795
2858
|
];
|
|
2796
2859
|
}).s("AWSEvents", "TestEventPattern", {}).n("CloudWatchEventsClient", "TestEventPatternCommand").f(void 0, void 0).ser(se_TestEventPatternCommand).de(de_TestEventPatternCommand).build() {
|
|
2860
|
+
static {
|
|
2861
|
+
__name(this, "TestEventPatternCommand");
|
|
2862
|
+
}
|
|
2797
2863
|
};
|
|
2798
|
-
__name(_TestEventPatternCommand, "TestEventPatternCommand");
|
|
2799
|
-
var TestEventPatternCommand = _TestEventPatternCommand;
|
|
2800
2864
|
|
|
2801
2865
|
// src/commands/UntagResourceCommand.ts
|
|
2802
2866
|
|
|
2803
2867
|
|
|
2804
2868
|
|
|
2805
|
-
var
|
|
2869
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2806
2870
|
return [
|
|
2807
2871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2808
2872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2809
2873
|
];
|
|
2810
2874
|
}).s("AWSEvents", "UntagResource", {}).n("CloudWatchEventsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2875
|
+
static {
|
|
2876
|
+
__name(this, "UntagResourceCommand");
|
|
2877
|
+
}
|
|
2811
2878
|
};
|
|
2812
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2813
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
2814
2879
|
|
|
2815
2880
|
// src/commands/UpdateApiDestinationCommand.ts
|
|
2816
2881
|
|
|
2817
2882
|
|
|
2818
2883
|
|
|
2819
|
-
var
|
|
2884
|
+
var UpdateApiDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2820
2885
|
return [
|
|
2821
2886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2822
2887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2823
2888
|
];
|
|
2824
2889
|
}).s("AWSEvents", "UpdateApiDestination", {}).n("CloudWatchEventsClient", "UpdateApiDestinationCommand").f(void 0, void 0).ser(se_UpdateApiDestinationCommand).de(de_UpdateApiDestinationCommand).build() {
|
|
2890
|
+
static {
|
|
2891
|
+
__name(this, "UpdateApiDestinationCommand");
|
|
2892
|
+
}
|
|
2825
2893
|
};
|
|
2826
|
-
__name(_UpdateApiDestinationCommand, "UpdateApiDestinationCommand");
|
|
2827
|
-
var UpdateApiDestinationCommand = _UpdateApiDestinationCommand;
|
|
2828
2894
|
|
|
2829
2895
|
// src/commands/UpdateArchiveCommand.ts
|
|
2830
2896
|
|
|
2831
2897
|
|
|
2832
2898
|
|
|
2833
|
-
var
|
|
2899
|
+
var UpdateArchiveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2834
2900
|
return [
|
|
2835
2901
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2836
2902
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2837
2903
|
];
|
|
2838
2904
|
}).s("AWSEvents", "UpdateArchive", {}).n("CloudWatchEventsClient", "UpdateArchiveCommand").f(void 0, void 0).ser(se_UpdateArchiveCommand).de(de_UpdateArchiveCommand).build() {
|
|
2905
|
+
static {
|
|
2906
|
+
__name(this, "UpdateArchiveCommand");
|
|
2907
|
+
}
|
|
2839
2908
|
};
|
|
2840
|
-
__name(_UpdateArchiveCommand, "UpdateArchiveCommand");
|
|
2841
|
-
var UpdateArchiveCommand = _UpdateArchiveCommand;
|
|
2842
2909
|
|
|
2843
2910
|
// src/commands/UpdateConnectionCommand.ts
|
|
2844
2911
|
|
|
2845
2912
|
|
|
2846
2913
|
|
|
2847
|
-
var
|
|
2914
|
+
var UpdateConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2848
2915
|
return [
|
|
2849
2916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2850
2917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2851
2918
|
];
|
|
2852
2919
|
}).s("AWSEvents", "UpdateConnection", {}).n("CloudWatchEventsClient", "UpdateConnectionCommand").f(UpdateConnectionRequestFilterSensitiveLog, void 0).ser(se_UpdateConnectionCommand).de(de_UpdateConnectionCommand).build() {
|
|
2920
|
+
static {
|
|
2921
|
+
__name(this, "UpdateConnectionCommand");
|
|
2922
|
+
}
|
|
2853
2923
|
};
|
|
2854
|
-
__name(_UpdateConnectionCommand, "UpdateConnectionCommand");
|
|
2855
|
-
var UpdateConnectionCommand = _UpdateConnectionCommand;
|
|
2856
2924
|
|
|
2857
2925
|
// src/CloudWatchEvents.ts
|
|
2858
2926
|
var commands = {
|
|
@@ -2908,10 +2976,11 @@ var commands = {
|
|
|
2908
2976
|
UpdateArchiveCommand,
|
|
2909
2977
|
UpdateConnectionCommand
|
|
2910
2978
|
};
|
|
2911
|
-
var
|
|
2979
|
+
var CloudWatchEvents = class extends CloudWatchEventsClient {
|
|
2980
|
+
static {
|
|
2981
|
+
__name(this, "CloudWatchEvents");
|
|
2982
|
+
}
|
|
2912
2983
|
};
|
|
2913
|
-
__name(_CloudWatchEvents, "CloudWatchEvents");
|
|
2914
|
-
var CloudWatchEvents = _CloudWatchEvents;
|
|
2915
2984
|
(0, import_smithy_client.createAggregatedClient)(commands, CloudWatchEvents);
|
|
2916
2985
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2917
2986
|
|