aws-sdk-cloudwatchlogs 1.3.0 → 1.4.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: caaeb0bbffaaea6b53fc319b738f286332943812
4
- data.tar.gz: c53c1ebc36333e97fca2761a3c0d8f6804918d56
3
+ metadata.gz: 7e4aa783c9d56d702454fce17d49148c5f2d50aa
4
+ data.tar.gz: 252b82365c2e8050ca69264bedfe02d14aabcbc4
5
5
  SHA512:
6
- metadata.gz: 587db67d417169cfc56d88a4f6dcb6c41c8a33fdfe9578f501cfd726a8fa8874c666c51fad61691b9dd8254d066166db12a9dec483e44107d9c7042f53768eec
7
- data.tar.gz: 553b3ad50048ef5398c1c2a9903f70fa7ef72c5531419fc8852bdd10ed0fec76b777503bc4c2656068c2e8cbd161fa8953ed156f049f2ec54f187b8d74c7279f
6
+ metadata.gz: cf0d25d71763a370a1a1166f051b3ff59d39eb1959f60f67064df15cbc65178b8d742b5a3ef4358a8e739fc0d2c1c64fa512e108d9b5725bb1f9408ba90488bb
7
+ data.tar.gz: a63032067f45cbb8d704fb355745fbbc53399d45b10028b3e8ae8db58aa140799f7b68f55175a9649dddb9685da924a6a40ec5047a3f33cbb8e40fc0277dd01a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::CloudWatchLogs
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::CloudWatchLogs
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
@@ -1686,7 +1697,7 @@ module Aws::CloudWatchLogs
1686
1697
  params: params,
1687
1698
  config: config)
1688
1699
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
1689
- context[:gem_version] = '1.3.0'
1700
+ context[:gem_version] = '1.4.0'
1690
1701
  Seahorse::Client::Request.new(handlers, context)
1691
1702
  end
1692
1703
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-19 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 - Amazon CloudWatch Logs