@aws-sdk/client-personalize 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 (114) hide show
  1. package/dist-cjs/index.js +8 -88
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/PersonalizeClient.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 +8 -88
  8. package/dist-types/Personalize.d.ts +1 -1
  9. package/dist-types/PersonalizeClient.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/CreateBatchInferenceJobCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateCampaignCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateSolutionCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteFilterCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -3
  38. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -3
  45. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +3 -3
  46. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -3
  47. package/dist-types/commands/DescribeFilterCommand.d.ts +3 -3
  48. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -3
  51. package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -3
  54. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListCampaignsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListEventTrackersCommand.d.ts +3 -3
  64. package/dist-types/commands/ListFiltersCommand.d.ts +3 -3
  65. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -3
  67. package/dist-types/commands/ListRecipesCommand.d.ts +3 -3
  68. package/dist-types/commands/ListRecommendersCommand.d.ts +3 -3
  69. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  70. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -3
  71. package/dist-types/commands/ListSolutionsCommand.d.ts +3 -3
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  73. package/dist-types/commands/StartRecommenderCommand.d.ts +3 -3
  74. package/dist-types/commands/StopRecommenderCommand.d.ts +3 -3
  75. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +3 -3
  76. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  77. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  78. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -3
  79. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -3
  80. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -3
  81. package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -3
  82. package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -3
  83. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  84. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  85. package/dist-types/extensionConfiguration.d.ts +4 -4
  86. package/dist-types/models/PersonalizeServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/pagination/Interfaces.d.ts +1 -1
  89. package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListCampaignsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListEventTrackersPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListRecipesPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListRecommendersPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListSolutionsPaginator.d.ts +1 -1
  105. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  106. package/dist-types/runtimeConfig.d.ts +1 -1
  107. package/dist-types/runtimeConfig.native.d.ts +1 -1
  108. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  109. package/dist-types/runtimeExtensions.d.ts +1 -1
  110. package/dist-types/schemas/schemas_0.d.ts +1 -1
  111. package/dist-types/ts3.4/PersonalizeClient.d.ts +3 -3
  112. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  113. package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +1 -1
  114. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1213,41 +1213,11 @@ var HyperParameterRanges = [
1213
1213
  [() => IntegerHyperParameterRanges, () => ContinuousHyperParameterRanges, () => CategoricalHyperParameterRanges],
1214
1214
  ];
1215
1215
  var IntegerHyperParameterRange = [3, n0, _IHPR, 0, [_n, _mV, _mVa], [0, 1, 1]];
1216
- var InvalidInputException = [
1217
- -3,
1218
- n0,
1219
- _IIE,
1220
- {
1221
- [_e]: _cl,
1222
- [_hE]: 400,
1223
- },
1224
- [_me],
1225
- [0],
1226
- ];
1216
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1227
1217
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
1228
- var InvalidNextTokenException = [
1229
- -3,
1230
- n0,
1231
- _INTE,
1232
- {
1233
- [_e]: _cl,
1234
- [_hE]: 400,
1235
- },
1236
- [_me],
1237
- [0],
1238
- ];
1218
+ var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1239
1219
  schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
1240
- var LimitExceededException = [
1241
- -3,
1242
- n0,
1243
- _LEE,
1244
- {
1245
- [_e]: _cl,
1246
- [_hE]: 409,
1247
- },
1248
- [_me],
1249
- [0],
1250
- ];
1220
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _cl, [_hE]: 409 }, [_me], [0]];
1251
1221
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1252
1222
  var ListBatchInferenceJobsRequest = [3, n0, _LBIJR, 0, [_sVA, _nT, _mRa], [0, 0, 1]];
1253
1223
  var ListBatchInferenceJobsResponse = [
@@ -1415,41 +1385,11 @@ var RecommenderUpdateSummary = [
1415
1385
  [_rC, _cDT, _lUDT, _s, _fR],
1416
1386
  [() => RecommenderConfig, 4, 4, 0, 0],
1417
1387
  ];
1418
- var ResourceAlreadyExistsException = [
1419
- -3,
1420
- n0,
1421
- _RAEE,
1422
- {
1423
- [_e]: _cl,
1424
- [_hE]: 403,
1425
- },
1426
- [_me],
1427
- [0],
1428
- ];
1388
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
1429
1389
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
1430
- var ResourceInUseException = [
1431
- -3,
1432
- n0,
1433
- _RIUE,
1434
- {
1435
- [_e]: _cl,
1436
- [_hE]: 409,
1437
- },
1438
- [_me],
1439
- [0],
1440
- ];
1390
+ var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _cl, [_hE]: 409 }, [_me], [0]];
1441
1391
  schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1442
- var ResourceNotFoundException = [
1443
- -3,
1444
- n0,
1445
- _RNFE,
1446
- {
1447
- [_e]: _cl,
1448
- [_hE]: 404,
1449
- },
1450
- [_me],
1451
- [0],
1452
- ];
1392
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
1453
1393
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1454
1394
  var S3DataConfig = [3, n0, _SDC, 0, [_p, _kKA], [0, 0]];
1455
1395
  var Solution = [
@@ -1554,29 +1494,9 @@ var Tag = [
1554
1494
  var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _t], [0, [() => Tags, 0]]];
1555
1495
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1556
1496
  var ThemeGenerationConfig = [3, n0, _TGC, 0, [_fFTG], [() => FieldsForThemeGeneration]];
1557
- var TooManyTagKeysException = [
1558
- -3,
1559
- n0,
1560
- _TMTKE,
1561
- {
1562
- [_e]: _cl,
1563
- [_hE]: 400,
1564
- },
1565
- [_me],
1566
- [0],
1567
- ];
1497
+ var TooManyTagKeysException = [-3, n0, _TMTKE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1568
1498
  schema.TypeRegistry.for(n0).registerError(TooManyTagKeysException, TooManyTagKeysException$1);
1569
- var TooManyTagsException = [
1570
- -3,
1571
- n0,
1572
- _TMTE,
1573
- {
1574
- [_e]: _cl,
1575
- [_hE]: 400,
1576
- },
1577
- [_me],
1578
- [0],
1579
- ];
1499
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1580
1500
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1581
1501
  var TrainingDataConfig = [
1582
1502
  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 { defaultPersonalizeHttpAuthSchemeParametersProvider, 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);
@@ -1000,41 +1000,11 @@ export var HyperParameterRanges = [
1000
1000
  [() => IntegerHyperParameterRanges, () => ContinuousHyperParameterRanges, () => CategoricalHyperParameterRanges],
1001
1001
  ];
1002
1002
  export var IntegerHyperParameterRange = [3, n0, _IHPR, 0, [_n, _mV, _mVa], [0, 1, 1]];
1003
- export var InvalidInputException = [
1004
- -3,
1005
- n0,
1006
- _IIE,
1007
- {
1008
- [_e]: _cl,
1009
- [_hE]: 400,
1010
- },
1011
- [_me],
1012
- [0],
1013
- ];
1003
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1014
1004
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
1015
- export var InvalidNextTokenException = [
1016
- -3,
1017
- n0,
1018
- _INTE,
1019
- {
1020
- [_e]: _cl,
1021
- [_hE]: 400,
1022
- },
1023
- [_me],
1024
- [0],
1025
- ];
1005
+ export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1026
1006
  TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1027
- export var LimitExceededException = [
1028
- -3,
1029
- n0,
1030
- _LEE,
1031
- {
1032
- [_e]: _cl,
1033
- [_hE]: 409,
1034
- },
1035
- [_me],
1036
- [0],
1037
- ];
1007
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _cl, [_hE]: 409 }, [_me], [0]];
1038
1008
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1039
1009
  export var ListBatchInferenceJobsRequest = [3, n0, _LBIJR, 0, [_sVA, _nT, _mRa], [0, 0, 1]];
1040
1010
  export var ListBatchInferenceJobsResponse = [
@@ -1202,41 +1172,11 @@ export var RecommenderUpdateSummary = [
1202
1172
  [_rC, _cDT, _lUDT, _s, _fR],
1203
1173
  [() => RecommenderConfig, 4, 4, 0, 0],
1204
1174
  ];
1205
- export var ResourceAlreadyExistsException = [
1206
- -3,
1207
- n0,
1208
- _RAEE,
1209
- {
1210
- [_e]: _cl,
1211
- [_hE]: 403,
1212
- },
1213
- [_me],
1214
- [0],
1215
- ];
1175
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
1216
1176
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
1217
- export var ResourceInUseException = [
1218
- -3,
1219
- n0,
1220
- _RIUE,
1221
- {
1222
- [_e]: _cl,
1223
- [_hE]: 409,
1224
- },
1225
- [_me],
1226
- [0],
1227
- ];
1177
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _cl, [_hE]: 409 }, [_me], [0]];
1228
1178
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1229
- export var ResourceNotFoundException = [
1230
- -3,
1231
- n0,
1232
- _RNFE,
1233
- {
1234
- [_e]: _cl,
1235
- [_hE]: 404,
1236
- },
1237
- [_me],
1238
- [0],
1239
- ];
1179
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
1240
1180
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1241
1181
  export var S3DataConfig = [3, n0, _SDC, 0, [_p, _kKA], [0, 0]];
1242
1182
  export var Solution = [
@@ -1341,29 +1281,9 @@ export var Tag = [
1341
1281
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _t], [0, [() => Tags, 0]]];
1342
1282
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1343
1283
  export var ThemeGenerationConfig = [3, n0, _TGC, 0, [_fFTG], [() => FieldsForThemeGeneration]];
1344
- export var TooManyTagKeysException = [
1345
- -3,
1346
- n0,
1347
- _TMTKE,
1348
- {
1349
- [_e]: _cl,
1350
- [_hE]: 400,
1351
- },
1352
- [_me],
1353
- [0],
1354
- ];
1284
+ export var TooManyTagKeysException = [-3, n0, _TMTKE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1355
1285
  TypeRegistry.for(n0).registerError(TooManyTagKeysException, __TooManyTagKeysException);
1356
- export var TooManyTagsException = [
1357
- -3,
1358
- n0,
1359
- _TMTE,
1360
- {
1361
- [_e]: _cl,
1362
- [_hE]: 400,
1363
- },
1364
- [_me],
1365
- [0],
1366
- ];
1286
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
1367
1287
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1368
1288
  export var TrainingDataConfig = [
1369
1289
  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 { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
3
3
  import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
4
4
  import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
@@ -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 { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "./commands/CreateBatchInferenceJobCommand";
11
11
  import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "./commands/CreateBatchSegmentJobCommand";
12
12
  import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "./commands/CreateCampaignCommand";
@@ -79,7 +79,7 @@ import { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutp
79
79
  import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
80
80
  import { UpdateSolutionCommandInput, UpdateSolutionCommandOutput } from "./commands/UpdateSolutionCommand";
81
81
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
82
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
82
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
83
83
  export { __Client };
84
84
  /**
85
85
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { PersonalizeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { PersonalizeHttpAuthSchemeProvider } 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 { PersonalizeClientResolvedConfig } from "../PersonalizeClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type PersonalizeClientResolvedConfig } from "../PersonalizeClient";
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 { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateDataDeletionJobRequest, CreateDataDeletionJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataDeletionJobRequest, CreateDataDeletionJobResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { DeleteCampaignRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteCampaignRequest } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { DeleteDatasetRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteDatasetRequest } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { DeleteDatasetGroupRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteDatasetGroupRequest } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { DeleteEventTrackerRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteEventTrackerRequest } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
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 { DeleteFilterRequest } from "../models/models_0";
4
- import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteFilterRequest } from "../models/models_0";
4
+ import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
5
  /**
6
6
  * @public
7
7
  */