aws-sdk-batch 1.120.0 → 1.121.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: 0d8e72b11e174d3fd10bcdd92cc0e0414a90ab6135da7e9dc4ad546191730e1b
4
- data.tar.gz: d074f7709e7e66f1cc1a1e8ff7e1d76244209d3f1dcb378cd4395f525e9e7ee7
3
+ metadata.gz: e977eee222dd2d5c0845c688474e96555f2961dfb41f3a535a310fc1930bdd27
4
+ data.tar.gz: 948bd98edf17eefd71203104e05b81fef51f5ed0391ce361fd6f1b491ebec0cd
5
5
  SHA512:
6
- metadata.gz: f803819dfb8d3a50430a042b209d7cafa032a30ce0298b5ad72eedbfc05ee51ce9a6c02de8d12e6cddd529525cbbbe27e4161e8f8b70f34bbd9e53bd80db65a2
7
- data.tar.gz: d06737f5b1c0698945ecfbdf497001eac2206217479ce1c4e6e9664dad7199b374aaf1a37021656e15f1436882ffa8e760ba0abfe37c893c6d9a2dc4068a115e
6
+ metadata.gz: efbd0274b260212c76474f806c0c1af22acf94a78482675aaac4eb642e646135b5640b655de4583c02a55dc53701265d4eae755363506fd27106e5408ed98cec
7
+ data.tar.gz: b93f08569d39b50864a361b81d35be591d199135d2a5100d54c7bdf1ea57a13289572c3fa0d06f8521c65d6b2797eb13be91427a6653c898f52594bbfdd8fc9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2025-08-07)
5
+ ------------------
6
+
7
+ * Feature - This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
8
+
4
9
  1.120.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.0
@@ -6175,7 +6175,7 @@ module Aws::Batch
6175
6175
  tracer: tracer
6176
6176
  )
6177
6177
  context[:gem_name] = 'aws-sdk-batch'
6178
- context[:gem_version] = '1.120.0'
6178
+ context[:gem_version] = '1.121.0'
6179
6179
  Seahorse::Client::Request.new(handlers, context)
6180
6180
  end
6181
6181
 
@@ -8013,11 +8013,11 @@ module Aws::Batch
8013
8013
  #
8014
8014
  # </note>
8015
8015
  #
8016
- # <note markdown="1"> Fargate Spot is not supported for `ARM64` and Windows-based
8017
- # containers on Fargate. A job queue will be blocked if a Fargate
8018
- # `ARM64` or Windows job is submitted to a job queue with only Fargate
8019
- # Spot compute environments. However, you can attach both `FARGATE`
8020
- # and `FARGATE_SPOT` compute environments to the same job queue.
8016
+ # <note markdown="1"> Fargate Spot is not supported on Windows-based containers on
8017
+ # Fargate. A job queue will be blocked if a Windows job is submitted
8018
+ # to a job queue with only Fargate Spot compute environments. However,
8019
+ # you can attach both `FARGATE` and `FARGATE_SPOT` compute
8020
+ # environments to the same job queue.
8021
8021
  #
8022
8022
  # </note>
8023
8023
  # @return [String]
@@ -8030,11 +8030,11 @@ module Aws::Batch
8030
8030
  #
8031
8031
  # </note>
8032
8032
  #
8033
- # <note markdown="1"> Fargate Spot is not supported for `ARM64` and Windows-based
8034
- # containers on Fargate. A job queue will be blocked if a Fargate
8035
- # `ARM64` or Windows job is submitted to a job queue with only Fargate
8036
- # Spot compute environments. However, you can attach both `FARGATE`
8037
- # and `FARGATE_SPOT` compute environments to the same job queue.
8033
+ # <note markdown="1"> Fargate Spot is not supported on Windows-based containers on
8034
+ # Fargate. A job queue will be blocked if a Windows job is submitted
8035
+ # to a job queue with only Fargate Spot compute environments. However,
8036
+ # you can attach both `FARGATE` and `FARGATE_SPOT` compute
8037
+ # environments to the same job queue.
8038
8038
  #
8039
8039
  # </note>
8040
8040
  # @return [String]
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.120.0'
57
+ GEM_VERSION = '1.121.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.120.0
4
+ version: 1.121.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services