aws-sdk-cloudwatch 1.5.0 → 1.6.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: 685e98cfaecb5af8b1aee48655bb4d6521121e94
4
- data.tar.gz: 17429224187972f355db51ff811ec87e284b7cef
3
+ metadata.gz: acede6f8ddb787b4f154883f63381797ee9c6e9c
4
+ data.tar.gz: 19b680ba94b76ec2fb9d4eb2e421737fe138fc9f
5
5
  SHA512:
6
- metadata.gz: 29977d078d428b6d9430e2d65eaeb3a6686e41ebe75d2ae3d71525dbdda7ec5b616087a00341d56957c6f95b629a19def012f5e81984cfb9dc5ba8e1ee1e4166
7
- data.tar.gz: ff00383f7f7a87dc97e29ca2332926e55f92bce485b08f0d7eaadf5bac18a9263c8e17f0dc95b14c4737d1169bf5e833b2c4b48249ac670346a339da121795f7
6
+ metadata.gz: 653a46f8a21babc4564eb7eb57aae9f4074d6460e4ac1bdf50b46b20e3240699b898510c4c19cc66ab86c1b0d127ed51b1c9b1053aee8f84342585cbef498415
7
+ data.tar.gz: 2943fa9e36de7fdd1b13902d28faeb902b521f7b67492340f3753f1a32a1b8c51aed6181d71dcb667cc762dfaee3d9c27eab5b80144eb505ba4d94d7d7ab3731
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
45
45
  # @service
46
46
  module Aws::CloudWatch
47
47
 
48
- GEM_VERSION = '1.5.0'
48
+ GEM_VERSION = '1.6.0'
49
49
 
50
50
  end
@@ -115,6 +115,14 @@ module Aws::CloudWatch
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::CloudWatch
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
@@ -1404,7 +1415,7 @@ module Aws::CloudWatch
1404
1415
  params: params,
1405
1416
  config: config)
1406
1417
  context[:gem_name] = 'aws-sdk-cloudwatch'
1407
- context[:gem_version] = '1.5.0'
1418
+ context[:gem_version] = '1.6.0'
1408
1419
  Seahorse::Client::Request.new(handlers, context)
1409
1420
  end
1410
1421
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-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
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 2.5.2.2
81
+ rubygems_version: 2.5.2.3
82
82
  signing_key:
83
83
  specification_version: 4
84
84
  summary: AWS SDK for Ruby - CloudWatch