@aws-sdk/client-pcs 3.821.0 → 3.823.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-cjs/models/models_0.js +6 -0
- package/dist-es/models/models_0.js +6 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateComputeNodeGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/GetClusterCommand.d.ts +1 -1
- package/dist-types/commands/GetComputeNodeGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeNodeGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeNodeGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +12 -6
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +5 -5
|
@@ -53,6 +53,8 @@ exports.ComputeNodeGroupStatus = {
|
|
|
53
53
|
DELETED: "DELETED",
|
|
54
54
|
DELETE_FAILED: "DELETE_FAILED",
|
|
55
55
|
DELETING: "DELETING",
|
|
56
|
+
SUSPENDED: "SUSPENDED",
|
|
57
|
+
SUSPENDING: "SUSPENDING",
|
|
56
58
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
57
59
|
UPDATING: "UPDATING",
|
|
58
60
|
};
|
|
@@ -165,6 +167,8 @@ exports.ClusterStatus = {
|
|
|
165
167
|
CREATING: "CREATING",
|
|
166
168
|
DELETE_FAILED: "DELETE_FAILED",
|
|
167
169
|
DELETING: "DELETING",
|
|
170
|
+
SUSPENDED: "SUSPENDED",
|
|
171
|
+
SUSPENDING: "SUSPENDING",
|
|
168
172
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
169
173
|
UPDATING: "UPDATING",
|
|
170
174
|
};
|
|
@@ -174,6 +178,8 @@ exports.QueueStatus = {
|
|
|
174
178
|
CREATING: "CREATING",
|
|
175
179
|
DELETE_FAILED: "DELETE_FAILED",
|
|
176
180
|
DELETING: "DELETING",
|
|
181
|
+
SUSPENDED: "SUSPENDED",
|
|
182
|
+
SUSPENDING: "SUSPENDING",
|
|
177
183
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
178
184
|
UPDATING: "UPDATING",
|
|
179
185
|
};
|
|
@@ -48,6 +48,8 @@ export const ComputeNodeGroupStatus = {
|
|
|
48
48
|
DELETED: "DELETED",
|
|
49
49
|
DELETE_FAILED: "DELETE_FAILED",
|
|
50
50
|
DELETING: "DELETING",
|
|
51
|
+
SUSPENDED: "SUSPENDED",
|
|
52
|
+
SUSPENDING: "SUSPENDING",
|
|
51
53
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
52
54
|
UPDATING: "UPDATING",
|
|
53
55
|
};
|
|
@@ -155,6 +157,8 @@ export const ClusterStatus = {
|
|
|
155
157
|
CREATING: "CREATING",
|
|
156
158
|
DELETE_FAILED: "DELETE_FAILED",
|
|
157
159
|
DELETING: "DELETING",
|
|
160
|
+
SUSPENDED: "SUSPENDED",
|
|
161
|
+
SUSPENDING: "SUSPENDING",
|
|
158
162
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
159
163
|
UPDATING: "UPDATING",
|
|
160
164
|
};
|
|
@@ -164,6 +168,8 @@ export const QueueStatus = {
|
|
|
164
168
|
CREATING: "CREATING",
|
|
165
169
|
DELETE_FAILED: "DELETE_FAILED",
|
|
166
170
|
DELETING: "DELETING",
|
|
171
|
+
SUSPENDED: "SUSPENDED",
|
|
172
|
+
SUSPENDING: "SUSPENDING",
|
|
167
173
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
168
174
|
UPDATING: "UPDATING",
|
|
169
175
|
};
|
|
@@ -74,7 +74,7 @@ declare const CreateClusterCommand_base: {
|
|
|
74
74
|
* // name: "STRING_VALUE", // required
|
|
75
75
|
* // id: "STRING_VALUE", // required
|
|
76
76
|
* // arn: "STRING_VALUE", // required
|
|
77
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
77
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
78
78
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
79
79
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
80
80
|
* // scheduler: { // Scheduler
|
|
@@ -82,7 +82,7 @@ declare const CreateComputeNodeGroupCommand_base: {
|
|
|
82
82
|
* // clusterId: "STRING_VALUE", // required
|
|
83
83
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
84
84
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
85
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED", // required
|
|
85
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
|
|
86
86
|
* // amiId: "STRING_VALUE",
|
|
87
87
|
* // subnetIds: [ // SubnetIdList // required
|
|
88
88
|
* // "STRING_VALUE",
|
|
@@ -57,7 +57,7 @@ declare const CreateQueueCommand_base: {
|
|
|
57
57
|
* // clusterId: "STRING_VALUE", // required
|
|
58
58
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
59
59
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
60
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
60
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
61
61
|
* // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
|
|
62
62
|
* // { // ComputeNodeGroupConfiguration
|
|
63
63
|
* // computeNodeGroupId: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ declare const GetClusterCommand_base: {
|
|
|
44
44
|
* // name: "STRING_VALUE", // required
|
|
45
45
|
* // id: "STRING_VALUE", // required
|
|
46
46
|
* // arn: "STRING_VALUE", // required
|
|
47
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
47
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
48
48
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
49
49
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // scheduler: { // Scheduler
|
|
@@ -48,7 +48,7 @@ declare const GetComputeNodeGroupCommand_base: {
|
|
|
48
48
|
* // clusterId: "STRING_VALUE", // required
|
|
49
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
51
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED", // required
|
|
51
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
|
|
52
52
|
* // amiId: "STRING_VALUE",
|
|
53
53
|
* // subnetIds: [ // SubnetIdList // required
|
|
54
54
|
* // "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ declare const GetQueueCommand_base: {
|
|
|
48
48
|
* // clusterId: "STRING_VALUE", // required
|
|
49
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
51
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
51
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
52
52
|
* // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
|
|
53
53
|
* // { // ComputeNodeGroupConfiguration
|
|
54
54
|
* // computeNodeGroupId: "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ declare const ListClustersCommand_base: {
|
|
|
48
48
|
* // arn: "STRING_VALUE", // required
|
|
49
49
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
50
50
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
51
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
51
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
52
52
|
* // },
|
|
53
53
|
* // ],
|
|
54
54
|
* // nextToken: "STRING_VALUE",
|
|
@@ -50,7 +50,7 @@ declare const ListComputeNodeGroupsCommand_base: {
|
|
|
50
50
|
* // clusterId: "STRING_VALUE", // required
|
|
51
51
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
52
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
53
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED", // required
|
|
53
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
|
|
54
54
|
* // },
|
|
55
55
|
* // ],
|
|
56
56
|
* // nextToken: "STRING_VALUE",
|
|
@@ -50,7 +50,7 @@ declare const ListQueuesCommand_base: {
|
|
|
50
50
|
* // clusterId: "STRING_VALUE", // required
|
|
51
51
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
52
52
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
53
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
53
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
54
54
|
* // },
|
|
55
55
|
* // ],
|
|
56
56
|
* // nextToken: "STRING_VALUE",
|
|
@@ -74,7 +74,7 @@ declare const UpdateComputeNodeGroupCommand_base: {
|
|
|
74
74
|
* // clusterId: "STRING_VALUE", // required
|
|
75
75
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
76
76
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
77
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED", // required
|
|
77
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "DELETED" || "SUSPENDING" || "SUSPENDED", // required
|
|
78
78
|
* // amiId: "STRING_VALUE",
|
|
79
79
|
* // subnetIds: [ // SubnetIdList // required
|
|
80
80
|
* // "STRING_VALUE",
|
|
@@ -54,7 +54,7 @@ declare const UpdateQueueCommand_base: {
|
|
|
54
54
|
* // clusterId: "STRING_VALUE", // required
|
|
55
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
56
|
* // modifiedAt: new Date("TIMESTAMP"), // required
|
|
57
|
-
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED", // required
|
|
57
|
+
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED" || "UPDATE_FAILED" || "SUSPENDING" || "SUSPENDED", // required
|
|
58
58
|
* // computeNodeGroupConfigurations: [ // ComputeNodeGroupConfigurationList // required
|
|
59
59
|
* // { // ComputeNodeGroupConfiguration
|
|
60
60
|
* // computeNodeGroupId: "STRING_VALUE",
|
|
@@ -308,6 +308,8 @@ export declare const ComputeNodeGroupStatus: {
|
|
|
308
308
|
readonly DELETED: "DELETED";
|
|
309
309
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
310
310
|
readonly DELETING: "DELETING";
|
|
311
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
312
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
311
313
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
312
314
|
readonly UPDATING: "UPDATING";
|
|
313
315
|
};
|
|
@@ -351,7 +353,7 @@ export interface ComputeNodeGroup {
|
|
|
351
353
|
*/
|
|
352
354
|
modifiedAt: Date | undefined;
|
|
353
355
|
/**
|
|
354
|
-
* <p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note>
|
|
356
|
+
* <p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
355
357
|
* @public
|
|
356
358
|
*/
|
|
357
359
|
status: ComputeNodeGroupStatus | undefined;
|
|
@@ -659,7 +661,7 @@ export interface ComputeNodeGroupSummary {
|
|
|
659
661
|
*/
|
|
660
662
|
modifiedAt: Date | undefined;
|
|
661
663
|
/**
|
|
662
|
-
* <p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note>
|
|
664
|
+
* <p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
663
665
|
* @public
|
|
664
666
|
*/
|
|
665
667
|
status: ComputeNodeGroupStatus | undefined;
|
|
@@ -999,6 +1001,8 @@ export declare const ClusterStatus: {
|
|
|
999
1001
|
readonly CREATING: "CREATING";
|
|
1000
1002
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1001
1003
|
readonly DELETING: "DELETING";
|
|
1004
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
1005
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
1002
1006
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1003
1007
|
readonly UPDATING: "UPDATING";
|
|
1004
1008
|
};
|
|
@@ -1027,7 +1031,7 @@ export interface Cluster {
|
|
|
1027
1031
|
*/
|
|
1028
1032
|
arn: string | undefined;
|
|
1029
1033
|
/**
|
|
1030
|
-
* <p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note>
|
|
1034
|
+
* <p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
1031
1035
|
* @public
|
|
1032
1036
|
*/
|
|
1033
1037
|
status: ClusterStatus | undefined;
|
|
@@ -1168,7 +1172,7 @@ export interface ClusterSummary {
|
|
|
1168
1172
|
*/
|
|
1169
1173
|
modifiedAt: Date | undefined;
|
|
1170
1174
|
/**
|
|
1171
|
-
* <p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note>
|
|
1175
|
+
* <p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
1172
1176
|
* @public
|
|
1173
1177
|
*/
|
|
1174
1178
|
status: ClusterStatus | undefined;
|
|
@@ -1239,6 +1243,8 @@ export declare const QueueStatus: {
|
|
|
1239
1243
|
readonly CREATING: "CREATING";
|
|
1240
1244
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
1241
1245
|
readonly DELETING: "DELETING";
|
|
1246
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
1247
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
1242
1248
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
1243
1249
|
readonly UPDATING: "UPDATING";
|
|
1244
1250
|
};
|
|
@@ -1282,7 +1288,7 @@ export interface Queue {
|
|
|
1282
1288
|
*/
|
|
1283
1289
|
modifiedAt: Date | undefined;
|
|
1284
1290
|
/**
|
|
1285
|
-
* <p>The provisioning status of the queue.</p> <note> <p>The provisioning status doesn't indicate the overall health of the queue.</p> </note>
|
|
1291
|
+
* <p>The provisioning status of the queue.</p> <note> <p>The provisioning status doesn't indicate the overall health of the queue.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
1286
1292
|
* @public
|
|
1287
1293
|
*/
|
|
1288
1294
|
status: QueueStatus | undefined;
|
|
@@ -1413,7 +1419,7 @@ export interface QueueSummary {
|
|
|
1413
1419
|
*/
|
|
1414
1420
|
modifiedAt: Date | undefined;
|
|
1415
1421
|
/**
|
|
1416
|
-
* <p>The provisioning status of the queue.</p> <note> <p> The provisioning status doesn't indicate the overall health of the queue.</p> </note>
|
|
1422
|
+
* <p>The provisioning status of the queue.</p> <note> <p> The provisioning status doesn't indicate the overall health of the queue.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>
|
|
1417
1423
|
* @public
|
|
1418
1424
|
*/
|
|
1419
1425
|
status: QueueStatus | undefined;
|
|
@@ -95,6 +95,8 @@ export declare const ComputeNodeGroupStatus: {
|
|
|
95
95
|
readonly DELETED: "DELETED";
|
|
96
96
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
97
97
|
readonly DELETING: "DELETING";
|
|
98
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
99
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
98
100
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
99
101
|
readonly UPDATING: "UPDATING";
|
|
100
102
|
};
|
|
@@ -299,6 +301,8 @@ export declare const ClusterStatus: {
|
|
|
299
301
|
readonly CREATING: "CREATING";
|
|
300
302
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
301
303
|
readonly DELETING: "DELETING";
|
|
304
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
305
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
302
306
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
303
307
|
readonly UPDATING: "UPDATING";
|
|
304
308
|
};
|
|
@@ -363,6 +367,8 @@ export declare const QueueStatus: {
|
|
|
363
367
|
readonly CREATING: "CREATING";
|
|
364
368
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
365
369
|
readonly DELETING: "DELETING";
|
|
370
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
371
|
+
readonly SUSPENDING: "SUSPENDING";
|
|
366
372
|
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
367
373
|
readonly UPDATING: "UPDATING";
|
|
368
374
|
};
|
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.823.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.823.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.823.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.823.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.821.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.823.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.5.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|