aws-sdk-shield 1.2.0 → 1.3.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: ed949de8a54dd0b10959353797d3113b96701378
4
- data.tar.gz: 45de422455469ab5a4ec03dae155026a10047db7
3
+ metadata.gz: 0fbee04680a443c8e93f5cdc92b974d8717d9109
4
+ data.tar.gz: b821e22da8dc0e365eac101c34c311e8cacc6440
5
5
  SHA512:
6
- metadata.gz: '009e607231d1542124b50f8b1c7e11f6a2c77cdcb9ebdfed5b47be1e9fee8ad6364f6a78976183a815e01c92210f97f1e3d6d5ee3c9a133da7c4adf6a13d108a'
7
- data.tar.gz: 703c885a150aee001d02269b5a7e0682e86a67cb1945b1ef03669afdebaad5d3075be46f64ceac433b4d6c6c0ef8960ccaf90197b2a8de311103729b95c9f1a1
6
+ metadata.gz: f7fa614cb5312e42095919d2ba5cd694a20f3eb576595d5679d6cd3fc918c507d36d47c3bc043398c552f7c1b444547505b75545d5a3952b92fbd65b0d21b8fd
7
+ data.tar.gz: 9cc80d6d2575c693a26a15d4a28b7bf45a12cf00bc3239a2fbc2bea44d17aad2d9ce72b5303e1c8b1718c4475de5b1aaa1f51a3a90cc170d36b8d21c740b9b96
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-shield/customizations'
42
42
  # @service
43
43
  module Aws::Shield
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Shield
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::Shield
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
@@ -821,7 +832,7 @@ module Aws::Shield
821
832
  params: params,
822
833
  config: config)
823
834
  context[:gem_name] = 'aws-sdk-shield'
824
- context[:gem_version] = '1.2.0'
835
+ context[:gem_version] = '1.3.0'
825
836
  Seahorse::Client::Request.new(handlers, context)
826
837
  end
827
838
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-06-05 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