aws-sdk-route53domains 1.2.0 → 1.3.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: f15e593224b7a7c1d12df7ac4b9488e9820f31a7
4
- data.tar.gz: fcc34d0bbe6201e5ebb2bf6897b43fd018362449
3
+ metadata.gz: abd1825c5a70ee74bbb04fb3f865b0e5d36b6d92
4
+ data.tar.gz: 2763136a263b8b13f5f77e62a497a24a89f3cb11
5
5
  SHA512:
6
- metadata.gz: 8f558ac10141db65f2b0933de2804bfde707322f7f00808184f3e5fdf0dba862936c39ee44df43f5d242e4b86824c699c45673898eb41705b0fccf16574ca157
7
- data.tar.gz: f884ece0fe1a479162fc47e05a446696167206599f3ef29c121c17f469f0f6be95cab8affbecf68926b3bb6d4f2f606726e325327d5f321cba3fcfd31b2b4d2b
6
+ metadata.gz: 4c7185cc3e9bbe156e24092e1d3f5dcb75f40a1b67ea22e839774f1ff6b397d224e3b0b228c5f1158ac2cd57ba13f0f93a40e2817105c38f3539366561c73e9c
7
+ data.tar.gz: 2583b9fcc9960fcd0ef7c031b53b212e991284495e1477295975f34343ac4ce2f24e8cc2ea2dfd125cf684ca0f5d6766254797d4b2c40ae86a8c5e7048ddbd44
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-route53domains/customizations'
42
42
  # @service
43
43
  module Aws::Route53Domains
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Route53Domains
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::Route53Domains
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
@@ -1628,7 +1639,7 @@ module Aws::Route53Domains
1628
1639
  params: params,
1629
1640
  config: config)
1630
1641
  context[:gem_name] = 'aws-sdk-route53domains'
1631
- context[:gem_version] = '1.2.0'
1642
+ context[:gem_version] = '1.3.0'
1632
1643
  Seahorse::Client::Request.new(handlers, context)
1633
1644
  end
1634
1645
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-30 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