aws-sdk-ses 1.7.0 → 1.8.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: 55382def90c9aa75a61c42e96f53645b00c8fae4
4
- data.tar.gz: a0d7f18fe40e310d95f3af1da1b68e6d9676c86e
3
+ metadata.gz: 162e77a22497d32ee1992a2382e9b11c795b3270
4
+ data.tar.gz: 4bc657cad04e91091948b3ab37524fb891e0b99c
5
5
  SHA512:
6
- metadata.gz: 0ad95ee8bd595736b03eb6823904ac0933d84ca10311152208f4c13d86d20f6916a904186418451fdc734463d0b1ab5490a4ea2f68d45ccfc54afb89d30805d9
7
- data.tar.gz: d68fcaeb71f0bc3ee628ce0b31fb2025d5ba64dc285afb5dd0d5db4774962d7604f73194e86749e2e21a94ca40e7c82fc53a7e25afc4279f68a60e70f5caf3ed
6
+ metadata.gz: 74eae86d0b7bb5f12e2337e412c3a8f07d9379bdde3d671bcd0631a928473c15b931a459ff19503a8cf5c6199a5cf4ce65d72c8e788227209fb78dae1e12bd0e
7
+ data.tar.gz: 2faf61b54608fec19ce9704312577746c6c8f0364be77fbc22207438b72ba66ac232405f1a573709edf509f0c1a2bdeabdfb0e58762fbb3a72de1bdf2aac636f
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ses/customizations'
43
43
  # @service
44
44
  module Aws::SES
45
45
 
46
- GEM_VERSION = '1.7.0'
46
+ GEM_VERSION = '1.8.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::SES
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::SES
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
@@ -4778,7 +4789,7 @@ module Aws::SES
4778
4789
  params: params,
4779
4790
  config: config)
4780
4791
  context[:gem_name] = 'aws-sdk-ses'
4781
- context[:gem_version] = '1.7.0'
4792
+ context[:gem_version] = '1.8.0'
4782
4793
  Seahorse::Client::Request.new(handlers, context)
4783
4794
  end
4784
4795
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-18 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