aws-sdk-applicationcostprofiler 1.39.0 → 1.40.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: f2b410af42ae5cefebd193a9c3c5b412d16a2835efa97150ca92198e22203a3a
4
- data.tar.gz: 3a50db18a5c521d5bec367814949187500103c7646ec07c5bf0cb919b47bf326
3
+ metadata.gz: eab5f0bd2031da9de9538aebd7928a61d95775ed4d177dc0bd6bd28d833c934a
4
+ data.tar.gz: 77a68c7e188b801278a31d1824b8e543bf1aaa13f6eb90363c9429ce7eae23e7
5
5
  SHA512:
6
- metadata.gz: ad8d2d5b9839b47b88b46a216731ccef2eb29957803efb454aa49fe53034d5b870d11fa6978223ed215ceb61b783daae4ea5388c306dac7f4075e70311f2a11a
7
- data.tar.gz: '089b3dd25c5679e6dca2a368353a5b2d6689af5f517aa9261571319c7549d02865e3c27dea10b38b4cae12250026107c85493cb5637b0203c05ef8f6968d8d7f'
6
+ metadata.gz: 4f48b636ac6f07f834cc6cd77193814d20d98cd15274b81b6e5e7050cd758bd7dd719a955d033b674488889efbe5bb4e5d56f7a3d49b91c04cb8a01e889ef28a
7
+ data.tar.gz: 0b7705eef1c35c792e980a1a60fbfa431678b086aab0151b3e53e9aaf551e2d01a480417461c9082a7a0d6517f7a74795f356330b62858d23af34d3e9ecea48c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.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.39.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -200,8 +200,7 @@ module Aws::ApplicationCostProfiler
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
@@ -742,7 +741,7 @@ module Aws::ApplicationCostProfiler
742
741
  tracer: tracer
743
742
  )
744
743
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
745
- context[:gem_version] = '1.39.0'
744
+ context[:gem_version] = '1.40.0'
746
745
  Seahorse::Client::Request.new(handlers, context)
747
746
  end
748
747
 
@@ -54,7 +54,7 @@ module Aws::ApplicationCostProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationcostprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationcostprofiler/endpoints'
56
56
 
57
- GEM_VERSION = '1.39.0'
57
+ GEM_VERSION = '1.40.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-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services