From 568714e5e2cf60d3b2cbaf254305570792d9929c Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 24 Oct 2024 19:12:09 +0000 Subject: [PATCH] docs(client-pcs): Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. --- clients/client-pcs/README.md | 2 +- clients/client-pcs/src/models/models_0.ts | 8 ++++++-- codegen/sdk-codegen/aws-models/pcs.json | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/clients/client-pcs/README.md b/clients/client-pcs/README.md index 10065c5caeb1..9b0201768b10 100644 --- a/clients/client-pcs/README.md +++ b/clients/client-pcs/README.md @@ -27,7 +27,7 @@ related to those compute nodes.

## Installing -To install the this package, simply type add or install @aws-sdk/client-pcs +To install this package, simply type add or install @aws-sdk/client-pcs using your favorite package manager: - `npm install @aws-sdk/client-pcs` diff --git a/clients/client-pcs/src/models/models_0.ts b/clients/client-pcs/src/models/models_0.ts index cfb5a3e9fcd1..b9b189beeb73 100644 --- a/clients/client-pcs/src/models/models_0.ts +++ b/clients/client-pcs/src/models/models_0.ts @@ -1240,7 +1240,9 @@ export type Size = (typeof Size)[keyof typeof Size]; */ export interface ClusterSlurmConfigurationRequest { /** - *

The time before an idle node is scaled down.

+ *

The time (in seconds) before an idle node is scaled down.

+ *

Default: 600 + *

* @public */ scaleDownIdleTimeInSeconds?: number; @@ -1484,7 +1486,9 @@ export interface SlurmAuthKey { */ export interface ClusterSlurmConfiguration { /** - *

The time before an idle node is scaled down.

+ *

The time (in seconds) before an idle node is scaled down.

+ *

Default: 600 + *

* @public */ scaleDownIdleTimeInSeconds?: number; diff --git a/codegen/sdk-codegen/aws-models/pcs.json b/codegen/sdk-codegen/aws-models/pcs.json index 77958f3c8bc5..b8344bf46c72 100644 --- a/codegen/sdk-codegen/aws-models/pcs.json +++ b/codegen/sdk-codegen/aws-models/pcs.json @@ -927,7 +927,7 @@ "scaleDownIdleTimeInSeconds": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

The time before an idle node is scaled down.

", + "smithy.api#documentation": "

The time (in seconds) before an idle node is scaled down.

\n

Default: 600\n

", "smithy.api#range": { "min": 1 } @@ -956,7 +956,7 @@ "scaleDownIdleTimeInSeconds": { "target": "smithy.api#Integer", "traits": { - "smithy.api#documentation": "

The time before an idle node is scaled down.

", + "smithy.api#documentation": "

The time (in seconds) before an idle node is scaled down.

\n

Default: 600\n

", "smithy.api#range": { "min": 1 }