@aws-sdk/client-batch 3.234.0 → 3.235.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.
- package/dist-cjs/endpoint/ruleset.js +4 -365
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/endpoint/ruleset.js +4 -365
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +39 -8
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +4 -4
|
@@ -1,368 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
builtIn: "AWS::Region",
|
|
9
|
-
required: false,
|
|
10
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
11
|
-
type: "String",
|
|
12
|
-
},
|
|
13
|
-
UseDualStack: {
|
|
14
|
-
builtIn: "AWS::UseDualStack",
|
|
15
|
-
required: true,
|
|
16
|
-
default: false,
|
|
17
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
18
|
-
type: "Boolean",
|
|
19
|
-
},
|
|
20
|
-
UseFIPS: {
|
|
21
|
-
builtIn: "AWS::UseFIPS",
|
|
22
|
-
required: true,
|
|
23
|
-
default: false,
|
|
24
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
25
|
-
type: "Boolean",
|
|
26
|
-
},
|
|
27
|
-
Endpoint: {
|
|
28
|
-
builtIn: "SDK::Endpoint",
|
|
29
|
-
required: false,
|
|
30
|
-
documentation: "Override the endpoint used to send this request",
|
|
31
|
-
type: "String",
|
|
32
|
-
},
|
|
33
|
-
},
|
|
34
|
-
rules: [
|
|
35
|
-
{
|
|
36
|
-
conditions: [
|
|
37
|
-
{
|
|
38
|
-
fn: "aws.partition",
|
|
39
|
-
argv: [
|
|
40
|
-
{
|
|
41
|
-
ref: "Region",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
assign: "PartitionResult",
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
type: "tree",
|
|
48
|
-
rules: [
|
|
49
|
-
{
|
|
50
|
-
conditions: [
|
|
51
|
-
{
|
|
52
|
-
fn: "isSet",
|
|
53
|
-
argv: [
|
|
54
|
-
{
|
|
55
|
-
ref: "Endpoint",
|
|
56
|
-
},
|
|
57
|
-
],
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
fn: "parseURL",
|
|
61
|
-
argv: [
|
|
62
|
-
{
|
|
63
|
-
ref: "Endpoint",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
assign: "url",
|
|
67
|
-
},
|
|
68
|
-
],
|
|
69
|
-
type: "tree",
|
|
70
|
-
rules: [
|
|
71
|
-
{
|
|
72
|
-
conditions: [
|
|
73
|
-
{
|
|
74
|
-
fn: "booleanEquals",
|
|
75
|
-
argv: [
|
|
76
|
-
{
|
|
77
|
-
ref: "UseFIPS",
|
|
78
|
-
},
|
|
79
|
-
true,
|
|
80
|
-
],
|
|
81
|
-
},
|
|
82
|
-
],
|
|
83
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
84
|
-
type: "error",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
conditions: [],
|
|
88
|
-
type: "tree",
|
|
89
|
-
rules: [
|
|
90
|
-
{
|
|
91
|
-
conditions: [
|
|
92
|
-
{
|
|
93
|
-
fn: "booleanEquals",
|
|
94
|
-
argv: [
|
|
95
|
-
{
|
|
96
|
-
ref: "UseDualStack",
|
|
97
|
-
},
|
|
98
|
-
true,
|
|
99
|
-
],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
103
|
-
type: "error",
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
conditions: [],
|
|
107
|
-
endpoint: {
|
|
108
|
-
url: {
|
|
109
|
-
ref: "Endpoint",
|
|
110
|
-
},
|
|
111
|
-
properties: {},
|
|
112
|
-
headers: {},
|
|
113
|
-
},
|
|
114
|
-
type: "endpoint",
|
|
115
|
-
},
|
|
116
|
-
],
|
|
117
|
-
},
|
|
118
|
-
],
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
conditions: [
|
|
122
|
-
{
|
|
123
|
-
fn: "booleanEquals",
|
|
124
|
-
argv: [
|
|
125
|
-
{
|
|
126
|
-
ref: "UseFIPS",
|
|
127
|
-
},
|
|
128
|
-
true,
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
fn: "booleanEquals",
|
|
133
|
-
argv: [
|
|
134
|
-
{
|
|
135
|
-
ref: "UseDualStack",
|
|
136
|
-
},
|
|
137
|
-
true,
|
|
138
|
-
],
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
type: "tree",
|
|
142
|
-
rules: [
|
|
143
|
-
{
|
|
144
|
-
conditions: [
|
|
145
|
-
{
|
|
146
|
-
fn: "booleanEquals",
|
|
147
|
-
argv: [
|
|
148
|
-
true,
|
|
149
|
-
{
|
|
150
|
-
fn: "getAttr",
|
|
151
|
-
argv: [
|
|
152
|
-
{
|
|
153
|
-
ref: "PartitionResult",
|
|
154
|
-
},
|
|
155
|
-
"supportsFIPS",
|
|
156
|
-
],
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
fn: "booleanEquals",
|
|
162
|
-
argv: [
|
|
163
|
-
true,
|
|
164
|
-
{
|
|
165
|
-
fn: "getAttr",
|
|
166
|
-
argv: [
|
|
167
|
-
{
|
|
168
|
-
ref: "PartitionResult",
|
|
169
|
-
},
|
|
170
|
-
"supportsDualStack",
|
|
171
|
-
],
|
|
172
|
-
},
|
|
173
|
-
],
|
|
174
|
-
},
|
|
175
|
-
],
|
|
176
|
-
type: "tree",
|
|
177
|
-
rules: [
|
|
178
|
-
{
|
|
179
|
-
conditions: [],
|
|
180
|
-
endpoint: {
|
|
181
|
-
url: "https://batch-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
182
|
-
properties: {},
|
|
183
|
-
headers: {},
|
|
184
|
-
},
|
|
185
|
-
type: "endpoint",
|
|
186
|
-
},
|
|
187
|
-
],
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
conditions: [],
|
|
191
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
192
|
-
type: "error",
|
|
193
|
-
},
|
|
194
|
-
],
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
conditions: [
|
|
198
|
-
{
|
|
199
|
-
fn: "booleanEquals",
|
|
200
|
-
argv: [
|
|
201
|
-
{
|
|
202
|
-
ref: "UseFIPS",
|
|
203
|
-
},
|
|
204
|
-
true,
|
|
205
|
-
],
|
|
206
|
-
},
|
|
207
|
-
],
|
|
208
|
-
type: "tree",
|
|
209
|
-
rules: [
|
|
210
|
-
{
|
|
211
|
-
conditions: [
|
|
212
|
-
{
|
|
213
|
-
fn: "booleanEquals",
|
|
214
|
-
argv: [
|
|
215
|
-
true,
|
|
216
|
-
{
|
|
217
|
-
fn: "getAttr",
|
|
218
|
-
argv: [
|
|
219
|
-
{
|
|
220
|
-
ref: "PartitionResult",
|
|
221
|
-
},
|
|
222
|
-
"supportsFIPS",
|
|
223
|
-
],
|
|
224
|
-
},
|
|
225
|
-
],
|
|
226
|
-
},
|
|
227
|
-
],
|
|
228
|
-
type: "tree",
|
|
229
|
-
rules: [
|
|
230
|
-
{
|
|
231
|
-
conditions: [],
|
|
232
|
-
type: "tree",
|
|
233
|
-
rules: [
|
|
234
|
-
{
|
|
235
|
-
conditions: [
|
|
236
|
-
{
|
|
237
|
-
fn: "stringEquals",
|
|
238
|
-
argv: [
|
|
239
|
-
"aws",
|
|
240
|
-
{
|
|
241
|
-
fn: "getAttr",
|
|
242
|
-
argv: [
|
|
243
|
-
{
|
|
244
|
-
ref: "PartitionResult",
|
|
245
|
-
},
|
|
246
|
-
"name",
|
|
247
|
-
],
|
|
248
|
-
},
|
|
249
|
-
],
|
|
250
|
-
},
|
|
251
|
-
],
|
|
252
|
-
endpoint: {
|
|
253
|
-
url: "https://fips.batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
254
|
-
properties: {},
|
|
255
|
-
headers: {},
|
|
256
|
-
},
|
|
257
|
-
type: "endpoint",
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
conditions: [
|
|
261
|
-
{
|
|
262
|
-
fn: "stringEquals",
|
|
263
|
-
argv: [
|
|
264
|
-
"aws-us-gov",
|
|
265
|
-
{
|
|
266
|
-
fn: "getAttr",
|
|
267
|
-
argv: [
|
|
268
|
-
{
|
|
269
|
-
ref: "PartitionResult",
|
|
270
|
-
},
|
|
271
|
-
"name",
|
|
272
|
-
],
|
|
273
|
-
},
|
|
274
|
-
],
|
|
275
|
-
},
|
|
276
|
-
],
|
|
277
|
-
endpoint: {
|
|
278
|
-
url: "https://batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
279
|
-
properties: {},
|
|
280
|
-
headers: {},
|
|
281
|
-
},
|
|
282
|
-
type: "endpoint",
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
conditions: [],
|
|
286
|
-
endpoint: {
|
|
287
|
-
url: "https://batch-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
288
|
-
properties: {},
|
|
289
|
-
headers: {},
|
|
290
|
-
},
|
|
291
|
-
type: "endpoint",
|
|
292
|
-
},
|
|
293
|
-
],
|
|
294
|
-
},
|
|
295
|
-
],
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
conditions: [],
|
|
299
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
300
|
-
type: "error",
|
|
301
|
-
},
|
|
302
|
-
],
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
conditions: [
|
|
306
|
-
{
|
|
307
|
-
fn: "booleanEquals",
|
|
308
|
-
argv: [
|
|
309
|
-
{
|
|
310
|
-
ref: "UseDualStack",
|
|
311
|
-
},
|
|
312
|
-
true,
|
|
313
|
-
],
|
|
314
|
-
},
|
|
315
|
-
],
|
|
316
|
-
type: "tree",
|
|
317
|
-
rules: [
|
|
318
|
-
{
|
|
319
|
-
conditions: [
|
|
320
|
-
{
|
|
321
|
-
fn: "booleanEquals",
|
|
322
|
-
argv: [
|
|
323
|
-
true,
|
|
324
|
-
{
|
|
325
|
-
fn: "getAttr",
|
|
326
|
-
argv: [
|
|
327
|
-
{
|
|
328
|
-
ref: "PartitionResult",
|
|
329
|
-
},
|
|
330
|
-
"supportsDualStack",
|
|
331
|
-
],
|
|
332
|
-
},
|
|
333
|
-
],
|
|
334
|
-
},
|
|
335
|
-
],
|
|
336
|
-
type: "tree",
|
|
337
|
-
rules: [
|
|
338
|
-
{
|
|
339
|
-
conditions: [],
|
|
340
|
-
endpoint: {
|
|
341
|
-
url: "https://batch.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
342
|
-
properties: {},
|
|
343
|
-
headers: {},
|
|
344
|
-
},
|
|
345
|
-
type: "endpoint",
|
|
346
|
-
},
|
|
347
|
-
],
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
conditions: [],
|
|
351
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
352
|
-
type: "error",
|
|
353
|
-
},
|
|
354
|
-
],
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
conditions: [],
|
|
358
|
-
endpoint: {
|
|
359
|
-
url: "https://batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
360
|
-
properties: {},
|
|
361
|
-
headers: {},
|
|
362
|
-
},
|
|
363
|
-
type: "endpoint",
|
|
364
|
-
},
|
|
365
|
-
],
|
|
366
|
-
},
|
|
367
|
-
],
|
|
368
|
-
};
|
|
4
|
+
const u = "fn", v = "argv", w = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "stringEquals", j = { [w]: "Endpoint" }, k = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, l = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, m = {}, n = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsFIPS"] }] }, o = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsDualStack"] }] }, p = { [u]: "getAttr", [v]: [{ [w]: e }, "name"] }, q = { "url": "https://batch.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [k], s = [], t = [l];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: a, default: b, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: a, default: b, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: b, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [{ [w]: "Region" }], assign: e }], type: f, rules: [{ conditions: [{ [u]: "isSet", [v]: [j] }], type: f, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: s, type: f, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: s, endpoint: { url: j, properties: m, headers: m }, type: h }] }] }, { conditions: [k, l], type: f, rules: [{ conditions: [n, o], type: f, rules: [{ conditions: s, endpoint: { url: "https://batch-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: s, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: r, type: f, rules: [{ conditions: [n], type: f, rules: [{ conditions: s, type: f, rules: [{ conditions: [{ [u]: i, [v]: ["aws", p] }], endpoint: { url: "https://fips.batch.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }, { conditions: [{ [u]: i, [v]: ["aws-us-gov", p] }], endpoint: q, type: h }, { conditions: s, endpoint: { url: "https://batch-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }] }] }, { conditions: s, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: t, type: f, rules: [{ conditions: [o], type: f, rules: [{ conditions: s, endpoint: { url: "https://batch.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: s, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: s, endpoint: q, type: h }] }] };
|
|
7
|
+
exports.ruleSet = _data;
|
|
@@ -2857,6 +2857,8 @@ const deserializeAws_restJson1JobDetail = (output, context) => {
|
|
|
2857
2857
|
eksProperties: output.eksProperties != null
|
|
2858
2858
|
? deserializeAws_restJson1EksPropertiesDetail(output.eksProperties, context)
|
|
2859
2859
|
: undefined,
|
|
2860
|
+
isCancelled: (0, smithy_client_1.expectBoolean)(output.isCancelled),
|
|
2861
|
+
isTerminated: (0, smithy_client_1.expectBoolean)(output.isTerminated),
|
|
2860
2862
|
jobArn: (0, smithy_client_1.expectString)(output.jobArn),
|
|
2861
2863
|
jobDefinition: (0, smithy_client_1.expectString)(output.jobDefinition),
|
|
2862
2864
|
jobId: (0, smithy_client_1.expectString)(output.jobId),
|
|
@@ -1,365 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
builtIn: "AWS::Region",
|
|
6
|
-
required: false,
|
|
7
|
-
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
-
type: "String",
|
|
9
|
-
},
|
|
10
|
-
UseDualStack: {
|
|
11
|
-
builtIn: "AWS::UseDualStack",
|
|
12
|
-
required: true,
|
|
13
|
-
default: false,
|
|
14
|
-
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
-
type: "Boolean",
|
|
16
|
-
},
|
|
17
|
-
UseFIPS: {
|
|
18
|
-
builtIn: "AWS::UseFIPS",
|
|
19
|
-
required: true,
|
|
20
|
-
default: false,
|
|
21
|
-
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
-
type: "Boolean",
|
|
23
|
-
},
|
|
24
|
-
Endpoint: {
|
|
25
|
-
builtIn: "SDK::Endpoint",
|
|
26
|
-
required: false,
|
|
27
|
-
documentation: "Override the endpoint used to send this request",
|
|
28
|
-
type: "String",
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
rules: [
|
|
32
|
-
{
|
|
33
|
-
conditions: [
|
|
34
|
-
{
|
|
35
|
-
fn: "aws.partition",
|
|
36
|
-
argv: [
|
|
37
|
-
{
|
|
38
|
-
ref: "Region",
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
assign: "PartitionResult",
|
|
42
|
-
},
|
|
43
|
-
],
|
|
44
|
-
type: "tree",
|
|
45
|
-
rules: [
|
|
46
|
-
{
|
|
47
|
-
conditions: [
|
|
48
|
-
{
|
|
49
|
-
fn: "isSet",
|
|
50
|
-
argv: [
|
|
51
|
-
{
|
|
52
|
-
ref: "Endpoint",
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
fn: "parseURL",
|
|
58
|
-
argv: [
|
|
59
|
-
{
|
|
60
|
-
ref: "Endpoint",
|
|
61
|
-
},
|
|
62
|
-
],
|
|
63
|
-
assign: "url",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
type: "tree",
|
|
67
|
-
rules: [
|
|
68
|
-
{
|
|
69
|
-
conditions: [
|
|
70
|
-
{
|
|
71
|
-
fn: "booleanEquals",
|
|
72
|
-
argv: [
|
|
73
|
-
{
|
|
74
|
-
ref: "UseFIPS",
|
|
75
|
-
},
|
|
76
|
-
true,
|
|
77
|
-
],
|
|
78
|
-
},
|
|
79
|
-
],
|
|
80
|
-
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
81
|
-
type: "error",
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
conditions: [],
|
|
85
|
-
type: "tree",
|
|
86
|
-
rules: [
|
|
87
|
-
{
|
|
88
|
-
conditions: [
|
|
89
|
-
{
|
|
90
|
-
fn: "booleanEquals",
|
|
91
|
-
argv: [
|
|
92
|
-
{
|
|
93
|
-
ref: "UseDualStack",
|
|
94
|
-
},
|
|
95
|
-
true,
|
|
96
|
-
],
|
|
97
|
-
},
|
|
98
|
-
],
|
|
99
|
-
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
100
|
-
type: "error",
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
conditions: [],
|
|
104
|
-
endpoint: {
|
|
105
|
-
url: {
|
|
106
|
-
ref: "Endpoint",
|
|
107
|
-
},
|
|
108
|
-
properties: {},
|
|
109
|
-
headers: {},
|
|
110
|
-
},
|
|
111
|
-
type: "endpoint",
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
},
|
|
115
|
-
],
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
conditions: [
|
|
119
|
-
{
|
|
120
|
-
fn: "booleanEquals",
|
|
121
|
-
argv: [
|
|
122
|
-
{
|
|
123
|
-
ref: "UseFIPS",
|
|
124
|
-
},
|
|
125
|
-
true,
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
fn: "booleanEquals",
|
|
130
|
-
argv: [
|
|
131
|
-
{
|
|
132
|
-
ref: "UseDualStack",
|
|
133
|
-
},
|
|
134
|
-
true,
|
|
135
|
-
],
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
type: "tree",
|
|
139
|
-
rules: [
|
|
140
|
-
{
|
|
141
|
-
conditions: [
|
|
142
|
-
{
|
|
143
|
-
fn: "booleanEquals",
|
|
144
|
-
argv: [
|
|
145
|
-
true,
|
|
146
|
-
{
|
|
147
|
-
fn: "getAttr",
|
|
148
|
-
argv: [
|
|
149
|
-
{
|
|
150
|
-
ref: "PartitionResult",
|
|
151
|
-
},
|
|
152
|
-
"supportsFIPS",
|
|
153
|
-
],
|
|
154
|
-
},
|
|
155
|
-
],
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
fn: "booleanEquals",
|
|
159
|
-
argv: [
|
|
160
|
-
true,
|
|
161
|
-
{
|
|
162
|
-
fn: "getAttr",
|
|
163
|
-
argv: [
|
|
164
|
-
{
|
|
165
|
-
ref: "PartitionResult",
|
|
166
|
-
},
|
|
167
|
-
"supportsDualStack",
|
|
168
|
-
],
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
},
|
|
172
|
-
],
|
|
173
|
-
type: "tree",
|
|
174
|
-
rules: [
|
|
175
|
-
{
|
|
176
|
-
conditions: [],
|
|
177
|
-
endpoint: {
|
|
178
|
-
url: "https://batch-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
179
|
-
properties: {},
|
|
180
|
-
headers: {},
|
|
181
|
-
},
|
|
182
|
-
type: "endpoint",
|
|
183
|
-
},
|
|
184
|
-
],
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
conditions: [],
|
|
188
|
-
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
189
|
-
type: "error",
|
|
190
|
-
},
|
|
191
|
-
],
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
conditions: [
|
|
195
|
-
{
|
|
196
|
-
fn: "booleanEquals",
|
|
197
|
-
argv: [
|
|
198
|
-
{
|
|
199
|
-
ref: "UseFIPS",
|
|
200
|
-
},
|
|
201
|
-
true,
|
|
202
|
-
],
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
-
type: "tree",
|
|
206
|
-
rules: [
|
|
207
|
-
{
|
|
208
|
-
conditions: [
|
|
209
|
-
{
|
|
210
|
-
fn: "booleanEquals",
|
|
211
|
-
argv: [
|
|
212
|
-
true,
|
|
213
|
-
{
|
|
214
|
-
fn: "getAttr",
|
|
215
|
-
argv: [
|
|
216
|
-
{
|
|
217
|
-
ref: "PartitionResult",
|
|
218
|
-
},
|
|
219
|
-
"supportsFIPS",
|
|
220
|
-
],
|
|
221
|
-
},
|
|
222
|
-
],
|
|
223
|
-
},
|
|
224
|
-
],
|
|
225
|
-
type: "tree",
|
|
226
|
-
rules: [
|
|
227
|
-
{
|
|
228
|
-
conditions: [],
|
|
229
|
-
type: "tree",
|
|
230
|
-
rules: [
|
|
231
|
-
{
|
|
232
|
-
conditions: [
|
|
233
|
-
{
|
|
234
|
-
fn: "stringEquals",
|
|
235
|
-
argv: [
|
|
236
|
-
"aws",
|
|
237
|
-
{
|
|
238
|
-
fn: "getAttr",
|
|
239
|
-
argv: [
|
|
240
|
-
{
|
|
241
|
-
ref: "PartitionResult",
|
|
242
|
-
},
|
|
243
|
-
"name",
|
|
244
|
-
],
|
|
245
|
-
},
|
|
246
|
-
],
|
|
247
|
-
},
|
|
248
|
-
],
|
|
249
|
-
endpoint: {
|
|
250
|
-
url: "https://fips.batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
251
|
-
properties: {},
|
|
252
|
-
headers: {},
|
|
253
|
-
},
|
|
254
|
-
type: "endpoint",
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
conditions: [
|
|
258
|
-
{
|
|
259
|
-
fn: "stringEquals",
|
|
260
|
-
argv: [
|
|
261
|
-
"aws-us-gov",
|
|
262
|
-
{
|
|
263
|
-
fn: "getAttr",
|
|
264
|
-
argv: [
|
|
265
|
-
{
|
|
266
|
-
ref: "PartitionResult",
|
|
267
|
-
},
|
|
268
|
-
"name",
|
|
269
|
-
],
|
|
270
|
-
},
|
|
271
|
-
],
|
|
272
|
-
},
|
|
273
|
-
],
|
|
274
|
-
endpoint: {
|
|
275
|
-
url: "https://batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
276
|
-
properties: {},
|
|
277
|
-
headers: {},
|
|
278
|
-
},
|
|
279
|
-
type: "endpoint",
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
conditions: [],
|
|
283
|
-
endpoint: {
|
|
284
|
-
url: "https://batch-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
285
|
-
properties: {},
|
|
286
|
-
headers: {},
|
|
287
|
-
},
|
|
288
|
-
type: "endpoint",
|
|
289
|
-
},
|
|
290
|
-
],
|
|
291
|
-
},
|
|
292
|
-
],
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
conditions: [],
|
|
296
|
-
error: "FIPS is enabled but this partition does not support FIPS",
|
|
297
|
-
type: "error",
|
|
298
|
-
},
|
|
299
|
-
],
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
conditions: [
|
|
303
|
-
{
|
|
304
|
-
fn: "booleanEquals",
|
|
305
|
-
argv: [
|
|
306
|
-
{
|
|
307
|
-
ref: "UseDualStack",
|
|
308
|
-
},
|
|
309
|
-
true,
|
|
310
|
-
],
|
|
311
|
-
},
|
|
312
|
-
],
|
|
313
|
-
type: "tree",
|
|
314
|
-
rules: [
|
|
315
|
-
{
|
|
316
|
-
conditions: [
|
|
317
|
-
{
|
|
318
|
-
fn: "booleanEquals",
|
|
319
|
-
argv: [
|
|
320
|
-
true,
|
|
321
|
-
{
|
|
322
|
-
fn: "getAttr",
|
|
323
|
-
argv: [
|
|
324
|
-
{
|
|
325
|
-
ref: "PartitionResult",
|
|
326
|
-
},
|
|
327
|
-
"supportsDualStack",
|
|
328
|
-
],
|
|
329
|
-
},
|
|
330
|
-
],
|
|
331
|
-
},
|
|
332
|
-
],
|
|
333
|
-
type: "tree",
|
|
334
|
-
rules: [
|
|
335
|
-
{
|
|
336
|
-
conditions: [],
|
|
337
|
-
endpoint: {
|
|
338
|
-
url: "https://batch.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
339
|
-
properties: {},
|
|
340
|
-
headers: {},
|
|
341
|
-
},
|
|
342
|
-
type: "endpoint",
|
|
343
|
-
},
|
|
344
|
-
],
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
conditions: [],
|
|
348
|
-
error: "DualStack is enabled but this partition does not support DualStack",
|
|
349
|
-
type: "error",
|
|
350
|
-
},
|
|
351
|
-
],
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
conditions: [],
|
|
355
|
-
endpoint: {
|
|
356
|
-
url: "https://batch.{Region}.{PartitionResult#dnsSuffix}",
|
|
357
|
-
properties: {},
|
|
358
|
-
headers: {},
|
|
359
|
-
},
|
|
360
|
-
type: "endpoint",
|
|
361
|
-
},
|
|
362
|
-
],
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
|
-
};
|
|
1
|
+
const u = "fn", v = "argv", w = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "Boolean", e = "PartitionResult", f = "tree", g = "error", h = "endpoint", i = "stringEquals", j = { [w]: "Endpoint" }, k = { [u]: "booleanEquals", [v]: [{ [w]: "UseFIPS" }, true] }, l = { [u]: "booleanEquals", [v]: [{ [w]: "UseDualStack" }, true] }, m = {}, n = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsFIPS"] }] }, o = { [u]: "booleanEquals", [v]: [true, { [u]: "getAttr", [v]: [{ [w]: e }, "supportsDualStack"] }] }, p = { [u]: "getAttr", [v]: [{ [w]: e }, "name"] }, q = { "url": "https://batch.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, r = [k], s = [], t = [l];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { builtIn: "AWS::Region", required: a, documentation: "The AWS region used to dispatch the request.", type: c }, UseDualStack: { builtIn: "AWS::UseDualStack", required: a, default: b, documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", type: d }, UseFIPS: { builtIn: "AWS::UseFIPS", required: a, default: b, documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", type: d }, Endpoint: { builtIn: "SDK::Endpoint", required: b, documentation: "Override the endpoint used to send this request", type: c } }, rules: [{ conditions: [{ [u]: "aws.partition", [v]: [{ [w]: "Region" }], assign: e }], type: f, rules: [{ conditions: [{ [u]: "isSet", [v]: [j] }], type: f, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: g }, { conditions: s, type: f, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: g }, { conditions: s, endpoint: { url: j, properties: m, headers: m }, type: h }] }] }, { conditions: [k, l], type: f, rules: [{ conditions: [n, o], type: f, rules: [{ conditions: s, endpoint: { url: "https://batch-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: s, error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: g }] }, { conditions: r, type: f, rules: [{ conditions: [n], type: f, rules: [{ conditions: s, type: f, rules: [{ conditions: [{ [u]: i, [v]: ["aws", p] }], endpoint: { url: "https://fips.batch.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }, { conditions: [{ [u]: i, [v]: ["aws-us-gov", p] }], endpoint: q, type: h }, { conditions: s, endpoint: { url: "https://batch-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: h }] }] }, { conditions: s, error: "FIPS is enabled but this partition does not support FIPS", type: g }] }, { conditions: t, type: f, rules: [{ conditions: [o], type: f, rules: [{ conditions: s, endpoint: { url: "https://batch.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: h }] }, { conditions: s, error: "DualStack is enabled but this partition does not support DualStack", type: g }] }, { conditions: s, endpoint: q, type: h }] }] };
|
|
4
|
+
export const ruleSet = _data;
|
|
@@ -2806,6 +2806,8 @@ const deserializeAws_restJson1JobDetail = (output, context) => {
|
|
|
2806
2806
|
eksProperties: output.eksProperties != null
|
|
2807
2807
|
? deserializeAws_restJson1EksPropertiesDetail(output.eksProperties, context)
|
|
2808
2808
|
: undefined,
|
|
2809
|
+
isCancelled: __expectBoolean(output.isCancelled),
|
|
2810
|
+
isTerminated: __expectBoolean(output.isTerminated),
|
|
2809
2811
|
jobArn: __expectString(output.jobArn),
|
|
2810
2812
|
jobDefinition: __expectString(output.jobDefinition),
|
|
2811
2813
|
jobId: __expectString(output.jobId),
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -416,6 +416,14 @@ export interface ComputeResource {
|
|
|
416
416
|
* <p>The VPC subnets where the compute resources are launched. These subnets must be within the same VPC. Fargate
|
|
417
417
|
* compute resources can contain up to 16 subnets. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">VPCs and subnets</a> in the <i>Amazon VPC User
|
|
418
418
|
* Guide</i>.</p>
|
|
419
|
+
* <note>
|
|
420
|
+
* <p>Batch on Amazon EC2 and Batch on Amazon EKS support Local Zones. For more information, see
|
|
421
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-local-zones"> Local Zones</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>, <a href="https://docs.aws.amazon.com/eks/latest/userguide/local-zones.html">Amazon EKS and Amazon Web Services Local
|
|
422
|
+
* Zones</a> in the <i>Amazon EKS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-regions-zones.html#clusters-local-zones">
|
|
423
|
+
* Amazon ECS clusters in Local Zones, Wavelength Zones, and Amazon Web Services Outposts</a> in the
|
|
424
|
+
* <i>Amazon ECS Developer Guide</i>.</p>
|
|
425
|
+
* <p>Batch on Fargate doesn't currently support Local Zones.</p>
|
|
426
|
+
* </note>
|
|
419
427
|
*/
|
|
420
428
|
subnets: string[] | undefined;
|
|
421
429
|
/**
|
|
@@ -478,7 +486,8 @@ export interface ComputeResource {
|
|
|
478
486
|
* instance type before instances are launched. For example, if your maximum percentage is 20%, then the Spot price must
|
|
479
487
|
* be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and
|
|
480
488
|
* never more than your maximum percentage. If you leave this field empty, the default value is 100% of the On-Demand
|
|
481
|
-
* price
|
|
489
|
+
* price. For most use cases, we recommend
|
|
490
|
+
* leaving this field empty.</p>
|
|
482
491
|
* <note>
|
|
483
492
|
* <p>This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.</p>
|
|
484
493
|
* </note>
|
|
@@ -2345,6 +2354,8 @@ export interface JobTimeout {
|
|
|
2345
2354
|
* <p>The job timeout time (in seconds) that's measured from the job attempt's <code>startedAt</code> timestamp. After
|
|
2346
2355
|
* this time passes, Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60
|
|
2347
2356
|
* seconds.</p>
|
|
2357
|
+
* <p>For array jobs, the timeout applies to the child jobs, not to the parent array job.</p>
|
|
2358
|
+
* <p>For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.</p>
|
|
2348
2359
|
*/
|
|
2349
2360
|
attemptDurationSeconds?: number;
|
|
2350
2361
|
}
|
|
@@ -3080,6 +3091,14 @@ export interface JobDetail {
|
|
|
3080
3091
|
* <p>A list of job attempts that are associated with this job.</p>
|
|
3081
3092
|
*/
|
|
3082
3093
|
eksAttempts?: EksAttemptDetail[];
|
|
3094
|
+
/**
|
|
3095
|
+
* <p>Indicates whether the job is canceled.</p>
|
|
3096
|
+
*/
|
|
3097
|
+
isCancelled?: boolean;
|
|
3098
|
+
/**
|
|
3099
|
+
* <p>Indicates whether the job is terminated.</p>
|
|
3100
|
+
*/
|
|
3101
|
+
isTerminated?: boolean;
|
|
3083
3102
|
}
|
|
3084
3103
|
export interface DescribeJobsResponse {
|
|
3085
3104
|
/**
|
|
@@ -3886,12 +3905,23 @@ export interface ComputeResourceUpdate {
|
|
|
3886
3905
|
*/
|
|
3887
3906
|
desiredvCpus?: number;
|
|
3888
3907
|
/**
|
|
3889
|
-
* <p>The VPC subnets where the compute resources are launched. Fargate compute resources can
|
|
3890
|
-
* subnets. For Fargate compute resources, providing an empty list will be
|
|
3891
|
-
* specified and no change is made. For EC2 compute resources,
|
|
3892
|
-
*
|
|
3893
|
-
*
|
|
3894
|
-
*
|
|
3908
|
+
* <p>The VPC subnets where the compute resources are launched. Fargate compute resources can
|
|
3909
|
+
* contain up to 16 subnets. For Fargate compute resources, providing an empty list will be
|
|
3910
|
+
* handled as if this parameter wasn't specified and no change is made. For EC2 compute resources,
|
|
3911
|
+
* providing an empty list removes the VPC subnets from the compute resource. For more information,
|
|
3912
|
+
* see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">VPCs and
|
|
3913
|
+
* subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
3914
|
+
* <p>When updating a compute environment, changing the VPC subnets requires an infrastructure
|
|
3915
|
+
* update of the compute environment. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html">Updating compute environments</a> in the
|
|
3916
|
+
* <i>Batch User Guide</i>.</p>
|
|
3917
|
+
* <note>
|
|
3918
|
+
* <p>Batch on Amazon EC2 and Batch on Amazon EKS support Local Zones. For more information, see
|
|
3919
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-local-zones"> Local Zones</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>, <a href="https://docs.aws.amazon.com/eks/latest/userguide/local-zones.html">Amazon EKS and Amazon Web Services Local
|
|
3920
|
+
* Zones</a> in the <i>Amazon EKS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-regions-zones.html#clusters-local-zones">
|
|
3921
|
+
* Amazon ECS clusters in Local Zones, Wavelength Zones, and Amazon Web Services Outposts</a> in the
|
|
3922
|
+
* <i>Amazon ECS Developer Guide</i>.</p>
|
|
3923
|
+
* <p>Batch on Fargate doesn't currently support Local Zones.</p>
|
|
3924
|
+
* </note>
|
|
3895
3925
|
*/
|
|
3896
3926
|
subnets?: string[];
|
|
3897
3927
|
/**
|
|
@@ -4016,7 +4046,8 @@ export interface ComputeResourceUpdate {
|
|
|
4016
4046
|
* <p>The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that
|
|
4017
4047
|
* instance type before instances are launched. For example, if your maximum percentage is 20%, the Spot price must be
|
|
4018
4048
|
* less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and
|
|
4019
|
-
* never more than your maximum percentage
|
|
4049
|
+
* never more than your maximum percentage. For
|
|
4050
|
+
* most use cases, we recommend leaving this field empty.</p>
|
|
4020
4051
|
* <p>When updating a compute environment, changing the bid percentage requires an infrastructure update of the
|
|
4021
4052
|
* compute environment. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html">Updating compute environments</a> in the
|
|
4022
4053
|
* <i>Batch User Guide</i>.</p>
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -592,6 +592,8 @@ export interface JobDetail {
|
|
|
592
592
|
platformCapabilities?: (PlatformCapability | string)[];
|
|
593
593
|
eksProperties?: EksPropertiesDetail;
|
|
594
594
|
eksAttempts?: EksAttemptDetail[];
|
|
595
|
+
isCancelled?: boolean;
|
|
596
|
+
isTerminated?: boolean;
|
|
595
597
|
}
|
|
596
598
|
export interface DescribeJobsResponse {
|
|
597
599
|
jobs?: JobDetail[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-batch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.235.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.235.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.235.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
31
|
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.235.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.226.0",
|
|
35
35
|
"@aws-sdk/middleware-signing": "3.226.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.226.0",
|