You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: clients/client-pcs/README.md
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,7 @@
6
6
7
7
AWS SDK for JavaScript PCS Client for Node.js, Browser and React Native.
8
8
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 <ahref="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 <ahref="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>
Copy file name to clipboardExpand all lines: clients/client-pcs/src/PCS.ts
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -331,24 +331,7 @@ export interface PCS {
331
331
}
332
332
333
333
/**
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>
* <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>
0 commit comments