aws-sdk-batch 1.63.0 → 1.95.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 +163 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +1398 -93
- data/lib/aws-sdk-batch/client_api.rb +252 -0
- data/lib/aws-sdk-batch/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-batch/endpoint_provider.rb +60 -0
- data/lib/aws-sdk-batch/endpoints.rb +366 -0
- data/lib/aws-sdk-batch/plugins/endpoints.rb +120 -0
- data/lib/aws-sdk-batch/types.rb +2326 -2244
- data/lib/aws-sdk-batch.rb +5 -1
- data/sig/client.rbs +1386 -0
- data/sig/errors.rbs +22 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1171 -0
- data/sig/waiters.rbs +13 -0
- metadata +20 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df354f09b181f2685e1355b417d76d4f8b746e5aa37c2c46f8372d1575041288
|
|
4
|
+
data.tar.gz: 424c576cb65c02b0166b65daef7834945f8e28af73c012432ff7678c5156fa5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ece8dbdf132ac38e4f05f1ce5915131c26fadb3a9fe5cccf6438875fc485128f049df8541b020dbbed5b48e91df153b439314b94d5f3e8fb80ea2a3d031b65be
|
|
7
|
+
data.tar.gz: 685beed1fd365d896149d13e145016a03920cd8ca244700445617139bf25c73962752e59c082ab72523ed5e91eadecded83fbe756f4c9839bd55210420593e5f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,168 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.95.0 (2024-08-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Improvements of integration between AWS Batch and EC2.
|
|
8
|
+
|
|
9
|
+
1.94.0 (2024-07-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
|
|
13
|
+
|
|
14
|
+
1.93.0 (2024-07-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.92.0 (2024-06-25)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.91.0 (2024-06-24)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.90.0 (2024-06-17)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
|
33
|
+
|
|
34
|
+
1.89.0 (2024-06-05)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.88.0 (2024-06-03)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - This release adds support for the AWS Batch GetJobQueueSnapshot API operation.
|
|
43
|
+
|
|
44
|
+
1.87.0 (2024-05-13)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
48
|
+
|
|
49
|
+
1.86.0 (2024-04-25)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.85.0 (2024-04-11)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - This release adds the task properties field to attempt details and the name field on EKS container detail.
|
|
58
|
+
|
|
59
|
+
1.84.0 (2024-03-27)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
|
|
63
|
+
|
|
64
|
+
1.83.0 (2024-03-08)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
|
|
68
|
+
|
|
69
|
+
1.82.0 (2024-02-28)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
|
|
73
|
+
|
|
74
|
+
1.81.0 (2024-02-09)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - This feature allows Batch to support configuration of repository credentials for jobs running on ECS
|
|
78
|
+
|
|
79
|
+
1.80.0 (2024-01-26)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.79.0 (2023-11-28)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.78.0 (2023-11-22)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.77.0 (2023-09-27)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
99
|
+
1.76.0 (2023-08-01)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - This release adds support for price capacity optimized allocation strategy for Spot Instances.
|
|
103
|
+
|
|
104
|
+
1.75.0 (2023-07-11)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
108
|
+
|
|
109
|
+
1.74.0 (2023-07-06)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
113
|
+
|
|
114
|
+
1.73.0 (2023-07-03)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
|
|
118
|
+
|
|
119
|
+
1.72.0 (2023-06-28)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
123
|
+
|
|
124
|
+
1.71.0 (2023-06-15)
|
|
125
|
+
------------------
|
|
126
|
+
|
|
127
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
128
|
+
|
|
129
|
+
1.70.0 (2023-05-31)
|
|
130
|
+
------------------
|
|
131
|
+
|
|
132
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
133
|
+
|
|
134
|
+
1.69.0 (2023-03-30)
|
|
135
|
+
------------------
|
|
136
|
+
|
|
137
|
+
* Feature - This feature allows Batch on EKS to support configuration of Pod Labels through Metadata for Batch on EKS Jobs.
|
|
138
|
+
|
|
139
|
+
1.68.0 (2023-03-23)
|
|
140
|
+
------------------
|
|
141
|
+
|
|
142
|
+
* Feature - This feature allows Batch to support configuration of ephemeral storage size for jobs running on FARGATE
|
|
143
|
+
|
|
144
|
+
1.67.0 (2023-01-18)
|
|
145
|
+
------------------
|
|
146
|
+
|
|
147
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
148
|
+
|
|
149
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
|
150
|
+
|
|
151
|
+
1.66.0 (2022-12-20)
|
|
152
|
+
------------------
|
|
153
|
+
|
|
154
|
+
* Feature - Adds isCancelled and isTerminated to DescribeJobs response.
|
|
155
|
+
|
|
156
|
+
1.65.0 (2022-11-16)
|
|
157
|
+
------------------
|
|
158
|
+
|
|
159
|
+
* Feature - Documentation updates related to Batch on EKS
|
|
160
|
+
|
|
161
|
+
1.64.0 (2022-10-25)
|
|
162
|
+
------------------
|
|
163
|
+
|
|
164
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
165
|
+
|
|
4
166
|
1.63.0 (2022-10-24)
|
|
5
167
|
------------------
|
|
6
168
|
|
|
@@ -385,4 +547,4 @@ Unreleased Changes
|
|
|
385
547
|
1.0.0.rc1 (2017-01-24)
|
|
386
548
|
------------------
|
|
387
549
|
|
|
388
|
-
* Feature - Initial preview release of `aws-sdk-batch` gem.
|
|
550
|
+
* Feature - Initial preview release of `aws-sdk-batch` gem.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.95.0
|