@aws-sdk/client-pcs 3.782.0 → 3.796.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.
|
@@ -1041,7 +1041,11 @@ export interface SchedulerRequest {
|
|
|
1041
1041
|
*/
|
|
1042
1042
|
type: SchedulerType | undefined;
|
|
1043
1043
|
/**
|
|
1044
|
-
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling
|
|
1044
|
+
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
|
|
1045
|
+
* For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in
|
|
1046
|
+
* Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>
|
|
1047
|
+
* <p>Valid Values: <code>23.11 | 24.05</code>
|
|
1048
|
+
* </p>
|
|
1045
1049
|
* @public
|
|
1046
1050
|
*/
|
|
1047
1051
|
version: string | undefined;
|
|
@@ -1263,7 +1267,11 @@ export interface Scheduler {
|
|
|
1263
1267
|
*/
|
|
1264
1268
|
type: SchedulerType | undefined;
|
|
1265
1269
|
/**
|
|
1266
|
-
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling
|
|
1270
|
+
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
|
|
1271
|
+
* For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in
|
|
1272
|
+
* Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>
|
|
1273
|
+
* <p>Valid Values: <code>23.11 | 24.05</code>
|
|
1274
|
+
* </p>
|
|
1267
1275
|
* @public
|
|
1268
1276
|
*/
|
|
1269
1277
|
version: string | undefined;
|
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.796.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.796.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.796.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.796.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.796.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|