aws-sdk-sesv2 1.5.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,20 +43,33 @@ 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')
65
+ CreateImportJobRequest = Shapes::StructureShape.new(name: 'CreateImportJobRequest')
66
+ CreateImportJobResponse = Shapes::StructureShape.new(name: 'CreateImportJobResponse')
45
67
  CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
68
+ CustomVerificationEmailTemplateMetadata = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateMetadata')
69
+ CustomVerificationEmailTemplatesList = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplatesList')
46
70
  DailyVolume = Shapes::StructureShape.new(name: 'DailyVolume')
47
71
  DailyVolumes = Shapes::ListShape.new(name: 'DailyVolumes')
72
+ DataFormat = Shapes::StringShape.new(name: 'DataFormat')
48
73
  DedicatedIp = Shapes::StructureShape.new(name: 'DedicatedIp')
49
74
  DedicatedIpList = Shapes::ListShape.new(name: 'DedicatedIpList')
50
75
  DefaultDimensionValue = Shapes::StringShape.new(name: 'DefaultDimensionValue')
@@ -52,10 +77,16 @@ module Aws::SESV2
52
77
  DeleteConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationResponse')
53
78
  DeleteConfigurationSetRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetRequest')
54
79
  DeleteConfigurationSetResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetResponse')
80
+ DeleteCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateRequest')
81
+ DeleteCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateResponse')
55
82
  DeleteDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolRequest')
56
83
  DeleteDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolResponse')
84
+ DeleteEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyRequest')
85
+ DeleteEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyResponse')
57
86
  DeleteEmailIdentityRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityRequest')
58
87
  DeleteEmailIdentityResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityResponse')
88
+ DeleteEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteEmailTemplateRequest')
89
+ DeleteEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteEmailTemplateResponse')
59
90
  DeleteSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationRequest')
60
91
  DeleteSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationResponse')
61
92
  DeliverabilityDashboardAccountStatus = Shapes::StringShape.new(name: 'DeliverabilityDashboardAccountStatus')
@@ -83,7 +114,17 @@ module Aws::SESV2
83
114
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
84
115
  EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
85
116
  EmailContent = Shapes::StructureShape.new(name: 'EmailContent')
117
+ EmailTemplateContent = Shapes::StructureShape.new(name: 'EmailTemplateContent')
118
+ EmailTemplateData = Shapes::StringShape.new(name: 'EmailTemplateData')
119
+ EmailTemplateHtml = Shapes::StringShape.new(name: 'EmailTemplateHtml')
120
+ EmailTemplateMetadata = Shapes::StructureShape.new(name: 'EmailTemplateMetadata')
121
+ EmailTemplateMetadataList = Shapes::ListShape.new(name: 'EmailTemplateMetadataList')
122
+ EmailTemplateName = Shapes::StringShape.new(name: 'EmailTemplateName')
123
+ EmailTemplateSubject = Shapes::StringShape.new(name: 'EmailTemplateSubject')
124
+ EmailTemplateText = Shapes::StringShape.new(name: 'EmailTemplateText')
86
125
  Enabled = Shapes::BooleanShape.new(name: 'Enabled')
126
+ EnabledWrapper = Shapes::BooleanShape.new(name: 'EnabledWrapper')
127
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
87
128
  Esp = Shapes::StringShape.new(name: 'Esp')
88
129
  Esps = Shapes::ListShape.new(name: 'Esps')
89
130
  EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
@@ -92,6 +133,10 @@ module Aws::SESV2
92
133
  EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
93
134
  EventType = Shapes::StringShape.new(name: 'EventType')
94
135
  EventTypes = Shapes::ListShape.new(name: 'EventTypes')
136
+ FailedRecordsCount = Shapes::IntegerShape.new(name: 'FailedRecordsCount')
137
+ FailedRecordsS3Url = Shapes::StringShape.new(name: 'FailedRecordsS3Url')
138
+ FailureInfo = Shapes::StructureShape.new(name: 'FailureInfo')
139
+ FailureRedirectionURL = Shapes::StringShape.new(name: 'FailureRedirectionURL')
95
140
  FeedbackId = Shapes::StringShape.new(name: 'FeedbackId')
96
141
  GeneralEnforcementStatus = Shapes::StringShape.new(name: 'GeneralEnforcementStatus')
97
142
  GetAccountRequest = Shapes::StructureShape.new(name: 'GetAccountRequest')
@@ -102,6 +147,8 @@ module Aws::SESV2
102
147
  GetConfigurationSetEventDestinationsResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetEventDestinationsResponse')
103
148
  GetConfigurationSetRequest = Shapes::StructureShape.new(name: 'GetConfigurationSetRequest')
104
149
  GetConfigurationSetResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetResponse')
150
+ GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
151
+ GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
105
152
  GetDedicatedIpRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpRequest')
106
153
  GetDedicatedIpResponse = Shapes::StructureShape.new(name: 'GetDedicatedIpResponse')
107
154
  GetDedicatedIpsRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpsRequest')
@@ -114,8 +161,14 @@ module Aws::SESV2
114
161
  GetDomainDeliverabilityCampaignResponse = Shapes::StructureShape.new(name: 'GetDomainDeliverabilityCampaignResponse')
115
162
  GetDomainStatisticsReportRequest = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportRequest')
116
163
  GetDomainStatisticsReportResponse = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportResponse')
164
+ GetEmailIdentityPoliciesRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesRequest')
165
+ GetEmailIdentityPoliciesResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesResponse')
117
166
  GetEmailIdentityRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityRequest')
118
167
  GetEmailIdentityResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityResponse')
168
+ GetEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetEmailTemplateRequest')
169
+ GetEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetEmailTemplateResponse')
170
+ GetImportJobRequest = Shapes::StructureShape.new(name: 'GetImportJobRequest')
171
+ GetImportJobResponse = Shapes::StructureShape.new(name: 'GetImportJobResponse')
119
172
  GetSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'GetSuppressedDestinationRequest')
120
173
  GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
121
174
  Identity = Shapes::StringShape.new(name: 'Identity')
@@ -123,6 +176,11 @@ module Aws::SESV2
123
176
  IdentityInfoList = Shapes::ListShape.new(name: 'IdentityInfoList')
124
177
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
125
178
  ImageUrl = Shapes::StringShape.new(name: 'ImageUrl')
179
+ ImportDataSource = Shapes::StructureShape.new(name: 'ImportDataSource')
180
+ ImportDestination = Shapes::StructureShape.new(name: 'ImportDestination')
181
+ ImportDestinationType = Shapes::StringShape.new(name: 'ImportDestinationType')
182
+ ImportJobSummary = Shapes::StructureShape.new(name: 'ImportJobSummary')
183
+ ImportJobSummaryList = Shapes::ListShape.new(name: 'ImportJobSummaryList')
126
184
  InboxPlacementTrackingOption = Shapes::StructureShape.new(name: 'InboxPlacementTrackingOption')
127
185
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
128
186
  Ip = Shapes::StringShape.new(name: 'Ip')
@@ -131,11 +189,15 @@ module Aws::SESV2
131
189
  IspNameList = Shapes::ListShape.new(name: 'IspNameList')
132
190
  IspPlacement = Shapes::StructureShape.new(name: 'IspPlacement')
133
191
  IspPlacements = Shapes::ListShape.new(name: 'IspPlacements')
192
+ JobId = Shapes::StringShape.new(name: 'JobId')
193
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
134
194
  KinesisFirehoseDestination = Shapes::StructureShape.new(name: 'KinesisFirehoseDestination')
135
195
  LastFreshStart = Shapes::TimestampShape.new(name: 'LastFreshStart')
136
196
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
137
197
  ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
138
198
  ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
199
+ ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
200
+ ListCustomVerificationEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesResponse')
139
201
  ListDedicatedIpPoolsRequest = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsRequest')
140
202
  ListDedicatedIpPoolsResponse = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsResponse')
141
203
  ListDeliverabilityTestReportsRequest = Shapes::StructureShape.new(name: 'ListDeliverabilityTestReportsRequest')
@@ -144,6 +206,10 @@ module Aws::SESV2
144
206
  ListDomainDeliverabilityCampaignsResponse = Shapes::StructureShape.new(name: 'ListDomainDeliverabilityCampaignsResponse')
145
207
  ListEmailIdentitiesRequest = Shapes::StructureShape.new(name: 'ListEmailIdentitiesRequest')
146
208
  ListEmailIdentitiesResponse = Shapes::StructureShape.new(name: 'ListEmailIdentitiesResponse')
209
+ ListEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListEmailTemplatesRequest')
210
+ ListEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListEmailTemplatesResponse')
211
+ ListImportJobsRequest = Shapes::StructureShape.new(name: 'ListImportJobsRequest')
212
+ ListImportJobsResponse = Shapes::StructureShape.new(name: 'ListImportJobsResponse')
147
213
  ListOfDedicatedIpPools = Shapes::ListShape.new(name: 'ListOfDedicatedIpPools')
148
214
  ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
149
215
  ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
@@ -153,6 +219,7 @@ module Aws::SESV2
153
219
  MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
154
220
  MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
155
221
  MailFromDomainStatus = Shapes::StringShape.new(name: 'MailFromDomainStatus')
222
+ MailType = Shapes::StringShape.new(name: 'MailType')
156
223
  Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
157
224
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
158
225
  MaxSendRate = Shapes::FloatShape.new(name: 'MaxSendRate')
@@ -172,10 +239,16 @@ module Aws::SESV2
172
239
  Percentage100Wrapper = Shapes::IntegerShape.new(name: 'Percentage100Wrapper')
173
240
  PinpointDestination = Shapes::StructureShape.new(name: 'PinpointDestination')
174
241
  PlacementStatistics = Shapes::StructureShape.new(name: 'PlacementStatistics')
242
+ Policy = Shapes::StringShape.new(name: 'Policy')
243
+ PolicyMap = Shapes::MapShape.new(name: 'PolicyMap')
244
+ PolicyName = Shapes::StringShape.new(name: 'PolicyName')
175
245
  PoolName = Shapes::StringShape.new(name: 'PoolName')
176
246
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
247
+ ProcessedRecordsCount = Shapes::IntegerShape.new(name: 'ProcessedRecordsCount')
177
248
  PutAccountDedicatedIpWarmupAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesRequest')
178
249
  PutAccountDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesResponse')
250
+ PutAccountDetailsRequest = Shapes::StructureShape.new(name: 'PutAccountDetailsRequest')
251
+ PutAccountDetailsResponse = Shapes::StructureShape.new(name: 'PutAccountDetailsResponse')
179
252
  PutAccountSendingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesRequest')
180
253
  PutAccountSendingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesResponse')
181
254
  PutAccountSuppressionAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSuppressionAttributesRequest')
@@ -209,10 +282,20 @@ module Aws::SESV2
209
282
  RawMessage = Shapes::StructureShape.new(name: 'RawMessage')
210
283
  RawMessageData = Shapes::BlobShape.new(name: 'RawMessageData')
211
284
  RblName = Shapes::StringShape.new(name: 'RblName')
285
+ RenderedEmailTemplate = Shapes::StringShape.new(name: 'RenderedEmailTemplate')
286
+ ReplacementEmailContent = Shapes::StructureShape.new(name: 'ReplacementEmailContent')
287
+ ReplacementTemplate = Shapes::StructureShape.new(name: 'ReplacementTemplate')
212
288
  ReportId = Shapes::StringShape.new(name: 'ReportId')
213
289
  ReportName = Shapes::StringShape.new(name: 'ReportName')
214
290
  ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
291
+ ReviewDetails = Shapes::StructureShape.new(name: 'ReviewDetails')
292
+ ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
293
+ S3Url = Shapes::StringShape.new(name: 'S3Url')
215
294
  Selector = Shapes::StringShape.new(name: 'Selector')
295
+ SendBulkEmailRequest = Shapes::StructureShape.new(name: 'SendBulkEmailRequest')
296
+ SendBulkEmailResponse = Shapes::StructureShape.new(name: 'SendBulkEmailResponse')
297
+ SendCustomVerificationEmailRequest = Shapes::StructureShape.new(name: 'SendCustomVerificationEmailRequest')
298
+ SendCustomVerificationEmailResponse = Shapes::StructureShape.new(name: 'SendCustomVerificationEmailResponse')
216
299
  SendEmailRequest = Shapes::StructureShape.new(name: 'SendEmailRequest')
217
300
  SendEmailResponse = Shapes::StructureShape.new(name: 'SendEmailResponse')
218
301
  SendQuota = Shapes::StructureShape.new(name: 'SendQuota')
@@ -222,11 +305,14 @@ module Aws::SESV2
222
305
  SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
223
306
  SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
224
307
  Subject = Shapes::StringShape.new(name: 'Subject')
308
+ SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
225
309
  SuppressedDestination = Shapes::StructureShape.new(name: 'SuppressedDestination')
226
310
  SuppressedDestinationAttributes = Shapes::StructureShape.new(name: 'SuppressedDestinationAttributes')
227
311
  SuppressedDestinationSummaries = Shapes::ListShape.new(name: 'SuppressedDestinationSummaries')
228
312
  SuppressedDestinationSummary = Shapes::StructureShape.new(name: 'SuppressedDestinationSummary')
229
313
  SuppressionAttributes = Shapes::StructureShape.new(name: 'SuppressionAttributes')
314
+ SuppressionListDestination = Shapes::StructureShape.new(name: 'SuppressionListDestination')
315
+ SuppressionListImportAction = Shapes::StringShape.new(name: 'SuppressionListImportAction')
230
316
  SuppressionListReason = Shapes::StringShape.new(name: 'SuppressionListReason')
231
317
  SuppressionListReasons = Shapes::ListShape.new(name: 'SuppressionListReasons')
232
318
  SuppressionOptions = Shapes::StructureShape.new(name: 'SuppressionOptions')
@@ -238,8 +324,9 @@ module Aws::SESV2
238
324
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
239
325
  TagValue = Shapes::StringShape.new(name: 'TagValue')
240
326
  Template = Shapes::StructureShape.new(name: 'Template')
241
- TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
242
- TemplateData = Shapes::StringShape.new(name: 'TemplateData')
327
+ TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
328
+ TestRenderEmailTemplateRequest = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateRequest')
329
+ TestRenderEmailTemplateResponse = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateResponse')
243
330
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
244
331
  TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
245
332
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -248,12 +335,30 @@ module Aws::SESV2
248
335
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
249
336
  UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
250
337
  UpdateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationResponse')
338
+ UpdateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateRequest')
339
+ UpdateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateResponse')
340
+ UpdateEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyRequest')
341
+ UpdateEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyResponse')
342
+ UpdateEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateEmailTemplateRequest')
343
+ UpdateEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateEmailTemplateResponse')
344
+ UseCaseDescription = Shapes::StringShape.new(name: 'UseCaseDescription')
251
345
  Volume = Shapes::IntegerShape.new(name: 'Volume')
252
346
  VolumeStatistics = Shapes::StructureShape.new(name: 'VolumeStatistics')
253
347
  WarmupStatus = Shapes::StringShape.new(name: 'WarmupStatus')
348
+ WebsiteURL = Shapes::StringShape.new(name: 'WebsiteURL')
349
+
350
+ AccountDetails.add_member(:mail_type, Shapes::ShapeRef.new(shape: MailType, location_name: "MailType"))
351
+ AccountDetails.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteURL, location_name: "WebsiteURL"))
352
+ AccountDetails.add_member(:contact_language, Shapes::ShapeRef.new(shape: ContactLanguage, location_name: "ContactLanguage"))
353
+ AccountDetails.add_member(:use_case_description, Shapes::ShapeRef.new(shape: UseCaseDescription, location_name: "UseCaseDescription"))
354
+ AccountDetails.add_member(:additional_contact_email_addresses, Shapes::ShapeRef.new(shape: AdditionalContactEmailAddresses, location_name: "AdditionalContactEmailAddresses"))
355
+ AccountDetails.add_member(:review_details, Shapes::ShapeRef.new(shape: ReviewDetails, location_name: "ReviewDetails"))
356
+ AccountDetails.struct_class = Types::AccountDetails
254
357
 
255
358
  AccountSuspendedException.struct_class = Types::AccountSuspendedException
256
359
 
360
+ AdditionalContactEmailAddresses.member = Shapes::ShapeRef.new(shape: AdditionalContactEmailAddress)
361
+
257
362
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
258
363
 
259
364
  BadRequestException.struct_class = Types::BadRequestException
@@ -274,6 +379,23 @@ module Aws::SESV2
274
379
  Body.add_member(:html, Shapes::ShapeRef.new(shape: Content, location_name: "Html"))
275
380
  Body.struct_class = Types::Body
276
381
 
382
+ BulkEmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
383
+ BulkEmailContent.struct_class = Types::BulkEmailContent
384
+
385
+ BulkEmailEntry.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, required: true, location_name: "Destination"))
386
+ BulkEmailEntry.add_member(:replacement_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "ReplacementTags"))
387
+ BulkEmailEntry.add_member(:replacement_email_content, Shapes::ShapeRef.new(shape: ReplacementEmailContent, location_name: "ReplacementEmailContent"))
388
+ BulkEmailEntry.struct_class = Types::BulkEmailEntry
389
+
390
+ BulkEmailEntryList.member = Shapes::ShapeRef.new(shape: BulkEmailEntry)
391
+
392
+ BulkEmailEntryResult.add_member(:status, Shapes::ShapeRef.new(shape: BulkEmailStatus, location_name: "Status"))
393
+ BulkEmailEntryResult.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
394
+ BulkEmailEntryResult.add_member(:message_id, Shapes::ShapeRef.new(shape: OutboundMessageId, location_name: "MessageId"))
395
+ BulkEmailEntryResult.struct_class = Types::BulkEmailEntryResult
396
+
397
+ BulkEmailEntryResultList.member = Shapes::ShapeRef.new(shape: BulkEmailEntryResult)
398
+
277
399
  CloudWatchDestination.add_member(:dimension_configurations, Shapes::ShapeRef.new(shape: CloudWatchDimensionConfigurations, required: true, location_name: "DimensionConfigurations"))
278
400
  CloudWatchDestination.struct_class = Types::CloudWatchDestination
279
401
 
@@ -288,6 +410,8 @@ module Aws::SESV2
288
410
 
289
411
  ConfigurationSetNameList.member = Shapes::ShapeRef.new(shape: ConfigurationSetName)
290
412
 
413
+ ConflictException.struct_class = Types::ConflictException
414
+
291
415
  Content.add_member(:data, Shapes::ShapeRef.new(shape: MessageData, required: true, location_name: "Data"))
292
416
  Content.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
293
417
  Content.struct_class = Types::Content
@@ -310,6 +434,16 @@ module Aws::SESV2
310
434
 
311
435
  CreateConfigurationSetResponse.struct_class = Types::CreateConfigurationSetResponse
312
436
 
437
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
438
+ CreateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
439
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
440
+ CreateCustomVerificationEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "TemplateContent"))
441
+ CreateCustomVerificationEmailTemplateRequest.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, required: true, location_name: "SuccessRedirectionURL"))
442
+ CreateCustomVerificationEmailTemplateRequest.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, required: true, location_name: "FailureRedirectionURL"))
443
+ CreateCustomVerificationEmailTemplateRequest.struct_class = Types::CreateCustomVerificationEmailTemplateRequest
444
+
445
+ CreateCustomVerificationEmailTemplateResponse.struct_class = Types::CreateCustomVerificationEmailTemplateResponse
446
+
313
447
  CreateDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location_name: "PoolName"))
314
448
  CreateDedicatedIpPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
315
449
  CreateDedicatedIpPoolRequest.struct_class = Types::CreateDedicatedIpPoolRequest
@@ -326,6 +460,13 @@ module Aws::SESV2
326
460
  CreateDeliverabilityTestReportResponse.add_member(:deliverability_test_status, Shapes::ShapeRef.new(shape: DeliverabilityTestStatus, required: true, location_name: "DeliverabilityTestStatus"))
327
461
  CreateDeliverabilityTestReportResponse.struct_class = Types::CreateDeliverabilityTestReportResponse
328
462
 
463
+ CreateEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
464
+ CreateEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
465
+ CreateEmailIdentityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
466
+ CreateEmailIdentityPolicyRequest.struct_class = Types::CreateEmailIdentityPolicyRequest
467
+
468
+ CreateEmailIdentityPolicyResponse.struct_class = Types::CreateEmailIdentityPolicyResponse
469
+
329
470
  CreateEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "EmailIdentity"))
330
471
  CreateEmailIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
331
472
  CreateEmailIdentityRequest.add_member(:dkim_signing_attributes, Shapes::ShapeRef.new(shape: DkimSigningAttributes, location_name: "DkimSigningAttributes"))
@@ -336,6 +477,28 @@ module Aws::SESV2
336
477
  CreateEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
337
478
  CreateEmailIdentityResponse.struct_class = Types::CreateEmailIdentityResponse
338
479
 
480
+ CreateEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
481
+ CreateEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
482
+ CreateEmailTemplateRequest.struct_class = Types::CreateEmailTemplateRequest
483
+
484
+ CreateEmailTemplateResponse.struct_class = Types::CreateEmailTemplateResponse
485
+
486
+ CreateImportJobRequest.add_member(:import_destination, Shapes::ShapeRef.new(shape: ImportDestination, required: true, location_name: "ImportDestination"))
487
+ CreateImportJobRequest.add_member(:import_data_source, Shapes::ShapeRef.new(shape: ImportDataSource, required: true, location_name: "ImportDataSource"))
488
+ CreateImportJobRequest.struct_class = Types::CreateImportJobRequest
489
+
490
+ CreateImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
491
+ CreateImportJobResponse.struct_class = Types::CreateImportJobResponse
492
+
493
+ CustomVerificationEmailTemplateMetadata.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
494
+ CustomVerificationEmailTemplateMetadata.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
495
+ CustomVerificationEmailTemplateMetadata.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
496
+ CustomVerificationEmailTemplateMetadata.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, location_name: "SuccessRedirectionURL"))
497
+ CustomVerificationEmailTemplateMetadata.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, location_name: "FailureRedirectionURL"))
498
+ CustomVerificationEmailTemplateMetadata.struct_class = Types::CustomVerificationEmailTemplateMetadata
499
+
500
+ CustomVerificationEmailTemplatesList.member = Shapes::ShapeRef.new(shape: CustomVerificationEmailTemplateMetadata)
501
+
339
502
  DailyVolume.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartDate"))
340
503
  DailyVolume.add_member(:volume_statistics, Shapes::ShapeRef.new(shape: VolumeStatistics, location_name: "VolumeStatistics"))
341
504
  DailyVolume.add_member(:domain_isp_placements, Shapes::ShapeRef.new(shape: DomainIspPlacements, location_name: "DomainIspPlacements"))
@@ -362,16 +525,32 @@ module Aws::SESV2
362
525
 
363
526
  DeleteConfigurationSetResponse.struct_class = Types::DeleteConfigurationSetResponse
364
527
 
528
+ DeleteCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
529
+ DeleteCustomVerificationEmailTemplateRequest.struct_class = Types::DeleteCustomVerificationEmailTemplateRequest
530
+
531
+ DeleteCustomVerificationEmailTemplateResponse.struct_class = Types::DeleteCustomVerificationEmailTemplateResponse
532
+
365
533
  DeleteDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location: "uri", location_name: "PoolName"))
366
534
  DeleteDedicatedIpPoolRequest.struct_class = Types::DeleteDedicatedIpPoolRequest
367
535
 
368
536
  DeleteDedicatedIpPoolResponse.struct_class = Types::DeleteDedicatedIpPoolResponse
369
537
 
538
+ DeleteEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
539
+ DeleteEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
540
+ DeleteEmailIdentityPolicyRequest.struct_class = Types::DeleteEmailIdentityPolicyRequest
541
+
542
+ DeleteEmailIdentityPolicyResponse.struct_class = Types::DeleteEmailIdentityPolicyResponse
543
+
370
544
  DeleteEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
371
545
  DeleteEmailIdentityRequest.struct_class = Types::DeleteEmailIdentityRequest
372
546
 
373
547
  DeleteEmailIdentityResponse.struct_class = Types::DeleteEmailIdentityResponse
374
548
 
549
+ DeleteEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
550
+ DeleteEmailTemplateRequest.struct_class = Types::DeleteEmailTemplateRequest
551
+
552
+ DeleteEmailTemplateResponse.struct_class = Types::DeleteEmailTemplateResponse
553
+
375
554
  DeleteSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
376
555
  DeleteSuppressedDestinationRequest.struct_class = Types::DeleteSuppressedDestinationRequest
377
556
 
@@ -449,6 +628,17 @@ module Aws::SESV2
449
628
  EmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
450
629
  EmailContent.struct_class = Types::EmailContent
451
630
 
631
+ EmailTemplateContent.add_member(:subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "Subject"))
632
+ EmailTemplateContent.add_member(:text, Shapes::ShapeRef.new(shape: EmailTemplateText, location_name: "Text"))
633
+ EmailTemplateContent.add_member(:html, Shapes::ShapeRef.new(shape: EmailTemplateHtml, location_name: "Html"))
634
+ EmailTemplateContent.struct_class = Types::EmailTemplateContent
635
+
636
+ EmailTemplateMetadata.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
637
+ EmailTemplateMetadata.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
638
+ EmailTemplateMetadata.struct_class = Types::EmailTemplateMetadata
639
+
640
+ EmailTemplateMetadataList.member = Shapes::ShapeRef.new(shape: EmailTemplateMetadata)
641
+
452
642
  Esps.member = Shapes::ShapeRef.new(shape: Esp)
453
643
 
454
644
  EventDestination.add_member(:name, Shapes::ShapeRef.new(shape: EventDestinationName, required: true, location_name: "Name"))
@@ -472,6 +662,10 @@ module Aws::SESV2
472
662
 
473
663
  EventTypes.member = Shapes::ShapeRef.new(shape: EventType)
474
664
 
665
+ FailureInfo.add_member(:failed_records_s3_url, Shapes::ShapeRef.new(shape: FailedRecordsS3Url, location_name: "FailedRecordsS3Url"))
666
+ FailureInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
667
+ FailureInfo.struct_class = Types::FailureInfo
668
+
475
669
  GetAccountRequest.struct_class = Types::GetAccountRequest
476
670
 
477
671
  GetAccountResponse.add_member(:dedicated_ip_auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "DedicatedIpAutoWarmupEnabled"))
@@ -480,6 +674,7 @@ module Aws::SESV2
480
674
  GetAccountResponse.add_member(:send_quota, Shapes::ShapeRef.new(shape: SendQuota, location_name: "SendQuota"))
481
675
  GetAccountResponse.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
482
676
  GetAccountResponse.add_member(:suppression_attributes, Shapes::ShapeRef.new(shape: SuppressionAttributes, location_name: "SuppressionAttributes"))
677
+ GetAccountResponse.add_member(:details, Shapes::ShapeRef.new(shape: AccountDetails, location_name: "Details"))
483
678
  GetAccountResponse.struct_class = Types::GetAccountResponse
484
679
 
485
680
  GetBlacklistReportsRequest.add_member(:blacklist_item_names, Shapes::ShapeRef.new(shape: BlacklistItemNames, required: true, location: "querystring", location_name: "BlacklistItemNames"))
@@ -506,6 +701,17 @@ module Aws::SESV2
506
701
  GetConfigurationSetResponse.add_member(:suppression_options, Shapes::ShapeRef.new(shape: SuppressionOptions, location_name: "SuppressionOptions"))
507
702
  GetConfigurationSetResponse.struct_class = Types::GetConfigurationSetResponse
508
703
 
704
+ GetCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
705
+ GetCustomVerificationEmailTemplateRequest.struct_class = Types::GetCustomVerificationEmailTemplateRequest
706
+
707
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
708
+ GetCustomVerificationEmailTemplateResponse.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
709
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
710
+ GetCustomVerificationEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, location_name: "TemplateContent"))
711
+ GetCustomVerificationEmailTemplateResponse.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, location_name: "SuccessRedirectionURL"))
712
+ GetCustomVerificationEmailTemplateResponse.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, location_name: "FailureRedirectionURL"))
713
+ GetCustomVerificationEmailTemplateResponse.struct_class = Types::GetCustomVerificationEmailTemplateResponse
714
+
509
715
  GetDedicatedIpRequest.add_member(:ip, Shapes::ShapeRef.new(shape: Ip, required: true, location: "uri", location_name: "IP"))
510
716
  GetDedicatedIpRequest.struct_class = Types::GetDedicatedIpRequest
511
717
 
@@ -555,6 +761,12 @@ module Aws::SESV2
555
761
  GetDomainStatisticsReportResponse.add_member(:daily_volumes, Shapes::ShapeRef.new(shape: DailyVolumes, required: true, location_name: "DailyVolumes"))
556
762
  GetDomainStatisticsReportResponse.struct_class = Types::GetDomainStatisticsReportResponse
557
763
 
764
+ GetEmailIdentityPoliciesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
765
+ GetEmailIdentityPoliciesRequest.struct_class = Types::GetEmailIdentityPoliciesRequest
766
+
767
+ GetEmailIdentityPoliciesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyMap, location_name: "Policies"))
768
+ GetEmailIdentityPoliciesResponse.struct_class = Types::GetEmailIdentityPoliciesResponse
769
+
558
770
  GetEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
559
771
  GetEmailIdentityRequest.struct_class = Types::GetEmailIdentityRequest
560
772
 
@@ -563,9 +775,31 @@ module Aws::SESV2
563
775
  GetEmailIdentityResponse.add_member(:verified_for_sending_status, Shapes::ShapeRef.new(shape: Enabled, location_name: "VerifiedForSendingStatus"))
564
776
  GetEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
565
777
  GetEmailIdentityResponse.add_member(:mail_from_attributes, Shapes::ShapeRef.new(shape: MailFromAttributes, location_name: "MailFromAttributes"))
778
+ GetEmailIdentityResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyMap, location_name: "Policies"))
566
779
  GetEmailIdentityResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
567
780
  GetEmailIdentityResponse.struct_class = Types::GetEmailIdentityResponse
568
781
 
782
+ GetEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
783
+ GetEmailTemplateRequest.struct_class = Types::GetEmailTemplateRequest
784
+
785
+ GetEmailTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
786
+ GetEmailTemplateResponse.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
787
+ GetEmailTemplateResponse.struct_class = Types::GetEmailTemplateResponse
788
+
789
+ GetImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "JobId"))
790
+ GetImportJobRequest.struct_class = Types::GetImportJobRequest
791
+
792
+ GetImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
793
+ GetImportJobResponse.add_member(:import_destination, Shapes::ShapeRef.new(shape: ImportDestination, location_name: "ImportDestination"))
794
+ GetImportJobResponse.add_member(:import_data_source, Shapes::ShapeRef.new(shape: ImportDataSource, location_name: "ImportDataSource"))
795
+ GetImportJobResponse.add_member(:failure_info, Shapes::ShapeRef.new(shape: FailureInfo, location_name: "FailureInfo"))
796
+ GetImportJobResponse.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "JobStatus"))
797
+ GetImportJobResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
798
+ GetImportJobResponse.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
799
+ GetImportJobResponse.add_member(:processed_records_count, Shapes::ShapeRef.new(shape: ProcessedRecordsCount, location_name: "ProcessedRecordsCount"))
800
+ GetImportJobResponse.add_member(:failed_records_count, Shapes::ShapeRef.new(shape: FailedRecordsCount, location_name: "FailedRecordsCount"))
801
+ GetImportJobResponse.struct_class = Types::GetImportJobResponse
802
+
569
803
  GetSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
570
804
  GetSuppressedDestinationRequest.struct_class = Types::GetSuppressedDestinationRequest
571
805
 
@@ -579,6 +813,21 @@ module Aws::SESV2
579
813
 
580
814
  IdentityInfoList.member = Shapes::ShapeRef.new(shape: IdentityInfo)
581
815
 
816
+ ImportDataSource.add_member(:s3_url, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "S3Url"))
817
+ ImportDataSource.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
818
+ ImportDataSource.struct_class = Types::ImportDataSource
819
+
820
+ ImportDestination.add_member(:suppression_list_destination, Shapes::ShapeRef.new(shape: SuppressionListDestination, required: true, location_name: "SuppressionListDestination"))
821
+ ImportDestination.struct_class = Types::ImportDestination
822
+
823
+ ImportJobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
824
+ ImportJobSummary.add_member(:import_destination, Shapes::ShapeRef.new(shape: ImportDestination, location_name: "ImportDestination"))
825
+ ImportJobSummary.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "JobStatus"))
826
+ ImportJobSummary.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
827
+ ImportJobSummary.struct_class = Types::ImportJobSummary
828
+
829
+ ImportJobSummaryList.member = Shapes::ShapeRef.new(shape: ImportJobSummary)
830
+
582
831
  InboxPlacementTrackingOption.add_member(:global, Shapes::ShapeRef.new(shape: Enabled, location_name: "Global"))
583
832
  InboxPlacementTrackingOption.add_member(:tracked_isps, Shapes::ShapeRef.new(shape: IspNameList, location_name: "TrackedIsps"))
584
833
  InboxPlacementTrackingOption.struct_class = Types::InboxPlacementTrackingOption
@@ -609,6 +858,14 @@ module Aws::SESV2
609
858
  ListConfigurationSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
610
859
  ListConfigurationSetsResponse.struct_class = Types::ListConfigurationSetsResponse
611
860
 
861
+ ListCustomVerificationEmailTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
862
+ ListCustomVerificationEmailTemplatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
863
+ ListCustomVerificationEmailTemplatesRequest.struct_class = Types::ListCustomVerificationEmailTemplatesRequest
864
+
865
+ ListCustomVerificationEmailTemplatesResponse.add_member(:custom_verification_email_templates, Shapes::ShapeRef.new(shape: CustomVerificationEmailTemplatesList, location_name: "CustomVerificationEmailTemplates"))
866
+ ListCustomVerificationEmailTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
867
+ ListCustomVerificationEmailTemplatesResponse.struct_class = Types::ListCustomVerificationEmailTemplatesResponse
868
+
612
869
  ListDedicatedIpPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
613
870
  ListDedicatedIpPoolsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
614
871
  ListDedicatedIpPoolsRequest.struct_class = Types::ListDedicatedIpPoolsRequest
@@ -644,6 +901,23 @@ module Aws::SESV2
644
901
  ListEmailIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
645
902
  ListEmailIdentitiesResponse.struct_class = Types::ListEmailIdentitiesResponse
646
903
 
904
+ ListEmailTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
905
+ ListEmailTemplatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
906
+ ListEmailTemplatesRequest.struct_class = Types::ListEmailTemplatesRequest
907
+
908
+ ListEmailTemplatesResponse.add_member(:templates_metadata, Shapes::ShapeRef.new(shape: EmailTemplateMetadataList, location_name: "TemplatesMetadata"))
909
+ ListEmailTemplatesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
910
+ ListEmailTemplatesResponse.struct_class = Types::ListEmailTemplatesResponse
911
+
912
+ ListImportJobsRequest.add_member(:import_destination_type, Shapes::ShapeRef.new(shape: ImportDestinationType, location_name: "ImportDestinationType"))
913
+ ListImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
914
+ ListImportJobsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
915
+ ListImportJobsRequest.struct_class = Types::ListImportJobsRequest
916
+
917
+ ListImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportJobSummaryList, location_name: "ImportJobs"))
918
+ ListImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
919
+ ListImportJobsResponse.struct_class = Types::ListImportJobsResponse
920
+
647
921
  ListOfDedicatedIpPools.member = Shapes::ShapeRef.new(shape: PoolName)
648
922
 
649
923
  ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
@@ -699,11 +973,24 @@ module Aws::SESV2
699
973
  PlacementStatistics.add_member(:dkim_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "DkimPercentage"))
700
974
  PlacementStatistics.struct_class = Types::PlacementStatistics
701
975
 
976
+ PolicyMap.key = Shapes::ShapeRef.new(shape: PolicyName)
977
+ PolicyMap.value = Shapes::ShapeRef.new(shape: Policy)
978
+
702
979
  PutAccountDedicatedIpWarmupAttributesRequest.add_member(:auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "AutoWarmupEnabled"))
703
980
  PutAccountDedicatedIpWarmupAttributesRequest.struct_class = Types::PutAccountDedicatedIpWarmupAttributesRequest
704
981
 
705
982
  PutAccountDedicatedIpWarmupAttributesResponse.struct_class = Types::PutAccountDedicatedIpWarmupAttributesResponse
706
983
 
984
+ PutAccountDetailsRequest.add_member(:mail_type, Shapes::ShapeRef.new(shape: MailType, required: true, location_name: "MailType"))
985
+ PutAccountDetailsRequest.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteURL, required: true, location_name: "WebsiteURL"))
986
+ PutAccountDetailsRequest.add_member(:contact_language, Shapes::ShapeRef.new(shape: ContactLanguage, location_name: "ContactLanguage"))
987
+ PutAccountDetailsRequest.add_member(:use_case_description, Shapes::ShapeRef.new(shape: UseCaseDescription, required: true, location_name: "UseCaseDescription"))
988
+ PutAccountDetailsRequest.add_member(:additional_contact_email_addresses, Shapes::ShapeRef.new(shape: AdditionalContactEmailAddresses, location_name: "AdditionalContactEmailAddresses"))
989
+ PutAccountDetailsRequest.add_member(:production_access_enabled, Shapes::ShapeRef.new(shape: EnabledWrapper, location_name: "ProductionAccessEnabled"))
990
+ PutAccountDetailsRequest.struct_class = Types::PutAccountDetailsRequest
991
+
992
+ PutAccountDetailsResponse.struct_class = Types::PutAccountDetailsResponse
993
+
707
994
  PutAccountSendingAttributesRequest.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
708
995
  PutAccountSendingAttributesRequest.struct_class = Types::PutAccountSendingAttributesRequest
709
996
 
@@ -800,14 +1087,48 @@ module Aws::SESV2
800
1087
  RawMessage.add_member(:data, Shapes::ShapeRef.new(shape: RawMessageData, required: true, location_name: "Data"))
801
1088
  RawMessage.struct_class = Types::RawMessage
802
1089
 
1090
+ ReplacementEmailContent.add_member(:replacement_template, Shapes::ShapeRef.new(shape: ReplacementTemplate, location_name: "ReplacementTemplate"))
1091
+ ReplacementEmailContent.struct_class = Types::ReplacementEmailContent
1092
+
1093
+ ReplacementTemplate.add_member(:replacement_template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "ReplacementTemplateData"))
1094
+ ReplacementTemplate.struct_class = Types::ReplacementTemplate
1095
+
803
1096
  ReputationOptions.add_member(:reputation_metrics_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "ReputationMetricsEnabled"))
804
1097
  ReputationOptions.add_member(:last_fresh_start, Shapes::ShapeRef.new(shape: LastFreshStart, location_name: "LastFreshStart"))
805
1098
  ReputationOptions.struct_class = Types::ReputationOptions
806
1099
 
1100
+ ReviewDetails.add_member(:status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "Status"))
1101
+ ReviewDetails.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, location_name: "CaseId"))
1102
+ ReviewDetails.struct_class = Types::ReviewDetails
1103
+
1104
+ SendBulkEmailRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
1105
+ SendBulkEmailRequest.add_member(:from_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FromEmailAddressIdentityArn"))
1106
+ SendBulkEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
1107
+ SendBulkEmailRequest.add_member(:feedback_forwarding_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FeedbackForwardingEmailAddress"))
1108
+ SendBulkEmailRequest.add_member(:feedback_forwarding_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FeedbackForwardingEmailAddressIdentityArn"))
1109
+ SendBulkEmailRequest.add_member(:default_email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "DefaultEmailTags"))
1110
+ SendBulkEmailRequest.add_member(:default_content, Shapes::ShapeRef.new(shape: BulkEmailContent, required: true, location_name: "DefaultContent"))
1111
+ SendBulkEmailRequest.add_member(:bulk_email_entries, Shapes::ShapeRef.new(shape: BulkEmailEntryList, required: true, location_name: "BulkEmailEntries"))
1112
+ SendBulkEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1113
+ SendBulkEmailRequest.struct_class = Types::SendBulkEmailRequest
1114
+
1115
+ SendBulkEmailResponse.add_member(:bulk_email_entry_results, Shapes::ShapeRef.new(shape: BulkEmailEntryResultList, required: true, location_name: "BulkEmailEntryResults"))
1116
+ SendBulkEmailResponse.struct_class = Types::SendBulkEmailResponse
1117
+
1118
+ SendCustomVerificationEmailRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
1119
+ SendCustomVerificationEmailRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
1120
+ SendCustomVerificationEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1121
+ SendCustomVerificationEmailRequest.struct_class = Types::SendCustomVerificationEmailRequest
1122
+
1123
+ SendCustomVerificationEmailResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: OutboundMessageId, location_name: "MessageId"))
1124
+ SendCustomVerificationEmailResponse.struct_class = Types::SendCustomVerificationEmailResponse
1125
+
807
1126
  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"))
1127
+ SendEmailRequest.add_member(:from_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FromEmailAddressIdentityArn"))
1128
+ SendEmailRequest.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, location_name: "Destination"))
809
1129
  SendEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
810
1130
  SendEmailRequest.add_member(:feedback_forwarding_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FeedbackForwardingEmailAddress"))
1131
+ SendEmailRequest.add_member(:feedback_forwarding_email_address_identity_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "FeedbackForwardingEmailAddressIdentityArn"))
811
1132
  SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
812
1133
  SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
813
1134
  SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
@@ -849,6 +1170,9 @@ module Aws::SESV2
849
1170
  SuppressionAttributes.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
850
1171
  SuppressionAttributes.struct_class = Types::SuppressionAttributes
851
1172
 
1173
+ SuppressionListDestination.add_member(:suppression_list_import_action, Shapes::ShapeRef.new(shape: SuppressionListImportAction, required: true, location_name: "SuppressionListImportAction"))
1174
+ SuppressionListDestination.struct_class = Types::SuppressionListDestination
1175
+
852
1176
  SuppressionListReasons.member = Shapes::ShapeRef.new(shape: SuppressionListReason)
853
1177
 
854
1178
  SuppressionOptions.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
@@ -868,10 +1192,18 @@ module Aws::SESV2
868
1192
 
869
1193
  TagResourceResponse.struct_class = Types::TagResourceResponse
870
1194
 
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"))
1195
+ Template.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
1196
+ Template.add_member(:template_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TemplateArn"))
1197
+ Template.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "TemplateData"))
873
1198
  Template.struct_class = Types::Template
874
1199
 
1200
+ TestRenderEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1201
+ TestRenderEmailTemplateRequest.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, required: true, location_name: "TemplateData"))
1202
+ TestRenderEmailTemplateRequest.struct_class = Types::TestRenderEmailTemplateRequest
1203
+
1204
+ TestRenderEmailTemplateResponse.add_member(:rendered_template, Shapes::ShapeRef.new(shape: RenderedEmailTemplate, required: true, location_name: "RenderedTemplate"))
1205
+ TestRenderEmailTemplateResponse.struct_class = Types::TestRenderEmailTemplateResponse
1206
+
875
1207
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
876
1208
 
877
1209
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
@@ -890,6 +1222,29 @@ module Aws::SESV2
890
1222
 
891
1223
  UpdateConfigurationSetEventDestinationResponse.struct_class = Types::UpdateConfigurationSetEventDestinationResponse
892
1224
 
1225
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1226
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
1227
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
1228
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: TemplateContent, required: true, location_name: "TemplateContent"))
1229
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:success_redirection_url, Shapes::ShapeRef.new(shape: SuccessRedirectionURL, required: true, location_name: "SuccessRedirectionURL"))
1230
+ UpdateCustomVerificationEmailTemplateRequest.add_member(:failure_redirection_url, Shapes::ShapeRef.new(shape: FailureRedirectionURL, required: true, location_name: "FailureRedirectionURL"))
1231
+ UpdateCustomVerificationEmailTemplateRequest.struct_class = Types::UpdateCustomVerificationEmailTemplateRequest
1232
+
1233
+ UpdateCustomVerificationEmailTemplateResponse.struct_class = Types::UpdateCustomVerificationEmailTemplateResponse
1234
+
1235
+ UpdateEmailIdentityPolicyRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
1236
+ UpdateEmailIdentityPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location: "uri", location_name: "PolicyName"))
1237
+ UpdateEmailIdentityPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
1238
+ UpdateEmailIdentityPolicyRequest.struct_class = Types::UpdateEmailIdentityPolicyRequest
1239
+
1240
+ UpdateEmailIdentityPolicyResponse.struct_class = Types::UpdateEmailIdentityPolicyResponse
1241
+
1242
+ UpdateEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1243
+ UpdateEmailTemplateRequest.add_member(:template_content, Shapes::ShapeRef.new(shape: EmailTemplateContent, required: true, location_name: "TemplateContent"))
1244
+ UpdateEmailTemplateRequest.struct_class = Types::UpdateEmailTemplateRequest
1245
+
1246
+ UpdateEmailTemplateResponse.struct_class = Types::UpdateEmailTemplateResponse
1247
+
893
1248
  VolumeStatistics.add_member(:inbox_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "InboxRawCount"))
894
1249
  VolumeStatistics.add_member(:spam_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "SpamRawCount"))
895
1250
  VolumeStatistics.add_member(:projected_inbox, Shapes::ShapeRef.new(shape: Volume, location_name: "ProjectedInbox"))
@@ -942,6 +1297,19 @@ module Aws::SESV2
942
1297
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
943
1298
  end)
944
1299
 
1300
+ api.add_operation(:create_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1301
+ o.name = "CreateCustomVerificationEmailTemplate"
1302
+ o.http_method = "POST"
1303
+ o.http_request_uri = "/v2/email/custom-verification-email-templates"
1304
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomVerificationEmailTemplateRequest)
1305
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomVerificationEmailTemplateResponse)
1306
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1308
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1311
+ end)
1312
+
945
1313
  api.add_operation(:create_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
946
1314
  o.name = "CreateDedicatedIpPool"
947
1315
  o.http_method = "POST"
@@ -985,6 +1353,42 @@ module Aws::SESV2
985
1353
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
986
1354
  end)
987
1355
 
1356
+ api.add_operation(:create_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
1357
+ o.name = "CreateEmailIdentityPolicy"
1358
+ o.http_method = "POST"
1359
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
1360
+ o.input = Shapes::ShapeRef.new(shape: CreateEmailIdentityPolicyRequest)
1361
+ o.output = Shapes::ShapeRef.new(shape: CreateEmailIdentityPolicyResponse)
1362
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1363
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1364
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1367
+ end)
1368
+
1369
+ api.add_operation(:create_email_template, Seahorse::Model::Operation.new.tap do |o|
1370
+ o.name = "CreateEmailTemplate"
1371
+ o.http_method = "POST"
1372
+ o.http_request_uri = "/v2/email/templates"
1373
+ o.input = Shapes::ShapeRef.new(shape: CreateEmailTemplateRequest)
1374
+ o.output = Shapes::ShapeRef.new(shape: CreateEmailTemplateResponse)
1375
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1376
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1379
+ end)
1380
+
1381
+ api.add_operation(:create_import_job, Seahorse::Model::Operation.new.tap do |o|
1382
+ o.name = "CreateImportJob"
1383
+ o.http_method = "POST"
1384
+ o.http_request_uri = "/v2/email/import-jobs"
1385
+ o.input = Shapes::ShapeRef.new(shape: CreateImportJobRequest)
1386
+ o.output = Shapes::ShapeRef.new(shape: CreateImportJobResponse)
1387
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1388
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1389
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1390
+ end)
1391
+
988
1392
  api.add_operation(:delete_configuration_set, Seahorse::Model::Operation.new.tap do |o|
989
1393
  o.name = "DeleteConfigurationSet"
990
1394
  o.http_method = "DELETE"
@@ -1008,6 +1412,17 @@ module Aws::SESV2
1008
1412
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1009
1413
  end)
1010
1414
 
1415
+ api.add_operation(:delete_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1416
+ o.name = "DeleteCustomVerificationEmailTemplate"
1417
+ o.http_method = "DELETE"
1418
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
1419
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomVerificationEmailTemplateRequest)
1420
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomVerificationEmailTemplateResponse)
1421
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1424
+ end)
1425
+
1011
1426
  api.add_operation(:delete_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
1012
1427
  o.name = "DeleteDedicatedIpPool"
1013
1428
  o.http_method = "DELETE"
@@ -1032,6 +1447,28 @@ module Aws::SESV2
1032
1447
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1033
1448
  end)
1034
1449
 
1450
+ api.add_operation(:delete_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
1451
+ o.name = "DeleteEmailIdentityPolicy"
1452
+ o.http_method = "DELETE"
1453
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
1454
+ o.input = Shapes::ShapeRef.new(shape: DeleteEmailIdentityPolicyRequest)
1455
+ o.output = Shapes::ShapeRef.new(shape: DeleteEmailIdentityPolicyResponse)
1456
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1459
+ end)
1460
+
1461
+ api.add_operation(:delete_email_template, Seahorse::Model::Operation.new.tap do |o|
1462
+ o.name = "DeleteEmailTemplate"
1463
+ o.http_method = "DELETE"
1464
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
1465
+ o.input = Shapes::ShapeRef.new(shape: DeleteEmailTemplateRequest)
1466
+ o.output = Shapes::ShapeRef.new(shape: DeleteEmailTemplateResponse)
1467
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1470
+ end)
1471
+
1035
1472
  api.add_operation(:delete_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1036
1473
  o.name = "DeleteSuppressedDestination"
1037
1474
  o.http_method = "DELETE"
@@ -1086,6 +1523,17 @@ module Aws::SESV2
1086
1523
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1087
1524
  end)
1088
1525
 
1526
+ api.add_operation(:get_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1527
+ o.name = "GetCustomVerificationEmailTemplate"
1528
+ o.http_method = "GET"
1529
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
1530
+ o.input = Shapes::ShapeRef.new(shape: GetCustomVerificationEmailTemplateRequest)
1531
+ o.output = Shapes::ShapeRef.new(shape: GetCustomVerificationEmailTemplateResponse)
1532
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1533
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1534
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1535
+ end)
1536
+
1089
1537
  api.add_operation(:get_dedicated_ip, Seahorse::Model::Operation.new.tap do |o|
1090
1538
  o.name = "GetDedicatedIp"
1091
1539
  o.http_method = "GET"
@@ -1169,6 +1617,39 @@ module Aws::SESV2
1169
1617
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1170
1618
  end)
1171
1619
 
1620
+ api.add_operation(:get_email_identity_policies, Seahorse::Model::Operation.new.tap do |o|
1621
+ o.name = "GetEmailIdentityPolicies"
1622
+ o.http_method = "GET"
1623
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies"
1624
+ o.input = Shapes::ShapeRef.new(shape: GetEmailIdentityPoliciesRequest)
1625
+ o.output = Shapes::ShapeRef.new(shape: GetEmailIdentityPoliciesResponse)
1626
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1629
+ end)
1630
+
1631
+ api.add_operation(:get_email_template, Seahorse::Model::Operation.new.tap do |o|
1632
+ o.name = "GetEmailTemplate"
1633
+ o.http_method = "GET"
1634
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
1635
+ o.input = Shapes::ShapeRef.new(shape: GetEmailTemplateRequest)
1636
+ o.output = Shapes::ShapeRef.new(shape: GetEmailTemplateResponse)
1637
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1638
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1639
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1640
+ end)
1641
+
1642
+ api.add_operation(:get_import_job, Seahorse::Model::Operation.new.tap do |o|
1643
+ o.name = "GetImportJob"
1644
+ o.http_method = "GET"
1645
+ o.http_request_uri = "/v2/email/import-jobs/{JobId}"
1646
+ o.input = Shapes::ShapeRef.new(shape: GetImportJobRequest)
1647
+ o.output = Shapes::ShapeRef.new(shape: GetImportJobResponse)
1648
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1649
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1651
+ end)
1652
+
1172
1653
  api.add_operation(:get_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1173
1654
  o.name = "GetSuppressedDestination"
1174
1655
  o.http_method = "GET"
@@ -1196,6 +1677,22 @@ module Aws::SESV2
1196
1677
  )
1197
1678
  end)
1198
1679
 
1680
+ api.add_operation(:list_custom_verification_email_templates, Seahorse::Model::Operation.new.tap do |o|
1681
+ o.name = "ListCustomVerificationEmailTemplates"
1682
+ o.http_method = "GET"
1683
+ o.http_request_uri = "/v2/email/custom-verification-email-templates"
1684
+ o.input = Shapes::ShapeRef.new(shape: ListCustomVerificationEmailTemplatesRequest)
1685
+ o.output = Shapes::ShapeRef.new(shape: ListCustomVerificationEmailTemplatesResponse)
1686
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1687
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1688
+ o[:pager] = Aws::Pager.new(
1689
+ limit_key: "page_size",
1690
+ tokens: {
1691
+ "next_token" => "next_token"
1692
+ }
1693
+ )
1694
+ end)
1695
+
1199
1696
  api.add_operation(:list_dedicated_ip_pools, Seahorse::Model::Operation.new.tap do |o|
1200
1697
  o.name = "ListDedicatedIpPools"
1201
1698
  o.http_method = "GET"
@@ -1262,6 +1759,38 @@ module Aws::SESV2
1262
1759
  )
1263
1760
  end)
1264
1761
 
1762
+ api.add_operation(:list_email_templates, Seahorse::Model::Operation.new.tap do |o|
1763
+ o.name = "ListEmailTemplates"
1764
+ o.http_method = "GET"
1765
+ o.http_request_uri = "/v2/email/templates"
1766
+ o.input = Shapes::ShapeRef.new(shape: ListEmailTemplatesRequest)
1767
+ o.output = Shapes::ShapeRef.new(shape: ListEmailTemplatesResponse)
1768
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1770
+ o[:pager] = Aws::Pager.new(
1771
+ limit_key: "page_size",
1772
+ tokens: {
1773
+ "next_token" => "next_token"
1774
+ }
1775
+ )
1776
+ end)
1777
+
1778
+ api.add_operation(:list_import_jobs, Seahorse::Model::Operation.new.tap do |o|
1779
+ o.name = "ListImportJobs"
1780
+ o.http_method = "GET"
1781
+ o.http_request_uri = "/v2/email/import-jobs"
1782
+ o.input = Shapes::ShapeRef.new(shape: ListImportJobsRequest)
1783
+ o.output = Shapes::ShapeRef.new(shape: ListImportJobsResponse)
1784
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1785
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1786
+ o[:pager] = Aws::Pager.new(
1787
+ limit_key: "page_size",
1788
+ tokens: {
1789
+ "next_token" => "next_token"
1790
+ }
1791
+ )
1792
+ end)
1793
+
1265
1794
  api.add_operation(:list_suppressed_destinations, Seahorse::Model::Operation.new.tap do |o|
1266
1795
  o.name = "ListSuppressedDestinations"
1267
1796
  o.http_method = "GET"
@@ -1300,6 +1829,17 @@ module Aws::SESV2
1300
1829
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1301
1830
  end)
1302
1831
 
1832
+ api.add_operation(:put_account_details, Seahorse::Model::Operation.new.tap do |o|
1833
+ o.name = "PutAccountDetails"
1834
+ o.http_method = "POST"
1835
+ o.http_request_uri = "/v2/email/account/details"
1836
+ o.input = Shapes::ShapeRef.new(shape: PutAccountDetailsRequest)
1837
+ o.output = Shapes::ShapeRef.new(shape: PutAccountDetailsResponse)
1838
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1839
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1841
+ end)
1842
+
1303
1843
  api.add_operation(:put_account_sending_attributes, Seahorse::Model::Operation.new.tap do |o|
1304
1844
  o.name = "PutAccountSendingAttributes"
1305
1845
  o.http_method = "PUT"
@@ -1464,6 +2004,37 @@ module Aws::SESV2
1464
2004
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1465
2005
  end)
1466
2006
 
2007
+ api.add_operation(:send_bulk_email, Seahorse::Model::Operation.new.tap do |o|
2008
+ o.name = "SendBulkEmail"
2009
+ o.http_method = "POST"
2010
+ o.http_request_uri = "/v2/email/outbound-bulk-emails"
2011
+ o.input = Shapes::ShapeRef.new(shape: SendBulkEmailRequest)
2012
+ o.output = Shapes::ShapeRef.new(shape: SendBulkEmailResponse)
2013
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2014
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2015
+ o.errors << Shapes::ShapeRef.new(shape: AccountSuspendedException)
2016
+ o.errors << Shapes::ShapeRef.new(shape: SendingPausedException)
2017
+ o.errors << Shapes::ShapeRef.new(shape: MessageRejected)
2018
+ o.errors << Shapes::ShapeRef.new(shape: MailFromDomainNotVerifiedException)
2019
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2020
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2021
+ end)
2022
+
2023
+ api.add_operation(:send_custom_verification_email, Seahorse::Model::Operation.new.tap do |o|
2024
+ o.name = "SendCustomVerificationEmail"
2025
+ o.http_method = "POST"
2026
+ o.http_request_uri = "/v2/email/outbound-custom-verification-emails"
2027
+ o.input = Shapes::ShapeRef.new(shape: SendCustomVerificationEmailRequest)
2028
+ o.output = Shapes::ShapeRef.new(shape: SendCustomVerificationEmailResponse)
2029
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2030
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2031
+ o.errors << Shapes::ShapeRef.new(shape: MessageRejected)
2032
+ o.errors << Shapes::ShapeRef.new(shape: SendingPausedException)
2033
+ o.errors << Shapes::ShapeRef.new(shape: MailFromDomainNotVerifiedException)
2034
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2035
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2036
+ end)
2037
+
1467
2038
  api.add_operation(:send_email, Seahorse::Model::Operation.new.tap do |o|
1468
2039
  o.name = "SendEmail"
1469
2040
  o.http_method = "POST"
@@ -1492,6 +2063,17 @@ module Aws::SESV2
1492
2063
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1493
2064
  end)
1494
2065
 
2066
+ api.add_operation(:test_render_email_template, Seahorse::Model::Operation.new.tap do |o|
2067
+ o.name = "TestRenderEmailTemplate"
2068
+ o.http_method = "POST"
2069
+ o.http_request_uri = "/v2/email/templates/{TemplateName}/render"
2070
+ o.input = Shapes::ShapeRef.new(shape: TestRenderEmailTemplateRequest)
2071
+ o.output = Shapes::ShapeRef.new(shape: TestRenderEmailTemplateResponse)
2072
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2073
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2074
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2075
+ end)
2076
+
1495
2077
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1496
2078
  o.name = "UntagResource"
1497
2079
  o.http_method = "DELETE"
@@ -1514,6 +2096,39 @@ module Aws::SESV2
1514
2096
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1515
2097
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1516
2098
  end)
2099
+
2100
+ api.add_operation(:update_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
2101
+ o.name = "UpdateCustomVerificationEmailTemplate"
2102
+ o.http_method = "PUT"
2103
+ o.http_request_uri = "/v2/email/custom-verification-email-templates/{TemplateName}"
2104
+ o.input = Shapes::ShapeRef.new(shape: UpdateCustomVerificationEmailTemplateRequest)
2105
+ o.output = Shapes::ShapeRef.new(shape: UpdateCustomVerificationEmailTemplateResponse)
2106
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2107
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2108
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2109
+ end)
2110
+
2111
+ api.add_operation(:update_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
2112
+ o.name = "UpdateEmailIdentityPolicy"
2113
+ o.http_method = "PUT"
2114
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"
2115
+ o.input = Shapes::ShapeRef.new(shape: UpdateEmailIdentityPolicyRequest)
2116
+ o.output = Shapes::ShapeRef.new(shape: UpdateEmailIdentityPolicyResponse)
2117
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2118
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2119
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2120
+ end)
2121
+
2122
+ api.add_operation(:update_email_template, Seahorse::Model::Operation.new.tap do |o|
2123
+ o.name = "UpdateEmailTemplate"
2124
+ o.http_method = "PUT"
2125
+ o.http_request_uri = "/v2/email/templates/{TemplateName}"
2126
+ o.input = Shapes::ShapeRef.new(shape: UpdateEmailTemplateRequest)
2127
+ o.output = Shapes::ShapeRef.new(shape: UpdateEmailTemplateResponse)
2128
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2129
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2130
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2131
+ end)
1517
2132
  end
1518
2133
 
1519
2134
  end