aws-sdk-iot1clickprojects 1.0.0 → 1.1.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: 46062ca0ac2755034d6e607b9cac821897bfb70a
4
- data.tar.gz: bdac8ee9edad4244127be3f10f566f18f33c5cc4
3
+ metadata.gz: 5388ee15f00090ec0224fc7493ae837b7f0d8852
4
+ data.tar.gz: d13e6497a90f61acf39e69de384f87229226283a
5
5
  SHA512:
6
- metadata.gz: 7b8f16a2b3a3824c108ec2b8c0fc7cf2c5a29cf549f8dcf3b4ae5ed2abe71383c1ebcb0ea6e8efa282b75f2af044032dc6fda1684d95b3cb4f892b7df1b13a3e
7
- data.tar.gz: c1df273318b8e381c032af75de8a751bcc120db5808f81d23131c124af39a88052365d2c7cc221b9c4ed4026ce980c9aa48f851f1e9caee6210896613c2dc6d2
6
+ metadata.gz: 75c197cd7fcf35534c0bdb0b43c6d7ed75f165a1dfce6ba8d2e17fe841f7d0a43ed52ffe18684290dfcb272b7e902e53874511a5c7513b8097a3d69a749c3866
7
+ data.tar.gz: 5059b97a84111365c9031dc1e7796df7509d1e288cbe89d875a8879234403d5519130448abaf06a3d69ec14d2877ad187eabcfae51371933f375f128773f9203
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot1clickprojects/customizations'
42
42
  # @service
43
43
  module Aws::IoT1ClickProjects
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::IoT1ClickProjects
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::IoT1ClickProjects
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
@@ -611,7 +622,7 @@ module Aws::IoT1ClickProjects
611
622
  params: params,
612
623
  config: config)
613
624
  context[:gem_name] = 'aws-sdk-iot1clickprojects'
614
- context[:gem_version] = '1.0.0'
625
+ context[:gem_version] = '1.1.0'
615
626
  Seahorse::Client::Request.new(handlers, context)
616
627
  end
617
628
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot1clickprojects
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
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-05-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