File tree 3 files changed +9
-5
lines changed
codegen/sdk-codegen/aws-models
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ related to those compute nodes.</p>
27
27
28
28
## Installing
29
29
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
31
31
using your favorite package manager:
32
32
33
33
- ` npm install @aws-sdk/client-pcs `
Original file line number Diff line number Diff line change @@ -1240,7 +1240,9 @@ export type Size = (typeof Size)[keyof typeof Size];
1240
1240
*/
1241
1241
export interface ClusterSlurmConfigurationRequest {
1242
1242
/**
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>
1244
1246
* @public
1245
1247
*/
1246
1248
scaleDownIdleTimeInSeconds ?: number ;
@@ -1484,7 +1486,9 @@ export interface SlurmAuthKey {
1484
1486
*/
1485
1487
export interface ClusterSlurmConfiguration {
1486
1488
/**
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>
1488
1492
* @public
1489
1493
*/
1490
1494
scaleDownIdleTimeInSeconds ?: number ;
Original file line number Diff line number Diff line change 927
927
"scaleDownIdleTimeInSeconds" : {
928
928
"target" : " smithy.api#Integer" ,
929
929
"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>" ,
931
931
"smithy.api#range" : {
932
932
"min" : 1
933
933
}
956
956
"scaleDownIdleTimeInSeconds" : {
957
957
"target" : " smithy.api#Integer" ,
958
958
"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>" ,
960
960
"smithy.api#range" : {
961
961
"min" : 1
962
962
}
You can’t perform that action at this time.
0 commit comments