@aws-sdk/client-cloudwatch-events 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist-cjs/index.js +51 -153
  2. package/dist-es/commands/ActivateEventSourceCommand.js +1 -3
  3. package/dist-es/commands/CancelReplayCommand.js +1 -3
  4. package/dist-es/commands/CreateApiDestinationCommand.js +1 -3
  5. package/dist-es/commands/CreateArchiveCommand.js +1 -3
  6. package/dist-es/commands/CreateConnectionCommand.js +1 -3
  7. package/dist-es/commands/CreateEventBusCommand.js +1 -3
  8. package/dist-es/commands/CreatePartnerEventSourceCommand.js +1 -3
  9. package/dist-es/commands/DeactivateEventSourceCommand.js +1 -3
  10. package/dist-es/commands/DeauthorizeConnectionCommand.js +1 -3
  11. package/dist-es/commands/DeleteApiDestinationCommand.js +1 -3
  12. package/dist-es/commands/DeleteArchiveCommand.js +1 -3
  13. package/dist-es/commands/DeleteConnectionCommand.js +1 -3
  14. package/dist-es/commands/DeleteEventBusCommand.js +1 -3
  15. package/dist-es/commands/DeletePartnerEventSourceCommand.js +1 -3
  16. package/dist-es/commands/DeleteRuleCommand.js +1 -3
  17. package/dist-es/commands/DescribeApiDestinationCommand.js +1 -3
  18. package/dist-es/commands/DescribeArchiveCommand.js +1 -3
  19. package/dist-es/commands/DescribeConnectionCommand.js +1 -3
  20. package/dist-es/commands/DescribeEventBusCommand.js +1 -3
  21. package/dist-es/commands/DescribeEventSourceCommand.js +1 -3
  22. package/dist-es/commands/DescribePartnerEventSourceCommand.js +1 -3
  23. package/dist-es/commands/DescribeReplayCommand.js +1 -3
  24. package/dist-es/commands/DescribeRuleCommand.js +1 -3
  25. package/dist-es/commands/DisableRuleCommand.js +1 -3
  26. package/dist-es/commands/EnableRuleCommand.js +1 -3
  27. package/dist-es/commands/ListApiDestinationsCommand.js +1 -3
  28. package/dist-es/commands/ListArchivesCommand.js +1 -3
  29. package/dist-es/commands/ListConnectionsCommand.js +1 -3
  30. package/dist-es/commands/ListEventBusesCommand.js +1 -3
  31. package/dist-es/commands/ListEventSourcesCommand.js +1 -3
  32. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +1 -3
  33. package/dist-es/commands/ListPartnerEventSourcesCommand.js +1 -3
  34. package/dist-es/commands/ListReplaysCommand.js +1 -3
  35. package/dist-es/commands/ListRuleNamesByTargetCommand.js +1 -3
  36. package/dist-es/commands/ListRulesCommand.js +1 -3
  37. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  38. package/dist-es/commands/ListTargetsByRuleCommand.js +1 -3
  39. package/dist-es/commands/PutEventsCommand.js +1 -3
  40. package/dist-es/commands/PutPartnerEventsCommand.js +1 -3
  41. package/dist-es/commands/PutPermissionCommand.js +1 -3
  42. package/dist-es/commands/PutRuleCommand.js +1 -3
  43. package/dist-es/commands/PutTargetsCommand.js +1 -3
  44. package/dist-es/commands/RemovePermissionCommand.js +1 -3
  45. package/dist-es/commands/RemoveTargetsCommand.js +1 -3
  46. package/dist-es/commands/StartReplayCommand.js +1 -3
  47. package/dist-es/commands/TagResourceCommand.js +1 -3
  48. package/dist-es/commands/TestEventPatternCommand.js +1 -3
  49. package/dist-es/commands/UntagResourceCommand.js +1 -3
  50. package/dist-es/commands/UpdateApiDestinationCommand.js +1 -3
  51. package/dist-es/commands/UpdateArchiveCommand.js +1 -3
  52. package/dist-es/commands/UpdateConnectionCommand.js +1 -3
  53. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2144,9 +2144,7 @@ function sharedHeaders(operation) {
2144
2144
  __name(sharedHeaders, "sharedHeaders");
2145
2145
 
2146
2146
  // src/commands/ActivateEventSourceCommand.ts
2147
- var _ActivateEventSourceCommand = class _ActivateEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2148
- ...commonParams
2149
- }).m(function(Command, cs, config, o) {
2147
+ var _ActivateEventSourceCommand = class _ActivateEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2150
2148
  return [
2151
2149
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2152
2150
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2160,9 +2158,7 @@ var ActivateEventSourceCommand = _ActivateEventSourceCommand;
2160
2158
 
2161
2159
 
2162
2160
 
2163
- var _CancelReplayCommand = class _CancelReplayCommand extends import_smithy_client.Command.classBuilder().ep({
2164
- ...commonParams
2165
- }).m(function(Command, cs, config, o) {
2161
+ var _CancelReplayCommand = class _CancelReplayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2166
2162
  return [
2167
2163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2168
2164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2176,9 +2172,7 @@ var CancelReplayCommand = _CancelReplayCommand;
2176
2172
 
2177
2173
 
2178
2174
 
2179
- var _CreateApiDestinationCommand = class _CreateApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
2180
- ...commonParams
2181
- }).m(function(Command, cs, config, o) {
2175
+ var _CreateApiDestinationCommand = class _CreateApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2182
2176
  return [
2183
2177
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2184
2178
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2192,9 +2186,7 @@ var CreateApiDestinationCommand = _CreateApiDestinationCommand;
2192
2186
 
2193
2187
 
2194
2188
 
2195
- var _CreateArchiveCommand = class _CreateArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
2196
- ...commonParams
2197
- }).m(function(Command, cs, config, o) {
2189
+ var _CreateArchiveCommand = class _CreateArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2198
2190
  return [
2199
2191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2200
2192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2208,9 +2200,7 @@ var CreateArchiveCommand = _CreateArchiveCommand;
2208
2200
 
2209
2201
 
2210
2202
 
2211
- var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2212
- ...commonParams
2213
- }).m(function(Command, cs, config, o) {
2203
+ var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2214
2204
  return [
2215
2205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2216
2206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2224,9 +2214,7 @@ var CreateConnectionCommand = _CreateConnectionCommand;
2224
2214
 
2225
2215
 
2226
2216
 
2227
- var _CreateEventBusCommand = class _CreateEventBusCommand extends import_smithy_client.Command.classBuilder().ep({
2228
- ...commonParams
2229
- }).m(function(Command, cs, config, o) {
2217
+ var _CreateEventBusCommand = class _CreateEventBusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2230
2218
  return [
2231
2219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2232
2220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2240,9 +2228,7 @@ var CreateEventBusCommand = _CreateEventBusCommand;
2240
2228
 
2241
2229
 
2242
2230
 
2243
- var _CreatePartnerEventSourceCommand = class _CreatePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2244
- ...commonParams
2245
- }).m(function(Command, cs, config, o) {
2231
+ var _CreatePartnerEventSourceCommand = class _CreatePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2246
2232
  return [
2247
2233
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2248
2234
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2256,9 +2242,7 @@ var CreatePartnerEventSourceCommand = _CreatePartnerEventSourceCommand;
2256
2242
 
2257
2243
 
2258
2244
 
2259
- var _DeactivateEventSourceCommand = class _DeactivateEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2260
- ...commonParams
2261
- }).m(function(Command, cs, config, o) {
2245
+ var _DeactivateEventSourceCommand = class _DeactivateEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2262
2246
  return [
2263
2247
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2264
2248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2272,9 +2256,7 @@ var DeactivateEventSourceCommand = _DeactivateEventSourceCommand;
2272
2256
 
2273
2257
 
2274
2258
 
2275
- var _DeauthorizeConnectionCommand = class _DeauthorizeConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2276
- ...commonParams
2277
- }).m(function(Command, cs, config, o) {
2259
+ var _DeauthorizeConnectionCommand = class _DeauthorizeConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2278
2260
  return [
2279
2261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2280
2262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2288,9 +2270,7 @@ var DeauthorizeConnectionCommand = _DeauthorizeConnectionCommand;
2288
2270
 
2289
2271
 
2290
2272
 
2291
- var _DeleteApiDestinationCommand = class _DeleteApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
2292
- ...commonParams
2293
- }).m(function(Command, cs, config, o) {
2273
+ var _DeleteApiDestinationCommand = class _DeleteApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2294
2274
  return [
2295
2275
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2296
2276
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2304,9 +2284,7 @@ var DeleteApiDestinationCommand = _DeleteApiDestinationCommand;
2304
2284
 
2305
2285
 
2306
2286
 
2307
- var _DeleteArchiveCommand = class _DeleteArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
2308
- ...commonParams
2309
- }).m(function(Command, cs, config, o) {
2287
+ var _DeleteArchiveCommand = class _DeleteArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2310
2288
  return [
2311
2289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2312
2290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2320,9 +2298,7 @@ var DeleteArchiveCommand = _DeleteArchiveCommand;
2320
2298
 
2321
2299
 
2322
2300
 
2323
- var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2324
- ...commonParams
2325
- }).m(function(Command, cs, config, o) {
2301
+ var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2326
2302
  return [
2327
2303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2328
2304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2336,9 +2312,7 @@ var DeleteConnectionCommand = _DeleteConnectionCommand;
2336
2312
 
2337
2313
 
2338
2314
 
2339
- var _DeleteEventBusCommand = class _DeleteEventBusCommand extends import_smithy_client.Command.classBuilder().ep({
2340
- ...commonParams
2341
- }).m(function(Command, cs, config, o) {
2315
+ var _DeleteEventBusCommand = class _DeleteEventBusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2342
2316
  return [
2343
2317
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2344
2318
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2352,9 +2326,7 @@ var DeleteEventBusCommand = _DeleteEventBusCommand;
2352
2326
 
2353
2327
 
2354
2328
 
2355
- var _DeletePartnerEventSourceCommand = class _DeletePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2356
- ...commonParams
2357
- }).m(function(Command, cs, config, o) {
2329
+ var _DeletePartnerEventSourceCommand = class _DeletePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2358
2330
  return [
2359
2331
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2360
2332
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2368,9 +2340,7 @@ var DeletePartnerEventSourceCommand = _DeletePartnerEventSourceCommand;
2368
2340
 
2369
2341
 
2370
2342
 
2371
- var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2372
- ...commonParams
2373
- }).m(function(Command, cs, config, o) {
2343
+ var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2374
2344
  return [
2375
2345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2376
2346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2384,9 +2354,7 @@ var DeleteRuleCommand = _DeleteRuleCommand;
2384
2354
 
2385
2355
 
2386
2356
 
2387
- var _DescribeApiDestinationCommand = class _DescribeApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
2388
- ...commonParams
2389
- }).m(function(Command, cs, config, o) {
2357
+ var _DescribeApiDestinationCommand = class _DescribeApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2390
2358
  return [
2391
2359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2392
2360
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2400,9 +2368,7 @@ var DescribeApiDestinationCommand = _DescribeApiDestinationCommand;
2400
2368
 
2401
2369
 
2402
2370
 
2403
- var _DescribeArchiveCommand = class _DescribeArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
2404
- ...commonParams
2405
- }).m(function(Command, cs, config, o) {
2371
+ var _DescribeArchiveCommand = class _DescribeArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2406
2372
  return [
2407
2373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2408
2374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2416,9 +2382,7 @@ var DescribeArchiveCommand = _DescribeArchiveCommand;
2416
2382
 
2417
2383
 
2418
2384
 
2419
- var _DescribeConnectionCommand = class _DescribeConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2420
- ...commonParams
2421
- }).m(function(Command, cs, config, o) {
2385
+ var _DescribeConnectionCommand = class _DescribeConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2422
2386
  return [
2423
2387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2424
2388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2432,9 +2396,7 @@ var DescribeConnectionCommand = _DescribeConnectionCommand;
2432
2396
 
2433
2397
 
2434
2398
 
2435
- var _DescribeEventBusCommand = class _DescribeEventBusCommand extends import_smithy_client.Command.classBuilder().ep({
2436
- ...commonParams
2437
- }).m(function(Command, cs, config, o) {
2399
+ var _DescribeEventBusCommand = class _DescribeEventBusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2438
2400
  return [
2439
2401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2440
2402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2448,9 +2410,7 @@ var DescribeEventBusCommand = _DescribeEventBusCommand;
2448
2410
 
2449
2411
 
2450
2412
 
2451
- var _DescribeEventSourceCommand = class _DescribeEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2452
- ...commonParams
2453
- }).m(function(Command, cs, config, o) {
2413
+ var _DescribeEventSourceCommand = class _DescribeEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2454
2414
  return [
2455
2415
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2456
2416
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2464,9 +2424,7 @@ var DescribeEventSourceCommand = _DescribeEventSourceCommand;
2464
2424
 
2465
2425
 
2466
2426
 
2467
- var _DescribePartnerEventSourceCommand = class _DescribePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2468
- ...commonParams
2469
- }).m(function(Command, cs, config, o) {
2427
+ var _DescribePartnerEventSourceCommand = class _DescribePartnerEventSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2470
2428
  return [
2471
2429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2472
2430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2480,9 +2438,7 @@ var DescribePartnerEventSourceCommand = _DescribePartnerEventSourceCommand;
2480
2438
 
2481
2439
 
2482
2440
 
2483
- var _DescribeReplayCommand = class _DescribeReplayCommand extends import_smithy_client.Command.classBuilder().ep({
2484
- ...commonParams
2485
- }).m(function(Command, cs, config, o) {
2441
+ var _DescribeReplayCommand = class _DescribeReplayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2486
2442
  return [
2487
2443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2488
2444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2496,9 +2452,7 @@ var DescribeReplayCommand = _DescribeReplayCommand;
2496
2452
 
2497
2453
 
2498
2454
 
2499
- var _DescribeRuleCommand = class _DescribeRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2500
- ...commonParams
2501
- }).m(function(Command, cs, config, o) {
2455
+ var _DescribeRuleCommand = class _DescribeRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2502
2456
  return [
2503
2457
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2504
2458
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2512,9 +2466,7 @@ var DescribeRuleCommand = _DescribeRuleCommand;
2512
2466
 
2513
2467
 
2514
2468
 
2515
- var _DisableRuleCommand = class _DisableRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2516
- ...commonParams
2517
- }).m(function(Command, cs, config, o) {
2469
+ var _DisableRuleCommand = class _DisableRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2518
2470
  return [
2519
2471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2520
2472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2528,9 +2480,7 @@ var DisableRuleCommand = _DisableRuleCommand;
2528
2480
 
2529
2481
 
2530
2482
 
2531
- var _EnableRuleCommand = class _EnableRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2532
- ...commonParams
2533
- }).m(function(Command, cs, config, o) {
2483
+ var _EnableRuleCommand = class _EnableRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2534
2484
  return [
2535
2485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2536
2486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2544,9 +2494,7 @@ var EnableRuleCommand = _EnableRuleCommand;
2544
2494
 
2545
2495
 
2546
2496
 
2547
- var _ListApiDestinationsCommand = class _ListApiDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
2548
- ...commonParams
2549
- }).m(function(Command, cs, config, o) {
2497
+ var _ListApiDestinationsCommand = class _ListApiDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2550
2498
  return [
2551
2499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2552
2500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2560,9 +2508,7 @@ var ListApiDestinationsCommand = _ListApiDestinationsCommand;
2560
2508
 
2561
2509
 
2562
2510
 
2563
- var _ListArchivesCommand = class _ListArchivesCommand extends import_smithy_client.Command.classBuilder().ep({
2564
- ...commonParams
2565
- }).m(function(Command, cs, config, o) {
2511
+ var _ListArchivesCommand = class _ListArchivesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2566
2512
  return [
2567
2513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2568
2514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2576,9 +2522,7 @@ var ListArchivesCommand = _ListArchivesCommand;
2576
2522
 
2577
2523
 
2578
2524
 
2579
- var _ListConnectionsCommand = class _ListConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
2580
- ...commonParams
2581
- }).m(function(Command, cs, config, o) {
2525
+ var _ListConnectionsCommand = class _ListConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2582
2526
  return [
2583
2527
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2584
2528
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2592,9 +2536,7 @@ var ListConnectionsCommand = _ListConnectionsCommand;
2592
2536
 
2593
2537
 
2594
2538
 
2595
- var _ListEventBusesCommand = class _ListEventBusesCommand extends import_smithy_client.Command.classBuilder().ep({
2596
- ...commonParams
2597
- }).m(function(Command, cs, config, o) {
2539
+ var _ListEventBusesCommand = class _ListEventBusesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2598
2540
  return [
2599
2541
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2600
2542
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2608,9 +2550,7 @@ var ListEventBusesCommand = _ListEventBusesCommand;
2608
2550
 
2609
2551
 
2610
2552
 
2611
- var _ListEventSourcesCommand = class _ListEventSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2612
- ...commonParams
2613
- }).m(function(Command, cs, config, o) {
2553
+ var _ListEventSourcesCommand = class _ListEventSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2614
2554
  return [
2615
2555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2616
2556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2624,9 +2564,7 @@ var ListEventSourcesCommand = _ListEventSourcesCommand;
2624
2564
 
2625
2565
 
2626
2566
 
2627
- var _ListPartnerEventSourceAccountsCommand = class _ListPartnerEventSourceAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
2628
- ...commonParams
2629
- }).m(function(Command, cs, config, o) {
2567
+ var _ListPartnerEventSourceAccountsCommand = class _ListPartnerEventSourceAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2630
2568
  return [
2631
2569
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2632
2570
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2640,9 +2578,7 @@ var ListPartnerEventSourceAccountsCommand = _ListPartnerEventSourceAccountsComma
2640
2578
 
2641
2579
 
2642
2580
 
2643
- var _ListPartnerEventSourcesCommand = class _ListPartnerEventSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2644
- ...commonParams
2645
- }).m(function(Command, cs, config, o) {
2581
+ var _ListPartnerEventSourcesCommand = class _ListPartnerEventSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2646
2582
  return [
2647
2583
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2648
2584
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2656,9 +2592,7 @@ var ListPartnerEventSourcesCommand = _ListPartnerEventSourcesCommand;
2656
2592
 
2657
2593
 
2658
2594
 
2659
- var _ListReplaysCommand = class _ListReplaysCommand extends import_smithy_client.Command.classBuilder().ep({
2660
- ...commonParams
2661
- }).m(function(Command, cs, config, o) {
2595
+ var _ListReplaysCommand = class _ListReplaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2662
2596
  return [
2663
2597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2664
2598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2672,9 +2606,7 @@ var ListReplaysCommand = _ListReplaysCommand;
2672
2606
 
2673
2607
 
2674
2608
 
2675
- var _ListRuleNamesByTargetCommand = class _ListRuleNamesByTargetCommand extends import_smithy_client.Command.classBuilder().ep({
2676
- ...commonParams
2677
- }).m(function(Command, cs, config, o) {
2609
+ var _ListRuleNamesByTargetCommand = class _ListRuleNamesByTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2678
2610
  return [
2679
2611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2680
2612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2688,9 +2620,7 @@ var ListRuleNamesByTargetCommand = _ListRuleNamesByTargetCommand;
2688
2620
 
2689
2621
 
2690
2622
 
2691
- var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
2692
- ...commonParams
2693
- }).m(function(Command, cs, config, o) {
2623
+ var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2694
2624
  return [
2695
2625
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2696
2626
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2704,9 +2634,7 @@ var ListRulesCommand = _ListRulesCommand;
2704
2634
 
2705
2635
 
2706
2636
 
2707
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2708
- ...commonParams
2709
- }).m(function(Command, cs, config, o) {
2637
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2710
2638
  return [
2711
2639
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2712
2640
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2720,9 +2648,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2720
2648
 
2721
2649
 
2722
2650
 
2723
- var _ListTargetsByRuleCommand = class _ListTargetsByRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2724
- ...commonParams
2725
- }).m(function(Command, cs, config, o) {
2651
+ var _ListTargetsByRuleCommand = class _ListTargetsByRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2726
2652
  return [
2727
2653
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2728
2654
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2736,9 +2662,7 @@ var ListTargetsByRuleCommand = _ListTargetsByRuleCommand;
2736
2662
 
2737
2663
 
2738
2664
 
2739
- var _PutEventsCommand = class _PutEventsCommand extends import_smithy_client.Command.classBuilder().ep({
2740
- ...commonParams
2741
- }).m(function(Command, cs, config, o) {
2665
+ var _PutEventsCommand = class _PutEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2742
2666
  return [
2743
2667
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2744
2668
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2752,9 +2676,7 @@ var PutEventsCommand = _PutEventsCommand;
2752
2676
 
2753
2677
 
2754
2678
 
2755
- var _PutPartnerEventsCommand = class _PutPartnerEventsCommand extends import_smithy_client.Command.classBuilder().ep({
2756
- ...commonParams
2757
- }).m(function(Command, cs, config, o) {
2679
+ var _PutPartnerEventsCommand = class _PutPartnerEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2758
2680
  return [
2759
2681
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2760
2682
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2768,9 +2690,7 @@ var PutPartnerEventsCommand = _PutPartnerEventsCommand;
2768
2690
 
2769
2691
 
2770
2692
 
2771
- var _PutPermissionCommand = class _PutPermissionCommand extends import_smithy_client.Command.classBuilder().ep({
2772
- ...commonParams
2773
- }).m(function(Command, cs, config, o) {
2693
+ var _PutPermissionCommand = class _PutPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2774
2694
  return [
2775
2695
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2776
2696
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2784,9 +2704,7 @@ var PutPermissionCommand = _PutPermissionCommand;
2784
2704
 
2785
2705
 
2786
2706
 
2787
- var _PutRuleCommand = class _PutRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2788
- ...commonParams
2789
- }).m(function(Command, cs, config, o) {
2707
+ var _PutRuleCommand = class _PutRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2790
2708
  return [
2791
2709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2792
2710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2800,9 +2718,7 @@ var PutRuleCommand = _PutRuleCommand;
2800
2718
 
2801
2719
 
2802
2720
 
2803
- var _PutTargetsCommand = class _PutTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
2804
- ...commonParams
2805
- }).m(function(Command, cs, config, o) {
2721
+ var _PutTargetsCommand = class _PutTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2806
2722
  return [
2807
2723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2808
2724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2816,9 +2732,7 @@ var PutTargetsCommand = _PutTargetsCommand;
2816
2732
 
2817
2733
 
2818
2734
 
2819
- var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
2820
- ...commonParams
2821
- }).m(function(Command, cs, config, o) {
2735
+ var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2822
2736
  return [
2823
2737
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2824
2738
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2832,9 +2746,7 @@ var RemovePermissionCommand = _RemovePermissionCommand;
2832
2746
 
2833
2747
 
2834
2748
 
2835
- var _RemoveTargetsCommand = class _RemoveTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
2836
- ...commonParams
2837
- }).m(function(Command, cs, config, o) {
2749
+ var _RemoveTargetsCommand = class _RemoveTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2838
2750
  return [
2839
2751
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2840
2752
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2848,9 +2760,7 @@ var RemoveTargetsCommand = _RemoveTargetsCommand;
2848
2760
 
2849
2761
 
2850
2762
 
2851
- var _StartReplayCommand = class _StartReplayCommand extends import_smithy_client.Command.classBuilder().ep({
2852
- ...commonParams
2853
- }).m(function(Command, cs, config, o) {
2763
+ var _StartReplayCommand = class _StartReplayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2854
2764
  return [
2855
2765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2856
2766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2864,9 +2774,7 @@ var StartReplayCommand = _StartReplayCommand;
2864
2774
 
2865
2775
 
2866
2776
 
2867
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2868
- ...commonParams
2869
- }).m(function(Command, cs, config, o) {
2777
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2870
2778
  return [
2871
2779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2872
2780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2880,9 +2788,7 @@ var TagResourceCommand = _TagResourceCommand;
2880
2788
 
2881
2789
 
2882
2790
 
2883
- var _TestEventPatternCommand = class _TestEventPatternCommand extends import_smithy_client.Command.classBuilder().ep({
2884
- ...commonParams
2885
- }).m(function(Command, cs, config, o) {
2791
+ var _TestEventPatternCommand = class _TestEventPatternCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2886
2792
  return [
2887
2793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2888
2794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2896,9 +2802,7 @@ var TestEventPatternCommand = _TestEventPatternCommand;
2896
2802
 
2897
2803
 
2898
2804
 
2899
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2900
- ...commonParams
2901
- }).m(function(Command, cs, config, o) {
2805
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2902
2806
  return [
2903
2807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2904
2808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2912,9 +2816,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2912
2816
 
2913
2817
 
2914
2818
 
2915
- var _UpdateApiDestinationCommand = class _UpdateApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
2916
- ...commonParams
2917
- }).m(function(Command, cs, config, o) {
2819
+ var _UpdateApiDestinationCommand = class _UpdateApiDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2918
2820
  return [
2919
2821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2920
2822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2928,9 +2830,7 @@ var UpdateApiDestinationCommand = _UpdateApiDestinationCommand;
2928
2830
 
2929
2831
 
2930
2832
 
2931
- var _UpdateArchiveCommand = class _UpdateArchiveCommand extends import_smithy_client.Command.classBuilder().ep({
2932
- ...commonParams
2933
- }).m(function(Command, cs, config, o) {
2833
+ var _UpdateArchiveCommand = class _UpdateArchiveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2934
2834
  return [
2935
2835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2936
2836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2944,9 +2844,7 @@ var UpdateArchiveCommand = _UpdateArchiveCommand;
2944
2844
 
2945
2845
 
2946
2846
 
2947
- var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
2948
- ...commonParams
2949
- }).m(function(Command, cs, config, o) {
2847
+ var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2950
2848
  return [
2951
2849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2952
2850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_ActivateEventSourceCommand, se_ActivateEventSourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ActivateEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelReplayCommand, se_CancelReplayCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CancelReplayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApiDestinationCommand, se_CreateApiDestinationCommand } from "
6
6
  export { $Command };
7
7
  export class CreateApiDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateArchiveCommand, se_CreateArchiveCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../proto
7
7
  export { $Command };
8
8
  export class CreateConnectionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateEventBusCommand, se_CreateEventBusCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateEventBusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePartnerEventSourceCommand, se_CreatePartnerEventSourceCommand
6
6
  export { $Command };
7
7
  export class CreatePartnerEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeactivateEventSourceCommand, se_DeactivateEventSourceCommand } from
6
6
  export { $Command };
7
7
  export class DeactivateEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeauthorizeConnectionCommand, se_DeauthorizeConnectionCommand } from
6
6
  export { $Command };
7
7
  export class DeauthorizeConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApiDestinationCommand, se_DeleteApiDestinationCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteApiDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteEventBusCommand, se_DeleteEventBusCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteEventBusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePartnerEventSourceCommand, se_DeletePartnerEventSourceCommand
6
6
  export { $Command };
7
7
  export class DeletePartnerEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class DeleteRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeApiDestinationCommand, se_DescribeApiDestinationCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeApiDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeArchiveCommand, se_DescribeArchiveCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeConnectionCommand, se_DescribeConnectionCommand } from "../p
7
7
  export { $Command };
8
8
  export class DescribeConnectionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEventBusCommand, se_DescribeEventBusCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeEventBusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEventSourceCommand, se_DescribeEventSourceCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribePartnerEventSourceCommand, se_DescribePartnerEventSourceComm
6
6
  export { $Command };
7
7
  export class DescribePartnerEventSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeReplayCommand, se_DescribeReplayCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeReplayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableRuleCommand, se_DisableRuleCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DisableRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnableRuleCommand, se_EnableRuleCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class EnableRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApiDestinationsCommand, se_ListApiDestinationsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListApiDestinationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListArchivesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListConnectionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEventBusesCommand, se_ListEventBusesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListEventBusesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEventSourcesCommand, se_ListEventSourcesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListEventSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPartnerEventSourceAccountsCommand, se_ListPartnerEventSourceAcco
6
6
  export { $Command };
7
7
  export class ListPartnerEventSourceAccountsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPartnerEventSourcesCommand, se_ListPartnerEventSourcesCommand }
6
6
  export { $Command };
7
7
  export class ListPartnerEventSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListReplaysCommand, se_ListReplaysCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListReplaysCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from
6
6
  export { $Command };
7
7
  export class ListRuleNamesByTargetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class ListRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListTargetsByRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class PutEventsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class PutPartnerEventsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class PutPermissionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
7
  export class PutRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class PutTargetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class RemovePermissionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class RemoveTargetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class StartReplayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../proto
6
6
  export { $Command };
7
7
  export class TestEventPatternCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateApiDestinationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../proto
7
7
  export { $Command };
8
8
  export class UpdateConnectionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-events",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-events",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",