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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client_api.rb +2 -2
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5303d92d69d03c4d1fdea8392fed536e484255022346723f2eec9fdd98b54568
|
|
4
|
+
data.tar.gz: e4fe07c30d3ed54d93b378f03029deee1de23611a1f08cc6f40c4f85e49f1b1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6b19c24cb3ae5d99c4d946861d83ab1bc07b18131fe349bc56fea2ae2f408435088f73c1074662c389cbe2cf0900b04f6d16ca12b55b4851f4fb81ee7b70b73
|
|
7
|
+
data.tar.gz: 8f4c62752f0f36df438aa5777b72304a95fb8e633d9f512e43745e45db3056469d303f5abe2dce091acc175269e8b4c4dd24a856ba13fefa6c5dc8593f3047d7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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" => "
|
|
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" => "
|
|
3895
|
+
"hostPrefix" => "stream-",
|
|
3896
3896
|
}
|
|
3897
3897
|
o.input = Shapes::ShapeRef.new(shape: StartLiveTailRequest)
|
|
3898
3898
|
o.output = Shapes::ShapeRef.new(shape: StartLiveTailResponse)
|