Skip to content

Commit 8f51899

Browse files
author
awstools
committed
feat(client-pcs): This release adds support for Slurm accounting. For more information, see the Slurm accounting topic in the AWS PCS User Guide. Slurm accounting is supported for Slurm 24.11 and later. This release also adds 24.11 as a valid value for the version parameter of the Scheduler data type.
1 parent 1aeeeda commit 8f51899

25 files changed

+419
-1807
lines changed

clients/client-pcs/README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,7 @@
66

77
AWS SDK for JavaScript PCS Client for Node.js, Browser and React Native.
88

9-
<p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for
10-
you to run and scale your high performance computing (HPC) workloads,
11-
and build scientific and engineering models on Amazon Web Services using Slurm.
12-
For more information, see
13-
the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service
14-
User Guide</a>.</p>
15-
<p>This reference describes the actions and data types of the service management API. You can use the
16-
Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API
17-
actions manually. These API actions manage the service through an Amazon Web Services account.</p>
18-
<p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is
19-
an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use
20-
the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute
21-
node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p>
22-
<p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch
23-
compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch
24-
compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes.
25-
Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources
26-
related to those compute nodes.</p>
9+
<p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. For more information, see the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service User Guide</a>.</p> <p>This reference describes the actions and data types of the service management API. You can use the Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API actions manually. These API actions manage the service through an Amazon Web Services account.</p> <p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p> <p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes. Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources related to those compute nodes.</p>
2710

2811
## Installing
2912

clients/client-pcs/src/PCS.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -331,24 +331,7 @@ export interface PCS {
331331
}
332332

333333
/**
334-
* <p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for
335-
* you to run and scale your high performance computing (HPC) workloads,
336-
* and build scientific and engineering models on Amazon Web Services using Slurm.
337-
* For more information, see
338-
* the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service
339-
* User Guide</a>.</p>
340-
* <p>This reference describes the actions and data types of the service management API. You can use the
341-
* Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API
342-
* actions manually. These API actions manage the service through an Amazon Web Services account.</p>
343-
* <p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is
344-
* an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use
345-
* the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute
346-
* node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p>
347-
* <p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch
348-
* compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch
349-
* compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes.
350-
* Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources
351-
* related to those compute nodes.</p>
334+
* <p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. For more information, see the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service User Guide</a>.</p> <p>This reference describes the actions and data types of the service management API. You can use the Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API actions manually. These API actions manage the service through an Amazon Web Services account.</p> <p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p> <p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes. Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources related to those compute nodes.</p>
352335
* @public
353336
*/
354337
export class PCS extends PCSClient implements PCS {}

clients/client-pcs/src/PCSClient.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -340,24 +340,7 @@ export type PCSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
340340
export interface PCSClientResolvedConfig extends PCSClientResolvedConfigType {}
341341

342342
/**
343-
* <p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for
344-
* you to run and scale your high performance computing (HPC) workloads,
345-
* and build scientific and engineering models on Amazon Web Services using Slurm.
346-
* For more information, see
347-
* the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service
348-
* User Guide</a>.</p>
349-
* <p>This reference describes the actions and data types of the service management API. You can use the
350-
* Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API
351-
* actions manually. These API actions manage the service through an Amazon Web Services account.</p>
352-
* <p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is
353-
* an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use
354-
* the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute
355-
* node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p>
356-
* <p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch
357-
* compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch
358-
* compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes.
359-
* Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources
360-
* related to those compute nodes.</p>
343+
* <p>Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. For more information, see the <a href="https://docs.aws.amazon.com/pcs/latest/userguide">Amazon Web Services Parallel Computing Service User Guide</a>.</p> <p>This reference describes the actions and data types of the service management API. You can use the Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API actions manually. These API actions manage the service through an Amazon Web Services account.</p> <p>The API actions operate on Amazon Web Services PCS resources. A <i>resource</i> is an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use the features of the service. Examples of Amazon Web Services PCS resources include clusters, compute node groups, and queues. For more information about resources in Amazon Web Services, see <a href="https://docs.aws.amazon.com/resource-explorer/latest/userguide/getting-started-terms-and-concepts.html#term-resource">Resource</a> in the <i>Resource Explorer User Guide</i>. </p> <p>An Amazon Web Services PCS <i>compute node</i> is an Amazon EC2 instance. You don't launch compute nodes directly. Amazon Web Services PCS uses configuration information that you provide to launch compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes. Amazon Web Services PCS automatically terminates your compute nodes when you delete the Amazon Web Services PCS resources related to those compute nodes.</p>
361344
* @public
362345
*/
363346
export class PCSClient extends __Client<

0 commit comments

Comments
 (0)