aws-sdk-ses 1.5.0 → 1.6.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 +19 -15
- data/lib/aws-sdk-ses/types.rb +33 -31
- 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: 3b953be2309cc04a7afd763b92930f3dd6701e0e
|
4
|
+
data.tar.gz: 44ca1d9d7435864e6c320b618d0681d29a679f2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2fa458c8a36629c260d5ecb95cec5f6ec5f94f2ac536b233c7b5100909ed11308f60a5ba94a8a1ed6992ee167ac45907f3aa8f167d593156bb0803667d9d9b2
|
7
|
+
data.tar.gz: db3c082739db13ca6e148d1f705035fd53730796981833d3413a8a1f790f783116da44a6a9152004e6ba8f20a3d76be6c07bcdd36dfa20d32159b99cbbf5a708
|
data/lib/aws-sdk-ses.rb
CHANGED
data/lib/aws-sdk-ses/client.rb
CHANGED
@@ -161,7 +161,7 @@ module Aws::SES
|
|
161
161
|
# @option params [required, String] :rule_set_name
|
162
162
|
# The name of the rule set to create. The name must:
|
163
163
|
#
|
164
|
-
# *
|
164
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
|
165
165
|
# underscores (\_), or dashes (-).
|
166
166
|
#
|
167
167
|
# * Start and end with a letter or number.
|
@@ -589,7 +589,7 @@ module Aws::SES
|
|
589
589
|
# @option params [required, String] :rule_set_name
|
590
590
|
# The name of the rule set to create. The name must:
|
591
591
|
#
|
592
|
-
# *
|
592
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers (0-9),
|
593
593
|
# underscores (\_), or dashes (-).
|
594
594
|
#
|
595
595
|
# * Start and end with a letter or number.
|
@@ -2088,9 +2088,8 @@ module Aws::SES
|
|
2088
2088
|
# [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html
|
2089
2089
|
#
|
2090
2090
|
# @option params [String] :next_token
|
2091
|
-
#
|
2092
|
-
#
|
2093
|
-
# list of email templates.
|
2091
|
+
# An array the contains the name and creation time stamp for each
|
2092
|
+
# template in your Amazon SES account.
|
2094
2093
|
#
|
2095
2094
|
# @option params [Integer] :max_results
|
2096
2095
|
# The maximum number of custom verification email templates to return.
|
@@ -2384,7 +2383,8 @@ module Aws::SES
|
|
2384
2383
|
# You can execute this operation no more than once per second.
|
2385
2384
|
#
|
2386
2385
|
# @option params [String] :next_token
|
2387
|
-
#
|
2386
|
+
# A token returned from a previous call to `ListTemplates` to indicate
|
2387
|
+
# the position in the list of email templates.
|
2388
2388
|
#
|
2389
2389
|
# @option params [Integer] :max_items
|
2390
2390
|
# The maximum number of templates to return. This value must be at least
|
@@ -2895,13 +2895,17 @@ module Aws::SES
|
|
2895
2895
|
req.send_request(options)
|
2896
2896
|
end
|
2897
2897
|
|
2898
|
-
#
|
2899
|
-
#
|
2900
|
-
#
|
2898
|
+
# Adds an email address to the list of identities for your Amazon SES
|
2899
|
+
# account and attempts to verify it. As a result of executing this
|
2900
|
+
# operation, a customized verification email is sent to the specified
|
2901
|
+
# address.
|
2901
2902
|
#
|
2902
|
-
#
|
2903
|
-
#
|
2904
|
-
#
|
2903
|
+
# To use this operation, you must first create a custom verification
|
2904
|
+
# email template. For more information about creating and using custom
|
2905
|
+
# verification email templates, see [Using Custom Verification Email
|
2906
|
+
# Templates][1] in the *Amazon SES Developer Guide*.
|
2907
|
+
#
|
2908
|
+
# You can execute this operation no more than once per second.
|
2905
2909
|
#
|
2906
2910
|
#
|
2907
2911
|
#
|
@@ -4719,8 +4723,8 @@ module Aws::SES
|
|
4719
4723
|
end
|
4720
4724
|
|
4721
4725
|
# Adds an email address to the list of identities for your Amazon SES
|
4722
|
-
# account and attempts to verify it.
|
4723
|
-
#
|
4726
|
+
# account and attempts to verify it. As a result of executing this
|
4727
|
+
# operation, a verification email is sent to the specified address.
|
4724
4728
|
#
|
4725
4729
|
# You can execute this operation no more than once per second.
|
4726
4730
|
#
|
@@ -4766,7 +4770,7 @@ module Aws::SES
|
|
4766
4770
|
params: params,
|
4767
4771
|
config: config)
|
4768
4772
|
context[:gem_name] = 'aws-sdk-ses'
|
4769
|
-
context[:gem_version] = '1.
|
4773
|
+
context[:gem_version] = '1.6.0'
|
4770
4774
|
Seahorse::Client::Request.new(handlers, context)
|
4771
4775
|
end
|
4772
4776
|
|
data/lib/aws-sdk-ses/types.rb
CHANGED
@@ -384,8 +384,8 @@ module Aws::SES
|
|
384
384
|
# @!attribute [rw] rule_set_name
|
385
385
|
# The name of the rule set to create. The name must:
|
386
386
|
#
|
387
|
-
# *
|
388
|
-
# underscores (\_), or dashes (-).
|
387
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
388
|
+
# (0-9), underscores (\_), or dashes (-).
|
389
389
|
#
|
390
390
|
# * Start and end with a letter or number.
|
391
391
|
#
|
@@ -470,8 +470,8 @@ module Aws::SES
|
|
470
470
|
# The name of an Amazon CloudWatch dimension associated with an email
|
471
471
|
# sending metric. The name must:
|
472
472
|
#
|
473
|
-
# *
|
474
|
-
# (\_), or dashes (-).
|
473
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
474
|
+
# (0-9), underscores (\_), or dashes (-).
|
475
475
|
#
|
476
476
|
# * Contain less than 256 characters.
|
477
477
|
# @return [String]
|
@@ -489,8 +489,8 @@ module Aws::SES
|
|
489
489
|
# CloudWatch if you do not provide the value of the dimension when you
|
490
490
|
# send an email. The default value must:
|
491
491
|
#
|
492
|
-
# *
|
493
|
-
# (\_), or dashes (-).
|
492
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
493
|
+
# (0-9), underscores (\_), or dashes (-).
|
494
494
|
#
|
495
495
|
# * Contain less than 256 characters.
|
496
496
|
# @return [String]
|
@@ -923,8 +923,8 @@ module Aws::SES
|
|
923
923
|
# @!attribute [rw] rule_set_name
|
924
924
|
# The name of the rule set to create. The name must:
|
925
925
|
#
|
926
|
-
# *
|
927
|
-
# underscores (\_), or dashes (-).
|
926
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
927
|
+
# (0-9), underscores (\_), or dashes (-).
|
928
928
|
#
|
929
929
|
# * Start and end with a letter or number.
|
930
930
|
#
|
@@ -1659,8 +1659,8 @@ module Aws::SES
|
|
1659
1659
|
# @!attribute [rw] name
|
1660
1660
|
# The name of the event destination. The name must:
|
1661
1661
|
#
|
1662
|
-
# *
|
1663
|
-
# (\_), or dashes (-).
|
1662
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
1663
|
+
# (0-9), underscores (\_), or dashes (-).
|
1664
1664
|
#
|
1665
1665
|
# * Contain less than 64 characters.
|
1666
1666
|
# @return [String]
|
@@ -2480,9 +2480,8 @@ module Aws::SES
|
|
2480
2480
|
# }
|
2481
2481
|
#
|
2482
2482
|
# @!attribute [rw] next_token
|
2483
|
-
#
|
2484
|
-
#
|
2485
|
-
# the list of email templates.
|
2483
|
+
# An array the contains the name and creation time stamp for each
|
2484
|
+
# template in your Amazon SES account.
|
2486
2485
|
# @return [String]
|
2487
2486
|
#
|
2488
2487
|
# @!attribute [rw] max_results
|
@@ -2510,8 +2509,8 @@ module Aws::SES
|
|
2510
2509
|
# @!attribute [rw] next_token
|
2511
2510
|
# A token indicating that there are additional custom verification
|
2512
2511
|
# email templates available to be listed. Pass this token to a
|
2513
|
-
# subsequent call to `
|
2514
|
-
#
|
2512
|
+
# subsequent call to `ListTemplates` to retrieve the next 50 custom
|
2513
|
+
# verification email templates.
|
2515
2514
|
# @return [String]
|
2516
2515
|
#
|
2517
2516
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListCustomVerificationEmailTemplatesResponse AWS API Documentation
|
@@ -2716,7 +2715,8 @@ module Aws::SES
|
|
2716
2715
|
# }
|
2717
2716
|
#
|
2718
2717
|
# @!attribute [rw] next_token
|
2719
|
-
#
|
2718
|
+
# A token returned from a previous call to `ListTemplates` to indicate
|
2719
|
+
# the position in the list of email templates.
|
2720
2720
|
# @return [String]
|
2721
2721
|
#
|
2722
2722
|
# @!attribute [rw] max_items
|
@@ -2735,12 +2735,14 @@ module Aws::SES
|
|
2735
2735
|
end
|
2736
2736
|
|
2737
2737
|
# @!attribute [rw] templates_metadata
|
2738
|
-
# An array the contains the name
|
2738
|
+
# An array the contains the name and creation time stamp for each
|
2739
2739
|
# template in your Amazon SES account.
|
2740
2740
|
# @return [Array<Types::TemplateMetadata>]
|
2741
2741
|
#
|
2742
2742
|
# @!attribute [rw] next_token
|
2743
|
-
#
|
2743
|
+
# A token indicating that there are additional email templates
|
2744
|
+
# available to be listed. Pass this token to a subsequent call to
|
2745
|
+
# `ListTemplates` to retrieve the next 50 email templates.
|
2744
2746
|
# @return [String]
|
2745
2747
|
#
|
2746
2748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ListTemplatesResponse AWS API Documentation
|
@@ -2883,8 +2885,8 @@ module Aws::SES
|
|
2883
2885
|
# @!attribute [rw] name
|
2884
2886
|
# The name of the tag. The name must:
|
2885
2887
|
#
|
2886
|
-
# *
|
2887
|
-
# (\_), or dashes (-).
|
2888
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
2889
|
+
# (0-9), underscores (\_), or dashes (-).
|
2888
2890
|
#
|
2889
2891
|
# * Contain less than 256 characters.
|
2890
2892
|
# @return [String]
|
@@ -2892,8 +2894,8 @@ module Aws::SES
|
|
2892
2894
|
# @!attribute [rw] value
|
2893
2895
|
# The value of the tag. The value must:
|
2894
2896
|
#
|
2895
|
-
# *
|
2896
|
-
# (\_), or dashes (-).
|
2897
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
2898
|
+
# (0-9), underscores (\_), or dashes (-).
|
2897
2899
|
#
|
2898
2900
|
# * Contain less than 256 characters.
|
2899
2901
|
# @return [String]
|
@@ -3134,8 +3136,8 @@ module Aws::SES
|
|
3134
3136
|
# @!attribute [rw] name
|
3135
3137
|
# The name of the IP address filter. The name must:
|
3136
3138
|
#
|
3137
|
-
# *
|
3138
|
-
# underscores (\_), or dashes (-).
|
3139
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
3140
|
+
# (0-9), underscores (\_), or dashes (-).
|
3139
3141
|
#
|
3140
3142
|
# * Start and end with a letter or number.
|
3141
3143
|
#
|
@@ -3267,8 +3269,8 @@ module Aws::SES
|
|
3267
3269
|
# @!attribute [rw] name
|
3268
3270
|
# The name of the receipt rule. The name must:
|
3269
3271
|
#
|
3270
|
-
# *
|
3271
|
-
# underscores (\_), or dashes (-).
|
3272
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
3273
|
+
# (0-9), underscores (\_), or dashes (-).
|
3272
3274
|
#
|
3273
3275
|
# * Start and end with a letter or number.
|
3274
3276
|
#
|
@@ -3331,8 +3333,8 @@ module Aws::SES
|
|
3331
3333
|
# @!attribute [rw] name
|
3332
3334
|
# The name of the receipt rule set. The name must:
|
3333
3335
|
#
|
3334
|
-
# *
|
3335
|
-
# underscores (\_), or dashes (-).
|
3336
|
+
# * This value can only contain ASCII letters (a-z, A-Z), numbers
|
3337
|
+
# (0-9), underscores (\_), or dashes (-).
|
3336
3338
|
#
|
3337
3339
|
# * Start and end with a letter or number.
|
3338
3340
|
#
|
@@ -3638,7 +3640,8 @@ module Aws::SES
|
|
3638
3640
|
# access to use your AWS KMS keys for decryption. This encryption
|
3639
3641
|
# client is currently available with the [AWS Java SDK][3] and [AWS
|
3640
3642
|
# Ruby SDK][4] only. For more information about client-side encryption
|
3641
|
-
# using AWS KMS master keys, see the [Amazon S3 Developer
|
3643
|
+
# using AWS KMS master keys, see the [Amazon S3 Developer
|
3644
|
+
# Guide](AmazonS3/latest/dev/UsingClientSideEncryption.html).
|
3642
3645
|
#
|
3643
3646
|
#
|
3644
3647
|
#
|
@@ -3646,7 +3649,6 @@ module Aws::SES
|
|
3646
3649
|
# [2]: http://docs.aws.amazon.com/kms/latest/developerguide/concepts.html
|
3647
3650
|
# [3]: http://aws.amazon.com/sdk-for-java/
|
3648
3651
|
# [4]: http://aws.amazon.com/sdk-for-ruby/
|
3649
|
-
# [5]: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html
|
3650
3652
|
# @return [String]
|
3651
3653
|
#
|
3652
3654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/S3Action AWS API Documentation
|
@@ -5159,7 +5161,7 @@ module Aws::SES
|
|
5159
5161
|
include Aws::Structure
|
5160
5162
|
end
|
5161
5163
|
|
5162
|
-
#
|
5164
|
+
# Contains information about an email template.
|
5163
5165
|
#
|
5164
5166
|
# @!attribute [rw] name
|
5165
5167
|
# The name of the template.
|
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.6.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-12-
|
11
|
+
date: 2017-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|