aws-sdk-importexport 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: 23f144c8b018c84087129a38be41bf922c6af302
4
- data.tar.gz: a8c4daca77de16097ee99813d1f06e0ea9571021
3
+ metadata.gz: e5c3e402ed08375b678e7a4f1b0b4f0977ecfe23
4
+ data.tar.gz: 13170e522ccb63f0f7ec9ac6bbcd2e6c3e632f07
5
5
  SHA512:
6
- metadata.gz: 21f3e3caaa8f406471071e8d623d23ba238b0a4bfebbaca92276f42693d989e67a26caaf82ab3d324e76792e73950cb4d041ca51a417da9bd6d4b7ed7b8f9178
7
- data.tar.gz: 28fcc76b42fb1d9356872383fdbae3636524b878e784e17f5aab0518e457123eca70c639e6f047ddb95fa21bf9d854ba648cd697ef5eda436e7b81ca243a4b9a
6
+ metadata.gz: 95122c93d3306cc6430677c1956677a4192b63aa921217c7648fc750770d485a6c913c6dc698705374fbd33716351761663100d09f6714c0c0da0d432f406568
7
+ data.tar.gz: 0d9c3c6ea1b5773e3e177fd7de65d3456ef6d71bbec346cc7a9a22b08b7935cf14b5746133892aa8ed24ccb94c521db7f943f1c0c4a355b2bd40e39af1a96cb0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-importexport/customizations'
42
42
  # @service
43
43
  module Aws::ImportExport
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::ImportExport
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::ImportExport
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
@@ -494,7 +505,7 @@ module Aws::ImportExport
494
505
  params: params,
495
506
  config: config)
496
507
  context[:gem_name] = 'aws-sdk-importexport'
497
- context[:gem_version] = '1.0.1'
508
+ context[:gem_version] = '1.1.0'
498
509
  Seahorse::Client::Request.new(handlers, context)
499
510
  end
500
511
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-importexport
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 - AWS Import/Export