@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,133 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { VerifyDomainDkimRequest, VerifyDomainDkimResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link VerifyDomainDkimCommand}.
14
+ */
15
+ export interface VerifyDomainDkimCommandInput extends VerifyDomainDkimRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link VerifyDomainDkimCommand}.
21
+ */
22
+ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse, __MetadataBearer {
23
+ }
24
+ declare const VerifyDomainDkimCommand_base: {
25
+ new (input: VerifyDomainDkimCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: VerifyDomainDkimCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a set of DKIM tokens for a domain identity.</p>
31
+ * <important>
32
+ * <p>When you execute the <code>VerifyDomainDkim</code> operation, the domain that you
33
+ * specify is added to the list of identities that are associated with your account.
34
+ * This is true even if you haven't already associated the domain with your account by
35
+ * using the <code>VerifyDomainIdentity</code> operation. However, you can't send email
36
+ * from the domain until you either successfully <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure">verify
37
+ * it</a> or you successfully <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">set up DKIM for
38
+ * it</a>.</p>
39
+ * </important>
40
+ * <p>You use the tokens that are generated by this operation to create CNAME records. When
41
+ * Amazon SES detects that you've added these records to the DNS configuration for a domain, you
42
+ * can start sending email from that domain. You can start sending email even if you
43
+ * haven't added the TXT record provided by the VerifyDomainIdentity operation to the DNS
44
+ * configuration for your domain. All email that you send from the domain is authenticated
45
+ * using DKIM.</p>
46
+ * <p>To create the CNAME records for DKIM authentication, use the following values:</p>
47
+ * <ul>
48
+ * <li>
49
+ * <p>
50
+ * <b>Name</b>:
51
+ * <i>token</i>._domainkey.<i>example.com</i>
52
+ * </p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <b>Type</b>: CNAME</p>
57
+ * </li>
58
+ * <li>
59
+ * <p>
60
+ * <b>Value</b>:
61
+ * <i>token</i>.dkim.amazonses.com</p>
62
+ * </li>
63
+ * </ul>
64
+ * <p>In the preceding example, replace <i>token</i> with one of the tokens
65
+ * that are generated when you execute this operation. Replace
66
+ * <i>example.com</i> with your domain. Repeat this process for each
67
+ * token that's generated by this operation.</p>
68
+ * <p>You can execute this operation no more than once per second.</p>
69
+ * @example
70
+ * Use a bare-bones client and the command you need to make an API call.
71
+ * ```javascript
72
+ * import { SESClient, VerifyDomainDkimCommand } from "@aws-sdk/client-ses"; // ES Modules import
73
+ * // const { SESClient, VerifyDomainDkimCommand } = require("@aws-sdk/client-ses"); // CommonJS import
74
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
75
+ * const config = {}; // type is SESClientConfig
76
+ * const client = new SESClient(config);
77
+ * const input = { // VerifyDomainDkimRequest
78
+ * Domain: "STRING_VALUE", // required
79
+ * };
80
+ * const command = new VerifyDomainDkimCommand(input);
81
+ * const response = await client.send(command);
82
+ * // { // VerifyDomainDkimResponse
83
+ * // DkimTokens: [ // VerificationTokenList // required
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // };
87
+ *
88
+ * ```
89
+ *
90
+ * @param VerifyDomainDkimCommandInput - {@link VerifyDomainDkimCommandInput}
91
+ * @returns {@link VerifyDomainDkimCommandOutput}
92
+ * @see {@link VerifyDomainDkimCommandInput} for command's `input` shape.
93
+ * @see {@link VerifyDomainDkimCommandOutput} for command's `response` shape.
94
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
95
+ *
96
+ * @throws {@link SESServiceException}
97
+ * <p>Base exception class for all service exceptions from SES service.</p>
98
+ *
99
+ *
100
+ * @example VerifyDomainDkim
101
+ * ```javascript
102
+ * // The following example generates DKIM tokens for a domain that has been verified with Amazon SES:
103
+ * const input = {
104
+ * Domain: "example.com"
105
+ * };
106
+ * const command = new VerifyDomainDkimCommand(input);
107
+ * const response = await client.send(command);
108
+ * /* response is
109
+ * {
110
+ * DkimTokens: [
111
+ * "EXAMPLEq76owjnks3lnluwg65scbemvw",
112
+ * "EXAMPLEi3dnsj67hstzaj673klariwx2",
113
+ * "EXAMPLEwfbtcukvimehexktmdtaz6naj"
114
+ * ]
115
+ * }
116
+ * *\/
117
+ * ```
118
+ *
119
+ * @public
120
+ */
121
+ export declare class VerifyDomainDkimCommand extends VerifyDomainDkimCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: VerifyDomainDkimRequest;
126
+ output: VerifyDomainDkimResponse;
127
+ };
128
+ sdk: {
129
+ input: VerifyDomainDkimCommandInput;
130
+ output: VerifyDomainDkimCommandOutput;
131
+ };
132
+ };
133
+ }
@@ -0,0 +1,94 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link VerifyDomainIdentityCommand}.
14
+ */
15
+ export interface VerifyDomainIdentityCommandInput extends VerifyDomainIdentityRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link VerifyDomainIdentityCommand}.
21
+ */
22
+ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityResponse, __MetadataBearer {
23
+ }
24
+ declare const VerifyDomainIdentityCommand_base: {
25
+ new (input: VerifyDomainIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: VerifyDomainIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Adds a domain to the list of identities for your Amazon SES account in the current
31
+ * Amazon Web Services Region and attempts to verify it. For more information about verifying domains,
32
+ * see <a href="https://docs.aws.amazon.com/ses/latest/dg/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer
33
+ * Guide.</i>
34
+ * </p>
35
+ * <p>You can execute this operation no more than once per second.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { SESClient, VerifyDomainIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
40
+ * // const { SESClient, VerifyDomainIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
41
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
42
+ * const config = {}; // type is SESClientConfig
43
+ * const client = new SESClient(config);
44
+ * const input = { // VerifyDomainIdentityRequest
45
+ * Domain: "STRING_VALUE", // required
46
+ * };
47
+ * const command = new VerifyDomainIdentityCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // VerifyDomainIdentityResponse
50
+ * // VerificationToken: "STRING_VALUE", // required
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param VerifyDomainIdentityCommandInput - {@link VerifyDomainIdentityCommandInput}
56
+ * @returns {@link VerifyDomainIdentityCommandOutput}
57
+ * @see {@link VerifyDomainIdentityCommandInput} for command's `input` shape.
58
+ * @see {@link VerifyDomainIdentityCommandOutput} for command's `response` shape.
59
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
60
+ *
61
+ * @throws {@link SESServiceException}
62
+ * <p>Base exception class for all service exceptions from SES service.</p>
63
+ *
64
+ *
65
+ * @example VerifyDomainIdentity
66
+ * ```javascript
67
+ * // The following example starts the domain verification process with Amazon SES:
68
+ * const input = {
69
+ * Domain: "example.com"
70
+ * };
71
+ * const command = new VerifyDomainIdentityCommand(input);
72
+ * const response = await client.send(command);
73
+ * /* response is
74
+ * {
75
+ * VerificationToken: "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE"
76
+ * }
77
+ * *\/
78
+ * ```
79
+ *
80
+ * @public
81
+ */
82
+ export declare class VerifyDomainIdentityCommand extends VerifyDomainIdentityCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: VerifyDomainIdentityRequest;
87
+ output: VerifyDomainIdentityResponse;
88
+ };
89
+ sdk: {
90
+ input: VerifyDomainIdentityCommandInput;
91
+ output: VerifyDomainIdentityCommandOutput;
92
+ };
93
+ };
94
+ }
@@ -0,0 +1,86 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { VerifyEmailAddressRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link VerifyEmailAddressCommand}.
14
+ */
15
+ export interface VerifyEmailAddressCommandInput extends VerifyEmailAddressRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link VerifyEmailAddressCommand}.
21
+ */
22
+ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
23
+ }
24
+ declare const VerifyEmailAddressCommand_base: {
25
+ new (input: VerifyEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: VerifyEmailAddressCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deprecated. Use the <code>VerifyEmailIdentity</code> operation to verify a new email
31
+ * address.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { SESClient, VerifyEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import
36
+ * // const { SESClient, VerifyEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import
37
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
38
+ * const config = {}; // type is SESClientConfig
39
+ * const client = new SESClient(config);
40
+ * const input = { // VerifyEmailAddressRequest
41
+ * EmailAddress: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new VerifyEmailAddressCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param VerifyEmailAddressCommandInput - {@link VerifyEmailAddressCommandInput}
50
+ * @returns {@link VerifyEmailAddressCommandOutput}
51
+ * @see {@link VerifyEmailAddressCommandInput} for command's `input` shape.
52
+ * @see {@link VerifyEmailAddressCommandOutput} for command's `response` shape.
53
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
54
+ *
55
+ * @throws {@link SESServiceException}
56
+ * <p>Base exception class for all service exceptions from SES service.</p>
57
+ *
58
+ *
59
+ * @example VerifyEmailAddress
60
+ * ```javascript
61
+ * // The following example starts the email address verification process with Amazon SES:
62
+ * const input = {
63
+ * EmailAddress: "user@example.com"
64
+ * };
65
+ * const command = new VerifyEmailAddressCommand(input);
66
+ * const response = await client.send(command);
67
+ * /* response is
68
+ * { /* metadata only *\/ }
69
+ * *\/
70
+ * ```
71
+ *
72
+ * @public
73
+ */
74
+ export declare class VerifyEmailAddressCommand extends VerifyEmailAddressCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: VerifyEmailAddressRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: VerifyEmailAddressCommandInput;
83
+ output: VerifyEmailAddressCommandOutput;
84
+ };
85
+ };
86
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { VerifyEmailIdentityRequest, VerifyEmailIdentityResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link VerifyEmailIdentityCommand}.
14
+ */
15
+ export interface VerifyEmailIdentityCommandInput extends VerifyEmailIdentityRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link VerifyEmailIdentityCommand}.
21
+ */
22
+ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityResponse, __MetadataBearer {
23
+ }
24
+ declare const VerifyEmailIdentityCommand_base: {
25
+ new (input: VerifyEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: VerifyEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Adds an email address to the list of identities for your Amazon SES account in the current
31
+ * Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a
32
+ * verification email is sent to the specified address.</p>
33
+ * <p>You can execute this operation no more than once per second.</p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { SESClient, VerifyEmailIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
38
+ * // const { SESClient, VerifyEmailIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
39
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
40
+ * const config = {}; // type is SESClientConfig
41
+ * const client = new SESClient(config);
42
+ * const input = { // VerifyEmailIdentityRequest
43
+ * EmailAddress: "STRING_VALUE", // required
44
+ * };
45
+ * const command = new VerifyEmailIdentityCommand(input);
46
+ * const response = await client.send(command);
47
+ * // {};
48
+ *
49
+ * ```
50
+ *
51
+ * @param VerifyEmailIdentityCommandInput - {@link VerifyEmailIdentityCommandInput}
52
+ * @returns {@link VerifyEmailIdentityCommandOutput}
53
+ * @see {@link VerifyEmailIdentityCommandInput} for command's `input` shape.
54
+ * @see {@link VerifyEmailIdentityCommandOutput} for command's `response` shape.
55
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
56
+ *
57
+ * @throws {@link SESServiceException}
58
+ * <p>Base exception class for all service exceptions from SES service.</p>
59
+ *
60
+ *
61
+ * @example VerifyEmailIdentity
62
+ * ```javascript
63
+ * // The following example starts the email address verification process with Amazon SES:
64
+ * const input = {
65
+ * EmailAddress: "user@example.com"
66
+ * };
67
+ * const command = new VerifyEmailIdentityCommand(input);
68
+ * const response = await client.send(command);
69
+ * /* response is
70
+ * { /* metadata only *\/ }
71
+ * *\/
72
+ * ```
73
+ *
74
+ * @public
75
+ */
76
+ export declare class VerifyEmailIdentityCommand extends VerifyEmailIdentityCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: VerifyEmailIdentityRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: VerifyEmailIdentityCommandInput;
85
+ output: VerifyEmailIdentityCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,71 @@
1
+ export * from "./CloneReceiptRuleSetCommand";
2
+ export * from "./CreateConfigurationSetCommand";
3
+ export * from "./CreateConfigurationSetEventDestinationCommand";
4
+ export * from "./CreateConfigurationSetTrackingOptionsCommand";
5
+ export * from "./CreateCustomVerificationEmailTemplateCommand";
6
+ export * from "./CreateReceiptFilterCommand";
7
+ export * from "./CreateReceiptRuleCommand";
8
+ export * from "./CreateReceiptRuleSetCommand";
9
+ export * from "./CreateTemplateCommand";
10
+ export * from "./DeleteConfigurationSetCommand";
11
+ export * from "./DeleteConfigurationSetEventDestinationCommand";
12
+ export * from "./DeleteConfigurationSetTrackingOptionsCommand";
13
+ export * from "./DeleteCustomVerificationEmailTemplateCommand";
14
+ export * from "./DeleteIdentityCommand";
15
+ export * from "./DeleteIdentityPolicyCommand";
16
+ export * from "./DeleteReceiptFilterCommand";
17
+ export * from "./DeleteReceiptRuleCommand";
18
+ export * from "./DeleteReceiptRuleSetCommand";
19
+ export * from "./DeleteTemplateCommand";
20
+ export * from "./DeleteVerifiedEmailAddressCommand";
21
+ export * from "./DescribeActiveReceiptRuleSetCommand";
22
+ export * from "./DescribeConfigurationSetCommand";
23
+ export * from "./DescribeReceiptRuleCommand";
24
+ export * from "./DescribeReceiptRuleSetCommand";
25
+ export * from "./GetAccountSendingEnabledCommand";
26
+ export * from "./GetCustomVerificationEmailTemplateCommand";
27
+ export * from "./GetIdentityDkimAttributesCommand";
28
+ export * from "./GetIdentityMailFromDomainAttributesCommand";
29
+ export * from "./GetIdentityNotificationAttributesCommand";
30
+ export * from "./GetIdentityPoliciesCommand";
31
+ export * from "./GetIdentityVerificationAttributesCommand";
32
+ export * from "./GetSendQuotaCommand";
33
+ export * from "./GetSendStatisticsCommand";
34
+ export * from "./GetTemplateCommand";
35
+ export * from "./ListConfigurationSetsCommand";
36
+ export * from "./ListCustomVerificationEmailTemplatesCommand";
37
+ export * from "./ListIdentitiesCommand";
38
+ export * from "./ListIdentityPoliciesCommand";
39
+ export * from "./ListReceiptFiltersCommand";
40
+ export * from "./ListReceiptRuleSetsCommand";
41
+ export * from "./ListTemplatesCommand";
42
+ export * from "./ListVerifiedEmailAddressesCommand";
43
+ export * from "./PutConfigurationSetDeliveryOptionsCommand";
44
+ export * from "./PutIdentityPolicyCommand";
45
+ export * from "./ReorderReceiptRuleSetCommand";
46
+ export * from "./SendBounceCommand";
47
+ export * from "./SendBulkTemplatedEmailCommand";
48
+ export * from "./SendCustomVerificationEmailCommand";
49
+ export * from "./SendEmailCommand";
50
+ export * from "./SendRawEmailCommand";
51
+ export * from "./SendTemplatedEmailCommand";
52
+ export * from "./SetActiveReceiptRuleSetCommand";
53
+ export * from "./SetIdentityDkimEnabledCommand";
54
+ export * from "./SetIdentityFeedbackForwardingEnabledCommand";
55
+ export * from "./SetIdentityHeadersInNotificationsEnabledCommand";
56
+ export * from "./SetIdentityMailFromDomainCommand";
57
+ export * from "./SetIdentityNotificationTopicCommand";
58
+ export * from "./SetReceiptRulePositionCommand";
59
+ export * from "./TestRenderTemplateCommand";
60
+ export * from "./UpdateAccountSendingEnabledCommand";
61
+ export * from "./UpdateConfigurationSetEventDestinationCommand";
62
+ export * from "./UpdateConfigurationSetReputationMetricsEnabledCommand";
63
+ export * from "./UpdateConfigurationSetSendingEnabledCommand";
64
+ export * from "./UpdateConfigurationSetTrackingOptionsCommand";
65
+ export * from "./UpdateCustomVerificationEmailTemplateCommand";
66
+ export * from "./UpdateReceiptRuleCommand";
67
+ export * from "./UpdateTemplateCommand";
68
+ export * from "./VerifyDomainDkimCommand";
69
+ export * from "./VerifyDomainIdentityCommand";
70
+ export * from "./VerifyEmailAddressCommand";
71
+ export * from "./VerifyEmailIdentityCommand";
@@ -0,0 +1,50 @@
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | undefined | Provider<string | undefined>;
7
+ useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
8
+ useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
+ endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
+ }
11
+ /**
12
+ * @public
13
+ */
14
+ export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
15
+ defaultSigningName: string;
16
+ };
17
+ /**
18
+ * @internal
19
+ */
20
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
24
+ export declare const commonParams: {
25
+ readonly UseFIPS: {
26
+ readonly type: "builtInParams";
27
+ readonly name: "useFipsEndpoint";
28
+ };
29
+ readonly Endpoint: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "endpoint";
32
+ };
33
+ readonly Region: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "region";
36
+ };
37
+ readonly UseDualStack: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "useDualstackEndpoint";
40
+ };
41
+ };
42
+ /**
43
+ * @internal
44
+ */
45
+ export interface EndpointParameters extends __EndpointParameters {
46
+ Region?: string | undefined;
47
+ UseDualStack?: boolean | undefined;
48
+ UseFIPS?: boolean | undefined;
49
+ Endpoint?: string | undefined;
50
+ }
@@ -0,0 +1,8 @@
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
7
+ logger?: Logger;
8
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@smithy/types";
2
+ export declare const ruleSet: RuleSetObject;
@@ -0,0 +1,9 @@
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
+ /**
6
+ * @internal
7
+ */
8
+ export interface SESExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration, HttpAuthExtensionConfiguration {
9
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * <fullname>Amazon Simple Email Service</fullname>
3
+ * <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
4
+ * 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
5
+ * Guide</a>. </p>
6
+ * <note>
7
+ * <p> For a list of Amazon SES endpoints to use in service requests, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and
8
+ * Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
9
+ * Guide</a>.</p>
10
+ * </note>
11
+ * <p>This documentation contains reference information related to the following:</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>
15
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Operations.html">Amazon SES API Actions</a>
16
+ * </p>
17
+ * </li>
18
+ * <li>
19
+ * <p>
20
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Types.html">Amazon SES
21
+ * API Data Types</a>
22
+ * </p>
23
+ * </li>
24
+ * <li>
25
+ * <p>
26
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonParameters.html">Common
27
+ * Parameters</a>
28
+ * </p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonErrors.html">Common Errors</a>
33
+ * </p>
34
+ * </li>
35
+ * </ul>
36
+ *
37
+ * @packageDocumentation
38
+ */
39
+ export * from "./SESClient";
40
+ export * from "./SES";
41
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
42
+ export type { RuntimeExtension } from "./runtimeExtensions";
43
+ export type { SESExtensionConfiguration } from "./extensionConfiguration";
44
+ export * from "./commands";
45
+ export * from "./schemas/schemas_0";
46
+ export * from "./pagination";
47
+ export * from "./waiters";
48
+ export * from "./models/enums";
49
+ export * from "./models/errors";
50
+ export * from "./models/models_0";
51
+ export { SESServiceException } from "./models/SESServiceException";
@@ -0,0 +1,14 @@
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
4
+ /**
5
+ * @public
6
+ *
7
+ * Base exception class for all service exceptions from SES service.
8
+ */
9
+ export declare class SESServiceException extends __ServiceException {
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(options: __ServiceExceptionOptions);
14
+ }