aws-sdk-cloudwatchevents 1.89.0 → 1.90.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: b345daca30130dcfbba6fd0cd67f1b183fa7d5c13b84869e62af760bf7e1f117
4
- data.tar.gz: d1ddf610af678b5151e66fe14c96381dc03c840c01e47423b95c18a1be7f9f69
3
+ metadata.gz: cc2c79301f41026ba7068103abcaa84715e8a064b3b28dd0b104a0b821b3b562
4
+ data.tar.gz: b68a23e5abe2ab9787da1d342d8bc9c7d492fa273d6015d3b135c07df6bcb2a7
5
5
  SHA512:
6
- metadata.gz: 376f10af3a6270006e3e16c09d9fc50327e64555775d089c76094c729f7f46179815d404c20778cc2a51447cb1671805185780d87296222f061cb61982cf60ed
7
- data.tar.gz: 2534b679d8338fb73eeeed7940dc4b56220485f4282417ca7c59b1b85903f9e4e2fdba872df4fe228396c93767695bf8e1c734c41c509cb5518eecaf5847b3fd
6
+ metadata.gz: 46d493d2d9a6f6bee6c69e10e6247a639923812eb7dcd511a61d8da0d1b7c5ecbcf98181e8d79da25bc11f43d476fcaea1abd1962ff67d67dc93afc85462a6f8
7
+ data.tar.gz: 75cc2a90e172a2ecade835592e91cdb55db8112ac845ab7cd1d0f245ae0f4b5f2bd3c25333e590079b3db3cd3d20fbd8ccaab7cba735ed1fd10bedb2a05e39e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -200,8 +200,7 @@ module Aws::CloudWatchEvents
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
@@ -3458,7 +3457,7 @@ module Aws::CloudWatchEvents
3458
3457
  tracer: tracer
3459
3458
  )
3460
3459
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3461
- context[:gem_version] = '1.89.0'
3460
+ context[:gem_version] = '1.90.0'
3462
3461
  Seahorse::Client::Request.new(handlers, context)
3463
3462
  end
3464
3463
 
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.89.0'
57
+ GEM_VERSION = '1.90.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-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services