Skip to content

Commit 3488859

Browse files
Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting.
1 parent cea1ccf commit 3488859

25 files changed

+536
-552
lines changed

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

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"useAccountIdRouting" : true
1919
}
2020
}, {
21-
"id" : "GetQueueFailure_AccessDeniedException",
22-
"operationName" : "GetQueue",
21+
"id" : "ListComputeNodeGroups_AccessDeniedException",
22+
"operationName" : "ListComputeNodeGroups",
2323
"input" : {
24-
"clusterIdentifier" : "pcs_donotexist",
25-
"queueIdentifier" : "pcs_donotexist"
24+
"clusterIdentifier" : "pcs_donotexist"
2625
},
2726
"expectation" : {
2827
"failure" : {
@@ -67,11 +66,10 @@
6766
"useAccountIdRouting" : true
6867
}
6968
}, {
70-
"id" : "GetComputeNodeGroup_AccessDeniedException",
71-
"operationName" : "GetComputeNodeGroup",
69+
"id" : "ListQueueFailure_AccessDeniedException",
70+
"operationName" : "ListQueues",
7271
"input" : {
73-
"clusterIdentifier" : "pcs_donotexist",
74-
"computeNodeGroupIdentifier" : "pcs_donotexist"
72+
"clusterIdentifier" : "pcs_donotexist"
7573
},
7674
"expectation" : {
7775
"failure" : {
@@ -85,11 +83,16 @@
8583
"useAccountIdRouting" : true
8684
}
8785
}, {
88-
"id" : "ListClustersSuccess",
89-
"operationName" : "ListClusters",
90-
"input" : { },
86+
"id" : "GetComputeNodeGroup_AccessDeniedException",
87+
"operationName" : "GetComputeNodeGroup",
88+
"input" : {
89+
"clusterIdentifier" : "pcs_donotexist",
90+
"computeNodeGroupIdentifier" : "pcs_donotexist"
91+
},
9192
"expectation" : {
92-
"success" : { }
93+
"failure" : {
94+
"errorId" : "AccessDeniedException"
95+
}
9396
},
9497
"config" : {
9598
"region" : "us-west-2",
@@ -98,15 +101,11 @@
98101
"useAccountIdRouting" : true
99102
}
100103
}, {
101-
"id" : "ListQueueFailure_AccessDeniedException",
102-
"operationName" : "ListQueues",
103-
"input" : {
104-
"clusterIdentifier" : "pcs_donotexist"
105-
},
104+
"id" : "ListClustersSuccess",
105+
"operationName" : "ListClusters",
106+
"input" : { },
106107
"expectation" : {
107-
"failure" : {
108-
"errorId" : "AccessDeniedException"
109-
}
108+
"success" : { }
110109
},
111110
"config" : {
112111
"region" : "us-west-2",
@@ -115,10 +114,11 @@
115114
"useAccountIdRouting" : true
116115
}
117116
}, {
118-
"id" : "ListComputeNodeGroups_AccessDeniedException",
119-
"operationName" : "ListComputeNodeGroups",
117+
"id" : "GetQueueFailure_AccessDeniedException",
118+
"operationName" : "GetQueue",
120119
"input" : {
121-
"clusterIdentifier" : "pcs_donotexist"
120+
"clusterIdentifier" : "pcs_donotexist",
121+
"queueIdentifier" : "pcs_donotexist"
122122
},
123123
"expectation" : {
124124
"failure" : {

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ public partial class ComputeNodeGroup
5555
/// <summary>
5656
/// Gets and sets the property AmiId.
5757
/// <para>
58-
/// The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch
59-
/// instances. If not provided, Amazon Web Services PCS uses the AMI ID specified in the
60-
/// custom launch template.
58+
/// The ID of the Amazon Machine Image (AMI) that PCS uses to launch instances. If not
59+
/// provided, PCS uses the AMI ID specified in the custom launch template.
6160
/// </para>
6261
/// </summary>
6362
public string AmiId

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ namespace Amazon.PCS.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the CreateCluster operation.
34-
/// Creates a cluster in your account. Amazon Web Services PCS creates the cluster controller
35-
/// in a service-owned account. The cluster controller communicates with the cluster resources
36-
/// in your account. The subnets and security groups for the cluster must already exist
37-
/// before you use this API action.
34+
/// Creates a cluster in your account. PCS creates the cluster controller in a service-owned
35+
/// account. The cluster controller communicates with the cluster resources in your account.
36+
/// The subnets and security groups for the cluster must already exist before you use
37+
/// this API action.
3838
///
3939
/// <note>
4040
/// <para>
41-
/// It takes time for Amazon Web Services PCS to create the cluster. The cluster is in
42-
/// a <c>Creating</c> state until it is ready to use. There can only be 1 cluster in a
43-
/// <c>Creating</c> state per Amazon Web Services Region per Amazon Web Services account.
44-
/// <c>CreateCluster</c> fails with a <c>ServiceQuotaExceededException</c> if there is
45-
/// already a cluster in a <c>Creating</c> state.
41+
/// It takes time for PCS to create the cluster. The cluster is in a <c>Creating</c> state
42+
/// until it is ready to use. There can only be 1 cluster in a <c>Creating</c> state per
43+
/// Amazon Web Services Region per Amazon Web Services account. <c>CreateCluster</c> fails
44+
/// with a <c>ServiceQuotaExceededException</c> if there is already a cluster in a <c>Creating</c>
45+
/// state.
4646
/// </para>
4747
/// </note>
4848
/// </summary>

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ namespace Amazon.PCS.Model
3232
/// <summary>
3333
/// Container for the parameters to the CreateComputeNodeGroup operation.
3434
/// Creates a managed set of compute nodes. You associate a compute node group with a
35-
/// cluster through 1 or more Amazon Web Services PCS queues or as part of the login fleet.
36-
/// A compute node group includes the definition of the compute properties and lifecycle
37-
/// management. Amazon Web Services PCS uses the information you provide to this API action
38-
/// to launch compute nodes in your account. You can only specify subnets in the same
39-
/// Amazon VPC as your cluster. You receive billing charges for the compute nodes that
40-
/// Amazon Web Services PCS launches in your account. You must already have a launch template
41-
/// before you call this API. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
35+
/// cluster through 1 or more PCS queues or as part of the login fleet. A compute node
36+
/// group includes the definition of the compute properties and lifecycle management.
37+
/// PCS uses the information you provide to this API action to launch compute nodes in
38+
/// your account. You can only specify subnets in the same Amazon VPC as your cluster.
39+
/// You receive billing charges for the compute nodes that PCS launches in your account.
40+
/// You must already have a launch template before you call this API. For more information,
41+
/// see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
4242
/// an instance from a launch template</a> in the <i>Amazon Elastic Compute Cloud User
4343
/// Guide for Linux Instances</i>.
4444
/// </summary>
@@ -61,9 +61,9 @@ public partial class CreateComputeNodeGroupRequest : AmazonPCSRequest
6161
/// <summary>
6262
/// Gets and sets the property AmiId.
6363
/// <para>
64-
/// The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch
65-
/// compute nodes (Amazon EC2 instances). If you don't provide this value, Amazon Web
66-
/// Services PCS uses the AMI ID specified in the custom launch template.
64+
/// The ID of the Amazon Machine Image (AMI) that PCS uses to launch compute nodes (Amazon
65+
/// EC2 instances). If you don't provide this value, PCS uses the AMI ID specified in
66+
/// the custom launch template.
6767
/// </para>
6868
/// </summary>
6969
public string AmiId

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.PCS.Model
3131
{
3232
/// <summary>
33-
/// An Amazon EC2 launch template Amazon Web Services PCS uses to launch compute nodes.
33+
/// An Amazon EC2 launch template PCS uses to launch compute nodes.
3434
/// </summary>
3535
public partial class CustomLaunchTemplate
3636
{

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ namespace Amazon.PCS.Model
3232
/// <summary>
3333
/// Container for the parameters to the DeleteQueue operation.
3434
/// Deletes a job queue. If the compute node group associated with this queue isn't associated
35-
/// with any other queues, Amazon Web Services PCS terminates all the compute nodes for
36-
/// this queue.
35+
/// with any other queues, PCS terminates all the compute nodes for this queue.
3736
/// </summary>
3837
public partial class DeleteQueueRequest : AmazonPCSRequest
3938
{

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.PCS.Model
3131
{
3232
/// <summary>
33-
/// An EC2 instance configuration Amazon Web Services PCS uses to launch compute nodes.
33+
/// An EC2 instance configuration PCS uses to launch compute nodes.
3434
/// </summary>
3535
public partial class InstanceConfig
3636
{
@@ -39,8 +39,7 @@ public partial class InstanceConfig
3939
/// <summary>
4040
/// Gets and sets the property InstanceType.
4141
/// <para>
42-
/// The EC2 instance type that Amazon Web Services PCS can provision in the compute node
43-
/// group.
42+
/// The EC2 instance type that PCS can provision in the compute node group.
4443
/// </para>
4544
///
4645
/// <para>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.PCS.Model
3131
{
3232
/// <summary>
33-
/// Amazon Web Services PCS can't process your request right now. Try again later.
33+
/// PCS can't process your request right now. Try again later.
3434
/// </summary>
3535
#if !NETSTANDARD
3636
[Serializable]

0 commit comments

Comments
 (0)