aws-sdk-pcs 1.8.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bde769b2655a42c1f7fc8fa71a5a8d48d064150fd35e4d59faaf3ba81561cf1
4
- data.tar.gz: 5a7c6ede40e8eaed80e1ea509e433771bf69ea9a7f16218dccd52f14100006b7
3
+ metadata.gz: c6d9249403636ed68fad756e24bbd4647a4b12e75432b802e5a6ffae933df35c
4
+ data.tar.gz: 63255c62dcb51ee79eca3f43bb546ab42dd9d1eb93eb427f76f1089c0a29213f
5
5
  SHA512:
6
- metadata.gz: 33b0ef9433f67404d4b0c9a500c6a1737bfe8f4442125f61ef33c7029311b82350ec6389ae183324ab982ca7e146dd1d690e00a9fd577bbc5aad0de0f510c48b
7
- data.tar.gz: 2d8eda25db005cd53ed636575065e59a9f8e6b4989cb66f8284557071707aab5ca8f2f9693241fe595700d311dc466708bb48c4f44f8505bc7a5e05bfcdfcab9
6
+ metadata.gz: 015cfe599e145de4b3256f8edcadc1040a6be3bb198f44311de7b42252e224541a4593b91f9f5e8d58dce986a8aabe74d541553350e13489de8addb062f86e0d
7
+ data.tar.gz: 21dffbb4da95adfcd166d9302fb1ca33318d5ea15190d4ce3bad1a62bb842d5867784c5e710ae213de7c9739197ec839ac39937baefe461eac19e411215c4760
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.9.0 (2024-10-24)
10
+ ------------------
11
+
12
+ * Feature - Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.
13
+
4
14
  1.8.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.0
@@ -1624,7 +1624,7 @@ module Aws::PCS
1624
1624
  tracer: tracer
1625
1625
  )
1626
1626
  context[:gem_name] = 'aws-sdk-pcs'
1627
- context[:gem_version] = '1.8.0'
1627
+ context[:gem_version] = '1.10.0'
1628
1628
  Seahorse::Client::Request.new(handlers, context)
1629
1629
  end
1630
1630
 
@@ -118,7 +118,9 @@ module Aws::PCS
118
118
  # Additional options related to the Slurm scheduler.
119
119
  #
120
120
  # @!attribute [rw] scale_down_idle_time_in_seconds
121
- # The time before an idle node is scaled down.
121
+ # The time (in seconds) before an idle node is scaled down.
122
+ #
123
+ # Default: `600`
122
124
  # @return [Integer]
123
125
  #
124
126
  # @!attribute [rw] slurm_custom_settings
@@ -144,7 +146,9 @@ module Aws::PCS
144
146
  # Additional options related to the Slurm scheduler.
145
147
  #
146
148
  # @!attribute [rw] scale_down_idle_time_in_seconds
147
- # The time before an idle node is scaled down.
149
+ # The time (in seconds) before an idle node is scaled down.
150
+ #
151
+ # Default: `600`
148
152
  # @return [Integer]
149
153
  #
150
154
  # @!attribute [rw] slurm_custom_settings
@@ -1203,7 +1207,6 @@ module Aws::PCS
1203
1207
  # * Ports: All
1204
1208
  #
1205
1209
  # * Source: Self
1206
- #
1207
1210
  # * Outbound rule 1
1208
1211
  #
1209
1212
  # * Protocol: All
@@ -1211,7 +1214,6 @@ module Aws::PCS
1211
1214
  # * Ports: All
1212
1215
  #
1213
1216
  # * Destination: 0.0.0.0/0 (IPv4)
1214
- #
1215
1217
  # * Outbound rule 2
1216
1218
  #
1217
1219
  # * Protocol: All
@@ -1611,7 +1613,6 @@ module Aws::PCS
1611
1613
  # * [ `Epilog` ][2]
1612
1614
  #
1613
1615
  # * [ `SelectTypeParameters` ][3]
1614
- #
1615
1616
  # * For **compute node groups**
1616
1617
  #
1617
1618
  # * [ `Weight` ][4]
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.8.0'
58
+ GEM_VERSION = '1.10.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.8.0
4
+ version: 1.10.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core