aws-sdk-cloudwatchrum 1.40.0 → 1.41.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: c1aed46612afad0637c03c93a4d3408852d044fb7b5f05f5fbfae85088135611
4
- data.tar.gz: d28904d76b4641bdad69b97010e1f89dc6142590d29c40f7879de93ac8f36c41
3
+ metadata.gz: 7d90b4a405844a23804c01fa20f60654acee4a7065c824993892ecfd377e5a15
4
+ data.tar.gz: 99c05da29a482ba1ec9ab63c2db90e3cff4af9919012bb93ad65f09988f8ebdf
5
5
  SHA512:
6
- metadata.gz: 1417fc3bd3b4db2f49b108922e14ba9fd3a7b5d7fe22fcf1b5d7dfdfd207e68590884e2c6773b640abc5e2bc5a4646ad2e2e9d1c328f59e749fd40188ab5da40
7
- data.tar.gz: b94df7b1d6606e6a3fbaf0ac695ce9803b239762a68d410aea88ddf69d3cab071d35bb4473b31d901d74e9e3c0310b8969372cb5e90c6a2dd6753dad6aa34e2d
6
+ metadata.gz: 353a3cd7239a9469679f6d9757462632953ca35794c068929f766b1f59146fecaf3e3d552e4aacf8210b23be2df090b2f2f5c0ca151c7a9fe684dfa840c2130b
7
+ data.tar.gz: b810fc54e037525360ca48e0130648acbd3984df3411c4987b1580735f6080b7a1f9c10b0a6a95ed77cafbe44b2279a181f1131e3dab2c0435490d05a3bb7e37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::CloudWatchRUM
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
@@ -1732,7 +1731,7 @@ module Aws::CloudWatchRUM
1732
1731
  tracer: tracer
1733
1732
  )
1734
1733
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1735
- context[:gem_version] = '1.40.0'
1734
+ context[:gem_version] = '1.41.0'
1736
1735
  Seahorse::Client::Request.new(handlers, context)
1737
1736
  end
1738
1737
 
@@ -54,7 +54,7 @@ module Aws::CloudWatchRUM
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
56
56
 
57
- GEM_VERSION = '1.40.0'
57
+ GEM_VERSION = '1.41.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-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services