aws-sdk-elasticache 1.3.0 → 1.4.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: 3a51809ecc6a163ff1fd1f4bee2564c63d73c8ab
4
- data.tar.gz: 0e785a69a7995e175eae6c5c4d6786cdf67515e6
3
+ metadata.gz: 32ad84a11c5ccb7f99ae84292d21d0c77547963a
4
+ data.tar.gz: 32a482778db3ae798f9b14003e02e16ac6874031
5
5
  SHA512:
6
- metadata.gz: 3a1b0d48adaa46b7478fdc98a88bb60ddd478611c19822940d5f7ee22c351b8e2a527c6121e0834e368c5c82678b4a3a7a273a5d89194d04c9f117eca294a0f5
7
- data.tar.gz: fa48a22578797c178cd9a6880461d291b625516e8d6f0a4baa8c91f1278930a46b26b32fd54cfebabcc0f212a4033c9be785a6b203651f5e57b40d2397c4e127
6
+ metadata.gz: f03931f404c92abfba997be06b91f73090ce929189d07f0371f00c49e061ba58ea4323d1460f43d6834d3632873502da5711ddca5c51f98efc17ba159e6f0805
7
+ data.tar.gz: cf51e353e33dffb549fe4c7735551b8f6e5c19a388043de348d1907b2e2cb73c46294b190812a911b3d268d8ab327158b0c67f64685f358909501356e4b43ca6
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.3.0'
46
+ GEM_VERSION = '1.4.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::ElastiCache
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::ElastiCache
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
@@ -7264,7 +7275,7 @@ module Aws::ElastiCache
7264
7275
  params: params,
7265
7276
  config: config)
7266
7277
  context[:gem_name] = 'aws-sdk-elasticache'
7267
- context[:gem_version] = '1.3.0'
7278
+ context[:gem_version] = '1.4.0'
7268
7279
  Seahorse::Client::Request.new(handlers, context)
7269
7280
  end
7270
7281
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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: 2017-11-08 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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.5.2.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: AWS SDK for Ruby - Amazon ElastiCache