aws-sdk-cloudsearchdomain 1.71.0 → 1.72.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-cloudsearchdomain/client.rb +6 -8
- data/lib/aws-sdk-cloudsearchdomain.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: e32217885153dae5a51db2b331da7a305f79f5d47c3700095973c3666c8f5691
|
|
4
|
+
data.tar.gz: 9c4cd6ed3940050c315a7d8c34b052daf5961cdf17b0f54e19a9b2cd0bdcb60b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f30240c94554a388eb5a3471beb91b043696d568777f4d2ef9e89c4682ade874fad2ff1774a5b36aa4b4a2d3294e8763cd7d0655528f338d32a9ed9d700e6a49
|
|
7
|
+
data.tar.gz: a1a55b50416d9e84b948b237f6e268d21875588571feddb0ac636b009616ab3fac5d24c85067a715bda3482b3632253fd0476ca8a4de5ef58858e1efa70d083d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
|
@@ -180,7 +180,7 @@ module Aws::CloudSearchDomain
|
|
|
180
180
|
# the required types.
|
|
181
181
|
#
|
|
182
182
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
183
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
183
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
184
184
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
185
185
|
#
|
|
186
186
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -271,17 +271,15 @@ module Aws::CloudSearchDomain
|
|
|
271
271
|
# @option options [String] :retry_mode ("legacy")
|
|
272
272
|
# Specifies which retry algorithm to use. Values are:
|
|
273
273
|
#
|
|
274
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
275
|
-
# no retry mode is provided.
|
|
274
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
275
|
+
# value if no retry mode is provided.
|
|
276
276
|
#
|
|
277
277
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
278
278
|
# This includes support for retry quotas, which limit the number of
|
|
279
279
|
# unsuccessful retries a client can make.
|
|
280
280
|
#
|
|
281
|
-
# * `adaptive` -
|
|
282
|
-
#
|
|
283
|
-
# throttling. This is a provisional mode that may change behavior
|
|
284
|
-
# in the future.
|
|
281
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
282
|
+
# `standard` mode along with automatic client side throttling.
|
|
285
283
|
#
|
|
286
284
|
# @option options [String] :sdk_ua_app_id
|
|
287
285
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1020,7 +1018,7 @@ module Aws::CloudSearchDomain
|
|
|
1020
1018
|
tracer: tracer
|
|
1021
1019
|
)
|
|
1022
1020
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
|
1023
|
-
context[:gem_version] = '1.
|
|
1021
|
+
context[:gem_version] = '1.72.0'
|
|
1024
1022
|
Seahorse::Client::Request.new(handlers, context)
|
|
1025
1023
|
end
|
|
1026
1024
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudsearchdomain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.72.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
|