aws-sdk-elasticbeanstalk 1.86.0 → 1.87.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: f297ea1d7097898c291683b8135f46395cce35ae524fbca216d9ad45405f82e5
4
- data.tar.gz: c250d061fd80617ea8af51edda605a7ffec714fde3e52587be274de58a6ac7bc
3
+ metadata.gz: e96ad2cfb23fe4287c421b2af1cd9a6f2349d20ed5d5226fa5f506400b8f4943
4
+ data.tar.gz: 7743865f5b5ec750d13bbf358a3831e6f41aac5f9c0ce310b624f0a27d887e0c
5
5
  SHA512:
6
- metadata.gz: dcedc1c35065ac83b7e10e68302291e85e17da1037db716f8edcce9c07f938aff4f2a82b593e23259a523632c51cc27b91f2cdfb5d27c5065b871a0d0b541af7
7
- data.tar.gz: fb43ff13c6a826ee6b84388890239115c3b5d2d095b3a87cd92b75c4561846e97f0eb4145f8e5f2769d5477d65091d5ebe1c3dc096038fc85857c5bc36b3e4f9
6
+ metadata.gz: c3eb1c83f16069265322ac6958310c01e7cb53813a085cbe33e2173a5a43c0dd72cb468f32da2d90af0e38f1d4919846053a0db08cd7b8e1e77dde07dc12aae9
7
+ data.tar.gz: 47f7f9c04b7548176ac43ddc0e980cfda44e47142f220f989272850307b79479d5617efeffa96e2da7ec2922d361b222f3b05d507be31cc772db502681d7d167
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.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.86.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -200,8 +200,7 @@ module Aws::ElasticBeanstalk
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
@@ -4646,7 +4645,7 @@ module Aws::ElasticBeanstalk
4646
4645
  tracer: tracer
4647
4646
  )
4648
4647
  context[:gem_name] = 'aws-sdk-elasticbeanstalk'
4649
- context[:gem_version] = '1.86.0'
4648
+ context[:gem_version] = '1.87.0'
4650
4649
  Seahorse::Client::Request.new(handlers, context)
4651
4650
  end
4652
4651
 
@@ -55,7 +55,7 @@ module Aws::ElasticBeanstalk
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticbeanstalk/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticbeanstalk/endpoints'
57
57
 
58
- GEM_VERSION = '1.86.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticbeanstalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services