aws-sdk-ses 1.0.0 → 1.1.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: 40d0a6b92ba7d8577ffd94cd69e65f0881c40218
4
- data.tar.gz: d777946118d8ecb293500d17fa2498c9c5a80398
3
+ metadata.gz: 4769f4d81c68acf59213f348f243c2048f86cd52
4
+ data.tar.gz: b19b28a88d7ec9fe6be1c7a2f3b4a3413cb7c67f
5
5
  SHA512:
6
- metadata.gz: d0ca7d300d69ef021ce597ea57cf30be9816780070e38b560773ad71ea5c5fa870ccb72c4d28f4be3d3e2323ffb3cdd00bd532e8b5ceaf8aa5d9aa900762dbdf
7
- data.tar.gz: 67530ea936ded5eb5bd8a4f8f676d567d6f30f2df31cc7c18e3f1905c61f69635d7e648868d32b2adebd5869a6b4f24e2d2c0c22caac5bc269b855dfe5b5f824
6
+ metadata.gz: 31056126e5b3d567c9d59218c4d2459915199ef608126e2519cb4aebc6c68957d115593b37b5cfc57a4dda7581b64e2d8fe424a7d54bb04555575f815b46d872
7
+ data.tar.gz: 6e316987fc0789390584e4ca0b4ec4adbf12a401cc1ba9a476a350110f442aeb72921833d128a922e6b30ec60d8552b46c1a5889b2f599efdc7a2409bcc8722f
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ses/customizations'
43
43
  # @service
44
44
  module Aws::SES
45
45
 
46
- GEM_VERSION = '1.0.0'
46
+ GEM_VERSION = '1.1.0'
47
47
 
48
48
  end
@@ -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 Amazon SES:
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 with Amazon SES:
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 for an identity:
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 notifications for emails sent with the specified identity as the Source:
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.0.0'
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.0.0
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-08-29 00:00:00.000000000 Z
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: