@aws-sdk/client-ses 3.337.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
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendBounceCommand = void 0;
3
+ exports.SendBounceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendBounceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendBulkTemplatedEmailCommand = void 0;
3
+ exports.SendBulkTemplatedEmailCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendBulkTemplatedEmailCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendCustomVerificationEmailCommand = void 0;
3
+ exports.SendCustomVerificationEmailCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendCustomVerificationEmailCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendEmailCommand = void 0;
3
+ exports.SendEmailCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendEmailCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendRawEmailCommand = void 0;
3
+ exports.SendRawEmailCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendRawEmailCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SendTemplatedEmailCommand = void 0;
3
+ exports.SendTemplatedEmailCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SendTemplatedEmailCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetActiveReceiptRuleSetCommand = void 0;
3
+ exports.SetActiveReceiptRuleSetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetActiveReceiptRuleSetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityDkimEnabledCommand = void 0;
3
+ exports.SetIdentityDkimEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetIdentityDkimEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityFeedbackForwardingEnabledCommand = void 0;
3
+ exports.SetIdentityFeedbackForwardingEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetIdentityFeedbackForwardingEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityHeadersInNotificationsEnabledCommand = void 0;
3
+ exports.SetIdentityHeadersInNotificationsEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetIdentityHeadersInNotificationsEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityMailFromDomainCommand = void 0;
3
+ exports.SetIdentityMailFromDomainCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetIdentityMailFromDomainCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityNotificationTopicCommand = void 0;
3
+ exports.SetIdentityNotificationTopicCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetIdentityNotificationTopicCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetReceiptRulePositionCommand = void 0;
3
+ exports.SetReceiptRulePositionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SetReceiptRulePositionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TestRenderTemplateCommand = void 0;
3
+ exports.TestRenderTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class TestRenderTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAccountSendingEnabledCommand = void 0;
3
+ exports.UpdateAccountSendingEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateAccountSendingEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationSetEventDestinationCommand = void 0;
3
+ exports.UpdateConfigurationSetEventDestinationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateConfigurationSetEventDestinationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationSetReputationMetricsEnabledCommand = void 0;
3
+ exports.UpdateConfigurationSetReputationMetricsEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateConfigurationSetReputationMetricsEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationSetSendingEnabledCommand = void 0;
3
+ exports.UpdateConfigurationSetSendingEnabledCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateConfigurationSetSendingEnabledCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationSetTrackingOptionsCommand = void 0;
3
+ exports.UpdateConfigurationSetTrackingOptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateConfigurationSetTrackingOptionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCustomVerificationEmailTemplateCommand = void 0;
3
+ exports.UpdateCustomVerificationEmailTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateCustomVerificationEmailTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateReceiptRuleCommand = void 0;
3
+ exports.UpdateReceiptRuleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateReceiptRuleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTemplateCommand = void 0;
3
+ exports.UpdateTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyDomainDkimCommand = void 0;
3
+ exports.VerifyDomainDkimCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class VerifyDomainDkimCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyDomainIdentityCommand = void 0;
3
+ exports.VerifyDomainIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class VerifyDomainIdentityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyEmailAddressCommand = void 0;
3
+ exports.VerifyEmailAddressCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class VerifyEmailAddressCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyEmailIdentityCommand = void 0;
3
+ exports.VerifyEmailIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class VerifyEmailIdentityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SESServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./SES"), exports);
6
5
  tslib_1.__exportStar(require("./SESClient"), exports);
6
+ tslib_1.__exportStar(require("./SES"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var SESServiceException_1 = require("./models/SESServiceException");
12
12
  Object.defineProperty(exports, "SESServiceException", { enumerable: true, get: function () { return SESServiceException_1.SESServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SESServiceException = void 0;
3
+ exports.SESServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class SESServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class SESClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -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_CloneReceiptRuleSetCommand, se_CloneReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CloneReceiptRuleSetCommand 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_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateConfigurationSetCommand 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_CreateConfigurationSetEventDestinationCommand, se_CreateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateConfigurationSetEventDestinationCommand 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_CreateConfigurationSetTrackingOptionsCommand, se_CreateConfigurationSetTrackingOptionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateConfigurationSetTrackingOptionsCommand 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_CreateCustomVerificationEmailTemplateCommand, se_CreateCustomVerificationEmailTemplateCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateCustomVerificationEmailTemplateCommand 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_CreateReceiptFilterCommand, se_CreateReceiptFilterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateReceiptFilterCommand 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_CreateReceiptRuleCommand, se_CreateReceiptRuleCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateReceiptRuleCommand 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_CreateReceiptRuleSetCommand, se_CreateReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateReceiptRuleSetCommand 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_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class CreateTemplateCommand 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_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteConfigurationSetCommand 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_DeleteConfigurationSetEventDestinationCommand, se_DeleteConfigurationSetEventDestinationCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteConfigurationSetEventDestinationCommand 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_DeleteConfigurationSetTrackingOptionsCommand, se_DeleteConfigurationSetTrackingOptionsCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteConfigurationSetTrackingOptionsCommand 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_DeleteCustomVerificationEmailTemplateCommand, se_DeleteCustomVerificationEmailTemplateCommand, } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteCustomVerificationEmailTemplateCommand 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_DeleteIdentityCommand, se_DeleteIdentityCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteIdentityCommand 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_DeleteIdentityPolicyCommand, se_DeleteIdentityPolicyCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteIdentityPolicyCommand 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_DeleteReceiptFilterCommand, se_DeleteReceiptFilterCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteReceiptFilterCommand 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_DeleteReceiptRuleCommand, se_DeleteReceiptRuleCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteReceiptRuleCommand 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_DeleteReceiptRuleSetCommand, se_DeleteReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteReceiptRuleSetCommand 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_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteTemplateCommand 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_DeleteVerifiedEmailAddressCommand, se_DeleteVerifiedEmailAddressCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DeleteVerifiedEmailAddressCommand 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_DescribeActiveReceiptRuleSetCommand, se_DescribeActiveReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeActiveReceiptRuleSetCommand 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_DescribeConfigurationSetCommand, se_DescribeConfigurationSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeConfigurationSetCommand 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_DescribeReceiptRuleCommand, se_DescribeReceiptRuleCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeReceiptRuleCommand 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_DescribeReceiptRuleSetCommand, se_DescribeReceiptRuleSetCommand } from "../protocols/Aws_query";
5
+ export { $Command };
5
6
  export class DescribeReceiptRuleSetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {