File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 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>
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
3131using your favorite package manager:
3232
3333- ` 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];
12401240 */
12411241export 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 */
14851487export 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 ;
Original file line number Diff line number Diff line change 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 }
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 }
You can’t perform that action at this time.
0 commit comments