aws-sdk-snowball 1.2.0 → 1.3.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: 8cf561ac9cf73b6f38554c4cc03b1fdc5d2ada43
4
- data.tar.gz: 2238353b8602aeae6afeb1fa7ee5798320f60b3d
3
+ metadata.gz: 1ec21a33a3949d08520ef03664066f2b631adfec
4
+ data.tar.gz: 33f119592df175711571c91cf3a916a149fe7d15
5
5
  SHA512:
6
- metadata.gz: 8e8185e587cf68e0dde7d0db5d95525929a7fc40f9edca82b343a0d89ff06e4dcdd4dd2c16426e1e6d0594e7086c2f815bb71a4052cddd90ab2c544780aba579
7
- data.tar.gz: efd9d6c8670df770b77f53c0f7f698c5036cd3e8c8844780ce9cbcfa44d662f42dc940ae24833dd69820a87e6c43f6612bab4ea1b0343fa562adbc9286752565
6
+ metadata.gz: a0112307268629685c0dfe70b041e70ffbbbc2e7a429e4fc0c8dd3ed3c5651a9742977c212c6df6888c350d6ea5bb61b5198a491c201430f5c2f7829c2cf063c
7
+ data.tar.gz: ea2d13c139e5e8395dce7afe02c3480963a1f1734d540ed4287d51c6ecc5434e268bc197530fb82652891ec1003c7d82ce8eb745e4f830986fb0943be59025ab
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-snowball/customizations'
42
42
  # @service
43
43
  module Aws::Snowball
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Snowball
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::Snowball
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
@@ -1660,7 +1671,7 @@ module Aws::Snowball
1660
1671
  params: params,
1661
1672
  config: config)
1662
1673
  context[:gem_name] = 'aws-sdk-snowball'
1663
- context[:gem_version] = '1.2.0'
1674
+ context[:gem_version] = '1.3.0'
1664
1675
  Seahorse::Client::Request.new(handlers, context)
1665
1676
  end
1666
1677
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-01-05 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 Snowball