Skip to content

Commit 269611a

Browse files
author
AWS
committed
AWS Parallel Computing Service Update: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.
1 parent 49268f7 commit 269611a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Parallel Computing Service",
4+
"contributor": "",
5+
"description": "Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description."
6+
}

services/pcs/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"members":{
438438
"scaleDownIdleTimeInSeconds":{
439439
"shape":"ClusterSlurmConfigurationScaleDownIdleTimeInSecondsInteger",
440-
"documentation":"<p>The time before an idle node is scaled down.</p>"
440+
"documentation":"<p>The time (in seconds) before an idle node is scaled down.</p> <p>Default: <code>600</code> </p>"
441441
},
442442
"slurmCustomSettings":{
443443
"shape":"SlurmCustomSettings",
@@ -455,7 +455,7 @@
455455
"members":{
456456
"scaleDownIdleTimeInSeconds":{
457457
"shape":"ClusterSlurmConfigurationRequestScaleDownIdleTimeInSecondsInteger",
458-
"documentation":"<p>The time before an idle node is scaled down.</p>"
458+
"documentation":"<p>The time (in seconds) before an idle node is scaled down.</p> <p>Default: <code>600</code> </p>"
459459
},
460460
"slurmCustomSettings":{
461461
"shape":"SlurmCustomSettings",

0 commit comments

Comments
 (0)