aws-sdk-pcs 1.40.0 → 1.41.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: 5fbc9bf865fafcf229b9ac1d8139f9b3bd6f15697939507523153e087b0e31df
4
- data.tar.gz: 65c31155f1563dd289395913cb63aca5059cf3242fa0ae66a34b9d3e5745a8b1
3
+ metadata.gz: e88743b61d3f6a3f9171bd25c43383e40d5f6762f29293851adde8bd50c1df1f
4
+ data.tar.gz: eac498e37d8fa3ae9365ec57eee41faae9103c663666a1f1efc46f31fc1480d7
5
5
  SHA512:
6
- metadata.gz: c5476880f58a0a97fe78e101b417cb7c86fdad33e96954827e11bddb8004fefd5b7d147f1d863b868d0176eb4af911d070c4617d738f6e7e73939d2f059f91f3
7
- data.tar.gz: 8a04c60adc165784faf31b6ea0bd822652efdcf729dc1e4f33f61fd023f77c2a7e5db2ff12ae772ab96982d124ddf05b71f5d24b7332addbcc1e7228a9cbb70c
6
+ metadata.gz: a7ea8594a6d193e6f3eac22e8539d41b5cca4e266cb46c3bb99b2e3f96b0ca6dacc88e3d0b86a873d09aa99f1e6540da047cdc71040f9ae55c96789d51b759ea
7
+ data.tar.gz: ead8ed1c9db5a72e743ec829a0d5a614ea3f5d483c91a64178857b7b7c165936aa20843f6f77e16f4a5f2dc526367699b5b38084b595ee861174abc945164500
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2026-02-09)
5
+ ------------------
6
+
7
+ * Feature - Introduces RESUMING state for clusters, compute node groups, and queues.
8
+
4
9
  1.40.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -582,7 +582,7 @@ module Aws::PCS
582
582
  # resp.cluster.name #=> String
583
583
  # resp.cluster.id #=> String
584
584
  # resp.cluster.arn #=> String
585
- # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
585
+ # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
586
586
  # resp.cluster.created_at #=> Time
587
587
  # resp.cluster.modified_at #=> Time
588
588
  # resp.cluster.scheduler.type #=> String, one of "SLURM"
@@ -765,7 +765,7 @@ module Aws::PCS
765
765
  # resp.compute_node_group.cluster_id #=> String
766
766
  # resp.compute_node_group.created_at #=> Time
767
767
  # resp.compute_node_group.modified_at #=> Time
768
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
768
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED", "RESUMING"
769
769
  # resp.compute_node_group.ami_id #=> String
770
770
  # resp.compute_node_group.subnet_ids #=> Array
771
771
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -863,7 +863,7 @@ module Aws::PCS
863
863
  # resp.queue.cluster_id #=> String
864
864
  # resp.queue.created_at #=> Time
865
865
  # resp.queue.modified_at #=> Time
866
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
866
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
867
867
  # resp.queue.compute_node_group_configurations #=> Array
868
868
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
869
869
  # resp.queue.slurm_configuration.slurm_custom_settings #=> Array
@@ -1022,7 +1022,7 @@ module Aws::PCS
1022
1022
  # resp.cluster.name #=> String
1023
1023
  # resp.cluster.id #=> String
1024
1024
  # resp.cluster.arn #=> String
1025
- # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1025
+ # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1026
1026
  # resp.cluster.created_at #=> Time
1027
1027
  # resp.cluster.modified_at #=> Time
1028
1028
  # resp.cluster.scheduler.type #=> String, one of "SLURM"
@@ -1092,7 +1092,7 @@ module Aws::PCS
1092
1092
  # resp.compute_node_group.cluster_id #=> String
1093
1093
  # resp.compute_node_group.created_at #=> Time
1094
1094
  # resp.compute_node_group.modified_at #=> Time
1095
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1095
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED", "RESUMING"
1096
1096
  # resp.compute_node_group.ami_id #=> String
1097
1097
  # resp.compute_node_group.subnet_ids #=> Array
1098
1098
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -1149,7 +1149,7 @@ module Aws::PCS
1149
1149
  # resp.queue.cluster_id #=> String
1150
1150
  # resp.queue.created_at #=> Time
1151
1151
  # resp.queue.modified_at #=> Time
1152
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1152
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1153
1153
  # resp.queue.compute_node_group_configurations #=> Array
1154
1154
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
1155
1155
  # resp.queue.slurm_configuration.slurm_custom_settings #=> Array
@@ -1206,7 +1206,7 @@ module Aws::PCS
1206
1206
  # resp.clusters[0].arn #=> String
1207
1207
  # resp.clusters[0].created_at #=> Time
1208
1208
  # resp.clusters[0].modified_at #=> Time
1209
- # resp.clusters[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1209
+ # resp.clusters[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1210
1210
  # resp.next_token #=> String
1211
1211
  #
1212
1212
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListClusters AWS API Documentation
@@ -1261,7 +1261,7 @@ module Aws::PCS
1261
1261
  # resp.compute_node_groups[0].cluster_id #=> String
1262
1262
  # resp.compute_node_groups[0].created_at #=> Time
1263
1263
  # resp.compute_node_groups[0].modified_at #=> Time
1264
- # resp.compute_node_groups[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1264
+ # resp.compute_node_groups[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED", "RESUMING"
1265
1265
  # resp.next_token #=> String
1266
1266
  #
1267
1267
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListComputeNodeGroups AWS API Documentation
@@ -1316,7 +1316,7 @@ module Aws::PCS
1316
1316
  # resp.queues[0].cluster_id #=> String
1317
1317
  # resp.queues[0].created_at #=> Time
1318
1318
  # resp.queues[0].modified_at #=> Time
1319
- # resp.queues[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1319
+ # resp.queues[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1320
1320
  # resp.next_token #=> String
1321
1321
  #
1322
1322
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListQueues AWS API Documentation
@@ -1523,7 +1523,7 @@ module Aws::PCS
1523
1523
  # resp.cluster.name #=> String
1524
1524
  # resp.cluster.id #=> String
1525
1525
  # resp.cluster.arn #=> String
1526
- # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1526
+ # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1527
1527
  # resp.cluster.created_at #=> Time
1528
1528
  # resp.cluster.modified_at #=> Time
1529
1529
  # resp.cluster.scheduler.type #=> String, one of "SLURM"
@@ -1679,7 +1679,7 @@ module Aws::PCS
1679
1679
  # resp.compute_node_group.cluster_id #=> String
1680
1680
  # resp.compute_node_group.created_at #=> Time
1681
1681
  # resp.compute_node_group.modified_at #=> Time
1682
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1682
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED", "RESUMING"
1683
1683
  # resp.compute_node_group.ami_id #=> String
1684
1684
  # resp.compute_node_group.subnet_ids #=> Array
1685
1685
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -1769,7 +1769,7 @@ module Aws::PCS
1769
1769
  # resp.queue.cluster_id #=> String
1770
1770
  # resp.queue.created_at #=> Time
1771
1771
  # resp.queue.modified_at #=> Time
1772
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1772
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED", "RESUMING"
1773
1773
  # resp.queue.compute_node_group_configurations #=> Array
1774
1774
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
1775
1775
  # resp.queue.slurm_configuration.slurm_custom_settings #=> Array
@@ -1806,7 +1806,7 @@ module Aws::PCS
1806
1806
  tracer: tracer
1807
1807
  )
1808
1808
  context[:gem_name] = 'aws-sdk-pcs'
1809
- context[:gem_version] = '1.40.0'
1809
+ context[:gem_version] = '1.41.0'
1810
1810
  Seahorse::Client::Request.new(handlers, context)
1811
1811
  end
1812
1812
 
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.40.0'
58
+ GEM_VERSION = '1.41.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -29,7 +29,7 @@ module Aws::PCS
29
29
  attr_accessor name: ::String
30
30
  attr_accessor id: ::String
31
31
  attr_accessor arn: ::String
32
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
32
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
33
33
  attr_accessor created_at: ::Time
34
34
  attr_accessor modified_at: ::Time
35
35
  attr_accessor scheduler: Types::Scheduler
@@ -65,7 +65,7 @@ module Aws::PCS
65
65
  attr_accessor arn: ::String
66
66
  attr_accessor created_at: ::Time
67
67
  attr_accessor modified_at: ::Time
68
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
68
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
69
69
  SENSITIVE: []
70
70
  end
71
71
 
@@ -76,7 +76,7 @@ module Aws::PCS
76
76
  attr_accessor cluster_id: ::String
77
77
  attr_accessor created_at: ::Time
78
78
  attr_accessor modified_at: ::Time
79
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED")
79
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
80
80
  attr_accessor ami_id: ::String
81
81
  attr_accessor subnet_ids: ::Array[::String]
82
82
  attr_accessor purchase_option: ("ONDEMAND" | "SPOT" | "CAPACITY_BLOCK")
@@ -112,7 +112,7 @@ module Aws::PCS
112
112
  attr_accessor cluster_id: ::String
113
113
  attr_accessor created_at: ::Time
114
114
  attr_accessor modified_at: ::Time
115
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED")
115
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
116
116
  SENSITIVE: []
117
117
  end
118
118
 
@@ -348,7 +348,7 @@ module Aws::PCS
348
348
  attr_accessor cluster_id: ::String
349
349
  attr_accessor created_at: ::Time
350
350
  attr_accessor modified_at: ::Time
351
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
351
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
352
352
  attr_accessor compute_node_group_configurations: ::Array[Types::ComputeNodeGroupConfiguration]
353
353
  attr_accessor slurm_configuration: Types::QueueSlurmConfiguration
354
354
  attr_accessor error_info: ::Array[Types::ErrorInfo]
@@ -372,7 +372,7 @@ module Aws::PCS
372
372
  attr_accessor cluster_id: ::String
373
373
  attr_accessor created_at: ::Time
374
374
  attr_accessor modified_at: ::Time
375
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
375
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED" | "RESUMING")
376
376
  SENSITIVE: []
377
377
  end
378
378
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services