aws-sdk-pcs 1.45.0 → 1.47.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 +6 -8
- data/lib/aws-sdk-pcs.rb +1 -1
- data/sig/client.rbs +13 -13
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cada6dcce2ea306d07d0503afc8606c8e5f915d456e9e714318768ba03b485c3
|
|
4
|
+
data.tar.gz: 59898278efa3b235fef295807bd6ed728607940e4f9113907571c65d899939f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59013dea16ac299d2c9c470512e5b15bf35639f5b3d67d91008507fa883bc9e7c5cd97386cf1da2ac29089cd3d1ad04ff66a99b5bfe04d8ef6ecf05f87fd6205
|
|
7
|
+
data.tar.gz: d56fb0f46a1381037f3668a683660979985ffcec95101a368fbfd2bf395db41142538328e72ae8c2af83a041d23208b5582ae343192e7083c679dce595a13bbe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.47.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.46.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.45.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
data/lib/aws-sdk-pcs/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::PCS
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::PCS
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1862,7 +1860,7 @@ module Aws::PCS
|
|
|
1862
1860
|
tracer: tracer
|
|
1863
1861
|
)
|
|
1864
1862
|
context[:gem_name] = 'aws-sdk-pcs'
|
|
1865
|
-
context[:gem_version] = '1.
|
|
1863
|
+
context[:gem_version] = '1.47.0'
|
|
1866
1864
|
Seahorse::Client::Request.new(handlers, context)
|
|
1867
1865
|
end
|
|
1868
1866
|
|
data/lib/aws-sdk-pcs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -102,19 +102,19 @@ module Aws
|
|
|
102
102
|
{
|
|
103
103
|
parameter_name: ::String,
|
|
104
104
|
parameter_value: ::String
|
|
105
|
-
}
|
|
105
|
+
}
|
|
106
106
|
]?,
|
|
107
107
|
slurmdbd_custom_settings: Array[
|
|
108
108
|
{
|
|
109
109
|
parameter_name: ::String,
|
|
110
110
|
parameter_value: ::String
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
]?,
|
|
113
113
|
cgroup_custom_settings: Array[
|
|
114
114
|
{
|
|
115
115
|
parameter_name: ::String,
|
|
116
116
|
parameter_value: ::String
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
]?,
|
|
119
119
|
accounting: {
|
|
120
120
|
default_purge_time_in_days: ::Integer?,
|
|
@@ -152,7 +152,7 @@ module Aws
|
|
|
152
152
|
instance_configs: Array[
|
|
153
153
|
{
|
|
154
154
|
instance_type: ::String?
|
|
155
|
-
}
|
|
155
|
+
}
|
|
156
156
|
],
|
|
157
157
|
?spot_options: {
|
|
158
158
|
allocation_strategy: ("lowest-price" | "capacity-optimized" | "price-capacity-optimized")?
|
|
@@ -162,7 +162,7 @@ module Aws
|
|
|
162
162
|
{
|
|
163
163
|
parameter_name: ::String,
|
|
164
164
|
parameter_value: ::String
|
|
165
|
-
}
|
|
165
|
+
}
|
|
166
166
|
]?
|
|
167
167
|
},
|
|
168
168
|
?client_token: ::String,
|
|
@@ -181,14 +181,14 @@ module Aws
|
|
|
181
181
|
?compute_node_group_configurations: Array[
|
|
182
182
|
{
|
|
183
183
|
compute_node_group_id: ::String?
|
|
184
|
-
}
|
|
184
|
+
}
|
|
185
185
|
],
|
|
186
186
|
?slurm_configuration: {
|
|
187
187
|
slurm_custom_settings: Array[
|
|
188
188
|
{
|
|
189
189
|
parameter_name: ::String,
|
|
190
190
|
parameter_value: ::String
|
|
191
|
-
}
|
|
191
|
+
}
|
|
192
192
|
]?
|
|
193
193
|
},
|
|
194
194
|
?client_token: ::String,
|
|
@@ -355,19 +355,19 @@ module Aws
|
|
|
355
355
|
{
|
|
356
356
|
parameter_name: ::String,
|
|
357
357
|
parameter_value: ::String
|
|
358
|
-
}
|
|
358
|
+
}
|
|
359
359
|
]?,
|
|
360
360
|
slurmdbd_custom_settings: Array[
|
|
361
361
|
{
|
|
362
362
|
parameter_name: ::String,
|
|
363
363
|
parameter_value: ::String
|
|
364
|
-
}
|
|
364
|
+
}
|
|
365
365
|
]?,
|
|
366
366
|
cgroup_custom_settings: Array[
|
|
367
367
|
{
|
|
368
368
|
parameter_name: ::String,
|
|
369
369
|
parameter_value: ::String
|
|
370
|
-
}
|
|
370
|
+
}
|
|
371
371
|
]?,
|
|
372
372
|
accounting: {
|
|
373
373
|
default_purge_time_in_days: ::Integer?,
|
|
@@ -408,7 +408,7 @@ module Aws
|
|
|
408
408
|
{
|
|
409
409
|
parameter_name: ::String,
|
|
410
410
|
parameter_value: ::String
|
|
411
|
-
}
|
|
411
|
+
}
|
|
412
412
|
]?
|
|
413
413
|
},
|
|
414
414
|
?client_token: ::String
|
|
@@ -426,14 +426,14 @@ module Aws
|
|
|
426
426
|
?compute_node_group_configurations: Array[
|
|
427
427
|
{
|
|
428
428
|
compute_node_group_id: ::String?
|
|
429
|
-
}
|
|
429
|
+
}
|
|
430
430
|
],
|
|
431
431
|
?slurm_configuration: {
|
|
432
432
|
slurm_custom_settings: Array[
|
|
433
433
|
{
|
|
434
434
|
parameter_name: ::String,
|
|
435
435
|
parameter_value: ::String
|
|
436
|
-
}
|
|
436
|
+
}
|
|
437
437
|
]?
|
|
438
438
|
},
|
|
439
439
|
?client_token: ::String
|
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.
|
|
4
|
+
version: 1.47.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|