@aws-sdk/client-batch 3.876.0 → 3.879.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.
@@ -335,6 +335,15 @@ export interface Ec2Configuration {
335
335
  * <p>Amazon Linux 2023 does not support <code>A1</code> instances.</p>
336
336
  * </note>
337
337
  * </dd>
338
+ * <dt>ECS_AL2023_NVIDIA</dt>
339
+ * <dd>
340
+ * <p>
341
+ * <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#gpuami">Amazon Linux 2023
342
+ * (GPU)</a>: For all GPU instance families and can be used for all non Amazon Web Services Graviton-based instance types.</p>
343
+ * <note>
344
+ * <p>ECS_AL2023_NVIDIA doesn't support <code>p3</code> and <code>g3</code> instance types.</p>
345
+ * </note>
346
+ * </dd>
338
347
  * <dt>ECS_AL1</dt>
339
348
  * <dd>
340
349
  * <p>
@@ -349,6 +358,18 @@ export interface Ec2Configuration {
349
358
  * AMI</a> (<code>EKS_AL2</code>) is used. If a new image type is specified in an update,
350
359
  * but neither an <code>imageId</code> nor a <code>imageIdOverride</code> parameter is specified,
351
360
  * then the latest Amazon EKS optimized AMI for that image type that Batch supports is used.</p>
361
+ * <important>
362
+ * <p>Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the
363
+ * default on Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33,
364
+ * EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on
365
+ * Batch.</p>
366
+ * <p>Amazon Web Services will end
367
+ * support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue
368
+ * using Batch-provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute
369
+ * environments beyond the 11/26/25 end-of-support date, these compute environments will no
370
+ * longer receive any new software updates, security patches, or bug fixes from
371
+ * Amazon Web Services. For more information on upgrading from AL2 to AL2023, see <a href="">How to upgrade from EKS AL2 to EKS AL2023</a> in the <i>Batch User Guide</i>.</p>
372
+ * </important>
352
373
  * <dl>
353
374
  * <dt>EKS_AL2</dt>
354
375
  * <dd>
@@ -1350,7 +1371,7 @@ export interface ShareAttributes {
1350
1371
  * (*), this entry specifies the weight factor to use for share identifiers that start with
1351
1372
  * that prefix. The list of share identifiers in a fair-share policy can't overlap. For
1352
1373
  * example, you can't have one that specifies a <code>shareIdentifier</code> of <code>UserA*</code>
1353
- * and another that specifies a <code>shareIdentifier</code> of <code>UserA-1</code>.</p>
1374
+ * and another that specifies a <code>shareIdentifier</code> of <code>UserA1</code>.</p>
1354
1375
  * <p>There can be no more than 500 share identifiers active in a job queue.</p>
1355
1376
  * <p>The string is limited to 255 alphanumeric characters, and can be followed by an asterisk
1356
1377
  * (*).</p>
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.876.0",
4
+ "version": "3.879.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-batch",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.876.0",
24
- "@aws-sdk/credential-provider-node": "3.876.0",
23
+ "@aws-sdk/core": "3.879.0",
24
+ "@aws-sdk/credential-provider-node": "3.879.0",
25
25
  "@aws-sdk/middleware-host-header": "3.873.0",
26
26
  "@aws-sdk/middleware-logger": "3.876.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
- "@aws-sdk/middleware-user-agent": "3.876.0",
28
+ "@aws-sdk/middleware-user-agent": "3.879.0",
29
29
  "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.873.0",
31
+ "@aws-sdk/util-endpoints": "3.879.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.873.0",
33
- "@aws-sdk/util-user-agent-node": "3.876.0",
33
+ "@aws-sdk/util-user-agent-node": "3.879.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
- "@smithy/core": "^3.8.0",
35
+ "@smithy/core": "^3.9.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",
37
37
  "@smithy/hash-node": "^4.0.5",
38
38
  "@smithy/invalid-dependency": "^4.0.5",
39
39
  "@smithy/middleware-content-length": "^4.0.5",
40
- "@smithy/middleware-endpoint": "^4.1.18",
41
- "@smithy/middleware-retry": "^4.1.19",
40
+ "@smithy/middleware-endpoint": "^4.1.19",
41
+ "@smithy/middleware-retry": "^4.1.20",
42
42
  "@smithy/middleware-serde": "^4.0.9",
43
43
  "@smithy/middleware-stack": "^4.0.5",
44
44
  "@smithy/node-config-provider": "^4.1.4",
45
45
  "@smithy/node-http-handler": "^4.1.1",
46
46
  "@smithy/protocol-http": "^5.1.3",
47
- "@smithy/smithy-client": "^4.4.10",
47
+ "@smithy/smithy-client": "^4.5.0",
48
48
  "@smithy/types": "^4.3.2",
49
49
  "@smithy/url-parser": "^4.0.5",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.26",
54
- "@smithy/util-defaults-mode-node": "^4.0.26",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.27",
54
+ "@smithy/util-defaults-mode-node": "^4.0.27",
55
55
  "@smithy/util-endpoints": "^3.0.7",
56
56
  "@smithy/util-middleware": "^4.0.5",
57
57
  "@smithy/util-retry": "^4.0.7",