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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +2 -3
- 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: edad62fe137428773e3840f6c574829227a3be32e5b8a89861fd1f714cbf02e9
|
4
|
+
data.tar.gz: 9192b83d21ffb516a03ee275c7053881cb11420c84bd717b2be85bdfb8b17419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d40dd32ceca8253c05e7a6b9b2af588b762fce9e35f0130e279add4e099833ac8f397b2f52186f9bf01f25e1c2973c88a23d2fc6b898fd8820660531f2beffdc
|
7
|
+
data.tar.gz: 42aefe487fd8020aa21dcf52e7e3c48c8927dde3f650b3d70afd40a75b0b81b529353faad63ff31f33a567c285906cf199d6cc065a53a2a959097a56522c5eee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
7081
|
+
context[:gem_version] = '1.115.0'
|
7083
7082
|
Seahorse::Client::Request.new(handlers, context)
|
7084
7083
|
end
|
7085
7084
|
|