aws-sdk-macie 1.0.0 → 1.1.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: a16497b1a097e411e1d3051df5c3ca99121c39fe
4
- data.tar.gz: 3393891240efd197ac45ddacad5b4b67fcb140b9
3
+ metadata.gz: e792989d62871897df645481453c62cab73e9402
4
+ data.tar.gz: 1bbde030f67fd74a93ea179dc9b0e2f6c3c59957
5
5
  SHA512:
6
- metadata.gz: e11d1962c9407b212ddc4055b9470c2f7a90ee35a161e1ea3b835b71ba23754bc95d7a2defa5c6c7f1d2ed7f0874fe2cbc09bf0a1e0b56d1086bbc8733d9eb2e
7
- data.tar.gz: 0c37219c1fd024944713b0cb80641ea167a119f4722017c12234644b937a58796a7f88fbbe253093e5a0f9d9880dc298d5546e2efa8d3b727bc1400434a949a6
6
+ metadata.gz: 7472431d5216e66e5a34a95cb04ba60873753c73d360c7d964ef5c1f753dccb5ab360dc05572b27af127dacc0ae092e926de8a3877c0df8833174a474ed8c639
7
+ data.tar.gz: 1e08b9b3b8cdf0ab6a702ad80532664a0acda3ec531c2ef142529981f6ccd131176f5acda3c7f62659898f88a4f9cc36d4502626ca8132e0c0ca983214447cf9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-macie/customizations'
42
42
  # @service
43
43
  module Aws::Macie
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::Macie
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::Macie
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
@@ -456,7 +467,7 @@ module Aws::Macie
456
467
  params: params,
457
468
  config: config)
458
469
  context[:gem_name] = 'aws-sdk-macie'
459
- context[:gem_version] = '1.0.0'
470
+ context[:gem_version] = '1.1.0'
460
471
  Seahorse::Client::Request.new(handlers, context)
461
472
  end
462
473
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie
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: 2018-06-21 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