aws-sdk-cloudsearch 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: 0a254f214445a0d6836fb46235b7f658124382de
4
- data.tar.gz: 4d0676b7e71f0190acc5152126923b4905fdf466
3
+ metadata.gz: d160904a2ae5cb82fa7284cd897699ed27cca91a
4
+ data.tar.gz: ea37528588a3aa91ff1a8bfc7cc97f3a62b0f218
5
5
  SHA512:
6
- metadata.gz: a3ae6f49d1e0605903fce57d6775b7cba9b19e435da61c871b67385a9ea07d534838114540a24fa42bcd70c1beaa9fdfdbaece01467f5c29ce2c13366c6e7e51
7
- data.tar.gz: 91fd46cf7b2759b27c40ba36db81e5235c8120c3b62ac5a631fe3dc5393971ae3f5545ca1faef842aac8b61ef4943ed8785d0aa0e5d7eec0337bf883781b69c7
6
+ metadata.gz: 1e7a803c2577e0d887a56057d1b76aa316334052d7a07b1eeeef7b0512890e987c570a36d47e3974376d7046fff4a6b7459a9670ef82c44ad7ca2f647b2e8184
7
+ data.tar.gz: 52f864db3315bab3835f297451948cd27cf3c822353a2b1378c1925aa37eb976db5e1f31366fc1f56d533633ba181d5780d8b8c15ba35f76e8f6a52cf6e4166f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudsearch/customizations'
42
42
  # @service
43
43
  module Aws::CloudSearch
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::CloudSearch
115
115
  # Used when loading credentials from the shared credentials file
116
116
  # at HOME/.aws/credentials. When not specified, 'default' is used.
117
117
  #
118
+ # @option options [Float] :retry_base_delay (0.3)
119
+ # The base delay in seconds used by the default backoff function.
120
+ #
121
+ # @option options [Symbol] :retry_jitter (:none)
122
+ # 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.
123
+ #
124
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
125
+ #
118
126
  # @option options [Integer] :retry_limit (3)
119
127
  # The maximum number of times to retry failed requests. Only
120
128
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -122,6 +130,9 @@ module Aws::CloudSearch
122
130
  # checksum errors, networking errors, timeout errors and auth
123
131
  # errors from expired credentials.
124
132
  #
133
+ # @option options [Integer] :retry_max_delay (0)
134
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
135
+ #
125
136
  # @option options [String] :secret_access_key
126
137
  #
127
138
  # @option options [String] :session_token
@@ -1569,7 +1580,7 @@ module Aws::CloudSearch
1569
1580
  params: params,
1570
1581
  config: config)
1571
1582
  context[:gem_name] = 'aws-sdk-cloudsearch'
1572
- context[:gem_version] = '1.0.1'
1583
+ context[:gem_version] = '1.1.0'
1573
1584
  Seahorse::Client::Request.new(handlers, context)
1574
1585
  end
1575
1586
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearch
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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - Amazon CloudSearch