aws-sdk-iot 1.8.0 → 1.9.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: d294a2122b65e53494589c67acc23f7e742737f7
4
- data.tar.gz: '0283d18cf275fc8632327f604f9f754796d898db'
3
+ metadata.gz: '093155eb2a5cb1f8cef42338c57b1131d05dec8d'
4
+ data.tar.gz: 8d445caeebdf8a6d699dfa67093673742144169e
5
5
  SHA512:
6
- metadata.gz: 7192ed9f2897494232bbd9bacc036d4188322ffbc16bd5209c5bb50fcd10aae829bb12d9b344d0b16d2de89365256d9774fd75ec5035d830974b67923de72c9b
7
- data.tar.gz: b5330f636d223da58ca3c2d15a3c0fafa45a94f129451a16e01f85698feb049760a068cad3eba64583e2213578692ef267f439702183201cb1dd84f1fd183efe
6
+ metadata.gz: 86fce640cae3339b0259307a484cf99bc64f4b1f3f89b68d7b9658bf287c02c7e31868cd2ee243a0708c2555e9fd79017a2756092b5720c3edbd4e636c053564
7
+ data.tar.gz: a689c3283aa00789a5be3302df7f4d6f8ada80c5de07b51088336210fcdf79fe48d5b75c9166384f228d23a25dc252b0a0bcac022e0be5c299eb78048dc74d3e
data/lib/aws-sdk-iot.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::IoT
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::IoT
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
@@ -5323,7 +5334,7 @@ module Aws::IoT
5323
5334
  params: params,
5324
5335
  config: config)
5325
5336
  context[:gem_name] = 'aws-sdk-iot'
5326
- context[:gem_version] = '1.8.0'
5337
+ context[:gem_version] = '1.9.0'
5327
5338
  Seahorse::Client::Request.new(handlers, context)
5328
5339
  end
5329
5340
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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-01 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