aws-sdk-pcs 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pcs/client.rb +1 -1
- data/lib/aws-sdk-pcs/types.rb +18 -2
- data/lib/aws-sdk-pcs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e358e007f5de9530d37421d0edc789aff4a9b0c85f5325599af722552d662d8e
|
4
|
+
data.tar.gz: 38105c0cedc8972163a821b32bb20959a4565b6e5ddf0de3f28f2e2129b2015e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18be46ce6a5dc715738dfe263bc45b0c5ae3c8aacf7f6c1fda638d8ab2f6313df8c70110d985401490b9d16cfa422684c83c080ef6005b1bce8acc41d9226f42
|
7
|
+
data.tar.gz: 34df2513bc23899b7d4ea75c1e7be5a0c982e5462c17a8a1879082a3b753a61f05524a2e6381bde9f268b846071a9f56ea84bb21fc6b706e4a29363e130db09f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.16.0 (2025-04-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
|
8
|
+
|
9
|
+
1.15.0 (2025-04-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
|
13
|
+
|
4
14
|
1.14.0 (2025-03-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
data/lib/aws-sdk-pcs/types.rb
CHANGED
@@ -1492,7 +1492,15 @@ module Aws::PCS
|
|
1492
1492
|
#
|
1493
1493
|
# @!attribute [rw] version
|
1494
1494
|
# The version of the specified scheduling software that Amazon Web
|
1495
|
-
# Services PCS uses to manage cluster scaling and job scheduling.
|
1495
|
+
# Services PCS uses to manage cluster scaling and job scheduling. For
|
1496
|
+
# more information, see [Slurm versions in Amazon Web Services PCS][1]
|
1497
|
+
# in the *Amazon Web Services PCS User Guide*.
|
1498
|
+
#
|
1499
|
+
# Valid Values: `23.11 | 24.05`
|
1500
|
+
#
|
1501
|
+
#
|
1502
|
+
#
|
1503
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html
|
1496
1504
|
# @return [String]
|
1497
1505
|
#
|
1498
1506
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/Scheduler AWS API Documentation
|
@@ -1514,7 +1522,15 @@ module Aws::PCS
|
|
1514
1522
|
#
|
1515
1523
|
# @!attribute [rw] version
|
1516
1524
|
# The version of the specified scheduling software that Amazon Web
|
1517
|
-
# Services PCS uses to manage cluster scaling and job scheduling.
|
1525
|
+
# Services PCS uses to manage cluster scaling and job scheduling. For
|
1526
|
+
# more information, see [Slurm versions in Amazon Web Services PCS][1]
|
1527
|
+
# in the *Amazon Web Services PCS User Guide*.
|
1528
|
+
#
|
1529
|
+
# Valid Values: `23.11 | 24.05`
|
1530
|
+
#
|
1531
|
+
#
|
1532
|
+
#
|
1533
|
+
# [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions.html
|
1518
1534
|
# @return [String]
|
1519
1535
|
#
|
1520
1536
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/SchedulerRequest AWS API Documentation
|
data/lib/aws-sdk-pcs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pcs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|