aws-sdk-swf 1.0.1 → 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: 551c99318d812b90dfa8f95d1c432da1cf412e31
4
- data.tar.gz: beab157df765c9de25f37c415b7cb97e4facb194
3
+ metadata.gz: b169adc5cc3482b86f72c52fcc7d073fb7f99ec6
4
+ data.tar.gz: a976536f4b91a4015fe1b8045bc0633b58a465fb
5
5
  SHA512:
6
- metadata.gz: 07a40dbc70de55ce47590b106b885b938c6d0ad7659a08125974d4199c55323884b786e069da5cbb441e2131498ec4130a8835a5478d540d63a071ea65f750a1
7
- data.tar.gz: d8d6c337d7de32529558949513670ae2e23278805846b442dc2c62c1d3708354e6f89dacf3a8f8ebdeb38e161ca19c74ca7fbde002c519ac4e63daa81e6d37c0
6
+ metadata.gz: ecfdde4f737f8824afa8e3194a54dbe5ed1d4f9c7021a2658f48e71108239c91c2648fcc6ec1505720c5c4afa124dab1f0c993aaba678321d44f2389d5d6bb05
7
+ data.tar.gz: d4448406e18c0dc0e97e156f88a90533f700244ffdd241f3babcd7f749dddbfd0568a3166f1f149d0c81ecd9d2a69f5e2848d22bd8f6bff5c1e8d9432d56310a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-swf/customizations'
42
42
  # @service
43
43
  module Aws::SWF
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -117,6 +117,14 @@ module Aws::SWF
117
117
  # Used when loading credentials from the shared credentials file
118
118
  # at HOME/.aws/credentials. When not specified, 'default' is used.
119
119
  #
120
+ # @option options [Float] :retry_base_delay (0.3)
121
+ # The base delay in seconds used by the default backoff function.
122
+ #
123
+ # @option options [Symbol] :retry_jitter (:none)
124
+ # 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.
125
+ #
126
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
127
+ #
120
128
  # @option options [Integer] :retry_limit (3)
121
129
  # The maximum number of times to retry failed requests. Only
122
130
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -124,6 +132,9 @@ module Aws::SWF
124
132
  # checksum errors, networking errors, timeout errors and auth
125
133
  # errors from expired credentials.
126
134
  #
135
+ # @option options [Integer] :retry_max_delay (0)
136
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
137
+ #
127
138
  # @option options [String] :secret_access_key
128
139
  #
129
140
  # @option options [String] :session_token
@@ -3819,7 +3830,7 @@ module Aws::SWF
3819
3830
  params: params,
3820
3831
  config: config)
3821
3832
  context[:gem_name] = 'aws-sdk-swf'
3822
- context[:gem_version] = '1.0.1'
3833
+ context[:gem_version] = '1.1.0'
3823
3834
  Seahorse::Client::Request.new(handlers, context)
3824
3835
  end
3825
3836
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-swf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
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-02-16 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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.5.2.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: AWS SDK for Ruby - Amazon SWF