aws-sdk-sesv2 1.12.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 731627feb7b8fe4696772dd264ba3d82427f57bb5cde52b8be1dae13310070d0
4
- data.tar.gz: 2f3fa0b2027a0967618e47d7a4062cf1811a0b92e28b15dbe319b9d3ab29642c
3
+ metadata.gz: 0bf846cdcd7b2c2b28a18e1e09fe665aaad116ecc3ad0fc49df84f23497aeeee
4
+ data.tar.gz: e9eb36a3bff623da3f19e0dd213ba8767f395432f335d535ed5e221bfb32a4c6
5
5
  SHA512:
6
- metadata.gz: a60c6f7dbfacfdbcb6610e305449d205b145506d0e820f85d819596aa3aa4332434b0e2d65c431fa5a6eaf0825fc16fb8f3cc422aa222aa5e10bff1f74119245
7
- data.tar.gz: 3006c9051d24ff8a38b93f3a67c8a08f866dcb0403bade30b28fa3535dc7469782b82a2f79f95682036d8af03c82f65557e7ac790f8252557e18ec41ed310c41
6
+ metadata.gz: 2e6d83986aed8d717db43651d76c646838c0ee79ade54387b1974f9ca5dd115967b66baf4e0659a89aa88635be409ca3b6f2d1f2533d35211e9e67087db7ff88
7
+ data.tar.gz: 52859f6c64c1faf3ead612aac1217bc5144e3a3513a2b83d2d15efbdbb82772c951cbbcbce61824acc5128cc0ba36fcec9dd27eeeadae7881d206a4c65a288b8
data/CHANGELOG.md ADDED
@@ -0,0 +1,98 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.17.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.16.0 (2021-02-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.15.0 (2021-01-27)
15
+ ------------------
16
+
17
+ * Feature - This release includes the ability to assign a configuration set to an email identity (a domain or email address), which allows the settings from the configuration set to be applied to the identity.
18
+
19
+ 1.14.0 (2020-10-29)
20
+ ------------------
21
+
22
+ * Feature - This release enables customers to manage their own contact lists and end-user subscription preferences.
23
+
24
+ 1.13.0 (2020-09-30)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.12.0 (2020-09-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.11.0 (2020-08-25)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.10.0 (2020-08-18)
40
+ ------------------
41
+
42
+ * Feature - This release includes new APIs to allow customers to add or remove email addresses from their account-level suppression list in bulk.
43
+
44
+ 1.9.0 (2020-07-30)
45
+ ------------------
46
+
47
+ * Feature - This release makes more API operations available to customers in version 2 of the Amazon SES API. With these additions, customers can now access sending authorization, custom verification email, and template API operations. With this release, Amazon SES is also providing new and updated APIs to allow customers to request production access.
48
+
49
+ 1.8.0 (2020-06-23)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.7.0 (2020-06-18)
55
+ ------------------
56
+
57
+ * Feature - You can now configure Amazon SES to send event notifications when the delivery of an email is delayed because of a temporary issue. For example, you can receive a notification if the recipient's inbox is full, or if there's a temporary problem with the receiving email server.
58
+
59
+ 1.6.1 (2020-06-11)
60
+ ------------------
61
+
62
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
63
+
64
+ 1.6.0 (2020-06-10)
65
+ ------------------
66
+
67
+ * Issue - This version has been yanked. (#2327).
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.5.0 (2020-05-28)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.4.0 (2020-05-07)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.3.0 (2020-03-09)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.2.0 (2019-12-13)
86
+ ------------------
87
+
88
+ * Feature - Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity.
89
+
90
+ 1.1.0 (2019-11-25)
91
+ ------------------
92
+
93
+ * Feature - This release includes support for automatically suppressing email addresses that result in hard bounce or complaint events at the account level, and for managing addresses on this account-level suppression list.
94
+
95
+ 1.0.0 (2019-11-13)
96
+ ------------------
97
+
98
+ * Feature - Initial release of `aws-sdk-sesv2`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.17.0
data/lib/aws-sdk-sesv2.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-sesv2/customizations'
48
48
  # @!group service
49
49
  module Aws::SESV2
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -432,7 +432,7 @@ module Aws::SESV2
432
432
  # event_destination_name: "EventDestinationName", # required
433
433
  # event_destination: { # required
434
434
  # enabled: false,
435
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
435
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY, SUBSCRIPTION
436
436
  # kinesis_firehose_destination: {
437
437
  # iam_role_arn: "AmazonResourceName", # required
438
438
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -464,6 +464,99 @@ module Aws::SESV2
464
464
  req.send_request(options)
465
465
  end
466
466
 
467
+ # Creates a contact, which is an end-user who is receiving the email,
468
+ # and adds them to a contact list.
469
+ #
470
+ # @option params [required, String] :contact_list_name
471
+ # The name of the contact list to which the contact should be added.
472
+ #
473
+ # @option params [required, String] :email_address
474
+ # The contact's email address.
475
+ #
476
+ # @option params [Array<Types::TopicPreference>] :topic_preferences
477
+ # The contact's preferences for being opted-in to or opted-out of
478
+ # topics.
479
+ #
480
+ # @option params [Boolean] :unsubscribe_all
481
+ # A boolean value status noting if the contact is unsubscribed from all
482
+ # contact list topics.
483
+ #
484
+ # @option params [String] :attributes_data
485
+ # The attribute data attached to a contact.
486
+ #
487
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
488
+ #
489
+ # @example Request syntax with placeholder values
490
+ #
491
+ # resp = client.create_contact({
492
+ # contact_list_name: "ContactListName", # required
493
+ # email_address: "EmailAddress", # required
494
+ # topic_preferences: [
495
+ # {
496
+ # topic_name: "TopicName", # required
497
+ # subscription_status: "OPT_IN", # required, accepts OPT_IN, OPT_OUT
498
+ # },
499
+ # ],
500
+ # unsubscribe_all: false,
501
+ # attributes_data: "AttributesData",
502
+ # })
503
+ #
504
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContact AWS API Documentation
505
+ #
506
+ # @overload create_contact(params = {})
507
+ # @param [Hash] params ({})
508
+ def create_contact(params = {}, options = {})
509
+ req = build_request(:create_contact, params)
510
+ req.send_request(options)
511
+ end
512
+
513
+ # Creates a contact list.
514
+ #
515
+ # @option params [required, String] :contact_list_name
516
+ # The name of the contact list.
517
+ #
518
+ # @option params [Array<Types::Topic>] :topics
519
+ # An interest group, theme, or label within a list. A contact list can
520
+ # have multiple topics.
521
+ #
522
+ # @option params [String] :description
523
+ # A description of what the contact list is about.
524
+ #
525
+ # @option params [Array<Types::Tag>] :tags
526
+ # The tags associated with a contact list.
527
+ #
528
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
529
+ #
530
+ # @example Request syntax with placeholder values
531
+ #
532
+ # resp = client.create_contact_list({
533
+ # contact_list_name: "ContactListName", # required
534
+ # topics: [
535
+ # {
536
+ # topic_name: "TopicName", # required
537
+ # display_name: "DisplayName", # required
538
+ # description: "Description",
539
+ # default_subscription_status: "OPT_IN", # required, accepts OPT_IN, OPT_OUT
540
+ # },
541
+ # ],
542
+ # description: "Description",
543
+ # tags: [
544
+ # {
545
+ # key: "TagKey", # required
546
+ # value: "TagValue", # required
547
+ # },
548
+ # ],
549
+ # })
550
+ #
551
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/CreateContactList AWS API Documentation
552
+ #
553
+ # @overload create_contact_list(params = {})
554
+ # @param [Hash] params ({})
555
+ def create_contact_list(params = {}, options = {})
556
+ req = build_request(:create_contact_list, params)
557
+ req.send_request(options)
558
+ end
559
+
467
560
  # Creates a new custom verification email template.
468
561
  #
469
562
  # For more information about custom verification email templates, see
@@ -673,6 +766,16 @@ module Aws::SESV2
673
766
  # the public key that you want to use for DKIM authentication) and a
674
767
  # private key.
675
768
  #
769
+ # When you verify a domain, this operation provides a set of DKIM
770
+ # tokens, which you can convert into CNAME tokens. You add these CNAME
771
+ # tokens to the DNS configuration for your domain. Your domain is
772
+ # verified when Amazon SES detects these records in the DNS
773
+ # configuration for your domain. For some DNS providers, it can take 72
774
+ # hours or more to complete the domain verification process.
775
+ #
776
+ # Additionally, you can associate an existing configuration set with the
777
+ # email identity that you're verifying.
778
+ #
676
779
  #
677
780
  #
678
781
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
@@ -696,6 +799,11 @@ module Aws::SESV2
696
799
  #
697
800
  # [1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
698
801
  #
802
+ # @option params [String] :configuration_set_name
803
+ # The configuration set to use by default when sending from this
804
+ # identity. Note that any configuration set defined in the email sending
805
+ # request takes precedence.
806
+ #
699
807
  # @return [Types::CreateEmailIdentityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
700
808
  #
701
809
  # * {Types::CreateEmailIdentityResponse#identity_type #identity_type} => String
@@ -716,6 +824,7 @@ module Aws::SESV2
716
824
  # domain_signing_selector: "Selector", # required
717
825
  # domain_signing_private_key: "PrivateKey", # required
718
826
  # },
827
+ # configuration_set_name: "ConfigurationSetName",
719
828
  # })
720
829
  #
721
830
  # @example Response structure
@@ -849,9 +958,13 @@ module Aws::SESV2
849
958
  #
850
959
  # resp = client.create_import_job({
851
960
  # import_destination: { # required
852
- # suppression_list_destination: { # required
961
+ # suppression_list_destination: {
853
962
  # suppression_list_import_action: "DELETE", # required, accepts DELETE, PUT
854
963
  # },
964
+ # contact_list_destination: {
965
+ # contact_list_name: "ContactListName", # required
966
+ # contact_list_import_action: "DELETE", # required, accepts DELETE, PUT
967
+ # },
855
968
  # },
856
969
  # import_data_source: { # required
857
970
  # s3_url: "S3Url", # required
@@ -934,6 +1047,54 @@ module Aws::SESV2
934
1047
  req.send_request(options)
935
1048
  end
936
1049
 
1050
+ # Removes a contact from a contact list.
1051
+ #
1052
+ # @option params [required, String] :contact_list_name
1053
+ # The name of the contact list from which the contact should be removed.
1054
+ #
1055
+ # @option params [required, String] :email_address
1056
+ # The contact's email address.
1057
+ #
1058
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1059
+ #
1060
+ # @example Request syntax with placeholder values
1061
+ #
1062
+ # resp = client.delete_contact({
1063
+ # contact_list_name: "ContactListName", # required
1064
+ # email_address: "EmailAddress", # required
1065
+ # })
1066
+ #
1067
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContact AWS API Documentation
1068
+ #
1069
+ # @overload delete_contact(params = {})
1070
+ # @param [Hash] params ({})
1071
+ def delete_contact(params = {}, options = {})
1072
+ req = build_request(:delete_contact, params)
1073
+ req.send_request(options)
1074
+ end
1075
+
1076
+ # Deletes a contact list and all of the contacts on that list.
1077
+ #
1078
+ # @option params [required, String] :contact_list_name
1079
+ # The name of the contact list.
1080
+ #
1081
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1082
+ #
1083
+ # @example Request syntax with placeholder values
1084
+ #
1085
+ # resp = client.delete_contact_list({
1086
+ # contact_list_name: "ContactListName", # required
1087
+ # })
1088
+ #
1089
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContactList AWS API Documentation
1090
+ #
1091
+ # @overload delete_contact_list(params = {})
1092
+ # @param [Hash] params ({})
1093
+ def delete_contact_list(params = {}, options = {})
1094
+ req = build_request(:delete_contact_list, params)
1095
+ req.send_request(options)
1096
+ end
1097
+
937
1098
  # Deletes an existing custom verification email template.
938
1099
  #
939
1100
  # For more information about custom verification email templates, see
@@ -1266,7 +1427,7 @@ module Aws::SESV2
1266
1427
  # resp.event_destinations[0].name #=> String
1267
1428
  # resp.event_destinations[0].enabled #=> Boolean
1268
1429
  # resp.event_destinations[0].matching_event_types #=> Array
1269
- # resp.event_destinations[0].matching_event_types[0] #=> String, one of "SEND", "REJECT", "BOUNCE", "COMPLAINT", "DELIVERY", "OPEN", "CLICK", "RENDERING_FAILURE", "DELIVERY_DELAY"
1430
+ # resp.event_destinations[0].matching_event_types[0] #=> String, one of "SEND", "REJECT", "BOUNCE", "COMPLAINT", "DELIVERY", "OPEN", "CLICK", "RENDERING_FAILURE", "DELIVERY_DELAY", "SUBSCRIPTION"
1270
1431
  # resp.event_destinations[0].kinesis_firehose_destination.iam_role_arn #=> String
1271
1432
  # resp.event_destinations[0].kinesis_firehose_destination.delivery_stream_arn #=> String
1272
1433
  # resp.event_destinations[0].cloud_watch_destination.dimension_configurations #=> Array
@@ -1285,6 +1446,101 @@ module Aws::SESV2
1285
1446
  req.send_request(options)
1286
1447
  end
1287
1448
 
1449
+ # Returns a contact from a contact list.
1450
+ #
1451
+ # @option params [required, String] :contact_list_name
1452
+ # The name of the contact list to which the contact belongs.
1453
+ #
1454
+ # @option params [required, String] :email_address
1455
+ # The contact's email addres.
1456
+ #
1457
+ # @return [Types::GetContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1458
+ #
1459
+ # * {Types::GetContactResponse#contact_list_name #contact_list_name} => String
1460
+ # * {Types::GetContactResponse#email_address #email_address} => String
1461
+ # * {Types::GetContactResponse#topic_preferences #topic_preferences} => Array&lt;Types::TopicPreference&gt;
1462
+ # * {Types::GetContactResponse#topic_default_preferences #topic_default_preferences} => Array&lt;Types::TopicPreference&gt;
1463
+ # * {Types::GetContactResponse#unsubscribe_all #unsubscribe_all} => Boolean
1464
+ # * {Types::GetContactResponse#attributes_data #attributes_data} => String
1465
+ # * {Types::GetContactResponse#created_timestamp #created_timestamp} => Time
1466
+ # * {Types::GetContactResponse#last_updated_timestamp #last_updated_timestamp} => Time
1467
+ #
1468
+ # @example Request syntax with placeholder values
1469
+ #
1470
+ # resp = client.get_contact({
1471
+ # contact_list_name: "ContactListName", # required
1472
+ # email_address: "EmailAddress", # required
1473
+ # })
1474
+ #
1475
+ # @example Response structure
1476
+ #
1477
+ # resp.contact_list_name #=> String
1478
+ # resp.email_address #=> String
1479
+ # resp.topic_preferences #=> Array
1480
+ # resp.topic_preferences[0].topic_name #=> String
1481
+ # resp.topic_preferences[0].subscription_status #=> String, one of "OPT_IN", "OPT_OUT"
1482
+ # resp.topic_default_preferences #=> Array
1483
+ # resp.topic_default_preferences[0].topic_name #=> String
1484
+ # resp.topic_default_preferences[0].subscription_status #=> String, one of "OPT_IN", "OPT_OUT"
1485
+ # resp.unsubscribe_all #=> Boolean
1486
+ # resp.attributes_data #=> String
1487
+ # resp.created_timestamp #=> Time
1488
+ # resp.last_updated_timestamp #=> Time
1489
+ #
1490
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContact AWS API Documentation
1491
+ #
1492
+ # @overload get_contact(params = {})
1493
+ # @param [Hash] params ({})
1494
+ def get_contact(params = {}, options = {})
1495
+ req = build_request(:get_contact, params)
1496
+ req.send_request(options)
1497
+ end
1498
+
1499
+ # Returns contact list metadata. It does not return any information
1500
+ # about the contacts present in the list.
1501
+ #
1502
+ # @option params [required, String] :contact_list_name
1503
+ # The name of the contact list.
1504
+ #
1505
+ # @return [Types::GetContactListResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1506
+ #
1507
+ # * {Types::GetContactListResponse#contact_list_name #contact_list_name} => String
1508
+ # * {Types::GetContactListResponse#topics #topics} => Array&lt;Types::Topic&gt;
1509
+ # * {Types::GetContactListResponse#description #description} => String
1510
+ # * {Types::GetContactListResponse#created_timestamp #created_timestamp} => Time
1511
+ # * {Types::GetContactListResponse#last_updated_timestamp #last_updated_timestamp} => Time
1512
+ # * {Types::GetContactListResponse#tags #tags} => Array&lt;Types::Tag&gt;
1513
+ #
1514
+ # @example Request syntax with placeholder values
1515
+ #
1516
+ # resp = client.get_contact_list({
1517
+ # contact_list_name: "ContactListName", # required
1518
+ # })
1519
+ #
1520
+ # @example Response structure
1521
+ #
1522
+ # resp.contact_list_name #=> String
1523
+ # resp.topics #=> Array
1524
+ # resp.topics[0].topic_name #=> String
1525
+ # resp.topics[0].display_name #=> String
1526
+ # resp.topics[0].description #=> String
1527
+ # resp.topics[0].default_subscription_status #=> String, one of "OPT_IN", "OPT_OUT"
1528
+ # resp.description #=> String
1529
+ # resp.created_timestamp #=> Time
1530
+ # resp.last_updated_timestamp #=> Time
1531
+ # resp.tags #=> Array
1532
+ # resp.tags[0].key #=> String
1533
+ # resp.tags[0].value #=> String
1534
+ #
1535
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetContactList AWS API Documentation
1536
+ #
1537
+ # @overload get_contact_list(params = {})
1538
+ # @param [Hash] params ({})
1539
+ def get_contact_list(params = {}, options = {})
1540
+ req = build_request(:get_contact_list, params)
1541
+ req.send_request(options)
1542
+ end
1543
+
1288
1544
  # Returns the custom email verification template for the template name
1289
1545
  # you specify.
1290
1546
  #
@@ -1649,6 +1905,7 @@ module Aws::SESV2
1649
1905
  # * {Types::GetEmailIdentityResponse#mail_from_attributes #mail_from_attributes} => Types::MailFromAttributes
1650
1906
  # * {Types::GetEmailIdentityResponse#policies #policies} => Hash&lt;String,String&gt;
1651
1907
  # * {Types::GetEmailIdentityResponse#tags #tags} => Array&lt;Types::Tag&gt;
1908
+ # * {Types::GetEmailIdentityResponse#configuration_set_name #configuration_set_name} => String
1652
1909
  #
1653
1910
  # @example Request syntax with placeholder values
1654
1911
  #
@@ -1674,6 +1931,7 @@ module Aws::SESV2
1674
1931
  # resp.tags #=> Array
1675
1932
  # resp.tags[0].key #=> String
1676
1933
  # resp.tags[0].value #=> String
1934
+ # resp.configuration_set_name #=> String
1677
1935
  #
1678
1936
  # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/GetEmailIdentity AWS API Documentation
1679
1937
  #
@@ -1793,6 +2051,8 @@ module Aws::SESV2
1793
2051
  #
1794
2052
  # resp.job_id #=> String
1795
2053
  # resp.import_destination.suppression_list_destination.suppression_list_import_action #=> String, one of "DELETE", "PUT"
2054
+ # resp.import_destination.contact_list_destination.contact_list_name #=> String
2055
+ # resp.import_destination.contact_list_destination.contact_list_import_action #=> String, one of "DELETE", "PUT"
1796
2056
  # resp.import_data_source.s3_url #=> String
1797
2057
  # resp.import_data_source.data_format #=> String, one of "CSV", "JSON"
1798
2058
  # resp.failure_info.failed_records_s3_url #=> String
@@ -1893,6 +2153,118 @@ module Aws::SESV2
1893
2153
  req.send_request(options)
1894
2154
  end
1895
2155
 
2156
+ # Lists all of the contact lists available.
2157
+ #
2158
+ # @option params [Integer] :page_size
2159
+ # Maximum number of contact lists to return at once. Use this parameter
2160
+ # to paginate results. If additional contact lists exist beyond the
2161
+ # specified limit, the `NextToken` element is sent in the response. Use
2162
+ # the `NextToken` value in subsequent requests to retrieve additional
2163
+ # lists.
2164
+ #
2165
+ # @option params [String] :next_token
2166
+ # A string token indicating that there might be additional contact lists
2167
+ # available to be listed. Use the token provided in the Response to use
2168
+ # in the subsequent call to ListContactLists with the same parameters to
2169
+ # retrieve the next page of contact lists.
2170
+ #
2171
+ # @return [Types::ListContactListsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2172
+ #
2173
+ # * {Types::ListContactListsResponse#contact_lists #contact_lists} => Array&lt;Types::ContactList&gt;
2174
+ # * {Types::ListContactListsResponse#next_token #next_token} => String
2175
+ #
2176
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2177
+ #
2178
+ # @example Request syntax with placeholder values
2179
+ #
2180
+ # resp = client.list_contact_lists({
2181
+ # page_size: 1,
2182
+ # next_token: "NextToken",
2183
+ # })
2184
+ #
2185
+ # @example Response structure
2186
+ #
2187
+ # resp.contact_lists #=> Array
2188
+ # resp.contact_lists[0].contact_list_name #=> String
2189
+ # resp.contact_lists[0].last_updated_timestamp #=> Time
2190
+ # resp.next_token #=> String
2191
+ #
2192
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContactLists AWS API Documentation
2193
+ #
2194
+ # @overload list_contact_lists(params = {})
2195
+ # @param [Hash] params ({})
2196
+ def list_contact_lists(params = {}, options = {})
2197
+ req = build_request(:list_contact_lists, params)
2198
+ req.send_request(options)
2199
+ end
2200
+
2201
+ # Lists the contacts present in a specific contact list.
2202
+ #
2203
+ # @option params [required, String] :contact_list_name
2204
+ # The name of the contact list.
2205
+ #
2206
+ # @option params [Types::ListContactsFilter] :filter
2207
+ # A filter that can be applied to a list of contacts.
2208
+ #
2209
+ # @option params [Integer] :page_size
2210
+ # The number of contacts that may be returned at once, which is
2211
+ # dependent on if there are more or less contacts than the value of the
2212
+ # PageSize. Use this parameter to paginate results. If additional
2213
+ # contacts exist beyond the specified limit, the `NextToken` element is
2214
+ # sent in the response. Use the `NextToken` value in subsequent requests
2215
+ # to retrieve additional contacts.
2216
+ #
2217
+ # @option params [String] :next_token
2218
+ # A string token indicating that there might be additional contacts
2219
+ # available to be listed. Use the token provided in the Response to use
2220
+ # in the subsequent call to ListContacts with the same parameters to
2221
+ # retrieve the next page of contacts.
2222
+ #
2223
+ # @return [Types::ListContactsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2224
+ #
2225
+ # * {Types::ListContactsResponse#contacts #contacts} => Array&lt;Types::Contact&gt;
2226
+ # * {Types::ListContactsResponse#next_token #next_token} => String
2227
+ #
2228
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2229
+ #
2230
+ # @example Request syntax with placeholder values
2231
+ #
2232
+ # resp = client.list_contacts({
2233
+ # contact_list_name: "ContactListName", # required
2234
+ # filter: {
2235
+ # filtered_status: "OPT_IN", # accepts OPT_IN, OPT_OUT
2236
+ # topic_filter: {
2237
+ # topic_name: "TopicName",
2238
+ # use_default_if_preference_unavailable: false,
2239
+ # },
2240
+ # },
2241
+ # page_size: 1,
2242
+ # next_token: "NextToken",
2243
+ # })
2244
+ #
2245
+ # @example Response structure
2246
+ #
2247
+ # resp.contacts #=> Array
2248
+ # resp.contacts[0].email_address #=> String
2249
+ # resp.contacts[0].topic_preferences #=> Array
2250
+ # resp.contacts[0].topic_preferences[0].topic_name #=> String
2251
+ # resp.contacts[0].topic_preferences[0].subscription_status #=> String, one of "OPT_IN", "OPT_OUT"
2252
+ # resp.contacts[0].topic_default_preferences #=> Array
2253
+ # resp.contacts[0].topic_default_preferences[0].topic_name #=> String
2254
+ # resp.contacts[0].topic_default_preferences[0].subscription_status #=> String, one of "OPT_IN", "OPT_OUT"
2255
+ # resp.contacts[0].unsubscribe_all #=> Boolean
2256
+ # resp.contacts[0].last_updated_timestamp #=> Time
2257
+ # resp.next_token #=> String
2258
+ #
2259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContacts AWS API Documentation
2260
+ #
2261
+ # @overload list_contacts(params = {})
2262
+ # @param [Hash] params ({})
2263
+ def list_contacts(params = {}, options = {})
2264
+ req = build_request(:list_contacts, params)
2265
+ req.send_request(options)
2266
+ end
2267
+
1896
2268
  # Lists the existing custom verification email templates for your
1897
2269
  # account in the current AWS Region.
1898
2270
  #
@@ -2253,7 +2625,7 @@ module Aws::SESV2
2253
2625
  # @example Request syntax with placeholder values
2254
2626
  #
2255
2627
  # resp = client.list_import_jobs({
2256
- # import_destination_type: "SUPPRESSION_LIST", # accepts SUPPRESSION_LIST
2628
+ # import_destination_type: "SUPPRESSION_LIST", # accepts SUPPRESSION_LIST, CONTACT_LIST
2257
2629
  # next_token: "NextToken",
2258
2630
  # page_size: 1,
2259
2631
  # })
@@ -2263,6 +2635,8 @@ module Aws::SESV2
2263
2635
  # resp.import_jobs #=> Array
2264
2636
  # resp.import_jobs[0].job_id #=> String
2265
2637
  # resp.import_jobs[0].import_destination.suppression_list_destination.suppression_list_import_action #=> String, one of "DELETE", "PUT"
2638
+ # resp.import_jobs[0].import_destination.contact_list_destination.contact_list_name #=> String
2639
+ # resp.import_jobs[0].import_destination.contact_list_destination.contact_list_import_action #=> String, one of "DELETE", "PUT"
2266
2640
  # resp.import_jobs[0].job_status #=> String, one of "CREATED", "PROCESSING", "COMPLETED", "FAILED"
2267
2641
  # resp.import_jobs[0].created_timestamp #=> Time
2268
2642
  # resp.next_token #=> String
@@ -2792,6 +3166,34 @@ module Aws::SESV2
2792
3166
  req.send_request(options)
2793
3167
  end
2794
3168
 
3169
+ # Used to associate a configuration set with an email identity.
3170
+ #
3171
+ # @option params [required, String] :email_identity
3172
+ # The email address or domain that you want to associate with a
3173
+ # configuration set.
3174
+ #
3175
+ # @option params [String] :configuration_set_name
3176
+ # The configuration set that you want to associate with an email
3177
+ # identity.
3178
+ #
3179
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3180
+ #
3181
+ # @example Request syntax with placeholder values
3182
+ #
3183
+ # resp = client.put_email_identity_configuration_set_attributes({
3184
+ # email_identity: "Identity", # required
3185
+ # configuration_set_name: "ConfigurationSetName",
3186
+ # })
3187
+ #
3188
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityConfigurationSetAttributes AWS API Documentation
3189
+ #
3190
+ # @overload put_email_identity_configuration_set_attributes(params = {})
3191
+ # @param [Hash] params ({})
3192
+ def put_email_identity_configuration_set_attributes(params = {}, options = {})
3193
+ req = build_request(:put_email_identity_configuration_set_attributes, params)
3194
+ req.send_request(options)
3195
+ end
3196
+
2795
3197
  # Used to enable or disable DKIM authentication for an email identity.
2796
3198
  #
2797
3199
  # @option params [required, String] :email_identity
@@ -3293,6 +3695,10 @@ module Aws::SESV2
3293
3695
  # The name of the configuration set that you want to use when sending
3294
3696
  # the email.
3295
3697
  #
3698
+ # @option params [Types::ListManagementOptions] :list_management_options
3699
+ # An object used to specify a list or topic to which an email belongs,
3700
+ # which will be used when a contact chooses to unsubscribe.
3701
+ #
3296
3702
  # @return [Types::SendEmailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3297
3703
  #
3298
3704
  # * {Types::SendEmailResponse#message_id #message_id} => String
@@ -3343,6 +3749,10 @@ module Aws::SESV2
3343
3749
  # },
3344
3750
  # ],
3345
3751
  # configuration_set_name: "ConfigurationSetName",
3752
+ # list_management_options: {
3753
+ # contact_list_name: "ContactListName", # required
3754
+ # topic_name: "TopicName",
3755
+ # },
3346
3756
  # })
3347
3757
  #
3348
3758
  # @example Response structure
@@ -3502,7 +3912,7 @@ module Aws::SESV2
3502
3912
  # event_destination_name: "EventDestinationName", # required
3503
3913
  # event_destination: { # required
3504
3914
  # enabled: false,
3505
- # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY
3915
+ # matching_event_types: ["SEND"], # accepts SEND, REJECT, BOUNCE, COMPLAINT, DELIVERY, OPEN, CLICK, RENDERING_FAILURE, DELIVERY_DELAY, SUBSCRIPTION
3506
3916
  # kinesis_firehose_destination: {
3507
3917
  # iam_role_arn: "AmazonResourceName", # required
3508
3918
  # delivery_stream_arn: "AmazonResourceName", # required
@@ -3534,6 +3944,92 @@ module Aws::SESV2
3534
3944
  req.send_request(options)
3535
3945
  end
3536
3946
 
3947
+ # Updates a contact's preferences for a list. It is not necessary to
3948
+ # specify all existing topic preferences in the TopicPreferences object,
3949
+ # just the ones that need updating.
3950
+ #
3951
+ # @option params [required, String] :contact_list_name
3952
+ # The name of the contact list.
3953
+ #
3954
+ # @option params [required, String] :email_address
3955
+ # The contact's email addres.
3956
+ #
3957
+ # @option params [Array<Types::TopicPreference>] :topic_preferences
3958
+ # The contact's preference for being opted-in to or opted-out of a
3959
+ # topic.
3960
+ #
3961
+ # @option params [Boolean] :unsubscribe_all
3962
+ # A boolean value status noting if the contact is unsubscribed from all
3963
+ # contact list topics.
3964
+ #
3965
+ # @option params [String] :attributes_data
3966
+ # The attribute data attached to a contact.
3967
+ #
3968
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3969
+ #
3970
+ # @example Request syntax with placeholder values
3971
+ #
3972
+ # resp = client.update_contact({
3973
+ # contact_list_name: "ContactListName", # required
3974
+ # email_address: "EmailAddress", # required
3975
+ # topic_preferences: [
3976
+ # {
3977
+ # topic_name: "TopicName", # required
3978
+ # subscription_status: "OPT_IN", # required, accepts OPT_IN, OPT_OUT
3979
+ # },
3980
+ # ],
3981
+ # unsubscribe_all: false,
3982
+ # attributes_data: "AttributesData",
3983
+ # })
3984
+ #
3985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/UpdateContact AWS API Documentation
3986
+ #
3987
+ # @overload update_contact(params = {})
3988
+ # @param [Hash] params ({})
3989
+ def update_contact(params = {}, options = {})
3990
+ req = build_request(:update_contact, params)
3991
+ req.send_request(options)
3992
+ end
3993
+
3994
+ # Updates contact list metadata. This operation does a complete
3995
+ # replacement.
3996
+ #
3997
+ # @option params [required, String] :contact_list_name
3998
+ # The name of the contact list.
3999
+ #
4000
+ # @option params [Array<Types::Topic>] :topics
4001
+ # An interest group, theme, or label within a list. A contact list can
4002
+ # have multiple topics.
4003
+ #
4004
+ # @option params [String] :description
4005
+ # A description of what the contact list is about.
4006
+ #
4007
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4008
+ #
4009
+ # @example Request syntax with placeholder values
4010
+ #
4011
+ # resp = client.update_contact_list({
4012
+ # contact_list_name: "ContactListName", # required
4013
+ # topics: [
4014
+ # {
4015
+ # topic_name: "TopicName", # required
4016
+ # display_name: "DisplayName", # required
4017
+ # description: "Description",
4018
+ # default_subscription_status: "OPT_IN", # required, accepts OPT_IN, OPT_OUT
4019
+ # },
4020
+ # ],
4021
+ # description: "Description",
4022
+ # })
4023
+ #
4024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/UpdateContactList AWS API Documentation
4025
+ #
4026
+ # @overload update_contact_list(params = {})
4027
+ # @param [Hash] params ({})
4028
+ def update_contact_list(params = {}, options = {})
4029
+ req = build_request(:update_contact_list, params)
4030
+ req.send_request(options)
4031
+ end
4032
+
3537
4033
  # Updates an existing custom verification email template.
3538
4034
  #
3539
4035
  # For more information about custom verification email templates, see
@@ -3706,7 +4202,7 @@ module Aws::SESV2
3706
4202
  params: params,
3707
4203
  config: config)
3708
4204
  context[:gem_name] = 'aws-sdk-sesv2'
3709
- context[:gem_version] = '1.12.0'
4205
+ context[:gem_version] = '1.17.0'
3710
4206
  Seahorse::Client::Request.new(handlers, context)
3711
4207
  end
3712
4208