|
15 | 15 | "ListComputeNodeGroups": "<p>Returns a list of all compute node groups associated with a cluster.</p>",
|
16 | 16 | "ListQueues": "<p>Returns a list of all queues associated with a cluster.</p>",
|
17 | 17 | "ListTagsForResource": "<p>Returns a list of all tags on an Amazon Web Services PCS resource.</p>",
|
18 |
| - "RegisterComputeNodeGroupInstance": "<important> <p>This API action isn't intended for you to use.</p> </important> <p>Amazon Web Services PCS uses this API action to register the compute nodes it launches in your account.</p>", |
| 18 | + "RegisterComputeNodeGroupInstance": "<p><important> <p>This API action isn't intended for you to use.</p> </important> <p>Amazon Web Services PCS uses this API action to register the compute nodes it launches in your account.</p></p>", |
19 | 19 | "TagResource": "<p>Adds or edits tags on an Amazon Web Services PCS resource. Each tag consists of a tag key and a tag value. The tag key and tag value are case-sensitive strings. The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag key and a new tag value.</p>",
|
20 | 20 | "UntagResource": "<p>Deletes tags from an Amazon Web Services PCS resource. To delete a tag, specify the tag key and the Amazon Resource Name (ARN) of the Amazon Web Services PCS resource.</p>",
|
21 | 21 | "UpdateComputeNodeGroup": "<p>Updates a compute node group. You can update many of the fields related to your compute node group including the configurations for networking, compute nodes, and settings specific to your scheduler (such as Slurm).</p>",
|
|
27 | 27 | "refs": {
|
28 | 28 | }
|
29 | 29 | },
|
| 30 | + "Accounting": { |
| 31 | + "base": "<p>The accounting configuration includes configurable settings for Slurm accounting. It's a property of the <b>ClusterSlurmConfiguration</b> object.</p>", |
| 32 | + "refs": { |
| 33 | + "ClusterSlurmConfiguration$accounting": "<p>The accounting configuration includes configurable settings for Slurm accounting.</p>" |
| 34 | + } |
| 35 | + }, |
| 36 | + "AccountingDefaultPurgeTimeInDaysInteger": { |
| 37 | + "base": null, |
| 38 | + "refs": { |
| 39 | + "Accounting$defaultPurgeTimeInDays": "<p>The default value for all purge settings for <code>slurmdbd.conf</code>. For more information, see the <a href=\"https://slurm.schedmd.com/slurmdbd.conf.html\">slurmdbd.conf documentation at SchedMD</a>.</p> <p>The default value for <code>defaultPurgeTimeInDays</code> is <code>-1</code>.</p> <p>A value of <code>-1</code> means there is no purge time and records persist as long as the cluster exists.</p> <important> <p> <code>0</code> isn't a valid value.</p> </important>" |
| 40 | + } |
| 41 | + }, |
| 42 | + "AccountingMode": { |
| 43 | + "base": null, |
| 44 | + "refs": { |
| 45 | + "Accounting$mode": "<p>The default value for <code>mode</code> is <code>STANDARD</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>", |
| 46 | + "AccountingRequest$mode": "<p>The default value for <code>mode</code> is <code>STANDARD</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>" |
| 47 | + } |
| 48 | + }, |
| 49 | + "AccountingRequest": { |
| 50 | + "base": "<p>The accounting configuration includes configurable settings for Slurm accounting. It's a property of the <b>ClusterSlurmConfiguration</b> object.</p>", |
| 51 | + "refs": { |
| 52 | + "ClusterSlurmConfigurationRequest$accounting": "<p>The accounting configuration includes configurable settings for Slurm accounting.</p>" |
| 53 | + } |
| 54 | + }, |
| 55 | + "AccountingRequestDefaultPurgeTimeInDaysInteger": { |
| 56 | + "base": null, |
| 57 | + "refs": { |
| 58 | + "AccountingRequest$defaultPurgeTimeInDays": "<p>The default value for all purge settings for <code>slurmdbd.conf</code>. For more information, see the <a href=\"https://slurm.schedmd.com/slurmdbd.conf.html\">slurmdbd.conf documentation at SchedMD</a>.</p> <p>The default value for <code>defaultPurgeTimeInDays</code> is <code>-1</code>.</p> <p>A value of <code>-1</code> means there is no purge time and records persist as long as the cluster exists.</p> <important> <p> <code>0</code> isn't a valid value.</p> </important>" |
| 59 | + } |
| 60 | + }, |
30 | 61 | "AmiId": {
|
31 | 62 | "base": null,
|
32 | 63 | "refs": {
|
|
682 | 713 | "ResourceNotFoundException$message": null,
|
683 | 714 | "ResourceNotFoundException$resourceId": "<p> The unique identifier of the resource that was not found. </p>",
|
684 | 715 | "ResourceNotFoundException$resourceType": "<p> The type or category of the resource that was not found. </p>",
|
685 |
| - "Scheduler$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>", |
686 |
| - "SchedulerRequest$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05</code> </p>", |
| 716 | + "Scheduler$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05 | 24.11</code> </p>", |
| 717 | + "SchedulerRequest$version": "<p>The version of the specified scheduling software that Amazon Web Services PCS uses to manage cluster scaling and job scheduling. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html\">Slurm versions in Amazon Web Services PCS</a> in the <i>Amazon Web Services PCS User Guide</i>.</p> <p>Valid Values: <code>23.11 | 24.05 | 24.11</code> </p>", |
687 | 718 | "ServiceQuotaExceededException$message": null,
|
688 | 719 | "ServiceQuotaExceededException$serviceCode": "<p> The service code associated with the quota that was exceeded. </p>",
|
689 | 720 | "ServiceQuotaExceededException$resourceId": "<p> The unique identifier of the resource that caused the quota to be exceeded. </p>",
|
|
0 commit comments