aws-sdk-rds 1.22.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: def0c408ed5452e6272a0bb4286ef76c9b443794
4
- data.tar.gz: cbf58cc577a2e121178f7e7fa24633b082a3d19e
3
+ metadata.gz: 1be6f56e662f8a478624662c30f2bc9631b923ad
4
+ data.tar.gz: 7b8196cb12850fc3dc2c5f24027d181b017d4a8a
5
5
  SHA512:
6
- metadata.gz: babf081beefc649153f528f57fc0f71b4afe0a577ad19fddd6191999bcac6c72f6fce841da66b17e8c48611626e45e476876fcafbea3b2a8535f69a60b1acfb8
7
- data.tar.gz: 68cf181afb01bcaad4224337c5368d6813b660d245c8b231c21d93c66b7d4125c7091d2300666c59de23acb19cbb7c2f3f3df2b79bcc06c878246e75bdc9ff03
6
+ metadata.gz: 48da6cc257f12c3d5972cb06d7777500bb76fda807cc1a85ac2e2f07cc2a4db804eadf09af1db488e8a5157b192c7c07baf0e63be1976719e8d645cc97117c14
7
+ data.tar.gz: 58eb6156ee2c047ae0162b068f67d86129953ef6cb057a51d090c89430d99054d3ab27c31635795d1ad9178dda0a00154445742746fd090e02203d5b00dab5aa
@@ -68,6 +68,6 @@ require_relative 'aws-sdk-rds/customizations'
68
68
  # @service
69
69
  module Aws::RDS
70
70
 
71
- GEM_VERSION = '1.22.0'
71
+ GEM_VERSION = '1.23.0'
72
72
 
73
73
  end
@@ -117,6 +117,14 @@ module Aws::RDS
117
117
  # Used when loading credentials from the shared credentials file
118
118
  # at HOME/.aws/credentials. When not specified, 'default' is used.
119
119
  #
120
+ # @option options [Float] :retry_base_delay (0.3)
121
+ # The base delay in seconds used by the default backoff function.
122
+ #
123
+ # @option options [Symbol] :retry_jitter (:none)
124
+ # 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.
125
+ #
126
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
127
+ #
120
128
  # @option options [Integer] :retry_limit (3)
121
129
  # The maximum number of times to retry failed requests. Only
122
130
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -124,6 +132,9 @@ module Aws::RDS
124
132
  # checksum errors, networking errors, timeout errors and auth
125
133
  # errors from expired credentials.
126
134
  #
135
+ # @option options [Integer] :retry_max_delay (0)
136
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
137
+ #
127
138
  # @option options [String] :secret_access_key
128
139
  #
129
140
  # @option options [String] :session_token
@@ -13957,7 +13968,7 @@ module Aws::RDS
13957
13968
  params: params,
13958
13969
  config: config)
13959
13970
  context[:gem_name] = 'aws-sdk-rds'
13960
- context[:gem_version] = '1.22.0'
13971
+ context[:gem_version] = '1.23.0'
13961
13972
  Seahorse::Client::Request.new(handlers, context)
13962
13973
  end
13963
13974
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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-20 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-sigv4