aws-sdk-pcs 1.15.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 348abd9b135b35a29cd512fbf381b58661135a5712657f669ae403260bf05c83
4
- data.tar.gz: 8e17d50aabb4d89ddf3633fea7f015a2647a8a2109001c57ed6053ac80811dbc
3
+ metadata.gz: e358e007f5de9530d37421d0edc789aff4a9b0c85f5325599af722552d662d8e
4
+ data.tar.gz: 38105c0cedc8972163a821b32bb20959a4565b6e5ddf0de3f28f2e2129b2015e
5
5
  SHA512:
6
- metadata.gz: 9cdec4b592aceb7f4e504dfe4c8607825b0aa52fa66fdde419ce0288990b46cdfdd1aa3df5c900e6d33f87e9dbd59e2f5235edadd07a275f0e035ab33934b393
7
- data.tar.gz: fb80e9d00014b6e71ead4e2a7ed8ad0506f99b4c1b22fbcc2e56e02f62e6aa1f44c12652b3d11ba0dc4775395dc171a504b0a5b1ac3d1c0d7461d3bc46ec30a9
6
+ metadata.gz: 18be46ce6a5dc715738dfe263bc45b0c5ae3c8aacf7f6c1fda638d8ab2f6313df8c70110d985401490b9d16cfa422684c83c080ef6005b1bce8acc41d9226f42
7
+ data.tar.gz: 34df2513bc23899b7d4ea75c1e7be5a0c982e5462c17a8a1879082a3b753a61f05524a2e6381bde9f268b846071a9f56ea84bb21fc6b706e4a29363e130db09f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.15.0 (2025-04-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -1647,7 +1647,7 @@ module Aws::PCS
1647
1647
  tracer: tracer
1648
1648
  )
1649
1649
  context[:gem_name] = 'aws-sdk-pcs'
1650
- context[:gem_version] = '1.15.0'
1650
+ context[:gem_version] = '1.16.0'
1651
1651
  Seahorse::Client::Request.new(handlers, context)
1652
1652
  end
1653
1653
 
@@ -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
@@ -55,7 +55,7 @@ module Aws::PCS
55
55
  autoload :EndpointProvider, 'aws-sdk-pcs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pcs/endpoints'
57
57
 
58
- GEM_VERSION = '1.15.0'
58
+ GEM_VERSION = '1.16.0'
59
59
 
60
60
  end
61
61
 
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.15.0
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-04-11 00:00:00.000000000 Z
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