aws-sdk-cloudwatchlogs 1.144.0 → 1.145.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: 717c490242d54b15ec2fd19af5ea9a2aa10a723620f4dda5ee7bd7515fd2cd53
4
- data.tar.gz: 40647896a37de56ebea724fb1081da16f6dffc9c4ea8204997245820eb81c6dc
3
+ metadata.gz: 5303d92d69d03c4d1fdea8392fed536e484255022346723f2eec9fdd98b54568
4
+ data.tar.gz: e4fe07c30d3ed54d93b378f03029deee1de23611a1f08cc6f40c4f85e49f1b1c
5
5
  SHA512:
6
- metadata.gz: e260f0a7e8a361406031125d66de234d19d7223ba44061a32a5741ba8ca498b0717d50ed3b8e895278ed8bfc7b1a656597d97a0dc3f097c66f0a95fa294d1124
7
- data.tar.gz: ae2ff8c4431869727e23c83936cb0857b7beb09d94e6c4e2f863420f3b4e975b0e1f197a8bb7c64e243d0c543fb4c98b749e4cf9d7bc98d244ef884ff36e84a4
6
+ metadata.gz: c6b19c24cb3ae5d99c4d946861d83ab1bc07b18131fe349bc56fea2ae2f408435088f73c1074662c389cbe2cf0900b04f6d16ca12b55b4851f4fb81ee7b70b73
7
+ data.tar.gz: 8f4c62752f0f36df438aa5777b72304a95fb8e633d9f512e43745e45db3056469d303f5abe2dce091acc175269e8b4c4dd24a856ba13fefa6c5dc8593f3047d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2026-04-16)
5
+ ------------------
6
+
7
+ * Feature - Endpoint update for CloudWatch Logs Streaming APIs.
8
+
4
9
  1.144.0 (2026-04-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
1
+ 1.145.0
@@ -9232,7 +9232,7 @@ module Aws::CloudWatchLogs
9232
9232
  tracer: tracer
9233
9233
  )
9234
9234
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
9235
- context[:gem_version] = '1.144.0'
9235
+ context[:gem_version] = '1.145.0'
9236
9236
  Seahorse::Client::Request.new(handlers, context)
9237
9237
  end
9238
9238
 
@@ -3414,7 +3414,7 @@ module Aws::CloudWatchLogs
3414
3414
  o.http_method = "POST"
3415
3415
  o.http_request_uri = "/"
3416
3416
  o.endpoint_pattern = {
3417
- "hostPrefix" => "streaming-",
3417
+ "hostPrefix" => "stream-",
3418
3418
  }
3419
3419
  o.input = Shapes::ShapeRef.new(shape: GetLogObjectRequest)
3420
3420
  o.output = Shapes::ShapeRef.new(shape: GetLogObjectResponse)
@@ -3892,7 +3892,7 @@ module Aws::CloudWatchLogs
3892
3892
  o.http_method = "POST"
3893
3893
  o.http_request_uri = "/"
3894
3894
  o.endpoint_pattern = {
3895
- "hostPrefix" => "streaming-",
3895
+ "hostPrefix" => "stream-",
3896
3896
  }
3897
3897
  o.input = Shapes::ShapeRef.new(shape: StartLiveTailRequest)
3898
3898
  o.output = Shapes::ShapeRef.new(shape: StartLiveTailResponse)
@@ -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.144.0'
58
+ GEM_VERSION = '1.145.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.144.0
4
+ version: 1.145.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services