Skip to content

Commit 38c46e8

Browse files
author
awstools
committed
docs(client-pcs): Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
1 parent 62af85a commit 38c46e8

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,11 @@ export interface SchedulerRequest {
12131213
type: SchedulerType | undefined;
12141214

12151215
/**
1216-
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>
1216+
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
1217+
* For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in
1218+
* Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>
1219+
* <p>Valid Values: <code>23.11 | 24.05</code>
1220+
* </p>
12171221
* @public
12181222
*/
12191223
version: string | undefined;
@@ -1456,7 +1460,11 @@ export interface Scheduler {
14561460
type: SchedulerType | undefined;
14571461

14581462
/**
1459-
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>
1463+
* <p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.
1464+
* For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm versions in
1465+
* Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>
1466+
* <p>Valid Values: <code>23.11 | 24.05</code>
1467+
* </p>
14601468
* @public
14611469
*/
14621470
version: string | undefined;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,7 +3269,7 @@
32693269
"version": {
32703270
"target": "smithy.api#String",
32713271
"traits": {
3272-
"smithy.api#documentation": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>",
3272+
"smithy.api#documentation": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.\n For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in\n Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>\n <p>Valid Values: <code>23.11 | 24.05</code>\n </p>",
32733273
"smithy.api#required": {}
32743274
}
32753275
}
@@ -3291,7 +3291,7 @@
32913291
"version": {
32923292
"target": "smithy.api#String",
32933293
"traits": {
3294-
"smithy.api#documentation": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>",
3294+
"smithy.api#documentation": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.\n For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in\n Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p>\n <p>Valid Values: <code>23.11 | 24.05</code>\n </p>",
32953295
"smithy.api#required": {}
32963296
}
32973297
}

0 commit comments

Comments
 (0)