@aws-sdk/client-lookoutequipment 3.696.0 → 3.709.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.
package/dist-cjs/index.js CHANGED
@@ -1585,7 +1585,7 @@ var se_CreateRetrainingSchedulerRequest = /* @__PURE__ */ __name((input, context
1585
1585
  }, "se_CreateRetrainingSchedulerRequest");
1586
1586
  var se_DatasetSchema = /* @__PURE__ */ __name((input, context) => {
1587
1587
  return (0, import_smithy_client.take)(input, {
1588
- InlineDataSchema: import_smithy_client.LazyJsonString.fromObject
1588
+ InlineDataSchema: import_smithy_client.LazyJsonString.from
1589
1589
  });
1590
1590
  }, "se_DatasetSchema");
1591
1591
  var se_ImportDatasetRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1728,7 +1728,7 @@ var de_DescribeDatasetResponse = /* @__PURE__ */ __name((output, context) => {
1728
1728
  IngestionInputConfiguration: import_smithy_client._json,
1729
1729
  LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1730
1730
  RoleArn: import_smithy_client.expectString,
1731
- Schema: (_) => new import_smithy_client.LazyJsonString(_),
1731
+ Schema: import_smithy_client.LazyJsonString.from,
1732
1732
  ServerSideKmsKeyId: import_smithy_client.expectString,
1733
1733
  SourceDatasetArn: import_smithy_client.expectString,
1734
1734
  Status: import_smithy_client.expectString
@@ -1799,7 +1799,7 @@ var de_DescribeModelResponse = /* @__PURE__ */ __name((output, context) => {
1799
1799
  LatestScheduledRetrainingStatus: import_smithy_client.expectString,
1800
1800
  ModelArn: import_smithy_client.expectString,
1801
1801
  ModelDiagnosticsOutputConfiguration: import_smithy_client._json,
1802
- ModelMetrics: (_) => new import_smithy_client.LazyJsonString(_),
1802
+ ModelMetrics: import_smithy_client.LazyJsonString.from,
1803
1803
  ModelName: import_smithy_client.expectString,
1804
1804
  ModelQuality: import_smithy_client.expectString,
1805
1805
  ModelVersionActivatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
@@ -1808,10 +1808,10 @@ var de_DescribeModelResponse = /* @__PURE__ */ __name((output, context) => {
1808
1808
  PreviousActiveModelVersion: import_smithy_client.expectLong,
1809
1809
  PreviousActiveModelVersionArn: import_smithy_client.expectString,
1810
1810
  PreviousModelVersionActivatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1811
- PriorModelMetrics: (_) => new import_smithy_client.LazyJsonString(_),
1811
+ PriorModelMetrics: import_smithy_client.LazyJsonString.from,
1812
1812
  RetrainingSchedulerStatus: import_smithy_client.expectString,
1813
1813
  RoleArn: import_smithy_client.expectString,
1814
- Schema: (_) => new import_smithy_client.LazyJsonString(_),
1814
+ Schema: import_smithy_client.LazyJsonString.from,
1815
1815
  ServerSideKmsKeyId: import_smithy_client.expectString,
1816
1816
  SourceModelVersionArn: import_smithy_client.expectString,
1817
1817
  Status: import_smithy_client.expectString,
@@ -1076,7 +1076,7 @@ const se_CreateRetrainingSchedulerRequest = (input, context) => {
1076
1076
  };
1077
1077
  const se_DatasetSchema = (input, context) => {
1078
1078
  return take(input, {
1079
- InlineDataSchema: __LazyJsonString.fromObject,
1079
+ InlineDataSchema: __LazyJsonString.from,
1080
1080
  });
1081
1081
  };
1082
1082
  const se_ImportDatasetRequest = (input, context) => {
@@ -1221,7 +1221,7 @@ const de_DescribeDatasetResponse = (output, context) => {
1221
1221
  IngestionInputConfiguration: _json,
1222
1222
  LastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1223
1223
  RoleArn: __expectString,
1224
- Schema: (_) => new __LazyJsonString(_),
1224
+ Schema: __LazyJsonString.from,
1225
1225
  ServerSideKmsKeyId: __expectString,
1226
1226
  SourceDatasetArn: __expectString,
1227
1227
  Status: __expectString,
@@ -1292,7 +1292,7 @@ const de_DescribeModelResponse = (output, context) => {
1292
1292
  LatestScheduledRetrainingStatus: __expectString,
1293
1293
  ModelArn: __expectString,
1294
1294
  ModelDiagnosticsOutputConfiguration: _json,
1295
- ModelMetrics: (_) => new __LazyJsonString(_),
1295
+ ModelMetrics: __LazyJsonString.from,
1296
1296
  ModelName: __expectString,
1297
1297
  ModelQuality: __expectString,
1298
1298
  ModelVersionActivatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -1301,10 +1301,10 @@ const de_DescribeModelResponse = (output, context) => {
1301
1301
  PreviousActiveModelVersion: __expectLong,
1302
1302
  PreviousActiveModelVersionArn: __expectString,
1303
1303
  PreviousModelVersionActivatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1304
- PriorModelMetrics: (_) => new __LazyJsonString(_),
1304
+ PriorModelMetrics: __LazyJsonString.from,
1305
1305
  RetrainingSchedulerStatus: __expectString,
1306
1306
  RoleArn: __expectString,
1307
- Schema: (_) => new __LazyJsonString(_),
1307
+ Schema: __LazyJsonString.from,
1308
1308
  ServerSideKmsKeyId: __expectString,
1309
1309
  SourceModelVersionArn: __expectString,
1310
1310
  Status: __expectString,
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
1
+ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion, ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
3
3
  /**
4
4
  * <p>The request could not be completed because you do not have access to the resource.
@@ -52,7 +52,7 @@ export interface DatasetSchema {
52
52
  * <p>The data schema used within the given dataset.</p>
53
53
  * @public
54
54
  */
55
- InlineDataSchema?: __LazyJsonString | string | undefined;
55
+ InlineDataSchema?: __AutomaticJsonStringConversion | string | undefined;
56
56
  }
57
57
  /**
58
58
  * <p>A tag is a key-value pair that can be added to a resource as metadata. </p>
@@ -1380,7 +1380,7 @@ export interface DescribeDatasetResponse {
1380
1380
  * column names, and data types. </p>
1381
1381
  * @public
1382
1382
  */
1383
- Schema?: __LazyJsonString | string | undefined;
1383
+ Schema?: __AutomaticJsonStringConversion | string | undefined;
1384
1384
  /**
1385
1385
  * <p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout
1386
1386
  * for Equipment. </p>
@@ -1716,7 +1716,7 @@ export interface DescribeModelResponse {
1716
1716
  * column names, and data types. </p>
1717
1717
  * @public
1718
1718
  */
1719
- Schema?: __LazyJsonString | string | undefined;
1719
+ Schema?: __AutomaticJsonStringConversion | string | undefined;
1720
1720
  /**
1721
1721
  * <p>Specifies configuration information about the labels input, including its S3 location.
1722
1722
  * </p>
@@ -1795,7 +1795,7 @@ export interface DescribeModelResponse {
1795
1795
  * model. </p>
1796
1796
  * @public
1797
1797
  */
1798
- ModelMetrics?: __LazyJsonString | string | undefined;
1798
+ ModelMetrics?: __AutomaticJsonStringConversion | string | undefined;
1799
1799
  /**
1800
1800
  * <p>Indicates the last time the machine learning model was updated. The type of update is
1801
1801
  * not specified. </p>
@@ -1878,7 +1878,7 @@ export interface DescribeModelResponse {
1878
1878
  * object to compare the new model version and the prior model version.</p>
1879
1879
  * @public
1880
1880
  */
1881
- PriorModelMetrics?: __LazyJsonString | string | undefined;
1881
+ PriorModelMetrics?: __AutomaticJsonStringConversion | string | undefined;
1882
1882
  /**
1883
1883
  * <p>If the model version was generated by retraining and the training failed, this indicates
1884
1884
  * the reason for that failure. </p>
@@ -1,6 +1,6 @@
1
1
  import {
2
+ AutomaticJsonStringConversion as __AutomaticJsonStringConversion,
2
3
  ExceptionOptionType as __ExceptionOptionType,
3
- LazyJsonString as __LazyJsonString,
4
4
  } from "@smithy/smithy-client";
5
5
  import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
6
6
  export declare class AccessDeniedException extends __BaseException {
@@ -27,7 +27,7 @@ export declare class ConflictException extends __BaseException {
27
27
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
28
28
  }
29
29
  export interface DatasetSchema {
30
- InlineDataSchema?: __LazyJsonString | string | undefined;
30
+ InlineDataSchema?: __AutomaticJsonStringConversion | string | undefined;
31
31
  }
32
32
  export interface Tag {
33
33
  Key: string | undefined;
@@ -380,7 +380,7 @@ export interface DescribeDatasetResponse {
380
380
  CreatedAt?: Date | undefined;
381
381
  LastUpdatedAt?: Date | undefined;
382
382
  Status?: DatasetStatus | undefined;
383
- Schema?: __LazyJsonString | string | undefined;
383
+ Schema?: __AutomaticJsonStringConversion | string | undefined;
384
384
  ServerSideKmsKeyId?: string | undefined;
385
385
  IngestionInputConfiguration?: IngestionInputConfiguration | undefined;
386
386
  DataQualitySummary?: DataQualitySummary | undefined;
@@ -458,7 +458,7 @@ export interface DescribeModelResponse {
458
458
  ModelArn?: string | undefined;
459
459
  DatasetName?: string | undefined;
460
460
  DatasetArn?: string | undefined;
461
- Schema?: __LazyJsonString | string | undefined;
461
+ Schema?: __AutomaticJsonStringConversion | string | undefined;
462
462
  LabelsInputConfiguration?: LabelsInputConfiguration | undefined;
463
463
  TrainingDataStartTime?: Date | undefined;
464
464
  TrainingDataEndTime?: Date | undefined;
@@ -470,7 +470,7 @@ export interface DescribeModelResponse {
470
470
  TrainingExecutionStartTime?: Date | undefined;
471
471
  TrainingExecutionEndTime?: Date | undefined;
472
472
  FailedReason?: string | undefined;
473
- ModelMetrics?: __LazyJsonString | string | undefined;
473
+ ModelMetrics?: __AutomaticJsonStringConversion | string | undefined;
474
474
  LastUpdatedTime?: Date | undefined;
475
475
  CreatedAt?: Date | undefined;
476
476
  ServerSideKmsKeyId?: string | undefined;
@@ -484,7 +484,7 @@ export interface DescribeModelResponse {
484
484
  PreviousActiveModelVersion?: number | undefined;
485
485
  PreviousActiveModelVersionArn?: string | undefined;
486
486
  PreviousModelVersionActivatedAt?: Date | undefined;
487
- PriorModelMetrics?: __LazyJsonString | string | undefined;
487
+ PriorModelMetrics?: __AutomaticJsonStringConversion | string | undefined;
488
488
  LatestScheduledRetrainingFailedReason?: string | undefined;
489
489
  LatestScheduledRetrainingStatus?: ModelVersionStatus | undefined;
490
490
  LatestScheduledRetrainingModelVersion?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lookoutequipment",
3
3
  "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
4
- "version": "3.696.0",
4
+ "version": "3.709.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-lookoutequipment",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.696.0",
24
- "@aws-sdk/client-sts": "3.696.0",
25
- "@aws-sdk/core": "3.696.0",
26
- "@aws-sdk/credential-provider-node": "3.696.0",
27
- "@aws-sdk/middleware-host-header": "3.696.0",
28
- "@aws-sdk/middleware-logger": "3.696.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
- "@aws-sdk/middleware-user-agent": "3.696.0",
31
- "@aws-sdk/region-config-resolver": "3.696.0",
32
- "@aws-sdk/types": "3.696.0",
33
- "@aws-sdk/util-endpoints": "3.696.0",
34
- "@aws-sdk/util-user-agent-browser": "3.696.0",
35
- "@aws-sdk/util-user-agent-node": "3.696.0",
36
- "@smithy/config-resolver": "^3.0.12",
37
- "@smithy/core": "^2.5.3",
38
- "@smithy/fetch-http-handler": "^4.1.1",
39
- "@smithy/hash-node": "^3.0.10",
40
- "@smithy/invalid-dependency": "^3.0.10",
41
- "@smithy/middleware-content-length": "^3.0.12",
42
- "@smithy/middleware-endpoint": "^3.2.3",
43
- "@smithy/middleware-retry": "^3.0.27",
44
- "@smithy/middleware-serde": "^3.0.10",
45
- "@smithy/middleware-stack": "^3.0.10",
46
- "@smithy/node-config-provider": "^3.1.11",
47
- "@smithy/node-http-handler": "^3.3.1",
48
- "@smithy/protocol-http": "^4.1.7",
49
- "@smithy/smithy-client": "^3.4.4",
50
- "@smithy/types": "^3.7.1",
51
- "@smithy/url-parser": "^3.0.10",
23
+ "@aws-sdk/client-sso-oidc": "3.709.0",
24
+ "@aws-sdk/client-sts": "3.709.0",
25
+ "@aws-sdk/core": "3.709.0",
26
+ "@aws-sdk/credential-provider-node": "3.709.0",
27
+ "@aws-sdk/middleware-host-header": "3.709.0",
28
+ "@aws-sdk/middleware-logger": "3.709.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.709.0",
30
+ "@aws-sdk/middleware-user-agent": "3.709.0",
31
+ "@aws-sdk/region-config-resolver": "3.709.0",
32
+ "@aws-sdk/types": "3.709.0",
33
+ "@aws-sdk/util-endpoints": "3.709.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.709.0",
35
+ "@aws-sdk/util-user-agent-node": "3.709.0",
36
+ "@smithy/config-resolver": "^3.0.13",
37
+ "@smithy/core": "^2.5.5",
38
+ "@smithy/fetch-http-handler": "^4.1.2",
39
+ "@smithy/hash-node": "^3.0.11",
40
+ "@smithy/invalid-dependency": "^3.0.11",
41
+ "@smithy/middleware-content-length": "^3.0.13",
42
+ "@smithy/middleware-endpoint": "^3.2.5",
43
+ "@smithy/middleware-retry": "^3.0.30",
44
+ "@smithy/middleware-serde": "^3.0.11",
45
+ "@smithy/middleware-stack": "^3.0.11",
46
+ "@smithy/node-config-provider": "^3.1.12",
47
+ "@smithy/node-http-handler": "^3.3.2",
48
+ "@smithy/protocol-http": "^4.1.8",
49
+ "@smithy/smithy-client": "^3.5.0",
50
+ "@smithy/types": "^3.7.2",
51
+ "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.27",
56
- "@smithy/util-defaults-mode-node": "^3.0.27",
57
- "@smithy/util-endpoints": "^2.1.6",
58
- "@smithy/util-middleware": "^3.0.10",
59
- "@smithy/util-retry": "^3.0.10",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.30",
56
+ "@smithy/util-defaults-mode-node": "^3.0.30",
57
+ "@smithy/util-endpoints": "^2.1.7",
58
+ "@smithy/util-middleware": "^3.0.11",
59
+ "@smithy/util-retry": "^3.0.11",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",