@aws-sdk/client-pcs 3.677.0 → 3.679.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/README.md +1 -1
- package/dist-types/models/models_0.d.ts +6 -2
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ related to those compute nodes.</p>
|
|
|
27
27
|
|
|
28
28
|
## Installing
|
|
29
29
|
|
|
30
|
-
To install
|
|
30
|
+
To install this package, simply type add or install @aws-sdk/client-pcs
|
|
31
31
|
using your favorite package manager:
|
|
32
32
|
|
|
33
33
|
- `npm install @aws-sdk/client-pcs`
|
|
@@ -1065,7 +1065,9 @@ export type Size = (typeof Size)[keyof typeof Size];
|
|
|
1065
1065
|
*/
|
|
1066
1066
|
export interface ClusterSlurmConfigurationRequest {
|
|
1067
1067
|
/**
|
|
1068
|
-
* <p>The time before an idle node is scaled down.</p>
|
|
1068
|
+
* <p>The time (in seconds) before an idle node is scaled down.</p>
|
|
1069
|
+
* <p>Default: <code>600</code>
|
|
1070
|
+
* </p>
|
|
1069
1071
|
* @public
|
|
1070
1072
|
*/
|
|
1071
1073
|
scaleDownIdleTimeInSeconds?: number;
|
|
@@ -1288,7 +1290,9 @@ export interface SlurmAuthKey {
|
|
|
1288
1290
|
*/
|
|
1289
1291
|
export interface ClusterSlurmConfiguration {
|
|
1290
1292
|
/**
|
|
1291
|
-
* <p>The time before an idle node is scaled down.</p>
|
|
1293
|
+
* <p>The time (in seconds) before an idle node is scaled down.</p>
|
|
1294
|
+
* <p>Default: <code>600</code>
|
|
1295
|
+
* </p>
|
|
1292
1296
|
* @public
|
|
1293
1297
|
*/
|
|
1294
1298
|
scaleDownIdleTimeInSeconds?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pcs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pcs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.679.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",
|
|
@@ -20,19 +20,19 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.679.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.679.0",
|
|
25
|
+
"@aws-sdk/core": "3.679.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.679.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.679.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.679.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.679.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.679.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.679.0",
|
|
32
|
+
"@aws-sdk/types": "3.679.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.679.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.679.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.679.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|