@aws-sdk/client-sagemaker-metrics 3.967.0 → 3.969.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 +7 -7
- package/dist-es/schemas/schemas_0.js +7 -7
- package/package.json +36 -36
package/dist-cjs/index.js
CHANGED
|
@@ -158,7 +158,7 @@ const n0 = "com.amazonaws.sagemakermetrics";
|
|
|
158
158
|
var BatchGetMetricsRequest$ = [3, n0, _BGMR,
|
|
159
159
|
0,
|
|
160
160
|
[_MQ],
|
|
161
|
-
[() => MetricQueryList]
|
|
161
|
+
[() => MetricQueryList], 1
|
|
162
162
|
];
|
|
163
163
|
var BatchGetMetricsResponse$ = [3, n0, _BGMRa,
|
|
164
164
|
0,
|
|
@@ -173,7 +173,7 @@ var BatchPutMetricsError$ = [3, n0, _BPME,
|
|
|
173
173
|
var BatchPutMetricsRequest$ = [3, n0, _BPMR,
|
|
174
174
|
0,
|
|
175
175
|
[_TCN, _MD],
|
|
176
|
-
[0, () => RawMetricDataList]
|
|
176
|
+
[0, () => RawMetricDataList], 2
|
|
177
177
|
];
|
|
178
178
|
var BatchPutMetricsResponse$ = [3, n0, _BPMRa,
|
|
179
179
|
0,
|
|
@@ -183,17 +183,17 @@ var BatchPutMetricsResponse$ = [3, n0, _BPMRa,
|
|
|
183
183
|
var MetricQuery$ = [3, n0, _MQe,
|
|
184
184
|
0,
|
|
185
185
|
[_MN, _RA, _MS, _P, _XAT, _S, _En],
|
|
186
|
-
[0, 0, 0, 0, 0, 1, 1]
|
|
186
|
+
[0, 0, 0, 0, 0, 1, 1], 5
|
|
187
187
|
];
|
|
188
188
|
var MetricQueryResult$ = [3, n0, _MQRe,
|
|
189
189
|
0,
|
|
190
|
-
[_St,
|
|
191
|
-
[0,
|
|
190
|
+
[_St, _XAV, _MV, _M],
|
|
191
|
+
[0, 64 | 1, 64 | 1, 0], 3
|
|
192
192
|
];
|
|
193
193
|
var RawMetricData$ = [3, n0, _RMD,
|
|
194
194
|
0,
|
|
195
|
-
[_MN, _T,
|
|
196
|
-
[0, 4, 1, 1]
|
|
195
|
+
[_MN, _T, _V, _Ste],
|
|
196
|
+
[0, 4, 1, 1], 3
|
|
197
197
|
];
|
|
198
198
|
var SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
|
|
199
199
|
schema.TypeRegistry.for(_s).registerError(SageMakerMetricsServiceException$, SageMakerMetricsServiceException);
|
|
@@ -41,7 +41,7 @@ import { SageMakerMetricsServiceException } from "../models/SageMakerMetricsServ
|
|
|
41
41
|
export var BatchGetMetricsRequest$ = [3, n0, _BGMR,
|
|
42
42
|
0,
|
|
43
43
|
[_MQ],
|
|
44
|
-
[() => MetricQueryList]
|
|
44
|
+
[() => MetricQueryList], 1
|
|
45
45
|
];
|
|
46
46
|
export var BatchGetMetricsResponse$ = [3, n0, _BGMRa,
|
|
47
47
|
0,
|
|
@@ -56,7 +56,7 @@ export var BatchPutMetricsError$ = [3, n0, _BPME,
|
|
|
56
56
|
export var BatchPutMetricsRequest$ = [3, n0, _BPMR,
|
|
57
57
|
0,
|
|
58
58
|
[_TCN, _MD],
|
|
59
|
-
[0, () => RawMetricDataList]
|
|
59
|
+
[0, () => RawMetricDataList], 2
|
|
60
60
|
];
|
|
61
61
|
export var BatchPutMetricsResponse$ = [3, n0, _BPMRa,
|
|
62
62
|
0,
|
|
@@ -66,17 +66,17 @@ export var BatchPutMetricsResponse$ = [3, n0, _BPMRa,
|
|
|
66
66
|
export var MetricQuery$ = [3, n0, _MQe,
|
|
67
67
|
0,
|
|
68
68
|
[_MN, _RA, _MS, _P, _XAT, _S, _En],
|
|
69
|
-
[0, 0, 0, 0, 0, 1, 1]
|
|
69
|
+
[0, 0, 0, 0, 0, 1, 1], 5
|
|
70
70
|
];
|
|
71
71
|
export var MetricQueryResult$ = [3, n0, _MQRe,
|
|
72
72
|
0,
|
|
73
|
-
[_St,
|
|
74
|
-
[0,
|
|
73
|
+
[_St, _XAV, _MV, _M],
|
|
74
|
+
[0, 64 | 1, 64 | 1, 0], 3
|
|
75
75
|
];
|
|
76
76
|
export var RawMetricData$ = [3, n0, _RMD,
|
|
77
77
|
0,
|
|
78
|
-
[_MN, _T,
|
|
79
|
-
[0, 4, 1, 1]
|
|
78
|
+
[_MN, _T, _V, _Ste],
|
|
79
|
+
[0, 4, 1, 1], 3
|
|
80
80
|
];
|
|
81
81
|
export var SageMakerMetricsServiceException$ = [-3, _s, "SageMakerMetricsServiceException", 0, [], []];
|
|
82
82
|
TypeRegistry.for(_s).registerError(SageMakerMetricsServiceException$, SageMakerMetricsServiceException);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-metrics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Metrics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.969.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker-metrics",
|
|
@@ -21,54 +21,54 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.20.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.10.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.969.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.969.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.969.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.969.0",
|
|
31
|
+
"@aws-sdk/types": "3.969.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.969.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.969.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
+
"@smithy/core": "^3.20.5",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
|
+
"@smithy/hash-node": "^4.2.8",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.22",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.7",
|
|
49
|
+
"@smithy/types": "^4.12.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.21",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.24",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
58
|
+
"@smithy/util-retry": "^4.2.8",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@tsconfig/
|
|
64
|
-
"@types/node": "^
|
|
63
|
+
"@tsconfig/node20": "20.1.8",
|
|
64
|
+
"@types/node": "^20.14.8",
|
|
65
65
|
"concurrently": "7.0.0",
|
|
66
66
|
"downlevel-dts": "0.10.1",
|
|
67
67
|
"rimraf": "5.0.10",
|
|
68
68
|
"typescript": "~5.8.3"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
|
-
"node": ">=
|
|
71
|
+
"node": ">=20.0.0"
|
|
72
72
|
},
|
|
73
73
|
"typesVersions": {
|
|
74
74
|
"<4.0": {
|