aws-sdk-ses 1.17.0 → 1.18.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: ec399de145b63fc2420bfa4412114e5a1bfd6f0a
4
- data.tar.gz: 30585341c62d778d48a2ca27d3c64f559a5ae38d
3
+ metadata.gz: 8d6552e32907503794c788dadcab56eebf76b43d
4
+ data.tar.gz: 125329901b5319eaab457546d0d1a64b182d7a43
5
5
  SHA512:
6
- metadata.gz: 07d6bcbc22a0fef34f18bd20f6ee866a1633e584052d212e95c904c623ce5b12ba661cbd96ab85c27845eea49c128c05fc934c6eac8c8121dc273cbfd8668af6
7
- data.tar.gz: 88b554929f7f46a6aad7ed69fad5ac38b752887063d8aad370aad64a5c48fff235742d95cece4c7492358a63a5293f2d5aa817f1916f3bcb11dc86ef8bc407f6
6
+ metadata.gz: 59af24829cb51f6defab2d7d7acc8e8de9488843b17b5b41ad4baa6a248834f27022a11e537686a468cf01e0f49f5f23082e546ec93bb21f3f559266d044bf8f
7
+ data.tar.gz: 8353ff3d4b744f5be9ca200dfdd8244d9438bdc276a35215affebedcc87b332410db756a779655ea95f8b42d1b1ca492fae64297ca35b18b0d438a14d136349d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ses/customizations'
43
43
  # @service
44
44
  module Aws::SES
45
45
 
46
- GEM_VERSION = '1.17.0'
46
+ GEM_VERSION = '1.18.0'
47
47
 
48
48
  end
@@ -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.17.0'
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.waiter_until(waiter_name, params)
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.17.0
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-21 00:00:00.000000000 Z
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