@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,665 @@
1
+ import {
2
+ BehaviorOnMXFailure,
3
+ BounceType,
4
+ BulkEmailStatus,
5
+ ConfigurationSetAttribute,
6
+ CustomMailFromStatus,
7
+ DimensionValueSource,
8
+ DsnAction,
9
+ EventType,
10
+ IdentityType,
11
+ InvocationType,
12
+ NotificationType,
13
+ ReceiptFilterPolicy,
14
+ SNSActionEncoding,
15
+ StopScope,
16
+ TlsPolicy,
17
+ VerificationStatus,
18
+ } from "./enums";
19
+ export interface AddHeaderAction {
20
+ HeaderName: string | undefined;
21
+ HeaderValue: string | undefined;
22
+ }
23
+ export interface Content {
24
+ Data: string | undefined;
25
+ Charset?: string | undefined;
26
+ }
27
+ export interface Body {
28
+ Text?: Content | undefined;
29
+ Html?: Content | undefined;
30
+ }
31
+ export interface BounceAction {
32
+ TopicArn?: string | undefined;
33
+ SmtpReplyCode: string | undefined;
34
+ StatusCode?: string | undefined;
35
+ Message: string | undefined;
36
+ Sender: string | undefined;
37
+ }
38
+ export interface ExtensionField {
39
+ Name: string | undefined;
40
+ Value: string | undefined;
41
+ }
42
+ export interface RecipientDsnFields {
43
+ FinalRecipient?: string | undefined;
44
+ Action: DsnAction | undefined;
45
+ RemoteMta?: string | undefined;
46
+ Status: string | undefined;
47
+ DiagnosticCode?: string | undefined;
48
+ LastAttemptDate?: Date | undefined;
49
+ ExtensionFields?: ExtensionField[] | undefined;
50
+ }
51
+ export interface BouncedRecipientInfo {
52
+ Recipient: string | undefined;
53
+ RecipientArn?: string | undefined;
54
+ BounceType?: BounceType | undefined;
55
+ RecipientDsnFields?: RecipientDsnFields | undefined;
56
+ }
57
+ export interface Destination {
58
+ ToAddresses?: string[] | undefined;
59
+ CcAddresses?: string[] | undefined;
60
+ BccAddresses?: string[] | undefined;
61
+ }
62
+ export interface MessageTag {
63
+ Name: string | undefined;
64
+ Value: string | undefined;
65
+ }
66
+ export interface BulkEmailDestination {
67
+ Destination: Destination | undefined;
68
+ ReplacementTags?: MessageTag[] | undefined;
69
+ ReplacementTemplateData?: string | undefined;
70
+ }
71
+ export interface BulkEmailDestinationStatus {
72
+ Status?: BulkEmailStatus | undefined;
73
+ Error?: string | undefined;
74
+ MessageId?: string | undefined;
75
+ }
76
+ export interface CloneReceiptRuleSetRequest {
77
+ RuleSetName: string | undefined;
78
+ OriginalRuleSetName: string | undefined;
79
+ }
80
+ export interface CloneReceiptRuleSetResponse {}
81
+ export interface CloudWatchDimensionConfiguration {
82
+ DimensionName: string | undefined;
83
+ DimensionValueSource: DimensionValueSource | undefined;
84
+ DefaultDimensionValue: string | undefined;
85
+ }
86
+ export interface CloudWatchDestination {
87
+ DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
88
+ }
89
+ export interface ConfigurationSet {
90
+ Name: string | undefined;
91
+ }
92
+ export interface ConnectAction {
93
+ InstanceARN: string | undefined;
94
+ IAMRoleARN: string | undefined;
95
+ }
96
+ export interface CreateConfigurationSetRequest {
97
+ ConfigurationSet: ConfigurationSet | undefined;
98
+ }
99
+ export interface CreateConfigurationSetResponse {}
100
+ export interface KinesisFirehoseDestination {
101
+ IAMRoleARN: string | undefined;
102
+ DeliveryStreamARN: string | undefined;
103
+ }
104
+ export interface SNSDestination {
105
+ TopicARN: string | undefined;
106
+ }
107
+ export interface EventDestination {
108
+ Name: string | undefined;
109
+ Enabled?: boolean | undefined;
110
+ MatchingEventTypes: EventType[] | undefined;
111
+ KinesisFirehoseDestination?: KinesisFirehoseDestination | undefined;
112
+ CloudWatchDestination?: CloudWatchDestination | undefined;
113
+ SNSDestination?: SNSDestination | undefined;
114
+ }
115
+ export interface CreateConfigurationSetEventDestinationRequest {
116
+ ConfigurationSetName: string | undefined;
117
+ EventDestination: EventDestination | undefined;
118
+ }
119
+ export interface CreateConfigurationSetEventDestinationResponse {}
120
+ export interface TrackingOptions {
121
+ CustomRedirectDomain?: string | undefined;
122
+ }
123
+ export interface CreateConfigurationSetTrackingOptionsRequest {
124
+ ConfigurationSetName: string | undefined;
125
+ TrackingOptions: TrackingOptions | undefined;
126
+ }
127
+ export interface CreateConfigurationSetTrackingOptionsResponse {}
128
+ export interface CreateCustomVerificationEmailTemplateRequest {
129
+ TemplateName: string | undefined;
130
+ FromEmailAddress: string | undefined;
131
+ TemplateSubject: string | undefined;
132
+ TemplateContent: string | undefined;
133
+ SuccessRedirectionURL: string | undefined;
134
+ FailureRedirectionURL: string | undefined;
135
+ }
136
+ export interface ReceiptIpFilter {
137
+ Policy: ReceiptFilterPolicy | undefined;
138
+ Cidr: string | undefined;
139
+ }
140
+ export interface ReceiptFilter {
141
+ Name: string | undefined;
142
+ IpFilter: ReceiptIpFilter | undefined;
143
+ }
144
+ export interface CreateReceiptFilterRequest {
145
+ Filter: ReceiptFilter | undefined;
146
+ }
147
+ export interface CreateReceiptFilterResponse {}
148
+ export interface LambdaAction {
149
+ TopicArn?: string | undefined;
150
+ FunctionArn: string | undefined;
151
+ InvocationType?: InvocationType | undefined;
152
+ }
153
+ export interface S3Action {
154
+ TopicArn?: string | undefined;
155
+ BucketName: string | undefined;
156
+ ObjectKeyPrefix?: string | undefined;
157
+ KmsKeyArn?: string | undefined;
158
+ IamRoleArn?: string | undefined;
159
+ }
160
+ export interface SNSAction {
161
+ TopicArn: string | undefined;
162
+ Encoding?: SNSActionEncoding | undefined;
163
+ }
164
+ export interface StopAction {
165
+ Scope: StopScope | undefined;
166
+ TopicArn?: string | undefined;
167
+ }
168
+ export interface WorkmailAction {
169
+ TopicArn?: string | undefined;
170
+ OrganizationArn: string | undefined;
171
+ }
172
+ export interface ReceiptAction {
173
+ S3Action?: S3Action | undefined;
174
+ BounceAction?: BounceAction | undefined;
175
+ WorkmailAction?: WorkmailAction | undefined;
176
+ LambdaAction?: LambdaAction | undefined;
177
+ StopAction?: StopAction | undefined;
178
+ AddHeaderAction?: AddHeaderAction | undefined;
179
+ SNSAction?: SNSAction | undefined;
180
+ ConnectAction?: ConnectAction | undefined;
181
+ }
182
+ export interface ReceiptRule {
183
+ Name: string | undefined;
184
+ Enabled?: boolean | undefined;
185
+ TlsPolicy?: TlsPolicy | undefined;
186
+ Recipients?: string[] | undefined;
187
+ Actions?: ReceiptAction[] | undefined;
188
+ ScanEnabled?: boolean | undefined;
189
+ }
190
+ export interface CreateReceiptRuleRequest {
191
+ RuleSetName: string | undefined;
192
+ After?: string | undefined;
193
+ Rule: ReceiptRule | undefined;
194
+ }
195
+ export interface CreateReceiptRuleResponse {}
196
+ export interface CreateReceiptRuleSetRequest {
197
+ RuleSetName: string | undefined;
198
+ }
199
+ export interface CreateReceiptRuleSetResponse {}
200
+ export interface Template {
201
+ TemplateName: string | undefined;
202
+ SubjectPart?: string | undefined;
203
+ TextPart?: string | undefined;
204
+ HtmlPart?: string | undefined;
205
+ }
206
+ export interface CreateTemplateRequest {
207
+ Template: Template | undefined;
208
+ }
209
+ export interface CreateTemplateResponse {}
210
+ export interface CustomVerificationEmailTemplate {
211
+ TemplateName?: string | undefined;
212
+ FromEmailAddress?: string | undefined;
213
+ TemplateSubject?: string | undefined;
214
+ SuccessRedirectionURL?: string | undefined;
215
+ FailureRedirectionURL?: string | undefined;
216
+ }
217
+ export interface DeleteConfigurationSetRequest {
218
+ ConfigurationSetName: string | undefined;
219
+ }
220
+ export interface DeleteConfigurationSetResponse {}
221
+ export interface DeleteConfigurationSetEventDestinationRequest {
222
+ ConfigurationSetName: string | undefined;
223
+ EventDestinationName: string | undefined;
224
+ }
225
+ export interface DeleteConfigurationSetEventDestinationResponse {}
226
+ export interface DeleteConfigurationSetTrackingOptionsRequest {
227
+ ConfigurationSetName: string | undefined;
228
+ }
229
+ export interface DeleteConfigurationSetTrackingOptionsResponse {}
230
+ export interface DeleteCustomVerificationEmailTemplateRequest {
231
+ TemplateName: string | undefined;
232
+ }
233
+ export interface DeleteIdentityRequest {
234
+ Identity: string | undefined;
235
+ }
236
+ export interface DeleteIdentityResponse {}
237
+ export interface DeleteIdentityPolicyRequest {
238
+ Identity: string | undefined;
239
+ PolicyName: string | undefined;
240
+ }
241
+ export interface DeleteIdentityPolicyResponse {}
242
+ export interface DeleteReceiptFilterRequest {
243
+ FilterName: string | undefined;
244
+ }
245
+ export interface DeleteReceiptFilterResponse {}
246
+ export interface DeleteReceiptRuleRequest {
247
+ RuleSetName: string | undefined;
248
+ RuleName: string | undefined;
249
+ }
250
+ export interface DeleteReceiptRuleResponse {}
251
+ export interface DeleteReceiptRuleSetRequest {
252
+ RuleSetName: string | undefined;
253
+ }
254
+ export interface DeleteReceiptRuleSetResponse {}
255
+ export interface DeleteTemplateRequest {
256
+ TemplateName: string | undefined;
257
+ }
258
+ export interface DeleteTemplateResponse {}
259
+ export interface DeleteVerifiedEmailAddressRequest {
260
+ EmailAddress: string | undefined;
261
+ }
262
+ export interface DeliveryOptions {
263
+ TlsPolicy?: TlsPolicy | undefined;
264
+ }
265
+ export interface DescribeActiveReceiptRuleSetRequest {}
266
+ export interface ReceiptRuleSetMetadata {
267
+ Name?: string | undefined;
268
+ CreatedTimestamp?: Date | undefined;
269
+ }
270
+ export interface DescribeActiveReceiptRuleSetResponse {
271
+ Metadata?: ReceiptRuleSetMetadata | undefined;
272
+ Rules?: ReceiptRule[] | undefined;
273
+ }
274
+ export interface DescribeConfigurationSetRequest {
275
+ ConfigurationSetName: string | undefined;
276
+ ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | undefined;
277
+ }
278
+ export interface ReputationOptions {
279
+ SendingEnabled?: boolean | undefined;
280
+ ReputationMetricsEnabled?: boolean | undefined;
281
+ LastFreshStart?: Date | undefined;
282
+ }
283
+ export interface DescribeConfigurationSetResponse {
284
+ ConfigurationSet?: ConfigurationSet | undefined;
285
+ EventDestinations?: EventDestination[] | undefined;
286
+ TrackingOptions?: TrackingOptions | undefined;
287
+ DeliveryOptions?: DeliveryOptions | undefined;
288
+ ReputationOptions?: ReputationOptions | undefined;
289
+ }
290
+ export interface DescribeReceiptRuleRequest {
291
+ RuleSetName: string | undefined;
292
+ RuleName: string | undefined;
293
+ }
294
+ export interface DescribeReceiptRuleResponse {
295
+ Rule?: ReceiptRule | undefined;
296
+ }
297
+ export interface DescribeReceiptRuleSetRequest {
298
+ RuleSetName: string | undefined;
299
+ }
300
+ export interface DescribeReceiptRuleSetResponse {
301
+ Metadata?: ReceiptRuleSetMetadata | undefined;
302
+ Rules?: ReceiptRule[] | undefined;
303
+ }
304
+ export interface IdentityDkimAttributes {
305
+ DkimEnabled: boolean | undefined;
306
+ DkimVerificationStatus: VerificationStatus | undefined;
307
+ DkimTokens?: string[] | undefined;
308
+ }
309
+ export interface GetAccountSendingEnabledResponse {
310
+ Enabled?: boolean | undefined;
311
+ }
312
+ export interface GetCustomVerificationEmailTemplateRequest {
313
+ TemplateName: string | undefined;
314
+ }
315
+ export interface GetCustomVerificationEmailTemplateResponse {
316
+ TemplateName?: string | undefined;
317
+ FromEmailAddress?: string | undefined;
318
+ TemplateSubject?: string | undefined;
319
+ TemplateContent?: string | undefined;
320
+ SuccessRedirectionURL?: string | undefined;
321
+ FailureRedirectionURL?: string | undefined;
322
+ }
323
+ export interface GetIdentityDkimAttributesRequest {
324
+ Identities: string[] | undefined;
325
+ }
326
+ export interface GetIdentityDkimAttributesResponse {
327
+ DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
328
+ }
329
+ export interface GetIdentityMailFromDomainAttributesRequest {
330
+ Identities: string[] | undefined;
331
+ }
332
+ export interface IdentityMailFromDomainAttributes {
333
+ MailFromDomain: string | undefined;
334
+ MailFromDomainStatus: CustomMailFromStatus | undefined;
335
+ BehaviorOnMXFailure: BehaviorOnMXFailure | undefined;
336
+ }
337
+ export interface GetIdentityMailFromDomainAttributesResponse {
338
+ MailFromDomainAttributes:
339
+ | Record<string, IdentityMailFromDomainAttributes>
340
+ | undefined;
341
+ }
342
+ export interface GetIdentityNotificationAttributesRequest {
343
+ Identities: string[] | undefined;
344
+ }
345
+ export interface IdentityNotificationAttributes {
346
+ BounceTopic: string | undefined;
347
+ ComplaintTopic: string | undefined;
348
+ DeliveryTopic: string | undefined;
349
+ ForwardingEnabled: boolean | undefined;
350
+ HeadersInBounceNotificationsEnabled?: boolean | undefined;
351
+ HeadersInComplaintNotificationsEnabled?: boolean | undefined;
352
+ HeadersInDeliveryNotificationsEnabled?: boolean | undefined;
353
+ }
354
+ export interface GetIdentityNotificationAttributesResponse {
355
+ NotificationAttributes:
356
+ | Record<string, IdentityNotificationAttributes>
357
+ | undefined;
358
+ }
359
+ export interface GetIdentityPoliciesRequest {
360
+ Identity: string | undefined;
361
+ PolicyNames: string[] | undefined;
362
+ }
363
+ export interface GetIdentityPoliciesResponse {
364
+ Policies: Record<string, string> | undefined;
365
+ }
366
+ export interface GetIdentityVerificationAttributesRequest {
367
+ Identities: string[] | undefined;
368
+ }
369
+ export interface IdentityVerificationAttributes {
370
+ VerificationStatus: VerificationStatus | undefined;
371
+ VerificationToken?: string | undefined;
372
+ }
373
+ export interface GetIdentityVerificationAttributesResponse {
374
+ VerificationAttributes:
375
+ | Record<string, IdentityVerificationAttributes>
376
+ | undefined;
377
+ }
378
+ export interface GetSendQuotaResponse {
379
+ Max24HourSend?: number | undefined;
380
+ MaxSendRate?: number | undefined;
381
+ SentLast24Hours?: number | undefined;
382
+ }
383
+ export interface SendDataPoint {
384
+ Timestamp?: Date | undefined;
385
+ DeliveryAttempts?: number | undefined;
386
+ Bounces?: number | undefined;
387
+ Complaints?: number | undefined;
388
+ Rejects?: number | undefined;
389
+ }
390
+ export interface GetSendStatisticsResponse {
391
+ SendDataPoints?: SendDataPoint[] | undefined;
392
+ }
393
+ export interface GetTemplateRequest {
394
+ TemplateName: string | undefined;
395
+ }
396
+ export interface GetTemplateResponse {
397
+ Template?: Template | undefined;
398
+ }
399
+ export interface ListConfigurationSetsRequest {
400
+ NextToken?: string | undefined;
401
+ MaxItems?: number | undefined;
402
+ }
403
+ export interface ListConfigurationSetsResponse {
404
+ ConfigurationSets?: ConfigurationSet[] | undefined;
405
+ NextToken?: string | undefined;
406
+ }
407
+ export interface ListCustomVerificationEmailTemplatesRequest {
408
+ NextToken?: string | undefined;
409
+ MaxResults?: number | undefined;
410
+ }
411
+ export interface ListCustomVerificationEmailTemplatesResponse {
412
+ CustomVerificationEmailTemplates?:
413
+ | CustomVerificationEmailTemplate[]
414
+ | undefined;
415
+ NextToken?: string | undefined;
416
+ }
417
+ export interface ListIdentitiesRequest {
418
+ IdentityType?: IdentityType | undefined;
419
+ NextToken?: string | undefined;
420
+ MaxItems?: number | undefined;
421
+ }
422
+ export interface ListIdentitiesResponse {
423
+ Identities: string[] | undefined;
424
+ NextToken?: string | undefined;
425
+ }
426
+ export interface ListIdentityPoliciesRequest {
427
+ Identity: string | undefined;
428
+ }
429
+ export interface ListIdentityPoliciesResponse {
430
+ PolicyNames: string[] | undefined;
431
+ }
432
+ export interface ListReceiptFiltersRequest {}
433
+ export interface ListReceiptFiltersResponse {
434
+ Filters?: ReceiptFilter[] | undefined;
435
+ }
436
+ export interface ListReceiptRuleSetsRequest {
437
+ NextToken?: string | undefined;
438
+ }
439
+ export interface ListReceiptRuleSetsResponse {
440
+ RuleSets?: ReceiptRuleSetMetadata[] | undefined;
441
+ NextToken?: string | undefined;
442
+ }
443
+ export interface ListTemplatesRequest {
444
+ NextToken?: string | undefined;
445
+ MaxItems?: number | undefined;
446
+ }
447
+ export interface TemplateMetadata {
448
+ Name?: string | undefined;
449
+ CreatedTimestamp?: Date | undefined;
450
+ }
451
+ export interface ListTemplatesResponse {
452
+ TemplatesMetadata?: TemplateMetadata[] | undefined;
453
+ NextToken?: string | undefined;
454
+ }
455
+ export interface ListVerifiedEmailAddressesResponse {
456
+ VerifiedEmailAddresses?: string[] | undefined;
457
+ }
458
+ export interface Message {
459
+ Subject: Content | undefined;
460
+ Body: Body | undefined;
461
+ }
462
+ export interface MessageDsn {
463
+ ReportingMta: string | undefined;
464
+ ArrivalDate?: Date | undefined;
465
+ ExtensionFields?: ExtensionField[] | undefined;
466
+ }
467
+ export interface PutConfigurationSetDeliveryOptionsRequest {
468
+ ConfigurationSetName: string | undefined;
469
+ DeliveryOptions?: DeliveryOptions | undefined;
470
+ }
471
+ export interface PutConfigurationSetDeliveryOptionsResponse {}
472
+ export interface PutIdentityPolicyRequest {
473
+ Identity: string | undefined;
474
+ PolicyName: string | undefined;
475
+ Policy: string | undefined;
476
+ }
477
+ export interface PutIdentityPolicyResponse {}
478
+ export interface RawMessage {
479
+ Data: Uint8Array | undefined;
480
+ }
481
+ export interface ReorderReceiptRuleSetRequest {
482
+ RuleSetName: string | undefined;
483
+ RuleNames: string[] | undefined;
484
+ }
485
+ export interface ReorderReceiptRuleSetResponse {}
486
+ export interface SendBounceRequest {
487
+ OriginalMessageId: string | undefined;
488
+ BounceSender: string | undefined;
489
+ Explanation?: string | undefined;
490
+ MessageDsn?: MessageDsn | undefined;
491
+ BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
492
+ BounceSenderArn?: string | undefined;
493
+ }
494
+ export interface SendBounceResponse {
495
+ MessageId?: string | undefined;
496
+ }
497
+ export interface SendBulkTemplatedEmailRequest {
498
+ Source: string | undefined;
499
+ SourceArn?: string | undefined;
500
+ ReplyToAddresses?: string[] | undefined;
501
+ ReturnPath?: string | undefined;
502
+ ReturnPathArn?: string | undefined;
503
+ ConfigurationSetName?: string | undefined;
504
+ DefaultTags?: MessageTag[] | undefined;
505
+ Template: string | undefined;
506
+ TemplateArn?: string | undefined;
507
+ DefaultTemplateData: string | undefined;
508
+ Destinations: BulkEmailDestination[] | undefined;
509
+ }
510
+ export interface SendBulkTemplatedEmailResponse {
511
+ Status: BulkEmailDestinationStatus[] | undefined;
512
+ }
513
+ export interface SendCustomVerificationEmailRequest {
514
+ EmailAddress: string | undefined;
515
+ TemplateName: string | undefined;
516
+ ConfigurationSetName?: string | undefined;
517
+ }
518
+ export interface SendCustomVerificationEmailResponse {
519
+ MessageId?: string | undefined;
520
+ }
521
+ export interface SendEmailRequest {
522
+ Source: string | undefined;
523
+ Destination: Destination | undefined;
524
+ Message: Message | undefined;
525
+ ReplyToAddresses?: string[] | undefined;
526
+ ReturnPath?: string | undefined;
527
+ SourceArn?: string | undefined;
528
+ ReturnPathArn?: string | undefined;
529
+ Tags?: MessageTag[] | undefined;
530
+ ConfigurationSetName?: string | undefined;
531
+ }
532
+ export interface SendEmailResponse {
533
+ MessageId: string | undefined;
534
+ }
535
+ export interface SendRawEmailRequest {
536
+ Source?: string | undefined;
537
+ Destinations?: string[] | undefined;
538
+ RawMessage: RawMessage | undefined;
539
+ FromArn?: string | undefined;
540
+ SourceArn?: string | undefined;
541
+ ReturnPathArn?: string | undefined;
542
+ Tags?: MessageTag[] | undefined;
543
+ ConfigurationSetName?: string | undefined;
544
+ }
545
+ export interface SendRawEmailResponse {
546
+ MessageId: string | undefined;
547
+ }
548
+ export interface SendTemplatedEmailRequest {
549
+ Source: string | undefined;
550
+ Destination: Destination | undefined;
551
+ ReplyToAddresses?: string[] | undefined;
552
+ ReturnPath?: string | undefined;
553
+ SourceArn?: string | undefined;
554
+ ReturnPathArn?: string | undefined;
555
+ Tags?: MessageTag[] | undefined;
556
+ ConfigurationSetName?: string | undefined;
557
+ Template: string | undefined;
558
+ TemplateArn?: string | undefined;
559
+ TemplateData: string | undefined;
560
+ }
561
+ export interface SendTemplatedEmailResponse {
562
+ MessageId: string | undefined;
563
+ }
564
+ export interface SetActiveReceiptRuleSetRequest {
565
+ RuleSetName?: string | undefined;
566
+ }
567
+ export interface SetActiveReceiptRuleSetResponse {}
568
+ export interface SetIdentityDkimEnabledRequest {
569
+ Identity: string | undefined;
570
+ DkimEnabled: boolean | undefined;
571
+ }
572
+ export interface SetIdentityDkimEnabledResponse {}
573
+ export interface SetIdentityFeedbackForwardingEnabledRequest {
574
+ Identity: string | undefined;
575
+ ForwardingEnabled: boolean | undefined;
576
+ }
577
+ export interface SetIdentityFeedbackForwardingEnabledResponse {}
578
+ export interface SetIdentityHeadersInNotificationsEnabledRequest {
579
+ Identity: string | undefined;
580
+ NotificationType: NotificationType | undefined;
581
+ Enabled: boolean | undefined;
582
+ }
583
+ export interface SetIdentityHeadersInNotificationsEnabledResponse {}
584
+ export interface SetIdentityMailFromDomainRequest {
585
+ Identity: string | undefined;
586
+ MailFromDomain?: string | undefined;
587
+ BehaviorOnMXFailure?: BehaviorOnMXFailure | undefined;
588
+ }
589
+ export interface SetIdentityMailFromDomainResponse {}
590
+ export interface SetIdentityNotificationTopicRequest {
591
+ Identity: string | undefined;
592
+ NotificationType: NotificationType | undefined;
593
+ SnsTopic?: string | undefined;
594
+ }
595
+ export interface SetIdentityNotificationTopicResponse {}
596
+ export interface SetReceiptRulePositionRequest {
597
+ RuleSetName: string | undefined;
598
+ RuleName: string | undefined;
599
+ After?: string | undefined;
600
+ }
601
+ export interface SetReceiptRulePositionResponse {}
602
+ export interface TestRenderTemplateRequest {
603
+ TemplateName: string | undefined;
604
+ TemplateData: string | undefined;
605
+ }
606
+ export interface TestRenderTemplateResponse {
607
+ RenderedTemplate?: string | undefined;
608
+ }
609
+ export interface UpdateAccountSendingEnabledRequest {
610
+ Enabled?: boolean | undefined;
611
+ }
612
+ export interface UpdateConfigurationSetEventDestinationRequest {
613
+ ConfigurationSetName: string | undefined;
614
+ EventDestination: EventDestination | undefined;
615
+ }
616
+ export interface UpdateConfigurationSetEventDestinationResponse {}
617
+ export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
618
+ ConfigurationSetName: string | undefined;
619
+ Enabled: boolean | undefined;
620
+ }
621
+ export interface UpdateConfigurationSetSendingEnabledRequest {
622
+ ConfigurationSetName: string | undefined;
623
+ Enabled: boolean | undefined;
624
+ }
625
+ export interface UpdateConfigurationSetTrackingOptionsRequest {
626
+ ConfigurationSetName: string | undefined;
627
+ TrackingOptions: TrackingOptions | undefined;
628
+ }
629
+ export interface UpdateConfigurationSetTrackingOptionsResponse {}
630
+ export interface UpdateCustomVerificationEmailTemplateRequest {
631
+ TemplateName: string | undefined;
632
+ FromEmailAddress?: string | undefined;
633
+ TemplateSubject?: string | undefined;
634
+ TemplateContent?: string | undefined;
635
+ SuccessRedirectionURL?: string | undefined;
636
+ FailureRedirectionURL?: string | undefined;
637
+ }
638
+ export interface UpdateReceiptRuleRequest {
639
+ RuleSetName: string | undefined;
640
+ Rule: ReceiptRule | undefined;
641
+ }
642
+ export interface UpdateReceiptRuleResponse {}
643
+ export interface UpdateTemplateRequest {
644
+ Template: Template | undefined;
645
+ }
646
+ export interface UpdateTemplateResponse {}
647
+ export interface VerifyDomainDkimRequest {
648
+ Domain: string | undefined;
649
+ }
650
+ export interface VerifyDomainDkimResponse {
651
+ DkimTokens: string[] | undefined;
652
+ }
653
+ export interface VerifyDomainIdentityRequest {
654
+ Domain: string | undefined;
655
+ }
656
+ export interface VerifyDomainIdentityResponse {
657
+ VerificationToken: string | undefined;
658
+ }
659
+ export interface VerifyEmailAddressRequest {
660
+ EmailAddress: string | undefined;
661
+ }
662
+ export interface VerifyEmailIdentityRequest {
663
+ EmailAddress: string | undefined;
664
+ }
665
+ export interface VerifyEmailIdentityResponse {}
@@ -0,0 +1,5 @@
1
+ import { PaginationConfiguration } from "@smithy/types";
2
+ import { SESClient } from "../SESClient";
3
+ export interface SESPaginationConfiguration extends PaginationConfiguration {
4
+ client: SESClient;
5
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCustomVerificationEmailTemplatesCommandInput,
4
+ ListCustomVerificationEmailTemplatesCommandOutput,
5
+ } from "../commands/ListCustomVerificationEmailTemplatesCommand";
6
+ import { SESPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCustomVerificationEmailTemplates: (
8
+ config: SESPaginationConfiguration,
9
+ input: ListCustomVerificationEmailTemplatesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListIdentitiesCommandInput,
4
+ ListIdentitiesCommandOutput,
5
+ } from "../commands/ListIdentitiesCommand";
6
+ import { SESPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListIdentities: (
8
+ config: SESPaginationConfiguration,
9
+ input: ListIdentitiesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListIdentitiesCommandOutput>;
@@ -0,0 +1,3 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListCustomVerificationEmailTemplatesPaginator";
3
+ export * from "./ListIdentitiesPaginator";