aws-sdk-sesv2 1.4.0 → 1.9.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.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -11,7 +13,10 @@ module Aws::SESV2
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AccountDetails = Shapes::StructureShape.new(name: 'AccountDetails')
14
17
  AccountSuspendedException = Shapes::StructureShape.new(name: 'AccountSuspendedException')
18
+ AdditionalContactEmailAddress = Shapes::StringShape.new(name: 'AdditionalContactEmailAddress')
19
+ AdditionalContactEmailAddresses = Shapes::ListShape.new(name: 'AdditionalContactEmailAddresses')
15
20
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
16
21
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
17
22
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
@@ -23,7 +28,14 @@ module Aws::SESV2
23
28
  BlacklistReport = Shapes::MapShape.new(name: 'BlacklistReport')
24
29
  BlacklistingDescription = Shapes::StringShape.new(name: 'BlacklistingDescription')
25
30
  Body = Shapes::StructureShape.new(name: 'Body')
31
+ BulkEmailContent = Shapes::StructureShape.new(name: 'BulkEmailContent')
32
+ BulkEmailEntry = Shapes::StructureShape.new(name: 'BulkEmailEntry')
33
+ BulkEmailEntryList = Shapes::ListShape.new(name: 'BulkEmailEntryList')
34
+ BulkEmailEntryResult = Shapes::StructureShape.new(name: 'BulkEmailEntryResult')
35
+ BulkEmailEntryResultList = Shapes::ListShape.new(name: 'BulkEmailEntryResultList')
36
+ BulkEmailStatus = Shapes::StringShape.new(name: 'BulkEmailStatus')
26
37
  CampaignId = Shapes::StringShape.new(name: 'CampaignId')
38
+ CaseId = Shapes::StringShape.new(name: 'CaseId')
27
39
  Charset = Shapes::StringShape.new(name: 'Charset')
28
40
  CloudWatchDestination = Shapes::StructureShape.new(name: 'CloudWatchDestination')
29
41
  CloudWatchDimensionConfiguration = Shapes::StructureShape.new(name: 'CloudWatchDimensionConfiguration')
@@ -31,18 +43,28 @@ module Aws::SESV2
31
43
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
32
44
  ConfigurationSetName = Shapes::StringShape.new(name: 'ConfigurationSetName')
33
45
  ConfigurationSetNameList = Shapes::ListShape.new(name: 'ConfigurationSetNameList')
46
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
47
+ ContactLanguage = Shapes::StringShape.new(name: 'ContactLanguage')
34
48
  Content = Shapes::StructureShape.new(name: 'Content')
35
49
  CreateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationRequest')
36
50
  CreateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationResponse')
37
51
  CreateConfigurationSetRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetRequest')
38
52
  CreateConfigurationSetResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetResponse')
53
+ CreateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateRequest')
54
+ CreateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateResponse')
39
55
  CreateDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'CreateDedicatedIpPoolRequest')
40
56
  CreateDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'CreateDedicatedIpPoolResponse')
41
57
  CreateDeliverabilityTestReportRequest = Shapes::StructureShape.new(name: 'CreateDeliverabilityTestReportRequest')
42
58
  CreateDeliverabilityTestReportResponse = Shapes::StructureShape.new(name: 'CreateDeliverabilityTestReportResponse')
59
+ CreateEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'CreateEmailIdentityPolicyRequest')
60
+ CreateEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'CreateEmailIdentityPolicyResponse')
43
61
  CreateEmailIdentityRequest = Shapes::StructureShape.new(name: 'CreateEmailIdentityRequest')
44
62
  CreateEmailIdentityResponse = Shapes::StructureShape.new(name: 'CreateEmailIdentityResponse')
63
+ CreateEmailTemplateRequest = Shapes::StructureShape.new(name: 'CreateEmailTemplateRequest')
64
+ CreateEmailTemplateResponse = Shapes::StructureShape.new(name: 'CreateEmailTemplateResponse')
45
65
  CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
66
+ CustomVerificationEmailTemplateMetadata = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateMetadata')
67
+ CustomVerificationEmailTemplatesList = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplatesList')
46
68
  DailyVolume = Shapes::StructureShape.new(name: 'DailyVolume')
47
69
  DailyVolumes = Shapes::ListShape.new(name: 'DailyVolumes')
48
70
  DedicatedIp = Shapes::StructureShape.new(name: 'DedicatedIp')
@@ -52,10 +74,16 @@ module Aws::SESV2
52
74
  DeleteConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationResponse')
53
75
  DeleteConfigurationSetRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetRequest')
54
76
  DeleteConfigurationSetResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetResponse')
77
+ DeleteCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateRequest')
78
+ DeleteCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateResponse')
55
79
  DeleteDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolRequest')
56
80
  DeleteDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolResponse')
81
+ DeleteEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyRequest')
82
+ DeleteEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyResponse')
57
83
  DeleteEmailIdentityRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityRequest')
58
84
  DeleteEmailIdentityResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityResponse')
85
+ DeleteEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteEmailTemplateRequest')
86
+ DeleteEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteEmailTemplateResponse')
59
87
  DeleteSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationRequest')
60
88
  DeleteSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationResponse')
61
89
  DeliverabilityDashboardAccountStatus = Shapes::StringShape.new(name: 'DeliverabilityDashboardAccountStatus')
@@ -83,7 +111,17 @@ module Aws::SESV2
83
111
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
84
112
  EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
85
113
  EmailContent = Shapes::StructureShape.new(name: 'EmailContent')
114
+ EmailTemplateContent = Shapes::StructureShape.new(name: 'EmailTemplateContent')
115
+ EmailTemplateData = Shapes::StringShape.new(name: 'EmailTemplateData')
116
+ EmailTemplateHtml = Shapes::StringShape.new(name: 'EmailTemplateHtml')
117
+ EmailTemplateMetadata = Shapes::StructureShape.new(name: 'EmailTemplateMetadata')
118
+ EmailTemplateMetadataList = Shapes::ListShape.new(name: 'EmailTemplateMetadataList')
119
+ EmailTemplateName = Shapes::StringShape.new(name: 'EmailTemplateName')
120
+ EmailTemplateSubject = Shapes::StringShape.new(name: 'EmailTemplateSubject')
121
+ EmailTemplateText = Shapes::StringShape.new(name: 'EmailTemplateText')
86
122
  Enabled = Shapes::BooleanShape.new(name: 'Enabled')
123
+ EnabledWrapper = Shapes::BooleanShape.new(name: 'EnabledWrapper')
124
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
87
125
  Esp = Shapes::StringShape.new(name: 'Esp')
88
126
  Esps = Shapes::ListShape.new(name: 'Esps')
89
127
  EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
@@ -92,6 +130,7 @@ module Aws::SESV2
92
130
  EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
93
131
  EventType = Shapes::StringShape.new(name: 'EventType')
94
132
  EventTypes = Shapes::ListShape.new(name: 'EventTypes')
133
+ FailureRedirectionURL = Shapes::StringShape.new(name: 'FailureRedirectionURL')
95
134
  FeedbackId = Shapes::StringShape.new(name: 'FeedbackId')
96
135
  GeneralEnforcementStatus = Shapes::StringShape.new(name: 'GeneralEnforcementStatus')
97
136
  GetAccountRequest = Shapes::StructureShape.new(name: 'GetAccountRequest')
@@ -102,6 +141,8 @@ module Aws::SESV2
102
141
  GetConfigurationSetEventDestinationsResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetEventDestinationsResponse')
103
142
  GetConfigurationSetRequest = Shapes::StructureShape.new(name: 'GetConfigurationSetRequest')
104
143
  GetConfigurationSetResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetResponse')
144
+ GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
145
+ GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
105
146
  GetDedicatedIpRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpRequest')
106
147
  GetDedicatedIpResponse = Shapes::StructureShape.new(name: 'GetDedicatedIpResponse')
107
148
  GetDedicatedIpsRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpsRequest')
@@ -114,8 +155,12 @@ module Aws::SESV2
114
155
  GetDomainDeliverabilityCampaignResponse = Shapes::StructureShape.new(name: 'GetDomainDeliverabilityCampaignResponse')
115
156
  GetDomainStatisticsReportRequest = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportRequest')
116
157
  GetDomainStatisticsReportResponse = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportResponse')
158
+ GetEmailIdentityPoliciesRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesRequest')
159
+ GetEmailIdentityPoliciesResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesResponse')
117
160
  GetEmailIdentityRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityRequest')
118
161
  GetEmailIdentityResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityResponse')
162
+ GetEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetEmailTemplateRequest')
163
+ GetEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetEmailTemplateResponse')
119
164
  GetSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'GetSuppressedDestinationRequest')
120
165
  GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
121
166
  Identity = Shapes::StringShape.new(name: 'Identity')
@@ -136,6 +181,8 @@ module Aws::SESV2
136
181
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
137
182
  ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
138
183
  ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
184
+ ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
185
+ ListCustomVerificationEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesResponse')
139
186
  ListDedicatedIpPoolsRequest = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsRequest')
140
187
  ListDedicatedIpPoolsResponse = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsResponse')
141
188
  ListDeliverabilityTestReportsRequest = Shapes::StructureShape.new(name: 'ListDeliverabilityTestReportsRequest')
@@ -144,6 +191,8 @@ module Aws::SESV2
144
191
  ListDomainDeliverabilityCampaignsResponse = Shapes::StructureShape.new(name: 'ListDomainDeliverabilityCampaignsResponse')
145
192
  ListEmailIdentitiesRequest = Shapes::StructureShape.new(name: 'ListEmailIdentitiesRequest')
146
193
  ListEmailIdentitiesResponse = Shapes::StructureShape.new(name: 'ListEmailIdentitiesResponse')
194
+ ListEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListEmailTemplatesRequest')
195
+ ListEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListEmailTemplatesResponse')
147
196
  ListOfDedicatedIpPools = Shapes::ListShape.new(name: 'ListOfDedicatedIpPools')
148
197
  ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
149
198
  ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
@@ -153,6 +202,7 @@ module Aws::SESV2
153
202
  MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
154
203
  MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
155
204
  MailFromDomainStatus = Shapes::StringShape.new(name: 'MailFromDomainStatus')
205
+ MailType = Shapes::StringShape.new(name: 'MailType')
156
206
  Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
157
207
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
158
208
  MaxSendRate = Shapes::FloatShape.new(name: 'MaxSendRate')
@@ -172,10 +222,15 @@ module Aws::SESV2
172
222
  Percentage100Wrapper = Shapes::IntegerShape.new(name: 'Percentage100Wrapper')
173
223
  PinpointDestination = Shapes::StructureShape.new(name: 'PinpointDestination')
174
224
  PlacementStatistics = Shapes::StructureShape.new(name: 'PlacementStatistics')
225
+ Policy = Shapes::StringShape.new(name: 'Policy')
226
+ PolicyMap = Shapes::MapShape.new(name: 'PolicyMap')
227
+ PolicyName = Shapes::StringShape.new(name: 'PolicyName')
175
228
  PoolName = Shapes::StringShape.new(name: 'PoolName')
176
229
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
177
230
  PutAccountDedicatedIpWarmupAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesRequest')
178
231
  PutAccountDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesResponse')
232
+ PutAccountDetailsRequest = Shapes::StructureShape.new(name: 'PutAccountDetailsRequest')
233
+ PutAccountDetailsResponse = Shapes::StructureShape.new(name: 'PutAccountDetailsResponse')
179
234
  PutAccountSendingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesRequest')
180
235
  PutAccountSendingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesResponse')
181
236
  PutAccountSuppressionAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSuppressionAttributesRequest')
@@ -209,10 +264,19 @@ module Aws::SESV2
209
264
  RawMessage = Shapes::StructureShape.new(name: 'RawMessage')
210
265
  RawMessageData = Shapes::BlobShape.new(name: 'RawMessageData')
211
266
  RblName = Shapes::StringShape.new(name: 'RblName')
267
+ RenderedEmailTemplate = Shapes::StringShape.new(name: 'RenderedEmailTemplate')
268
+ ReplacementEmailContent = Shapes::StructureShape.new(name: 'ReplacementEmailContent')
269
+ ReplacementTemplate = Shapes::StructureShape.new(name: 'ReplacementTemplate')
212
270
  ReportId = Shapes::StringShape.new(name: 'ReportId')
213
271
  ReportName = Shapes::StringShape.new(name: 'ReportName')
214
272
  ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
273
+ ReviewDetails = Shapes::StructureShape.new(name: 'ReviewDetails')
274
+ ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
215
275
  Selector = Shapes::StringShape.new(name: 'Selector')
276
+ SendBulkEmailRequest = Shapes::StructureShape.new(name: 'SendBulkEmailRequest')
277
+ SendBulkEmailResponse = Shapes::StructureShape.new(name: 'SendBulkEmailResponse')
278
+ SendCustomVerificationEmailRequest = Shapes::StructureShape.new(name: 'SendCustomVerificationEmailRequest')
279
+ SendCustomVerificationEmailResponse = Shapes::StructureShape.new(name: 'SendCustomVerificationEmailResponse')
216
280
  SendEmailRequest = Shapes::StructureShape.new(name: 'SendEmailRequest')
217
281
  SendEmailResponse = Shapes::StructureShape.new(name: 'SendEmailResponse')
218
282
  SendQuota = Shapes::StructureShape.new(name: 'SendQuota')
@@ -222,6 +286,7 @@ module Aws::SESV2
222
286
  SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
223
287
  SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
224
288
  Subject = Shapes::StringShape.new(name: 'Subject')
289
+ SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
225
290
  SuppressedDestination = Shapes::StructureShape.new(name: 'SuppressedDestination')
226
291
  SuppressedDestinationAttributes = Shapes::StructureShape.new(name: 'SuppressedDestinationAttributes')
227
292
  SuppressedDestinationSummaries = Shapes::ListShape.new(name: 'SuppressedDestinationSummaries')
@@ -238,8 +303,9 @@ module Aws::SESV2
238
303
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
239
304
  TagValue = Shapes::StringShape.new(name: 'TagValue')
240
305
  Template = Shapes::StructureShape.new(name: 'Template')
241
- TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
242
- TemplateData = Shapes::StringShape.new(name: 'TemplateData')
306
+ TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
307
+ TestRenderEmailTemplateRequest = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateRequest')
308
+ TestRenderEmailTemplateResponse = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateResponse')
243
309
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
244
310
  TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
245
311
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -248,12 +314,30 @@ module Aws::SESV2
248
314
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
249
315
  UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
250
316
  UpdateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationResponse')
317
+ UpdateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateRequest')
318
+ UpdateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateResponse')
319
+ UpdateEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyRequest')
320
+ UpdateEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyResponse')
321
+ UpdateEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateEmailTemplateRequest')
322
+ UpdateEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateEmailTemplateResponse')
323
+ UseCaseDescription = Shapes::StringShape.new(name: 'UseCaseDescription')
251
324
  Volume = Shapes::IntegerShape.new(name: 'Volume')
252
325
  VolumeStatistics = Shapes::StructureShape.new(name: 'VolumeStatistics')
253
326
  WarmupStatus = Shapes::StringShape.new(name: 'WarmupStatus')
327
+ WebsiteURL = Shapes::StringShape.new(name: 'WebsiteURL')
328
+
329
+ AccountDetails.add_member(:mail_type, Shapes::ShapeRef.new(shape: MailType, location_name: "MailType"))
330
+ AccountDetails.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteURL, location_name: "WebsiteURL"))
331
+ AccountDetails.add_member(:contact_language, Shapes::ShapeRef.new(shape: ContactLanguage, location_name: "ContactLanguage"))
332
+ AccountDetails.add_member(:use_case_description, Shapes::ShapeRef.new(shape: UseCaseDescription, location_name: "UseCaseDescription"))
333
+ AccountDetails.add_member(:additional_contact_email_addresses, Shapes::ShapeRef.new(shape: AdditionalContactEmailAddresses, location_name: "AdditionalContactEmailAddresses"))
334
+ AccountDetails.add_member(:review_details, Shapes::ShapeRef.new(shape: ReviewDetails, location_name: "ReviewDetails"))
335
+ AccountDetails.struct_class = Types::AccountDetails
254
336
 
255
337
  AccountSuspendedException.struct_class = Types::AccountSuspendedException
256
338
 
339
+ AdditionalContactEmailAddresses.member = Shapes::ShapeRef.new(shape: AdditionalContactEmailAddress)
340
+
257
341
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
258
342
 
259
343
  BadRequestException.struct_class = Types::BadRequestException
@@ -274,6 +358,23 @@ module Aws::SESV2
274
358
  Body.add_member(:html, Shapes::ShapeRef.new(shape: Content, location_name: "Html"))
275
359
  Body.struct_class = Types::Body
276
360
 
361
+ BulkEmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
362
+ BulkEmailContent.struct_class = Types::BulkEmailContent
363
+
364
+ BulkEmailEntry.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "Destination"))
365
+ BulkEmailEntry.add_member(:replacement_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "ReplacementTags"))
366
+ BulkEmailEntry.add_member(:replacement_email_content, Shapes::ShapeRef.new(shape: ReplacementEmailContent, location_name: "ReplacementEmailContent"))
367
+ BulkEmailEntry.struct_class = Types::BulkEmailEntry
368
+
369
+ BulkEmailEntryList.member = Shapes::ShapeRef.new(shape: BulkEmailEntry)
370
+
371
+ BulkEmailEntryResult.add_member(:status, Shapes::ShapeRef.new(shape: BulkEmailStatus, location_name: "Status"))
372
+ BulkEmailEntryResult.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
373
+ BulkEmailEntryResult.add_member(:message_id, Shapes::ShapeRef.new(shape: OutboundMessageId, location_name: "MessageId"))
374
+ BulkEmailEntryResult.struct_class = Types::BulkEmailEntryResult
375
+
376
+ BulkEmailEntryResultList.member = Shapes::ShapeRef.new(shape: BulkEmailEntryResult)
377
+
277
378
  CloudWatchDestination.add_member(:dimension_configurations, Shapes::ShapeRef.new(shape: CloudWatchDimensionConfigurations, required: true, location_name: "DimensionConfigurations"))
278
379
  CloudWatchDestination.struct_class = Types::CloudWatchDestination
279
380
 
@@ -288,6 +389,8 @@ module Aws::SESV2
288
389
 
289
390
  ConfigurationSetNameList.member = Shapes::ShapeRef.new(shape: ConfigurationSetName)
290
391
 
392
+ ConflictException.struct_class = Types::ConflictException
393
+
291
394
  Content.add_member(:data, Shapes::ShapeRef.new(shape: MessageData, required: true, location_name: "Data"))
292
395
  Content.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
293
396
  Content.struct_class = Types::Content
@@ -310,6 +413,16 @@ module Aws::SESV2
310
413
 
311
414
  CreateConfigurationSetResponse.struct_class = Types::CreateConfigurationSetResponse
312
415
 
416
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
417
+ CreateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
418
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
419
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "TemplateContent"))
420
+ CreateCustomVerificationEmailTemplateRequest.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, required: true, location_name: "SuccessRedirectionURL"))
421
+ CreateCustomVerificationEmailTemplateRequest.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, required: true, location_name: "FailureRedirectionURL"))
422
+ CreateCustomVerificationEmailTemplateRequest.struct_class = Types::CreateCustomVerificationEmailTemplateRequest
423
+
424
+ CreateCustomVerificationEmailTemplateResponse.struct_class = Types::CreateCustomVerificationEmailTemplateResponse
425
+
313
426
  CreateDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location_name: "PoolName"))
314
427
  CreateDedicatedIpPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
315
428
  CreateDedicatedIpPoolRequest.struct_class = Types::CreateDedicatedIpPoolRequest
@@ -326,6 +439,13 @@ module Aws::SESV2
326
439
  CreateDeliverabilityTestReportResponse.add_member(:deliverability_test_status, Shapes::ShapeRef.new(shape: DeliverabilityTestStatus, required: true, location_name: "DeliverabilityTestStatus"))
327
440
  CreateDeliverabilityTestReportResponse.struct_class = Types::CreateDeliverabilityTestReportResponse
328
441
 
442
+ CreateEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
443
+ CreateEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
444
+ CreateEmailIdentityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
445
+ CreateEmailIdentityPolicyRequest.struct_class = Types::CreateEmailIdentityPolicyRequest
446
+
447
+ CreateEmailIdentityPolicyResponse.struct_class = Types::CreateEmailIdentityPolicyResponse
448
+
329
449
  CreateEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "EmailIdentity"))
330
450
  CreateEmailIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
331
451
  CreateEmailIdentityRequest.add_member(:dkim_signing_attributes, Shapes::ShapeRef.new(shape: DkimSigningAttributes, location_name: "DkimSigningAttributes"))
@@ -336,6 +456,21 @@ module Aws::SESV2
336
456
  CreateEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
337
457
  CreateEmailIdentityResponse.struct_class = Types::CreateEmailIdentityResponse
338
458
 
459
+ CreateEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
460
+ CreateEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
461
+ CreateEmailTemplateRequest.struct_class = Types::CreateEmailTemplateRequest
462
+
463
+ CreateEmailTemplateResponse.struct_class = Types::CreateEmailTemplateResponse
464
+
465
+ CustomVerificationEmailTemplateMetadata.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
466
+ CustomVerificationEmailTemplateMetadata.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
467
+ CustomVerificationEmailTemplateMetadata.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
468
+ CustomVerificationEmailTemplateMetadata.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, location_name: "SuccessRedirectionURL"))
469
+ CustomVerificationEmailTemplateMetadata.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, location_name: "FailureRedirectionURL"))
470
+ CustomVerificationEmailTemplateMetadata.struct_class = Types::CustomVerificationEmailTemplateMetadata
471
+
472
+ CustomVerificationEmailTemplatesList.member = Shapes::ShapeRef.new(shape: CustomVerificationEmailTemplateMetadata)
473
+
339
474
  DailyVolume.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartDate"))
340
475
  DailyVolume.add_member(:volume_statistics, Shapes::ShapeRef.new(shape: VolumeStatistics, location_name: "VolumeStatistics"))
341
476
  DailyVolume.add_member(:domain_isp_placements, Shapes::ShapeRef.new(shape: DomainIspPlacements, location_name: "DomainIspPlacements"))
@@ -362,16 +497,32 @@ module Aws::SESV2
362
497
 
363
498
  DeleteConfigurationSetResponse.struct_class = Types::DeleteConfigurationSetResponse
364
499
 
500
+ DeleteCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
501
+ DeleteCustomVerificationEmailTemplateRequest.struct_class = Types::DeleteCustomVerificationEmailTemplateRequest
502
+
503
+ DeleteCustomVerificationEmailTemplateResponse.struct_class = Types::DeleteCustomVerificationEmailTemplateResponse
504
+
365
505
  DeleteDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location: "uri", location_name: "PoolName"))
366
506
  DeleteDedicatedIpPoolRequest.struct_class = Types::DeleteDedicatedIpPoolRequest
367
507
 
368
508
  DeleteDedicatedIpPoolResponse.struct_class = Types::DeleteDedicatedIpPoolResponse
369
509
 
510
+ DeleteEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
511
+ DeleteEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
512
+ DeleteEmailIdentityPolicyRequest.struct_class = Types::DeleteEmailIdentityPolicyRequest
513
+
514
+ DeleteEmailIdentityPolicyResponse.struct_class = Types::DeleteEmailIdentityPolicyResponse
515
+
370
516
  DeleteEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
371
517
  DeleteEmailIdentityRequest.struct_class = Types::DeleteEmailIdentityRequest
372
518
 
373
519
  DeleteEmailIdentityResponse.struct_class = Types::DeleteEmailIdentityResponse
374
520
 
521
+ DeleteEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
522
+ DeleteEmailTemplateRequest.struct_class = Types::DeleteEmailTemplateRequest
523
+
524
+ DeleteEmailTemplateResponse.struct_class = Types::DeleteEmailTemplateResponse
525
+
375
526
  DeleteSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
376
527
  DeleteSuppressedDestinationRequest.struct_class = Types::DeleteSuppressedDestinationRequest
377
528
 
@@ -449,6 +600,17 @@ module Aws::SESV2
449
600
  EmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
450
601
  EmailContent.struct_class = Types::EmailContent
451
602
 
603
+ EmailTemplateContent.add_member(:subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "Subject"))
604
+ EmailTemplateContent.add_member(:text, Shapes::ShapeRef.new(shape: EmailTemplateText, location_name: "Text"))
605
+ EmailTemplateContent.add_member(:html, Shapes::ShapeRef.new(shape: EmailTemplateHtml, location_name: "Html"))
606
+ EmailTemplateContent.struct_class = Types::EmailTemplateContent
607
+
608
+ EmailTemplateMetadata.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
609
+ EmailTemplateMetadata.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
610
+ EmailTemplateMetadata.struct_class = Types::EmailTemplateMetadata
611
+
612
+ EmailTemplateMetadataList.member = Shapes::ShapeRef.new(shape: EmailTemplateMetadata)
613
+
452
614
  Esps.member = Shapes::ShapeRef.new(shape: Esp)
453
615
 
454
616
  EventDestination.add_member(:name, Shapes::ShapeRef.new(shape: EventDestinationName, required: true, location_name: "Name"))
@@ -480,6 +642,7 @@ module Aws::SESV2
480
642
  GetAccountResponse.add_member(:send_quota, Shapes::ShapeRef.new(shape: SendQuota, location_name: "SendQuota"))
481
643
  GetAccountResponse.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
482
644
  GetAccountResponse.add_member(:suppression_attributes, Shapes::ShapeRef.new(shape: SuppressionAttributes, location_name: "SuppressionAttributes"))
645
+ GetAccountResponse.add_member(:details, Shapes::ShapeRef.new(shape: AccountDetails, location_name: "Details"))
483
646
  GetAccountResponse.struct_class = Types::GetAccountResponse
484
647
 
485
648
  GetBlacklistReportsRequest.add_member(:blacklist_item_names, Shapes::ShapeRef.new(shape: BlacklistItemNames, required: true, location: "querystring", location_name: "BlacklistItemNames"))
@@ -506,6 +669,17 @@ module Aws::SESV2
506
669
  GetConfigurationSetResponse.add_member(:suppression_options, Shapes::ShapeRef.new(shape: SuppressionOptions, location_name: "SuppressionOptions"))
507
670
  GetConfigurationSetResponse.struct_class = Types::GetConfigurationSetResponse
508
671
 
672
+ GetCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
673
+ GetCustomVerificationEmailTemplateRequest.struct_class = Types::GetCustomVerificationEmailTemplateRequest
674
+
675
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
676
+ GetCustomVerificationEmailTemplateResponse.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
677
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
678
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, location_name: "TemplateContent"))
679
+ GetCustomVerificationEmailTemplateResponse.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, location_name: "SuccessRedirectionURL"))
680
+ GetCustomVerificationEmailTemplateResponse.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, location_name: "FailureRedirectionURL"))
681
+ GetCustomVerificationEmailTemplateResponse.struct_class = Types::GetCustomVerificationEmailTemplateResponse
682
+
509
683
  GetDedicatedIpRequest.add_member(:ip, Shapes::ShapeRef.new(shape: Ip, required: true, location: "uri", location_name: "IP"))
510
684
  GetDedicatedIpRequest.struct_class = Types::GetDedicatedIpRequest
511
685
 
@@ -555,6 +729,12 @@ module Aws::SESV2
555
729
  GetDomainStatisticsReportResponse.add_member(:daily_volumes, Shapes::ShapeRef.new(shape: DailyVolumes, required: true, location_name: "DailyVolumes"))
556
730
  GetDomainStatisticsReportResponse.struct_class = Types::GetDomainStatisticsReportResponse
557
731
 
732
+ GetEmailIdentityPoliciesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
733
+ GetEmailIdentityPoliciesRequest.struct_class = Types::GetEmailIdentityPoliciesRequest
734
+
735
+ GetEmailIdentityPoliciesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyMap, location_name: "Policies"))
736
+ GetEmailIdentityPoliciesResponse.struct_class = Types::GetEmailIdentityPoliciesResponse
737
+
558
738
  GetEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
559
739
  GetEmailIdentityRequest.struct_class = Types::GetEmailIdentityRequest
560
740
 
@@ -563,9 +743,17 @@ module Aws::SESV2
563
743
  GetEmailIdentityResponse.add_member(:verified_for_sending_status, Shapes::ShapeRef.new(shape: Enabled, location_name: "VerifiedForSendingStatus"))
564
744
  GetEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
565
745
  GetEmailIdentityResponse.add_member(:mail_from_attributes, Shapes::ShapeRef.new(shape: MailFromAttributes, location_name: "MailFromAttributes"))
746
+ GetEmailIdentityResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyMap, location_name: "Policies"))
566
747
  GetEmailIdentityResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
567
748
  GetEmailIdentityResponse.struct_class = Types::GetEmailIdentityResponse
568
749
 
750
+ GetEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
751
+ GetEmailTemplateRequest.struct_class = Types::GetEmailTemplateRequest
752
+
753
+ GetEmailTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
754
+ GetEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
755
+ GetEmailTemplateResponse.struct_class = Types::GetEmailTemplateResponse
756
+
569
757
  GetSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
570
758
  GetSuppressedDestinationRequest.struct_class = Types::GetSuppressedDestinationRequest
571
759
 
@@ -609,6 +797,14 @@ module Aws::SESV2
609
797
  ListConfigurationSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
610
798
  ListConfigurationSetsResponse.struct_class = Types::ListConfigurationSetsResponse
611
799
 
800
+ ListCustomVerificationEmailTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
801
+ ListCustomVerificationEmailTemplatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
802
+ ListCustomVerificationEmailTemplatesRequest.struct_class = Types::ListCustomVerificationEmailTemplatesRequest
803
+
804
+ ListCustomVerificationEmailTemplatesResponse.add_member(:custom_verification_email_templates, Shapes::ShapeRef.new(shape: CustomVerificationEmailTemplatesList, location_name: "CustomVerificationEmailTemplates"))
805
+ ListCustomVerificationEmailTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
806
+ ListCustomVerificationEmailTemplatesResponse.struct_class = Types::ListCustomVerificationEmailTemplatesResponse
807
+
612
808
  ListDedicatedIpPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
613
809
  ListDedicatedIpPoolsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
614
810
  ListDedicatedIpPoolsRequest.struct_class = Types::ListDedicatedIpPoolsRequest
@@ -644,6 +840,14 @@ module Aws::SESV2
644
840
  ListEmailIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
645
841
  ListEmailIdentitiesResponse.struct_class = Types::ListEmailIdentitiesResponse
646
842
 
843
+ ListEmailTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
844
+ ListEmailTemplatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
845
+ ListEmailTemplatesRequest.struct_class = Types::ListEmailTemplatesRequest
846
+
847
+ ListEmailTemplatesResponse.add_member(:templates_metadata, Shapes::ShapeRef.new(shape: EmailTemplateMetadataList, location_name: "TemplatesMetadata"))
848
+ ListEmailTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
849
+ ListEmailTemplatesResponse.struct_class = Types::ListEmailTemplatesResponse
850
+
647
851
  ListOfDedicatedIpPools.member = Shapes::ShapeRef.new(shape: PoolName)
648
852
 
649
853
  ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
@@ -699,11 +903,24 @@ module Aws::SESV2
699
903
  PlacementStatistics.add_member(:dkim_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "DkimPercentage"))
700
904
  PlacementStatistics.struct_class = Types::PlacementStatistics
701
905
 
906
+ PolicyMap.key = Shapes::ShapeRef.new(shape: PolicyName)
907
+ PolicyMap.value = Shapes::ShapeRef.new(shape: Policy)
908
+
702
909
  PutAccountDedicatedIpWarmupAttributesRequest.add_member(:auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "AutoWarmupEnabled"))
703
910
  PutAccountDedicatedIpWarmupAttributesRequest.struct_class = Types::PutAccountDedicatedIpWarmupAttributesRequest
704
911
 
705
912
  PutAccountDedicatedIpWarmupAttributesResponse.struct_class = Types::PutAccountDedicatedIpWarmupAttributesResponse
706
913
 
914
+ PutAccountDetailsRequest.add_member(:mail_type, Shapes::ShapeRef.new(shape: MailType, required: true, location_name: "MailType"))
915
+ PutAccountDetailsRequest.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteURL, required: true, location_name: "WebsiteURL"))
916
+ PutAccountDetailsRequest.add_member(:contact_language, Shapes::ShapeRef.new(shape: ContactLanguage, location_name: "ContactLanguage"))
917
+ PutAccountDetailsRequest.add_member(:use_case_description, Shapes::ShapeRef.new(shape: UseCaseDescription, required: true, location_name: "UseCaseDescription"))
918
+ PutAccountDetailsRequest.add_member(:additional_contact_email_addresses, Shapes::ShapeRef.new(shape: AdditionalContactEmailAddresses, location_name: "AdditionalContactEmailAddresses"))
919
+ PutAccountDetailsRequest.add_member(:production_access_enabled, Shapes::ShapeRef.new(shape: EnabledWrapper, location_name: "ProductionAccessEnabled"))
920
+ PutAccountDetailsRequest.struct_class = Types::PutAccountDetailsRequest
921
+
922
+ PutAccountDetailsResponse.struct_class = Types::PutAccountDetailsResponse
923
+
707
924
  PutAccountSendingAttributesRequest.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
708
925
  PutAccountSendingAttributesRequest.struct_class = Types::PutAccountSendingAttributesRequest
709
926
 
@@ -800,14 +1017,48 @@ module Aws::SESV2
800
1017
  RawMessage.add_member(:data, Shapes::ShapeRef.new(shape: RawMessageData, required: true, location_name: "Data"))
801
1018
  RawMessage.struct_class = Types::RawMessage
802
1019
 
1020
+ ReplacementEmailContent.add_member(:replacement_template, Shapes::ShapeRef.new(shape: ReplacementTemplate, location_name: "ReplacementTemplate"))
1021
+ ReplacementEmailContent.struct_class = Types::ReplacementEmailContent
1022
+
1023
+ ReplacementTemplate.add_member(:replacement_template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "ReplacementTemplateData"))
1024
+ ReplacementTemplate.struct_class = Types::ReplacementTemplate
1025
+
803
1026
  ReputationOptions.add_member(:reputation_metrics_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "ReputationMetricsEnabled"))
804
1027
  ReputationOptions.add_member(:last_fresh_start, Shapes::ShapeRef.new(shape: LastFreshStart, location_name: "LastFreshStart"))
805
1028
  ReputationOptions.struct_class = Types::ReputationOptions
806
1029
 
1030
+ ReviewDetails.add_member(:status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "Status"))
1031
+ ReviewDetails.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, location_name: "CaseId"))
1032
+ ReviewDetails.struct_class = Types::ReviewDetails
1033
+
1034
+ SendBulkEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
1035
+ SendBulkEmailRequest.add_member(:from_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FromEmailAddressIdentityArn"))
1036
+ SendBulkEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
1037
+ SendBulkEmailRequest.add_member(:feedback_forwarding_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FeedbackForwardingEmailAddress"))
1038
+ SendBulkEmailRequest.add_member(:feedback_forwarding_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FeedbackForwardingEmailAddressIdentityArn"))
1039
+ SendBulkEmailRequest.add_member(:default_email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "DefaultEmailTags"))
1040
+ SendBulkEmailRequest.add_member(:default_content, Shapes::ShapeRef.new(shape: BulkEmailContent, required: true, location_name: "DefaultContent"))
1041
+ SendBulkEmailRequest.add_member(:bulk_email_entries, Shapes::ShapeRef.new(shape: BulkEmailEntryList, required: true, location_name: "BulkEmailEntries"))
1042
+ SendBulkEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1043
+ SendBulkEmailRequest.struct_class = Types::SendBulkEmailRequest
1044
+
1045
+ SendBulkEmailResponse.add_member(:bulk_email_entry_results, Shapes::ShapeRef.new(shape: BulkEmailEntryResultList, required: true, location_name: "BulkEmailEntryResults"))
1046
+ SendBulkEmailResponse.struct_class = Types::SendBulkEmailResponse
1047
+
1048
+ SendCustomVerificationEmailRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
1049
+ SendCustomVerificationEmailRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
1050
+ SendCustomVerificationEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1051
+ SendCustomVerificationEmailRequest.struct_class = Types::SendCustomVerificationEmailRequest
1052
+
1053
+ SendCustomVerificationEmailResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: OutboundMessageId, location_name: "MessageId"))
1054
+ SendCustomVerificationEmailResponse.struct_class = Types::SendCustomVerificationEmailResponse
1055
+
807
1056
  SendEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
808
- SendEmailRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "Destination"))
1057
+ SendEmailRequest.add_member(:from_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FromEmailAddressIdentityArn"))
1058
+ SendEmailRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, location_name: "Destination"))
809
1059
  SendEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
810
1060
  SendEmailRequest.add_member(:feedback_forwarding_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FeedbackForwardingEmailAddress"))
1061
+ SendEmailRequest.add_member(:feedback_forwarding_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FeedbackForwardingEmailAddressIdentityArn"))
811
1062
  SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
812
1063
  SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
813
1064
  SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
@@ -868,10 +1119,18 @@ module Aws::SESV2
868
1119
 
869
1120
  TagResourceResponse.struct_class = Types::TagResourceResponse
870
1121
 
871
- Template.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
872
- Template.add_member(:template_data, Shapes::ShapeRef.new(shape: TemplateData, location_name: "TemplateData"))
1122
+ Template.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
1123
+ Template.add_member(:template_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TemplateArn"))
1124
+ Template.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "TemplateData"))
873
1125
  Template.struct_class = Types::Template
874
1126
 
1127
+ TestRenderEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1128
+ TestRenderEmailTemplateRequest.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, required: true, location_name: "TemplateData"))
1129
+ TestRenderEmailTemplateRequest.struct_class = Types::TestRenderEmailTemplateRequest
1130
+
1131
+ TestRenderEmailTemplateResponse.add_member(:rendered_template, Shapes::ShapeRef.new(shape: RenderedEmailTemplate, required: true, location_name: "RenderedTemplate"))
1132
+ TestRenderEmailTemplateResponse.struct_class = Types::TestRenderEmailTemplateResponse
1133
+
875
1134
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
876
1135
 
877
1136
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
@@ -890,6 +1149,29 @@ module Aws::SESV2
890
1149
 
891
1150
  UpdateConfigurationSetEventDestinationResponse.struct_class = Types::UpdateConfigurationSetEventDestinationResponse
892
1151
 
1152
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1153
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
1154
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
1155
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "TemplateContent"))
1156
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, required: true, location_name: "SuccessRedirectionURL"))
1157
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, required: true, location_name: "FailureRedirectionURL"))
1158
+ UpdateCustomVerificationEmailTemplateRequest.struct_class = Types::UpdateCustomVerificationEmailTemplateRequest
1159
+
1160
+ UpdateCustomVerificationEmailTemplateResponse.struct_class = Types::UpdateCustomVerificationEmailTemplateResponse
1161
+
1162
+ UpdateEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
1163
+ UpdateEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
1164
+ UpdateEmailIdentityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
1165
+ UpdateEmailIdentityPolicyRequest.struct_class = Types::UpdateEmailIdentityPolicyRequest
1166
+
1167
+ UpdateEmailIdentityPolicyResponse.struct_class = Types::UpdateEmailIdentityPolicyResponse
1168
+
1169
+ UpdateEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1170
+ UpdateEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
1171
+ UpdateEmailTemplateRequest.struct_class = Types::UpdateEmailTemplateRequest
1172
+
1173
+ UpdateEmailTemplateResponse.struct_class = Types::UpdateEmailTemplateResponse
1174
+
893
1175
  VolumeStatistics.add_member(:inbox_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "InboxRawCount"))
894
1176
  VolumeStatistics.add_member(:spam_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "SpamRawCount"))
895
1177
  VolumeStatistics.add_member(:projected_inbox, Shapes::ShapeRef.new(shape: Volume, location_name: "ProjectedInbox"))
@@ -942,6 +1224,19 @@ module Aws::SESV2
942
1224
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
943
1225
  end)
944
1226
 
1227
+ api.add_operation(:create_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1228
+ o.name = "CreateCustomVerificationEmailTemplate"
1229
+ o.http_method = "POST"
1230
+ o.http_request_uri = "/v2/email/custom-verification-email-templates"
1231
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomVerificationEmailTemplateRequest)
1232
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomVerificationEmailTemplateResponse)
1233
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1238
+ end)
1239
+
945
1240
  api.add_operation(:create_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
946
1241
  o.name = "CreateDedicatedIpPool"
947
1242
  o.http_method = "POST"
@@ -985,6 +1280,31 @@ module Aws::SESV2
985
1280
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
986
1281
  end)
987
1282
 
1283
+ api.add_operation(:create_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
1284
+ o.name = "CreateEmailIdentityPolicy"
1285
+ o.http_method = "POST"
1286
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
1287
+ o.input = Shapes::ShapeRef.new(shape: CreateEmailIdentityPolicyRequest)
1288
+ o.output = Shapes::ShapeRef.new(shape: CreateEmailIdentityPolicyResponse)
1289
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1290
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1291
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1294
+ end)
1295
+
1296
+ api.add_operation(:create_email_template, Seahorse::Model::Operation.new.tap do |o|
1297
+ o.name = "CreateEmailTemplate"
1298
+ o.http_method = "POST"
1299
+ o.http_request_uri = "/v2/email/templates"
1300
+ o.input = Shapes::ShapeRef.new(shape: CreateEmailTemplateRequest)
1301
+ o.output = Shapes::ShapeRef.new(shape: CreateEmailTemplateResponse)
1302
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1303
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1304
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1305
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1306
+ end)
1307
+
988
1308
  api.add_operation(:delete_configuration_set, Seahorse::Model::Operation.new.tap do |o|
989
1309
  o.name = "DeleteConfigurationSet"
990
1310
  o.http_method = "DELETE"
@@ -1008,6 +1328,17 @@ module Aws::SESV2
1008
1328
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1009
1329
  end)
1010
1330
 
1331
+ api.add_operation(:delete_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1332
+ o.name = "DeleteCustomVerificationEmailTemplate"
1333
+ o.http_method = "DELETE"
1334
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
1335
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomVerificationEmailTemplateRequest)
1336
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomVerificationEmailTemplateResponse)
1337
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1340
+ end)
1341
+
1011
1342
  api.add_operation(:delete_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
1012
1343
  o.name = "DeleteDedicatedIpPool"
1013
1344
  o.http_method = "DELETE"
@@ -1032,6 +1363,28 @@ module Aws::SESV2
1032
1363
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1033
1364
  end)
1034
1365
 
1366
+ api.add_operation(:delete_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
1367
+ o.name = "DeleteEmailIdentityPolicy"
1368
+ o.http_method = "DELETE"
1369
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
1370
+ o.input = Shapes::ShapeRef.new(shape: DeleteEmailIdentityPolicyRequest)
1371
+ o.output = Shapes::ShapeRef.new(shape: DeleteEmailIdentityPolicyResponse)
1372
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1373
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1375
+ end)
1376
+
1377
+ api.add_operation(:delete_email_template, Seahorse::Model::Operation.new.tap do |o|
1378
+ o.name = "DeleteEmailTemplate"
1379
+ o.http_method = "DELETE"
1380
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
1381
+ o.input = Shapes::ShapeRef.new(shape: DeleteEmailTemplateRequest)
1382
+ o.output = Shapes::ShapeRef.new(shape: DeleteEmailTemplateResponse)
1383
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1384
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1385
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1386
+ end)
1387
+
1035
1388
  api.add_operation(:delete_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1036
1389
  o.name = "DeleteSuppressedDestination"
1037
1390
  o.http_method = "DELETE"
@@ -1086,6 +1439,17 @@ module Aws::SESV2
1086
1439
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1087
1440
  end)
1088
1441
 
1442
+ api.add_operation(:get_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1443
+ o.name = "GetCustomVerificationEmailTemplate"
1444
+ o.http_method = "GET"
1445
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
1446
+ o.input = Shapes::ShapeRef.new(shape: GetCustomVerificationEmailTemplateRequest)
1447
+ o.output = Shapes::ShapeRef.new(shape: GetCustomVerificationEmailTemplateResponse)
1448
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1451
+ end)
1452
+
1089
1453
  api.add_operation(:get_dedicated_ip, Seahorse::Model::Operation.new.tap do |o|
1090
1454
  o.name = "GetDedicatedIp"
1091
1455
  o.http_method = "GET"
@@ -1169,6 +1533,28 @@ module Aws::SESV2
1169
1533
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1170
1534
  end)
1171
1535
 
1536
+ api.add_operation(:get_email_identity_policies, Seahorse::Model::Operation.new.tap do |o|
1537
+ o.name = "GetEmailIdentityPolicies"
1538
+ o.http_method = "GET"
1539
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies"
1540
+ o.input = Shapes::ShapeRef.new(shape: GetEmailIdentityPoliciesRequest)
1541
+ o.output = Shapes::ShapeRef.new(shape: GetEmailIdentityPoliciesResponse)
1542
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1545
+ end)
1546
+
1547
+ api.add_operation(:get_email_template, Seahorse::Model::Operation.new.tap do |o|
1548
+ o.name = "GetEmailTemplate"
1549
+ o.http_method = "GET"
1550
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
1551
+ o.input = Shapes::ShapeRef.new(shape: GetEmailTemplateRequest)
1552
+ o.output = Shapes::ShapeRef.new(shape: GetEmailTemplateResponse)
1553
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1556
+ end)
1557
+
1172
1558
  api.add_operation(:get_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1173
1559
  o.name = "GetSuppressedDestination"
1174
1560
  o.http_method = "GET"
@@ -1196,6 +1582,22 @@ module Aws::SESV2
1196
1582
  )
1197
1583
  end)
1198
1584
 
1585
+ api.add_operation(:list_custom_verification_email_templates, Seahorse::Model::Operation.new.tap do |o|
1586
+ o.name = "ListCustomVerificationEmailTemplates"
1587
+ o.http_method = "GET"
1588
+ o.http_request_uri = "/v2/email/custom-verification-email-templates"
1589
+ o.input = Shapes::ShapeRef.new(shape: ListCustomVerificationEmailTemplatesRequest)
1590
+ o.output = Shapes::ShapeRef.new(shape: ListCustomVerificationEmailTemplatesResponse)
1591
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1593
+ o[:pager] = Aws::Pager.new(
1594
+ limit_key: "page_size",
1595
+ tokens: {
1596
+ "next_token" => "next_token"
1597
+ }
1598
+ )
1599
+ end)
1600
+
1199
1601
  api.add_operation(:list_dedicated_ip_pools, Seahorse::Model::Operation.new.tap do |o|
1200
1602
  o.name = "ListDedicatedIpPools"
1201
1603
  o.http_method = "GET"
@@ -1262,6 +1664,22 @@ module Aws::SESV2
1262
1664
  )
1263
1665
  end)
1264
1666
 
1667
+ api.add_operation(:list_email_templates, Seahorse::Model::Operation.new.tap do |o|
1668
+ o.name = "ListEmailTemplates"
1669
+ o.http_method = "GET"
1670
+ o.http_request_uri = "/v2/email/templates"
1671
+ o.input = Shapes::ShapeRef.new(shape: ListEmailTemplatesRequest)
1672
+ o.output = Shapes::ShapeRef.new(shape: ListEmailTemplatesResponse)
1673
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1674
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1675
+ o[:pager] = Aws::Pager.new(
1676
+ limit_key: "page_size",
1677
+ tokens: {
1678
+ "next_token" => "next_token"
1679
+ }
1680
+ )
1681
+ end)
1682
+
1265
1683
  api.add_operation(:list_suppressed_destinations, Seahorse::Model::Operation.new.tap do |o|
1266
1684
  o.name = "ListSuppressedDestinations"
1267
1685
  o.http_method = "GET"
@@ -1300,6 +1718,17 @@ module Aws::SESV2
1300
1718
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1301
1719
  end)
1302
1720
 
1721
+ api.add_operation(:put_account_details, Seahorse::Model::Operation.new.tap do |o|
1722
+ o.name = "PutAccountDetails"
1723
+ o.http_method = "POST"
1724
+ o.http_request_uri = "/v2/email/account/details"
1725
+ o.input = Shapes::ShapeRef.new(shape: PutAccountDetailsRequest)
1726
+ o.output = Shapes::ShapeRef.new(shape: PutAccountDetailsResponse)
1727
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1730
+ end)
1731
+
1303
1732
  api.add_operation(:put_account_sending_attributes, Seahorse::Model::Operation.new.tap do |o|
1304
1733
  o.name = "PutAccountSendingAttributes"
1305
1734
  o.http_method = "PUT"
@@ -1464,6 +1893,37 @@ module Aws::SESV2
1464
1893
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1465
1894
  end)
1466
1895
 
1896
+ api.add_operation(:send_bulk_email, Seahorse::Model::Operation.new.tap do |o|
1897
+ o.name = "SendBulkEmail"
1898
+ o.http_method = "POST"
1899
+ o.http_request_uri = "/v2/email/outbound-bulk-emails"
1900
+ o.input = Shapes::ShapeRef.new(shape: SendBulkEmailRequest)
1901
+ o.output = Shapes::ShapeRef.new(shape: SendBulkEmailResponse)
1902
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: AccountSuspendedException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: SendingPausedException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: MessageRejected)
1907
+ o.errors << Shapes::ShapeRef.new(shape: MailFromDomainNotVerifiedException)
1908
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1909
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1910
+ end)
1911
+
1912
+ api.add_operation(:send_custom_verification_email, Seahorse::Model::Operation.new.tap do |o|
1913
+ o.name = "SendCustomVerificationEmail"
1914
+ o.http_method = "POST"
1915
+ o.http_request_uri = "/v2/email/outbound-custom-verification-emails"
1916
+ o.input = Shapes::ShapeRef.new(shape: SendCustomVerificationEmailRequest)
1917
+ o.output = Shapes::ShapeRef.new(shape: SendCustomVerificationEmailResponse)
1918
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1919
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1920
+ o.errors << Shapes::ShapeRef.new(shape: MessageRejected)
1921
+ o.errors << Shapes::ShapeRef.new(shape: SendingPausedException)
1922
+ o.errors << Shapes::ShapeRef.new(shape: MailFromDomainNotVerifiedException)
1923
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1925
+ end)
1926
+
1467
1927
  api.add_operation(:send_email, Seahorse::Model::Operation.new.tap do |o|
1468
1928
  o.name = "SendEmail"
1469
1929
  o.http_method = "POST"
@@ -1492,6 +1952,17 @@ module Aws::SESV2
1492
1952
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1493
1953
  end)
1494
1954
 
1955
+ api.add_operation(:test_render_email_template, Seahorse::Model::Operation.new.tap do |o|
1956
+ o.name = "TestRenderEmailTemplate"
1957
+ o.http_method = "POST"
1958
+ o.http_request_uri = "/v2/email/templates/{TemplateName}/render"
1959
+ o.input = Shapes::ShapeRef.new(shape: TestRenderEmailTemplateRequest)
1960
+ o.output = Shapes::ShapeRef.new(shape: TestRenderEmailTemplateResponse)
1961
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1962
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1963
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1964
+ end)
1965
+
1495
1966
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1496
1967
  o.name = "UntagResource"
1497
1968
  o.http_method = "DELETE"
@@ -1514,6 +1985,39 @@ module Aws::SESV2
1514
1985
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1515
1986
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1516
1987
  end)
1988
+
1989
+ api.add_operation(:update_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1990
+ o.name = "UpdateCustomVerificationEmailTemplate"
1991
+ o.http_method = "PUT"
1992
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
1993
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomVerificationEmailTemplateRequest)
1994
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomVerificationEmailTemplateResponse)
1995
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1998
+ end)
1999
+
2000
+ api.add_operation(:update_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
2001
+ o.name = "UpdateEmailIdentityPolicy"
2002
+ o.http_method = "PUT"
2003
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
2004
+ o.input = Shapes::ShapeRef.new(shape: UpdateEmailIdentityPolicyRequest)
2005
+ o.output = Shapes::ShapeRef.new(shape: UpdateEmailIdentityPolicyResponse)
2006
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2008
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2009
+ end)
2010
+
2011
+ api.add_operation(:update_email_template, Seahorse::Model::Operation.new.tap do |o|
2012
+ o.name = "UpdateEmailTemplate"
2013
+ o.http_method = "PUT"
2014
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
2015
+ o.input = Shapes::ShapeRef.new(shape: UpdateEmailTemplateRequest)
2016
+ o.output = Shapes::ShapeRef.new(shape: UpdateEmailTemplateResponse)
2017
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2018
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2019
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2020
+ end)
1517
2021
  end
1518
2022
 
1519
2023
  end