@depup/aws-sdk__client-ses 3.1005.0-depup.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 (305) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +31 -0
  3. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  4. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  5. package/dist-cjs/endpoint/ruleset.js +7 -0
  6. package/dist-cjs/index.js +1307 -0
  7. package/dist-cjs/models/SESServiceException.js +12 -0
  8. package/dist-cjs/models/errors.js +504 -0
  9. package/dist-cjs/runtimeConfig.browser.js +38 -0
  10. package/dist-cjs/runtimeConfig.js +53 -0
  11. package/dist-cjs/runtimeConfig.native.js +15 -0
  12. package/dist-cjs/runtimeConfig.shared.js +44 -0
  13. package/dist-cjs/schemas/schemas_0.js +1812 -0
  14. package/dist-es/SES.js +159 -0
  15. package/dist-es/SESClient.js +50 -0
  16. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  17. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  18. package/dist-es/commands/CloneReceiptRuleSetCommand.js +16 -0
  19. package/dist-es/commands/CreateConfigurationSetCommand.js +16 -0
  20. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +16 -0
  21. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +16 -0
  22. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +16 -0
  23. package/dist-es/commands/CreateReceiptFilterCommand.js +16 -0
  24. package/dist-es/commands/CreateReceiptRuleCommand.js +16 -0
  25. package/dist-es/commands/CreateReceiptRuleSetCommand.js +16 -0
  26. package/dist-es/commands/CreateTemplateCommand.js +16 -0
  27. package/dist-es/commands/DeleteConfigurationSetCommand.js +16 -0
  28. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +16 -0
  29. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +16 -0
  30. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +16 -0
  31. package/dist-es/commands/DeleteIdentityCommand.js +16 -0
  32. package/dist-es/commands/DeleteIdentityPolicyCommand.js +16 -0
  33. package/dist-es/commands/DeleteReceiptFilterCommand.js +16 -0
  34. package/dist-es/commands/DeleteReceiptRuleCommand.js +16 -0
  35. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +16 -0
  36. package/dist-es/commands/DeleteTemplateCommand.js +16 -0
  37. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +16 -0
  38. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +16 -0
  39. package/dist-es/commands/DescribeConfigurationSetCommand.js +16 -0
  40. package/dist-es/commands/DescribeReceiptRuleCommand.js +16 -0
  41. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +16 -0
  42. package/dist-es/commands/GetAccountSendingEnabledCommand.js +16 -0
  43. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +16 -0
  44. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +16 -0
  45. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +16 -0
  46. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +16 -0
  47. package/dist-es/commands/GetIdentityPoliciesCommand.js +16 -0
  48. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +16 -0
  49. package/dist-es/commands/GetSendQuotaCommand.js +16 -0
  50. package/dist-es/commands/GetSendStatisticsCommand.js +16 -0
  51. package/dist-es/commands/GetTemplateCommand.js +16 -0
  52. package/dist-es/commands/ListConfigurationSetsCommand.js +16 -0
  53. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +16 -0
  54. package/dist-es/commands/ListIdentitiesCommand.js +16 -0
  55. package/dist-es/commands/ListIdentityPoliciesCommand.js +16 -0
  56. package/dist-es/commands/ListReceiptFiltersCommand.js +16 -0
  57. package/dist-es/commands/ListReceiptRuleSetsCommand.js +16 -0
  58. package/dist-es/commands/ListTemplatesCommand.js +16 -0
  59. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +16 -0
  60. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +16 -0
  61. package/dist-es/commands/PutIdentityPolicyCommand.js +16 -0
  62. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +16 -0
  63. package/dist-es/commands/SendBounceCommand.js +16 -0
  64. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +16 -0
  65. package/dist-es/commands/SendCustomVerificationEmailCommand.js +16 -0
  66. package/dist-es/commands/SendEmailCommand.js +16 -0
  67. package/dist-es/commands/SendRawEmailCommand.js +16 -0
  68. package/dist-es/commands/SendTemplatedEmailCommand.js +16 -0
  69. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +16 -0
  70. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +16 -0
  71. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +16 -0
  72. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +16 -0
  73. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +16 -0
  74. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +16 -0
  75. package/dist-es/commands/SetReceiptRulePositionCommand.js +16 -0
  76. package/dist-es/commands/TestRenderTemplateCommand.js +16 -0
  77. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +16 -0
  78. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +16 -0
  79. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +16 -0
  80. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +16 -0
  81. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +16 -0
  82. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +16 -0
  83. package/dist-es/commands/UpdateReceiptRuleCommand.js +16 -0
  84. package/dist-es/commands/UpdateTemplateCommand.js +16 -0
  85. package/dist-es/commands/VerifyDomainDkimCommand.js +16 -0
  86. package/dist-es/commands/VerifyDomainIdentityCommand.js +16 -0
  87. package/dist-es/commands/VerifyEmailAddressCommand.js +16 -0
  88. package/dist-es/commands/VerifyEmailIdentityCommand.js +16 -0
  89. package/dist-es/commands/index.js +71 -0
  90. package/dist-es/endpoint/EndpointParameters.js +13 -0
  91. package/dist-es/endpoint/endpointResolver.js +14 -0
  92. package/dist-es/endpoint/ruleset.js +4 -0
  93. package/dist-es/extensionConfiguration.js +1 -0
  94. package/dist-es/index.js +10 -0
  95. package/dist-es/models/SESServiceException.js +8 -0
  96. package/dist-es/models/enums.js +97 -0
  97. package/dist-es/models/errors.js +467 -0
  98. package/dist-es/models/models_0.js +1 -0
  99. package/dist-es/pagination/Interfaces.js +1 -0
  100. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
  101. package/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
  102. package/dist-es/pagination/index.js +3 -0
  103. package/dist-es/runtimeConfig.browser.js +33 -0
  104. package/dist-es/runtimeConfig.js +48 -0
  105. package/dist-es/runtimeConfig.native.js +11 -0
  106. package/dist-es/runtimeConfig.shared.js +40 -0
  107. package/dist-es/runtimeExtensions.js +9 -0
  108. package/dist-es/schemas/schemas_0.js +1804 -0
  109. package/dist-es/waiters/index.js +1 -0
  110. package/dist-es/waiters/waitForIdentityExists.js +38 -0
  111. package/dist-types/SES.d.ts +574 -0
  112. package/dist-types/SESClient.d.ts +291 -0
  113. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  114. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  115. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +102 -0
  116. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +91 -0
  117. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +128 -0
  118. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +99 -0
  119. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +97 -0
  120. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +108 -0
  121. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +188 -0
  122. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +95 -0
  123. package/dist-types/commands/CreateTemplateCommand.d.ts +92 -0
  124. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +78 -0
  125. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +83 -0
  126. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +87 -0
  127. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +76 -0
  128. package/dist-types/commands/DeleteIdentityCommand.d.ts +87 -0
  129. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +98 -0
  130. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +88 -0
  131. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +93 -0
  132. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +95 -0
  133. package/dist-types/commands/DeleteTemplateCommand.d.ts +73 -0
  134. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +86 -0
  135. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +164 -0
  136. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +121 -0
  137. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +164 -0
  138. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +171 -0
  139. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +86 -0
  140. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +88 -0
  141. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +139 -0
  142. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +108 -0
  143. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +118 -0
  144. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +110 -0
  145. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +118 -0
  146. package/dist-types/commands/GetSendQuotaCommand.d.ts +90 -0
  147. package/dist-types/commands/GetSendStatisticsCommand.d.ts +118 -0
  148. package/dist-types/commands/GetTemplateCommand.d.ts +85 -0
  149. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +90 -0
  150. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +89 -0
  151. package/dist-types/commands/ListIdentitiesCommand.d.ts +111 -0
  152. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +104 -0
  153. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +105 -0
  154. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +107 -0
  155. package/dist-types/commands/ListTemplatesCommand.d.ts +83 -0
  156. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +91 -0
  157. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +81 -0
  158. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +103 -0
  159. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +105 -0
  160. package/dist-types/commands/SendBounceCommand.d.ts +121 -0
  161. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +185 -0
  162. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +102 -0
  163. package/dist-types/commands/SendEmailCommand.d.ts +222 -0
  164. package/dist-types/commands/SendRawEmailCommand.d.ts +233 -0
  165. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +174 -0
  166. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +95 -0
  167. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +100 -0
  168. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +97 -0
  169. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +94 -0
  170. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +97 -0
  171. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +97 -0
  172. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +98 -0
  173. package/dist-types/commands/TestRenderTemplateCommand.d.ts +90 -0
  174. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +90 -0
  175. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +124 -0
  176. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +94 -0
  177. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +95 -0
  178. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +98 -0
  179. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +92 -0
  180. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +183 -0
  181. package/dist-types/commands/UpdateTemplateCommand.d.ts +88 -0
  182. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +133 -0
  183. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +94 -0
  184. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +86 -0
  185. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +88 -0
  186. package/dist-types/commands/index.d.ts +71 -0
  187. package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
  188. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  189. package/dist-types/endpoint/ruleset.d.ts +2 -0
  190. package/dist-types/extensionConfiguration.d.ts +9 -0
  191. package/dist-types/index.d.ts +51 -0
  192. package/dist-types/models/SESServiceException.d.ts +14 -0
  193. package/dist-types/models/enums.d.ts +225 -0
  194. package/dist-types/models/errors.d.ts +588 -0
  195. package/dist-types/models/models_0.d.ts +3848 -0
  196. package/dist-types/pagination/Interfaces.d.ts +8 -0
  197. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
  198. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
  199. package/dist-types/pagination/index.d.ts +3 -0
  200. package/dist-types/runtimeConfig.browser.d.ts +55 -0
  201. package/dist-types/runtimeConfig.d.ts +55 -0
  202. package/dist-types/runtimeConfig.native.d.ts +54 -0
  203. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  204. package/dist-types/runtimeExtensions.d.ts +17 -0
  205. package/dist-types/schemas/schemas_0.d.ts +286 -0
  206. package/dist-types/ts3.4/SES.d.ts +1368 -0
  207. package/dist-types/ts3.4/SESClient.d.ts +542 -0
  208. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  209. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
  210. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
  211. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
  212. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  214. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  215. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
  216. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
  217. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
  218. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
  219. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
  220. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  222. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
  223. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
  224. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
  225. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
  226. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
  228. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
  229. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
  230. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
  235. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
  237. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
  238. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
  239. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
  242. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
  243. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  244. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
  245. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
  247. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
  248. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
  249. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
  250. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
  251. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
  252. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
  256. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
  258. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
  259. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
  260. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
  261. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
  262. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
  263. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
  264. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
  265. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
  270. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
  272. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
  273. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  275. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
  277. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
  278. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
  279. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
  280. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/index.d.ts +71 -0
  282. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  283. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  284. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  285. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  286. package/dist-types/ts3.4/index.d.ts +13 -0
  287. package/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
  288. package/dist-types/ts3.4/models/enums.d.ts +123 -0
  289. package/dist-types/ts3.4/models/errors.d.ts +330 -0
  290. package/dist-types/ts3.4/models/models_0.d.ts +665 -0
  291. package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  292. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
  293. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
  294. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  295. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
  296. package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
  297. package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  298. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  299. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  300. package/dist-types/ts3.4/schemas/schemas_0.d.ts +285 -0
  301. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  302. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
  303. package/dist-types/waiters/index.d.ts +1 -0
  304. package/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
  305. package/package.json +122 -0
@@ -0,0 +1,3848 @@
1
+ import { BehaviorOnMXFailure, BounceType, BulkEmailStatus, ConfigurationSetAttribute, CustomMailFromStatus, DimensionValueSource, DsnAction, EventType, IdentityType, InvocationType, NotificationType, ReceiptFilterPolicy, SNSActionEncoding, StopScope, TlsPolicy, VerificationStatus } from "./enums";
2
+ /**
3
+ * <p>When included in a receipt rule, this action adds a header to the received
4
+ * email.</p>
5
+ * <p>For information about adding a header using a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-add-header.html">Amazon SES Developer Guide</a>.</p>
6
+ * @public
7
+ */
8
+ export interface AddHeaderAction {
9
+ /**
10
+ * <p>The name of the header to add to the incoming message. The name must contain at least
11
+ * one character, and can contain up to 50 characters. It consists of alphanumeric (a–z,
12
+ * A–Z, 0–9) characters and dashes.</p>
13
+ * @public
14
+ */
15
+ HeaderName: string | undefined;
16
+ /**
17
+ * <p>The content to include in the header. This value can contain up to 2048 characters. It
18
+ * can't contain newline (<code>\n</code>) or carriage return (<code>\r</code>)
19
+ * characters.</p>
20
+ * @public
21
+ */
22
+ HeaderValue: string | undefined;
23
+ }
24
+ /**
25
+ * <p>Represents textual data, plus an optional character set specification.</p>
26
+ * <p>By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol.
27
+ * If the text must contain any other characters, then you must also specify a character
28
+ * set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.</p>
29
+ * @public
30
+ */
31
+ export interface Content {
32
+ /**
33
+ * <p>The textual data of the content.</p>
34
+ * @public
35
+ */
36
+ Data: string | undefined;
37
+ /**
38
+ * <p>The character set of the content.</p>
39
+ * @public
40
+ */
41
+ Charset?: string | undefined;
42
+ }
43
+ /**
44
+ * <p>Represents the body of the message. You can specify text, HTML, or both. If you use
45
+ * both, then the message should display correctly in the widest variety of email
46
+ * clients.</p>
47
+ * @public
48
+ */
49
+ export interface Body {
50
+ /**
51
+ * <p>The content of the message, in text format. Use this for text-based email clients, or
52
+ * clients on high-latency networks (such as mobile devices).</p>
53
+ * @public
54
+ */
55
+ Text?: Content | undefined;
56
+ /**
57
+ * <p>The content of the message, in HTML format. Use this for email clients that can
58
+ * process HTML. You can include clickable links, formatted text, and much more in an HTML
59
+ * message.</p>
60
+ * @public
61
+ */
62
+ Html?: Content | undefined;
63
+ }
64
+ /**
65
+ * <p>When included in a receipt rule, this action rejects the received email by returning a
66
+ * bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service
67
+ * (Amazon SNS).</p>
68
+ * <p>For information about sending a bounce message in response to a received email, see
69
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-bounce.html">Amazon SES Developer Guide</a>.</p>
70
+ * @public
71
+ */
72
+ export interface BounceAction {
73
+ /**
74
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is
75
+ * taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
76
+ * Amazon SNS.</p>
77
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
78
+ * @public
79
+ */
80
+ TopicArn?: string | undefined;
81
+ /**
82
+ * <p>The SMTP reply code, as defined by <a href="https://tools.ietf.org/html/rfc5321">RFC 5321</a>.</p>
83
+ * @public
84
+ */
85
+ SmtpReplyCode: string | undefined;
86
+ /**
87
+ * <p>The SMTP enhanced status code, as defined by <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a>.</p>
88
+ * @public
89
+ */
90
+ StatusCode?: string | undefined;
91
+ /**
92
+ * <p>Human-readable text to include in the bounce message.</p>
93
+ * @public
94
+ */
95
+ Message: string | undefined;
96
+ /**
97
+ * <p>The email address of the sender of the bounced email. This is the address from which
98
+ * the bounce message is sent.</p>
99
+ * @public
100
+ */
101
+ Sender: string | undefined;
102
+ }
103
+ /**
104
+ * <p>Additional X-headers to include in the Delivery Status Notification (DSN) when an
105
+ * email that Amazon SES receives on your behalf bounces.</p>
106
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
107
+ * Guide</a>.</p>
108
+ * @public
109
+ */
110
+ export interface ExtensionField {
111
+ /**
112
+ * <p>The name of the header to add. Must be between 1 and 50 characters, inclusive, and
113
+ * consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.</p>
114
+ * @public
115
+ */
116
+ Name: string | undefined;
117
+ /**
118
+ * <p>The value of the header to add. Must contain 2048 characters or fewer, and must not
119
+ * contain newline characters ("\r" or "\n").</p>
120
+ * @public
121
+ */
122
+ Value: string | undefined;
123
+ }
124
+ /**
125
+ * <p>Recipient-related information to include in the Delivery Status Notification (DSN)
126
+ * when an email that Amazon SES receives on your behalf bounces.</p>
127
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
128
+ * Guide</a>.</p>
129
+ * @public
130
+ */
131
+ export interface RecipientDsnFields {
132
+ /**
133
+ * <p>The email address that the message was ultimately delivered to. This corresponds to
134
+ * the <code>Final-Recipient</code> in the DSN. If not specified,
135
+ * <code>FinalRecipient</code> is set to the <code>Recipient</code> specified in the
136
+ * <code>BouncedRecipientInfo</code> structure. Either <code>FinalRecipient</code> or
137
+ * the recipient in <code>BouncedRecipientInfo</code> must be a recipient of the original
138
+ * bounced message.</p>
139
+ * <note>
140
+ * <p>Do not prepend the <code>FinalRecipient</code> email address with <code>rfc
141
+ * 822;</code>, as described in <a href="https://tools.ietf.org/html/rfc3798">RFC 3798</a>.</p>
142
+ * </note>
143
+ * @public
144
+ */
145
+ FinalRecipient?: string | undefined;
146
+ /**
147
+ * <p>The action performed by the reporting mail transfer agent (MTA) as a result of its
148
+ * attempt to deliver the message to the recipient address. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
149
+ * @public
150
+ */
151
+ Action: DsnAction | undefined;
152
+ /**
153
+ * <p>The MTA to which the remote MTA attempted to deliver the message, formatted as
154
+ * specified in <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
155
+ * (<code>mta-name-type; mta-name</code>). This parameter typically applies only to
156
+ * propagating synchronous bounces.</p>
157
+ * @public
158
+ */
159
+ RemoteMta?: string | undefined;
160
+ /**
161
+ * <p>The status code that indicates what went wrong. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
162
+ * @public
163
+ */
164
+ Status: string | undefined;
165
+ /**
166
+ * <p>An extended explanation of what went wrong; this is usually an SMTP response. See
167
+ * <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a> for the correct
168
+ * formatting of this parameter.</p>
169
+ * @public
170
+ */
171
+ DiagnosticCode?: string | undefined;
172
+ /**
173
+ * <p>The time the final delivery attempt was made, in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
174
+ * @public
175
+ */
176
+ LastAttemptDate?: Date | undefined;
177
+ /**
178
+ * <p>Additional X-headers to include in the DSN.</p>
179
+ * @public
180
+ */
181
+ ExtensionFields?: ExtensionField[] | undefined;
182
+ }
183
+ /**
184
+ * <p>Recipient-related information to include in the Delivery Status Notification (DSN)
185
+ * when an email that Amazon SES receives on your behalf bounces.</p>
186
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
187
+ * Guide</a>.</p>
188
+ * @public
189
+ */
190
+ export interface BouncedRecipientInfo {
191
+ /**
192
+ * <p>The email address of the recipient of the bounced email.</p>
193
+ * @public
194
+ */
195
+ Recipient: string | undefined;
196
+ /**
197
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
198
+ * that is associated with the sending authorization policy that permits you to receive
199
+ * email for the recipient of the bounced email. For more information about sending
200
+ * authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
201
+ * @public
202
+ */
203
+ RecipientArn?: string | undefined;
204
+ /**
205
+ * <p>The reason for the bounce. You must provide either this parameter or
206
+ * <code>RecipientDsnFields</code>.</p>
207
+ * @public
208
+ */
209
+ BounceType?: BounceType | undefined;
210
+ /**
211
+ * <p>Recipient-related DSN fields, most of which would normally be filled in automatically
212
+ * when provided with a <code>BounceType</code>. You must provide either this parameter or
213
+ * <code>BounceType</code>.</p>
214
+ * @public
215
+ */
216
+ RecipientDsnFields?: RecipientDsnFields | undefined;
217
+ }
218
+ /**
219
+ * <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
220
+ * fields.</p>
221
+ * <note>
222
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
223
+ * email address string must be 7-bit ASCII. If you want to send to or from email
224
+ * addresses that contain Unicode characters in the domain part of an address, you must
225
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
226
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
227
+ * want to use Unicode characters in the "friendly from" name, you must encode the
228
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
229
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
230
+ * </note>
231
+ * @public
232
+ */
233
+ export interface Destination {
234
+ /**
235
+ * <p>The recipients to place on the To: line of the message.</p>
236
+ * @public
237
+ */
238
+ ToAddresses?: string[] | undefined;
239
+ /**
240
+ * <p>The recipients to place on the CC: line of the message.</p>
241
+ * @public
242
+ */
243
+ CcAddresses?: string[] | undefined;
244
+ /**
245
+ * <p>The recipients to place on the BCC: line of the message.</p>
246
+ * @public
247
+ */
248
+ BccAddresses?: string[] | undefined;
249
+ }
250
+ /**
251
+ * <p>Contains the name and value of a tag that you can provide to <code>SendEmail</code> or
252
+ * <code>SendRawEmail</code> to apply to an email.</p>
253
+ * <p>Message tags, which you use with configuration sets, enable you to publish email
254
+ * sending events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
255
+ * Developer Guide</a>.</p>
256
+ * @public
257
+ */
258
+ export interface MessageTag {
259
+ /**
260
+ * <p>The name of the tag. The name must meet the following requirements:</p>
261
+ * <ul>
262
+ * <li>
263
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
264
+ * dashes (-).</p>
265
+ * </li>
266
+ * <li>
267
+ * <p>Contain 256 characters or fewer.</p>
268
+ * </li>
269
+ * </ul>
270
+ * @public
271
+ */
272
+ Name: string | undefined;
273
+ /**
274
+ * <p>The value of the tag. The value must meet the following requirements:</p>
275
+ * <ul>
276
+ * <li>
277
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
278
+ * dashes (-).</p>
279
+ * </li>
280
+ * <li>
281
+ * <p>Contain 256 characters or fewer.</p>
282
+ * </li>
283
+ * </ul>
284
+ * @public
285
+ */
286
+ Value: string | undefined;
287
+ }
288
+ /**
289
+ * <p>An array that contains one or more Destinations, as well as the tags and replacement
290
+ * data associated with each of those Destinations.</p>
291
+ * @public
292
+ */
293
+ export interface BulkEmailDestination {
294
+ /**
295
+ * <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
296
+ * fields.</p>
297
+ * <note>
298
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
299
+ * email address string must be 7-bit ASCII. If you want to send to or from email
300
+ * addresses that contain Unicode characters in the domain part of an address, you must
301
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
302
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
303
+ * want to use Unicode characters in the "friendly from" name, you must encode the
304
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
305
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
306
+ * </note>
307
+ * @public
308
+ */
309
+ Destination: Destination | undefined;
310
+ /**
311
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
312
+ * using <code>SendBulkTemplatedEmail</code>. Tags correspond to characteristics of the
313
+ * email that you define, so that you can publish email sending events.</p>
314
+ * @public
315
+ */
316
+ ReplacementTags?: MessageTag[] | undefined;
317
+ /**
318
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
319
+ * object, typically consisting of key-value pairs in which the keys correspond to
320
+ * replacement tags in the email template.</p>
321
+ * @public
322
+ */
323
+ ReplacementTemplateData?: string | undefined;
324
+ }
325
+ /**
326
+ * <p>An object that contains the response from the <code>SendBulkTemplatedEmail</code>
327
+ * operation.</p>
328
+ * @public
329
+ */
330
+ export interface BulkEmailDestinationStatus {
331
+ /**
332
+ * <p>The status of a message sent using the <code>SendBulkTemplatedEmail</code>
333
+ * operation.</p>
334
+ * <p>Possible values for this parameter include:</p>
335
+ * <ul>
336
+ * <li>
337
+ * <p>
338
+ * <code>Success</code>: Amazon SES accepted the message, and attempts to deliver it
339
+ * to the recipients.</p>
340
+ * </li>
341
+ * <li>
342
+ * <p>
343
+ * <code>MessageRejected</code>: The message was rejected because it contained a
344
+ * virus.</p>
345
+ * </li>
346
+ * <li>
347
+ * <p>
348
+ * <code>MailFromDomainNotVerified</code>: The sender's email address or domain
349
+ * was not verified.</p>
350
+ * </li>
351
+ * <li>
352
+ * <p>
353
+ * <code>ConfigurationSetDoesNotExist</code>: The configuration set you specified
354
+ * does not exist.</p>
355
+ * </li>
356
+ * <li>
357
+ * <p>
358
+ * <code>TemplateDoesNotExist</code>: The template you specified does not
359
+ * exist.</p>
360
+ * </li>
361
+ * <li>
362
+ * <p>
363
+ * <code>AccountSuspended</code>: Your account has been shut down because of
364
+ * issues related to your email sending practices.</p>
365
+ * </li>
366
+ * <li>
367
+ * <p>
368
+ * <code>AccountThrottled</code>: The number of emails you can send has been
369
+ * reduced because your account has exceeded its allocated sending limit.</p>
370
+ * </li>
371
+ * <li>
372
+ * <p>
373
+ * <code>AccountDailyQuotaExceeded</code>: You have reached or exceeded the
374
+ * maximum number of emails you can send from your account in a 24-hour
375
+ * period.</p>
376
+ * </li>
377
+ * <li>
378
+ * <p>
379
+ * <code>InvalidSendingPoolName</code>: The configuration set you specified
380
+ * refers to an IP pool that does not exist.</p>
381
+ * </li>
382
+ * <li>
383
+ * <p>
384
+ * <code>AccountSendingPaused</code>: Email sending for the Amazon SES account was
385
+ * disabled using the <a>UpdateAccountSendingEnabled</a>
386
+ * operation.</p>
387
+ * </li>
388
+ * <li>
389
+ * <p>
390
+ * <code>ConfigurationSetSendingPaused</code>: Email sending for this
391
+ * configuration set was disabled using the <a>UpdateConfigurationSetSendingEnabled</a> operation.</p>
392
+ * </li>
393
+ * <li>
394
+ * <p>
395
+ * <code>InvalidParameterValue</code>: One or more of the parameters you
396
+ * specified when calling this operation was invalid. See the error message for
397
+ * additional information.</p>
398
+ * </li>
399
+ * <li>
400
+ * <p>
401
+ * <code>TransientFailure</code>: Amazon SES was unable to process your request
402
+ * because of a temporary issue.</p>
403
+ * </li>
404
+ * <li>
405
+ * <p>
406
+ * <code>Failed</code>: Amazon SES was unable to process your request. See the error
407
+ * message for additional information.</p>
408
+ * </li>
409
+ * </ul>
410
+ * @public
411
+ */
412
+ Status?: BulkEmailStatus | undefined;
413
+ /**
414
+ * <p>A description of an error that prevented a message being sent using the
415
+ * <code>SendBulkTemplatedEmail</code> operation.</p>
416
+ * @public
417
+ */
418
+ Error?: string | undefined;
419
+ /**
420
+ * <p>The unique message identifier returned from the <code>SendBulkTemplatedEmail</code>
421
+ * operation.</p>
422
+ * @public
423
+ */
424
+ MessageId?: string | undefined;
425
+ }
426
+ /**
427
+ * <p>Represents a request to create a receipt rule set by cloning an existing one. You use
428
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
429
+ * Developer Guide</a>.</p>
430
+ * @public
431
+ */
432
+ export interface CloneReceiptRuleSetRequest {
433
+ /**
434
+ * <p>The name of the rule set to create. The name must meet the following
435
+ * requirements:</p>
436
+ * <ul>
437
+ * <li>
438
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
439
+ * dashes (-).</p>
440
+ * </li>
441
+ * <li>
442
+ * <p>Start and end with a letter or number.</p>
443
+ * </li>
444
+ * <li>
445
+ * <p>Contain 64 characters or fewer.</p>
446
+ * </li>
447
+ * </ul>
448
+ * @public
449
+ */
450
+ RuleSetName: string | undefined;
451
+ /**
452
+ * <p>The name of the rule set to clone.</p>
453
+ * @public
454
+ */
455
+ OriginalRuleSetName: string | undefined;
456
+ }
457
+ /**
458
+ * <p>An empty element returned on a successful request.</p>
459
+ * @public
460
+ */
461
+ export interface CloneReceiptRuleSetResponse {
462
+ }
463
+ /**
464
+ * <p>Contains the dimension configuration to use when you publish email sending events to
465
+ * Amazon CloudWatch.</p>
466
+ * <p>For information about publishing email sending events to Amazon CloudWatch, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
467
+ * Developer Guide</a>.</p>
468
+ * @public
469
+ */
470
+ export interface CloudWatchDimensionConfiguration {
471
+ /**
472
+ * <p>The name of an Amazon CloudWatch dimension associated with an email sending metric. The name
473
+ * must meet the following requirements:</p>
474
+ * <ul>
475
+ * <li>
476
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
477
+ * (-), or colons (:).</p>
478
+ * </li>
479
+ * <li>
480
+ * <p>Contain 256 characters or fewer.</p>
481
+ * </li>
482
+ * </ul>
483
+ * @public
484
+ */
485
+ DimensionName: string | undefined;
486
+ /**
487
+ * <p>The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use
488
+ * the message tags that you specify using an <code>X-SES-MESSAGE-TAGS</code> header or a
489
+ * parameter to the <code>SendEmail</code>/<code>SendRawEmail</code> API, specify
490
+ * <code>messageTag</code>. To use your own email headers, specify
491
+ * <code>emailHeader</code>. To put a custom tag on any link included in your email,
492
+ * specify <code>linkTag</code>.</p>
493
+ * @public
494
+ */
495
+ DimensionValueSource: DimensionValueSource | undefined;
496
+ /**
497
+ * <p>The default value of the dimension that is published to Amazon CloudWatch if you do not provide
498
+ * the value of the dimension when you send an email. The default value must meet the
499
+ * following requirements:</p>
500
+ * <ul>
501
+ * <li>
502
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
503
+ * (-), at signs (@), or periods (.).</p>
504
+ * </li>
505
+ * <li>
506
+ * <p>Contain 256 characters or fewer.</p>
507
+ * </li>
508
+ * </ul>
509
+ * @public
510
+ */
511
+ DefaultDimensionValue: string | undefined;
512
+ }
513
+ /**
514
+ * <p>Contains information associated with an Amazon CloudWatch event destination to which email
515
+ * sending events are published.</p>
516
+ * <p>Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which
517
+ * enable you to publish email sending events. For information about using configuration
518
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
519
+ * Guide</a>.</p>
520
+ * @public
521
+ */
522
+ export interface CloudWatchDestination {
523
+ /**
524
+ * <p>A list of dimensions upon which to categorize your emails when you publish email
525
+ * sending events to Amazon CloudWatch.</p>
526
+ * @public
527
+ */
528
+ DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
529
+ }
530
+ /**
531
+ * <p>The name of the configuration set.</p>
532
+ * <p>Configuration sets let you create groups of rules that you can apply to the emails you
533
+ * send using Amazon SES. For more information about using configuration sets, see <a href="https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html">Using Amazon SES
534
+ * Configuration Sets</a> in the <a href="https://docs.aws.amazon.com/ses/latest/dg/">Amazon SES Developer Guide</a>.</p>
535
+ * @public
536
+ */
537
+ export interface ConfigurationSet {
538
+ /**
539
+ * <p>The name of the configuration set. The name must meet the following
540
+ * requirements:</p>
541
+ * <ul>
542
+ * <li>
543
+ * <p>Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes
544
+ * (-).</p>
545
+ * </li>
546
+ * <li>
547
+ * <p>Contain 64 characters or fewer.</p>
548
+ * </li>
549
+ * </ul>
550
+ * @public
551
+ */
552
+ Name: string | undefined;
553
+ }
554
+ /**
555
+ * <p>When included in a receipt rule, this action parses the received message and
556
+ * starts an email contact in Amazon Connect on your behalf.</p>
557
+ * <note>
558
+ * <p>When you receive emails, the maximum email size (including headers) is 40 MB.
559
+ * Additionally, emails may only have up to 10 attachments.
560
+ * Emails larger than 40 MB or with more than 10 attachments will be bounced.</p>
561
+ * </note>
562
+ * <p>We recommend that you configure this action via Amazon Connect.</p>
563
+ * @public
564
+ */
565
+ export interface ConnectAction {
566
+ /**
567
+ * <p>The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting
568
+ * email contacts.</p>
569
+ * <p>For more information about Amazon Connect instances, see the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html">Amazon Connect Administrator Guide</a>
570
+ * </p>
571
+ * @public
572
+ */
573
+ InstanceARN: string | undefined;
574
+ /**
575
+ * <p> The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts
576
+ * to the Amazon Connect instance. This role should have permission to invoke <code>connect:StartEmailContact</code>
577
+ * for the given Amazon Connect instance.</p>
578
+ * @public
579
+ */
580
+ IAMRoleARN: string | undefined;
581
+ }
582
+ /**
583
+ * <p>Represents a request to create a configuration set. Configuration sets enable you to
584
+ * publish email sending events. For information about using configuration sets, see the
585
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
586
+ * Developer Guide</a>.</p>
587
+ * @public
588
+ */
589
+ export interface CreateConfigurationSetRequest {
590
+ /**
591
+ * <p>A data structure that contains the name of the configuration set.</p>
592
+ * @public
593
+ */
594
+ ConfigurationSet: ConfigurationSet | undefined;
595
+ }
596
+ /**
597
+ * <p>An empty element returned on a successful request.</p>
598
+ * @public
599
+ */
600
+ export interface CreateConfigurationSetResponse {
601
+ }
602
+ /**
603
+ * <p>Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event
604
+ * destination.</p>
605
+ * <p>Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable
606
+ * you to publish email sending events. For information about using configuration sets, see
607
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
608
+ * Developer Guide</a>.</p>
609
+ * @public
610
+ */
611
+ export interface KinesisFirehoseDestination {
612
+ /**
613
+ * <p>The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
614
+ * stream.</p>
615
+ * @public
616
+ */
617
+ IAMRoleARN: string | undefined;
618
+ /**
619
+ * <p>The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.</p>
620
+ * @public
621
+ */
622
+ DeliveryStreamARN: string | undefined;
623
+ }
624
+ /**
625
+ * <p>Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.</p>
626
+ * <p>Event destinations, such as Amazon SNS, are associated with configuration sets, which
627
+ * enable you to publish email sending events. For information about using configuration
628
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
629
+ * Guide</a>.</p>
630
+ * @public
631
+ */
632
+ export interface SNSDestination {
633
+ /**
634
+ * <p>The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic
635
+ * by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
636
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
637
+ * @public
638
+ */
639
+ TopicARN: string | undefined;
640
+ }
641
+ /**
642
+ * <p>Contains information about an event destination.</p>
643
+ * <note>
644
+ * <p>When you create or update an event destination, you must provide one, and only
645
+ * one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).</p>
646
+ * </note>
647
+ * <p>Event destinations are associated with configuration sets, which enable you to publish
648
+ * email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about
649
+ * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
650
+ * Guide</a>.</p>
651
+ * @public
652
+ */
653
+ export interface EventDestination {
654
+ /**
655
+ * <p>The name of the event destination. The name must meet the following
656
+ * requirements:</p>
657
+ * <ul>
658
+ * <li>
659
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
660
+ * dashes (-).</p>
661
+ * </li>
662
+ * <li>
663
+ * <p>Contain 64 characters or fewer.</p>
664
+ * </li>
665
+ * </ul>
666
+ * @public
667
+ */
668
+ Name: string | undefined;
669
+ /**
670
+ * <p>Sets whether Amazon SES publishes events to this destination when you send an email with
671
+ * the associated configuration set. Set to <code>true</code> to enable publishing to this
672
+ * destination; set to <code>false</code> to prevent publishing to this destination. The
673
+ * default value is <code>false</code>.</p>
674
+ * @public
675
+ */
676
+ Enabled?: boolean | undefined;
677
+ /**
678
+ * <p>The type of email sending events to publish to the event destination.</p>
679
+ * <ul>
680
+ * <li>
681
+ * <p>
682
+ * <code>send</code> - The call was successful and Amazon SES is attempting to deliver
683
+ * the email.</p>
684
+ * </li>
685
+ * <li>
686
+ * <p>
687
+ * <code>reject</code> - Amazon SES determined that the email contained a virus and
688
+ * rejected it.</p>
689
+ * </li>
690
+ * <li>
691
+ * <p>
692
+ * <code>bounce</code> - The recipient's mail server permanently rejected the
693
+ * email. This corresponds to a hard bounce.</p>
694
+ * </li>
695
+ * <li>
696
+ * <p>
697
+ * <code>complaint</code> - The recipient marked the email as spam.</p>
698
+ * </li>
699
+ * <li>
700
+ * <p>
701
+ * <code>delivery</code> - Amazon SES successfully delivered the email to the
702
+ * recipient's mail server.</p>
703
+ * </li>
704
+ * <li>
705
+ * <p>
706
+ * <code>open</code> - The recipient received the email and opened it in their
707
+ * email client.</p>
708
+ * </li>
709
+ * <li>
710
+ * <p>
711
+ * <code>click</code> - The recipient clicked one or more links in the
712
+ * email.</p>
713
+ * </li>
714
+ * <li>
715
+ * <p>
716
+ * <code>renderingFailure</code> - Amazon SES did not send the email because of a
717
+ * template rendering issue.</p>
718
+ * </li>
719
+ * </ul>
720
+ * @public
721
+ */
722
+ MatchingEventTypes: EventType[] | undefined;
723
+ /**
724
+ * <p>An object that contains the delivery stream ARN and the IAM role ARN associated with
725
+ * an Amazon Kinesis Firehose event destination.</p>
726
+ * @public
727
+ */
728
+ KinesisFirehoseDestination?: KinesisFirehoseDestination | undefined;
729
+ /**
730
+ * <p>An object that contains the names, default values, and sources of the dimensions
731
+ * associated with an Amazon CloudWatch event destination.</p>
732
+ * @public
733
+ */
734
+ CloudWatchDestination?: CloudWatchDestination | undefined;
735
+ /**
736
+ * <p>An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event
737
+ * destination.</p>
738
+ * @public
739
+ */
740
+ SNSDestination?: SNSDestination | undefined;
741
+ }
742
+ /**
743
+ * <p>Represents a request to create a configuration set event destination. A configuration
744
+ * set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service
745
+ * in which Amazon SES publishes the email sending events associated with a configuration set.
746
+ * For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
747
+ * Guide</a>.</p>
748
+ * @public
749
+ */
750
+ export interface CreateConfigurationSetEventDestinationRequest {
751
+ /**
752
+ * <p>The name of the configuration set that the event destination should be associated
753
+ * with.</p>
754
+ * @public
755
+ */
756
+ ConfigurationSetName: string | undefined;
757
+ /**
758
+ * <p>An object that describes the Amazon Web Services service that email sending event where information
759
+ * is published.</p>
760
+ * @public
761
+ */
762
+ EventDestination: EventDestination | undefined;
763
+ }
764
+ /**
765
+ * <p>An empty element returned on a successful request.</p>
766
+ * @public
767
+ */
768
+ export interface CreateConfigurationSetEventDestinationResponse {
769
+ }
770
+ /**
771
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
772
+ * domain captures open and click events generated by Amazon SES emails.</p>
773
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
774
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
775
+ * Guide</i>.</p>
776
+ * @public
777
+ */
778
+ export interface TrackingOptions {
779
+ /**
780
+ * <p>The custom subdomain that is used to redirect email recipients to the Amazon SES event
781
+ * tracking domain.</p>
782
+ * @public
783
+ */
784
+ CustomRedirectDomain?: string | undefined;
785
+ }
786
+ /**
787
+ * <p>Represents a request to create an open and click tracking option object in a
788
+ * configuration set. </p>
789
+ * @public
790
+ */
791
+ export interface CreateConfigurationSetTrackingOptionsRequest {
792
+ /**
793
+ * <p>The name of the configuration set that the tracking options should be associated
794
+ * with.</p>
795
+ * @public
796
+ */
797
+ ConfigurationSetName: string | undefined;
798
+ /**
799
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
800
+ * domain captures open and click events generated by Amazon SES emails.</p>
801
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
802
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
803
+ * Guide</i>.</p>
804
+ * @public
805
+ */
806
+ TrackingOptions: TrackingOptions | undefined;
807
+ }
808
+ /**
809
+ * <p>An empty element returned on a successful request.</p>
810
+ * @public
811
+ */
812
+ export interface CreateConfigurationSetTrackingOptionsResponse {
813
+ }
814
+ /**
815
+ * <p>Represents a request to create a custom verification email template.</p>
816
+ * @public
817
+ */
818
+ export interface CreateCustomVerificationEmailTemplateRequest {
819
+ /**
820
+ * <p>The name of the custom verification email template.</p>
821
+ * @public
822
+ */
823
+ TemplateName: string | undefined;
824
+ /**
825
+ * <p>The email address that the custom verification email is sent from.</p>
826
+ * @public
827
+ */
828
+ FromEmailAddress: string | undefined;
829
+ /**
830
+ * <p>The subject line of the custom verification email.</p>
831
+ * @public
832
+ */
833
+ TemplateSubject: string | undefined;
834
+ /**
835
+ * <p>The content of the custom verification email. The total size of the email must be less
836
+ * than 10 MB. The message body may contain HTML, with some limitations. For more
837
+ * information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
838
+ * Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
839
+ * Developer Guide</i>.</p>
840
+ * @public
841
+ */
842
+ TemplateContent: string | undefined;
843
+ /**
844
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
845
+ * is successfully verified.</p>
846
+ * @public
847
+ */
848
+ SuccessRedirectionURL: string | undefined;
849
+ /**
850
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
851
+ * is not successfully verified.</p>
852
+ * @public
853
+ */
854
+ FailureRedirectionURL: string | undefined;
855
+ }
856
+ /**
857
+ * <p>A receipt IP address filter enables you to specify whether to accept or reject mail
858
+ * originating from an IP address or range of IP addresses.</p>
859
+ * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
860
+ * Developer Guide</a>.</p>
861
+ * @public
862
+ */
863
+ export interface ReceiptIpFilter {
864
+ /**
865
+ * <p>Indicates whether to block or allow incoming mail from the specified IP
866
+ * addresses.</p>
867
+ * @public
868
+ */
869
+ Policy: ReceiptFilterPolicy | undefined;
870
+ /**
871
+ * <p>A single IP address or a range of IP addresses to block or allow, specified in
872
+ * Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is
873
+ * 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information
874
+ * about CIDR notation, see <a href="https://tools.ietf.org/html/rfc2317">RFC
875
+ * 2317</a>.</p>
876
+ * @public
877
+ */
878
+ Cidr: string | undefined;
879
+ }
880
+ /**
881
+ * <p>A receipt IP address filter enables you to specify whether to accept or reject mail
882
+ * originating from an IP address or range of IP addresses.</p>
883
+ * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
884
+ * Developer Guide</a>.</p>
885
+ * @public
886
+ */
887
+ export interface ReceiptFilter {
888
+ /**
889
+ * <p>The name of the IP address filter. The name must meet the following
890
+ * requirements:</p>
891
+ * <ul>
892
+ * <li>
893
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
894
+ * dashes (-).</p>
895
+ * </li>
896
+ * <li>
897
+ * <p>Start and end with a letter or number.</p>
898
+ * </li>
899
+ * <li>
900
+ * <p>Contain 64 characters or fewer.</p>
901
+ * </li>
902
+ * </ul>
903
+ * @public
904
+ */
905
+ Name: string | undefined;
906
+ /**
907
+ * <p>A structure that provides the IP addresses to block or allow, and whether to block or
908
+ * allow incoming mail from them.</p>
909
+ * @public
910
+ */
911
+ IpFilter: ReceiptIpFilter | undefined;
912
+ }
913
+ /**
914
+ * <p>Represents a request to create a new IP address filter. You use IP address filters
915
+ * when you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
916
+ * Developer Guide</a>.</p>
917
+ * @public
918
+ */
919
+ export interface CreateReceiptFilterRequest {
920
+ /**
921
+ * <p>A data structure that describes the IP address filter to create, which consists of a
922
+ * name, an IP address range, and whether to allow or block mail from it.</p>
923
+ * @public
924
+ */
925
+ Filter: ReceiptFilter | undefined;
926
+ }
927
+ /**
928
+ * <p>An empty element returned on a successful request.</p>
929
+ * @public
930
+ */
931
+ export interface CreateReceiptFilterResponse {
932
+ }
933
+ /**
934
+ * <p>When included in a receipt rule, this action calls an Amazon Web Services Lambda function and,
935
+ * optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
936
+ * <p>To enable Amazon SES to call your Amazon Web Services Lambda function or to publish to an Amazon SNS topic of
937
+ * another account, Amazon SES must have permission to access those resources. For information
938
+ * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
939
+ * Guide</a>.</p>
940
+ * <p>For information about using Amazon Web Services Lambda actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-lambda.html">Amazon SES
941
+ * Developer Guide</a>.</p>
942
+ * @public
943
+ */
944
+ export interface LambdaAction {
945
+ /**
946
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is
947
+ * executed. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
948
+ * Amazon SNS.</p>
949
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
950
+ * @public
951
+ */
952
+ TopicArn?: string | undefined;
953
+ /**
954
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function. An example of an Amazon Web Services Lambda
955
+ * function ARN is <code>arn:aws:lambda:us-west-2:account-id:function:MyFunction</code>.
956
+ * For more information about Amazon Web Services Lambda, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">Amazon Web Services Lambda Developer Guide</a>.</p>
957
+ * @public
958
+ */
959
+ FunctionArn: string | undefined;
960
+ /**
961
+ * <p>The invocation type of the Amazon Web Services Lambda function. An invocation type of
962
+ * <code>RequestResponse</code> means that the execution of the function immediately
963
+ * results in a response, and a value of <code>Event</code> means that the function is
964
+ * invoked asynchronously. The default value is <code>Event</code>. For information about
965
+ * Amazon Web Services Lambda invocation types, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html">Amazon Web Services Lambda Developer Guide</a>.</p>
966
+ * <important>
967
+ * <p>There is a 30-second timeout on <code>RequestResponse</code> invocations. You
968
+ * should use <code>Event</code> invocation in most cases. Use
969
+ * <code>RequestResponse</code> only to make a mail flow decision, such as whether
970
+ * to stop the receipt rule or the receipt rule set.</p>
971
+ * </important>
972
+ * @public
973
+ */
974
+ InvocationType?: InvocationType | undefined;
975
+ }
976
+ /**
977
+ * <p>When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service
978
+ * (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
979
+ * <p>To enable Amazon SES to write emails to your Amazon S3 bucket, use an Amazon Web Services KMS key to encrypt
980
+ * your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission
981
+ * to access those resources. For information about granting permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES
982
+ * Developer Guide</a>.</p>
983
+ * <note>
984
+ * <p>When you save your emails to an Amazon S3 bucket, the maximum email size (including
985
+ * headers) is 40 MB. Emails larger than that bounces.</p>
986
+ * </note>
987
+ * <p>For information about specifying Amazon S3 actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-s3.html">Amazon SES
988
+ * Developer Guide</a>.</p>
989
+ * @public
990
+ */
991
+ export interface S3Action {
992
+ /**
993
+ * <p>The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. You
994
+ * can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
995
+ * Amazon SNS.</p>
996
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
997
+ * @public
998
+ */
999
+ TopicArn?: string | undefined;
1000
+ /**
1001
+ * <p>The name of the Amazon S3 bucket for incoming email.</p>
1002
+ * @public
1003
+ */
1004
+ BucketName: string | undefined;
1005
+ /**
1006
+ * <p>The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that
1007
+ * enables you to store similar data under the same directory in a bucket.</p>
1008
+ * @public
1009
+ */
1010
+ ObjectKeyPrefix?: string | undefined;
1011
+ /**
1012
+ * <p>The customer managed key that Amazon SES should use to encrypt your emails before saving
1013
+ * them to the Amazon S3 bucket. You can use the Amazon Web Services managed key or a customer managed key
1014
+ * that you created in Amazon Web Services KMS as follows:</p>
1015
+ * <ul>
1016
+ * <li>
1017
+ * <p>To use the Amazon Web Services managed key, provide an ARN in the form of
1018
+ * <code>arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses</code>.
1019
+ * For example, if your Amazon Web Services account ID is 123456789012 and you want to use the
1020
+ * Amazon Web Services managed key in the US West (Oregon) Region, the ARN of the Amazon Web Services managed
1021
+ * key would be <code>arn:aws:kms:us-west-2:123456789012:alias/aws/ses</code>. If
1022
+ * you use the Amazon Web Services managed key, you don't need to perform any extra steps to give
1023
+ * Amazon SES permission to use the key.</p>
1024
+ * </li>
1025
+ * <li>
1026
+ * <p>To use a customer managed key that you created in Amazon Web Services KMS, provide the ARN
1027
+ * of the customer managed key and ensure that you add a statement to your key's
1028
+ * policy to give Amazon SES permission to use it. For more information about giving
1029
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1030
+ * Guide</a>.</p>
1031
+ * </li>
1032
+ * </ul>
1033
+ * <p>For more information about key policies, see the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Amazon Web Services KMS Developer Guide</a>. If
1034
+ * you do not specify an Amazon Web Services KMS key, Amazon SES does not encrypt your emails.</p>
1035
+ * <important>
1036
+ * <p>Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail
1037
+ * is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side
1038
+ * encryption. This means that you must use the Amazon S3 encryption client to decrypt the
1039
+ * email after retrieving it from Amazon S3, as the service has no access to use your
1040
+ * Amazon Web Services KMS keys for decryption. This encryption client is currently available with
1041
+ * the <a href="http://aws.amazon.com/sdk-for-java/">Amazon Web Services SDK for Java</a> and
1042
+ * <a href="http://aws.amazon.com/sdk-for-ruby/">Amazon Web Services SDK for Ruby</a> only. For
1043
+ * more information about client-side encryption using Amazon Web Services KMS managed keys, see the
1044
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3 Developer Guide</a>.</p>
1045
+ * </important>
1046
+ * @public
1047
+ */
1048
+ KmsKeyArn?: string | undefined;
1049
+ /**
1050
+ * <p> The ARN of the IAM role to be used by Amazon Simple Email Service while writing to the Amazon S3 bucket,
1051
+ * optionally encrypting your mail via the provided customer managed key, and publishing to
1052
+ * the Amazon SNS topic. This role should have access to the following APIs: </p>
1053
+ * <ul>
1054
+ * <li>
1055
+ * <p>
1056
+ * <code>s3:PutObject</code>, <code>kms:Encrypt</code> and
1057
+ * <code>kms:GenerateDataKey</code> for the given Amazon S3 bucket.</p>
1058
+ * </li>
1059
+ * <li>
1060
+ * <p>
1061
+ * <code>kms:GenerateDataKey</code> for the given Amazon Web Services KMS customer managed key.
1062
+ * </p>
1063
+ * </li>
1064
+ * <li>
1065
+ * <p>
1066
+ * <code>sns:Publish</code> for the given Amazon SNS topic.</p>
1067
+ * </li>
1068
+ * </ul>
1069
+ * <note>
1070
+ * <p>If an IAM role ARN is provided, the role (and only the role) is used to access all
1071
+ * the given resources (Amazon S3 bucket, Amazon Web Services KMS customer managed key and Amazon SNS topic).
1072
+ * Therefore, setting up individual resource access permissions is not required.</p>
1073
+ * </note>
1074
+ * @public
1075
+ */
1076
+ IamRoleArn?: string | undefined;
1077
+ }
1078
+ /**
1079
+ * <p>When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service
1080
+ * (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS
1081
+ * notifications. Amazon SNS notifications for all other actions simply provide information
1082
+ * about the email. They do not include the email content itself.</p>
1083
+ * <p>If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to
1084
+ * publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a
1085
+ * policy to the topic to give Amazon SES permissions to access it. For information about giving
1086
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1087
+ * Guide</a>.</p>
1088
+ * <important>
1089
+ * <p>You can only publish emails that are 150 KB or less (including the header) to
1090
+ * Amazon SNS. Larger emails bounce. If you anticipate emails larger than 150 KB, use the S3
1091
+ * action instead.</p>
1092
+ * </important>
1093
+ * <p>For information about using a receipt rule to publish an Amazon SNS notification, see the
1094
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-sns.html">Amazon SES Developer Guide</a>.</p>
1095
+ * @public
1096
+ */
1097
+ export interface SNSAction {
1098
+ /**
1099
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. You can find the ARN of a
1100
+ * topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in Amazon SNS.</p>
1101
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1102
+ * @public
1103
+ */
1104
+ TopicArn: string | undefined;
1105
+ /**
1106
+ * <p>The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to
1107
+ * use, but may not preserve all special characters when a message was encoded with a
1108
+ * different encoding format. Base64 preserves all special characters. The default value is
1109
+ * UTF-8.</p>
1110
+ * @public
1111
+ */
1112
+ Encoding?: SNSActionEncoding | undefined;
1113
+ }
1114
+ /**
1115
+ * <p>When included in a receipt rule, this action terminates the evaluation of the receipt
1116
+ * rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1117
+ * <p>For information about setting a stop action in a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-stop.html">Amazon SES
1118
+ * Developer Guide</a>.</p>
1119
+ * @public
1120
+ */
1121
+ export interface StopAction {
1122
+ /**
1123
+ * <p>The scope of the StopAction. The only acceptable value is <code>RuleSet</code>.</p>
1124
+ * @public
1125
+ */
1126
+ Scope: StopScope | undefined;
1127
+ /**
1128
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is
1129
+ * taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
1130
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1131
+ * @public
1132
+ */
1133
+ TopicArn?: string | undefined;
1134
+ }
1135
+ /**
1136
+ * <p>When included in a receipt rule, this action calls Amazon WorkMail and, optionally,
1137
+ * publishes a notification to Amazon Simple Notification Service (Amazon SNS). It usually isn't necessary to set this up
1138
+ * manually, because Amazon WorkMail adds the rule automatically during its setup
1139
+ * procedure.</p>
1140
+ * <p>For information using a receipt rule to call Amazon WorkMail, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-workmail.html">Amazon SES
1141
+ * Developer Guide</a>.</p>
1142
+ * @public
1143
+ */
1144
+ export interface WorkmailAction {
1145
+ /**
1146
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action
1147
+ * is called. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
1148
+ * Amazon SNS.</p>
1149
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1150
+ * @public
1151
+ */
1152
+ TopicArn?: string | undefined;
1153
+ /**
1154
+ * <p>The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail
1155
+ * ARNs use the following format:</p>
1156
+ * <p>
1157
+ * <code>arn:aws:workmail:<region>:<awsAccountId>:organization/<workmailOrganizationId></code>
1158
+ * </p>
1159
+ * <p>You can find the ID of your organization by using the <a href="https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListOrganizations.html">ListOrganizations</a> operation in Amazon WorkMail. Amazon WorkMail
1160
+ * organization IDs begin with "<code>m-</code>", followed by a string of alphanumeric
1161
+ * characters.</p>
1162
+ * <p>For information about Amazon WorkMail organizations, see the <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/organizations_overview.html">Amazon WorkMail Administrator Guide</a>.</p>
1163
+ * @public
1164
+ */
1165
+ OrganizationArn: string | undefined;
1166
+ }
1167
+ /**
1168
+ * <p>An action that Amazon SES can take when it receives an email on behalf of one or more email
1169
+ * addresses or domains that you own. An instance of this data type can represent only one
1170
+ * action.</p>
1171
+ * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
1172
+ * Developer Guide</a>.</p>
1173
+ * @public
1174
+ */
1175
+ export interface ReceiptAction {
1176
+ /**
1177
+ * <p>Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a
1178
+ * notification to Amazon SNS.</p>
1179
+ * @public
1180
+ */
1181
+ S3Action?: S3Action | undefined;
1182
+ /**
1183
+ * <p>Rejects the received email by returning a bounce response to the sender and,
1184
+ * optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1185
+ * @public
1186
+ */
1187
+ BounceAction?: BounceAction | undefined;
1188
+ /**
1189
+ * <p>Calls Amazon WorkMail and, optionally, publishes a notification to Amazon
1190
+ * Amazon SNS.</p>
1191
+ * @public
1192
+ */
1193
+ WorkmailAction?: WorkmailAction | undefined;
1194
+ /**
1195
+ * <p>Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.</p>
1196
+ * @public
1197
+ */
1198
+ LambdaAction?: LambdaAction | undefined;
1199
+ /**
1200
+ * <p>Terminates the evaluation of the receipt rule set and optionally publishes a
1201
+ * notification to Amazon SNS.</p>
1202
+ * @public
1203
+ */
1204
+ StopAction?: StopAction | undefined;
1205
+ /**
1206
+ * <p>Adds a header to the received email.</p>
1207
+ * @public
1208
+ */
1209
+ AddHeaderAction?: AddHeaderAction | undefined;
1210
+ /**
1211
+ * <p>Publishes the email content within a notification to Amazon SNS.</p>
1212
+ * @public
1213
+ */
1214
+ SNSAction?: SNSAction | undefined;
1215
+ /**
1216
+ * <p>Parses the received message and starts an email contact in Amazon Connect on your behalf.</p>
1217
+ * @public
1218
+ */
1219
+ ConnectAction?: ConnectAction | undefined;
1220
+ }
1221
+ /**
1222
+ * <p>Receipt rules enable you to specify which actions Amazon SES should take when it receives
1223
+ * mail on behalf of one or more email addresses or domains that you own.</p>
1224
+ * <p>Each receipt rule defines a set of email addresses or domains that it applies to. If
1225
+ * the email addresses or domains match at least one recipient address of the message,
1226
+ * Amazon SES executes all of the receipt rule's actions on the message.</p>
1227
+ * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
1228
+ * Developer Guide</a>.</p>
1229
+ * @public
1230
+ */
1231
+ export interface ReceiptRule {
1232
+ /**
1233
+ * <p>The name of the receipt rule. The name must meet the following requirements:</p>
1234
+ * <ul>
1235
+ * <li>
1236
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
1237
+ * (-), or periods (.). </p>
1238
+ * </li>
1239
+ * <li>
1240
+ * <p>Start and end with a letter or number.</p>
1241
+ * </li>
1242
+ * <li>
1243
+ * <p>Contain 64 characters or fewer.</p>
1244
+ * </li>
1245
+ * </ul>
1246
+ * @public
1247
+ */
1248
+ Name: string | undefined;
1249
+ /**
1250
+ * <p>If <code>true</code>, the receipt rule is active. The default value is
1251
+ * <code>false</code>.</p>
1252
+ * @public
1253
+ */
1254
+ Enabled?: boolean | undefined;
1255
+ /**
1256
+ * <p>Specifies whether Amazon SES should require that incoming email is delivered over a
1257
+ * connection encrypted with Transport Layer Security (TLS). If this parameter is set to
1258
+ * <code>Require</code>, Amazon SES bounces emails that are not received over TLS. The
1259
+ * default is <code>Optional</code>.</p>
1260
+ * @public
1261
+ */
1262
+ TlsPolicy?: TlsPolicy | undefined;
1263
+ /**
1264
+ * <p>The recipient domains and email addresses that the receipt rule applies to. If this
1265
+ * field is not specified, this rule matches all recipients on all verified domains.</p>
1266
+ * @public
1267
+ */
1268
+ Recipients?: string[] | undefined;
1269
+ /**
1270
+ * <p>An ordered list of actions to perform on messages that match at least one of the
1271
+ * recipient email addresses or domains specified in the receipt rule.</p>
1272
+ * @public
1273
+ */
1274
+ Actions?: ReceiptAction[] | undefined;
1275
+ /**
1276
+ * <p>If <code>true</code>, then messages that this receipt rule applies to are scanned for
1277
+ * spam and viruses. The default value is <code>false</code>.</p>
1278
+ * @public
1279
+ */
1280
+ ScanEnabled?: boolean | undefined;
1281
+ }
1282
+ /**
1283
+ * <p>Represents a request to create a receipt rule. You use receipt rules to receive email
1284
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1285
+ * Guide</a>.</p>
1286
+ * @public
1287
+ */
1288
+ export interface CreateReceiptRuleRequest {
1289
+ /**
1290
+ * <p>The name of the rule set where the receipt rule is added.</p>
1291
+ * @public
1292
+ */
1293
+ RuleSetName: string | undefined;
1294
+ /**
1295
+ * <p>The name of an existing rule after which the new rule is placed. If this parameter is
1296
+ * null, the new rule is inserted at the beginning of the rule list.</p>
1297
+ * @public
1298
+ */
1299
+ After?: string | undefined;
1300
+ /**
1301
+ * <p>A data structure that contains the specified rule's name, actions, recipients,
1302
+ * domains, enabled status, scan status, and TLS policy.</p>
1303
+ * @public
1304
+ */
1305
+ Rule: ReceiptRule | undefined;
1306
+ }
1307
+ /**
1308
+ * <p>An empty element returned on a successful request.</p>
1309
+ * @public
1310
+ */
1311
+ export interface CreateReceiptRuleResponse {
1312
+ }
1313
+ /**
1314
+ * <p>Represents a request to create an empty receipt rule set. You use receipt rule sets to
1315
+ * receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1316
+ * Guide</a>.</p>
1317
+ * @public
1318
+ */
1319
+ export interface CreateReceiptRuleSetRequest {
1320
+ /**
1321
+ * <p>The name of the rule set to create. The name must meet the following
1322
+ * requirements:</p>
1323
+ * <ul>
1324
+ * <li>
1325
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
1326
+ * dashes (-).</p>
1327
+ * </li>
1328
+ * <li>
1329
+ * <p>Start and end with a letter or number.</p>
1330
+ * </li>
1331
+ * <li>
1332
+ * <p>Contain 64 characters or fewer.</p>
1333
+ * </li>
1334
+ * </ul>
1335
+ * @public
1336
+ */
1337
+ RuleSetName: string | undefined;
1338
+ }
1339
+ /**
1340
+ * <p>An empty element returned on a successful request.</p>
1341
+ * @public
1342
+ */
1343
+ export interface CreateReceiptRuleSetResponse {
1344
+ }
1345
+ /**
1346
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
1347
+ * text-only part.</p>
1348
+ * @public
1349
+ */
1350
+ export interface Template {
1351
+ /**
1352
+ * <p>The name of the template. You use this name when you send email using the
1353
+ * <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code>
1354
+ * operations.</p>
1355
+ * @public
1356
+ */
1357
+ TemplateName: string | undefined;
1358
+ /**
1359
+ * <p>The subject line of the email.</p>
1360
+ * @public
1361
+ */
1362
+ SubjectPart?: string | undefined;
1363
+ /**
1364
+ * <p>The email body that is visible to recipients whose email clients do not display HTML
1365
+ * content.</p>
1366
+ * @public
1367
+ */
1368
+ TextPart?: string | undefined;
1369
+ /**
1370
+ * <p>The HTML body of the email.</p>
1371
+ * @public
1372
+ */
1373
+ HtmlPart?: string | undefined;
1374
+ }
1375
+ /**
1376
+ * <p>Represents a request to create an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
1377
+ * Developer Guide</a>.</p>
1378
+ * @public
1379
+ */
1380
+ export interface CreateTemplateRequest {
1381
+ /**
1382
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
1383
+ * text-only part.</p>
1384
+ * @public
1385
+ */
1386
+ Template: Template | undefined;
1387
+ }
1388
+ /**
1389
+ * @public
1390
+ */
1391
+ export interface CreateTemplateResponse {
1392
+ }
1393
+ /**
1394
+ * <p>Contains information about a custom verification email template.</p>
1395
+ * @public
1396
+ */
1397
+ export interface CustomVerificationEmailTemplate {
1398
+ /**
1399
+ * <p>The name of the custom verification email template.</p>
1400
+ * @public
1401
+ */
1402
+ TemplateName?: string | undefined;
1403
+ /**
1404
+ * <p>The email address that the custom verification email is sent from.</p>
1405
+ * @public
1406
+ */
1407
+ FromEmailAddress?: string | undefined;
1408
+ /**
1409
+ * <p>The subject line of the custom verification email.</p>
1410
+ * @public
1411
+ */
1412
+ TemplateSubject?: string | undefined;
1413
+ /**
1414
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1415
+ * is successfully verified.</p>
1416
+ * @public
1417
+ */
1418
+ SuccessRedirectionURL?: string | undefined;
1419
+ /**
1420
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1421
+ * is not successfully verified.</p>
1422
+ * @public
1423
+ */
1424
+ FailureRedirectionURL?: string | undefined;
1425
+ }
1426
+ /**
1427
+ * <p>Represents a request to delete a configuration set. Configuration sets enable you to
1428
+ * publish email sending events. For information about using configuration sets, see the
1429
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
1430
+ * Developer Guide</a>.</p>
1431
+ * @public
1432
+ */
1433
+ export interface DeleteConfigurationSetRequest {
1434
+ /**
1435
+ * <p>The name of the configuration set to delete.</p>
1436
+ * @public
1437
+ */
1438
+ ConfigurationSetName: string | undefined;
1439
+ }
1440
+ /**
1441
+ * <p>An empty element returned on a successful request.</p>
1442
+ * @public
1443
+ */
1444
+ export interface DeleteConfigurationSetResponse {
1445
+ }
1446
+ /**
1447
+ * <p>Represents a request to delete a configuration set event destination. Configuration
1448
+ * set event destinations are associated with configuration sets, which enable you to
1449
+ * publish email sending events. For information about using configuration sets, see the
1450
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
1451
+ * Developer Guide</a>.</p>
1452
+ * @public
1453
+ */
1454
+ export interface DeleteConfigurationSetEventDestinationRequest {
1455
+ /**
1456
+ * <p>The name of the configuration set from which to delete the event destination.</p>
1457
+ * @public
1458
+ */
1459
+ ConfigurationSetName: string | undefined;
1460
+ /**
1461
+ * <p>The name of the event destination to delete.</p>
1462
+ * @public
1463
+ */
1464
+ EventDestinationName: string | undefined;
1465
+ }
1466
+ /**
1467
+ * <p>An empty element returned on a successful request.</p>
1468
+ * @public
1469
+ */
1470
+ export interface DeleteConfigurationSetEventDestinationResponse {
1471
+ }
1472
+ /**
1473
+ * <p>Represents a request to delete open and click tracking options in a configuration set.
1474
+ * </p>
1475
+ * @public
1476
+ */
1477
+ export interface DeleteConfigurationSetTrackingOptionsRequest {
1478
+ /**
1479
+ * <p>The name of the configuration set.</p>
1480
+ * @public
1481
+ */
1482
+ ConfigurationSetName: string | undefined;
1483
+ }
1484
+ /**
1485
+ * <p>An empty element returned on a successful request.</p>
1486
+ * @public
1487
+ */
1488
+ export interface DeleteConfigurationSetTrackingOptionsResponse {
1489
+ }
1490
+ /**
1491
+ * <p>Represents a request to delete an existing custom verification email template.</p>
1492
+ * @public
1493
+ */
1494
+ export interface DeleteCustomVerificationEmailTemplateRequest {
1495
+ /**
1496
+ * <p>The name of the custom verification email template to delete.</p>
1497
+ * @public
1498
+ */
1499
+ TemplateName: string | undefined;
1500
+ }
1501
+ /**
1502
+ * <p>Represents a request to delete one of your Amazon SES identities (an email address or
1503
+ * domain).</p>
1504
+ * @public
1505
+ */
1506
+ export interface DeleteIdentityRequest {
1507
+ /**
1508
+ * <p>The identity to be removed from the list of identities for the Amazon Web Services account.</p>
1509
+ * @public
1510
+ */
1511
+ Identity: string | undefined;
1512
+ }
1513
+ /**
1514
+ * <p>An empty element returned on a successful request.</p>
1515
+ * @public
1516
+ */
1517
+ export interface DeleteIdentityResponse {
1518
+ }
1519
+ /**
1520
+ * <p>Represents a request to delete a sending authorization policy for an identity. Sending
1521
+ * authorization is an Amazon SES feature that enables you to authorize other senders to use
1522
+ * your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
1523
+ * @public
1524
+ */
1525
+ export interface DeleteIdentityPolicyRequest {
1526
+ /**
1527
+ * <p>The identity that is associated with the policy to delete. You can specify the
1528
+ * identity by using its name or by using its Amazon Resource Name (ARN). Examples:
1529
+ * <code>user@example.com</code>, <code>example.com</code>,
1530
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
1531
+ * <p>To successfully call this operation, you must own the identity.</p>
1532
+ * @public
1533
+ */
1534
+ Identity: string | undefined;
1535
+ /**
1536
+ * <p>The name of the policy to be deleted.</p>
1537
+ * @public
1538
+ */
1539
+ PolicyName: string | undefined;
1540
+ }
1541
+ /**
1542
+ * <p>An empty element returned on a successful request.</p>
1543
+ * @public
1544
+ */
1545
+ export interface DeleteIdentityPolicyResponse {
1546
+ }
1547
+ /**
1548
+ * <p>Represents a request to delete an IP address filter. You use IP address filters when
1549
+ * you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1550
+ * Guide</a>.</p>
1551
+ * @public
1552
+ */
1553
+ export interface DeleteReceiptFilterRequest {
1554
+ /**
1555
+ * <p>The name of the IP address filter to delete.</p>
1556
+ * @public
1557
+ */
1558
+ FilterName: string | undefined;
1559
+ }
1560
+ /**
1561
+ * <p>An empty element returned on a successful request.</p>
1562
+ * @public
1563
+ */
1564
+ export interface DeleteReceiptFilterResponse {
1565
+ }
1566
+ /**
1567
+ * <p>Represents a request to delete a receipt rule. You use receipt rules to receive email
1568
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1569
+ * Guide</a>.</p>
1570
+ * @public
1571
+ */
1572
+ export interface DeleteReceiptRuleRequest {
1573
+ /**
1574
+ * <p>The name of the receipt rule set that contains the receipt rule to delete.</p>
1575
+ * @public
1576
+ */
1577
+ RuleSetName: string | undefined;
1578
+ /**
1579
+ * <p>The name of the receipt rule to delete.</p>
1580
+ * @public
1581
+ */
1582
+ RuleName: string | undefined;
1583
+ }
1584
+ /**
1585
+ * <p>An empty element returned on a successful request.</p>
1586
+ * @public
1587
+ */
1588
+ export interface DeleteReceiptRuleResponse {
1589
+ }
1590
+ /**
1591
+ * <p>Represents a request to delete a receipt rule set and all of the receipt rules it
1592
+ * contains. You use receipt rule sets to receive email with Amazon SES. For more information,
1593
+ * see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer Guide</a>.</p>
1594
+ * @public
1595
+ */
1596
+ export interface DeleteReceiptRuleSetRequest {
1597
+ /**
1598
+ * <p>The name of the receipt rule set to delete.</p>
1599
+ * @public
1600
+ */
1601
+ RuleSetName: string | undefined;
1602
+ }
1603
+ /**
1604
+ * <p>An empty element returned on a successful request.</p>
1605
+ * @public
1606
+ */
1607
+ export interface DeleteReceiptRuleSetResponse {
1608
+ }
1609
+ /**
1610
+ * <p>Represents a request to delete an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
1611
+ * Developer Guide</a>.</p>
1612
+ * @public
1613
+ */
1614
+ export interface DeleteTemplateRequest {
1615
+ /**
1616
+ * <p>The name of the template to be deleted.</p>
1617
+ * @public
1618
+ */
1619
+ TemplateName: string | undefined;
1620
+ }
1621
+ /**
1622
+ * @public
1623
+ */
1624
+ export interface DeleteTemplateResponse {
1625
+ }
1626
+ /**
1627
+ * <p>Represents a request to delete an email address from the list of email addresses you
1628
+ * have attempted to verify under your Amazon Web Services account.</p>
1629
+ * @public
1630
+ */
1631
+ export interface DeleteVerifiedEmailAddressRequest {
1632
+ /**
1633
+ * <p>An email address to be removed from the list of verified addresses.</p>
1634
+ * @public
1635
+ */
1636
+ EmailAddress: string | undefined;
1637
+ }
1638
+ /**
1639
+ * <p>Specifies whether messages that use the configuration set are required to use
1640
+ * Transport Layer Security (TLS).</p>
1641
+ * @public
1642
+ */
1643
+ export interface DeliveryOptions {
1644
+ /**
1645
+ * <p>Specifies whether messages that use the configuration set are required to use
1646
+ * Transport Layer Security (TLS). If the value is <code>Require</code>, messages are only
1647
+ * delivered if a TLS connection can be established. If the value is <code>Optional</code>,
1648
+ * messages can be delivered in plain text if a TLS connection can't be established.</p>
1649
+ * @public
1650
+ */
1651
+ TlsPolicy?: TlsPolicy | undefined;
1652
+ }
1653
+ /**
1654
+ * <p>Represents a request to return the metadata and receipt rules for the receipt rule set
1655
+ * that is currently active. You use receipt rule sets to receive email with Amazon SES. For
1656
+ * more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1657
+ * Guide</a>.</p>
1658
+ * @public
1659
+ */
1660
+ export interface DescribeActiveReceiptRuleSetRequest {
1661
+ }
1662
+ /**
1663
+ * <p>Information about a receipt rule set.</p>
1664
+ * <p>A receipt rule set is a collection of rules that specify what Amazon SES should do with
1665
+ * mail it receives on behalf of your account's verified domains.</p>
1666
+ * <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</p>
1667
+ * @public
1668
+ */
1669
+ export interface ReceiptRuleSetMetadata {
1670
+ /**
1671
+ * <p>The name of the receipt rule set. The name must meet the following
1672
+ * requirements:</p>
1673
+ * <ul>
1674
+ * <li>
1675
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
1676
+ * dashes (-).</p>
1677
+ * </li>
1678
+ * <li>
1679
+ * <p>Start and end with a letter or number.</p>
1680
+ * </li>
1681
+ * <li>
1682
+ * <p>Contain 64 characters or fewer.</p>
1683
+ * </li>
1684
+ * </ul>
1685
+ * @public
1686
+ */
1687
+ Name?: string | undefined;
1688
+ /**
1689
+ * <p>The date and time the receipt rule set was created.</p>
1690
+ * @public
1691
+ */
1692
+ CreatedTimestamp?: Date | undefined;
1693
+ }
1694
+ /**
1695
+ * <p>Represents the metadata and receipt rules for the receipt rule set that is currently
1696
+ * active.</p>
1697
+ * @public
1698
+ */
1699
+ export interface DescribeActiveReceiptRuleSetResponse {
1700
+ /**
1701
+ * <p>The metadata for the currently active receipt rule set. The metadata consists of the
1702
+ * rule set name and a timestamp of when the rule set was created.</p>
1703
+ * @public
1704
+ */
1705
+ Metadata?: ReceiptRuleSetMetadata | undefined;
1706
+ /**
1707
+ * <p>The receipt rules that belong to the active rule set.</p>
1708
+ * @public
1709
+ */
1710
+ Rules?: ReceiptRule[] | undefined;
1711
+ }
1712
+ /**
1713
+ * <p>Represents a request to return the details of a configuration set. Configuration sets
1714
+ * enable you to publish email sending events. For information about using configuration
1715
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
1716
+ * Guide</a>.</p>
1717
+ * @public
1718
+ */
1719
+ export interface DescribeConfigurationSetRequest {
1720
+ /**
1721
+ * <p>The name of the configuration set to describe.</p>
1722
+ * @public
1723
+ */
1724
+ ConfigurationSetName: string | undefined;
1725
+ /**
1726
+ * <p>A list of configuration set attributes to return.</p>
1727
+ * @public
1728
+ */
1729
+ ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | undefined;
1730
+ }
1731
+ /**
1732
+ * <p>Contains information about the reputation settings for a configuration set.</p>
1733
+ * @public
1734
+ */
1735
+ export interface ReputationOptions {
1736
+ /**
1737
+ * <p>Describes whether email sending is enabled or disabled for the configuration set. If
1738
+ * the value is <code>true</code>, then Amazon SES sends emails that use the configuration set.
1739
+ * If the value is <code>false</code>, Amazon SES does not send emails that use the
1740
+ * configuration set. The default value is <code>true</code>. You can change this setting
1741
+ * using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
1742
+ * @public
1743
+ */
1744
+ SendingEnabled?: boolean | undefined;
1745
+ /**
1746
+ * <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
1747
+ * such as bounce and complaint rates, to Amazon CloudWatch.</p>
1748
+ * <p>If the value is <code>true</code>, reputation metrics are published. If the value is
1749
+ * <code>false</code>, reputation metrics are not published. The default value is
1750
+ * <code>false</code>.</p>
1751
+ * @public
1752
+ */
1753
+ ReputationMetricsEnabled?: boolean | undefined;
1754
+ /**
1755
+ * <p>The date and time at which the reputation metrics for the configuration set were last
1756
+ * reset. Resetting these metrics is known as a <i>fresh start</i>.</p>
1757
+ * <p>When you disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a> and later re-enable it, the
1758
+ * reputation metrics for the configuration set (but not for the entire Amazon SES account) are
1759
+ * reset.</p>
1760
+ * <p>If email sending for the configuration set has never been disabled and later
1761
+ * re-enabled, the value of this attribute is <code>null</code>.</p>
1762
+ * @public
1763
+ */
1764
+ LastFreshStart?: Date | undefined;
1765
+ }
1766
+ /**
1767
+ * <p>Represents the details of a configuration set. Configuration sets enable you to
1768
+ * publish email sending events. For information about using configuration sets, see the
1769
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
1770
+ * Developer Guide</a>.</p>
1771
+ * @public
1772
+ */
1773
+ export interface DescribeConfigurationSetResponse {
1774
+ /**
1775
+ * <p>The configuration set object associated with the specified configuration set.</p>
1776
+ * @public
1777
+ */
1778
+ ConfigurationSet?: ConfigurationSet | undefined;
1779
+ /**
1780
+ * <p>A list of event destinations associated with the configuration set. </p>
1781
+ * @public
1782
+ */
1783
+ EventDestinations?: EventDestination[] | undefined;
1784
+ /**
1785
+ * <p>The name of the custom open and click tracking domain associated with the
1786
+ * configuration set.</p>
1787
+ * @public
1788
+ */
1789
+ TrackingOptions?: TrackingOptions | undefined;
1790
+ /**
1791
+ * <p>Specifies whether messages that use the configuration set are required to use
1792
+ * Transport Layer Security (TLS).</p>
1793
+ * @public
1794
+ */
1795
+ DeliveryOptions?: DeliveryOptions | undefined;
1796
+ /**
1797
+ * <p>An object that represents the reputation settings for the configuration set. </p>
1798
+ * @public
1799
+ */
1800
+ ReputationOptions?: ReputationOptions | undefined;
1801
+ }
1802
+ /**
1803
+ * <p>Represents a request to return the details of a receipt rule. You use receipt rules to
1804
+ * receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1805
+ * Guide</a>.</p>
1806
+ * @public
1807
+ */
1808
+ export interface DescribeReceiptRuleRequest {
1809
+ /**
1810
+ * <p>The name of the receipt rule set that the receipt rule belongs to.</p>
1811
+ * @public
1812
+ */
1813
+ RuleSetName: string | undefined;
1814
+ /**
1815
+ * <p>The name of the receipt rule.</p>
1816
+ * @public
1817
+ */
1818
+ RuleName: string | undefined;
1819
+ }
1820
+ /**
1821
+ * <p>Represents the details of a receipt rule.</p>
1822
+ * @public
1823
+ */
1824
+ export interface DescribeReceiptRuleResponse {
1825
+ /**
1826
+ * <p>A data structure that contains the specified receipt rule's name, actions, recipients,
1827
+ * domains, enabled status, scan status, and Transport Layer Security (TLS) policy.</p>
1828
+ * @public
1829
+ */
1830
+ Rule?: ReceiptRule | undefined;
1831
+ }
1832
+ /**
1833
+ * <p>Represents a request to return the details of a receipt rule set. You use receipt rule
1834
+ * sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
1835
+ * Developer Guide</a>.</p>
1836
+ * @public
1837
+ */
1838
+ export interface DescribeReceiptRuleSetRequest {
1839
+ /**
1840
+ * <p>The name of the receipt rule set to describe.</p>
1841
+ * @public
1842
+ */
1843
+ RuleSetName: string | undefined;
1844
+ }
1845
+ /**
1846
+ * <p>Represents the details of the specified receipt rule set.</p>
1847
+ * @public
1848
+ */
1849
+ export interface DescribeReceiptRuleSetResponse {
1850
+ /**
1851
+ * <p>The metadata for the receipt rule set, which consists of the rule set name and the
1852
+ * timestamp of when the rule set was created.</p>
1853
+ * @public
1854
+ */
1855
+ Metadata?: ReceiptRuleSetMetadata | undefined;
1856
+ /**
1857
+ * <p>A list of the receipt rules that belong to the specified receipt rule set.</p>
1858
+ * @public
1859
+ */
1860
+ Rules?: ReceiptRule[] | undefined;
1861
+ }
1862
+ /**
1863
+ * <p>Represents the DKIM attributes of a verified email address or a domain.</p>
1864
+ * @public
1865
+ */
1866
+ export interface IdentityDkimAttributes {
1867
+ /**
1868
+ * <p>Is true if DKIM signing is enabled for email sent from the identity. It's false
1869
+ * otherwise. The default value is true.</p>
1870
+ * @public
1871
+ */
1872
+ DkimEnabled: boolean | undefined;
1873
+ /**
1874
+ * <p>Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens)
1875
+ * published in the domain name's DNS. (This only applies to domain identities, not email
1876
+ * address identities.)</p>
1877
+ * @public
1878
+ */
1879
+ DkimVerificationStatus: VerificationStatus | undefined;
1880
+ /**
1881
+ * <p>A set of character strings that represent the domain's identity. Using these tokens,
1882
+ * you need to create DNS CNAME records that point to DKIM public keys that are hosted by
1883
+ * Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection
1884
+ * process might take up to 72 hours. After successful detection, Amazon SES is able to
1885
+ * DKIM-sign email originating from that domain. (This only applies to domain identities,
1886
+ * not email address identities.)</p>
1887
+ * <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
1888
+ * @public
1889
+ */
1890
+ DkimTokens?: string[] | undefined;
1891
+ }
1892
+ /**
1893
+ * <p>Represents a request to return the email sending status for your Amazon SES account in the
1894
+ * current Amazon Web Services Region.</p>
1895
+ * @public
1896
+ */
1897
+ export interface GetAccountSendingEnabledResponse {
1898
+ /**
1899
+ * <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
1900
+ * current Amazon Web Services Region.</p>
1901
+ * @public
1902
+ */
1903
+ Enabled?: boolean | undefined;
1904
+ }
1905
+ /**
1906
+ * <p>Represents a request to retrieve an existing custom verification email
1907
+ * template.</p>
1908
+ * @public
1909
+ */
1910
+ export interface GetCustomVerificationEmailTemplateRequest {
1911
+ /**
1912
+ * <p>The name of the custom verification email template to retrieve.</p>
1913
+ * @public
1914
+ */
1915
+ TemplateName: string | undefined;
1916
+ }
1917
+ /**
1918
+ * <p>The content of the custom verification email template.</p>
1919
+ * @public
1920
+ */
1921
+ export interface GetCustomVerificationEmailTemplateResponse {
1922
+ /**
1923
+ * <p>The name of the custom verification email template.</p>
1924
+ * @public
1925
+ */
1926
+ TemplateName?: string | undefined;
1927
+ /**
1928
+ * <p>The email address that the custom verification email is sent from.</p>
1929
+ * @public
1930
+ */
1931
+ FromEmailAddress?: string | undefined;
1932
+ /**
1933
+ * <p>The subject line of the custom verification email.</p>
1934
+ * @public
1935
+ */
1936
+ TemplateSubject?: string | undefined;
1937
+ /**
1938
+ * <p>The content of the custom verification email.</p>
1939
+ * @public
1940
+ */
1941
+ TemplateContent?: string | undefined;
1942
+ /**
1943
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1944
+ * is successfully verified.</p>
1945
+ * @public
1946
+ */
1947
+ SuccessRedirectionURL?: string | undefined;
1948
+ /**
1949
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1950
+ * is not successfully verified.</p>
1951
+ * @public
1952
+ */
1953
+ FailureRedirectionURL?: string | undefined;
1954
+ }
1955
+ /**
1956
+ * <p>Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For
1957
+ * domain identities, this request also returns the DKIM tokens that are required for Easy
1958
+ * DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
1959
+ * For more information about Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
1960
+ * Guide</a>.</p>
1961
+ * @public
1962
+ */
1963
+ export interface GetIdentityDkimAttributesRequest {
1964
+ /**
1965
+ * <p>A list of one or more verified identities - email addresses, domains, or both.</p>
1966
+ * @public
1967
+ */
1968
+ Identities: string[] | undefined;
1969
+ }
1970
+ /**
1971
+ * <p>Represents the status of Amazon SES Easy DKIM signing for an identity. For domain
1972
+ * identities, this response also contains the DKIM tokens that are required for Easy DKIM
1973
+ * signing, and whether Amazon SES successfully verified that these tokens were
1974
+ * published.</p>
1975
+ * @public
1976
+ */
1977
+ export interface GetIdentityDkimAttributesResponse {
1978
+ /**
1979
+ * <p>The DKIM attributes for an email address or a domain.</p>
1980
+ * @public
1981
+ */
1982
+ DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
1983
+ }
1984
+ /**
1985
+ * <p>Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of
1986
+ * identities. For information about using a custom MAIL FROM domain, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
1987
+ * Guide</a>.</p>
1988
+ * @public
1989
+ */
1990
+ export interface GetIdentityMailFromDomainAttributesRequest {
1991
+ /**
1992
+ * <p>A list of one or more identities.</p>
1993
+ * @public
1994
+ */
1995
+ Identities: string[] | undefined;
1996
+ }
1997
+ /**
1998
+ * <p>Represents the custom MAIL FROM domain attributes of a verified identity (email
1999
+ * address or domain).</p>
2000
+ * @public
2001
+ */
2002
+ export interface IdentityMailFromDomainAttributes {
2003
+ /**
2004
+ * <p>The custom MAIL FROM domain that the identity is configured to use.</p>
2005
+ * @public
2006
+ */
2007
+ MailFromDomain: string | undefined;
2008
+ /**
2009
+ * <p>The state that indicates whether Amazon SES has successfully read the MX record required
2010
+ * for custom MAIL FROM domain setup. If the state is <code>Success</code>, Amazon SES uses the
2011
+ * specified custom MAIL FROM domain when the verified identity sends an email. All other
2012
+ * states indicate that Amazon SES takes the action described by
2013
+ * <code>BehaviorOnMXFailure</code>.</p>
2014
+ * @public
2015
+ */
2016
+ MailFromDomainStatus: CustomMailFromStatus | undefined;
2017
+ /**
2018
+ * <p>The action that Amazon SES takes if it cannot successfully read the required MX record when
2019
+ * you send an email. A value of <code>UseDefaultValue</code> indicates that if Amazon SES
2020
+ * cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as
2021
+ * the MAIL FROM domain. A value of <code>RejectMessage</code> indicates that if Amazon SES
2022
+ * cannot read the required MX record, Amazon SES returns a
2023
+ * <code>MailFromDomainNotVerified</code> error and does not send the email.</p>
2024
+ * <p>The custom MAIL FROM setup states that result in this behavior are
2025
+ * <code>Pending</code>, <code>Failed</code>, and <code>TemporaryFailure</code>.</p>
2026
+ * @public
2027
+ */
2028
+ BehaviorOnMXFailure: BehaviorOnMXFailure | undefined;
2029
+ }
2030
+ /**
2031
+ * <p>Represents the custom MAIL FROM attributes for a list of identities.</p>
2032
+ * @public
2033
+ */
2034
+ export interface GetIdentityMailFromDomainAttributesResponse {
2035
+ /**
2036
+ * <p>A map of identities to custom MAIL FROM attributes.</p>
2037
+ * @public
2038
+ */
2039
+ MailFromDomainAttributes: Record<string, IdentityMailFromDomainAttributes> | undefined;
2040
+ }
2041
+ /**
2042
+ * <p>Represents a request to return the notification attributes for a list of identities
2043
+ * you verified with Amazon SES. For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
2044
+ * Developer Guide</a>.</p>
2045
+ * @public
2046
+ */
2047
+ export interface GetIdentityNotificationAttributesRequest {
2048
+ /**
2049
+ * <p>A list of one or more identities. You can specify an identity by using its name or by
2050
+ * using its Amazon Resource Name (ARN). Examples: <code>user@example.com</code>,
2051
+ * <code>example.com</code>,
2052
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2053
+ * @public
2054
+ */
2055
+ Identities: string[] | undefined;
2056
+ }
2057
+ /**
2058
+ * <p>Represents the notification attributes of an identity, including whether an identity
2059
+ * has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications,
2060
+ * and whether feedback forwarding is enabled for bounce and complaint
2061
+ * notifications.</p>
2062
+ * @public
2063
+ */
2064
+ export interface IdentityNotificationAttributes {
2065
+ /**
2066
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce
2067
+ * notifications.</p>
2068
+ * @public
2069
+ */
2070
+ BounceTopic: string | undefined;
2071
+ /**
2072
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint
2073
+ * notifications.</p>
2074
+ * @public
2075
+ */
2076
+ ComplaintTopic: string | undefined;
2077
+ /**
2078
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery
2079
+ * notifications.</p>
2080
+ * @public
2081
+ */
2082
+ DeliveryTopic: string | undefined;
2083
+ /**
2084
+ * <p>Describes whether Amazon SES forwards bounce and complaint notifications as email.
2085
+ * <code>true</code> indicates that Amazon SES forwards bounce and complaint notifications
2086
+ * as email, while <code>false</code> indicates that bounce and complaint notifications are
2087
+ * published only to the specified bounce and complaint Amazon SNS topics.</p>
2088
+ * @public
2089
+ */
2090
+ ForwardingEnabled: boolean | undefined;
2091
+ /**
2092
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2093
+ * type <code>Bounce</code>. A value of <code>true</code> specifies that Amazon SES includes
2094
+ * headers in bounce notifications, and a value of <code>false</code> specifies that Amazon SES
2095
+ * does not include headers in bounce notifications.</p>
2096
+ * @public
2097
+ */
2098
+ HeadersInBounceNotificationsEnabled?: boolean | undefined;
2099
+ /**
2100
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2101
+ * type <code>Complaint</code>. A value of <code>true</code> specifies that Amazon SES includes
2102
+ * headers in complaint notifications, and a value of <code>false</code> specifies that
2103
+ * Amazon SES does not include headers in complaint notifications.</p>
2104
+ * @public
2105
+ */
2106
+ HeadersInComplaintNotificationsEnabled?: boolean | undefined;
2107
+ /**
2108
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2109
+ * type <code>Delivery</code>. A value of <code>true</code> specifies that Amazon SES includes
2110
+ * headers in delivery notifications, and a value of <code>false</code> specifies that
2111
+ * Amazon SES does not include headers in delivery notifications.</p>
2112
+ * @public
2113
+ */
2114
+ HeadersInDeliveryNotificationsEnabled?: boolean | undefined;
2115
+ }
2116
+ /**
2117
+ * <p>Represents the notification attributes for a list of identities.</p>
2118
+ * @public
2119
+ */
2120
+ export interface GetIdentityNotificationAttributesResponse {
2121
+ /**
2122
+ * <p>A map of Identity to IdentityNotificationAttributes.</p>
2123
+ * @public
2124
+ */
2125
+ NotificationAttributes: Record<string, IdentityNotificationAttributes> | undefined;
2126
+ }
2127
+ /**
2128
+ * <p>Represents a request to return the requested sending authorization policies for an
2129
+ * identity. Sending authorization is an Amazon SES feature that enables you to authorize other
2130
+ * senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2131
+ * @public
2132
+ */
2133
+ export interface GetIdentityPoliciesRequest {
2134
+ /**
2135
+ * <p>The identity for which the policies are retrieved. You can specify an identity by
2136
+ * using its name or by using its Amazon Resource Name (ARN). Examples:
2137
+ * <code>user@example.com</code>, <code>example.com</code>,
2138
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2139
+ * <p>To successfully call this operation, you must own the identity.</p>
2140
+ * @public
2141
+ */
2142
+ Identity: string | undefined;
2143
+ /**
2144
+ * <p>A list of the names of policies to be retrieved. You can retrieve a maximum of 20
2145
+ * policies at a time. If you do not know the names of the policies that are attached to
2146
+ * the identity, you can use <code>ListIdentityPolicies</code>.</p>
2147
+ * @public
2148
+ */
2149
+ PolicyNames: string[] | undefined;
2150
+ }
2151
+ /**
2152
+ * <p>Represents the requested sending authorization policies.</p>
2153
+ * @public
2154
+ */
2155
+ export interface GetIdentityPoliciesResponse {
2156
+ /**
2157
+ * <p>A map of policy names to policies.</p>
2158
+ * @public
2159
+ */
2160
+ Policies: Record<string, string> | undefined;
2161
+ }
2162
+ /**
2163
+ * <p>Represents a request to return the Amazon SES verification status of a list of identities.
2164
+ * For domain identities, this request also returns the verification token. For information
2165
+ * about verifying identities with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
2166
+ * @public
2167
+ */
2168
+ export interface GetIdentityVerificationAttributesRequest {
2169
+ /**
2170
+ * <p>A list of identities.</p>
2171
+ * @public
2172
+ */
2173
+ Identities: string[] | undefined;
2174
+ }
2175
+ /**
2176
+ * <p>Represents the verification attributes of a single identity.</p>
2177
+ * @public
2178
+ */
2179
+ export interface IdentityVerificationAttributes {
2180
+ /**
2181
+ * <p>The verification status of the identity: "Pending", "Success", "Failed", or
2182
+ * "TemporaryFailure".</p>
2183
+ * @public
2184
+ */
2185
+ VerificationStatus: VerificationStatus | undefined;
2186
+ /**
2187
+ * <p>The verification token for a domain identity. Null for email address
2188
+ * identities.</p>
2189
+ * @public
2190
+ */
2191
+ VerificationToken?: string | undefined;
2192
+ }
2193
+ /**
2194
+ * <p>The Amazon SES verification status of a list of identities. For domain identities, this
2195
+ * response also contains the verification token.</p>
2196
+ * @public
2197
+ */
2198
+ export interface GetIdentityVerificationAttributesResponse {
2199
+ /**
2200
+ * <p>A map of Identities to IdentityVerificationAttributes objects.</p>
2201
+ * @public
2202
+ */
2203
+ VerificationAttributes: Record<string, IdentityVerificationAttributes> | undefined;
2204
+ }
2205
+ /**
2206
+ * <p>Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails
2207
+ * you have sent in the last 24 hours.</p>
2208
+ * @public
2209
+ */
2210
+ export interface GetSendQuotaResponse {
2211
+ /**
2212
+ * <p>The maximum number of emails the user is allowed to send in a 24-hour interval. A
2213
+ * value of -1 signifies an unlimited quota.</p>
2214
+ * @public
2215
+ */
2216
+ Max24HourSend?: number | undefined;
2217
+ /**
2218
+ * <p>The maximum number of emails that Amazon SES can accept from the user's account per
2219
+ * second.</p>
2220
+ * <note>
2221
+ * <p>The rate at which Amazon SES accepts the user's messages might be less than the maximum
2222
+ * send rate.</p>
2223
+ * </note>
2224
+ * @public
2225
+ */
2226
+ MaxSendRate?: number | undefined;
2227
+ /**
2228
+ * <p>The number of emails sent during the previous 24 hours.</p>
2229
+ * @public
2230
+ */
2231
+ SentLast24Hours?: number | undefined;
2232
+ }
2233
+ /**
2234
+ * <p>Represents sending statistics data. Each <code>SendDataPoint</code> contains
2235
+ * statistics for a 15-minute period of sending activity. </p>
2236
+ * @public
2237
+ */
2238
+ export interface SendDataPoint {
2239
+ /**
2240
+ * <p>Time of the data point.</p>
2241
+ * @public
2242
+ */
2243
+ Timestamp?: Date | undefined;
2244
+ /**
2245
+ * <p>Number of emails that have been sent.</p>
2246
+ * @public
2247
+ */
2248
+ DeliveryAttempts?: number | undefined;
2249
+ /**
2250
+ * <p>Number of emails that have bounced.</p>
2251
+ * @public
2252
+ */
2253
+ Bounces?: number | undefined;
2254
+ /**
2255
+ * <p>Number of unwanted emails that were rejected by recipients.</p>
2256
+ * @public
2257
+ */
2258
+ Complaints?: number | undefined;
2259
+ /**
2260
+ * <p>Number of emails rejected by Amazon SES.</p>
2261
+ * @public
2262
+ */
2263
+ Rejects?: number | undefined;
2264
+ }
2265
+ /**
2266
+ * <p>Represents a list of data points. This list contains aggregated data from the previous
2267
+ * two weeks of your sending activity with Amazon SES.</p>
2268
+ * @public
2269
+ */
2270
+ export interface GetSendStatisticsResponse {
2271
+ /**
2272
+ * <p>A list of data points, each of which represents 15 minutes of activity.</p>
2273
+ * @public
2274
+ */
2275
+ SendDataPoints?: SendDataPoint[] | undefined;
2276
+ }
2277
+ /**
2278
+ * @public
2279
+ */
2280
+ export interface GetTemplateRequest {
2281
+ /**
2282
+ * <p>The name of the template to retrieve.</p>
2283
+ * @public
2284
+ */
2285
+ TemplateName: string | undefined;
2286
+ }
2287
+ /**
2288
+ * @public
2289
+ */
2290
+ export interface GetTemplateResponse {
2291
+ /**
2292
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
2293
+ * text-only part.</p>
2294
+ * @public
2295
+ */
2296
+ Template?: Template | undefined;
2297
+ }
2298
+ /**
2299
+ * <p>Represents a request to list the configuration sets associated with your
2300
+ * Amazon Web Services account. Configuration sets enable you to publish email sending events. For
2301
+ * information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
2302
+ * Guide</a>.</p>
2303
+ * @public
2304
+ */
2305
+ export interface ListConfigurationSetsRequest {
2306
+ /**
2307
+ * <p>A token returned from a previous call to <code>ListConfigurationSets</code> to
2308
+ * indicate the position of the configuration set in the configuration set list.</p>
2309
+ * @public
2310
+ */
2311
+ NextToken?: string | undefined;
2312
+ /**
2313
+ * <p>The number of configuration sets to return.</p>
2314
+ * @public
2315
+ */
2316
+ MaxItems?: number | undefined;
2317
+ }
2318
+ /**
2319
+ * <p>A list of configuration sets associated with your Amazon Web Services account. Configuration sets
2320
+ * enable you to publish email sending events. For information about using configuration
2321
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
2322
+ * Guide</a>.</p>
2323
+ * @public
2324
+ */
2325
+ export interface ListConfigurationSetsResponse {
2326
+ /**
2327
+ * <p>A list of configuration sets.</p>
2328
+ * @public
2329
+ */
2330
+ ConfigurationSets?: ConfigurationSet[] | undefined;
2331
+ /**
2332
+ * <p>A token indicating that there are additional configuration sets available to be
2333
+ * listed. Pass this token to successive calls of <code>ListConfigurationSets</code>.
2334
+ * </p>
2335
+ * @public
2336
+ */
2337
+ NextToken?: string | undefined;
2338
+ }
2339
+ /**
2340
+ * <p>Represents a request to list the existing custom verification email templates for your
2341
+ * account.</p>
2342
+ * <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
2343
+ * Custom Verification Email Templates</a> in the <i>Amazon SES Developer
2344
+ * Guide</i>.</p>
2345
+ * @public
2346
+ */
2347
+ export interface ListCustomVerificationEmailTemplatesRequest {
2348
+ /**
2349
+ * <p>An array the contains the name and creation time stamp for each template in your Amazon SES
2350
+ * account.</p>
2351
+ * @public
2352
+ */
2353
+ NextToken?: string | undefined;
2354
+ /**
2355
+ * <p>The maximum number of custom verification email templates to return. This value must
2356
+ * be at least 1 and less than or equal to 50. If you do not specify a value, or if you
2357
+ * specify a value less than 1 or greater than 50, the operation returns up to 50
2358
+ * results.</p>
2359
+ * @public
2360
+ */
2361
+ MaxResults?: number | undefined;
2362
+ }
2363
+ /**
2364
+ * <p>A paginated list of custom verification email templates.</p>
2365
+ * @public
2366
+ */
2367
+ export interface ListCustomVerificationEmailTemplatesResponse {
2368
+ /**
2369
+ * <p>A list of the custom verification email templates that exist in your account.</p>
2370
+ * @public
2371
+ */
2372
+ CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[] | undefined;
2373
+ /**
2374
+ * <p>A token indicating that there are additional custom verification email templates
2375
+ * available to be listed. Pass this token to a subsequent call to
2376
+ * <code>ListTemplates</code> to retrieve the next 50 custom verification email
2377
+ * templates.</p>
2378
+ * @public
2379
+ */
2380
+ NextToken?: string | undefined;
2381
+ }
2382
+ /**
2383
+ * <p>Represents a request to return a list of all identities (email addresses and domains)
2384
+ * that you have attempted to verify under your Amazon Web Services account, regardless of verification
2385
+ * status.</p>
2386
+ * @public
2387
+ */
2388
+ export interface ListIdentitiesRequest {
2389
+ /**
2390
+ * <p>The type of the identities to list. Possible values are "EmailAddress" and "Domain".
2391
+ * If this parameter is omitted, then all identities are listed.</p>
2392
+ * @public
2393
+ */
2394
+ IdentityType?: IdentityType | undefined;
2395
+ /**
2396
+ * <p>The token to use for pagination.</p>
2397
+ * @public
2398
+ */
2399
+ NextToken?: string | undefined;
2400
+ /**
2401
+ * <p>The maximum number of identities per page. Possible values are 1-1000
2402
+ * inclusive.</p>
2403
+ * @public
2404
+ */
2405
+ MaxItems?: number | undefined;
2406
+ }
2407
+ /**
2408
+ * <p>A list of all identities that you have attempted to verify under your Amazon Web Services account,
2409
+ * regardless of verification status.</p>
2410
+ * @public
2411
+ */
2412
+ export interface ListIdentitiesResponse {
2413
+ /**
2414
+ * <p>A list of identities.</p>
2415
+ * @public
2416
+ */
2417
+ Identities: string[] | undefined;
2418
+ /**
2419
+ * <p>The token used for pagination.</p>
2420
+ * @public
2421
+ */
2422
+ NextToken?: string | undefined;
2423
+ }
2424
+ /**
2425
+ * <p>Represents a request to return a list of sending authorization policies that are
2426
+ * attached to an identity. Sending authorization is an Amazon SES feature that enables you to
2427
+ * authorize other senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
2428
+ * Guide</a>.</p>
2429
+ * @public
2430
+ */
2431
+ export interface ListIdentityPoliciesRequest {
2432
+ /**
2433
+ * <p>The identity that is associated with the policy for which the policies are listed. You
2434
+ * can specify an identity by using its name or by using its Amazon Resource Name (ARN).
2435
+ * Examples: <code>user@example.com</code>, <code>example.com</code>,
2436
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2437
+ * <p>To successfully call this operation, you must own the identity.</p>
2438
+ * @public
2439
+ */
2440
+ Identity: string | undefined;
2441
+ }
2442
+ /**
2443
+ * <p>A list of names of sending authorization policies that apply to an identity.</p>
2444
+ * @public
2445
+ */
2446
+ export interface ListIdentityPoliciesResponse {
2447
+ /**
2448
+ * <p>A list of names of policies that apply to the specified identity.</p>
2449
+ * @public
2450
+ */
2451
+ PolicyNames: string[] | undefined;
2452
+ }
2453
+ /**
2454
+ * <p>Represents a request to list the IP address filters that exist under your
2455
+ * Amazon Web Services account. You use IP address filters when you receive email with Amazon SES. For more
2456
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2457
+ * Guide</a>.</p>
2458
+ * @public
2459
+ */
2460
+ export interface ListReceiptFiltersRequest {
2461
+ }
2462
+ /**
2463
+ * <p>A list of IP address filters that exist under your Amazon Web Services account.</p>
2464
+ * @public
2465
+ */
2466
+ export interface ListReceiptFiltersResponse {
2467
+ /**
2468
+ * <p>A list of IP address filter data structures, which each consist of a name, an IP
2469
+ * address range, and whether to allow or block mail from it.</p>
2470
+ * @public
2471
+ */
2472
+ Filters?: ReceiptFilter[] | undefined;
2473
+ }
2474
+ /**
2475
+ * <p>Represents a request to list the receipt rule sets that exist under your
2476
+ * Amazon Web Services account. You use receipt rule sets to receive email with Amazon SES. For more
2477
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2478
+ * Guide</a>.</p>
2479
+ * @public
2480
+ */
2481
+ export interface ListReceiptRuleSetsRequest {
2482
+ /**
2483
+ * <p>A token returned from a previous call to <code>ListReceiptRuleSets</code> to indicate
2484
+ * the position in the receipt rule set list.</p>
2485
+ * @public
2486
+ */
2487
+ NextToken?: string | undefined;
2488
+ }
2489
+ /**
2490
+ * <p>A list of receipt rule sets that exist under your Amazon Web Services account.</p>
2491
+ * @public
2492
+ */
2493
+ export interface ListReceiptRuleSetsResponse {
2494
+ /**
2495
+ * <p>The metadata for the currently active receipt rule set. The metadata consists of the
2496
+ * rule set name and the timestamp of when the rule set was created.</p>
2497
+ * @public
2498
+ */
2499
+ RuleSets?: ReceiptRuleSetMetadata[] | undefined;
2500
+ /**
2501
+ * <p>A token indicating that there are additional receipt rule sets available to be listed.
2502
+ * Pass this token to successive calls of <code>ListReceiptRuleSets</code> to retrieve up
2503
+ * to 100 receipt rule sets at a time.</p>
2504
+ * @public
2505
+ */
2506
+ NextToken?: string | undefined;
2507
+ }
2508
+ /**
2509
+ * @public
2510
+ */
2511
+ export interface ListTemplatesRequest {
2512
+ /**
2513
+ * <p>A token returned from a previous call to <code>ListTemplates</code> to indicate the
2514
+ * position in the list of email templates.</p>
2515
+ * @public
2516
+ */
2517
+ NextToken?: string | undefined;
2518
+ /**
2519
+ * <p>The maximum number of templates to return. This value must be at least 1 and less than
2520
+ * or equal to 100. If more than 100 items are requested, the page size will automatically
2521
+ * set to 100. If you do not specify a value, 10 is the default page size. </p>
2522
+ * @public
2523
+ */
2524
+ MaxItems?: number | undefined;
2525
+ }
2526
+ /**
2527
+ * <p>Contains information about an email template.</p>
2528
+ * @public
2529
+ */
2530
+ export interface TemplateMetadata {
2531
+ /**
2532
+ * <p>The name of the template.</p>
2533
+ * @public
2534
+ */
2535
+ Name?: string | undefined;
2536
+ /**
2537
+ * <p>The time and date the template was created.</p>
2538
+ * @public
2539
+ */
2540
+ CreatedTimestamp?: Date | undefined;
2541
+ }
2542
+ /**
2543
+ * @public
2544
+ */
2545
+ export interface ListTemplatesResponse {
2546
+ /**
2547
+ * <p>An array the contains the name and creation time stamp for each template in your Amazon SES
2548
+ * account.</p>
2549
+ * @public
2550
+ */
2551
+ TemplatesMetadata?: TemplateMetadata[] | undefined;
2552
+ /**
2553
+ * <p>A token indicating that there are additional email templates available to be listed.
2554
+ * Pass this token to a subsequent call to <code>ListTemplates</code> to retrieve the next
2555
+ * set of email templates within your page size.</p>
2556
+ * @public
2557
+ */
2558
+ NextToken?: string | undefined;
2559
+ }
2560
+ /**
2561
+ * <p>A list of email addresses that you have verified with Amazon SES under your
2562
+ * Amazon Web Services account.</p>
2563
+ * @public
2564
+ */
2565
+ export interface ListVerifiedEmailAddressesResponse {
2566
+ /**
2567
+ * <p>A list of email addresses that have been verified.</p>
2568
+ * @public
2569
+ */
2570
+ VerifiedEmailAddresses?: string[] | undefined;
2571
+ }
2572
+ /**
2573
+ * <p>Represents the message to be sent, composed of a subject and a body.</p>
2574
+ * @public
2575
+ */
2576
+ export interface Message {
2577
+ /**
2578
+ * <p>The subject of the message: A short summary of the content, which appears in the
2579
+ * recipient's inbox.</p>
2580
+ * @public
2581
+ */
2582
+ Subject: Content | undefined;
2583
+ /**
2584
+ * <p>The message body.</p>
2585
+ * @public
2586
+ */
2587
+ Body: Body | undefined;
2588
+ }
2589
+ /**
2590
+ * <p>Message-related information to include in the Delivery Status Notification (DSN) when
2591
+ * an email that Amazon SES receives on your behalf bounces.</p>
2592
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
2593
+ * Guide</a>.</p>
2594
+ * @public
2595
+ */
2596
+ export interface MessageDsn {
2597
+ /**
2598
+ * <p>The reporting MTA that attempted to deliver the message, formatted as specified in
2599
+ * <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
2600
+ * (<code>mta-name-type; mta-name</code>). The default value is <code>dns;
2601
+ * inbound-smtp.[region].amazonaws.com</code>.</p>
2602
+ * @public
2603
+ */
2604
+ ReportingMta: string | undefined;
2605
+ /**
2606
+ * <p>When the message was received by the reporting mail transfer agent (MTA), in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
2607
+ * @public
2608
+ */
2609
+ ArrivalDate?: Date | undefined;
2610
+ /**
2611
+ * <p>Additional X-headers to include in the DSN.</p>
2612
+ * @public
2613
+ */
2614
+ ExtensionFields?: ExtensionField[] | undefined;
2615
+ }
2616
+ /**
2617
+ * <p>A request to modify the delivery options for a configuration set.</p>
2618
+ * @public
2619
+ */
2620
+ export interface PutConfigurationSetDeliveryOptionsRequest {
2621
+ /**
2622
+ * <p>The name of the configuration set.</p>
2623
+ * @public
2624
+ */
2625
+ ConfigurationSetName: string | undefined;
2626
+ /**
2627
+ * <p>Specifies whether messages that use the configuration set are required to use
2628
+ * Transport Layer Security (TLS).</p>
2629
+ * @public
2630
+ */
2631
+ DeliveryOptions?: DeliveryOptions | undefined;
2632
+ }
2633
+ /**
2634
+ * <p>An HTTP 200 response if the request succeeds, or an error message if the request
2635
+ * fails.</p>
2636
+ * @public
2637
+ */
2638
+ export interface PutConfigurationSetDeliveryOptionsResponse {
2639
+ }
2640
+ /**
2641
+ * <p>Represents a request to add or update a sending authorization policy for an identity.
2642
+ * Sending authorization is an Amazon SES feature that enables you to authorize other senders to
2643
+ * use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2644
+ * @public
2645
+ */
2646
+ export interface PutIdentityPolicyRequest {
2647
+ /**
2648
+ * <p>The identity to which that the policy applies. You can specify an identity by using
2649
+ * its name or by using its Amazon Resource Name (ARN). Examples:
2650
+ * <code>user@example.com</code>, <code>example.com</code>,
2651
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2652
+ * <p>To successfully call this operation, you must own the identity.</p>
2653
+ * @public
2654
+ */
2655
+ Identity: string | undefined;
2656
+ /**
2657
+ * <p>The name of the policy.</p>
2658
+ * <p>The policy name cannot exceed 64 characters and can only include alphanumeric
2659
+ * characters, dashes, and underscores.</p>
2660
+ * @public
2661
+ */
2662
+ PolicyName: string | undefined;
2663
+ /**
2664
+ * <p>The text of the policy in JSON format. The policy cannot exceed 4 KB.</p>
2665
+ * <p>For information about the syntax of sending authorization policies, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-policies.html">Amazon SES
2666
+ * Developer Guide</a>. </p>
2667
+ * @public
2668
+ */
2669
+ Policy: string | undefined;
2670
+ }
2671
+ /**
2672
+ * <p>An empty element returned on a successful request.</p>
2673
+ * @public
2674
+ */
2675
+ export interface PutIdentityPolicyResponse {
2676
+ }
2677
+ /**
2678
+ * <p>Represents the raw data of the message.</p>
2679
+ * @public
2680
+ */
2681
+ export interface RawMessage {
2682
+ /**
2683
+ * <p>The raw data of the message. This data needs to base64-encoded if you are accessing
2684
+ * Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services
2685
+ * SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must
2686
+ * ensure that the message format complies with Internet email standards regarding email
2687
+ * header fields, MIME types, and MIME encoding.</p>
2688
+ * <p>The To:, CC:, and BCC: headers in the raw message can contain a group list.</p>
2689
+ * <p>If you are using <code>SendRawEmail</code> with sending authorization, you can include
2690
+ * X-headers in the raw message to specify the "Source," "From," and "Return-Path"
2691
+ * addresses. For more information, see the documentation for <code>SendRawEmail</code>. </p>
2692
+ * <important>
2693
+ * <p>Do not include these X-headers in the DKIM signature, because they are removed by
2694
+ * Amazon SES before sending the email.</p>
2695
+ * </important>
2696
+ * <p>For more information, go to the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer Guide</a>.</p>
2697
+ * @public
2698
+ */
2699
+ Data: Uint8Array | undefined;
2700
+ }
2701
+ /**
2702
+ * <p>Represents a request to reorder the receipt rules within a receipt rule set. You use
2703
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
2704
+ * Developer Guide</a>.</p>
2705
+ * @public
2706
+ */
2707
+ export interface ReorderReceiptRuleSetRequest {
2708
+ /**
2709
+ * <p>The name of the receipt rule set to reorder.</p>
2710
+ * @public
2711
+ */
2712
+ RuleSetName: string | undefined;
2713
+ /**
2714
+ * <p>The specified receipt rule set's receipt rules, in order.</p>
2715
+ * @public
2716
+ */
2717
+ RuleNames: string[] | undefined;
2718
+ }
2719
+ /**
2720
+ * <p>An empty element returned on a successful request.</p>
2721
+ * @public
2722
+ */
2723
+ export interface ReorderReceiptRuleSetResponse {
2724
+ }
2725
+ /**
2726
+ * <p>Represents a request to send a bounce message to the sender of an email you received
2727
+ * through Amazon SES.</p>
2728
+ * @public
2729
+ */
2730
+ export interface SendBounceRequest {
2731
+ /**
2732
+ * <p>The message ID of the message to be bounced.</p>
2733
+ * @public
2734
+ */
2735
+ OriginalMessageId: string | undefined;
2736
+ /**
2737
+ * <p>The address to use in the "From" header of the bounce message. This must be an
2738
+ * identity that you have verified with Amazon SES.</p>
2739
+ * @public
2740
+ */
2741
+ BounceSender: string | undefined;
2742
+ /**
2743
+ * <p>Human-readable text for the bounce message to explain the failure. If not specified,
2744
+ * the text is auto-generated based on the bounced recipient information.</p>
2745
+ * @public
2746
+ */
2747
+ Explanation?: string | undefined;
2748
+ /**
2749
+ * <p>Message-related DSN fields. If not specified, Amazon SES chooses the values.</p>
2750
+ * @public
2751
+ */
2752
+ MessageDsn?: MessageDsn | undefined;
2753
+ /**
2754
+ * <p>A list of recipients of the bounced message, including the information required to
2755
+ * create the Delivery Status Notifications (DSNs) for the recipients. You must specify at
2756
+ * least one <code>BouncedRecipientInfo</code> in the list.</p>
2757
+ * @public
2758
+ */
2759
+ BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
2760
+ /**
2761
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
2762
+ * that is associated with the sending authorization policy that permits you to use the
2763
+ * address in the "From" header of the bounce. For more information about sending
2764
+ * authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2765
+ * @public
2766
+ */
2767
+ BounceSenderArn?: string | undefined;
2768
+ }
2769
+ /**
2770
+ * <p>Represents a unique message ID.</p>
2771
+ * @public
2772
+ */
2773
+ export interface SendBounceResponse {
2774
+ /**
2775
+ * <p>The message ID of the bounce message.</p>
2776
+ * @public
2777
+ */
2778
+ MessageId?: string | undefined;
2779
+ }
2780
+ /**
2781
+ * <p>Represents a request to send a templated email to multiple destinations using Amazon SES.
2782
+ * For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer
2783
+ * Guide</a>.</p>
2784
+ * @public
2785
+ */
2786
+ export interface SendBulkTemplatedEmailRequest {
2787
+ /**
2788
+ * <p>The email address that is sending the email. This email address must be either
2789
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
2790
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
2791
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
2792
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
2793
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
2794
+ * Guide</a>.</p>
2795
+ * <note>
2796
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
2797
+ * email address string must be 7-bit ASCII. If you want to send to or from email
2798
+ * addresses that contain Unicode characters in the domain part of an address, you must
2799
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
2800
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
2801
+ * want to use Unicode characters in the "friendly from" name, you must encode the
2802
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
2803
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
2804
+ * </note>
2805
+ * @public
2806
+ */
2807
+ Source: string | undefined;
2808
+ /**
2809
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
2810
+ * that is associated with the sending authorization policy that permits you to send for
2811
+ * the email address specified in the <code>Source</code> parameter.</p>
2812
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
2813
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
2814
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
2815
+ * would specify the <code>SourceArn</code> to be
2816
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
2817
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
2818
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2819
+ * @public
2820
+ */
2821
+ SourceArn?: string | undefined;
2822
+ /**
2823
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
2824
+ * message, each reply-to address receives the reply.</p>
2825
+ * @public
2826
+ */
2827
+ ReplyToAddresses?: string[] | undefined;
2828
+ /**
2829
+ * <p>The email address that bounces and complaints are forwarded to when feedback
2830
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
2831
+ * error message is returned from the recipient's ISP; this message is forwarded to the
2832
+ * email address specified by the <code>ReturnPath</code> parameter. The
2833
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
2834
+ * either individually verified with Amazon SES, or from a domain that has been verified with
2835
+ * Amazon SES. </p>
2836
+ * @public
2837
+ */
2838
+ ReturnPath?: string | undefined;
2839
+ /**
2840
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
2841
+ * that is associated with the sending authorization policy that permits you to use the
2842
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
2843
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
2844
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
2845
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
2846
+ * would specify the <code>ReturnPathArn</code> to be
2847
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
2848
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
2849
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2850
+ * @public
2851
+ */
2852
+ ReturnPathArn?: string | undefined;
2853
+ /**
2854
+ * <p>The name of the configuration set to use when you send an email using
2855
+ * <code>SendBulkTemplatedEmail</code>.</p>
2856
+ * @public
2857
+ */
2858
+ ConfigurationSetName?: string | undefined;
2859
+ /**
2860
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send to
2861
+ * a destination using <code>SendBulkTemplatedEmail</code>.</p>
2862
+ * @public
2863
+ */
2864
+ DefaultTags?: MessageTag[] | undefined;
2865
+ /**
2866
+ * <p>The template to use when sending this email.</p>
2867
+ * @public
2868
+ */
2869
+ Template: string | undefined;
2870
+ /**
2871
+ * <p>The ARN of the template to use when sending this email.</p>
2872
+ * @public
2873
+ */
2874
+ TemplateArn?: string | undefined;
2875
+ /**
2876
+ * <p>A list of replacement values to apply to the template when replacement data is not
2877
+ * specified in a Destination object. These values act as a default or fallback option when
2878
+ * no other data is available.</p>
2879
+ * <p>The template data is a JSON object, typically consisting of key-value pairs in which
2880
+ * the keys correspond to replacement tags in the email template.</p>
2881
+ * @public
2882
+ */
2883
+ DefaultTemplateData: string | undefined;
2884
+ /**
2885
+ * <p>One or more <code>Destination</code> objects. All of the recipients in a
2886
+ * <code>Destination</code> receive the same version of the email. You can specify up
2887
+ * to 50 <code>Destination</code> objects within a <code>Destinations</code> array.</p>
2888
+ * @public
2889
+ */
2890
+ Destinations: BulkEmailDestination[] | undefined;
2891
+ }
2892
+ /**
2893
+ * @public
2894
+ */
2895
+ export interface SendBulkTemplatedEmailResponse {
2896
+ /**
2897
+ * <p>One object per intended recipient. Check each response object and retry any messages
2898
+ * with a failure status. (Note that order of responses will be respective to order of
2899
+ * destinations in the request.)Receipt rules enable you to specify which actions </p>
2900
+ * @public
2901
+ */
2902
+ Status: BulkEmailDestinationStatus[] | undefined;
2903
+ }
2904
+ /**
2905
+ * <p>Represents a request to send a custom verification email to a specified
2906
+ * recipient.</p>
2907
+ * @public
2908
+ */
2909
+ export interface SendCustomVerificationEmailRequest {
2910
+ /**
2911
+ * <p>The email address to verify.</p>
2912
+ * @public
2913
+ */
2914
+ EmailAddress: string | undefined;
2915
+ /**
2916
+ * <p>The name of the custom verification email template to use when sending the
2917
+ * verification email.</p>
2918
+ * @public
2919
+ */
2920
+ TemplateName: string | undefined;
2921
+ /**
2922
+ * <p>Name of a configuration set to use when sending the verification email.</p>
2923
+ * @public
2924
+ */
2925
+ ConfigurationSetName?: string | undefined;
2926
+ }
2927
+ /**
2928
+ * <p>The response received when attempting to send the custom verification email.</p>
2929
+ * @public
2930
+ */
2931
+ export interface SendCustomVerificationEmailResponse {
2932
+ /**
2933
+ * <p>The unique message identifier returned from the
2934
+ * <code>SendCustomVerificationEmail</code> operation.</p>
2935
+ * @public
2936
+ */
2937
+ MessageId?: string | undefined;
2938
+ }
2939
+ /**
2940
+ * <p>Represents a request to send a single formatted email using Amazon SES. For more
2941
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-formatted.html">Amazon SES Developer Guide</a>.</p>
2942
+ * @public
2943
+ */
2944
+ export interface SendEmailRequest {
2945
+ /**
2946
+ * <p>The email address that is sending the email. This email address must be either
2947
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
2948
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
2949
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
2950
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
2951
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
2952
+ * Guide</a>.</p>
2953
+ * <note>
2954
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
2955
+ * email address string must be 7-bit ASCII. If you want to send to or from email
2956
+ * addresses that contain Unicode characters in the domain part of an address, you must
2957
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
2958
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
2959
+ * want to use Unicode characters in the "friendly from" name, you must encode the
2960
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
2961
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
2962
+ * </note>
2963
+ * @public
2964
+ */
2965
+ Source: string | undefined;
2966
+ /**
2967
+ * <p>The destination for this email, composed of To:, CC:, and BCC: fields.</p>
2968
+ * @public
2969
+ */
2970
+ Destination: Destination | undefined;
2971
+ /**
2972
+ * <p>The message to be sent.</p>
2973
+ * @public
2974
+ */
2975
+ Message: Message | undefined;
2976
+ /**
2977
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
2978
+ * message, each reply-to address receives the reply.</p>
2979
+ * @public
2980
+ */
2981
+ ReplyToAddresses?: string[] | undefined;
2982
+ /**
2983
+ * <p>The email address that bounces and complaints are forwarded to when feedback
2984
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
2985
+ * error message is returned from the recipient's ISP; this message is forwarded to the
2986
+ * email address specified by the <code>ReturnPath</code> parameter. The
2987
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
2988
+ * either individually verified with Amazon SES, or from a domain that has been verified with
2989
+ * Amazon SES. </p>
2990
+ * @public
2991
+ */
2992
+ ReturnPath?: string | undefined;
2993
+ /**
2994
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
2995
+ * that is associated with the sending authorization policy that permits you to send for
2996
+ * the email address specified in the <code>Source</code> parameter.</p>
2997
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
2998
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
2999
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3000
+ * would specify the <code>SourceArn</code> to be
3001
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3002
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3003
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3004
+ * @public
3005
+ */
3006
+ SourceArn?: string | undefined;
3007
+ /**
3008
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3009
+ * that is associated with the sending authorization policy that permits you to use the
3010
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3011
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3012
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3013
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3014
+ * would specify the <code>ReturnPathArn</code> to be
3015
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3016
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3017
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3018
+ * @public
3019
+ */
3020
+ ReturnPathArn?: string | undefined;
3021
+ /**
3022
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
3023
+ * using <code>SendEmail</code>. Tags correspond to characteristics of the email that you
3024
+ * define, so that you can publish email sending events.</p>
3025
+ * @public
3026
+ */
3027
+ Tags?: MessageTag[] | undefined;
3028
+ /**
3029
+ * <p>The name of the configuration set to use when you send an email using
3030
+ * <code>SendEmail</code>.</p>
3031
+ * @public
3032
+ */
3033
+ ConfigurationSetName?: string | undefined;
3034
+ }
3035
+ /**
3036
+ * <p>Represents a unique message ID.</p>
3037
+ * @public
3038
+ */
3039
+ export interface SendEmailResponse {
3040
+ /**
3041
+ * <p>The unique message identifier returned from the <code>SendEmail</code> action. </p>
3042
+ * @public
3043
+ */
3044
+ MessageId: string | undefined;
3045
+ }
3046
+ /**
3047
+ * <p>Represents a request to send a single raw email using Amazon SES. For more information, see
3048
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer
3049
+ * Guide</a>.</p>
3050
+ * @public
3051
+ */
3052
+ export interface SendRawEmailRequest {
3053
+ /**
3054
+ * <p>The identity's email address. If you do not provide a value for this parameter, you
3055
+ * must specify a "From" address in the raw text of the message. (You can also specify
3056
+ * both.)</p>
3057
+ * <note>
3058
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in<a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
3059
+ * email address string must be 7-bit ASCII. If you want to send to or from email
3060
+ * addresses that contain Unicode characters in the domain part of an address, you must
3061
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
3062
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
3063
+ * want to use Unicode characters in the "friendly from" name, you must encode the
3064
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
3065
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
3066
+ * </note>
3067
+ * <p>If you specify the <code>Source</code> parameter and have feedback forwarding enabled,
3068
+ * then bounces and complaints are sent to this email address. This takes precedence over
3069
+ * any Return-Path header that you might include in the raw text of the message.</p>
3070
+ * @public
3071
+ */
3072
+ Source?: string | undefined;
3073
+ /**
3074
+ * <p>A list of destinations for the message, consisting of To:, CC:, and BCC:
3075
+ * addresses.</p>
3076
+ * @public
3077
+ */
3078
+ Destinations?: string[] | undefined;
3079
+ /**
3080
+ * <p>The raw email message itself. The message has to meet the following criteria:</p>
3081
+ * <ul>
3082
+ * <li>
3083
+ * <p>The message has to contain a header and a body, separated by a blank
3084
+ * line.</p>
3085
+ * </li>
3086
+ * <li>
3087
+ * <p>All of the required header fields must be present in the message.</p>
3088
+ * </li>
3089
+ * <li>
3090
+ * <p>Each part of a multipart MIME message must be formatted properly.</p>
3091
+ * </li>
3092
+ * <li>
3093
+ * <p>Attachments must be of a content type that Amazon SES supports. For a list on
3094
+ * unsupported content types, see <a href="https://docs.aws.amazon.com/ses/latest/dg/mime-types.html">Unsupported Attachment Types</a> in
3095
+ * the <i>Amazon SES Developer Guide</i>.</p>
3096
+ * </li>
3097
+ * <li>
3098
+ * <p>The entire message must be base64-encoded.</p>
3099
+ * </li>
3100
+ * <li>
3101
+ * <p>If any of the MIME parts in your message contain content that is outside of
3102
+ * the 7-bit ASCII character range, we highly recommend that you encode that
3103
+ * content. For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending Raw
3104
+ * Email</a> in the <i>Amazon SES Developer Guide</i>.</p>
3105
+ * </li>
3106
+ * <li>
3107
+ * <p>Per <a href="https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6">RFC
3108
+ * 5321</a>, the maximum length of each line of text, including the
3109
+ * <CRLF>, must not exceed 1,000 characters.</p>
3110
+ * </li>
3111
+ * </ul>
3112
+ * @public
3113
+ */
3114
+ RawMessage: RawMessage | undefined;
3115
+ /**
3116
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3117
+ * that is associated with the sending authorization policy that permits you to specify a
3118
+ * particular "From" address in the header of the raw email.</p>
3119
+ * <p>Instead of using this parameter, you can use the X-header <code>X-SES-FROM-ARN</code>
3120
+ * in the raw message of the email. If you use both the <code>FromArn</code> parameter and
3121
+ * the corresponding X-header, Amazon SES uses the value of the <code>FromArn</code>
3122
+ * parameter.</p>
3123
+ * <note>
3124
+ * <p>For information about when to use this parameter, see the description of
3125
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3126
+ * Developer Guide</a>.</p>
3127
+ * </note>
3128
+ * @public
3129
+ */
3130
+ FromArn?: string | undefined;
3131
+ /**
3132
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3133
+ * that is associated with the sending authorization policy that permits you to send for
3134
+ * the email address specified in the <code>Source</code> parameter.</p>
3135
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3136
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3137
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3138
+ * would specify the <code>SourceArn</code> to be
3139
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3140
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3141
+ * <p>Instead of using this parameter, you can use the X-header
3142
+ * <code>X-SES-SOURCE-ARN</code> in the raw message of the email. If you use both the
3143
+ * <code>SourceArn</code> parameter and the corresponding X-header, Amazon SES uses the
3144
+ * value of the <code>SourceArn</code> parameter.</p>
3145
+ * <note>
3146
+ * <p>For information about when to use this parameter, see the description of
3147
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3148
+ * Developer Guide</a>.</p>
3149
+ * </note>
3150
+ * @public
3151
+ */
3152
+ SourceArn?: string | undefined;
3153
+ /**
3154
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3155
+ * that is associated with the sending authorization policy that permits you to use the
3156
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3157
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3158
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3159
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3160
+ * would specify the <code>ReturnPathArn</code> to be
3161
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3162
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3163
+ * <p>Instead of using this parameter, you can use the X-header
3164
+ * <code>X-SES-RETURN-PATH-ARN</code> in the raw message of the email. If you use both
3165
+ * the <code>ReturnPathArn</code> parameter and the corresponding X-header, Amazon SES uses the
3166
+ * value of the <code>ReturnPathArn</code> parameter.</p>
3167
+ * <note>
3168
+ * <p>For information about when to use this parameter, see the description of
3169
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3170
+ * Developer Guide</a>.</p>
3171
+ * </note>
3172
+ * @public
3173
+ */
3174
+ ReturnPathArn?: string | undefined;
3175
+ /**
3176
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
3177
+ * using <code>SendRawEmail</code>. Tags correspond to characteristics of the email that
3178
+ * you define, so that you can publish email sending events.</p>
3179
+ * @public
3180
+ */
3181
+ Tags?: MessageTag[] | undefined;
3182
+ /**
3183
+ * <p>The name of the configuration set to use when you send an email using
3184
+ * <code>SendRawEmail</code>.</p>
3185
+ * @public
3186
+ */
3187
+ ConfigurationSetName?: string | undefined;
3188
+ }
3189
+ /**
3190
+ * <p>Represents a unique message ID.</p>
3191
+ * @public
3192
+ */
3193
+ export interface SendRawEmailResponse {
3194
+ /**
3195
+ * <p>The unique message identifier returned from the <code>SendRawEmail</code> action.
3196
+ * </p>
3197
+ * @public
3198
+ */
3199
+ MessageId: string | undefined;
3200
+ }
3201
+ /**
3202
+ * <p>Represents a request to send a templated email using Amazon SES. For more information, see
3203
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer Guide</a>.</p>
3204
+ * @public
3205
+ */
3206
+ export interface SendTemplatedEmailRequest {
3207
+ /**
3208
+ * <p>The email address that is sending the email. This email address must be either
3209
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
3210
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
3211
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
3212
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
3213
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
3214
+ * Guide</a>.</p>
3215
+ * <note>
3216
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. for this reason, The
3217
+ * email address string must be 7-bit ASCII. If you want to send to or from email
3218
+ * addresses that contain Unicode characters in the domain part of an address, you must
3219
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
3220
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
3221
+ * want to use Unicode characters in the "friendly from" name, you must encode the
3222
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
3223
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
3224
+ * </note>
3225
+ * @public
3226
+ */
3227
+ Source: string | undefined;
3228
+ /**
3229
+ * <p>The destination for this email, composed of To:, CC:, and BCC: fields. A Destination
3230
+ * can include up to 50 recipients across these three fields.</p>
3231
+ * @public
3232
+ */
3233
+ Destination: Destination | undefined;
3234
+ /**
3235
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
3236
+ * message, each reply-to address receives the reply.</p>
3237
+ * @public
3238
+ */
3239
+ ReplyToAddresses?: string[] | undefined;
3240
+ /**
3241
+ * <p>The email address that bounces and complaints are forwarded to when feedback
3242
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
3243
+ * error message is returned from the recipient's ISP; this message is forwarded to the
3244
+ * email address specified by the <code>ReturnPath</code> parameter. The
3245
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
3246
+ * either individually verified with Amazon SES, or from a domain that has been verified with
3247
+ * Amazon SES. </p>
3248
+ * @public
3249
+ */
3250
+ ReturnPath?: string | undefined;
3251
+ /**
3252
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3253
+ * that is associated with the sending authorization policy that permits you to send for
3254
+ * the email address specified in the <code>Source</code> parameter.</p>
3255
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3256
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3257
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3258
+ * would specify the <code>SourceArn</code> to be
3259
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3260
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3261
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3262
+ * @public
3263
+ */
3264
+ SourceArn?: string | undefined;
3265
+ /**
3266
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3267
+ * that is associated with the sending authorization policy that permits you to use the
3268
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3269
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3270
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3271
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3272
+ * would specify the <code>ReturnPathArn</code> to be
3273
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3274
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3275
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3276
+ * @public
3277
+ */
3278
+ ReturnPathArn?: string | undefined;
3279
+ /**
3280
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
3281
+ * using <code>SendTemplatedEmail</code>. Tags correspond to characteristics of the email
3282
+ * that you define, so that you can publish email sending events.</p>
3283
+ * @public
3284
+ */
3285
+ Tags?: MessageTag[] | undefined;
3286
+ /**
3287
+ * <p>The name of the configuration set to use when you send an email using
3288
+ * <code>SendTemplatedEmail</code>.</p>
3289
+ * @public
3290
+ */
3291
+ ConfigurationSetName?: string | undefined;
3292
+ /**
3293
+ * <p>The template to use when sending this email.</p>
3294
+ * @public
3295
+ */
3296
+ Template: string | undefined;
3297
+ /**
3298
+ * <p>The ARN of the template to use when sending this email.</p>
3299
+ * @public
3300
+ */
3301
+ TemplateArn?: string | undefined;
3302
+ /**
3303
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
3304
+ * object, typically consisting of key-value pairs in which the keys correspond to
3305
+ * replacement tags in the email template.</p>
3306
+ * @public
3307
+ */
3308
+ TemplateData: string | undefined;
3309
+ }
3310
+ /**
3311
+ * @public
3312
+ */
3313
+ export interface SendTemplatedEmailResponse {
3314
+ /**
3315
+ * <p>The unique message identifier returned from the <code>SendTemplatedEmail</code>
3316
+ * action. </p>
3317
+ * @public
3318
+ */
3319
+ MessageId: string | undefined;
3320
+ }
3321
+ /**
3322
+ * <p>Represents a request to set a receipt rule set as the active receipt rule set. You use
3323
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
3324
+ * Developer Guide</a>.</p>
3325
+ * @public
3326
+ */
3327
+ export interface SetActiveReceiptRuleSetRequest {
3328
+ /**
3329
+ * <p>The name of the receipt rule set to make active. Setting this value to null disables
3330
+ * all email receiving.</p>
3331
+ * @public
3332
+ */
3333
+ RuleSetName?: string | undefined;
3334
+ }
3335
+ /**
3336
+ * <p>An empty element returned on a successful request.</p>
3337
+ * @public
3338
+ */
3339
+ export interface SetActiveReceiptRuleSetResponse {
3340
+ }
3341
+ /**
3342
+ * <p>Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For
3343
+ * more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
3344
+ * Guide</a>.</p>
3345
+ * @public
3346
+ */
3347
+ export interface SetIdentityDkimEnabledRequest {
3348
+ /**
3349
+ * <p>The identity for which DKIM signing should be enabled or disabled.</p>
3350
+ * @public
3351
+ */
3352
+ Identity: string | undefined;
3353
+ /**
3354
+ * <p>Sets whether DKIM signing is enabled for an identity. Set to <code>true</code> to
3355
+ * enable DKIM signing for this identity; <code>false</code> to disable it. </p>
3356
+ * @public
3357
+ */
3358
+ DkimEnabled: boolean | undefined;
3359
+ }
3360
+ /**
3361
+ * <p>An empty element returned on a successful request.</p>
3362
+ * @public
3363
+ */
3364
+ export interface SetIdentityDkimEnabledResponse {
3365
+ }
3366
+ /**
3367
+ * <p>Represents a request to enable or disable whether Amazon SES forwards you bounce and
3368
+ * complaint notifications through email. For information about email feedback forwarding,
3369
+ * see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-email.html">Amazon SES
3370
+ * Developer Guide</a>.</p>
3371
+ * @public
3372
+ */
3373
+ export interface SetIdentityFeedbackForwardingEnabledRequest {
3374
+ /**
3375
+ * <p>The identity for which to set bounce and complaint notification forwarding. Examples:
3376
+ * <code>user@example.com</code>, <code>example.com</code>.</p>
3377
+ * @public
3378
+ */
3379
+ Identity: string | undefined;
3380
+ /**
3381
+ * <p>Sets whether Amazon SES forwards bounce and complaint notifications as email.
3382
+ * <code>true</code> specifies that Amazon SES forwards bounce and complaint notifications
3383
+ * as email, in addition to any Amazon SNS topic publishing otherwise specified.
3384
+ * <code>false</code> specifies that Amazon SES publishes bounce and complaint notifications
3385
+ * only through Amazon SNS. This value can only be set to <code>false</code> when Amazon SNS topics
3386
+ * are set for both <code>Bounce</code> and <code>Complaint</code> notification
3387
+ * types.</p>
3388
+ * @public
3389
+ */
3390
+ ForwardingEnabled: boolean | undefined;
3391
+ }
3392
+ /**
3393
+ * <p>An empty element returned on a successful request.</p>
3394
+ * @public
3395
+ */
3396
+ export interface SetIdentityFeedbackForwardingEnabledResponse {
3397
+ }
3398
+ /**
3399
+ * <p>Represents a request to set whether Amazon SES includes the original email headers in the
3400
+ * Amazon SNS notifications of a specified type. For information about notifications, see the
3401
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
3402
+ * Developer Guide</a>.</p>
3403
+ * @public
3404
+ */
3405
+ export interface SetIdentityHeadersInNotificationsEnabledRequest {
3406
+ /**
3407
+ * <p>The identity for which to enable or disable headers in notifications. Examples:
3408
+ * <code>user@example.com</code>, <code>example.com</code>.</p>
3409
+ * @public
3410
+ */
3411
+ Identity: string | undefined;
3412
+ /**
3413
+ * <p>The notification type for which to enable or disable headers in notifications. </p>
3414
+ * @public
3415
+ */
3416
+ NotificationType: NotificationType | undefined;
3417
+ /**
3418
+ * <p>Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the
3419
+ * specified notification type. A value of <code>true</code> specifies that Amazon SES includes
3420
+ * headers in notifications, and a value of <code>false</code> specifies that Amazon SES does
3421
+ * not include headers in notifications.</p>
3422
+ * <p>This value can only be set when <code>NotificationType</code> is already set to use a
3423
+ * particular Amazon SNS topic.</p>
3424
+ * @public
3425
+ */
3426
+ Enabled: boolean | undefined;
3427
+ }
3428
+ /**
3429
+ * <p>An empty element returned on a successful request.</p>
3430
+ * @public
3431
+ */
3432
+ export interface SetIdentityHeadersInNotificationsEnabledResponse {
3433
+ }
3434
+ /**
3435
+ * <p>Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for
3436
+ * a verified identity. For information about using a custom MAIL FROM domain, see the
3437
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
3438
+ * Guide</a>.</p>
3439
+ * @public
3440
+ */
3441
+ export interface SetIdentityMailFromDomainRequest {
3442
+ /**
3443
+ * <p>The verified identity.</p>
3444
+ * @public
3445
+ */
3446
+ Identity: string | undefined;
3447
+ /**
3448
+ * <p>The custom MAIL FROM domain for the verified identity to use. The MAIL FROM domain
3449
+ * must 1) be a subdomain of the verified identity, 2) not be used in a "From" address if
3450
+ * the MAIL FROM domain is the destination of email feedback forwarding (for more
3451
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer Guide</a>), and 3) not be used to receive emails. A value of
3452
+ * <code>null</code> disables the custom MAIL FROM setting for the identity.</p>
3453
+ * @public
3454
+ */
3455
+ MailFromDomain?: string | undefined;
3456
+ /**
3457
+ * <p>The action for Amazon SES to take if it cannot successfully read the required MX record
3458
+ * when you send an email. If you choose <code>UseDefaultValue</code>, Amazon SES uses
3459
+ * amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose
3460
+ * <code>RejectMessage</code>, Amazon SES returns a <code>MailFromDomainNotVerified</code>
3461
+ * error and not send the email.</p>
3462
+ * <p>The action specified in <code>BehaviorOnMXFailure</code> is taken when the custom MAIL
3463
+ * FROM domain setup is in the <code>Pending</code>, <code>Failed</code>, and
3464
+ * <code>TemporaryFailure</code> states.</p>
3465
+ * @public
3466
+ */
3467
+ BehaviorOnMXFailure?: BehaviorOnMXFailure | undefined;
3468
+ }
3469
+ /**
3470
+ * <p>An empty element returned on a successful request.</p>
3471
+ * @public
3472
+ */
3473
+ export interface SetIdentityMailFromDomainResponse {
3474
+ }
3475
+ /**
3476
+ * <p>Represents a request to specify the Amazon SNS topic to which Amazon SES publishes bounce,
3477
+ * complaint, or delivery notifications for emails sent with that identity as the source.
3478
+ * For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
3479
+ * Developer Guide</a>.</p>
3480
+ * @public
3481
+ */
3482
+ export interface SetIdentityNotificationTopicRequest {
3483
+ /**
3484
+ * <p>The identity (email address or domain) for the Amazon SNS topic.</p>
3485
+ * <important>
3486
+ * <p>You can only specify a verified identity for this parameter.</p>
3487
+ * </important>
3488
+ * <p>You can specify an identity by using its name or by using its Amazon Resource Name
3489
+ * (ARN). The following examples are all valid identities: <code>sender@example.com</code>,
3490
+ * <code>example.com</code>,
3491
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
3492
+ * @public
3493
+ */
3494
+ Identity: string | undefined;
3495
+ /**
3496
+ * <p>The type of notifications that are published to the specified Amazon SNS topic.</p>
3497
+ * @public
3498
+ */
3499
+ NotificationType: NotificationType | undefined;
3500
+ /**
3501
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from
3502
+ * the request or a null value is passed, <code>SnsTopic</code> is cleared and publishing
3503
+ * is disabled.</p>
3504
+ * @public
3505
+ */
3506
+ SnsTopic?: string | undefined;
3507
+ }
3508
+ /**
3509
+ * <p>An empty element returned on a successful request.</p>
3510
+ * @public
3511
+ */
3512
+ export interface SetIdentityNotificationTopicResponse {
3513
+ }
3514
+ /**
3515
+ * <p>Represents a request to set the position of a receipt rule in a receipt rule set. You
3516
+ * use receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
3517
+ * Developer Guide</a>.</p>
3518
+ * @public
3519
+ */
3520
+ export interface SetReceiptRulePositionRequest {
3521
+ /**
3522
+ * <p>The name of the receipt rule set that contains the receipt rule to reposition.</p>
3523
+ * @public
3524
+ */
3525
+ RuleSetName: string | undefined;
3526
+ /**
3527
+ * <p>The name of the receipt rule to reposition.</p>
3528
+ * @public
3529
+ */
3530
+ RuleName: string | undefined;
3531
+ /**
3532
+ * <p>The name of the receipt rule after which to place the specified receipt rule.</p>
3533
+ * @public
3534
+ */
3535
+ After?: string | undefined;
3536
+ }
3537
+ /**
3538
+ * <p>An empty element returned on a successful request.</p>
3539
+ * @public
3540
+ */
3541
+ export interface SetReceiptRulePositionResponse {
3542
+ }
3543
+ /**
3544
+ * @public
3545
+ */
3546
+ export interface TestRenderTemplateRequest {
3547
+ /**
3548
+ * <p>The name of the template to render.</p>
3549
+ * @public
3550
+ */
3551
+ TemplateName: string | undefined;
3552
+ /**
3553
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
3554
+ * object, typically consisting of key-value pairs in which the keys correspond to
3555
+ * replacement tags in the email template.</p>
3556
+ * @public
3557
+ */
3558
+ TemplateData: string | undefined;
3559
+ }
3560
+ /**
3561
+ * @public
3562
+ */
3563
+ export interface TestRenderTemplateResponse {
3564
+ /**
3565
+ * <p>The complete MIME message rendered by applying the data in the TemplateData parameter
3566
+ * to the template specified in the TemplateName parameter.</p>
3567
+ * @public
3568
+ */
3569
+ RenderedTemplate?: string | undefined;
3570
+ }
3571
+ /**
3572
+ * <p>Represents a request to enable or disable the email sending capabilities for your
3573
+ * entire Amazon SES account.</p>
3574
+ * @public
3575
+ */
3576
+ export interface UpdateAccountSendingEnabledRequest {
3577
+ /**
3578
+ * <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
3579
+ * current Amazon Web Services Region.</p>
3580
+ * @public
3581
+ */
3582
+ Enabled?: boolean | undefined;
3583
+ }
3584
+ /**
3585
+ * <p>Represents a request to update the event destination of a configuration set.
3586
+ * Configuration sets enable you to publish email sending events. For information about
3587
+ * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
3588
+ * Guide</a>.</p>
3589
+ * @public
3590
+ */
3591
+ export interface UpdateConfigurationSetEventDestinationRequest {
3592
+ /**
3593
+ * <p>The name of the configuration set that contains the event destination.</p>
3594
+ * @public
3595
+ */
3596
+ ConfigurationSetName: string | undefined;
3597
+ /**
3598
+ * <p>The event destination object.</p>
3599
+ * @public
3600
+ */
3601
+ EventDestination: EventDestination | undefined;
3602
+ }
3603
+ /**
3604
+ * <p>An empty element returned on a successful request.</p>
3605
+ * @public
3606
+ */
3607
+ export interface UpdateConfigurationSetEventDestinationResponse {
3608
+ }
3609
+ /**
3610
+ * <p>Represents a request to modify the reputation metric publishing settings for a
3611
+ * configuration set.</p>
3612
+ * @public
3613
+ */
3614
+ export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
3615
+ /**
3616
+ * <p>The name of the configuration set to update.</p>
3617
+ * @public
3618
+ */
3619
+ ConfigurationSetName: string | undefined;
3620
+ /**
3621
+ * <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
3622
+ * such as bounce and complaint rates, to Amazon CloudWatch.</p>
3623
+ * @public
3624
+ */
3625
+ Enabled: boolean | undefined;
3626
+ }
3627
+ /**
3628
+ * <p>Represents a request to enable or disable the email sending capabilities for a
3629
+ * specific configuration set.</p>
3630
+ * @public
3631
+ */
3632
+ export interface UpdateConfigurationSetSendingEnabledRequest {
3633
+ /**
3634
+ * <p>The name of the configuration set to update.</p>
3635
+ * @public
3636
+ */
3637
+ ConfigurationSetName: string | undefined;
3638
+ /**
3639
+ * <p>Describes whether email sending is enabled or disabled for the configuration set.
3640
+ * </p>
3641
+ * @public
3642
+ */
3643
+ Enabled: boolean | undefined;
3644
+ }
3645
+ /**
3646
+ * <p>Represents a request to update the tracking options for a configuration set. </p>
3647
+ * @public
3648
+ */
3649
+ export interface UpdateConfigurationSetTrackingOptionsRequest {
3650
+ /**
3651
+ * <p>The name of the configuration set.</p>
3652
+ * @public
3653
+ */
3654
+ ConfigurationSetName: string | undefined;
3655
+ /**
3656
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
3657
+ * domain captures open and click events generated by Amazon SES emails.</p>
3658
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
3659
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
3660
+ * Guide</i>.</p>
3661
+ * @public
3662
+ */
3663
+ TrackingOptions: TrackingOptions | undefined;
3664
+ }
3665
+ /**
3666
+ * <p>An empty element returned on a successful request.</p>
3667
+ * @public
3668
+ */
3669
+ export interface UpdateConfigurationSetTrackingOptionsResponse {
3670
+ }
3671
+ /**
3672
+ * <p>Represents a request to update an existing custom verification email template.</p>
3673
+ * @public
3674
+ */
3675
+ export interface UpdateCustomVerificationEmailTemplateRequest {
3676
+ /**
3677
+ * <p>The name of the custom verification email template to update.</p>
3678
+ * @public
3679
+ */
3680
+ TemplateName: string | undefined;
3681
+ /**
3682
+ * <p>The email address that the custom verification email is sent from.</p>
3683
+ * @public
3684
+ */
3685
+ FromEmailAddress?: string | undefined;
3686
+ /**
3687
+ * <p>The subject line of the custom verification email.</p>
3688
+ * @public
3689
+ */
3690
+ TemplateSubject?: string | undefined;
3691
+ /**
3692
+ * <p>The content of the custom verification email. The total size of the email must be less
3693
+ * than 10 MB. The message body may contain HTML, with some limitations. For more
3694
+ * information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
3695
+ * Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
3696
+ * Developer Guide</i>.</p>
3697
+ * @public
3698
+ */
3699
+ TemplateContent?: string | undefined;
3700
+ /**
3701
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
3702
+ * is successfully verified.</p>
3703
+ * @public
3704
+ */
3705
+ SuccessRedirectionURL?: string | undefined;
3706
+ /**
3707
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
3708
+ * is not successfully verified.</p>
3709
+ * @public
3710
+ */
3711
+ FailureRedirectionURL?: string | undefined;
3712
+ }
3713
+ /**
3714
+ * <p>Represents a request to update a receipt rule. You use receipt rules to receive email
3715
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
3716
+ * Guide</a>.</p>
3717
+ * @public
3718
+ */
3719
+ export interface UpdateReceiptRuleRequest {
3720
+ /**
3721
+ * <p>The name of the receipt rule set that the receipt rule belongs to.</p>
3722
+ * @public
3723
+ */
3724
+ RuleSetName: string | undefined;
3725
+ /**
3726
+ * <p>A data structure that contains the updated receipt rule information.</p>
3727
+ * @public
3728
+ */
3729
+ Rule: ReceiptRule | undefined;
3730
+ }
3731
+ /**
3732
+ * <p>An empty element returned on a successful request.</p>
3733
+ * @public
3734
+ */
3735
+ export interface UpdateReceiptRuleResponse {
3736
+ }
3737
+ /**
3738
+ * @public
3739
+ */
3740
+ export interface UpdateTemplateRequest {
3741
+ /**
3742
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
3743
+ * text-only part.</p>
3744
+ * @public
3745
+ */
3746
+ Template: Template | undefined;
3747
+ }
3748
+ /**
3749
+ * @public
3750
+ */
3751
+ export interface UpdateTemplateResponse {
3752
+ }
3753
+ /**
3754
+ * <p>Represents a request to generate the CNAME records needed to set up Easy DKIM with
3755
+ * Amazon SES. For more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
3756
+ * @public
3757
+ */
3758
+ export interface VerifyDomainDkimRequest {
3759
+ /**
3760
+ * <p>The name of the domain to be verified for Easy DKIM signing.</p>
3761
+ * @public
3762
+ */
3763
+ Domain: string | undefined;
3764
+ }
3765
+ /**
3766
+ * <p>Returns CNAME records that you must publish to the DNS server of your domain to set up
3767
+ * Easy DKIM with Amazon SES.</p>
3768
+ * @public
3769
+ */
3770
+ export interface VerifyDomainDkimResponse {
3771
+ /**
3772
+ * <p>A set of character strings that represent the domain's identity. If the identity is an
3773
+ * email address, the tokens represent the domain of that address.</p>
3774
+ * <p>Using these tokens, you need to create DNS CNAME records that point to DKIM public
3775
+ * keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS
3776
+ * records. This detection process might take up to 72 hours. After successful detection,
3777
+ * Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to
3778
+ * domain identities, not email address identities.)</p>
3779
+ * <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
3780
+ * @public
3781
+ */
3782
+ DkimTokens: string[] | undefined;
3783
+ }
3784
+ /**
3785
+ * <p>Represents a request to begin Amazon SES domain verification and to generate the TXT
3786
+ * records that you must publish to the DNS server of your domain to complete the
3787
+ * verification. For information about domain verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure">Amazon SES Developer
3788
+ * Guide</a>.</p>
3789
+ * @public
3790
+ */
3791
+ export interface VerifyDomainIdentityRequest {
3792
+ /**
3793
+ * <p>The domain to be verified.</p>
3794
+ * @public
3795
+ */
3796
+ Domain: string | undefined;
3797
+ }
3798
+ /**
3799
+ * <p>Returns a TXT record that you must publish to the DNS server of your domain to
3800
+ * complete domain verification with Amazon SES.</p>
3801
+ * @public
3802
+ */
3803
+ export interface VerifyDomainIdentityResponse {
3804
+ /**
3805
+ * <p>A TXT record that you must place in the DNS settings of the domain to complete domain
3806
+ * verification with Amazon SES.</p>
3807
+ * <p>As Amazon SES searches for the TXT record, the domain's verification status is "Pending".
3808
+ * When Amazon SES detects the record, the domain's verification status changes to "Success". If
3809
+ * Amazon SES is unable to detect the record within 72 hours, the domain's verification status
3810
+ * changes to "Failed." In that case, to verify the domain, you must restart the
3811
+ * verification process from the beginning. The domain's verification status also changes
3812
+ * to "Success" when it is DKIM verified.</p>
3813
+ * @public
3814
+ */
3815
+ VerificationToken: string | undefined;
3816
+ }
3817
+ /**
3818
+ * <p>Represents a request to begin email address verification with Amazon SES. For information
3819
+ * about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
3820
+ * Developer Guide</a>.</p>
3821
+ * @public
3822
+ */
3823
+ export interface VerifyEmailAddressRequest {
3824
+ /**
3825
+ * <p>The email address to be verified.</p>
3826
+ * @public
3827
+ */
3828
+ EmailAddress: string | undefined;
3829
+ }
3830
+ /**
3831
+ * <p>Represents a request to begin email address verification with Amazon SES. For information
3832
+ * about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
3833
+ * Developer Guide</a>.</p>
3834
+ * @public
3835
+ */
3836
+ export interface VerifyEmailIdentityRequest {
3837
+ /**
3838
+ * <p>The email address to be verified.</p>
3839
+ * @public
3840
+ */
3841
+ EmailAddress: string | undefined;
3842
+ }
3843
+ /**
3844
+ * <p>An empty element returned on a successful request.</p>
3845
+ * @public
3846
+ */
3847
+ export interface VerifyEmailIdentityResponse {
3848
+ }