aws-sdk-machinelearning 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 610ec4171da124a83ea598dd5b644c894d7f2e48
4
- data.tar.gz: 81913c4cd4e34b33403e983e33de3241bdb8ee95
3
+ metadata.gz: 8d3d53676f527d040f02ba37ae31d80c8e07e5bb
4
+ data.tar.gz: 6f22cb5b4cebc0d6faa88b55092027fd84fd900f
5
5
  SHA512:
6
- metadata.gz: 6e94383a30bbb682c3ddf4bb1dd9209ac262fbd0aee30cd614541a0ae9eeba90b33e5369dc76fd2a3bca7ad6dbe354aed9cc7b7da23d4eaf75f5b2412f7975c4
7
- data.tar.gz: b2332deda6333b47e2dab186a65c1fe7f13b9e7668956248f349fce81b9b2265a82dcee80715e1e8113deb2e674f052433ff7c61c85ac034095078e012a8fb05
6
+ metadata.gz: 771c81298d5caf0e43960092195e4c1eb0fff043d376a186f737c68963da28dc770c4dfb3978ba40f532e62a5466aa34dfda96d71862bd4fc0c12a48e3479ab8
7
+ data.tar.gz: 8a768e9cd6b8d476d6bfb1fe0ae57e5781ef18c64bcd417f7cee2f39ac9efc09c061df50a93db3a9121bad5a0114c33d9400d6eb650dc7d799dffb4fe53871e3
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
43
43
  # @service
44
44
  module Aws::MachineLearning
45
45
 
46
- GEM_VERSION = '1.0.1'
46
+ GEM_VERSION = '1.1.0'
47
47
 
48
48
  end
@@ -117,6 +117,14 @@ module Aws::MachineLearning
117
117
  # Used when loading credentials from the shared credentials file
118
118
  # at HOME/.aws/credentials. When not specified, 'default' is used.
119
119
  #
120
+ # @option options [Float] :retry_base_delay (0.3)
121
+ # The base delay in seconds used by the default backoff function.
122
+ #
123
+ # @option options [Symbol] :retry_jitter (:none)
124
+ # 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.
125
+ #
126
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
127
+ #
120
128
  # @option options [Integer] :retry_limit (3)
121
129
  # The maximum number of times to retry failed requests. Only
122
130
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -124,6 +132,9 @@ module Aws::MachineLearning
124
132
  # checksum errors, networking errors, timeout errors and auth
125
133
  # errors from expired credentials.
126
134
  #
135
+ # @option options [Integer] :retry_max_delay (0)
136
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
137
+ #
127
138
  # @option options [String] :secret_access_key
128
139
  #
129
140
  # @option options [String] :session_token
@@ -2126,7 +2137,7 @@ module Aws::MachineLearning
2126
2137
  params: params,
2127
2138
  config: config)
2128
2139
  context[:gem_name] = 'aws-sdk-machinelearning'
2129
- context[:gem_version] = '1.0.1'
2140
+ context[:gem_version] = '1.1.0'
2130
2141
  Seahorse::Client::Request.new(handlers, context)
2131
2142
  end
2132
2143
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
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
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  requirements: []
79
79
  rubyforge_project:
80
- rubygems_version: 2.5.1
80
+ rubygems_version: 2.5.2.3
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: AWS SDK for Ruby - Amazon Machine Learning