aws-sdk-deadline 1.47.0 → 1.48.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +384 -346
- data/lib/aws-sdk-deadline/client_api.rb +113 -98
- data/lib/aws-sdk-deadline/types.rb +982 -611
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +126 -106
- data/sig/types.rbs +114 -98
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c89577a4cd99f5196f338838d6c024a39089548859aaf2df6c8669aedb07b4a7
|
|
4
|
+
data.tar.gz: 683e6b69a885ed5af36abc22829a7388461fd3eb044a7760fa8a3bcbf8431243
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 260268d8751adfe0156b58fdd9595fcaa66160e4f76169a393d84d293d597f0e32e2171b5947ed14f70eae4c03762d941b056c45d864d7c0bbc64286c9cd1a6e
|
|
7
|
+
data.tar.gz: f0e52752188a92b3f036970bb4230efaca03908483a1d2fdc44d9031512406889d8632630384eac3f10ff805011927cc85acfa41d47fda9f07fce11dace0c55d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.48.0 (2026-03-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.
|
|
8
|
+
|
|
4
9
|
1.47.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.48.0
|