aws-sdk-redshift 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: ab729ddf10df93f0dfe029e0439338dba21cff08
4
- data.tar.gz: e74d154f127c2dc627d3d950bb745c043aae23fa
3
+ metadata.gz: 8dd513b2fb343eb6473bca402f41111b7c8c96b7
4
+ data.tar.gz: 8be7527ee127e6aa05417c20874b996524dd176e
5
5
  SHA512:
6
- metadata.gz: 1fbca3830ae2c2a71a4421d52e591885860a3cce21991a6df45cc8502db823af130c3d71004cfc4f349ef204696604da2e5eeb94e553c1b99fcd914cac0de214
7
- data.tar.gz: 5cc080b299ff7584d619c175539bf4c08fc54b4d82650a8ace7ebcda21ee569cd559f2490f80f80ce7c83e42b989b1a95700a6755df0c712cab00ee0f6d40046
6
+ metadata.gz: d6b64cb0124dd8276680c6f2a40f42186984fce41428af74f1af367268aaa8672963f0145be4f1574bd46cd892a66b1fe9af619f29bb5503a05daaf78fba46bc
7
+ data.tar.gz: 4602e4a2910c56b1a58645f60c463c5c9e7d61b046fd10bf247bd0a833728c26cde838193e7fd8df1df0ed131e7063f41f31be829e162f8746a0872df745c6ac
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
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::Redshift
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::Redshift
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
@@ -6204,7 +6215,7 @@ module Aws::Redshift
6204
6215
  params: params,
6205
6216
  config: config)
6206
6217
  context[:gem_name] = 'aws-sdk-redshift'
6207
- context[:gem_version] = '1.3.0'
6218
+ context[:gem_version] = '1.4.0'
6208
6219
  Seahorse::Client::Request.new(handlers, context)
6209
6220
  end
6210
6221
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
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: 2018-06-01 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