aws-sdk-batch 1.150.0 → 1.151.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: 7dff745b1d20dfbda4e931d2eeee0734dfaad8421adb870e95f237afd353ed9b
4
+ data.tar.gz: 8684020168ad27e34862f8706ae15f5804de5f8aa919328b2e1d10b2555b2f12
5
5
  SHA512:
6
- metadata.gz: b5b89f54eaf4460b5ced2bebcc68b52465111bee775a979887444f423dd07e1aca7ef4b3eccf2b8e60137b3491b4b6acaa9ad3f0d3a2fcb910f6c90fdaf95e15
7
- data.tar.gz: 32c4a31b17183f02fdd93406b2e3a16f8fb439f5a016b43c4aad437a8caaf322d7399871dc77beb41f3d4795d0ba2ee102b5461b59af392fad30c014cd386974
6
+ metadata.gz: 9e1c99abd38a504c4700b0f03f598832d1b1dc51840b3ff2e80972cfc658aec519827d796b7d9e303b3add16c2f407b0b07edb873b33cb26f77602eed5c20394
7
+ data.tar.gz: 40f943f052559e862d22d0a5b0789375ff14b8c37124134d0be13d476f2bc6b602c986427c336a258b47bf6085f7949c086a22bf90dc200d0112023e6bddaec0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2026-08-24)
5
+ ------------------
6
+
7
+ * Feature - Doc Update, Add note that UpdatePolicy applies only to EC2 managed compute environments
8
+
4
9
  1.150.0 (2026-08-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.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.151.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.151.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.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services