@aws-sdk/client-ses 3.335.0 → 3.338.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 (297) hide show
  1. package/dist-cjs/SESClient.js +2 -1
  2. package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +2 -1
  3. package/dist-cjs/commands/CreateConfigurationSetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -1
  7. package/dist-cjs/commands/CreateReceiptFilterCommand.js +2 -1
  8. package/dist-cjs/commands/CreateReceiptRuleCommand.js +2 -1
  9. package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +2 -1
  10. package/dist-cjs/commands/CreateTemplateCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteIdentityCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteReceiptFilterCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteReceiptRuleCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteTemplateCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeConfigurationSetCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeReceiptRuleCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +2 -1
  26. package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +2 -1
  27. package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +2 -1
  28. package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +2 -1
  29. package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -1
  30. package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +2 -1
  31. package/dist-cjs/commands/GetIdentityPoliciesCommand.js +2 -1
  32. package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +2 -1
  33. package/dist-cjs/commands/GetSendQuotaCommand.js +2 -1
  34. package/dist-cjs/commands/GetSendStatisticsCommand.js +2 -1
  35. package/dist-cjs/commands/GetTemplateCommand.js +2 -1
  36. package/dist-cjs/commands/ListConfigurationSetsCommand.js +2 -1
  37. package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -1
  38. package/dist-cjs/commands/ListIdentitiesCommand.js +2 -1
  39. package/dist-cjs/commands/ListIdentityPoliciesCommand.js +2 -1
  40. package/dist-cjs/commands/ListReceiptFiltersCommand.js +2 -1
  41. package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +2 -1
  42. package/dist-cjs/commands/ListTemplatesCommand.js +2 -1
  43. package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +2 -1
  44. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -1
  45. package/dist-cjs/commands/PutIdentityPolicyCommand.js +2 -1
  46. package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +2 -1
  47. package/dist-cjs/commands/SendBounceCommand.js +2 -1
  48. package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +2 -1
  49. package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +2 -1
  50. package/dist-cjs/commands/SendEmailCommand.js +2 -1
  51. package/dist-cjs/commands/SendRawEmailCommand.js +2 -1
  52. package/dist-cjs/commands/SendTemplatedEmailCommand.js +2 -1
  53. package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +2 -1
  54. package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +2 -1
  55. package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -1
  56. package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -1
  57. package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +2 -1
  58. package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +2 -1
  59. package/dist-cjs/commands/SetReceiptRulePositionCommand.js +2 -1
  60. package/dist-cjs/commands/TestRenderTemplateCommand.js +2 -1
  61. package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +2 -1
  62. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -1
  63. package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -1
  64. package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -1
  67. package/dist-cjs/commands/UpdateReceiptRuleCommand.js +2 -1
  68. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -1
  69. package/dist-cjs/commands/VerifyDomainDkimCommand.js +2 -1
  70. package/dist-cjs/commands/VerifyDomainIdentityCommand.js +2 -1
  71. package/dist-cjs/commands/VerifyEmailAddressCommand.js +2 -1
  72. package/dist-cjs/commands/VerifyEmailIdentityCommand.js +2 -1
  73. package/dist-cjs/index.js +2 -2
  74. package/dist-cjs/models/SESServiceException.js +2 -1
  75. package/dist-es/SESClient.js +1 -0
  76. package/dist-es/commands/CloneReceiptRuleSetCommand.js +1 -0
  77. package/dist-es/commands/CreateConfigurationSetCommand.js +1 -0
  78. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +1 -0
  79. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +1 -0
  80. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +1 -0
  81. package/dist-es/commands/CreateReceiptFilterCommand.js +1 -0
  82. package/dist-es/commands/CreateReceiptRuleCommand.js +1 -0
  83. package/dist-es/commands/CreateReceiptRuleSetCommand.js +1 -0
  84. package/dist-es/commands/CreateTemplateCommand.js +1 -0
  85. package/dist-es/commands/DeleteConfigurationSetCommand.js +1 -0
  86. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +1 -0
  87. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +1 -0
  88. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +1 -0
  89. package/dist-es/commands/DeleteIdentityCommand.js +1 -0
  90. package/dist-es/commands/DeleteIdentityPolicyCommand.js +1 -0
  91. package/dist-es/commands/DeleteReceiptFilterCommand.js +1 -0
  92. package/dist-es/commands/DeleteReceiptRuleCommand.js +1 -0
  93. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +1 -0
  94. package/dist-es/commands/DeleteTemplateCommand.js +1 -0
  95. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +1 -0
  96. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +1 -0
  97. package/dist-es/commands/DescribeConfigurationSetCommand.js +1 -0
  98. package/dist-es/commands/DescribeReceiptRuleCommand.js +1 -0
  99. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +1 -0
  100. package/dist-es/commands/GetAccountSendingEnabledCommand.js +1 -0
  101. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +1 -0
  102. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +1 -0
  103. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +1 -0
  104. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +1 -0
  105. package/dist-es/commands/GetIdentityPoliciesCommand.js +1 -0
  106. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +1 -0
  107. package/dist-es/commands/GetSendQuotaCommand.js +1 -0
  108. package/dist-es/commands/GetSendStatisticsCommand.js +1 -0
  109. package/dist-es/commands/GetTemplateCommand.js +1 -0
  110. package/dist-es/commands/ListConfigurationSetsCommand.js +1 -0
  111. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +1 -0
  112. package/dist-es/commands/ListIdentitiesCommand.js +1 -0
  113. package/dist-es/commands/ListIdentityPoliciesCommand.js +1 -0
  114. package/dist-es/commands/ListReceiptFiltersCommand.js +1 -0
  115. package/dist-es/commands/ListReceiptRuleSetsCommand.js +1 -0
  116. package/dist-es/commands/ListTemplatesCommand.js +1 -0
  117. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +1 -0
  118. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +1 -0
  119. package/dist-es/commands/PutIdentityPolicyCommand.js +1 -0
  120. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +1 -0
  121. package/dist-es/commands/SendBounceCommand.js +1 -0
  122. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +1 -0
  123. package/dist-es/commands/SendCustomVerificationEmailCommand.js +1 -0
  124. package/dist-es/commands/SendEmailCommand.js +1 -0
  125. package/dist-es/commands/SendRawEmailCommand.js +1 -0
  126. package/dist-es/commands/SendTemplatedEmailCommand.js +1 -0
  127. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +1 -0
  128. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +1 -0
  129. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +1 -0
  130. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +1 -0
  131. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +1 -0
  132. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +1 -0
  133. package/dist-es/commands/SetReceiptRulePositionCommand.js +1 -0
  134. package/dist-es/commands/TestRenderTemplateCommand.js +1 -0
  135. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +1 -0
  136. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +1 -0
  137. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +1 -0
  138. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +1 -0
  139. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +1 -0
  140. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +1 -0
  141. package/dist-es/commands/UpdateReceiptRuleCommand.js +1 -0
  142. package/dist-es/commands/UpdateTemplateCommand.js +1 -0
  143. package/dist-es/commands/VerifyDomainDkimCommand.js +1 -0
  144. package/dist-es/commands/VerifyDomainIdentityCommand.js +1 -0
  145. package/dist-es/commands/VerifyEmailAddressCommand.js +1 -0
  146. package/dist-es/commands/VerifyEmailIdentityCommand.js +1 -0
  147. package/dist-es/index.js +2 -2
  148. package/dist-es/models/SESServiceException.js +1 -0
  149. package/dist-types/SESClient.d.ts +3 -3
  150. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +4 -0
  151. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -0
  152. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
  153. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  154. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  155. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +4 -0
  156. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +4 -0
  157. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +4 -0
  158. package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
  159. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
  160. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  161. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  162. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -0
  163. package/dist-types/commands/DeleteIdentityCommand.d.ts +4 -0
  164. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +4 -0
  165. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +4 -0
  166. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +4 -0
  167. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +4 -0
  168. package/dist-types/commands/DeleteTemplateCommand.d.ts +4 -0
  169. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -0
  170. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +4 -0
  171. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +4 -0
  172. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +4 -0
  173. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +4 -0
  174. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +4 -0
  175. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -0
  176. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +4 -0
  177. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -0
  178. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -0
  179. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +4 -0
  180. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -0
  181. package/dist-types/commands/GetSendQuotaCommand.d.ts +4 -0
  182. package/dist-types/commands/GetSendStatisticsCommand.d.ts +4 -0
  183. package/dist-types/commands/GetTemplateCommand.d.ts +4 -0
  184. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +4 -0
  185. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +4 -0
  186. package/dist-types/commands/ListIdentitiesCommand.d.ts +4 -0
  187. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +4 -0
  188. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +4 -0
  189. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +4 -0
  190. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -0
  191. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +4 -0
  192. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -0
  193. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +4 -0
  194. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +4 -0
  195. package/dist-types/commands/SendBounceCommand.d.ts +4 -0
  196. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +4 -0
  197. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +4 -0
  198. package/dist-types/commands/SendEmailCommand.d.ts +4 -0
  199. package/dist-types/commands/SendRawEmailCommand.d.ts +4 -0
  200. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +4 -0
  201. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +4 -0
  202. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +4 -0
  203. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -0
  204. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -0
  205. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +4 -0
  206. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +4 -0
  207. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +4 -0
  208. package/dist-types/commands/TestRenderTemplateCommand.d.ts +4 -0
  209. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +4 -0
  210. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -0
  211. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -0
  212. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -0
  213. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  214. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  215. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +4 -0
  216. package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
  217. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +4 -0
  218. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +4 -0
  219. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +4 -0
  220. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +4 -0
  221. package/dist-types/index.d.ts +15 -2
  222. package/dist-types/models/SESServiceException.d.ts +1 -0
  223. package/dist-types/ts3.4/SESClient.d.ts +3 -3
  224. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -0
  276. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +1 -0
  277. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -0
  278. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -0
  279. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +1 -0
  280. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +1 -0
  281. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +1 -0
  282. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +1 -0
  283. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -0
  284. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
  285. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -0
  286. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -0
  287. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  288. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  289. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +1 -0
  290. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -0
  291. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +1 -0
  292. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +1 -0
  293. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +1 -0
  294. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +1 -0
  295. package/dist-types/ts3.4/index.d.ts +2 -2
  296. package/dist-types/ts3.4/models/SESServiceException.d.ts +1 -0
  297. package/package.json +29 -29
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetAccountSendingEnabledCommand, se_GetAccountSendingEnabledCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetAccountSendingEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCustomVerificationEmailTemplateCommand, se_GetCustomVerificationEmailTemplateCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetCustomVerificationEmailTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdentityDkimAttributesCommand, se_GetIdentityDkimAttributesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetIdentityDkimAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdentityMailFromDomainAttributesCommand, se_GetIdentityMailFromDomainAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetIdentityMailFromDomainAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdentityNotificationAttributesCommand, se_GetIdentityNotificationAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetIdentityNotificationAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdentityPoliciesCommand, se_GetIdentityPoliciesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetIdentityPoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdentityVerificationAttributesCommand, se_GetIdentityVerificationAttributesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetIdentityVerificationAttributesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSendQuotaCommand, se_GetSendQuotaCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetSendQuotaCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSendStatisticsCommand, se_GetSendStatisticsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetSendStatisticsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class GetTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListConfigurationSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCustomVerificationEmailTemplatesCommand, se_ListCustomVerificationEmailTemplatesCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListCustomVerificationEmailTemplatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListIdentitiesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListIdentityPoliciesCommand, se_ListIdentityPoliciesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListIdentityPoliciesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceiptFiltersCommand, se_ListReceiptFiltersCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListReceiptFiltersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListReceiptRuleSetsCommand, se_ListReceiptRuleSetsCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListReceiptRuleSetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListTemplatesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListVerifiedEmailAddressesCommand, se_ListVerifiedEmailAddressesCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ListVerifiedEmailAddressesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutConfigurationSetDeliveryOptionsCommand, se_PutConfigurationSetDeliveryOptionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class PutConfigurationSetDeliveryOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutIdentityPolicyCommand, se_PutIdentityPolicyCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class PutIdentityPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ReorderReceiptRuleSetCommand, se_ReorderReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class ReorderReceiptRuleSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendBounceCommand, se_SendBounceCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendBounceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendBulkTemplatedEmailCommand, se_SendBulkTemplatedEmailCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendBulkTemplatedEmailCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendCustomVerificationEmailCommand, se_SendCustomVerificationEmailCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendCustomVerificationEmailCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendEmailCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendRawEmailCommand, se_SendRawEmailCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendRawEmailCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SendTemplatedEmailCommand, se_SendTemplatedEmailCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SendTemplatedEmailCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetActiveReceiptRuleSetCommand, se_SetActiveReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetActiveReceiptRuleSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIdentityDkimEnabledCommand, se_SetIdentityDkimEnabledCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIdentityDkimEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIdentityFeedbackForwardingEnabledCommand, se_SetIdentityFeedbackForwardingEnabledCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIdentityFeedbackForwardingEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIdentityHeadersInNotificationsEnabledCommand, se_SetIdentityHeadersInNotificationsEnabledCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIdentityMailFromDomainCommand, se_SetIdentityMailFromDomainCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIdentityMailFromDomainCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetIdentityNotificationTopicCommand, se_SetIdentityNotificationTopicCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetIdentityNotificationTopicCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SetReceiptRulePositionCommand, se_SetReceiptRulePositionCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class SetReceiptRulePositionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TestRenderTemplateCommand, se_TestRenderTemplateCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class TestRenderTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateAccountSendingEnabledCommand, se_UpdateAccountSendingEnabledCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateAccountSendingEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfigurationSetEventDestinationCommand, se_UpdateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateConfigurationSetEventDestinationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfigurationSetReputationMetricsEnabledCommand, se_UpdateConfigurationSetReputationMetricsEnabledCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfigurationSetSendingEnabledCommand, se_UpdateConfigurationSetSendingEnabledCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateConfigurationSetSendingEnabledCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfigurationSetTrackingOptionsCommand, se_UpdateConfigurationSetTrackingOptionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateConfigurationSetTrackingOptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCustomVerificationEmailTemplateCommand, se_UpdateCustomVerificationEmailTemplateCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateCustomVerificationEmailTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateReceiptRuleCommand, se_UpdateReceiptRuleCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateReceiptRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class UpdateTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VerifyDomainDkimCommand, se_VerifyDomainDkimCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class VerifyDomainDkimCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VerifyDomainIdentityCommand, se_VerifyDomainIdentityCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class VerifyDomainIdentityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VerifyEmailAddressCommand, se_VerifyEmailAddressCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class VerifyEmailAddressCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_VerifyEmailIdentityCommand, se_VerifyEmailIdentityCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class VerifyEmailIdentityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./SES";
2
1
  export * from "./SESClient";
2
+ export * from "./SES";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { SESServiceException } from "./models/SESServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class SESServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -80,6 +80,7 @@ import { VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput } f
80
80
  import { VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput } from "./commands/VerifyEmailAddressCommand";
81
81
  import { VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput } from "./commands/VerifyEmailIdentityCommand";
82
82
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
83
+ export { __Client };
83
84
  /**
84
85
  * @public
85
86
  */
@@ -194,7 +195,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
194
195
  /**
195
196
  * @public
196
197
  */
197
- type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
198
+ export type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
198
199
  /**
199
200
  * @public
200
201
  *
@@ -205,7 +206,7 @@ export interface SESClientConfig extends SESClientConfigType {
205
206
  /**
206
207
  * @public
207
208
  */
208
- type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
209
+ export type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
209
210
  /**
210
211
  * @public
211
212
  *
@@ -238,4 +239,3 @@ export declare class SESClient extends __Client<__HttpHandlerOptions, ServiceInp
238
239
  */
239
240
  destroy(): void;
240
241
  }
241
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *