aws-sdk-pcs 1.15.0 → 1.17.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/client_api.rb +8 -8
- data/lib/aws-sdk-pcs/types.rb +18 -2
- data/lib/aws-sdk-pcs.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dd2f148e8054c40323d83b94f9553ed2d716d6728dc68ff9ba061f91c523ac5
|
4
|
+
data.tar.gz: 691b68893545986f44e2e536e12fbd9098bcdadcf85c51c27d36187794723b62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95a1fdbb978560b81ed0d813c285472bbb440fb80ab87e836e5a5228ceb69786ca58850e8f214c393856cbadd6307cd3a840ce29a29418d0ea88d772544814f7
|
7
|
+
data.tar.gz: d5c03a6394655671bdcc01c122e4c4556e9d6e41f4164d4d0976717975ed72fcdc3aa0a3ec505a7cdf0efefc7727b36ad978ed1fa8358517e0566020933b31e7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.16.0 (2025-04-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types.
|
13
|
+
|
4
14
|
1.15.0 (2025-04-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
@@ -219,7 +219,7 @@ module Aws::PCS
|
|
219
219
|
CreateClusterRequest.add_member(:size, Shapes::ShapeRef.new(shape: Size, required: true, location_name: "size"))
|
220
220
|
CreateClusterRequest.add_member(:networking, Shapes::ShapeRef.new(shape: NetworkingRequest, required: true, location_name: "networking"))
|
221
221
|
CreateClusterRequest.add_member(:slurm_configuration, Shapes::ShapeRef.new(shape: ClusterSlurmConfigurationRequest, location_name: "slurmConfiguration"))
|
222
|
-
CreateClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
222
|
+
CreateClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
223
223
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
224
224
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
225
225
|
|
@@ -237,7 +237,7 @@ module Aws::PCS
|
|
237
237
|
CreateComputeNodeGroupRequest.add_member(:instance_configs, Shapes::ShapeRef.new(shape: InstanceList, required: true, location_name: "instanceConfigs"))
|
238
238
|
CreateComputeNodeGroupRequest.add_member(:spot_options, Shapes::ShapeRef.new(shape: SpotOptions, location_name: "spotOptions"))
|
239
239
|
CreateComputeNodeGroupRequest.add_member(:slurm_configuration, Shapes::ShapeRef.new(shape: ComputeNodeGroupSlurmConfigurationRequest, location_name: "slurmConfiguration"))
|
240
|
-
CreateComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
240
|
+
CreateComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
241
241
|
CreateComputeNodeGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
242
242
|
CreateComputeNodeGroupRequest.struct_class = Types::CreateComputeNodeGroupRequest
|
243
243
|
|
@@ -247,7 +247,7 @@ module Aws::PCS
|
|
247
247
|
CreateQueueRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
248
248
|
CreateQueueRequest.add_member(:queue_name, Shapes::ShapeRef.new(shape: QueueName, required: true, location_name: "queueName"))
|
249
249
|
CreateQueueRequest.add_member(:compute_node_group_configurations, Shapes::ShapeRef.new(shape: ComputeNodeGroupConfigurationList, location_name: "computeNodeGroupConfigurations"))
|
250
|
-
CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
250
|
+
CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
251
251
|
CreateQueueRequest.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
252
252
|
CreateQueueRequest.struct_class = Types::CreateQueueRequest
|
253
253
|
|
@@ -259,21 +259,21 @@ module Aws::PCS
|
|
259
259
|
CustomLaunchTemplate.struct_class = Types::CustomLaunchTemplate
|
260
260
|
|
261
261
|
DeleteClusterRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
262
|
-
DeleteClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
262
|
+
DeleteClusterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
263
263
|
DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
|
264
264
|
|
265
265
|
DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
|
266
266
|
|
267
267
|
DeleteComputeNodeGroupRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
268
268
|
DeleteComputeNodeGroupRequest.add_member(:compute_node_group_identifier, Shapes::ShapeRef.new(shape: ComputeNodeGroupIdentifier, required: true, location_name: "computeNodeGroupIdentifier"))
|
269
|
-
DeleteComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
269
|
+
DeleteComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
270
270
|
DeleteComputeNodeGroupRequest.struct_class = Types::DeleteComputeNodeGroupRequest
|
271
271
|
|
272
272
|
DeleteComputeNodeGroupResponse.struct_class = Types::DeleteComputeNodeGroupResponse
|
273
273
|
|
274
274
|
DeleteQueueRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
275
275
|
DeleteQueueRequest.add_member(:queue_identifier, Shapes::ShapeRef.new(shape: QueueIdentifier, required: true, location_name: "queueIdentifier"))
|
276
|
-
DeleteQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
276
|
+
DeleteQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
277
277
|
DeleteQueueRequest.struct_class = Types::DeleteQueueRequest
|
278
278
|
|
279
279
|
DeleteQueueResponse.struct_class = Types::DeleteQueueResponse
|
@@ -468,7 +468,7 @@ module Aws::PCS
|
|
468
468
|
UpdateComputeNodeGroupRequest.add_member(:scaling_configuration, Shapes::ShapeRef.new(shape: ScalingConfigurationRequest, location_name: "scalingConfiguration"))
|
469
469
|
UpdateComputeNodeGroupRequest.add_member(:iam_instance_profile_arn, Shapes::ShapeRef.new(shape: InstanceProfileArn, location_name: "iamInstanceProfileArn"))
|
470
470
|
UpdateComputeNodeGroupRequest.add_member(:slurm_configuration, Shapes::ShapeRef.new(shape: UpdateComputeNodeGroupSlurmConfigurationRequest, location_name: "slurmConfiguration"))
|
471
|
-
UpdateComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
471
|
+
UpdateComputeNodeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
472
472
|
UpdateComputeNodeGroupRequest.struct_class = Types::UpdateComputeNodeGroupRequest
|
473
473
|
|
474
474
|
UpdateComputeNodeGroupResponse.add_member(:compute_node_group, Shapes::ShapeRef.new(shape: ComputeNodeGroup, location_name: "computeNodeGroup"))
|
@@ -480,7 +480,7 @@ module Aws::PCS
|
|
480
480
|
UpdateQueueRequest.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifier, required: true, location_name: "clusterIdentifier"))
|
481
481
|
UpdateQueueRequest.add_member(:queue_identifier, Shapes::ShapeRef.new(shape: QueueIdentifier, required: true, location_name: "queueIdentifier"))
|
482
482
|
UpdateQueueRequest.add_member(:compute_node_group_configurations, Shapes::ShapeRef.new(shape: ComputeNodeGroupConfigurationList, location_name: "computeNodeGroupConfigurations"))
|
483
|
-
UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
483
|
+
UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: SBClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
484
484
|
UpdateQueueRequest.struct_class = Types::UpdateQueueRequest
|
485
485
|
|
486
486
|
UpdateQueueResponse.add_member(:queue, Shapes::ShapeRef.new(shape: Queue, location_name: "queue"))
|
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,13 @@
|
|
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.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pcs
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-pcs/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - AWS Parallel Computing Service
|
100
97
|
test_files: []
|