aws-sdk-migrationhub 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: 18aef216ad9f89a66cfcdf036fd9a7560311e65c
4
- data.tar.gz: 17cad25415ccaaafbd86a67ae1c1cb6f31c3eb57
3
+ metadata.gz: ed2b95aa86f7e27bb134685a044dd07bb848fe19
4
+ data.tar.gz: eef943251b25c2046f9134eca9c0ccf761583f58
5
5
  SHA512:
6
- metadata.gz: b01bbea47c5ba8359a5ea6d2ad57ca1f00680c6a41ba38e8ab343f766c55900ef9ebb9aa15fd72fc4ccbfba046b75f8afd6e7fd94fae2e5c0b298b7b4f24b322
7
- data.tar.gz: a68564c12d81d6ed7ecd7ca60f716a487965d6f19e99a011643b0db7907044a6321e14f831681b058641ebd6e8decfee85b447729d97d22460be40ecadd06f74
6
+ metadata.gz: 87d63559e0eecfd24040d816415398650fe0671c21d48cbbe1b2142e55246a8af797b4fc7cf2ebb52cfd65142b0e1a7d04e588dea348cf91e0d31d7113a47288
7
+ data.tar.gz: d99cd30f08183ab65fe422e906c710d2f85cea3abf01e79b52fcbf6e7714278aaa577605ad84879928c48e2cf09908451c51cdf709f0da9476ac51fd32bb974f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-migrationhub/customizations'
42
42
  # @service
43
43
  module Aws::MigrationHub
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::MigrationHub
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::MigrationHub
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
@@ -915,7 +926,7 @@ module Aws::MigrationHub
915
926
  params: params,
916
927
  config: config)
917
928
  context[:gem_name] = 'aws-sdk-migrationhub'
918
- context[:gem_version] = '1.2.0'
929
+ context[:gem_version] = '1.3.0'
919
930
  Seahorse::Client::Request.new(handlers, context)
920
931
  end
921
932
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
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-06-04 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