|
264 | 264 | {"shape":"InternalServerException"},
|
265 | 265 | {"shape":"AccessDeniedException"}
|
266 | 266 | ],
|
267 |
| - "documentation":"<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>" |
| 267 | + "documentation":"<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>" |
268 | 268 | },
|
269 | 269 | "TagResource":{
|
270 | 270 | "name":"TagResource",
|
|
344 | 344 | "documentation":"<p>You don't have permission to perform the action.</p> <p> <u>Examples</u> </p> <ul> <li> <p>The launch template instance profile doesn't pass <code>iam:PassRole</code> verification.</p> </li> <li> <p>There is a mismatch between the account ID and cluster ID.</p> </li> <li> <p>The cluster ID doesn't exist.</p> </li> <li> <p>The EC2 instance isn't present.</p> </li> </ul>",
|
345 | 345 | "exception":true
|
346 | 346 | },
|
| 347 | + "Accounting":{ |
| 348 | + "type":"structure", |
| 349 | + "required":["mode"], |
| 350 | + "members":{ |
| 351 | + "mode":{ |
| 352 | + "shape":"AccountingMode", |
| 353 | + "documentation":"<p>The default value for <code>mode</code> is <code>STANDARD</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>" |
| 354 | + }, |
| 355 | + "defaultPurgeTimeInDays":{ |
| 356 | + "shape":"AccountingDefaultPurgeTimeInDaysInteger", |
| 357 | + "documentation":"<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>" |
| 358 | + } |
| 359 | + }, |
| 360 | + "documentation":"<p>The accounting configuration includes configurable settings for Slurm accounting. It's a property of the <b>ClusterSlurmConfiguration</b> object.</p>" |
| 361 | + }, |
| 362 | + "AccountingDefaultPurgeTimeInDaysInteger":{ |
| 363 | + "type":"integer", |
| 364 | + "box":true, |
| 365 | + "max":10000, |
| 366 | + "min":-1 |
| 367 | + }, |
| 368 | + "AccountingMode":{ |
| 369 | + "type":"string", |
| 370 | + "enum":[ |
| 371 | + "STANDARD", |
| 372 | + "NONE" |
| 373 | + ] |
| 374 | + }, |
| 375 | + "AccountingRequest":{ |
| 376 | + "type":"structure", |
| 377 | + "required":["mode"], |
| 378 | + "members":{ |
| 379 | + "mode":{ |
| 380 | + "shape":"AccountingMode", |
| 381 | + "documentation":"<p>The default value for <code>mode</code> is <code>STANDARD</code>. A value of <code>STANDARD</code> means Slurm accounting is enabled.</p>" |
| 382 | + }, |
| 383 | + "defaultPurgeTimeInDays":{ |
| 384 | + "shape":"AccountingRequestDefaultPurgeTimeInDaysInteger", |
| 385 | + "documentation":"<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>" |
| 386 | + } |
| 387 | + }, |
| 388 | + "documentation":"<p>The accounting configuration includes configurable settings for Slurm accounting. It's a property of the <b>ClusterSlurmConfiguration</b> object.</p>" |
| 389 | + }, |
| 390 | + "AccountingRequestDefaultPurgeTimeInDaysInteger":{ |
| 391 | + "type":"integer", |
| 392 | + "box":true, |
| 393 | + "max":10000, |
| 394 | + "min":-1 |
| 395 | + }, |
347 | 396 | "AmiId":{
|
348 | 397 | "type":"string",
|
349 | 398 | "pattern":"ami-[a-z0-9]+"
|
|
447 | 496 | "authKey":{
|
448 | 497 | "shape":"SlurmAuthKey",
|
449 | 498 | "documentation":"<p>The shared Slurm key for authentication, also known as the <b>cluster secret</b>.</p>"
|
| 499 | + }, |
| 500 | + "accounting":{ |
| 501 | + "shape":"Accounting", |
| 502 | + "documentation":"<p>The accounting configuration includes configurable settings for Slurm accounting.</p>" |
450 | 503 | }
|
451 | 504 | },
|
452 | 505 | "documentation":"<p>Additional options related to the Slurm scheduler.</p>"
|
|
461 | 514 | "slurmCustomSettings":{
|
462 | 515 | "shape":"SlurmCustomSettings",
|
463 | 516 | "documentation":"<p>Additional Slurm-specific configuration that directly maps to Slurm settings.</p>"
|
| 517 | + }, |
| 518 | + "accounting":{ |
| 519 | + "shape":"AccountingRequest", |
| 520 | + "documentation":"<p>The accounting configuration includes configurable settings for Slurm accounting.</p>" |
464 | 521 | }
|
465 | 522 | },
|
466 | 523 | "documentation":"<p>Additional options related to the Slurm scheduler.</p>"
|
|
1542 | 1599 | },
|
1543 | 1600 | "version":{
|
1544 | 1601 | "shape":"String",
|
1545 |
| - "documentation":"<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>" |
| 1602 | + "documentation":"<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>" |
1546 | 1603 | }
|
1547 | 1604 | },
|
1548 | 1605 | "documentation":"<p>The cluster management and job scheduling software associated with the cluster.</p>"
|
|
1560 | 1617 | },
|
1561 | 1618 | "version":{
|
1562 | 1619 | "shape":"String",
|
1563 |
| - "documentation":"<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>" |
| 1620 | + "documentation":"<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>" |
1564 | 1621 | }
|
1565 | 1622 | },
|
1566 | 1623 | "documentation":"<p>The cluster management and job scheduling software associated with the cluster.</p>"
|
|
0 commit comments