aws-sdk-guardduty 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: a07ca2c24b16cd4ef9105c985071e8ec24a941f7
4
- data.tar.gz: 760b5280b9be348ab677ab62509f066fe2947ce8
3
+ metadata.gz: 579be88261893bf95e465aa12691ffd5bd7e035f
4
+ data.tar.gz: 4e757f1777e8f9d5df9211a6b1d4f524e1dcf3e5
5
5
  SHA512:
6
- metadata.gz: fabf4a6b19626f7c49e6c1b0199d6ca767e67f2043b0eb27f18b0881672243cd253ffea65b9a17d1bb9ccb44e811c6c2f0f4d59d5249c0533bc75ca8c8961ee6
7
- data.tar.gz: 287a60622b46dbdd4f0d67db9016563ec7e1ce4b6741b0eb7a4b24a1a84a4a8a2b0bf6ddd8be6cf4729d47d8d811c875fa262b8b3cf1fbde477562b20ad0dbce
6
+ metadata.gz: c4d324c8197b00509eb5b15b45f97aa2f3f560a1b3fb40f3bbddc599f5e6a203c947d5e9ed18c009882a236311ca53e83003b94173f64ae30dfd13a73ab9ac58
7
+ data.tar.gz: 18037ab4243fc9bcc2e81eff352f2035f0bb3142b5ff53e82910507f2636ab1bd42b9c22e7c0d07813795927c54f51d87654cdad5d1acd90b5ee14317e3912bb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-guardduty/customizations'
42
42
  # @service
43
43
  module Aws::GuardDuty
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::GuardDuty
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::GuardDuty
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
@@ -1815,7 +1826,7 @@ module Aws::GuardDuty
1815
1826
  params: params,
1816
1827
  config: config)
1817
1828
  context[:gem_name] = 'aws-sdk-guardduty'
1818
- context[:gem_version] = '1.4.0'
1829
+ context[:gem_version] = '1.5.0'
1819
1830
  Seahorse::Client::Request.new(handlers, context)
1820
1831
  end
1821
1832
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
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-05-04 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