@aws-sdk/client-eventbridge 3.940.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist-cjs/index.js +13 -130
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/EventBridgeClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +13 -130
  8. package/dist-types/EventBridge.d.ts +1 -1
  9. package/dist-types/EventBridgeClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  12. package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelReplayCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateArchiveCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateEventBusCommand.d.ts +3 -3
  19. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -3
  21. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteEndpointCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -3
  27. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeEndpointCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -3
  38. package/dist-types/commands/DisableRuleCommand.d.ts +3 -3
  39. package/dist-types/commands/EnableRuleCommand.d.ts +3 -3
  40. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListArchivesCommand.d.ts +3 -3
  42. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListEndpointsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -3
  45. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -3
  46. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListReplaysCommand.d.ts +3 -3
  49. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -3
  50. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  52. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -3
  53. package/dist-types/commands/PutEventsCommand.d.ts +3 -3
  54. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -3
  55. package/dist-types/commands/PutPermissionCommand.d.ts +3 -3
  56. package/dist-types/commands/PutRuleCommand.d.ts +3 -3
  57. package/dist-types/commands/PutTargetsCommand.d.ts +3 -3
  58. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
  59. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -3
  60. package/dist-types/commands/StartReplayCommand.d.ts +3 -3
  61. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  62. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -3
  63. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  64. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateEndpointCommand.d.ts +3 -3
  68. package/dist-types/commands/UpdateEventBusCommand.d.ts +3 -3
  69. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  70. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  71. package/dist-types/extensionConfiguration.d.ts +4 -4
  72. package/dist-types/models/EventBridgeServiceException.d.ts +1 -1
  73. package/dist-types/models/errors.d.ts +1 -1
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  75. package/dist-types/runtimeConfig.d.ts +1 -1
  76. package/dist-types/runtimeConfig.native.d.ts +1 -1
  77. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  78. package/dist-types/runtimeExtensions.d.ts +1 -1
  79. package/dist-types/schemas/schemas_0.d.ts +1 -1
  80. package/dist-types/ts3.4/EventBridgeClient.d.ts +3 -3
  81. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  82. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
  83. package/dist-types/ts3.4/models/EventBridgeServiceException.d.ts +1 -1
  84. package/package.json +14 -13
package/dist-cjs/index.js CHANGED
@@ -728,16 +728,7 @@ var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
728
728
  var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
729
729
  var SensitiveString = [0, n0, _SS, 8, 0];
730
730
  var Sql = [0, n0, _S, 8, 0];
731
- var AccessDeniedException = [
732
- -3,
733
- n0,
734
- _ADE,
735
- {
736
- [_e]: _c,
737
- },
738
- [_m],
739
- [0],
740
- ];
731
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
741
732
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
742
733
  var ActivateEventSourceRequest = [3, n0, _AESR, 0, [_N], [0]];
743
734
  var ApiDestination = [
@@ -771,16 +762,7 @@ var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
771
762
  var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
772
763
  var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _St, _SR], [0, 0, 0]];
773
764
  var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
774
- var ConcurrentModificationException = [
775
- -3,
776
- n0,
777
- _CME,
778
- {
779
- [_e]: _c,
780
- },
781
- [_m],
782
- [0],
783
- ];
765
+ var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
784
766
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
785
767
  var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
786
768
  var Connection = [
@@ -1139,62 +1121,17 @@ var EventBus = [3, n0, _EBv, 0, [_N, _Ar, _D, _Po, _CT, _LMT], [0, 0, 0, 0, 4, 4
1139
1121
  var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _St], [0, 0, 4, 4, 0, 0]];
1140
1122
  var FailoverConfig = [3, n0, _FC, 0, [_Pr, _Se], [() => Primary, () => Secondary]];
1141
1123
  var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
1142
- var IllegalStatusException = [
1143
- -3,
1144
- n0,
1145
- _ISE,
1146
- {
1147
- [_e]: _c,
1148
- },
1149
- [_m],
1150
- [0],
1151
- ];
1124
+ var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
1152
1125
  schema.TypeRegistry.for(n0).registerError(IllegalStatusException, IllegalStatusException$1);
1153
1126
  var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
1154
- var InternalException = [
1155
- -3,
1156
- n0,
1157
- _IEn,
1158
- {
1159
- [_e]: _s,
1160
- },
1161
- [_m],
1162
- [0],
1163
- ];
1127
+ var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
1164
1128
  schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
1165
- var InvalidEventPatternException = [
1166
- -3,
1167
- n0,
1168
- _IEPE,
1169
- {
1170
- [_e]: _c,
1171
- },
1172
- [_m],
1173
- [0],
1174
- ];
1129
+ var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
1175
1130
  schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException, InvalidEventPatternException$1);
1176
- var InvalidStateException = [
1177
- -3,
1178
- n0,
1179
- _ISEn,
1180
- {
1181
- [_e]: _c,
1182
- },
1183
- [_m],
1184
- [0],
1185
- ];
1131
+ var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
1186
1132
  schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
1187
1133
  var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
1188
- var LimitExceededException = [
1189
- -3,
1190
- n0,
1191
- _LEE,
1192
- {
1193
- [_e]: _c,
1194
- },
1195
- [_m],
1196
- [0],
1197
- ];
1134
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1198
1135
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1199
1136
  var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
1200
1137
  var ListApiDestinationsResponse = [
@@ -1279,43 +1216,16 @@ var ListTargetsByRuleResponse = [
1279
1216
  [[() => TargetList, 0], 0],
1280
1217
  ];
1281
1218
  var LogConfig = [3, n0, _LC, 0, [_ID, _Le], [0, 0]];
1282
- var ManagedRuleException = [
1283
- -3,
1284
- n0,
1285
- _MRE,
1286
- {
1287
- [_e]: _c,
1288
- },
1289
- [_m],
1290
- [0],
1291
- ];
1219
+ var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
1292
1220
  schema.TypeRegistry.for(n0).registerError(ManagedRuleException, ManagedRuleException$1);
1293
1221
  var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
1294
- var OperationDisabledException = [
1295
- -3,
1296
- n0,
1297
- _ODE,
1298
- {
1299
- [_e]: _c,
1300
- },
1301
- [_m],
1302
- [0],
1303
- ];
1222
+ var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
1304
1223
  schema.TypeRegistry.for(n0).registerError(OperationDisabledException, OperationDisabledException$1);
1305
1224
  var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
1306
1225
  var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _St], [0, 4, 4, 0]];
1307
1226
  var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
1308
1227
  var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
1309
- var PolicyLengthExceededException = [
1310
- -3,
1311
- n0,
1312
- _PLEE,
1313
- {
1314
- [_e]: _c,
1315
- },
1316
- [_m],
1317
- [0],
1318
- ];
1228
+ var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
1319
1229
  schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException, PolicyLengthExceededException$1);
1320
1230
  var Primary = [3, n0, _Pr, 0, [_HC], [0]];
1321
1231
  var PutEventsRequest = [
@@ -1431,27 +1341,9 @@ var Replay = [
1431
1341
  ];
1432
1342
  var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
1433
1343
  var ReplicationConfig = [3, n0, _RCe, 0, [_St], [0]];
1434
- var ResourceAlreadyExistsException = [
1435
- -3,
1436
- n0,
1437
- _RAEE,
1438
- {
1439
- [_e]: _c,
1440
- },
1441
- [_m],
1442
- [0],
1443
- ];
1344
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1444
1345
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1445
- var ResourceNotFoundException = [
1446
- -3,
1447
- n0,
1448
- _RNFE,
1449
- {
1450
- [_e]: _c,
1451
- },
1452
- [_m],
1453
- [0],
1454
- ];
1346
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1455
1347
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1456
1348
  var RetryPolicy = [3, n0, _RPe, 0, [_MRA, _MEAIS], [1, 1]];
1457
1349
  var RoutingConfig = [3, n0, _RC, 0, [_FC], [() => FailoverConfig]];
@@ -1516,16 +1408,7 @@ var Target = [
1516
1408
  ];
1517
1409
  var TestEventPatternRequest = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
1518
1410
  var TestEventPatternResponse = [3, n0, _TEPRe, 0, [_Res], [2]];
1519
- var ThrottlingException = [
1520
- -3,
1521
- n0,
1522
- _TE,
1523
- {
1524
- [_e]: _c,
1525
- },
1526
- [_m],
1527
- [0],
1528
- ];
1411
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
1529
1412
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1530
1413
  var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1531
1414
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultEventBridgeHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -454,16 +454,7 @@ export var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
454
454
  export var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
455
455
  export var SensitiveString = [0, n0, _SS, 8, 0];
456
456
  export var Sql = [0, n0, _S, 8, 0];
457
- export var AccessDeniedException = [
458
- -3,
459
- n0,
460
- _ADE,
461
- {
462
- [_e]: _c,
463
- },
464
- [_m],
465
- [0],
466
- ];
457
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_m], [0]];
467
458
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
468
459
  export var ActivateEventSourceRequest = [3, n0, _AESR, 0, [_N], [0]];
469
460
  export var ApiDestination = [
@@ -497,16 +488,7 @@ export var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
497
488
  export var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
498
489
  export var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _St, _SR], [0, 0, 0]];
499
490
  export var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
500
- export var ConcurrentModificationException = [
501
- -3,
502
- n0,
503
- _CME,
504
- {
505
- [_e]: _c,
506
- },
507
- [_m],
508
- [0],
509
- ];
491
+ export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
510
492
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
511
493
  export var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
512
494
  export var Connection = [
@@ -865,62 +847,17 @@ export var EventBus = [3, n0, _EBv, 0, [_N, _Ar, _D, _Po, _CT, _LMT], [0, 0, 0,
865
847
  export var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _St], [0, 0, 4, 4, 0, 0]];
866
848
  export var FailoverConfig = [3, n0, _FC, 0, [_Pr, _Se], [() => Primary, () => Secondary]];
867
849
  export var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
868
- export var IllegalStatusException = [
869
- -3,
870
- n0,
871
- _ISE,
872
- {
873
- [_e]: _c,
874
- },
875
- [_m],
876
- [0],
877
- ];
850
+ export var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
878
851
  TypeRegistry.for(n0).registerError(IllegalStatusException, __IllegalStatusException);
879
852
  export var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
880
- export var InternalException = [
881
- -3,
882
- n0,
883
- _IEn,
884
- {
885
- [_e]: _s,
886
- },
887
- [_m],
888
- [0],
889
- ];
853
+ export var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
890
854
  TypeRegistry.for(n0).registerError(InternalException, __InternalException);
891
- export var InvalidEventPatternException = [
892
- -3,
893
- n0,
894
- _IEPE,
895
- {
896
- [_e]: _c,
897
- },
898
- [_m],
899
- [0],
900
- ];
855
+ export var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
901
856
  TypeRegistry.for(n0).registerError(InvalidEventPatternException, __InvalidEventPatternException);
902
- export var InvalidStateException = [
903
- -3,
904
- n0,
905
- _ISEn,
906
- {
907
- [_e]: _c,
908
- },
909
- [_m],
910
- [0],
911
- ];
857
+ export var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
912
858
  TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
913
859
  export var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
914
- export var LimitExceededException = [
915
- -3,
916
- n0,
917
- _LEE,
918
- {
919
- [_e]: _c,
920
- },
921
- [_m],
922
- [0],
923
- ];
860
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
924
861
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
925
862
  export var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
926
863
  export var ListApiDestinationsResponse = [
@@ -1005,43 +942,16 @@ export var ListTargetsByRuleResponse = [
1005
942
  [[() => TargetList, 0], 0],
1006
943
  ];
1007
944
  export var LogConfig = [3, n0, _LC, 0, [_ID, _Le], [0, 0]];
1008
- export var ManagedRuleException = [
1009
- -3,
1010
- n0,
1011
- _MRE,
1012
- {
1013
- [_e]: _c,
1014
- },
1015
- [_m],
1016
- [0],
1017
- ];
945
+ export var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
1018
946
  TypeRegistry.for(n0).registerError(ManagedRuleException, __ManagedRuleException);
1019
947
  export var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
1020
- export var OperationDisabledException = [
1021
- -3,
1022
- n0,
1023
- _ODE,
1024
- {
1025
- [_e]: _c,
1026
- },
1027
- [_m],
1028
- [0],
1029
- ];
948
+ export var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
1030
949
  TypeRegistry.for(n0).registerError(OperationDisabledException, __OperationDisabledException);
1031
950
  export var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
1032
951
  export var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _St], [0, 4, 4, 0]];
1033
952
  export var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
1034
953
  export var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
1035
- export var PolicyLengthExceededException = [
1036
- -3,
1037
- n0,
1038
- _PLEE,
1039
- {
1040
- [_e]: _c,
1041
- },
1042
- [_m],
1043
- [0],
1044
- ];
954
+ export var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
1045
955
  TypeRegistry.for(n0).registerError(PolicyLengthExceededException, __PolicyLengthExceededException);
1046
956
  export var Primary = [3, n0, _Pr, 0, [_HC], [0]];
1047
957
  export var PutEventsRequest = [
@@ -1157,27 +1067,9 @@ export var Replay = [
1157
1067
  ];
1158
1068
  export var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
1159
1069
  export var ReplicationConfig = [3, n0, _RCe, 0, [_St], [0]];
1160
- export var ResourceAlreadyExistsException = [
1161
- -3,
1162
- n0,
1163
- _RAEE,
1164
- {
1165
- [_e]: _c,
1166
- },
1167
- [_m],
1168
- [0],
1169
- ];
1070
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1170
1071
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
1171
- export var ResourceNotFoundException = [
1172
- -3,
1173
- n0,
1174
- _RNFE,
1175
- {
1176
- [_e]: _c,
1177
- },
1178
- [_m],
1179
- [0],
1180
- ];
1072
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1181
1073
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1182
1074
  export var RetryPolicy = [3, n0, _RPe, 0, [_MRA, _MEAIS], [1, 1]];
1183
1075
  export var RoutingConfig = [3, n0, _RC, 0, [_FC], [() => FailoverConfig]];
@@ -1242,16 +1134,7 @@ export var Target = [
1242
1134
  ];
1243
1135
  export var TestEventPatternRequest = [3, n0, _TEPR, 0, [_EP, _Ev], [0, 0]];
1244
1136
  export var TestEventPatternResponse = [3, n0, _TEPRe, 0, [_Res], [2]];
1245
- export var ThrottlingException = [
1246
- -3,
1247
- n0,
1248
- _TE,
1249
- {
1250
- [_e]: _c,
1251
- },
1252
- [_m],
1253
- [0],
1254
- ];
1137
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c }, [_m], [0]];
1255
1138
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1256
1139
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1257
1140
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
3
3
  import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
4
4
  import { CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput } from "./commands/CreateApiDestinationCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
11
11
  import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
12
12
  import { CreateApiDestinationCommandInput, CreateApiDestinationCommandOutput } from "./commands/CreateApiDestinationCommand";
@@ -65,7 +65,7 @@ import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./c
65
65
  import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
66
66
  import { UpdateEventBusCommandInput, UpdateEventBusCommandOutput } from "./commands/UpdateEventBusCommand";
67
67
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
68
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
68
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
69
69
  export { __Client };
70
70
  /**
71
71
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { EventBridgeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { EventBridgeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4AAuthResolvedConfig, AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
2
+ import { type HttpAuthScheme, type HttpAuthSchemeParametersProvider, type Provider, HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeProvider } from "@smithy/types";
3
3
  import { EndpointParameters } from "../endpoint/EndpointParameters";
4
4
  import { EventBridgeClientResolvedConfig } from "../EventBridgeClient";
5
5
  /**
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { ActivateEventSourceRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { ActivateEventSourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DeactivateEventSourceRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { DeactivateEventSourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
- import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
4
+ import type { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */