@aws-sdk/client-sesv2 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-types/SESv2.d.ts +87 -0
  2. package/dist-types/SESv2Client.d.ts +24 -4
  3. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateContactCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateContactListCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateImportJobCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteContactCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteContactListCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +16 -0
  25. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  26. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetConfigurationSetCommand.d.ts +16 -0
  28. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetContactCommand.d.ts +16 -0
  30. package/dist-types/commands/GetContactListCommand.d.ts +16 -0
  31. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +16 -0
  32. package/dist-types/commands/GetDedicatedIpCommand.d.ts +16 -0
  33. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +16 -0
  34. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +16 -0
  38. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEmailIdentityCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEmailTemplateCommand.d.ts +16 -0
  42. package/dist-types/commands/GetImportJobCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +16 -0
  44. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListContactListsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListContactsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecommendationsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  58. package/dist-types/commands/PutAccountDetailsCommand.d.ts +16 -0
  59. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +16 -0
  60. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +16 -0
  61. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +16 -0
  62. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  63. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +16 -0
  64. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +16 -0
  65. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +16 -0
  66. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  67. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +16 -0
  69. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  70. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  71. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +16 -0
  72. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +16 -0
  73. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +16 -0
  74. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +16 -0
  75. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +16 -0
  76. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +16 -0
  77. package/dist-types/commands/SendBulkEmailCommand.d.ts +16 -0
  78. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +16 -0
  79. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +16 -0
  82. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateContactCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateContactListCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +16 -0
  89. package/dist-types/models/SESv2ServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +419 -0
  91. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/Interfaces.d.ts +3 -0
  93. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListContactListsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListImportJobsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRecommendationsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +3 -0
  105. package/package.json +3 -3
@@ -87,6 +87,7 @@ import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommand
87
87
  import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "./commands/UpdateEmailTemplateCommand";
88
88
  import { SESv2Client } from "./SESv2Client";
89
89
  /**
90
+ * @public
90
91
  * <fullname>Amazon SES API v2</fullname>
91
92
  * <p>
92
93
  * <a href="http://aws.amazon.com/ses">Amazon SES</a> is an Amazon Web Services service that
@@ -97,6 +98,7 @@ import { SESv2Client } from "./SESv2Client";
97
98
  */
98
99
  export declare class SESv2 extends SESv2Client {
99
100
  /**
101
+ * @public
100
102
  * <p>Retrieves batches of metric data collected based on your sending activity.</p>
101
103
  * <p>You can execute this operation no more than 16 times per second,
102
104
  * and with at most 160 queries from the batches per second (cumulative).</p>
@@ -105,6 +107,7 @@ export declare class SESv2 extends SESv2Client {
105
107
  batchGetMetricData(args: BatchGetMetricDataCommandInput, cb: (err: any, data?: BatchGetMetricDataCommandOutput) => void): void;
106
108
  batchGetMetricData(args: BatchGetMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetMetricDataCommandOutput) => void): void;
107
109
  /**
110
+ * @public
108
111
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
109
112
  * rules that you can apply to the emails that you send. You apply a configuration set to
110
113
  * an email by specifying the name of the configuration set when you call the Amazon SES API v2. When
@@ -115,6 +118,7 @@ export declare class SESv2 extends SESv2Client {
115
118
  createConfigurationSet(args: CreateConfigurationSetCommandInput, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
116
119
  createConfigurationSet(args: CreateConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
117
120
  /**
121
+ * @public
118
122
  * <p>Create an event destination. <i>Events</i> include message sends,
119
123
  * deliveries, opens, clicks, bounces, and complaints. <i>Event
120
124
  * destinations</i> are places that you can send information about these events
@@ -127,6 +131,7 @@ export declare class SESv2 extends SESv2Client {
127
131
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
128
132
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
129
133
  /**
134
+ * @public
130
135
  * <p>Creates a contact, which is an end-user who is receiving the email, and adds them to a
131
136
  * contact list.</p>
132
137
  */
@@ -134,12 +139,14 @@ export declare class SESv2 extends SESv2Client {
134
139
  createContact(args: CreateContactCommandInput, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
135
140
  createContact(args: CreateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
136
141
  /**
142
+ * @public
137
143
  * <p>Creates a contact list.</p>
138
144
  */
139
145
  createContactList(args: CreateContactListCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactListCommandOutput>;
140
146
  createContactList(args: CreateContactListCommandInput, cb: (err: any, data?: CreateContactListCommandOutput) => void): void;
141
147
  createContactList(args: CreateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactListCommandOutput) => void): void;
142
148
  /**
149
+ * @public
143
150
  * <p>Creates a new custom verification email template.</p>
144
151
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
145
152
  * custom verification email templates</a> in the <i>Amazon SES Developer
@@ -150,6 +157,7 @@ export declare class SESv2 extends SESv2Client {
150
157
  createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
151
158
  createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
152
159
  /**
160
+ * @public
153
161
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
154
162
  * IP addresses that are associated with your Amazon Web Services account. You can associate a pool with
155
163
  * a configuration set. When you send an email that uses that configuration set, the
@@ -159,6 +167,7 @@ export declare class SESv2 extends SESv2Client {
159
167
  createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
160
168
  createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
161
169
  /**
170
+ * @public
162
171
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
163
172
  * by various email providers around the world. When you perform a predictive inbox placement test, you provide a
164
173
  * sample message that contains the content that you plan to send to your customers. Amazon SES
@@ -171,6 +180,7 @@ export declare class SESv2 extends SESv2Client {
171
180
  createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
172
181
  createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
173
182
  /**
183
+ * @public
174
184
  * <p>Starts the process of verifying an email identity. An <i>identity</i> is
175
185
  * an email address or domain that you use when you send email. Before you can use an
176
186
  * identity to send email, you first have to verify it. By verifying an identity, you
@@ -202,6 +212,7 @@ export declare class SESv2 extends SESv2Client {
202
212
  createEmailIdentity(args: CreateEmailIdentityCommandInput, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
203
213
  createEmailIdentity(args: CreateEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
204
214
  /**
215
+ * @public
205
216
  * <p>Creates the specified sending authorization policy for the given identity (an email
206
217
  * address or a domain).</p>
207
218
  * <note>
@@ -218,6 +229,7 @@ export declare class SESv2 extends SESv2Client {
218
229
  createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void): void;
219
230
  createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void): void;
220
231
  /**
232
+ * @public
221
233
  * <p>Creates an email template. Email templates enable you to send personalized email to
222
234
  * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
223
235
  * Guide</a>.</p>
@@ -227,12 +239,14 @@ export declare class SESv2 extends SESv2Client {
227
239
  createEmailTemplate(args: CreateEmailTemplateCommandInput, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
228
240
  createEmailTemplate(args: CreateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
229
241
  /**
242
+ * @public
230
243
  * <p>Creates an import job for a data destination.</p>
231
244
  */
232
245
  createImportJob(args: CreateImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateImportJobCommandOutput>;
233
246
  createImportJob(args: CreateImportJobCommandInput, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
234
247
  createImportJob(args: CreateImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
235
248
  /**
249
+ * @public
236
250
  * <p>Delete an existing configuration set.</p>
237
251
  * <p>
238
252
  * <i>Configuration sets</i> are groups of rules that you can apply to the
@@ -244,6 +258,7 @@ export declare class SESv2 extends SESv2Client {
244
258
  deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
245
259
  deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
246
260
  /**
261
+ * @public
247
262
  * <p>Delete an event destination.</p>
248
263
  * <p>
249
264
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
@@ -256,18 +271,21 @@ export declare class SESv2 extends SESv2Client {
256
271
  deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
257
272
  deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
258
273
  /**
274
+ * @public
259
275
  * <p>Removes a contact from a contact list.</p>
260
276
  */
261
277
  deleteContact(args: DeleteContactCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactCommandOutput>;
262
278
  deleteContact(args: DeleteContactCommandInput, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
263
279
  deleteContact(args: DeleteContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
264
280
  /**
281
+ * @public
265
282
  * <p>Deletes a contact list and all of the contacts on that list.</p>
266
283
  */
267
284
  deleteContactList(args: DeleteContactListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactListCommandOutput>;
268
285
  deleteContactList(args: DeleteContactListCommandInput, cb: (err: any, data?: DeleteContactListCommandOutput) => void): void;
269
286
  deleteContactList(args: DeleteContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactListCommandOutput) => void): void;
270
287
  /**
288
+ * @public
271
289
  * <p>Deletes an existing custom verification email template.</p>
272
290
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
273
291
  * custom verification email templates</a> in the <i>Amazon SES Developer
@@ -278,12 +296,14 @@ export declare class SESv2 extends SESv2Client {
278
296
  deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
279
297
  deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
280
298
  /**
299
+ * @public
281
300
  * <p>Delete a dedicated IP pool.</p>
282
301
  */
283
302
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDedicatedIpPoolCommandOutput>;
284
303
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
285
304
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
286
305
  /**
306
+ * @public
287
307
  * <p>Deletes an email identity. An identity can be either an email address or a domain
288
308
  * name.</p>
289
309
  */
@@ -291,6 +311,7 @@ export declare class SESv2 extends SESv2Client {
291
311
  deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
292
312
  deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
293
313
  /**
314
+ * @public
294
315
  * <p>Deletes the specified sending authorization policy for the given identity (an email
295
316
  * address or a domain). This API returns successfully even if a policy with the specified
296
317
  * name does not exist.</p>
@@ -308,6 +329,7 @@ export declare class SESv2 extends SESv2Client {
308
329
  deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
309
330
  deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
310
331
  /**
332
+ * @public
311
333
  * <p>Deletes an email template.</p>
312
334
  * <p>You can execute this operation no more than once per second.</p>
313
335
  */
@@ -315,12 +337,14 @@ export declare class SESv2 extends SESv2Client {
315
337
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
316
338
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
317
339
  /**
340
+ * @public
318
341
  * <p>Removes an email address from the suppression list for your account.</p>
319
342
  */
320
343
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuppressedDestinationCommandOutput>;
321
344
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
322
345
  deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
323
346
  /**
347
+ * @public
324
348
  * <p>Obtain information about the email-sending status and capabilities of your Amazon SES
325
349
  * account in the current Amazon Web Services Region.</p>
326
350
  */
@@ -328,12 +352,14 @@ export declare class SESv2 extends SESv2Client {
328
352
  getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
329
353
  getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
330
354
  /**
355
+ * @public
331
356
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
332
357
  */
333
358
  getBlacklistReports(args: GetBlacklistReportsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlacklistReportsCommandOutput>;
334
359
  getBlacklistReports(args: GetBlacklistReportsCommandInput, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
335
360
  getBlacklistReports(args: GetBlacklistReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
336
361
  /**
362
+ * @public
337
363
  * <p>Get information about an existing configuration set, including the dedicated IP pool
338
364
  * that it's associated with, whether or not it's enabled for sending email, and
339
365
  * more.</p>
@@ -347,6 +373,7 @@ export declare class SESv2 extends SESv2Client {
347
373
  getConfigurationSet(args: GetConfigurationSetCommandInput, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
348
374
  getConfigurationSet(args: GetConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
349
375
  /**
376
+ * @public
350
377
  * <p>Retrieve a list of event destinations that are associated with a configuration
351
378
  * set.</p>
352
379
  * <p>
@@ -360,12 +387,14 @@ export declare class SESv2 extends SESv2Client {
360
387
  getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
361
388
  getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
362
389
  /**
390
+ * @public
363
391
  * <p>Returns a contact from a contact list.</p>
364
392
  */
365
393
  getContact(args: GetContactCommandInput, options?: __HttpHandlerOptions): Promise<GetContactCommandOutput>;
366
394
  getContact(args: GetContactCommandInput, cb: (err: any, data?: GetContactCommandOutput) => void): void;
367
395
  getContact(args: GetContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactCommandOutput) => void): void;
368
396
  /**
397
+ * @public
369
398
  * <p>Returns contact list metadata. It does not return any information about the contacts
370
399
  * present in the list.</p>
371
400
  */
@@ -373,6 +402,7 @@ export declare class SESv2 extends SESv2Client {
373
402
  getContactList(args: GetContactListCommandInput, cb: (err: any, data?: GetContactListCommandOutput) => void): void;
374
403
  getContactList(args: GetContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactListCommandOutput) => void): void;
375
404
  /**
405
+ * @public
376
406
  * <p>Returns the custom email verification template for the template name you
377
407
  * specify.</p>
378
408
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
@@ -384,6 +414,7 @@ export declare class SESv2 extends SESv2Client {
384
414
  getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
385
415
  getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
386
416
  /**
417
+ * @public
387
418
  * <p>Get information about a dedicated IP address, including the name of the dedicated IP
388
419
  * pool that it's associated with, as well information about the automatic warm-up process
389
420
  * for the address.</p>
@@ -392,12 +423,14 @@ export declare class SESv2 extends SESv2Client {
392
423
  getDedicatedIp(args: GetDedicatedIpCommandInput, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
393
424
  getDedicatedIp(args: GetDedicatedIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
394
425
  /**
426
+ * @public
395
427
  * <p>Retrieve information about the dedicated pool.</p>
396
428
  */
397
429
  getDedicatedIpPool(args: GetDedicatedIpPoolCommandInput, options?: __HttpHandlerOptions): Promise<GetDedicatedIpPoolCommandOutput>;
398
430
  getDedicatedIpPool(args: GetDedicatedIpPoolCommandInput, cb: (err: any, data?: GetDedicatedIpPoolCommandOutput) => void): void;
399
431
  getDedicatedIpPool(args: GetDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpPoolCommandOutput) => void): void;
400
432
  /**
433
+ * @public
401
434
  * <p>List the dedicated IP addresses that are associated with your Amazon Web Services
402
435
  * account.</p>
403
436
  */
@@ -405,6 +438,7 @@ export declare class SESv2 extends SESv2Client {
405
438
  getDedicatedIps(args: GetDedicatedIpsCommandInput, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
406
439
  getDedicatedIps(args: GetDedicatedIpsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
407
440
  /**
441
+ * @public
408
442
  * <p>Retrieve information about the status of the Deliverability dashboard for your account. When
409
443
  * the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other
410
444
  * metrics for the domains that you use to send email. You also gain the ability to perform
@@ -417,12 +451,14 @@ export declare class SESv2 extends SESv2Client {
417
451
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
418
452
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
419
453
  /**
454
+ * @public
420
455
  * <p>Retrieve the results of a predictive inbox placement test.</p>
421
456
  */
422
457
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDeliverabilityTestReportCommandOutput>;
423
458
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
424
459
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
425
460
  /**
461
+ * @public
426
462
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
427
463
  * for a campaign only if the campaign sent email by using a domain that the
428
464
  * Deliverability dashboard is enabled for.</p>
@@ -431,6 +467,7 @@ export declare class SESv2 extends SESv2Client {
431
467
  getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
432
468
  getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
433
469
  /**
470
+ * @public
434
471
  * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
435
472
  * email.</p>
436
473
  */
@@ -438,6 +475,7 @@ export declare class SESv2 extends SESv2Client {
438
475
  getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
439
476
  getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
440
477
  /**
478
+ * @public
441
479
  * <p>Provides information about a specific identity, including the identity's verification
442
480
  * status, sending authorization policies, its DKIM authentication status, and its custom
443
481
  * Mail-From settings.</p>
@@ -446,6 +484,7 @@ export declare class SESv2 extends SESv2Client {
446
484
  getEmailIdentity(args: GetEmailIdentityCommandInput, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
447
485
  getEmailIdentity(args: GetEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
448
486
  /**
487
+ * @public
449
488
  * <p>Returns the requested sending authorization policies for the given identity (an email
450
489
  * address or a domain). The policies are returned as a map of policy names to policy
451
490
  * contents. You can retrieve a maximum of 20 policies at a time.</p>
@@ -463,6 +502,7 @@ export declare class SESv2 extends SESv2Client {
463
502
  getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void): void;
464
503
  getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void): void;
465
504
  /**
505
+ * @public
466
506
  * <p>Displays the template object (which includes the subject line, HTML part and text
467
507
  * part) for the template you specify.</p>
468
508
  * <p>You can execute this operation no more than once per second.</p>
@@ -471,12 +511,14 @@ export declare class SESv2 extends SESv2Client {
471
511
  getEmailTemplate(args: GetEmailTemplateCommandInput, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
472
512
  getEmailTemplate(args: GetEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
473
513
  /**
514
+ * @public
474
515
  * <p>Provides information about an import job.</p>
475
516
  */
476
517
  getImportJob(args: GetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetImportJobCommandOutput>;
477
518
  getImportJob(args: GetImportJobCommandInput, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
478
519
  getImportJob(args: GetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
479
520
  /**
521
+ * @public
480
522
  * <p>Retrieves information about a specific email address that's on the suppression list
481
523
  * for your account.</p>
482
524
  */
@@ -484,6 +526,7 @@ export declare class SESv2 extends SESv2Client {
484
526
  getSuppressedDestination(args: GetSuppressedDestinationCommandInput, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
485
527
  getSuppressedDestination(args: GetSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
486
528
  /**
529
+ * @public
487
530
  * <p>List all of the configuration sets associated with your account in the current
488
531
  * region.</p>
489
532
  * <p>
@@ -496,18 +539,21 @@ export declare class SESv2 extends SESv2Client {
496
539
  listConfigurationSets(args: ListConfigurationSetsCommandInput, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
497
540
  listConfigurationSets(args: ListConfigurationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
498
541
  /**
542
+ * @public
499
543
  * <p>Lists all of the contact lists available.</p>
500
544
  */
501
545
  listContactLists(args: ListContactListsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactListsCommandOutput>;
502
546
  listContactLists(args: ListContactListsCommandInput, cb: (err: any, data?: ListContactListsCommandOutput) => void): void;
503
547
  listContactLists(args: ListContactListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactListsCommandOutput) => void): void;
504
548
  /**
549
+ * @public
505
550
  * <p>Lists the contacts present in a specific contact list.</p>
506
551
  */
507
552
  listContacts(args: ListContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactsCommandOutput>;
508
553
  listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
509
554
  listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
510
555
  /**
556
+ * @public
511
557
  * <p>Lists the existing custom verification email templates for your account in the current
512
558
  * Amazon Web Services Region.</p>
513
559
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
@@ -519,6 +565,7 @@ export declare class SESv2 extends SESv2Client {
519
565
  listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
520
566
  listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
521
567
  /**
568
+ * @public
522
569
  * <p>List all of the dedicated IP pools that exist in your Amazon Web Services account in the current
523
570
  * Region.</p>
524
571
  */
@@ -526,6 +573,7 @@ export declare class SESv2 extends SESv2Client {
526
573
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
527
574
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
528
575
  /**
576
+ * @public
529
577
  * <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
530
578
  * predictive inbox placement tests that are complete, you can use the <code>GetDeliverabilityTestReport</code>
531
579
  * operation to view the results.</p>
@@ -534,6 +582,7 @@ export declare class SESv2 extends SESv2Client {
534
582
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
535
583
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
536
584
  /**
585
+ * @public
537
586
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
538
587
  * email during a specified time range. This data is available for a domain only if you
539
588
  * enabled the Deliverability dashboard for the domain.</p>
@@ -542,6 +591,7 @@ export declare class SESv2 extends SESv2Client {
542
591
  listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
543
592
  listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
544
593
  /**
594
+ * @public
545
595
  * <p>Returns a list of all of the email identities that are associated with your Amazon Web Services
546
596
  * account. An identity can be either an email address or a domain. This operation returns
547
597
  * identities that are verified as well as those that aren't. This operation returns
@@ -551,6 +601,7 @@ export declare class SESv2 extends SESv2Client {
551
601
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
552
602
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
553
603
  /**
604
+ * @public
554
605
  * <p>Lists the email templates present in your Amazon SES account in the current Amazon Web Services
555
606
  * Region.</p>
556
607
  * <p>You can execute this operation no more than once per second.</p>
@@ -559,12 +610,14 @@ export declare class SESv2 extends SESv2Client {
559
610
  listEmailTemplates(args: ListEmailTemplatesCommandInput, cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void): void;
560
611
  listEmailTemplates(args: ListEmailTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void): void;
561
612
  /**
613
+ * @public
562
614
  * <p>Lists all of the import jobs.</p>
563
615
  */
564
616
  listImportJobs(args: ListImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportJobsCommandOutput>;
565
617
  listImportJobs(args: ListImportJobsCommandInput, cb: (err: any, data?: ListImportJobsCommandOutput) => void): void;
566
618
  listImportJobs(args: ListImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportJobsCommandOutput) => void): void;
567
619
  /**
620
+ * @public
568
621
  * <p>Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.</p>
569
622
  * <p>You can execute this operation no more than once per second.</p>
570
623
  */
@@ -572,6 +625,7 @@ export declare class SESv2 extends SESv2Client {
572
625
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
573
626
  listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
574
627
  /**
628
+ * @public
575
629
  * <p>Retrieves a list of email addresses that are on the suppression list for your
576
630
  * account.</p>
577
631
  */
@@ -579,6 +633,7 @@ export declare class SESv2 extends SESv2Client {
579
633
  listSuppressedDestinations(args: ListSuppressedDestinationsCommandInput, cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void): void;
580
634
  listSuppressedDestinations(args: ListSuppressedDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void): void;
581
635
  /**
636
+ * @public
582
637
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
583
638
  * resource. A <i>tag</i> is a label that you optionally define and associate
584
639
  * with a resource. Each tag consists of a required <i>tag key</i> and an
@@ -590,30 +645,35 @@ export declare class SESv2 extends SESv2Client {
590
645
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
591
646
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
592
647
  /**
648
+ * @public
593
649
  * <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</p>
594
650
  */
595
651
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
596
652
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
597
653
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
598
654
  /**
655
+ * @public
599
656
  * <p>Update your Amazon SES account details.</p>
600
657
  */
601
658
  putAccountDetails(args: PutAccountDetailsCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDetailsCommandOutput>;
602
659
  putAccountDetails(args: PutAccountDetailsCommandInput, cb: (err: any, data?: PutAccountDetailsCommandOutput) => void): void;
603
660
  putAccountDetails(args: PutAccountDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDetailsCommandOutput) => void): void;
604
661
  /**
662
+ * @public
605
663
  * <p>Enable or disable the ability of your account to send email.</p>
606
664
  */
607
665
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSendingAttributesCommandOutput>;
608
666
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
609
667
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
610
668
  /**
669
+ * @public
611
670
  * <p>Change the settings for the account-level suppression list.</p>
612
671
  */
613
672
  putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSuppressionAttributesCommandOutput>;
614
673
  putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void): void;
615
674
  putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void): void;
616
675
  /**
676
+ * @public
617
677
  * <p>Update your Amazon SES account VDM attributes.</p>
618
678
  * <p>You can execute this operation no more than once per second.</p>
619
679
  */
@@ -621,6 +681,7 @@ export declare class SESv2 extends SESv2Client {
621
681
  putAccountVdmAttributes(args: PutAccountVdmAttributesCommandInput, cb: (err: any, data?: PutAccountVdmAttributesCommandOutput) => void): void;
622
682
  putAccountVdmAttributes(args: PutAccountVdmAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountVdmAttributesCommandOutput) => void): void;
623
683
  /**
684
+ * @public
624
685
  * <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
625
686
  * to create groups of dedicated IP addresses for sending specific types of email.</p>
626
687
  */
@@ -628,6 +689,7 @@ export declare class SESv2 extends SESv2Client {
628
689
  putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
629
690
  putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
630
691
  /**
692
+ * @public
631
693
  * <p>Enable or disable collection of reputation metrics for emails that you send using a
632
694
  * particular configuration set in a specific Amazon Web Services Region.</p>
633
695
  */
@@ -635,6 +697,7 @@ export declare class SESv2 extends SESv2Client {
635
697
  putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
636
698
  putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
637
699
  /**
700
+ * @public
638
701
  * <p>Enable or disable email sending for messages that use a particular configuration set
639
702
  * in a specific Amazon Web Services Region.</p>
640
703
  */
@@ -642,12 +705,14 @@ export declare class SESv2 extends SESv2Client {
642
705
  putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
643
706
  putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
644
707
  /**
708
+ * @public
645
709
  * <p>Specify the account suppression list preferences for a configuration set.</p>
646
710
  */
647
711
  putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetSuppressionOptionsCommandOutput>;
648
712
  putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void): void;
649
713
  putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void): void;
650
714
  /**
715
+ * @public
651
716
  * <p>Specify a custom domain to use for open and click tracking elements in email that you
652
717
  * send.</p>
653
718
  */
@@ -655,6 +720,7 @@ export declare class SESv2 extends SESv2Client {
655
720
  putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
656
721
  putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
657
722
  /**
723
+ * @public
658
724
  * <p>Specify VDM preferences for email that you send using the configuration set.</p>
659
725
  * <p>You can execute this operation no more than once per second.</p>
660
726
  */
@@ -662,6 +728,7 @@ export declare class SESv2 extends SESv2Client {
662
728
  putConfigurationSetVdmOptions(args: PutConfigurationSetVdmOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void): void;
663
729
  putConfigurationSetVdmOptions(args: PutConfigurationSetVdmOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void): void;
664
730
  /**
731
+ * @public
665
732
  * <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
666
733
  * <note>
667
734
  * <p>The dedicated IP address that you specify must already exist, and must be
@@ -676,12 +743,14 @@ export declare class SESv2 extends SESv2Client {
676
743
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
677
744
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
678
745
  /**
746
+ * @public
679
747
  * <p></p>
680
748
  */
681
749
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
682
750
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
683
751
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
684
752
  /**
753
+ * @public
685
754
  * <p>Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
686
755
  * access to reputation, deliverability, and other metrics for the domains that you use to
687
756
  * send email. You also gain the ability to perform predictive inbox placement tests.</p>
@@ -693,18 +762,21 @@ export declare class SESv2 extends SESv2Client {
693
762
  putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
694
763
  putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
695
764
  /**
765
+ * @public
696
766
  * <p>Used to associate a configuration set with an email identity.</p>
697
767
  */
698
768
  putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityConfigurationSetAttributesCommandOutput>;
699
769
  putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void): void;
700
770
  putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void): void;
701
771
  /**
772
+ * @public
702
773
  * <p>Used to enable or disable DKIM authentication for an email identity.</p>
703
774
  */
704
775
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityDkimAttributesCommandOutput>;
705
776
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
706
777
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
707
778
  /**
779
+ * @public
708
780
  * <p>Used to configure or change the DKIM authentication settings for an email domain
709
781
  * identity. You can use this operation to do any of the following:</p>
710
782
  * <ul>
@@ -733,6 +805,7 @@ export declare class SESv2 extends SESv2Client {
733
805
  putEmailIdentityDkimSigningAttributes(args: PutEmailIdentityDkimSigningAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void): void;
734
806
  putEmailIdentityDkimSigningAttributes(args: PutEmailIdentityDkimSigningAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void): void;
735
807
  /**
808
+ * @public
736
809
  * <p>Used to enable or disable feedback forwarding for an identity. This setting determines
737
810
  * what happens when an identity is used to send an email that results in a bounce or
738
811
  * complaint event.</p>
@@ -748,6 +821,7 @@ export declare class SESv2 extends SESv2Client {
748
821
  putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
749
822
  putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
750
823
  /**
824
+ * @public
751
825
  * <p>Used to enable or disable the custom Mail-From domain configuration for an email
752
826
  * identity.</p>
753
827
  */
@@ -755,18 +829,21 @@ export declare class SESv2 extends SESv2Client {
755
829
  putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
756
830
  putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
757
831
  /**
832
+ * @public
758
833
  * <p>Adds an email address to the suppression list for your account.</p>
759
834
  */
760
835
  putSuppressedDestination(args: PutSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<PutSuppressedDestinationCommandOutput>;
761
836
  putSuppressedDestination(args: PutSuppressedDestinationCommandInput, cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void): void;
762
837
  putSuppressedDestination(args: PutSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void): void;
763
838
  /**
839
+ * @public
764
840
  * <p>Composes an email message to multiple destinations.</p>
765
841
  */
766
842
  sendBulkEmail(args: SendBulkEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendBulkEmailCommandOutput>;
767
843
  sendBulkEmail(args: SendBulkEmailCommandInput, cb: (err: any, data?: SendBulkEmailCommandOutput) => void): void;
768
844
  sendBulkEmail(args: SendBulkEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendBulkEmailCommandOutput) => void): void;
769
845
  /**
846
+ * @public
770
847
  * <p>Adds an email address to the list of identities for your Amazon SES account in the current
771
848
  * Amazon Web Services Region and attempts to verify it. As a result of executing this
772
849
  * operation, a customized verification email is sent to the specified address.</p>
@@ -781,6 +858,7 @@ export declare class SESv2 extends SESv2Client {
781
858
  sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
782
859
  sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
783
860
  /**
861
+ * @public
784
862
  * <p>Sends an email message. You can use the Amazon SES API v2 to send the following types of
785
863
  * messages:</p>
786
864
  * <ul>
@@ -810,6 +888,7 @@ export declare class SESv2 extends SESv2Client {
810
888
  sendEmail(args: SendEmailCommandInput, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
811
889
  sendEmail(args: SendEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
812
890
  /**
891
+ * @public
813
892
  * <p>Add one or more tags (keys and values) to a specified resource. A
814
893
  * <i>tag</i> is a label that you optionally define and associate with a
815
894
  * resource. Tags can help you categorize and manage resources in different ways, such as
@@ -824,6 +903,7 @@ export declare class SESv2 extends SESv2Client {
824
903
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
825
904
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
826
905
  /**
906
+ * @public
827
907
  * <p>Creates a preview of the MIME content of an email when provided with a template and a
828
908
  * set of replacement data.</p>
829
909
  * <p>You can execute this operation no more than once per second.</p>
@@ -832,12 +912,14 @@ export declare class SESv2 extends SESv2Client {
832
912
  testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void): void;
833
913
  testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void): void;
834
914
  /**
915
+ * @public
835
916
  * <p>Remove one or more tags (keys and values) from a specified resource.</p>
836
917
  */
837
918
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
838
919
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
839
920
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
840
921
  /**
922
+ * @public
841
923
  * <p>Update the configuration of an event destination for a configuration set.</p>
842
924
  * <p>
843
925
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
@@ -850,6 +932,7 @@ export declare class SESv2 extends SESv2Client {
850
932
  updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
851
933
  updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
852
934
  /**
935
+ * @public
853
936
  * <p>Updates a contact's preferences for a list. It is not necessary to specify all
854
937
  * existing topic preferences in the TopicPreferences object, just the ones that need
855
938
  * updating.</p>
@@ -858,12 +941,14 @@ export declare class SESv2 extends SESv2Client {
858
941
  updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
859
942
  updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
860
943
  /**
944
+ * @public
861
945
  * <p>Updates contact list metadata. This operation does a complete replacement.</p>
862
946
  */
863
947
  updateContactList(args: UpdateContactListCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactListCommandOutput>;
864
948
  updateContactList(args: UpdateContactListCommandInput, cb: (err: any, data?: UpdateContactListCommandOutput) => void): void;
865
949
  updateContactList(args: UpdateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactListCommandOutput) => void): void;
866
950
  /**
951
+ * @public
867
952
  * <p>Updates an existing custom verification email template.</p>
868
953
  * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
869
954
  * custom verification email templates</a> in the <i>Amazon SES Developer
@@ -874,6 +959,7 @@ export declare class SESv2 extends SESv2Client {
874
959
  updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
875
960
  updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
876
961
  /**
962
+ * @public
877
963
  * <p>Updates the specified sending authorization policy for the given identity (an email
878
964
  * address or a domain). This API returns successfully even if a policy with the specified
879
965
  * name does not exist.</p>
@@ -891,6 +977,7 @@ export declare class SESv2 extends SESv2Client {
891
977
  updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void): void;
892
978
  updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void): void;
893
979
  /**
980
+ * @public
894
981
  * <p>Updates an email template. Email templates enable you to send personalized email to
895
982
  * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
896
983
  * Guide</a>.</p>