@aws-sdk/client-cloudwatch-events 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 (77) hide show
  1. package/dist-cjs/index.js +11 -110
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CloudWatchEventsClient.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 +11 -110
  8. package/dist-types/CloudWatchEvents.d.ts +1 -1
  9. package/dist-types/CloudWatchEventsClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  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/CreateEventBusCommand.d.ts +3 -3
  18. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -3
  19. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -3
  25. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeReplayCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeRuleCommand.d.ts +3 -3
  35. package/dist-types/commands/DisableRuleCommand.d.ts +3 -3
  36. package/dist-types/commands/EnableRuleCommand.d.ts +3 -3
  37. package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListArchivesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListEventBusesCommand.d.ts +3 -3
  41. package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -3
  42. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -3
  44. package/dist-types/commands/ListReplaysCommand.d.ts +3 -3
  45. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -3
  46. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -3
  49. package/dist-types/commands/PutEventsCommand.d.ts +3 -3
  50. package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -3
  51. package/dist-types/commands/PutPermissionCommand.d.ts +3 -3
  52. package/dist-types/commands/PutRuleCommand.d.ts +3 -3
  53. package/dist-types/commands/PutTargetsCommand.d.ts +3 -3
  54. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
  55. package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -3
  56. package/dist-types/commands/StartReplayCommand.d.ts +3 -3
  57. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  58. package/dist-types/commands/TestEventPatternCommand.d.ts +3 -3
  59. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -3
  63. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  64. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  65. package/dist-types/extensionConfiguration.d.ts +4 -4
  66. package/dist-types/models/CloudWatchEventsServiceException.d.ts +1 -1
  67. package/dist-types/models/errors.d.ts +1 -1
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/schemas/schemas_0.d.ts +1 -1
  74. package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +3 -3
  75. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  76. package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +1 -1
  77. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -680,16 +680,7 @@ var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
680
680
  var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
681
681
  var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _S, _SR], [0, 0, 0]];
682
682
  var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
683
- var ConcurrentModificationException = [
684
- -3,
685
- n0,
686
- _CME,
687
- {
688
- [_e]: _c,
689
- },
690
- [_m],
691
- [0],
692
- ];
683
+ var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
693
684
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
694
685
  var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
695
686
  var Connection = [
@@ -949,62 +940,17 @@ var EnableRuleRequest = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
949
940
  var EventBus = [3, n0, _EB, 0, [_N, _Ar, _Po], [0, 0, 0]];
950
941
  var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _S], [0, 0, 4, 4, 0, 0]];
951
942
  var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
952
- var IllegalStatusException = [
953
- -3,
954
- n0,
955
- _ISE,
956
- {
957
- [_e]: _c,
958
- },
959
- [_m],
960
- [0],
961
- ];
943
+ var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
962
944
  schema.TypeRegistry.for(n0).registerError(IllegalStatusException, IllegalStatusException$1);
963
945
  var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
964
- var InternalException = [
965
- -3,
966
- n0,
967
- _IEn,
968
- {
969
- [_e]: _s,
970
- },
971
- [_m],
972
- [0],
973
- ];
946
+ var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
974
947
  schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
975
- var InvalidEventPatternException = [
976
- -3,
977
- n0,
978
- _IEPE,
979
- {
980
- [_e]: _c,
981
- },
982
- [_m],
983
- [0],
984
- ];
948
+ var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
985
949
  schema.TypeRegistry.for(n0).registerError(InvalidEventPatternException, InvalidEventPatternException$1);
986
- var InvalidStateException = [
987
- -3,
988
- n0,
989
- _ISEn,
990
- {
991
- [_e]: _c,
992
- },
993
- [_m],
994
- [0],
995
- ];
950
+ var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
996
951
  schema.TypeRegistry.for(n0).registerError(InvalidStateException, InvalidStateException$1);
997
952
  var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
998
- var LimitExceededException = [
999
- -3,
1000
- n0,
1001
- _LEE,
1002
- {
1003
- [_e]: _c,
1004
- },
1005
- [_m],
1006
- [0],
1007
- ];
953
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1008
954
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1009
955
  var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
1010
956
  var ListApiDestinationsResponse = [
@@ -1079,43 +1025,16 @@ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
1079
1025
  var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
1080
1026
  var ListTargetsByRuleRequest = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
1081
1027
  var ListTargetsByRuleResponse = [3, n0, _LTBRRi, 0, [_Tar, _NT], [() => TargetList, 0]];
1082
- var ManagedRuleException = [
1083
- -3,
1084
- n0,
1085
- _MRE,
1086
- {
1087
- [_e]: _c,
1088
- },
1089
- [_m],
1090
- [0],
1091
- ];
1028
+ var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
1092
1029
  schema.TypeRegistry.for(n0).registerError(ManagedRuleException, ManagedRuleException$1);
1093
1030
  var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
1094
- var OperationDisabledException = [
1095
- -3,
1096
- n0,
1097
- _ODE,
1098
- {
1099
- [_e]: _c,
1100
- },
1101
- [_m],
1102
- [0],
1103
- ];
1031
+ var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
1104
1032
  schema.TypeRegistry.for(n0).registerError(OperationDisabledException, OperationDisabledException$1);
1105
1033
  var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
1106
1034
  var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _S], [0, 4, 4, 0]];
1107
1035
  var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
1108
1036
  var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
1109
- var PolicyLengthExceededException = [
1110
- -3,
1111
- n0,
1112
- _PLEE,
1113
- {
1114
- [_e]: _c,
1115
- },
1116
- [_m],
1117
- [0],
1118
- ];
1037
+ var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
1119
1038
  schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException, PolicyLengthExceededException$1);
1120
1039
  var PutEventsRequest = [3, n0, _PER, 0, [_E], [() => PutEventsRequestEntryList]];
1121
1040
  var PutEventsRequestEntry = [
@@ -1215,27 +1134,9 @@ var Replay = [
1215
1134
  [0, 0, 0, 0, 4, 4, 4, 4, 4],
1216
1135
  ];
1217
1136
  var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
1218
- var ResourceAlreadyExistsException = [
1219
- -3,
1220
- n0,
1221
- _RAEE,
1222
- {
1223
- [_e]: _c,
1224
- },
1225
- [_m],
1226
- [0],
1227
- ];
1137
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1228
1138
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1229
- var ResourceNotFoundException = [
1230
- -3,
1231
- n0,
1232
- _RNFE,
1233
- {
1234
- [_e]: _c,
1235
- },
1236
- [_m],
1237
- [0],
1238
- ];
1139
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1239
1140
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1240
1141
  var RetryPolicy = [3, n0, _RP, 0, [_MRA, _MEAIS], [1, 1]];
1241
1142
  var Rule = [
@@ -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 { defaultCloudWatchEventsHttpAuthSchemeParametersProvider, 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);
@@ -431,16 +431,7 @@ export var BatchRetryStrategy = [3, n0, _BRS, 0, [_At], [1]];
431
431
  export var CancelReplayRequest = [3, n0, _CRR, 0, [_RN], [0]];
432
432
  export var CancelReplayResponse = [3, n0, _CRRa, 0, [_RA, _S, _SR], [0, 0, 0]];
433
433
  export var CapacityProviderStrategyItem = [3, n0, _CPSI, 0, [_cP, _w, _b], [0, 1, 1]];
434
- export var ConcurrentModificationException = [
435
- -3,
436
- n0,
437
- _CME,
438
- {
439
- [_e]: _c,
440
- },
441
- [_m],
442
- [0],
443
- ];
434
+ export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
444
435
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
445
436
  export var Condition = [3, n0, _C, 0, [_T, _K, _V], [0, 0, 0]];
446
437
  export var Connection = [
@@ -700,62 +691,17 @@ export var EnableRuleRequest = [3, n0, _ERR, 0, [_N, _EBN], [0, 0]];
700
691
  export var EventBus = [3, n0, _EB, 0, [_N, _Ar, _Po], [0, 0, 0]];
701
692
  export var EventSource = [3, n0, _ES, 0, [_Ar, _CB, _CT, _ET, _N, _S], [0, 0, 4, 4, 0, 0]];
702
693
  export var HttpParameters = [3, n0, _HPt, 0, [_PPV, _HP, _QSP], [64 | 0, 128 | 0, 128 | 0]];
703
- export var IllegalStatusException = [
704
- -3,
705
- n0,
706
- _ISE,
707
- {
708
- [_e]: _c,
709
- },
710
- [_m],
711
- [0],
712
- ];
694
+ export var IllegalStatusException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
713
695
  TypeRegistry.for(n0).registerError(IllegalStatusException, __IllegalStatusException);
714
696
  export var InputTransformer = [3, n0, _IT, 0, [_IPM, _ITn], [128 | 0, 0]];
715
- export var InternalException = [
716
- -3,
717
- n0,
718
- _IEn,
719
- {
720
- [_e]: _s,
721
- },
722
- [_m],
723
- [0],
724
- ];
697
+ export var InternalException = [-3, n0, _IEn, { [_e]: _s }, [_m], [0]];
725
698
  TypeRegistry.for(n0).registerError(InternalException, __InternalException);
726
- export var InvalidEventPatternException = [
727
- -3,
728
- n0,
729
- _IEPE,
730
- {
731
- [_e]: _c,
732
- },
733
- [_m],
734
- [0],
735
- ];
699
+ export var InvalidEventPatternException = [-3, n0, _IEPE, { [_e]: _c }, [_m], [0]];
736
700
  TypeRegistry.for(n0).registerError(InvalidEventPatternException, __InvalidEventPatternException);
737
- export var InvalidStateException = [
738
- -3,
739
- n0,
740
- _ISEn,
741
- {
742
- [_e]: _c,
743
- },
744
- [_m],
745
- [0],
746
- ];
701
+ export var InvalidStateException = [-3, n0, _ISEn, { [_e]: _c }, [_m], [0]];
747
702
  TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
748
703
  export var KinesisParameters = [3, n0, _KP, 0, [_PKP], [0]];
749
- export var LimitExceededException = [
750
- -3,
751
- n0,
752
- _LEE,
753
- {
754
- [_e]: _c,
755
- },
756
- [_m],
757
- [0],
758
- ];
704
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
759
705
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
760
706
  export var ListApiDestinationsRequest = [3, n0, _LADR, 0, [_NP, _CA, _NT, _L], [0, 0, 0, 1]];
761
707
  export var ListApiDestinationsResponse = [
@@ -830,43 +776,16 @@ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
830
776
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
831
777
  export var ListTargetsByRuleRequest = [3, n0, _LTBRR, 0, [_Rul, _EBN, _NT, _L], [0, 0, 0, 1]];
832
778
  export var ListTargetsByRuleResponse = [3, n0, _LTBRRi, 0, [_Tar, _NT], [() => TargetList, 0]];
833
- export var ManagedRuleException = [
834
- -3,
835
- n0,
836
- _MRE,
837
- {
838
- [_e]: _c,
839
- },
840
- [_m],
841
- [0],
842
- ];
779
+ export var ManagedRuleException = [-3, n0, _MRE, { [_e]: _c }, [_m], [0]];
843
780
  TypeRegistry.for(n0).registerError(ManagedRuleException, __ManagedRuleException);
844
781
  export var NetworkConfiguration = [3, n0, _NC, 0, [_aC], [() => AwsVpcConfiguration]];
845
- export var OperationDisabledException = [
846
- -3,
847
- n0,
848
- _ODE,
849
- {
850
- [_e]: _c,
851
- },
852
- [_m],
853
- [0],
854
- ];
782
+ export var OperationDisabledException = [-3, n0, _ODE, { [_e]: _c }, [_m], [0]];
855
783
  TypeRegistry.for(n0).registerError(OperationDisabledException, __OperationDisabledException);
856
784
  export var PartnerEventSource = [3, n0, _PESa, 0, [_Ar, _N], [0, 0]];
857
785
  export var PartnerEventSourceAccount = [3, n0, _PESAa, 0, [_Ac, _CT, _ET, _S], [0, 4, 4, 0]];
858
786
  export var PlacementConstraint = [3, n0, _PCl, 0, [_t, _ex], [0, 0]];
859
787
  export var PlacementStrategy = [3, n0, _PS, 0, [_t, _f], [0, 0]];
860
- export var PolicyLengthExceededException = [
861
- -3,
862
- n0,
863
- _PLEE,
864
- {
865
- [_e]: _c,
866
- },
867
- [_m],
868
- [0],
869
- ];
788
+ export var PolicyLengthExceededException = [-3, n0, _PLEE, { [_e]: _c }, [_m], [0]];
870
789
  TypeRegistry.for(n0).registerError(PolicyLengthExceededException, __PolicyLengthExceededException);
871
790
  export var PutEventsRequest = [3, n0, _PER, 0, [_E], [() => PutEventsRequestEntryList]];
872
791
  export var PutEventsRequestEntry = [
@@ -966,27 +885,9 @@ export var Replay = [
966
885
  [0, 0, 0, 0, 4, 4, 4, 4, 4],
967
886
  ];
968
887
  export var ReplayDestination = [3, n0, _RDe, 0, [_Ar, _FA], [0, 64 | 0]];
969
- export var ResourceAlreadyExistsException = [
970
- -3,
971
- n0,
972
- _RAEE,
973
- {
974
- [_e]: _c,
975
- },
976
- [_m],
977
- [0],
978
- ];
888
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
979
889
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
980
- export var ResourceNotFoundException = [
981
- -3,
982
- n0,
983
- _RNFE,
984
- {
985
- [_e]: _c,
986
- },
987
- [_m],
988
- [0],
989
- ];
890
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
990
891
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
991
892
  export var RetryPolicy = [3, n0, _RP, 0, [_MRA, _MEAIS], [1, 1]];
992
893
  export var Rule = [
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CloudWatchEventsClient } from "./CloudWatchEventsClient";
3
3
  import { ActivateEventSourceCommandInput, ActivateEventSourceCommandOutput } from "./commands/ActivateEventSourceCommand";
4
4
  import { CancelReplayCommandInput, CancelReplayCommandOutput } from "./commands/CancelReplayCommand";
@@ -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";
@@ -59,7 +59,7 @@ import { UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput } f
59
59
  import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
60
60
  import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
61
61
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
62
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
62
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
63
63
  export { __Client };
64
64
  /**
65
65
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { CloudWatchEventsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { CloudWatchEventsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { CloudWatchEventsClientResolvedConfig } from "../CloudWatchEventsClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type CloudWatchEventsClientResolvedConfig } from "../CloudWatchEventsClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { ActivateEventSourceRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeactivateEventSourceRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeleteApiDestinationRequest, DeleteApiDestinationResponse } 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeleteArchiveRequest, DeleteArchiveResponse } 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeleteConnectionRequest, DeleteConnectionResponse } 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeleteEventBusRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeleteEventBusRequest } 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 { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
- import { DeletePartnerEventSourceRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
4
+ import type { DeletePartnerEventSourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */