aws-sdk-batch 1.113.0 → 1.114.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: cd441e41654beb14b3fc88342d8a7023ac25fa05bfd14b0ac6c59817761fb16e
4
- data.tar.gz: c227a05cac764661af2a6de71fa952c1fa0f3492c445d478e1a3da40215b1042
3
+ metadata.gz: 043d7d5ba9faebe98d213aa4832f23c0feb002335f96db20550d4f1d22a46332
4
+ data.tar.gz: 886f3a02fceca0042553c2ec4ccc990c7876575539e673dc5078f8487c8fe195
5
5
  SHA512:
6
- metadata.gz: fabc3f30a9a5d7cfc68c0f736b5ec8fd33f3192b540e0e031d2ddb8b4263576232400875df6214fbe2a14fd1d969d1e1a01f53091333d1acbeeaa51ab44b42a9
7
- data.tar.gz: 89f96b0dc5fe92ede7a23bd34f9d2657af651b6e5b3425aa9f97abc3770d6c5c89433933441f68837527791eedde37f2ee219b247a2b1a0dac82017e101680bb
6
+ metadata.gz: d59e00280d1047872ef299c42ec35234fce1bd8b522aeb5dcddab99e37f05fe9bd8cd0a984f3749bb52d4a80f4e453d6facd7d053cd679c7d086ef0315fe19b6
7
+ data.tar.gz: 5d1bd3f0baa74bf61c20ceed2801bcc1f4ac1320d41f799c4573ff8ff47b0c97576a3876c21798f33bd567febb51f12ca267f9dcc1261c57064ac4b8a003750d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.113.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -200,8 +200,7 @@ module Aws::Batch
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -5619,7 +5618,7 @@ module Aws::Batch
5619
5618
  tracer: tracer
5620
5619
  )
5621
5620
  context[:gem_name] = 'aws-sdk-batch'
5622
- context[:gem_version] = '1.113.0'
5621
+ context[:gem_version] = '1.114.0'
5623
5622
  Seahorse::Client::Request.new(handlers, context)
5624
5623
  end
5625
5624
 
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.113.0'
57
+ GEM_VERSION = '1.114.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.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services