@@ -16,29 +16,27 @@ namespace Aws
1616namespace PCS
1717{
1818 /* *
19- * <p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a
20- * managed service that makes it easier for you to run and scale your high
21- * performance computing (HPC) workloads, and build scientific and engineering
22- * models on Amazon Web Services using Slurm. For more information, see the <a
23- * href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services
24- * Parallel Computing Service User Guide</a>.</p> <p>This reference describes the
25- * actions and data types of the service management API. You can use the Amazon Web
26- * Services SDKs to call the API actions in software, or use the Command Line
27- * Interface (CLI) to call the API actions manually. These API actions manage the
28- * service through an Amazon Web Services account.</p> <p>The API actions operate
29- * on Amazon Web Services PCS resources. A <i>resource</i> is an entity in Amazon
30- * Web Services that you can work with. Amazon Web Services services create
31- * resources when you use the features of the service. Examples of Amazon Web
32- * Services PCS resources include clusters, compute node groups, and queues. For
33- * more information about resources in Amazon Web Services, see <a
19+ * <p>Parallel Computing Service (PCS) is a managed service that makes it easier
20+ * for you to run and scale your high performance computing (HPC) workloads, and
21+ * build scientific and engineering models on Amazon Web Services using Slurm. For
22+ * more information, see the <a
23+ * href="https://docs.aws.amazon.com/pcs/latest/userguide">Parallel Computing
24+ * Service User Guide</a>.</p> <p>This reference describes the actions and data
25+ * types of the service management API. You can use the Amazon Web Services SDKs to
26+ * call the API actions in software, or use the Command Line Interface (CLI) to
27+ * call the API actions manually. These API actions manage the service through an
28+ * Amazon Web Services account.</p> <p>The API actions operate on PCS resources. A
29+ * <i>resource</i> is an entity in Amazon Web Services that you can work with.
30+ * Amazon Web Services services create resources when you use the features of the
31+ * service. Examples of PCS resources include clusters, compute node groups, and
32+ * queues. For more information about resources in Amazon Web Services, see <a
3433 * href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a>
35- * in the <i>Resource Explorer User Guide</i>. </p> <p>An Amazon Web Services PCS
36- * <i>compute node</i> is an Amazon EC2 instance. You don't launch compute nodes
37- * directly. Amazon Web Services PCS uses configuration information that you
38- * provide to launch compute nodes in your Amazon Web Services account. You receive
39- * billing charges for your running compute nodes. Amazon Web Services PCS
40- * automatically terminates your compute nodes when you delete the Amazon Web
41- * Services PCS resources related to those compute nodes.</p>
34+ * in the <i>Resource Explorer User Guide</i>. </p> <p>An PCS <i>compute node</i>
35+ * is an Amazon EC2 instance. You don't launch compute nodes directly. PCS uses
36+ * configuration information that you provide to launch compute nodes in your
37+ * Amazon Web Services account. You receive billing charges for your running
38+ * compute nodes. PCS automatically terminates your compute nodes when you delete
39+ * the PCS resources related to those compute nodes.</p>
4240 */
4341 class AWS_PCS_API PCSClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<PCSClient>
4442 {
@@ -99,16 +97,16 @@ namespace PCS
9997 virtual ~PCSClient ();
10098
10199 /* *
102- * <p>Creates a cluster in your account. Amazon Web Services PCS creates the
103- * cluster controller in a service-owned account. The cluster controller
104- * communicates with the cluster resources in your account. The subnets and
105- * security groups for the cluster must already exist before you use this API
106- * action.</p> <p>It takes time for Amazon Web Services PCS to create the
107- * cluster. The cluster is in a <code>Creating</code> state until it is ready to
108- * use. There can only be 1 cluster in a <code>Creating</code> state per Amazon Web
109- * Services Region per Amazon Web Services account. <code>CreateCluster</code>
110- * fails with a <code>ServiceQuotaExceededException</code> if there is already a
111- * cluster in a <code>Creating</code> state.</p> <p><h3>See Also:</h3> <a
100+ * <p>Creates a cluster in your account. PCS creates the cluster controller in a
101+ * service-owned account. The cluster controller communicates with the cluster
102+ * resources in your account. The subnets and security groups for the cluster must
103+ * already exist before you use this API action.</p> <p>It takes time for
104+ * PCS to create the cluster. The cluster is in a <code>Creating</code> state until
105+ * it is ready to use. There can only be 1 cluster in a <code>Creating</code> state
106+ * per Amazon Web Services Region per Amazon Web Services account.
107+ * <code>CreateCluster</code> fails with a
108+ * <code>ServiceQuotaExceededException</code> if there is already a cluster in a
109+ * <code>Creating</code> state.</p> <p><h3>See Also:</h3> <a
112110 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/CreateCluster">AWS
113111 * API Reference</a></p>
114112 */
@@ -134,14 +132,13 @@ namespace PCS
134132
135133 /* *
136134 * <p>Creates a managed set of compute nodes. You associate a compute node group
137- * with a cluster through 1 or more Amazon Web Services PCS queues or as part of
138- * the login fleet. A compute node group includes the definition of the compute
139- * properties and lifecycle management. Amazon Web Services PCS uses the
140- * information you provide to this API action to launch compute nodes in your
141- * account. You can only specify subnets in the same Amazon VPC as your cluster.
142- * You receive billing charges for the compute nodes that Amazon Web Services PCS
143- * launches in your account. You must already have a launch template before you
144- * call this API. For more information, see <a
135+ * with a cluster through 1 or more PCS queues or as part of the login fleet. A
136+ * compute node group includes the definition of the compute properties and
137+ * lifecycle management. PCS uses the information you provide to this API action to
138+ * launch compute nodes in your account. You can only specify subnets in the same
139+ * Amazon VPC as your cluster. You receive billing charges for the compute nodes
140+ * that PCS launches in your account. You must already have a launch template
141+ * before you call this API. For more information, see <a
145142 * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
146143 * an instance from a launch template</a> in the <i>Amazon Elastic Compute Cloud
147144 * User Guide for Linux Instances</i>.</p><p><h3>See Also:</h3> <a
@@ -250,8 +247,8 @@ namespace PCS
250247
251248 /* *
252249 * <p>Deletes a job queue. If the compute node group associated with this queue
253- * isn't associated with any other queues, Amazon Web Services PCS terminates all
254- * the compute nodes for this queue.</p><p><h3>See Also:</h3> <a
250+ * isn't associated with any other queues, PCS terminates all the compute nodes for
251+ * this queue.</p><p><h3>See Also:</h3> <a
255252 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/DeleteQueue">AWS API
256253 * Reference</a></p>
257254 */
@@ -435,8 +432,7 @@ namespace PCS
435432 }
436433
437434 /* *
438- * <p>Returns a list of all tags on an Amazon Web Services PCS
439- * resource.</p><p><h3>See Also:</h3> <a
435+ * <p>Returns a list of all tags on an PCS resource.</p><p><h3>See Also:</h3> <a
440436 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListTagsForResource">AWS
441437 * API Reference</a></p>
442438 */
@@ -462,8 +458,8 @@ namespace PCS
462458
463459 /* *
464460 * <p> <p>This API action isn't intended for you to use.</p>
465- * <p>Amazon Web Services PCS uses this API action to register the
466- * compute nodes it launches in your account.</p></p><p><h3>See Also:</h3> <a
461+ * <p>PCS uses this API action to register the compute nodes it
462+ * launches in your account.</p></p><p><h3>See Also:</h3> <a
467463 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/RegisterComputeNodeGroupInstance">AWS
468464 * API Reference</a></p>
469465 */
@@ -488,11 +484,11 @@ namespace PCS
488484 }
489485
490486 /* *
491- * <p>Adds or edits tags on an Amazon Web Services PCS resource. Each tag consists
492- * of a tag key and a tag value. The tag key and tag value are case-sensitive
493- * strings. The tag value can be an empty (null) string. To add a tag, specify a
494- * new tag key and a tag value. To edit a tag, specify an existing tag key and a
495- * new tag value.</p><p><h3>See Also:</h3> <a
487+ * <p>Adds or edits tags on an PCS resource. Each tag consists of a tag key and a
488+ * tag value. The tag key and tag value are case-sensitive strings. The tag value
489+ * can be an empty (null) string. To add a tag, specify a new tag key and a tag
490+ * value. To edit a tag, specify an existing tag key and a new tag
491+ * value.</p><p><h3>See Also:</h3> <a
496492 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/TagResource">AWS API
497493 * Reference</a></p>
498494 */
@@ -517,9 +513,9 @@ namespace PCS
517513 }
518514
519515 /* *
520- * <p>Deletes tags from an Amazon Web Services PCS resource. To delete a tag,
521- * specify the tag key and the Amazon Resource Name (ARN) of the Amazon Web
522- * Services PCS resource.</p><p><h3>See Also:</h3> <a
516+ * <p>Deletes tags from an PCS resource. To delete a tag, specify the tag key and
517+ * the Amazon Resource Name (ARN) of the PCS resource.</p><p><h3>See Also:</h3>
518+ * <a
523519 * href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/UntagResource">AWS
524520 * API Reference</a></p>
525521 */
0 commit comments