@aws-sdk/client-eventbridge 3.1075.0 → 3.1077.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
@@ -1,21 +1,226 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultEventBridgeHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { ActivateEventSource$, CancelReplay$, CreateApiDestination$, CreateArchive$, CreateConnection$, CreateEndpoint$, CreateEventBus$, CreatePartnerEventSource$, DeactivateEventSource$, DeauthorizeConnection$, DeleteApiDestination$, DeleteArchive$, DeleteConnection$, DeleteEndpoint$, DeleteEventBus$, DeletePartnerEventSource$, DeleteRule$, DescribeApiDestination$, DescribeArchive$, DescribeConnection$, DescribeEndpoint$, DescribeEventBus$, DescribeEventSource$, DescribePartnerEventSource$, DescribeReplay$, DescribeRule$, DisableRule$, EnableRule$, ListApiDestinations$, ListArchives$, ListConnections$, ListEndpoints$, ListEventBuses$, ListEventSources$, ListPartnerEventSourceAccounts$, ListPartnerEventSources$, ListReplays$, ListRuleNamesByTarget$, ListRules$, ListTagsForResource$, ListTargetsByRule$, PutEvents$, PutPartnerEvents$, PutPermission$, PutRule$, PutTargets$, RemovePermission$, RemoveTargets$, StartReplay$, TagResource$, TestEventPattern$, UntagResource$, UpdateApiDestination$, UpdateArchive$, UpdateConnection$, UpdateEndpoint$, UpdateEventBus$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { EventBridgeServiceException } = require("./models/EventBridgeServiceException");
18
- exports.EventBridgeServiceException = EventBridgeServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, resolveAwsSdkSigV4AConfig, AwsSdkSigV4Signer, AwsSdkSigV4ASigner, NODE_SIGV4A_CONFIG_OPTIONS, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { SignatureV4MultiRegion } = require("@aws-sdk/signature-v4-multi-region");
13
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
15
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
16
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
18
+
19
+ const o = "ref";
20
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "stringEquals", g = "getAttr", h = { [o]: "Endpoint" }, i = { [o]: "EndpointId" }, j = { [o]: d }, k = { [o]: "Region" }, l = {}, m = { "authSchemes": [{ "name": "sigv4a", "signingName": "events", "signingRegionSet": ["*"] }] }, n = [k];
21
+ const _data = {
22
+ conditions: [
23
+ [c, n],
24
+ [c, [h]],
25
+ [c, [i]],
26
+ ["aws.partition", n, d],
27
+ [e, [{ [o]: "UseFIPS" }, b]],
28
+ [e, [{ [o]: "UseDualStack" }, b]],
29
+ [f, [{ fn: g, argv: [j, "name"] }, "aws-us-gov"]],
30
+ ["isValidHostLabel", [i, b]],
31
+ [e, [{ fn: g, argv: [j, "supportsFIPS"] }, b]],
32
+ [e, [{ fn: g, argv: [j, "supportsDualStack"] }, b]],
33
+ [f, [k, "us-gov-east-1"]],
34
+ [f, [k, "us-gov-west-1"]]
35
+ ],
36
+ results: [
37
+ [a],
38
+ ["https://events.{Region}.{PartitionResult#dualStackDnsSuffix}", l],
39
+ [h, m],
40
+ ["https://{EndpointId}.endpoint.events.{PartitionResult#dualStackDnsSuffix}", m],
41
+ [a, "DualStack is enabled but this partition does not support DualStack"],
42
+ ["https://{EndpointId}.endpoint.events.{PartitionResult#dnsSuffix}", m],
43
+ [a, "Invalid Configuration: FIPS is not supported with EventBridge multi-region endpoints."],
44
+ [a, "EndpointId must be a valid host label."],
45
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
46
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
47
+ [h, l],
48
+ ["https://events-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", l],
49
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
50
+ ["https://events.us-gov-east-1.amazonaws.com", l],
51
+ ["https://events.us-gov-west-1.amazonaws.com", l],
52
+ ["https://events-fips.{Region}.{PartitionResult#dnsSuffix}", l],
53
+ [a, "FIPS is enabled but this partition does not support FIPS"],
54
+ ["https://events.{Region}.{PartitionResult#dnsSuffix}", l],
55
+ [a, "Invalid Configuration: Missing Region"]
56
+ ]
57
+ };
58
+ const root = 2;
59
+ const r = 100_000_000;
60
+ const nodes = new Int32Array([
61
+ -1, 1, -1,
62
+ 0, 4, 3,
63
+ 1, 27, r + 18,
64
+ 1, 25, 5,
65
+ 2, 17, 6,
66
+ 3, 7, r + 18,
67
+ 4, 10, 8,
68
+ 5, 9, r + 17,
69
+ 9, r + 1, r + 4,
70
+ 5, 14, 11,
71
+ 8, 12, r + 16,
72
+ 10, r + 13, 13,
73
+ 11, r + 14, r + 15,
74
+ 6, r + 1, 15,
75
+ 8, 16, r + 12,
76
+ 9, r + 11, r + 12,
77
+ 3, 18, r + 18,
78
+ 4, 23, 19,
79
+ 5, 21, 20,
80
+ 7, r + 5, r + 7,
81
+ 7, 22, r + 7,
82
+ 9, r + 3, r + 4,
83
+ 5, 24, 31,
84
+ 6, r + 1, 31,
85
+ 2, 26, 27,
86
+ 3, 29, 27,
87
+ 4, r + 8, 28,
88
+ 5, r + 9, r + 10,
89
+ 4, 31, 30,
90
+ 7, r + 2, r + 7,
91
+ 7, r + 6, r + 7,
92
+ ]);
93
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
94
+
95
+ const cache = new EndpointCache({
96
+ size: 50,
97
+ params: ["Endpoint", "EndpointId", "Region", "UseDualStack", "UseFIPS"],
98
+ });
99
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
100
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
101
+ endpointParams: endpointParams,
102
+ logger: context.logger,
103
+ }));
104
+ };
105
+ customEndpointFunctions.aws = awsEndpointFunctions;
106
+
107
+ const createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSchemeParametersProvider) => async (config, context, input) => {
108
+ if (!input) {
109
+ throw new Error("Could not find `input` for `defaultEndpointRuleSetHttpAuthSchemeParametersProvider`");
110
+ }
111
+ const defaultParameters = await defaultHttpAuthSchemeParametersProvider(config, context, input);
112
+ const instructionsFn = getSmithyContext(context)?.commandInstance?.constructor
113
+ ?.getEndpointParameterInstructions;
114
+ if (!instructionsFn) {
115
+ throw new Error(`getEndpointParameterInstructions() is not defined on '${context.commandName}'`);
116
+ }
117
+ const endpointParameters = await resolveParams(input, { getEndpointParameterInstructions: instructionsFn }, config);
118
+ return Object.assign(defaultParameters, endpointParameters);
119
+ };
120
+ const _defaultEventBridgeHttpAuthSchemeParametersProvider = async (config, context, input) => {
121
+ return {
122
+ operation: getSmithyContext(context).operation,
123
+ region: await normalizeProvider(config.region)() || (() => {
124
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
125
+ })(),
126
+ };
127
+ };
128
+ const defaultEventBridgeHttpAuthSchemeParametersProvider = createEndpointRuleSetHttpAuthSchemeParametersProvider(_defaultEventBridgeHttpAuthSchemeParametersProvider);
129
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
130
+ return {
131
+ schemeId: "aws.auth#sigv4",
132
+ signingProperties: {
133
+ name: "events",
134
+ region: authParameters.region,
135
+ },
136
+ propertiesExtractor: (config, context) => ({
137
+ signingProperties: {
138
+ config,
139
+ context,
140
+ },
141
+ }),
142
+ };
143
+ }
144
+ function createAwsAuthSigv4aHttpAuthOption(authParameters) {
145
+ return {
146
+ schemeId: "aws.auth#sigv4a",
147
+ signingProperties: {
148
+ name: "events",
149
+ region: authParameters.region,
150
+ },
151
+ propertiesExtractor: (config, context) => ({
152
+ signingProperties: {
153
+ config,
154
+ context,
155
+ },
156
+ }),
157
+ };
158
+ }
159
+ const createEndpointRuleSetHttpAuthSchemeProvider = (defaultEndpointResolver, defaultHttpAuthSchemeResolver, createHttpAuthOptionFunctions) => {
160
+ const endpointRuleSetHttpAuthSchemeProvider = (authParameters) => {
161
+ const endpoint = defaultEndpointResolver(authParameters);
162
+ const authSchemes = endpoint.properties?.authSchemes;
163
+ if (!authSchemes) {
164
+ return defaultHttpAuthSchemeResolver(authParameters);
165
+ }
166
+ const options = [];
167
+ for (const scheme of authSchemes) {
168
+ const { name: resolvedName, properties = {}, ...rest } = scheme;
169
+ const name = resolvedName.toLowerCase();
170
+ if (resolvedName !== name) {
171
+ console.warn(`HttpAuthScheme has been normalized with lowercasing: '${resolvedName}' to '${name}'`);
172
+ }
173
+ let schemeId;
174
+ if (name === "sigv4a") {
175
+ schemeId = "aws.auth#sigv4a";
176
+ const sigv4Present = authSchemes.find((s) => {
177
+ const name = s.name.toLowerCase();
178
+ return name !== "sigv4a" && name.startsWith("sigv4");
179
+ });
180
+ if (SignatureV4MultiRegion.sigv4aDependency() === "none" && sigv4Present) {
181
+ continue;
182
+ }
183
+ }
184
+ else if (name.startsWith("sigv4")) {
185
+ schemeId = "aws.auth#sigv4";
186
+ }
187
+ else {
188
+ throw new Error(`Unknown HttpAuthScheme found in '@smithy.rules#endpointRuleSet': '${name}'`);
189
+ }
190
+ const createOption = createHttpAuthOptionFunctions[schemeId];
191
+ if (!createOption) {
192
+ throw new Error(`Could not find HttpAuthOption create function for '${schemeId}'`);
193
+ }
194
+ const option = createOption(authParameters);
195
+ option.schemeId = schemeId;
196
+ option.signingProperties = { ...(option.signingProperties || {}), ...rest, ...properties };
197
+ options.push(option);
198
+ }
199
+ return options;
200
+ };
201
+ return endpointRuleSetHttpAuthSchemeProvider;
202
+ };
203
+ const _defaultEventBridgeHttpAuthSchemeProvider = (authParameters) => {
204
+ const options = [];
205
+ switch (authParameters.operation) {
206
+ default: {
207
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
208
+ options.push(createAwsAuthSigv4aHttpAuthOption(authParameters));
209
+ }
210
+ }
211
+ return options;
212
+ };
213
+ const defaultEventBridgeHttpAuthSchemeProvider = createEndpointRuleSetHttpAuthSchemeProvider(defaultEndpointResolver, _defaultEventBridgeHttpAuthSchemeProvider, {
214
+ "aws.auth#sigv4": createAwsAuthSigv4HttpAuthOption,
215
+ "aws.auth#sigv4a": createAwsAuthSigv4aHttpAuthOption,
216
+ });
217
+ const resolveHttpAuthSchemeConfig = (config) => {
218
+ const config_0 = resolveAwsSdkSigV4Config(config);
219
+ const config_1 = resolveAwsSdkSigV4AConfig(config_0);
220
+ return Object.assign(config_1, {
221
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
222
+ });
223
+ };
19
224
 
20
225
  const resolveClientEndpointParameters = (options) => {
21
226
  return Object.assign(options, {
@@ -31,6 +236,1929 @@ const commonParams = {
31
236
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
237
  };
33
238
 
239
+ var version = "3.1076.0";
240
+ var packageInfo = {
241
+ version: version};
242
+
243
+ class EventBridgeServiceException extends ServiceException {
244
+ constructor(options) {
245
+ super(options);
246
+ Object.setPrototypeOf(this, EventBridgeServiceException.prototype);
247
+ }
248
+ }
249
+
250
+ class AccessDeniedException extends EventBridgeServiceException {
251
+ name = "AccessDeniedException";
252
+ $fault = "client";
253
+ constructor(opts) {
254
+ super({
255
+ name: "AccessDeniedException",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
260
+ }
261
+ }
262
+ class ConcurrentModificationException extends EventBridgeServiceException {
263
+ name = "ConcurrentModificationException";
264
+ $fault = "client";
265
+ constructor(opts) {
266
+ super({
267
+ name: "ConcurrentModificationException",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
272
+ }
273
+ }
274
+ class InternalException extends EventBridgeServiceException {
275
+ name = "InternalException";
276
+ $fault = "server";
277
+ constructor(opts) {
278
+ super({
279
+ name: "InternalException",
280
+ $fault: "server",
281
+ ...opts,
282
+ });
283
+ Object.setPrototypeOf(this, InternalException.prototype);
284
+ }
285
+ }
286
+ class InvalidStateException extends EventBridgeServiceException {
287
+ name = "InvalidStateException";
288
+ $fault = "client";
289
+ constructor(opts) {
290
+ super({
291
+ name: "InvalidStateException",
292
+ $fault: "client",
293
+ ...opts,
294
+ });
295
+ Object.setPrototypeOf(this, InvalidStateException.prototype);
296
+ }
297
+ }
298
+ class OperationDisabledException extends EventBridgeServiceException {
299
+ name = "OperationDisabledException";
300
+ $fault = "client";
301
+ constructor(opts) {
302
+ super({
303
+ name: "OperationDisabledException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ Object.setPrototypeOf(this, OperationDisabledException.prototype);
308
+ }
309
+ }
310
+ class ResourceNotFoundException extends EventBridgeServiceException {
311
+ name = "ResourceNotFoundException";
312
+ $fault = "client";
313
+ constructor(opts) {
314
+ super({
315
+ name: "ResourceNotFoundException",
316
+ $fault: "client",
317
+ ...opts,
318
+ });
319
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
320
+ }
321
+ }
322
+ class IllegalStatusException extends EventBridgeServiceException {
323
+ name = "IllegalStatusException";
324
+ $fault = "client";
325
+ constructor(opts) {
326
+ super({
327
+ name: "IllegalStatusException",
328
+ $fault: "client",
329
+ ...opts,
330
+ });
331
+ Object.setPrototypeOf(this, IllegalStatusException.prototype);
332
+ }
333
+ }
334
+ class LimitExceededException extends EventBridgeServiceException {
335
+ name = "LimitExceededException";
336
+ $fault = "client";
337
+ constructor(opts) {
338
+ super({
339
+ name: "LimitExceededException",
340
+ $fault: "client",
341
+ ...opts,
342
+ });
343
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
344
+ }
345
+ }
346
+ class ResourceAlreadyExistsException extends EventBridgeServiceException {
347
+ name = "ResourceAlreadyExistsException";
348
+ $fault = "client";
349
+ constructor(opts) {
350
+ super({
351
+ name: "ResourceAlreadyExistsException",
352
+ $fault: "client",
353
+ ...opts,
354
+ });
355
+ Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
356
+ }
357
+ }
358
+ class InvalidEventPatternException extends EventBridgeServiceException {
359
+ name = "InvalidEventPatternException";
360
+ $fault = "client";
361
+ constructor(opts) {
362
+ super({
363
+ name: "InvalidEventPatternException",
364
+ $fault: "client",
365
+ ...opts,
366
+ });
367
+ Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
368
+ }
369
+ }
370
+ class ThrottlingException extends EventBridgeServiceException {
371
+ name = "ThrottlingException";
372
+ $fault = "client";
373
+ constructor(opts) {
374
+ super({
375
+ name: "ThrottlingException",
376
+ $fault: "client",
377
+ ...opts,
378
+ });
379
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
380
+ }
381
+ }
382
+ class ManagedRuleException extends EventBridgeServiceException {
383
+ name = "ManagedRuleException";
384
+ $fault = "client";
385
+ constructor(opts) {
386
+ super({
387
+ name: "ManagedRuleException",
388
+ $fault: "client",
389
+ ...opts,
390
+ });
391
+ Object.setPrototypeOf(this, ManagedRuleException.prototype);
392
+ }
393
+ }
394
+ class PolicyLengthExceededException extends EventBridgeServiceException {
395
+ name = "PolicyLengthExceededException";
396
+ $fault = "client";
397
+ constructor(opts) {
398
+ super({
399
+ name: "PolicyLengthExceededException",
400
+ $fault: "client",
401
+ ...opts,
402
+ });
403
+ Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
404
+ }
405
+ }
406
+
407
+ const _A = "Archive";
408
+ const _AA = "ArchiveArn";
409
+ const _AD = "ApiDestination";
410
+ const _ADA = "ApiDestinationArn";
411
+ const _ADE = "AccessDeniedException";
412
+ const _ADRL = "ApiDestinationResponseList";
413
+ const _ADS = "ApiDestinationState";
414
+ const _ADp = "ApiDestinations";
415
+ const _AE = "AuthorizationEndpoint";
416
+ const _AES = "ActivateEventSource";
417
+ const _AESR = "ActivateEventSourceRequest";
418
+ const _AHPS = "AuthHeaderParametersSensitive";
419
+ const _AKAP = "ApiKeyAuthParameters";
420
+ const _AKN = "ApiKeyName";
421
+ const _AKV = "ApiKeyValue";
422
+ const _AN = "ArchiveName";
423
+ const _AP = "ArrayProperties";
424
+ const _API = "AssignPublicIp";
425
+ const _APu = "AuthParameters";
426
+ const _ARL = "ArchiveResponseList";
427
+ const _ASP = "AppSyncParameters";
428
+ const _AT = "AuthorizationType";
429
+ const _AVC = "AwsVpcConfiguration";
430
+ const _Ac = "Account";
431
+ const _Act = "Action";
432
+ const _Ar = "Arn";
433
+ const _Arc = "Archives";
434
+ const _At = "Attempts";
435
+ const _BAP = "BatchArrayProperties";
436
+ const _BAPa = "BasicAuthParameters";
437
+ const _BP = "BatchParameters";
438
+ const _BPo = "BodyParameters";
439
+ const _BRS = "BatchRetryStrategy";
440
+ const _C = "Condition";
441
+ const _CA = "ConnectionArn";
442
+ const _CAD = "CreateApiDestination";
443
+ const _CADR = "CreateApiDestinationRequest";
444
+ const _CADRr = "CreateApiDestinationResponse";
445
+ const _CAKARP = "ConnectionApiKeyAuthResponseParameters";
446
+ const _CAR = "CreateArchiveRequest";
447
+ const _CARP = "ConnectionAuthResponseParameters";
448
+ const _CARr = "CreateArchiveResponse";
449
+ const _CAr = "CreateArchive";
450
+ const _CB = "CreatedBy";
451
+ const _CBARP = "ConnectionBasicAuthResponseParameters";
452
+ const _CBP = "ConnectionBodyParameter";
453
+ const _CBPL = "ConnectionBodyParametersList";
454
+ const _CC = "CreateConnection";
455
+ const _CCAKARP = "CreateConnectionApiKeyAuthRequestParameters";
456
+ const _CCARP = "CreateConnectionAuthRequestParameters";
457
+ const _CCBARP = "CreateConnectionBasicAuthRequestParameters";
458
+ const _CCOACRP = "CreateConnectionOAuthClientRequestParameters";
459
+ const _CCOARP = "CreateConnectionOAuthRequestParameters";
460
+ const _CCR = "CreateConnectionRequest";
461
+ const _CCRr = "CreateConnectionResponse";
462
+ const _CE = "CreateEndpoint";
463
+ const _CEB = "CreateEventBus";
464
+ const _CEBR = "CreateEventBusRequest";
465
+ const _CEBRr = "CreateEventBusResponse";
466
+ const _CER = "CreateEndpointRequest";
467
+ const _CERr = "CreateEndpointResponse";
468
+ const _CHP = "ConnectionHeaderParameter";
469
+ const _CHPL = "ConnectionHeaderParametersList";
470
+ const _CHPo = "ConnectionHttpParameters";
471
+ const _CID = "ClientID";
472
+ const _CME = "ConcurrentModificationException";
473
+ const _COACRP = "ConnectionOAuthClientResponseParameters";
474
+ const _COARP = "ConnectionOAuthResponseParameters";
475
+ const _CP = "ConnectivityParameters";
476
+ const _CPES = "CreatePartnerEventSource";
477
+ const _CPESR = "CreatePartnerEventSourceRequest";
478
+ const _CPESRr = "CreatePartnerEventSourceResponse";
479
+ const _CPS = "CapacityProviderStrategy";
480
+ const _CPSI = "CapacityProviderStrategyItem";
481
+ const _CPl = "ClientParameters";
482
+ const _CQSP = "ConnectionQueryStringParameter";
483
+ const _CQSPL = "ConnectionQueryStringParametersList";
484
+ const _CR = "CancelReplay";
485
+ const _CRCA = "ConnectivityResourceConfigurationArn";
486
+ const _CRL = "ConnectionResponseList";
487
+ const _CRP = "ConnectivityResourceParameters";
488
+ const _CRR = "CancelReplayRequest";
489
+ const _CRRa = "CancelReplayResponse";
490
+ const _CS = "ConnectionState";
491
+ const _CSl = "ClientSecret";
492
+ const _CT = "CreationTime";
493
+ const _Co = "Connection";
494
+ const _Con = "Connections";
495
+ const _D = "Description";
496
+ const _DA = "DeleteArchive";
497
+ const _DAD = "DeleteApiDestination";
498
+ const _DADR = "DeleteApiDestinationRequest";
499
+ const _DADRe = "DeleteApiDestinationResponse";
500
+ const _DADRes = "DescribeApiDestinationRequest";
501
+ const _DADResc = "DescribeApiDestinationResponse";
502
+ const _DADe = "DescribeApiDestination";
503
+ const _DAR = "DeleteArchiveRequest";
504
+ const _DARe = "DeleteArchiveResponse";
505
+ const _DARes = "DescribeArchiveRequest";
506
+ const _DAResc = "DescribeArchiveResponse";
507
+ const _DAe = "DescribeArchive";
508
+ const _DC = "DeauthorizeConnection";
509
+ const _DCCP = "DescribeConnectionConnectivityParameters";
510
+ const _DCR = "DeauthorizeConnectionRequest";
511
+ const _DCRP = "DescribeConnectionResourceParameters";
512
+ const _DCRe = "DeauthorizeConnectionResponse";
513
+ const _DCRel = "DeleteConnectionRequest";
514
+ const _DCRele = "DeleteConnectionResponse";
515
+ const _DCRes = "DescribeConnectionRequest";
516
+ const _DCResc = "DescribeConnectionResponse";
517
+ const _DCe = "DeleteConnection";
518
+ const _DCes = "DescribeConnection";
519
+ const _DE = "DeleteEndpoint";
520
+ const _DEB = "DeleteEventBus";
521
+ const _DEBR = "DeleteEventBusRequest";
522
+ const _DEBRe = "DescribeEventBusRequest";
523
+ const _DEBRes = "DescribeEventBusResponse";
524
+ const _DEBe = "DescribeEventBus";
525
+ const _DER = "DeleteEndpointRequest";
526
+ const _DERe = "DeleteEndpointResponse";
527
+ const _DERes = "DescribeEndpointRequest";
528
+ const _DEResc = "DescribeEndpointResponse";
529
+ const _DES = "DeactivateEventSource";
530
+ const _DESR = "DeactivateEventSourceRequest";
531
+ const _DESRe = "DescribeEventSourceRequest";
532
+ const _DESRes = "DescribeEventSourceResponse";
533
+ const _DESe = "DescribeEventSource";
534
+ const _DEe = "DescribeEndpoint";
535
+ const _DLC = "DeadLetterConfig";
536
+ const _DPES = "DeletePartnerEventSource";
537
+ const _DPESR = "DeletePartnerEventSourceRequest";
538
+ const _DPESRe = "DescribePartnerEventSourceRequest";
539
+ const _DPESRes = "DescribePartnerEventSourceResponse";
540
+ const _DPESe = "DescribePartnerEventSource";
541
+ const _DR = "DeleteRule";
542
+ const _DRR = "DeleteRuleRequest";
543
+ const _DRRe = "DescribeReplayRequest";
544
+ const _DRRes = "DescribeReplayResponse";
545
+ const _DRResc = "DescribeRuleRequest";
546
+ const _DRRescr = "DescribeRuleResponse";
547
+ const _DRRi = "DisableRuleRequest";
548
+ const _DRe = "DescribeReplay";
549
+ const _DRes = "DescribeRule";
550
+ const _DRi = "DisableRule";
551
+ const _DT = "DetailType";
552
+ const _DU = "DbUser";
553
+ const _Da = "Database";
554
+ const _De = "Destination";
555
+ const _Det = "Detail";
556
+ const _E = "Endpoint";
557
+ const _EB = "EventBuses";
558
+ const _EBA = "EventBusArn";
559
+ const _EBL = "EventBusList";
560
+ const _EBN = "EventBusName";
561
+ const _EBv = "EventBus";
562
+ const _EC = "EventCount";
563
+ const _ECr = "ErrorCode";
564
+ const _EEB = "EndpointEventBus";
565
+ const _EEBL = "EndpointEventBusList";
566
+ const _EEC = "EnableExecuteCommand";
567
+ const _EECSMT = "EnableECSManagedTags";
568
+ const _EET = "EventEndTime";
569
+ const _EI = "EndpointId";
570
+ const _EIv = "EventId";
571
+ const _EL = "EndpointList";
572
+ const _ELRT = "EventLastReplayedTime";
573
+ const _EM = "ErrorMessage";
574
+ const _EP = "EventPattern";
575
+ const _EPc = "EcsParameters";
576
+ const _ER = "EnableRule";
577
+ const _ERR = "EnableRuleRequest";
578
+ const _ES = "EventSource";
579
+ const _ESA = "EventSourceArn";
580
+ const _ESL = "EventSourceList";
581
+ const _ESN = "EventSourceName";
582
+ const _EST = "EventStartTime";
583
+ const _ESv = "EventSources";
584
+ const _ET = "ExpirationTime";
585
+ const _EU = "EndpointUrl";
586
+ const _En = "Endpoints";
587
+ const _Ent = "Entries";
588
+ const _Ev = "Event";
589
+ const _F = "Force";
590
+ const _FA = "FilterArns";
591
+ const _FC = "FailoverConfig";
592
+ const _FE = "FailedEntries";
593
+ const _FEC = "FailedEntryCount";
594
+ const _G = "Group";
595
+ const _GQLO = "GraphQLOperation";
596
+ const _HC = "HealthCheck";
597
+ const _HM = "HttpMethod";
598
+ const _HP = "HeaderParameters";
599
+ const _HPt = "HttpParameters";
600
+ const _HR = "HomeRegion";
601
+ const _HVS = "HeaderValueSensitive";
602
+ const _I = "Ids";
603
+ const _ICP = "InvocationConnectivityParameters";
604
+ const _ID = "IncludeDetail";
605
+ const _IE = "InternalException";
606
+ const _IEPE = "InvalidEventPatternException";
607
+ const _IEn = "InvocationEndpoint";
608
+ const _IHP = "InvocationHttpParameters";
609
+ const _IP = "InputPath";
610
+ const _IPM = "InputPathsMap";
611
+ const _IRLPS = "InvocationRateLimitPerSecond";
612
+ const _ISE = "IllegalStatusException";
613
+ const _ISEn = "InvalidStateException";
614
+ const _IT = "InputTransformer";
615
+ const _ITn = "InputTemplate";
616
+ const _IVS = "IsValueSecret";
617
+ const _Id = "Id";
618
+ const _In = "Input";
619
+ const _JD = "JobDefinition";
620
+ const _JN = "JobName";
621
+ const _K = "Key";
622
+ const _KKI = "KmsKeyIdentifier";
623
+ const _KP = "KinesisParameters";
624
+ const _L = "Limit";
625
+ const _LA = "ListArchives";
626
+ const _LAD = "ListApiDestinations";
627
+ const _LADR = "ListApiDestinationsRequest";
628
+ const _LADRi = "ListApiDestinationsResponse";
629
+ const _LAR = "ListArchivesRequest";
630
+ const _LARi = "ListArchivesResponse";
631
+ const _LAT = "LastAuthorizedTime";
632
+ const _LC = "LogConfig";
633
+ const _LCR = "ListConnectionsRequest";
634
+ const _LCRi = "ListConnectionsResponse";
635
+ const _LCi = "ListConnections";
636
+ const _LE = "ListEndpoints";
637
+ const _LEB = "ListEventBuses";
638
+ const _LEBR = "ListEventBusesRequest";
639
+ const _LEBRi = "ListEventBusesResponse";
640
+ const _LEE = "LimitExceededException";
641
+ const _LER = "ListEndpointsRequest";
642
+ const _LERi = "ListEndpointsResponse";
643
+ const _LES = "ListEventSources";
644
+ const _LESR = "ListEventSourcesRequest";
645
+ const _LESRi = "ListEventSourcesResponse";
646
+ const _LMT = "LastModifiedTime";
647
+ const _LPES = "ListPartnerEventSources";
648
+ const _LPESA = "ListPartnerEventSourceAccounts";
649
+ const _LPESAR = "ListPartnerEventSourceAccountsRequest";
650
+ const _LPESARi = "ListPartnerEventSourceAccountsResponse";
651
+ const _LPESR = "ListPartnerEventSourcesRequest";
652
+ const _LPESRi = "ListPartnerEventSourcesResponse";
653
+ const _LR = "ListReplays";
654
+ const _LRNBT = "ListRuleNamesByTarget";
655
+ const _LRNBTR = "ListRuleNamesByTargetRequest";
656
+ const _LRNBTRi = "ListRuleNamesByTargetResponse";
657
+ const _LRR = "ListReplaysRequest";
658
+ const _LRRi = "ListReplaysResponse";
659
+ const _LRRis = "ListRulesRequest";
660
+ const _LRRist = "ListRulesResponse";
661
+ const _LRi = "ListRules";
662
+ const _LT = "LaunchType";
663
+ const _LTBR = "ListTargetsByRule";
664
+ const _LTBRR = "ListTargetsByRuleRequest";
665
+ const _LTBRRi = "ListTargetsByRuleResponse";
666
+ const _LTFR = "ListTagsForResource";
667
+ const _LTFRR = "ListTagsForResourceRequest";
668
+ const _LTFRRi = "ListTagsForResourceResponse";
669
+ const _Le = "Level";
670
+ const _MB = "ManagedBy";
671
+ const _MEAIS = "MaximumEventAgeInSeconds";
672
+ const _MGI = "MessageGroupId";
673
+ const _MR = "MaxResults";
674
+ const _MRA = "MaximumRetryAttempts";
675
+ const _MRE = "ManagedRuleException";
676
+ const _N = "Name";
677
+ const _NC = "NetworkConfiguration";
678
+ const _NP = "NamePrefix";
679
+ const _NT = "NextToken";
680
+ const _OAHP = "OAuthHttpParameters";
681
+ const _OAP = "OAuthParameters";
682
+ const _ODE = "OperationDisabledException";
683
+ const _P = "Password";
684
+ const _PC = "PlacementConstraints";
685
+ const _PCl = "PlacementConstraint";
686
+ const _PE = "PutEvents";
687
+ const _PER = "PutEventsRequest";
688
+ const _PERE = "PutEventsRequestEntry";
689
+ const _PEREL = "PutEventsRequestEntryList";
690
+ const _PERELu = "PutEventsResultEntryList";
691
+ const _PEREu = "PutEventsResultEntry";
692
+ const _PERu = "PutEventsResponse";
693
+ const _PES = "PartnerEventSources";
694
+ const _PESA = "PartnerEventSourceAccounts";
695
+ const _PESAL = "PartnerEventSourceAccountList";
696
+ const _PESAa = "PartnerEventSourceAccount";
697
+ const _PESL = "PartnerEventSourceList";
698
+ const _PESa = "PartnerEventSource";
699
+ const _PKP = "PartitionKeyPath";
700
+ const _PLEE = "PolicyLengthExceededException";
701
+ const _PP = "PutPermission";
702
+ const _PPE = "PutPartnerEvents";
703
+ const _PPER = "PutPartnerEventsRequest";
704
+ const _PPERE = "PutPartnerEventsRequestEntry";
705
+ const _PPEREL = "PutPartnerEventsRequestEntryList";
706
+ const _PPERELu = "PutPartnerEventsResultEntryList";
707
+ const _PPEREu = "PutPartnerEventsResultEntry";
708
+ const _PPERu = "PutPartnerEventsResponse";
709
+ const _PPL = "PipelineParameterList";
710
+ const _PPR = "PutPermissionRequest";
711
+ const _PPV = "PathParameterValues";
712
+ const _PR = "PutRule";
713
+ const _PRR = "PutRuleRequest";
714
+ const _PRRu = "PutRuleResponse";
715
+ const _PS = "PlacementStrategy";
716
+ const _PSl = "PlacementStrategies";
717
+ const _PT = "PropagateTags";
718
+ const _PTR = "PutTargetsRequest";
719
+ const _PTRE = "PutTargetsResultEntry";
720
+ const _PTREL = "PutTargetsResultEntryList";
721
+ const _PTRu = "PutTargetsResponse";
722
+ const _PTu = "PutTargets";
723
+ const _PV = "PlatformVersion";
724
+ const _Po = "Policy";
725
+ const _Pr = "Primary";
726
+ const _Pri = "Principal";
727
+ const _QSP = "QueryStringParameters";
728
+ const _QSVS = "QueryStringValueSensitive";
729
+ const _R = "Replays";
730
+ const _RA = "ReplayArn";
731
+ const _RAA = "ResourceAssociationArn";
732
+ const _RAEE = "ResourceAlreadyExistsException";
733
+ const _RAP = "RemoveAllPermissions";
734
+ const _RARN = "ResourceARN";
735
+ const _RAo = "RoleArn";
736
+ const _RAu = "RuleArn";
737
+ const _RC = "RoutingConfig";
738
+ const _RCA = "ResourceConfigurationArn";
739
+ const _RCP = "RunCommandParameters";
740
+ const _RCT = "RunCommandTargets";
741
+ const _RCTu = "RunCommandTarget";
742
+ const _RCe = "ReplicationConfig";
743
+ const _RD = "RetentionDays";
744
+ const _RDP = "RedshiftDataParameters";
745
+ const _RDe = "ReplayDestination";
746
+ const _RET = "ReplayEndTime";
747
+ const _RI = "ReferenceId";
748
+ const _RL = "ReplayList";
749
+ const _RN = "ReplayName";
750
+ const _RNFE = "ResourceNotFoundException";
751
+ const _RNu = "RuleNames";
752
+ const _RP = "ResourceParameters";
753
+ const _RPR = "RemovePermissionRequest";
754
+ const _RPe = "RetryPolicy";
755
+ const _RPem = "RemovePermission";
756
+ const _RRL = "RuleResponseList";
757
+ const _RS = "RetryStrategy";
758
+ const _RST = "ReplayStartTime";
759
+ const _RT = "RemoveTargets";
760
+ const _RTR = "RemoveTargetsRequest";
761
+ const _RTRE = "RemoveTargetsResultEntry";
762
+ const _RTREL = "RemoveTargetsResultEntryList";
763
+ const _RTRe = "RemoveTargetsResponse";
764
+ const _Re = "Resources";
765
+ const _Rep = "Replay";
766
+ const _Res = "Result";
767
+ const _Ro = "Route";
768
+ const _Ru = "Rules";
769
+ const _Rul = "Rule";
770
+ const _S = "Sql";
771
+ const _SA = "SecretArn";
772
+ const _SB = "SizeBytes";
773
+ const _SE = "ScheduleExpression";
774
+ const _SG = "SecurityGroups";
775
+ const _SI = "StatementId";
776
+ const _SMA = "SecretManagerArn";
777
+ const _SMPP = "SageMakerPipelineParameter";
778
+ const _SMPPL = "SageMakerPipelineParameterList";
779
+ const _SMPPa = "SageMakerPipelineParameters";
780
+ const _SN = "StatementName";
781
+ const _SP = "SqsParameters";
782
+ const _SR = "StateReason";
783
+ const _SRR = "StartReplayRequest";
784
+ const _SRRt = "StartReplayResponse";
785
+ const _SRt = "StartReplay";
786
+ const _SS = "SensitiveString";
787
+ const _Se = "Secondary";
788
+ const _Si = "Size";
789
+ const _So = "Source";
790
+ const _Sq = "Sqls";
791
+ const _St = "State";
792
+ const _Su = "Subnets";
793
+ const _T = "Type";
794
+ const _TA = "TargetArn";
795
+ const _TC = "TaskCount";
796
+ const _TDA = "TaskDefinitionArn";
797
+ const _TE = "ThrottlingException";
798
+ const _TEP = "TestEventPattern";
799
+ const _TEPR = "TestEventPatternRequest";
800
+ const _TEPRe = "TestEventPatternResponse";
801
+ const _TH = "TraceHeader";
802
+ const _TI = "TargetId";
803
+ const _TK = "TagKeys";
804
+ const _TL = "TagList";
805
+ const _TLa = "TargetList";
806
+ const _TR = "TagResource";
807
+ const _TRR = "TagResourceRequest";
808
+ const _TRRa = "TagResourceResponse";
809
+ const _Ta = "Tags";
810
+ const _Tag = "Tag";
811
+ const _Tar = "Targets";
812
+ const _Targ = "Target";
813
+ const _Ti = "Time";
814
+ const _U = "Username";
815
+ const _UA = "UpdateArchive";
816
+ const _UAD = "UpdateApiDestination";
817
+ const _UADR = "UpdateApiDestinationRequest";
818
+ const _UADRp = "UpdateApiDestinationResponse";
819
+ const _UAR = "UpdateArchiveRequest";
820
+ const _UARp = "UpdateArchiveResponse";
821
+ const _UC = "UpdateConnection";
822
+ const _UCAKARP = "UpdateConnectionApiKeyAuthRequestParameters";
823
+ const _UCARP = "UpdateConnectionAuthRequestParameters";
824
+ const _UCBARP = "UpdateConnectionBasicAuthRequestParameters";
825
+ const _UCOACRP = "UpdateConnectionOAuthClientRequestParameters";
826
+ const _UCOARP = "UpdateConnectionOAuthRequestParameters";
827
+ const _UCR = "UpdateConnectionRequest";
828
+ const _UCRp = "UpdateConnectionResponse";
829
+ const _UE = "UpdateEndpoint";
830
+ const _UEB = "UpdateEventBus";
831
+ const _UEBR = "UpdateEventBusRequest";
832
+ const _UEBRp = "UpdateEventBusResponse";
833
+ const _UER = "UpdateEndpointRequest";
834
+ const _UERp = "UpdateEndpointResponse";
835
+ const _UR = "UntagResource";
836
+ const _URR = "UntagResourceRequest";
837
+ const _URRn = "UntagResourceResponse";
838
+ const _V = "Value";
839
+ const _Va = "Values";
840
+ const _WE = "WithEvent";
841
+ const _aC = "awsvpcConfiguration";
842
+ const _b = "base";
843
+ const _c = "client";
844
+ const _cP = "capacityProvider";
845
+ const _e = "error";
846
+ const _ex = "expression";
847
+ const _f = "field";
848
+ const _m = "message";
849
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eventbridge";
850
+ const _se = "server";
851
+ const _t = "type";
852
+ const _w = "weight";
853
+ const n0 = "com.amazonaws.eventbridge";
854
+ const _s_registry = TypeRegistry.for(_s);
855
+ var EventBridgeServiceException$ = [-3, _s, "EventBridgeServiceException", 0, [], []];
856
+ _s_registry.registerError(EventBridgeServiceException$, EventBridgeServiceException);
857
+ const n0_registry = TypeRegistry.for(n0);
858
+ var AccessDeniedException$ = [-3, n0, _ADE,
859
+ { [_e]: _c },
860
+ [_m],
861
+ [0]
862
+ ];
863
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
864
+ var ConcurrentModificationException$ = [-3, n0, _CME,
865
+ { [_e]: _c },
866
+ [_m],
867
+ [0]
868
+ ];
869
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
870
+ var IllegalStatusException$ = [-3, n0, _ISE,
871
+ { [_e]: _c },
872
+ [_m],
873
+ [0]
874
+ ];
875
+ n0_registry.registerError(IllegalStatusException$, IllegalStatusException);
876
+ var InternalException$ = [-3, n0, _IE,
877
+ { [_e]: _se },
878
+ [_m],
879
+ [0]
880
+ ];
881
+ n0_registry.registerError(InternalException$, InternalException);
882
+ var InvalidEventPatternException$ = [-3, n0, _IEPE,
883
+ { [_e]: _c },
884
+ [_m],
885
+ [0]
886
+ ];
887
+ n0_registry.registerError(InvalidEventPatternException$, InvalidEventPatternException);
888
+ var InvalidStateException$ = [-3, n0, _ISEn,
889
+ { [_e]: _c },
890
+ [_m],
891
+ [0]
892
+ ];
893
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
894
+ var LimitExceededException$ = [-3, n0, _LEE,
895
+ { [_e]: _c },
896
+ [_m],
897
+ [0]
898
+ ];
899
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
900
+ var ManagedRuleException$ = [-3, n0, _MRE,
901
+ { [_e]: _c },
902
+ [_m],
903
+ [0]
904
+ ];
905
+ n0_registry.registerError(ManagedRuleException$, ManagedRuleException);
906
+ var OperationDisabledException$ = [-3, n0, _ODE,
907
+ { [_e]: _c },
908
+ [_m],
909
+ [0]
910
+ ];
911
+ n0_registry.registerError(OperationDisabledException$, OperationDisabledException);
912
+ var PolicyLengthExceededException$ = [-3, n0, _PLEE,
913
+ { [_e]: _c },
914
+ [_m],
915
+ [0]
916
+ ];
917
+ n0_registry.registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
918
+ var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
919
+ { [_e]: _c },
920
+ [_m],
921
+ [0]
922
+ ];
923
+ n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
924
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
925
+ { [_e]: _c },
926
+ [_m],
927
+ [0]
928
+ ];
929
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
930
+ var ThrottlingException$ = [-3, n0, _TE,
931
+ { [_e]: _c },
932
+ [_m],
933
+ [0]
934
+ ];
935
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
936
+ const errorTypeRegistries = [
937
+ _s_registry,
938
+ n0_registry,
939
+ ];
940
+ var AuthHeaderParametersSensitive = [0, n0, _AHPS, 8, 0];
941
+ var GraphQLOperation = [0, n0, _GQLO, 8, 0];
942
+ var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
943
+ var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
944
+ var SensitiveString = [0, n0, _SS, 8, 0];
945
+ var Sql = [0, n0, _S, 8, 0];
946
+ var ActivateEventSourceRequest$ = [3, n0, _AESR,
947
+ 0,
948
+ [_N],
949
+ [0], 1
950
+ ];
951
+ var ApiDestination$ = [3, n0, _AD,
952
+ 0,
953
+ [_ADA, _N, _ADS, _CA, _IEn, _HM, _IRLPS, _CT, _LMT],
954
+ [0, 0, 0, 0, 0, 0, 1, 4, 4]
955
+ ];
956
+ var AppSyncParameters$ = [3, n0, _ASP,
957
+ 0,
958
+ [_GQLO],
959
+ [[() => GraphQLOperation, 0]]
960
+ ];
961
+ var Archive$ = [3, n0, _A,
962
+ 0,
963
+ [_AN, _ESA, _St, _SR, _RD, _SB, _EC, _CT],
964
+ [0, 0, 0, 0, 1, 1, 1, 4]
965
+ ];
966
+ var AwsVpcConfiguration$ = [3, n0, _AVC,
967
+ 0,
968
+ [_Su, _SG, _API],
969
+ [64 | 0, 64 | 0, 0], 1
970
+ ];
971
+ var BatchArrayProperties$ = [3, n0, _BAP,
972
+ 0,
973
+ [_Si],
974
+ [1]
975
+ ];
976
+ var BatchParameters$ = [3, n0, _BP,
977
+ 0,
978
+ [_JD, _JN, _AP, _RS],
979
+ [0, 0, () => BatchArrayProperties$, () => BatchRetryStrategy$], 2
980
+ ];
981
+ var BatchRetryStrategy$ = [3, n0, _BRS,
982
+ 0,
983
+ [_At],
984
+ [1]
985
+ ];
986
+ var CancelReplayRequest$ = [3, n0, _CRR,
987
+ 0,
988
+ [_RN],
989
+ [0], 1
990
+ ];
991
+ var CancelReplayResponse$ = [3, n0, _CRRa,
992
+ 0,
993
+ [_RA, _St, _SR],
994
+ [0, 0, 0]
995
+ ];
996
+ var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
997
+ 0,
998
+ [_cP, _w, _b],
999
+ [0, 1, 1], 1
1000
+ ];
1001
+ var Condition$ = [3, n0, _C,
1002
+ 0,
1003
+ [_T, _K, _V],
1004
+ [0, 0, 0], 3
1005
+ ];
1006
+ var Connection$ = [3, n0, _Co,
1007
+ 0,
1008
+ [_CA, _N, _CS, _SR, _AT, _CT, _LMT, _LAT],
1009
+ [0, 0, 0, 0, 0, 4, 4, 4]
1010
+ ];
1011
+ var ConnectionApiKeyAuthResponseParameters$ = [3, n0, _CAKARP,
1012
+ 0,
1013
+ [_AKN],
1014
+ [0]
1015
+ ];
1016
+ var ConnectionAuthResponseParameters$ = [3, n0, _CARP,
1017
+ 0,
1018
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
1019
+ [() => ConnectionBasicAuthResponseParameters$, [() => ConnectionOAuthResponseParameters$, 0], () => ConnectionApiKeyAuthResponseParameters$, [() => ConnectionHttpParameters$, 0], () => DescribeConnectionConnectivityParameters$]
1020
+ ];
1021
+ var ConnectionBasicAuthResponseParameters$ = [3, n0, _CBARP,
1022
+ 0,
1023
+ [_U],
1024
+ [0]
1025
+ ];
1026
+ var ConnectionBodyParameter$ = [3, n0, _CBP,
1027
+ 0,
1028
+ [_K, _V, _IVS],
1029
+ [0, [() => SensitiveString, 0], 2]
1030
+ ];
1031
+ var ConnectionHeaderParameter$ = [3, n0, _CHP,
1032
+ 0,
1033
+ [_K, _V, _IVS],
1034
+ [0, [() => HeaderValueSensitive, 0], 2]
1035
+ ];
1036
+ var ConnectionHttpParameters$ = [3, n0, _CHPo,
1037
+ 0,
1038
+ [_HP, _QSP, _BPo],
1039
+ [[() => ConnectionHeaderParametersList, 0], [() => ConnectionQueryStringParametersList, 0], [() => ConnectionBodyParametersList, 0]]
1040
+ ];
1041
+ var ConnectionOAuthClientResponseParameters$ = [3, n0, _COACRP,
1042
+ 0,
1043
+ [_CID],
1044
+ [0]
1045
+ ];
1046
+ var ConnectionOAuthResponseParameters$ = [3, n0, _COARP,
1047
+ 0,
1048
+ [_CPl, _AE, _HM, _OAHP],
1049
+ [() => ConnectionOAuthClientResponseParameters$, 0, 0, [() => ConnectionHttpParameters$, 0]]
1050
+ ];
1051
+ var ConnectionQueryStringParameter$ = [3, n0, _CQSP,
1052
+ 0,
1053
+ [_K, _V, _IVS],
1054
+ [0, [() => QueryStringValueSensitive, 0], 2]
1055
+ ];
1056
+ var ConnectivityResourceConfigurationArn$ = [3, n0, _CRCA,
1057
+ 0,
1058
+ [_RCA],
1059
+ [0], 1
1060
+ ];
1061
+ var ConnectivityResourceParameters$ = [3, n0, _CRP,
1062
+ 0,
1063
+ [_RP],
1064
+ [() => ConnectivityResourceConfigurationArn$], 1
1065
+ ];
1066
+ var CreateApiDestinationRequest$ = [3, n0, _CADR,
1067
+ 0,
1068
+ [_N, _CA, _IEn, _HM, _D, _IRLPS],
1069
+ [0, 0, 0, 0, 0, 1], 4
1070
+ ];
1071
+ var CreateApiDestinationResponse$ = [3, n0, _CADRr,
1072
+ 0,
1073
+ [_ADA, _ADS, _CT, _LMT],
1074
+ [0, 0, 4, 4]
1075
+ ];
1076
+ var CreateArchiveRequest$ = [3, n0, _CAR,
1077
+ 0,
1078
+ [_AN, _ESA, _D, _EP, _RD, _KKI],
1079
+ [0, 0, 0, 0, 1, 0], 2
1080
+ ];
1081
+ var CreateArchiveResponse$ = [3, n0, _CARr,
1082
+ 0,
1083
+ [_AA, _St, _SR, _CT],
1084
+ [0, 0, 0, 4]
1085
+ ];
1086
+ var CreateConnectionApiKeyAuthRequestParameters$ = [3, n0, _CCAKARP,
1087
+ 0,
1088
+ [_AKN, _AKV],
1089
+ [0, [() => AuthHeaderParametersSensitive, 0]], 2
1090
+ ];
1091
+ var CreateConnectionAuthRequestParameters$ = [3, n0, _CCARP,
1092
+ 0,
1093
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
1094
+ [[() => CreateConnectionBasicAuthRequestParameters$, 0], [() => CreateConnectionOAuthRequestParameters$, 0], [() => CreateConnectionApiKeyAuthRequestParameters$, 0], [() => ConnectionHttpParameters$, 0], () => ConnectivityResourceParameters$]
1095
+ ];
1096
+ var CreateConnectionBasicAuthRequestParameters$ = [3, n0, _CCBARP,
1097
+ 0,
1098
+ [_U, _P],
1099
+ [0, [() => AuthHeaderParametersSensitive, 0]], 2
1100
+ ];
1101
+ var CreateConnectionOAuthClientRequestParameters$ = [3, n0, _CCOACRP,
1102
+ 0,
1103
+ [_CID, _CSl],
1104
+ [0, [() => AuthHeaderParametersSensitive, 0]], 2
1105
+ ];
1106
+ var CreateConnectionOAuthRequestParameters$ = [3, n0, _CCOARP,
1107
+ 0,
1108
+ [_CPl, _AE, _HM, _OAHP],
1109
+ [[() => CreateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]], 3
1110
+ ];
1111
+ var CreateConnectionRequest$ = [3, n0, _CCR,
1112
+ 0,
1113
+ [_N, _AT, _APu, _D, _ICP, _KKI],
1114
+ [0, 0, [() => CreateConnectionAuthRequestParameters$, 0], 0, () => ConnectivityResourceParameters$, 0], 3
1115
+ ];
1116
+ var CreateConnectionResponse$ = [3, n0, _CCRr,
1117
+ 0,
1118
+ [_CA, _CS, _CT, _LMT],
1119
+ [0, 0, 4, 4]
1120
+ ];
1121
+ var CreateEndpointRequest$ = [3, n0, _CER,
1122
+ 0,
1123
+ [_N, _RC, _EB, _D, _RCe, _RAo],
1124
+ [0, () => RoutingConfig$, () => EndpointEventBusList, 0, () => ReplicationConfig$, 0], 3
1125
+ ];
1126
+ var CreateEndpointResponse$ = [3, n0, _CERr,
1127
+ 0,
1128
+ [_N, _Ar, _RC, _RCe, _EB, _RAo, _St],
1129
+ [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0]
1130
+ ];
1131
+ var CreateEventBusRequest$ = [3, n0, _CEBR,
1132
+ 0,
1133
+ [_N, _ESN, _D, _KKI, _DLC, _LC, _Ta],
1134
+ [0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$, () => TagList], 1
1135
+ ];
1136
+ var CreateEventBusResponse$ = [3, n0, _CEBRr,
1137
+ 0,
1138
+ [_EBA, _D, _KKI, _DLC, _LC],
1139
+ [0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
1140
+ ];
1141
+ var CreatePartnerEventSourceRequest$ = [3, n0, _CPESR,
1142
+ 0,
1143
+ [_N, _Ac],
1144
+ [0, 0], 2
1145
+ ];
1146
+ var CreatePartnerEventSourceResponse$ = [3, n0, _CPESRr,
1147
+ 0,
1148
+ [_ESA],
1149
+ [0]
1150
+ ];
1151
+ var DeactivateEventSourceRequest$ = [3, n0, _DESR,
1152
+ 0,
1153
+ [_N],
1154
+ [0], 1
1155
+ ];
1156
+ var DeadLetterConfig$ = [3, n0, _DLC,
1157
+ 0,
1158
+ [_Ar],
1159
+ [0]
1160
+ ];
1161
+ var DeauthorizeConnectionRequest$ = [3, n0, _DCR,
1162
+ 0,
1163
+ [_N],
1164
+ [0], 1
1165
+ ];
1166
+ var DeauthorizeConnectionResponse$ = [3, n0, _DCRe,
1167
+ 0,
1168
+ [_CA, _CS, _CT, _LMT, _LAT],
1169
+ [0, 0, 4, 4, 4]
1170
+ ];
1171
+ var DeleteApiDestinationRequest$ = [3, n0, _DADR,
1172
+ 0,
1173
+ [_N],
1174
+ [0], 1
1175
+ ];
1176
+ var DeleteApiDestinationResponse$ = [3, n0, _DADRe,
1177
+ 0,
1178
+ [],
1179
+ []
1180
+ ];
1181
+ var DeleteArchiveRequest$ = [3, n0, _DAR,
1182
+ 0,
1183
+ [_AN],
1184
+ [0], 1
1185
+ ];
1186
+ var DeleteArchiveResponse$ = [3, n0, _DARe,
1187
+ 0,
1188
+ [],
1189
+ []
1190
+ ];
1191
+ var DeleteConnectionRequest$ = [3, n0, _DCRel,
1192
+ 0,
1193
+ [_N],
1194
+ [0], 1
1195
+ ];
1196
+ var DeleteConnectionResponse$ = [3, n0, _DCRele,
1197
+ 0,
1198
+ [_CA, _CS, _CT, _LMT, _LAT],
1199
+ [0, 0, 4, 4, 4]
1200
+ ];
1201
+ var DeleteEndpointRequest$ = [3, n0, _DER,
1202
+ 0,
1203
+ [_N],
1204
+ [0], 1
1205
+ ];
1206
+ var DeleteEndpointResponse$ = [3, n0, _DERe,
1207
+ 0,
1208
+ [],
1209
+ []
1210
+ ];
1211
+ var DeleteEventBusRequest$ = [3, n0, _DEBR,
1212
+ 0,
1213
+ [_N],
1214
+ [0], 1
1215
+ ];
1216
+ var DeletePartnerEventSourceRequest$ = [3, n0, _DPESR,
1217
+ 0,
1218
+ [_N, _Ac],
1219
+ [0, 0], 2
1220
+ ];
1221
+ var DeleteRuleRequest$ = [3, n0, _DRR,
1222
+ 0,
1223
+ [_N, _EBN, _F],
1224
+ [0, 0, 2], 1
1225
+ ];
1226
+ var DescribeApiDestinationRequest$ = [3, n0, _DADRes,
1227
+ 0,
1228
+ [_N],
1229
+ [0], 1
1230
+ ];
1231
+ var DescribeApiDestinationResponse$ = [3, n0, _DADResc,
1232
+ 0,
1233
+ [_ADA, _N, _D, _ADS, _CA, _IEn, _HM, _IRLPS, _CT, _LMT],
1234
+ [0, 0, 0, 0, 0, 0, 0, 1, 4, 4]
1235
+ ];
1236
+ var DescribeArchiveRequest$ = [3, n0, _DARes,
1237
+ 0,
1238
+ [_AN],
1239
+ [0], 1
1240
+ ];
1241
+ var DescribeArchiveResponse$ = [3, n0, _DAResc,
1242
+ 0,
1243
+ [_AA, _AN, _ESA, _D, _EP, _St, _SR, _KKI, _RD, _SB, _EC, _CT],
1244
+ [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 4]
1245
+ ];
1246
+ var DescribeConnectionConnectivityParameters$ = [3, n0, _DCCP,
1247
+ 0,
1248
+ [_RP],
1249
+ [() => DescribeConnectionResourceParameters$], 1
1250
+ ];
1251
+ var DescribeConnectionRequest$ = [3, n0, _DCRes,
1252
+ 0,
1253
+ [_N],
1254
+ [0], 1
1255
+ ];
1256
+ var DescribeConnectionResourceParameters$ = [3, n0, _DCRP,
1257
+ 0,
1258
+ [_RCA, _RAA],
1259
+ [0, 0], 2
1260
+ ];
1261
+ var DescribeConnectionResponse$ = [3, n0, _DCResc,
1262
+ 0,
1263
+ [_CA, _N, _D, _ICP, _CS, _SR, _AT, _SA, _KKI, _APu, _CT, _LMT, _LAT],
1264
+ [0, 0, 0, () => DescribeConnectionConnectivityParameters$, 0, 0, 0, 0, 0, [() => ConnectionAuthResponseParameters$, 0], 4, 4, 4]
1265
+ ];
1266
+ var DescribeEndpointRequest$ = [3, n0, _DERes,
1267
+ 0,
1268
+ [_N, _HR],
1269
+ [0, 0], 1
1270
+ ];
1271
+ var DescribeEndpointResponse$ = [3, n0, _DEResc,
1272
+ 0,
1273
+ [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1274
+ [0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4]
1275
+ ];
1276
+ var DescribeEventBusRequest$ = [3, n0, _DEBRe,
1277
+ 0,
1278
+ [_N],
1279
+ [0]
1280
+ ];
1281
+ var DescribeEventBusResponse$ = [3, n0, _DEBRes,
1282
+ 0,
1283
+ [_N, _Ar, _D, _KKI, _DLC, _Po, _LC, _CT, _LMT],
1284
+ [0, 0, 0, 0, () => DeadLetterConfig$, 0, () => LogConfig$, 4, 4]
1285
+ ];
1286
+ var DescribeEventSourceRequest$ = [3, n0, _DESRe,
1287
+ 0,
1288
+ [_N],
1289
+ [0], 1
1290
+ ];
1291
+ var DescribeEventSourceResponse$ = [3, n0, _DESRes,
1292
+ 0,
1293
+ [_Ar, _CB, _CT, _ET, _N, _St],
1294
+ [0, 0, 4, 4, 0, 0]
1295
+ ];
1296
+ var DescribePartnerEventSourceRequest$ = [3, n0, _DPESRe,
1297
+ 0,
1298
+ [_N],
1299
+ [0], 1
1300
+ ];
1301
+ var DescribePartnerEventSourceResponse$ = [3, n0, _DPESRes,
1302
+ 0,
1303
+ [_Ar, _N],
1304
+ [0, 0]
1305
+ ];
1306
+ var DescribeReplayRequest$ = [3, n0, _DRRe,
1307
+ 0,
1308
+ [_RN],
1309
+ [0], 1
1310
+ ];
1311
+ var DescribeReplayResponse$ = [3, n0, _DRRes,
1312
+ 0,
1313
+ [_RN, _RA, _D, _St, _SR, _ESA, _De, _EST, _EET, _ELRT, _RST, _RET],
1314
+ [0, 0, 0, 0, 0, 0, () => ReplayDestination$, 4, 4, 4, 4, 4]
1315
+ ];
1316
+ var DescribeRuleRequest$ = [3, n0, _DRResc,
1317
+ 0,
1318
+ [_N, _EBN],
1319
+ [0, 0], 1
1320
+ ];
1321
+ var DescribeRuleResponse$ = [3, n0, _DRRescr,
1322
+ 0,
1323
+ [_N, _Ar, _EP, _SE, _St, _D, _RAo, _MB, _EBN, _CB],
1324
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1325
+ ];
1326
+ var DisableRuleRequest$ = [3, n0, _DRRi,
1327
+ 0,
1328
+ [_N, _EBN],
1329
+ [0, 0], 1
1330
+ ];
1331
+ var EcsParameters$ = [3, n0, _EPc,
1332
+ 0,
1333
+ [_TDA, _TC, _LT, _NC, _PV, _G, _CPS, _EECSMT, _EEC, _PC, _PS, _PT, _RI, _Ta],
1334
+ [0, 1, 0, () => NetworkConfiguration$, 0, 0, () => CapacityProviderStrategy, 2, 2, () => PlacementConstraints, () => PlacementStrategies, 0, 0, () => TagList], 1
1335
+ ];
1336
+ var EnableRuleRequest$ = [3, n0, _ERR,
1337
+ 0,
1338
+ [_N, _EBN],
1339
+ [0, 0], 1
1340
+ ];
1341
+ var Endpoint$ = [3, n0, _E,
1342
+ 0,
1343
+ [_N, _D, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St, _SR, _CT, _LMT],
1344
+ [0, 0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0, 0, 4, 4]
1345
+ ];
1346
+ var EndpointEventBus$ = [3, n0, _EEB,
1347
+ 0,
1348
+ [_EBA],
1349
+ [0], 1
1350
+ ];
1351
+ var EventBus$ = [3, n0, _EBv,
1352
+ 0,
1353
+ [_N, _Ar, _D, _Po, _CT, _LMT],
1354
+ [0, 0, 0, 0, 4, 4]
1355
+ ];
1356
+ var EventSource$ = [3, n0, _ES,
1357
+ 0,
1358
+ [_Ar, _CB, _CT, _ET, _N, _St],
1359
+ [0, 0, 4, 4, 0, 0]
1360
+ ];
1361
+ var FailoverConfig$ = [3, n0, _FC,
1362
+ 0,
1363
+ [_Pr, _Se],
1364
+ [() => Primary$, () => Secondary$], 2
1365
+ ];
1366
+ var HttpParameters$ = [3, n0, _HPt,
1367
+ 0,
1368
+ [_PPV, _HP, _QSP],
1369
+ [64 | 0, 128 | 0, 128 | 0]
1370
+ ];
1371
+ var InputTransformer$ = [3, n0, _IT,
1372
+ 0,
1373
+ [_ITn, _IPM],
1374
+ [0, 128 | 0], 1
1375
+ ];
1376
+ var KinesisParameters$ = [3, n0, _KP,
1377
+ 0,
1378
+ [_PKP],
1379
+ [0], 1
1380
+ ];
1381
+ var ListApiDestinationsRequest$ = [3, n0, _LADR,
1382
+ 0,
1383
+ [_NP, _CA, _NT, _L],
1384
+ [0, 0, 0, 1]
1385
+ ];
1386
+ var ListApiDestinationsResponse$ = [3, n0, _LADRi,
1387
+ 0,
1388
+ [_ADp, _NT],
1389
+ [() => ApiDestinationResponseList, 0]
1390
+ ];
1391
+ var ListArchivesRequest$ = [3, n0, _LAR,
1392
+ 0,
1393
+ [_NP, _ESA, _St, _NT, _L],
1394
+ [0, 0, 0, 0, 1]
1395
+ ];
1396
+ var ListArchivesResponse$ = [3, n0, _LARi,
1397
+ 0,
1398
+ [_Arc, _NT],
1399
+ [() => ArchiveResponseList, 0]
1400
+ ];
1401
+ var ListConnectionsRequest$ = [3, n0, _LCR,
1402
+ 0,
1403
+ [_NP, _CS, _NT, _L],
1404
+ [0, 0, 0, 1]
1405
+ ];
1406
+ var ListConnectionsResponse$ = [3, n0, _LCRi,
1407
+ 0,
1408
+ [_Con, _NT],
1409
+ [() => ConnectionResponseList, 0]
1410
+ ];
1411
+ var ListEndpointsRequest$ = [3, n0, _LER,
1412
+ 0,
1413
+ [_NP, _HR, _NT, _MR],
1414
+ [0, 0, 0, 1]
1415
+ ];
1416
+ var ListEndpointsResponse$ = [3, n0, _LERi,
1417
+ 0,
1418
+ [_En, _NT],
1419
+ [() => EndpointList, 0]
1420
+ ];
1421
+ var ListEventBusesRequest$ = [3, n0, _LEBR,
1422
+ 0,
1423
+ [_NP, _NT, _L],
1424
+ [0, 0, 1]
1425
+ ];
1426
+ var ListEventBusesResponse$ = [3, n0, _LEBRi,
1427
+ 0,
1428
+ [_EB, _NT],
1429
+ [() => EventBusList, 0]
1430
+ ];
1431
+ var ListEventSourcesRequest$ = [3, n0, _LESR,
1432
+ 0,
1433
+ [_NP, _NT, _L],
1434
+ [0, 0, 1]
1435
+ ];
1436
+ var ListEventSourcesResponse$ = [3, n0, _LESRi,
1437
+ 0,
1438
+ [_ESv, _NT],
1439
+ [() => EventSourceList, 0]
1440
+ ];
1441
+ var ListPartnerEventSourceAccountsRequest$ = [3, n0, _LPESAR,
1442
+ 0,
1443
+ [_ESN, _NT, _L],
1444
+ [0, 0, 1], 1
1445
+ ];
1446
+ var ListPartnerEventSourceAccountsResponse$ = [3, n0, _LPESARi,
1447
+ 0,
1448
+ [_PESA, _NT],
1449
+ [() => PartnerEventSourceAccountList, 0]
1450
+ ];
1451
+ var ListPartnerEventSourcesRequest$ = [3, n0, _LPESR,
1452
+ 0,
1453
+ [_NP, _NT, _L],
1454
+ [0, 0, 1], 1
1455
+ ];
1456
+ var ListPartnerEventSourcesResponse$ = [3, n0, _LPESRi,
1457
+ 0,
1458
+ [_PES, _NT],
1459
+ [() => PartnerEventSourceList, 0]
1460
+ ];
1461
+ var ListReplaysRequest$ = [3, n0, _LRR,
1462
+ 0,
1463
+ [_NP, _St, _ESA, _NT, _L],
1464
+ [0, 0, 0, 0, 1]
1465
+ ];
1466
+ var ListReplaysResponse$ = [3, n0, _LRRi,
1467
+ 0,
1468
+ [_R, _NT],
1469
+ [() => ReplayList, 0]
1470
+ ];
1471
+ var ListRuleNamesByTargetRequest$ = [3, n0, _LRNBTR,
1472
+ 0,
1473
+ [_TA, _EBN, _NT, _L],
1474
+ [0, 0, 0, 1], 1
1475
+ ];
1476
+ var ListRuleNamesByTargetResponse$ = [3, n0, _LRNBTRi,
1477
+ 0,
1478
+ [_RNu, _NT],
1479
+ [64 | 0, 0]
1480
+ ];
1481
+ var ListRulesRequest$ = [3, n0, _LRRis,
1482
+ 0,
1483
+ [_NP, _EBN, _NT, _L],
1484
+ [0, 0, 0, 1]
1485
+ ];
1486
+ var ListRulesResponse$ = [3, n0, _LRRist,
1487
+ 0,
1488
+ [_Ru, _NT],
1489
+ [() => RuleResponseList, 0]
1490
+ ];
1491
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1492
+ 0,
1493
+ [_RARN],
1494
+ [0], 1
1495
+ ];
1496
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1497
+ 0,
1498
+ [_Ta],
1499
+ [() => TagList]
1500
+ ];
1501
+ var ListTargetsByRuleRequest$ = [3, n0, _LTBRR,
1502
+ 0,
1503
+ [_Rul, _EBN, _NT, _L],
1504
+ [0, 0, 0, 1], 1
1505
+ ];
1506
+ var ListTargetsByRuleResponse$ = [3, n0, _LTBRRi,
1507
+ 0,
1508
+ [_Tar, _NT],
1509
+ [[() => TargetList, 0], 0]
1510
+ ];
1511
+ var LogConfig$ = [3, n0, _LC,
1512
+ 0,
1513
+ [_ID, _Le],
1514
+ [0, 0]
1515
+ ];
1516
+ var NetworkConfiguration$ = [3, n0, _NC,
1517
+ 0,
1518
+ [_aC],
1519
+ [() => AwsVpcConfiguration$]
1520
+ ];
1521
+ var PartnerEventSource$ = [3, n0, _PESa,
1522
+ 0,
1523
+ [_Ar, _N],
1524
+ [0, 0]
1525
+ ];
1526
+ var PartnerEventSourceAccount$ = [3, n0, _PESAa,
1527
+ 0,
1528
+ [_Ac, _CT, _ET, _St],
1529
+ [0, 4, 4, 0]
1530
+ ];
1531
+ var PlacementConstraint$ = [3, n0, _PCl,
1532
+ 0,
1533
+ [_t, _ex],
1534
+ [0, 0]
1535
+ ];
1536
+ var PlacementStrategy$ = [3, n0, _PS,
1537
+ 0,
1538
+ [_t, _f],
1539
+ [0, 0]
1540
+ ];
1541
+ var Primary$ = [3, n0, _Pr,
1542
+ 0,
1543
+ [_HC],
1544
+ [0], 1
1545
+ ];
1546
+ var PutEventsRequest$ = [3, n0, _PER,
1547
+ 0,
1548
+ [_Ent, _EI],
1549
+ [() => PutEventsRequestEntryList, 0], 1
1550
+ ];
1551
+ var PutEventsRequestEntry$ = [3, n0, _PERE,
1552
+ 0,
1553
+ [_Ti, _So, _Re, _DT, _Det, _EBN, _TH],
1554
+ [4, 0, 64 | 0, 0, 0, 0, 0]
1555
+ ];
1556
+ var PutEventsResponse$ = [3, n0, _PERu,
1557
+ 0,
1558
+ [_FEC, _Ent],
1559
+ [1, () => PutEventsResultEntryList]
1560
+ ];
1561
+ var PutEventsResultEntry$ = [3, n0, _PEREu,
1562
+ 0,
1563
+ [_EIv, _ECr, _EM],
1564
+ [0, 0, 0]
1565
+ ];
1566
+ var PutPartnerEventsRequest$ = [3, n0, _PPER,
1567
+ 0,
1568
+ [_Ent],
1569
+ [() => PutPartnerEventsRequestEntryList], 1
1570
+ ];
1571
+ var PutPartnerEventsRequestEntry$ = [3, n0, _PPERE,
1572
+ 0,
1573
+ [_Ti, _So, _Re, _DT, _Det],
1574
+ [4, 0, 64 | 0, 0, 0]
1575
+ ];
1576
+ var PutPartnerEventsResponse$ = [3, n0, _PPERu,
1577
+ 0,
1578
+ [_FEC, _Ent],
1579
+ [1, () => PutPartnerEventsResultEntryList]
1580
+ ];
1581
+ var PutPartnerEventsResultEntry$ = [3, n0, _PPEREu,
1582
+ 0,
1583
+ [_EIv, _ECr, _EM],
1584
+ [0, 0, 0]
1585
+ ];
1586
+ var PutPermissionRequest$ = [3, n0, _PPR,
1587
+ 0,
1588
+ [_EBN, _Act, _Pri, _SI, _C, _Po],
1589
+ [0, 0, 0, 0, () => Condition$, 0]
1590
+ ];
1591
+ var PutRuleRequest$ = [3, n0, _PRR,
1592
+ 0,
1593
+ [_N, _SE, _EP, _St, _D, _RAo, _Ta, _EBN],
1594
+ [0, 0, 0, 0, 0, 0, () => TagList, 0], 1
1595
+ ];
1596
+ var PutRuleResponse$ = [3, n0, _PRRu,
1597
+ 0,
1598
+ [_RAu],
1599
+ [0]
1600
+ ];
1601
+ var PutTargetsRequest$ = [3, n0, _PTR,
1602
+ 0,
1603
+ [_Rul, _Tar, _EBN],
1604
+ [0, [() => TargetList, 0], 0], 2
1605
+ ];
1606
+ var PutTargetsResponse$ = [3, n0, _PTRu,
1607
+ 0,
1608
+ [_FEC, _FE],
1609
+ [1, () => PutTargetsResultEntryList]
1610
+ ];
1611
+ var PutTargetsResultEntry$ = [3, n0, _PTRE,
1612
+ 0,
1613
+ [_TI, _ECr, _EM],
1614
+ [0, 0, 0]
1615
+ ];
1616
+ var RedshiftDataParameters$ = [3, n0, _RDP,
1617
+ 0,
1618
+ [_Da, _SMA, _DU, _S, _SN, _WE, _Sq],
1619
+ [0, 0, 0, [() => Sql, 0], 0, 2, [() => Sqls, 0]], 1
1620
+ ];
1621
+ var RemovePermissionRequest$ = [3, n0, _RPR,
1622
+ 0,
1623
+ [_SI, _RAP, _EBN],
1624
+ [0, 2, 0]
1625
+ ];
1626
+ var RemoveTargetsRequest$ = [3, n0, _RTR,
1627
+ 0,
1628
+ [_Rul, _I, _EBN, _F],
1629
+ [0, 64 | 0, 0, 2], 2
1630
+ ];
1631
+ var RemoveTargetsResponse$ = [3, n0, _RTRe,
1632
+ 0,
1633
+ [_FEC, _FE],
1634
+ [1, () => RemoveTargetsResultEntryList]
1635
+ ];
1636
+ var RemoveTargetsResultEntry$ = [3, n0, _RTRE,
1637
+ 0,
1638
+ [_TI, _ECr, _EM],
1639
+ [0, 0, 0]
1640
+ ];
1641
+ var Replay$ = [3, n0, _Rep,
1642
+ 0,
1643
+ [_RN, _ESA, _St, _SR, _EST, _EET, _ELRT, _RST, _RET],
1644
+ [0, 0, 0, 0, 4, 4, 4, 4, 4]
1645
+ ];
1646
+ var ReplayDestination$ = [3, n0, _RDe,
1647
+ 0,
1648
+ [_Ar, _FA],
1649
+ [0, 64 | 0], 1
1650
+ ];
1651
+ var ReplicationConfig$ = [3, n0, _RCe,
1652
+ 0,
1653
+ [_St],
1654
+ [0]
1655
+ ];
1656
+ var RetryPolicy$ = [3, n0, _RPe,
1657
+ 0,
1658
+ [_MRA, _MEAIS],
1659
+ [1, 1]
1660
+ ];
1661
+ var RoutingConfig$ = [3, n0, _RC,
1662
+ 0,
1663
+ [_FC],
1664
+ [() => FailoverConfig$], 1
1665
+ ];
1666
+ var Rule$ = [3, n0, _Rul,
1667
+ 0,
1668
+ [_N, _Ar, _EP, _St, _D, _SE, _RAo, _MB, _EBN],
1669
+ [0, 0, 0, 0, 0, 0, 0, 0, 0]
1670
+ ];
1671
+ var RunCommandParameters$ = [3, n0, _RCP,
1672
+ 0,
1673
+ [_RCT],
1674
+ [() => RunCommandTargets], 1
1675
+ ];
1676
+ var RunCommandTarget$ = [3, n0, _RCTu,
1677
+ 0,
1678
+ [_K, _Va],
1679
+ [0, 64 | 0], 2
1680
+ ];
1681
+ var SageMakerPipelineParameter$ = [3, n0, _SMPP,
1682
+ 0,
1683
+ [_N, _V],
1684
+ [0, 0], 2
1685
+ ];
1686
+ var SageMakerPipelineParameters$ = [3, n0, _SMPPa,
1687
+ 0,
1688
+ [_PPL],
1689
+ [() => SageMakerPipelineParameterList]
1690
+ ];
1691
+ var Secondary$ = [3, n0, _Se,
1692
+ 0,
1693
+ [_Ro],
1694
+ [0], 1
1695
+ ];
1696
+ var SqsParameters$ = [3, n0, _SP,
1697
+ 0,
1698
+ [_MGI],
1699
+ [0]
1700
+ ];
1701
+ var StartReplayRequest$ = [3, n0, _SRR,
1702
+ 0,
1703
+ [_RN, _ESA, _EST, _EET, _De, _D],
1704
+ [0, 0, 4, 4, () => ReplayDestination$, 0], 5
1705
+ ];
1706
+ var StartReplayResponse$ = [3, n0, _SRRt,
1707
+ 0,
1708
+ [_RA, _St, _SR, _RST],
1709
+ [0, 0, 0, 4]
1710
+ ];
1711
+ var Tag$ = [3, n0, _Tag,
1712
+ 0,
1713
+ [_K, _V],
1714
+ [0, 0], 2
1715
+ ];
1716
+ var TagResourceRequest$ = [3, n0, _TRR,
1717
+ 0,
1718
+ [_RARN, _Ta],
1719
+ [0, () => TagList], 2
1720
+ ];
1721
+ var TagResourceResponse$ = [3, n0, _TRRa,
1722
+ 0,
1723
+ [],
1724
+ []
1725
+ ];
1726
+ var Target$ = [3, n0, _Targ,
1727
+ 0,
1728
+ [_Id, _Ar, _RAo, _In, _IP, _IT, _KP, _RCP, _EPc, _BP, _SP, _HPt, _RDP, _SMPPa, _DLC, _RPe, _ASP],
1729
+ [0, 0, 0, 0, 0, () => InputTransformer$, () => KinesisParameters$, () => RunCommandParameters$, () => EcsParameters$, () => BatchParameters$, () => SqsParameters$, () => HttpParameters$, [() => RedshiftDataParameters$, 0], () => SageMakerPipelineParameters$, () => DeadLetterConfig$, () => RetryPolicy$, [() => AppSyncParameters$, 0]], 2
1730
+ ];
1731
+ var TestEventPatternRequest$ = [3, n0, _TEPR,
1732
+ 0,
1733
+ [_EP, _Ev],
1734
+ [0, 0], 2
1735
+ ];
1736
+ var TestEventPatternResponse$ = [3, n0, _TEPRe,
1737
+ 0,
1738
+ [_Res],
1739
+ [2]
1740
+ ];
1741
+ var UntagResourceRequest$ = [3, n0, _URR,
1742
+ 0,
1743
+ [_RARN, _TK],
1744
+ [0, 64 | 0], 2
1745
+ ];
1746
+ var UntagResourceResponse$ = [3, n0, _URRn,
1747
+ 0,
1748
+ [],
1749
+ []
1750
+ ];
1751
+ var UpdateApiDestinationRequest$ = [3, n0, _UADR,
1752
+ 0,
1753
+ [_N, _D, _CA, _IEn, _HM, _IRLPS],
1754
+ [0, 0, 0, 0, 0, 1], 1
1755
+ ];
1756
+ var UpdateApiDestinationResponse$ = [3, n0, _UADRp,
1757
+ 0,
1758
+ [_ADA, _ADS, _CT, _LMT],
1759
+ [0, 0, 4, 4]
1760
+ ];
1761
+ var UpdateArchiveRequest$ = [3, n0, _UAR,
1762
+ 0,
1763
+ [_AN, _D, _EP, _RD, _KKI],
1764
+ [0, 0, 0, 1, 0], 1
1765
+ ];
1766
+ var UpdateArchiveResponse$ = [3, n0, _UARp,
1767
+ 0,
1768
+ [_AA, _St, _SR, _CT],
1769
+ [0, 0, 0, 4]
1770
+ ];
1771
+ var UpdateConnectionApiKeyAuthRequestParameters$ = [3, n0, _UCAKARP,
1772
+ 0,
1773
+ [_AKN, _AKV],
1774
+ [0, [() => AuthHeaderParametersSensitive, 0]]
1775
+ ];
1776
+ var UpdateConnectionAuthRequestParameters$ = [3, n0, _UCARP,
1777
+ 0,
1778
+ [_BAPa, _OAP, _AKAP, _IHP, _CP],
1779
+ [[() => UpdateConnectionBasicAuthRequestParameters$, 0], [() => UpdateConnectionOAuthRequestParameters$, 0], [() => UpdateConnectionApiKeyAuthRequestParameters$, 0], [() => ConnectionHttpParameters$, 0], () => ConnectivityResourceParameters$]
1780
+ ];
1781
+ var UpdateConnectionBasicAuthRequestParameters$ = [3, n0, _UCBARP,
1782
+ 0,
1783
+ [_U, _P],
1784
+ [0, [() => AuthHeaderParametersSensitive, 0]]
1785
+ ];
1786
+ var UpdateConnectionOAuthClientRequestParameters$ = [3, n0, _UCOACRP,
1787
+ 0,
1788
+ [_CID, _CSl],
1789
+ [0, [() => AuthHeaderParametersSensitive, 0]]
1790
+ ];
1791
+ var UpdateConnectionOAuthRequestParameters$ = [3, n0, _UCOARP,
1792
+ 0,
1793
+ [_CPl, _AE, _HM, _OAHP],
1794
+ [[() => UpdateConnectionOAuthClientRequestParameters$, 0], 0, 0, [() => ConnectionHttpParameters$, 0]]
1795
+ ];
1796
+ var UpdateConnectionRequest$ = [3, n0, _UCR,
1797
+ 0,
1798
+ [_N, _D, _AT, _APu, _ICP, _KKI],
1799
+ [0, 0, 0, [() => UpdateConnectionAuthRequestParameters$, 0], () => ConnectivityResourceParameters$, 0], 1
1800
+ ];
1801
+ var UpdateConnectionResponse$ = [3, n0, _UCRp,
1802
+ 0,
1803
+ [_CA, _CS, _CT, _LMT, _LAT],
1804
+ [0, 0, 4, 4, 4]
1805
+ ];
1806
+ var UpdateEndpointRequest$ = [3, n0, _UER,
1807
+ 0,
1808
+ [_N, _D, _RC, _RCe, _EB, _RAo],
1809
+ [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0], 1
1810
+ ];
1811
+ var UpdateEndpointResponse$ = [3, n0, _UERp,
1812
+ 0,
1813
+ [_N, _Ar, _RC, _RCe, _EB, _RAo, _EI, _EU, _St],
1814
+ [0, 0, () => RoutingConfig$, () => ReplicationConfig$, () => EndpointEventBusList, 0, 0, 0, 0]
1815
+ ];
1816
+ var UpdateEventBusRequest$ = [3, n0, _UEBR,
1817
+ 0,
1818
+ [_N, _KKI, _D, _DLC, _LC],
1819
+ [0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
1820
+ ];
1821
+ var UpdateEventBusResponse$ = [3, n0, _UEBRp,
1822
+ 0,
1823
+ [_Ar, _N, _KKI, _D, _DLC, _LC],
1824
+ [0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
1825
+ ];
1826
+ var __Unit = "unit";
1827
+ var ApiDestinationResponseList = [1, n0, _ADRL,
1828
+ 0, () => ApiDestination$
1829
+ ];
1830
+ var ArchiveResponseList = [1, n0, _ARL,
1831
+ 0, () => Archive$
1832
+ ];
1833
+ var CapacityProviderStrategy = [1, n0, _CPS,
1834
+ 0, () => CapacityProviderStrategyItem$
1835
+ ];
1836
+ var ConnectionBodyParametersList = [1, n0, _CBPL,
1837
+ 0, [() => ConnectionBodyParameter$,
1838
+ 0]
1839
+ ];
1840
+ var ConnectionHeaderParametersList = [1, n0, _CHPL,
1841
+ 0, [() => ConnectionHeaderParameter$,
1842
+ 0]
1843
+ ];
1844
+ var ConnectionQueryStringParametersList = [1, n0, _CQSPL,
1845
+ 0, [() => ConnectionQueryStringParameter$,
1846
+ 0]
1847
+ ];
1848
+ var ConnectionResponseList = [1, n0, _CRL,
1849
+ 0, () => Connection$
1850
+ ];
1851
+ var EndpointEventBusList = [1, n0, _EEBL,
1852
+ 0, () => EndpointEventBus$
1853
+ ];
1854
+ var EndpointList = [1, n0, _EL,
1855
+ 0, () => Endpoint$
1856
+ ];
1857
+ var EventBusList = [1, n0, _EBL,
1858
+ 0, () => EventBus$
1859
+ ];
1860
+ var EventSourceList = [1, n0, _ESL,
1861
+ 0, () => EventSource$
1862
+ ];
1863
+ var PartnerEventSourceAccountList = [1, n0, _PESAL,
1864
+ 0, () => PartnerEventSourceAccount$
1865
+ ];
1866
+ var PartnerEventSourceList = [1, n0, _PESL,
1867
+ 0, () => PartnerEventSource$
1868
+ ];
1869
+ var PlacementConstraints = [1, n0, _PC,
1870
+ 0, () => PlacementConstraint$
1871
+ ];
1872
+ var PlacementStrategies = [1, n0, _PSl,
1873
+ 0, () => PlacementStrategy$
1874
+ ];
1875
+ var PutEventsRequestEntryList = [1, n0, _PEREL,
1876
+ 0, () => PutEventsRequestEntry$
1877
+ ];
1878
+ var PutEventsResultEntryList = [1, n0, _PERELu,
1879
+ 0, () => PutEventsResultEntry$
1880
+ ];
1881
+ var PutPartnerEventsRequestEntryList = [1, n0, _PPEREL,
1882
+ 0, () => PutPartnerEventsRequestEntry$
1883
+ ];
1884
+ var PutPartnerEventsResultEntryList = [1, n0, _PPERELu,
1885
+ 0, () => PutPartnerEventsResultEntry$
1886
+ ];
1887
+ var PutTargetsResultEntryList = [1, n0, _PTREL,
1888
+ 0, () => PutTargetsResultEntry$
1889
+ ];
1890
+ var RemoveTargetsResultEntryList = [1, n0, _RTREL,
1891
+ 0, () => RemoveTargetsResultEntry$
1892
+ ];
1893
+ var ReplayList = [1, n0, _RL,
1894
+ 0, () => Replay$
1895
+ ];
1896
+ var RuleResponseList = [1, n0, _RRL,
1897
+ 0, () => Rule$
1898
+ ];
1899
+ var RunCommandTargets = [1, n0, _RCT,
1900
+ 0, () => RunCommandTarget$
1901
+ ];
1902
+ var SageMakerPipelineParameterList = [1, n0, _SMPPL,
1903
+ 0, () => SageMakerPipelineParameter$
1904
+ ];
1905
+ var Sqls = [1, n0, _Sq,
1906
+ 8, [() => Sql,
1907
+ 0]
1908
+ ];
1909
+ var TagList = [1, n0, _TL,
1910
+ 0, () => Tag$
1911
+ ];
1912
+ var TargetList = [1, n0, _TLa,
1913
+ 0, [() => Target$,
1914
+ 0]
1915
+ ];
1916
+ var ActivateEventSource$ = [9, n0, _AES,
1917
+ 0, () => ActivateEventSourceRequest$, () => __Unit
1918
+ ];
1919
+ var CancelReplay$ = [9, n0, _CR,
1920
+ 0, () => CancelReplayRequest$, () => CancelReplayResponse$
1921
+ ];
1922
+ var CreateApiDestination$ = [9, n0, _CAD,
1923
+ 0, () => CreateApiDestinationRequest$, () => CreateApiDestinationResponse$
1924
+ ];
1925
+ var CreateArchive$ = [9, n0, _CAr,
1926
+ 0, () => CreateArchiveRequest$, () => CreateArchiveResponse$
1927
+ ];
1928
+ var CreateConnection$ = [9, n0, _CC,
1929
+ 0, () => CreateConnectionRequest$, () => CreateConnectionResponse$
1930
+ ];
1931
+ var CreateEndpoint$ = [9, n0, _CE,
1932
+ 0, () => CreateEndpointRequest$, () => CreateEndpointResponse$
1933
+ ];
1934
+ var CreateEventBus$ = [9, n0, _CEB,
1935
+ 0, () => CreateEventBusRequest$, () => CreateEventBusResponse$
1936
+ ];
1937
+ var CreatePartnerEventSource$ = [9, n0, _CPES,
1938
+ 0, () => CreatePartnerEventSourceRequest$, () => CreatePartnerEventSourceResponse$
1939
+ ];
1940
+ var DeactivateEventSource$ = [9, n0, _DES,
1941
+ 0, () => DeactivateEventSourceRequest$, () => __Unit
1942
+ ];
1943
+ var DeauthorizeConnection$ = [9, n0, _DC,
1944
+ 0, () => DeauthorizeConnectionRequest$, () => DeauthorizeConnectionResponse$
1945
+ ];
1946
+ var DeleteApiDestination$ = [9, n0, _DAD,
1947
+ 0, () => DeleteApiDestinationRequest$, () => DeleteApiDestinationResponse$
1948
+ ];
1949
+ var DeleteArchive$ = [9, n0, _DA,
1950
+ 0, () => DeleteArchiveRequest$, () => DeleteArchiveResponse$
1951
+ ];
1952
+ var DeleteConnection$ = [9, n0, _DCe,
1953
+ 0, () => DeleteConnectionRequest$, () => DeleteConnectionResponse$
1954
+ ];
1955
+ var DeleteEndpoint$ = [9, n0, _DE,
1956
+ 0, () => DeleteEndpointRequest$, () => DeleteEndpointResponse$
1957
+ ];
1958
+ var DeleteEventBus$ = [9, n0, _DEB,
1959
+ 0, () => DeleteEventBusRequest$, () => __Unit
1960
+ ];
1961
+ var DeletePartnerEventSource$ = [9, n0, _DPES,
1962
+ 0, () => DeletePartnerEventSourceRequest$, () => __Unit
1963
+ ];
1964
+ var DeleteRule$ = [9, n0, _DR,
1965
+ 0, () => DeleteRuleRequest$, () => __Unit
1966
+ ];
1967
+ var DescribeApiDestination$ = [9, n0, _DADe,
1968
+ 0, () => DescribeApiDestinationRequest$, () => DescribeApiDestinationResponse$
1969
+ ];
1970
+ var DescribeArchive$ = [9, n0, _DAe,
1971
+ 0, () => DescribeArchiveRequest$, () => DescribeArchiveResponse$
1972
+ ];
1973
+ var DescribeConnection$ = [9, n0, _DCes,
1974
+ 0, () => DescribeConnectionRequest$, () => DescribeConnectionResponse$
1975
+ ];
1976
+ var DescribeEndpoint$ = [9, n0, _DEe,
1977
+ 0, () => DescribeEndpointRequest$, () => DescribeEndpointResponse$
1978
+ ];
1979
+ var DescribeEventBus$ = [9, n0, _DEBe,
1980
+ 0, () => DescribeEventBusRequest$, () => DescribeEventBusResponse$
1981
+ ];
1982
+ var DescribeEventSource$ = [9, n0, _DESe,
1983
+ 0, () => DescribeEventSourceRequest$, () => DescribeEventSourceResponse$
1984
+ ];
1985
+ var DescribePartnerEventSource$ = [9, n0, _DPESe,
1986
+ 0, () => DescribePartnerEventSourceRequest$, () => DescribePartnerEventSourceResponse$
1987
+ ];
1988
+ var DescribeReplay$ = [9, n0, _DRe,
1989
+ 0, () => DescribeReplayRequest$, () => DescribeReplayResponse$
1990
+ ];
1991
+ var DescribeRule$ = [9, n0, _DRes,
1992
+ 0, () => DescribeRuleRequest$, () => DescribeRuleResponse$
1993
+ ];
1994
+ var DisableRule$ = [9, n0, _DRi,
1995
+ 0, () => DisableRuleRequest$, () => __Unit
1996
+ ];
1997
+ var EnableRule$ = [9, n0, _ER,
1998
+ 0, () => EnableRuleRequest$, () => __Unit
1999
+ ];
2000
+ var ListApiDestinations$ = [9, n0, _LAD,
2001
+ 0, () => ListApiDestinationsRequest$, () => ListApiDestinationsResponse$
2002
+ ];
2003
+ var ListArchives$ = [9, n0, _LA,
2004
+ 0, () => ListArchivesRequest$, () => ListArchivesResponse$
2005
+ ];
2006
+ var ListConnections$ = [9, n0, _LCi,
2007
+ 0, () => ListConnectionsRequest$, () => ListConnectionsResponse$
2008
+ ];
2009
+ var ListEndpoints$ = [9, n0, _LE,
2010
+ 0, () => ListEndpointsRequest$, () => ListEndpointsResponse$
2011
+ ];
2012
+ var ListEventBuses$ = [9, n0, _LEB,
2013
+ 0, () => ListEventBusesRequest$, () => ListEventBusesResponse$
2014
+ ];
2015
+ var ListEventSources$ = [9, n0, _LES,
2016
+ 0, () => ListEventSourcesRequest$, () => ListEventSourcesResponse$
2017
+ ];
2018
+ var ListPartnerEventSourceAccounts$ = [9, n0, _LPESA,
2019
+ 0, () => ListPartnerEventSourceAccountsRequest$, () => ListPartnerEventSourceAccountsResponse$
2020
+ ];
2021
+ var ListPartnerEventSources$ = [9, n0, _LPES,
2022
+ 0, () => ListPartnerEventSourcesRequest$, () => ListPartnerEventSourcesResponse$
2023
+ ];
2024
+ var ListReplays$ = [9, n0, _LR,
2025
+ 0, () => ListReplaysRequest$, () => ListReplaysResponse$
2026
+ ];
2027
+ var ListRuleNamesByTarget$ = [9, n0, _LRNBT,
2028
+ 0, () => ListRuleNamesByTargetRequest$, () => ListRuleNamesByTargetResponse$
2029
+ ];
2030
+ var ListRules$ = [9, n0, _LRi,
2031
+ 0, () => ListRulesRequest$, () => ListRulesResponse$
2032
+ ];
2033
+ var ListTagsForResource$ = [9, n0, _LTFR,
2034
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2035
+ ];
2036
+ var ListTargetsByRule$ = [9, n0, _LTBR,
2037
+ 0, () => ListTargetsByRuleRequest$, () => ListTargetsByRuleResponse$
2038
+ ];
2039
+ var PutEvents$ = [9, n0, _PE,
2040
+ 0, () => PutEventsRequest$, () => PutEventsResponse$
2041
+ ];
2042
+ var PutPartnerEvents$ = [9, n0, _PPE,
2043
+ 0, () => PutPartnerEventsRequest$, () => PutPartnerEventsResponse$
2044
+ ];
2045
+ var PutPermission$ = [9, n0, _PP,
2046
+ 0, () => PutPermissionRequest$, () => __Unit
2047
+ ];
2048
+ var PutRule$ = [9, n0, _PR,
2049
+ 0, () => PutRuleRequest$, () => PutRuleResponse$
2050
+ ];
2051
+ var PutTargets$ = [9, n0, _PTu,
2052
+ 0, () => PutTargetsRequest$, () => PutTargetsResponse$
2053
+ ];
2054
+ var RemovePermission$ = [9, n0, _RPem,
2055
+ 0, () => RemovePermissionRequest$, () => __Unit
2056
+ ];
2057
+ var RemoveTargets$ = [9, n0, _RT,
2058
+ 0, () => RemoveTargetsRequest$, () => RemoveTargetsResponse$
2059
+ ];
2060
+ var StartReplay$ = [9, n0, _SRt,
2061
+ 0, () => StartReplayRequest$, () => StartReplayResponse$
2062
+ ];
2063
+ var TagResource$ = [9, n0, _TR,
2064
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
2065
+ ];
2066
+ var TestEventPattern$ = [9, n0, _TEP,
2067
+ 0, () => TestEventPatternRequest$, () => TestEventPatternResponse$
2068
+ ];
2069
+ var UntagResource$ = [9, n0, _UR,
2070
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
2071
+ ];
2072
+ var UpdateApiDestination$ = [9, n0, _UAD,
2073
+ 0, () => UpdateApiDestinationRequest$, () => UpdateApiDestinationResponse$
2074
+ ];
2075
+ var UpdateArchive$ = [9, n0, _UA,
2076
+ 0, () => UpdateArchiveRequest$, () => UpdateArchiveResponse$
2077
+ ];
2078
+ var UpdateConnection$ = [9, n0, _UC,
2079
+ 0, () => UpdateConnectionRequest$, () => UpdateConnectionResponse$
2080
+ ];
2081
+ var UpdateEndpoint$ = [9, n0, _UE,
2082
+ 0, () => UpdateEndpointRequest$, () => UpdateEndpointResponse$
2083
+ ];
2084
+ var UpdateEventBus$ = [9, n0, _UEB,
2085
+ 0, () => UpdateEventBusRequest$, () => UpdateEventBusResponse$
2086
+ ];
2087
+
2088
+ const getRuntimeConfig$1 = (config) => {
2089
+ return {
2090
+ apiVersion: "2015-10-07",
2091
+ base64Decoder: config?.base64Decoder ?? fromBase64,
2092
+ base64Encoder: config?.base64Encoder ?? toBase64,
2093
+ disableHostPrefix: config?.disableHostPrefix ?? false,
2094
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
2095
+ extensions: config?.extensions ?? [],
2096
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultEventBridgeHttpAuthSchemeProvider,
2097
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
2098
+ {
2099
+ schemeId: "aws.auth#sigv4",
2100
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
2101
+ signer: new AwsSdkSigV4Signer(),
2102
+ },
2103
+ {
2104
+ schemeId: "aws.auth#sigv4a",
2105
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4a"),
2106
+ signer: new AwsSdkSigV4ASigner(),
2107
+ },
2108
+ ],
2109
+ logger: config?.logger ?? new NoOpLogger(),
2110
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
2111
+ protocolSettings: config?.protocolSettings ?? {
2112
+ defaultNamespace: "com.amazonaws.eventbridge",
2113
+ errorTypeRegistries,
2114
+ xmlNamespace: "http://events.amazonaws.com/doc/2015-10-07",
2115
+ version: "2015-10-07",
2116
+ serviceTarget: "AWSEvents",
2117
+ },
2118
+ serviceId: config?.serviceId ?? "EventBridge",
2119
+ sha256: config?.sha256 ?? Sha256,
2120
+ signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
2121
+ urlParser: config?.urlParser ?? parseUrl,
2122
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2123
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
2124
+ };
2125
+ };
2126
+
2127
+ const getRuntimeConfig = (config) => {
2128
+ emitWarningIfUnsupportedVersion(process.version);
2129
+ const defaultsMode = resolveDefaultsModeConfig(config);
2130
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
2131
+ const clientSharedValues = getRuntimeConfig$1(config);
2132
+ emitWarningIfUnsupportedVersion$1(process.version);
2133
+ const loaderConfig = {
2134
+ profile: config?.profile,
2135
+ logger: clientSharedValues.logger,
2136
+ };
2137
+ return {
2138
+ ...clientSharedValues,
2139
+ ...config,
2140
+ runtime: "node",
2141
+ defaultsMode,
2142
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
2143
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
2144
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
2145
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
2146
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
2147
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
2148
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
2149
+ retryMode: config?.retryMode ??
2150
+ loadConfig({
2151
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2152
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2153
+ }, config),
2154
+ sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
2155
+ streamCollector: config?.streamCollector ?? streamCollector,
2156
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2157
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2158
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
2159
+ };
2160
+ };
2161
+
34
2162
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
2163
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
2164
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -967,80 +3095,342 @@ const PropagateTags = {
967
3095
  TASK_DEFINITION: "TASK_DEFINITION",
968
3096
  };
969
3097
 
3098
+ exports.AccessDeniedException = AccessDeniedException;
3099
+ exports.AccessDeniedException$ = AccessDeniedException$;
3100
+ exports.ActivateEventSource$ = ActivateEventSource$;
970
3101
  exports.ActivateEventSourceCommand = ActivateEventSourceCommand;
3102
+ exports.ActivateEventSourceRequest$ = ActivateEventSourceRequest$;
3103
+ exports.ApiDestination$ = ApiDestination$;
971
3104
  exports.ApiDestinationHttpMethod = ApiDestinationHttpMethod;
972
3105
  exports.ApiDestinationState = ApiDestinationState;
3106
+ exports.AppSyncParameters$ = AppSyncParameters$;
3107
+ exports.Archive$ = Archive$;
973
3108
  exports.ArchiveState = ArchiveState;
974
3109
  exports.AssignPublicIp = AssignPublicIp;
3110
+ exports.AwsVpcConfiguration$ = AwsVpcConfiguration$;
3111
+ exports.BatchArrayProperties$ = BatchArrayProperties$;
3112
+ exports.BatchParameters$ = BatchParameters$;
3113
+ exports.BatchRetryStrategy$ = BatchRetryStrategy$;
3114
+ exports.CancelReplay$ = CancelReplay$;
975
3115
  exports.CancelReplayCommand = CancelReplayCommand;
3116
+ exports.CancelReplayRequest$ = CancelReplayRequest$;
3117
+ exports.CancelReplayResponse$ = CancelReplayResponse$;
3118
+ exports.CapacityProviderStrategyItem$ = CapacityProviderStrategyItem$;
3119
+ exports.ConcurrentModificationException = ConcurrentModificationException;
3120
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
3121
+ exports.Condition$ = Condition$;
3122
+ exports.Connection$ = Connection$;
3123
+ exports.ConnectionApiKeyAuthResponseParameters$ = ConnectionApiKeyAuthResponseParameters$;
3124
+ exports.ConnectionAuthResponseParameters$ = ConnectionAuthResponseParameters$;
976
3125
  exports.ConnectionAuthorizationType = ConnectionAuthorizationType;
3126
+ exports.ConnectionBasicAuthResponseParameters$ = ConnectionBasicAuthResponseParameters$;
3127
+ exports.ConnectionBodyParameter$ = ConnectionBodyParameter$;
3128
+ exports.ConnectionHeaderParameter$ = ConnectionHeaderParameter$;
3129
+ exports.ConnectionHttpParameters$ = ConnectionHttpParameters$;
3130
+ exports.ConnectionOAuthClientResponseParameters$ = ConnectionOAuthClientResponseParameters$;
977
3131
  exports.ConnectionOAuthHttpMethod = ConnectionOAuthHttpMethod;
3132
+ exports.ConnectionOAuthResponseParameters$ = ConnectionOAuthResponseParameters$;
3133
+ exports.ConnectionQueryStringParameter$ = ConnectionQueryStringParameter$;
978
3134
  exports.ConnectionState = ConnectionState;
3135
+ exports.ConnectivityResourceConfigurationArn$ = ConnectivityResourceConfigurationArn$;
3136
+ exports.ConnectivityResourceParameters$ = ConnectivityResourceParameters$;
3137
+ exports.CreateApiDestination$ = CreateApiDestination$;
979
3138
  exports.CreateApiDestinationCommand = CreateApiDestinationCommand;
3139
+ exports.CreateApiDestinationRequest$ = CreateApiDestinationRequest$;
3140
+ exports.CreateApiDestinationResponse$ = CreateApiDestinationResponse$;
3141
+ exports.CreateArchive$ = CreateArchive$;
980
3142
  exports.CreateArchiveCommand = CreateArchiveCommand;
3143
+ exports.CreateArchiveRequest$ = CreateArchiveRequest$;
3144
+ exports.CreateArchiveResponse$ = CreateArchiveResponse$;
3145
+ exports.CreateConnection$ = CreateConnection$;
3146
+ exports.CreateConnectionApiKeyAuthRequestParameters$ = CreateConnectionApiKeyAuthRequestParameters$;
3147
+ exports.CreateConnectionAuthRequestParameters$ = CreateConnectionAuthRequestParameters$;
3148
+ exports.CreateConnectionBasicAuthRequestParameters$ = CreateConnectionBasicAuthRequestParameters$;
981
3149
  exports.CreateConnectionCommand = CreateConnectionCommand;
3150
+ exports.CreateConnectionOAuthClientRequestParameters$ = CreateConnectionOAuthClientRequestParameters$;
3151
+ exports.CreateConnectionOAuthRequestParameters$ = CreateConnectionOAuthRequestParameters$;
3152
+ exports.CreateConnectionRequest$ = CreateConnectionRequest$;
3153
+ exports.CreateConnectionResponse$ = CreateConnectionResponse$;
3154
+ exports.CreateEndpoint$ = CreateEndpoint$;
982
3155
  exports.CreateEndpointCommand = CreateEndpointCommand;
3156
+ exports.CreateEndpointRequest$ = CreateEndpointRequest$;
3157
+ exports.CreateEndpointResponse$ = CreateEndpointResponse$;
3158
+ exports.CreateEventBus$ = CreateEventBus$;
983
3159
  exports.CreateEventBusCommand = CreateEventBusCommand;
3160
+ exports.CreateEventBusRequest$ = CreateEventBusRequest$;
3161
+ exports.CreateEventBusResponse$ = CreateEventBusResponse$;
3162
+ exports.CreatePartnerEventSource$ = CreatePartnerEventSource$;
984
3163
  exports.CreatePartnerEventSourceCommand = CreatePartnerEventSourceCommand;
3164
+ exports.CreatePartnerEventSourceRequest$ = CreatePartnerEventSourceRequest$;
3165
+ exports.CreatePartnerEventSourceResponse$ = CreatePartnerEventSourceResponse$;
3166
+ exports.DeactivateEventSource$ = DeactivateEventSource$;
985
3167
  exports.DeactivateEventSourceCommand = DeactivateEventSourceCommand;
3168
+ exports.DeactivateEventSourceRequest$ = DeactivateEventSourceRequest$;
3169
+ exports.DeadLetterConfig$ = DeadLetterConfig$;
3170
+ exports.DeauthorizeConnection$ = DeauthorizeConnection$;
986
3171
  exports.DeauthorizeConnectionCommand = DeauthorizeConnectionCommand;
3172
+ exports.DeauthorizeConnectionRequest$ = DeauthorizeConnectionRequest$;
3173
+ exports.DeauthorizeConnectionResponse$ = DeauthorizeConnectionResponse$;
3174
+ exports.DeleteApiDestination$ = DeleteApiDestination$;
987
3175
  exports.DeleteApiDestinationCommand = DeleteApiDestinationCommand;
3176
+ exports.DeleteApiDestinationRequest$ = DeleteApiDestinationRequest$;
3177
+ exports.DeleteApiDestinationResponse$ = DeleteApiDestinationResponse$;
3178
+ exports.DeleteArchive$ = DeleteArchive$;
988
3179
  exports.DeleteArchiveCommand = DeleteArchiveCommand;
3180
+ exports.DeleteArchiveRequest$ = DeleteArchiveRequest$;
3181
+ exports.DeleteArchiveResponse$ = DeleteArchiveResponse$;
3182
+ exports.DeleteConnection$ = DeleteConnection$;
989
3183
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
3184
+ exports.DeleteConnectionRequest$ = DeleteConnectionRequest$;
3185
+ exports.DeleteConnectionResponse$ = DeleteConnectionResponse$;
3186
+ exports.DeleteEndpoint$ = DeleteEndpoint$;
990
3187
  exports.DeleteEndpointCommand = DeleteEndpointCommand;
3188
+ exports.DeleteEndpointRequest$ = DeleteEndpointRequest$;
3189
+ exports.DeleteEndpointResponse$ = DeleteEndpointResponse$;
3190
+ exports.DeleteEventBus$ = DeleteEventBus$;
991
3191
  exports.DeleteEventBusCommand = DeleteEventBusCommand;
3192
+ exports.DeleteEventBusRequest$ = DeleteEventBusRequest$;
3193
+ exports.DeletePartnerEventSource$ = DeletePartnerEventSource$;
992
3194
  exports.DeletePartnerEventSourceCommand = DeletePartnerEventSourceCommand;
3195
+ exports.DeletePartnerEventSourceRequest$ = DeletePartnerEventSourceRequest$;
3196
+ exports.DeleteRule$ = DeleteRule$;
993
3197
  exports.DeleteRuleCommand = DeleteRuleCommand;
3198
+ exports.DeleteRuleRequest$ = DeleteRuleRequest$;
3199
+ exports.DescribeApiDestination$ = DescribeApiDestination$;
994
3200
  exports.DescribeApiDestinationCommand = DescribeApiDestinationCommand;
3201
+ exports.DescribeApiDestinationRequest$ = DescribeApiDestinationRequest$;
3202
+ exports.DescribeApiDestinationResponse$ = DescribeApiDestinationResponse$;
3203
+ exports.DescribeArchive$ = DescribeArchive$;
995
3204
  exports.DescribeArchiveCommand = DescribeArchiveCommand;
3205
+ exports.DescribeArchiveRequest$ = DescribeArchiveRequest$;
3206
+ exports.DescribeArchiveResponse$ = DescribeArchiveResponse$;
3207
+ exports.DescribeConnection$ = DescribeConnection$;
996
3208
  exports.DescribeConnectionCommand = DescribeConnectionCommand;
3209
+ exports.DescribeConnectionConnectivityParameters$ = DescribeConnectionConnectivityParameters$;
3210
+ exports.DescribeConnectionRequest$ = DescribeConnectionRequest$;
3211
+ exports.DescribeConnectionResourceParameters$ = DescribeConnectionResourceParameters$;
3212
+ exports.DescribeConnectionResponse$ = DescribeConnectionResponse$;
3213
+ exports.DescribeEndpoint$ = DescribeEndpoint$;
997
3214
  exports.DescribeEndpointCommand = DescribeEndpointCommand;
3215
+ exports.DescribeEndpointRequest$ = DescribeEndpointRequest$;
3216
+ exports.DescribeEndpointResponse$ = DescribeEndpointResponse$;
3217
+ exports.DescribeEventBus$ = DescribeEventBus$;
998
3218
  exports.DescribeEventBusCommand = DescribeEventBusCommand;
3219
+ exports.DescribeEventBusRequest$ = DescribeEventBusRequest$;
3220
+ exports.DescribeEventBusResponse$ = DescribeEventBusResponse$;
3221
+ exports.DescribeEventSource$ = DescribeEventSource$;
999
3222
  exports.DescribeEventSourceCommand = DescribeEventSourceCommand;
3223
+ exports.DescribeEventSourceRequest$ = DescribeEventSourceRequest$;
3224
+ exports.DescribeEventSourceResponse$ = DescribeEventSourceResponse$;
3225
+ exports.DescribePartnerEventSource$ = DescribePartnerEventSource$;
1000
3226
  exports.DescribePartnerEventSourceCommand = DescribePartnerEventSourceCommand;
3227
+ exports.DescribePartnerEventSourceRequest$ = DescribePartnerEventSourceRequest$;
3228
+ exports.DescribePartnerEventSourceResponse$ = DescribePartnerEventSourceResponse$;
3229
+ exports.DescribeReplay$ = DescribeReplay$;
1001
3230
  exports.DescribeReplayCommand = DescribeReplayCommand;
3231
+ exports.DescribeReplayRequest$ = DescribeReplayRequest$;
3232
+ exports.DescribeReplayResponse$ = DescribeReplayResponse$;
3233
+ exports.DescribeRule$ = DescribeRule$;
1002
3234
  exports.DescribeRuleCommand = DescribeRuleCommand;
3235
+ exports.DescribeRuleRequest$ = DescribeRuleRequest$;
3236
+ exports.DescribeRuleResponse$ = DescribeRuleResponse$;
3237
+ exports.DisableRule$ = DisableRule$;
1003
3238
  exports.DisableRuleCommand = DisableRuleCommand;
3239
+ exports.DisableRuleRequest$ = DisableRuleRequest$;
3240
+ exports.EcsParameters$ = EcsParameters$;
3241
+ exports.EnableRule$ = EnableRule$;
1004
3242
  exports.EnableRuleCommand = EnableRuleCommand;
3243
+ exports.EnableRuleRequest$ = EnableRuleRequest$;
3244
+ exports.Endpoint$ = Endpoint$;
3245
+ exports.EndpointEventBus$ = EndpointEventBus$;
1005
3246
  exports.EndpointState = EndpointState;
1006
3247
  exports.EventBridge = EventBridge;
1007
3248
  exports.EventBridgeClient = EventBridgeClient;
3249
+ exports.EventBridgeServiceException = EventBridgeServiceException;
3250
+ exports.EventBridgeServiceException$ = EventBridgeServiceException$;
3251
+ exports.EventBus$ = EventBus$;
3252
+ exports.EventSource$ = EventSource$;
1008
3253
  exports.EventSourceState = EventSourceState;
3254
+ exports.FailoverConfig$ = FailoverConfig$;
3255
+ exports.HttpParameters$ = HttpParameters$;
3256
+ exports.IllegalStatusException = IllegalStatusException;
3257
+ exports.IllegalStatusException$ = IllegalStatusException$;
1009
3258
  exports.IncludeDetail = IncludeDetail;
3259
+ exports.InputTransformer$ = InputTransformer$;
3260
+ exports.InternalException = InternalException;
3261
+ exports.InternalException$ = InternalException$;
3262
+ exports.InvalidEventPatternException = InvalidEventPatternException;
3263
+ exports.InvalidEventPatternException$ = InvalidEventPatternException$;
3264
+ exports.InvalidStateException = InvalidStateException;
3265
+ exports.InvalidStateException$ = InvalidStateException$;
3266
+ exports.KinesisParameters$ = KinesisParameters$;
1010
3267
  exports.LaunchType = LaunchType;
1011
3268
  exports.Level = Level;
3269
+ exports.LimitExceededException = LimitExceededException;
3270
+ exports.LimitExceededException$ = LimitExceededException$;
3271
+ exports.ListApiDestinations$ = ListApiDestinations$;
1012
3272
  exports.ListApiDestinationsCommand = ListApiDestinationsCommand;
3273
+ exports.ListApiDestinationsRequest$ = ListApiDestinationsRequest$;
3274
+ exports.ListApiDestinationsResponse$ = ListApiDestinationsResponse$;
3275
+ exports.ListArchives$ = ListArchives$;
1013
3276
  exports.ListArchivesCommand = ListArchivesCommand;
3277
+ exports.ListArchivesRequest$ = ListArchivesRequest$;
3278
+ exports.ListArchivesResponse$ = ListArchivesResponse$;
3279
+ exports.ListConnections$ = ListConnections$;
1014
3280
  exports.ListConnectionsCommand = ListConnectionsCommand;
3281
+ exports.ListConnectionsRequest$ = ListConnectionsRequest$;
3282
+ exports.ListConnectionsResponse$ = ListConnectionsResponse$;
3283
+ exports.ListEndpoints$ = ListEndpoints$;
1015
3284
  exports.ListEndpointsCommand = ListEndpointsCommand;
3285
+ exports.ListEndpointsRequest$ = ListEndpointsRequest$;
3286
+ exports.ListEndpointsResponse$ = ListEndpointsResponse$;
3287
+ exports.ListEventBuses$ = ListEventBuses$;
1016
3288
  exports.ListEventBusesCommand = ListEventBusesCommand;
3289
+ exports.ListEventBusesRequest$ = ListEventBusesRequest$;
3290
+ exports.ListEventBusesResponse$ = ListEventBusesResponse$;
3291
+ exports.ListEventSources$ = ListEventSources$;
1017
3292
  exports.ListEventSourcesCommand = ListEventSourcesCommand;
3293
+ exports.ListEventSourcesRequest$ = ListEventSourcesRequest$;
3294
+ exports.ListEventSourcesResponse$ = ListEventSourcesResponse$;
3295
+ exports.ListPartnerEventSourceAccounts$ = ListPartnerEventSourceAccounts$;
1018
3296
  exports.ListPartnerEventSourceAccountsCommand = ListPartnerEventSourceAccountsCommand;
3297
+ exports.ListPartnerEventSourceAccountsRequest$ = ListPartnerEventSourceAccountsRequest$;
3298
+ exports.ListPartnerEventSourceAccountsResponse$ = ListPartnerEventSourceAccountsResponse$;
3299
+ exports.ListPartnerEventSources$ = ListPartnerEventSources$;
1019
3300
  exports.ListPartnerEventSourcesCommand = ListPartnerEventSourcesCommand;
3301
+ exports.ListPartnerEventSourcesRequest$ = ListPartnerEventSourcesRequest$;
3302
+ exports.ListPartnerEventSourcesResponse$ = ListPartnerEventSourcesResponse$;
3303
+ exports.ListReplays$ = ListReplays$;
1020
3304
  exports.ListReplaysCommand = ListReplaysCommand;
3305
+ exports.ListReplaysRequest$ = ListReplaysRequest$;
3306
+ exports.ListReplaysResponse$ = ListReplaysResponse$;
3307
+ exports.ListRuleNamesByTarget$ = ListRuleNamesByTarget$;
1021
3308
  exports.ListRuleNamesByTargetCommand = ListRuleNamesByTargetCommand;
3309
+ exports.ListRuleNamesByTargetRequest$ = ListRuleNamesByTargetRequest$;
3310
+ exports.ListRuleNamesByTargetResponse$ = ListRuleNamesByTargetResponse$;
3311
+ exports.ListRules$ = ListRules$;
1022
3312
  exports.ListRulesCommand = ListRulesCommand;
3313
+ exports.ListRulesRequest$ = ListRulesRequest$;
3314
+ exports.ListRulesResponse$ = ListRulesResponse$;
3315
+ exports.ListTagsForResource$ = ListTagsForResource$;
1023
3316
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3317
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3318
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3319
+ exports.ListTargetsByRule$ = ListTargetsByRule$;
1024
3320
  exports.ListTargetsByRuleCommand = ListTargetsByRuleCommand;
3321
+ exports.ListTargetsByRuleRequest$ = ListTargetsByRuleRequest$;
3322
+ exports.ListTargetsByRuleResponse$ = ListTargetsByRuleResponse$;
3323
+ exports.LogConfig$ = LogConfig$;
3324
+ exports.ManagedRuleException = ManagedRuleException;
3325
+ exports.ManagedRuleException$ = ManagedRuleException$;
3326
+ exports.NetworkConfiguration$ = NetworkConfiguration$;
3327
+ exports.OperationDisabledException = OperationDisabledException;
3328
+ exports.OperationDisabledException$ = OperationDisabledException$;
3329
+ exports.PartnerEventSource$ = PartnerEventSource$;
3330
+ exports.PartnerEventSourceAccount$ = PartnerEventSourceAccount$;
3331
+ exports.PlacementConstraint$ = PlacementConstraint$;
1025
3332
  exports.PlacementConstraintType = PlacementConstraintType;
3333
+ exports.PlacementStrategy$ = PlacementStrategy$;
1026
3334
  exports.PlacementStrategyType = PlacementStrategyType;
3335
+ exports.PolicyLengthExceededException = PolicyLengthExceededException;
3336
+ exports.PolicyLengthExceededException$ = PolicyLengthExceededException$;
3337
+ exports.Primary$ = Primary$;
1027
3338
  exports.PropagateTags = PropagateTags;
3339
+ exports.PutEvents$ = PutEvents$;
1028
3340
  exports.PutEventsCommand = PutEventsCommand;
3341
+ exports.PutEventsRequest$ = PutEventsRequest$;
3342
+ exports.PutEventsRequestEntry$ = PutEventsRequestEntry$;
3343
+ exports.PutEventsResponse$ = PutEventsResponse$;
3344
+ exports.PutEventsResultEntry$ = PutEventsResultEntry$;
3345
+ exports.PutPartnerEvents$ = PutPartnerEvents$;
1029
3346
  exports.PutPartnerEventsCommand = PutPartnerEventsCommand;
3347
+ exports.PutPartnerEventsRequest$ = PutPartnerEventsRequest$;
3348
+ exports.PutPartnerEventsRequestEntry$ = PutPartnerEventsRequestEntry$;
3349
+ exports.PutPartnerEventsResponse$ = PutPartnerEventsResponse$;
3350
+ exports.PutPartnerEventsResultEntry$ = PutPartnerEventsResultEntry$;
3351
+ exports.PutPermission$ = PutPermission$;
1030
3352
  exports.PutPermissionCommand = PutPermissionCommand;
3353
+ exports.PutPermissionRequest$ = PutPermissionRequest$;
3354
+ exports.PutRule$ = PutRule$;
1031
3355
  exports.PutRuleCommand = PutRuleCommand;
3356
+ exports.PutRuleRequest$ = PutRuleRequest$;
3357
+ exports.PutRuleResponse$ = PutRuleResponse$;
3358
+ exports.PutTargets$ = PutTargets$;
1032
3359
  exports.PutTargetsCommand = PutTargetsCommand;
3360
+ exports.PutTargetsRequest$ = PutTargetsRequest$;
3361
+ exports.PutTargetsResponse$ = PutTargetsResponse$;
3362
+ exports.PutTargetsResultEntry$ = PutTargetsResultEntry$;
3363
+ exports.RedshiftDataParameters$ = RedshiftDataParameters$;
3364
+ exports.RemovePermission$ = RemovePermission$;
1033
3365
  exports.RemovePermissionCommand = RemovePermissionCommand;
3366
+ exports.RemovePermissionRequest$ = RemovePermissionRequest$;
3367
+ exports.RemoveTargets$ = RemoveTargets$;
1034
3368
  exports.RemoveTargetsCommand = RemoveTargetsCommand;
3369
+ exports.RemoveTargetsRequest$ = RemoveTargetsRequest$;
3370
+ exports.RemoveTargetsResponse$ = RemoveTargetsResponse$;
3371
+ exports.RemoveTargetsResultEntry$ = RemoveTargetsResultEntry$;
3372
+ exports.Replay$ = Replay$;
3373
+ exports.ReplayDestination$ = ReplayDestination$;
1035
3374
  exports.ReplayState = ReplayState;
3375
+ exports.ReplicationConfig$ = ReplicationConfig$;
1036
3376
  exports.ReplicationState = ReplicationState;
3377
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
3378
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
3379
+ exports.ResourceNotFoundException = ResourceNotFoundException;
3380
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3381
+ exports.RetryPolicy$ = RetryPolicy$;
3382
+ exports.RoutingConfig$ = RoutingConfig$;
3383
+ exports.Rule$ = Rule$;
1037
3384
  exports.RuleState = RuleState;
3385
+ exports.RunCommandParameters$ = RunCommandParameters$;
3386
+ exports.RunCommandTarget$ = RunCommandTarget$;
3387
+ exports.SageMakerPipelineParameter$ = SageMakerPipelineParameter$;
3388
+ exports.SageMakerPipelineParameters$ = SageMakerPipelineParameters$;
3389
+ exports.Secondary$ = Secondary$;
3390
+ exports.SqsParameters$ = SqsParameters$;
3391
+ exports.StartReplay$ = StartReplay$;
1038
3392
  exports.StartReplayCommand = StartReplayCommand;
3393
+ exports.StartReplayRequest$ = StartReplayRequest$;
3394
+ exports.StartReplayResponse$ = StartReplayResponse$;
3395
+ exports.Tag$ = Tag$;
3396
+ exports.TagResource$ = TagResource$;
1039
3397
  exports.TagResourceCommand = TagResourceCommand;
3398
+ exports.TagResourceRequest$ = TagResourceRequest$;
3399
+ exports.TagResourceResponse$ = TagResourceResponse$;
3400
+ exports.Target$ = Target$;
3401
+ exports.TestEventPattern$ = TestEventPattern$;
1040
3402
  exports.TestEventPatternCommand = TestEventPatternCommand;
3403
+ exports.TestEventPatternRequest$ = TestEventPatternRequest$;
3404
+ exports.TestEventPatternResponse$ = TestEventPatternResponse$;
3405
+ exports.ThrottlingException = ThrottlingException;
3406
+ exports.ThrottlingException$ = ThrottlingException$;
3407
+ exports.UntagResource$ = UntagResource$;
1041
3408
  exports.UntagResourceCommand = UntagResourceCommand;
3409
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
3410
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
3411
+ exports.UpdateApiDestination$ = UpdateApiDestination$;
1042
3412
  exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
3413
+ exports.UpdateApiDestinationRequest$ = UpdateApiDestinationRequest$;
3414
+ exports.UpdateApiDestinationResponse$ = UpdateApiDestinationResponse$;
3415
+ exports.UpdateArchive$ = UpdateArchive$;
1043
3416
  exports.UpdateArchiveCommand = UpdateArchiveCommand;
3417
+ exports.UpdateArchiveRequest$ = UpdateArchiveRequest$;
3418
+ exports.UpdateArchiveResponse$ = UpdateArchiveResponse$;
3419
+ exports.UpdateConnection$ = UpdateConnection$;
3420
+ exports.UpdateConnectionApiKeyAuthRequestParameters$ = UpdateConnectionApiKeyAuthRequestParameters$;
3421
+ exports.UpdateConnectionAuthRequestParameters$ = UpdateConnectionAuthRequestParameters$;
3422
+ exports.UpdateConnectionBasicAuthRequestParameters$ = UpdateConnectionBasicAuthRequestParameters$;
1044
3423
  exports.UpdateConnectionCommand = UpdateConnectionCommand;
3424
+ exports.UpdateConnectionOAuthClientRequestParameters$ = UpdateConnectionOAuthClientRequestParameters$;
3425
+ exports.UpdateConnectionOAuthRequestParameters$ = UpdateConnectionOAuthRequestParameters$;
3426
+ exports.UpdateConnectionRequest$ = UpdateConnectionRequest$;
3427
+ exports.UpdateConnectionResponse$ = UpdateConnectionResponse$;
3428
+ exports.UpdateEndpoint$ = UpdateEndpoint$;
1045
3429
  exports.UpdateEndpointCommand = UpdateEndpointCommand;
3430
+ exports.UpdateEndpointRequest$ = UpdateEndpointRequest$;
3431
+ exports.UpdateEndpointResponse$ = UpdateEndpointResponse$;
3432
+ exports.UpdateEventBus$ = UpdateEventBus$;
1046
3433
  exports.UpdateEventBusCommand = UpdateEventBusCommand;
3434
+ exports.UpdateEventBusRequest$ = UpdateEventBusRequest$;
3435
+ exports.UpdateEventBusResponse$ = UpdateEventBusResponse$;
3436
+ exports.errorTypeRegistries = errorTypeRegistries;