@aws-sdk/client-ses 3.929.0 → 3.930.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 (92) hide show
  1. package/dist-cjs/index.js +1945 -5698
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SESClient.js +2 -0
  4. package/dist-es/commands/CloneReceiptRuleSetCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigurationSetCommand.js +3 -9
  6. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +3 -9
  8. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +3 -9
  9. package/dist-es/commands/CreateReceiptFilterCommand.js +3 -9
  10. package/dist-es/commands/CreateReceiptRuleCommand.js +3 -9
  11. package/dist-es/commands/CreateReceiptRuleSetCommand.js +3 -9
  12. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  13. package/dist-es/commands/DeleteConfigurationSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +3 -9
  16. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +3 -9
  17. package/dist-es/commands/DeleteIdentityCommand.js +3 -9
  18. package/dist-es/commands/DeleteIdentityPolicyCommand.js +3 -9
  19. package/dist-es/commands/DeleteReceiptFilterCommand.js +3 -9
  20. package/dist-es/commands/DeleteReceiptRuleCommand.js +3 -9
  21. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +3 -9
  22. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  23. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +3 -9
  24. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +3 -9
  25. package/dist-es/commands/DescribeConfigurationSetCommand.js +3 -9
  26. package/dist-es/commands/DescribeReceiptRuleCommand.js +3 -9
  27. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +3 -9
  28. package/dist-es/commands/GetAccountSendingEnabledCommand.js +3 -9
  29. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +3 -9
  30. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +3 -9
  31. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +3 -9
  32. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +3 -9
  33. package/dist-es/commands/GetIdentityPoliciesCommand.js +3 -9
  34. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +3 -9
  35. package/dist-es/commands/GetSendQuotaCommand.js +3 -9
  36. package/dist-es/commands/GetSendStatisticsCommand.js +3 -9
  37. package/dist-es/commands/GetTemplateCommand.js +3 -9
  38. package/dist-es/commands/ListConfigurationSetsCommand.js +3 -9
  39. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +3 -9
  40. package/dist-es/commands/ListIdentitiesCommand.js +3 -9
  41. package/dist-es/commands/ListIdentityPoliciesCommand.js +3 -9
  42. package/dist-es/commands/ListReceiptFiltersCommand.js +3 -9
  43. package/dist-es/commands/ListReceiptRuleSetsCommand.js +3 -9
  44. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  45. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +3 -9
  46. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +3 -9
  47. package/dist-es/commands/PutIdentityPolicyCommand.js +3 -9
  48. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +3 -9
  49. package/dist-es/commands/SendBounceCommand.js +3 -9
  50. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +3 -9
  51. package/dist-es/commands/SendCustomVerificationEmailCommand.js +3 -9
  52. package/dist-es/commands/SendEmailCommand.js +3 -9
  53. package/dist-es/commands/SendRawEmailCommand.js +3 -9
  54. package/dist-es/commands/SendTemplatedEmailCommand.js +3 -9
  55. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +3 -9
  56. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +3 -9
  57. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +3 -9
  58. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +3 -9
  59. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +3 -9
  60. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +3 -9
  61. package/dist-es/commands/SetReceiptRulePositionCommand.js +3 -9
  62. package/dist-es/commands/TestRenderTemplateCommand.js +3 -9
  63. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +3 -9
  64. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +3 -9
  65. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +3 -9
  66. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +3 -9
  67. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +3 -9
  68. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +3 -9
  69. package/dist-es/commands/UpdateReceiptRuleCommand.js +3 -9
  70. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  71. package/dist-es/commands/VerifyDomainDkimCommand.js +3 -9
  72. package/dist-es/commands/VerifyDomainIdentityCommand.js +3 -9
  73. package/dist-es/commands/VerifyEmailAddressCommand.js +3 -9
  74. package/dist-es/commands/VerifyEmailIdentityCommand.js +3 -9
  75. package/dist-es/runtimeConfig.shared.js +7 -0
  76. package/dist-es/schemas/schemas_0.js +1930 -0
  77. package/dist-types/SESClient.d.ts +10 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  79. package/dist-types/runtimeConfig.d.ts +1 -0
  80. package/dist-types/runtimeConfig.native.d.ts +1 -0
  81. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  82. package/dist-types/schemas/schemas_0.d.ts +308 -0
  83. package/dist-types/ts3.4/SESClient.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +314 -0
  89. package/package.json +34 -34
  90. package/dist-es/protocols/Aws_query.js +0 -5325
  91. package/dist-types/protocols/Aws_query.d.ts +0 -641
  92. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -857

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.