aws-sdk-applicationdiscoveryservice 1.85.0 → 1.86.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: 304726ef9e0a36d9a91a4835db76388e8419e2a002d25d981df4a354ed99cd05
4
- data.tar.gz: 90f9ac8b1cf1783fb15b2313cb7e15f044131552c7570dab0b255ecf1c2ba5fc
3
+ metadata.gz: c5dff8fbe8c4cf5e3bd9251611c1f3cb634c1da9552ef3b867126928be0d6a46
4
+ data.tar.gz: c589723d01c0540a3799ab148821369ed1cbf965d0f96edfc542a35a1ad0d966
5
5
  SHA512:
6
- metadata.gz: 04e76587633126456a5627cbc86dfc153f0122fe30796011c23563bf0a806e42627df0426c0e7f27c19bd13da862b404ed2d9fcf481047b264545aa558b6dd3a
7
- data.tar.gz: 3fe5f282fa16d8d424526ee2c9c94cbc5bab9ef55598cb0e4e2fa0d17bde026796e915fb73abeb5eb6f0483825b9741124f91e70a5ed91cc82baa93d6f83d8c1
6
+ metadata.gz: b94ccfe0e0dc8e2cb86b04ff55dd88d7e420d21ee4d53c27c3d5ba1ef0c773a63a6d7a4eb63ed742b8adbb3fbd71079edb1791191bcd79f5124a9ffc08494d85
7
+ data.tar.gz: 6f44eb899978b73d5ae30650d89ba28ca6ee6f1179c58bb008df0b5644afdb2efb73e0201301cf6f54701a190a295a1c1088d6e96710dc9466102ee9b6328466
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.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.85.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -200,8 +200,7 @@ module Aws::ApplicationDiscoveryService
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
@@ -1845,7 +1844,7 @@ module Aws::ApplicationDiscoveryService
1845
1844
  tracer: tracer
1846
1845
  )
1847
1846
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1848
- context[:gem_version] = '1.85.0'
1847
+ context[:gem_version] = '1.86.0'
1849
1848
  Seahorse::Client::Request.new(handlers, context)
1850
1849
  end
1851
1850
 
@@ -54,7 +54,7 @@ module Aws::ApplicationDiscoveryService
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationdiscoveryservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationdiscoveryservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.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-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services