aws-sdk-cloudwatchlogs 1.114.0 → 1.115.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: 959d7e0299c62c37d7dec659df6d6ef82ba243a41be5d9addb6aa188cd48ede0
4
- data.tar.gz: 157d6b2a385787f2d1b73e33ef9b73477a70ab072a5f38c6ea7d3e2dc2faf372
3
+ metadata.gz: edad62fe137428773e3840f6c574829227a3be32e5b8a89861fd1f714cbf02e9
4
+ data.tar.gz: 9192b83d21ffb516a03ee275c7053881cb11420c84bd717b2be85bdfb8b17419
5
5
  SHA512:
6
- metadata.gz: b381f4cbe2c8244417c15375f08ef68d7a1c5147d2d8c45e2d13d1377f8e6f6e805306391e508b98b1670cfff7b2745332bc56473fbdfb04f4cc1ccf32cf6e06
7
- data.tar.gz: 95e3cc67e5160f2cb64ec5332a36d50a8a60e79a17ef18f5101dd7f6b55dc9255f1c91d7b302b9df60db342748a18091c6cff29b2b163b8ffbb6897d36306f64
6
+ metadata.gz: d40dd32ceca8253c05e7a6b9b2af588b762fce9e35f0130e279add4e099833ac8f397b2f52186f9bf01f25e1c2973c88a23d2fc6b898fd8820660531f2beffdc
7
+ data.tar.gz: 42aefe487fd8020aa21dcf52e7e3c48c8927dde3f650b3d70afd40a75b0b81b529353faad63ff31f33a567c285906cf199d6cc065a53a2a959097a56522c5eee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.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.114.0 (2025-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -202,8 +202,7 @@ module Aws::CloudWatchLogs
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -7079,7 +7078,7 @@ module Aws::CloudWatchLogs
7079
7078
  tracer: tracer
7080
7079
  )
7081
7080
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
7082
- context[:gem_version] = '1.114.0'
7081
+ context[:gem_version] = '1.115.0'
7083
7082
  Seahorse::Client::Request.new(handlers, context)
7084
7083
  end
7085
7084
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.114.0'
58
+ GEM_VERSION = '1.115.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-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services