aws-sdk-ses 1.6.0 → 1.7.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 +4 -4
- data/lib/aws-sdk-ses.rb +1 -1
- data/lib/aws-sdk-ses/client.rb +74 -66
- data/lib/aws-sdk-ses/types.rb +21 -32
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55382def90c9aa75a61c42e96f53645b00c8fae4
|
|
4
|
+
data.tar.gz: a0d7f18fe40e310d95f3af1da1b68e6d9676c86e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad95ee8bd595736b03eb6823904ac0933d84ca10311152208f4c13d86d20f6916a904186418451fdc734463d0b1ab5490a4ea2f68d45ccfc54afb89d30805d9
|
|
7
|
+
data.tar.gz: d68fcaeb71f0bc3ee628ce0b31fb2025d5ba64dc285afb5dd0d5db4774962d7604f73194e86749e2e21a94ca40e7c82fc53a7e25afc4279f68a60e70f5caf3ed
|
data/lib/aws-sdk-ses.rb
CHANGED
data/lib/aws-sdk-ses/client.rb
CHANGED
|
@@ -236,9 +236,8 @@ module Aws::SES
|
|
|
236
236
|
# Creates a configuration set event destination.
|
|
237
237
|
#
|
|
238
238
|
# <note markdown="1"> When you create or update an event destination, you must provide one,
|
|
239
|
-
# and only one, destination. The destination can be
|
|
240
|
-
#
|
|
241
|
-
# SNS).
|
|
239
|
+
# and only one, destination. The destination can be CloudWatch, Amazon
|
|
240
|
+
# Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
|
|
242
241
|
#
|
|
243
242
|
# </note>
|
|
244
243
|
#
|
|
@@ -305,13 +304,11 @@ module Aws::SES
|
|
|
305
304
|
# By default, images and links used for tracking open and click events
|
|
306
305
|
# are hosted on domains operated by Amazon SES. You can configure a
|
|
307
306
|
# subdomain of your own to handle these events. For information about
|
|
308
|
-
# using
|
|
309
|
-
# Open and Click Tracking][1] in the [Amazon SES Developer Guide][2].
|
|
307
|
+
# using custom domains, see the [Amazon SES Developer Guide][1].
|
|
310
308
|
#
|
|
311
309
|
#
|
|
312
310
|
#
|
|
313
311
|
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
314
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
315
312
|
#
|
|
316
313
|
# @option params [required, String] :configuration_set_name
|
|
317
314
|
# The name of the configuration set that the tracking options should be
|
|
@@ -323,12 +320,9 @@ module Aws::SES
|
|
|
323
320
|
# generated by Amazon SES emails.
|
|
324
321
|
#
|
|
325
322
|
# For more information, see [Configuring Custom Domains to Handle Open
|
|
326
|
-
# and Click
|
|
327
|
-
#
|
|
328
|
-
#
|
|
329
|
-
#
|
|
330
|
-
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
331
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
323
|
+
# and Click
|
|
324
|
+
# Tracking](ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
|
|
325
|
+
# in the *Amazon SES Developer Guide*.
|
|
332
326
|
#
|
|
333
327
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
334
328
|
#
|
|
@@ -360,7 +354,7 @@ module Aws::SES
|
|
|
360
354
|
#
|
|
361
355
|
#
|
|
362
356
|
#
|
|
363
|
-
# [1]:
|
|
357
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
364
358
|
#
|
|
365
359
|
# @option params [required, String] :template_name
|
|
366
360
|
# The name of the custom verification email template.
|
|
@@ -731,8 +725,7 @@ module Aws::SES
|
|
|
731
725
|
# By default, images and links used for tracking open and click events
|
|
732
726
|
# are hosted on domains operated by Amazon SES. You can configure a
|
|
733
727
|
# subdomain of your own to handle these events. For information about
|
|
734
|
-
# using
|
|
735
|
-
# Open and Click Tracking][1] in the [Amazon SES Developer Guide][2].
|
|
728
|
+
# using custom domains, see the [Amazon SES Developer Guide][1].
|
|
736
729
|
#
|
|
737
730
|
# <note markdown="1"> Deleting this kind of association will result in emails sent using the
|
|
738
731
|
# specified configuration set to capture open and click events using the
|
|
@@ -743,7 +736,6 @@ module Aws::SES
|
|
|
743
736
|
#
|
|
744
737
|
#
|
|
745
738
|
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
746
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
747
739
|
#
|
|
748
740
|
# @option params [required, String] :configuration_set_name
|
|
749
741
|
# The name of the configuration set from which you want to delete the
|
|
@@ -776,7 +768,7 @@ module Aws::SES
|
|
|
776
768
|
#
|
|
777
769
|
#
|
|
778
770
|
#
|
|
779
|
-
# [1]:
|
|
771
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
780
772
|
#
|
|
781
773
|
# @option params [required, String] :template_name
|
|
782
774
|
# The name of the custom verification email template that you want to
|
|
@@ -1427,7 +1419,8 @@ module Aws::SES
|
|
|
1427
1419
|
req.send_request(options)
|
|
1428
1420
|
end
|
|
1429
1421
|
|
|
1430
|
-
# Returns the email sending status of the Amazon SES account
|
|
1422
|
+
# Returns the email sending status of the Amazon SES account for the
|
|
1423
|
+
# current region.
|
|
1431
1424
|
#
|
|
1432
1425
|
# You can execute this operation no more than once per second.
|
|
1433
1426
|
#
|
|
@@ -1472,7 +1465,7 @@ module Aws::SES
|
|
|
1472
1465
|
#
|
|
1473
1466
|
#
|
|
1474
1467
|
#
|
|
1475
|
-
# [1]:
|
|
1468
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
1476
1469
|
#
|
|
1477
1470
|
# @option params [required, String] :template_name
|
|
1478
1471
|
# The name of the custom verification email template that you want to
|
|
@@ -1924,7 +1917,7 @@ module Aws::SES
|
|
|
1924
1917
|
req.send_request(options)
|
|
1925
1918
|
end
|
|
1926
1919
|
|
|
1927
|
-
# Provides sending statistics for the
|
|
1920
|
+
# Provides sending statistics for the current AWS Region. The result is
|
|
1928
1921
|
# a list of data points, representing the last two weeks of sending
|
|
1929
1922
|
# activity. Each data point in the list contains statistics for a
|
|
1930
1923
|
# 15-minute period of time.
|
|
@@ -2023,9 +2016,9 @@ module Aws::SES
|
|
|
2023
2016
|
end
|
|
2024
2017
|
|
|
2025
2018
|
# Provides a list of the configuration sets associated with your Amazon
|
|
2026
|
-
# SES account. For information about using
|
|
2027
|
-
# [Monitoring Your Amazon SES Sending
|
|
2028
|
-
# Developer Guide.*
|
|
2019
|
+
# SES account in the current AWS Region. For information about using
|
|
2020
|
+
# configuration sets, see [Monitoring Your Amazon SES Sending
|
|
2021
|
+
# Activity][1] in the *Amazon SES Developer Guide.*
|
|
2029
2022
|
#
|
|
2030
2023
|
# You can execute this operation no more than once per second. This
|
|
2031
2024
|
# operation will return up to 1,000 configuration sets each time it is
|
|
@@ -2075,7 +2068,7 @@ module Aws::SES
|
|
|
2075
2068
|
end
|
|
2076
2069
|
|
|
2077
2070
|
# Lists the existing custom verification email templates for your
|
|
2078
|
-
# account.
|
|
2071
|
+
# account in the current AWS Region.
|
|
2079
2072
|
#
|
|
2080
2073
|
# For more information about custom verification email templates, see
|
|
2081
2074
|
# [Using Custom Verification Email Templates][1] in the *Amazon SES
|
|
@@ -2085,7 +2078,7 @@ module Aws::SES
|
|
|
2085
2078
|
#
|
|
2086
2079
|
#
|
|
2087
2080
|
#
|
|
2088
|
-
# [1]:
|
|
2081
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
2089
2082
|
#
|
|
2090
2083
|
# @option params [String] :next_token
|
|
2091
2084
|
# An array the contains the name and creation time stamp for each
|
|
@@ -2129,7 +2122,8 @@ module Aws::SES
|
|
|
2129
2122
|
end
|
|
2130
2123
|
|
|
2131
2124
|
# Returns a list containing all of the identities (email addresses and
|
|
2132
|
-
# domains) for your AWS account, regardless of
|
|
2125
|
+
# domains) for your AWS account in the current AWS Region, regardless of
|
|
2126
|
+
# verification status.
|
|
2133
2127
|
#
|
|
2134
2128
|
# You can execute this operation no more than once per second.
|
|
2135
2129
|
#
|
|
@@ -2261,7 +2255,8 @@ module Aws::SES
|
|
|
2261
2255
|
req.send_request(options)
|
|
2262
2256
|
end
|
|
2263
2257
|
|
|
2264
|
-
# Lists the IP address filters associated with your AWS account
|
|
2258
|
+
# Lists the IP address filters associated with your AWS account in the
|
|
2259
|
+
# current AWS Region.
|
|
2265
2260
|
#
|
|
2266
2261
|
# For information about managing IP address filters, see the [Amazon SES
|
|
2267
2262
|
# Developer Guide][1].
|
|
@@ -2313,10 +2308,10 @@ module Aws::SES
|
|
|
2313
2308
|
req.send_request(options)
|
|
2314
2309
|
end
|
|
2315
2310
|
|
|
2316
|
-
# Lists the receipt rule sets that exist under your AWS account
|
|
2317
|
-
# there are additional receipt rule sets to be
|
|
2318
|
-
# receive a `NextToken` that you can provide to the
|
|
2319
|
-
# `ListReceiptRuleSets` to retrieve the additional entries.
|
|
2311
|
+
# Lists the receipt rule sets that exist under your AWS account in the
|
|
2312
|
+
# current AWS Region. If there are additional receipt rule sets to be
|
|
2313
|
+
# retrieved, you will receive a `NextToken` that you can provide to the
|
|
2314
|
+
# next call to `ListReceiptRuleSets` to retrieve the additional entries.
|
|
2320
2315
|
#
|
|
2321
2316
|
# For information about managing receipt rule sets, see the [Amazon SES
|
|
2322
2317
|
# Developer Guide][1].
|
|
@@ -2378,7 +2373,8 @@ module Aws::SES
|
|
|
2378
2373
|
req.send_request(options)
|
|
2379
2374
|
end
|
|
2380
2375
|
|
|
2381
|
-
# Lists the email templates present in your Amazon SES account
|
|
2376
|
+
# Lists the email templates present in your Amazon SES account in the
|
|
2377
|
+
# current AWS Region.
|
|
2382
2378
|
#
|
|
2383
2379
|
# You can execute this operation no more than once per second.
|
|
2384
2380
|
#
|
|
@@ -2896,9 +2892,9 @@ module Aws::SES
|
|
|
2896
2892
|
end
|
|
2897
2893
|
|
|
2898
2894
|
# Adds an email address to the list of identities for your Amazon SES
|
|
2899
|
-
# account and attempts to verify it. As a
|
|
2900
|
-
# operation, a customized verification email is
|
|
2901
|
-
# address.
|
|
2895
|
+
# account in the current AWS Region and attempts to verify it. As a
|
|
2896
|
+
# result of executing this operation, a customized verification email is
|
|
2897
|
+
# sent to the specified address.
|
|
2902
2898
|
#
|
|
2903
2899
|
# To use this operation, you must first create a custom verification
|
|
2904
2900
|
# email template. For more information about creating and using custom
|
|
@@ -2909,7 +2905,7 @@ module Aws::SES
|
|
|
2909
2905
|
#
|
|
2910
2906
|
#
|
|
2911
2907
|
#
|
|
2912
|
-
# [1]:
|
|
2908
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
2913
2909
|
#
|
|
2914
2910
|
# @option params [required, String] :email_address
|
|
2915
2911
|
# The email address to verify.
|
|
@@ -3514,9 +3510,22 @@ module Aws::SES
|
|
|
3514
3510
|
# will be rejected, even if the message contains other recipients that
|
|
3515
3511
|
# are valid.
|
|
3516
3512
|
#
|
|
3513
|
+
# If your call to the `SendTemplatedEmail` operation includes all of the
|
|
3514
|
+
# required parameters, Amazon SES accepts it and returns a Message ID.
|
|
3515
|
+
# However, if Amazon SES can't render the email because the template
|
|
3516
|
+
# contains errors, it doesn't send the email. Additionally, because it
|
|
3517
|
+
# already accepted the message, Amazon SES doesn't return a message
|
|
3518
|
+
# stating that it was unable to send the email.
|
|
3519
|
+
#
|
|
3520
|
+
# For these reasons, we highly recommend that you set up Amazon SES to
|
|
3521
|
+
# send you notifications when Rendering Failure events occur. For more
|
|
3522
|
+
# information, see [Sending Personalized Email Using the Amazon SES
|
|
3523
|
+
# API][2] in the *Amazon Simple Email Service Developer Guide*.
|
|
3524
|
+
#
|
|
3517
3525
|
#
|
|
3518
3526
|
#
|
|
3519
3527
|
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html
|
|
3528
|
+
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html
|
|
3520
3529
|
#
|
|
3521
3530
|
# @option params [required, String] :source
|
|
3522
3531
|
# The email address that is sending the email. This email address must
|
|
@@ -4132,16 +4141,17 @@ module Aws::SES
|
|
|
4132
4141
|
end
|
|
4133
4142
|
|
|
4134
4143
|
# Enables or disables email sending across your entire Amazon SES
|
|
4135
|
-
# account. You can use this operation in
|
|
4136
|
-
# CloudWatch alarms to temporarily pause email
|
|
4137
|
-
# Amazon SES account
|
|
4138
|
-
# complaint
|
|
4144
|
+
# account in the current AWS Region. You can use this operation in
|
|
4145
|
+
# conjunction with Amazon CloudWatch alarms to temporarily pause email
|
|
4146
|
+
# sending across your Amazon SES account in a given AWS Region when
|
|
4147
|
+
# reputation metrics (such as your bounce or complaint rates) reach
|
|
4148
|
+
# certain thresholds.
|
|
4139
4149
|
#
|
|
4140
4150
|
# You can execute this operation no more than once per second.
|
|
4141
4151
|
#
|
|
4142
4152
|
# @option params [Boolean] :enabled
|
|
4143
4153
|
# Describes whether email sending is enabled or disabled for your Amazon
|
|
4144
|
-
# SES account.
|
|
4154
|
+
# SES account in the current AWS Region.
|
|
4145
4155
|
#
|
|
4146
4156
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
4147
4157
|
#
|
|
@@ -4236,10 +4246,11 @@ module Aws::SES
|
|
|
4236
4246
|
end
|
|
4237
4247
|
|
|
4238
4248
|
# Enables or disables the publishing of reputation metrics for emails
|
|
4239
|
-
# sent using a specific configuration set
|
|
4240
|
-
# bounce and complaint rates. These metrics
|
|
4241
|
-
# CloudWatch. By using
|
|
4242
|
-
# bounce or complaint rates exceed
|
|
4249
|
+
# sent using a specific configuration set in a given AWS Region.
|
|
4250
|
+
# Reputation metrics include bounce and complaint rates. These metrics
|
|
4251
|
+
# are published to Amazon CloudWatch. By using CloudWatch, you can
|
|
4252
|
+
# create alarms when bounce or complaint rates exceed certain
|
|
4253
|
+
# thresholds.
|
|
4243
4254
|
#
|
|
4244
4255
|
# You can execute this operation no more than once per second.
|
|
4245
4256
|
#
|
|
@@ -4280,10 +4291,11 @@ module Aws::SES
|
|
|
4280
4291
|
end
|
|
4281
4292
|
|
|
4282
4293
|
# Enables or disables email sending for messages sent using a specific
|
|
4283
|
-
# configuration set. You can use this operation in
|
|
4284
|
-
# Amazon CloudWatch alarms to temporarily pause email
|
|
4285
|
-
# configuration set when the reputation metrics for that
|
|
4286
|
-
# set (such as your bounce on complaint rate)
|
|
4294
|
+
# configuration set in a given AWS Region. You can use this operation in
|
|
4295
|
+
# conjunction with Amazon CloudWatch alarms to temporarily pause email
|
|
4296
|
+
# sending for a configuration set when the reputation metrics for that
|
|
4297
|
+
# configuration set (such as your bounce on complaint rate) exceed
|
|
4298
|
+
# certain thresholds.
|
|
4287
4299
|
#
|
|
4288
4300
|
# You can execute this operation no more than once per second.
|
|
4289
4301
|
#
|
|
@@ -4328,13 +4340,11 @@ module Aws::SES
|
|
|
4328
4340
|
# By default, images and links used for tracking open and click events
|
|
4329
4341
|
# are hosted on domains operated by Amazon SES. You can configure a
|
|
4330
4342
|
# subdomain of your own to handle these events. For information about
|
|
4331
|
-
# using
|
|
4332
|
-
# Open and Click Tracking][1] in the [Amazon SES Developer Guide][2].
|
|
4343
|
+
# using custom domains, see the [Amazon SES Developer Guide][1].
|
|
4333
4344
|
#
|
|
4334
4345
|
#
|
|
4335
4346
|
#
|
|
4336
4347
|
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
4337
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
4338
4348
|
#
|
|
4339
4349
|
# @option params [required, String] :configuration_set_name
|
|
4340
4350
|
# The name of the configuration set for which you want to update the
|
|
@@ -4346,12 +4356,9 @@ module Aws::SES
|
|
|
4346
4356
|
# generated by Amazon SES emails.
|
|
4347
4357
|
#
|
|
4348
4358
|
# For more information, see [Configuring Custom Domains to Handle Open
|
|
4349
|
-
# and Click
|
|
4350
|
-
#
|
|
4351
|
-
#
|
|
4352
|
-
#
|
|
4353
|
-
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
4354
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
4359
|
+
# and Click
|
|
4360
|
+
# Tracking](ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
|
|
4361
|
+
# in the *Amazon SES Developer Guide*.
|
|
4355
4362
|
#
|
|
4356
4363
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
4357
4364
|
#
|
|
@@ -4383,7 +4390,7 @@ module Aws::SES
|
|
|
4383
4390
|
#
|
|
4384
4391
|
#
|
|
4385
4392
|
#
|
|
4386
|
-
# [1]:
|
|
4393
|
+
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
4387
4394
|
#
|
|
4388
4395
|
# @option params [required, String] :template_name
|
|
4389
4396
|
# The name of the custom verification email template that you want to
|
|
@@ -4639,10 +4646,10 @@ module Aws::SES
|
|
|
4639
4646
|
req.send_request(options)
|
|
4640
4647
|
end
|
|
4641
4648
|
|
|
4642
|
-
# Adds a domain to the list of identities for your Amazon SES account
|
|
4643
|
-
# and attempts to verify it. For more information
|
|
4644
|
-
# domains, see [Verifying Email Addresses and
|
|
4645
|
-
# SES Developer Guide.*
|
|
4649
|
+
# Adds a domain to the list of identities for your Amazon SES account in
|
|
4650
|
+
# the current AWS Region and attempts to verify it. For more information
|
|
4651
|
+
# about verifying domains, see [Verifying Email Addresses and
|
|
4652
|
+
# Domains][1] in the *Amazon SES Developer Guide.*
|
|
4646
4653
|
#
|
|
4647
4654
|
# You can execute this operation no more than once per second.
|
|
4648
4655
|
#
|
|
@@ -4723,8 +4730,9 @@ module Aws::SES
|
|
|
4723
4730
|
end
|
|
4724
4731
|
|
|
4725
4732
|
# Adds an email address to the list of identities for your Amazon SES
|
|
4726
|
-
# account and attempts to verify it. As a
|
|
4727
|
-
# operation, a verification email is sent to
|
|
4733
|
+
# account in the current AWS region and attempts to verify it. As a
|
|
4734
|
+
# result of executing this operation, a verification email is sent to
|
|
4735
|
+
# the specified address.
|
|
4728
4736
|
#
|
|
4729
4737
|
# You can execute this operation no more than once per second.
|
|
4730
4738
|
#
|
|
@@ -4770,7 +4778,7 @@ module Aws::SES
|
|
|
4770
4778
|
params: params,
|
|
4771
4779
|
config: config)
|
|
4772
4780
|
context[:gem_name] = 'aws-sdk-ses'
|
|
4773
|
-
context[:gem_version] = '1.
|
|
4781
|
+
context[:gem_version] = '1.7.0'
|
|
4774
4782
|
Seahorse::Client::Request.new(handlers, context)
|
|
4775
4783
|
end
|
|
4776
4784
|
|
data/lib/aws-sdk-ses/types.rb
CHANGED
|
@@ -692,12 +692,9 @@ module Aws::SES
|
|
|
692
692
|
# generated by Amazon SES emails.
|
|
693
693
|
#
|
|
694
694
|
# For more information, see [Configuring Custom Domains to Handle Open
|
|
695
|
-
# and Click
|
|
696
|
-
#
|
|
697
|
-
#
|
|
698
|
-
#
|
|
699
|
-
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
700
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
695
|
+
# and Click
|
|
696
|
+
# Tracking](ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
|
|
697
|
+
# in the *Amazon SES Developer Guide*.
|
|
701
698
|
# @return [Types::TrackingOptions]
|
|
702
699
|
#
|
|
703
700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateConfigurationSetTrackingOptionsRequest AWS API Documentation
|
|
@@ -1744,11 +1741,11 @@ module Aws::SES
|
|
|
1744
1741
|
end
|
|
1745
1742
|
|
|
1746
1743
|
# Represents a request to return the email sending status for your
|
|
1747
|
-
# Amazon SES account.
|
|
1744
|
+
# Amazon SES account in the current AWS Region.
|
|
1748
1745
|
#
|
|
1749
1746
|
# @!attribute [rw] enabled
|
|
1750
1747
|
# Describes whether email sending is enabled or disabled for your
|
|
1751
|
-
# Amazon SES account.
|
|
1748
|
+
# Amazon SES account in the current AWS Region.
|
|
1752
1749
|
# @return [Boolean]
|
|
1753
1750
|
#
|
|
1754
1751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/GetAccountSendingEnabledResponse AWS API Documentation
|
|
@@ -2464,12 +2461,9 @@ module Aws::SES
|
|
|
2464
2461
|
# templates for your account.
|
|
2465
2462
|
#
|
|
2466
2463
|
# For more information about custom verification email templates, see
|
|
2467
|
-
# [Using Custom Verification Email
|
|
2468
|
-
#
|
|
2469
|
-
#
|
|
2470
|
-
#
|
|
2471
|
-
#
|
|
2472
|
-
# [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
|
2464
|
+
# [Using Custom Verification Email
|
|
2465
|
+
# Templates](ses/latest/DeveloperGuide/custom-verification-emails.html)
|
|
2466
|
+
# in the *Amazon SES Developer Guide*.
|
|
2473
2467
|
#
|
|
2474
2468
|
# @note When making an API call, you may pass ListCustomVerificationEmailTemplatesRequest
|
|
2475
2469
|
# data as a hash:
|
|
@@ -3077,7 +3071,7 @@ module Aws::SES
|
|
|
3077
3071
|
#
|
|
3078
3072
|
# @!attribute [rw] workmail_action
|
|
3079
3073
|
# Calls Amazon WorkMail and, optionally, publishes a notification to
|
|
3080
|
-
# Amazon SNS.
|
|
3074
|
+
# Amazon Amazon SNS.
|
|
3081
3075
|
# @return [Types::WorkmailAction]
|
|
3082
3076
|
#
|
|
3083
3077
|
# @!attribute [rw] lambda_action
|
|
@@ -3638,10 +3632,10 @@ module Aws::SES
|
|
|
3638
3632
|
# that you must use the Amazon S3 encryption client to decrypt the
|
|
3639
3633
|
# email after retrieving it from Amazon S3, as the service has no
|
|
3640
3634
|
# access to use your AWS KMS keys for decryption. This encryption
|
|
3641
|
-
# client is currently available with the [AWS Java
|
|
3642
|
-
#
|
|
3643
|
-
# using AWS KMS master keys, see the [Amazon S3 Developer
|
|
3644
|
-
# Guide]
|
|
3635
|
+
# client is currently available with the [AWS SDK for Java][3] and
|
|
3636
|
+
# [AWS SDK for Ruby][4] only. For more information about client-side
|
|
3637
|
+
# encryption using AWS KMS master keys, see the [Amazon S3 Developer
|
|
3638
|
+
# Guide][5].
|
|
3645
3639
|
#
|
|
3646
3640
|
#
|
|
3647
3641
|
#
|
|
@@ -3649,6 +3643,7 @@ module Aws::SES
|
|
|
3649
3643
|
# [2]: http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html
|
|
3650
3644
|
# [3]: http://aws.amazon.com/sdk-for-java/
|
|
3651
3645
|
# [4]: http://aws.amazon.com/sdk-for-ruby/
|
|
3646
|
+
# [5]: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html
|
|
3652
3647
|
# @return [String]
|
|
3653
3648
|
#
|
|
3654
3649
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/S3Action AWS API Documentation
|
|
@@ -5224,12 +5219,9 @@ module Aws::SES
|
|
|
5224
5219
|
# generated by Amazon SES emails.
|
|
5225
5220
|
#
|
|
5226
5221
|
# For more information, see [Configuring Custom Domains to Handle Open
|
|
5227
|
-
# and Click
|
|
5228
|
-
#
|
|
5229
|
-
#
|
|
5230
|
-
#
|
|
5231
|
-
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
5232
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
5222
|
+
# and Click
|
|
5223
|
+
# Tracking](ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
|
|
5224
|
+
# in the *Amazon SES Developer Guide*.
|
|
5233
5225
|
#
|
|
5234
5226
|
# @note When making an API call, you may pass TrackingOptions
|
|
5235
5227
|
# data as a hash:
|
|
@@ -5262,7 +5254,7 @@ module Aws::SES
|
|
|
5262
5254
|
#
|
|
5263
5255
|
# @!attribute [rw] enabled
|
|
5264
5256
|
# Describes whether email sending is enabled or disabled for your
|
|
5265
|
-
# Amazon SES account.
|
|
5257
|
+
# Amazon SES account in the current AWS Region.
|
|
5266
5258
|
# @return [Boolean]
|
|
5267
5259
|
#
|
|
5268
5260
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateAccountSendingEnabledRequest AWS API Documentation
|
|
@@ -5414,12 +5406,9 @@ module Aws::SES
|
|
|
5414
5406
|
# generated by Amazon SES emails.
|
|
5415
5407
|
#
|
|
5416
5408
|
# For more information, see [Configuring Custom Domains to Handle Open
|
|
5417
|
-
# and Click
|
|
5418
|
-
#
|
|
5419
|
-
#
|
|
5420
|
-
#
|
|
5421
|
-
# [1]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
|
|
5422
|
-
# [2]: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
|
|
5409
|
+
# and Click
|
|
5410
|
+
# Tracking](ses/latest/DeveloperGuide/configure-custom-open-click-domains.html)
|
|
5411
|
+
# in the *Amazon SES Developer Guide*.
|
|
5423
5412
|
# @return [Types::TrackingOptions]
|
|
5424
5413
|
#
|
|
5425
5414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetTrackingOptionsRequest AWS API Documentation
|
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.7.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:
|
|
11
|
+
date: 2018-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
78
|
rubyforge_project:
|
|
79
|
-
rubygems_version: 2.5.
|
|
79
|
+
rubygems_version: 2.5.2.3
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: AWS SDK for Ruby - Amazon SES
|