aws-sdk-savingsplans 1.58.0 → 1.59.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: 3509b48db632c995ef6f03dc3c95c46104056641a6dcfdd3d58fa23a16daaf47
4
- data.tar.gz: f9896b9bab51aa0ebc7fdabe0dea7b5ef8e8b283f4375df013cac831a91ac941
3
+ metadata.gz: 589bc13ac71f0846a30b6f3973549bda1a92b45857fedb36afb821c0b5a7cb2f
4
+ data.tar.gz: 843bddbe808e733e9cf3daaf0f3a9b9c0936719317f1516d963559e7b8b284eb
5
5
  SHA512:
6
- metadata.gz: 4db1128cbb853be530c08d83178b763f88c734d83f7312fe6d07d372c58e04f61e38cf1af82608ae36f64dec4180e48e510ae3f052c4d0f69c2775df38c9b49d
7
- data.tar.gz: e59ac9fc5260ca47e843dcf316aada964c392bc72c4800650c817dd4b3979a9460c3450eff1c6bf8e5b96d9a9b59bc42dcaf76a81a3ea2ff35b78db1dd3f8df6
6
+ metadata.gz: 007debc2c529b64f3f5a59c76418add7427adb1e537008c23112edb150eb61f57483039f5629da4acb4ede2c9c5ce15eb14dc021ff05991f10a9f7c9a68644db
7
+ data.tar.gz: 362b30614c1b1c0f6342a1dad7ef679e8e0795b00e0f998d9d6a30c7834e1b900ff52c31f688649bb1073ce8638ce2710658a2151ac2b6e84fa48b86d450bfe4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -200,8 +200,7 @@ module Aws::SavingsPlans
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
@@ -1017,7 +1016,7 @@ module Aws::SavingsPlans
1017
1016
  tracer: tracer
1018
1017
  )
1019
1018
  context[:gem_name] = 'aws-sdk-savingsplans'
1020
- context[:gem_version] = '1.58.0'
1019
+ context[:gem_version] = '1.59.0'
1021
1020
  Seahorse::Client::Request.new(handlers, context)
1022
1021
  end
1023
1022
 
@@ -54,7 +54,7 @@ module Aws::SavingsPlans
54
54
  autoload :EndpointProvider, 'aws-sdk-savingsplans/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-savingsplans/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-savingsplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services