aws-sdk-pricing 1.75.0 → 1.76.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: a74b554325b5d7cd0c0b0f6bacc32ce1271cce730857c2fbdcbbc8ede914b4c2
4
- data.tar.gz: e6f2a840f167ea8aeaa482a2fc997ce0f0ca63687d0201ccd513eff41ff178bc
3
+ metadata.gz: 7fadbd29742288f3c59e3214b885e8b90f360cb30a10f5862ad866f58e518cb7
4
+ data.tar.gz: 4be0fe9d49d332ac4813809939c4de9c1b252bca65508029cf2a3edc29c2306f
5
5
  SHA512:
6
- metadata.gz: e274de4613afa70c108122d38b90e942837bd5aaf5ee5e63260703032cffed5858ee9df2f218d69a51ab5ca93dfa00da5757abf45493d27098b91e027c155d1a
7
- data.tar.gz: ea21b6442d05c9cc57219940f6a93305c9c30138067d59d67f4278a43abe1218c6c4ba6d1b5a88dda86a2c492062c94c07f15a5bc0e2fa23d904055e298fa918
6
+ metadata.gz: a7905e416a4eb33a83a32a710c42e426f025cb2d6083738fea93a866e405325b982918815545b5bc72099af951e6ddc3a5e688d2cf41cd62bb804403b8090dfd
7
+ data.tar.gz: e1eefa5a656525c30b7ca78ccce8e8dc2388916b220e9c6bc623da6bdc8188906e8c68225062691fe3948c8b9e31077650185e5a64d68afd638b91f966015397
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -200,8 +200,7 @@ module Aws::Pricing
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
@@ -880,7 +879,7 @@ module Aws::Pricing
880
879
  tracer: tracer
881
880
  )
882
881
  context[:gem_name] = 'aws-sdk-pricing'
883
- context[:gem_version] = '1.75.0'
882
+ context[:gem_version] = '1.76.0'
884
883
  Seahorse::Client::Request.new(handlers, context)
885
884
  end
886
885
 
@@ -55,7 +55,7 @@ module Aws::Pricing
55
55
  autoload :EndpointProvider, 'aws-sdk-pricing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pricing/endpoints'
57
57
 
58
- GEM_VERSION = '1.75.0'
58
+ GEM_VERSION = '1.76.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-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services