aws-sdk-pcs 1.8.0 → 1.10.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 +6 -5
- 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: c6d9249403636ed68fad756e24bbd4647a4b12e75432b802e5a6ffae933df35c
|
|
4
|
+
data.tar.gz: 63255c62dcb51ee79eca3f43bb546ab42dd9d1eb93eb427f76f1089c0a29213f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.10.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
data/lib/aws-sdk-pcs/types.rb
CHANGED
|
@@ -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
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.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-
|
|
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
|