@aws-sdk/client-sesv2 3.279.0 → 3.282.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 (88) hide show
  1. package/README.md +691 -0
  2. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateContactCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateContactListCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateImportJobCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteContactCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteContactListCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +6 -0
  24. package/dist-types/commands/GetAccountCommand.d.ts +6 -0
  25. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -0
  26. package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -0
  27. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -0
  28. package/dist-types/commands/GetContactCommand.d.ts +6 -0
  29. package/dist-types/commands/GetContactListCommand.d.ts +6 -0
  30. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
  31. package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -0
  32. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +6 -0
  33. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -0
  35. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -0
  36. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -0
  37. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -0
  38. package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -0
  39. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +6 -0
  40. package/dist-types/commands/GetEmailTemplateCommand.d.ts +6 -0
  41. package/dist-types/commands/GetImportJobCommand.d.ts +6 -0
  42. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +6 -0
  43. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListContactListsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListContactsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -0
  47. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -0
  51. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListImportJobsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -0
  54. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  56. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  57. package/dist-types/commands/PutAccountDetailsCommand.d.ts +6 -0
  58. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -0
  59. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +6 -0
  60. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +6 -0
  61. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -0
  62. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -0
  63. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -0
  64. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +6 -0
  65. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -0
  66. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +6 -0
  67. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -0
  68. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  69. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -0
  70. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +6 -0
  71. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -0
  72. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +6 -0
  73. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -0
  74. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -0
  75. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +6 -0
  76. package/dist-types/commands/SendBulkEmailCommand.d.ts +6 -0
  77. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
  78. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  80. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  82. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -0
  83. package/dist-types/commands/UpdateContactCommand.d.ts +6 -0
  84. package/dist-types/commands/UpdateContactListCommand.d.ts +6 -0
  85. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -0
  86. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +6 -0
  87. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +6 -0
  88. package/package.json +17 -17
package/README.md CHANGED
@@ -210,3 +210,694 @@ To contribute to client you can check our [generate clients scripts](https://git
210
210
  This SDK is distributed under the
211
211
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
212
212
  see LICENSE for more information.
213
+
214
+ ## Client Commands (Operations List)
215
+
216
+ <details>
217
+ <summary>
218
+ BatchGetMetricData
219
+ </summary>
220
+
221
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/batchgetmetricdatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/batchgetmetricdatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/batchgetmetricdatacommandoutput.html)
222
+
223
+ </details>
224
+ <details>
225
+ <summary>
226
+ CreateConfigurationSet
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createconfigurationsetcommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ CreateConfigurationSetEventDestination
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createconfigurationseteventdestinationcommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ CreateContact
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createcontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcontactcommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ CreateContactList
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createcontactlistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcontactlistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcontactlistcommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ CreateCustomVerificationEmailTemplate
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createcustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createcustomverificationemailtemplatecommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ CreateDedicatedIpPool
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/creatededicatedippoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/creatededicatedippoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/creatededicatedippoolcommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ CreateDeliverabilityTestReport
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createdeliverabilitytestreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createdeliverabilitytestreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createdeliverabilitytestreportcommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ CreateEmailIdentity
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailidentitycommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ CreateEmailIdentityPolicy
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailidentitypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailidentitypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailidentitypolicycommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ CreateEmailTemplate
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createemailtemplatecommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ CreateImportJob
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/createimportjobcommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ DeleteConfigurationSet
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deleteconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteconfigurationsetcommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ DeleteConfigurationSetEventDestination
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deleteconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteconfigurationseteventdestinationcommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ DeleteContact
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deletecontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecontactcommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ DeleteContactList
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deletecontactlistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecontactlistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecontactlistcommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ DeleteCustomVerificationEmailTemplate
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deletecustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletecustomverificationemailtemplatecommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ DeleteDedicatedIpPool
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deletededicatedippoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletededicatedippoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletededicatedippoolcommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ DeleteEmailIdentity
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deleteemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailidentitycommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ DeleteEmailIdentityPolicy
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deleteemailidentitypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailidentitypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailidentitypolicycommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ DeleteEmailTemplate
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deleteemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deleteemailtemplatecommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ DeleteSuppressedDestination
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/deletesuppresseddestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletesuppresseddestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/deletesuppresseddestinationcommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ GetAccount
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getaccountcommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ GetBlacklistReports
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getblacklistreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getblacklistreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getblacklistreportscommandoutput.html)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ GetConfigurationSet
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getconfigurationsetcommandoutput.html)
414
+
415
+ </details>
416
+ <details>
417
+ <summary>
418
+ GetConfigurationSetEventDestinations
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getconfigurationseteventdestinationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getconfigurationseteventdestinationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getconfigurationseteventdestinationscommandoutput.html)
422
+
423
+ </details>
424
+ <details>
425
+ <summary>
426
+ GetContact
427
+ </summary>
428
+
429
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getcontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcontactcommandoutput.html)
430
+
431
+ </details>
432
+ <details>
433
+ <summary>
434
+ GetContactList
435
+ </summary>
436
+
437
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getcontactlistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcontactlistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcontactlistcommandoutput.html)
438
+
439
+ </details>
440
+ <details>
441
+ <summary>
442
+ GetCustomVerificationEmailTemplate
443
+ </summary>
444
+
445
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getcustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getcustomverificationemailtemplatecommandoutput.html)
446
+
447
+ </details>
448
+ <details>
449
+ <summary>
450
+ GetDedicatedIp
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdedicatedipcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedipcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedipcommandoutput.html)
454
+
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ GetDedicatedIpPool
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdedicatedippoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedippoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedippoolcommandoutput.html)
462
+
463
+ </details>
464
+ <details>
465
+ <summary>
466
+ GetDedicatedIps
467
+ </summary>
468
+
469
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdedicatedipscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedipscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdedicatedipscommandoutput.html)
470
+
471
+ </details>
472
+ <details>
473
+ <summary>
474
+ GetDeliverabilityDashboardOptions
475
+ </summary>
476
+
477
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdeliverabilitydashboardoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdeliverabilitydashboardoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdeliverabilitydashboardoptionscommandoutput.html)
478
+
479
+ </details>
480
+ <details>
481
+ <summary>
482
+ GetDeliverabilityTestReport
483
+ </summary>
484
+
485
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdeliverabilitytestreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdeliverabilitytestreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdeliverabilitytestreportcommandoutput.html)
486
+
487
+ </details>
488
+ <details>
489
+ <summary>
490
+ GetDomainDeliverabilityCampaign
491
+ </summary>
492
+
493
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdomaindeliverabilitycampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdomaindeliverabilitycampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdomaindeliverabilitycampaigncommandoutput.html)
494
+
495
+ </details>
496
+ <details>
497
+ <summary>
498
+ GetDomainStatisticsReport
499
+ </summary>
500
+
501
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getdomainstatisticsreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdomainstatisticsreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getdomainstatisticsreportcommandoutput.html)
502
+
503
+ </details>
504
+ <details>
505
+ <summary>
506
+ GetEmailIdentity
507
+ </summary>
508
+
509
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailidentitycommandoutput.html)
510
+
511
+ </details>
512
+ <details>
513
+ <summary>
514
+ GetEmailIdentityPolicies
515
+ </summary>
516
+
517
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailidentitypoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailidentitypoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailidentitypoliciescommandoutput.html)
518
+
519
+ </details>
520
+ <details>
521
+ <summary>
522
+ GetEmailTemplate
523
+ </summary>
524
+
525
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getemailtemplatecommandoutput.html)
526
+
527
+ </details>
528
+ <details>
529
+ <summary>
530
+ GetImportJob
531
+ </summary>
532
+
533
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getimportjobcommandoutput.html)
534
+
535
+ </details>
536
+ <details>
537
+ <summary>
538
+ GetSuppressedDestination
539
+ </summary>
540
+
541
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getsuppresseddestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getsuppresseddestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/getsuppresseddestinationcommandoutput.html)
542
+
543
+ </details>
544
+ <details>
545
+ <summary>
546
+ ListConfigurationSets
547
+ </summary>
548
+
549
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listconfigurationsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listconfigurationsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listconfigurationsetscommandoutput.html)
550
+
551
+ </details>
552
+ <details>
553
+ <summary>
554
+ ListContactLists
555
+ </summary>
556
+
557
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listcontactlistscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcontactlistscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcontactlistscommandoutput.html)
558
+
559
+ </details>
560
+ <details>
561
+ <summary>
562
+ ListContacts
563
+ </summary>
564
+
565
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listcontactscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcontactscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcontactscommandoutput.html)
566
+
567
+ </details>
568
+ <details>
569
+ <summary>
570
+ ListCustomVerificationEmailTemplates
571
+ </summary>
572
+
573
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listcustomverificationemailtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcustomverificationemailtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listcustomverificationemailtemplatescommandoutput.html)
574
+
575
+ </details>
576
+ <details>
577
+ <summary>
578
+ ListDedicatedIpPools
579
+ </summary>
580
+
581
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listdedicatedippoolscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdedicatedippoolscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdedicatedippoolscommandoutput.html)
582
+
583
+ </details>
584
+ <details>
585
+ <summary>
586
+ ListDeliverabilityTestReports
587
+ </summary>
588
+
589
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listdeliverabilitytestreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdeliverabilitytestreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdeliverabilitytestreportscommandoutput.html)
590
+
591
+ </details>
592
+ <details>
593
+ <summary>
594
+ ListDomainDeliverabilityCampaigns
595
+ </summary>
596
+
597
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listdomaindeliverabilitycampaignscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdomaindeliverabilitycampaignscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listdomaindeliverabilitycampaignscommandoutput.html)
598
+
599
+ </details>
600
+ <details>
601
+ <summary>
602
+ ListEmailIdentities
603
+ </summary>
604
+
605
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listemailidentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listemailidentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listemailidentitiescommandoutput.html)
606
+
607
+ </details>
608
+ <details>
609
+ <summary>
610
+ ListEmailTemplates
611
+ </summary>
612
+
613
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listemailtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listemailtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listemailtemplatescommandoutput.html)
614
+
615
+ </details>
616
+ <details>
617
+ <summary>
618
+ ListImportJobs
619
+ </summary>
620
+
621
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listimportjobscommandoutput.html)
622
+
623
+ </details>
624
+ <details>
625
+ <summary>
626
+ ListRecommendations
627
+ </summary>
628
+
629
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listrecommendationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listrecommendationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listrecommendationscommandoutput.html)
630
+
631
+ </details>
632
+ <details>
633
+ <summary>
634
+ ListSuppressedDestinations
635
+ </summary>
636
+
637
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listsuppresseddestinationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listsuppresseddestinationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listsuppresseddestinationscommandoutput.html)
638
+
639
+ </details>
640
+ <details>
641
+ <summary>
642
+ ListTagsForResource
643
+ </summary>
644
+
645
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/listtagsforresourcecommandoutput.html)
646
+
647
+ </details>
648
+ <details>
649
+ <summary>
650
+ PutAccountDedicatedIpWarmupAttributes
651
+ </summary>
652
+
653
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putaccountdedicatedipwarmupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountdedicatedipwarmupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountdedicatedipwarmupattributescommandoutput.html)
654
+
655
+ </details>
656
+ <details>
657
+ <summary>
658
+ PutAccountDetails
659
+ </summary>
660
+
661
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putaccountdetailscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountdetailscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountdetailscommandoutput.html)
662
+
663
+ </details>
664
+ <details>
665
+ <summary>
666
+ PutAccountSendingAttributes
667
+ </summary>
668
+
669
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putaccountsendingattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountsendingattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountsendingattributescommandoutput.html)
670
+
671
+ </details>
672
+ <details>
673
+ <summary>
674
+ PutAccountSuppressionAttributes
675
+ </summary>
676
+
677
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putaccountsuppressionattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountsuppressionattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountsuppressionattributescommandoutput.html)
678
+
679
+ </details>
680
+ <details>
681
+ <summary>
682
+ PutAccountVdmAttributes
683
+ </summary>
684
+
685
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putaccountvdmattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountvdmattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putaccountvdmattributescommandoutput.html)
686
+
687
+ </details>
688
+ <details>
689
+ <summary>
690
+ PutConfigurationSetDeliveryOptions
691
+ </summary>
692
+
693
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsetdeliveryoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetdeliveryoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetdeliveryoptionscommandoutput.html)
694
+
695
+ </details>
696
+ <details>
697
+ <summary>
698
+ PutConfigurationSetReputationOptions
699
+ </summary>
700
+
701
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsetreputationoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetreputationoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetreputationoptionscommandoutput.html)
702
+
703
+ </details>
704
+ <details>
705
+ <summary>
706
+ PutConfigurationSetSendingOptions
707
+ </summary>
708
+
709
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsetsendingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetsendingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetsendingoptionscommandoutput.html)
710
+
711
+ </details>
712
+ <details>
713
+ <summary>
714
+ PutConfigurationSetSuppressionOptions
715
+ </summary>
716
+
717
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsetsuppressionoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetsuppressionoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetsuppressionoptionscommandoutput.html)
718
+
719
+ </details>
720
+ <details>
721
+ <summary>
722
+ PutConfigurationSetTrackingOptions
723
+ </summary>
724
+
725
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsettrackingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsettrackingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsettrackingoptionscommandoutput.html)
726
+
727
+ </details>
728
+ <details>
729
+ <summary>
730
+ PutConfigurationSetVdmOptions
731
+ </summary>
732
+
733
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putconfigurationsetvdmoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetvdmoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putconfigurationsetvdmoptionscommandoutput.html)
734
+
735
+ </details>
736
+ <details>
737
+ <summary>
738
+ PutDedicatedIpInPool
739
+ </summary>
740
+
741
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putdedicatedipinpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdedicatedipinpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdedicatedipinpoolcommandoutput.html)
742
+
743
+ </details>
744
+ <details>
745
+ <summary>
746
+ PutDedicatedIpWarmupAttributes
747
+ </summary>
748
+
749
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putdedicatedipwarmupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdedicatedipwarmupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdedicatedipwarmupattributescommandoutput.html)
750
+
751
+ </details>
752
+ <details>
753
+ <summary>
754
+ PutDeliverabilityDashboardOption
755
+ </summary>
756
+
757
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putdeliverabilitydashboardoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdeliverabilitydashboardoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putdeliverabilitydashboardoptioncommandoutput.html)
758
+
759
+ </details>
760
+ <details>
761
+ <summary>
762
+ PutEmailIdentityConfigurationSetAttributes
763
+ </summary>
764
+
765
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putemailidentityconfigurationsetattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentityconfigurationsetattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentityconfigurationsetattributescommandoutput.html)
766
+
767
+ </details>
768
+ <details>
769
+ <summary>
770
+ PutEmailIdentityDkimAttributes
771
+ </summary>
772
+
773
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putemailidentitydkimattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitydkimattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitydkimattributescommandoutput.html)
774
+
775
+ </details>
776
+ <details>
777
+ <summary>
778
+ PutEmailIdentityDkimSigningAttributes
779
+ </summary>
780
+
781
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putemailidentitydkimsigningattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitydkimsigningattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitydkimsigningattributescommandoutput.html)
782
+
783
+ </details>
784
+ <details>
785
+ <summary>
786
+ PutEmailIdentityFeedbackAttributes
787
+ </summary>
788
+
789
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putemailidentityfeedbackattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentityfeedbackattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentityfeedbackattributescommandoutput.html)
790
+
791
+ </details>
792
+ <details>
793
+ <summary>
794
+ PutEmailIdentityMailFromAttributes
795
+ </summary>
796
+
797
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putemailidentitymailfromattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitymailfromattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putemailidentitymailfromattributescommandoutput.html)
798
+
799
+ </details>
800
+ <details>
801
+ <summary>
802
+ PutSuppressedDestination
803
+ </summary>
804
+
805
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/putsuppresseddestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putsuppresseddestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/putsuppresseddestinationcommandoutput.html)
806
+
807
+ </details>
808
+ <details>
809
+ <summary>
810
+ SendBulkEmail
811
+ </summary>
812
+
813
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendbulkemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendbulkemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendbulkemailcommandoutput.html)
814
+
815
+ </details>
816
+ <details>
817
+ <summary>
818
+ SendCustomVerificationEmail
819
+ </summary>
820
+
821
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendcustomverificationemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendcustomverificationemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendcustomverificationemailcommandoutput.html)
822
+
823
+ </details>
824
+ <details>
825
+ <summary>
826
+ SendEmail
827
+ </summary>
828
+
829
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/sendemailcommandoutput.html)
830
+
831
+ </details>
832
+ <details>
833
+ <summary>
834
+ TagResource
835
+ </summary>
836
+
837
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/tagresourcecommandoutput.html)
838
+
839
+ </details>
840
+ <details>
841
+ <summary>
842
+ TestRenderEmailTemplate
843
+ </summary>
844
+
845
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/testrenderemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/testrenderemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/testrenderemailtemplatecommandoutput.html)
846
+
847
+ </details>
848
+ <details>
849
+ <summary>
850
+ UntagResource
851
+ </summary>
852
+
853
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/untagresourcecommandoutput.html)
854
+
855
+ </details>
856
+ <details>
857
+ <summary>
858
+ UpdateConfigurationSetEventDestination
859
+ </summary>
860
+
861
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateconfigurationseteventdestinationcommandoutput.html)
862
+
863
+ </details>
864
+ <details>
865
+ <summary>
866
+ UpdateContact
867
+ </summary>
868
+
869
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updatecontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecontactcommandoutput.html)
870
+
871
+ </details>
872
+ <details>
873
+ <summary>
874
+ UpdateContactList
875
+ </summary>
876
+
877
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updatecontactlistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecontactlistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecontactlistcommandoutput.html)
878
+
879
+ </details>
880
+ <details>
881
+ <summary>
882
+ UpdateCustomVerificationEmailTemplate
883
+ </summary>
884
+
885
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updatecustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updatecustomverificationemailtemplatecommandoutput.html)
886
+
887
+ </details>
888
+ <details>
889
+ <summary>
890
+ UpdateEmailIdentityPolicy
891
+ </summary>
892
+
893
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailidentitypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateemailidentitypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateemailidentitypolicycommandoutput.html)
894
+
895
+ </details>
896
+ <details>
897
+ <summary>
898
+ UpdateEmailTemplate
899
+ </summary>
900
+
901
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/interfaces/updateemailtemplatecommandoutput.html)
902
+
903
+ </details>