aws-sdk-cloudsearchdomain 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7b7081d1f592f9f5f159205c72d6974c7d5dd7d
4
- data.tar.gz: 3d937dbea47c51ae970c5e6fd3c8a8f36941587a
3
+ metadata.gz: 120bd3418959949d307501bed906e3f9de706332
4
+ data.tar.gz: 5284f858d58af815ec0a57217f40d120fb24f6ef
5
5
  SHA512:
6
- metadata.gz: 760695964839a58838bf4db1867b0862c463f1d6f02b5915a8f23a046e42227b037c937ffd7e47fe62788f31a20c3e38c626bf1ba32727e239d6103412d1a52b
7
- data.tar.gz: ffc7ae9d302fdd09c42742e302b224cf747edf9ed5d9cfe9e3230d00b846708a70e8ffeebd16d9b4af95d8f7b934f16ea009b760e0370260299ae26a5b9247e1
6
+ metadata.gz: 89cc7446cfa22ac6e78624f2268a06baea83a8b5ccdf0c51580846c50dae89c40960b5359e42bd2966a595a6dcdca2e3df6153736197b6949b9d14f2a49ff0d8
7
+ data.tar.gz: b1068cd9ee07bed2d470841d708a60fe7d2ba9364a73e136dd41019b08b79b45423d26962537c38ab3601a9eb683337824ed3df54aba5ada5f30708d4afacd03
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
42
42
  # @service
43
43
  module Aws::CloudSearchDomain
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -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.1'
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.1
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-02-16 00:00:00.000000000 Z
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.1
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