aws-sdk-rekognition 1.4.0 → 1.5.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: ccfa4c9d2458982f1cdba49e5e5bc6340823e48c
4
- data.tar.gz: 858434f3d92c1b9026ecd66e459e7e9d74efddc1
3
+ metadata.gz: 4be319e3b068a5581676fb0c0967b62be118472f
4
+ data.tar.gz: afc4c8b034d8a855e08cc4c2161851101d33130f
5
5
  SHA512:
6
- metadata.gz: 472a97e56f4b30c658fe9d6d31055c34d4507218686a8eb3fb905328a3b50ed63f81bc71cfbe7559cf74ae8a644b7542d84d59bd76b7b28c33ed4558bea9a3a0
7
- data.tar.gz: 0b8043cf5886befce106db85d875ee9404b55924c7a5852ba05bd1e64510e260f68938413c9f7609103c411f4d75d94ccda38aba54bc5ce7240a8e7b8e4fc1d8
6
+ metadata.gz: dde1476eae28f19f50998fb331df62151f7413c7cdcccfa233092b883b407e9d1dbad70cfa2b2dd0bc0a1fd1d155c90adcb11514dcec1e589b055ccd982a369a
7
+ data.tar.gz: af043fa4f7067825d303a9ed92ca3b71d7d45520ae2d6487778d0d9c60b0381a85aeeb726fdd1436ff33b612f2e1193effbdff70c558cfd6e0f3e5741214f2c8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Rekognition
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::Rekognition
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
@@ -3374,7 +3385,7 @@ module Aws::Rekognition
3374
3385
  params: params,
3375
3386
  config: config)
3376
3387
  context[:gem_name] = 'aws-sdk-rekognition'
3377
- context[:gem_version] = '1.4.0'
3388
+ context[:gem_version] = '1.5.0'
3378
3389
  Seahorse::Client::Request.new(handlers, context)
3379
3390
  end
3380
3391
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-19 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