@aws-sdk/client-sagemaker-edge 3.428.0 → 3.430.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 | string;
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 | string;
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 | string;
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 | string;
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 | string;
248
+ DesiredState?: ModelState;
249
249
  /**
250
250
  * @public
251
251
  * <p>Returns the current state of the model.</p>
252
252
  */
253
- State?: ModelState | string;
253
+ State?: ModelState;
254
254
  /**
255
255
  * @public
256
256
  * <p>Returns the deployment status of the model.</p>
257
257
  */
258
- Status?: DeploymentStatus | string;
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 | string;
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 | string;
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 | string;
40
- FailureHandlingPolicy?: FailureHandlingPolicy | string;
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 | string;
79
- State?: ModelState | string;
80
- Status?: DeploymentStatus | string;
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.428.0",
4
+ "version": "3.430.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,28 +21,28 @@
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.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.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",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
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.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"