Skip to content

Commit 3064103

Browse files
Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
1 parent 2bb5b07 commit 3064103

File tree

5 files changed

+36
-26
lines changed

5 files changed

+36
-26
lines changed

generator/ServiceModels/pcs/pcs-2023-02-10.docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,8 @@
682682
"ResourceNotFoundException$message": null,
683683
"ResourceNotFoundException$resourceId": "<p> The unique identifier of the resource that was not found. </p>",
684684
"ResourceNotFoundException$resourceType": "<p> The type or category of the resource that was not found. </p>",
685-
"Scheduler$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>",
686-
"SchedulerRequest$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>",
685+
"Scheduler$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>",
686+
"SchedulerRequest$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>",
687687
"ServiceQuotaExceededException$message": null,
688688
"ServiceQuotaExceededException$serviceCode": "<p> The service code associated with the quota that was exceeded. </p>",
689689
"ServiceQuotaExceededException$resourceId": "<p> The unique identifier of the resource that caused the quota to be exceeded. </p>",

generator/ServiceModels/pcs/pcs-2023-02-10.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@
15421542
},
15431543
"version":{
15441544
"shape":"String",
1545-
"documentation":"<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>"
1545+
"documentation":"<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>"
15461546
}
15471547
},
15481548
"documentation":"<p>The cluster management and job scheduling software associated with the cluster.</p>"
@@ -1560,7 +1560,7 @@
15601560
},
15611561
"version":{
15621562
"shape":"String",
1563-
"documentation":"<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling.</p>"
1563+
"documentation":"<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>"
15641564
}
15651565
},
15661566
"documentation":"<p>The cluster management and job scheduling software associated with the cluster.</p>"

generator/ServiceModels/pcs/pcs-2023-02-10.smoke2.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"version" : 2,
33
"testCases" : [ {
4-
"id" : "GetCluster_AccessDeniedException",
5-
"operationName" : "GetCluster",
4+
"id" : "GetComputeNodeGroup_AccessDeniedException",
5+
"operationName" : "GetComputeNodeGroup",
66
"input" : {
7-
"clusterIdentifier" : "pcs_donotexist"
7+
"clusterIdentifier" : "pcs_donotexist",
8+
"computeNodeGroupIdentifier" : "pcs_donotexist"
89
},
910
"expectation" : {
1011
"failure" : {
@@ -36,16 +37,11 @@
3637
"useAccountIdRouting" : true
3738
}
3839
}, {
39-
"id" : "GetComputeNodeGroup_AccessDeniedException",
40-
"operationName" : "GetComputeNodeGroup",
41-
"input" : {
42-
"clusterIdentifier" : "pcs_donotexist",
43-
"computeNodeGroupIdentifier" : "pcs_donotexist"
44-
},
40+
"id" : "ListClustersSuccess",
41+
"operationName" : "ListClusters",
42+
"input" : { },
4543
"expectation" : {
46-
"failure" : {
47-
"errorId" : "AccessDeniedException"
48-
}
44+
"success" : { }
4945
},
5046
"config" : {
5147
"region" : "us-west-2",
@@ -54,8 +50,8 @@
5450
"useAccountIdRouting" : true
5551
}
5652
}, {
57-
"id" : "ListQueueFailure_AccessDeniedException",
58-
"operationName" : "ListQueues",
53+
"id" : "ListComputeNodeGroups_AccessDeniedException",
54+
"operationName" : "ListComputeNodeGroups",
5955
"input" : {
6056
"clusterIdentifier" : "pcs_donotexist"
6157
},
@@ -71,11 +67,15 @@
7167
"useAccountIdRouting" : true
7268
}
7369
}, {
74-
"id" : "ListClustersSuccess",
75-
"operationName" : "ListClusters",
76-
"input" : { },
70+
"id" : "GetCluster_AccessDeniedException",
71+
"operationName" : "GetCluster",
72+
"input" : {
73+
"clusterIdentifier" : "pcs_donotexist"
74+
},
7775
"expectation" : {
78-
"success" : { }
76+
"failure" : {
77+
"errorId" : "AccessDeniedException"
78+
}
7979
},
8080
"config" : {
8181
"region" : "us-west-2",
@@ -84,8 +84,8 @@
8484
"useAccountIdRouting" : true
8585
}
8686
}, {
87-
"id" : "ListComputeNodeGroups_AccessDeniedException",
88-
"operationName" : "ListComputeNodeGroups",
87+
"id" : "ListQueueFailure_AccessDeniedException",
88+
"operationName" : "ListQueues",
8989
"input" : {
9090
"clusterIdentifier" : "pcs_donotexist"
9191
},

sdk/src/Services/PCS/Generated/Model/Scheduler.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ internal bool IsSetType()
6060
/// Gets and sets the property Version.
6161
/// <para>
6262
/// The version of the specified scheduling software that Amazon Web Services PCS uses
63-
/// to manage cluster scaling and job scheduling.
63+
/// to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm
64+
/// versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.
65+
/// </para>
66+
///
67+
/// <para>
68+
/// Valid Values: <c>23.11 | 24.05</c>
6469
/// </para>
6570
/// </summary>
6671
[AWSProperty(Required=true)]

sdk/src/Services/PCS/Generated/Model/SchedulerRequest.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ internal bool IsSetType()
6060
/// Gets and sets the property Version.
6161
/// <para>
6262
/// The version of the specified scheduling software that Amazon Web Services PCS uses
63-
/// to manage cluster scaling and job scheduling.
63+
/// to manage cluster scaling and job scheduling. For more information, see <a href="https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html">Slurm
64+
/// versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.
65+
/// </para>
66+
///
67+
/// <para>
68+
/// Valid Values: <c>23.11 | 24.05</c>
6469
/// </para>
6570
/// </summary>
6671
[AWSProperty(Required=true)]

0 commit comments

Comments
 (0)