aws-sdk-cloudwatchlogs 1.152.0 → 1.153.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 +6 -8
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c403b28d04e72ad7ade586c470455bccd4f2d8ce387db1bb17da64868b003d96
|
|
4
|
+
data.tar.gz: c2d45d87e9324f0602b2770c759f6fe1e2335473b4eba9c974fb9281802d6cbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d14adbdf7cc492a23c098c152ae14c9b86f736ee070f0a558d173d0d7293c4f4967c8563ed3d4a713cdf5f0b4be188478143ce55dd349008b0306ac595b67b1
|
|
7
|
+
data.tar.gz: a711b1eae361a19a9e99496c461321d09bffaf6302828fcd071490094f4f38fb1164263598f8a5f063dabe0a411f8608ef58aed9cad4156a96c7d2ba1a9dc7cc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.153.0
|
|
@@ -201,7 +201,7 @@ module Aws::CloudWatchLogs
|
|
|
201
201
|
# the required types.
|
|
202
202
|
#
|
|
203
203
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
204
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
204
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
205
205
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
206
206
|
#
|
|
207
207
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -334,17 +334,15 @@ module Aws::CloudWatchLogs
|
|
|
334
334
|
# @option options [String] :retry_mode ("legacy")
|
|
335
335
|
# Specifies which retry algorithm to use. Values are:
|
|
336
336
|
#
|
|
337
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
338
|
-
# no retry mode is provided.
|
|
337
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
338
|
+
# value if no retry mode is provided.
|
|
339
339
|
#
|
|
340
340
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
341
341
|
# This includes support for retry quotas, which limit the number of
|
|
342
342
|
# unsuccessful retries a client can make.
|
|
343
343
|
#
|
|
344
|
-
# * `adaptive` -
|
|
345
|
-
#
|
|
346
|
-
# throttling. This is a provisional mode that may change behavior
|
|
347
|
-
# in the future.
|
|
344
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
345
|
+
# `standard` mode along with automatic client side throttling.
|
|
348
346
|
#
|
|
349
347
|
# @option options [String] :sdk_ua_app_id
|
|
350
348
|
# A unique and opaque application ID that is appended to the
|
|
@@ -9299,7 +9297,7 @@ module Aws::CloudWatchLogs
|
|
|
9299
9297
|
tracer: tracer
|
|
9300
9298
|
)
|
|
9301
9299
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
9302
|
-
context[:gem_version] = '1.
|
|
9300
|
+
context[:gem_version] = '1.153.0'
|
|
9303
9301
|
Seahorse::Client::Request.new(handlers, context)
|
|
9304
9302
|
end
|
|
9305
9303
|
|
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.
|
|
4
|
+
version: 1.153.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|