aws-sdk-neptune 1.1.0 → 1.2.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: 6bb25c5c4b3e2c2ffca9b2dd50e6a39d8983e132
4
- data.tar.gz: 45b270d5ef88b8490359353eda49ae38c5e9ad6a
3
+ metadata.gz: ddbd3588edcfc2e6625047367a04bc2dfe1f54a6
4
+ data.tar.gz: aa9336f80c5f38e69156eb64d1fa242c96dafe9a
5
5
  SHA512:
6
- metadata.gz: 3eddca9ecbadc77c3fcc98603ec301dd18012f3e281cee2744213fdde9b7f7115b1a619cbdd5c501abe8e092aaec9ba538f5a08d55fc89b22ae3a03abd79c536
7
- data.tar.gz: 71be8d0386e5ffea43cb8d72f84c821b2f1afa74091bbe1048e63c5e20bbdbeb1608284575d47268a6e69b6c837aa521d529be153f69a9fb11202631007de5b1
6
+ metadata.gz: 32f03a7ac796eda30b9515a7df8fd43f65821500dece26c29920947311cd99ad2a665bb8d3415eff83bf938cb6d82bfbde8c4bbda4acd7751d4271055865d2b6
7
+ data.tar.gz: 00a5fc99fc88bafc12653b1bf536d7ec06aecc63370a0074a7032b607c6e40a11df55284e56951cca6e2c0a55aeacec99f68c56b924751304aa4c61b1e3c9e63
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-neptune/customizations'
43
43
  # @service
44
44
  module Aws::Neptune
45
45
 
46
- GEM_VERSION = '1.1.0'
46
+ GEM_VERSION = '1.2.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::Neptune
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::Neptune
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
@@ -6207,7 +6218,7 @@ module Aws::Neptune
6207
6218
  params: params,
6208
6219
  config: config)
6209
6220
  context[:gem_name] = 'aws-sdk-neptune'
6210
- context[:gem_version] = '1.1.0'
6221
+ context[:gem_version] = '1.2.0'
6211
6222
  Seahorse::Client::Request.new(handlers, context)
6212
6223
  end
6213
6224
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-21 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