@aws-sdk/client-pcs 3.955.0 → 3.957.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-types/models/models_0.d.ts +9 -9
- package/package.json +34 -34
|
@@ -10,7 +10,7 @@ export interface Accounting {
|
|
|
10
10
|
*/
|
|
11
11
|
defaultPurgeTimeInDays?: number | undefined;
|
|
12
12
|
/**
|
|
13
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
13
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>
|
|
14
14
|
* @public
|
|
15
15
|
*/
|
|
16
16
|
mode: AccountingMode | undefined;
|
|
@@ -26,7 +26,7 @@ export interface AccountingRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
defaultPurgeTimeInDays?: number | undefined;
|
|
28
28
|
/**
|
|
29
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
29
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
mode: AccountingMode | undefined;
|
|
@@ -592,7 +592,7 @@ export interface SchedulerRequest {
|
|
|
592
592
|
*/
|
|
593
593
|
export interface SlurmRestRequest {
|
|
594
594
|
/**
|
|
595
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
595
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means the Slurm REST API is enabled.</p>
|
|
596
596
|
* @public
|
|
597
597
|
*/
|
|
598
598
|
mode: SlurmRestMode | undefined;
|
|
@@ -748,17 +748,17 @@ export interface SlurmAuthKey {
|
|
|
748
748
|
secretVersion: string | undefined;
|
|
749
749
|
}
|
|
750
750
|
/**
|
|
751
|
-
* <p>The JWT key stored in
|
|
751
|
+
* <p>The JWT key stored in Amazon Web Services Secrets Manager for Slurm REST API authentication.</p>
|
|
752
752
|
* @public
|
|
753
753
|
*/
|
|
754
754
|
export interface JwtKey {
|
|
755
755
|
/**
|
|
756
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
756
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the JWT key.</p>
|
|
757
757
|
* @public
|
|
758
758
|
*/
|
|
759
759
|
secretArn: string | undefined;
|
|
760
760
|
/**
|
|
761
|
-
* <p>The version of the
|
|
761
|
+
* <p>The version of the Amazon Web Services Secrets Manager secret containing the JWT key.</p>
|
|
762
762
|
* @public
|
|
763
763
|
*/
|
|
764
764
|
secretVersion: string | undefined;
|
|
@@ -780,7 +780,7 @@ export interface JwtAuth {
|
|
|
780
780
|
*/
|
|
781
781
|
export interface SlurmRest {
|
|
782
782
|
/**
|
|
783
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
783
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means the Slurm REST API is enabled.</p>
|
|
784
784
|
* @public
|
|
785
785
|
*/
|
|
786
786
|
mode: SlurmRestMode | undefined;
|
|
@@ -1360,7 +1360,7 @@ export interface UpdateAccountingRequest {
|
|
|
1360
1360
|
*/
|
|
1361
1361
|
defaultPurgeTimeInDays?: number | undefined;
|
|
1362
1362
|
/**
|
|
1363
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
1363
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>
|
|
1364
1364
|
* @public
|
|
1365
1365
|
*/
|
|
1366
1366
|
mode?: AccountingMode | undefined;
|
|
@@ -1371,7 +1371,7 @@ export interface UpdateAccountingRequest {
|
|
|
1371
1371
|
*/
|
|
1372
1372
|
export interface UpdateSlurmRestRequest {
|
|
1373
1373
|
/**
|
|
1374
|
-
* <p>The default value for <code>mode</code> is <code>
|
|
1374
|
+
* <p>The default value for <code>mode</code> is <code>NONE</code>. A value of <code>STANDARD</code> means the Slurm REST API is enabled.</p>
|
|
1375
1375
|
* @public
|
|
1376
1376
|
*/
|
|
1377
1377
|
mode?: SlurmRestMode | undefined;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.957.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-pcs",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
-
"build:include:deps": "
|
|
9
|
+
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
@@ -21,41 +21,41 @@
|
|
|
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.
|
|
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.957.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.957.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.957.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
31
|
+
"@aws-sdk/types": "3.957.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.957.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.957.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
36
|
+
"@smithy/core": "^3.20.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
38
|
+
"@smithy/hash-node": "^4.2.7",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
49
|
+
"@smithy/types": "^4.11.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.7",
|
|
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.16",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
58
|
+
"@smithy/util-retry": "^4.2.7",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|