aws-sdk-batch 1.150.0 → 1.152.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: 5ae00e9a5372c7935222368bba12956094dbd80fb84f1379b86a7691d14ff586
4
- data.tar.gz: ed1d630fb922c505c9660c337599a868c1483eafd2d11f1a624d40634b0aad82
3
+ metadata.gz: 488e88591b268d8ca48d03a2c3559c70afde23c6245afe96aee62234b5ddbbad
4
+ data.tar.gz: b688a63582ddbb0ac32a2881a9e52fe7a4309a980b928da55e0cf34b576d27d0
5
5
  SHA512:
6
- metadata.gz: b5b89f54eaf4460b5ced2bebcc68b52465111bee775a979887444f423dd07e1aca7ef4b3eccf2b8e60137b3491b4b6acaa9ad3f0d3a2fcb910f6c90fdaf95e15
7
- data.tar.gz: 32c4a31b17183f02fdd93406b2e3a16f8fb439f5a016b43c4aad437a8caaf322d7399871dc77beb41f3d4795d0ba2ee102b5461b59af392fad30c014cd386974
6
+ metadata.gz: bde0562b3c1ef181aeb49a6d818fab2b2c67d51c598fd7b550b89cda31899d22056a681a932c2058915e4ab73fc639228486e75cbd940540406f1f6d5faae0ff
7
+ data.tar.gz: f5b8c9fa62e3b17ec41aa5119665a80cfbc426e51d25a5a2bdfb2c70a45d12da7cf69ba6c93c3e29a16d29fc8783a50f8d826abe476e01da9588b428a4cb8490
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.152.0 (2026-09-09)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.151.0 (2026-08-24)
10
+ ------------------
11
+
12
+ * Feature - Doc Update, Add note that UpdatePolicy applies only to EC2 managed compute environments
13
+
4
14
  1.150.0 (2026-08-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.152.0
@@ -7114,7 +7114,7 @@ module Aws::Batch
7114
7114
  tracer: tracer
7115
7115
  )
7116
7116
  context[:gem_name] = 'aws-sdk-batch'
7117
- context[:gem_version] = '1.150.0'
7117
+ context[:gem_version] = '1.152.0'
7118
7118
  Seahorse::Client::Request.new(handlers, context)
7119
7119
  end
7120
7120
 
@@ -11859,6 +11859,11 @@ module Aws::Batch
11859
11859
  # environment. For more information about infrastructure updates, see
11860
11860
  # [Updating compute environments][1] in the *Batch User Guide*.
11861
11861
  #
11862
+ # The `updatePolicy` property applies only to Amazon EC2 managed compute
11863
+ # environments. Batch doesn't support `updatePolicy` for Fargate
11864
+ # compute environments. If you specify it for a Fargate compute
11865
+ # environment, Batch ignores it.
11866
+ #
11862
11867
  #
11863
11868
  #
11864
11869
  # [1]: https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html
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.150.0'
57
+ GEM_VERSION = '1.152.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.150.0
4
+ version: 1.152.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.254.0
21
+ version: 3.255.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.254.0
31
+ version: 3.255.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement