@aws-sdk/client-lookoutequipment 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 (87) hide show
  1. package/dist-cjs/index.js +9 -95
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/LookoutEquipmentClient.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 +9 -95
  8. package/dist-types/LookoutEquipment.d.ts +1 -1
  9. package/dist-types/LookoutEquipmentClient.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/CreateDatasetCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateLabelCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateModelCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeModelCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -3
  34. package/dist-types/commands/ImportDatasetCommand.d.ts +3 -3
  35. package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -3
  36. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -3
  41. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListLabelsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListModelsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -3
  46. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  49. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -3
  50. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -3
  51. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -3
  52. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -3
  53. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +3 -3
  54. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  55. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -3
  59. package/dist-types/commands/UpdateModelCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +3 -3
  61. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  62. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  63. package/dist-types/extensionConfiguration.d.ts +4 -4
  64. package/dist-types/models/LookoutEquipmentServiceException.d.ts +1 -1
  65. package/dist-types/models/errors.d.ts +1 -1
  66. package/dist-types/pagination/Interfaces.d.ts +1 -1
  67. package/dist-types/pagination/ListDataIngestionJobsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListInferenceEventsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListInferenceExecutionsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListInferenceSchedulersPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListLabelGroupsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListLabelsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListModelVersionsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListSensorStatisticsPaginator.d.ts +1 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  79. package/dist-types/runtimeConfig.d.ts +1 -1
  80. package/dist-types/runtimeConfig.native.d.ts +1 -1
  81. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  82. package/dist-types/runtimeExtensions.d.ts +1 -1
  83. package/dist-types/schemas/schemas_0.d.ts +1 -1
  84. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +3 -3
  85. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  86. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +1 -1
  87. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -566,48 +566,12 @@ const _mT = "mediaType";
566
566
  const _s = "server";
567
567
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lookoutequipment";
568
568
  const n0 = "com.amazonaws.lookoutequipment";
569
- var SynthesizedJsonInlineDataSchema = [
570
- 0,
571
- n0,
572
- _SJIDS,
573
- {
574
- [_mT]: _a,
575
- },
576
- 0,
577
- ];
578
- var SynthesizedJsonModelMetrics = [
579
- 0,
580
- n0,
581
- _SJMM,
582
- {
583
- [_mT]: _a,
584
- },
585
- 0,
586
- ];
587
- var AccessDeniedException = [
588
- -3,
589
- n0,
590
- _ADE,
591
- {
592
- [_e]: _c,
593
- [_hE]: 403,
594
- },
595
- [_M],
596
- [0],
597
- ];
569
+ var SynthesizedJsonInlineDataSchema = [0, n0, _SJIDS, { [_mT]: _a }, 0];
570
+ var SynthesizedJsonModelMetrics = [0, n0, _SJMM, { [_mT]: _a }, 0];
571
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
598
572
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
599
573
  var CategoricalValues = [3, n0, _CV, 0, [_S, _NOC], [0, 1]];
600
- var ConflictException = [
601
- -3,
602
- n0,
603
- _CE,
604
- {
605
- [_e]: _c,
606
- [_hE]: 409,
607
- },
608
- [_M],
609
- [0],
610
- ];
574
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
611
575
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
612
576
  var CountPercent = [3, n0, _CP, 0, [_C, _P], [1, 1]];
613
577
  var CreateDatasetRequest = [
@@ -1097,17 +1061,7 @@ var InsufficientSensorData = [
1097
1061
  [_MCSD, _SWSDR],
1098
1062
  [() => MissingCompleteSensorData, () => SensorsWithShortDateRange],
1099
1063
  ];
1100
- var InternalServerException = [
1101
- -3,
1102
- n0,
1103
- _ISE,
1104
- {
1105
- [_e]: _s,
1106
- [_hE]: 500,
1107
- },
1108
- [_M],
1109
- [0],
1110
- ];
1064
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1111
1065
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1112
1066
  var InvalidSensorData = [3, n0, _ISDn, 0, [_ASC, _TNOIV], [1, 1]];
1113
1067
  var LabelGroupSummary = [3, n0, _LGS, 0, [_LGN, _LGA, _CA, _UA], [0, 0, 4, 4]];
@@ -1289,17 +1243,7 @@ var PutResourcePolicyRequest = [
1289
1243
  [0, 0, 0, [0, 4]],
1290
1244
  ];
1291
1245
  var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RAe, _PRI], [0, 0]];
1292
- var ResourceNotFoundException = [
1293
- -3,
1294
- n0,
1295
- _RNFE,
1296
- {
1297
- [_e]: _c,
1298
- [_hE]: 404,
1299
- },
1300
- [_M],
1301
- [0],
1302
- ];
1246
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1303
1247
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1304
1248
  var RetrainingSchedulerSummary = [
1305
1249
  3,
@@ -1333,17 +1277,7 @@ var SensorStatisticsSummary = [
1333
1277
  ],
1334
1278
  ];
1335
1279
  var SensorsWithShortDateRange = [3, n0, _SWSDR, 0, [_ASC], [1]];
1336
- var ServiceQuotaExceededException = [
1337
- -3,
1338
- n0,
1339
- _SQEE,
1340
- {
1341
- [_e]: _c,
1342
- [_hE]: 402,
1343
- },
1344
- [_M],
1345
- [0],
1346
- ];
1280
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1347
1281
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1348
1282
  var StartDataIngestionJobRequest = [
1349
1283
  3,
@@ -1379,17 +1313,7 @@ var StopRetrainingSchedulerResponse = [3, n0, _SRSRtop, 0, [_MN, _MA, _S], [0, 0
1379
1313
  var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1380
1314
  var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [0, () => TagList]];
1381
1315
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1382
- var ThrottlingException = [
1383
- -3,
1384
- n0,
1385
- _TE,
1386
- {
1387
- [_e]: _c,
1388
- [_hE]: 429,
1389
- },
1390
- [_M],
1391
- [0],
1392
- ];
1316
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1393
1317
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1394
1318
  var UnsupportedTimestamps = [3, n0, _UT, 0, [_TNOUT], [1]];
1395
1319
  var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
@@ -1428,17 +1352,7 @@ var UpdateRetrainingSchedulerRequest = [
1428
1352
  [_MN, _RSD, _RF, _LW, _PM],
1429
1353
  [0, 4, 0, 0, 0],
1430
1354
  ];
1431
- var ValidationException = [
1432
- -3,
1433
- n0,
1434
- _VE,
1435
- {
1436
- [_e]: _c,
1437
- [_hE]: 400,
1438
- },
1439
- [_M],
1440
- [0],
1441
- ];
1355
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1442
1356
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1443
1357
  var __Unit = "unit";
1444
1358
  var LookoutEquipmentServiceException = [
@@ -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 { defaultLookoutEquipmentHttpAuthSchemeParametersProvider, 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);
@@ -351,48 +351,12 @@ const n0 = "com.amazonaws.lookoutequipment";
351
351
  import { TypeRegistry } from "@smithy/core/schema";
352
352
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
353
353
  import { LookoutEquipmentServiceException as __LookoutEquipmentServiceException } from "../models/LookoutEquipmentServiceException";
354
- export var SynthesizedJsonInlineDataSchema = [
355
- 0,
356
- n0,
357
- _SJIDS,
358
- {
359
- [_mT]: _a,
360
- },
361
- 0,
362
- ];
363
- export var SynthesizedJsonModelMetrics = [
364
- 0,
365
- n0,
366
- _SJMM,
367
- {
368
- [_mT]: _a,
369
- },
370
- 0,
371
- ];
372
- export var AccessDeniedException = [
373
- -3,
374
- n0,
375
- _ADE,
376
- {
377
- [_e]: _c,
378
- [_hE]: 403,
379
- },
380
- [_M],
381
- [0],
382
- ];
354
+ export var SynthesizedJsonInlineDataSchema = [0, n0, _SJIDS, { [_mT]: _a }, 0];
355
+ export var SynthesizedJsonModelMetrics = [0, n0, _SJMM, { [_mT]: _a }, 0];
356
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
383
357
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
384
358
  export var CategoricalValues = [3, n0, _CV, 0, [_S, _NOC], [0, 1]];
385
- export var ConflictException = [
386
- -3,
387
- n0,
388
- _CE,
389
- {
390
- [_e]: _c,
391
- [_hE]: 409,
392
- },
393
- [_M],
394
- [0],
395
- ];
359
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
396
360
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
397
361
  export var CountPercent = [3, n0, _CP, 0, [_C, _P], [1, 1]];
398
362
  export var CreateDatasetRequest = [
@@ -882,17 +846,7 @@ export var InsufficientSensorData = [
882
846
  [_MCSD, _SWSDR],
883
847
  [() => MissingCompleteSensorData, () => SensorsWithShortDateRange],
884
848
  ];
885
- export var InternalServerException = [
886
- -3,
887
- n0,
888
- _ISE,
889
- {
890
- [_e]: _s,
891
- [_hE]: 500,
892
- },
893
- [_M],
894
- [0],
895
- ];
849
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
896
850
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
897
851
  export var InvalidSensorData = [3, n0, _ISDn, 0, [_ASC, _TNOIV], [1, 1]];
898
852
  export var LabelGroupSummary = [3, n0, _LGS, 0, [_LGN, _LGA, _CA, _UA], [0, 0, 4, 4]];
@@ -1074,17 +1028,7 @@ export var PutResourcePolicyRequest = [
1074
1028
  [0, 0, 0, [0, 4]],
1075
1029
  ];
1076
1030
  export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RAe, _PRI], [0, 0]];
1077
- export var ResourceNotFoundException = [
1078
- -3,
1079
- n0,
1080
- _RNFE,
1081
- {
1082
- [_e]: _c,
1083
- [_hE]: 404,
1084
- },
1085
- [_M],
1086
- [0],
1087
- ];
1031
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
1088
1032
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1089
1033
  export var RetrainingSchedulerSummary = [
1090
1034
  3,
@@ -1118,17 +1062,7 @@ export var SensorStatisticsSummary = [
1118
1062
  ],
1119
1063
  ];
1120
1064
  export var SensorsWithShortDateRange = [3, n0, _SWSDR, 0, [_ASC], [1]];
1121
- export var ServiceQuotaExceededException = [
1122
- -3,
1123
- n0,
1124
- _SQEE,
1125
- {
1126
- [_e]: _c,
1127
- [_hE]: 402,
1128
- },
1129
- [_M],
1130
- [0],
1131
- ];
1065
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1132
1066
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1133
1067
  export var StartDataIngestionJobRequest = [
1134
1068
  3,
@@ -1164,17 +1098,7 @@ export var StopRetrainingSchedulerResponse = [3, n0, _SRSRtop, 0, [_MN, _MA, _S]
1164
1098
  export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1165
1099
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [0, () => TagList]];
1166
1100
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1167
- export var ThrottlingException = [
1168
- -3,
1169
- n0,
1170
- _TE,
1171
- {
1172
- [_e]: _c,
1173
- [_hE]: 429,
1174
- },
1175
- [_M],
1176
- [0],
1177
- ];
1101
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1178
1102
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1179
1103
  export var UnsupportedTimestamps = [3, n0, _UT, 0, [_TNOUT], [1]];
1180
1104
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
@@ -1213,17 +1137,7 @@ export var UpdateRetrainingSchedulerRequest = [
1213
1137
  [_MN, _RSD, _RF, _LW, _PM],
1214
1138
  [0, 4, 0, 0, 0],
1215
1139
  ];
1216
- export var ValidationException = [
1217
- -3,
1218
- n0,
1219
- _VE,
1220
- {
1221
- [_e]: _c,
1222
- [_hE]: 400,
1223
- },
1224
- [_M],
1225
- [0],
1226
- ];
1140
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1227
1141
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1228
1142
  export var __Unit = "unit";
1229
1143
  export var LookoutEquipmentServiceException = [
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
3
3
  import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
4
4
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
@@ -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 { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
11
11
  import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
12
12
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
@@ -57,7 +57,7 @@ import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "./c
57
57
  import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
58
58
  import { UpdateRetrainingSchedulerCommandInput, UpdateRetrainingSchedulerCommandOutput } from "./commands/UpdateRetrainingSchedulerCommand";
59
59
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
60
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
60
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
61
61
  export { __Client };
62
62
  /**
63
63
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { LookoutEquipmentHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { LookoutEquipmentHttpAuthSchemeProvider } 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 { LookoutEquipmentClientResolvedConfig } from "../LookoutEquipmentClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type LookoutEquipmentClientResolvedConfig } from "../LookoutEquipmentClient";
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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateDatasetRequest, CreateDatasetResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateLabelRequest, CreateLabelResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateLabelGroupRequest, CreateLabelGroupResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateModelRequest, CreateModelResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { CreateRetrainingSchedulerRequest, CreateRetrainingSchedulerResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { CreateRetrainingSchedulerRequest, CreateRetrainingSchedulerResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteDatasetRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteDatasetRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteInferenceSchedulerRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteInferenceSchedulerRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteLabelRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteLabelRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteLabelGroupRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteLabelGroupRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteModelRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteModelRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteResourcePolicyRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteResourcePolicyRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DeleteRetrainingSchedulerRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DeleteRetrainingSchedulerRequest } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DescribeDatasetRequest, DescribeDatasetResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } 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 { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
- import { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import type { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */