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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db8975ca4ec81ef8c7adddadc70e4f1d60682c8b87aad0f2010c77c7349dd8e3
4
- data.tar.gz: d186c5e3e219ff5b47a9589f0bef2995313a1e459b11e8074e11d0aa99fe7cea
3
+ metadata.gz: 7c2530e2043964aa5ca9aa58a34dc45cc6183cfb592cc7b7d990f36e95a06dde
4
+ data.tar.gz: 8764025571bfb66282465fc24e430e4cde7b14948ed3fea7069fdb66b7a99215
5
5
  SHA512:
6
- metadata.gz: c530421ea6a5d8bfd60501b166a764123af125772b6a12104b1f94afe8123ec170a76754086d375e51001638ee607c9da228b521968de877d7d6839545c5e333
7
- data.tar.gz: 51132ccb9444b1f03287e8430ab1a0860aa9a621a5d723e26538dc0846181f8799da03485839f579474a04c102d2f1e4cb62237f4b5a79b95f0dfae520f589e3
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.126.0
1
+ 1.128.0
@@ -6130,7 +6130,7 @@ module Aws::Batch
6130
6130
  tracer: tracer
6131
6131
  )
6132
6132
  context[:gem_name] = 'aws-sdk-batch'
6133
- context[:gem_version] = '1.126.0'
6133
+ context[:gem_version] = '1.128.0'
6134
6134
  Seahorse::Client::Request.new(handlers, context)
6135
6135
  end
6136
6136
 
@@ -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 x86 based instance types (from the
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] (`EKS_AL2`) is used. If
3616
- # a new image type is specified in an update, but neither an
3617
- # `imageId` nor a `imageIdOverride` parameter is specified, then the
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
- # Starting end of October 2025 Amazon EKS optimized Amazon Linux
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]: Default for all non-GPU instance families.
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]: Default for all GPU instance
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]: Batch supports Amazon Linux 2023.
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 families and
3658
- # can be used for all non Amazon Web Services Graviton-based
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
@@ -54,7 +54,7 @@ module Aws::Batch
54
54
  autoload :EndpointProvider, 'aws-sdk-batch/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-batch/endpoints'
56
56
 
57
- GEM_VERSION = '1.126.0'
57
+ GEM_VERSION = '1.128.0'
58
58
 
59
59
  end
60
60
 
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.126.0
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.231.0
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.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement