@@ -16,29 +16,27 @@ namespace Aws
16
16
namespace PCS
17
17
{
18
18
/* *
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
34
33
* 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>
42
40
*/
43
41
class AWS_PCS_API PCSClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<PCSClient>
44
42
{
@@ -99,16 +97,16 @@ namespace PCS
99
97
virtual ~PCSClient ();
100
98
101
99
/* *
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
112
110
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/CreateCluster">AWS
113
111
* API Reference</a></p>
114
112
*/
@@ -134,14 +132,13 @@ namespace PCS
134
132
135
133
/* *
136
134
* <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
145
142
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
146
143
* an instance from a launch template</a> in the <i>Amazon Elastic Compute Cloud
147
144
* User Guide for Linux Instances</i>.</p><p><h3>See Also:</h3> <a
@@ -250,8 +247,8 @@ namespace PCS
250
247
251
248
/* *
252
249
* <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
255
252
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/DeleteQueue">AWS API
256
253
* Reference</a></p>
257
254
*/
@@ -435,8 +432,7 @@ namespace PCS
435
432
}
436
433
437
434
/* *
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
440
436
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListTagsForResource">AWS
441
437
* API Reference</a></p>
442
438
*/
@@ -462,8 +458,8 @@ namespace PCS
462
458
463
459
/* *
464
460
* <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
467
463
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/RegisterComputeNodeGroupInstance">AWS
468
464
* API Reference</a></p>
469
465
*/
@@ -488,11 +484,11 @@ namespace PCS
488
484
}
489
485
490
486
/* *
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
496
492
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/TagResource">AWS API
497
493
* Reference</a></p>
498
494
*/
@@ -517,9 +513,9 @@ namespace PCS
517
513
}
518
514
519
515
/* *
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
523
519
* href="http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/UntagResource">AWS
524
520
* API Reference</a></p>
525
521
*/
0 commit comments