@aws-sdk/client-sagemaker-edge 3.428.0 → 3.429.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.
|
@@ -35,7 +35,7 @@ export interface Checksum {
|
|
|
35
35
|
* @public
|
|
36
36
|
* <p>The type of the checksum.</p>
|
|
37
37
|
*/
|
|
38
|
-
Type?: ChecksumType
|
|
38
|
+
Type?: ChecksumType;
|
|
39
39
|
/**
|
|
40
40
|
* @public
|
|
41
41
|
* <p>The checksum of the model.</p>
|
|
@@ -78,7 +78,7 @@ export interface Definition {
|
|
|
78
78
|
* @public
|
|
79
79
|
* <p>The desired state of the model.</p>
|
|
80
80
|
*/
|
|
81
|
-
State?: ModelState
|
|
81
|
+
State?: ModelState;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* @public
|
|
@@ -117,12 +117,12 @@ export interface EdgeDeployment {
|
|
|
117
117
|
* @public
|
|
118
118
|
* <p>The type of the deployment.</p>
|
|
119
119
|
*/
|
|
120
|
-
Type?: DeploymentType
|
|
120
|
+
Type?: DeploymentType;
|
|
121
121
|
/**
|
|
122
122
|
* @public
|
|
123
123
|
* <p>Determines whether to rollback to previous configuration if deployment fails.</p>
|
|
124
124
|
*/
|
|
125
|
-
FailureHandlingPolicy?: FailureHandlingPolicy
|
|
125
|
+
FailureHandlingPolicy?: FailureHandlingPolicy;
|
|
126
126
|
/**
|
|
127
127
|
* @public
|
|
128
128
|
* <p>Returns a list of Definition objects.</p>
|
|
@@ -245,17 +245,17 @@ export interface DeploymentModel {
|
|
|
245
245
|
* @public
|
|
246
246
|
* <p>The desired state of the model.</p>
|
|
247
247
|
*/
|
|
248
|
-
DesiredState?: ModelState
|
|
248
|
+
DesiredState?: ModelState;
|
|
249
249
|
/**
|
|
250
250
|
* @public
|
|
251
251
|
* <p>Returns the current state of the model.</p>
|
|
252
252
|
*/
|
|
253
|
-
State?: ModelState
|
|
253
|
+
State?: ModelState;
|
|
254
254
|
/**
|
|
255
255
|
* @public
|
|
256
256
|
* <p>Returns the deployment status of the model.</p>
|
|
257
257
|
*/
|
|
258
|
-
Status?: DeploymentStatus
|
|
258
|
+
Status?: DeploymentStatus;
|
|
259
259
|
/**
|
|
260
260
|
* @public
|
|
261
261
|
* <p>Returns the error message for the deployment status result.</p>
|
|
@@ -9,7 +9,7 @@ export declare const ChecksumType: {
|
|
|
9
9
|
};
|
|
10
10
|
export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
11
11
|
export interface Checksum {
|
|
12
|
-
Type?: ChecksumType
|
|
12
|
+
Type?: ChecksumType;
|
|
13
13
|
Sum?: string;
|
|
14
14
|
}
|
|
15
15
|
export declare const ModelState: {
|
|
@@ -21,7 +21,7 @@ export interface Definition {
|
|
|
21
21
|
ModelHandle?: string;
|
|
22
22
|
S3Url?: string;
|
|
23
23
|
Checksum?: Checksum;
|
|
24
|
-
State?: ModelState
|
|
24
|
+
State?: ModelState;
|
|
25
25
|
}
|
|
26
26
|
export declare const FailureHandlingPolicy: {
|
|
27
27
|
readonly DoNothing: "DO_NOTHING";
|
|
@@ -36,8 +36,8 @@ export type DeploymentType =
|
|
|
36
36
|
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
37
37
|
export interface EdgeDeployment {
|
|
38
38
|
DeploymentName?: string;
|
|
39
|
-
Type?: DeploymentType
|
|
40
|
-
FailureHandlingPolicy?: FailureHandlingPolicy
|
|
39
|
+
Type?: DeploymentType;
|
|
40
|
+
FailureHandlingPolicy?: FailureHandlingPolicy;
|
|
41
41
|
Definitions?: Definition[];
|
|
42
42
|
}
|
|
43
43
|
export interface GetDeploymentsResult {
|
|
@@ -75,9 +75,9 @@ export interface DeploymentModel {
|
|
|
75
75
|
ModelHandle?: string;
|
|
76
76
|
ModelName?: string;
|
|
77
77
|
ModelVersion?: string;
|
|
78
|
-
DesiredState?: ModelState
|
|
79
|
-
State?: ModelState
|
|
80
|
-
Status?: DeploymentStatus
|
|
78
|
+
DesiredState?: ModelState;
|
|
79
|
+
State?: ModelState;
|
|
80
|
+
Status?: DeploymentStatus;
|
|
81
81
|
StatusReason?: string;
|
|
82
82
|
RollbackFailureReason?: string;
|
|
83
83
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-edge",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Edge Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|