@aws-sdk/client-batch 3.193.0 → 3.195.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/CHANGELOG.md +19 -0
- package/README.md +5 -5
- package/dist-cjs/BatchClient.js +11 -8
- package/dist-cjs/commands/CancelJobCommand.js +10 -0
- package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/CreateJobQueueCommand.js +10 -0
- package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteJobQueueCommand.js +10 -0
- package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobQueuesCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListJobsCommand.js +10 -0
- package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/RegisterJobDefinitionCommand.js +10 -0
- package/dist-cjs/commands/SubmitJobCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/TerminateJobCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +10 -0
- package/dist-cjs/commands/UpdateJobQueueCommand.js +10 -0
- package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +368 -0
- package/dist-cjs/models/models_0.js +88 -3
- package/dist-cjs/protocols/Aws_restJson1.js +448 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/BatchClient.js +12 -9
- package/dist-es/commands/CancelJobCommand.js +10 -0
- package/dist-es/commands/CreateComputeEnvironmentCommand.js +10 -0
- package/dist-es/commands/CreateJobQueueCommand.js +10 -0
- package/dist-es/commands/CreateSchedulingPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteComputeEnvironmentCommand.js +10 -0
- package/dist-es/commands/DeleteJobQueueCommand.js +10 -0
- package/dist-es/commands/DeleteSchedulingPolicyCommand.js +10 -0
- package/dist-es/commands/DeregisterJobDefinitionCommand.js +10 -0
- package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +10 -0
- package/dist-es/commands/DescribeJobDefinitionsCommand.js +10 -0
- package/dist-es/commands/DescribeJobQueuesCommand.js +10 -0
- package/dist-es/commands/DescribeJobsCommand.js +10 -0
- package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +10 -0
- package/dist-es/commands/ListJobsCommand.js +10 -0
- package/dist-es/commands/ListSchedulingPoliciesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/RegisterJobDefinitionCommand.js +10 -0
- package/dist-es/commands/SubmitJobCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/TerminateJobCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateComputeEnvironmentCommand.js +10 -0
- package/dist-es/commands/UpdateJobQueueCommand.js +10 -0
- package/dist-es/commands/UpdateSchedulingPolicyCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +365 -0
- package/dist-es/models/models_0.js +65 -0
- package/dist-es/protocols/Aws_restJson1.js +448 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/Batch.d.ts +30 -30
- package/dist-types/BatchClient.d.ts +11 -14
- package/dist-types/commands/CancelJobCommand.d.ts +5 -3
- package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +22 -20
- package/dist-types/commands/CreateJobQueueCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteJobQueueCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobQueuesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
- package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/SubmitJobCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -1
- package/dist-types/commands/TerminateJobCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobQueueCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1322 -552
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/BatchClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateComputeEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateJobQueueCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteComputeEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteJobQueueCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterJobDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeComputeEnvironmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobQueuesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSchedulingPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSchedulingPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterJobDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SubmitJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateComputeEnvironmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobQueueCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSchedulingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +177 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -185
- package/dist-es/endpoints.js +0 -181
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
export const ruleSet = {
|
|
2
|
+
version: "1.0",
|
|
3
|
+
parameters: {
|
|
4
|
+
Region: {
|
|
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
|
+
};
|
|
@@ -61,6 +61,11 @@ export var JQState;
|
|
|
61
61
|
JQState["DISABLED"] = "DISABLED";
|
|
62
62
|
JQState["ENABLED"] = "ENABLED";
|
|
63
63
|
})(JQState || (JQState = {}));
|
|
64
|
+
export var OrchestrationType;
|
|
65
|
+
(function (OrchestrationType) {
|
|
66
|
+
OrchestrationType["ECS"] = "ECS";
|
|
67
|
+
OrchestrationType["EKS"] = "EKS";
|
|
68
|
+
})(OrchestrationType || (OrchestrationType = {}));
|
|
64
69
|
export var CEStatus;
|
|
65
70
|
(function (CEStatus) {
|
|
66
71
|
CEStatus["CREATING"] = "CREATING";
|
|
@@ -174,6 +179,9 @@ export const LaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
|
|
|
174
179
|
export const ComputeResourceFilterSensitiveLog = (obj) => ({
|
|
175
180
|
...obj,
|
|
176
181
|
});
|
|
182
|
+
export const EksConfigurationFilterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
177
185
|
export const CreateComputeEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
178
186
|
...obj,
|
|
179
187
|
});
|
|
@@ -288,6 +296,39 @@ export const VolumeFilterSensitiveLog = (obj) => ({
|
|
|
288
296
|
export const ContainerPropertiesFilterSensitiveLog = (obj) => ({
|
|
289
297
|
...obj,
|
|
290
298
|
});
|
|
299
|
+
export const EksContainerEnvironmentVariableFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
export const EksContainerResourceRequirementsFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
export const EksContainerSecurityContextFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
export const EksContainerVolumeMountFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
export const EksContainerFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
export const EksEmptyDirFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
export const EksHostPathFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
export const EksSecretFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
export const EksVolumeFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
export const EksPodPropertiesFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
export const EksPropertiesFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
291
332
|
export const NodeRangePropertyFilterSensitiveLog = (obj) => ({
|
|
292
333
|
...obj,
|
|
293
334
|
});
|
|
@@ -327,6 +368,21 @@ export const ContainerDetailFilterSensitiveLog = (obj) => ({
|
|
|
327
368
|
export const JobDependencyFilterSensitiveLog = (obj) => ({
|
|
328
369
|
...obj,
|
|
329
370
|
});
|
|
371
|
+
export const EksAttemptContainerDetailFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const EksAttemptDetailFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const EksContainerDetailFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
});
|
|
380
|
+
export const EksPodPropertiesDetailFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
export const EksPropertiesDetailFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
330
386
|
export const NodeDetailsFilterSensitiveLog = (obj) => ({
|
|
331
387
|
...obj,
|
|
332
388
|
});
|
|
@@ -387,6 +443,15 @@ export const RegisterJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
|
387
443
|
export const ContainerOverridesFilterSensitiveLog = (obj) => ({
|
|
388
444
|
...obj,
|
|
389
445
|
});
|
|
446
|
+
export const EksContainerOverrideFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
export const EksPodPropertiesOverrideFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
});
|
|
452
|
+
export const EksPropertiesOverrideFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
390
455
|
export const NodePropertyOverrideFilterSensitiveLog = (obj) => ({
|
|
391
456
|
...obj,
|
|
392
457
|
});
|