aws-sdk-iotjobsdataplane 1.0.0 → 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: 86eded460ab0b8714947e6a77194b362eaa3512b
4
- data.tar.gz: a39f1a14df83bc560a5e54bf9e3a5285b2470f5a
3
+ metadata.gz: 27925308d62cd69f332aa4418f34dd2d881ccfed
4
+ data.tar.gz: fdfbf0a974c1abb753f209b617a02f25d52632bf
5
5
  SHA512:
6
- metadata.gz: ab8d8c26d8dcb867320bfe0f6a546361fc454fadb1a8b36d735d7e0cb8643fd5e092dd77b73daf4511768b31b08617c95d7af8cc72e8e81d24d69131363d8bb8
7
- data.tar.gz: 070007e39de49e8526020e0016a4f78a8688853a6cc0ab68da73014ce19100816872657ac8d77005c82a640d90bb8f8ab531887f05ed252aa0126d712405b9ce
6
+ metadata.gz: fbe0fc0dd21dce35e341cf6a9134a152923ea560fe51e5a6d7a508092ca12cb08249b2a3e9aa27e4291713facc3358fca6b626af9d406884c13e6e5a340bfe88
7
+ data.tar.gz: 0aaaec790d2622e382dbc3f8b6719ab263269a91ebd24a750958e3f0b18c664eb4a594a0374721796a6d44356b60ed692cfd1714e83e9ecb44ebf7e3e9b3ee1f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
42
42
  # @service
43
43
  module Aws::IoTJobsDataPlane
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::IoTJobsDataPlane
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::IoTJobsDataPlane
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
@@ -367,7 +378,7 @@ module Aws::IoTJobsDataPlane
367
378
  params: params,
368
379
  config: config)
369
380
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
370
- context[:gem_version] = '1.0.0'
381
+ context[:gem_version] = '1.1.0'
371
382
  Seahorse::Client::Request.new(handlers, context)
372
383
  end
373
384
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
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: 2017-11-29 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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - AWS IoT Jobs Data Plane