aws-sdk-sesv2 1.8.0 → 1.13.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,20 +43,33 @@ 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')
65
+ CreateImportJobRequest = Shapes::StructureShape.new(name: 'CreateImportJobRequest')
66
+ CreateImportJobResponse = Shapes::StructureShape.new(name: 'CreateImportJobResponse')
47
67
  CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
68
+ CustomVerificationEmailTemplateMetadata = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateMetadata')
69
+ CustomVerificationEmailTemplatesList = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplatesList')
48
70
  DailyVolume = Shapes::StructureShape.new(name: 'DailyVolume')
49
71
  DailyVolumes = Shapes::ListShape.new(name: 'DailyVolumes')
72
+ DataFormat = Shapes::StringShape.new(name: 'DataFormat')
50
73
  DedicatedIp = Shapes::StructureShape.new(name: 'DedicatedIp')
51
74
  DedicatedIpList = Shapes::ListShape.new(name: 'DedicatedIpList')
52
75
  DefaultDimensionValue = Shapes::StringShape.new(name: 'DefaultDimensionValue')
@@ -54,10 +77,16 @@ module Aws::SESV2
54
77
  DeleteConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationResponse')
55
78
  DeleteConfigurationSetRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetRequest')
56
79
  DeleteConfigurationSetResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetResponse')
80
+ DeleteCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateRequest')
81
+ DeleteCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateResponse')
57
82
  DeleteDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolRequest')
58
83
  DeleteDedicatedIpPoolResponse = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolResponse')
84
+ DeleteEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyRequest')
85
+ DeleteEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityPolicyResponse')
59
86
  DeleteEmailIdentityRequest = Shapes::StructureShape.new(name: 'DeleteEmailIdentityRequest')
60
87
  DeleteEmailIdentityResponse = Shapes::StructureShape.new(name: 'DeleteEmailIdentityResponse')
88
+ DeleteEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteEmailTemplateRequest')
89
+ DeleteEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteEmailTemplateResponse')
61
90
  DeleteSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationRequest')
62
91
  DeleteSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationResponse')
63
92
  DeliverabilityDashboardAccountStatus = Shapes::StringShape.new(name: 'DeliverabilityDashboardAccountStatus')
@@ -85,7 +114,17 @@ module Aws::SESV2
85
114
  EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
86
115
  EmailAddressList = Shapes::ListShape.new(name: 'EmailAddressList')
87
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')
88
125
  Enabled = Shapes::BooleanShape.new(name: 'Enabled')
126
+ EnabledWrapper = Shapes::BooleanShape.new(name: 'EnabledWrapper')
127
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
89
128
  Esp = Shapes::StringShape.new(name: 'Esp')
90
129
  Esps = Shapes::ListShape.new(name: 'Esps')
91
130
  EventDestination = Shapes::StructureShape.new(name: 'EventDestination')
@@ -94,6 +133,10 @@ module Aws::SESV2
94
133
  EventDestinations = Shapes::ListShape.new(name: 'EventDestinations')
95
134
  EventType = Shapes::StringShape.new(name: 'EventType')
96
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')
97
140
  FeedbackId = Shapes::StringShape.new(name: 'FeedbackId')
98
141
  GeneralEnforcementStatus = Shapes::StringShape.new(name: 'GeneralEnforcementStatus')
99
142
  GetAccountRequest = Shapes::StructureShape.new(name: 'GetAccountRequest')
@@ -104,6 +147,8 @@ module Aws::SESV2
104
147
  GetConfigurationSetEventDestinationsResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetEventDestinationsResponse')
105
148
  GetConfigurationSetRequest = Shapes::StructureShape.new(name: 'GetConfigurationSetRequest')
106
149
  GetConfigurationSetResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetResponse')
150
+ GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
151
+ GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
107
152
  GetDedicatedIpRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpRequest')
108
153
  GetDedicatedIpResponse = Shapes::StructureShape.new(name: 'GetDedicatedIpResponse')
109
154
  GetDedicatedIpsRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpsRequest')
@@ -116,8 +161,14 @@ module Aws::SESV2
116
161
  GetDomainDeliverabilityCampaignResponse = Shapes::StructureShape.new(name: 'GetDomainDeliverabilityCampaignResponse')
117
162
  GetDomainStatisticsReportRequest = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportRequest')
118
163
  GetDomainStatisticsReportResponse = Shapes::StructureShape.new(name: 'GetDomainStatisticsReportResponse')
164
+ GetEmailIdentityPoliciesRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesRequest')
165
+ GetEmailIdentityPoliciesResponse = Shapes::StructureShape.new(name: 'GetEmailIdentityPoliciesResponse')
119
166
  GetEmailIdentityRequest = Shapes::StructureShape.new(name: 'GetEmailIdentityRequest')
120
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')
121
172
  GetSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'GetSuppressedDestinationRequest')
122
173
  GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
123
174
  Identity = Shapes::StringShape.new(name: 'Identity')
@@ -125,6 +176,11 @@ module Aws::SESV2
125
176
  IdentityInfoList = Shapes::ListShape.new(name: 'IdentityInfoList')
126
177
  IdentityType = Shapes::StringShape.new(name: 'IdentityType')
127
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')
128
184
  InboxPlacementTrackingOption = Shapes::StructureShape.new(name: 'InboxPlacementTrackingOption')
129
185
  InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
130
186
  Ip = Shapes::StringShape.new(name: 'Ip')
@@ -133,11 +189,15 @@ module Aws::SESV2
133
189
  IspNameList = Shapes::ListShape.new(name: 'IspNameList')
134
190
  IspPlacement = Shapes::StructureShape.new(name: 'IspPlacement')
135
191
  IspPlacements = Shapes::ListShape.new(name: 'IspPlacements')
192
+ JobId = Shapes::StringShape.new(name: 'JobId')
193
+ JobStatus = Shapes::StringShape.new(name: 'JobStatus')
136
194
  KinesisFirehoseDestination = Shapes::StructureShape.new(name: 'KinesisFirehoseDestination')
137
195
  LastFreshStart = Shapes::TimestampShape.new(name: 'LastFreshStart')
138
196
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
139
197
  ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
140
198
  ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
199
+ ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
200
+ ListCustomVerificationEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesResponse')
141
201
  ListDedicatedIpPoolsRequest = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsRequest')
142
202
  ListDedicatedIpPoolsResponse = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsResponse')
143
203
  ListDeliverabilityTestReportsRequest = Shapes::StructureShape.new(name: 'ListDeliverabilityTestReportsRequest')
@@ -146,6 +206,10 @@ module Aws::SESV2
146
206
  ListDomainDeliverabilityCampaignsResponse = Shapes::StructureShape.new(name: 'ListDomainDeliverabilityCampaignsResponse')
147
207
  ListEmailIdentitiesRequest = Shapes::StructureShape.new(name: 'ListEmailIdentitiesRequest')
148
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')
149
213
  ListOfDedicatedIpPools = Shapes::ListShape.new(name: 'ListOfDedicatedIpPools')
150
214
  ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
151
215
  ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
@@ -155,6 +219,7 @@ module Aws::SESV2
155
219
  MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
156
220
  MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
157
221
  MailFromDomainStatus = Shapes::StringShape.new(name: 'MailFromDomainStatus')
222
+ MailType = Shapes::StringShape.new(name: 'MailType')
158
223
  Max24HourSend = Shapes::FloatShape.new(name: 'Max24HourSend')
159
224
  MaxItems = Shapes::IntegerShape.new(name: 'MaxItems')
160
225
  MaxSendRate = Shapes::FloatShape.new(name: 'MaxSendRate')
@@ -174,10 +239,16 @@ module Aws::SESV2
174
239
  Percentage100Wrapper = Shapes::IntegerShape.new(name: 'Percentage100Wrapper')
175
240
  PinpointDestination = Shapes::StructureShape.new(name: 'PinpointDestination')
176
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')
177
245
  PoolName = Shapes::StringShape.new(name: 'PoolName')
178
246
  PrivateKey = Shapes::StringShape.new(name: 'PrivateKey')
247
+ ProcessedRecordsCount = Shapes::IntegerShape.new(name: 'ProcessedRecordsCount')
179
248
  PutAccountDedicatedIpWarmupAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesRequest')
180
249
  PutAccountDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountDedicatedIpWarmupAttributesResponse')
250
+ PutAccountDetailsRequest = Shapes::StructureShape.new(name: 'PutAccountDetailsRequest')
251
+ PutAccountDetailsResponse = Shapes::StructureShape.new(name: 'PutAccountDetailsResponse')
181
252
  PutAccountSendingAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesRequest')
182
253
  PutAccountSendingAttributesResponse = Shapes::StructureShape.new(name: 'PutAccountSendingAttributesResponse')
183
254
  PutAccountSuppressionAttributesRequest = Shapes::StructureShape.new(name: 'PutAccountSuppressionAttributesRequest')
@@ -211,10 +282,20 @@ module Aws::SESV2
211
282
  RawMessage = Shapes::StructureShape.new(name: 'RawMessage')
212
283
  RawMessageData = Shapes::BlobShape.new(name: 'RawMessageData')
213
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')
214
288
  ReportId = Shapes::StringShape.new(name: 'ReportId')
215
289
  ReportName = Shapes::StringShape.new(name: 'ReportName')
216
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')
217
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')
218
299
  SendEmailRequest = Shapes::StructureShape.new(name: 'SendEmailRequest')
219
300
  SendEmailResponse = Shapes::StructureShape.new(name: 'SendEmailResponse')
220
301
  SendQuota = Shapes::StructureShape.new(name: 'SendQuota')
@@ -224,11 +305,14 @@ module Aws::SESV2
224
305
  SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
225
306
  SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
226
307
  Subject = Shapes::StringShape.new(name: 'Subject')
308
+ SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
227
309
  SuppressedDestination = Shapes::StructureShape.new(name: 'SuppressedDestination')
228
310
  SuppressedDestinationAttributes = Shapes::StructureShape.new(name: 'SuppressedDestinationAttributes')
229
311
  SuppressedDestinationSummaries = Shapes::ListShape.new(name: 'SuppressedDestinationSummaries')
230
312
  SuppressedDestinationSummary = Shapes::StructureShape.new(name: 'SuppressedDestinationSummary')
231
313
  SuppressionAttributes = Shapes::StructureShape.new(name: 'SuppressionAttributes')
314
+ SuppressionListDestination = Shapes::StructureShape.new(name: 'SuppressionListDestination')
315
+ SuppressionListImportAction = Shapes::StringShape.new(name: 'SuppressionListImportAction')
232
316
  SuppressionListReason = Shapes::StringShape.new(name: 'SuppressionListReason')
233
317
  SuppressionListReasons = Shapes::ListShape.new(name: 'SuppressionListReasons')
234
318
  SuppressionOptions = Shapes::StructureShape.new(name: 'SuppressionOptions')
@@ -240,8 +324,9 @@ module Aws::SESV2
240
324
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
241
325
  TagValue = Shapes::StringShape.new(name: 'TagValue')
242
326
  Template = Shapes::StructureShape.new(name: 'Template')
243
- TemplateArn = Shapes::StringShape.new(name: 'TemplateArn')
244
- 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')
245
330
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
246
331
  TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
247
332
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -250,12 +335,30 @@ module Aws::SESV2
250
335
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
251
336
  UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
252
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')
253
345
  Volume = Shapes::IntegerShape.new(name: 'Volume')
254
346
  VolumeStatistics = Shapes::StructureShape.new(name: 'VolumeStatistics')
255
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
256
357
 
257
358
  AccountSuspendedException.struct_class = Types::AccountSuspendedException
258
359
 
360
+ AdditionalContactEmailAddresses.member = Shapes::ShapeRef.new(shape: AdditionalContactEmailAddress)
361
+
259
362
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
260
363
 
261
364
  BadRequestException.struct_class = Types::BadRequestException
@@ -276,6 +379,23 @@ module Aws::SESV2
276
379
  Body.add_member(:html, Shapes::ShapeRef.new(shape: Content, location_name: "Html"))
277
380
  Body.struct_class = Types::Body
278
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
+
279
399
  CloudWatchDestination.add_member(:dimension_configurations, Shapes::ShapeRef.new(shape: CloudWatchDimensionConfigurations, required: true, location_name: "DimensionConfigurations"))
280
400
  CloudWatchDestination.struct_class = Types::CloudWatchDestination
281
401
 
@@ -290,6 +410,8 @@ module Aws::SESV2
290
410
 
291
411
  ConfigurationSetNameList.member = Shapes::ShapeRef.new(shape: ConfigurationSetName)
292
412
 
413
+ ConflictException.struct_class = Types::ConflictException
414
+
293
415
  Content.add_member(:data, Shapes::ShapeRef.new(shape: MessageData, required: true, location_name: "Data"))
294
416
  Content.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
295
417
  Content.struct_class = Types::Content
@@ -312,6 +434,16 @@ module Aws::SESV2
312
434
 
313
435
  CreateConfigurationSetResponse.struct_class = Types::CreateConfigurationSetResponse
314
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
+
315
447
  CreateDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location_name: "PoolName"))
316
448
  CreateDedicatedIpPoolRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
317
449
  CreateDedicatedIpPoolRequest.struct_class = Types::CreateDedicatedIpPoolRequest
@@ -328,6 +460,13 @@ module Aws::SESV2
328
460
  CreateDeliverabilityTestReportResponse.add_member(:deliverability_test_status, Shapes::ShapeRef.new(shape: DeliverabilityTestStatus, required: true, location_name: "DeliverabilityTestStatus"))
329
461
  CreateDeliverabilityTestReportResponse.struct_class = Types::CreateDeliverabilityTestReportResponse
330
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
+
331
470
  CreateEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "EmailIdentity"))
332
471
  CreateEmailIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
333
472
  CreateEmailIdentityRequest.add_member(:dkim_signing_attributes, Shapes::ShapeRef.new(shape: DkimSigningAttributes, location_name: "DkimSigningAttributes"))
@@ -338,6 +477,28 @@ module Aws::SESV2
338
477
  CreateEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
339
478
  CreateEmailIdentityResponse.struct_class = Types::CreateEmailIdentityResponse
340
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
+
341
502
  DailyVolume.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartDate"))
342
503
  DailyVolume.add_member(:volume_statistics, Shapes::ShapeRef.new(shape: VolumeStatistics, location_name: "VolumeStatistics"))
343
504
  DailyVolume.add_member(:domain_isp_placements, Shapes::ShapeRef.new(shape: DomainIspPlacements, location_name: "DomainIspPlacements"))
@@ -364,16 +525,32 @@ module Aws::SESV2
364
525
 
365
526
  DeleteConfigurationSetResponse.struct_class = Types::DeleteConfigurationSetResponse
366
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
+
367
533
  DeleteDedicatedIpPoolRequest.add_member(:pool_name, Shapes::ShapeRef.new(shape: PoolName, required: true, location: "uri", location_name: "PoolName"))
368
534
  DeleteDedicatedIpPoolRequest.struct_class = Types::DeleteDedicatedIpPoolRequest
369
535
 
370
536
  DeleteDedicatedIpPoolResponse.struct_class = Types::DeleteDedicatedIpPoolResponse
371
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
+
372
544
  DeleteEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
373
545
  DeleteEmailIdentityRequest.struct_class = Types::DeleteEmailIdentityRequest
374
546
 
375
547
  DeleteEmailIdentityResponse.struct_class = Types::DeleteEmailIdentityResponse
376
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
+
377
554
  DeleteSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
378
555
  DeleteSuppressedDestinationRequest.struct_class = Types::DeleteSuppressedDestinationRequest
379
556
 
@@ -451,6 +628,17 @@ module Aws::SESV2
451
628
  EmailContent.add_member(:template, Shapes::ShapeRef.new(shape: Template, location_name: "Template"))
452
629
  EmailContent.struct_class = Types::EmailContent
453
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
+
454
642
  Esps.member = Shapes::ShapeRef.new(shape: Esp)
455
643
 
456
644
  EventDestination.add_member(:name, Shapes::ShapeRef.new(shape: EventDestinationName, required: true, location_name: "Name"))
@@ -474,6 +662,10 @@ module Aws::SESV2
474
662
 
475
663
  EventTypes.member = Shapes::ShapeRef.new(shape: EventType)
476
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
+
477
669
  GetAccountRequest.struct_class = Types::GetAccountRequest
478
670
 
479
671
  GetAccountResponse.add_member(:dedicated_ip_auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "DedicatedIpAutoWarmupEnabled"))
@@ -482,6 +674,7 @@ module Aws::SESV2
482
674
  GetAccountResponse.add_member(:send_quota, Shapes::ShapeRef.new(shape: SendQuota, location_name: "SendQuota"))
483
675
  GetAccountResponse.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
484
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"))
485
678
  GetAccountResponse.struct_class = Types::GetAccountResponse
486
679
 
487
680
  GetBlacklistReportsRequest.add_member(:blacklist_item_names, Shapes::ShapeRef.new(shape: BlacklistItemNames, required: true, location: "querystring", location_name: "BlacklistItemNames"))
@@ -508,6 +701,17 @@ module Aws::SESV2
508
701
  GetConfigurationSetResponse.add_member(:suppression_options, Shapes::ShapeRef.new(shape: SuppressionOptions, location_name: "SuppressionOptions"))
509
702
  GetConfigurationSetResponse.struct_class = Types::GetConfigurationSetResponse
510
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
+
511
715
  GetDedicatedIpRequest.add_member(:ip, Shapes::ShapeRef.new(shape: Ip, required: true, location: "uri", location_name: "IP"))
512
716
  GetDedicatedIpRequest.struct_class = Types::GetDedicatedIpRequest
513
717
 
@@ -557,6 +761,12 @@ module Aws::SESV2
557
761
  GetDomainStatisticsReportResponse.add_member(:daily_volumes, Shapes::ShapeRef.new(shape: DailyVolumes, required: true, location_name: "DailyVolumes"))
558
762
  GetDomainStatisticsReportResponse.struct_class = Types::GetDomainStatisticsReportResponse
559
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
+
560
770
  GetEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
561
771
  GetEmailIdentityRequest.struct_class = Types::GetEmailIdentityRequest
562
772
 
@@ -565,9 +775,31 @@ module Aws::SESV2
565
775
  GetEmailIdentityResponse.add_member(:verified_for_sending_status, Shapes::ShapeRef.new(shape: Enabled, location_name: "VerifiedForSendingStatus"))
566
776
  GetEmailIdentityResponse.add_member(:dkim_attributes, Shapes::ShapeRef.new(shape: DkimAttributes, location_name: "DkimAttributes"))
567
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"))
568
779
  GetEmailIdentityResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
569
780
  GetEmailIdentityResponse.struct_class = Types::GetEmailIdentityResponse
570
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
+
571
803
  GetSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
572
804
  GetSuppressedDestinationRequest.struct_class = Types::GetSuppressedDestinationRequest
573
805
 
@@ -581,6 +813,21 @@ module Aws::SESV2
581
813
 
582
814
  IdentityInfoList.member = Shapes::ShapeRef.new(shape: IdentityInfo)
583
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
+
584
831
  InboxPlacementTrackingOption.add_member(:global, Shapes::ShapeRef.new(shape: Enabled, location_name: "Global"))
585
832
  InboxPlacementTrackingOption.add_member(:tracked_isps, Shapes::ShapeRef.new(shape: IspNameList, location_name: "TrackedIsps"))
586
833
  InboxPlacementTrackingOption.struct_class = Types::InboxPlacementTrackingOption
@@ -611,6 +858,14 @@ module Aws::SESV2
611
858
  ListConfigurationSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
612
859
  ListConfigurationSetsResponse.struct_class = Types::ListConfigurationSetsResponse
613
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
+
614
869
  ListDedicatedIpPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
615
870
  ListDedicatedIpPoolsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
616
871
  ListDedicatedIpPoolsRequest.struct_class = Types::ListDedicatedIpPoolsRequest
@@ -646,6 +901,23 @@ module Aws::SESV2
646
901
  ListEmailIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
647
902
  ListEmailIdentitiesResponse.struct_class = Types::ListEmailIdentitiesResponse
648
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
+
649
921
  ListOfDedicatedIpPools.member = Shapes::ShapeRef.new(shape: PoolName)
650
922
 
651
923
  ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
@@ -701,11 +973,24 @@ module Aws::SESV2
701
973
  PlacementStatistics.add_member(:dkim_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "DkimPercentage"))
702
974
  PlacementStatistics.struct_class = Types::PlacementStatistics
703
975
 
976
+ PolicyMap.key = Shapes::ShapeRef.new(shape: PolicyName)
977
+ PolicyMap.value = Shapes::ShapeRef.new(shape: Policy)
978
+
704
979
  PutAccountDedicatedIpWarmupAttributesRequest.add_member(:auto_warmup_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "AutoWarmupEnabled"))
705
980
  PutAccountDedicatedIpWarmupAttributesRequest.struct_class = Types::PutAccountDedicatedIpWarmupAttributesRequest
706
981
 
707
982
  PutAccountDedicatedIpWarmupAttributesResponse.struct_class = Types::PutAccountDedicatedIpWarmupAttributesResponse
708
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
+
709
994
  PutAccountSendingAttributesRequest.add_member(:sending_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SendingEnabled"))
710
995
  PutAccountSendingAttributesRequest.struct_class = Types::PutAccountSendingAttributesRequest
711
996
 
@@ -802,14 +1087,48 @@ module Aws::SESV2
802
1087
  RawMessage.add_member(:data, Shapes::ShapeRef.new(shape: RawMessageData, required: true, location_name: "Data"))
803
1088
  RawMessage.struct_class = Types::RawMessage
804
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
+
805
1096
  ReputationOptions.add_member(:reputation_metrics_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "ReputationMetricsEnabled"))
806
1097
  ReputationOptions.add_member(:last_fresh_start, Shapes::ShapeRef.new(shape: LastFreshStart, location_name: "LastFreshStart"))
807
1098
  ReputationOptions.struct_class = Types::ReputationOptions
808
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
+
809
1126
  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"))
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"))
811
1129
  SendEmailRequest.add_member(:reply_to_addresses, Shapes::ShapeRef.new(shape: EmailAddressList, location_name: "ReplyToAddresses"))
812
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"))
813
1132
  SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
814
1133
  SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
815
1134
  SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
@@ -851,6 +1170,9 @@ module Aws::SESV2
851
1170
  SuppressionAttributes.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
852
1171
  SuppressionAttributes.struct_class = Types::SuppressionAttributes
853
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
+
854
1176
  SuppressionListReasons.member = Shapes::ShapeRef.new(shape: SuppressionListReason)
855
1177
 
856
1178
  SuppressionOptions.add_member(:suppressed_reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location_name: "SuppressedReasons"))
@@ -870,10 +1192,18 @@ module Aws::SESV2
870
1192
 
871
1193
  TagResourceResponse.struct_class = Types::TagResourceResponse
872
1194
 
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"))
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"))
875
1198
  Template.struct_class = Types::Template
876
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
+
877
1207
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
878
1208
 
879
1209
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
@@ -892,6 +1222,29 @@ module Aws::SESV2
892
1222
 
893
1223
  UpdateConfigurationSetEventDestinationResponse.struct_class = Types::UpdateConfigurationSetEventDestinationResponse
894
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
+
895
1248
  VolumeStatistics.add_member(:inbox_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "InboxRawCount"))
896
1249
  VolumeStatistics.add_member(:spam_raw_count, Shapes::ShapeRef.new(shape: Volume, location_name: "SpamRawCount"))
897
1250
  VolumeStatistics.add_member(:projected_inbox, Shapes::ShapeRef.new(shape: Volume, location_name: "ProjectedInbox"))
@@ -944,6 +1297,19 @@ module Aws::SESV2
944
1297
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
945
1298
  end)
946
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
+
947
1313
  api.add_operation(:create_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
948
1314
  o.name = "CreateDedicatedIpPool"
949
1315
  o.http_method = "POST"
@@ -987,6 +1353,42 @@ module Aws::SESV2
987
1353
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
988
1354
  end)
989
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
+
990
1392
  api.add_operation(:delete_configuration_set, Seahorse::Model::Operation.new.tap do |o|
991
1393
  o.name = "DeleteConfigurationSet"
992
1394
  o.http_method = "DELETE"
@@ -1010,6 +1412,17 @@ module Aws::SESV2
1010
1412
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1011
1413
  end)
1012
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
+
1013
1426
  api.add_operation(:delete_dedicated_ip_pool, Seahorse::Model::Operation.new.tap do |o|
1014
1427
  o.name = "DeleteDedicatedIpPool"
1015
1428
  o.http_method = "DELETE"
@@ -1034,6 +1447,28 @@ module Aws::SESV2
1034
1447
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1035
1448
  end)
1036
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
+
1037
1472
  api.add_operation(:delete_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1038
1473
  o.name = "DeleteSuppressedDestination"
1039
1474
  o.http_method = "DELETE"
@@ -1088,6 +1523,17 @@ module Aws::SESV2
1088
1523
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1089
1524
  end)
1090
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
+
1091
1537
  api.add_operation(:get_dedicated_ip, Seahorse::Model::Operation.new.tap do |o|
1092
1538
  o.name = "GetDedicatedIp"
1093
1539
  o.http_method = "GET"
@@ -1171,6 +1617,39 @@ module Aws::SESV2
1171
1617
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1172
1618
  end)
1173
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
+
1174
1653
  api.add_operation(:get_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
1175
1654
  o.name = "GetSuppressedDestination"
1176
1655
  o.http_method = "GET"
@@ -1198,6 +1677,22 @@ module Aws::SESV2
1198
1677
  )
1199
1678
  end)
1200
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
+
1201
1696
  api.add_operation(:list_dedicated_ip_pools, Seahorse::Model::Operation.new.tap do |o|
1202
1697
  o.name = "ListDedicatedIpPools"
1203
1698
  o.http_method = "GET"
@@ -1264,6 +1759,38 @@ module Aws::SESV2
1264
1759
  )
1265
1760
  end)
1266
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
+
1267
1794
  api.add_operation(:list_suppressed_destinations, Seahorse::Model::Operation.new.tap do |o|
1268
1795
  o.name = "ListSuppressedDestinations"
1269
1796
  o.http_method = "GET"
@@ -1302,6 +1829,17 @@ module Aws::SESV2
1302
1829
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1303
1830
  end)
1304
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
+
1305
1843
  api.add_operation(:put_account_sending_attributes, Seahorse::Model::Operation.new.tap do |o|
1306
1844
  o.name = "PutAccountSendingAttributes"
1307
1845
  o.http_method = "PUT"
@@ -1466,6 +2004,37 @@ module Aws::SESV2
1466
2004
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1467
2005
  end)
1468
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
+
1469
2038
  api.add_operation(:send_email, Seahorse::Model::Operation.new.tap do |o|
1470
2039
  o.name = "SendEmail"
1471
2040
  o.http_method = "POST"
@@ -1494,6 +2063,17 @@ module Aws::SESV2
1494
2063
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1495
2064
  end)
1496
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
+
1497
2077
  api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1498
2078
  o.name = "UntagResource"
1499
2079
  o.http_method = "DELETE"
@@ -1516,6 +2096,39 @@ module Aws::SESV2
1516
2096
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1517
2097
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1518
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)
1519
2132
  end
1520
2133
 
1521
2134
  end