aws-sdk-batch 1.126.0 → 1.128.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-batch/client.rb +1 -1
- data/lib/aws-sdk-batch/types.rb +12 -16
- data/lib/aws-sdk-batch.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c2530e2043964aa5ca9aa58a34dc45cc6183cfb592cc7b7d990f36e95a06dde
|
|
4
|
+
data.tar.gz: 8764025571bfb66282465fc24e430e4cde7b14948ed3fea7069fdb66b7a99215
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbb124b6195ea99d1e486733efed0e6a042db2c8f569947eb69bfc568cd21ad272656f81a20409b08765f25f35cb4a1be79131edc03e7fb4913bb22212611622
|
|
7
|
+
data.tar.gz: 2c4ae2046f26f7bcb74601538ebe2bc1c10bc15c94b0837315258201ae6830ff731f2f4c917bc13576fe8a65b352df297c625b58ceb76dcaa194ddba95a1a39d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.128.0 (2025-11-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
|
|
8
|
+
|
|
9
|
+
1.127.0 (2025-10-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.126.0 (2025-10-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
data/lib/aws-sdk-batch/client.rb
CHANGED
data/lib/aws-sdk-batch/types.rb
CHANGED
|
@@ -631,7 +631,7 @@ module Aws::Batch
|
|
|
631
631
|
# `m6i`, `c6i`, `r6i`, and `c7i` instance families) that matches the
|
|
632
632
|
# resource demands of the job queue.
|
|
633
633
|
#
|
|
634
|
-
# * `default_arm64` to choose
|
|
634
|
+
# * `default_arm64` to choose ARM based instance types (from the
|
|
635
635
|
# `m6g`, `c6g`, `r6g`, and `c7g` instance families) that matches the
|
|
636
636
|
# resource demands of the job queue.
|
|
637
637
|
#
|
|
@@ -3612,17 +3612,13 @@ module Aws::Batch
|
|
|
3612
3612
|
# EKS
|
|
3613
3613
|
#
|
|
3614
3614
|
# : If the `imageIdOverride` parameter isn't specified, then a recent
|
|
3615
|
-
# [Amazon EKS-optimized Amazon Linux AMI][5] (`
|
|
3616
|
-
# a new image type is specified in an update, but neither
|
|
3617
|
-
# `imageId` nor a `imageIdOverride` parameter is specified, then
|
|
3618
|
-
# latest Amazon EKS optimized AMI for that image type that Batch
|
|
3615
|
+
# [Amazon EKS-optimized Amazon Linux 2023 AMI][5] (`EKS_AL2023`) is
|
|
3616
|
+
# used. If a new image type is specified in an update, but neither
|
|
3617
|
+
# an `imageId` nor a `imageIdOverride` parameter is specified, then
|
|
3618
|
+
# the latest Amazon EKS optimized AMI for that image type that Batch
|
|
3619
3619
|
# supports is used.
|
|
3620
3620
|
#
|
|
3621
|
-
#
|
|
3622
|
-
# 2023 AMIs will be the default on Batch for EKS versions prior to
|
|
3623
|
-
# 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon
|
|
3624
|
-
# Linux 2023 AMIs will be the default when it becomes supported on
|
|
3625
|
-
# Batch.
|
|
3621
|
+
# Amazon Linux 2023 AMIs are the default on Batch for Amazon EKS.
|
|
3626
3622
|
#
|
|
3627
3623
|
# Amazon Web Services will end support for Amazon EKS AL2-optimized
|
|
3628
3624
|
# and AL2-accelerated AMIs, starting 11/26/25. You can continue
|
|
@@ -3636,17 +3632,17 @@ module Aws::Batch
|
|
|
3636
3632
|
#
|
|
3637
3633
|
# EKS\_AL2
|
|
3638
3634
|
#
|
|
3639
|
-
# : [Amazon Linux 2][5]:
|
|
3635
|
+
# : [Amazon Linux 2][5]: Used for non-GPU instance families.
|
|
3640
3636
|
#
|
|
3641
3637
|
# EKS\_AL2\_NVIDIA
|
|
3642
3638
|
#
|
|
3643
|
-
# : [Amazon Linux 2 (accelerated)][5]:
|
|
3639
|
+
# : [Amazon Linux 2 (accelerated)][5]: Used for GPU instance
|
|
3644
3640
|
# families (for example, `P4` and `G4`) and can be used for all
|
|
3645
3641
|
# non Amazon Web Services Graviton-based instance types.
|
|
3646
3642
|
#
|
|
3647
3643
|
# EKS\_AL2023
|
|
3648
3644
|
#
|
|
3649
|
-
# : [Amazon Linux 2023][5]:
|
|
3645
|
+
# : [Amazon Linux 2023][5]: Default for non-GPU instance families.
|
|
3650
3646
|
#
|
|
3651
3647
|
# <note markdown="1"> Amazon Linux 2023 does not support `A1` instances.
|
|
3652
3648
|
#
|
|
@@ -3654,9 +3650,9 @@ module Aws::Batch
|
|
|
3654
3650
|
#
|
|
3655
3651
|
# EKS\_AL2023\_NVIDIA
|
|
3656
3652
|
#
|
|
3657
|
-
# : [Amazon Linux 2023 (accelerated)][5]: GPU instance
|
|
3658
|
-
# can be used for all non Amazon Web Services
|
|
3659
|
-
# instance types.
|
|
3653
|
+
# : [Amazon Linux 2023 (accelerated)][5]: Default for GPU instance
|
|
3654
|
+
# families and can be used for all non Amazon Web Services
|
|
3655
|
+
# Graviton-based instance types.
|
|
3660
3656
|
#
|
|
3661
3657
|
#
|
|
3662
3658
|
#
|
data/lib/aws-sdk-batch.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-batch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.128.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.234.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.234.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|