@aws-sdk/client-eventbridge 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var EventBridgeServiceException = require('./models/EventBridgeServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -111,1845 +114,6 @@ class EventBridgeClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class EventBridgeServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, EventBridgeServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends EventBridgeServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class ConcurrentModificationException extends EventBridgeServiceException {
134
- name = "ConcurrentModificationException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "ConcurrentModificationException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
143
- }
144
- }
145
- class InternalException extends EventBridgeServiceException {
146
- name = "InternalException";
147
- $fault = "server";
148
- constructor(opts) {
149
- super({
150
- name: "InternalException",
151
- $fault: "server",
152
- ...opts,
153
- });
154
- Object.setPrototypeOf(this, InternalException.prototype);
155
- }
156
- }
157
- class InvalidStateException extends EventBridgeServiceException {
158
- name = "InvalidStateException";
159
- $fault = "client";
160
- constructor(opts) {
161
- super({
162
- name: "InvalidStateException",
163
- $fault: "client",
164
- ...opts,
165
- });
166
- Object.setPrototypeOf(this, InvalidStateException.prototype);
167
- }
168
- }
169
- class OperationDisabledException extends EventBridgeServiceException {
170
- name = "OperationDisabledException";
171
- $fault = "client";
172
- constructor(opts) {
173
- super({
174
- name: "OperationDisabledException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- Object.setPrototypeOf(this, OperationDisabledException.prototype);
179
- }
180
- }
181
- class ResourceNotFoundException extends EventBridgeServiceException {
182
- name = "ResourceNotFoundException";
183
- $fault = "client";
184
- constructor(opts) {
185
- super({
186
- name: "ResourceNotFoundException",
187
- $fault: "client",
188
- ...opts,
189
- });
190
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
191
- }
192
- }
193
- class IllegalStatusException extends EventBridgeServiceException {
194
- name = "IllegalStatusException";
195
- $fault = "client";
196
- constructor(opts) {
197
- super({
198
- name: "IllegalStatusException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, IllegalStatusException.prototype);
203
- }
204
- }
205
- class LimitExceededException extends EventBridgeServiceException {
206
- name = "LimitExceededException";
207
- $fault = "client";
208
- constructor(opts) {
209
- super({
210
- name: "LimitExceededException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, LimitExceededException.prototype);
215
- }
216
- }
217
- class ResourceAlreadyExistsException extends EventBridgeServiceException {
218
- name = "ResourceAlreadyExistsException";
219
- $fault = "client";
220
- constructor(opts) {
221
- super({
222
- name: "ResourceAlreadyExistsException",
223
- $fault: "client",
224
- ...opts,
225
- });
226
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
227
- }
228
- }
229
- class InvalidEventPatternException extends EventBridgeServiceException {
230
- name = "InvalidEventPatternException";
231
- $fault = "client";
232
- constructor(opts) {
233
- super({
234
- name: "InvalidEventPatternException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
239
- }
240
- }
241
- class ThrottlingException extends EventBridgeServiceException {
242
- name = "ThrottlingException";
243
- $fault = "client";
244
- constructor(opts) {
245
- super({
246
- name: "ThrottlingException",
247
- $fault: "client",
248
- ...opts,
249
- });
250
- Object.setPrototypeOf(this, ThrottlingException.prototype);
251
- }
252
- }
253
- class ManagedRuleException extends EventBridgeServiceException {
254
- name = "ManagedRuleException";
255
- $fault = "client";
256
- constructor(opts) {
257
- super({
258
- name: "ManagedRuleException",
259
- $fault: "client",
260
- ...opts,
261
- });
262
- Object.setPrototypeOf(this, ManagedRuleException.prototype);
263
- }
264
- }
265
- class PolicyLengthExceededException extends EventBridgeServiceException {
266
- name = "PolicyLengthExceededException";
267
- $fault = "client";
268
- constructor(opts) {
269
- super({
270
- name: "PolicyLengthExceededException",
271
- $fault: "client",
272
- ...opts,
273
- });
274
- Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
275
- }
276
- }
277
-
278
- const _A = "Archive";
279
- const _AA = "ArchiveArn";
280
- const _AD = "ApiDestination";
281
- const _ADA = "ApiDestinationArn";
282
- const _ADE = "AccessDeniedException";
283
- const _ADRL = "ApiDestinationResponseList";
284
- const _ADS = "ApiDestinationState";
285
- const _ADp = "ApiDestinations";
286
- const _AE = "AuthorizationEndpoint";
287
- const _AES = "ActivateEventSource";
288
- const _AESR = "ActivateEventSourceRequest";
289
- const _AHPS = "AuthHeaderParametersSensitive";
290
- const _AKAP = "ApiKeyAuthParameters";
291
- const _AKN = "ApiKeyName";
292
- const _AKV = "ApiKeyValue";
293
- const _AN = "ArchiveName";
294
- const _AP = "ArrayProperties";
295
- const _API = "AssignPublicIp";
296
- const _APu = "AuthParameters";
297
- const _ARL = "ArchiveResponseList";
298
- const _ASP = "AppSyncParameters";
299
- const _AT = "AuthorizationType";
300
- const _AVC = "AwsVpcConfiguration";
301
- const _Ac = "Account";
302
- const _Act = "Action";
303
- const _Ar = "Arn";
304
- const _Arc = "Archives";
305
- const _At = "Attempts";
306
- const _BAP = "BatchArrayProperties";
307
- const _BAPa = "BasicAuthParameters";
308
- const _BP = "BatchParameters";
309
- const _BPo = "BodyParameters";
310
- const _BRS = "BatchRetryStrategy";
311
- const _C = "Condition";
312
- const _CA = "ConnectionArn";
313
- const _CAD = "CreateApiDestination";
314
- const _CADR = "CreateApiDestinationRequest";
315
- const _CADRr = "CreateApiDestinationResponse";
316
- const _CAKARP = "ConnectionApiKeyAuthResponseParameters";
317
- const _CAR = "CreateArchiveRequest";
318
- const _CARP = "ConnectionAuthResponseParameters";
319
- const _CARr = "CreateArchiveResponse";
320
- const _CAr = "CreateArchive";
321
- const _CB = "CreatedBy";
322
- const _CBARP = "ConnectionBasicAuthResponseParameters";
323
- const _CBP = "ConnectionBodyParameter";
324
- const _CBPL = "ConnectionBodyParametersList";
325
- const _CC = "CreateConnection";
326
- const _CCAKARP = "CreateConnectionApiKeyAuthRequestParameters";
327
- const _CCARP = "CreateConnectionAuthRequestParameters";
328
- const _CCBARP = "CreateConnectionBasicAuthRequestParameters";
329
- const _CCOACRP = "CreateConnectionOAuthClientRequestParameters";
330
- const _CCOARP = "CreateConnectionOAuthRequestParameters";
331
- const _CCR = "CreateConnectionRequest";
332
- const _CCRr = "CreateConnectionResponse";
333
- const _CE = "CreateEndpoint";
334
- const _CEB = "CreateEventBus";
335
- const _CEBR = "CreateEventBusRequest";
336
- const _CEBRr = "CreateEventBusResponse";
337
- const _CER = "CreateEndpointRequest";
338
- const _CERr = "CreateEndpointResponse";
339
- const _CHP = "ConnectionHeaderParameter";
340
- const _CHPL = "ConnectionHeaderParametersList";
341
- const _CHPo = "ConnectionHttpParameters";
342
- const _CID = "ClientID";
343
- const _CME = "ConcurrentModificationException";
344
- const _COACRP = "ConnectionOAuthClientResponseParameters";
345
- const _COARP = "ConnectionOAuthResponseParameters";
346
- const _CP = "ConnectivityParameters";
347
- const _CPES = "CreatePartnerEventSource";
348
- const _CPESR = "CreatePartnerEventSourceRequest";
349
- const _CPESRr = "CreatePartnerEventSourceResponse";
350
- const _CPS = "CapacityProviderStrategy";
351
- const _CPSI = "CapacityProviderStrategyItem";
352
- const _CPl = "ClientParameters";
353
- const _CQSP = "ConnectionQueryStringParameter";
354
- const _CQSPL = "ConnectionQueryStringParametersList";
355
- const _CR = "CancelReplay";
356
- const _CRCA = "ConnectivityResourceConfigurationArn";
357
- const _CRL = "ConnectionResponseList";
358
- const _CRP = "ConnectivityResourceParameters";
359
- const _CRR = "CancelReplayRequest";
360
- const _CRRa = "CancelReplayResponse";
361
- const _CS = "ConnectionState";
362
- const _CSl = "ClientSecret";
363
- const _CT = "CreationTime";
364
- const _Co = "Connection";
365
- const _Con = "Connections";
366
- const _D = "Description";
367
- const _DA = "DeleteArchive";
368
- const _DAD = "DeleteApiDestination";
369
- const _DADR = "DeleteApiDestinationRequest";
370
- const _DADRe = "DeleteApiDestinationResponse";
371
- const _DADRes = "DescribeApiDestinationRequest";
372
- const _DADResc = "DescribeApiDestinationResponse";
373
- const _DADe = "DescribeApiDestination";
374
- const _DAR = "DeleteArchiveRequest";
375
- const _DARe = "DeleteArchiveResponse";
376
- const _DARes = "DescribeArchiveRequest";
377
- const _DAResc = "DescribeArchiveResponse";
378
- const _DAe = "DescribeArchive";
379
- const _DC = "DeauthorizeConnection";
380
- const _DCCP = "DescribeConnectionConnectivityParameters";
381
- const _DCR = "DeauthorizeConnectionRequest";
382
- const _DCRP = "DescribeConnectionResourceParameters";
383
- const _DCRe = "DeauthorizeConnectionResponse";
384
- const _DCRel = "DeleteConnectionRequest";
385
- const _DCRele = "DeleteConnectionResponse";
386
- const _DCRes = "DescribeConnectionRequest";
387
- const _DCResc = "DescribeConnectionResponse";
388
- const _DCe = "DeleteConnection";
389
- const _DCes = "DescribeConnection";
390
- const _DE = "DeleteEndpoint";
391
- const _DEB = "DeleteEventBus";
392
- const _DEBR = "DeleteEventBusRequest";
393
- const _DEBRe = "DescribeEventBusRequest";
394
- const _DEBRes = "DescribeEventBusResponse";
395
- const _DEBe = "DescribeEventBus";
396
- const _DER = "DeleteEndpointRequest";
397
- const _DERe = "DeleteEndpointResponse";
398
- const _DERes = "DescribeEndpointRequest";
399
- const _DEResc = "DescribeEndpointResponse";
400
- const _DES = "DeactivateEventSource";
401
- const _DESR = "DeactivateEventSourceRequest";
402
- const _DESRe = "DescribeEventSourceRequest";
403
- const _DESRes = "DescribeEventSourceResponse";
404
- const _DESe = "DescribeEventSource";
405
- const _DEe = "DescribeEndpoint";
406
- const _DLC = "DeadLetterConfig";
407
- const _DPES = "DeletePartnerEventSource";
408
- const _DPESR = "DeletePartnerEventSourceRequest";
409
- const _DPESRe = "DescribePartnerEventSourceRequest";
410
- const _DPESRes = "DescribePartnerEventSourceResponse";
411
- const _DPESe = "DescribePartnerEventSource";
412
- const _DR = "DeleteRule";
413
- const _DRR = "DeleteRuleRequest";
414
- const _DRRe = "DescribeReplayRequest";
415
- const _DRRes = "DescribeReplayResponse";
416
- const _DRResc = "DescribeRuleRequest";
417
- const _DRRescr = "DescribeRuleResponse";
418
- const _DRRi = "DisableRuleRequest";
419
- const _DRe = "DescribeReplay";
420
- const _DRes = "DescribeRule";
421
- const _DRi = "DisableRule";
422
- const _DT = "DetailType";
423
- const _DU = "DbUser";
424
- const _Da = "Database";
425
- const _De = "Destination";
426
- const _Det = "Detail";
427
- const _E = "Endpoint";
428
- const _EB = "EventBuses";
429
- const _EBA = "EventBusArn";
430
- const _EBL = "EventBusList";
431
- const _EBN = "EventBusName";
432
- const _EBv = "EventBus";
433
- const _EC = "EventCount";
434
- const _ECr = "ErrorCode";
435
- const _EEB = "EndpointEventBus";
436
- const _EEBL = "EndpointEventBusList";
437
- const _EEC = "EnableExecuteCommand";
438
- const _EECSMT = "EnableECSManagedTags";
439
- const _EET = "EventEndTime";
440
- const _EI = "EndpointId";
441
- const _EIv = "EventId";
442
- const _EL = "EndpointList";
443
- const _ELRT = "EventLastReplayedTime";
444
- const _EM = "ErrorMessage";
445
- const _EP = "EventPattern";
446
- const _EPc = "EcsParameters";
447
- const _ER = "EnableRule";
448
- const _ERR = "EnableRuleRequest";
449
- const _ES = "EventSource";
450
- const _ESA = "EventSourceArn";
451
- const _ESL = "EventSourceList";
452
- const _ESN = "EventSourceName";
453
- const _EST = "EventStartTime";
454
- const _ESv = "EventSources";
455
- const _ET = "ExpirationTime";
456
- const _EU = "EndpointUrl";
457
- const _En = "Endpoints";
458
- const _Ent = "Entries";
459
- const _Ev = "Event";
460
- const _F = "Force";
461
- const _FA = "FilterArns";
462
- const _FC = "FailoverConfig";
463
- const _FE = "FailedEntries";
464
- const _FEC = "FailedEntryCount";
465
- const _G = "Group";
466
- const _GQLO = "GraphQLOperation";
467
- const _HC = "HealthCheck";
468
- const _HM = "HttpMethod";
469
- const _HP = "HeaderParameters";
470
- const _HPt = "HttpParameters";
471
- const _HR = "HomeRegion";
472
- const _HVS = "HeaderValueSensitive";
473
- const _I = "Ids";
474
- const _ICP = "InvocationConnectivityParameters";
475
- const _ID = "IncludeDetail";
476
- const _IE = "InvocationEndpoint";
477
- const _IEPE = "InvalidEventPatternException";
478
- const _IEn = "InternalException";
479
- const _IHP = "InvocationHttpParameters";
480
- const _IP = "InputPath";
481
- const _IPM = "InputPathsMap";
482
- const _IRLPS = "InvocationRateLimitPerSecond";
483
- const _ISE = "IllegalStatusException";
484
- const _ISEn = "InvalidStateException";
485
- const _IT = "InputTransformer";
486
- const _ITn = "InputTemplate";
487
- const _IVS = "IsValueSecret";
488
- const _Id = "Id";
489
- const _In = "Input";
490
- const _JD = "JobDefinition";
491
- const _JN = "JobName";
492
- const _K = "Key";
493
- const _KKI = "KmsKeyIdentifier";
494
- const _KP = "KinesisParameters";
495
- const _L = "Limit";
496
- const _LA = "ListArchives";
497
- const _LAD = "ListApiDestinations";
498
- const _LADR = "ListApiDestinationsRequest";
499
- const _LADRi = "ListApiDestinationsResponse";
500
- const _LAR = "ListArchivesRequest";
501
- const _LARi = "ListArchivesResponse";
502
- const _LAT = "LastAuthorizedTime";
503
- const _LC = "LogConfig";
504
- const _LCR = "ListConnectionsRequest";
505
- const _LCRi = "ListConnectionsResponse";
506
- const _LCi = "ListConnections";
507
- const _LE = "ListEndpoints";
508
- const _LEB = "ListEventBuses";
509
- const _LEBR = "ListEventBusesRequest";
510
- const _LEBRi = "ListEventBusesResponse";
511
- const _LEE = "LimitExceededException";
512
- const _LER = "ListEndpointsRequest";
513
- const _LERi = "ListEndpointsResponse";
514
- const _LES = "ListEventSources";
515
- const _LESR = "ListEventSourcesRequest";
516
- const _LESRi = "ListEventSourcesResponse";
517
- const _LMT = "LastModifiedTime";
518
- const _LPES = "ListPartnerEventSources";
519
- const _LPESA = "ListPartnerEventSourceAccounts";
520
- const _LPESAR = "ListPartnerEventSourceAccountsRequest";
521
- const _LPESARi = "ListPartnerEventSourceAccountsResponse";
522
- const _LPESR = "ListPartnerEventSourcesRequest";
523
- const _LPESRi = "ListPartnerEventSourcesResponse";
524
- const _LR = "ListReplays";
525
- const _LRNBT = "ListRuleNamesByTarget";
526
- const _LRNBTR = "ListRuleNamesByTargetRequest";
527
- const _LRNBTRi = "ListRuleNamesByTargetResponse";
528
- const _LRR = "ListReplaysRequest";
529
- const _LRRi = "ListReplaysResponse";
530
- const _LRRis = "ListRulesRequest";
531
- const _LRRist = "ListRulesResponse";
532
- const _LRi = "ListRules";
533
- const _LT = "LaunchType";
534
- const _LTBR = "ListTargetsByRule";
535
- const _LTBRR = "ListTargetsByRuleRequest";
536
- const _LTBRRi = "ListTargetsByRuleResponse";
537
- const _LTFR = "ListTagsForResource";
538
- const _LTFRR = "ListTagsForResourceRequest";
539
- const _LTFRRi = "ListTagsForResourceResponse";
540
- const _Le = "Level";
541
- const _MB = "ManagedBy";
542
- const _MEAIS = "MaximumEventAgeInSeconds";
543
- const _MGI = "MessageGroupId";
544
- const _MR = "MaxResults";
545
- const _MRA = "MaximumRetryAttempts";
546
- const _MRE = "ManagedRuleException";
547
- const _N = "Name";
548
- const _NC = "NetworkConfiguration";
549
- const _NP = "NamePrefix";
550
- const _NT = "NextToken";
551
- const _OAHP = "OAuthHttpParameters";
552
- const _OAP = "OAuthParameters";
553
- const _ODE = "OperationDisabledException";
554
- const _P = "Password";
555
- const _PC = "PlacementConstraints";
556
- const _PCl = "PlacementConstraint";
557
- const _PE = "PutEvents";
558
- const _PER = "PutEventsRequest";
559
- const _PERE = "PutEventsRequestEntry";
560
- const _PEREL = "PutEventsRequestEntryList";
561
- const _PERELu = "PutEventsResultEntryList";
562
- const _PEREu = "PutEventsResultEntry";
563
- const _PERu = "PutEventsResponse";
564
- const _PES = "PartnerEventSources";
565
- const _PESA = "PartnerEventSourceAccounts";
566
- const _PESAL = "PartnerEventSourceAccountList";
567
- const _PESAa = "PartnerEventSourceAccount";
568
- const _PESL = "PartnerEventSourceList";
569
- const _PESa = "PartnerEventSource";
570
- const _PKP = "PartitionKeyPath";
571
- const _PLEE = "PolicyLengthExceededException";
572
- const _PP = "PutPermission";
573
- const _PPE = "PutPartnerEvents";
574
- const _PPER = "PutPartnerEventsRequest";
575
- const _PPERE = "PutPartnerEventsRequestEntry";
576
- const _PPEREL = "PutPartnerEventsRequestEntryList";
577
- const _PPERELu = "PutPartnerEventsResultEntryList";
578
- const _PPEREu = "PutPartnerEventsResultEntry";
579
- const _PPERu = "PutPartnerEventsResponse";
580
- const _PPL = "PipelineParameterList";
581
- const _PPR = "PutPermissionRequest";
582
- const _PPV = "PathParameterValues";
583
- const _PR = "PutRule";
584
- const _PRR = "PutRuleRequest";
585
- const _PRRu = "PutRuleResponse";
586
- const _PS = "PlacementStrategy";
587
- const _PSl = "PlacementStrategies";
588
- const _PT = "PropagateTags";
589
- const _PTR = "PutTargetsRequest";
590
- const _PTRE = "PutTargetsResultEntry";
591
- const _PTREL = "PutTargetsResultEntryList";
592
- const _PTRu = "PutTargetsResponse";
593
- const _PTu = "PutTargets";
594
- const _PV = "PlatformVersion";
595
- const _Po = "Policy";
596
- const _Pr = "Primary";
597
- const _Pri = "Principal";
598
- const _QSP = "QueryStringParameters";
599
- const _QSVS = "QueryStringValueSensitive";
600
- const _R = "Replays";
601
- const _RA = "ReplayArn";
602
- const _RAA = "ResourceAssociationArn";
603
- const _RAEE = "ResourceAlreadyExistsException";
604
- const _RAP = "RemoveAllPermissions";
605
- const _RARN = "ResourceARN";
606
- const _RAo = "RoleArn";
607
- const _RAu = "RuleArn";
608
- const _RC = "RoutingConfig";
609
- const _RCA = "ResourceConfigurationArn";
610
- const _RCP = "RunCommandParameters";
611
- const _RCT = "RunCommandTargets";
612
- const _RCTu = "RunCommandTarget";
613
- const _RCe = "ReplicationConfig";
614
- const _RD = "RetentionDays";
615
- const _RDP = "RedshiftDataParameters";
616
- const _RDe = "ReplayDestination";
617
- const _RET = "ReplayEndTime";
618
- const _RI = "ReferenceId";
619
- const _RL = "ReplayList";
620
- const _RN = "ReplayName";
621
- const _RNFE = "ResourceNotFoundException";
622
- const _RNu = "RuleNames";
623
- const _RP = "ResourceParameters";
624
- const _RPR = "RemovePermissionRequest";
625
- const _RPe = "RetryPolicy";
626
- const _RPem = "RemovePermission";
627
- const _RRL = "RuleResponseList";
628
- const _RS = "RetryStrategy";
629
- const _RST = "ReplayStartTime";
630
- const _RT = "RemoveTargets";
631
- const _RTR = "RemoveTargetsRequest";
632
- const _RTRE = "RemoveTargetsResultEntry";
633
- const _RTREL = "RemoveTargetsResultEntryList";
634
- const _RTRe = "RemoveTargetsResponse";
635
- const _Re = "Resources";
636
- const _Rep = "Replay";
637
- const _Res = "Result";
638
- const _Ro = "Route";
639
- const _Ru = "Rules";
640
- const _Rul = "Rule";
641
- const _S = "Sql";
642
- const _SA = "SecretArn";
643
- const _SB = "SizeBytes";
644
- const _SE = "ScheduleExpression";
645
- const _SG = "SecurityGroups";
646
- const _SI = "StatementId";
647
- const _SMA = "SecretManagerArn";
648
- const _SMPP = "SageMakerPipelineParameter";
649
- const _SMPPL = "SageMakerPipelineParameterList";
650
- const _SMPPa = "SageMakerPipelineParameters";
651
- const _SN = "StatementName";
652
- const _SP = "SqsParameters";
653
- const _SR = "StateReason";
654
- const _SRR = "StartReplayRequest";
655
- const _SRRt = "StartReplayResponse";
656
- const _SRt = "StartReplay";
657
- const _SS = "SensitiveString";
658
- const _Se = "Secondary";
659
- const _Si = "Size";
660
- const _So = "Source";
661
- const _Sq = "Sqls";
662
- const _St = "State";
663
- const _Su = "Subnets";
664
- const _T = "Type";
665
- const _TA = "TargetArn";
666
- const _TC = "TaskCount";
667
- const _TDA = "TaskDefinitionArn";
668
- const _TE = "ThrottlingException";
669
- const _TEP = "TestEventPattern";
670
- const _TEPR = "TestEventPatternRequest";
671
- const _TEPRe = "TestEventPatternResponse";
672
- const _TH = "TraceHeader";
673
- const _TI = "TargetId";
674
- const _TK = "TagKeys";
675
- const _TL = "TagList";
676
- const _TLa = "TargetList";
677
- const _TR = "TagResource";
678
- const _TRR = "TagResourceRequest";
679
- const _TRRa = "TagResourceResponse";
680
- const _Ta = "Tags";
681
- const _Tag = "Tag";
682
- const _Tar = "Targets";
683
- const _Targ = "Target";
684
- const _Ti = "Time";
685
- const _U = "Username";
686
- const _UA = "UpdateArchive";
687
- const _UAD = "UpdateApiDestination";
688
- const _UADR = "UpdateApiDestinationRequest";
689
- const _UADRp = "UpdateApiDestinationResponse";
690
- const _UAR = "UpdateArchiveRequest";
691
- const _UARp = "UpdateArchiveResponse";
692
- const _UC = "UpdateConnection";
693
- const _UCAKARP = "UpdateConnectionApiKeyAuthRequestParameters";
694
- const _UCARP = "UpdateConnectionAuthRequestParameters";
695
- const _UCBARP = "UpdateConnectionBasicAuthRequestParameters";
696
- const _UCOACRP = "UpdateConnectionOAuthClientRequestParameters";
697
- const _UCOARP = "UpdateConnectionOAuthRequestParameters";
698
- const _UCR = "UpdateConnectionRequest";
699
- const _UCRp = "UpdateConnectionResponse";
700
- const _UE = "UpdateEndpoint";
701
- const _UEB = "UpdateEventBus";
702
- const _UEBR = "UpdateEventBusRequest";
703
- const _UEBRp = "UpdateEventBusResponse";
704
- const _UER = "UpdateEndpointRequest";
705
- const _UERp = "UpdateEndpointResponse";
706
- const _UR = "UntagResource";
707
- const _URR = "UntagResourceRequest";
708
- const _URRn = "UntagResourceResponse";
709
- const _V = "Value";
710
- const _Va = "Values";
711
- const _WE = "WithEvent";
712
- const _aC = "awsvpcConfiguration";
713
- const _b = "base";
714
- const _c = "client";
715
- const _cP = "capacityProvider";
716
- const _e = "error";
717
- const _ex = "expression";
718
- const _f = "field";
719
- const _m = "message";
720
- const _s = "server";
721
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eventbridge";
722
- const _t = "type";
723
- const _w = "weight";
724
- const n0 = "com.amazonaws.eventbridge";
725
- var AuthHeaderParametersSensitive = [0, n0, _AHPS, 8, 0];
726
- var GraphQLOperation = [0, n0, _GQLO, 8, 0];
727
- var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
728
- var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
729
- var SensitiveString = [0, n0, _SS, 8, 0];
730
- var Sql = [0, n0, _S, 8, 0];
731
- var AccessDeniedException$ = [-3, n0, _ADE,
732
- { [_e]: _c },
733
- [_m],
734
- [0]
735
- ];
736
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
737
- var ActivateEventSourceRequest$ = [3, n0, _AESR,
738
- 0,
739
- [_N],
740
- [0], 1
741
- ];
742
- var ApiDestination$ = [3, n0, _AD,
743
- 0,
744
- [_ADA, _N, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
745
- [0, 0, 0, 0, 0, 0, 1, 4, 4]
746
- ];
747
- var AppSyncParameters$ = [3, n0, _ASP,
748
- 0,
749
- [_GQLO],
750
- [[() => GraphQLOperation, 0]]
751
- ];
752
- var Archive$ = [3, n0, _A,
753
- 0,
754
- [_AN, _ESA, _St, _SR, _RD, _SB, _EC, _CT],
755
- [0, 0, 0, 0, 1, 1, 1, 4]
756
- ];
757
- var AwsVpcConfiguration$ = [3, n0, _AVC,
758
- 0,
759
- [_Su, _SG, _API],
760
- [64 | 0, 64 | 0, 0], 1
761
- ];
762
- var BatchArrayProperties$ = [3, n0, _BAP,
763
- 0,
764
- [_Si],
765
- [1]
766
- ];
767
- var BatchParameters$ = [3, n0, _BP,
768
- 0,
769
- [_JD, _JN, _AP, _RS],
770
- [0, 0, () => BatchArrayProperties$, () => BatchRetryStrategy$], 2
771
- ];
772
- var BatchRetryStrategy$ = [3, n0, _BRS,
773
- 0,
774
- [_At],
775
- [1]
776
- ];
777
- var CancelReplayRequest$ = [3, n0, _CRR,
778
- 0,
779
- [_RN],
780
- [0], 1
781
- ];
782
- var CancelReplayResponse$ = [3, n0, _CRRa,
783
- 0,
784
- [_RA, _St, _SR],
785
- [0, 0, 0]
786
- ];
787
- var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
788
- 0,
789
- [_cP, _w, _b],
790
- [0, 1, 1], 1
791
- ];
792
- var ConcurrentModificationException$ = [-3, n0, _CME,
793
- { [_e]: _c },
794
- [_m],
795
- [0]
796
- ];
797
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
798
- var Condition$ = [3, n0, _C,
799
- 0,
800
- [_T, _K, _V],
801
- [0, 0, 0], 3
802
- ];
803
- var Connection$ = [3, n0, _Co,
804
- 0,
805
- [_CA, _N, _CS, _SR, _AT, _CT, _LMT, _LAT],
806
- [0, 0, 0, 0, 0, 4, 4, 4]
807
- ];
808
- var ConnectionApiKeyAuthResponseParameters$ = [3, n0, _CAKARP,
809
- 0,
810
- [_AKN],
811
- [0]
812
- ];
813
- var ConnectionAuthResponseParameters$ = [3, n0, _CARP,
814
- 0,
815
- [_BAPa, _OAP, _AKAP, _IHP, _CP],
816
- [() => ConnectionBasicAuthResponseParameters$, [() => ConnectionOAuthResponseParameters$, 0], () => ConnectionApiKeyAuthResponseParameters$, [() => ConnectionHttpParameters$, 0], () => DescribeConnectionConnectivityParameters$]
817
- ];
818
- var ConnectionBasicAuthResponseParameters$ = [3, n0, _CBARP,
819
- 0,
820
- [_U],
821
- [0]
822
- ];
823
- var ConnectionBodyParameter$ = [3, n0, _CBP,
824
- 0,
825
- [_K, _V, _IVS],
826
- [0, [() => SensitiveString, 0], 2]
827
- ];
828
- var ConnectionHeaderParameter$ = [3, n0, _CHP,
829
- 0,
830
- [_K, _V, _IVS],
831
- [0, [() => HeaderValueSensitive, 0], 2]
832
- ];
833
- var ConnectionHttpParameters$ = [3, n0, _CHPo,
834
- 0,
835
- [_HP, _QSP, _BPo],
836
- [[() => ConnectionHeaderParametersList, 0], [() => ConnectionQueryStringParametersList, 0], [() => ConnectionBodyParametersList, 0]]
837
- ];
838
- var ConnectionOAuthClientResponseParameters$ = [3, n0, _COACRP,
839
- 0,
840
- [_CID],
841
- [0]
842
- ];
843
- var ConnectionOAuthResponseParameters$ = [3, n0, _COARP,
844
- 0,
845
- [_CPl, _AE, _HM, _OAHP],
846
- [() => ConnectionOAuthClientResponseParameters$, 0, 0, [() => ConnectionHttpParameters$, 0]]
847
- ];
848
- var ConnectionQueryStringParameter$ = [3, n0, _CQSP,
849
- 0,
850
- [_K, _V, _IVS],
851
- [0, [() => QueryStringValueSensitive, 0], 2]
852
- ];
853
- var ConnectivityResourceConfigurationArn$ = [3, n0, _CRCA,
854
- 0,
855
- [_RCA],
856
- [0], 1
857
- ];
858
- var ConnectivityResourceParameters$ = [3, n0, _CRP,
859
- 0,
860
- [_RP],
861
- [() => ConnectivityResourceConfigurationArn$], 1
862
- ];
863
- var CreateApiDestinationRequest$ = [3, n0, _CADR,
864
- 0,
865
- [_N, _CA, _IE, _HM, _D, _IRLPS],
866
- [0, 0, 0, 0, 0, 1], 4
867
- ];
868
- var CreateApiDestinationResponse$ = [3, n0, _CADRr,
869
- 0,
870
- [_ADA, _ADS, _CT, _LMT],
871
- [0, 0, 4, 4]
872
- ];
873
- var CreateArchiveRequest$ = [3, n0, _CAR,
874
- 0,
875
- [_AN, _ESA, _D, _EP, _RD, _KKI],
876
- [0, 0, 0, 0, 1, 0], 2
877
- ];
878
- var CreateArchiveResponse$ = [3, n0, _CARr,
879
- 0,
880
- [_AA, _St, _SR, _CT],
881
- [0, 0, 0, 4]
882
- ];
883
- var CreateConnectionApiKeyAuthRequestParameters$ = [3, n0, _CCAKARP,
884
- 0,
885
- [_AKN, _AKV],
886
- [0, [() => AuthHeaderParametersSensitive, 0]], 2
887
- ];
888
- var CreateConnectionAuthRequestParameters$ = [3, n0, _CCARP,
889
- 0,
890
- [_BAPa, _OAP, _AKAP, _IHP, _CP],
891
- [[() => CreateConnectionBasicAuthRequestParameters$, 0], [() => CreateConnectionOAuthRequestParameters$, 0], [() => CreateConnectionApiKeyAuthRequestParameters$, 0], [() => ConnectionHttpParameters$, 0], () => ConnectivityResourceParameters$]
892
- ];
893
- var CreateConnectionBasicAuthRequestParameters$ = [3, n0, _CCBARP,
894
- 0,
895
- [_U, _P],
896
- [0, [() => AuthHeaderParametersSensitive, 0]], 2
897
- ];
898
- var CreateConnectionOAuthClientRequestParameters$ = [3, n0, _CCOACRP,
899
- 0,
900
- [_CID, _CSl],
901
- [0, [() => AuthHeaderParametersSensitive, 0]], 2
902
- ];
903
- var CreateConnectionOAuthRequestParameters$ = [3, n0, _CCOARP,
904
- 0,
905
- [_CPl, _AE, _HM, _OAHP],
906
- [[() => CreateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]], 3
907
- ];
908
- var CreateConnectionRequest$ = [3, n0, _CCR,
909
- 0,
910
- [_N, _AT, _APu, _D, _ICP, _KKI],
911
- [0, 0, [() => CreateConnectionAuthRequestParameters$, 0], 0, () => ConnectivityResourceParameters$, 0], 3
912
- ];
913
- var CreateConnectionResponse$ = [3, n0, _CCRr,
914
- 0,
915
- [_CA, _CS, _CT, _LMT],
916
- [0, 0, 4, 4]
917
- ];
918
- var CreateEndpointRequest$ = [3, n0, _CER,
919
- 0,
920
- [_N, _RC, _EB, _D, _RCe, _RAo],
921
- [0, () => RoutingConfig$, () => EndpointEventBusList, 0, () => ReplicationConfig$, 0], 3
922
- ];
923
- var CreateEndpointResponse$ = [3, n0, _CERr,
924
- 0,
925
- [_N, _Ar, _RC, _RCe, _EB, _RAo, _St],
926
- [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0]
927
- ];
928
- var CreateEventBusRequest$ = [3, n0, _CEBR,
929
- 0,
930
- [_N, _ESN, _D, _KKI, _DLC, _LC, _Ta],
931
- [0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$, () => TagList], 1
932
- ];
933
- var CreateEventBusResponse$ = [3, n0, _CEBRr,
934
- 0,
935
- [_EBA, _D, _KKI, _DLC, _LC],
936
- [0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
937
- ];
938
- var CreatePartnerEventSourceRequest$ = [3, n0, _CPESR,
939
- 0,
940
- [_N, _Ac],
941
- [0, 0], 2
942
- ];
943
- var CreatePartnerEventSourceResponse$ = [3, n0, _CPESRr,
944
- 0,
945
- [_ESA],
946
- [0]
947
- ];
948
- var DeactivateEventSourceRequest$ = [3, n0, _DESR,
949
- 0,
950
- [_N],
951
- [0], 1
952
- ];
953
- var DeadLetterConfig$ = [3, n0, _DLC,
954
- 0,
955
- [_Ar],
956
- [0]
957
- ];
958
- var DeauthorizeConnectionRequest$ = [3, n0, _DCR,
959
- 0,
960
- [_N],
961
- [0], 1
962
- ];
963
- var DeauthorizeConnectionResponse$ = [3, n0, _DCRe,
964
- 0,
965
- [_CA, _CS, _CT, _LMT, _LAT],
966
- [0, 0, 4, 4, 4]
967
- ];
968
- var DeleteApiDestinationRequest$ = [3, n0, _DADR,
969
- 0,
970
- [_N],
971
- [0], 1
972
- ];
973
- var DeleteApiDestinationResponse$ = [3, n0, _DADRe,
974
- 0,
975
- [],
976
- []
977
- ];
978
- var DeleteArchiveRequest$ = [3, n0, _DAR,
979
- 0,
980
- [_AN],
981
- [0], 1
982
- ];
983
- var DeleteArchiveResponse$ = [3, n0, _DARe,
984
- 0,
985
- [],
986
- []
987
- ];
988
- var DeleteConnectionRequest$ = [3, n0, _DCRel,
989
- 0,
990
- [_N],
991
- [0], 1
992
- ];
993
- var DeleteConnectionResponse$ = [3, n0, _DCRele,
994
- 0,
995
- [_CA, _CS, _CT, _LMT, _LAT],
996
- [0, 0, 4, 4, 4]
997
- ];
998
- var DeleteEndpointRequest$ = [3, n0, _DER,
999
- 0,
1000
- [_N],
1001
- [0], 1
1002
- ];
1003
- var DeleteEndpointResponse$ = [3, n0, _DERe,
1004
- 0,
1005
- [],
1006
- []
1007
- ];
1008
- var DeleteEventBusRequest$ = [3, n0, _DEBR,
1009
- 0,
1010
- [_N],
1011
- [0], 1
1012
- ];
1013
- var DeletePartnerEventSourceRequest$ = [3, n0, _DPESR,
1014
- 0,
1015
- [_N, _Ac],
1016
- [0, 0], 2
1017
- ];
1018
- var DeleteRuleRequest$ = [3, n0, _DRR,
1019
- 0,
1020
- [_N, _EBN, _F],
1021
- [0, 0, 2], 1
1022
- ];
1023
- var DescribeApiDestinationRequest$ = [3, n0, _DADRes,
1024
- 0,
1025
- [_N],
1026
- [0], 1
1027
- ];
1028
- var DescribeApiDestinationResponse$ = [3, n0, _DADResc,
1029
- 0,
1030
- [_ADA, _N, _D, _ADS, _CA, _IE, _HM, _IRLPS, _CT, _LMT],
1031
- [0, 0, 0, 0, 0, 0, 0, 1, 4, 4]
1032
- ];
1033
- var DescribeArchiveRequest$ = [3, n0, _DARes,
1034
- 0,
1035
- [_AN],
1036
- [0], 1
1037
- ];
1038
- var DescribeArchiveResponse$ = [3, n0, _DAResc,
1039
- 0,
1040
- [_AA, _AN, _ESA, _D, _EP, _St, _SR, _KKI, _RD, _SB, _EC, _CT],
1041
- [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4]
1042
- ];
1043
- var DescribeConnectionConnectivityParameters$ = [3, n0, _DCCP,
1044
- 0,
1045
- [_RP],
1046
- [() => DescribeConnectionResourceParameters$], 1
1047
- ];
1048
- var DescribeConnectionRequest$ = [3, n0, _DCRes,
1049
- 0,
1050
- [_N],
1051
- [0], 1
1052
- ];
1053
- var DescribeConnectionResourceParameters$ = [3, n0, _DCRP,
1054
- 0,
1055
- [_RCA, _RAA],
1056
- [0, 0], 2
1057
- ];
1058
- var DescribeConnectionResponse$ = [3, n0, _DCResc,
1059
- 0,
1060
- [_CA, _N, _D, _ICP, _CS, _SR, _AT, _SA, _KKI, _APu, _CT, _LMT, _LAT],
1061
- [0, 0, 0, () => DescribeConnectionConnectivityParameters$, 0, 0, 0, 0, 0, [() => ConnectionAuthResponseParameters$, 0], 4, 4, 4]
1062
- ];
1063
- var DescribeEndpointRequest$ = [3, n0, _DERes,
1064
- 0,
1065
- [_N, _HR],
1066
- [0, 0], 1
1067
- ];
1068
- var DescribeEndpointResponse$ = [3, n0, _DEResc,
1069
- 0,
1070
- [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1071
- [0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4]
1072
- ];
1073
- var DescribeEventBusRequest$ = [3, n0, _DEBRe,
1074
- 0,
1075
- [_N],
1076
- [0]
1077
- ];
1078
- var DescribeEventBusResponse$ = [3, n0, _DEBRes,
1079
- 0,
1080
- [_N, _Ar, _D, _KKI, _DLC, _Po, _LC, _CT, _LMT],
1081
- [0, 0, 0, 0, () => DeadLetterConfig$, 0, () => LogConfig$, 4, 4]
1082
- ];
1083
- var DescribeEventSourceRequest$ = [3, n0, _DESRe,
1084
- 0,
1085
- [_N],
1086
- [0], 1
1087
- ];
1088
- var DescribeEventSourceResponse$ = [3, n0, _DESRes,
1089
- 0,
1090
- [_Ar, _CB, _CT, _ET, _N, _St],
1091
- [0, 0, 4, 4, 0, 0]
1092
- ];
1093
- var DescribePartnerEventSourceRequest$ = [3, n0, _DPESRe,
1094
- 0,
1095
- [_N],
1096
- [0], 1
1097
- ];
1098
- var DescribePartnerEventSourceResponse$ = [3, n0, _DPESRes,
1099
- 0,
1100
- [_Ar, _N],
1101
- [0, 0]
1102
- ];
1103
- var DescribeReplayRequest$ = [3, n0, _DRRe,
1104
- 0,
1105
- [_RN],
1106
- [0], 1
1107
- ];
1108
- var DescribeReplayResponse$ = [3, n0, _DRRes,
1109
- 0,
1110
- [_RN, _RA, _D, _St, _SR, _ESA, _De, _EST, _EET, _ELRT, _RST, _RET],
1111
- [0, 0, 0, 0, 0, 0, () => ReplayDestination$, 4, 4, 4, 4, 4]
1112
- ];
1113
- var DescribeRuleRequest$ = [3, n0, _DRResc,
1114
- 0,
1115
- [_N, _EBN],
1116
- [0, 0], 1
1117
- ];
1118
- var DescribeRuleResponse$ = [3, n0, _DRRescr,
1119
- 0,
1120
- [_N, _Ar, _EP, _SE, _St, _D, _RAo, _MB, _EBN, _CB],
1121
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1122
- ];
1123
- var DisableRuleRequest$ = [3, n0, _DRRi,
1124
- 0,
1125
- [_N, _EBN],
1126
- [0, 0], 1
1127
- ];
1128
- var EcsParameters$ = [3, n0, _EPc,
1129
- 0,
1130
- [_TDA, _TC, _LT, _NC, _PV, _G, _CPS, _EECSMT, _EEC, _PC, _PS, _PT, _RI, _Ta],
1131
- [0, 1, 0, () => NetworkConfiguration$, 0, 0, () => CapacityProviderStrategy, 2, 2, () => PlacementConstraints, () => PlacementStrategies, 0, 0, () => TagList], 1
1132
- ];
1133
- var EnableRuleRequest$ = [3, n0, _ERR,
1134
- 0,
1135
- [_N, _EBN],
1136
- [0, 0], 1
1137
- ];
1138
- var Endpoint$ = [3, n0, _E,
1139
- 0,
1140
- [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1141
- [0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4]
1142
- ];
1143
- var EndpointEventBus$ = [3, n0, _EEB,
1144
- 0,
1145
- [_EBA],
1146
- [0], 1
1147
- ];
1148
- var EventBus$ = [3, n0, _EBv,
1149
- 0,
1150
- [_N, _Ar, _D, _Po, _CT, _LMT],
1151
- [0, 0, 0, 0, 4, 4]
1152
- ];
1153
- var EventSource$ = [3, n0, _ES,
1154
- 0,
1155
- [_Ar, _CB, _CT, _ET, _N, _St],
1156
- [0, 0, 4, 4, 0, 0]
1157
- ];
1158
- var FailoverConfig$ = [3, n0, _FC,
1159
- 0,
1160
- [_Pr, _Se],
1161
- [() => Primary$, () => Secondary$], 2
1162
- ];
1163
- var HttpParameters$ = [3, n0, _HPt,
1164
- 0,
1165
- [_PPV, _HP, _QSP],
1166
- [64 | 0, 128 | 0, 128 | 0]
1167
- ];
1168
- var IllegalStatusException$ = [-3, n0, _ISE,
1169
- { [_e]: _c },
1170
- [_m],
1171
- [0]
1172
- ];
1173
- schema.TypeRegistry.for(n0).registerError(IllegalStatusException$, IllegalStatusException);
1174
- var InputTransformer$ = [3, n0, _IT,
1175
- 0,
1176
- [_ITn, _IPM],
1177
- [0, 128 | 0], 1
1178
- ];
1179
- var InternalException$ = [-3, n0, _IEn,
1180
- { [_e]: _s },
1181
- [_m],
1182
- [0]
1183
- ];
1184
- schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
1185
- var InvalidEventPatternException$ = [-3, n0, _IEPE,
1186
- { [_e]: _c },
1187
- [_m],
1188
- [0]
1189
- ];
1190
- schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException$, InvalidEventPatternException);
1191
- var InvalidStateException$ = [-3, n0, _ISEn,
1192
- { [_e]: _c },
1193
- [_m],
1194
- [0]
1195
- ];
1196
- schema.TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
1197
- var KinesisParameters$ = [3, n0, _KP,
1198
- 0,
1199
- [_PKP],
1200
- [0], 1
1201
- ];
1202
- var LimitExceededException$ = [-3, n0, _LEE,
1203
- { [_e]: _c },
1204
- [_m],
1205
- [0]
1206
- ];
1207
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1208
- var ListApiDestinationsRequest$ = [3, n0, _LADR,
1209
- 0,
1210
- [_NP, _CA, _NT, _L],
1211
- [0, 0, 0, 1]
1212
- ];
1213
- var ListApiDestinationsResponse$ = [3, n0, _LADRi,
1214
- 0,
1215
- [_ADp, _NT],
1216
- [() => ApiDestinationResponseList, 0]
1217
- ];
1218
- var ListArchivesRequest$ = [3, n0, _LAR,
1219
- 0,
1220
- [_NP, _ESA, _St, _NT, _L],
1221
- [0, 0, 0, 0, 1]
1222
- ];
1223
- var ListArchivesResponse$ = [3, n0, _LARi,
1224
- 0,
1225
- [_Arc, _NT],
1226
- [() => ArchiveResponseList, 0]
1227
- ];
1228
- var ListConnectionsRequest$ = [3, n0, _LCR,
1229
- 0,
1230
- [_NP, _CS, _NT, _L],
1231
- [0, 0, 0, 1]
1232
- ];
1233
- var ListConnectionsResponse$ = [3, n0, _LCRi,
1234
- 0,
1235
- [_Con, _NT],
1236
- [() => ConnectionResponseList, 0]
1237
- ];
1238
- var ListEndpointsRequest$ = [3, n0, _LER,
1239
- 0,
1240
- [_NP, _HR, _NT, _MR],
1241
- [0, 0, 0, 1]
1242
- ];
1243
- var ListEndpointsResponse$ = [3, n0, _LERi,
1244
- 0,
1245
- [_En, _NT],
1246
- [() => EndpointList, 0]
1247
- ];
1248
- var ListEventBusesRequest$ = [3, n0, _LEBR,
1249
- 0,
1250
- [_NP, _NT, _L],
1251
- [0, 0, 1]
1252
- ];
1253
- var ListEventBusesResponse$ = [3, n0, _LEBRi,
1254
- 0,
1255
- [_EB, _NT],
1256
- [() => EventBusList, 0]
1257
- ];
1258
- var ListEventSourcesRequest$ = [3, n0, _LESR,
1259
- 0,
1260
- [_NP, _NT, _L],
1261
- [0, 0, 1]
1262
- ];
1263
- var ListEventSourcesResponse$ = [3, n0, _LESRi,
1264
- 0,
1265
- [_ESv, _NT],
1266
- [() => EventSourceList, 0]
1267
- ];
1268
- var ListPartnerEventSourceAccountsRequest$ = [3, n0, _LPESAR,
1269
- 0,
1270
- [_ESN, _NT, _L],
1271
- [0, 0, 1], 1
1272
- ];
1273
- var ListPartnerEventSourceAccountsResponse$ = [3, n0, _LPESARi,
1274
- 0,
1275
- [_PESA, _NT],
1276
- [() => PartnerEventSourceAccountList, 0]
1277
- ];
1278
- var ListPartnerEventSourcesRequest$ = [3, n0, _LPESR,
1279
- 0,
1280
- [_NP, _NT, _L],
1281
- [0, 0, 1], 1
1282
- ];
1283
- var ListPartnerEventSourcesResponse$ = [3, n0, _LPESRi,
1284
- 0,
1285
- [_PES, _NT],
1286
- [() => PartnerEventSourceList, 0]
1287
- ];
1288
- var ListReplaysRequest$ = [3, n0, _LRR,
1289
- 0,
1290
- [_NP, _St, _ESA, _NT, _L],
1291
- [0, 0, 0, 0, 1]
1292
- ];
1293
- var ListReplaysResponse$ = [3, n0, _LRRi,
1294
- 0,
1295
- [_R, _NT],
1296
- [() => ReplayList, 0]
1297
- ];
1298
- var ListRuleNamesByTargetRequest$ = [3, n0, _LRNBTR,
1299
- 0,
1300
- [_TA, _EBN, _NT, _L],
1301
- [0, 0, 0, 1], 1
1302
- ];
1303
- var ListRuleNamesByTargetResponse$ = [3, n0, _LRNBTRi,
1304
- 0,
1305
- [_RNu, _NT],
1306
- [64 | 0, 0]
1307
- ];
1308
- var ListRulesRequest$ = [3, n0, _LRRis,
1309
- 0,
1310
- [_NP, _EBN, _NT, _L],
1311
- [0, 0, 0, 1]
1312
- ];
1313
- var ListRulesResponse$ = [3, n0, _LRRist,
1314
- 0,
1315
- [_Ru, _NT],
1316
- [() => RuleResponseList, 0]
1317
- ];
1318
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1319
- 0,
1320
- [_RARN],
1321
- [0], 1
1322
- ];
1323
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1324
- 0,
1325
- [_Ta],
1326
- [() => TagList]
1327
- ];
1328
- var ListTargetsByRuleRequest$ = [3, n0, _LTBRR,
1329
- 0,
1330
- [_Rul, _EBN, _NT, _L],
1331
- [0, 0, 0, 1], 1
1332
- ];
1333
- var ListTargetsByRuleResponse$ = [3, n0, _LTBRRi,
1334
- 0,
1335
- [_Tar, _NT],
1336
- [[() => TargetList, 0], 0]
1337
- ];
1338
- var LogConfig$ = [3, n0, _LC,
1339
- 0,
1340
- [_ID, _Le],
1341
- [0, 0]
1342
- ];
1343
- var ManagedRuleException$ = [-3, n0, _MRE,
1344
- { [_e]: _c },
1345
- [_m],
1346
- [0]
1347
- ];
1348
- schema.TypeRegistry.for(n0).registerError(ManagedRuleException$, ManagedRuleException);
1349
- var NetworkConfiguration$ = [3, n0, _NC,
1350
- 0,
1351
- [_aC],
1352
- [() => AwsVpcConfiguration$]
1353
- ];
1354
- var OperationDisabledException$ = [-3, n0, _ODE,
1355
- { [_e]: _c },
1356
- [_m],
1357
- [0]
1358
- ];
1359
- schema.TypeRegistry.for(n0).registerError(OperationDisabledException$, OperationDisabledException);
1360
- var PartnerEventSource$ = [3, n0, _PESa,
1361
- 0,
1362
- [_Ar, _N],
1363
- [0, 0]
1364
- ];
1365
- var PartnerEventSourceAccount$ = [3, n0, _PESAa,
1366
- 0,
1367
- [_Ac, _CT, _ET, _St],
1368
- [0, 4, 4, 0]
1369
- ];
1370
- var PlacementConstraint$ = [3, n0, _PCl,
1371
- 0,
1372
- [_t, _ex],
1373
- [0, 0]
1374
- ];
1375
- var PlacementStrategy$ = [3, n0, _PS,
1376
- 0,
1377
- [_t, _f],
1378
- [0, 0]
1379
- ];
1380
- var PolicyLengthExceededException$ = [-3, n0, _PLEE,
1381
- { [_e]: _c },
1382
- [_m],
1383
- [0]
1384
- ];
1385
- schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
1386
- var Primary$ = [3, n0, _Pr,
1387
- 0,
1388
- [_HC],
1389
- [0], 1
1390
- ];
1391
- var PutEventsRequest$ = [3, n0, _PER,
1392
- 0,
1393
- [_Ent, _EI],
1394
- [() => PutEventsRequestEntryList, 0], 1
1395
- ];
1396
- var PutEventsRequestEntry$ = [3, n0, _PERE,
1397
- 0,
1398
- [_Ti, _So, _Re, _DT, _Det, _EBN, _TH],
1399
- [4, 0, 64 | 0, 0, 0, 0, 0]
1400
- ];
1401
- var PutEventsResponse$ = [3, n0, _PERu,
1402
- 0,
1403
- [_FEC, _Ent],
1404
- [1, () => PutEventsResultEntryList]
1405
- ];
1406
- var PutEventsResultEntry$ = [3, n0, _PEREu,
1407
- 0,
1408
- [_EIv, _ECr, _EM],
1409
- [0, 0, 0]
1410
- ];
1411
- var PutPartnerEventsRequest$ = [3, n0, _PPER,
1412
- 0,
1413
- [_Ent],
1414
- [() => PutPartnerEventsRequestEntryList], 1
1415
- ];
1416
- var PutPartnerEventsRequestEntry$ = [3, n0, _PPERE,
1417
- 0,
1418
- [_Ti, _So, _Re, _DT, _Det],
1419
- [4, 0, 64 | 0, 0, 0]
1420
- ];
1421
- var PutPartnerEventsResponse$ = [3, n0, _PPERu,
1422
- 0,
1423
- [_FEC, _Ent],
1424
- [1, () => PutPartnerEventsResultEntryList]
1425
- ];
1426
- var PutPartnerEventsResultEntry$ = [3, n0, _PPEREu,
1427
- 0,
1428
- [_EIv, _ECr, _EM],
1429
- [0, 0, 0]
1430
- ];
1431
- var PutPermissionRequest$ = [3, n0, _PPR,
1432
- 0,
1433
- [_EBN, _Act, _Pri, _SI, _C, _Po],
1434
- [0, 0, 0, 0, () => Condition$, 0]
1435
- ];
1436
- var PutRuleRequest$ = [3, n0, _PRR,
1437
- 0,
1438
- [_N, _SE, _EP, _St, _D, _RAo, _Ta, _EBN],
1439
- [0, 0, 0, 0, 0, 0, () => TagList, 0], 1
1440
- ];
1441
- var PutRuleResponse$ = [3, n0, _PRRu,
1442
- 0,
1443
- [_RAu],
1444
- [0]
1445
- ];
1446
- var PutTargetsRequest$ = [3, n0, _PTR,
1447
- 0,
1448
- [_Rul, _Tar, _EBN],
1449
- [0, [() => TargetList, 0], 0], 2
1450
- ];
1451
- var PutTargetsResponse$ = [3, n0, _PTRu,
1452
- 0,
1453
- [_FEC, _FE],
1454
- [1, () => PutTargetsResultEntryList]
1455
- ];
1456
- var PutTargetsResultEntry$ = [3, n0, _PTRE,
1457
- 0,
1458
- [_TI, _ECr, _EM],
1459
- [0, 0, 0]
1460
- ];
1461
- var RedshiftDataParameters$ = [3, n0, _RDP,
1462
- 0,
1463
- [_Da, _SMA, _DU, _S, _SN, _WE, _Sq],
1464
- [0, 0, 0, [() => Sql, 0], 0, 2, [() => Sqls, 0]], 1
1465
- ];
1466
- var RemovePermissionRequest$ = [3, n0, _RPR,
1467
- 0,
1468
- [_SI, _RAP, _EBN],
1469
- [0, 2, 0]
1470
- ];
1471
- var RemoveTargetsRequest$ = [3, n0, _RTR,
1472
- 0,
1473
- [_Rul, _I, _EBN, _F],
1474
- [0, 64 | 0, 0, 2], 2
1475
- ];
1476
- var RemoveTargetsResponse$ = [3, n0, _RTRe,
1477
- 0,
1478
- [_FEC, _FE],
1479
- [1, () => RemoveTargetsResultEntryList]
1480
- ];
1481
- var RemoveTargetsResultEntry$ = [3, n0, _RTRE,
1482
- 0,
1483
- [_TI, _ECr, _EM],
1484
- [0, 0, 0]
1485
- ];
1486
- var Replay$ = [3, n0, _Rep,
1487
- 0,
1488
- [_RN, _ESA, _St, _SR, _EST, _EET, _ELRT, _RST, _RET],
1489
- [0, 0, 0, 0, 4, 4, 4, 4, 4]
1490
- ];
1491
- var ReplayDestination$ = [3, n0, _RDe,
1492
- 0,
1493
- [_Ar, _FA],
1494
- [0, 64 | 0], 1
1495
- ];
1496
- var ReplicationConfig$ = [3, n0, _RCe,
1497
- 0,
1498
- [_St],
1499
- [0]
1500
- ];
1501
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
1502
- { [_e]: _c },
1503
- [_m],
1504
- [0]
1505
- ];
1506
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
1507
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1508
- { [_e]: _c },
1509
- [_m],
1510
- [0]
1511
- ];
1512
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1513
- var RetryPolicy$ = [3, n0, _RPe,
1514
- 0,
1515
- [_MRA, _MEAIS],
1516
- [1, 1]
1517
- ];
1518
- var RoutingConfig$ = [3, n0, _RC,
1519
- 0,
1520
- [_FC],
1521
- [() => FailoverConfig$], 1
1522
- ];
1523
- var Rule$ = [3, n0, _Rul,
1524
- 0,
1525
- [_N, _Ar, _EP, _St, _D, _SE, _RAo, _MB, _EBN],
1526
- [0, 0, 0, 0, 0, 0, 0, 0, 0]
1527
- ];
1528
- var RunCommandParameters$ = [3, n0, _RCP,
1529
- 0,
1530
- [_RCT],
1531
- [() => RunCommandTargets], 1
1532
- ];
1533
- var RunCommandTarget$ = [3, n0, _RCTu,
1534
- 0,
1535
- [_K, _Va],
1536
- [0, 64 | 0], 2
1537
- ];
1538
- var SageMakerPipelineParameter$ = [3, n0, _SMPP,
1539
- 0,
1540
- [_N, _V],
1541
- [0, 0], 2
1542
- ];
1543
- var SageMakerPipelineParameters$ = [3, n0, _SMPPa,
1544
- 0,
1545
- [_PPL],
1546
- [() => SageMakerPipelineParameterList]
1547
- ];
1548
- var Secondary$ = [3, n0, _Se,
1549
- 0,
1550
- [_Ro],
1551
- [0], 1
1552
- ];
1553
- var SqsParameters$ = [3, n0, _SP,
1554
- 0,
1555
- [_MGI],
1556
- [0]
1557
- ];
1558
- var StartReplayRequest$ = [3, n0, _SRR,
1559
- 0,
1560
- [_RN, _ESA, _EST, _EET, _De, _D],
1561
- [0, 0, 4, 4, () => ReplayDestination$, 0], 5
1562
- ];
1563
- var StartReplayResponse$ = [3, n0, _SRRt,
1564
- 0,
1565
- [_RA, _St, _SR, _RST],
1566
- [0, 0, 0, 4]
1567
- ];
1568
- var Tag$ = [3, n0, _Tag,
1569
- 0,
1570
- [_K, _V],
1571
- [0, 0], 2
1572
- ];
1573
- var TagResourceRequest$ = [3, n0, _TRR,
1574
- 0,
1575
- [_RARN, _Ta],
1576
- [0, () => TagList], 2
1577
- ];
1578
- var TagResourceResponse$ = [3, n0, _TRRa,
1579
- 0,
1580
- [],
1581
- []
1582
- ];
1583
- var Target$ = [3, n0, _Targ,
1584
- 0,
1585
- [_Id, _Ar, _RAo, _In, _IP, _IT, _KP, _RCP, _EPc, _BP, _SP, _HPt, _RDP, _SMPPa, _DLC, _RPe, _ASP],
1586
- [0, 0, 0, 0, 0, () => InputTransformer$, () => KinesisParameters$, () => RunCommandParameters$, () => EcsParameters$, () => BatchParameters$, () => SqsParameters$, () => HttpParameters$, [() => RedshiftDataParameters$, 0], () => SageMakerPipelineParameters$, () => DeadLetterConfig$, () => RetryPolicy$, [() => AppSyncParameters$, 0]], 2
1587
- ];
1588
- var TestEventPatternRequest$ = [3, n0, _TEPR,
1589
- 0,
1590
- [_EP, _Ev],
1591
- [0, 0], 2
1592
- ];
1593
- var TestEventPatternResponse$ = [3, n0, _TEPRe,
1594
- 0,
1595
- [_Res],
1596
- [2]
1597
- ];
1598
- var ThrottlingException$ = [-3, n0, _TE,
1599
- { [_e]: _c },
1600
- [_m],
1601
- [0]
1602
- ];
1603
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1604
- var UntagResourceRequest$ = [3, n0, _URR,
1605
- 0,
1606
- [_RARN, _TK],
1607
- [0, 64 | 0], 2
1608
- ];
1609
- var UntagResourceResponse$ = [3, n0, _URRn,
1610
- 0,
1611
- [],
1612
- []
1613
- ];
1614
- var UpdateApiDestinationRequest$ = [3, n0, _UADR,
1615
- 0,
1616
- [_N, _D, _CA, _IE, _HM, _IRLPS],
1617
- [0, 0, 0, 0, 0, 1], 1
1618
- ];
1619
- var UpdateApiDestinationResponse$ = [3, n0, _UADRp,
1620
- 0,
1621
- [_ADA, _ADS, _CT, _LMT],
1622
- [0, 0, 4, 4]
1623
- ];
1624
- var UpdateArchiveRequest$ = [3, n0, _UAR,
1625
- 0,
1626
- [_AN, _D, _EP, _RD, _KKI],
1627
- [0, 0, 0, 1, 0], 1
1628
- ];
1629
- var UpdateArchiveResponse$ = [3, n0, _UARp,
1630
- 0,
1631
- [_AA, _St, _SR, _CT],
1632
- [0, 0, 0, 4]
1633
- ];
1634
- var UpdateConnectionApiKeyAuthRequestParameters$ = [3, n0, _UCAKARP,
1635
- 0,
1636
- [_AKN, _AKV],
1637
- [0, [() => AuthHeaderParametersSensitive, 0]]
1638
- ];
1639
- var UpdateConnectionAuthRequestParameters$ = [3, n0, _UCARP,
1640
- 0,
1641
- [_BAPa, _OAP, _AKAP, _IHP, _CP],
1642
- [[() => UpdateConnectionBasicAuthRequestParameters$, 0], [() => UpdateConnectionOAuthRequestParameters$, 0], [() => UpdateConnectionApiKeyAuthRequestParameters$, 0], [() => ConnectionHttpParameters$, 0], () => ConnectivityResourceParameters$]
1643
- ];
1644
- var UpdateConnectionBasicAuthRequestParameters$ = [3, n0, _UCBARP,
1645
- 0,
1646
- [_U, _P],
1647
- [0, [() => AuthHeaderParametersSensitive, 0]]
1648
- ];
1649
- var UpdateConnectionOAuthClientRequestParameters$ = [3, n0, _UCOACRP,
1650
- 0,
1651
- [_CID, _CSl],
1652
- [0, [() => AuthHeaderParametersSensitive, 0]]
1653
- ];
1654
- var UpdateConnectionOAuthRequestParameters$ = [3, n0, _UCOARP,
1655
- 0,
1656
- [_CPl, _AE, _HM, _OAHP],
1657
- [[() => UpdateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]]
1658
- ];
1659
- var UpdateConnectionRequest$ = [3, n0, _UCR,
1660
- 0,
1661
- [_N, _D, _AT, _APu, _ICP, _KKI],
1662
- [0, 0, 0, [() => UpdateConnectionAuthRequestParameters$, 0], () => ConnectivityResourceParameters$, 0], 1
1663
- ];
1664
- var UpdateConnectionResponse$ = [3, n0, _UCRp,
1665
- 0,
1666
- [_CA, _CS, _CT, _LMT, _LAT],
1667
- [0, 0, 4, 4, 4]
1668
- ];
1669
- var UpdateEndpointRequest$ = [3, n0, _UER,
1670
- 0,
1671
- [_N, _D, _RC, _RCe, _EB, _RAo],
1672
- [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0], 1
1673
- ];
1674
- var UpdateEndpointResponse$ = [3, n0, _UERp,
1675
- 0,
1676
- [_N, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St],
1677
- [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0]
1678
- ];
1679
- var UpdateEventBusRequest$ = [3, n0, _UEBR,
1680
- 0,
1681
- [_N, _KKI, _D, _DLC, _LC],
1682
- [0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
1683
- ];
1684
- var UpdateEventBusResponse$ = [3, n0, _UEBRp,
1685
- 0,
1686
- [_Ar, _N, _KKI, _D, _DLC, _LC],
1687
- [0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
1688
- ];
1689
- var __Unit = "unit";
1690
- var EventBridgeServiceException$ = [-3, _sm, "EventBridgeServiceException", 0, [], []];
1691
- schema.TypeRegistry.for(_sm).registerError(EventBridgeServiceException$, EventBridgeServiceException);
1692
- var ApiDestinationResponseList = [1, n0, _ADRL,
1693
- 0, () => ApiDestination$
1694
- ];
1695
- var ArchiveResponseList = [1, n0, _ARL,
1696
- 0, () => Archive$
1697
- ];
1698
- var CapacityProviderStrategy = [1, n0, _CPS,
1699
- 0, () => CapacityProviderStrategyItem$
1700
- ];
1701
- var ConnectionBodyParametersList = [1, n0, _CBPL,
1702
- 0, [() => ConnectionBodyParameter$,
1703
- 0]
1704
- ];
1705
- var ConnectionHeaderParametersList = [1, n0, _CHPL,
1706
- 0, [() => ConnectionHeaderParameter$,
1707
- 0]
1708
- ];
1709
- var ConnectionQueryStringParametersList = [1, n0, _CQSPL,
1710
- 0, [() => ConnectionQueryStringParameter$,
1711
- 0]
1712
- ];
1713
- var ConnectionResponseList = [1, n0, _CRL,
1714
- 0, () => Connection$
1715
- ];
1716
- var EndpointEventBusList = [1, n0, _EEBL,
1717
- 0, () => EndpointEventBus$
1718
- ];
1719
- var EndpointList = [1, n0, _EL,
1720
- 0, () => Endpoint$
1721
- ];
1722
- var EventBusList = [1, n0, _EBL,
1723
- 0, () => EventBus$
1724
- ];
1725
- var EventSourceList = [1, n0, _ESL,
1726
- 0, () => EventSource$
1727
- ];
1728
- var PartnerEventSourceAccountList = [1, n0, _PESAL,
1729
- 0, () => PartnerEventSourceAccount$
1730
- ];
1731
- var PartnerEventSourceList = [1, n0, _PESL,
1732
- 0, () => PartnerEventSource$
1733
- ];
1734
- var PlacementConstraints = [1, n0, _PC,
1735
- 0, () => PlacementConstraint$
1736
- ];
1737
- var PlacementStrategies = [1, n0, _PSl,
1738
- 0, () => PlacementStrategy$
1739
- ];
1740
- var PutEventsRequestEntryList = [1, n0, _PEREL,
1741
- 0, () => PutEventsRequestEntry$
1742
- ];
1743
- var PutEventsResultEntryList = [1, n0, _PERELu,
1744
- 0, () => PutEventsResultEntry$
1745
- ];
1746
- var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL,
1747
- 0, () => PutPartnerEventsRequestEntry$
1748
- ];
1749
- var PutPartnerEventsResultEntryList = [1, n0, _PPERELu,
1750
- 0, () => PutPartnerEventsResultEntry$
1751
- ];
1752
- var PutTargetsResultEntryList = [1, n0, _PTREL,
1753
- 0, () => PutTargetsResultEntry$
1754
- ];
1755
- var RemoveTargetsResultEntryList = [1, n0, _RTREL,
1756
- 0, () => RemoveTargetsResultEntry$
1757
- ];
1758
- var ReplayList = [1, n0, _RL,
1759
- 0, () => Replay$
1760
- ];
1761
- var RuleResponseList = [1, n0, _RRL,
1762
- 0, () => Rule$
1763
- ];
1764
- var RunCommandTargets = [1, n0, _RCT,
1765
- 0, () => RunCommandTarget$
1766
- ];
1767
- var SageMakerPipelineParameterList = [1, n0, _SMPPL,
1768
- 0, () => SageMakerPipelineParameter$
1769
- ];
1770
- var Sqls = [1, n0, _Sq,
1771
- 8, [() => Sql,
1772
- 0]
1773
- ];
1774
- var TagList = [1, n0, _TL,
1775
- 0, () => Tag$
1776
- ];
1777
- var TargetList = [1, n0, _TLa,
1778
- 0, [() => Target$,
1779
- 0]
1780
- ];
1781
- var ActivateEventSource$ = [9, n0, _AES,
1782
- 0, () => ActivateEventSourceRequest$, () => __Unit
1783
- ];
1784
- var CancelReplay$ = [9, n0, _CR,
1785
- 0, () => CancelReplayRequest$, () => CancelReplayResponse$
1786
- ];
1787
- var CreateApiDestination$ = [9, n0, _CAD,
1788
- 0, () => CreateApiDestinationRequest$, () => CreateApiDestinationResponse$
1789
- ];
1790
- var CreateArchive$ = [9, n0, _CAr,
1791
- 0, () => CreateArchiveRequest$, () => CreateArchiveResponse$
1792
- ];
1793
- var CreateConnection$ = [9, n0, _CC,
1794
- 0, () => CreateConnectionRequest$, () => CreateConnectionResponse$
1795
- ];
1796
- var CreateEndpoint$ = [9, n0, _CE,
1797
- 0, () => CreateEndpointRequest$, () => CreateEndpointResponse$
1798
- ];
1799
- var CreateEventBus$ = [9, n0, _CEB,
1800
- 0, () => CreateEventBusRequest$, () => CreateEventBusResponse$
1801
- ];
1802
- var CreatePartnerEventSource$ = [9, n0, _CPES,
1803
- 0, () => CreatePartnerEventSourceRequest$, () => CreatePartnerEventSourceResponse$
1804
- ];
1805
- var DeactivateEventSource$ = [9, n0, _DES,
1806
- 0, () => DeactivateEventSourceRequest$, () => __Unit
1807
- ];
1808
- var DeauthorizeConnection$ = [9, n0, _DC,
1809
- 0, () => DeauthorizeConnectionRequest$, () => DeauthorizeConnectionResponse$
1810
- ];
1811
- var DeleteApiDestination$ = [9, n0, _DAD,
1812
- 0, () => DeleteApiDestinationRequest$, () => DeleteApiDestinationResponse$
1813
- ];
1814
- var DeleteArchive$ = [9, n0, _DA,
1815
- 0, () => DeleteArchiveRequest$, () => DeleteArchiveResponse$
1816
- ];
1817
- var DeleteConnection$ = [9, n0, _DCe,
1818
- 0, () => DeleteConnectionRequest$, () => DeleteConnectionResponse$
1819
- ];
1820
- var DeleteEndpoint$ = [9, n0, _DE,
1821
- 0, () => DeleteEndpointRequest$, () => DeleteEndpointResponse$
1822
- ];
1823
- var DeleteEventBus$ = [9, n0, _DEB,
1824
- 0, () => DeleteEventBusRequest$, () => __Unit
1825
- ];
1826
- var DeletePartnerEventSource$ = [9, n0, _DPES,
1827
- 0, () => DeletePartnerEventSourceRequest$, () => __Unit
1828
- ];
1829
- var DeleteRule$ = [9, n0, _DR,
1830
- 0, () => DeleteRuleRequest$, () => __Unit
1831
- ];
1832
- var DescribeApiDestination$ = [9, n0, _DADe,
1833
- 0, () => DescribeApiDestinationRequest$, () => DescribeApiDestinationResponse$
1834
- ];
1835
- var DescribeArchive$ = [9, n0, _DAe,
1836
- 0, () => DescribeArchiveRequest$, () => DescribeArchiveResponse$
1837
- ];
1838
- var DescribeConnection$ = [9, n0, _DCes,
1839
- 0, () => DescribeConnectionRequest$, () => DescribeConnectionResponse$
1840
- ];
1841
- var DescribeEndpoint$ = [9, n0, _DEe,
1842
- 0, () => DescribeEndpointRequest$, () => DescribeEndpointResponse$
1843
- ];
1844
- var DescribeEventBus$ = [9, n0, _DEBe,
1845
- 0, () => DescribeEventBusRequest$, () => DescribeEventBusResponse$
1846
- ];
1847
- var DescribeEventSource$ = [9, n0, _DESe,
1848
- 0, () => DescribeEventSourceRequest$, () => DescribeEventSourceResponse$
1849
- ];
1850
- var DescribePartnerEventSource$ = [9, n0, _DPESe,
1851
- 0, () => DescribePartnerEventSourceRequest$, () => DescribePartnerEventSourceResponse$
1852
- ];
1853
- var DescribeReplay$ = [9, n0, _DRe,
1854
- 0, () => DescribeReplayRequest$, () => DescribeReplayResponse$
1855
- ];
1856
- var DescribeRule$ = [9, n0, _DRes,
1857
- 0, () => DescribeRuleRequest$, () => DescribeRuleResponse$
1858
- ];
1859
- var DisableRule$ = [9, n0, _DRi,
1860
- 0, () => DisableRuleRequest$, () => __Unit
1861
- ];
1862
- var EnableRule$ = [9, n0, _ER,
1863
- 0, () => EnableRuleRequest$, () => __Unit
1864
- ];
1865
- var ListApiDestinations$ = [9, n0, _LAD,
1866
- 0, () => ListApiDestinationsRequest$, () => ListApiDestinationsResponse$
1867
- ];
1868
- var ListArchives$ = [9, n0, _LA,
1869
- 0, () => ListArchivesRequest$, () => ListArchivesResponse$
1870
- ];
1871
- var ListConnections$ = [9, n0, _LCi,
1872
- 0, () => ListConnectionsRequest$, () => ListConnectionsResponse$
1873
- ];
1874
- var ListEndpoints$ = [9, n0, _LE,
1875
- 0, () => ListEndpointsRequest$, () => ListEndpointsResponse$
1876
- ];
1877
- var ListEventBuses$ = [9, n0, _LEB,
1878
- 0, () => ListEventBusesRequest$, () => ListEventBusesResponse$
1879
- ];
1880
- var ListEventSources$ = [9, n0, _LES,
1881
- 0, () => ListEventSourcesRequest$, () => ListEventSourcesResponse$
1882
- ];
1883
- var ListPartnerEventSourceAccounts$ = [9, n0, _LPESA,
1884
- 0, () => ListPartnerEventSourceAccountsRequest$, () => ListPartnerEventSourceAccountsResponse$
1885
- ];
1886
- var ListPartnerEventSources$ = [9, n0, _LPES,
1887
- 0, () => ListPartnerEventSourcesRequest$, () => ListPartnerEventSourcesResponse$
1888
- ];
1889
- var ListReplays$ = [9, n0, _LR,
1890
- 0, () => ListReplaysRequest$, () => ListReplaysResponse$
1891
- ];
1892
- var ListRuleNamesByTarget$ = [9, n0, _LRNBT,
1893
- 0, () => ListRuleNamesByTargetRequest$, () => ListRuleNamesByTargetResponse$
1894
- ];
1895
- var ListRules$ = [9, n0, _LRi,
1896
- 0, () => ListRulesRequest$, () => ListRulesResponse$
1897
- ];
1898
- var ListTagsForResource$ = [9, n0, _LTFR,
1899
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1900
- ];
1901
- var ListTargetsByRule$ = [9, n0, _LTBR,
1902
- 0, () => ListTargetsByRuleRequest$, () => ListTargetsByRuleResponse$
1903
- ];
1904
- var PutEvents$ = [9, n0, _PE,
1905
- 0, () => PutEventsRequest$, () => PutEventsResponse$
1906
- ];
1907
- var PutPartnerEvents$ = [9, n0, _PPE,
1908
- 0, () => PutPartnerEventsRequest$, () => PutPartnerEventsResponse$
1909
- ];
1910
- var PutPermission$ = [9, n0, _PP,
1911
- 0, () => PutPermissionRequest$, () => __Unit
1912
- ];
1913
- var PutRule$ = [9, n0, _PR,
1914
- 0, () => PutRuleRequest$, () => PutRuleResponse$
1915
- ];
1916
- var PutTargets$ = [9, n0, _PTu,
1917
- 0, () => PutTargetsRequest$, () => PutTargetsResponse$
1918
- ];
1919
- var RemovePermission$ = [9, n0, _RPem,
1920
- 0, () => RemovePermissionRequest$, () => __Unit
1921
- ];
1922
- var RemoveTargets$ = [9, n0, _RT,
1923
- 0, () => RemoveTargetsRequest$, () => RemoveTargetsResponse$
1924
- ];
1925
- var StartReplay$ = [9, n0, _SRt,
1926
- 0, () => StartReplayRequest$, () => StartReplayResponse$
1927
- ];
1928
- var TagResource$ = [9, n0, _TR,
1929
- 0, () => TagResourceRequest$, () => TagResourceResponse$
1930
- ];
1931
- var TestEventPattern$ = [9, n0, _TEP,
1932
- 0, () => TestEventPatternRequest$, () => TestEventPatternResponse$
1933
- ];
1934
- var UntagResource$ = [9, n0, _UR,
1935
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1936
- ];
1937
- var UpdateApiDestination$ = [9, n0, _UAD,
1938
- 0, () => UpdateApiDestinationRequest$, () => UpdateApiDestinationResponse$
1939
- ];
1940
- var UpdateArchive$ = [9, n0, _UA,
1941
- 0, () => UpdateArchiveRequest$, () => UpdateArchiveResponse$
1942
- ];
1943
- var UpdateConnection$ = [9, n0, _UC,
1944
- 0, () => UpdateConnectionRequest$, () => UpdateConnectionResponse$
1945
- ];
1946
- var UpdateEndpoint$ = [9, n0, _UE,
1947
- 0, () => UpdateEndpointRequest$, () => UpdateEndpointResponse$
1948
- ];
1949
- var UpdateEventBus$ = [9, n0, _UEB,
1950
- 0, () => UpdateEventBusRequest$, () => UpdateEventBusResponse$
1951
- ];
1952
-
1953
117
  class ActivateEventSourceCommand extends smithyClient.Command
1954
118
  .classBuilder()
1955
119
  .ep(commonParams)
@@ -1958,7 +122,7 @@ class ActivateEventSourceCommand extends smithyClient.Command
1958
122
  })
1959
123
  .s("AWSEvents", "ActivateEventSource", {})
1960
124
  .n("EventBridgeClient", "ActivateEventSourceCommand")
1961
- .sc(ActivateEventSource$)
125
+ .sc(schemas_0.ActivateEventSource$)
1962
126
  .build() {
1963
127
  }
1964
128
 
@@ -1970,7 +134,7 @@ class CancelReplayCommand extends smithyClient.Command
1970
134
  })
1971
135
  .s("AWSEvents", "CancelReplay", {})
1972
136
  .n("EventBridgeClient", "CancelReplayCommand")
1973
- .sc(CancelReplay$)
137
+ .sc(schemas_0.CancelReplay$)
1974
138
  .build() {
1975
139
  }
1976
140
 
@@ -1982,7 +146,7 @@ class CreateApiDestinationCommand extends smithyClient.Command
1982
146
  })
1983
147
  .s("AWSEvents", "CreateApiDestination", {})
1984
148
  .n("EventBridgeClient", "CreateApiDestinationCommand")
1985
- .sc(CreateApiDestination$)
149
+ .sc(schemas_0.CreateApiDestination$)
1986
150
  .build() {
1987
151
  }
1988
152
 
@@ -1994,7 +158,7 @@ class CreateArchiveCommand extends smithyClient.Command
1994
158
  })
1995
159
  .s("AWSEvents", "CreateArchive", {})
1996
160
  .n("EventBridgeClient", "CreateArchiveCommand")
1997
- .sc(CreateArchive$)
161
+ .sc(schemas_0.CreateArchive$)
1998
162
  .build() {
1999
163
  }
2000
164
 
@@ -2006,7 +170,7 @@ class CreateConnectionCommand extends smithyClient.Command
2006
170
  })
2007
171
  .s("AWSEvents", "CreateConnection", {})
2008
172
  .n("EventBridgeClient", "CreateConnectionCommand")
2009
- .sc(CreateConnection$)
173
+ .sc(schemas_0.CreateConnection$)
2010
174
  .build() {
2011
175
  }
2012
176
 
@@ -2018,7 +182,7 @@ class CreateEndpointCommand extends smithyClient.Command
2018
182
  })
2019
183
  .s("AWSEvents", "CreateEndpoint", {})
2020
184
  .n("EventBridgeClient", "CreateEndpointCommand")
2021
- .sc(CreateEndpoint$)
185
+ .sc(schemas_0.CreateEndpoint$)
2022
186
  .build() {
2023
187
  }
2024
188
 
@@ -2030,7 +194,7 @@ class CreateEventBusCommand extends smithyClient.Command
2030
194
  })
2031
195
  .s("AWSEvents", "CreateEventBus", {})
2032
196
  .n("EventBridgeClient", "CreateEventBusCommand")
2033
- .sc(CreateEventBus$)
197
+ .sc(schemas_0.CreateEventBus$)
2034
198
  .build() {
2035
199
  }
2036
200
 
@@ -2042,7 +206,7 @@ class CreatePartnerEventSourceCommand extends smithyClient.Command
2042
206
  })
2043
207
  .s("AWSEvents", "CreatePartnerEventSource", {})
2044
208
  .n("EventBridgeClient", "CreatePartnerEventSourceCommand")
2045
- .sc(CreatePartnerEventSource$)
209
+ .sc(schemas_0.CreatePartnerEventSource$)
2046
210
  .build() {
2047
211
  }
2048
212
 
@@ -2054,7 +218,7 @@ class DeactivateEventSourceCommand extends smithyClient.Command
2054
218
  })
2055
219
  .s("AWSEvents", "DeactivateEventSource", {})
2056
220
  .n("EventBridgeClient", "DeactivateEventSourceCommand")
2057
- .sc(DeactivateEventSource$)
221
+ .sc(schemas_0.DeactivateEventSource$)
2058
222
  .build() {
2059
223
  }
2060
224
 
@@ -2066,7 +230,7 @@ class DeauthorizeConnectionCommand extends smithyClient.Command
2066
230
  })
2067
231
  .s("AWSEvents", "DeauthorizeConnection", {})
2068
232
  .n("EventBridgeClient", "DeauthorizeConnectionCommand")
2069
- .sc(DeauthorizeConnection$)
233
+ .sc(schemas_0.DeauthorizeConnection$)
2070
234
  .build() {
2071
235
  }
2072
236
 
@@ -2078,7 +242,7 @@ class DeleteApiDestinationCommand extends smithyClient.Command
2078
242
  })
2079
243
  .s("AWSEvents", "DeleteApiDestination", {})
2080
244
  .n("EventBridgeClient", "DeleteApiDestinationCommand")
2081
- .sc(DeleteApiDestination$)
245
+ .sc(schemas_0.DeleteApiDestination$)
2082
246
  .build() {
2083
247
  }
2084
248
 
@@ -2090,7 +254,7 @@ class DeleteArchiveCommand extends smithyClient.Command
2090
254
  })
2091
255
  .s("AWSEvents", "DeleteArchive", {})
2092
256
  .n("EventBridgeClient", "DeleteArchiveCommand")
2093
- .sc(DeleteArchive$)
257
+ .sc(schemas_0.DeleteArchive$)
2094
258
  .build() {
2095
259
  }
2096
260
 
@@ -2102,7 +266,7 @@ class DeleteConnectionCommand extends smithyClient.Command
2102
266
  })
2103
267
  .s("AWSEvents", "DeleteConnection", {})
2104
268
  .n("EventBridgeClient", "DeleteConnectionCommand")
2105
- .sc(DeleteConnection$)
269
+ .sc(schemas_0.DeleteConnection$)
2106
270
  .build() {
2107
271
  }
2108
272
 
@@ -2114,7 +278,7 @@ class DeleteEndpointCommand extends smithyClient.Command
2114
278
  })
2115
279
  .s("AWSEvents", "DeleteEndpoint", {})
2116
280
  .n("EventBridgeClient", "DeleteEndpointCommand")
2117
- .sc(DeleteEndpoint$)
281
+ .sc(schemas_0.DeleteEndpoint$)
2118
282
  .build() {
2119
283
  }
2120
284
 
@@ -2126,7 +290,7 @@ class DeleteEventBusCommand extends smithyClient.Command
2126
290
  })
2127
291
  .s("AWSEvents", "DeleteEventBus", {})
2128
292
  .n("EventBridgeClient", "DeleteEventBusCommand")
2129
- .sc(DeleteEventBus$)
293
+ .sc(schemas_0.DeleteEventBus$)
2130
294
  .build() {
2131
295
  }
2132
296
 
@@ -2138,7 +302,7 @@ class DeletePartnerEventSourceCommand extends smithyClient.Command
2138
302
  })
2139
303
  .s("AWSEvents", "DeletePartnerEventSource", {})
2140
304
  .n("EventBridgeClient", "DeletePartnerEventSourceCommand")
2141
- .sc(DeletePartnerEventSource$)
305
+ .sc(schemas_0.DeletePartnerEventSource$)
2142
306
  .build() {
2143
307
  }
2144
308
 
@@ -2150,7 +314,7 @@ class DeleteRuleCommand extends smithyClient.Command
2150
314
  })
2151
315
  .s("AWSEvents", "DeleteRule", {})
2152
316
  .n("EventBridgeClient", "DeleteRuleCommand")
2153
- .sc(DeleteRule$)
317
+ .sc(schemas_0.DeleteRule$)
2154
318
  .build() {
2155
319
  }
2156
320
 
@@ -2162,7 +326,7 @@ class DescribeApiDestinationCommand extends smithyClient.Command
2162
326
  })
2163
327
  .s("AWSEvents", "DescribeApiDestination", {})
2164
328
  .n("EventBridgeClient", "DescribeApiDestinationCommand")
2165
- .sc(DescribeApiDestination$)
329
+ .sc(schemas_0.DescribeApiDestination$)
2166
330
  .build() {
2167
331
  }
2168
332
 
@@ -2174,7 +338,7 @@ class DescribeArchiveCommand extends smithyClient.Command
2174
338
  })
2175
339
  .s("AWSEvents", "DescribeArchive", {})
2176
340
  .n("EventBridgeClient", "DescribeArchiveCommand")
2177
- .sc(DescribeArchive$)
341
+ .sc(schemas_0.DescribeArchive$)
2178
342
  .build() {
2179
343
  }
2180
344
 
@@ -2186,7 +350,7 @@ class DescribeConnectionCommand extends smithyClient.Command
2186
350
  })
2187
351
  .s("AWSEvents", "DescribeConnection", {})
2188
352
  .n("EventBridgeClient", "DescribeConnectionCommand")
2189
- .sc(DescribeConnection$)
353
+ .sc(schemas_0.DescribeConnection$)
2190
354
  .build() {
2191
355
  }
2192
356
 
@@ -2198,7 +362,7 @@ class DescribeEndpointCommand extends smithyClient.Command
2198
362
  })
2199
363
  .s("AWSEvents", "DescribeEndpoint", {})
2200
364
  .n("EventBridgeClient", "DescribeEndpointCommand")
2201
- .sc(DescribeEndpoint$)
365
+ .sc(schemas_0.DescribeEndpoint$)
2202
366
  .build() {
2203
367
  }
2204
368
 
@@ -2210,7 +374,7 @@ class DescribeEventBusCommand extends smithyClient.Command
2210
374
  })
2211
375
  .s("AWSEvents", "DescribeEventBus", {})
2212
376
  .n("EventBridgeClient", "DescribeEventBusCommand")
2213
- .sc(DescribeEventBus$)
377
+ .sc(schemas_0.DescribeEventBus$)
2214
378
  .build() {
2215
379
  }
2216
380
 
@@ -2222,7 +386,7 @@ class DescribeEventSourceCommand extends smithyClient.Command
2222
386
  })
2223
387
  .s("AWSEvents", "DescribeEventSource", {})
2224
388
  .n("EventBridgeClient", "DescribeEventSourceCommand")
2225
- .sc(DescribeEventSource$)
389
+ .sc(schemas_0.DescribeEventSource$)
2226
390
  .build() {
2227
391
  }
2228
392
 
@@ -2234,7 +398,7 @@ class DescribePartnerEventSourceCommand extends smithyClient.Command
2234
398
  })
2235
399
  .s("AWSEvents", "DescribePartnerEventSource", {})
2236
400
  .n("EventBridgeClient", "DescribePartnerEventSourceCommand")
2237
- .sc(DescribePartnerEventSource$)
401
+ .sc(schemas_0.DescribePartnerEventSource$)
2238
402
  .build() {
2239
403
  }
2240
404
 
@@ -2246,7 +410,7 @@ class DescribeReplayCommand extends smithyClient.Command
2246
410
  })
2247
411
  .s("AWSEvents", "DescribeReplay", {})
2248
412
  .n("EventBridgeClient", "DescribeReplayCommand")
2249
- .sc(DescribeReplay$)
413
+ .sc(schemas_0.DescribeReplay$)
2250
414
  .build() {
2251
415
  }
2252
416
 
@@ -2258,7 +422,7 @@ class DescribeRuleCommand extends smithyClient.Command
2258
422
  })
2259
423
  .s("AWSEvents", "DescribeRule", {})
2260
424
  .n("EventBridgeClient", "DescribeRuleCommand")
2261
- .sc(DescribeRule$)
425
+ .sc(schemas_0.DescribeRule$)
2262
426
  .build() {
2263
427
  }
2264
428
 
@@ -2270,7 +434,7 @@ class DisableRuleCommand extends smithyClient.Command
2270
434
  })
2271
435
  .s("AWSEvents", "DisableRule", {})
2272
436
  .n("EventBridgeClient", "DisableRuleCommand")
2273
- .sc(DisableRule$)
437
+ .sc(schemas_0.DisableRule$)
2274
438
  .build() {
2275
439
  }
2276
440
 
@@ -2282,7 +446,7 @@ class EnableRuleCommand extends smithyClient.Command
2282
446
  })
2283
447
  .s("AWSEvents", "EnableRule", {})
2284
448
  .n("EventBridgeClient", "EnableRuleCommand")
2285
- .sc(EnableRule$)
449
+ .sc(schemas_0.EnableRule$)
2286
450
  .build() {
2287
451
  }
2288
452
 
@@ -2294,7 +458,7 @@ class ListApiDestinationsCommand extends smithyClient.Command
2294
458
  })
2295
459
  .s("AWSEvents", "ListApiDestinations", {})
2296
460
  .n("EventBridgeClient", "ListApiDestinationsCommand")
2297
- .sc(ListApiDestinations$)
461
+ .sc(schemas_0.ListApiDestinations$)
2298
462
  .build() {
2299
463
  }
2300
464
 
@@ -2306,7 +470,7 @@ class ListArchivesCommand extends smithyClient.Command
2306
470
  })
2307
471
  .s("AWSEvents", "ListArchives", {})
2308
472
  .n("EventBridgeClient", "ListArchivesCommand")
2309
- .sc(ListArchives$)
473
+ .sc(schemas_0.ListArchives$)
2310
474
  .build() {
2311
475
  }
2312
476
 
@@ -2318,7 +482,7 @@ class ListConnectionsCommand extends smithyClient.Command
2318
482
  })
2319
483
  .s("AWSEvents", "ListConnections", {})
2320
484
  .n("EventBridgeClient", "ListConnectionsCommand")
2321
- .sc(ListConnections$)
485
+ .sc(schemas_0.ListConnections$)
2322
486
  .build() {
2323
487
  }
2324
488
 
@@ -2330,7 +494,7 @@ class ListEndpointsCommand extends smithyClient.Command
2330
494
  })
2331
495
  .s("AWSEvents", "ListEndpoints", {})
2332
496
  .n("EventBridgeClient", "ListEndpointsCommand")
2333
- .sc(ListEndpoints$)
497
+ .sc(schemas_0.ListEndpoints$)
2334
498
  .build() {
2335
499
  }
2336
500
 
@@ -2342,7 +506,7 @@ class ListEventBusesCommand extends smithyClient.Command
2342
506
  })
2343
507
  .s("AWSEvents", "ListEventBuses", {})
2344
508
  .n("EventBridgeClient", "ListEventBusesCommand")
2345
- .sc(ListEventBuses$)
509
+ .sc(schemas_0.ListEventBuses$)
2346
510
  .build() {
2347
511
  }
2348
512
 
@@ -2354,7 +518,7 @@ class ListEventSourcesCommand extends smithyClient.Command
2354
518
  })
2355
519
  .s("AWSEvents", "ListEventSources", {})
2356
520
  .n("EventBridgeClient", "ListEventSourcesCommand")
2357
- .sc(ListEventSources$)
521
+ .sc(schemas_0.ListEventSources$)
2358
522
  .build() {
2359
523
  }
2360
524
 
@@ -2366,7 +530,7 @@ class ListPartnerEventSourceAccountsCommand extends smithyClient.Command
2366
530
  })
2367
531
  .s("AWSEvents", "ListPartnerEventSourceAccounts", {})
2368
532
  .n("EventBridgeClient", "ListPartnerEventSourceAccountsCommand")
2369
- .sc(ListPartnerEventSourceAccounts$)
533
+ .sc(schemas_0.ListPartnerEventSourceAccounts$)
2370
534
  .build() {
2371
535
  }
2372
536
 
@@ -2378,7 +542,7 @@ class ListPartnerEventSourcesCommand extends smithyClient.Command
2378
542
  })
2379
543
  .s("AWSEvents", "ListPartnerEventSources", {})
2380
544
  .n("EventBridgeClient", "ListPartnerEventSourcesCommand")
2381
- .sc(ListPartnerEventSources$)
545
+ .sc(schemas_0.ListPartnerEventSources$)
2382
546
  .build() {
2383
547
  }
2384
548
 
@@ -2390,7 +554,7 @@ class ListReplaysCommand extends smithyClient.Command
2390
554
  })
2391
555
  .s("AWSEvents", "ListReplays", {})
2392
556
  .n("EventBridgeClient", "ListReplaysCommand")
2393
- .sc(ListReplays$)
557
+ .sc(schemas_0.ListReplays$)
2394
558
  .build() {
2395
559
  }
2396
560
 
@@ -2402,7 +566,7 @@ class ListRuleNamesByTargetCommand extends smithyClient.Command
2402
566
  })
2403
567
  .s("AWSEvents", "ListRuleNamesByTarget", {})
2404
568
  .n("EventBridgeClient", "ListRuleNamesByTargetCommand")
2405
- .sc(ListRuleNamesByTarget$)
569
+ .sc(schemas_0.ListRuleNamesByTarget$)
2406
570
  .build() {
2407
571
  }
2408
572
 
@@ -2414,7 +578,7 @@ class ListRulesCommand extends smithyClient.Command
2414
578
  })
2415
579
  .s("AWSEvents", "ListRules", {})
2416
580
  .n("EventBridgeClient", "ListRulesCommand")
2417
- .sc(ListRules$)
581
+ .sc(schemas_0.ListRules$)
2418
582
  .build() {
2419
583
  }
2420
584
 
@@ -2426,7 +590,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2426
590
  })
2427
591
  .s("AWSEvents", "ListTagsForResource", {})
2428
592
  .n("EventBridgeClient", "ListTagsForResourceCommand")
2429
- .sc(ListTagsForResource$)
593
+ .sc(schemas_0.ListTagsForResource$)
2430
594
  .build() {
2431
595
  }
2432
596
 
@@ -2438,7 +602,7 @@ class ListTargetsByRuleCommand extends smithyClient.Command
2438
602
  })
2439
603
  .s("AWSEvents", "ListTargetsByRule", {})
2440
604
  .n("EventBridgeClient", "ListTargetsByRuleCommand")
2441
- .sc(ListTargetsByRule$)
605
+ .sc(schemas_0.ListTargetsByRule$)
2442
606
  .build() {
2443
607
  }
2444
608
 
@@ -2453,7 +617,7 @@ class PutEventsCommand extends smithyClient.Command
2453
617
  })
2454
618
  .s("AWSEvents", "PutEvents", {})
2455
619
  .n("EventBridgeClient", "PutEventsCommand")
2456
- .sc(PutEvents$)
620
+ .sc(schemas_0.PutEvents$)
2457
621
  .build() {
2458
622
  }
2459
623
 
@@ -2465,7 +629,7 @@ class PutPartnerEventsCommand extends smithyClient.Command
2465
629
  })
2466
630
  .s("AWSEvents", "PutPartnerEvents", {})
2467
631
  .n("EventBridgeClient", "PutPartnerEventsCommand")
2468
- .sc(PutPartnerEvents$)
632
+ .sc(schemas_0.PutPartnerEvents$)
2469
633
  .build() {
2470
634
  }
2471
635
 
@@ -2477,7 +641,7 @@ class PutPermissionCommand extends smithyClient.Command
2477
641
  })
2478
642
  .s("AWSEvents", "PutPermission", {})
2479
643
  .n("EventBridgeClient", "PutPermissionCommand")
2480
- .sc(PutPermission$)
644
+ .sc(schemas_0.PutPermission$)
2481
645
  .build() {
2482
646
  }
2483
647
 
@@ -2489,7 +653,7 @@ class PutRuleCommand extends smithyClient.Command
2489
653
  })
2490
654
  .s("AWSEvents", "PutRule", {})
2491
655
  .n("EventBridgeClient", "PutRuleCommand")
2492
- .sc(PutRule$)
656
+ .sc(schemas_0.PutRule$)
2493
657
  .build() {
2494
658
  }
2495
659
 
@@ -2501,7 +665,7 @@ class PutTargetsCommand extends smithyClient.Command
2501
665
  })
2502
666
  .s("AWSEvents", "PutTargets", {})
2503
667
  .n("EventBridgeClient", "PutTargetsCommand")
2504
- .sc(PutTargets$)
668
+ .sc(schemas_0.PutTargets$)
2505
669
  .build() {
2506
670
  }
2507
671
 
@@ -2513,7 +677,7 @@ class RemovePermissionCommand extends smithyClient.Command
2513
677
  })
2514
678
  .s("AWSEvents", "RemovePermission", {})
2515
679
  .n("EventBridgeClient", "RemovePermissionCommand")
2516
- .sc(RemovePermission$)
680
+ .sc(schemas_0.RemovePermission$)
2517
681
  .build() {
2518
682
  }
2519
683
 
@@ -2525,7 +689,7 @@ class RemoveTargetsCommand extends smithyClient.Command
2525
689
  })
2526
690
  .s("AWSEvents", "RemoveTargets", {})
2527
691
  .n("EventBridgeClient", "RemoveTargetsCommand")
2528
- .sc(RemoveTargets$)
692
+ .sc(schemas_0.RemoveTargets$)
2529
693
  .build() {
2530
694
  }
2531
695
 
@@ -2537,7 +701,7 @@ class StartReplayCommand extends smithyClient.Command
2537
701
  })
2538
702
  .s("AWSEvents", "StartReplay", {})
2539
703
  .n("EventBridgeClient", "StartReplayCommand")
2540
- .sc(StartReplay$)
704
+ .sc(schemas_0.StartReplay$)
2541
705
  .build() {
2542
706
  }
2543
707
 
@@ -2549,7 +713,7 @@ class TagResourceCommand extends smithyClient.Command
2549
713
  })
2550
714
  .s("AWSEvents", "TagResource", {})
2551
715
  .n("EventBridgeClient", "TagResourceCommand")
2552
- .sc(TagResource$)
716
+ .sc(schemas_0.TagResource$)
2553
717
  .build() {
2554
718
  }
2555
719
 
@@ -2561,7 +725,7 @@ class TestEventPatternCommand extends smithyClient.Command
2561
725
  })
2562
726
  .s("AWSEvents", "TestEventPattern", {})
2563
727
  .n("EventBridgeClient", "TestEventPatternCommand")
2564
- .sc(TestEventPattern$)
728
+ .sc(schemas_0.TestEventPattern$)
2565
729
  .build() {
2566
730
  }
2567
731
 
@@ -2573,7 +737,7 @@ class UntagResourceCommand extends smithyClient.Command
2573
737
  })
2574
738
  .s("AWSEvents", "UntagResource", {})
2575
739
  .n("EventBridgeClient", "UntagResourceCommand")
2576
- .sc(UntagResource$)
740
+ .sc(schemas_0.UntagResource$)
2577
741
  .build() {
2578
742
  }
2579
743
 
@@ -2585,7 +749,7 @@ class UpdateApiDestinationCommand extends smithyClient.Command
2585
749
  })
2586
750
  .s("AWSEvents", "UpdateApiDestination", {})
2587
751
  .n("EventBridgeClient", "UpdateApiDestinationCommand")
2588
- .sc(UpdateApiDestination$)
752
+ .sc(schemas_0.UpdateApiDestination$)
2589
753
  .build() {
2590
754
  }
2591
755
 
@@ -2597,7 +761,7 @@ class UpdateArchiveCommand extends smithyClient.Command
2597
761
  })
2598
762
  .s("AWSEvents", "UpdateArchive", {})
2599
763
  .n("EventBridgeClient", "UpdateArchiveCommand")
2600
- .sc(UpdateArchive$)
764
+ .sc(schemas_0.UpdateArchive$)
2601
765
  .build() {
2602
766
  }
2603
767
 
@@ -2609,7 +773,7 @@ class UpdateConnectionCommand extends smithyClient.Command
2609
773
  })
2610
774
  .s("AWSEvents", "UpdateConnection", {})
2611
775
  .n("EventBridgeClient", "UpdateConnectionCommand")
2612
- .sc(UpdateConnection$)
776
+ .sc(schemas_0.UpdateConnection$)
2613
777
  .build() {
2614
778
  }
2615
779
 
@@ -2621,7 +785,7 @@ class UpdateEndpointCommand extends smithyClient.Command
2621
785
  })
2622
786
  .s("AWSEvents", "UpdateEndpoint", {})
2623
787
  .n("EventBridgeClient", "UpdateEndpointCommand")
2624
- .sc(UpdateEndpoint$)
788
+ .sc(schemas_0.UpdateEndpoint$)
2625
789
  .build() {
2626
790
  }
2627
791
 
@@ -2633,7 +797,7 @@ class UpdateEventBusCommand extends smithyClient.Command
2633
797
  })
2634
798
  .s("AWSEvents", "UpdateEventBus", {})
2635
799
  .n("EventBridgeClient", "UpdateEventBusCommand")
2636
- .sc(UpdateEventBus$)
800
+ .sc(schemas_0.UpdateEventBus$)
2637
801
  .build() {
2638
802
  }
2639
803
 
@@ -2813,341 +977,96 @@ Object.defineProperty(exports, "__Client", {
2813
977
  enumerable: true,
2814
978
  get: function () { return smithyClient.Client; }
2815
979
  });
2816
- exports.AccessDeniedException = AccessDeniedException;
2817
- exports.AccessDeniedException$ = AccessDeniedException$;
2818
- exports.ActivateEventSource$ = ActivateEventSource$;
980
+ Object.defineProperty(exports, "EventBridgeServiceException", {
981
+ enumerable: true,
982
+ get: function () { return EventBridgeServiceException.EventBridgeServiceException; }
983
+ });
2819
984
  exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
2820
- exports.ActivateEventSourceRequest$ = ActivateEventSourceRequest$;
2821
- exports.ApiDestination$ = ApiDestination$;
2822
985
  exports.ApiDestinationHttpMethod = ApiDestinationHttpMethod;
2823
986
  exports.ApiDestinationState = ApiDestinationState;
2824
- exports.AppSyncParameters$ = AppSyncParameters$;
2825
- exports.Archive$ = Archive$;
2826
987
  exports.ArchiveState = ArchiveState;
2827
988
  exports.AssignPublicIp = AssignPublicIp;
2828
- exports.AwsVpcConfiguration$ = AwsVpcConfiguration$;
2829
- exports.BatchArrayProperties$ = BatchArrayProperties$;
2830
- exports.BatchParameters$ = BatchParameters$;
2831
- exports.BatchRetryStrategy$ = BatchRetryStrategy$;
2832
- exports.CancelReplay$ = CancelReplay$;
2833
989
  exports.CancelReplayCommand = CancelReplayCommand;
2834
- exports.CancelReplayRequest$ = CancelReplayRequest$;
2835
- exports.CancelReplayResponse$ = CancelReplayResponse$;
2836
- exports.CapacityProviderStrategyItem$ = CapacityProviderStrategyItem$;
2837
- exports.ConcurrentModificationException = ConcurrentModificationException;
2838
- exports.ConcurrentModificationException$ = ConcurrentModificationException$;
2839
- exports.Condition$ = Condition$;
2840
- exports.Connection$ = Connection$;
2841
- exports.ConnectionApiKeyAuthResponseParameters$ = ConnectionApiKeyAuthResponseParameters$;
2842
- exports.ConnectionAuthResponseParameters$ = ConnectionAuthResponseParameters$;
2843
990
  exports.ConnectionAuthorizationType = ConnectionAuthorizationType;
2844
- exports.ConnectionBasicAuthResponseParameters$ = ConnectionBasicAuthResponseParameters$;
2845
- exports.ConnectionBodyParameter$ = ConnectionBodyParameter$;
2846
- exports.ConnectionHeaderParameter$ = ConnectionHeaderParameter$;
2847
- exports.ConnectionHttpParameters$ = ConnectionHttpParameters$;
2848
- exports.ConnectionOAuthClientResponseParameters$ = ConnectionOAuthClientResponseParameters$;
2849
991
  exports.ConnectionOAuthHttpMethod = ConnectionOAuthHttpMethod;
2850
- exports.ConnectionOAuthResponseParameters$ = ConnectionOAuthResponseParameters$;
2851
- exports.ConnectionQueryStringParameter$ = ConnectionQueryStringParameter$;
2852
992
  exports.ConnectionState = ConnectionState;
2853
- exports.ConnectivityResourceConfigurationArn$ = ConnectivityResourceConfigurationArn$;
2854
- exports.ConnectivityResourceParameters$ = ConnectivityResourceParameters$;
2855
- exports.CreateApiDestination$ = CreateApiDestination$;
2856
993
  exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
2857
- exports.CreateApiDestinationRequest$ = CreateApiDestinationRequest$;
2858
- exports.CreateApiDestinationResponse$ = CreateApiDestinationResponse$;
2859
- exports.CreateArchive$ = CreateArchive$;
2860
994
  exports.CreateArchiveCommand = CreateArchiveCommand;
2861
- exports.CreateArchiveRequest$ = CreateArchiveRequest$;
2862
- exports.CreateArchiveResponse$ = CreateArchiveResponse$;
2863
- exports.CreateConnection$ = CreateConnection$;
2864
- exports.CreateConnectionApiKeyAuthRequestParameters$ = CreateConnectionApiKeyAuthRequestParameters$;
2865
- exports.CreateConnectionAuthRequestParameters$ = CreateConnectionAuthRequestParameters$;
2866
- exports.CreateConnectionBasicAuthRequestParameters$ = CreateConnectionBasicAuthRequestParameters$;
2867
995
  exports.CreateConnectionCommand = CreateConnectionCommand;
2868
- exports.CreateConnectionOAuthClientRequestParameters$ = CreateConnectionOAuthClientRequestParameters$;
2869
- exports.CreateConnectionOAuthRequestParameters$ = CreateConnectionOAuthRequestParameters$;
2870
- exports.CreateConnectionRequest$ = CreateConnectionRequest$;
2871
- exports.CreateConnectionResponse$ = CreateConnectionResponse$;
2872
- exports.CreateEndpoint$ = CreateEndpoint$;
2873
996
  exports.CreateEndpointCommand = CreateEndpointCommand;
2874
- exports.CreateEndpointRequest$ = CreateEndpointRequest$;
2875
- exports.CreateEndpointResponse$ = CreateEndpointResponse$;
2876
- exports.CreateEventBus$ = CreateEventBus$;
2877
997
  exports.CreateEventBusCommand = CreateEventBusCommand;
2878
- exports.CreateEventBusRequest$ = CreateEventBusRequest$;
2879
- exports.CreateEventBusResponse$ = CreateEventBusResponse$;
2880
- exports.CreatePartnerEventSource$ = CreatePartnerEventSource$;
2881
998
  exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
2882
- exports.CreatePartnerEventSourceRequest$ = CreatePartnerEventSourceRequest$;
2883
- exports.CreatePartnerEventSourceResponse$ = CreatePartnerEventSourceResponse$;
2884
- exports.DeactivateEventSource$ = DeactivateEventSource$;
2885
999
  exports.DeactivateEventSourceCommand = DeactivateEventSourceCommand;
2886
- exports.DeactivateEventSourceRequest$ = DeactivateEventSourceRequest$;
2887
- exports.DeadLetterConfig$ = DeadLetterConfig$;
2888
- exports.DeauthorizeConnection$ = DeauthorizeConnection$;
2889
1000
  exports.DeauthorizeConnectionCommand = DeauthorizeConnectionCommand;
2890
- exports.DeauthorizeConnectionRequest$ = DeauthorizeConnectionRequest$;
2891
- exports.DeauthorizeConnectionResponse$ = DeauthorizeConnectionResponse$;
2892
- exports.DeleteApiDestination$ = DeleteApiDestination$;
2893
1001
  exports.DeleteApiDestinationCommand = DeleteApiDestinationCommand;
2894
- exports.DeleteApiDestinationRequest$ = DeleteApiDestinationRequest$;
2895
- exports.DeleteApiDestinationResponse$ = DeleteApiDestinationResponse$;
2896
- exports.DeleteArchive$ = DeleteArchive$;
2897
1002
  exports.DeleteArchiveCommand = DeleteArchiveCommand;
2898
- exports.DeleteArchiveRequest$ = DeleteArchiveRequest$;
2899
- exports.DeleteArchiveResponse$ = DeleteArchiveResponse$;
2900
- exports.DeleteConnection$ = DeleteConnection$;
2901
1003
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
2902
- exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
2903
- exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
2904
- exports.DeleteEndpoint$ = DeleteEndpoint$;
2905
1004
  exports.DeleteEndpointCommand = DeleteEndpointCommand;
2906
- exports.DeleteEndpointRequest$ = DeleteEndpointRequest$;
2907
- exports.DeleteEndpointResponse$ = DeleteEndpointResponse$;
2908
- exports.DeleteEventBus$ = DeleteEventBus$;
2909
1005
  exports.DeleteEventBusCommand = DeleteEventBusCommand;
2910
- exports.DeleteEventBusRequest$ = DeleteEventBusRequest$;
2911
- exports.DeletePartnerEventSource$ = DeletePartnerEventSource$;
2912
1006
  exports.DeletePartnerEventSourceCommand = DeletePartnerEventSourceCommand;
2913
- exports.DeletePartnerEventSourceRequest$ = DeletePartnerEventSourceRequest$;
2914
- exports.DeleteRule$ = DeleteRule$;
2915
1007
  exports.DeleteRuleCommand = DeleteRuleCommand;
2916
- exports.DeleteRuleRequest$ = DeleteRuleRequest$;
2917
- exports.DescribeApiDestination$ = DescribeApiDestination$;
2918
1008
  exports.DescribeApiDestinationCommand = DescribeApiDestinationCommand;
2919
- exports.DescribeApiDestinationRequest$ = DescribeApiDestinationRequest$;
2920
- exports.DescribeApiDestinationResponse$ = DescribeApiDestinationResponse$;
2921
- exports.DescribeArchive$ = DescribeArchive$;
2922
1009
  exports.DescribeArchiveCommand = DescribeArchiveCommand;
2923
- exports.DescribeArchiveRequest$ = DescribeArchiveRequest$;
2924
- exports.DescribeArchiveResponse$ = DescribeArchiveResponse$;
2925
- exports.DescribeConnection$ = DescribeConnection$;
2926
1010
  exports.DescribeConnectionCommand = DescribeConnectionCommand;
2927
- exports.DescribeConnectionConnectivityParameters$ = DescribeConnectionConnectivityParameters$;
2928
- exports.DescribeConnectionRequest$ = DescribeConnectionRequest$;
2929
- exports.DescribeConnectionResourceParameters$ = DescribeConnectionResourceParameters$;
2930
- exports.DescribeConnectionResponse$ = DescribeConnectionResponse$;
2931
- exports.DescribeEndpoint$ = DescribeEndpoint$;
2932
1011
  exports.DescribeEndpointCommand = DescribeEndpointCommand;
2933
- exports.DescribeEndpointRequest$ = DescribeEndpointRequest$;
2934
- exports.DescribeEndpointResponse$ = DescribeEndpointResponse$;
2935
- exports.DescribeEventBus$ = DescribeEventBus$;
2936
1012
  exports.DescribeEventBusCommand = DescribeEventBusCommand;
2937
- exports.DescribeEventBusRequest$ = DescribeEventBusRequest$;
2938
- exports.DescribeEventBusResponse$ = DescribeEventBusResponse$;
2939
- exports.DescribeEventSource$ = DescribeEventSource$;
2940
1013
  exports.DescribeEventSourceCommand = DescribeEventSourceCommand;
2941
- exports.DescribeEventSourceRequest$ = DescribeEventSourceRequest$;
2942
- exports.DescribeEventSourceResponse$ = DescribeEventSourceResponse$;
2943
- exports.DescribePartnerEventSource$ = DescribePartnerEventSource$;
2944
1014
  exports.DescribePartnerEventSourceCommand = DescribePartnerEventSourceCommand;
2945
- exports.DescribePartnerEventSourceRequest$ = DescribePartnerEventSourceRequest$;
2946
- exports.DescribePartnerEventSourceResponse$ = DescribePartnerEventSourceResponse$;
2947
- exports.DescribeReplay$ = DescribeReplay$;
2948
1015
  exports.DescribeReplayCommand = DescribeReplayCommand;
2949
- exports.DescribeReplayRequest$ = DescribeReplayRequest$;
2950
- exports.DescribeReplayResponse$ = DescribeReplayResponse$;
2951
- exports.DescribeRule$ = DescribeRule$;
2952
1016
  exports.DescribeRuleCommand = DescribeRuleCommand;
2953
- exports.DescribeRuleRequest$ = DescribeRuleRequest$;
2954
- exports.DescribeRuleResponse$ = DescribeRuleResponse$;
2955
- exports.DisableRule$ = DisableRule$;
2956
1017
  exports.DisableRuleCommand = DisableRuleCommand;
2957
- exports.DisableRuleRequest$ = DisableRuleRequest$;
2958
- exports.EcsParameters$ = EcsParameters$;
2959
- exports.EnableRule$ = EnableRule$;
2960
1018
  exports.EnableRuleCommand = EnableRuleCommand;
2961
- exports.EnableRuleRequest$ = EnableRuleRequest$;
2962
- exports.Endpoint$ = Endpoint$;
2963
- exports.EndpointEventBus$ = EndpointEventBus$;
2964
1019
  exports.EndpointState = EndpointState;
2965
1020
  exports.EventBridge = EventBridge;
2966
1021
  exports.EventBridgeClient = EventBridgeClient;
2967
- exports.EventBridgeServiceException = EventBridgeServiceException;
2968
- exports.EventBridgeServiceException$ = EventBridgeServiceException$;
2969
- exports.EventBus$ = EventBus$;
2970
- exports.EventSource$ = EventSource$;
2971
1022
  exports.EventSourceState = EventSourceState;
2972
- exports.FailoverConfig$ = FailoverConfig$;
2973
- exports.HttpParameters$ = HttpParameters$;
2974
- exports.IllegalStatusException = IllegalStatusException;
2975
- exports.IllegalStatusException$ = IllegalStatusException$;
2976
1023
  exports.IncludeDetail = IncludeDetail;
2977
- exports.InputTransformer$ = InputTransformer$;
2978
- exports.InternalException = InternalException;
2979
- exports.InternalException$ = InternalException$;
2980
- exports.InvalidEventPatternException = InvalidEventPatternException;
2981
- exports.InvalidEventPatternException$ = InvalidEventPatternException$;
2982
- exports.InvalidStateException = InvalidStateException;
2983
- exports.InvalidStateException$ = InvalidStateException$;
2984
- exports.KinesisParameters$ = KinesisParameters$;
2985
1024
  exports.LaunchType = LaunchType;
2986
1025
  exports.Level = Level;
2987
- exports.LimitExceededException = LimitExceededException;
2988
- exports.LimitExceededException$ = LimitExceededException$;
2989
- exports.ListApiDestinations$ = ListApiDestinations$;
2990
1026
  exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
2991
- exports.ListApiDestinationsRequest$ = ListApiDestinationsRequest$;
2992
- exports.ListApiDestinationsResponse$ = ListApiDestinationsResponse$;
2993
- exports.ListArchives$ = ListArchives$;
2994
1027
  exports.ListArchivesCommand = ListArchivesCommand;
2995
- exports.ListArchivesRequest$ = ListArchivesRequest$;
2996
- exports.ListArchivesResponse$ = ListArchivesResponse$;
2997
- exports.ListConnections$ = ListConnections$;
2998
1028
  exports.ListConnectionsCommand = ListConnectionsCommand;
2999
- exports.ListConnectionsRequest$ = ListConnectionsRequest$;
3000
- exports.ListConnectionsResponse$ = ListConnectionsResponse$;
3001
- exports.ListEndpoints$ = ListEndpoints$;
3002
1029
  exports.ListEndpointsCommand = ListEndpointsCommand;
3003
- exports.ListEndpointsRequest$ = ListEndpointsRequest$;
3004
- exports.ListEndpointsResponse$ = ListEndpointsResponse$;
3005
- exports.ListEventBuses$ = ListEventBuses$;
3006
1030
  exports.ListEventBusesCommand = ListEventBusesCommand;
3007
- exports.ListEventBusesRequest$ = ListEventBusesRequest$;
3008
- exports.ListEventBusesResponse$ = ListEventBusesResponse$;
3009
- exports.ListEventSources$ = ListEventSources$;
3010
1031
  exports.ListEventSourcesCommand = ListEventSourcesCommand;
3011
- exports.ListEventSourcesRequest$ = ListEventSourcesRequest$;
3012
- exports.ListEventSourcesResponse$ = ListEventSourcesResponse$;
3013
- exports.ListPartnerEventSourceAccounts$ = ListPartnerEventSourceAccounts$;
3014
1032
  exports.ListPartnerEventSourceAccountsCommand = ListPartnerEventSourceAccountsCommand;
3015
- exports.ListPartnerEventSourceAccountsRequest$ = ListPartnerEventSourceAccountsRequest$;
3016
- exports.ListPartnerEventSourceAccountsResponse$ = ListPartnerEventSourceAccountsResponse$;
3017
- exports.ListPartnerEventSources$ = ListPartnerEventSources$;
3018
1033
  exports.ListPartnerEventSourcesCommand = ListPartnerEventSourcesCommand;
3019
- exports.ListPartnerEventSourcesRequest$ = ListPartnerEventSourcesRequest$;
3020
- exports.ListPartnerEventSourcesResponse$ = ListPartnerEventSourcesResponse$;
3021
- exports.ListReplays$ = ListReplays$;
3022
1034
  exports.ListReplaysCommand = ListReplaysCommand;
3023
- exports.ListReplaysRequest$ = ListReplaysRequest$;
3024
- exports.ListReplaysResponse$ = ListReplaysResponse$;
3025
- exports.ListRuleNamesByTarget$ = ListRuleNamesByTarget$;
3026
1035
  exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
3027
- exports.ListRuleNamesByTargetRequest$ = ListRuleNamesByTargetRequest$;
3028
- exports.ListRuleNamesByTargetResponse$ = ListRuleNamesByTargetResponse$;
3029
- exports.ListRules$ = ListRules$;
3030
1036
  exports.ListRulesCommand = ListRulesCommand;
3031
- exports.ListRulesRequest$ = ListRulesRequest$;
3032
- exports.ListRulesResponse$ = ListRulesResponse$;
3033
- exports.ListTagsForResource$ = ListTagsForResource$;
3034
1037
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3035
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3036
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3037
- exports.ListTargetsByRule$ = ListTargetsByRule$;
3038
1038
  exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
3039
- exports.ListTargetsByRuleRequest$ = ListTargetsByRuleRequest$;
3040
- exports.ListTargetsByRuleResponse$ = ListTargetsByRuleResponse$;
3041
- exports.LogConfig$ = LogConfig$;
3042
- exports.ManagedRuleException = ManagedRuleException;
3043
- exports.ManagedRuleException$ = ManagedRuleException$;
3044
- exports.NetworkConfiguration$ = NetworkConfiguration$;
3045
- exports.OperationDisabledException = OperationDisabledException;
3046
- exports.OperationDisabledException$ = OperationDisabledException$;
3047
- exports.PartnerEventSource$ = PartnerEventSource$;
3048
- exports.PartnerEventSourceAccount$ = PartnerEventSourceAccount$;
3049
- exports.PlacementConstraint$ = PlacementConstraint$;
3050
1039
  exports.PlacementConstraintType = PlacementConstraintType;
3051
- exports.PlacementStrategy$ = PlacementStrategy$;
3052
1040
  exports.PlacementStrategyType = PlacementStrategyType;
3053
- exports.PolicyLengthExceededException = PolicyLengthExceededException;
3054
- exports.PolicyLengthExceededException$ = PolicyLengthExceededException$;
3055
- exports.Primary$ = Primary$;
3056
1041
  exports.PropagateTags = PropagateTags;
3057
- exports.PutEvents$ = PutEvents$;
3058
1042
  exports.PutEventsCommand = PutEventsCommand;
3059
- exports.PutEventsRequest$ = PutEventsRequest$;
3060
- exports.PutEventsRequestEntry$ = PutEventsRequestEntry$;
3061
- exports.PutEventsResponse$ = PutEventsResponse$;
3062
- exports.PutEventsResultEntry$ = PutEventsResultEntry$;
3063
- exports.PutPartnerEvents$ = PutPartnerEvents$;
3064
1043
  exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
3065
- exports.PutPartnerEventsRequest$ = PutPartnerEventsRequest$;
3066
- exports.PutPartnerEventsRequestEntry$ = PutPartnerEventsRequestEntry$;
3067
- exports.PutPartnerEventsResponse$ = PutPartnerEventsResponse$;
3068
- exports.PutPartnerEventsResultEntry$ = PutPartnerEventsResultEntry$;
3069
- exports.PutPermission$ = PutPermission$;
3070
1044
  exports.PutPermissionCommand = PutPermissionCommand;
3071
- exports.PutPermissionRequest$ = PutPermissionRequest$;
3072
- exports.PutRule$ = PutRule$;
3073
1045
  exports.PutRuleCommand = PutRuleCommand;
3074
- exports.PutRuleRequest$ = PutRuleRequest$;
3075
- exports.PutRuleResponse$ = PutRuleResponse$;
3076
- exports.PutTargets$ = PutTargets$;
3077
1046
  exports.PutTargetsCommand = PutTargetsCommand;
3078
- exports.PutTargetsRequest$ = PutTargetsRequest$;
3079
- exports.PutTargetsResponse$ = PutTargetsResponse$;
3080
- exports.PutTargetsResultEntry$ = PutTargetsResultEntry$;
3081
- exports.RedshiftDataParameters$ = RedshiftDataParameters$;
3082
- exports.RemovePermission$ = RemovePermission$;
3083
1047
  exports.RemovePermissionCommand = RemovePermissionCommand;
3084
- exports.RemovePermissionRequest$ = RemovePermissionRequest$;
3085
- exports.RemoveTargets$ = RemoveTargets$;
3086
1048
  exports.RemoveTargetsCommand = RemoveTargetsCommand;
3087
- exports.RemoveTargetsRequest$ = RemoveTargetsRequest$;
3088
- exports.RemoveTargetsResponse$ = RemoveTargetsResponse$;
3089
- exports.RemoveTargetsResultEntry$ = RemoveTargetsResultEntry$;
3090
- exports.Replay$ = Replay$;
3091
- exports.ReplayDestination$ = ReplayDestination$;
3092
1049
  exports.ReplayState = ReplayState;
3093
- exports.ReplicationConfig$ = ReplicationConfig$;
3094
1050
  exports.ReplicationState = ReplicationState;
3095
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3096
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
3097
- exports.ResourceNotFoundException = ResourceNotFoundException;
3098
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3099
- exports.RetryPolicy$ = RetryPolicy$;
3100
- exports.RoutingConfig$ = RoutingConfig$;
3101
- exports.Rule$ = Rule$;
3102
1051
  exports.RuleState = RuleState;
3103
- exports.RunCommandParameters$ = RunCommandParameters$;
3104
- exports.RunCommandTarget$ = RunCommandTarget$;
3105
- exports.SageMakerPipelineParameter$ = SageMakerPipelineParameter$;
3106
- exports.SageMakerPipelineParameters$ = SageMakerPipelineParameters$;
3107
- exports.Secondary$ = Secondary$;
3108
- exports.SqsParameters$ = SqsParameters$;
3109
- exports.StartReplay$ = StartReplay$;
3110
1052
  exports.StartReplayCommand = StartReplayCommand;
3111
- exports.StartReplayRequest$ = StartReplayRequest$;
3112
- exports.StartReplayResponse$ = StartReplayResponse$;
3113
- exports.Tag$ = Tag$;
3114
- exports.TagResource$ = TagResource$;
3115
1053
  exports.TagResourceCommand = TagResourceCommand;
3116
- exports.TagResourceRequest$ = TagResourceRequest$;
3117
- exports.TagResourceResponse$ = TagResourceResponse$;
3118
- exports.Target$ = Target$;
3119
- exports.TestEventPattern$ = TestEventPattern$;
3120
1054
  exports.TestEventPatternCommand = TestEventPatternCommand;
3121
- exports.TestEventPatternRequest$ = TestEventPatternRequest$;
3122
- exports.TestEventPatternResponse$ = TestEventPatternResponse$;
3123
- exports.ThrottlingException = ThrottlingException;
3124
- exports.ThrottlingException$ = ThrottlingException$;
3125
- exports.UntagResource$ = UntagResource$;
3126
1055
  exports.UntagResourceCommand = UntagResourceCommand;
3127
- exports.UntagResourceRequest$ = UntagResourceRequest$;
3128
- exports.UntagResourceResponse$ = UntagResourceResponse$;
3129
- exports.UpdateApiDestination$ = UpdateApiDestination$;
3130
1056
  exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
3131
- exports.UpdateApiDestinationRequest$ = UpdateApiDestinationRequest$;
3132
- exports.UpdateApiDestinationResponse$ = UpdateApiDestinationResponse$;
3133
- exports.UpdateArchive$ = UpdateArchive$;
3134
1057
  exports.UpdateArchiveCommand = UpdateArchiveCommand;
3135
- exports.UpdateArchiveRequest$ = UpdateArchiveRequest$;
3136
- exports.UpdateArchiveResponse$ = UpdateArchiveResponse$;
3137
- exports.UpdateConnection$ = UpdateConnection$;
3138
- exports.UpdateConnectionApiKeyAuthRequestParameters$ = UpdateConnectionApiKeyAuthRequestParameters$;
3139
- exports.UpdateConnectionAuthRequestParameters$ = UpdateConnectionAuthRequestParameters$;
3140
- exports.UpdateConnectionBasicAuthRequestParameters$ = UpdateConnectionBasicAuthRequestParameters$;
3141
1058
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
3142
- exports.UpdateConnectionOAuthClientRequestParameters$ = UpdateConnectionOAuthClientRequestParameters$;
3143
- exports.UpdateConnectionOAuthRequestParameters$ = UpdateConnectionOAuthRequestParameters$;
3144
- exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
3145
- exports.UpdateConnectionResponse$ = UpdateConnectionResponse$;
3146
- exports.UpdateEndpoint$ = UpdateEndpoint$;
3147
1059
  exports.UpdateEndpointCommand = UpdateEndpointCommand;
3148
- exports.UpdateEndpointRequest$ = UpdateEndpointRequest$;
3149
- exports.UpdateEndpointResponse$ = UpdateEndpointResponse$;
3150
- exports.UpdateEventBus$ = UpdateEventBus$;
3151
1060
  exports.UpdateEventBusCommand = UpdateEventBusCommand;
3152
- exports.UpdateEventBusRequest$ = UpdateEventBusRequest$;
3153
- exports.UpdateEventBusResponse$ = UpdateEventBusResponse$;
1061
+ Object.keys(schemas_0).forEach(function (k) {
1062
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1063
+ enumerable: true,
1064
+ get: function () { return schemas_0[k]; }
1065
+ });
1066
+ });
1067
+ Object.keys(errors).forEach(function (k) {
1068
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1069
+ enumerable: true,
1070
+ get: function () { return errors[k]; }
1071
+ });
1072
+ });