aws-sdk-batch 1.4.0 → 1.5.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: c6cec8aac28cdf503dc1884567175d278acb0fdf
4
- data.tar.gz: 88d7664fee2b6ff704b5b697ab189862716c540a
3
+ metadata.gz: 4cacb10d1f6f286dfc29355fe0ecfa412d8e3006
4
+ data.tar.gz: 72ae77a598581a806ce65a63af1f9bcb2ef827f3
5
5
  SHA512:
6
- metadata.gz: 70f650e9cacd80136037c1b424b4b68a6553a3949117cb98214861f188a512e5414ec8ed54211adaadeb7e1d9884d14ef72cea6c83d8180fd14f826a56b8c805
7
- data.tar.gz: b2ebb1d0639ef5327d7377bdea549f5ecd87d7cec5c72aa7ebe475edceab1bb292b5b8248180914fa8f5832b0901eef95275785d5be3826fb6f98b4d0c7fa28f
6
+ metadata.gz: b0bb5c9d8d7ac1cc4f444404c48f2fdbc4d1f45cdf1b56d7bdfea2b0ab952e8693c2a3ab1ab9f7c792075756f61e702a20127cd1525277f4e4d6fe2e885c7312
7
+ data.tar.gz: 1ffc155b2ebcf52a5ce4592e5a0d2999681cdc1fe624ba21c8372132c7bc4049874ddc31c4c2fbc10a34a5527e9b893ce0ecd3f8513d87a078a4ba68e079185b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-batch/customizations'
42
42
  # @service
43
43
  module Aws::Batch
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Batch
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::Batch
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
@@ -1737,7 +1748,7 @@ module Aws::Batch
1737
1748
  params: params,
1738
1749
  config: config)
1739
1750
  context[:gem_name] = 'aws-sdk-batch'
1740
- context[:gem_version] = '1.4.0'
1751
+ context[:gem_version] = '1.5.0'
1741
1752
  Seahorse::Client::Request.new(handlers, context)
1742
1753
  end
1743
1754
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-04-06 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.2.2
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - AWS Batch