aws-sdk-health 1.79.0 → 1.80.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: 0a06a379e80a0f16fd844c6943dad0f705355c0516a4ce2f8ea5614139187c64
4
- data.tar.gz: 57663aa90151d47c791c549e05d533e646b63ea611a585d423f08a17ae56a0cf
3
+ metadata.gz: 44baa88da79881b2d9106d2985eed1036c954e654f39933de9f887b986c6a0e5
4
+ data.tar.gz: 65d59bedbb6f0dcd866ee653b7f563121b68023cf8f9ad3c85781134245a8bd6
5
5
  SHA512:
6
- metadata.gz: 99ac6c7c9405eeec3860f57c69d4735a04eb1fe0e166224c111a55646efe99db50583734f9edc40a9d36ae87c5f148ccf5f85d0fa5861ad542df395862fe5481
7
- data.tar.gz: 2589266441dd393ebf37d2963d7c973dcf443035b768a4b9472b5aefd96dde71bbeae84e26d58598465039d5ec842b04183404e831b697c77ff6712ca9327bf6
6
+ metadata.gz: a04884f7d3ad956c83ca3a2d67ae7dec1cc7b900596b1be1dbdd56be46d916fe14f387f6403a83b9b0225632efff2000681253076291d8a1c9c25ed72c5701ce
7
+ data.tar.gz: 7e0ea6c058c257bc9ba171246b8fdefb4bc2ac2d6e321d453d4308b84bcd1636b984bfc412816f6131010f44b748b5800fa4b5b7a3a7877f57df0c649cf852da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.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.79.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -200,8 +200,7 @@ module Aws::Health
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
@@ -1547,7 +1546,7 @@ module Aws::Health
1547
1546
  tracer: tracer
1548
1547
  )
1549
1548
  context[:gem_name] = 'aws-sdk-health'
1550
- context[:gem_version] = '1.79.0'
1549
+ context[:gem_version] = '1.80.0'
1551
1550
  Seahorse::Client::Request.new(handlers, context)
1552
1551
  end
1553
1552
 
@@ -54,7 +54,7 @@ module Aws::Health
54
54
  autoload :EndpointProvider, 'aws-sdk-health/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-health/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.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-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services