@aws-sdk/client-frauddetector 3.943.0 → 3.947.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 (116) hide show
  1. package/dist-cjs/index.js +7 -77
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/FraudDetectorClient.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 +7 -77
  8. package/dist-types/FraudDetector.d.ts +1 -1
  9. package/dist-types/FraudDetectorClient.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/BatchCreateVariableCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -3
  14. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -3
  15. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateListCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateModelCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateVariableCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteEventCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteListCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteRuleCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteVariableCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -3
  42. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -3
  43. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -3
  44. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -3
  45. package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -3
  46. package/dist-types/commands/GetDetectorsCommand.d.ts +3 -3
  47. package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -3
  48. package/dist-types/commands/GetEventCommand.d.ts +3 -3
  49. package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -3
  50. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -3
  51. package/dist-types/commands/GetEventTypesCommand.d.ts +3 -3
  52. package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -3
  53. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -3
  54. package/dist-types/commands/GetLabelsCommand.d.ts +3 -3
  55. package/dist-types/commands/GetListElementsCommand.d.ts +3 -3
  56. package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -3
  57. package/dist-types/commands/GetModelVersionCommand.d.ts +3 -3
  58. package/dist-types/commands/GetModelsCommand.d.ts +3 -3
  59. package/dist-types/commands/GetOutcomesCommand.d.ts +3 -3
  60. package/dist-types/commands/GetRulesCommand.d.ts +3 -3
  61. package/dist-types/commands/GetVariablesCommand.d.ts +3 -3
  62. package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  64. package/dist-types/commands/PutDetectorCommand.d.ts +3 -3
  65. package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -3
  66. package/dist-types/commands/PutEventTypeCommand.d.ts +3 -3
  67. package/dist-types/commands/PutExternalModelCommand.d.ts +3 -3
  68. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -3
  69. package/dist-types/commands/PutLabelCommand.d.ts +3 -3
  70. package/dist-types/commands/PutOutcomeCommand.d.ts +3 -3
  71. package/dist-types/commands/SendEventCommand.d.ts +3 -3
  72. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  73. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -3
  76. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateListCommand.d.ts +3 -3
  79. package/dist-types/commands/UpdateModelCommand.d.ts +3 -3
  80. package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -3
  81. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -3
  82. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -3
  83. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -3
  84. package/dist-types/commands/UpdateVariableCommand.d.ts +3 -3
  85. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  86. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  87. package/dist-types/extensionConfiguration.d.ts +4 -4
  88. package/dist-types/models/FraudDetectorServiceException.d.ts +1 -1
  89. package/dist-types/models/errors.d.ts +1 -1
  90. package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/GetDetectorsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/GetEntityTypesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/GetEventTypesPaginator.d.ts +1 -1
  96. package/dist-types/pagination/GetExternalModelsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/GetLabelsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/GetListElementsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/GetListsMetadataPaginator.d.ts +1 -1
  100. package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/GetOutcomesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/GetRulesPaginator.d.ts +1 -1
  103. package/dist-types/pagination/GetVariablesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/Interfaces.d.ts +1 -1
  105. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  107. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  108. package/dist-types/runtimeConfig.d.ts +1 -1
  109. package/dist-types/runtimeConfig.native.d.ts +1 -1
  110. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  111. package/dist-types/runtimeExtensions.d.ts +1 -1
  112. package/dist-types/schemas/schemas_0.d.ts +1 -1
  113. package/dist-types/ts3.4/FraudDetectorClient.d.ts +3 -3
  114. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  115. package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +1 -1
  116. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -741,17 +741,7 @@ var Elements = [0, n0, _E, 8, 0];
741
741
  var ruleExpression = [0, n0, _rE, 8, 0];
742
742
  var sensitiveString = [0, n0, _sS, 8, 0];
743
743
  var variableValue = [0, n0, _vV, 8, 0];
744
- var AccessDeniedException = [
745
- -3,
746
- n0,
747
- _ADE,
748
- {
749
- [_e]: _c,
750
- [_hE]: 403,
751
- },
752
- [_m],
753
- [0],
754
- ];
744
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
755
745
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
756
746
  var AggregatedLogOddsMetric = [3, n0, _ALOM, 0, [_vN, _aVI], [64 | 0, 1]];
757
747
  var AggregatedVariablesImpactExplanation = [
@@ -828,17 +818,7 @@ var CancelBatchImportJobRequest = [3, n0, _CBIJR, 0, [_jI], [0]];
828
818
  var CancelBatchImportJobResult = [3, n0, _CBIJRa, 0, [], []];
829
819
  var CancelBatchPredictionJobRequest = [3, n0, _CBPJR, 0, [_jI], [0]];
830
820
  var CancelBatchPredictionJobResult = [3, n0, _CBPJRa, 0, [], []];
831
- var ConflictException = [
832
- -3,
833
- n0,
834
- _CE,
835
- {
836
- [_e]: _c,
837
- [_hE]: 409,
838
- },
839
- [_m],
840
- [0],
841
- ];
821
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
842
822
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
843
823
  var CreateBatchImportJobRequest = [
844
824
  3,
@@ -1198,17 +1178,7 @@ var IngestedEventStatistics = [
1198
1178
  [1, 1, 0, 0, 0],
1199
1179
  ];
1200
1180
  var IngestedEventsTimeWindow = [3, n0, _IETW, 0, [_sT, _eTnd], [0, 0]];
1201
- var InternalServerException = [
1202
- -3,
1203
- n0,
1204
- _ISE,
1205
- {
1206
- [_e]: _se,
1207
- [_hE]: 500,
1208
- },
1209
- [_m],
1210
- [0],
1211
- ];
1181
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1212
1182
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1213
1183
  var KMSKey = [3, n0, _KMSK, 0, [_kEKA], [0]];
1214
1184
  var Label = [3, n0, _L, 0, [_n, _d, _lUT, _cT, _a], [0, 0, 0, 0, 0]];
@@ -1339,29 +1309,9 @@ var PutLabelRequest = [3, n0, _PLR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
1339
1309
  var PutLabelResult = [3, n0, _PLRu, 0, [], []];
1340
1310
  var PutOutcomeRequest = [3, n0, _POR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
1341
1311
  var PutOutcomeResult = [3, n0, _PORu, 0, [], []];
1342
- var ResourceNotFoundException = [
1343
- -3,
1344
- n0,
1345
- _RNFE,
1346
- {
1347
- [_e]: _c,
1348
- [_hE]: 404,
1349
- },
1350
- [_m],
1351
- [0],
1352
- ];
1312
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1353
1313
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1354
- var ResourceUnavailableException = [
1355
- -3,
1356
- n0,
1357
- _RUE,
1358
- {
1359
- [_e]: _c,
1360
- [_hE]: 409,
1361
- },
1362
- [_m],
1363
- [0],
1364
- ];
1314
+ var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1365
1315
  schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
1366
1316
  var Rule = [3, n0, _R, 0, [_dI, _rIu, _rV], [0, 0, 0]];
1367
1317
  var RuleDetail = [
@@ -1395,17 +1345,7 @@ var TFITrainingMetricsValue = [
1395
1345
  [_mDP, _mP],
1396
1346
  [() => TFIMetricDataPointsList, () => TFIModelPerformance],
1397
1347
  ];
1398
- var ThrottlingException = [
1399
- -3,
1400
- n0,
1401
- _TE,
1402
- {
1403
- [_e]: _c,
1404
- [_hE]: 429,
1405
- },
1406
- [_m],
1407
- [0],
1408
- ];
1348
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1409
1349
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1410
1350
  var TrainingDataSchema = [3, n0, _TDS, 0, [_mVod, _lS], [64 | 0, () => LabelSchema]];
1411
1351
  var TrainingMetrics = [3, n0, _TM, 0, [_au, _mDP], [1, () => metricDataPointsList]];
@@ -1498,17 +1438,7 @@ var UpdateRuleVersionRequest = [
1498
1438
  var UpdateRuleVersionResult = [3, n0, _URVRp, 0, [_ru], [() => Rule]];
1499
1439
  var UpdateVariableRequest = [3, n0, _UVR, 0, [_n, _dVe, _d, _vT], [0, 0, 0, 0]];
1500
1440
  var UpdateVariableResult = [3, n0, _UVRp, 0, [], []];
1501
- var ValidationException = [
1502
- -3,
1503
- n0,
1504
- _VE,
1505
- {
1506
- [_e]: _c,
1507
- [_hE]: 400,
1508
- },
1509
- [_m],
1510
- [0],
1511
- ];
1441
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1512
1442
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1513
1443
  var Variable = [
1514
1444
  3,
@@ -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 { defaultFraudDetectorHttpAuthSchemeParametersProvider, 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);
@@ -540,17 +540,7 @@ export var Elements = [0, n0, _E, 8, 0];
540
540
  export var ruleExpression = [0, n0, _rE, 8, 0];
541
541
  export var sensitiveString = [0, n0, _sS, 8, 0];
542
542
  export var variableValue = [0, n0, _vV, 8, 0];
543
- export var AccessDeniedException = [
544
- -3,
545
- n0,
546
- _ADE,
547
- {
548
- [_e]: _c,
549
- [_hE]: 403,
550
- },
551
- [_m],
552
- [0],
553
- ];
543
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
554
544
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
555
545
  export var AggregatedLogOddsMetric = [3, n0, _ALOM, 0, [_vN, _aVI], [64 | 0, 1]];
556
546
  export var AggregatedVariablesImpactExplanation = [
@@ -627,17 +617,7 @@ export var CancelBatchImportJobRequest = [3, n0, _CBIJR, 0, [_jI], [0]];
627
617
  export var CancelBatchImportJobResult = [3, n0, _CBIJRa, 0, [], []];
628
618
  export var CancelBatchPredictionJobRequest = [3, n0, _CBPJR, 0, [_jI], [0]];
629
619
  export var CancelBatchPredictionJobResult = [3, n0, _CBPJRa, 0, [], []];
630
- export var ConflictException = [
631
- -3,
632
- n0,
633
- _CE,
634
- {
635
- [_e]: _c,
636
- [_hE]: 409,
637
- },
638
- [_m],
639
- [0],
640
- ];
620
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
641
621
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
642
622
  export var CreateBatchImportJobRequest = [
643
623
  3,
@@ -997,17 +977,7 @@ export var IngestedEventStatistics = [
997
977
  [1, 1, 0, 0, 0],
998
978
  ];
999
979
  export var IngestedEventsTimeWindow = [3, n0, _IETW, 0, [_sT, _eTnd], [0, 0]];
1000
- export var InternalServerException = [
1001
- -3,
1002
- n0,
1003
- _ISE,
1004
- {
1005
- [_e]: _se,
1006
- [_hE]: 500,
1007
- },
1008
- [_m],
1009
- [0],
1010
- ];
980
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1011
981
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
1012
982
  export var KMSKey = [3, n0, _KMSK, 0, [_kEKA], [0]];
1013
983
  export var Label = [3, n0, _L, 0, [_n, _d, _lUT, _cT, _a], [0, 0, 0, 0, 0]];
@@ -1138,29 +1108,9 @@ export var PutLabelRequest = [3, n0, _PLR, 0, [_n, _d, _ta], [0, 0, () => tagLis
1138
1108
  export var PutLabelResult = [3, n0, _PLRu, 0, [], []];
1139
1109
  export var PutOutcomeRequest = [3, n0, _POR, 0, [_n, _d, _ta], [0, 0, () => tagList]];
1140
1110
  export var PutOutcomeResult = [3, n0, _PORu, 0, [], []];
1141
- export var ResourceNotFoundException = [
1142
- -3,
1143
- n0,
1144
- _RNFE,
1145
- {
1146
- [_e]: _c,
1147
- [_hE]: 404,
1148
- },
1149
- [_m],
1150
- [0],
1151
- ];
1111
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1152
1112
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1153
- export var ResourceUnavailableException = [
1154
- -3,
1155
- n0,
1156
- _RUE,
1157
- {
1158
- [_e]: _c,
1159
- [_hE]: 409,
1160
- },
1161
- [_m],
1162
- [0],
1163
- ];
1113
+ export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
1164
1114
  TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
1165
1115
  export var Rule = [3, n0, _R, 0, [_dI, _rIu, _rV], [0, 0, 0]];
1166
1116
  export var RuleDetail = [
@@ -1194,17 +1144,7 @@ export var TFITrainingMetricsValue = [
1194
1144
  [_mDP, _mP],
1195
1145
  [() => TFIMetricDataPointsList, () => TFIModelPerformance],
1196
1146
  ];
1197
- export var ThrottlingException = [
1198
- -3,
1199
- n0,
1200
- _TE,
1201
- {
1202
- [_e]: _c,
1203
- [_hE]: 429,
1204
- },
1205
- [_m],
1206
- [0],
1207
- ];
1147
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1208
1148
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1209
1149
  export var TrainingDataSchema = [3, n0, _TDS, 0, [_mVod, _lS], [64 | 0, () => LabelSchema]];
1210
1150
  export var TrainingMetrics = [3, n0, _TM, 0, [_au, _mDP], [1, () => metricDataPointsList]];
@@ -1297,17 +1237,7 @@ export var UpdateRuleVersionRequest = [
1297
1237
  export var UpdateRuleVersionResult = [3, n0, _URVRp, 0, [_ru], [() => Rule]];
1298
1238
  export var UpdateVariableRequest = [3, n0, _UVR, 0, [_n, _dVe, _d, _vT], [0, 0, 0, 0]];
1299
1239
  export var UpdateVariableResult = [3, n0, _UVRp, 0, [], []];
1300
- export var ValidationException = [
1301
- -3,
1302
- n0,
1303
- _VE,
1304
- {
1305
- [_e]: _c,
1306
- [_hE]: 400,
1307
- },
1308
- [_m],
1309
- [0],
1310
- ];
1240
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1311
1241
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1312
1242
  export var Variable = [
1313
1243
  3,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
3
3
  import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
4
4
  import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
@@ -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 { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
11
11
  import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
12
12
  import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
@@ -81,7 +81,7 @@ import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from
81
81
  import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
82
82
  import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
83
83
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
84
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
84
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
85
85
  export { __Client };
86
86
  /**
87
87
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { FraudDetectorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { FraudDetectorHttpAuthSchemeProvider } 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 { FraudDetectorClientResolvedConfig } from "../FraudDetectorClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type FraudDetectorClientResolvedConfig } from "../FraudDetectorClient";
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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { BatchCreateVariableRequest, BatchCreateVariableResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { BatchGetVariableRequest, BatchGetVariableResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CancelBatchImportJobRequest, CancelBatchImportJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateBatchImportJobRequest, CreateBatchImportJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateDetectorVersionRequest, CreateDetectorVersionResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateListRequest, CreateListResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateListRequest, CreateListResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateModelRequest, CreateModelResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateModelRequest, CreateModelResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateModelVersionRequest, CreateModelVersionResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateRuleRequest, CreateRuleResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateRuleRequest, CreateRuleResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { CreateVariableRequest, CreateVariableResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { CreateVariableRequest, CreateVariableResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteDetectorRequest, DeleteDetectorResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteEntityTypeRequest, DeleteEntityTypeResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEventRequest, DeleteEventResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteEventRequest, DeleteEventResult } 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 { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
- import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
4
+ import type { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */