aws-sdk-ses 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ses.rb +1 -1
- data/lib/aws-sdk-ses/client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d6552e32907503794c788dadcab56eebf76b43d
|
4
|
+
data.tar.gz: 125329901b5319eaab457546d0d1a64b182d7a43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59af24829cb51f6defab2d7d7acc8e8de9488843b17b5b41ad4baa6a248834f27022a11e537686a468cf01e0f49f5f23082e546ec93bb21f3f559266d044bf8f
|
7
|
+
data.tar.gz: 8353ff3d4b744f5be9ca200dfdd8244d9438bdc276a35215affebedcc87b332410db756a779655ea95f8b42d1b1ca492fae64297ca35b18b0d438a14d136349d
|
data/lib/aws-sdk-ses.rb
CHANGED
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -4868,7 +4868,7 @@ module Aws::SES
|
|
4868
4868
|
params: params,
|
4869
4869
|
config: config)
|
4870
4870
|
context[:gem_name] = 'aws-sdk-ses'
|
4871
|
-
context[:gem_version] = '1.
|
4871
|
+
context[:gem_version] = '1.18.0'
|
4872
4872
|
Seahorse::Client::Request.new(handlers, context)
|
4873
4873
|
end
|
4874
4874
|
|
@@ -4885,7 +4885,7 @@ module Aws::SES
|
|
4885
4885
|
# In between attempts, the waiter will sleep.
|
4886
4886
|
#
|
4887
4887
|
# # polls in a loop, sleeping between attempts
|
4888
|
-
# client.
|
4888
|
+
# client.wait_until(waiter_name, params)
|
4889
4889
|
#
|
4890
4890
|
# ## Configuration
|
4891
4891
|
#
|
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.
|
4
|
+
version: 1.18.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: 2019-03-
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|