aws-sdk-bcmpricingcalculator 1.8.0 → 1.9.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: 22fc136857168d17729fd4bb02cb45069bf3f795853b27e0f5ef4b2e5887456f
4
- data.tar.gz: e714a10b0c794741751e4b6c86266ef3434cc2818d65d9f7b61cee3bf76f39d7
3
+ metadata.gz: d9f06c17a00861d5c30a3a7a7b53fd2781bc45a418e54e42645c76b6ec03ab01
4
+ data.tar.gz: f2faa48a185c29637a5e69ad58f152237af3ebd7065eb51b751261f8ddd4a950
5
5
  SHA512:
6
- metadata.gz: 452e7ac837dc1b01ee3b90a7effd6dec91aec8f554dd1c6e34e3ecd13a935a54287725b1db0964a050d1bf411e2a31dcc0e933b283233c76f19dd119f6755226
7
- data.tar.gz: c16aff1af3852f473be694667275eb6f3e9dd8dfacf9e74e40bfc0a9290e2a92f1c32569e9fbc68ffb6c17ec3df7860c7c26b8d438b7ee5b52de98886ad78a8d
6
+ metadata.gz: 5f9784eea7153d1c19624e6b134305a96c88e53285fe215b616283550b95b445bc4088a032fe58d33c61bad422a3367a704ae7a3c629fc308815667e721392b2
7
+ data.tar.gz: f125e03a73e04dea067cc3ba2c13eb7fab5a914df735402ec560432908b4bd7ef2366a9170bc0a4ad4f7e00e69382f46808f316845789bff0800803757f34cbc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -200,8 +200,7 @@ module Aws::BCMPricingCalculator
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
@@ -2724,7 +2723,7 @@ module Aws::BCMPricingCalculator
2724
2723
  tracer: tracer
2725
2724
  )
2726
2725
  context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
2727
- context[:gem_version] = '1.8.0'
2726
+ context[:gem_version] = '1.9.0'
2728
2727
  Seahorse::Client::Request.new(handlers, context)
2729
2728
  end
2730
2729
 
@@ -55,7 +55,7 @@ module Aws::BCMPricingCalculator
55
55
  autoload :EndpointProvider, 'aws-sdk-bcmpricingcalculator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bcmpricingcalculator/endpoints'
57
57
 
58
- GEM_VERSION = '1.8.0'
58
+ GEM_VERSION = '1.9.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-bcmpricingcalculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services