@aws-sdk/client-ses 3.1086.0 → 3.1088.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SES.d.ts +219 -345
  3. package/dist-types/ts3.4/SESClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  32. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  40. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  49. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  56. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  77. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  82. package/dist-types/ts3.4/models/errors.d.ts +33 -150
  83. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  91. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75