aws-sdk-cloudsearchdomain 1.0.1 → 1.1.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/lib/aws-sdk-cloudsearchdomain.rb +1 -1
- data/lib/aws-sdk-cloudsearchdomain/client.rb +12 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 120bd3418959949d307501bed906e3f9de706332
|
4
|
+
data.tar.gz: 5284f858d58af815ec0a57217f40d120fb24f6ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89cc7446cfa22ac6e78624f2268a06baea83a8b5ccdf0c51580846c50dae89c40960b5359e42bd2966a595a6dcdca2e3df6153736197b6949b9d14f2a49ff0d8
|
7
|
+
data.tar.gz: b1068cd9ee07bed2d470841d708a60fe7d2ba9364a73e136dd41019b08b79b45423d26962537c38ab3601a9eb683337824ed3df54aba5ada5f30708d4afacd03
|
@@ -100,6 +100,14 @@ module Aws::CloudSearchDomain
|
|
100
100
|
# Used when loading credentials from the shared credentials file
|
101
101
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
102
102
|
#
|
103
|
+
# @option options [Float] :retry_base_delay (0.3)
|
104
|
+
# The base delay in seconds used by the default backoff function.
|
105
|
+
#
|
106
|
+
# @option options [Symbol] :retry_jitter (:none)
|
107
|
+
# A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
|
108
|
+
#
|
109
|
+
# @see https://www.awsarchitectureblog.com/2015/03/backoff.html
|
110
|
+
#
|
103
111
|
# @option options [Integer] :retry_limit (3)
|
104
112
|
# The maximum number of times to retry failed requests. Only
|
105
113
|
# ~ 500 level server errors and certain ~ 400 level client errors
|
@@ -107,6 +115,9 @@ module Aws::CloudSearchDomain
|
|
107
115
|
# checksum errors, networking errors, timeout errors and auth
|
108
116
|
# errors from expired credentials.
|
109
117
|
#
|
118
|
+
# @option options [Integer] :retry_max_delay (0)
|
119
|
+
# The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
|
120
|
+
#
|
110
121
|
# @option options [String] :secret_access_key
|
111
122
|
#
|
112
123
|
# @option options [String] :session_token
|
@@ -733,7 +744,7 @@ module Aws::CloudSearchDomain
|
|
733
744
|
params: params,
|
734
745
|
config: config)
|
735
746
|
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
|
736
|
-
context[:gem_version] = '1.0
|
747
|
+
context[:gem_version] = '1.1.0'
|
737
748
|
Seahorse::Client::Request.new(handlers, context)
|
738
749
|
end
|
739
750
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudsearchdomain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
79
|
rubyforge_project:
|
80
|
-
rubygems_version: 2.5.
|
80
|
+
rubygems_version: 2.5.2.3
|
81
81
|
signing_key:
|
82
82
|
specification_version: 4
|
83
83
|
summary: AWS SDK for Ruby - Amazon CloudSearch Domain
|