aws-sdk-sesv2 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,10 @@ module Aws::SESV2
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AccountDetails = Shapes::StructureShape.new(name: 'AccountDetails')
16
17
  AccountSuspendedException = Shapes::StructureShape.new(name: 'AccountSuspendedException')
18
+ AdditionalContactEmailAddress = Shapes::StringShape.new(name: 'AdditionalContactEmailAddress')
19
+ AdditionalContactEmailAddresses = Shapes::ListShape.new(name: 'AdditionalContactEmailAddresses')
17
20
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
18
21
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
19
22
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
@@ -25,7 +28,14 @@ module Aws::SESV2
25
28
  BlacklistReport = Shapes::MapShape.new(name: 'BlacklistReport')
26
29
  BlacklistingDescription = Shapes::StringShape.new(name: 'BlacklistingDescription')
27
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')
28
37
  CampaignId = Shapes::StringShape.new(name: 'CampaignId')
38
+ CaseId = Shapes::StringShape.new(name: 'CaseId')
29
39
  Charset = Shapes::StringShape.new(name: 'Charset')
30
40
  CloudWatchDestination = Shapes::StructureShape.new(name: 'CloudWatchDestination')
31
41
  CloudWatchDimensionConfiguration = Shapes::StructureShape.new(name: 'CloudWatchDimensionConfiguration')
@@ -33,18 +43,28 @@ module Aws::SESV2
33
43
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
34
44
  ConfigurationSetName = Shapes::StringShape.new(name: 'ConfigurationSetName')
35
45
  ConfigurationSetNameList = Shapes::ListShape.new(name: 'ConfigurationSetNameList')
46
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
47
+ ContactLanguage = Shapes::StringShape.new(name: 'ContactLanguage')
36
48
  Content = Shapes::StructureShape.new(name: 'Content')
37
49
  CreateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationRequest')
38
50
  CreateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationResponse')
39
51
  CreateConfigurationSetRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetRequest')
40
52
  CreateConfigurationSetResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetResponse')
53
+ CreateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateRequest')
54
+ CreateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateResponse')
41
55
  CreateDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'CreateDedicatedIpPoolRequest')
42
56
  CreateDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'CreateDedicatedIpPoolResponse')
43
57
  CreateDeliverabilityTestReportRequest = Shapes::StructureShape.new(name: 'CreateDeliverabilityTestReportRequest')
44
58
  CreateDeliverabilityTestReportResponse = Shapes::StructureShape.new(name: 'CreateDeliverabilityTestReportResponse')
59
+ CreateEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'CreateEmailIdentityPolicyRequest')
60
+ CreateEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'CreateEmailIdentityPolicyResponse')
45
61
  CreateEmailIdentityRequest = Shapes::StructureShape.new(name: 'CreateEmailIdentityRequest')
46
62
  CreateEmailIdentityResponse = Shapes::StructureShape.new(name: 'CreateEmailIdentityResponse')
63
+ CreateEmailTemplateRequest = Shapes::StructureShape.new(name: 'CreateEmailTemplateRequest')
64
+ CreateEmailTemplateResponse = Shapes::StructureShape.new(name: 'CreateEmailTemplateResponse')
47
65
  CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
66
+ CustomVerificationEmailTemplateMetadata = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateMetadata')
67
+ CustomVerificationEmailTemplatesList = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplatesList')
48
68
  DailyVolume = Shapes::StructureShape.new(name: 'DailyVolume')
49
69
  DailyVolumes = Shapes::ListShape.new(name: 'DailyVolumes')
50
70
  DedicatedIp = Shapes::StructureShape.new(name: 'DedicatedIp')
@@ -54,10 +74,16 @@ module Aws::SESV2
54
74
  DeleteConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationResponse')
55
75
  DeleteConfigurationSetRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetRequest')
56
76
  DeleteConfigurationSetResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetResponse')
77
+ DeleteCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateRequest')
78
+ DeleteCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateResponse')
57
79
  DeleteDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolRequest')
58
80
  DeleteDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolResponse')
81
+ DeleteEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyRequest')
82
+ DeleteEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyResponse')
59
83
  DeleteEmailIdentityRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityRequest')
60
84
  DeleteEmailIdentityResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityResponse')
85
+ DeleteEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteEmailTemplateRequest')
86
+ DeleteEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteEmailTemplateResponse')
61
87
  DeleteSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationRequest')
62
88
  DeleteSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationResponse')
63
89
  DeliverabilityDashboardAccountStatus = Shapes::StringShape.new(name: 'DeliverabilityDashboardAccountStatus')
@@ -85,7 +111,17 @@ module Aws::SESV2
85
111
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
86
112
  EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
87
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')
88
122
  Enabled = Shapes::BooleanShape.new(name: 'Enabled')
123
+ EnabledWrapper = Shapes::BooleanShape.new(name: 'EnabledWrapper')
124
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
89
125
  Esp = Shapes::StringShape.new(name: 'Esp')
90
126
  Esps = Shapes::ListShape.new(name: 'Esps')
91
127
  EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
@@ -94,6 +130,7 @@ module Aws::SESV2
94
130
  EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
95
131
  EventType = Shapes::StringShape.new(name: 'EventType')
96
132
  EventTypes = Shapes::ListShape.new(name: 'EventTypes')
133
+ FailureRedirectionURL = Shapes::StringShape.new(name: 'FailureRedirectionURL')
97
134
  FeedbackId = Shapes::StringShape.new(name: 'FeedbackId')
98
135
  GeneralEnforcementStatus = Shapes::StringShape.new(name: 'GeneralEnforcementStatus')
99
136
  GetAccountRequest = Shapes::StructureShape.new(name: 'GetAccountRequest')
@@ -104,6 +141,8 @@ module Aws::SESV2
104
141
  GetConfigurationSetEventDestinationsResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetEventDestinationsResponse')
105
142
  GetConfigurationSetRequest = Shapes::StructureShape.new(name: 'GetConfigurationSetRequest')
106
143
  GetConfigurationSetResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetResponse')
144
+ GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
145
+ GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
107
146
  GetDedicatedIpRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpRequest')
108
147
  GetDedicatedIpResponse = Shapes::StructureShape.new(name: 'GetDedicatedIpResponse')
109
148
  GetDedicatedIpsRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpsRequest')
@@ -116,8 +155,12 @@ module Aws::SESV2
116
155
  GetDomainDeliverabilityCampaignResponse = Shapes::StructureShape.new(name: 'GetDomainDeliverabilityCampaignResponse')
117
156
  GetDomainStatisticsReportRequest = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportRequest')
118
157
  GetDomainStatisticsReportResponse = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportResponse')
158
+ GetEmailIdentityPoliciesRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesRequest')
159
+ GetEmailIdentityPoliciesResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesResponse')
119
160
  GetEmailIdentityRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityRequest')
120
161
  GetEmailIdentityResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityResponse')
162
+ GetEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetEmailTemplateRequest')
163
+ GetEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetEmailTemplateResponse')
121
164
  GetSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'GetSuppressedDestinationRequest')
122
165
  GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
123
166
  Identity = Shapes::StringShape.new(name: 'Identity')
@@ -138,6 +181,8 @@ module Aws::SESV2
138
181
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
139
182
  ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
140
183
  ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
184
+ ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
185
+ ListCustomVerificationEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesResponse')
141
186
  ListDedicatedIpPoolsRequest = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsRequest')
142
187
  ListDedicatedIpPoolsResponse = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsResponse')
143
188
  ListDeliverabilityTestReportsRequest = Shapes::StructureShape.new(name: 'ListDeliverabilityTestReportsRequest')
@@ -146,6 +191,8 @@ module Aws::SESV2
146
191
  ListDomainDeliverabilityCampaignsResponse = Shapes::StructureShape.new(name: 'ListDomainDeliverabilityCampaignsResponse')
147
192
  ListEmailIdentitiesRequest = Shapes::StructureShape.new(name: 'ListEmailIdentitiesRequest')
148
193
  ListEmailIdentitiesResponse = Shapes::StructureShape.new(name: 'ListEmailIdentitiesResponse')
194
+ ListEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListEmailTemplatesRequest')
195
+ ListEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListEmailTemplatesResponse')
149
196
  ListOfDedicatedIpPools = Shapes::ListShape.new(name: 'ListOfDedicatedIpPools')
150
197
  ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
151
198
  ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
@@ -155,6 +202,7 @@ module Aws::SESV2
155
202
  MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
156
203
  MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
157
204
  MailFromDomainStatus = Shapes::StringShape.new(name: 'MailFromDomainStatus')
205
+ MailType = Shapes::StringShape.new(name: 'MailType')
158
206
  Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
159
207
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
160
208
  MaxSendRate = Shapes::FloatShape.new(name: 'MaxSendRate')
@@ -174,10 +222,15 @@ module Aws::SESV2
174
222
  Percentage100Wrapper = Shapes::IntegerShape.new(name: 'Percentage100Wrapper')
175
223
  PinpointDestination = Shapes::StructureShape.new(name: 'PinpointDestination')
176
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')
177
228
  PoolName = Shapes::StringShape.new(name: 'PoolName')
178
229
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
179
230
  PutAccountDedicatedIpWarmupAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesRequest')
180
231
  PutAccountDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesResponse')
232
+ PutAccountDetailsRequest = Shapes::StructureShape.new(name: 'PutAccountDetailsRequest')
233
+ PutAccountDetailsResponse = Shapes::StructureShape.new(name: 'PutAccountDetailsResponse')
181
234
  PutAccountSendingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesRequest')
182
235
  PutAccountSendingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesResponse')
183
236
  PutAccountSuppressionAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSuppressionAttributesRequest')
@@ -211,10 +264,19 @@ module Aws::SESV2
211
264
  RawMessage = Shapes::StructureShape.new(name: 'RawMessage')
212
265
  RawMessageData = Shapes::BlobShape.new(name: 'RawMessageData')
213
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')
214
270
  ReportId = Shapes::StringShape.new(name: 'ReportId')
215
271
  ReportName = Shapes::StringShape.new(name: 'ReportName')
216
272
  ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
273
+ ReviewDetails = Shapes::StructureShape.new(name: 'ReviewDetails')
274
+ ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
217
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')
218
280
  SendEmailRequest = Shapes::StructureShape.new(name: 'SendEmailRequest')
219
281
  SendEmailResponse = Shapes::StructureShape.new(name: 'SendEmailResponse')
220
282
  SendQuota = Shapes::StructureShape.new(name: 'SendQuota')
@@ -224,6 +286,7 @@ module Aws::SESV2
224
286
  SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
225
287
  SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
226
288
  Subject = Shapes::StringShape.new(name: 'Subject')
289
+ SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
227
290
  SuppressedDestination = Shapes::StructureShape.new(name: 'SuppressedDestination')
228
291
  SuppressedDestinationAttributes = Shapes::StructureShape.new(name: 'SuppressedDestinationAttributes')
229
292
  SuppressedDestinationSummaries = Shapes::ListShape.new(name: 'SuppressedDestinationSummaries')
@@ -240,8 +303,9 @@ module Aws::SESV2
240
303
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
241
304
  TagValue = Shapes::StringShape.new(name: 'TagValue')
242
305
  Template = Shapes::StructureShape.new(name: 'Template')
243
- TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
244
- 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')
245
309
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
246
310
  TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
247
311
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -250,12 +314,30 @@ module Aws::SESV2
250
314
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
251
315
  UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
252
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')
253
324
  Volume = Shapes::IntegerShape.new(name: 'Volume')
254
325
  VolumeStatistics = Shapes::StructureShape.new(name: 'VolumeStatistics')
255
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
256
336
 
257
337
  AccountSuspendedException.struct_class = Types::AccountSuspendedException
258
338
 
339
+ AdditionalContactEmailAddresses.member = Shapes::ShapeRef.new(shape: AdditionalContactEmailAddress)
340
+
259
341
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
260
342
 
261
343
  BadRequestException.struct_class = Types::BadRequestException
@@ -276,6 +358,23 @@ module Aws::SESV2
276
358
  Body.add_member(:html, Shapes::ShapeRef.new(shape: Content, location_name: "Html"))
277
359
  Body.struct_class = Types::Body
278
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
+
279
378
  CloudWatchDestination.add_member(:dimension_configurations, Shapes::ShapeRef.new(shape: CloudWatchDimensionConfigurations, required: true, location_name: "DimensionConfigurations"))
280
379
  CloudWatchDestination.struct_class = Types::CloudWatchDestination
281
380
 
@@ -290,6 +389,8 @@ module Aws::SESV2
290
389
 
291
390
  ConfigurationSetNameList.member = Shapes::ShapeRef.new(shape: ConfigurationSetName)
292
391
 
392
+ ConflictException.struct_class = Types::ConflictException
393
+
293
394
  Content.add_member(:data, Shapes::ShapeRef.new(shape: MessageData, required: true, location_name: "Data"))
294
395
  Content.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
295
396
  Content.struct_class = Types::Content
@@ -312,6 +413,16 @@ module Aws::SESV2
312
413
 
313
414
  CreateConfigurationSetResponse.struct_class = Types::CreateConfigurationSetResponse
314
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
+
315
426
  CreateDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location_name: "PoolName"))
316
427
  CreateDedicatedIpPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
317
428
  CreateDedicatedIpPoolRequest.struct_class = Types::CreateDedicatedIpPoolRequest
@@ -328,6 +439,13 @@ module Aws::SESV2
328
439
  CreateDeliverabilityTestReportResponse.add_member(:deliverability_test_status, Shapes::ShapeRef.new(shape: DeliverabilityTestStatus, required: true, location_name: "DeliverabilityTestStatus"))
329
440
  CreateDeliverabilityTestReportResponse.struct_class = Types::CreateDeliverabilityTestReportResponse
330
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
+
331
449
  CreateEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "EmailIdentity"))
332
450
  CreateEmailIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
333
451
  CreateEmailIdentityRequest.add_member(:dkim_signing_attributes, Shapes::ShapeRef.new(shape: DkimSigningAttributes, location_name: "DkimSigningAttributes"))
@@ -338,6 +456,21 @@ module Aws::SESV2
338
456
  CreateEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
339
457
  CreateEmailIdentityResponse.struct_class = Types::CreateEmailIdentityResponse
340
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
+
341
474
  DailyVolume.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartDate"))
342
475
  DailyVolume.add_member(:volume_statistics, Shapes::ShapeRef.new(shape: VolumeStatistics, location_name: "VolumeStatistics"))
343
476
  DailyVolume.add_member(:domain_isp_placements, Shapes::ShapeRef.new(shape: DomainIspPlacements, location_name: "DomainIspPlacements"))
@@ -364,16 +497,32 @@ module Aws::SESV2
364
497
 
365
498
  DeleteConfigurationSetResponse.struct_class = Types::DeleteConfigurationSetResponse
366
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
+
367
505
  DeleteDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location: "uri", location_name: "PoolName"))
368
506
  DeleteDedicatedIpPoolRequest.struct_class = Types::DeleteDedicatedIpPoolRequest
369
507
 
370
508
  DeleteDedicatedIpPoolResponse.struct_class = Types::DeleteDedicatedIpPoolResponse
371
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
+
372
516
  DeleteEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
373
517
  DeleteEmailIdentityRequest.struct_class = Types::DeleteEmailIdentityRequest
374
518
 
375
519
  DeleteEmailIdentityResponse.struct_class = Types::DeleteEmailIdentityResponse
376
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
+
377
526
  DeleteSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
378
527
  DeleteSuppressedDestinationRequest.struct_class = Types::DeleteSuppressedDestinationRequest
379
528
 
@@ -451,6 +600,17 @@ module Aws::SESV2
451
600
  EmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
452
601
  EmailContent.struct_class = Types::EmailContent
453
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
+
454
614
  Esps.member = Shapes::ShapeRef.new(shape: Esp)
455
615
 
456
616
  EventDestination.add_member(:name, Shapes::ShapeRef.new(shape: EventDestinationName, required: true, location_name: "Name"))
@@ -482,6 +642,7 @@ module Aws::SESV2
482
642
  GetAccountResponse.add_member(:send_quota, Shapes::ShapeRef.new(shape: SendQuota, location_name: "SendQuota"))
483
643
  GetAccountResponse.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
484
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"))
485
646
  GetAccountResponse.struct_class = Types::GetAccountResponse
486
647
 
487
648
  GetBlacklistReportsRequest.add_member(:blacklist_item_names, Shapes::ShapeRef.new(shape: BlacklistItemNames, required: true, location: "querystring", location_name: "BlacklistItemNames"))
@@ -508,6 +669,17 @@ module Aws::SESV2
508
669
  GetConfigurationSetResponse.add_member(:suppression_options, Shapes::ShapeRef.new(shape: SuppressionOptions, location_name: "SuppressionOptions"))
509
670
  GetConfigurationSetResponse.struct_class = Types::GetConfigurationSetResponse
510
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
+
511
683
  GetDedicatedIpRequest.add_member(:ip, Shapes::ShapeRef.new(shape: Ip, required: true, location: "uri", location_name: "IP"))
512
684
  GetDedicatedIpRequest.struct_class = Types::GetDedicatedIpRequest
513
685
 
@@ -557,6 +729,12 @@ module Aws::SESV2
557
729
  GetDomainStatisticsReportResponse.add_member(:daily_volumes, Shapes::ShapeRef.new(shape: DailyVolumes, required: true, location_name: "DailyVolumes"))
558
730
  GetDomainStatisticsReportResponse.struct_class = Types::GetDomainStatisticsReportResponse
559
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
+
560
738
  GetEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
561
739
  GetEmailIdentityRequest.struct_class = Types::GetEmailIdentityRequest
562
740
 
@@ -565,9 +743,17 @@ module Aws::SESV2
565
743
  GetEmailIdentityResponse.add_member(:verified_for_sending_status, Shapes::ShapeRef.new(shape: Enabled, location_name: "VerifiedForSendingStatus"))
566
744
  GetEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
567
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"))
568
747
  GetEmailIdentityResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
569
748
  GetEmailIdentityResponse.struct_class = Types::GetEmailIdentityResponse
570
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
+
571
757
  GetSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
572
758
  GetSuppressedDestinationRequest.struct_class = Types::GetSuppressedDestinationRequest
573
759
 
@@ -611,6 +797,14 @@ module Aws::SESV2
611
797
  ListConfigurationSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
612
798
  ListConfigurationSetsResponse.struct_class = Types::ListConfigurationSetsResponse
613
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
+
614
808
  ListDedicatedIpPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
615
809
  ListDedicatedIpPoolsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
616
810
  ListDedicatedIpPoolsRequest.struct_class = Types::ListDedicatedIpPoolsRequest
@@ -646,6 +840,14 @@ module Aws::SESV2
646
840
  ListEmailIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
647
841
  ListEmailIdentitiesResponse.struct_class = Types::ListEmailIdentitiesResponse
648
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
+
649
851
  ListOfDedicatedIpPools.member = Shapes::ShapeRef.new(shape: PoolName)
650
852
 
651
853
  ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
@@ -701,11 +903,24 @@ module Aws::SESV2
701
903
  PlacementStatistics.add_member(:dkim_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "DkimPercentage"))
702
904
  PlacementStatistics.struct_class = Types::PlacementStatistics
703
905
 
906
+ PolicyMap.key = Shapes::ShapeRef.new(shape: PolicyName)
907
+ PolicyMap.value = Shapes::ShapeRef.new(shape: Policy)
908
+
704
909
  PutAccountDedicatedIpWarmupAttributesRequest.add_member(:auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "AutoWarmupEnabled"))
705
910
  PutAccountDedicatedIpWarmupAttributesRequest.struct_class = Types::PutAccountDedicatedIpWarmupAttributesRequest
706
911
 
707
912
  PutAccountDedicatedIpWarmupAttributesResponse.struct_class = Types::PutAccountDedicatedIpWarmupAttributesResponse
708
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
+
709
924
  PutAccountSendingAttributesRequest.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
710
925
  PutAccountSendingAttributesRequest.struct_class = Types::PutAccountSendingAttributesRequest
711
926
 
@@ -802,14 +1017,48 @@ module Aws::SESV2
802
1017
  RawMessage.add_member(:data, Shapes::ShapeRef.new(shape: RawMessageData, required: true, location_name: "Data"))
803
1018
  RawMessage.struct_class = Types::RawMessage
804
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
+
805
1026
  ReputationOptions.add_member(:reputation_metrics_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "ReputationMetricsEnabled"))
806
1027
  ReputationOptions.add_member(:last_fresh_start, Shapes::ShapeRef.new(shape: LastFreshStart, location_name: "LastFreshStart"))
807
1028
  ReputationOptions.struct_class = Types::ReputationOptions
808
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
+
809
1056
  SendEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
810
- 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"))
811
1059
  SendEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
812
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"))
813
1062
  SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
814
1063
  SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
815
1064
  SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
@@ -870,10 +1119,18 @@ module Aws::SESV2
870
1119
 
871
1120
  TagResourceResponse.struct_class = Types::TagResourceResponse
872
1121
 
873
- Template.add_member(:template_arn, Shapes::ShapeRef.new(shape: TemplateArn, location_name: "TemplateArn"))
874
- 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"))
875
1125
  Template.struct_class = Types::Template
876
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
+
877
1134
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
878
1135
 
879
1136
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
@@ -892,6 +1149,29 @@ module Aws::SESV2
892
1149
 
893
1150
  UpdateConfigurationSetEventDestinationResponse.struct_class = Types::UpdateConfigurationSetEventDestinationResponse
894
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
+
895
1175
  VolumeStatistics.add_member(:inbox_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "InboxRawCount"))
896
1176
  VolumeStatistics.add_member(:spam_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "SpamRawCount"))
897
1177
  VolumeStatistics.add_member(:projected_inbox, Shapes::ShapeRef.new(shape: Volume, location_name: "ProjectedInbox"))
@@ -944,6 +1224,19 @@ module Aws::SESV2
944
1224
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
945
1225
  end)
946
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
+
947
1240
  api.add_operation(:create_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
948
1241
  o.name = "CreateDedicatedIpPool"
949
1242
  o.http_method = "POST"
@@ -987,6 +1280,31 @@ module Aws::SESV2
987
1280
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
988
1281
  end)
989
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
+
990
1308
  api.add_operation(:delete_configuration_set, Seahorse::Model::Operation.new.tap do |o|
991
1309
  o.name = "DeleteConfigurationSet"
992
1310
  o.http_method = "DELETE"
@@ -1010,6 +1328,17 @@ module Aws::SESV2
1010
1328
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1011
1329
  end)
1012
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
+
1013
1342
  api.add_operation(:delete_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
1014
1343
  o.name = "DeleteDedicatedIpPool"
1015
1344
  o.http_method = "DELETE"
@@ -1034,6 +1363,28 @@ module Aws::SESV2
1034
1363
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1035
1364
  end)
1036
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
+
1037
1388
  api.add_operation(:delete_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1038
1389
  o.name = "DeleteSuppressedDestination"
1039
1390
  o.http_method = "DELETE"
@@ -1088,6 +1439,17 @@ module Aws::SESV2
1088
1439
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1089
1440
  end)
1090
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
+
1091
1453
  api.add_operation(:get_dedicated_ip, Seahorse::Model::Operation.new.tap do |o|
1092
1454
  o.name = "GetDedicatedIp"
1093
1455
  o.http_method = "GET"
@@ -1171,6 +1533,28 @@ module Aws::SESV2
1171
1533
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1172
1534
  end)
1173
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
+
1174
1558
  api.add_operation(:get_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1175
1559
  o.name = "GetSuppressedDestination"
1176
1560
  o.http_method = "GET"
@@ -1198,6 +1582,22 @@ module Aws::SESV2
1198
1582
  )
1199
1583
  end)
1200
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
+
1201
1601
  api.add_operation(:list_dedicated_ip_pools, Seahorse::Model::Operation.new.tap do |o|
1202
1602
  o.name = "ListDedicatedIpPools"
1203
1603
  o.http_method = "GET"
@@ -1264,6 +1664,22 @@ module Aws::SESV2
1264
1664
  )
1265
1665
  end)
1266
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
+
1267
1683
  api.add_operation(:list_suppressed_destinations, Seahorse::Model::Operation.new.tap do |o|
1268
1684
  o.name = "ListSuppressedDestinations"
1269
1685
  o.http_method = "GET"
@@ -1302,6 +1718,17 @@ module Aws::SESV2
1302
1718
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1303
1719
  end)
1304
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
+
1305
1732
  api.add_operation(:put_account_sending_attributes, Seahorse::Model::Operation.new.tap do |o|
1306
1733
  o.name = "PutAccountSendingAttributes"
1307
1734
  o.http_method = "PUT"
@@ -1466,6 +1893,37 @@ module Aws::SESV2
1466
1893
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1467
1894
  end)
1468
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
+
1469
1927
  api.add_operation(:send_email, Seahorse::Model::Operation.new.tap do |o|
1470
1928
  o.name = "SendEmail"
1471
1929
  o.http_method = "POST"
@@ -1494,6 +1952,17 @@ module Aws::SESV2
1494
1952
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1495
1953
  end)
1496
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
+
1497
1966
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1498
1967
  o.name = "UntagResource"
1499
1968
  o.http_method = "DELETE"
@@ -1516,6 +1985,39 @@ module Aws::SESV2
1516
1985
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1517
1986
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1518
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)
1519
2021
  end
1520
2022
 
1521
2023
  end