aws-sdk-firehose 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: '00903556a3b249e45ec2a5fcdb6c377e90e000bf'
4
- data.tar.gz: 29934883c12ab8145ae727680897c61f5b96f47e
3
+ metadata.gz: 1e241073f345c2354fa0af029f2453b620402846
4
+ data.tar.gz: 23a20695808974b664f131e37bfdee6aed5e444c
5
5
  SHA512:
6
- metadata.gz: 6a853e532686ea330229e25e8bbcb7809880b9db30a82a8fb93d5058779739ba96c10055fb9f9f9c2f7fb5115691502a3e098531b9c923e55dbea317965fd417
7
- data.tar.gz: 36d74e68e191718debcc2611f8c5868ed331a472de23ec674a671014cb89651c3932ad8fceb3bca941c418f7413d9d69f805519cd188a31e7f2b41abf3a872d0
6
+ metadata.gz: 86055c253e9f9737732cf2241b1ce1179bf9e174ccca671060545d9d027d578fd0d41e8c6ad701241e8a0445e97d502405b07b1d89ce974ca9dc24062c500ba1
7
+ data.tar.gz: 03d674449b19c8e31ab833827ee23b570a27af8c8e212019acb425a89642cb1fa81239b3d5c48c50407264e935b76838277aa4f1aa1c0d7fa598ea5d5a90e059
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-firehose/customizations'
42
42
  # @service
43
43
  module Aws::Firehose
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::Firehose
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::Firehose
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
@@ -1625,7 +1636,7 @@ module Aws::Firehose
1625
1636
  params: params,
1626
1637
  config: config)
1627
1638
  context[:gem_name] = 'aws-sdk-firehose'
1628
- context[:gem_version] = '1.3.0'
1639
+ context[:gem_version] = '1.4.0'
1629
1640
  Seahorse::Client::Request.new(handlers, context)
1630
1641
  end
1631
1642
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-firehose
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-05-10 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