@aws-sdk/client-batch 3.296.0 → 3.298.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.
Files changed (92) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  2. package/dist-cjs/commands/CreateComputeEnvironmentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateJobQueueCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSchedulingPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteComputeEnvironmentCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteJobQueueCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSchedulingPolicyCommand.js +2 -3
  8. package/dist-cjs/commands/DeregisterJobDefinitionCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeComputeEnvironmentsCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeJobDefinitionsCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeJobQueuesCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeJobsCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeSchedulingPoliciesCommand.js +2 -3
  14. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  15. package/dist-cjs/commands/ListSchedulingPoliciesCommand.js +2 -3
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  17. package/dist-cjs/commands/RegisterJobDefinitionCommand.js +2 -3
  18. package/dist-cjs/commands/SubmitJobCommand.js +2 -3
  19. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  20. package/dist-cjs/commands/TerminateJobCommand.js +2 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  22. package/dist-cjs/commands/UpdateComputeEnvironmentCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateJobQueueCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateSchedulingPolicyCommand.js +2 -3
  25. package/dist-cjs/endpoint/ruleset.js +3 -3
  26. package/dist-cjs/models/models_0.js +1 -479
  27. package/dist-cjs/protocols/Aws_restJson1.js +50 -0
  28. package/dist-es/commands/CancelJobCommand.js +2 -3
  29. package/dist-es/commands/CreateComputeEnvironmentCommand.js +2 -3
  30. package/dist-es/commands/CreateJobQueueCommand.js +2 -3
  31. package/dist-es/commands/CreateSchedulingPolicyCommand.js +2 -3
  32. package/dist-es/commands/DeleteComputeEnvironmentCommand.js +2 -3
  33. package/dist-es/commands/DeleteJobQueueCommand.js +2 -3
  34. package/dist-es/commands/DeleteSchedulingPolicyCommand.js +2 -3
  35. package/dist-es/commands/DeregisterJobDefinitionCommand.js +2 -3
  36. package/dist-es/commands/DescribeComputeEnvironmentsCommand.js +2 -3
  37. package/dist-es/commands/DescribeJobDefinitionsCommand.js +2 -3
  38. package/dist-es/commands/DescribeJobQueuesCommand.js +2 -3
  39. package/dist-es/commands/DescribeJobsCommand.js +2 -3
  40. package/dist-es/commands/DescribeSchedulingPoliciesCommand.js +2 -3
  41. package/dist-es/commands/ListJobsCommand.js +2 -3
  42. package/dist-es/commands/ListSchedulingPoliciesCommand.js +2 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  44. package/dist-es/commands/RegisterJobDefinitionCommand.js +2 -3
  45. package/dist-es/commands/SubmitJobCommand.js +2 -3
  46. package/dist-es/commands/TagResourceCommand.js +2 -3
  47. package/dist-es/commands/TerminateJobCommand.js +2 -3
  48. package/dist-es/commands/UntagResourceCommand.js +2 -3
  49. package/dist-es/commands/UpdateComputeEnvironmentCommand.js +2 -3
  50. package/dist-es/commands/UpdateJobQueueCommand.js +2 -3
  51. package/dist-es/commands/UpdateSchedulingPolicyCommand.js +2 -3
  52. package/dist-es/endpoint/ruleset.js +3 -3
  53. package/dist-es/models/models_0.js +0 -357
  54. package/dist-es/protocols/Aws_restJson1.js +50 -0
  55. package/dist-types/Batch.d.ts +38 -4
  56. package/dist-types/BatchClient.d.ts +24 -4
  57. package/dist-types/commands/CancelJobCommand.d.ts +29 -4
  58. package/dist-types/commands/CreateComputeEnvironmentCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateJobQueueCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateSchedulingPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteJobQueueCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts +16 -0
  64. package/dist-types/commands/DeregisterJobDefinitionCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeJobDefinitionsCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeJobQueuesCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeJobsCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListSchedulingPoliciesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  73. package/dist-types/commands/RegisterJobDefinitionCommand.d.ts +16 -0
  74. package/dist-types/commands/SubmitJobCommand.d.ts +16 -0
  75. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  76. package/dist-types/commands/TerminateJobCommand.d.ts +16 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateJobQueueCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts +16 -0
  81. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  82. package/dist-types/models/BatchServiceException.d.ts +2 -0
  83. package/dist-types/models/models_0.d.ts +1618 -1584
  84. package/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeJobQueuesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts +3 -0
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/models/models_0.d.ts +10 -321
  92. package/package.json +4 -3
@@ -146,360 +146,3 @@ export var CRUpdateAllocationStrategy;
146
146
  CRUpdateAllocationStrategy["BEST_FIT_PROGRESSIVE"] = "BEST_FIT_PROGRESSIVE";
147
147
  CRUpdateAllocationStrategy["SPOT_CAPACITY_OPTIMIZED"] = "SPOT_CAPACITY_OPTIMIZED";
148
148
  })(CRUpdateAllocationStrategy || (CRUpdateAllocationStrategy = {}));
149
- export const ArrayPropertiesFilterSensitiveLog = (obj) => ({
150
- ...obj,
151
- });
152
- export const ArrayPropertiesDetailFilterSensitiveLog = (obj) => ({
153
- ...obj,
154
- });
155
- export const ArrayPropertiesSummaryFilterSensitiveLog = (obj) => ({
156
- ...obj,
157
- });
158
- export const NetworkInterfaceFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- export const AttemptContainerDetailFilterSensitiveLog = (obj) => ({
162
- ...obj,
163
- });
164
- export const AttemptDetailFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- export const CancelJobRequestFilterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- export const CancelJobResponseFilterSensitiveLog = (obj) => ({
171
- ...obj,
172
- });
173
- export const Ec2ConfigurationFilterSensitiveLog = (obj) => ({
174
- ...obj,
175
- });
176
- export const LaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
177
- ...obj,
178
- });
179
- export const ComputeResourceFilterSensitiveLog = (obj) => ({
180
- ...obj,
181
- });
182
- export const EksConfigurationFilterSensitiveLog = (obj) => ({
183
- ...obj,
184
- });
185
- export const CreateComputeEnvironmentRequestFilterSensitiveLog = (obj) => ({
186
- ...obj,
187
- });
188
- export const CreateComputeEnvironmentResponseFilterSensitiveLog = (obj) => ({
189
- ...obj,
190
- });
191
- export const ComputeEnvironmentOrderFilterSensitiveLog = (obj) => ({
192
- ...obj,
193
- });
194
- export const CreateJobQueueRequestFilterSensitiveLog = (obj) => ({
195
- ...obj,
196
- });
197
- export const CreateJobQueueResponseFilterSensitiveLog = (obj) => ({
198
- ...obj,
199
- });
200
- export const ShareAttributesFilterSensitiveLog = (obj) => ({
201
- ...obj,
202
- });
203
- export const FairsharePolicyFilterSensitiveLog = (obj) => ({
204
- ...obj,
205
- });
206
- export const CreateSchedulingPolicyRequestFilterSensitiveLog = (obj) => ({
207
- ...obj,
208
- });
209
- export const CreateSchedulingPolicyResponseFilterSensitiveLog = (obj) => ({
210
- ...obj,
211
- });
212
- export const DeleteComputeEnvironmentRequestFilterSensitiveLog = (obj) => ({
213
- ...obj,
214
- });
215
- export const DeleteComputeEnvironmentResponseFilterSensitiveLog = (obj) => ({
216
- ...obj,
217
- });
218
- export const DeleteJobQueueRequestFilterSensitiveLog = (obj) => ({
219
- ...obj,
220
- });
221
- export const DeleteJobQueueResponseFilterSensitiveLog = (obj) => ({
222
- ...obj,
223
- });
224
- export const DeleteSchedulingPolicyRequestFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- });
227
- export const DeleteSchedulingPolicyResponseFilterSensitiveLog = (obj) => ({
228
- ...obj,
229
- });
230
- export const DeregisterJobDefinitionRequestFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- });
233
- export const DeregisterJobDefinitionResponseFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- });
236
- export const DescribeComputeEnvironmentsRequestFilterSensitiveLog = (obj) => ({
237
- ...obj,
238
- });
239
- export const UpdatePolicyFilterSensitiveLog = (obj) => ({
240
- ...obj,
241
- });
242
- export const ComputeEnvironmentDetailFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- });
245
- export const DescribeComputeEnvironmentsResponseFilterSensitiveLog = (obj) => ({
246
- ...obj,
247
- });
248
- export const DescribeJobDefinitionsRequestFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- export const KeyValuePairFilterSensitiveLog = (obj) => ({
252
- ...obj,
253
- });
254
- export const FargatePlatformConfigurationFilterSensitiveLog = (obj) => ({
255
- ...obj,
256
- });
257
- export const DeviceFilterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- export const TmpfsFilterSensitiveLog = (obj) => ({
261
- ...obj,
262
- });
263
- export const LinuxParametersFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- });
266
- export const SecretFilterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- export const LogConfigurationFilterSensitiveLog = (obj) => ({
270
- ...obj,
271
- });
272
- export const MountPointFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const NetworkConfigurationFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const ResourceRequirementFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const UlimitFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const EFSAuthorizationConfigFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const EFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const HostFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const VolumeFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const ContainerPropertiesFilterSensitiveLog = (obj) => ({
297
- ...obj,
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
- });
332
- export const NodeRangePropertyFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const NodePropertiesFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const EvaluateOnExitFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const RetryStrategyFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
- export const JobTimeoutFilterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- export const JobDefinitionFilterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- export const DescribeJobDefinitionsResponseFilterSensitiveLog = (obj) => ({
351
- ...obj,
352
- });
353
- export const DescribeJobQueuesRequestFilterSensitiveLog = (obj) => ({
354
- ...obj,
355
- });
356
- export const JobQueueDetailFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- export const DescribeJobQueuesResponseFilterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
- export const DescribeJobsRequestFilterSensitiveLog = (obj) => ({
363
- ...obj,
364
- });
365
- export const ContainerDetailFilterSensitiveLog = (obj) => ({
366
- ...obj,
367
- });
368
- export const JobDependencyFilterSensitiveLog = (obj) => ({
369
- ...obj,
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
- });
386
- export const NodeDetailsFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- export const JobDetailFilterSensitiveLog = (obj) => ({
390
- ...obj,
391
- });
392
- export const DescribeJobsResponseFilterSensitiveLog = (obj) => ({
393
- ...obj,
394
- });
395
- export const DescribeSchedulingPoliciesRequestFilterSensitiveLog = (obj) => ({
396
- ...obj,
397
- });
398
- export const SchedulingPolicyDetailFilterSensitiveLog = (obj) => ({
399
- ...obj,
400
- });
401
- export const DescribeSchedulingPoliciesResponseFilterSensitiveLog = (obj) => ({
402
- ...obj,
403
- });
404
- export const KeyValuesPairFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- export const ListJobsRequestFilterSensitiveLog = (obj) => ({
408
- ...obj,
409
- });
410
- export const ContainerSummaryFilterSensitiveLog = (obj) => ({
411
- ...obj,
412
- });
413
- export const NodePropertiesSummaryFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- export const JobSummaryFilterSensitiveLog = (obj) => ({
417
- ...obj,
418
- });
419
- export const ListJobsResponseFilterSensitiveLog = (obj) => ({
420
- ...obj,
421
- });
422
- export const ListSchedulingPoliciesRequestFilterSensitiveLog = (obj) => ({
423
- ...obj,
424
- });
425
- export const SchedulingPolicyListingDetailFilterSensitiveLog = (obj) => ({
426
- ...obj,
427
- });
428
- export const ListSchedulingPoliciesResponseFilterSensitiveLog = (obj) => ({
429
- ...obj,
430
- });
431
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
435
- ...obj,
436
- });
437
- export const RegisterJobDefinitionRequestFilterSensitiveLog = (obj) => ({
438
- ...obj,
439
- });
440
- export const RegisterJobDefinitionResponseFilterSensitiveLog = (obj) => ({
441
- ...obj,
442
- });
443
- export const ContainerOverridesFilterSensitiveLog = (obj) => ({
444
- ...obj,
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
- });
455
- export const NodePropertyOverrideFilterSensitiveLog = (obj) => ({
456
- ...obj,
457
- });
458
- export const NodeOverridesFilterSensitiveLog = (obj) => ({
459
- ...obj,
460
- });
461
- export const SubmitJobRequestFilterSensitiveLog = (obj) => ({
462
- ...obj,
463
- });
464
- export const SubmitJobResponseFilterSensitiveLog = (obj) => ({
465
- ...obj,
466
- });
467
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
468
- ...obj,
469
- });
470
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
471
- ...obj,
472
- });
473
- export const TerminateJobRequestFilterSensitiveLog = (obj) => ({
474
- ...obj,
475
- });
476
- export const TerminateJobResponseFilterSensitiveLog = (obj) => ({
477
- ...obj,
478
- });
479
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
480
- ...obj,
481
- });
482
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
483
- ...obj,
484
- });
485
- export const ComputeResourceUpdateFilterSensitiveLog = (obj) => ({
486
- ...obj,
487
- });
488
- export const UpdateComputeEnvironmentRequestFilterSensitiveLog = (obj) => ({
489
- ...obj,
490
- });
491
- export const UpdateComputeEnvironmentResponseFilterSensitiveLog = (obj) => ({
492
- ...obj,
493
- });
494
- export const UpdateJobQueueRequestFilterSensitiveLog = (obj) => ({
495
- ...obj,
496
- });
497
- export const UpdateJobQueueResponseFilterSensitiveLog = (obj) => ({
498
- ...obj,
499
- });
500
- export const UpdateSchedulingPolicyRequestFilterSensitiveLog = (obj) => ({
501
- ...obj,
502
- });
503
- export const UpdateSchedulingPolicyResponseFilterSensitiveLog = (obj) => ({
504
- ...obj,
505
- });
@@ -1588,6 +1588,9 @@ const serializeAws_restJson1ContainerProperties = (input, context) => {
1588
1588
  ...(input.environment != null && {
1589
1589
  environment: serializeAws_restJson1EnvironmentVariables(input.environment, context),
1590
1590
  }),
1591
+ ...(input.ephemeralStorage != null && {
1592
+ ephemeralStorage: serializeAws_restJson1EphemeralStorage(input.ephemeralStorage, context),
1593
+ }),
1591
1594
  ...(input.executionRoleArn != null && { executionRoleArn: input.executionRoleArn }),
1592
1595
  ...(input.fargatePlatformConfiguration != null && {
1593
1596
  fargatePlatformConfiguration: serializeAws_restJson1FargatePlatformConfiguration(input.fargatePlatformConfiguration, context),
@@ -1775,6 +1778,15 @@ const serializeAws_restJson1EksHostPath = (input, context) => {
1775
1778
  ...(input.path != null && { path: input.path }),
1776
1779
  };
1777
1780
  };
1781
+ const serializeAws_restJson1EksLabelsMap = (input, context) => {
1782
+ return Object.entries(input).reduce((acc, [key, value]) => {
1783
+ if (value === null) {
1784
+ return acc;
1785
+ }
1786
+ acc[key] = value;
1787
+ return acc;
1788
+ }, {});
1789
+ };
1778
1790
  const serializeAws_restJson1EksLimits = (input, context) => {
1779
1791
  return Object.entries(input).reduce((acc, [key, value]) => {
1780
1792
  if (value === null) {
@@ -1784,11 +1796,17 @@ const serializeAws_restJson1EksLimits = (input, context) => {
1784
1796
  return acc;
1785
1797
  }, {});
1786
1798
  };
1799
+ const serializeAws_restJson1EksMetadata = (input, context) => {
1800
+ return {
1801
+ ...(input.labels != null && { labels: serializeAws_restJson1EksLabelsMap(input.labels, context) }),
1802
+ };
1803
+ };
1787
1804
  const serializeAws_restJson1EksPodProperties = (input, context) => {
1788
1805
  return {
1789
1806
  ...(input.containers != null && { containers: serializeAws_restJson1EksContainers(input.containers, context) }),
1790
1807
  ...(input.dnsPolicy != null && { dnsPolicy: input.dnsPolicy }),
1791
1808
  ...(input.hostNetwork != null && { hostNetwork: input.hostNetwork }),
1809
+ ...(input.metadata != null && { metadata: serializeAws_restJson1EksMetadata(input.metadata, context) }),
1792
1810
  ...(input.serviceAccountName != null && { serviceAccountName: input.serviceAccountName }),
1793
1811
  ...(input.volumes != null && { volumes: serializeAws_restJson1EksVolumes(input.volumes, context) }),
1794
1812
  };
@@ -1798,6 +1816,7 @@ const serializeAws_restJson1EksPodPropertiesOverride = (input, context) => {
1798
1816
  ...(input.containers != null && {
1799
1817
  containers: serializeAws_restJson1EksContainerOverrideList(input.containers, context),
1800
1818
  }),
1819
+ ...(input.metadata != null && { metadata: serializeAws_restJson1EksMetadata(input.metadata, context) }),
1801
1820
  };
1802
1821
  };
1803
1822
  const serializeAws_restJson1EksProperties = (input, context) => {
@@ -1851,6 +1870,11 @@ const serializeAws_restJson1EnvironmentVariables = (input, context) => {
1851
1870
  return serializeAws_restJson1KeyValuePair(entry, context);
1852
1871
  });
1853
1872
  };
1873
+ const serializeAws_restJson1EphemeralStorage = (input, context) => {
1874
+ return {
1875
+ ...(input.sizeInGiB != null && { sizeInGiB: input.sizeInGiB }),
1876
+ };
1877
+ };
1854
1878
  const serializeAws_restJson1EvaluateOnExit = (input, context) => {
1855
1879
  return {
1856
1880
  ...(input.action != null && { action: input.action }),
@@ -2299,6 +2323,9 @@ const deserializeAws_restJson1ContainerDetail = (output, context) => {
2299
2323
  environment: output.environment != null
2300
2324
  ? deserializeAws_restJson1EnvironmentVariables(output.environment, context)
2301
2325
  : undefined,
2326
+ ephemeralStorage: output.ephemeralStorage != null
2327
+ ? deserializeAws_restJson1EphemeralStorage(output.ephemeralStorage, context)
2328
+ : undefined,
2302
2329
  executionRoleArn: __expectString(output.executionRoleArn),
2303
2330
  exitCode: __expectInt32(output.exitCode),
2304
2331
  fargatePlatformConfiguration: output.fargatePlatformConfiguration != null
@@ -2342,6 +2369,9 @@ const deserializeAws_restJson1ContainerProperties = (output, context) => {
2342
2369
  environment: output.environment != null
2343
2370
  ? deserializeAws_restJson1EnvironmentVariables(output.environment, context)
2344
2371
  : undefined,
2372
+ ephemeralStorage: output.ephemeralStorage != null
2373
+ ? deserializeAws_restJson1EphemeralStorage(output.ephemeralStorage, context)
2374
+ : undefined,
2345
2375
  executionRoleArn: __expectString(output.executionRoleArn),
2346
2376
  fargatePlatformConfiguration: output.fargatePlatformConfiguration != null
2347
2377
  ? deserializeAws_restJson1FargatePlatformConfiguration(output.fargatePlatformConfiguration, context)
@@ -2613,6 +2643,15 @@ const deserializeAws_restJson1EksHostPath = (output, context) => {
2613
2643
  path: __expectString(output.path),
2614
2644
  };
2615
2645
  };
2646
+ const deserializeAws_restJson1EksLabelsMap = (output, context) => {
2647
+ return Object.entries(output).reduce((acc, [key, value]) => {
2648
+ if (value === null) {
2649
+ return acc;
2650
+ }
2651
+ acc[key] = __expectString(value);
2652
+ return acc;
2653
+ }, {});
2654
+ };
2616
2655
  const deserializeAws_restJson1EksLimits = (output, context) => {
2617
2656
  return Object.entries(output).reduce((acc, [key, value]) => {
2618
2657
  if (value === null) {
@@ -2622,11 +2661,17 @@ const deserializeAws_restJson1EksLimits = (output, context) => {
2622
2661
  return acc;
2623
2662
  }, {});
2624
2663
  };
2664
+ const deserializeAws_restJson1EksMetadata = (output, context) => {
2665
+ return {
2666
+ labels: output.labels != null ? deserializeAws_restJson1EksLabelsMap(output.labels, context) : undefined,
2667
+ };
2668
+ };
2625
2669
  const deserializeAws_restJson1EksPodProperties = (output, context) => {
2626
2670
  return {
2627
2671
  containers: output.containers != null ? deserializeAws_restJson1EksContainers(output.containers, context) : undefined,
2628
2672
  dnsPolicy: __expectString(output.dnsPolicy),
2629
2673
  hostNetwork: __expectBoolean(output.hostNetwork),
2674
+ metadata: output.metadata != null ? deserializeAws_restJson1EksMetadata(output.metadata, context) : undefined,
2630
2675
  serviceAccountName: __expectString(output.serviceAccountName),
2631
2676
  volumes: output.volumes != null ? deserializeAws_restJson1EksVolumes(output.volumes, context) : undefined,
2632
2677
  };
@@ -2701,6 +2746,11 @@ const deserializeAws_restJson1EnvironmentVariables = (output, context) => {
2701
2746
  });
2702
2747
  return retVal;
2703
2748
  };
2749
+ const deserializeAws_restJson1EphemeralStorage = (output, context) => {
2750
+ return {
2751
+ sizeInGiB: __expectInt32(output.sizeInGiB),
2752
+ };
2753
+ };
2704
2754
  const deserializeAws_restJson1EvaluateOnExit = (output, context) => {
2705
2755
  return {
2706
2756
  action: __expectString(output.action),