aws-sdk-ses 1.0.0 → 1.1.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 +9 -5
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4769f4d81c68acf59213f348f243c2048f86cd52
|
4
|
+
data.tar.gz: b19b28a88d7ec9fe6be1c7a2f3b4a3413cb7c67f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31056126e5b3d567c9d59218c4d2459915199ef608126e2519cb4aebc6c68957d115593b37b5cfc57a4dda7581b64e2d8fe424a7d54bb04555575f815b46d872
|
7
|
+
data.tar.gz: 6e316987fc0789390584e4ca0b4ec4adbf12a401cc1ba9a476a350110f442aeb72921833d128a922e6b30ec60d8552b46c1a5889b2f599efdc7a2409bcc8722f
|
data/lib/aws-sdk-ses.rb
CHANGED
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -595,7 +595,8 @@ module Aws::SES
|
|
595
595
|
#
|
596
596
|
# @example Example: DeleteIdentity
|
597
597
|
#
|
598
|
-
# # The following example deletes an identity from the list of identities that have been submitted for verification with
|
598
|
+
# # The following example deletes an identity from the list of identities that have been submitted for verification with
|
599
|
+
# # Amazon SES:
|
599
600
|
#
|
600
601
|
# resp = client.delete_identity({
|
601
602
|
# identity: "user@example.com",
|
@@ -823,7 +824,8 @@ module Aws::SES
|
|
823
824
|
#
|
824
825
|
# @example Example: DeleteVerifiedEmailAddress
|
825
826
|
#
|
826
|
-
# # The following example deletes an email address from the list of identities that have been submitted for verification
|
827
|
+
# # The following example deletes an email address from the list of identities that have been submitted for verification
|
828
|
+
# # with Amazon SES:
|
827
829
|
#
|
828
830
|
# resp = client.delete_verified_email_address({
|
829
831
|
# email_address: "user@example.com",
|
@@ -2940,7 +2942,8 @@ module Aws::SES
|
|
2940
2942
|
#
|
2941
2943
|
# @example Example: SetIdentityHeadersInNotificationsEnabled
|
2942
2944
|
#
|
2943
|
-
# # The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications
|
2945
|
+
# # The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications
|
2946
|
+
# # for an identity:
|
2944
2947
|
#
|
2945
2948
|
# resp = client.set_identity_headers_in_notifications_enabled({
|
2946
2949
|
# enabled: true,
|
@@ -3079,7 +3082,8 @@ module Aws::SES
|
|
3079
3082
|
#
|
3080
3083
|
# @example Example: SetIdentityNotificationTopic
|
3081
3084
|
#
|
3082
|
-
# # The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery
|
3085
|
+
# # The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery
|
3086
|
+
# # notifications for emails sent with the specified identity as the Source:
|
3083
3087
|
#
|
3084
3088
|
# resp = client.set_identity_notification_topic({
|
3085
3089
|
# identity: "user@example.com",
|
@@ -3519,7 +3523,7 @@ module Aws::SES
|
|
3519
3523
|
params: params,
|
3520
3524
|
config: config)
|
3521
3525
|
context[:gem_name] = 'aws-sdk-ses'
|
3522
|
-
context[:gem_version] = '1.
|
3526
|
+
context[:gem_version] = '1.1.0'
|
3523
3527
|
Seahorse::Client::Request.new(handlers, context)
|
3524
3528
|
end
|
3525
3529
|
|
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.1.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: 2017-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -57,7 +57,9 @@ files:
|
|
57
57
|
homepage: http://github.com/aws/aws-sdk-ruby
|
58
58
|
licenses:
|
59
59
|
- Apache-2.0
|
60
|
-
metadata:
|
60
|
+
metadata:
|
61
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses
|
62
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-ses/CHANGELOG.md
|
61
63
|
post_install_message:
|
62
64
|
rdoc_options: []
|
63
65
|
require_paths:
|