aws-sdk-iotanalytics 1.1.0 → 1.2.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: e774956292ce5d788e6cdaa13b025598850d3774
4
- data.tar.gz: 6cba2ed7450949d3ca8d2d8318df30cd0511bfb3
3
+ metadata.gz: 4975d670c6339097585a3101734b09d0c38c9667
4
+ data.tar.gz: 73820072ed89253b6bb4297a81c0a7471430a297
5
5
  SHA512:
6
- metadata.gz: fbcca25e54a1b9034e93a30b230aad2b80f7279b3099fe4762004bc459dfebbdc724c776d60254846a9c0767a7b37af948d71ec861e20b756d62c5f36b941e95
7
- data.tar.gz: a249b3fe3477887102ed11ef6d474113e8201081ee7879b4f379160bfcfa3acd32e30ebed36bfae01613aaaa7fed40306fc5efdb65d884bca307122c8e5fbaa6
6
+ metadata.gz: c78e0f3b065fdbd38cd8722fb81196ce6afb46b4fead5344c079fc701365b724fe5d225bec136be39b7f62d5de9e184646975fe631684d1a8e41e3d4464636dd
7
+ data.tar.gz: 8806e153e1e3deacbe63b0094578b945667ab4fc54fab5b0267cb17ff5a4d429e9babd745b9d1b0a9688ab04f4b131266a05f313d1bf2d2916425ece7a6cef35
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
42
42
  # @service
43
43
  module Aws::IoTAnalytics
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::IoTAnalytics
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::IoTAnalytics
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
@@ -1482,7 +1493,7 @@ module Aws::IoTAnalytics
1482
1493
  params: params,
1483
1494
  config: config)
1484
1495
  context[:gem_name] = 'aws-sdk-iotanalytics'
1485
- context[:gem_version] = '1.1.0'
1496
+ context[:gem_version] = '1.2.0'
1486
1497
  Seahorse::Client::Request.new(handlers, context)
1487
1498
  end
1488
1499
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-14 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