@aws-sdk/client-eventbridge 3.926.0 → 3.928.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 (81) hide show
  1. package/dist-cjs/index.js +1912 -2314
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/EventBridgeClient.js +2 -0
  4. package/dist-es/commands/ActivateEventSourceCommand.js +3 -9
  5. package/dist-es/commands/CancelReplayCommand.js +3 -9
  6. package/dist-es/commands/CreateApiDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateArchiveCommand.js +3 -9
  8. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  9. package/dist-es/commands/CreateEndpointCommand.js +3 -9
  10. package/dist-es/commands/CreateEventBusCommand.js +3 -9
  11. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -9
  12. package/dist-es/commands/DeactivateEventSourceCommand.js +3 -9
  13. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -9
  14. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -9
  15. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  16. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  17. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  18. package/dist-es/commands/DeleteEventBusCommand.js +3 -9
  19. package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -9
  20. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  21. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -9
  22. package/dist-es/commands/DescribeArchiveCommand.js +3 -9
  23. package/dist-es/commands/DescribeConnectionCommand.js +3 -10
  24. package/dist-es/commands/DescribeEndpointCommand.js +3 -9
  25. package/dist-es/commands/DescribeEventBusCommand.js +3 -9
  26. package/dist-es/commands/DescribeEventSourceCommand.js +3 -9
  27. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -9
  28. package/dist-es/commands/DescribeReplayCommand.js +3 -9
  29. package/dist-es/commands/DescribeRuleCommand.js +3 -9
  30. package/dist-es/commands/DisableRuleCommand.js +3 -9
  31. package/dist-es/commands/EnableRuleCommand.js +3 -9
  32. package/dist-es/commands/ListApiDestinationsCommand.js +3 -9
  33. package/dist-es/commands/ListArchivesCommand.js +3 -9
  34. package/dist-es/commands/ListConnectionsCommand.js +3 -9
  35. package/dist-es/commands/ListEndpointsCommand.js +3 -9
  36. package/dist-es/commands/ListEventBusesCommand.js +3 -9
  37. package/dist-es/commands/ListEventSourcesCommand.js +3 -9
  38. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -9
  39. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -9
  40. package/dist-es/commands/ListReplaysCommand.js +3 -9
  41. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -9
  42. package/dist-es/commands/ListRulesCommand.js +3 -9
  43. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  44. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -10
  45. package/dist-es/commands/PutEventsCommand.js +3 -9
  46. package/dist-es/commands/PutPartnerEventsCommand.js +3 -9
  47. package/dist-es/commands/PutPermissionCommand.js +3 -9
  48. package/dist-es/commands/PutRuleCommand.js +3 -9
  49. package/dist-es/commands/PutTargetsCommand.js +3 -10
  50. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  51. package/dist-es/commands/RemoveTargetsCommand.js +3 -9
  52. package/dist-es/commands/StartReplayCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/TestEventPatternCommand.js +3 -9
  55. package/dist-es/commands/UntagResourceCommand.js +3 -9
  56. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -9
  57. package/dist-es/commands/UpdateArchiveCommand.js +3 -9
  58. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  59. package/dist-es/commands/UpdateEndpointCommand.js +3 -9
  60. package/dist-es/commands/UpdateEventBusCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -152
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +1768 -0
  64. package/dist-types/EventBridgeClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -96
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +294 -0
  71. package/dist-types/ts3.4/EventBridgeClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -70
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +300 -0
  78. package/package.json +7 -7
  79. package/dist-es/protocols/Aws_json1_1.js +0 -1705
  80. package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class EventBridgeClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +111,14 @@ class EventBridgeClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- class EventBridgeServiceException extends smithyClient.ServiceException {
114
+ let EventBridgeServiceException$1 = class EventBridgeServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, EventBridgeServiceException.prototype);
118
118
  }
119
- }
119
+ };
120
120
 
121
- class AccessDeniedException extends EventBridgeServiceException {
121
+ let AccessDeniedException$1 = class AccessDeniedException extends EventBridgeServiceException$1 {
122
122
  name = "AccessDeniedException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ class AccessDeniedException extends EventBridgeServiceException {
129
129
  });
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  }
132
- }
133
- class ConcurrentModificationException extends EventBridgeServiceException {
132
+ };
133
+ let ConcurrentModificationException$1 = class ConcurrentModificationException extends EventBridgeServiceException$1 {
134
134
  name = "ConcurrentModificationException";
135
135
  $fault = "client";
136
136
  constructor(opts) {
@@ -141,8 +141,8 @@ class ConcurrentModificationException extends EventBridgeServiceException {
141
141
  });
142
142
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
143
143
  }
144
- }
145
- class InternalException extends EventBridgeServiceException {
144
+ };
145
+ let InternalException$1 = class InternalException extends EventBridgeServiceException$1 {
146
146
  name = "InternalException";
147
147
  $fault = "server";
148
148
  constructor(opts) {
@@ -153,8 +153,8 @@ class InternalException extends EventBridgeServiceException {
153
153
  });
154
154
  Object.setPrototypeOf(this, InternalException.prototype);
155
155
  }
156
- }
157
- class InvalidStateException extends EventBridgeServiceException {
156
+ };
157
+ let InvalidStateException$1 = class InvalidStateException extends EventBridgeServiceException$1 {
158
158
  name = "InvalidStateException";
159
159
  $fault = "client";
160
160
  constructor(opts) {
@@ -165,8 +165,8 @@ class InvalidStateException extends EventBridgeServiceException {
165
165
  });
166
166
  Object.setPrototypeOf(this, InvalidStateException.prototype);
167
167
  }
168
- }
169
- class OperationDisabledException extends EventBridgeServiceException {
168
+ };
169
+ let OperationDisabledException$1 = class OperationDisabledException extends EventBridgeServiceException$1 {
170
170
  name = "OperationDisabledException";
171
171
  $fault = "client";
172
172
  constructor(opts) {
@@ -177,8 +177,8 @@ class OperationDisabledException extends EventBridgeServiceException {
177
177
  });
178
178
  Object.setPrototypeOf(this, OperationDisabledException.prototype);
179
179
  }
180
- }
181
- class ResourceNotFoundException extends EventBridgeServiceException {
180
+ };
181
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EventBridgeServiceException$1 {
182
182
  name = "ResourceNotFoundException";
183
183
  $fault = "client";
184
184
  constructor(opts) {
@@ -189,7 +189,7 @@ class ResourceNotFoundException extends EventBridgeServiceException {
189
189
  });
190
190
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
191
191
  }
192
- }
192
+ };
193
193
  const ApiDestinationState = {
194
194
  ACTIVE: "ACTIVE",
195
195
  INACTIVE: "INACTIVE",
@@ -223,7 +223,7 @@ const ReplayState = {
223
223
  RUNNING: "RUNNING",
224
224
  STARTING: "STARTING",
225
225
  };
226
- class IllegalStatusException extends EventBridgeServiceException {
226
+ let IllegalStatusException$1 = class IllegalStatusException extends EventBridgeServiceException$1 {
227
227
  name = "IllegalStatusException";
228
228
  $fault = "client";
229
229
  constructor(opts) {
@@ -234,8 +234,8 @@ class IllegalStatusException extends EventBridgeServiceException {
234
234
  });
235
235
  Object.setPrototypeOf(this, IllegalStatusException.prototype);
236
236
  }
237
- }
238
- class LimitExceededException extends EventBridgeServiceException {
237
+ };
238
+ let LimitExceededException$1 = class LimitExceededException extends EventBridgeServiceException$1 {
239
239
  name = "LimitExceededException";
240
240
  $fault = "client";
241
241
  constructor(opts) {
@@ -246,8 +246,8 @@ class LimitExceededException extends EventBridgeServiceException {
246
246
  });
247
247
  Object.setPrototypeOf(this, LimitExceededException.prototype);
248
248
  }
249
- }
250
- class ResourceAlreadyExistsException extends EventBridgeServiceException {
249
+ };
250
+ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException extends EventBridgeServiceException$1 {
251
251
  name = "ResourceAlreadyExistsException";
252
252
  $fault = "client";
253
253
  constructor(opts) {
@@ -258,8 +258,8 @@ class ResourceAlreadyExistsException extends EventBridgeServiceException {
258
258
  });
259
259
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
260
260
  }
261
- }
262
- class InvalidEventPatternException extends EventBridgeServiceException {
261
+ };
262
+ let InvalidEventPatternException$1 = class InvalidEventPatternException extends EventBridgeServiceException$1 {
263
263
  name = "InvalidEventPatternException";
264
264
  $fault = "client";
265
265
  constructor(opts) {
@@ -270,7 +270,7 @@ class InvalidEventPatternException extends EventBridgeServiceException {
270
270
  });
271
271
  Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
272
272
  }
273
- }
273
+ };
274
274
  const ConnectionAuthorizationType = {
275
275
  API_KEY: "API_KEY",
276
276
  BASIC: "BASIC",
@@ -292,7 +292,7 @@ const ConnectionState = {
292
292
  FAILED_CONNECTIVITY: "FAILED_CONNECTIVITY",
293
293
  UPDATING: "UPDATING",
294
294
  };
295
- class ThrottlingException extends EventBridgeServiceException {
295
+ let ThrottlingException$1 = class ThrottlingException extends EventBridgeServiceException$1 {
296
296
  name = "ThrottlingException";
297
297
  $fault = "client";
298
298
  constructor(opts) {
@@ -303,7 +303,7 @@ class ThrottlingException extends EventBridgeServiceException {
303
303
  });
304
304
  Object.setPrototypeOf(this, ThrottlingException.prototype);
305
305
  }
306
- }
306
+ };
307
307
  const ReplicationState = {
308
308
  DISABLED: "DISABLED",
309
309
  ENABLED: "ENABLED",
@@ -327,7 +327,7 @@ const Level = {
327
327
  OFF: "OFF",
328
328
  TRACE: "TRACE",
329
329
  };
330
- class ManagedRuleException extends EventBridgeServiceException {
330
+ let ManagedRuleException$1 = class ManagedRuleException extends EventBridgeServiceException$1 {
331
331
  name = "ManagedRuleException";
332
332
  $fault = "client";
333
333
  constructor(opts) {
@@ -338,7 +338,7 @@ class ManagedRuleException extends EventBridgeServiceException {
338
338
  });
339
339
  Object.setPrototypeOf(this, ManagedRuleException.prototype);
340
340
  }
341
- }
341
+ };
342
342
  const EventSourceState = {
343
343
  ACTIVE: "ACTIVE",
344
344
  DELETED: "DELETED",
@@ -366,7 +366,7 @@ const PlacementStrategyType = {
366
366
  const PropagateTags = {
367
367
  TASK_DEFINITION: "TASK_DEFINITION",
368
368
  };
369
- class PolicyLengthExceededException extends EventBridgeServiceException {
369
+ let PolicyLengthExceededException$1 = class PolicyLengthExceededException extends EventBridgeServiceException$1 {
370
370
  name = "PolicyLengthExceededException";
371
371
  $fault = "client";
372
372
  constructor(opts) {
@@ -377,1870 +377,1772 @@ class PolicyLengthExceededException extends EventBridgeServiceException {
377
377
  });
378
378
  Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
379
379
  }
380
- }
381
- const AppSyncParametersFilterSensitiveLog = (obj) => ({
382
- ...obj,
383
- ...(obj.GraphQLOperation && { GraphQLOperation: smithyClient.SENSITIVE_STRING }),
384
- });
385
- const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
386
- ...obj,
387
- ...(obj.ApiKeyValue && { ApiKeyValue: smithyClient.SENSITIVE_STRING }),
388
- });
389
- const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
390
- ...obj,
391
- ...(obj.Password && { Password: smithyClient.SENSITIVE_STRING }),
392
- });
393
- const ConnectionBodyParameterFilterSensitiveLog = (obj) => ({
394
- ...obj,
395
- ...(obj.Value && { Value: smithyClient.SENSITIVE_STRING }),
396
- });
397
- const ConnectionHeaderParameterFilterSensitiveLog = (obj) => ({
398
- ...obj,
399
- ...(obj.Value && { Value: smithyClient.SENSITIVE_STRING }),
400
- });
401
- const ConnectionQueryStringParameterFilterSensitiveLog = (obj) => ({
402
- ...obj,
403
- ...(obj.Value && { Value: smithyClient.SENSITIVE_STRING }),
404
- });
405
- const ConnectionHttpParametersFilterSensitiveLog = (obj) => ({
406
- ...obj,
407
- ...(obj.HeaderParameters && {
408
- HeaderParameters: obj.HeaderParameters.map((item) => ConnectionHeaderParameterFilterSensitiveLog(item)),
409
- }),
410
- ...(obj.QueryStringParameters && {
411
- QueryStringParameters: obj.QueryStringParameters.map((item) => ConnectionQueryStringParameterFilterSensitiveLog(item)),
412
- }),
413
- ...(obj.BodyParameters && {
414
- BodyParameters: obj.BodyParameters.map((item) => ConnectionBodyParameterFilterSensitiveLog(item)),
415
- }),
416
- });
417
- const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
418
- ...obj,
419
- ...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
420
- });
421
- const CreateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
422
- ...obj,
423
- ...(obj.ClientParameters && {
424
- ClientParameters: CreateConnectionOAuthClientRequestParametersFilterSensitiveLog(obj.ClientParameters),
425
- }),
426
- ...(obj.OAuthHttpParameters && {
427
- OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
428
- }),
429
- });
430
- const CreateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
431
- ...obj,
432
- ...(obj.BasicAuthParameters && {
433
- BasicAuthParameters: CreateConnectionBasicAuthRequestParametersFilterSensitiveLog(obj.BasicAuthParameters),
434
- }),
435
- ...(obj.OAuthParameters && {
436
- OAuthParameters: CreateConnectionOAuthRequestParametersFilterSensitiveLog(obj.OAuthParameters),
437
- }),
438
- ...(obj.ApiKeyAuthParameters && {
439
- ApiKeyAuthParameters: CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog(obj.ApiKeyAuthParameters),
440
- }),
441
- ...(obj.InvocationHttpParameters && {
442
- InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
443
- }),
444
- });
445
- const CreateConnectionRequestFilterSensitiveLog = (obj) => ({
446
- ...obj,
447
- ...(obj.AuthParameters && {
448
- AuthParameters: CreateConnectionAuthRequestParametersFilterSensitiveLog(obj.AuthParameters),
449
- }),
450
- });
451
- const ConnectionOAuthResponseParametersFilterSensitiveLog = (obj) => ({
452
- ...obj,
453
- ...(obj.OAuthHttpParameters && {
454
- OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
455
- }),
456
- });
457
- const ConnectionAuthResponseParametersFilterSensitiveLog = (obj) => ({
458
- ...obj,
459
- ...(obj.OAuthParameters && {
460
- OAuthParameters: ConnectionOAuthResponseParametersFilterSensitiveLog(obj.OAuthParameters),
461
- }),
462
- ...(obj.InvocationHttpParameters && {
463
- InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
464
- }),
465
- });
466
- const DescribeConnectionResponseFilterSensitiveLog = (obj) => ({
467
- ...obj,
468
- ...(obj.AuthParameters && { AuthParameters: ConnectionAuthResponseParametersFilterSensitiveLog(obj.AuthParameters) }),
469
- });
470
- const RedshiftDataParametersFilterSensitiveLog = (obj) => ({
471
- ...obj,
472
- ...(obj.Sql && { Sql: smithyClient.SENSITIVE_STRING }),
473
- ...(obj.Sqls && { Sqls: smithyClient.SENSITIVE_STRING }),
474
- });
475
- const TargetFilterSensitiveLog = (obj) => ({
476
- ...obj,
477
- ...(obj.RedshiftDataParameters && {
478
- RedshiftDataParameters: RedshiftDataParametersFilterSensitiveLog(obj.RedshiftDataParameters),
479
- }),
480
- ...(obj.AppSyncParameters && { AppSyncParameters: AppSyncParametersFilterSensitiveLog(obj.AppSyncParameters) }),
481
- });
482
- const ListTargetsByRuleResponseFilterSensitiveLog = (obj) => ({
483
- ...obj,
484
- ...(obj.Targets && { Targets: obj.Targets.map((item) => TargetFilterSensitiveLog(item)) }),
485
- });
486
- const PutTargetsRequestFilterSensitiveLog = (obj) => ({
487
- ...obj,
488
- ...(obj.Targets && { Targets: obj.Targets.map((item) => TargetFilterSensitiveLog(item)) }),
489
- });
490
- const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = (obj) => ({
491
- ...obj,
492
- ...(obj.ApiKeyValue && { ApiKeyValue: smithyClient.SENSITIVE_STRING }),
493
- });
494
- const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = (obj) => ({
495
- ...obj,
496
- ...(obj.Password && { Password: smithyClient.SENSITIVE_STRING }),
497
- });
498
- const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = (obj) => ({
499
- ...obj,
500
- ...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
501
- });
502
- const UpdateConnectionOAuthRequestParametersFilterSensitiveLog = (obj) => ({
503
- ...obj,
504
- ...(obj.ClientParameters && {
505
- ClientParameters: UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog(obj.ClientParameters),
506
- }),
507
- ...(obj.OAuthHttpParameters && {
508
- OAuthHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.OAuthHttpParameters),
509
- }),
510
- });
511
- const UpdateConnectionAuthRequestParametersFilterSensitiveLog = (obj) => ({
512
- ...obj,
513
- ...(obj.BasicAuthParameters && {
514
- BasicAuthParameters: UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog(obj.BasicAuthParameters),
515
- }),
516
- ...(obj.OAuthParameters && {
517
- OAuthParameters: UpdateConnectionOAuthRequestParametersFilterSensitiveLog(obj.OAuthParameters),
518
- }),
519
- ...(obj.ApiKeyAuthParameters && {
520
- ApiKeyAuthParameters: UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog(obj.ApiKeyAuthParameters),
521
- }),
522
- ...(obj.InvocationHttpParameters && {
523
- InvocationHttpParameters: ConnectionHttpParametersFilterSensitiveLog(obj.InvocationHttpParameters),
524
- }),
525
- });
526
- const UpdateConnectionRequestFilterSensitiveLog = (obj) => ({
527
- ...obj,
528
- ...(obj.AuthParameters && {
529
- AuthParameters: UpdateConnectionAuthRequestParametersFilterSensitiveLog(obj.AuthParameters),
530
- }),
531
- });
532
-
533
- const se_ActivateEventSourceCommand = async (input, context) => {
534
- const headers = sharedHeaders("ActivateEventSource");
535
- let body;
536
- body = JSON.stringify(smithyClient._json(input));
537
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
538
- };
539
- const se_CancelReplayCommand = async (input, context) => {
540
- const headers = sharedHeaders("CancelReplay");
541
- let body;
542
- body = JSON.stringify(smithyClient._json(input));
543
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
544
- };
545
- const se_CreateApiDestinationCommand = async (input, context) => {
546
- const headers = sharedHeaders("CreateApiDestination");
547
- let body;
548
- body = JSON.stringify(smithyClient._json(input));
549
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
550
- };
551
- const se_CreateArchiveCommand = async (input, context) => {
552
- const headers = sharedHeaders("CreateArchive");
553
- let body;
554
- body = JSON.stringify(smithyClient._json(input));
555
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
556
- };
557
- const se_CreateConnectionCommand = async (input, context) => {
558
- const headers = sharedHeaders("CreateConnection");
559
- let body;
560
- body = JSON.stringify(smithyClient._json(input));
561
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
562
- };
563
- const se_CreateEndpointCommand = async (input, context) => {
564
- const headers = sharedHeaders("CreateEndpoint");
565
- let body;
566
- body = JSON.stringify(smithyClient._json(input));
567
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
568
- };
569
- const se_CreateEventBusCommand = async (input, context) => {
570
- const headers = sharedHeaders("CreateEventBus");
571
- let body;
572
- body = JSON.stringify(smithyClient._json(input));
573
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
574
- };
575
- const se_CreatePartnerEventSourceCommand = async (input, context) => {
576
- const headers = sharedHeaders("CreatePartnerEventSource");
577
- let body;
578
- body = JSON.stringify(smithyClient._json(input));
579
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
580
- };
581
- const se_DeactivateEventSourceCommand = async (input, context) => {
582
- const headers = sharedHeaders("DeactivateEventSource");
583
- let body;
584
- body = JSON.stringify(smithyClient._json(input));
585
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
586
- };
587
- const se_DeauthorizeConnectionCommand = async (input, context) => {
588
- const headers = sharedHeaders("DeauthorizeConnection");
589
- let body;
590
- body = JSON.stringify(smithyClient._json(input));
591
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
592
- };
593
- const se_DeleteApiDestinationCommand = async (input, context) => {
594
- const headers = sharedHeaders("DeleteApiDestination");
595
- let body;
596
- body = JSON.stringify(smithyClient._json(input));
597
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
598
- };
599
- const se_DeleteArchiveCommand = async (input, context) => {
600
- const headers = sharedHeaders("DeleteArchive");
601
- let body;
602
- body = JSON.stringify(smithyClient._json(input));
603
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
604
- };
605
- const se_DeleteConnectionCommand = async (input, context) => {
606
- const headers = sharedHeaders("DeleteConnection");
607
- let body;
608
- body = JSON.stringify(smithyClient._json(input));
609
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
610
- };
611
- const se_DeleteEndpointCommand = async (input, context) => {
612
- const headers = sharedHeaders("DeleteEndpoint");
613
- let body;
614
- body = JSON.stringify(smithyClient._json(input));
615
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
616
- };
617
- const se_DeleteEventBusCommand = async (input, context) => {
618
- const headers = sharedHeaders("DeleteEventBus");
619
- let body;
620
- body = JSON.stringify(smithyClient._json(input));
621
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
622
- };
623
- const se_DeletePartnerEventSourceCommand = async (input, context) => {
624
- const headers = sharedHeaders("DeletePartnerEventSource");
625
- let body;
626
- body = JSON.stringify(smithyClient._json(input));
627
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
628
- };
629
- const se_DeleteRuleCommand = async (input, context) => {
630
- const headers = sharedHeaders("DeleteRule");
631
- let body;
632
- body = JSON.stringify(smithyClient._json(input));
633
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
634
- };
635
- const se_DescribeApiDestinationCommand = async (input, context) => {
636
- const headers = sharedHeaders("DescribeApiDestination");
637
- let body;
638
- body = JSON.stringify(smithyClient._json(input));
639
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
640
- };
641
- const se_DescribeArchiveCommand = async (input, context) => {
642
- const headers = sharedHeaders("DescribeArchive");
643
- let body;
644
- body = JSON.stringify(smithyClient._json(input));
645
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
646
- };
647
- const se_DescribeConnectionCommand = async (input, context) => {
648
- const headers = sharedHeaders("DescribeConnection");
649
- let body;
650
- body = JSON.stringify(smithyClient._json(input));
651
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
652
- };
653
- const se_DescribeEndpointCommand = async (input, context) => {
654
- const headers = sharedHeaders("DescribeEndpoint");
655
- let body;
656
- body = JSON.stringify(smithyClient._json(input));
657
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
658
- };
659
- const se_DescribeEventBusCommand = async (input, context) => {
660
- const headers = sharedHeaders("DescribeEventBus");
661
- let body;
662
- body = JSON.stringify(smithyClient._json(input));
663
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
664
- };
665
- const se_DescribeEventSourceCommand = async (input, context) => {
666
- const headers = sharedHeaders("DescribeEventSource");
667
- let body;
668
- body = JSON.stringify(smithyClient._json(input));
669
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
670
- };
671
- const se_DescribePartnerEventSourceCommand = async (input, context) => {
672
- const headers = sharedHeaders("DescribePartnerEventSource");
673
- let body;
674
- body = JSON.stringify(smithyClient._json(input));
675
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
676
- };
677
- const se_DescribeReplayCommand = async (input, context) => {
678
- const headers = sharedHeaders("DescribeReplay");
679
- let body;
680
- body = JSON.stringify(smithyClient._json(input));
681
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
682
- };
683
- const se_DescribeRuleCommand = async (input, context) => {
684
- const headers = sharedHeaders("DescribeRule");
685
- let body;
686
- body = JSON.stringify(smithyClient._json(input));
687
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
688
- };
689
- const se_DisableRuleCommand = async (input, context) => {
690
- const headers = sharedHeaders("DisableRule");
691
- let body;
692
- body = JSON.stringify(smithyClient._json(input));
693
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
694
- };
695
- const se_EnableRuleCommand = async (input, context) => {
696
- const headers = sharedHeaders("EnableRule");
697
- let body;
698
- body = JSON.stringify(smithyClient._json(input));
699
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
700
- };
701
- const se_ListApiDestinationsCommand = async (input, context) => {
702
- const headers = sharedHeaders("ListApiDestinations");
703
- let body;
704
- body = JSON.stringify(smithyClient._json(input));
705
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
706
- };
707
- const se_ListArchivesCommand = async (input, context) => {
708
- const headers = sharedHeaders("ListArchives");
709
- let body;
710
- body = JSON.stringify(smithyClient._json(input));
711
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
712
- };
713
- const se_ListConnectionsCommand = async (input, context) => {
714
- const headers = sharedHeaders("ListConnections");
715
- let body;
716
- body = JSON.stringify(smithyClient._json(input));
717
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
718
- };
719
- const se_ListEndpointsCommand = async (input, context) => {
720
- const headers = sharedHeaders("ListEndpoints");
721
- let body;
722
- body = JSON.stringify(smithyClient._json(input));
723
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
724
- };
725
- const se_ListEventBusesCommand = async (input, context) => {
726
- const headers = sharedHeaders("ListEventBuses");
727
- let body;
728
- body = JSON.stringify(smithyClient._json(input));
729
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
730
- };
731
- const se_ListEventSourcesCommand = async (input, context) => {
732
- const headers = sharedHeaders("ListEventSources");
733
- let body;
734
- body = JSON.stringify(smithyClient._json(input));
735
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
736
- };
737
- const se_ListPartnerEventSourceAccountsCommand = async (input, context) => {
738
- const headers = sharedHeaders("ListPartnerEventSourceAccounts");
739
- let body;
740
- body = JSON.stringify(smithyClient._json(input));
741
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
742
- };
743
- const se_ListPartnerEventSourcesCommand = async (input, context) => {
744
- const headers = sharedHeaders("ListPartnerEventSources");
745
- let body;
746
- body = JSON.stringify(smithyClient._json(input));
747
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
748
- };
749
- const se_ListReplaysCommand = async (input, context) => {
750
- const headers = sharedHeaders("ListReplays");
751
- let body;
752
- body = JSON.stringify(smithyClient._json(input));
753
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
754
- };
755
- const se_ListRuleNamesByTargetCommand = async (input, context) => {
756
- const headers = sharedHeaders("ListRuleNamesByTarget");
757
- let body;
758
- body = JSON.stringify(smithyClient._json(input));
759
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
760
- };
761
- const se_ListRulesCommand = async (input, context) => {
762
- const headers = sharedHeaders("ListRules");
763
- let body;
764
- body = JSON.stringify(smithyClient._json(input));
765
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
766
- };
767
- const se_ListTagsForResourceCommand = async (input, context) => {
768
- const headers = sharedHeaders("ListTagsForResource");
769
- let body;
770
- body = JSON.stringify(smithyClient._json(input));
771
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
772
- };
773
- const se_ListTargetsByRuleCommand = async (input, context) => {
774
- const headers = sharedHeaders("ListTargetsByRule");
775
- let body;
776
- body = JSON.stringify(smithyClient._json(input));
777
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
778
- };
779
- const se_PutEventsCommand = async (input, context) => {
780
- const headers = sharedHeaders("PutEvents");
781
- let body;
782
- body = JSON.stringify(se_PutEventsRequest(input));
783
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
784
- };
785
- const se_PutPartnerEventsCommand = async (input, context) => {
786
- const headers = sharedHeaders("PutPartnerEvents");
787
- let body;
788
- body = JSON.stringify(se_PutPartnerEventsRequest(input));
789
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
790
- };
791
- const se_PutPermissionCommand = async (input, context) => {
792
- const headers = sharedHeaders("PutPermission");
793
- let body;
794
- body = JSON.stringify(smithyClient._json(input));
795
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
796
- };
797
- const se_PutRuleCommand = async (input, context) => {
798
- const headers = sharedHeaders("PutRule");
799
- let body;
800
- body = JSON.stringify(smithyClient._json(input));
801
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
802
- };
803
- const se_PutTargetsCommand = async (input, context) => {
804
- const headers = sharedHeaders("PutTargets");
805
- let body;
806
- body = JSON.stringify(smithyClient._json(input));
807
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
808
- };
809
- const se_RemovePermissionCommand = async (input, context) => {
810
- const headers = sharedHeaders("RemovePermission");
811
- let body;
812
- body = JSON.stringify(smithyClient._json(input));
813
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
814
- };
815
- const se_RemoveTargetsCommand = async (input, context) => {
816
- const headers = sharedHeaders("RemoveTargets");
817
- let body;
818
- body = JSON.stringify(smithyClient._json(input));
819
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
820
- };
821
- const se_StartReplayCommand = async (input, context) => {
822
- const headers = sharedHeaders("StartReplay");
823
- let body;
824
- body = JSON.stringify(se_StartReplayRequest(input));
825
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
826
- };
827
- const se_TagResourceCommand = async (input, context) => {
828
- const headers = sharedHeaders("TagResource");
829
- let body;
830
- body = JSON.stringify(smithyClient._json(input));
831
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
832
- };
833
- const se_TestEventPatternCommand = async (input, context) => {
834
- const headers = sharedHeaders("TestEventPattern");
835
- let body;
836
- body = JSON.stringify(smithyClient._json(input));
837
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
838
- };
839
- const se_UntagResourceCommand = async (input, context) => {
840
- const headers = sharedHeaders("UntagResource");
841
- let body;
842
- body = JSON.stringify(smithyClient._json(input));
843
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
844
- };
845
- const se_UpdateApiDestinationCommand = async (input, context) => {
846
- const headers = sharedHeaders("UpdateApiDestination");
847
- let body;
848
- body = JSON.stringify(smithyClient._json(input));
849
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
850
- };
851
- const se_UpdateArchiveCommand = async (input, context) => {
852
- const headers = sharedHeaders("UpdateArchive");
853
- let body;
854
- body = JSON.stringify(smithyClient._json(input));
855
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
856
- };
857
- const se_UpdateConnectionCommand = async (input, context) => {
858
- const headers = sharedHeaders("UpdateConnection");
859
- let body;
860
- body = JSON.stringify(smithyClient._json(input));
861
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
862
- };
863
- const se_UpdateEndpointCommand = async (input, context) => {
864
- const headers = sharedHeaders("UpdateEndpoint");
865
- let body;
866
- body = JSON.stringify(smithyClient._json(input));
867
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
868
- };
869
- const se_UpdateEventBusCommand = async (input, context) => {
870
- const headers = sharedHeaders("UpdateEventBus");
871
- let body;
872
- body = JSON.stringify(smithyClient._json(input));
873
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
874
- };
875
- const de_ActivateEventSourceCommand = async (output, context) => {
876
- if (output.statusCode >= 300) {
877
- return de_CommandError(output, context);
878
- }
879
- await smithyClient.collectBody(output.body, context);
880
- const response = {
881
- $metadata: deserializeMetadata(output),
882
- };
883
- return response;
884
- };
885
- const de_CancelReplayCommand = async (output, context) => {
886
- if (output.statusCode >= 300) {
887
- return de_CommandError(output, context);
888
- }
889
- const data = await core$1.parseJsonBody(output.body, context);
890
- let contents = {};
891
- contents = smithyClient._json(data);
892
- const response = {
893
- $metadata: deserializeMetadata(output),
894
- ...contents,
895
- };
896
- return response;
897
- };
898
- const de_CreateApiDestinationCommand = async (output, context) => {
899
- if (output.statusCode >= 300) {
900
- return de_CommandError(output, context);
901
- }
902
- const data = await core$1.parseJsonBody(output.body, context);
903
- let contents = {};
904
- contents = de_CreateApiDestinationResponse(data);
905
- const response = {
906
- $metadata: deserializeMetadata(output),
907
- ...contents,
908
- };
909
- return response;
910
- };
911
- const de_CreateArchiveCommand = async (output, context) => {
912
- if (output.statusCode >= 300) {
913
- return de_CommandError(output, context);
914
- }
915
- const data = await core$1.parseJsonBody(output.body, context);
916
- let contents = {};
917
- contents = de_CreateArchiveResponse(data);
918
- const response = {
919
- $metadata: deserializeMetadata(output),
920
- ...contents,
921
- };
922
- return response;
923
- };
924
- const de_CreateConnectionCommand = async (output, context) => {
925
- if (output.statusCode >= 300) {
926
- return de_CommandError(output, context);
927
- }
928
- const data = await core$1.parseJsonBody(output.body, context);
929
- let contents = {};
930
- contents = de_CreateConnectionResponse(data);
931
- const response = {
932
- $metadata: deserializeMetadata(output),
933
- ...contents,
934
- };
935
- return response;
936
- };
937
- const de_CreateEndpointCommand = async (output, context) => {
938
- if (output.statusCode >= 300) {
939
- return de_CommandError(output, context);
940
- }
941
- const data = await core$1.parseJsonBody(output.body, context);
942
- let contents = {};
943
- contents = smithyClient._json(data);
944
- const response = {
945
- $metadata: deserializeMetadata(output),
946
- ...contents,
947
- };
948
- return response;
949
- };
950
- const de_CreateEventBusCommand = async (output, context) => {
951
- if (output.statusCode >= 300) {
952
- return de_CommandError(output, context);
953
- }
954
- const data = await core$1.parseJsonBody(output.body, context);
955
- let contents = {};
956
- contents = smithyClient._json(data);
957
- const response = {
958
- $metadata: deserializeMetadata(output),
959
- ...contents,
960
- };
961
- return response;
962
- };
963
- const de_CreatePartnerEventSourceCommand = async (output, context) => {
964
- if (output.statusCode >= 300) {
965
- return de_CommandError(output, context);
966
- }
967
- const data = await core$1.parseJsonBody(output.body, context);
968
- let contents = {};
969
- contents = smithyClient._json(data);
970
- const response = {
971
- $metadata: deserializeMetadata(output),
972
- ...contents,
973
- };
974
- return response;
975
- };
976
- const de_DeactivateEventSourceCommand = async (output, context) => {
977
- if (output.statusCode >= 300) {
978
- return de_CommandError(output, context);
979
- }
980
- await smithyClient.collectBody(output.body, context);
981
- const response = {
982
- $metadata: deserializeMetadata(output),
983
- };
984
- return response;
985
- };
986
- const de_DeauthorizeConnectionCommand = async (output, context) => {
987
- if (output.statusCode >= 300) {
988
- return de_CommandError(output, context);
989
- }
990
- const data = await core$1.parseJsonBody(output.body, context);
991
- let contents = {};
992
- contents = de_DeauthorizeConnectionResponse(data);
993
- const response = {
994
- $metadata: deserializeMetadata(output),
995
- ...contents,
996
- };
997
- return response;
998
- };
999
- const de_DeleteApiDestinationCommand = async (output, context) => {
1000
- if (output.statusCode >= 300) {
1001
- return de_CommandError(output, context);
1002
- }
1003
- const data = await core$1.parseJsonBody(output.body, context);
1004
- let contents = {};
1005
- contents = smithyClient._json(data);
1006
- const response = {
1007
- $metadata: deserializeMetadata(output),
1008
- ...contents,
1009
- };
1010
- return response;
1011
- };
1012
- const de_DeleteArchiveCommand = async (output, context) => {
1013
- if (output.statusCode >= 300) {
1014
- return de_CommandError(output, context);
1015
- }
1016
- const data = await core$1.parseJsonBody(output.body, context);
1017
- let contents = {};
1018
- contents = smithyClient._json(data);
1019
- const response = {
1020
- $metadata: deserializeMetadata(output),
1021
- ...contents,
1022
- };
1023
- return response;
1024
- };
1025
- const de_DeleteConnectionCommand = async (output, context) => {
1026
- if (output.statusCode >= 300) {
1027
- return de_CommandError(output, context);
1028
- }
1029
- const data = await core$1.parseJsonBody(output.body, context);
1030
- let contents = {};
1031
- contents = de_DeleteConnectionResponse(data);
1032
- const response = {
1033
- $metadata: deserializeMetadata(output),
1034
- ...contents,
1035
- };
1036
- return response;
1037
- };
1038
- const de_DeleteEndpointCommand = async (output, context) => {
1039
- if (output.statusCode >= 300) {
1040
- return de_CommandError(output, context);
1041
- }
1042
- const data = await core$1.parseJsonBody(output.body, context);
1043
- let contents = {};
1044
- contents = smithyClient._json(data);
1045
- const response = {
1046
- $metadata: deserializeMetadata(output),
1047
- ...contents,
1048
- };
1049
- return response;
1050
- };
1051
- const de_DeleteEventBusCommand = async (output, context) => {
1052
- if (output.statusCode >= 300) {
1053
- return de_CommandError(output, context);
1054
- }
1055
- await smithyClient.collectBody(output.body, context);
1056
- const response = {
1057
- $metadata: deserializeMetadata(output),
1058
- };
1059
- return response;
1060
- };
1061
- const de_DeletePartnerEventSourceCommand = async (output, context) => {
1062
- if (output.statusCode >= 300) {
1063
- return de_CommandError(output, context);
1064
- }
1065
- await smithyClient.collectBody(output.body, context);
1066
- const response = {
1067
- $metadata: deserializeMetadata(output),
1068
- };
1069
- return response;
1070
- };
1071
- const de_DeleteRuleCommand = async (output, context) => {
1072
- if (output.statusCode >= 300) {
1073
- return de_CommandError(output, context);
1074
- }
1075
- await smithyClient.collectBody(output.body, context);
1076
- const response = {
1077
- $metadata: deserializeMetadata(output),
1078
- };
1079
- return response;
1080
- };
1081
- const de_DescribeApiDestinationCommand = async (output, context) => {
1082
- if (output.statusCode >= 300) {
1083
- return de_CommandError(output, context);
1084
- }
1085
- const data = await core$1.parseJsonBody(output.body, context);
1086
- let contents = {};
1087
- contents = de_DescribeApiDestinationResponse(data);
1088
- const response = {
1089
- $metadata: deserializeMetadata(output),
1090
- ...contents,
1091
- };
1092
- return response;
1093
- };
1094
- const de_DescribeArchiveCommand = async (output, context) => {
1095
- if (output.statusCode >= 300) {
1096
- return de_CommandError(output, context);
1097
- }
1098
- const data = await core$1.parseJsonBody(output.body, context);
1099
- let contents = {};
1100
- contents = de_DescribeArchiveResponse(data);
1101
- const response = {
1102
- $metadata: deserializeMetadata(output),
1103
- ...contents,
1104
- };
1105
- return response;
1106
- };
1107
- const de_DescribeConnectionCommand = async (output, context) => {
1108
- if (output.statusCode >= 300) {
1109
- return de_CommandError(output, context);
1110
- }
1111
- const data = await core$1.parseJsonBody(output.body, context);
1112
- let contents = {};
1113
- contents = de_DescribeConnectionResponse(data);
1114
- const response = {
1115
- $metadata: deserializeMetadata(output),
1116
- ...contents,
1117
- };
1118
- return response;
1119
- };
1120
- const de_DescribeEndpointCommand = async (output, context) => {
1121
- if (output.statusCode >= 300) {
1122
- return de_CommandError(output, context);
1123
- }
1124
- const data = await core$1.parseJsonBody(output.body, context);
1125
- let contents = {};
1126
- contents = de_DescribeEndpointResponse(data);
1127
- const response = {
1128
- $metadata: deserializeMetadata(output),
1129
- ...contents,
1130
- };
1131
- return response;
1132
- };
1133
- const de_DescribeEventBusCommand = async (output, context) => {
1134
- if (output.statusCode >= 300) {
1135
- return de_CommandError(output, context);
1136
- }
1137
- const data = await core$1.parseJsonBody(output.body, context);
1138
- let contents = {};
1139
- contents = de_DescribeEventBusResponse(data);
1140
- const response = {
1141
- $metadata: deserializeMetadata(output),
1142
- ...contents,
1143
- };
1144
- return response;
1145
- };
1146
- const de_DescribeEventSourceCommand = async (output, context) => {
1147
- if (output.statusCode >= 300) {
1148
- return de_CommandError(output, context);
1149
- }
1150
- const data = await core$1.parseJsonBody(output.body, context);
1151
- let contents = {};
1152
- contents = de_DescribeEventSourceResponse(data);
1153
- const response = {
1154
- $metadata: deserializeMetadata(output),
1155
- ...contents,
1156
- };
1157
- return response;
1158
- };
1159
- const de_DescribePartnerEventSourceCommand = async (output, context) => {
1160
- if (output.statusCode >= 300) {
1161
- return de_CommandError(output, context);
1162
- }
1163
- const data = await core$1.parseJsonBody(output.body, context);
1164
- let contents = {};
1165
- contents = smithyClient._json(data);
1166
- const response = {
1167
- $metadata: deserializeMetadata(output),
1168
- ...contents,
1169
- };
1170
- return response;
1171
- };
1172
- const de_DescribeReplayCommand = async (output, context) => {
1173
- if (output.statusCode >= 300) {
1174
- return de_CommandError(output, context);
1175
- }
1176
- const data = await core$1.parseJsonBody(output.body, context);
1177
- let contents = {};
1178
- contents = de_DescribeReplayResponse(data);
1179
- const response = {
1180
- $metadata: deserializeMetadata(output),
1181
- ...contents,
1182
- };
1183
- return response;
1184
- };
1185
- const de_DescribeRuleCommand = async (output, context) => {
1186
- if (output.statusCode >= 300) {
1187
- return de_CommandError(output, context);
1188
- }
1189
- const data = await core$1.parseJsonBody(output.body, context);
1190
- let contents = {};
1191
- contents = smithyClient._json(data);
1192
- const response = {
1193
- $metadata: deserializeMetadata(output),
1194
- ...contents,
1195
- };
1196
- return response;
1197
- };
1198
- const de_DisableRuleCommand = async (output, context) => {
1199
- if (output.statusCode >= 300) {
1200
- return de_CommandError(output, context);
1201
- }
1202
- await smithyClient.collectBody(output.body, context);
1203
- const response = {
1204
- $metadata: deserializeMetadata(output),
1205
- };
1206
- return response;
1207
- };
1208
- const de_EnableRuleCommand = async (output, context) => {
1209
- if (output.statusCode >= 300) {
1210
- return de_CommandError(output, context);
1211
- }
1212
- await smithyClient.collectBody(output.body, context);
1213
- const response = {
1214
- $metadata: deserializeMetadata(output),
1215
- };
1216
- return response;
1217
- };
1218
- const de_ListApiDestinationsCommand = async (output, context) => {
1219
- if (output.statusCode >= 300) {
1220
- return de_CommandError(output, context);
1221
- }
1222
- const data = await core$1.parseJsonBody(output.body, context);
1223
- let contents = {};
1224
- contents = de_ListApiDestinationsResponse(data);
1225
- const response = {
1226
- $metadata: deserializeMetadata(output),
1227
- ...contents,
1228
- };
1229
- return response;
1230
- };
1231
- const de_ListArchivesCommand = async (output, context) => {
1232
- if (output.statusCode >= 300) {
1233
- return de_CommandError(output, context);
1234
- }
1235
- const data = await core$1.parseJsonBody(output.body, context);
1236
- let contents = {};
1237
- contents = de_ListArchivesResponse(data);
1238
- const response = {
1239
- $metadata: deserializeMetadata(output),
1240
- ...contents,
1241
- };
1242
- return response;
1243
- };
1244
- const de_ListConnectionsCommand = async (output, context) => {
1245
- if (output.statusCode >= 300) {
1246
- return de_CommandError(output, context);
1247
- }
1248
- const data = await core$1.parseJsonBody(output.body, context);
1249
- let contents = {};
1250
- contents = de_ListConnectionsResponse(data);
1251
- const response = {
1252
- $metadata: deserializeMetadata(output),
1253
- ...contents,
1254
- };
1255
- return response;
1256
- };
1257
- const de_ListEndpointsCommand = async (output, context) => {
1258
- if (output.statusCode >= 300) {
1259
- return de_CommandError(output, context);
1260
- }
1261
- const data = await core$1.parseJsonBody(output.body, context);
1262
- let contents = {};
1263
- contents = de_ListEndpointsResponse(data);
1264
- const response = {
1265
- $metadata: deserializeMetadata(output),
1266
- ...contents,
1267
- };
1268
- return response;
1269
- };
1270
- const de_ListEventBusesCommand = async (output, context) => {
1271
- if (output.statusCode >= 300) {
1272
- return de_CommandError(output, context);
1273
- }
1274
- const data = await core$1.parseJsonBody(output.body, context);
1275
- let contents = {};
1276
- contents = de_ListEventBusesResponse(data);
1277
- const response = {
1278
- $metadata: deserializeMetadata(output),
1279
- ...contents,
1280
- };
1281
- return response;
1282
- };
1283
- const de_ListEventSourcesCommand = async (output, context) => {
1284
- if (output.statusCode >= 300) {
1285
- return de_CommandError(output, context);
1286
- }
1287
- const data = await core$1.parseJsonBody(output.body, context);
1288
- let contents = {};
1289
- contents = de_ListEventSourcesResponse(data);
1290
- const response = {
1291
- $metadata: deserializeMetadata(output),
1292
- ...contents,
1293
- };
1294
- return response;
1295
- };
1296
- const de_ListPartnerEventSourceAccountsCommand = async (output, context) => {
1297
- if (output.statusCode >= 300) {
1298
- return de_CommandError(output, context);
1299
- }
1300
- const data = await core$1.parseJsonBody(output.body, context);
1301
- let contents = {};
1302
- contents = de_ListPartnerEventSourceAccountsResponse(data);
1303
- const response = {
1304
- $metadata: deserializeMetadata(output),
1305
- ...contents,
1306
- };
1307
- return response;
1308
- };
1309
- const de_ListPartnerEventSourcesCommand = async (output, context) => {
1310
- if (output.statusCode >= 300) {
1311
- return de_CommandError(output, context);
1312
- }
1313
- const data = await core$1.parseJsonBody(output.body, context);
1314
- let contents = {};
1315
- contents = smithyClient._json(data);
1316
- const response = {
1317
- $metadata: deserializeMetadata(output),
1318
- ...contents,
1319
- };
1320
- return response;
1321
- };
1322
- const de_ListReplaysCommand = async (output, context) => {
1323
- if (output.statusCode >= 300) {
1324
- return de_CommandError(output, context);
1325
- }
1326
- const data = await core$1.parseJsonBody(output.body, context);
1327
- let contents = {};
1328
- contents = de_ListReplaysResponse(data);
1329
- const response = {
1330
- $metadata: deserializeMetadata(output),
1331
- ...contents,
1332
- };
1333
- return response;
1334
- };
1335
- const de_ListRuleNamesByTargetCommand = async (output, context) => {
1336
- if (output.statusCode >= 300) {
1337
- return de_CommandError(output, context);
1338
- }
1339
- const data = await core$1.parseJsonBody(output.body, context);
1340
- let contents = {};
1341
- contents = smithyClient._json(data);
1342
- const response = {
1343
- $metadata: deserializeMetadata(output),
1344
- ...contents,
1345
- };
1346
- return response;
1347
- };
1348
- const de_ListRulesCommand = async (output, context) => {
1349
- if (output.statusCode >= 300) {
1350
- return de_CommandError(output, context);
1351
- }
1352
- const data = await core$1.parseJsonBody(output.body, context);
1353
- let contents = {};
1354
- contents = smithyClient._json(data);
1355
- const response = {
1356
- $metadata: deserializeMetadata(output),
1357
- ...contents,
1358
- };
1359
- return response;
1360
- };
1361
- const de_ListTagsForResourceCommand = async (output, context) => {
1362
- if (output.statusCode >= 300) {
1363
- return de_CommandError(output, context);
1364
- }
1365
- const data = await core$1.parseJsonBody(output.body, context);
1366
- let contents = {};
1367
- contents = smithyClient._json(data);
1368
- const response = {
1369
- $metadata: deserializeMetadata(output),
1370
- ...contents,
1371
- };
1372
- return response;
1373
- };
1374
- const de_ListTargetsByRuleCommand = async (output, context) => {
1375
- if (output.statusCode >= 300) {
1376
- return de_CommandError(output, context);
1377
- }
1378
- const data = await core$1.parseJsonBody(output.body, context);
1379
- let contents = {};
1380
- contents = smithyClient._json(data);
1381
- const response = {
1382
- $metadata: deserializeMetadata(output),
1383
- ...contents,
1384
- };
1385
- return response;
1386
- };
1387
- const de_PutEventsCommand = async (output, context) => {
1388
- if (output.statusCode >= 300) {
1389
- return de_CommandError(output, context);
1390
- }
1391
- const data = await core$1.parseJsonBody(output.body, context);
1392
- let contents = {};
1393
- contents = smithyClient._json(data);
1394
- const response = {
1395
- $metadata: deserializeMetadata(output),
1396
- ...contents,
1397
- };
1398
- return response;
1399
- };
1400
- const de_PutPartnerEventsCommand = async (output, context) => {
1401
- if (output.statusCode >= 300) {
1402
- return de_CommandError(output, context);
1403
- }
1404
- const data = await core$1.parseJsonBody(output.body, context);
1405
- let contents = {};
1406
- contents = smithyClient._json(data);
1407
- const response = {
1408
- $metadata: deserializeMetadata(output),
1409
- ...contents,
1410
- };
1411
- return response;
1412
- };
1413
- const de_PutPermissionCommand = async (output, context) => {
1414
- if (output.statusCode >= 300) {
1415
- return de_CommandError(output, context);
1416
- }
1417
- await smithyClient.collectBody(output.body, context);
1418
- const response = {
1419
- $metadata: deserializeMetadata(output),
1420
- };
1421
- return response;
1422
- };
1423
- const de_PutRuleCommand = async (output, context) => {
1424
- if (output.statusCode >= 300) {
1425
- return de_CommandError(output, context);
1426
- }
1427
- const data = await core$1.parseJsonBody(output.body, context);
1428
- let contents = {};
1429
- contents = smithyClient._json(data);
1430
- const response = {
1431
- $metadata: deserializeMetadata(output),
1432
- ...contents,
1433
- };
1434
- return response;
1435
- };
1436
- const de_PutTargetsCommand = async (output, context) => {
1437
- if (output.statusCode >= 300) {
1438
- return de_CommandError(output, context);
1439
- }
1440
- const data = await core$1.parseJsonBody(output.body, context);
1441
- let contents = {};
1442
- contents = smithyClient._json(data);
1443
- const response = {
1444
- $metadata: deserializeMetadata(output),
1445
- ...contents,
1446
- };
1447
- return response;
1448
- };
1449
- const de_RemovePermissionCommand = async (output, context) => {
1450
- if (output.statusCode >= 300) {
1451
- return de_CommandError(output, context);
1452
- }
1453
- await smithyClient.collectBody(output.body, context);
1454
- const response = {
1455
- $metadata: deserializeMetadata(output),
1456
- };
1457
- return response;
1458
- };
1459
- const de_RemoveTargetsCommand = async (output, context) => {
1460
- if (output.statusCode >= 300) {
1461
- return de_CommandError(output, context);
1462
- }
1463
- const data = await core$1.parseJsonBody(output.body, context);
1464
- let contents = {};
1465
- contents = smithyClient._json(data);
1466
- const response = {
1467
- $metadata: deserializeMetadata(output),
1468
- ...contents,
1469
- };
1470
- return response;
1471
- };
1472
- const de_StartReplayCommand = async (output, context) => {
1473
- if (output.statusCode >= 300) {
1474
- return de_CommandError(output, context);
1475
- }
1476
- const data = await core$1.parseJsonBody(output.body, context);
1477
- let contents = {};
1478
- contents = de_StartReplayResponse(data);
1479
- const response = {
1480
- $metadata: deserializeMetadata(output),
1481
- ...contents,
1482
- };
1483
- return response;
1484
- };
1485
- const de_TagResourceCommand = async (output, context) => {
1486
- if (output.statusCode >= 300) {
1487
- return de_CommandError(output, context);
1488
- }
1489
- const data = await core$1.parseJsonBody(output.body, context);
1490
- let contents = {};
1491
- contents = smithyClient._json(data);
1492
- const response = {
1493
- $metadata: deserializeMetadata(output),
1494
- ...contents,
1495
- };
1496
- return response;
1497
- };
1498
- const de_TestEventPatternCommand = async (output, context) => {
1499
- if (output.statusCode >= 300) {
1500
- return de_CommandError(output, context);
1501
- }
1502
- const data = await core$1.parseJsonBody(output.body, context);
1503
- let contents = {};
1504
- contents = smithyClient._json(data);
1505
- const response = {
1506
- $metadata: deserializeMetadata(output),
1507
- ...contents,
1508
- };
1509
- return response;
1510
- };
1511
- const de_UntagResourceCommand = async (output, context) => {
1512
- if (output.statusCode >= 300) {
1513
- return de_CommandError(output, context);
1514
- }
1515
- const data = await core$1.parseJsonBody(output.body, context);
1516
- let contents = {};
1517
- contents = smithyClient._json(data);
1518
- const response = {
1519
- $metadata: deserializeMetadata(output),
1520
- ...contents,
1521
- };
1522
- return response;
1523
- };
1524
- const de_UpdateApiDestinationCommand = async (output, context) => {
1525
- if (output.statusCode >= 300) {
1526
- return de_CommandError(output, context);
1527
- }
1528
- const data = await core$1.parseJsonBody(output.body, context);
1529
- let contents = {};
1530
- contents = de_UpdateApiDestinationResponse(data);
1531
- const response = {
1532
- $metadata: deserializeMetadata(output),
1533
- ...contents,
1534
- };
1535
- return response;
1536
- };
1537
- const de_UpdateArchiveCommand = async (output, context) => {
1538
- if (output.statusCode >= 300) {
1539
- return de_CommandError(output, context);
1540
- }
1541
- const data = await core$1.parseJsonBody(output.body, context);
1542
- let contents = {};
1543
- contents = de_UpdateArchiveResponse(data);
1544
- const response = {
1545
- $metadata: deserializeMetadata(output),
1546
- ...contents,
1547
- };
1548
- return response;
1549
- };
1550
- const de_UpdateConnectionCommand = async (output, context) => {
1551
- if (output.statusCode >= 300) {
1552
- return de_CommandError(output, context);
1553
- }
1554
- const data = await core$1.parseJsonBody(output.body, context);
1555
- let contents = {};
1556
- contents = de_UpdateConnectionResponse(data);
1557
- const response = {
1558
- $metadata: deserializeMetadata(output),
1559
- ...contents,
1560
- };
1561
- return response;
1562
- };
1563
- const de_UpdateEndpointCommand = async (output, context) => {
1564
- if (output.statusCode >= 300) {
1565
- return de_CommandError(output, context);
1566
- }
1567
- const data = await core$1.parseJsonBody(output.body, context);
1568
- let contents = {};
1569
- contents = smithyClient._json(data);
1570
- const response = {
1571
- $metadata: deserializeMetadata(output),
1572
- ...contents,
1573
- };
1574
- return response;
1575
- };
1576
- const de_UpdateEventBusCommand = async (output, context) => {
1577
- if (output.statusCode >= 300) {
1578
- return de_CommandError(output, context);
1579
- }
1580
- const data = await core$1.parseJsonBody(output.body, context);
1581
- let contents = {};
1582
- contents = smithyClient._json(data);
1583
- const response = {
1584
- $metadata: deserializeMetadata(output),
1585
- ...contents,
1586
- };
1587
- return response;
1588
- };
1589
- const de_CommandError = async (output, context) => {
1590
- const parsedOutput = {
1591
- ...output,
1592
- body: await core$1.parseJsonErrorBody(output.body, context),
1593
- };
1594
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1595
- switch (errorCode) {
1596
- case "ConcurrentModificationException":
1597
- case "com.amazonaws.eventbridge#ConcurrentModificationException":
1598
- throw await de_ConcurrentModificationExceptionRes(parsedOutput);
1599
- case "InternalException":
1600
- case "com.amazonaws.eventbridge#InternalException":
1601
- throw await de_InternalExceptionRes(parsedOutput);
1602
- case "InvalidStateException":
1603
- case "com.amazonaws.eventbridge#InvalidStateException":
1604
- throw await de_InvalidStateExceptionRes(parsedOutput);
1605
- case "OperationDisabledException":
1606
- case "com.amazonaws.eventbridge#OperationDisabledException":
1607
- throw await de_OperationDisabledExceptionRes(parsedOutput);
1608
- case "ResourceNotFoundException":
1609
- case "com.amazonaws.eventbridge#ResourceNotFoundException":
1610
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1611
- case "IllegalStatusException":
1612
- case "com.amazonaws.eventbridge#IllegalStatusException":
1613
- throw await de_IllegalStatusExceptionRes(parsedOutput);
1614
- case "LimitExceededException":
1615
- case "com.amazonaws.eventbridge#LimitExceededException":
1616
- throw await de_LimitExceededExceptionRes(parsedOutput);
1617
- case "ResourceAlreadyExistsException":
1618
- case "com.amazonaws.eventbridge#ResourceAlreadyExistsException":
1619
- throw await de_ResourceAlreadyExistsExceptionRes(parsedOutput);
1620
- case "InvalidEventPatternException":
1621
- case "com.amazonaws.eventbridge#InvalidEventPatternException":
1622
- throw await de_InvalidEventPatternExceptionRes(parsedOutput);
1623
- case "AccessDeniedException":
1624
- case "com.amazonaws.eventbridge#AccessDeniedException":
1625
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1626
- case "ThrottlingException":
1627
- case "com.amazonaws.eventbridge#ThrottlingException":
1628
- throw await de_ThrottlingExceptionRes(parsedOutput);
1629
- case "ManagedRuleException":
1630
- case "com.amazonaws.eventbridge#ManagedRuleException":
1631
- throw await de_ManagedRuleExceptionRes(parsedOutput);
1632
- case "PolicyLengthExceededException":
1633
- case "com.amazonaws.eventbridge#PolicyLengthExceededException":
1634
- throw await de_PolicyLengthExceededExceptionRes(parsedOutput);
1635
- default:
1636
- const parsedBody = parsedOutput.body;
1637
- return throwDefaultError({
1638
- output,
1639
- parsedBody,
1640
- errorCode,
1641
- });
1642
- }
1643
- };
1644
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1645
- const body = parsedOutput.body;
1646
- const deserialized = smithyClient._json(body);
1647
- const exception = new AccessDeniedException({
1648
- $metadata: deserializeMetadata(parsedOutput),
1649
- ...deserialized,
1650
- });
1651
- return smithyClient.decorateServiceException(exception, body);
1652
- };
1653
- const de_ConcurrentModificationExceptionRes = async (parsedOutput, context) => {
1654
- const body = parsedOutput.body;
1655
- const deserialized = smithyClient._json(body);
1656
- const exception = new ConcurrentModificationException({
1657
- $metadata: deserializeMetadata(parsedOutput),
1658
- ...deserialized,
1659
- });
1660
- return smithyClient.decorateServiceException(exception, body);
1661
- };
1662
- const de_IllegalStatusExceptionRes = async (parsedOutput, context) => {
1663
- const body = parsedOutput.body;
1664
- const deserialized = smithyClient._json(body);
1665
- const exception = new IllegalStatusException({
1666
- $metadata: deserializeMetadata(parsedOutput),
1667
- ...deserialized,
1668
- });
1669
- return smithyClient.decorateServiceException(exception, body);
1670
- };
1671
- const de_InternalExceptionRes = async (parsedOutput, context) => {
1672
- const body = parsedOutput.body;
1673
- const deserialized = smithyClient._json(body);
1674
- const exception = new InternalException({
1675
- $metadata: deserializeMetadata(parsedOutput),
1676
- ...deserialized,
1677
- });
1678
- return smithyClient.decorateServiceException(exception, body);
1679
- };
1680
- const de_InvalidEventPatternExceptionRes = async (parsedOutput, context) => {
1681
- const body = parsedOutput.body;
1682
- const deserialized = smithyClient._json(body);
1683
- const exception = new InvalidEventPatternException({
1684
- $metadata: deserializeMetadata(parsedOutput),
1685
- ...deserialized,
1686
- });
1687
- return smithyClient.decorateServiceException(exception, body);
1688
- };
1689
- const de_InvalidStateExceptionRes = async (parsedOutput, context) => {
1690
- const body = parsedOutput.body;
1691
- const deserialized = smithyClient._json(body);
1692
- const exception = new InvalidStateException({
1693
- $metadata: deserializeMetadata(parsedOutput),
1694
- ...deserialized,
1695
- });
1696
- return smithyClient.decorateServiceException(exception, body);
1697
- };
1698
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1699
- const body = parsedOutput.body;
1700
- const deserialized = smithyClient._json(body);
1701
- const exception = new LimitExceededException({
1702
- $metadata: deserializeMetadata(parsedOutput),
1703
- ...deserialized,
1704
- });
1705
- return smithyClient.decorateServiceException(exception, body);
1706
- };
1707
- const de_ManagedRuleExceptionRes = async (parsedOutput, context) => {
1708
- const body = parsedOutput.body;
1709
- const deserialized = smithyClient._json(body);
1710
- const exception = new ManagedRuleException({
1711
- $metadata: deserializeMetadata(parsedOutput),
1712
- ...deserialized,
1713
- });
1714
- return smithyClient.decorateServiceException(exception, body);
1715
- };
1716
- const de_OperationDisabledExceptionRes = async (parsedOutput, context) => {
1717
- const body = parsedOutput.body;
1718
- const deserialized = smithyClient._json(body);
1719
- const exception = new OperationDisabledException({
1720
- $metadata: deserializeMetadata(parsedOutput),
1721
- ...deserialized,
1722
- });
1723
- return smithyClient.decorateServiceException(exception, body);
1724
- };
1725
- const de_PolicyLengthExceededExceptionRes = async (parsedOutput, context) => {
1726
- const body = parsedOutput.body;
1727
- const deserialized = smithyClient._json(body);
1728
- const exception = new PolicyLengthExceededException({
1729
- $metadata: deserializeMetadata(parsedOutput),
1730
- ...deserialized,
1731
- });
1732
- return smithyClient.decorateServiceException(exception, body);
1733
- };
1734
- const de_ResourceAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1735
- const body = parsedOutput.body;
1736
- const deserialized = smithyClient._json(body);
1737
- const exception = new ResourceAlreadyExistsException({
1738
- $metadata: deserializeMetadata(parsedOutput),
1739
- ...deserialized,
1740
- });
1741
- return smithyClient.decorateServiceException(exception, body);
1742
- };
1743
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1744
- const body = parsedOutput.body;
1745
- const deserialized = smithyClient._json(body);
1746
- const exception = new ResourceNotFoundException({
1747
- $metadata: deserializeMetadata(parsedOutput),
1748
- ...deserialized,
1749
- });
1750
- return smithyClient.decorateServiceException(exception, body);
1751
- };
1752
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1753
- const body = parsedOutput.body;
1754
- const deserialized = smithyClient._json(body);
1755
- const exception = new ThrottlingException({
1756
- $metadata: deserializeMetadata(parsedOutput),
1757
- ...deserialized,
1758
- });
1759
- return smithyClient.decorateServiceException(exception, body);
1760
380
  };
1761
- const se_PutEventsRequest = (input, context) => {
1762
- return smithyClient.take(input, {
1763
- EndpointId: [],
1764
- Entries: (_) => se_PutEventsRequestEntryList(_),
1765
- });
1766
- };
1767
- const se_PutEventsRequestEntry = (input, context) => {
1768
- return smithyClient.take(input, {
1769
- Detail: [],
1770
- DetailType: [],
1771
- EventBusName: [],
1772
- Resources: smithyClient._json,
1773
- Source: [],
1774
- Time: (_) => _.getTime() / 1_000,
1775
- TraceHeader: [],
1776
- });
1777
- };
1778
- const se_PutEventsRequestEntryList = (input, context) => {
1779
- return input
1780
- .filter((e) => e != null)
1781
- .map((entry) => {
1782
- return se_PutEventsRequestEntry(entry);
1783
- });
1784
- };
1785
- const se_PutPartnerEventsRequest = (input, context) => {
1786
- return smithyClient.take(input, {
1787
- Entries: (_) => se_PutPartnerEventsRequestEntryList(_),
1788
- });
1789
- };
1790
- const se_PutPartnerEventsRequestEntry = (input, context) => {
1791
- return smithyClient.take(input, {
1792
- Detail: [],
1793
- DetailType: [],
1794
- Resources: smithyClient._json,
1795
- Source: [],
1796
- Time: (_) => _.getTime() / 1_000,
1797
- });
1798
- };
1799
- const se_PutPartnerEventsRequestEntryList = (input, context) => {
1800
- return input
1801
- .filter((e) => e != null)
1802
- .map((entry) => {
1803
- return se_PutPartnerEventsRequestEntry(entry);
1804
- });
1805
- };
1806
- const se_StartReplayRequest = (input, context) => {
1807
- return smithyClient.take(input, {
1808
- Description: [],
1809
- Destination: smithyClient._json,
1810
- EventEndTime: (_) => _.getTime() / 1_000,
1811
- EventSourceArn: [],
1812
- EventStartTime: (_) => _.getTime() / 1_000,
1813
- ReplayName: [],
1814
- });
1815
- };
1816
- const de_ApiDestination = (output, context) => {
1817
- return smithyClient.take(output, {
1818
- ApiDestinationArn: smithyClient.expectString,
1819
- ApiDestinationState: smithyClient.expectString,
1820
- ConnectionArn: smithyClient.expectString,
1821
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1822
- HttpMethod: smithyClient.expectString,
1823
- InvocationEndpoint: smithyClient.expectString,
1824
- InvocationRateLimitPerSecond: smithyClient.expectInt32,
1825
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1826
- Name: smithyClient.expectString,
1827
- });
1828
- };
1829
- const de_ApiDestinationResponseList = (output, context) => {
1830
- const retVal = (output || [])
1831
- .filter((e) => e != null)
1832
- .map((entry) => {
1833
- return de_ApiDestination(entry);
1834
- });
1835
- return retVal;
1836
- };
1837
- const de_Archive = (output, context) => {
1838
- return smithyClient.take(output, {
1839
- ArchiveName: smithyClient.expectString,
1840
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1841
- EventCount: smithyClient.expectLong,
1842
- EventSourceArn: smithyClient.expectString,
1843
- RetentionDays: smithyClient.expectInt32,
1844
- SizeBytes: smithyClient.expectLong,
1845
- State: smithyClient.expectString,
1846
- StateReason: smithyClient.expectString,
1847
- });
1848
- };
1849
- const de_ArchiveResponseList = (output, context) => {
1850
- const retVal = (output || [])
1851
- .filter((e) => e != null)
1852
- .map((entry) => {
1853
- return de_Archive(entry);
1854
- });
1855
- return retVal;
1856
- };
1857
- const de_Connection = (output, context) => {
1858
- return smithyClient.take(output, {
1859
- AuthorizationType: smithyClient.expectString,
1860
- ConnectionArn: smithyClient.expectString,
1861
- ConnectionState: smithyClient.expectString,
1862
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1863
- LastAuthorizedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1864
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1865
- Name: smithyClient.expectString,
1866
- StateReason: smithyClient.expectString,
1867
- });
1868
- };
1869
- const de_ConnectionResponseList = (output, context) => {
1870
- const retVal = (output || [])
1871
- .filter((e) => e != null)
1872
- .map((entry) => {
1873
- return de_Connection(entry);
1874
- });
1875
- return retVal;
1876
- };
1877
- const de_CreateApiDestinationResponse = (output, context) => {
1878
- return smithyClient.take(output, {
1879
- ApiDestinationArn: smithyClient.expectString,
1880
- ApiDestinationState: smithyClient.expectString,
1881
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1882
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1883
- });
1884
- };
1885
- const de_CreateArchiveResponse = (output, context) => {
1886
- return smithyClient.take(output, {
1887
- ArchiveArn: smithyClient.expectString,
1888
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1889
- State: smithyClient.expectString,
1890
- StateReason: smithyClient.expectString,
1891
- });
1892
- };
1893
- const de_CreateConnectionResponse = (output, context) => {
1894
- return smithyClient.take(output, {
1895
- ConnectionArn: smithyClient.expectString,
1896
- ConnectionState: smithyClient.expectString,
1897
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1898
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1899
- });
1900
- };
1901
- const de_DeauthorizeConnectionResponse = (output, context) => {
1902
- return smithyClient.take(output, {
1903
- ConnectionArn: smithyClient.expectString,
1904
- ConnectionState: smithyClient.expectString,
1905
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1906
- LastAuthorizedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1907
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1908
- });
1909
- };
1910
- const de_DeleteConnectionResponse = (output, context) => {
1911
- return smithyClient.take(output, {
1912
- ConnectionArn: smithyClient.expectString,
1913
- ConnectionState: smithyClient.expectString,
1914
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1915
- LastAuthorizedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1916
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1917
- });
1918
- };
1919
- const de_DescribeApiDestinationResponse = (output, context) => {
1920
- return smithyClient.take(output, {
1921
- ApiDestinationArn: smithyClient.expectString,
1922
- ApiDestinationState: smithyClient.expectString,
1923
- ConnectionArn: smithyClient.expectString,
1924
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1925
- Description: smithyClient.expectString,
1926
- HttpMethod: smithyClient.expectString,
1927
- InvocationEndpoint: smithyClient.expectString,
1928
- InvocationRateLimitPerSecond: smithyClient.expectInt32,
1929
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1930
- Name: smithyClient.expectString,
1931
- });
1932
- };
1933
- const de_DescribeArchiveResponse = (output, context) => {
1934
- return smithyClient.take(output, {
1935
- ArchiveArn: smithyClient.expectString,
1936
- ArchiveName: smithyClient.expectString,
1937
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1938
- Description: smithyClient.expectString,
1939
- EventCount: smithyClient.expectLong,
1940
- EventPattern: smithyClient.expectString,
1941
- EventSourceArn: smithyClient.expectString,
1942
- KmsKeyIdentifier: smithyClient.expectString,
1943
- RetentionDays: smithyClient.expectInt32,
1944
- SizeBytes: smithyClient.expectLong,
1945
- State: smithyClient.expectString,
1946
- StateReason: smithyClient.expectString,
1947
- });
1948
- };
1949
- const de_DescribeConnectionResponse = (output, context) => {
1950
- return smithyClient.take(output, {
1951
- AuthParameters: smithyClient._json,
1952
- AuthorizationType: smithyClient.expectString,
1953
- ConnectionArn: smithyClient.expectString,
1954
- ConnectionState: smithyClient.expectString,
1955
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1956
- Description: smithyClient.expectString,
1957
- InvocationConnectivityParameters: smithyClient._json,
1958
- KmsKeyIdentifier: smithyClient.expectString,
1959
- LastAuthorizedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1960
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1961
- Name: smithyClient.expectString,
1962
- SecretArn: smithyClient.expectString,
1963
- StateReason: smithyClient.expectString,
1964
- });
1965
- };
1966
- const de_DescribeEndpointResponse = (output, context) => {
1967
- return smithyClient.take(output, {
1968
- Arn: smithyClient.expectString,
1969
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1970
- Description: smithyClient.expectString,
1971
- EndpointId: smithyClient.expectString,
1972
- EndpointUrl: smithyClient.expectString,
1973
- EventBuses: smithyClient._json,
1974
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1975
- Name: smithyClient.expectString,
1976
- ReplicationConfig: smithyClient._json,
1977
- RoleArn: smithyClient.expectString,
1978
- RoutingConfig: smithyClient._json,
1979
- State: smithyClient.expectString,
1980
- StateReason: smithyClient.expectString,
1981
- });
1982
- };
1983
- const de_DescribeEventBusResponse = (output, context) => {
1984
- return smithyClient.take(output, {
1985
- Arn: smithyClient.expectString,
1986
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1987
- DeadLetterConfig: smithyClient._json,
1988
- Description: smithyClient.expectString,
1989
- KmsKeyIdentifier: smithyClient.expectString,
1990
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1991
- LogConfig: smithyClient._json,
1992
- Name: smithyClient.expectString,
1993
- Policy: smithyClient.expectString,
1994
- });
1995
- };
1996
- const de_DescribeEventSourceResponse = (output, context) => {
1997
- return smithyClient.take(output, {
1998
- Arn: smithyClient.expectString,
1999
- CreatedBy: smithyClient.expectString,
2000
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2001
- ExpirationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2002
- Name: smithyClient.expectString,
2003
- State: smithyClient.expectString,
2004
- });
2005
- };
2006
- const de_DescribeReplayResponse = (output, context) => {
2007
- return smithyClient.take(output, {
2008
- Description: smithyClient.expectString,
2009
- Destination: smithyClient._json,
2010
- EventEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2011
- EventLastReplayedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2012
- EventSourceArn: smithyClient.expectString,
2013
- EventStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2014
- ReplayArn: smithyClient.expectString,
2015
- ReplayEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2016
- ReplayName: smithyClient.expectString,
2017
- ReplayStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2018
- State: smithyClient.expectString,
2019
- StateReason: smithyClient.expectString,
2020
- });
2021
- };
2022
- const de_Endpoint = (output, context) => {
2023
- return smithyClient.take(output, {
2024
- Arn: smithyClient.expectString,
2025
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2026
- Description: smithyClient.expectString,
2027
- EndpointId: smithyClient.expectString,
2028
- EndpointUrl: smithyClient.expectString,
2029
- EventBuses: smithyClient._json,
2030
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2031
- Name: smithyClient.expectString,
2032
- ReplicationConfig: smithyClient._json,
2033
- RoleArn: smithyClient.expectString,
2034
- RoutingConfig: smithyClient._json,
2035
- State: smithyClient.expectString,
2036
- StateReason: smithyClient.expectString,
2037
- });
2038
- };
2039
- const de_EndpointList = (output, context) => {
2040
- const retVal = (output || [])
2041
- .filter((e) => e != null)
2042
- .map((entry) => {
2043
- return de_Endpoint(entry);
2044
- });
2045
- return retVal;
2046
- };
2047
- const de_EventBus = (output, context) => {
2048
- return smithyClient.take(output, {
2049
- Arn: smithyClient.expectString,
2050
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2051
- Description: smithyClient.expectString,
2052
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2053
- Name: smithyClient.expectString,
2054
- Policy: smithyClient.expectString,
2055
- });
2056
- };
2057
- const de_EventBusList = (output, context) => {
2058
- const retVal = (output || [])
2059
- .filter((e) => e != null)
2060
- .map((entry) => {
2061
- return de_EventBus(entry);
2062
- });
2063
- return retVal;
2064
- };
2065
- const de_EventSource = (output, context) => {
2066
- return smithyClient.take(output, {
2067
- Arn: smithyClient.expectString,
2068
- CreatedBy: smithyClient.expectString,
2069
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2070
- ExpirationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2071
- Name: smithyClient.expectString,
2072
- State: smithyClient.expectString,
2073
- });
2074
- };
2075
- const de_EventSourceList = (output, context) => {
2076
- const retVal = (output || [])
2077
- .filter((e) => e != null)
2078
- .map((entry) => {
2079
- return de_EventSource(entry);
2080
- });
2081
- return retVal;
2082
- };
2083
- const de_ListApiDestinationsResponse = (output, context) => {
2084
- return smithyClient.take(output, {
2085
- ApiDestinations: (_) => de_ApiDestinationResponseList(_),
2086
- NextToken: smithyClient.expectString,
2087
- });
2088
- };
2089
- const de_ListArchivesResponse = (output, context) => {
2090
- return smithyClient.take(output, {
2091
- Archives: (_) => de_ArchiveResponseList(_),
2092
- NextToken: smithyClient.expectString,
2093
- });
2094
- };
2095
- const de_ListConnectionsResponse = (output, context) => {
2096
- return smithyClient.take(output, {
2097
- Connections: (_) => de_ConnectionResponseList(_),
2098
- NextToken: smithyClient.expectString,
2099
- });
2100
- };
2101
- const de_ListEndpointsResponse = (output, context) => {
2102
- return smithyClient.take(output, {
2103
- Endpoints: (_) => de_EndpointList(_),
2104
- NextToken: smithyClient.expectString,
2105
- });
2106
- };
2107
- const de_ListEventBusesResponse = (output, context) => {
2108
- return smithyClient.take(output, {
2109
- EventBuses: (_) => de_EventBusList(_),
2110
- NextToken: smithyClient.expectString,
2111
- });
2112
- };
2113
- const de_ListEventSourcesResponse = (output, context) => {
2114
- return smithyClient.take(output, {
2115
- EventSources: (_) => de_EventSourceList(_),
2116
- NextToken: smithyClient.expectString,
2117
- });
2118
- };
2119
- const de_ListPartnerEventSourceAccountsResponse = (output, context) => {
2120
- return smithyClient.take(output, {
2121
- NextToken: smithyClient.expectString,
2122
- PartnerEventSourceAccounts: (_) => de_PartnerEventSourceAccountList(_),
2123
- });
2124
- };
2125
- const de_ListReplaysResponse = (output, context) => {
2126
- return smithyClient.take(output, {
2127
- NextToken: smithyClient.expectString,
2128
- Replays: (_) => de_ReplayList(_),
2129
- });
2130
- };
2131
- const de_PartnerEventSourceAccount = (output, context) => {
2132
- return smithyClient.take(output, {
2133
- Account: smithyClient.expectString,
2134
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2135
- ExpirationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2136
- State: smithyClient.expectString,
2137
- });
2138
- };
2139
- const de_PartnerEventSourceAccountList = (output, context) => {
2140
- const retVal = (output || [])
2141
- .filter((e) => e != null)
2142
- .map((entry) => {
2143
- return de_PartnerEventSourceAccount(entry);
2144
- });
2145
- return retVal;
2146
- };
2147
- const de_Replay = (output, context) => {
2148
- return smithyClient.take(output, {
2149
- EventEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2150
- EventLastReplayedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2151
- EventSourceArn: smithyClient.expectString,
2152
- EventStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2153
- ReplayEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2154
- ReplayName: smithyClient.expectString,
2155
- ReplayStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2156
- State: smithyClient.expectString,
2157
- StateReason: smithyClient.expectString,
2158
- });
2159
- };
2160
- const de_ReplayList = (output, context) => {
2161
- const retVal = (output || [])
2162
- .filter((e) => e != null)
2163
- .map((entry) => {
2164
- return de_Replay(entry);
2165
- });
2166
- return retVal;
2167
- };
2168
- const de_StartReplayResponse = (output, context) => {
2169
- return smithyClient.take(output, {
2170
- ReplayArn: smithyClient.expectString,
2171
- ReplayStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2172
- State: smithyClient.expectString,
2173
- StateReason: smithyClient.expectString,
2174
- });
2175
- };
2176
- const de_UpdateApiDestinationResponse = (output, context) => {
2177
- return smithyClient.take(output, {
2178
- ApiDestinationArn: smithyClient.expectString,
2179
- ApiDestinationState: smithyClient.expectString,
2180
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2181
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2182
- });
2183
- };
2184
- const de_UpdateArchiveResponse = (output, context) => {
2185
- return smithyClient.take(output, {
2186
- ArchiveArn: smithyClient.expectString,
2187
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2188
- State: smithyClient.expectString,
2189
- StateReason: smithyClient.expectString,
2190
- });
2191
- };
2192
- const de_UpdateConnectionResponse = (output, context) => {
2193
- return smithyClient.take(output, {
2194
- ConnectionArn: smithyClient.expectString,
2195
- ConnectionState: smithyClient.expectString,
2196
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2197
- LastAuthorizedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2198
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2199
- });
2200
- };
2201
- const deserializeMetadata = (output) => ({
2202
- httpStatusCode: output.statusCode,
2203
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2204
- extendedRequestId: output.headers["x-amz-id-2"],
2205
- cfId: output.headers["x-amz-cf-id"],
2206
- });
2207
- const throwDefaultError = smithyClient.withBaseException(EventBridgeServiceException);
2208
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
2209
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2210
- const contents = {
2211
- protocol,
2212
- hostname,
2213
- port,
2214
- method: "POST",
2215
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
2216
- headers,
2217
- };
2218
- if (body !== undefined) {
2219
- contents.body = body;
2220
- }
2221
- return new protocolHttp.HttpRequest(contents);
2222
- };
2223
- function sharedHeaders(operation) {
2224
- return {
2225
- "content-type": "application/x-amz-json-1.1",
2226
- "x-amz-target": `AWSEvents.${operation}`,
2227
- };
2228
- }
381
+
382
+ const _A = "Archive";
383
+ const _AA = "ArchiveArn";
384
+ const _AD = "ApiDestination";
385
+ const _ADA = "ApiDestinationArn";
386
+ const _ADE = "AccessDeniedException";
387
+ const _ADRL = "ApiDestinationResponseList";
388
+ const _ADS = "ApiDestinationState";
389
+ const _ADp = "ApiDestinations";
390
+ const _AE = "AuthorizationEndpoint";
391
+ const _AES = "ActivateEventSource";
392
+ const _AESR = "ActivateEventSourceRequest";
393
+ const _AHPS = "AuthHeaderParametersSensitive";
394
+ const _AKAP = "ApiKeyAuthParameters";
395
+ const _AKN = "ApiKeyName";
396
+ const _AKV = "ApiKeyValue";
397
+ const _AN = "ArchiveName";
398
+ const _AP = "ArrayProperties";
399
+ const _API = "AssignPublicIp";
400
+ const _APu = "AuthParameters";
401
+ const _ARL = "ArchiveResponseList";
402
+ const _ASP = "AppSyncParameters";
403
+ const _AT = "AuthorizationType";
404
+ const _AVC = "AwsVpcConfiguration";
405
+ const _Ac = "Account";
406
+ const _Act = "Action";
407
+ const _Ar = "Arn";
408
+ const _Arc = "Archives";
409
+ const _At = "Attempts";
410
+ const _BAP = "BatchArrayProperties";
411
+ const _BAPa = "BasicAuthParameters";
412
+ const _BP = "BatchParameters";
413
+ const _BPo = "BodyParameters";
414
+ const _BRS = "BatchRetryStrategy";
415
+ const _C = "Condition";
416
+ const _CA = "ConnectionArn";
417
+ const _CAD = "CreateApiDestination";
418
+ const _CADR = "CreateApiDestinationRequest";
419
+ const _CADRr = "CreateApiDestinationResponse";
420
+ const _CAKARP = "ConnectionApiKeyAuthResponseParameters";
421
+ const _CAR = "CreateArchiveRequest";
422
+ const _CARP = "ConnectionAuthResponseParameters";
423
+ const _CARr = "CreateArchiveResponse";
424
+ const _CAr = "CreateArchive";
425
+ const _CB = "CreatedBy";
426
+ const _CBARP = "ConnectionBasicAuthResponseParameters";
427
+ const _CBP = "ConnectionBodyParameter";
428
+ const _CBPL = "ConnectionBodyParametersList";
429
+ const _CC = "CreateConnection";
430
+ const _CCAKARP = "CreateConnectionApiKeyAuthRequestParameters";
431
+ const _CCARP = "CreateConnectionAuthRequestParameters";
432
+ const _CCBARP = "CreateConnectionBasicAuthRequestParameters";
433
+ const _CCOACRP = "CreateConnectionOAuthClientRequestParameters";
434
+ const _CCOARP = "CreateConnectionOAuthRequestParameters";
435
+ const _CCR = "CreateConnectionRequest";
436
+ const _CCRr = "CreateConnectionResponse";
437
+ const _CE = "CreateEndpoint";
438
+ const _CEB = "CreateEventBus";
439
+ const _CEBR = "CreateEventBusRequest";
440
+ const _CEBRr = "CreateEventBusResponse";
441
+ const _CER = "CreateEndpointRequest";
442
+ const _CERr = "CreateEndpointResponse";
443
+ const _CHP = "ConnectionHeaderParameter";
444
+ const _CHPL = "ConnectionHeaderParametersList";
445
+ const _CHPo = "ConnectionHttpParameters";
446
+ const _CID = "ClientID";
447
+ const _CME = "ConcurrentModificationException";
448
+ const _COACRP = "ConnectionOAuthClientResponseParameters";
449
+ const _COARP = "ConnectionOAuthResponseParameters";
450
+ const _CP = "ConnectivityParameters";
451
+ const _CPES = "CreatePartnerEventSource";
452
+ const _CPESR = "CreatePartnerEventSourceRequest";
453
+ const _CPESRr = "CreatePartnerEventSourceResponse";
454
+ const _CPS = "CapacityProviderStrategy";
455
+ const _CPSI = "CapacityProviderStrategyItem";
456
+ const _CPl = "ClientParameters";
457
+ const _CQSP = "ConnectionQueryStringParameter";
458
+ const _CQSPL = "ConnectionQueryStringParametersList";
459
+ const _CR = "CancelReplay";
460
+ const _CRCA = "ConnectivityResourceConfigurationArn";
461
+ const _CRL = "ConnectionResponseList";
462
+ const _CRP = "ConnectivityResourceParameters";
463
+ const _CRR = "CancelReplayRequest";
464
+ const _CRRa = "CancelReplayResponse";
465
+ const _CS = "ConnectionState";
466
+ const _CSl = "ClientSecret";
467
+ const _CT = "CreationTime";
468
+ const _Co = "Connection";
469
+ const _Con = "Connections";
470
+ const _D = "Description";
471
+ const _DA = "DeleteArchive";
472
+ const _DAD = "DeleteApiDestination";
473
+ const _DADR = "DeleteApiDestinationRequest";
474
+ const _DADRe = "DeleteApiDestinationResponse";
475
+ const _DADRes = "DescribeApiDestinationRequest";
476
+ const _DADResc = "DescribeApiDestinationResponse";
477
+ const _DADe = "DescribeApiDestination";
478
+ const _DAR = "DeleteArchiveRequest";
479
+ const _DARe = "DeleteArchiveResponse";
480
+ const _DARes = "DescribeArchiveRequest";
481
+ const _DAResc = "DescribeArchiveResponse";
482
+ const _DAe = "DescribeArchive";
483
+ const _DC = "DeauthorizeConnection";
484
+ const _DCCP = "DescribeConnectionConnectivityParameters";
485
+ const _DCR = "DeauthorizeConnectionRequest";
486
+ const _DCRP = "DescribeConnectionResourceParameters";
487
+ const _DCRe = "DeauthorizeConnectionResponse";
488
+ const _DCRel = "DeleteConnectionRequest";
489
+ const _DCRele = "DeleteConnectionResponse";
490
+ const _DCRes = "DescribeConnectionRequest";
491
+ const _DCResc = "DescribeConnectionResponse";
492
+ const _DCe = "DeleteConnection";
493
+ const _DCes = "DescribeConnection";
494
+ const _DE = "DeleteEndpoint";
495
+ const _DEB = "DeleteEventBus";
496
+ const _DEBR = "DeleteEventBusRequest";
497
+ const _DEBRe = "DescribeEventBusRequest";
498
+ const _DEBRes = "DescribeEventBusResponse";
499
+ const _DEBe = "DescribeEventBus";
500
+ const _DER = "DeleteEndpointRequest";
501
+ const _DERe = "DeleteEndpointResponse";
502
+ const _DERes = "DescribeEndpointRequest";
503
+ const _DEResc = "DescribeEndpointResponse";
504
+ const _DES = "DeactivateEventSource";
505
+ const _DESR = "DeactivateEventSourceRequest";
506
+ const _DESRe = "DescribeEventSourceRequest";
507
+ const _DESRes = "DescribeEventSourceResponse";
508
+ const _DESe = "DescribeEventSource";
509
+ const _DEe = "DescribeEndpoint";
510
+ const _DLC = "DeadLetterConfig";
511
+ const _DPES = "DeletePartnerEventSource";
512
+ const _DPESR = "DeletePartnerEventSourceRequest";
513
+ const _DPESRe = "DescribePartnerEventSourceRequest";
514
+ const _DPESRes = "DescribePartnerEventSourceResponse";
515
+ const _DPESe = "DescribePartnerEventSource";
516
+ const _DR = "DeleteRule";
517
+ const _DRR = "DeleteRuleRequest";
518
+ const _DRRe = "DescribeReplayRequest";
519
+ const _DRRes = "DescribeReplayResponse";
520
+ const _DRResc = "DescribeRuleRequest";
521
+ const _DRRescr = "DescribeRuleResponse";
522
+ const _DRRi = "DisableRuleRequest";
523
+ const _DRe = "DescribeReplay";
524
+ const _DRes = "DescribeRule";
525
+ const _DRi = "DisableRule";
526
+ const _DT = "DetailType";
527
+ const _DU = "DbUser";
528
+ const _Da = "Database";
529
+ const _De = "Destination";
530
+ const _Det = "Detail";
531
+ const _E = "Endpoint";
532
+ const _EB = "EventBuses";
533
+ const _EBA = "EventBusArn";
534
+ const _EBL = "EventBusList";
535
+ const _EBN = "EventBusName";
536
+ const _EBv = "EventBus";
537
+ const _EC = "EventCount";
538
+ const _ECr = "ErrorCode";
539
+ const _EEB = "EndpointEventBus";
540
+ const _EEBL = "EndpointEventBusList";
541
+ const _EEC = "EnableExecuteCommand";
542
+ const _EECSMT = "EnableECSManagedTags";
543
+ const _EET = "EventEndTime";
544
+ const _EI = "EndpointId";
545
+ const _EIv = "EventId";
546
+ const _EL = "EndpointList";
547
+ const _ELRT = "EventLastReplayedTime";
548
+ const _EM = "ErrorMessage";
549
+ const _EP = "EventPattern";
550
+ const _EPc = "EcsParameters";
551
+ const _ER = "EnableRule";
552
+ const _ERR = "EnableRuleRequest";
553
+ const _ES = "EventSource";
554
+ const _ESA = "EventSourceArn";
555
+ const _ESL = "EventSourceList";
556
+ const _ESN = "EventSourceName";
557
+ const _EST = "EventStartTime";
558
+ const _ESv = "EventSources";
559
+ const _ET = "ExpirationTime";
560
+ const _EU = "EndpointUrl";
561
+ const _En = "Endpoints";
562
+ const _Ent = "Entries";
563
+ const _Ev = "Event";
564
+ const _F = "Force";
565
+ const _FA = "FilterArns";
566
+ const _FC = "FailoverConfig";
567
+ const _FE = "FailedEntries";
568
+ const _FEC = "FailedEntryCount";
569
+ const _G = "Group";
570
+ const _GQLO = "GraphQLOperation";
571
+ const _HC = "HealthCheck";
572
+ const _HM = "HttpMethod";
573
+ const _HP = "HeaderParameters";
574
+ const _HPt = "HttpParameters";
575
+ const _HR = "HomeRegion";
576
+ const _HVS = "HeaderValueSensitive";
577
+ const _I = "Ids";
578
+ const _ICP = "InvocationConnectivityParameters";
579
+ const _ID = "IncludeDetail";
580
+ const _IE = "InvocationEndpoint";
581
+ const _IEPE = "InvalidEventPatternException";
582
+ const _IEn = "InternalException";
583
+ const _IHP = "InvocationHttpParameters";
584
+ const _IP = "InputPath";
585
+ const _IPM = "InputPathsMap";
586
+ const _IRLPS = "InvocationRateLimitPerSecond";
587
+ const _ISE = "IllegalStatusException";
588
+ const _ISEn = "InvalidStateException";
589
+ const _IT = "InputTransformer";
590
+ const _ITn = "InputTemplate";
591
+ const _IVS = "IsValueSecret";
592
+ const _Id = "Id";
593
+ const _In = "Input";
594
+ const _JD = "JobDefinition";
595
+ const _JN = "JobName";
596
+ const _K = "Key";
597
+ const _KKI = "KmsKeyIdentifier";
598
+ const _KP = "KinesisParameters";
599
+ const _L = "Limit";
600
+ const _LA = "ListArchives";
601
+ const _LAD = "ListApiDestinations";
602
+ const _LADR = "ListApiDestinationsRequest";
603
+ const _LADRi = "ListApiDestinationsResponse";
604
+ const _LAR = "ListArchivesRequest";
605
+ const _LARi = "ListArchivesResponse";
606
+ const _LAT = "LastAuthorizedTime";
607
+ const _LC = "LogConfig";
608
+ const _LCR = "ListConnectionsRequest";
609
+ const _LCRi = "ListConnectionsResponse";
610
+ const _LCi = "ListConnections";
611
+ const _LE = "ListEndpoints";
612
+ const _LEB = "ListEventBuses";
613
+ const _LEBR = "ListEventBusesRequest";
614
+ const _LEBRi = "ListEventBusesResponse";
615
+ const _LEE = "LimitExceededException";
616
+ const _LER = "ListEndpointsRequest";
617
+ const _LERi = "ListEndpointsResponse";
618
+ const _LES = "ListEventSources";
619
+ const _LESR = "ListEventSourcesRequest";
620
+ const _LESRi = "ListEventSourcesResponse";
621
+ const _LMT = "LastModifiedTime";
622
+ const _LPES = "ListPartnerEventSources";
623
+ const _LPESA = "ListPartnerEventSourceAccounts";
624
+ const _LPESAR = "ListPartnerEventSourceAccountsRequest";
625
+ const _LPESARi = "ListPartnerEventSourceAccountsResponse";
626
+ const _LPESR = "ListPartnerEventSourcesRequest";
627
+ const _LPESRi = "ListPartnerEventSourcesResponse";
628
+ const _LR = "ListReplays";
629
+ const _LRNBT = "ListRuleNamesByTarget";
630
+ const _LRNBTR = "ListRuleNamesByTargetRequest";
631
+ const _LRNBTRi = "ListRuleNamesByTargetResponse";
632
+ const _LRR = "ListReplaysRequest";
633
+ const _LRRi = "ListReplaysResponse";
634
+ const _LRRis = "ListRulesRequest";
635
+ const _LRRist = "ListRulesResponse";
636
+ const _LRi = "ListRules";
637
+ const _LT = "LaunchType";
638
+ const _LTBR = "ListTargetsByRule";
639
+ const _LTBRR = "ListTargetsByRuleRequest";
640
+ const _LTBRRi = "ListTargetsByRuleResponse";
641
+ const _LTFR = "ListTagsForResource";
642
+ const _LTFRR = "ListTagsForResourceRequest";
643
+ const _LTFRRi = "ListTagsForResourceResponse";
644
+ const _Le = "Level";
645
+ const _MB = "ManagedBy";
646
+ const _MEAIS = "MaximumEventAgeInSeconds";
647
+ const _MGI = "MessageGroupId";
648
+ const _MR = "MaxResults";
649
+ const _MRA = "MaximumRetryAttempts";
650
+ const _MRE = "ManagedRuleException";
651
+ const _N = "Name";
652
+ const _NC = "NetworkConfiguration";
653
+ const _NP = "NamePrefix";
654
+ const _NT = "NextToken";
655
+ const _OAHP = "OAuthHttpParameters";
656
+ const _OAP = "OAuthParameters";
657
+ const _ODE = "OperationDisabledException";
658
+ const _P = "Password";
659
+ const _PC = "PlacementConstraints";
660
+ const _PCl = "PlacementConstraint";
661
+ const _PE = "PutEvents";
662
+ const _PER = "PutEventsRequest";
663
+ const _PERE = "PutEventsRequestEntry";
664
+ const _PEREL = "PutEventsRequestEntryList";
665
+ const _PERELu = "PutEventsResultEntryList";
666
+ const _PEREu = "PutEventsResultEntry";
667
+ const _PERu = "PutEventsResponse";
668
+ const _PES = "PartnerEventSources";
669
+ const _PESA = "PartnerEventSourceAccounts";
670
+ const _PESAL = "PartnerEventSourceAccountList";
671
+ const _PESAa = "PartnerEventSourceAccount";
672
+ const _PESL = "PartnerEventSourceList";
673
+ const _PESa = "PartnerEventSource";
674
+ const _PKP = "PartitionKeyPath";
675
+ const _PLEE = "PolicyLengthExceededException";
676
+ const _PP = "PutPermission";
677
+ const _PPE = "PutPartnerEvents";
678
+ const _PPER = "PutPartnerEventsRequest";
679
+ const _PPERE = "PutPartnerEventsRequestEntry";
680
+ const _PPEREL = "PutPartnerEventsRequestEntryList";
681
+ const _PPERELu = "PutPartnerEventsResultEntryList";
682
+ const _PPEREu = "PutPartnerEventsResultEntry";
683
+ const _PPERu = "PutPartnerEventsResponse";
684
+ const _PPL = "PipelineParameterList";
685
+ const _PPR = "PutPermissionRequest";
686
+ const _PPV = "PathParameterValues";
687
+ const _PR = "PutRule";
688
+ const _PRR = "PutRuleRequest";
689
+ const _PRRu = "PutRuleResponse";
690
+ const _PS = "PlacementStrategy";
691
+ const _PSl = "PlacementStrategies";
692
+ const _PT = "PropagateTags";
693
+ const _PTR = "PutTargetsRequest";
694
+ const _PTRE = "PutTargetsResultEntry";
695
+ const _PTREL = "PutTargetsResultEntryList";
696
+ const _PTRu = "PutTargetsResponse";
697
+ const _PTu = "PutTargets";
698
+ const _PV = "PlatformVersion";
699
+ const _Po = "Policy";
700
+ const _Pr = "Primary";
701
+ const _Pri = "Principal";
702
+ const _QSP = "QueryStringParameters";
703
+ const _QSVS = "QueryStringValueSensitive";
704
+ const _R = "Replays";
705
+ const _RA = "ReplayArn";
706
+ const _RAA = "ResourceAssociationArn";
707
+ const _RAEE = "ResourceAlreadyExistsException";
708
+ const _RAP = "RemoveAllPermissions";
709
+ const _RARN = "ResourceARN";
710
+ const _RAo = "RoleArn";
711
+ const _RAu = "RuleArn";
712
+ const _RC = "RoutingConfig";
713
+ const _RCA = "ResourceConfigurationArn";
714
+ const _RCP = "RunCommandParameters";
715
+ const _RCT = "RunCommandTargets";
716
+ const _RCTu = "RunCommandTarget";
717
+ const _RCe = "ReplicationConfig";
718
+ const _RD = "RetentionDays";
719
+ const _RDP = "RedshiftDataParameters";
720
+ const _RDe = "ReplayDestination";
721
+ const _RET = "ReplayEndTime";
722
+ const _RI = "ReferenceId";
723
+ const _RL = "ReplayList";
724
+ const _RN = "ReplayName";
725
+ const _RNFE = "ResourceNotFoundException";
726
+ const _RNu = "RuleNames";
727
+ const _RP = "ResourceParameters";
728
+ const _RPR = "RemovePermissionRequest";
729
+ const _RPe = "RetryPolicy";
730
+ const _RPem = "RemovePermission";
731
+ const _RRL = "RuleResponseList";
732
+ const _RS = "RetryStrategy";
733
+ const _RST = "ReplayStartTime";
734
+ const _RT = "RemoveTargets";
735
+ const _RTR = "RemoveTargetsRequest";
736
+ const _RTRE = "RemoveTargetsResultEntry";
737
+ const _RTREL = "RemoveTargetsResultEntryList";
738
+ const _RTRe = "RemoveTargetsResponse";
739
+ const _Re = "Resources";
740
+ const _Rep = "Replay";
741
+ const _Res = "Result";
742
+ const _Ro = "Route";
743
+ const _Ru = "Rules";
744
+ const _Rul = "Rule";
745
+ const _S = "Sql";
746
+ const _SA = "SecretArn";
747
+ const _SB = "SizeBytes";
748
+ const _SE = "ScheduleExpression";
749
+ const _SG = "SecurityGroups";
750
+ const _SI = "StatementId";
751
+ const _SMA = "SecretManagerArn";
752
+ const _SMPP = "SageMakerPipelineParameter";
753
+ const _SMPPL = "SageMakerPipelineParameterList";
754
+ const _SMPPa = "SageMakerPipelineParameters";
755
+ const _SN = "StatementName";
756
+ const _SP = "SqsParameters";
757
+ const _SR = "StateReason";
758
+ const _SRR = "StartReplayRequest";
759
+ const _SRRt = "StartReplayResponse";
760
+ const _SRt = "StartReplay";
761
+ const _SS = "SensitiveString";
762
+ const _Se = "Secondary";
763
+ const _Si = "Size";
764
+ const _So = "Source";
765
+ const _Sq = "Sqls";
766
+ const _St = "State";
767
+ const _Su = "Subnets";
768
+ const _T = "Type";
769
+ const _TA = "TargetArn";
770
+ const _TC = "TaskCount";
771
+ const _TDA = "TaskDefinitionArn";
772
+ const _TE = "ThrottlingException";
773
+ const _TEP = "TestEventPattern";
774
+ const _TEPR = "TestEventPatternRequest";
775
+ const _TEPRe = "TestEventPatternResponse";
776
+ const _TH = "TraceHeader";
777
+ const _TI = "TargetId";
778
+ const _TK = "TagKeys";
779
+ const _TL = "TagList";
780
+ const _TLa = "TargetList";
781
+ const _TR = "TagResource";
782
+ const _TRR = "TagResourceRequest";
783
+ const _TRRa = "TagResourceResponse";
784
+ const _Ta = "Tags";
785
+ const _Tag = "Tag";
786
+ const _Tar = "Targets";
787
+ const _Targ = "Target";
788
+ const _Ti = "Time";
789
+ const _U = "Username";
790
+ const _UA = "UpdateArchive";
791
+ const _UAD = "UpdateApiDestination";
792
+ const _UADR = "UpdateApiDestinationRequest";
793
+ const _UADRp = "UpdateApiDestinationResponse";
794
+ const _UAR = "UpdateArchiveRequest";
795
+ const _UARp = "UpdateArchiveResponse";
796
+ const _UC = "UpdateConnection";
797
+ const _UCAKARP = "UpdateConnectionApiKeyAuthRequestParameters";
798
+ const _UCARP = "UpdateConnectionAuthRequestParameters";
799
+ const _UCBARP = "UpdateConnectionBasicAuthRequestParameters";
800
+ const _UCOACRP = "UpdateConnectionOAuthClientRequestParameters";
801
+ const _UCOARP = "UpdateConnectionOAuthRequestParameters";
802
+ const _UCR = "UpdateConnectionRequest";
803
+ const _UCRp = "UpdateConnectionResponse";
804
+ const _UE = "UpdateEndpoint";
805
+ const _UEB = "UpdateEventBus";
806
+ const _UEBR = "UpdateEventBusRequest";
807
+ const _UEBRp = "UpdateEventBusResponse";
808
+ const _UER = "UpdateEndpointRequest";
809
+ const _UERp = "UpdateEndpointResponse";
810
+ const _UR = "UntagResource";
811
+ const _URR = "UntagResourceRequest";
812
+ const _URRn = "UntagResourceResponse";
813
+ const _V = "Value";
814
+ const _Va = "Values";
815
+ const _WE = "WithEvent";
816
+ const _aC = "awsvpcConfiguration";
817
+ const _b = "base";
818
+ const _c = "client";
819
+ const _cP = "capacityProvider";
820
+ const _e = "error";
821
+ const _ex = "expression";
822
+ const _f = "field";
823
+ const _m = "message";
824
+ const _s = "server";
825
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eventbridge";
826
+ const _t = "type";
827
+ const _w = "weight";
828
+ const n0 = "com.amazonaws.eventbridge";
829
+ var AuthHeaderParametersSensitive = [0, n0, _AHPS, 8, 0];
830
+ var GraphQLOperation = [0, n0, _GQLO, 8, 0];
831
+ var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
832
+ var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
833
+ var SensitiveString = [0, n0, _SS, 8, 0];
834
+ var Sql = [0, n0, _S, 8, 0];
835
+ var AccessDeniedException = [
836
+ -3,
837
+ n0,
838
+ _ADE,
839
+ {
840
+ [_e]: _c,
841
+ },
842
+ [_m],
843
+ [0],
844
+ ];
845
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
846
+ var ActivateEventSourceRequest = [3, n0, _AESR, 0, [_N], [0]];
847
+ var ApiDestination = [
848
+ 3,
849
+ n0,
850
+ _AD,
851
+ 0,
852
+ [_ADA, _N, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
853
+ [0, 0, 0, 0, 0, 0, 1, 4, 4],
854
+ ];
855
+ var AppSyncParameters = [3, n0, _ASP, 0, [_GQLO], [[() => GraphQLOperation, 0]]];
856
+ var Archive = [
857
+ 3,
858
+ n0,
859
+ _A,
860
+ 0,
861
+ [_AN, _ESA, _St, _SR, _RD, _SB, _EC, _CT],
862
+ [0, 0, 0, 0, 1, 1, 1, 4],
863
+ ];
864
+ var AwsVpcConfiguration = [3, n0, _AVC, 0, [_Su, _SG, _API], [64 | 0, 64 | 0, 0]];
865
+ var BatchArrayProperties = [3, n0, _BAP, 0, [_Si], [1]];
866
+ var BatchParameters = [
867
+ 3,
868
+ n0,
869
+ _BP,
870
+ 0,
871
+ [_JD, _JN, _AP, _RS],
872
+ [0, 0, () => BatchArrayProperties, () => BatchRetryStrategy],
873
+ ];
874
+ var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
875
+ var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
876
+ var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _St, _SR], [0, 0, 0]];
877
+ var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
878
+ var ConcurrentModificationException = [
879
+ -3,
880
+ n0,
881
+ _CME,
882
+ {
883
+ [_e]: _c,
884
+ },
885
+ [_m],
886
+ [0],
887
+ ];
888
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
889
+ var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
890
+ var Connection = [
891
+ 3,
892
+ n0,
893
+ _Co,
894
+ 0,
895
+ [_CA, _N, _CS, _SR, _AT, _CT, _LMT, _LAT],
896
+ [0, 0, 0, 0, 0, 4, 4, 4],
897
+ ];
898
+ var ConnectionApiKeyAuthResponseParameters = [3, n0, _CAKARP, 0, [_AKN], [0]];
899
+ var ConnectionAuthResponseParameters = [
900
+ 3,
901
+ n0,
902
+ _CARP,
903
+ 0,
904
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
905
+ [
906
+ () => ConnectionBasicAuthResponseParameters,
907
+ [() => ConnectionOAuthResponseParameters, 0],
908
+ () => ConnectionApiKeyAuthResponseParameters,
909
+ [() => ConnectionHttpParameters, 0],
910
+ () => DescribeConnectionConnectivityParameters,
911
+ ],
912
+ ];
913
+ var ConnectionBasicAuthResponseParameters = [3, n0, _CBARP, 0, [_U], [0]];
914
+ var ConnectionBodyParameter = [
915
+ 3,
916
+ n0,
917
+ _CBP,
918
+ 0,
919
+ [_K, _V, _IVS],
920
+ [0, [() => SensitiveString, 0], 2],
921
+ ];
922
+ var ConnectionHeaderParameter = [
923
+ 3,
924
+ n0,
925
+ _CHP,
926
+ 0,
927
+ [_K, _V, _IVS],
928
+ [0, [() => HeaderValueSensitive, 0], 2],
929
+ ];
930
+ var ConnectionHttpParameters = [
931
+ 3,
932
+ n0,
933
+ _CHPo,
934
+ 0,
935
+ [_HP, _QSP, _BPo],
936
+ [
937
+ [() => ConnectionHeaderParametersList, 0],
938
+ [() => ConnectionQueryStringParametersList, 0],
939
+ [() => ConnectionBodyParametersList, 0],
940
+ ],
941
+ ];
942
+ var ConnectionOAuthClientResponseParameters = [3, n0, _COACRP, 0, [_CID], [0]];
943
+ var ConnectionOAuthResponseParameters = [
944
+ 3,
945
+ n0,
946
+ _COARP,
947
+ 0,
948
+ [_CPl, _AE, _HM, _OAHP],
949
+ [() => ConnectionOAuthClientResponseParameters, 0, 0, [() => ConnectionHttpParameters, 0]],
950
+ ];
951
+ var ConnectionQueryStringParameter = [
952
+ 3,
953
+ n0,
954
+ _CQSP,
955
+ 0,
956
+ [_K, _V, _IVS],
957
+ [0, [() => QueryStringValueSensitive, 0], 2],
958
+ ];
959
+ var ConnectivityResourceConfigurationArn = [3, n0, _CRCA, 0, [_RCA], [0]];
960
+ var ConnectivityResourceParameters = [
961
+ 3,
962
+ n0,
963
+ _CRP,
964
+ 0,
965
+ [_RP],
966
+ [() => ConnectivityResourceConfigurationArn],
967
+ ];
968
+ var CreateApiDestinationRequest = [
969
+ 3,
970
+ n0,
971
+ _CADR,
972
+ 0,
973
+ [_N, _D, _CA, _IE, _HM, _IRLPS],
974
+ [0, 0, 0, 0, 0, 1],
975
+ ];
976
+ var CreateApiDestinationResponse = [
977
+ 3,
978
+ n0,
979
+ _CADRr,
980
+ 0,
981
+ [_ADA, _ADS, _CT, _LMT],
982
+ [0, 0, 4, 4],
983
+ ];
984
+ var CreateArchiveRequest = [
985
+ 3,
986
+ n0,
987
+ _CAR,
988
+ 0,
989
+ [_AN, _ESA, _D, _EP, _RD, _KKI],
990
+ [0, 0, 0, 0, 1, 0],
991
+ ];
992
+ var CreateArchiveResponse = [3, n0, _CARr, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
993
+ var CreateConnectionApiKeyAuthRequestParameters = [
994
+ 3,
995
+ n0,
996
+ _CCAKARP,
997
+ 0,
998
+ [_AKN, _AKV],
999
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1000
+ ];
1001
+ var CreateConnectionAuthRequestParameters = [
1002
+ 3,
1003
+ n0,
1004
+ _CCARP,
1005
+ 0,
1006
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
1007
+ [
1008
+ [() => CreateConnectionBasicAuthRequestParameters, 0],
1009
+ [() => CreateConnectionOAuthRequestParameters, 0],
1010
+ [() => CreateConnectionApiKeyAuthRequestParameters, 0],
1011
+ [() => ConnectionHttpParameters, 0],
1012
+ () => ConnectivityResourceParameters,
1013
+ ],
1014
+ ];
1015
+ var CreateConnectionBasicAuthRequestParameters = [
1016
+ 3,
1017
+ n0,
1018
+ _CCBARP,
1019
+ 0,
1020
+ [_U, _P],
1021
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1022
+ ];
1023
+ var CreateConnectionOAuthClientRequestParameters = [
1024
+ 3,
1025
+ n0,
1026
+ _CCOACRP,
1027
+ 0,
1028
+ [_CID, _CSl],
1029
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1030
+ ];
1031
+ var CreateConnectionOAuthRequestParameters = [
1032
+ 3,
1033
+ n0,
1034
+ _CCOARP,
1035
+ 0,
1036
+ [_CPl, _AE, _HM, _OAHP],
1037
+ [[() => CreateConnectionOAuthClientRequestParameters, 0], 0, 0, [() => ConnectionHttpParameters, 0]],
1038
+ ];
1039
+ var CreateConnectionRequest = [
1040
+ 3,
1041
+ n0,
1042
+ _CCR,
1043
+ 0,
1044
+ [_N, _D, _AT, _APu, _ICP, _KKI],
1045
+ [0, 0, 0, [() => CreateConnectionAuthRequestParameters, 0], () => ConnectivityResourceParameters, 0],
1046
+ ];
1047
+ var CreateConnectionResponse = [3, n0, _CCRr, 0, [_CA, _CS, _CT, _LMT], [0, 0, 4, 4]];
1048
+ var CreateEndpointRequest = [
1049
+ 3,
1050
+ n0,
1051
+ _CER,
1052
+ 0,
1053
+ [_N, _D, _RC, _RCe, _EB, _RAo],
1054
+ [0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0],
1055
+ ];
1056
+ var CreateEndpointResponse = [
1057
+ 3,
1058
+ n0,
1059
+ _CERr,
1060
+ 0,
1061
+ [_N, _Ar, _RC, _RCe, _EB, _RAo, _St],
1062
+ [0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0, 0],
1063
+ ];
1064
+ var CreateEventBusRequest = [
1065
+ 3,
1066
+ n0,
1067
+ _CEBR,
1068
+ 0,
1069
+ [_N, _ESN, _D, _KKI, _DLC, _LC, _Ta],
1070
+ [0, 0, 0, 0, () => DeadLetterConfig, () => LogConfig, () => TagList],
1071
+ ];
1072
+ var CreateEventBusResponse = [
1073
+ 3,
1074
+ n0,
1075
+ _CEBRr,
1076
+ 0,
1077
+ [_EBA, _D, _KKI, _DLC, _LC],
1078
+ [0, 0, 0, () => DeadLetterConfig, () => LogConfig],
1079
+ ];
1080
+ var CreatePartnerEventSourceRequest = [3, n0, _CPESR, 0, [_N, _Ac], [0, 0]];
1081
+ var CreatePartnerEventSourceResponse = [3, n0, _CPESRr, 0, [_ESA], [0]];
1082
+ var DeactivateEventSourceRequest = [3, n0, _DESR, 0, [_N], [0]];
1083
+ var DeadLetterConfig = [3, n0, _DLC, 0, [_Ar], [0]];
1084
+ var DeauthorizeConnectionRequest = [3, n0, _DCR, 0, [_N], [0]];
1085
+ var DeauthorizeConnectionResponse = [
1086
+ 3,
1087
+ n0,
1088
+ _DCRe,
1089
+ 0,
1090
+ [_CA, _CS, _CT, _LMT, _LAT],
1091
+ [0, 0, 4, 4, 4],
1092
+ ];
1093
+ var DeleteApiDestinationRequest = [3, n0, _DADR, 0, [_N], [0]];
1094
+ var DeleteApiDestinationResponse = [3, n0, _DADRe, 0, [], []];
1095
+ var DeleteArchiveRequest = [3, n0, _DAR, 0, [_AN], [0]];
1096
+ var DeleteArchiveResponse = [3, n0, _DARe, 0, [], []];
1097
+ var DeleteConnectionRequest = [3, n0, _DCRel, 0, [_N], [0]];
1098
+ var DeleteConnectionResponse = [
1099
+ 3,
1100
+ n0,
1101
+ _DCRele,
1102
+ 0,
1103
+ [_CA, _CS, _CT, _LMT, _LAT],
1104
+ [0, 0, 4, 4, 4],
1105
+ ];
1106
+ var DeleteEndpointRequest = [3, n0, _DER, 0, [_N], [0]];
1107
+ var DeleteEndpointResponse = [3, n0, _DERe, 0, [], []];
1108
+ var DeleteEventBusRequest = [3, n0, _DEBR, 0, [_N], [0]];
1109
+ var DeletePartnerEventSourceRequest = [3, n0, _DPESR, 0, [_N, _Ac], [0, 0]];
1110
+ var DeleteRuleRequest = [3, n0, _DRR, 0, [_N, _EBN, _F], [0, 0, 2]];
1111
+ var DescribeApiDestinationRequest = [3, n0, _DADRes, 0, [_N], [0]];
1112
+ var DescribeApiDestinationResponse = [
1113
+ 3,
1114
+ n0,
1115
+ _DADResc,
1116
+ 0,
1117
+ [_ADA, _N, _D, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
1118
+ [0, 0, 0, 0, 0, 0, 0, 1, 4, 4],
1119
+ ];
1120
+ var DescribeArchiveRequest = [3, n0, _DARes, 0, [_AN], [0]];
1121
+ var DescribeArchiveResponse = [
1122
+ 3,
1123
+ n0,
1124
+ _DAResc,
1125
+ 0,
1126
+ [_AA, _AN, _ESA, _D, _EP, _St, _SR, _KKI, _RD, _SB, _EC, _CT],
1127
+ [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4],
1128
+ ];
1129
+ var DescribeConnectionConnectivityParameters = [
1130
+ 3,
1131
+ n0,
1132
+ _DCCP,
1133
+ 0,
1134
+ [_RP],
1135
+ [() => DescribeConnectionResourceParameters],
1136
+ ];
1137
+ var DescribeConnectionRequest = [3, n0, _DCRes, 0, [_N], [0]];
1138
+ var DescribeConnectionResourceParameters = [3, n0, _DCRP, 0, [_RCA, _RAA], [0, 0]];
1139
+ var DescribeConnectionResponse = [
1140
+ 3,
1141
+ n0,
1142
+ _DCResc,
1143
+ 0,
1144
+ [_CA, _N, _D, _ICP, _CS, _SR, _AT, _SA, _KKI, _APu, _CT, _LMT, _LAT],
1145
+ [
1146
+ 0,
1147
+ 0,
1148
+ 0,
1149
+ () => DescribeConnectionConnectivityParameters,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ 0,
1155
+ [() => ConnectionAuthResponseParameters, 0],
1156
+ 4,
1157
+ 4,
1158
+ 4,
1159
+ ],
1160
+ ];
1161
+ var DescribeEndpointRequest = [3, n0, _DERes, 0, [_N, _HR], [0, 0]];
1162
+ var DescribeEndpointResponse = [
1163
+ 3,
1164
+ n0,
1165
+ _DEResc,
1166
+ 0,
1167
+ [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1168
+ [0, 0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4],
1169
+ ];
1170
+ var DescribeEventBusRequest = [3, n0, _DEBRe, 0, [_N], [0]];
1171
+ var DescribeEventBusResponse = [
1172
+ 3,
1173
+ n0,
1174
+ _DEBRes,
1175
+ 0,
1176
+ [_N, _Ar, _D, _KKI, _DLC, _Po, _LC, _CT, _LMT],
1177
+ [0, 0, 0, 0, () => DeadLetterConfig, 0, () => LogConfig, 4, 4],
1178
+ ];
1179
+ var DescribeEventSourceRequest = [3, n0, _DESRe, 0, [_N], [0]];
1180
+ var DescribeEventSourceResponse = [
1181
+ 3,
1182
+ n0,
1183
+ _DESRes,
1184
+ 0,
1185
+ [_Ar, _CB, _CT, _ET, _N, _St],
1186
+ [0, 0, 4, 4, 0, 0],
1187
+ ];
1188
+ var DescribePartnerEventSourceRequest = [3, n0, _DPESRe, 0, [_N], [0]];
1189
+ var DescribePartnerEventSourceResponse = [3, n0, _DPESRes, 0, [_Ar, _N], [0, 0]];
1190
+ var DescribeReplayRequest = [3, n0, _DRRe, 0, [_RN], [0]];
1191
+ var DescribeReplayResponse = [
1192
+ 3,
1193
+ n0,
1194
+ _DRRes,
1195
+ 0,
1196
+ [_RN, _RA, _D, _St, _SR, _ESA, _De, _EST, _EET, _ELRT, _RST, _RET],
1197
+ [0, 0, 0, 0, 0, 0, () => ReplayDestination, 4, 4, 4, 4, 4],
1198
+ ];
1199
+ var DescribeRuleRequest = [3, n0, _DRResc, 0, [_N, _EBN], [0, 0]];
1200
+ var DescribeRuleResponse = [
1201
+ 3,
1202
+ n0,
1203
+ _DRRescr,
1204
+ 0,
1205
+ [_N, _Ar, _EP, _SE, _St, _D, _RAo, _MB, _EBN, _CB],
1206
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
1207
+ ];
1208
+ var DisableRuleRequest = [3, n0, _DRRi, 0, [_N, _EBN], [0, 0]];
1209
+ var EcsParameters = [
1210
+ 3,
1211
+ n0,
1212
+ _EPc,
1213
+ 0,
1214
+ [_TDA, _TC, _LT, _NC, _PV, _G, _CPS, _EECSMT, _EEC, _PC, _PS, _PT, _RI, _Ta],
1215
+ [
1216
+ 0,
1217
+ 1,
1218
+ 0,
1219
+ () => NetworkConfiguration,
1220
+ 0,
1221
+ 0,
1222
+ () => CapacityProviderStrategy,
1223
+ 2,
1224
+ 2,
1225
+ () => PlacementConstraints,
1226
+ () => PlacementStrategies,
1227
+ 0,
1228
+ 0,
1229
+ () => TagList,
1230
+ ],
1231
+ ];
1232
+ var EnableRuleRequest = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
1233
+ var Endpoint = [
1234
+ 3,
1235
+ n0,
1236
+ _E,
1237
+ 0,
1238
+ [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1239
+ [0, 0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4],
1240
+ ];
1241
+ var EndpointEventBus = [3, n0, _EEB, 0, [_EBA], [0]];
1242
+ var EventBus = [3, n0, _EBv, 0, [_N, _Ar, _D, _Po, _CT, _LMT], [0, 0, 0, 0, 4, 4]];
1243
+ var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _St], [0, 0, 4, 4, 0, 0]];
1244
+ var FailoverConfig = [3, n0, _FC, 0, [_Pr, _Se], [() => Primary, () => Secondary]];
1245
+ var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
1246
+ var IllegalStatusException = [
1247
+ -3,
1248
+ n0,
1249
+ _ISE,
1250
+ {
1251
+ [_e]: _c,
1252
+ },
1253
+ [_m],
1254
+ [0],
1255
+ ];
1256
+ schema.TypeRegistry.for(n0).registerError(IllegalStatusException, IllegalStatusException$1);
1257
+ var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
1258
+ var InternalException = [
1259
+ -3,
1260
+ n0,
1261
+ _IEn,
1262
+ {
1263
+ [_e]: _s,
1264
+ },
1265
+ [_m],
1266
+ [0],
1267
+ ];
1268
+ schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
1269
+ var InvalidEventPatternException = [
1270
+ -3,
1271
+ n0,
1272
+ _IEPE,
1273
+ {
1274
+ [_e]: _c,
1275
+ },
1276
+ [_m],
1277
+ [0],
1278
+ ];
1279
+ schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException, InvalidEventPatternException$1);
1280
+ var InvalidStateException = [
1281
+ -3,
1282
+ n0,
1283
+ _ISEn,
1284
+ {
1285
+ [_e]: _c,
1286
+ },
1287
+ [_m],
1288
+ [0],
1289
+ ];
1290
+ schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
1291
+ var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
1292
+ var LimitExceededException = [
1293
+ -3,
1294
+ n0,
1295
+ _LEE,
1296
+ {
1297
+ [_e]: _c,
1298
+ },
1299
+ [_m],
1300
+ [0],
1301
+ ];
1302
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1303
+ var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
1304
+ var ListApiDestinationsResponse = [
1305
+ 3,
1306
+ n0,
1307
+ _LADRi,
1308
+ 0,
1309
+ [_ADp, _NT],
1310
+ [() => ApiDestinationResponseList, 0],
1311
+ ];
1312
+ var ListArchivesRequest = [3, n0, _LAR, 0, [_NP, _ESA, _St, _NT, _L], [0, 0, 0, 0, 1]];
1313
+ var ListArchivesResponse = [3, n0, _LARi, 0, [_Arc, _NT], [() => ArchiveResponseList, 0]];
1314
+ var ListConnectionsRequest = [3, n0, _LCR, 0, [_NP, _CS, _NT, _L], [0, 0, 0, 1]];
1315
+ var ListConnectionsResponse = [
1316
+ 3,
1317
+ n0,
1318
+ _LCRi,
1319
+ 0,
1320
+ [_Con, _NT],
1321
+ [() => ConnectionResponseList, 0],
1322
+ ];
1323
+ var ListEndpointsRequest = [3, n0, _LER, 0, [_NP, _HR, _NT, _MR], [0, 0, 0, 1]];
1324
+ var ListEndpointsResponse = [3, n0, _LERi, 0, [_En, _NT], [() => EndpointList, 0]];
1325
+ var ListEventBusesRequest = [3, n0, _LEBR, 0, [_NP, _NT, _L], [0, 0, 1]];
1326
+ var ListEventBusesResponse = [3, n0, _LEBRi, 0, [_EB, _NT], [() => EventBusList, 0]];
1327
+ var ListEventSourcesRequest = [3, n0, _LESR, 0, [_NP, _NT, _L], [0, 0, 1]];
1328
+ var ListEventSourcesResponse = [
1329
+ 3,
1330
+ n0,
1331
+ _LESRi,
1332
+ 0,
1333
+ [_ESv, _NT],
1334
+ [() => EventSourceList, 0],
1335
+ ];
1336
+ var ListPartnerEventSourceAccountsRequest = [
1337
+ 3,
1338
+ n0,
1339
+ _LPESAR,
1340
+ 0,
1341
+ [_ESN, _NT, _L],
1342
+ [0, 0, 1],
1343
+ ];
1344
+ var ListPartnerEventSourceAccountsResponse = [
1345
+ 3,
1346
+ n0,
1347
+ _LPESARi,
1348
+ 0,
1349
+ [_PESA, _NT],
1350
+ [() => PartnerEventSourceAccountList, 0],
1351
+ ];
1352
+ var ListPartnerEventSourcesRequest = [3, n0, _LPESR, 0, [_NP, _NT, _L], [0, 0, 1]];
1353
+ var ListPartnerEventSourcesResponse = [
1354
+ 3,
1355
+ n0,
1356
+ _LPESRi,
1357
+ 0,
1358
+ [_PES, _NT],
1359
+ [() => PartnerEventSourceList, 0],
1360
+ ];
1361
+ var ListReplaysRequest = [3, n0, _LRR, 0, [_NP, _St, _ESA, _NT, _L], [0, 0, 0, 0, 1]];
1362
+ var ListReplaysResponse = [3, n0, _LRRi, 0, [_R, _NT], [() => ReplayList, 0]];
1363
+ var ListRuleNamesByTargetRequest = [
1364
+ 3,
1365
+ n0,
1366
+ _LRNBTR,
1367
+ 0,
1368
+ [_TA, _EBN, _NT, _L],
1369
+ [0, 0, 0, 1],
1370
+ ];
1371
+ var ListRuleNamesByTargetResponse = [3, n0, _LRNBTRi, 0, [_RNu, _NT], [64 | 0, 0]];
1372
+ var ListRulesRequest = [3, n0, _LRRis, 0, [_NP, _EBN, _NT, _L], [0, 0, 0, 1]];
1373
+ var ListRulesResponse = [3, n0, _LRRist, 0, [_Ru, _NT], [() => RuleResponseList, 0]];
1374
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
1375
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1376
+ var ListTargetsByRuleRequest = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
1377
+ var ListTargetsByRuleResponse = [
1378
+ 3,
1379
+ n0,
1380
+ _LTBRRi,
1381
+ 0,
1382
+ [_Tar, _NT],
1383
+ [[() => TargetList, 0], 0],
1384
+ ];
1385
+ var LogConfig = [3, n0, _LC, 0, [_ID, _Le], [0, 0]];
1386
+ var ManagedRuleException = [
1387
+ -3,
1388
+ n0,
1389
+ _MRE,
1390
+ {
1391
+ [_e]: _c,
1392
+ },
1393
+ [_m],
1394
+ [0],
1395
+ ];
1396
+ schema.TypeRegistry.for(n0).registerError(ManagedRuleException, ManagedRuleException$1);
1397
+ var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
1398
+ var OperationDisabledException = [
1399
+ -3,
1400
+ n0,
1401
+ _ODE,
1402
+ {
1403
+ [_e]: _c,
1404
+ },
1405
+ [_m],
1406
+ [0],
1407
+ ];
1408
+ schema.TypeRegistry.for(n0).registerError(OperationDisabledException, OperationDisabledException$1);
1409
+ var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
1410
+ var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _St], [0, 4, 4, 0]];
1411
+ var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
1412
+ var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
1413
+ var PolicyLengthExceededException = [
1414
+ -3,
1415
+ n0,
1416
+ _PLEE,
1417
+ {
1418
+ [_e]: _c,
1419
+ },
1420
+ [_m],
1421
+ [0],
1422
+ ];
1423
+ schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException, PolicyLengthExceededException$1);
1424
+ var Primary = [3, n0, _Pr, 0, [_HC], [0]];
1425
+ var PutEventsRequest = [
1426
+ 3,
1427
+ n0,
1428
+ _PER,
1429
+ 0,
1430
+ [_Ent, _EI],
1431
+ [() => PutEventsRequestEntryList, 0],
1432
+ ];
1433
+ var PutEventsRequestEntry = [
1434
+ 3,
1435
+ n0,
1436
+ _PERE,
1437
+ 0,
1438
+ [_Ti, _So, _Re, _DT, _Det, _EBN, _TH],
1439
+ [4, 0, 64 | 0, 0, 0, 0, 0],
1440
+ ];
1441
+ var PutEventsResponse = [
1442
+ 3,
1443
+ n0,
1444
+ _PERu,
1445
+ 0,
1446
+ [_FEC, _Ent],
1447
+ [1, () => PutEventsResultEntryList],
1448
+ ];
1449
+ var PutEventsResultEntry = [3, n0, _PEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
1450
+ var PutPartnerEventsRequest = [
1451
+ 3,
1452
+ n0,
1453
+ _PPER,
1454
+ 0,
1455
+ [_Ent],
1456
+ [() => PutPartnerEventsRequestEntryList],
1457
+ ];
1458
+ var PutPartnerEventsRequestEntry = [
1459
+ 3,
1460
+ n0,
1461
+ _PPERE,
1462
+ 0,
1463
+ [_Ti, _So, _Re, _DT, _Det],
1464
+ [4, 0, 64 | 0, 0, 0],
1465
+ ];
1466
+ var PutPartnerEventsResponse = [
1467
+ 3,
1468
+ n0,
1469
+ _PPERu,
1470
+ 0,
1471
+ [_FEC, _Ent],
1472
+ [1, () => PutPartnerEventsResultEntryList],
1473
+ ];
1474
+ var PutPartnerEventsResultEntry = [3, n0, _PPEREu, 0, [_EIv, _ECr, _EM], [0, 0, 0]];
1475
+ var PutPermissionRequest = [
1476
+ 3,
1477
+ n0,
1478
+ _PPR,
1479
+ 0,
1480
+ [_EBN, _Act, _Pri, _SI, _C, _Po],
1481
+ [0, 0, 0, 0, () => Condition, 0],
1482
+ ];
1483
+ var PutRuleRequest = [
1484
+ 3,
1485
+ n0,
1486
+ _PRR,
1487
+ 0,
1488
+ [_N, _SE, _EP, _St, _D, _RAo, _Ta, _EBN],
1489
+ [0, 0, 0, 0, 0, 0, () => TagList, 0],
1490
+ ];
1491
+ var PutRuleResponse = [3, n0, _PRRu, 0, [_RAu], [0]];
1492
+ var PutTargetsRequest = [
1493
+ 3,
1494
+ n0,
1495
+ _PTR,
1496
+ 0,
1497
+ [_Rul, _EBN, _Tar],
1498
+ [0, 0, [() => TargetList, 0]],
1499
+ ];
1500
+ var PutTargetsResponse = [
1501
+ 3,
1502
+ n0,
1503
+ _PTRu,
1504
+ 0,
1505
+ [_FEC, _FE],
1506
+ [1, () => PutTargetsResultEntryList],
1507
+ ];
1508
+ var PutTargetsResultEntry = [3, n0, _PTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
1509
+ var RedshiftDataParameters = [
1510
+ 3,
1511
+ n0,
1512
+ _RDP,
1513
+ 0,
1514
+ [_SMA, _Da, _DU, _S, _SN, _WE, _Sq],
1515
+ [0, 0, 0, [() => Sql, 0], 0, 2, [() => Sqls, 0]],
1516
+ ];
1517
+ var RemovePermissionRequest = [3, n0, _RPR, 0, [_SI, _RAP, _EBN], [0, 2, 0]];
1518
+ var RemoveTargetsRequest = [3, n0, _RTR, 0, [_Rul, _EBN, _I, _F], [0, 0, 64 | 0, 2]];
1519
+ var RemoveTargetsResponse = [
1520
+ 3,
1521
+ n0,
1522
+ _RTRe,
1523
+ 0,
1524
+ [_FEC, _FE],
1525
+ [1, () => RemoveTargetsResultEntryList],
1526
+ ];
1527
+ var RemoveTargetsResultEntry = [3, n0, _RTRE, 0, [_TI, _ECr, _EM], [0, 0, 0]];
1528
+ var Replay = [
1529
+ 3,
1530
+ n0,
1531
+ _Rep,
1532
+ 0,
1533
+ [_RN, _ESA, _St, _SR, _EST, _EET, _ELRT, _RST, _RET],
1534
+ [0, 0, 0, 0, 4, 4, 4, 4, 4],
1535
+ ];
1536
+ var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
1537
+ var ReplicationConfig = [3, n0, _RCe, 0, [_St], [0]];
1538
+ var ResourceAlreadyExistsException = [
1539
+ -3,
1540
+ n0,
1541
+ _RAEE,
1542
+ {
1543
+ [_e]: _c,
1544
+ },
1545
+ [_m],
1546
+ [0],
1547
+ ];
1548
+ schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1549
+ var ResourceNotFoundException = [
1550
+ -3,
1551
+ n0,
1552
+ _RNFE,
1553
+ {
1554
+ [_e]: _c,
1555
+ },
1556
+ [_m],
1557
+ [0],
1558
+ ];
1559
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1560
+ var RetryPolicy = [3, n0, _RPe, 0, [_MRA, _MEAIS], [1, 1]];
1561
+ var RoutingConfig = [3, n0, _RC, 0, [_FC], [() => FailoverConfig]];
1562
+ var Rule = [
1563
+ 3,
1564
+ n0,
1565
+ _Rul,
1566
+ 0,
1567
+ [_N, _Ar, _EP, _St, _D, _SE, _RAo, _MB, _EBN],
1568
+ [0, 0, 0, 0, 0, 0, 0, 0, 0],
1569
+ ];
1570
+ var RunCommandParameters = [3, n0, _RCP, 0, [_RCT], [() => RunCommandTargets]];
1571
+ var RunCommandTarget = [3, n0, _RCTu, 0, [_K, _Va], [0, 64 | 0]];
1572
+ var SageMakerPipelineParameter = [3, n0, _SMPP, 0, [_N, _V], [0, 0]];
1573
+ var SageMakerPipelineParameters = [
1574
+ 3,
1575
+ n0,
1576
+ _SMPPa,
1577
+ 0,
1578
+ [_PPL],
1579
+ [() => SageMakerPipelineParameterList],
1580
+ ];
1581
+ var Secondary = [3, n0, _Se, 0, [_Ro], [0]];
1582
+ var SqsParameters = [3, n0, _SP, 0, [_MGI], [0]];
1583
+ var StartReplayRequest = [
1584
+ 3,
1585
+ n0,
1586
+ _SRR,
1587
+ 0,
1588
+ [_RN, _D, _ESA, _EST, _EET, _De],
1589
+ [0, 0, 0, 4, 4, () => ReplayDestination],
1590
+ ];
1591
+ var StartReplayResponse = [3, n0, _SRRt, 0, [_RA, _St, _SR, _RST], [0, 0, 0, 4]];
1592
+ var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1593
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
1594
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1595
+ var Target = [
1596
+ 3,
1597
+ n0,
1598
+ _Targ,
1599
+ 0,
1600
+ [_Id, _Ar, _RAo, _In, _IP, _IT, _KP, _RCP, _EPc, _BP, _SP, _HPt, _RDP, _SMPPa, _DLC, _RPe, _ASP],
1601
+ [
1602
+ 0,
1603
+ 0,
1604
+ 0,
1605
+ 0,
1606
+ 0,
1607
+ () => InputTransformer,
1608
+ () => KinesisParameters,
1609
+ () => RunCommandParameters,
1610
+ () => EcsParameters,
1611
+ () => BatchParameters,
1612
+ () => SqsParameters,
1613
+ () => HttpParameters,
1614
+ [() => RedshiftDataParameters, 0],
1615
+ () => SageMakerPipelineParameters,
1616
+ () => DeadLetterConfig,
1617
+ () => RetryPolicy,
1618
+ [() => AppSyncParameters, 0],
1619
+ ],
1620
+ ];
1621
+ var TestEventPatternRequest = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
1622
+ var TestEventPatternResponse = [3, n0, _TEPRe, 0, [_Res], [2]];
1623
+ var ThrottlingException = [
1624
+ -3,
1625
+ n0,
1626
+ _TE,
1627
+ {
1628
+ [_e]: _c,
1629
+ },
1630
+ [_m],
1631
+ [0],
1632
+ ];
1633
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1634
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1635
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1636
+ var UpdateApiDestinationRequest = [
1637
+ 3,
1638
+ n0,
1639
+ _UADR,
1640
+ 0,
1641
+ [_N, _D, _CA, _IE, _HM, _IRLPS],
1642
+ [0, 0, 0, 0, 0, 1],
1643
+ ];
1644
+ var UpdateApiDestinationResponse = [
1645
+ 3,
1646
+ n0,
1647
+ _UADRp,
1648
+ 0,
1649
+ [_ADA, _ADS, _CT, _LMT],
1650
+ [0, 0, 4, 4],
1651
+ ];
1652
+ var UpdateArchiveRequest = [3, n0, _UAR, 0, [_AN, _D, _EP, _RD, _KKI], [0, 0, 0, 1, 0]];
1653
+ var UpdateArchiveResponse = [3, n0, _UARp, 0, [_AA, _St, _SR, _CT], [0, 0, 0, 4]];
1654
+ var UpdateConnectionApiKeyAuthRequestParameters = [
1655
+ 3,
1656
+ n0,
1657
+ _UCAKARP,
1658
+ 0,
1659
+ [_AKN, _AKV],
1660
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1661
+ ];
1662
+ var UpdateConnectionAuthRequestParameters = [
1663
+ 3,
1664
+ n0,
1665
+ _UCARP,
1666
+ 0,
1667
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
1668
+ [
1669
+ [() => UpdateConnectionBasicAuthRequestParameters, 0],
1670
+ [() => UpdateConnectionOAuthRequestParameters, 0],
1671
+ [() => UpdateConnectionApiKeyAuthRequestParameters, 0],
1672
+ [() => ConnectionHttpParameters, 0],
1673
+ () => ConnectivityResourceParameters,
1674
+ ],
1675
+ ];
1676
+ var UpdateConnectionBasicAuthRequestParameters = [
1677
+ 3,
1678
+ n0,
1679
+ _UCBARP,
1680
+ 0,
1681
+ [_U, _P],
1682
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1683
+ ];
1684
+ var UpdateConnectionOAuthClientRequestParameters = [
1685
+ 3,
1686
+ n0,
1687
+ _UCOACRP,
1688
+ 0,
1689
+ [_CID, _CSl],
1690
+ [0, [() => AuthHeaderParametersSensitive, 0]],
1691
+ ];
1692
+ var UpdateConnectionOAuthRequestParameters = [
1693
+ 3,
1694
+ n0,
1695
+ _UCOARP,
1696
+ 0,
1697
+ [_CPl, _AE, _HM, _OAHP],
1698
+ [[() => UpdateConnectionOAuthClientRequestParameters, 0], 0, 0, [() => ConnectionHttpParameters, 0]],
1699
+ ];
1700
+ var UpdateConnectionRequest = [
1701
+ 3,
1702
+ n0,
1703
+ _UCR,
1704
+ 0,
1705
+ [_N, _D, _AT, _APu, _ICP, _KKI],
1706
+ [0, 0, 0, [() => UpdateConnectionAuthRequestParameters, 0], () => ConnectivityResourceParameters, 0],
1707
+ ];
1708
+ var UpdateConnectionResponse = [
1709
+ 3,
1710
+ n0,
1711
+ _UCRp,
1712
+ 0,
1713
+ [_CA, _CS, _CT, _LMT, _LAT],
1714
+ [0, 0, 4, 4, 4],
1715
+ ];
1716
+ var UpdateEndpointRequest = [
1717
+ 3,
1718
+ n0,
1719
+ _UER,
1720
+ 0,
1721
+ [_N, _D, _RC, _RCe, _EB, _RAo],
1722
+ [0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0],
1723
+ ];
1724
+ var UpdateEndpointResponse = [
1725
+ 3,
1726
+ n0,
1727
+ _UERp,
1728
+ 0,
1729
+ [_N, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St],
1730
+ [0, 0, () => RoutingConfig, () => ReplicationConfig, () => EndpointEventBusList, 0, 0, 0, 0],
1731
+ ];
1732
+ var UpdateEventBusRequest = [
1733
+ 3,
1734
+ n0,
1735
+ _UEBR,
1736
+ 0,
1737
+ [_N, _KKI, _D, _DLC, _LC],
1738
+ [0, 0, 0, () => DeadLetterConfig, () => LogConfig],
1739
+ ];
1740
+ var UpdateEventBusResponse = [
1741
+ 3,
1742
+ n0,
1743
+ _UEBRp,
1744
+ 0,
1745
+ [_Ar, _N, _KKI, _D, _DLC, _LC],
1746
+ [0, 0, 0, 0, () => DeadLetterConfig, () => LogConfig],
1747
+ ];
1748
+ var __Unit = "unit";
1749
+ var EventBridgeServiceException = [-3, _sm, "EventBridgeServiceException", 0, [], []];
1750
+ schema.TypeRegistry.for(_sm).registerError(EventBridgeServiceException, EventBridgeServiceException$1);
1751
+ var ApiDestinationResponseList = [1, n0, _ADRL, 0, () => ApiDestination];
1752
+ var ArchiveResponseList = [1, n0, _ARL, 0, () => Archive];
1753
+ var CapacityProviderStrategy = [1, n0, _CPS, 0, () => CapacityProviderStrategyItem];
1754
+ var ConnectionBodyParametersList = [1, n0, _CBPL, 0, [() => ConnectionBodyParameter, 0]];
1755
+ var ConnectionHeaderParametersList = [1, n0, _CHPL, 0, [() => ConnectionHeaderParameter, 0]];
1756
+ var ConnectionQueryStringParametersList = [
1757
+ 1,
1758
+ n0,
1759
+ _CQSPL,
1760
+ 0,
1761
+ [() => ConnectionQueryStringParameter, 0],
1762
+ ];
1763
+ var ConnectionResponseList = [1, n0, _CRL, 0, () => Connection];
1764
+ var EndpointEventBusList = [1, n0, _EEBL, 0, () => EndpointEventBus];
1765
+ var EndpointList = [1, n0, _EL, 0, () => Endpoint];
1766
+ var EventBusList = [1, n0, _EBL, 0, () => EventBus];
1767
+ var EventSourceList = [1, n0, _ESL, 0, () => EventSource];
1768
+ var PartnerEventSourceAccountList = [1, n0, _PESAL, 0, () => PartnerEventSourceAccount];
1769
+ var PartnerEventSourceList = [1, n0, _PESL, 0, () => PartnerEventSource];
1770
+ var PlacementConstraints = [1, n0, _PC, 0, () => PlacementConstraint];
1771
+ var PlacementStrategies = [1, n0, _PSl, 0, () => PlacementStrategy];
1772
+ var PutEventsRequestEntryList = [1, n0, _PEREL, 0, () => PutEventsRequestEntry];
1773
+ var PutEventsResultEntryList = [1, n0, _PERELu, 0, () => PutEventsResultEntry];
1774
+ var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL, 0, () => PutPartnerEventsRequestEntry];
1775
+ var PutPartnerEventsResultEntryList = [1, n0, _PPERELu, 0, () => PutPartnerEventsResultEntry];
1776
+ var PutTargetsResultEntryList = [1, n0, _PTREL, 0, () => PutTargetsResultEntry];
1777
+ var RemoveTargetsResultEntryList = [1, n0, _RTREL, 0, () => RemoveTargetsResultEntry];
1778
+ var ReplayList = [1, n0, _RL, 0, () => Replay];
1779
+ var RuleResponseList = [1, n0, _RRL, 0, () => Rule];
1780
+ var RunCommandTargets = [1, n0, _RCT, 0, () => RunCommandTarget];
1781
+ var SageMakerPipelineParameterList = [1, n0, _SMPPL, 0, () => SageMakerPipelineParameter];
1782
+ var Sqls = [1, n0, _Sq, 8, [() => Sql, 0]];
1783
+ var TagList = [1, n0, _TL, 0, () => Tag];
1784
+ var TargetList = [1, n0, _TLa, 0, [() => Target, 0]];
1785
+ var ActivateEventSource = [
1786
+ 9,
1787
+ n0,
1788
+ _AES,
1789
+ 0,
1790
+ () => ActivateEventSourceRequest,
1791
+ () => __Unit,
1792
+ ];
1793
+ var CancelReplay = [9, n0, _CR, 0, () => CancelReplayRequest, () => CancelReplayResponse];
1794
+ var CreateApiDestination = [
1795
+ 9,
1796
+ n0,
1797
+ _CAD,
1798
+ 0,
1799
+ () => CreateApiDestinationRequest,
1800
+ () => CreateApiDestinationResponse,
1801
+ ];
1802
+ var CreateArchive = [
1803
+ 9,
1804
+ n0,
1805
+ _CAr,
1806
+ 0,
1807
+ () => CreateArchiveRequest,
1808
+ () => CreateArchiveResponse,
1809
+ ];
1810
+ var CreateConnection = [
1811
+ 9,
1812
+ n0,
1813
+ _CC,
1814
+ 0,
1815
+ () => CreateConnectionRequest,
1816
+ () => CreateConnectionResponse,
1817
+ ];
1818
+ var CreateEndpoint = [
1819
+ 9,
1820
+ n0,
1821
+ _CE,
1822
+ 0,
1823
+ () => CreateEndpointRequest,
1824
+ () => CreateEndpointResponse,
1825
+ ];
1826
+ var CreateEventBus = [
1827
+ 9,
1828
+ n0,
1829
+ _CEB,
1830
+ 0,
1831
+ () => CreateEventBusRequest,
1832
+ () => CreateEventBusResponse,
1833
+ ];
1834
+ var CreatePartnerEventSource = [
1835
+ 9,
1836
+ n0,
1837
+ _CPES,
1838
+ 0,
1839
+ () => CreatePartnerEventSourceRequest,
1840
+ () => CreatePartnerEventSourceResponse,
1841
+ ];
1842
+ var DeactivateEventSource = [
1843
+ 9,
1844
+ n0,
1845
+ _DES,
1846
+ 0,
1847
+ () => DeactivateEventSourceRequest,
1848
+ () => __Unit,
1849
+ ];
1850
+ var DeauthorizeConnection = [
1851
+ 9,
1852
+ n0,
1853
+ _DC,
1854
+ 0,
1855
+ () => DeauthorizeConnectionRequest,
1856
+ () => DeauthorizeConnectionResponse,
1857
+ ];
1858
+ var DeleteApiDestination = [
1859
+ 9,
1860
+ n0,
1861
+ _DAD,
1862
+ 0,
1863
+ () => DeleteApiDestinationRequest,
1864
+ () => DeleteApiDestinationResponse,
1865
+ ];
1866
+ var DeleteArchive = [
1867
+ 9,
1868
+ n0,
1869
+ _DA,
1870
+ 0,
1871
+ () => DeleteArchiveRequest,
1872
+ () => DeleteArchiveResponse,
1873
+ ];
1874
+ var DeleteConnection = [
1875
+ 9,
1876
+ n0,
1877
+ _DCe,
1878
+ 0,
1879
+ () => DeleteConnectionRequest,
1880
+ () => DeleteConnectionResponse,
1881
+ ];
1882
+ var DeleteEndpoint = [
1883
+ 9,
1884
+ n0,
1885
+ _DE,
1886
+ 0,
1887
+ () => DeleteEndpointRequest,
1888
+ () => DeleteEndpointResponse,
1889
+ ];
1890
+ var DeleteEventBus = [9, n0, _DEB, 0, () => DeleteEventBusRequest, () => __Unit];
1891
+ var DeletePartnerEventSource = [
1892
+ 9,
1893
+ n0,
1894
+ _DPES,
1895
+ 0,
1896
+ () => DeletePartnerEventSourceRequest,
1897
+ () => __Unit,
1898
+ ];
1899
+ var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest, () => __Unit];
1900
+ var DescribeApiDestination = [
1901
+ 9,
1902
+ n0,
1903
+ _DADe,
1904
+ 0,
1905
+ () => DescribeApiDestinationRequest,
1906
+ () => DescribeApiDestinationResponse,
1907
+ ];
1908
+ var DescribeArchive = [
1909
+ 9,
1910
+ n0,
1911
+ _DAe,
1912
+ 0,
1913
+ () => DescribeArchiveRequest,
1914
+ () => DescribeArchiveResponse,
1915
+ ];
1916
+ var DescribeConnection = [
1917
+ 9,
1918
+ n0,
1919
+ _DCes,
1920
+ 0,
1921
+ () => DescribeConnectionRequest,
1922
+ () => DescribeConnectionResponse,
1923
+ ];
1924
+ var DescribeEndpoint = [
1925
+ 9,
1926
+ n0,
1927
+ _DEe,
1928
+ 0,
1929
+ () => DescribeEndpointRequest,
1930
+ () => DescribeEndpointResponse,
1931
+ ];
1932
+ var DescribeEventBus = [
1933
+ 9,
1934
+ n0,
1935
+ _DEBe,
1936
+ 0,
1937
+ () => DescribeEventBusRequest,
1938
+ () => DescribeEventBusResponse,
1939
+ ];
1940
+ var DescribeEventSource = [
1941
+ 9,
1942
+ n0,
1943
+ _DESe,
1944
+ 0,
1945
+ () => DescribeEventSourceRequest,
1946
+ () => DescribeEventSourceResponse,
1947
+ ];
1948
+ var DescribePartnerEventSource = [
1949
+ 9,
1950
+ n0,
1951
+ _DPESe,
1952
+ 0,
1953
+ () => DescribePartnerEventSourceRequest,
1954
+ () => DescribePartnerEventSourceResponse,
1955
+ ];
1956
+ var DescribeReplay = [
1957
+ 9,
1958
+ n0,
1959
+ _DRe,
1960
+ 0,
1961
+ () => DescribeReplayRequest,
1962
+ () => DescribeReplayResponse,
1963
+ ];
1964
+ var DescribeRule = [
1965
+ 9,
1966
+ n0,
1967
+ _DRes,
1968
+ 0,
1969
+ () => DescribeRuleRequest,
1970
+ () => DescribeRuleResponse,
1971
+ ];
1972
+ var DisableRule = [9, n0, _DRi, 0, () => DisableRuleRequest, () => __Unit];
1973
+ var EnableRule = [9, n0, _ER, 0, () => EnableRuleRequest, () => __Unit];
1974
+ var ListApiDestinations = [
1975
+ 9,
1976
+ n0,
1977
+ _LAD,
1978
+ 0,
1979
+ () => ListApiDestinationsRequest,
1980
+ () => ListApiDestinationsResponse,
1981
+ ];
1982
+ var ListArchives = [9, n0, _LA, 0, () => ListArchivesRequest, () => ListArchivesResponse];
1983
+ var ListConnections = [
1984
+ 9,
1985
+ n0,
1986
+ _LCi,
1987
+ 0,
1988
+ () => ListConnectionsRequest,
1989
+ () => ListConnectionsResponse,
1990
+ ];
1991
+ var ListEndpoints = [
1992
+ 9,
1993
+ n0,
1994
+ _LE,
1995
+ 0,
1996
+ () => ListEndpointsRequest,
1997
+ () => ListEndpointsResponse,
1998
+ ];
1999
+ var ListEventBuses = [
2000
+ 9,
2001
+ n0,
2002
+ _LEB,
2003
+ 0,
2004
+ () => ListEventBusesRequest,
2005
+ () => ListEventBusesResponse,
2006
+ ];
2007
+ var ListEventSources = [
2008
+ 9,
2009
+ n0,
2010
+ _LES,
2011
+ 0,
2012
+ () => ListEventSourcesRequest,
2013
+ () => ListEventSourcesResponse,
2014
+ ];
2015
+ var ListPartnerEventSourceAccounts = [
2016
+ 9,
2017
+ n0,
2018
+ _LPESA,
2019
+ 0,
2020
+ () => ListPartnerEventSourceAccountsRequest,
2021
+ () => ListPartnerEventSourceAccountsResponse,
2022
+ ];
2023
+ var ListPartnerEventSources = [
2024
+ 9,
2025
+ n0,
2026
+ _LPES,
2027
+ 0,
2028
+ () => ListPartnerEventSourcesRequest,
2029
+ () => ListPartnerEventSourcesResponse,
2030
+ ];
2031
+ var ListReplays = [9, n0, _LR, 0, () => ListReplaysRequest, () => ListReplaysResponse];
2032
+ var ListRuleNamesByTarget = [
2033
+ 9,
2034
+ n0,
2035
+ _LRNBT,
2036
+ 0,
2037
+ () => ListRuleNamesByTargetRequest,
2038
+ () => ListRuleNamesByTargetResponse,
2039
+ ];
2040
+ var ListRules = [9, n0, _LRi, 0, () => ListRulesRequest, () => ListRulesResponse];
2041
+ var ListTagsForResource = [
2042
+ 9,
2043
+ n0,
2044
+ _LTFR,
2045
+ 0,
2046
+ () => ListTagsForResourceRequest,
2047
+ () => ListTagsForResourceResponse,
2048
+ ];
2049
+ var ListTargetsByRule = [
2050
+ 9,
2051
+ n0,
2052
+ _LTBR,
2053
+ 0,
2054
+ () => ListTargetsByRuleRequest,
2055
+ () => ListTargetsByRuleResponse,
2056
+ ];
2057
+ var PutEvents = [9, n0, _PE, 0, () => PutEventsRequest, () => PutEventsResponse];
2058
+ var PutPartnerEvents = [
2059
+ 9,
2060
+ n0,
2061
+ _PPE,
2062
+ 0,
2063
+ () => PutPartnerEventsRequest,
2064
+ () => PutPartnerEventsResponse,
2065
+ ];
2066
+ var PutPermission = [9, n0, _PP, 0, () => PutPermissionRequest, () => __Unit];
2067
+ var PutRule = [9, n0, _PR, 0, () => PutRuleRequest, () => PutRuleResponse];
2068
+ var PutTargets = [9, n0, _PTu, 0, () => PutTargetsRequest, () => PutTargetsResponse];
2069
+ var RemovePermission = [9, n0, _RPem, 0, () => RemovePermissionRequest, () => __Unit];
2070
+ var RemoveTargets = [
2071
+ 9,
2072
+ n0,
2073
+ _RT,
2074
+ 0,
2075
+ () => RemoveTargetsRequest,
2076
+ () => RemoveTargetsResponse,
2077
+ ];
2078
+ var StartReplay = [9, n0, _SRt, 0, () => StartReplayRequest, () => StartReplayResponse];
2079
+ var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2080
+ var TestEventPattern = [
2081
+ 9,
2082
+ n0,
2083
+ _TEP,
2084
+ 0,
2085
+ () => TestEventPatternRequest,
2086
+ () => TestEventPatternResponse,
2087
+ ];
2088
+ var UntagResource = [
2089
+ 9,
2090
+ n0,
2091
+ _UR,
2092
+ 0,
2093
+ () => UntagResourceRequest,
2094
+ () => UntagResourceResponse,
2095
+ ];
2096
+ var UpdateApiDestination = [
2097
+ 9,
2098
+ n0,
2099
+ _UAD,
2100
+ 0,
2101
+ () => UpdateApiDestinationRequest,
2102
+ () => UpdateApiDestinationResponse,
2103
+ ];
2104
+ var UpdateArchive = [
2105
+ 9,
2106
+ n0,
2107
+ _UA,
2108
+ 0,
2109
+ () => UpdateArchiveRequest,
2110
+ () => UpdateArchiveResponse,
2111
+ ];
2112
+ var UpdateConnection = [
2113
+ 9,
2114
+ n0,
2115
+ _UC,
2116
+ 0,
2117
+ () => UpdateConnectionRequest,
2118
+ () => UpdateConnectionResponse,
2119
+ ];
2120
+ var UpdateEndpoint = [
2121
+ 9,
2122
+ n0,
2123
+ _UE,
2124
+ 0,
2125
+ () => UpdateEndpointRequest,
2126
+ () => UpdateEndpointResponse,
2127
+ ];
2128
+ var UpdateEventBus = [
2129
+ 9,
2130
+ n0,
2131
+ _UEB,
2132
+ 0,
2133
+ () => UpdateEventBusRequest,
2134
+ () => UpdateEventBusResponse,
2135
+ ];
2229
2136
 
2230
2137
  class ActivateEventSourceCommand extends smithyClient.Command
2231
2138
  .classBuilder()
2232
2139
  .ep(commonParams)
2233
2140
  .m(function (Command, cs, config, o) {
2234
- return [
2235
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2236
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2237
- ];
2141
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2238
2142
  })
2239
2143
  .s("AWSEvents", "ActivateEventSource", {})
2240
2144
  .n("EventBridgeClient", "ActivateEventSourceCommand")
2241
- .f(void 0, void 0)
2242
- .ser(se_ActivateEventSourceCommand)
2243
- .de(de_ActivateEventSourceCommand)
2145
+ .sc(ActivateEventSource)
2244
2146
  .build() {
2245
2147
  }
2246
2148
 
@@ -2248,16 +2150,11 @@ class CancelReplayCommand extends smithyClient.Command
2248
2150
  .classBuilder()
2249
2151
  .ep(commonParams)
2250
2152
  .m(function (Command, cs, config, o) {
2251
- return [
2252
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2253
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2254
- ];
2153
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2255
2154
  })
2256
2155
  .s("AWSEvents", "CancelReplay", {})
2257
2156
  .n("EventBridgeClient", "CancelReplayCommand")
2258
- .f(void 0, void 0)
2259
- .ser(se_CancelReplayCommand)
2260
- .de(de_CancelReplayCommand)
2157
+ .sc(CancelReplay)
2261
2158
  .build() {
2262
2159
  }
2263
2160
 
@@ -2265,16 +2162,11 @@ class CreateApiDestinationCommand extends smithyClient.Command
2265
2162
  .classBuilder()
2266
2163
  .ep(commonParams)
2267
2164
  .m(function (Command, cs, config, o) {
2268
- return [
2269
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2270
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2271
- ];
2165
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2272
2166
  })
2273
2167
  .s("AWSEvents", "CreateApiDestination", {})
2274
2168
  .n("EventBridgeClient", "CreateApiDestinationCommand")
2275
- .f(void 0, void 0)
2276
- .ser(se_CreateApiDestinationCommand)
2277
- .de(de_CreateApiDestinationCommand)
2169
+ .sc(CreateApiDestination)
2278
2170
  .build() {
2279
2171
  }
2280
2172
 
@@ -2282,16 +2174,11 @@ class CreateArchiveCommand extends smithyClient.Command
2282
2174
  .classBuilder()
2283
2175
  .ep(commonParams)
2284
2176
  .m(function (Command, cs, config, o) {
2285
- return [
2286
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2287
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2288
- ];
2177
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2289
2178
  })
2290
2179
  .s("AWSEvents", "CreateArchive", {})
2291
2180
  .n("EventBridgeClient", "CreateArchiveCommand")
2292
- .f(void 0, void 0)
2293
- .ser(se_CreateArchiveCommand)
2294
- .de(de_CreateArchiveCommand)
2181
+ .sc(CreateArchive)
2295
2182
  .build() {
2296
2183
  }
2297
2184
 
@@ -2299,16 +2186,11 @@ class CreateConnectionCommand extends smithyClient.Command
2299
2186
  .classBuilder()
2300
2187
  .ep(commonParams)
2301
2188
  .m(function (Command, cs, config, o) {
2302
- return [
2303
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2304
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2305
- ];
2189
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2306
2190
  })
2307
2191
  .s("AWSEvents", "CreateConnection", {})
2308
2192
  .n("EventBridgeClient", "CreateConnectionCommand")
2309
- .f(CreateConnectionRequestFilterSensitiveLog, void 0)
2310
- .ser(se_CreateConnectionCommand)
2311
- .de(de_CreateConnectionCommand)
2193
+ .sc(CreateConnection)
2312
2194
  .build() {
2313
2195
  }
2314
2196
 
@@ -2316,16 +2198,11 @@ class CreateEndpointCommand extends smithyClient.Command
2316
2198
  .classBuilder()
2317
2199
  .ep(commonParams)
2318
2200
  .m(function (Command, cs, config, o) {
2319
- return [
2320
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2321
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2322
- ];
2201
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
2202
  })
2324
2203
  .s("AWSEvents", "CreateEndpoint", {})
2325
2204
  .n("EventBridgeClient", "CreateEndpointCommand")
2326
- .f(void 0, void 0)
2327
- .ser(se_CreateEndpointCommand)
2328
- .de(de_CreateEndpointCommand)
2205
+ .sc(CreateEndpoint)
2329
2206
  .build() {
2330
2207
  }
2331
2208
 
@@ -2333,16 +2210,11 @@ class CreateEventBusCommand extends smithyClient.Command
2333
2210
  .classBuilder()
2334
2211
  .ep(commonParams)
2335
2212
  .m(function (Command, cs, config, o) {
2336
- return [
2337
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2338
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2339
- ];
2213
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2340
2214
  })
2341
2215
  .s("AWSEvents", "CreateEventBus", {})
2342
2216
  .n("EventBridgeClient", "CreateEventBusCommand")
2343
- .f(void 0, void 0)
2344
- .ser(se_CreateEventBusCommand)
2345
- .de(de_CreateEventBusCommand)
2217
+ .sc(CreateEventBus)
2346
2218
  .build() {
2347
2219
  }
2348
2220
 
@@ -2350,16 +2222,11 @@ class CreatePartnerEventSourceCommand extends smithyClient.Command
2350
2222
  .classBuilder()
2351
2223
  .ep(commonParams)
2352
2224
  .m(function (Command, cs, config, o) {
2353
- return [
2354
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2355
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2356
- ];
2225
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2357
2226
  })
2358
2227
  .s("AWSEvents", "CreatePartnerEventSource", {})
2359
2228
  .n("EventBridgeClient", "CreatePartnerEventSourceCommand")
2360
- .f(void 0, void 0)
2361
- .ser(se_CreatePartnerEventSourceCommand)
2362
- .de(de_CreatePartnerEventSourceCommand)
2229
+ .sc(CreatePartnerEventSource)
2363
2230
  .build() {
2364
2231
  }
2365
2232
 
@@ -2367,16 +2234,11 @@ class DeactivateEventSourceCommand extends smithyClient.Command
2367
2234
  .classBuilder()
2368
2235
  .ep(commonParams)
2369
2236
  .m(function (Command, cs, config, o) {
2370
- return [
2371
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2372
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2373
- ];
2237
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2374
2238
  })
2375
2239
  .s("AWSEvents", "DeactivateEventSource", {})
2376
2240
  .n("EventBridgeClient", "DeactivateEventSourceCommand")
2377
- .f(void 0, void 0)
2378
- .ser(se_DeactivateEventSourceCommand)
2379
- .de(de_DeactivateEventSourceCommand)
2241
+ .sc(DeactivateEventSource)
2380
2242
  .build() {
2381
2243
  }
2382
2244
 
@@ -2384,16 +2246,11 @@ class DeauthorizeConnectionCommand extends smithyClient.Command
2384
2246
  .classBuilder()
2385
2247
  .ep(commonParams)
2386
2248
  .m(function (Command, cs, config, o) {
2387
- return [
2388
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2389
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2390
- ];
2249
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2391
2250
  })
2392
2251
  .s("AWSEvents", "DeauthorizeConnection", {})
2393
2252
  .n("EventBridgeClient", "DeauthorizeConnectionCommand")
2394
- .f(void 0, void 0)
2395
- .ser(se_DeauthorizeConnectionCommand)
2396
- .de(de_DeauthorizeConnectionCommand)
2253
+ .sc(DeauthorizeConnection)
2397
2254
  .build() {
2398
2255
  }
2399
2256
 
@@ -2401,16 +2258,11 @@ class DeleteApiDestinationCommand extends smithyClient.Command
2401
2258
  .classBuilder()
2402
2259
  .ep(commonParams)
2403
2260
  .m(function (Command, cs, config, o) {
2404
- return [
2405
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2406
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2407
- ];
2261
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2408
2262
  })
2409
2263
  .s("AWSEvents", "DeleteApiDestination", {})
2410
2264
  .n("EventBridgeClient", "DeleteApiDestinationCommand")
2411
- .f(void 0, void 0)
2412
- .ser(se_DeleteApiDestinationCommand)
2413
- .de(de_DeleteApiDestinationCommand)
2265
+ .sc(DeleteApiDestination)
2414
2266
  .build() {
2415
2267
  }
2416
2268
 
@@ -2418,16 +2270,11 @@ class DeleteArchiveCommand extends smithyClient.Command
2418
2270
  .classBuilder()
2419
2271
  .ep(commonParams)
2420
2272
  .m(function (Command, cs, config, o) {
2421
- return [
2422
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2423
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2424
- ];
2273
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
2274
  })
2426
2275
  .s("AWSEvents", "DeleteArchive", {})
2427
2276
  .n("EventBridgeClient", "DeleteArchiveCommand")
2428
- .f(void 0, void 0)
2429
- .ser(se_DeleteArchiveCommand)
2430
- .de(de_DeleteArchiveCommand)
2277
+ .sc(DeleteArchive)
2431
2278
  .build() {
2432
2279
  }
2433
2280
 
@@ -2435,16 +2282,11 @@ class DeleteConnectionCommand extends smithyClient.Command
2435
2282
  .classBuilder()
2436
2283
  .ep(commonParams)
2437
2284
  .m(function (Command, cs, config, o) {
2438
- return [
2439
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2440
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2441
- ];
2285
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2442
2286
  })
2443
2287
  .s("AWSEvents", "DeleteConnection", {})
2444
2288
  .n("EventBridgeClient", "DeleteConnectionCommand")
2445
- .f(void 0, void 0)
2446
- .ser(se_DeleteConnectionCommand)
2447
- .de(de_DeleteConnectionCommand)
2289
+ .sc(DeleteConnection)
2448
2290
  .build() {
2449
2291
  }
2450
2292
 
@@ -2452,16 +2294,11 @@ class DeleteEndpointCommand extends smithyClient.Command
2452
2294
  .classBuilder()
2453
2295
  .ep(commonParams)
2454
2296
  .m(function (Command, cs, config, o) {
2455
- return [
2456
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2457
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2458
- ];
2297
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2459
2298
  })
2460
2299
  .s("AWSEvents", "DeleteEndpoint", {})
2461
2300
  .n("EventBridgeClient", "DeleteEndpointCommand")
2462
- .f(void 0, void 0)
2463
- .ser(se_DeleteEndpointCommand)
2464
- .de(de_DeleteEndpointCommand)
2301
+ .sc(DeleteEndpoint)
2465
2302
  .build() {
2466
2303
  }
2467
2304
 
@@ -2469,16 +2306,11 @@ class DeleteEventBusCommand extends smithyClient.Command
2469
2306
  .classBuilder()
2470
2307
  .ep(commonParams)
2471
2308
  .m(function (Command, cs, config, o) {
2472
- return [
2473
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2474
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2475
- ];
2309
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2476
2310
  })
2477
2311
  .s("AWSEvents", "DeleteEventBus", {})
2478
2312
  .n("EventBridgeClient", "DeleteEventBusCommand")
2479
- .f(void 0, void 0)
2480
- .ser(se_DeleteEventBusCommand)
2481
- .de(de_DeleteEventBusCommand)
2313
+ .sc(DeleteEventBus)
2482
2314
  .build() {
2483
2315
  }
2484
2316
 
@@ -2486,16 +2318,11 @@ class DeletePartnerEventSourceCommand extends smithyClient.Command
2486
2318
  .classBuilder()
2487
2319
  .ep(commonParams)
2488
2320
  .m(function (Command, cs, config, o) {
2489
- return [
2490
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2491
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2492
- ];
2321
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2493
2322
  })
2494
2323
  .s("AWSEvents", "DeletePartnerEventSource", {})
2495
2324
  .n("EventBridgeClient", "DeletePartnerEventSourceCommand")
2496
- .f(void 0, void 0)
2497
- .ser(se_DeletePartnerEventSourceCommand)
2498
- .de(de_DeletePartnerEventSourceCommand)
2325
+ .sc(DeletePartnerEventSource)
2499
2326
  .build() {
2500
2327
  }
2501
2328
 
@@ -2503,16 +2330,11 @@ class DeleteRuleCommand extends smithyClient.Command
2503
2330
  .classBuilder()
2504
2331
  .ep(commonParams)
2505
2332
  .m(function (Command, cs, config, o) {
2506
- return [
2507
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2508
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2509
- ];
2333
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2510
2334
  })
2511
2335
  .s("AWSEvents", "DeleteRule", {})
2512
2336
  .n("EventBridgeClient", "DeleteRuleCommand")
2513
- .f(void 0, void 0)
2514
- .ser(se_DeleteRuleCommand)
2515
- .de(de_DeleteRuleCommand)
2337
+ .sc(DeleteRule)
2516
2338
  .build() {
2517
2339
  }
2518
2340
 
@@ -2520,16 +2342,11 @@ class DescribeApiDestinationCommand extends smithyClient.Command
2520
2342
  .classBuilder()
2521
2343
  .ep(commonParams)
2522
2344
  .m(function (Command, cs, config, o) {
2523
- return [
2524
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2525
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2526
- ];
2345
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2527
2346
  })
2528
2347
  .s("AWSEvents", "DescribeApiDestination", {})
2529
2348
  .n("EventBridgeClient", "DescribeApiDestinationCommand")
2530
- .f(void 0, void 0)
2531
- .ser(se_DescribeApiDestinationCommand)
2532
- .de(de_DescribeApiDestinationCommand)
2349
+ .sc(DescribeApiDestination)
2533
2350
  .build() {
2534
2351
  }
2535
2352
 
@@ -2537,16 +2354,11 @@ class DescribeArchiveCommand extends smithyClient.Command
2537
2354
  .classBuilder()
2538
2355
  .ep(commonParams)
2539
2356
  .m(function (Command, cs, config, o) {
2540
- return [
2541
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2542
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2543
- ];
2357
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2544
2358
  })
2545
2359
  .s("AWSEvents", "DescribeArchive", {})
2546
2360
  .n("EventBridgeClient", "DescribeArchiveCommand")
2547
- .f(void 0, void 0)
2548
- .ser(se_DescribeArchiveCommand)
2549
- .de(de_DescribeArchiveCommand)
2361
+ .sc(DescribeArchive)
2550
2362
  .build() {
2551
2363
  }
2552
2364
 
@@ -2554,16 +2366,11 @@ class DescribeConnectionCommand extends smithyClient.Command
2554
2366
  .classBuilder()
2555
2367
  .ep(commonParams)
2556
2368
  .m(function (Command, cs, config, o) {
2557
- return [
2558
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2559
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2560
- ];
2369
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2561
2370
  })
2562
2371
  .s("AWSEvents", "DescribeConnection", {})
2563
2372
  .n("EventBridgeClient", "DescribeConnectionCommand")
2564
- .f(void 0, DescribeConnectionResponseFilterSensitiveLog)
2565
- .ser(se_DescribeConnectionCommand)
2566
- .de(de_DescribeConnectionCommand)
2373
+ .sc(DescribeConnection)
2567
2374
  .build() {
2568
2375
  }
2569
2376
 
@@ -2571,16 +2378,11 @@ class DescribeEndpointCommand extends smithyClient.Command
2571
2378
  .classBuilder()
2572
2379
  .ep(commonParams)
2573
2380
  .m(function (Command, cs, config, o) {
2574
- return [
2575
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2576
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2577
- ];
2381
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2578
2382
  })
2579
2383
  .s("AWSEvents", "DescribeEndpoint", {})
2580
2384
  .n("EventBridgeClient", "DescribeEndpointCommand")
2581
- .f(void 0, void 0)
2582
- .ser(se_DescribeEndpointCommand)
2583
- .de(de_DescribeEndpointCommand)
2385
+ .sc(DescribeEndpoint)
2584
2386
  .build() {
2585
2387
  }
2586
2388
 
@@ -2588,16 +2390,11 @@ class DescribeEventBusCommand extends smithyClient.Command
2588
2390
  .classBuilder()
2589
2391
  .ep(commonParams)
2590
2392
  .m(function (Command, cs, config, o) {
2591
- return [
2592
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2593
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2594
- ];
2393
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2595
2394
  })
2596
2395
  .s("AWSEvents", "DescribeEventBus", {})
2597
2396
  .n("EventBridgeClient", "DescribeEventBusCommand")
2598
- .f(void 0, void 0)
2599
- .ser(se_DescribeEventBusCommand)
2600
- .de(de_DescribeEventBusCommand)
2397
+ .sc(DescribeEventBus)
2601
2398
  .build() {
2602
2399
  }
2603
2400
 
@@ -2605,16 +2402,11 @@ class DescribeEventSourceCommand extends smithyClient.Command
2605
2402
  .classBuilder()
2606
2403
  .ep(commonParams)
2607
2404
  .m(function (Command, cs, config, o) {
2608
- return [
2609
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2610
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2611
- ];
2405
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2612
2406
  })
2613
2407
  .s("AWSEvents", "DescribeEventSource", {})
2614
2408
  .n("EventBridgeClient", "DescribeEventSourceCommand")
2615
- .f(void 0, void 0)
2616
- .ser(se_DescribeEventSourceCommand)
2617
- .de(de_DescribeEventSourceCommand)
2409
+ .sc(DescribeEventSource)
2618
2410
  .build() {
2619
2411
  }
2620
2412
 
@@ -2622,16 +2414,11 @@ class DescribePartnerEventSourceCommand extends smithyClient.Command
2622
2414
  .classBuilder()
2623
2415
  .ep(commonParams)
2624
2416
  .m(function (Command, cs, config, o) {
2625
- return [
2626
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2627
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2628
- ];
2417
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
2418
  })
2630
2419
  .s("AWSEvents", "DescribePartnerEventSource", {})
2631
2420
  .n("EventBridgeClient", "DescribePartnerEventSourceCommand")
2632
- .f(void 0, void 0)
2633
- .ser(se_DescribePartnerEventSourceCommand)
2634
- .de(de_DescribePartnerEventSourceCommand)
2421
+ .sc(DescribePartnerEventSource)
2635
2422
  .build() {
2636
2423
  }
2637
2424
 
@@ -2639,16 +2426,11 @@ class DescribeReplayCommand extends smithyClient.Command
2639
2426
  .classBuilder()
2640
2427
  .ep(commonParams)
2641
2428
  .m(function (Command, cs, config, o) {
2642
- return [
2643
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2644
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2645
- ];
2429
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2646
2430
  })
2647
2431
  .s("AWSEvents", "DescribeReplay", {})
2648
2432
  .n("EventBridgeClient", "DescribeReplayCommand")
2649
- .f(void 0, void 0)
2650
- .ser(se_DescribeReplayCommand)
2651
- .de(de_DescribeReplayCommand)
2433
+ .sc(DescribeReplay)
2652
2434
  .build() {
2653
2435
  }
2654
2436
 
@@ -2656,16 +2438,11 @@ class DescribeRuleCommand extends smithyClient.Command
2656
2438
  .classBuilder()
2657
2439
  .ep(commonParams)
2658
2440
  .m(function (Command, cs, config, o) {
2659
- return [
2660
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2661
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2662
- ];
2441
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2663
2442
  })
2664
2443
  .s("AWSEvents", "DescribeRule", {})
2665
2444
  .n("EventBridgeClient", "DescribeRuleCommand")
2666
- .f(void 0, void 0)
2667
- .ser(se_DescribeRuleCommand)
2668
- .de(de_DescribeRuleCommand)
2445
+ .sc(DescribeRule)
2669
2446
  .build() {
2670
2447
  }
2671
2448
 
@@ -2673,16 +2450,11 @@ class DisableRuleCommand extends smithyClient.Command
2673
2450
  .classBuilder()
2674
2451
  .ep(commonParams)
2675
2452
  .m(function (Command, cs, config, o) {
2676
- return [
2677
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2678
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2679
- ];
2453
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2680
2454
  })
2681
2455
  .s("AWSEvents", "DisableRule", {})
2682
2456
  .n("EventBridgeClient", "DisableRuleCommand")
2683
- .f(void 0, void 0)
2684
- .ser(se_DisableRuleCommand)
2685
- .de(de_DisableRuleCommand)
2457
+ .sc(DisableRule)
2686
2458
  .build() {
2687
2459
  }
2688
2460
 
@@ -2690,16 +2462,11 @@ class EnableRuleCommand extends smithyClient.Command
2690
2462
  .classBuilder()
2691
2463
  .ep(commonParams)
2692
2464
  .m(function (Command, cs, config, o) {
2693
- return [
2694
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2695
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2696
- ];
2465
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2697
2466
  })
2698
2467
  .s("AWSEvents", "EnableRule", {})
2699
2468
  .n("EventBridgeClient", "EnableRuleCommand")
2700
- .f(void 0, void 0)
2701
- .ser(se_EnableRuleCommand)
2702
- .de(de_EnableRuleCommand)
2469
+ .sc(EnableRule)
2703
2470
  .build() {
2704
2471
  }
2705
2472
 
@@ -2707,16 +2474,11 @@ class ListApiDestinationsCommand extends smithyClient.Command
2707
2474
  .classBuilder()
2708
2475
  .ep(commonParams)
2709
2476
  .m(function (Command, cs, config, o) {
2710
- return [
2711
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2712
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2713
- ];
2477
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2714
2478
  })
2715
2479
  .s("AWSEvents", "ListApiDestinations", {})
2716
2480
  .n("EventBridgeClient", "ListApiDestinationsCommand")
2717
- .f(void 0, void 0)
2718
- .ser(se_ListApiDestinationsCommand)
2719
- .de(de_ListApiDestinationsCommand)
2481
+ .sc(ListApiDestinations)
2720
2482
  .build() {
2721
2483
  }
2722
2484
 
@@ -2724,16 +2486,11 @@ class ListArchivesCommand extends smithyClient.Command
2724
2486
  .classBuilder()
2725
2487
  .ep(commonParams)
2726
2488
  .m(function (Command, cs, config, o) {
2727
- return [
2728
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2729
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2730
- ];
2489
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2731
2490
  })
2732
2491
  .s("AWSEvents", "ListArchives", {})
2733
2492
  .n("EventBridgeClient", "ListArchivesCommand")
2734
- .f(void 0, void 0)
2735
- .ser(se_ListArchivesCommand)
2736
- .de(de_ListArchivesCommand)
2493
+ .sc(ListArchives)
2737
2494
  .build() {
2738
2495
  }
2739
2496
 
@@ -2741,16 +2498,11 @@ class ListConnectionsCommand extends smithyClient.Command
2741
2498
  .classBuilder()
2742
2499
  .ep(commonParams)
2743
2500
  .m(function (Command, cs, config, o) {
2744
- return [
2745
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2746
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2747
- ];
2501
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2748
2502
  })
2749
2503
  .s("AWSEvents", "ListConnections", {})
2750
2504
  .n("EventBridgeClient", "ListConnectionsCommand")
2751
- .f(void 0, void 0)
2752
- .ser(se_ListConnectionsCommand)
2753
- .de(de_ListConnectionsCommand)
2505
+ .sc(ListConnections)
2754
2506
  .build() {
2755
2507
  }
2756
2508
 
@@ -2758,16 +2510,11 @@ class ListEndpointsCommand extends smithyClient.Command
2758
2510
  .classBuilder()
2759
2511
  .ep(commonParams)
2760
2512
  .m(function (Command, cs, config, o) {
2761
- return [
2762
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2763
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2764
- ];
2513
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2765
2514
  })
2766
2515
  .s("AWSEvents", "ListEndpoints", {})
2767
2516
  .n("EventBridgeClient", "ListEndpointsCommand")
2768
- .f(void 0, void 0)
2769
- .ser(se_ListEndpointsCommand)
2770
- .de(de_ListEndpointsCommand)
2517
+ .sc(ListEndpoints)
2771
2518
  .build() {
2772
2519
  }
2773
2520
 
@@ -2775,16 +2522,11 @@ class ListEventBusesCommand extends smithyClient.Command
2775
2522
  .classBuilder()
2776
2523
  .ep(commonParams)
2777
2524
  .m(function (Command, cs, config, o) {
2778
- return [
2779
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2780
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2781
- ];
2525
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2782
2526
  })
2783
2527
  .s("AWSEvents", "ListEventBuses", {})
2784
2528
  .n("EventBridgeClient", "ListEventBusesCommand")
2785
- .f(void 0, void 0)
2786
- .ser(se_ListEventBusesCommand)
2787
- .de(de_ListEventBusesCommand)
2529
+ .sc(ListEventBuses)
2788
2530
  .build() {
2789
2531
  }
2790
2532
 
@@ -2792,16 +2534,11 @@ class ListEventSourcesCommand extends smithyClient.Command
2792
2534
  .classBuilder()
2793
2535
  .ep(commonParams)
2794
2536
  .m(function (Command, cs, config, o) {
2795
- return [
2796
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2797
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2798
- ];
2537
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2799
2538
  })
2800
2539
  .s("AWSEvents", "ListEventSources", {})
2801
2540
  .n("EventBridgeClient", "ListEventSourcesCommand")
2802
- .f(void 0, void 0)
2803
- .ser(se_ListEventSourcesCommand)
2804
- .de(de_ListEventSourcesCommand)
2541
+ .sc(ListEventSources)
2805
2542
  .build() {
2806
2543
  }
2807
2544
 
@@ -2809,16 +2546,11 @@ class ListPartnerEventSourceAccountsCommand extends smithyClient.Command
2809
2546
  .classBuilder()
2810
2547
  .ep(commonParams)
2811
2548
  .m(function (Command, cs, config, o) {
2812
- return [
2813
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2814
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2815
- ];
2549
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2816
2550
  })
2817
2551
  .s("AWSEvents", "ListPartnerEventSourceAccounts", {})
2818
2552
  .n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
2819
- .f(void 0, void 0)
2820
- .ser(se_ListPartnerEventSourceAccountsCommand)
2821
- .de(de_ListPartnerEventSourceAccountsCommand)
2553
+ .sc(ListPartnerEventSourceAccounts)
2822
2554
  .build() {
2823
2555
  }
2824
2556
 
@@ -2826,16 +2558,11 @@ class ListPartnerEventSourcesCommand extends smithyClient.Command
2826
2558
  .classBuilder()
2827
2559
  .ep(commonParams)
2828
2560
  .m(function (Command, cs, config, o) {
2829
- return [
2830
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2831
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2832
- ];
2561
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2833
2562
  })
2834
2563
  .s("AWSEvents", "ListPartnerEventSources", {})
2835
2564
  .n("EventBridgeClient", "ListPartnerEventSourcesCommand")
2836
- .f(void 0, void 0)
2837
- .ser(se_ListPartnerEventSourcesCommand)
2838
- .de(de_ListPartnerEventSourcesCommand)
2565
+ .sc(ListPartnerEventSources)
2839
2566
  .build() {
2840
2567
  }
2841
2568
 
@@ -2843,16 +2570,11 @@ class ListReplaysCommand extends smithyClient.Command
2843
2570
  .classBuilder()
2844
2571
  .ep(commonParams)
2845
2572
  .m(function (Command, cs, config, o) {
2846
- return [
2847
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2848
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2849
- ];
2573
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2850
2574
  })
2851
2575
  .s("AWSEvents", "ListReplays", {})
2852
2576
  .n("EventBridgeClient", "ListReplaysCommand")
2853
- .f(void 0, void 0)
2854
- .ser(se_ListReplaysCommand)
2855
- .de(de_ListReplaysCommand)
2577
+ .sc(ListReplays)
2856
2578
  .build() {
2857
2579
  }
2858
2580
 
@@ -2860,16 +2582,11 @@ class ListRuleNamesByTargetCommand extends smithyClient.Command
2860
2582
  .classBuilder()
2861
2583
  .ep(commonParams)
2862
2584
  .m(function (Command, cs, config, o) {
2863
- return [
2864
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2865
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2866
- ];
2585
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2867
2586
  })
2868
2587
  .s("AWSEvents", "ListRuleNamesByTarget", {})
2869
2588
  .n("EventBridgeClient", "ListRuleNamesByTargetCommand")
2870
- .f(void 0, void 0)
2871
- .ser(se_ListRuleNamesByTargetCommand)
2872
- .de(de_ListRuleNamesByTargetCommand)
2589
+ .sc(ListRuleNamesByTarget)
2873
2590
  .build() {
2874
2591
  }
2875
2592
 
@@ -2877,16 +2594,11 @@ class ListRulesCommand extends smithyClient.Command
2877
2594
  .classBuilder()
2878
2595
  .ep(commonParams)
2879
2596
  .m(function (Command, cs, config, o) {
2880
- return [
2881
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2882
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2883
- ];
2597
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2884
2598
  })
2885
2599
  .s("AWSEvents", "ListRules", {})
2886
2600
  .n("EventBridgeClient", "ListRulesCommand")
2887
- .f(void 0, void 0)
2888
- .ser(se_ListRulesCommand)
2889
- .de(de_ListRulesCommand)
2601
+ .sc(ListRules)
2890
2602
  .build() {
2891
2603
  }
2892
2604
 
@@ -2894,16 +2606,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2894
2606
  .classBuilder()
2895
2607
  .ep(commonParams)
2896
2608
  .m(function (Command, cs, config, o) {
2897
- return [
2898
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2899
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2900
- ];
2609
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2901
2610
  })
2902
2611
  .s("AWSEvents", "ListTagsForResource", {})
2903
2612
  .n("EventBridgeClient", "ListTagsForResourceCommand")
2904
- .f(void 0, void 0)
2905
- .ser(se_ListTagsForResourceCommand)
2906
- .de(de_ListTagsForResourceCommand)
2613
+ .sc(ListTagsForResource)
2907
2614
  .build() {
2908
2615
  }
2909
2616
 
@@ -2911,16 +2618,11 @@ class ListTargetsByRuleCommand extends smithyClient.Command
2911
2618
  .classBuilder()
2912
2619
  .ep(commonParams)
2913
2620
  .m(function (Command, cs, config, o) {
2914
- return [
2915
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2916
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2917
- ];
2621
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2918
2622
  })
2919
2623
  .s("AWSEvents", "ListTargetsByRule", {})
2920
2624
  .n("EventBridgeClient", "ListTargetsByRuleCommand")
2921
- .f(void 0, ListTargetsByRuleResponseFilterSensitiveLog)
2922
- .ser(se_ListTargetsByRuleCommand)
2923
- .de(de_ListTargetsByRuleCommand)
2625
+ .sc(ListTargetsByRule)
2924
2626
  .build() {
2925
2627
  }
2926
2628
 
@@ -2931,16 +2633,11 @@ class PutEventsCommand extends smithyClient.Command
2931
2633
  EndpointId: { type: "contextParams", name: "EndpointId" },
2932
2634
  })
2933
2635
  .m(function (Command, cs, config, o) {
2934
- return [
2935
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2936
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2937
- ];
2636
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2938
2637
  })
2939
2638
  .s("AWSEvents", "PutEvents", {})
2940
2639
  .n("EventBridgeClient", "PutEventsCommand")
2941
- .f(void 0, void 0)
2942
- .ser(se_PutEventsCommand)
2943
- .de(de_PutEventsCommand)
2640
+ .sc(PutEvents)
2944
2641
  .build() {
2945
2642
  }
2946
2643
 
@@ -2948,16 +2645,11 @@ class PutPartnerEventsCommand extends smithyClient.Command
2948
2645
  .classBuilder()
2949
2646
  .ep(commonParams)
2950
2647
  .m(function (Command, cs, config, o) {
2951
- return [
2952
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2953
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2954
- ];
2648
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2955
2649
  })
2956
2650
  .s("AWSEvents", "PutPartnerEvents", {})
2957
2651
  .n("EventBridgeClient", "PutPartnerEventsCommand")
2958
- .f(void 0, void 0)
2959
- .ser(se_PutPartnerEventsCommand)
2960
- .de(de_PutPartnerEventsCommand)
2652
+ .sc(PutPartnerEvents)
2961
2653
  .build() {
2962
2654
  }
2963
2655
 
@@ -2965,16 +2657,11 @@ class PutPermissionCommand extends smithyClient.Command
2965
2657
  .classBuilder()
2966
2658
  .ep(commonParams)
2967
2659
  .m(function (Command, cs, config, o) {
2968
- return [
2969
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2970
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2971
- ];
2660
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2972
2661
  })
2973
2662
  .s("AWSEvents", "PutPermission", {})
2974
2663
  .n("EventBridgeClient", "PutPermissionCommand")
2975
- .f(void 0, void 0)
2976
- .ser(se_PutPermissionCommand)
2977
- .de(de_PutPermissionCommand)
2664
+ .sc(PutPermission)
2978
2665
  .build() {
2979
2666
  }
2980
2667
 
@@ -2982,16 +2669,11 @@ class PutRuleCommand extends smithyClient.Command
2982
2669
  .classBuilder()
2983
2670
  .ep(commonParams)
2984
2671
  .m(function (Command, cs, config, o) {
2985
- return [
2986
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2987
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2988
- ];
2672
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2989
2673
  })
2990
2674
  .s("AWSEvents", "PutRule", {})
2991
2675
  .n("EventBridgeClient", "PutRuleCommand")
2992
- .f(void 0, void 0)
2993
- .ser(se_PutRuleCommand)
2994
- .de(de_PutRuleCommand)
2676
+ .sc(PutRule)
2995
2677
  .build() {
2996
2678
  }
2997
2679
 
@@ -2999,16 +2681,11 @@ class PutTargetsCommand extends smithyClient.Command
2999
2681
  .classBuilder()
3000
2682
  .ep(commonParams)
3001
2683
  .m(function (Command, cs, config, o) {
3002
- return [
3003
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3004
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3005
- ];
2684
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3006
2685
  })
3007
2686
  .s("AWSEvents", "PutTargets", {})
3008
2687
  .n("EventBridgeClient", "PutTargetsCommand")
3009
- .f(PutTargetsRequestFilterSensitiveLog, void 0)
3010
- .ser(se_PutTargetsCommand)
3011
- .de(de_PutTargetsCommand)
2688
+ .sc(PutTargets)
3012
2689
  .build() {
3013
2690
  }
3014
2691
 
@@ -3016,16 +2693,11 @@ class RemovePermissionCommand extends smithyClient.Command
3016
2693
  .classBuilder()
3017
2694
  .ep(commonParams)
3018
2695
  .m(function (Command, cs, config, o) {
3019
- return [
3020
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3021
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3022
- ];
2696
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3023
2697
  })
3024
2698
  .s("AWSEvents", "RemovePermission", {})
3025
2699
  .n("EventBridgeClient", "RemovePermissionCommand")
3026
- .f(void 0, void 0)
3027
- .ser(se_RemovePermissionCommand)
3028
- .de(de_RemovePermissionCommand)
2700
+ .sc(RemovePermission)
3029
2701
  .build() {
3030
2702
  }
3031
2703
 
@@ -3033,16 +2705,11 @@ class RemoveTargetsCommand extends smithyClient.Command
3033
2705
  .classBuilder()
3034
2706
  .ep(commonParams)
3035
2707
  .m(function (Command, cs, config, o) {
3036
- return [
3037
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3038
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3039
- ];
2708
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3040
2709
  })
3041
2710
  .s("AWSEvents", "RemoveTargets", {})
3042
2711
  .n("EventBridgeClient", "RemoveTargetsCommand")
3043
- .f(void 0, void 0)
3044
- .ser(se_RemoveTargetsCommand)
3045
- .de(de_RemoveTargetsCommand)
2712
+ .sc(RemoveTargets)
3046
2713
  .build() {
3047
2714
  }
3048
2715
 
@@ -3050,16 +2717,11 @@ class StartReplayCommand extends smithyClient.Command
3050
2717
  .classBuilder()
3051
2718
  .ep(commonParams)
3052
2719
  .m(function (Command, cs, config, o) {
3053
- return [
3054
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3055
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3056
- ];
2720
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3057
2721
  })
3058
2722
  .s("AWSEvents", "StartReplay", {})
3059
2723
  .n("EventBridgeClient", "StartReplayCommand")
3060
- .f(void 0, void 0)
3061
- .ser(se_StartReplayCommand)
3062
- .de(de_StartReplayCommand)
2724
+ .sc(StartReplay)
3063
2725
  .build() {
3064
2726
  }
3065
2727
 
@@ -3067,16 +2729,11 @@ class TagResourceCommand extends smithyClient.Command
3067
2729
  .classBuilder()
3068
2730
  .ep(commonParams)
3069
2731
  .m(function (Command, cs, config, o) {
3070
- return [
3071
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3072
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3073
- ];
2732
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3074
2733
  })
3075
2734
  .s("AWSEvents", "TagResource", {})
3076
2735
  .n("EventBridgeClient", "TagResourceCommand")
3077
- .f(void 0, void 0)
3078
- .ser(se_TagResourceCommand)
3079
- .de(de_TagResourceCommand)
2736
+ .sc(TagResource)
3080
2737
  .build() {
3081
2738
  }
3082
2739
 
@@ -3084,16 +2741,11 @@ class TestEventPatternCommand extends smithyClient.Command
3084
2741
  .classBuilder()
3085
2742
  .ep(commonParams)
3086
2743
  .m(function (Command, cs, config, o) {
3087
- return [
3088
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3089
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3090
- ];
2744
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3091
2745
  })
3092
2746
  .s("AWSEvents", "TestEventPattern", {})
3093
2747
  .n("EventBridgeClient", "TestEventPatternCommand")
3094
- .f(void 0, void 0)
3095
- .ser(se_TestEventPatternCommand)
3096
- .de(de_TestEventPatternCommand)
2748
+ .sc(TestEventPattern)
3097
2749
  .build() {
3098
2750
  }
3099
2751
 
@@ -3101,16 +2753,11 @@ class UntagResourceCommand extends smithyClient.Command
3101
2753
  .classBuilder()
3102
2754
  .ep(commonParams)
3103
2755
  .m(function (Command, cs, config, o) {
3104
- return [
3105
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3106
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3107
- ];
2756
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3108
2757
  })
3109
2758
  .s("AWSEvents", "UntagResource", {})
3110
2759
  .n("EventBridgeClient", "UntagResourceCommand")
3111
- .f(void 0, void 0)
3112
- .ser(se_UntagResourceCommand)
3113
- .de(de_UntagResourceCommand)
2760
+ .sc(UntagResource)
3114
2761
  .build() {
3115
2762
  }
3116
2763
 
@@ -3118,16 +2765,11 @@ class UpdateApiDestinationCommand extends smithyClient.Command
3118
2765
  .classBuilder()
3119
2766
  .ep(commonParams)
3120
2767
  .m(function (Command, cs, config, o) {
3121
- return [
3122
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3123
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3124
- ];
2768
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3125
2769
  })
3126
2770
  .s("AWSEvents", "UpdateApiDestination", {})
3127
2771
  .n("EventBridgeClient", "UpdateApiDestinationCommand")
3128
- .f(void 0, void 0)
3129
- .ser(se_UpdateApiDestinationCommand)
3130
- .de(de_UpdateApiDestinationCommand)
2772
+ .sc(UpdateApiDestination)
3131
2773
  .build() {
3132
2774
  }
3133
2775
 
@@ -3135,16 +2777,11 @@ class UpdateArchiveCommand extends smithyClient.Command
3135
2777
  .classBuilder()
3136
2778
  .ep(commonParams)
3137
2779
  .m(function (Command, cs, config, o) {
3138
- return [
3139
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3140
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3141
- ];
2780
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3142
2781
  })
3143
2782
  .s("AWSEvents", "UpdateArchive", {})
3144
2783
  .n("EventBridgeClient", "UpdateArchiveCommand")
3145
- .f(void 0, void 0)
3146
- .ser(se_UpdateArchiveCommand)
3147
- .de(de_UpdateArchiveCommand)
2784
+ .sc(UpdateArchive)
3148
2785
  .build() {
3149
2786
  }
3150
2787
 
@@ -3152,16 +2789,11 @@ class UpdateConnectionCommand extends smithyClient.Command
3152
2789
  .classBuilder()
3153
2790
  .ep(commonParams)
3154
2791
  .m(function (Command, cs, config, o) {
3155
- return [
3156
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3157
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3158
- ];
2792
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3159
2793
  })
3160
2794
  .s("AWSEvents", "UpdateConnection", {})
3161
2795
  .n("EventBridgeClient", "UpdateConnectionCommand")
3162
- .f(UpdateConnectionRequestFilterSensitiveLog, void 0)
3163
- .ser(se_UpdateConnectionCommand)
3164
- .de(de_UpdateConnectionCommand)
2796
+ .sc(UpdateConnection)
3165
2797
  .build() {
3166
2798
  }
3167
2799
 
@@ -3169,16 +2801,11 @@ class UpdateEndpointCommand extends smithyClient.Command
3169
2801
  .classBuilder()
3170
2802
  .ep(commonParams)
3171
2803
  .m(function (Command, cs, config, o) {
3172
- return [
3173
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3174
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3175
- ];
2804
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3176
2805
  })
3177
2806
  .s("AWSEvents", "UpdateEndpoint", {})
3178
2807
  .n("EventBridgeClient", "UpdateEndpointCommand")
3179
- .f(void 0, void 0)
3180
- .ser(se_UpdateEndpointCommand)
3181
- .de(de_UpdateEndpointCommand)
2808
+ .sc(UpdateEndpoint)
3182
2809
  .build() {
3183
2810
  }
3184
2811
 
@@ -3186,16 +2813,11 @@ class UpdateEventBusCommand extends smithyClient.Command
3186
2813
  .classBuilder()
3187
2814
  .ep(commonParams)
3188
2815
  .m(function (Command, cs, config, o) {
3189
- return [
3190
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3191
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3192
- ];
2816
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
2817
  })
3194
2818
  .s("AWSEvents", "UpdateEventBus", {})
3195
2819
  .n("EventBridgeClient", "UpdateEventBusCommand")
3196
- .f(void 0, void 0)
3197
- .ser(se_UpdateEventBusCommand)
3198
- .de(de_UpdateEventBusCommand)
2820
+ .sc(UpdateEventBus)
3199
2821
  .build() {
3200
2822
  }
3201
2823
 
@@ -3270,33 +2892,20 @@ Object.defineProperty(exports, "__Client", {
3270
2892
  enumerable: true,
3271
2893
  get: function () { return smithyClient.Client; }
3272
2894
  });
3273
- exports.AccessDeniedException = AccessDeniedException;
2895
+ exports.AccessDeniedException = AccessDeniedException$1;
3274
2896
  exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
3275
2897
  exports.ApiDestinationHttpMethod = ApiDestinationHttpMethod;
3276
2898
  exports.ApiDestinationState = ApiDestinationState;
3277
- exports.AppSyncParametersFilterSensitiveLog = AppSyncParametersFilterSensitiveLog;
3278
2899
  exports.ArchiveState = ArchiveState;
3279
2900
  exports.AssignPublicIp = AssignPublicIp;
3280
2901
  exports.CancelReplayCommand = CancelReplayCommand;
3281
- exports.ConcurrentModificationException = ConcurrentModificationException;
3282
- exports.ConnectionAuthResponseParametersFilterSensitiveLog = ConnectionAuthResponseParametersFilterSensitiveLog;
2902
+ exports.ConcurrentModificationException = ConcurrentModificationException$1;
3283
2903
  exports.ConnectionAuthorizationType = ConnectionAuthorizationType;
3284
- exports.ConnectionBodyParameterFilterSensitiveLog = ConnectionBodyParameterFilterSensitiveLog;
3285
- exports.ConnectionHeaderParameterFilterSensitiveLog = ConnectionHeaderParameterFilterSensitiveLog;
3286
- exports.ConnectionHttpParametersFilterSensitiveLog = ConnectionHttpParametersFilterSensitiveLog;
3287
2904
  exports.ConnectionOAuthHttpMethod = ConnectionOAuthHttpMethod;
3288
- exports.ConnectionOAuthResponseParametersFilterSensitiveLog = ConnectionOAuthResponseParametersFilterSensitiveLog;
3289
- exports.ConnectionQueryStringParameterFilterSensitiveLog = ConnectionQueryStringParameterFilterSensitiveLog;
3290
2905
  exports.ConnectionState = ConnectionState;
3291
2906
  exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
3292
2907
  exports.CreateArchiveCommand = CreateArchiveCommand;
3293
- exports.CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
3294
- exports.CreateConnectionAuthRequestParametersFilterSensitiveLog = CreateConnectionAuthRequestParametersFilterSensitiveLog;
3295
- exports.CreateConnectionBasicAuthRequestParametersFilterSensitiveLog = CreateConnectionBasicAuthRequestParametersFilterSensitiveLog;
3296
2908
  exports.CreateConnectionCommand = CreateConnectionCommand;
3297
- exports.CreateConnectionOAuthClientRequestParametersFilterSensitiveLog = CreateConnectionOAuthClientRequestParametersFilterSensitiveLog;
3298
- exports.CreateConnectionOAuthRequestParametersFilterSensitiveLog = CreateConnectionOAuthRequestParametersFilterSensitiveLog;
3299
- exports.CreateConnectionRequestFilterSensitiveLog = CreateConnectionRequestFilterSensitiveLog;
3300
2909
  exports.CreateEndpointCommand = CreateEndpointCommand;
3301
2910
  exports.CreateEventBusCommand = CreateEventBusCommand;
3302
2911
  exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
@@ -3312,7 +2921,6 @@ exports.DeleteRuleCommand = DeleteRuleCommand;
3312
2921
  exports.DescribeApiDestinationCommand = DescribeApiDestinationCommand;
3313
2922
  exports.DescribeArchiveCommand = DescribeArchiveCommand;
3314
2923
  exports.DescribeConnectionCommand = DescribeConnectionCommand;
3315
- exports.DescribeConnectionResponseFilterSensitiveLog = DescribeConnectionResponseFilterSensitiveLog;
3316
2924
  exports.DescribeEndpointCommand = DescribeEndpointCommand;
3317
2925
  exports.DescribeEventBusCommand = DescribeEventBusCommand;
3318
2926
  exports.DescribeEventSourceCommand = DescribeEventSourceCommand;
@@ -3324,16 +2932,16 @@ exports.EnableRuleCommand = EnableRuleCommand;
3324
2932
  exports.EndpointState = EndpointState;
3325
2933
  exports.EventBridge = EventBridge;
3326
2934
  exports.EventBridgeClient = EventBridgeClient;
3327
- exports.EventBridgeServiceException = EventBridgeServiceException;
2935
+ exports.EventBridgeServiceException = EventBridgeServiceException$1;
3328
2936
  exports.EventSourceState = EventSourceState;
3329
- exports.IllegalStatusException = IllegalStatusException;
2937
+ exports.IllegalStatusException = IllegalStatusException$1;
3330
2938
  exports.IncludeDetail = IncludeDetail;
3331
- exports.InternalException = InternalException;
3332
- exports.InvalidEventPatternException = InvalidEventPatternException;
3333
- exports.InvalidStateException = InvalidStateException;
2939
+ exports.InternalException = InternalException$1;
2940
+ exports.InvalidEventPatternException = InvalidEventPatternException$1;
2941
+ exports.InvalidStateException = InvalidStateException$1;
3334
2942
  exports.LaunchType = LaunchType;
3335
2943
  exports.Level = Level;
3336
- exports.LimitExceededException = LimitExceededException;
2944
+ exports.LimitExceededException = LimitExceededException$1;
3337
2945
  exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
3338
2946
  exports.ListArchivesCommand = ListArchivesCommand;
3339
2947
  exports.ListConnectionsCommand = ListConnectionsCommand;
@@ -3347,41 +2955,31 @@ exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
3347
2955
  exports.ListRulesCommand = ListRulesCommand;
3348
2956
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3349
2957
  exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
3350
- exports.ListTargetsByRuleResponseFilterSensitiveLog = ListTargetsByRuleResponseFilterSensitiveLog;
3351
- exports.ManagedRuleException = ManagedRuleException;
3352
- exports.OperationDisabledException = OperationDisabledException;
2958
+ exports.ManagedRuleException = ManagedRuleException$1;
2959
+ exports.OperationDisabledException = OperationDisabledException$1;
3353
2960
  exports.PlacementConstraintType = PlacementConstraintType;
3354
2961
  exports.PlacementStrategyType = PlacementStrategyType;
3355
- exports.PolicyLengthExceededException = PolicyLengthExceededException;
2962
+ exports.PolicyLengthExceededException = PolicyLengthExceededException$1;
3356
2963
  exports.PropagateTags = PropagateTags;
3357
2964
  exports.PutEventsCommand = PutEventsCommand;
3358
2965
  exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
3359
2966
  exports.PutPermissionCommand = PutPermissionCommand;
3360
2967
  exports.PutRuleCommand = PutRuleCommand;
3361
2968
  exports.PutTargetsCommand = PutTargetsCommand;
3362
- exports.PutTargetsRequestFilterSensitiveLog = PutTargetsRequestFilterSensitiveLog;
3363
- exports.RedshiftDataParametersFilterSensitiveLog = RedshiftDataParametersFilterSensitiveLog;
3364
2969
  exports.RemovePermissionCommand = RemovePermissionCommand;
3365
2970
  exports.RemoveTargetsCommand = RemoveTargetsCommand;
3366
2971
  exports.ReplayState = ReplayState;
3367
2972
  exports.ReplicationState = ReplicationState;
3368
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3369
- exports.ResourceNotFoundException = ResourceNotFoundException;
2973
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException$1;
2974
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
3370
2975
  exports.RuleState = RuleState;
3371
2976
  exports.StartReplayCommand = StartReplayCommand;
3372
2977
  exports.TagResourceCommand = TagResourceCommand;
3373
- exports.TargetFilterSensitiveLog = TargetFilterSensitiveLog;
3374
2978
  exports.TestEventPatternCommand = TestEventPatternCommand;
3375
- exports.ThrottlingException = ThrottlingException;
2979
+ exports.ThrottlingException = ThrottlingException$1;
3376
2980
  exports.UntagResourceCommand = UntagResourceCommand;
3377
2981
  exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
3378
2982
  exports.UpdateArchiveCommand = UpdateArchiveCommand;
3379
- exports.UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog = UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog;
3380
- exports.UpdateConnectionAuthRequestParametersFilterSensitiveLog = UpdateConnectionAuthRequestParametersFilterSensitiveLog;
3381
- exports.UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog = UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog;
3382
2983
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
3383
- exports.UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog = UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog;
3384
- exports.UpdateConnectionOAuthRequestParametersFilterSensitiveLog = UpdateConnectionOAuthRequestParametersFilterSensitiveLog;
3385
- exports.UpdateConnectionRequestFilterSensitiveLog = UpdateConnectionRequestFilterSensitiveLog;
3386
2984
  exports.UpdateEndpointCommand = UpdateEndpointCommand;
3387
2985
  exports.UpdateEventBusCommand = UpdateEventBusCommand;