Skip to content

Commit 568714e

Browse files
author
awstools
committed
docs(client-pcs): Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.
1 parent f624638 commit 568714e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

clients/client-pcs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ related to those compute nodes.</p>
2727

2828
## Installing
2929

30-
To install the this package, simply type add or install @aws-sdk/client-pcs
30+
To install this package, simply type add or install @aws-sdk/client-pcs
3131
using your favorite package manager:
3232

3333
- `npm install @aws-sdk/client-pcs`

clients/client-pcs/src/models/models_0.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,9 @@ export type Size = (typeof Size)[keyof typeof Size];
12401240
*/
12411241
export interface ClusterSlurmConfigurationRequest {
12421242
/**
1243-
* <p>The time before an idle node is scaled down.</p>
1243+
* <p>The time (in seconds) before an idle node is scaled down.</p>
1244+
* <p>Default: <code>600</code>
1245+
* </p>
12441246
* @public
12451247
*/
12461248
scaleDownIdleTimeInSeconds?: number;
@@ -1484,7 +1486,9 @@ export interface SlurmAuthKey {
14841486
*/
14851487
export interface ClusterSlurmConfiguration {
14861488
/**
1487-
* <p>The time before an idle node is scaled down.</p>
1489+
* <p>The time (in seconds) before an idle node is scaled down.</p>
1490+
* <p>Default: <code>600</code>
1491+
* </p>
14881492
* @public
14891493
*/
14901494
scaleDownIdleTimeInSeconds?: number;

codegen/sdk-codegen/aws-models/pcs.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
"scaleDownIdleTimeInSeconds": {
928928
"target": "smithy.api#Integer",
929929
"traits": {
930-
"smithy.api#documentation": "<p>The time before an idle node is scaled down.</p>",
930+
"smithy.api#documentation": "<p>The time (in seconds) before an idle node is scaled down.</p>\n <p>Default: <code>600</code>\n </p>",
931931
"smithy.api#range": {
932932
"min": 1
933933
}
@@ -956,7 +956,7 @@
956956
"scaleDownIdleTimeInSeconds": {
957957
"target": "smithy.api#Integer",
958958
"traits": {
959-
"smithy.api#documentation": "<p>The time before an idle node is scaled down.</p>",
959+
"smithy.api#documentation": "<p>The time (in seconds) before an idle node is scaled down.</p>\n <p>Default: <code>600</code>\n </p>",
960960
"smithy.api#range": {
961961
"min": 1
962962
}

0 commit comments

Comments
 (0)