aws-sdk-codeguruprofiler 1.53.0 → 1.54.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: 375764448784dceff4cf00e489169081f8bec0cbd32776dd164469c006719afa
4
- data.tar.gz: e488095c74f9b24ee4258cdb80a3ad383a5190b0471bbd9731d38063e3374f0e
3
+ metadata.gz: d4992f237f0d66818a84d26a5781e6133cb6d761d19bb44505e6765400445375
4
+ data.tar.gz: 12ee6ae2c9416685830048ecb9388fdcb21fc79ccec92219d0ec0029841f9c54
5
5
  SHA512:
6
- metadata.gz: b699cef83ad0bcd66472c481b43b07373169c0ffae0e9b61820df5e77840155f001ad4d9929f8a6391ed57e1d3214baab787513dcd9bb2b6f10616a0a66d9af7
7
- data.tar.gz: 01621df0624184b56f7b1cb456d76e2306a8b4d19f2a72d529ec43f01a34475684fd854e5a56f54a2d4c668047e2a6cfa094fe67e7934d2f509d1da4b9933ecc
6
+ metadata.gz: 5d7e88cf3d307fade2475d096bcc1a109729dd38cae190b97203d059a9a76e333f391a2872607f213d9e5bc9c6defdae25c9640b011da18a362fd52e7734983a
7
+ data.tar.gz: c669752c6ff33efe4f40a338f8e87a44deba649f7d4277c49b7f48aa5ba7642648e9761bc4d1afe4c838e11bfe98d3e16bcdd93eb9317ab535288c01bb89fee5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -200,8 +200,7 @@ module Aws::CodeGuruProfiler
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
@@ -1781,7 +1780,7 @@ module Aws::CodeGuruProfiler
1781
1780
  tracer: tracer
1782
1781
  )
1783
1782
  context[:gem_name] = 'aws-sdk-codeguruprofiler'
1784
- context[:gem_version] = '1.53.0'
1783
+ context[:gem_version] = '1.54.0'
1785
1784
  Seahorse::Client::Request.new(handlers, context)
1786
1785
  end
1787
1786
 
@@ -54,7 +54,7 @@ module Aws::CodeGuruProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-codeguruprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeguruprofiler/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.54.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-codeguruprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services