@depup/aws-sdk__client-ses 3.1005.0-depup.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +31 -0
  3. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  4. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  5. package/dist-cjs/endpoint/ruleset.js +7 -0
  6. package/dist-cjs/index.js +1307 -0
  7. package/dist-cjs/models/SESServiceException.js +12 -0
  8. package/dist-cjs/models/errors.js +504 -0
  9. package/dist-cjs/runtimeConfig.browser.js +38 -0
  10. package/dist-cjs/runtimeConfig.js +53 -0
  11. package/dist-cjs/runtimeConfig.native.js +15 -0
  12. package/dist-cjs/runtimeConfig.shared.js +44 -0
  13. package/dist-cjs/schemas/schemas_0.js +1812 -0
  14. package/dist-es/SES.js +159 -0
  15. package/dist-es/SESClient.js +50 -0
  16. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  17. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  18. package/dist-es/commands/CloneReceiptRuleSetCommand.js +16 -0
  19. package/dist-es/commands/CreateConfigurationSetCommand.js +16 -0
  20. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +16 -0
  21. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +16 -0
  22. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +16 -0
  23. package/dist-es/commands/CreateReceiptFilterCommand.js +16 -0
  24. package/dist-es/commands/CreateReceiptRuleCommand.js +16 -0
  25. package/dist-es/commands/CreateReceiptRuleSetCommand.js +16 -0
  26. package/dist-es/commands/CreateTemplateCommand.js +16 -0
  27. package/dist-es/commands/DeleteConfigurationSetCommand.js +16 -0
  28. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +16 -0
  29. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +16 -0
  30. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +16 -0
  31. package/dist-es/commands/DeleteIdentityCommand.js +16 -0
  32. package/dist-es/commands/DeleteIdentityPolicyCommand.js +16 -0
  33. package/dist-es/commands/DeleteReceiptFilterCommand.js +16 -0
  34. package/dist-es/commands/DeleteReceiptRuleCommand.js +16 -0
  35. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +16 -0
  36. package/dist-es/commands/DeleteTemplateCommand.js +16 -0
  37. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +16 -0
  38. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +16 -0
  39. package/dist-es/commands/DescribeConfigurationSetCommand.js +16 -0
  40. package/dist-es/commands/DescribeReceiptRuleCommand.js +16 -0
  41. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +16 -0
  42. package/dist-es/commands/GetAccountSendingEnabledCommand.js +16 -0
  43. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +16 -0
  44. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +16 -0
  45. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +16 -0
  46. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +16 -0
  47. package/dist-es/commands/GetIdentityPoliciesCommand.js +16 -0
  48. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +16 -0
  49. package/dist-es/commands/GetSendQuotaCommand.js +16 -0
  50. package/dist-es/commands/GetSendStatisticsCommand.js +16 -0
  51. package/dist-es/commands/GetTemplateCommand.js +16 -0
  52. package/dist-es/commands/ListConfigurationSetsCommand.js +16 -0
  53. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +16 -0
  54. package/dist-es/commands/ListIdentitiesCommand.js +16 -0
  55. package/dist-es/commands/ListIdentityPoliciesCommand.js +16 -0
  56. package/dist-es/commands/ListReceiptFiltersCommand.js +16 -0
  57. package/dist-es/commands/ListReceiptRuleSetsCommand.js +16 -0
  58. package/dist-es/commands/ListTemplatesCommand.js +16 -0
  59. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +16 -0
  60. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +16 -0
  61. package/dist-es/commands/PutIdentityPolicyCommand.js +16 -0
  62. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +16 -0
  63. package/dist-es/commands/SendBounceCommand.js +16 -0
  64. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +16 -0
  65. package/dist-es/commands/SendCustomVerificationEmailCommand.js +16 -0
  66. package/dist-es/commands/SendEmailCommand.js +16 -0
  67. package/dist-es/commands/SendRawEmailCommand.js +16 -0
  68. package/dist-es/commands/SendTemplatedEmailCommand.js +16 -0
  69. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +16 -0
  70. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +16 -0
  71. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +16 -0
  72. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +16 -0
  73. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +16 -0
  74. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +16 -0
  75. package/dist-es/commands/SetReceiptRulePositionCommand.js +16 -0
  76. package/dist-es/commands/TestRenderTemplateCommand.js +16 -0
  77. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +16 -0
  78. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +16 -0
  79. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +16 -0
  80. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +16 -0
  81. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +16 -0
  82. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +16 -0
  83. package/dist-es/commands/UpdateReceiptRuleCommand.js +16 -0
  84. package/dist-es/commands/UpdateTemplateCommand.js +16 -0
  85. package/dist-es/commands/VerifyDomainDkimCommand.js +16 -0
  86. package/dist-es/commands/VerifyDomainIdentityCommand.js +16 -0
  87. package/dist-es/commands/VerifyEmailAddressCommand.js +16 -0
  88. package/dist-es/commands/VerifyEmailIdentityCommand.js +16 -0
  89. package/dist-es/commands/index.js +71 -0
  90. package/dist-es/endpoint/EndpointParameters.js +13 -0
  91. package/dist-es/endpoint/endpointResolver.js +14 -0
  92. package/dist-es/endpoint/ruleset.js +4 -0
  93. package/dist-es/extensionConfiguration.js +1 -0
  94. package/dist-es/index.js +10 -0
  95. package/dist-es/models/SESServiceException.js +8 -0
  96. package/dist-es/models/enums.js +97 -0
  97. package/dist-es/models/errors.js +467 -0
  98. package/dist-es/models/models_0.js +1 -0
  99. package/dist-es/pagination/Interfaces.js +1 -0
  100. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
  101. package/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
  102. package/dist-es/pagination/index.js +3 -0
  103. package/dist-es/runtimeConfig.browser.js +33 -0
  104. package/dist-es/runtimeConfig.js +48 -0
  105. package/dist-es/runtimeConfig.native.js +11 -0
  106. package/dist-es/runtimeConfig.shared.js +40 -0
  107. package/dist-es/runtimeExtensions.js +9 -0
  108. package/dist-es/schemas/schemas_0.js +1804 -0
  109. package/dist-es/waiters/index.js +1 -0
  110. package/dist-es/waiters/waitForIdentityExists.js +38 -0
  111. package/dist-types/SES.d.ts +574 -0
  112. package/dist-types/SESClient.d.ts +291 -0
  113. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  114. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  115. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +102 -0
  116. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +91 -0
  117. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +128 -0
  118. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +99 -0
  119. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +97 -0
  120. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +108 -0
  121. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +188 -0
  122. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +95 -0
  123. package/dist-types/commands/CreateTemplateCommand.d.ts +92 -0
  124. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +78 -0
  125. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +83 -0
  126. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +87 -0
  127. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +76 -0
  128. package/dist-types/commands/DeleteIdentityCommand.d.ts +87 -0
  129. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +98 -0
  130. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +88 -0
  131. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +93 -0
  132. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +95 -0
  133. package/dist-types/commands/DeleteTemplateCommand.d.ts +73 -0
  134. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +86 -0
  135. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +164 -0
  136. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +121 -0
  137. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +164 -0
  138. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +171 -0
  139. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +86 -0
  140. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +88 -0
  141. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +139 -0
  142. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +108 -0
  143. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +118 -0
  144. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +110 -0
  145. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +118 -0
  146. package/dist-types/commands/GetSendQuotaCommand.d.ts +90 -0
  147. package/dist-types/commands/GetSendStatisticsCommand.d.ts +118 -0
  148. package/dist-types/commands/GetTemplateCommand.d.ts +85 -0
  149. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +90 -0
  150. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +89 -0
  151. package/dist-types/commands/ListIdentitiesCommand.d.ts +111 -0
  152. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +104 -0
  153. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +105 -0
  154. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +107 -0
  155. package/dist-types/commands/ListTemplatesCommand.d.ts +83 -0
  156. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +91 -0
  157. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +81 -0
  158. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +103 -0
  159. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +105 -0
  160. package/dist-types/commands/SendBounceCommand.d.ts +121 -0
  161. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +185 -0
  162. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +102 -0
  163. package/dist-types/commands/SendEmailCommand.d.ts +222 -0
  164. package/dist-types/commands/SendRawEmailCommand.d.ts +233 -0
  165. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +174 -0
  166. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +95 -0
  167. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +100 -0
  168. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +97 -0
  169. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +94 -0
  170. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +97 -0
  171. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +97 -0
  172. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +98 -0
  173. package/dist-types/commands/TestRenderTemplateCommand.d.ts +90 -0
  174. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +90 -0
  175. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +124 -0
  176. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +94 -0
  177. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +95 -0
  178. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +98 -0
  179. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +92 -0
  180. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +183 -0
  181. package/dist-types/commands/UpdateTemplateCommand.d.ts +88 -0
  182. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +133 -0
  183. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +94 -0
  184. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +86 -0
  185. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +88 -0
  186. package/dist-types/commands/index.d.ts +71 -0
  187. package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
  188. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  189. package/dist-types/endpoint/ruleset.d.ts +2 -0
  190. package/dist-types/extensionConfiguration.d.ts +9 -0
  191. package/dist-types/index.d.ts +51 -0
  192. package/dist-types/models/SESServiceException.d.ts +14 -0
  193. package/dist-types/models/enums.d.ts +225 -0
  194. package/dist-types/models/errors.d.ts +588 -0
  195. package/dist-types/models/models_0.d.ts +3848 -0
  196. package/dist-types/pagination/Interfaces.d.ts +8 -0
  197. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
  198. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
  199. package/dist-types/pagination/index.d.ts +3 -0
  200. package/dist-types/runtimeConfig.browser.d.ts +55 -0
  201. package/dist-types/runtimeConfig.d.ts +55 -0
  202. package/dist-types/runtimeConfig.native.d.ts +54 -0
  203. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  204. package/dist-types/runtimeExtensions.d.ts +17 -0
  205. package/dist-types/schemas/schemas_0.d.ts +286 -0
  206. package/dist-types/ts3.4/SES.d.ts +1368 -0
  207. package/dist-types/ts3.4/SESClient.d.ts +542 -0
  208. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  209. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
  210. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
  211. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
  212. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  214. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  215. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
  216. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
  217. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
  218. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
  219. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
  220. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  222. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
  223. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
  224. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
  225. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
  226. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
  228. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
  229. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
  230. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
  235. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
  237. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
  238. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
  239. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
  242. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
  243. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  244. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
  245. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
  247. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
  248. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
  249. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
  250. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
  251. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
  252. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
  256. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
  258. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
  259. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
  260. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
  261. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
  262. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
  263. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
  264. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
  265. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
  270. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
  272. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
  273. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  275. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
  277. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
  278. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
  279. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
  280. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/index.d.ts +71 -0
  282. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  283. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  284. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  285. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  286. package/dist-types/ts3.4/index.d.ts +13 -0
  287. package/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
  288. package/dist-types/ts3.4/models/enums.d.ts +123 -0
  289. package/dist-types/ts3.4/models/errors.d.ts +330 -0
  290. package/dist-types/ts3.4/models/models_0.d.ts +665 -0
  291. package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  292. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
  293. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
  294. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  295. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
  296. package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
  297. package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  298. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  299. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  300. package/dist-types/ts3.4/schemas/schemas_0.d.ts +285 -0
  301. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  302. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
  303. package/dist-types/waiters/index.d.ts +1 -0
  304. package/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
  305. package/package.json +122 -0
@@ -0,0 +1,1368 @@
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ WaiterConfiguration,
6
+ } from "@smithy/types";
7
+ import { WaiterResult } from "@smithy/util-waiter";
8
+ import {
9
+ CloneReceiptRuleSetCommandInput,
10
+ CloneReceiptRuleSetCommandOutput,
11
+ } from "./commands/CloneReceiptRuleSetCommand";
12
+ import {
13
+ CreateConfigurationSetCommandInput,
14
+ CreateConfigurationSetCommandOutput,
15
+ } from "./commands/CreateConfigurationSetCommand";
16
+ import {
17
+ CreateConfigurationSetEventDestinationCommandInput,
18
+ CreateConfigurationSetEventDestinationCommandOutput,
19
+ } from "./commands/CreateConfigurationSetEventDestinationCommand";
20
+ import {
21
+ CreateConfigurationSetTrackingOptionsCommandInput,
22
+ CreateConfigurationSetTrackingOptionsCommandOutput,
23
+ } from "./commands/CreateConfigurationSetTrackingOptionsCommand";
24
+ import {
25
+ CreateCustomVerificationEmailTemplateCommandInput,
26
+ CreateCustomVerificationEmailTemplateCommandOutput,
27
+ } from "./commands/CreateCustomVerificationEmailTemplateCommand";
28
+ import {
29
+ CreateReceiptFilterCommandInput,
30
+ CreateReceiptFilterCommandOutput,
31
+ } from "./commands/CreateReceiptFilterCommand";
32
+ import {
33
+ CreateReceiptRuleCommandInput,
34
+ CreateReceiptRuleCommandOutput,
35
+ } from "./commands/CreateReceiptRuleCommand";
36
+ import {
37
+ CreateReceiptRuleSetCommandInput,
38
+ CreateReceiptRuleSetCommandOutput,
39
+ } from "./commands/CreateReceiptRuleSetCommand";
40
+ import {
41
+ CreateTemplateCommandInput,
42
+ CreateTemplateCommandOutput,
43
+ } from "./commands/CreateTemplateCommand";
44
+ import {
45
+ DeleteConfigurationSetCommandInput,
46
+ DeleteConfigurationSetCommandOutput,
47
+ } from "./commands/DeleteConfigurationSetCommand";
48
+ import {
49
+ DeleteConfigurationSetEventDestinationCommandInput,
50
+ DeleteConfigurationSetEventDestinationCommandOutput,
51
+ } from "./commands/DeleteConfigurationSetEventDestinationCommand";
52
+ import {
53
+ DeleteConfigurationSetTrackingOptionsCommandInput,
54
+ DeleteConfigurationSetTrackingOptionsCommandOutput,
55
+ } from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
56
+ import {
57
+ DeleteCustomVerificationEmailTemplateCommandInput,
58
+ DeleteCustomVerificationEmailTemplateCommandOutput,
59
+ } from "./commands/DeleteCustomVerificationEmailTemplateCommand";
60
+ import {
61
+ DeleteIdentityCommandInput,
62
+ DeleteIdentityCommandOutput,
63
+ } from "./commands/DeleteIdentityCommand";
64
+ import {
65
+ DeleteIdentityPolicyCommandInput,
66
+ DeleteIdentityPolicyCommandOutput,
67
+ } from "./commands/DeleteIdentityPolicyCommand";
68
+ import {
69
+ DeleteReceiptFilterCommandInput,
70
+ DeleteReceiptFilterCommandOutput,
71
+ } from "./commands/DeleteReceiptFilterCommand";
72
+ import {
73
+ DeleteReceiptRuleCommandInput,
74
+ DeleteReceiptRuleCommandOutput,
75
+ } from "./commands/DeleteReceiptRuleCommand";
76
+ import {
77
+ DeleteReceiptRuleSetCommandInput,
78
+ DeleteReceiptRuleSetCommandOutput,
79
+ } from "./commands/DeleteReceiptRuleSetCommand";
80
+ import {
81
+ DeleteTemplateCommandInput,
82
+ DeleteTemplateCommandOutput,
83
+ } from "./commands/DeleteTemplateCommand";
84
+ import {
85
+ DeleteVerifiedEmailAddressCommandInput,
86
+ DeleteVerifiedEmailAddressCommandOutput,
87
+ } from "./commands/DeleteVerifiedEmailAddressCommand";
88
+ import {
89
+ DescribeActiveReceiptRuleSetCommandInput,
90
+ DescribeActiveReceiptRuleSetCommandOutput,
91
+ } from "./commands/DescribeActiveReceiptRuleSetCommand";
92
+ import {
93
+ DescribeConfigurationSetCommandInput,
94
+ DescribeConfigurationSetCommandOutput,
95
+ } from "./commands/DescribeConfigurationSetCommand";
96
+ import {
97
+ DescribeReceiptRuleCommandInput,
98
+ DescribeReceiptRuleCommandOutput,
99
+ } from "./commands/DescribeReceiptRuleCommand";
100
+ import {
101
+ DescribeReceiptRuleSetCommandInput,
102
+ DescribeReceiptRuleSetCommandOutput,
103
+ } from "./commands/DescribeReceiptRuleSetCommand";
104
+ import {
105
+ GetAccountSendingEnabledCommandInput,
106
+ GetAccountSendingEnabledCommandOutput,
107
+ } from "./commands/GetAccountSendingEnabledCommand";
108
+ import {
109
+ GetCustomVerificationEmailTemplateCommandInput,
110
+ GetCustomVerificationEmailTemplateCommandOutput,
111
+ } from "./commands/GetCustomVerificationEmailTemplateCommand";
112
+ import {
113
+ GetIdentityDkimAttributesCommandInput,
114
+ GetIdentityDkimAttributesCommandOutput,
115
+ } from "./commands/GetIdentityDkimAttributesCommand";
116
+ import {
117
+ GetIdentityMailFromDomainAttributesCommandInput,
118
+ GetIdentityMailFromDomainAttributesCommandOutput,
119
+ } from "./commands/GetIdentityMailFromDomainAttributesCommand";
120
+ import {
121
+ GetIdentityNotificationAttributesCommandInput,
122
+ GetIdentityNotificationAttributesCommandOutput,
123
+ } from "./commands/GetIdentityNotificationAttributesCommand";
124
+ import {
125
+ GetIdentityPoliciesCommandInput,
126
+ GetIdentityPoliciesCommandOutput,
127
+ } from "./commands/GetIdentityPoliciesCommand";
128
+ import {
129
+ GetIdentityVerificationAttributesCommandInput,
130
+ GetIdentityVerificationAttributesCommandOutput,
131
+ } from "./commands/GetIdentityVerificationAttributesCommand";
132
+ import {
133
+ GetSendQuotaCommandInput,
134
+ GetSendQuotaCommandOutput,
135
+ } from "./commands/GetSendQuotaCommand";
136
+ import {
137
+ GetSendStatisticsCommandInput,
138
+ GetSendStatisticsCommandOutput,
139
+ } from "./commands/GetSendStatisticsCommand";
140
+ import {
141
+ GetTemplateCommandInput,
142
+ GetTemplateCommandOutput,
143
+ } from "./commands/GetTemplateCommand";
144
+ import {
145
+ ListConfigurationSetsCommandInput,
146
+ ListConfigurationSetsCommandOutput,
147
+ } from "./commands/ListConfigurationSetsCommand";
148
+ import {
149
+ ListCustomVerificationEmailTemplatesCommandInput,
150
+ ListCustomVerificationEmailTemplatesCommandOutput,
151
+ } from "./commands/ListCustomVerificationEmailTemplatesCommand";
152
+ import {
153
+ ListIdentitiesCommandInput,
154
+ ListIdentitiesCommandOutput,
155
+ } from "./commands/ListIdentitiesCommand";
156
+ import {
157
+ ListIdentityPoliciesCommandInput,
158
+ ListIdentityPoliciesCommandOutput,
159
+ } from "./commands/ListIdentityPoliciesCommand";
160
+ import {
161
+ ListReceiptFiltersCommandInput,
162
+ ListReceiptFiltersCommandOutput,
163
+ } from "./commands/ListReceiptFiltersCommand";
164
+ import {
165
+ ListReceiptRuleSetsCommandInput,
166
+ ListReceiptRuleSetsCommandOutput,
167
+ } from "./commands/ListReceiptRuleSetsCommand";
168
+ import {
169
+ ListTemplatesCommandInput,
170
+ ListTemplatesCommandOutput,
171
+ } from "./commands/ListTemplatesCommand";
172
+ import {
173
+ ListVerifiedEmailAddressesCommandInput,
174
+ ListVerifiedEmailAddressesCommandOutput,
175
+ } from "./commands/ListVerifiedEmailAddressesCommand";
176
+ import {
177
+ PutConfigurationSetDeliveryOptionsCommandInput,
178
+ PutConfigurationSetDeliveryOptionsCommandOutput,
179
+ } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
180
+ import {
181
+ PutIdentityPolicyCommandInput,
182
+ PutIdentityPolicyCommandOutput,
183
+ } from "./commands/PutIdentityPolicyCommand";
184
+ import {
185
+ ReorderReceiptRuleSetCommandInput,
186
+ ReorderReceiptRuleSetCommandOutput,
187
+ } from "./commands/ReorderReceiptRuleSetCommand";
188
+ import {
189
+ SendBounceCommandInput,
190
+ SendBounceCommandOutput,
191
+ } from "./commands/SendBounceCommand";
192
+ import {
193
+ SendBulkTemplatedEmailCommandInput,
194
+ SendBulkTemplatedEmailCommandOutput,
195
+ } from "./commands/SendBulkTemplatedEmailCommand";
196
+ import {
197
+ SendCustomVerificationEmailCommandInput,
198
+ SendCustomVerificationEmailCommandOutput,
199
+ } from "./commands/SendCustomVerificationEmailCommand";
200
+ import {
201
+ SendEmailCommandInput,
202
+ SendEmailCommandOutput,
203
+ } from "./commands/SendEmailCommand";
204
+ import {
205
+ SendRawEmailCommandInput,
206
+ SendRawEmailCommandOutput,
207
+ } from "./commands/SendRawEmailCommand";
208
+ import {
209
+ SendTemplatedEmailCommandInput,
210
+ SendTemplatedEmailCommandOutput,
211
+ } from "./commands/SendTemplatedEmailCommand";
212
+ import {
213
+ SetActiveReceiptRuleSetCommandInput,
214
+ SetActiveReceiptRuleSetCommandOutput,
215
+ } from "./commands/SetActiveReceiptRuleSetCommand";
216
+ import {
217
+ SetIdentityDkimEnabledCommandInput,
218
+ SetIdentityDkimEnabledCommandOutput,
219
+ } from "./commands/SetIdentityDkimEnabledCommand";
220
+ import {
221
+ SetIdentityFeedbackForwardingEnabledCommandInput,
222
+ SetIdentityFeedbackForwardingEnabledCommandOutput,
223
+ } from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
224
+ import {
225
+ SetIdentityHeadersInNotificationsEnabledCommandInput,
226
+ SetIdentityHeadersInNotificationsEnabledCommandOutput,
227
+ } from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
228
+ import {
229
+ SetIdentityMailFromDomainCommandInput,
230
+ SetIdentityMailFromDomainCommandOutput,
231
+ } from "./commands/SetIdentityMailFromDomainCommand";
232
+ import {
233
+ SetIdentityNotificationTopicCommandInput,
234
+ SetIdentityNotificationTopicCommandOutput,
235
+ } from "./commands/SetIdentityNotificationTopicCommand";
236
+ import {
237
+ SetReceiptRulePositionCommandInput,
238
+ SetReceiptRulePositionCommandOutput,
239
+ } from "./commands/SetReceiptRulePositionCommand";
240
+ import {
241
+ TestRenderTemplateCommandInput,
242
+ TestRenderTemplateCommandOutput,
243
+ } from "./commands/TestRenderTemplateCommand";
244
+ import {
245
+ UpdateAccountSendingEnabledCommandInput,
246
+ UpdateAccountSendingEnabledCommandOutput,
247
+ } from "./commands/UpdateAccountSendingEnabledCommand";
248
+ import {
249
+ UpdateConfigurationSetEventDestinationCommandInput,
250
+ UpdateConfigurationSetEventDestinationCommandOutput,
251
+ } from "./commands/UpdateConfigurationSetEventDestinationCommand";
252
+ import {
253
+ UpdateConfigurationSetReputationMetricsEnabledCommandInput,
254
+ UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
255
+ } from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
256
+ import {
257
+ UpdateConfigurationSetSendingEnabledCommandInput,
258
+ UpdateConfigurationSetSendingEnabledCommandOutput,
259
+ } from "./commands/UpdateConfigurationSetSendingEnabledCommand";
260
+ import {
261
+ UpdateConfigurationSetTrackingOptionsCommandInput,
262
+ UpdateConfigurationSetTrackingOptionsCommandOutput,
263
+ } from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
264
+ import {
265
+ UpdateCustomVerificationEmailTemplateCommandInput,
266
+ UpdateCustomVerificationEmailTemplateCommandOutput,
267
+ } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
268
+ import {
269
+ UpdateReceiptRuleCommandInput,
270
+ UpdateReceiptRuleCommandOutput,
271
+ } from "./commands/UpdateReceiptRuleCommand";
272
+ import {
273
+ UpdateTemplateCommandInput,
274
+ UpdateTemplateCommandOutput,
275
+ } from "./commands/UpdateTemplateCommand";
276
+ import {
277
+ VerifyDomainDkimCommandInput,
278
+ VerifyDomainDkimCommandOutput,
279
+ } from "./commands/VerifyDomainDkimCommand";
280
+ import {
281
+ VerifyDomainIdentityCommandInput,
282
+ VerifyDomainIdentityCommandOutput,
283
+ } from "./commands/VerifyDomainIdentityCommand";
284
+ import {
285
+ VerifyEmailAddressCommandInput,
286
+ VerifyEmailAddressCommandOutput,
287
+ } from "./commands/VerifyEmailAddressCommand";
288
+ import {
289
+ VerifyEmailIdentityCommandInput,
290
+ VerifyEmailIdentityCommandOutput,
291
+ } from "./commands/VerifyEmailIdentityCommand";
292
+ import { SESClient } from "./SESClient";
293
+ export interface SES {
294
+ cloneReceiptRuleSet(
295
+ args: CloneReceiptRuleSetCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<CloneReceiptRuleSetCommandOutput>;
298
+ cloneReceiptRuleSet(
299
+ args: CloneReceiptRuleSetCommandInput,
300
+ cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void
301
+ ): void;
302
+ cloneReceiptRuleSet(
303
+ args: CloneReceiptRuleSetCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void
306
+ ): void;
307
+ createConfigurationSet(
308
+ args: CreateConfigurationSetCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateConfigurationSetCommandOutput>;
311
+ createConfigurationSet(
312
+ args: CreateConfigurationSetCommandInput,
313
+ cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
314
+ ): void;
315
+ createConfigurationSet(
316
+ args: CreateConfigurationSetCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
319
+ ): void;
320
+ createConfigurationSetEventDestination(
321
+ args: CreateConfigurationSetEventDestinationCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
324
+ createConfigurationSetEventDestination(
325
+ args: CreateConfigurationSetEventDestinationCommandInput,
326
+ cb: (
327
+ err: any,
328
+ data?: CreateConfigurationSetEventDestinationCommandOutput
329
+ ) => void
330
+ ): void;
331
+ createConfigurationSetEventDestination(
332
+ args: CreateConfigurationSetEventDestinationCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (
335
+ err: any,
336
+ data?: CreateConfigurationSetEventDestinationCommandOutput
337
+ ) => void
338
+ ): void;
339
+ createConfigurationSetTrackingOptions(
340
+ args: CreateConfigurationSetTrackingOptionsCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<CreateConfigurationSetTrackingOptionsCommandOutput>;
343
+ createConfigurationSetTrackingOptions(
344
+ args: CreateConfigurationSetTrackingOptionsCommandInput,
345
+ cb: (
346
+ err: any,
347
+ data?: CreateConfigurationSetTrackingOptionsCommandOutput
348
+ ) => void
349
+ ): void;
350
+ createConfigurationSetTrackingOptions(
351
+ args: CreateConfigurationSetTrackingOptionsCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (
354
+ err: any,
355
+ data?: CreateConfigurationSetTrackingOptionsCommandOutput
356
+ ) => void
357
+ ): void;
358
+ createCustomVerificationEmailTemplate(
359
+ args: CreateCustomVerificationEmailTemplateCommandInput,
360
+ options?: __HttpHandlerOptions
361
+ ): Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
362
+ createCustomVerificationEmailTemplate(
363
+ args: CreateCustomVerificationEmailTemplateCommandInput,
364
+ cb: (
365
+ err: any,
366
+ data?: CreateCustomVerificationEmailTemplateCommandOutput
367
+ ) => void
368
+ ): void;
369
+ createCustomVerificationEmailTemplate(
370
+ args: CreateCustomVerificationEmailTemplateCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (
373
+ err: any,
374
+ data?: CreateCustomVerificationEmailTemplateCommandOutput
375
+ ) => void
376
+ ): void;
377
+ createReceiptFilter(
378
+ args: CreateReceiptFilterCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<CreateReceiptFilterCommandOutput>;
381
+ createReceiptFilter(
382
+ args: CreateReceiptFilterCommandInput,
383
+ cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void
384
+ ): void;
385
+ createReceiptFilter(
386
+ args: CreateReceiptFilterCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void
389
+ ): void;
390
+ createReceiptRule(
391
+ args: CreateReceiptRuleCommandInput,
392
+ options?: __HttpHandlerOptions
393
+ ): Promise<CreateReceiptRuleCommandOutput>;
394
+ createReceiptRule(
395
+ args: CreateReceiptRuleCommandInput,
396
+ cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void
397
+ ): void;
398
+ createReceiptRule(
399
+ args: CreateReceiptRuleCommandInput,
400
+ options: __HttpHandlerOptions,
401
+ cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void
402
+ ): void;
403
+ createReceiptRuleSet(
404
+ args: CreateReceiptRuleSetCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<CreateReceiptRuleSetCommandOutput>;
407
+ createReceiptRuleSet(
408
+ args: CreateReceiptRuleSetCommandInput,
409
+ cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void
410
+ ): void;
411
+ createReceiptRuleSet(
412
+ args: CreateReceiptRuleSetCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void
415
+ ): void;
416
+ createTemplate(
417
+ args: CreateTemplateCommandInput,
418
+ options?: __HttpHandlerOptions
419
+ ): Promise<CreateTemplateCommandOutput>;
420
+ createTemplate(
421
+ args: CreateTemplateCommandInput,
422
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void
423
+ ): void;
424
+ createTemplate(
425
+ args: CreateTemplateCommandInput,
426
+ options: __HttpHandlerOptions,
427
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void
428
+ ): void;
429
+ deleteConfigurationSet(
430
+ args: DeleteConfigurationSetCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<DeleteConfigurationSetCommandOutput>;
433
+ deleteConfigurationSet(
434
+ args: DeleteConfigurationSetCommandInput,
435
+ cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
436
+ ): void;
437
+ deleteConfigurationSet(
438
+ args: DeleteConfigurationSetCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
441
+ ): void;
442
+ deleteConfigurationSetEventDestination(
443
+ args: DeleteConfigurationSetEventDestinationCommandInput,
444
+ options?: __HttpHandlerOptions
445
+ ): Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
446
+ deleteConfigurationSetEventDestination(
447
+ args: DeleteConfigurationSetEventDestinationCommandInput,
448
+ cb: (
449
+ err: any,
450
+ data?: DeleteConfigurationSetEventDestinationCommandOutput
451
+ ) => void
452
+ ): void;
453
+ deleteConfigurationSetEventDestination(
454
+ args: DeleteConfigurationSetEventDestinationCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (
457
+ err: any,
458
+ data?: DeleteConfigurationSetEventDestinationCommandOutput
459
+ ) => void
460
+ ): void;
461
+ deleteConfigurationSetTrackingOptions(
462
+ args: DeleteConfigurationSetTrackingOptionsCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<DeleteConfigurationSetTrackingOptionsCommandOutput>;
465
+ deleteConfigurationSetTrackingOptions(
466
+ args: DeleteConfigurationSetTrackingOptionsCommandInput,
467
+ cb: (
468
+ err: any,
469
+ data?: DeleteConfigurationSetTrackingOptionsCommandOutput
470
+ ) => void
471
+ ): void;
472
+ deleteConfigurationSetTrackingOptions(
473
+ args: DeleteConfigurationSetTrackingOptionsCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (
476
+ err: any,
477
+ data?: DeleteConfigurationSetTrackingOptionsCommandOutput
478
+ ) => void
479
+ ): void;
480
+ deleteCustomVerificationEmailTemplate(
481
+ args: DeleteCustomVerificationEmailTemplateCommandInput,
482
+ options?: __HttpHandlerOptions
483
+ ): Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
484
+ deleteCustomVerificationEmailTemplate(
485
+ args: DeleteCustomVerificationEmailTemplateCommandInput,
486
+ cb: (
487
+ err: any,
488
+ data?: DeleteCustomVerificationEmailTemplateCommandOutput
489
+ ) => void
490
+ ): void;
491
+ deleteCustomVerificationEmailTemplate(
492
+ args: DeleteCustomVerificationEmailTemplateCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (
495
+ err: any,
496
+ data?: DeleteCustomVerificationEmailTemplateCommandOutput
497
+ ) => void
498
+ ): void;
499
+ deleteIdentity(
500
+ args: DeleteIdentityCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<DeleteIdentityCommandOutput>;
503
+ deleteIdentity(
504
+ args: DeleteIdentityCommandInput,
505
+ cb: (err: any, data?: DeleteIdentityCommandOutput) => void
506
+ ): void;
507
+ deleteIdentity(
508
+ args: DeleteIdentityCommandInput,
509
+ options: __HttpHandlerOptions,
510
+ cb: (err: any, data?: DeleteIdentityCommandOutput) => void
511
+ ): void;
512
+ deleteIdentityPolicy(
513
+ args: DeleteIdentityPolicyCommandInput,
514
+ options?: __HttpHandlerOptions
515
+ ): Promise<DeleteIdentityPolicyCommandOutput>;
516
+ deleteIdentityPolicy(
517
+ args: DeleteIdentityPolicyCommandInput,
518
+ cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void
519
+ ): void;
520
+ deleteIdentityPolicy(
521
+ args: DeleteIdentityPolicyCommandInput,
522
+ options: __HttpHandlerOptions,
523
+ cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void
524
+ ): void;
525
+ deleteReceiptFilter(
526
+ args: DeleteReceiptFilterCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<DeleteReceiptFilterCommandOutput>;
529
+ deleteReceiptFilter(
530
+ args: DeleteReceiptFilterCommandInput,
531
+ cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void
532
+ ): void;
533
+ deleteReceiptFilter(
534
+ args: DeleteReceiptFilterCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void
537
+ ): void;
538
+ deleteReceiptRule(
539
+ args: DeleteReceiptRuleCommandInput,
540
+ options?: __HttpHandlerOptions
541
+ ): Promise<DeleteReceiptRuleCommandOutput>;
542
+ deleteReceiptRule(
543
+ args: DeleteReceiptRuleCommandInput,
544
+ cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void
545
+ ): void;
546
+ deleteReceiptRule(
547
+ args: DeleteReceiptRuleCommandInput,
548
+ options: __HttpHandlerOptions,
549
+ cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void
550
+ ): void;
551
+ deleteReceiptRuleSet(
552
+ args: DeleteReceiptRuleSetCommandInput,
553
+ options?: __HttpHandlerOptions
554
+ ): Promise<DeleteReceiptRuleSetCommandOutput>;
555
+ deleteReceiptRuleSet(
556
+ args: DeleteReceiptRuleSetCommandInput,
557
+ cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void
558
+ ): void;
559
+ deleteReceiptRuleSet(
560
+ args: DeleteReceiptRuleSetCommandInput,
561
+ options: __HttpHandlerOptions,
562
+ cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void
563
+ ): void;
564
+ deleteTemplate(
565
+ args: DeleteTemplateCommandInput,
566
+ options?: __HttpHandlerOptions
567
+ ): Promise<DeleteTemplateCommandOutput>;
568
+ deleteTemplate(
569
+ args: DeleteTemplateCommandInput,
570
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void
571
+ ): void;
572
+ deleteTemplate(
573
+ args: DeleteTemplateCommandInput,
574
+ options: __HttpHandlerOptions,
575
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void
576
+ ): void;
577
+ deleteVerifiedEmailAddress(
578
+ args: DeleteVerifiedEmailAddressCommandInput,
579
+ options?: __HttpHandlerOptions
580
+ ): Promise<DeleteVerifiedEmailAddressCommandOutput>;
581
+ deleteVerifiedEmailAddress(
582
+ args: DeleteVerifiedEmailAddressCommandInput,
583
+ cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void
584
+ ): void;
585
+ deleteVerifiedEmailAddress(
586
+ args: DeleteVerifiedEmailAddressCommandInput,
587
+ options: __HttpHandlerOptions,
588
+ cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void
589
+ ): void;
590
+ describeActiveReceiptRuleSet(): Promise<DescribeActiveReceiptRuleSetCommandOutput>;
591
+ describeActiveReceiptRuleSet(
592
+ args: DescribeActiveReceiptRuleSetCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<DescribeActiveReceiptRuleSetCommandOutput>;
595
+ describeActiveReceiptRuleSet(
596
+ args: DescribeActiveReceiptRuleSetCommandInput,
597
+ cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void
598
+ ): void;
599
+ describeActiveReceiptRuleSet(
600
+ args: DescribeActiveReceiptRuleSetCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void
603
+ ): void;
604
+ describeConfigurationSet(
605
+ args: DescribeConfigurationSetCommandInput,
606
+ options?: __HttpHandlerOptions
607
+ ): Promise<DescribeConfigurationSetCommandOutput>;
608
+ describeConfigurationSet(
609
+ args: DescribeConfigurationSetCommandInput,
610
+ cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void
611
+ ): void;
612
+ describeConfigurationSet(
613
+ args: DescribeConfigurationSetCommandInput,
614
+ options: __HttpHandlerOptions,
615
+ cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void
616
+ ): void;
617
+ describeReceiptRule(
618
+ args: DescribeReceiptRuleCommandInput,
619
+ options?: __HttpHandlerOptions
620
+ ): Promise<DescribeReceiptRuleCommandOutput>;
621
+ describeReceiptRule(
622
+ args: DescribeReceiptRuleCommandInput,
623
+ cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void
624
+ ): void;
625
+ describeReceiptRule(
626
+ args: DescribeReceiptRuleCommandInput,
627
+ options: __HttpHandlerOptions,
628
+ cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void
629
+ ): void;
630
+ describeReceiptRuleSet(
631
+ args: DescribeReceiptRuleSetCommandInput,
632
+ options?: __HttpHandlerOptions
633
+ ): Promise<DescribeReceiptRuleSetCommandOutput>;
634
+ describeReceiptRuleSet(
635
+ args: DescribeReceiptRuleSetCommandInput,
636
+ cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void
637
+ ): void;
638
+ describeReceiptRuleSet(
639
+ args: DescribeReceiptRuleSetCommandInput,
640
+ options: __HttpHandlerOptions,
641
+ cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void
642
+ ): void;
643
+ getAccountSendingEnabled(): Promise<GetAccountSendingEnabledCommandOutput>;
644
+ getAccountSendingEnabled(
645
+ args: GetAccountSendingEnabledCommandInput,
646
+ options?: __HttpHandlerOptions
647
+ ): Promise<GetAccountSendingEnabledCommandOutput>;
648
+ getAccountSendingEnabled(
649
+ args: GetAccountSendingEnabledCommandInput,
650
+ cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void
651
+ ): void;
652
+ getAccountSendingEnabled(
653
+ args: GetAccountSendingEnabledCommandInput,
654
+ options: __HttpHandlerOptions,
655
+ cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void
656
+ ): void;
657
+ getCustomVerificationEmailTemplate(
658
+ args: GetCustomVerificationEmailTemplateCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<GetCustomVerificationEmailTemplateCommandOutput>;
661
+ getCustomVerificationEmailTemplate(
662
+ args: GetCustomVerificationEmailTemplateCommandInput,
663
+ cb: (
664
+ err: any,
665
+ data?: GetCustomVerificationEmailTemplateCommandOutput
666
+ ) => void
667
+ ): void;
668
+ getCustomVerificationEmailTemplate(
669
+ args: GetCustomVerificationEmailTemplateCommandInput,
670
+ options: __HttpHandlerOptions,
671
+ cb: (
672
+ err: any,
673
+ data?: GetCustomVerificationEmailTemplateCommandOutput
674
+ ) => void
675
+ ): void;
676
+ getIdentityDkimAttributes(
677
+ args: GetIdentityDkimAttributesCommandInput,
678
+ options?: __HttpHandlerOptions
679
+ ): Promise<GetIdentityDkimAttributesCommandOutput>;
680
+ getIdentityDkimAttributes(
681
+ args: GetIdentityDkimAttributesCommandInput,
682
+ cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void
683
+ ): void;
684
+ getIdentityDkimAttributes(
685
+ args: GetIdentityDkimAttributesCommandInput,
686
+ options: __HttpHandlerOptions,
687
+ cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void
688
+ ): void;
689
+ getIdentityMailFromDomainAttributes(
690
+ args: GetIdentityMailFromDomainAttributesCommandInput,
691
+ options?: __HttpHandlerOptions
692
+ ): Promise<GetIdentityMailFromDomainAttributesCommandOutput>;
693
+ getIdentityMailFromDomainAttributes(
694
+ args: GetIdentityMailFromDomainAttributesCommandInput,
695
+ cb: (
696
+ err: any,
697
+ data?: GetIdentityMailFromDomainAttributesCommandOutput
698
+ ) => void
699
+ ): void;
700
+ getIdentityMailFromDomainAttributes(
701
+ args: GetIdentityMailFromDomainAttributesCommandInput,
702
+ options: __HttpHandlerOptions,
703
+ cb: (
704
+ err: any,
705
+ data?: GetIdentityMailFromDomainAttributesCommandOutput
706
+ ) => void
707
+ ): void;
708
+ getIdentityNotificationAttributes(
709
+ args: GetIdentityNotificationAttributesCommandInput,
710
+ options?: __HttpHandlerOptions
711
+ ): Promise<GetIdentityNotificationAttributesCommandOutput>;
712
+ getIdentityNotificationAttributes(
713
+ args: GetIdentityNotificationAttributesCommandInput,
714
+ cb: (
715
+ err: any,
716
+ data?: GetIdentityNotificationAttributesCommandOutput
717
+ ) => void
718
+ ): void;
719
+ getIdentityNotificationAttributes(
720
+ args: GetIdentityNotificationAttributesCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (
723
+ err: any,
724
+ data?: GetIdentityNotificationAttributesCommandOutput
725
+ ) => void
726
+ ): void;
727
+ getIdentityPolicies(
728
+ args: GetIdentityPoliciesCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<GetIdentityPoliciesCommandOutput>;
731
+ getIdentityPolicies(
732
+ args: GetIdentityPoliciesCommandInput,
733
+ cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void
734
+ ): void;
735
+ getIdentityPolicies(
736
+ args: GetIdentityPoliciesCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void
739
+ ): void;
740
+ getIdentityVerificationAttributes(
741
+ args: GetIdentityVerificationAttributesCommandInput,
742
+ options?: __HttpHandlerOptions
743
+ ): Promise<GetIdentityVerificationAttributesCommandOutput>;
744
+ getIdentityVerificationAttributes(
745
+ args: GetIdentityVerificationAttributesCommandInput,
746
+ cb: (
747
+ err: any,
748
+ data?: GetIdentityVerificationAttributesCommandOutput
749
+ ) => void
750
+ ): void;
751
+ getIdentityVerificationAttributes(
752
+ args: GetIdentityVerificationAttributesCommandInput,
753
+ options: __HttpHandlerOptions,
754
+ cb: (
755
+ err: any,
756
+ data?: GetIdentityVerificationAttributesCommandOutput
757
+ ) => void
758
+ ): void;
759
+ getSendQuota(): Promise<GetSendQuotaCommandOutput>;
760
+ getSendQuota(
761
+ args: GetSendQuotaCommandInput,
762
+ options?: __HttpHandlerOptions
763
+ ): Promise<GetSendQuotaCommandOutput>;
764
+ getSendQuota(
765
+ args: GetSendQuotaCommandInput,
766
+ cb: (err: any, data?: GetSendQuotaCommandOutput) => void
767
+ ): void;
768
+ getSendQuota(
769
+ args: GetSendQuotaCommandInput,
770
+ options: __HttpHandlerOptions,
771
+ cb: (err: any, data?: GetSendQuotaCommandOutput) => void
772
+ ): void;
773
+ getSendStatistics(): Promise<GetSendStatisticsCommandOutput>;
774
+ getSendStatistics(
775
+ args: GetSendStatisticsCommandInput,
776
+ options?: __HttpHandlerOptions
777
+ ): Promise<GetSendStatisticsCommandOutput>;
778
+ getSendStatistics(
779
+ args: GetSendStatisticsCommandInput,
780
+ cb: (err: any, data?: GetSendStatisticsCommandOutput) => void
781
+ ): void;
782
+ getSendStatistics(
783
+ args: GetSendStatisticsCommandInput,
784
+ options: __HttpHandlerOptions,
785
+ cb: (err: any, data?: GetSendStatisticsCommandOutput) => void
786
+ ): void;
787
+ getTemplate(
788
+ args: GetTemplateCommandInput,
789
+ options?: __HttpHandlerOptions
790
+ ): Promise<GetTemplateCommandOutput>;
791
+ getTemplate(
792
+ args: GetTemplateCommandInput,
793
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
794
+ ): void;
795
+ getTemplate(
796
+ args: GetTemplateCommandInput,
797
+ options: __HttpHandlerOptions,
798
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
799
+ ): void;
800
+ listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
801
+ listConfigurationSets(
802
+ args: ListConfigurationSetsCommandInput,
803
+ options?: __HttpHandlerOptions
804
+ ): Promise<ListConfigurationSetsCommandOutput>;
805
+ listConfigurationSets(
806
+ args: ListConfigurationSetsCommandInput,
807
+ cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
808
+ ): void;
809
+ listConfigurationSets(
810
+ args: ListConfigurationSetsCommandInput,
811
+ options: __HttpHandlerOptions,
812
+ cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
813
+ ): void;
814
+ listCustomVerificationEmailTemplates(): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
815
+ listCustomVerificationEmailTemplates(
816
+ args: ListCustomVerificationEmailTemplatesCommandInput,
817
+ options?: __HttpHandlerOptions
818
+ ): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
819
+ listCustomVerificationEmailTemplates(
820
+ args: ListCustomVerificationEmailTemplatesCommandInput,
821
+ cb: (
822
+ err: any,
823
+ data?: ListCustomVerificationEmailTemplatesCommandOutput
824
+ ) => void
825
+ ): void;
826
+ listCustomVerificationEmailTemplates(
827
+ args: ListCustomVerificationEmailTemplatesCommandInput,
828
+ options: __HttpHandlerOptions,
829
+ cb: (
830
+ err: any,
831
+ data?: ListCustomVerificationEmailTemplatesCommandOutput
832
+ ) => void
833
+ ): void;
834
+ listIdentities(): Promise<ListIdentitiesCommandOutput>;
835
+ listIdentities(
836
+ args: ListIdentitiesCommandInput,
837
+ options?: __HttpHandlerOptions
838
+ ): Promise<ListIdentitiesCommandOutput>;
839
+ listIdentities(
840
+ args: ListIdentitiesCommandInput,
841
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void
842
+ ): void;
843
+ listIdentities(
844
+ args: ListIdentitiesCommandInput,
845
+ options: __HttpHandlerOptions,
846
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void
847
+ ): void;
848
+ listIdentityPolicies(
849
+ args: ListIdentityPoliciesCommandInput,
850
+ options?: __HttpHandlerOptions
851
+ ): Promise<ListIdentityPoliciesCommandOutput>;
852
+ listIdentityPolicies(
853
+ args: ListIdentityPoliciesCommandInput,
854
+ cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void
855
+ ): void;
856
+ listIdentityPolicies(
857
+ args: ListIdentityPoliciesCommandInput,
858
+ options: __HttpHandlerOptions,
859
+ cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void
860
+ ): void;
861
+ listReceiptFilters(): Promise<ListReceiptFiltersCommandOutput>;
862
+ listReceiptFilters(
863
+ args: ListReceiptFiltersCommandInput,
864
+ options?: __HttpHandlerOptions
865
+ ): Promise<ListReceiptFiltersCommandOutput>;
866
+ listReceiptFilters(
867
+ args: ListReceiptFiltersCommandInput,
868
+ cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void
869
+ ): void;
870
+ listReceiptFilters(
871
+ args: ListReceiptFiltersCommandInput,
872
+ options: __HttpHandlerOptions,
873
+ cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void
874
+ ): void;
875
+ listReceiptRuleSets(): Promise<ListReceiptRuleSetsCommandOutput>;
876
+ listReceiptRuleSets(
877
+ args: ListReceiptRuleSetsCommandInput,
878
+ options?: __HttpHandlerOptions
879
+ ): Promise<ListReceiptRuleSetsCommandOutput>;
880
+ listReceiptRuleSets(
881
+ args: ListReceiptRuleSetsCommandInput,
882
+ cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void
883
+ ): void;
884
+ listReceiptRuleSets(
885
+ args: ListReceiptRuleSetsCommandInput,
886
+ options: __HttpHandlerOptions,
887
+ cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void
888
+ ): void;
889
+ listTemplates(): Promise<ListTemplatesCommandOutput>;
890
+ listTemplates(
891
+ args: ListTemplatesCommandInput,
892
+ options?: __HttpHandlerOptions
893
+ ): Promise<ListTemplatesCommandOutput>;
894
+ listTemplates(
895
+ args: ListTemplatesCommandInput,
896
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
897
+ ): void;
898
+ listTemplates(
899
+ args: ListTemplatesCommandInput,
900
+ options: __HttpHandlerOptions,
901
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
902
+ ): void;
903
+ listVerifiedEmailAddresses(): Promise<ListVerifiedEmailAddressesCommandOutput>;
904
+ listVerifiedEmailAddresses(
905
+ args: ListVerifiedEmailAddressesCommandInput,
906
+ options?: __HttpHandlerOptions
907
+ ): Promise<ListVerifiedEmailAddressesCommandOutput>;
908
+ listVerifiedEmailAddresses(
909
+ args: ListVerifiedEmailAddressesCommandInput,
910
+ cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void
911
+ ): void;
912
+ listVerifiedEmailAddresses(
913
+ args: ListVerifiedEmailAddressesCommandInput,
914
+ options: __HttpHandlerOptions,
915
+ cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void
916
+ ): void;
917
+ putConfigurationSetDeliveryOptions(
918
+ args: PutConfigurationSetDeliveryOptionsCommandInput,
919
+ options?: __HttpHandlerOptions
920
+ ): Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
921
+ putConfigurationSetDeliveryOptions(
922
+ args: PutConfigurationSetDeliveryOptionsCommandInput,
923
+ cb: (
924
+ err: any,
925
+ data?: PutConfigurationSetDeliveryOptionsCommandOutput
926
+ ) => void
927
+ ): void;
928
+ putConfigurationSetDeliveryOptions(
929
+ args: PutConfigurationSetDeliveryOptionsCommandInput,
930
+ options: __HttpHandlerOptions,
931
+ cb: (
932
+ err: any,
933
+ data?: PutConfigurationSetDeliveryOptionsCommandOutput
934
+ ) => void
935
+ ): void;
936
+ putIdentityPolicy(
937
+ args: PutIdentityPolicyCommandInput,
938
+ options?: __HttpHandlerOptions
939
+ ): Promise<PutIdentityPolicyCommandOutput>;
940
+ putIdentityPolicy(
941
+ args: PutIdentityPolicyCommandInput,
942
+ cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void
943
+ ): void;
944
+ putIdentityPolicy(
945
+ args: PutIdentityPolicyCommandInput,
946
+ options: __HttpHandlerOptions,
947
+ cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void
948
+ ): void;
949
+ reorderReceiptRuleSet(
950
+ args: ReorderReceiptRuleSetCommandInput,
951
+ options?: __HttpHandlerOptions
952
+ ): Promise<ReorderReceiptRuleSetCommandOutput>;
953
+ reorderReceiptRuleSet(
954
+ args: ReorderReceiptRuleSetCommandInput,
955
+ cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void
956
+ ): void;
957
+ reorderReceiptRuleSet(
958
+ args: ReorderReceiptRuleSetCommandInput,
959
+ options: __HttpHandlerOptions,
960
+ cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void
961
+ ): void;
962
+ sendBounce(
963
+ args: SendBounceCommandInput,
964
+ options?: __HttpHandlerOptions
965
+ ): Promise<SendBounceCommandOutput>;
966
+ sendBounce(
967
+ args: SendBounceCommandInput,
968
+ cb: (err: any, data?: SendBounceCommandOutput) => void
969
+ ): void;
970
+ sendBounce(
971
+ args: SendBounceCommandInput,
972
+ options: __HttpHandlerOptions,
973
+ cb: (err: any, data?: SendBounceCommandOutput) => void
974
+ ): void;
975
+ sendBulkTemplatedEmail(
976
+ args: SendBulkTemplatedEmailCommandInput,
977
+ options?: __HttpHandlerOptions
978
+ ): Promise<SendBulkTemplatedEmailCommandOutput>;
979
+ sendBulkTemplatedEmail(
980
+ args: SendBulkTemplatedEmailCommandInput,
981
+ cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void
982
+ ): void;
983
+ sendBulkTemplatedEmail(
984
+ args: SendBulkTemplatedEmailCommandInput,
985
+ options: __HttpHandlerOptions,
986
+ cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void
987
+ ): void;
988
+ sendCustomVerificationEmail(
989
+ args: SendCustomVerificationEmailCommandInput,
990
+ options?: __HttpHandlerOptions
991
+ ): Promise<SendCustomVerificationEmailCommandOutput>;
992
+ sendCustomVerificationEmail(
993
+ args: SendCustomVerificationEmailCommandInput,
994
+ cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
995
+ ): void;
996
+ sendCustomVerificationEmail(
997
+ args: SendCustomVerificationEmailCommandInput,
998
+ options: __HttpHandlerOptions,
999
+ cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
1000
+ ): void;
1001
+ sendEmail(
1002
+ args: SendEmailCommandInput,
1003
+ options?: __HttpHandlerOptions
1004
+ ): Promise<SendEmailCommandOutput>;
1005
+ sendEmail(
1006
+ args: SendEmailCommandInput,
1007
+ cb: (err: any, data?: SendEmailCommandOutput) => void
1008
+ ): void;
1009
+ sendEmail(
1010
+ args: SendEmailCommandInput,
1011
+ options: __HttpHandlerOptions,
1012
+ cb: (err: any, data?: SendEmailCommandOutput) => void
1013
+ ): void;
1014
+ sendRawEmail(
1015
+ args: SendRawEmailCommandInput,
1016
+ options?: __HttpHandlerOptions
1017
+ ): Promise<SendRawEmailCommandOutput>;
1018
+ sendRawEmail(
1019
+ args: SendRawEmailCommandInput,
1020
+ cb: (err: any, data?: SendRawEmailCommandOutput) => void
1021
+ ): void;
1022
+ sendRawEmail(
1023
+ args: SendRawEmailCommandInput,
1024
+ options: __HttpHandlerOptions,
1025
+ cb: (err: any, data?: SendRawEmailCommandOutput) => void
1026
+ ): void;
1027
+ sendTemplatedEmail(
1028
+ args: SendTemplatedEmailCommandInput,
1029
+ options?: __HttpHandlerOptions
1030
+ ): Promise<SendTemplatedEmailCommandOutput>;
1031
+ sendTemplatedEmail(
1032
+ args: SendTemplatedEmailCommandInput,
1033
+ cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void
1034
+ ): void;
1035
+ sendTemplatedEmail(
1036
+ args: SendTemplatedEmailCommandInput,
1037
+ options: __HttpHandlerOptions,
1038
+ cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void
1039
+ ): void;
1040
+ setActiveReceiptRuleSet(): Promise<SetActiveReceiptRuleSetCommandOutput>;
1041
+ setActiveReceiptRuleSet(
1042
+ args: SetActiveReceiptRuleSetCommandInput,
1043
+ options?: __HttpHandlerOptions
1044
+ ): Promise<SetActiveReceiptRuleSetCommandOutput>;
1045
+ setActiveReceiptRuleSet(
1046
+ args: SetActiveReceiptRuleSetCommandInput,
1047
+ cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void
1048
+ ): void;
1049
+ setActiveReceiptRuleSet(
1050
+ args: SetActiveReceiptRuleSetCommandInput,
1051
+ options: __HttpHandlerOptions,
1052
+ cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void
1053
+ ): void;
1054
+ setIdentityDkimEnabled(
1055
+ args: SetIdentityDkimEnabledCommandInput,
1056
+ options?: __HttpHandlerOptions
1057
+ ): Promise<SetIdentityDkimEnabledCommandOutput>;
1058
+ setIdentityDkimEnabled(
1059
+ args: SetIdentityDkimEnabledCommandInput,
1060
+ cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void
1061
+ ): void;
1062
+ setIdentityDkimEnabled(
1063
+ args: SetIdentityDkimEnabledCommandInput,
1064
+ options: __HttpHandlerOptions,
1065
+ cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void
1066
+ ): void;
1067
+ setIdentityFeedbackForwardingEnabled(
1068
+ args: SetIdentityFeedbackForwardingEnabledCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<SetIdentityFeedbackForwardingEnabledCommandOutput>;
1071
+ setIdentityFeedbackForwardingEnabled(
1072
+ args: SetIdentityFeedbackForwardingEnabledCommandInput,
1073
+ cb: (
1074
+ err: any,
1075
+ data?: SetIdentityFeedbackForwardingEnabledCommandOutput
1076
+ ) => void
1077
+ ): void;
1078
+ setIdentityFeedbackForwardingEnabled(
1079
+ args: SetIdentityFeedbackForwardingEnabledCommandInput,
1080
+ options: __HttpHandlerOptions,
1081
+ cb: (
1082
+ err: any,
1083
+ data?: SetIdentityFeedbackForwardingEnabledCommandOutput
1084
+ ) => void
1085
+ ): void;
1086
+ setIdentityHeadersInNotificationsEnabled(
1087
+ args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1088
+ options?: __HttpHandlerOptions
1089
+ ): Promise<SetIdentityHeadersInNotificationsEnabledCommandOutput>;
1090
+ setIdentityHeadersInNotificationsEnabled(
1091
+ args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1092
+ cb: (
1093
+ err: any,
1094
+ data?: SetIdentityHeadersInNotificationsEnabledCommandOutput
1095
+ ) => void
1096
+ ): void;
1097
+ setIdentityHeadersInNotificationsEnabled(
1098
+ args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1099
+ options: __HttpHandlerOptions,
1100
+ cb: (
1101
+ err: any,
1102
+ data?: SetIdentityHeadersInNotificationsEnabledCommandOutput
1103
+ ) => void
1104
+ ): void;
1105
+ setIdentityMailFromDomain(
1106
+ args: SetIdentityMailFromDomainCommandInput,
1107
+ options?: __HttpHandlerOptions
1108
+ ): Promise<SetIdentityMailFromDomainCommandOutput>;
1109
+ setIdentityMailFromDomain(
1110
+ args: SetIdentityMailFromDomainCommandInput,
1111
+ cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void
1112
+ ): void;
1113
+ setIdentityMailFromDomain(
1114
+ args: SetIdentityMailFromDomainCommandInput,
1115
+ options: __HttpHandlerOptions,
1116
+ cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void
1117
+ ): void;
1118
+ setIdentityNotificationTopic(
1119
+ args: SetIdentityNotificationTopicCommandInput,
1120
+ options?: __HttpHandlerOptions
1121
+ ): Promise<SetIdentityNotificationTopicCommandOutput>;
1122
+ setIdentityNotificationTopic(
1123
+ args: SetIdentityNotificationTopicCommandInput,
1124
+ cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void
1125
+ ): void;
1126
+ setIdentityNotificationTopic(
1127
+ args: SetIdentityNotificationTopicCommandInput,
1128
+ options: __HttpHandlerOptions,
1129
+ cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void
1130
+ ): void;
1131
+ setReceiptRulePosition(
1132
+ args: SetReceiptRulePositionCommandInput,
1133
+ options?: __HttpHandlerOptions
1134
+ ): Promise<SetReceiptRulePositionCommandOutput>;
1135
+ setReceiptRulePosition(
1136
+ args: SetReceiptRulePositionCommandInput,
1137
+ cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void
1138
+ ): void;
1139
+ setReceiptRulePosition(
1140
+ args: SetReceiptRulePositionCommandInput,
1141
+ options: __HttpHandlerOptions,
1142
+ cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void
1143
+ ): void;
1144
+ testRenderTemplate(
1145
+ args: TestRenderTemplateCommandInput,
1146
+ options?: __HttpHandlerOptions
1147
+ ): Promise<TestRenderTemplateCommandOutput>;
1148
+ testRenderTemplate(
1149
+ args: TestRenderTemplateCommandInput,
1150
+ cb: (err: any, data?: TestRenderTemplateCommandOutput) => void
1151
+ ): void;
1152
+ testRenderTemplate(
1153
+ args: TestRenderTemplateCommandInput,
1154
+ options: __HttpHandlerOptions,
1155
+ cb: (err: any, data?: TestRenderTemplateCommandOutput) => void
1156
+ ): void;
1157
+ updateAccountSendingEnabled(): Promise<UpdateAccountSendingEnabledCommandOutput>;
1158
+ updateAccountSendingEnabled(
1159
+ args: UpdateAccountSendingEnabledCommandInput,
1160
+ options?: __HttpHandlerOptions
1161
+ ): Promise<UpdateAccountSendingEnabledCommandOutput>;
1162
+ updateAccountSendingEnabled(
1163
+ args: UpdateAccountSendingEnabledCommandInput,
1164
+ cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void
1165
+ ): void;
1166
+ updateAccountSendingEnabled(
1167
+ args: UpdateAccountSendingEnabledCommandInput,
1168
+ options: __HttpHandlerOptions,
1169
+ cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void
1170
+ ): void;
1171
+ updateConfigurationSetEventDestination(
1172
+ args: UpdateConfigurationSetEventDestinationCommandInput,
1173
+ options?: __HttpHandlerOptions
1174
+ ): Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
1175
+ updateConfigurationSetEventDestination(
1176
+ args: UpdateConfigurationSetEventDestinationCommandInput,
1177
+ cb: (
1178
+ err: any,
1179
+ data?: UpdateConfigurationSetEventDestinationCommandOutput
1180
+ ) => void
1181
+ ): void;
1182
+ updateConfigurationSetEventDestination(
1183
+ args: UpdateConfigurationSetEventDestinationCommandInput,
1184
+ options: __HttpHandlerOptions,
1185
+ cb: (
1186
+ err: any,
1187
+ data?: UpdateConfigurationSetEventDestinationCommandOutput
1188
+ ) => void
1189
+ ): void;
1190
+ updateConfigurationSetReputationMetricsEnabled(
1191
+ args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1192
+ options?: __HttpHandlerOptions
1193
+ ): Promise<UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
1194
+ updateConfigurationSetReputationMetricsEnabled(
1195
+ args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1196
+ cb: (
1197
+ err: any,
1198
+ data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput
1199
+ ) => void
1200
+ ): void;
1201
+ updateConfigurationSetReputationMetricsEnabled(
1202
+ args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1203
+ options: __HttpHandlerOptions,
1204
+ cb: (
1205
+ err: any,
1206
+ data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput
1207
+ ) => void
1208
+ ): void;
1209
+ updateConfigurationSetSendingEnabled(
1210
+ args: UpdateConfigurationSetSendingEnabledCommandInput,
1211
+ options?: __HttpHandlerOptions
1212
+ ): Promise<UpdateConfigurationSetSendingEnabledCommandOutput>;
1213
+ updateConfigurationSetSendingEnabled(
1214
+ args: UpdateConfigurationSetSendingEnabledCommandInput,
1215
+ cb: (
1216
+ err: any,
1217
+ data?: UpdateConfigurationSetSendingEnabledCommandOutput
1218
+ ) => void
1219
+ ): void;
1220
+ updateConfigurationSetSendingEnabled(
1221
+ args: UpdateConfigurationSetSendingEnabledCommandInput,
1222
+ options: __HttpHandlerOptions,
1223
+ cb: (
1224
+ err: any,
1225
+ data?: UpdateConfigurationSetSendingEnabledCommandOutput
1226
+ ) => void
1227
+ ): void;
1228
+ updateConfigurationSetTrackingOptions(
1229
+ args: UpdateConfigurationSetTrackingOptionsCommandInput,
1230
+ options?: __HttpHandlerOptions
1231
+ ): Promise<UpdateConfigurationSetTrackingOptionsCommandOutput>;
1232
+ updateConfigurationSetTrackingOptions(
1233
+ args: UpdateConfigurationSetTrackingOptionsCommandInput,
1234
+ cb: (
1235
+ err: any,
1236
+ data?: UpdateConfigurationSetTrackingOptionsCommandOutput
1237
+ ) => void
1238
+ ): void;
1239
+ updateConfigurationSetTrackingOptions(
1240
+ args: UpdateConfigurationSetTrackingOptionsCommandInput,
1241
+ options: __HttpHandlerOptions,
1242
+ cb: (
1243
+ err: any,
1244
+ data?: UpdateConfigurationSetTrackingOptionsCommandOutput
1245
+ ) => void
1246
+ ): void;
1247
+ updateCustomVerificationEmailTemplate(
1248
+ args: UpdateCustomVerificationEmailTemplateCommandInput,
1249
+ options?: __HttpHandlerOptions
1250
+ ): Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
1251
+ updateCustomVerificationEmailTemplate(
1252
+ args: UpdateCustomVerificationEmailTemplateCommandInput,
1253
+ cb: (
1254
+ err: any,
1255
+ data?: UpdateCustomVerificationEmailTemplateCommandOutput
1256
+ ) => void
1257
+ ): void;
1258
+ updateCustomVerificationEmailTemplate(
1259
+ args: UpdateCustomVerificationEmailTemplateCommandInput,
1260
+ options: __HttpHandlerOptions,
1261
+ cb: (
1262
+ err: any,
1263
+ data?: UpdateCustomVerificationEmailTemplateCommandOutput
1264
+ ) => void
1265
+ ): void;
1266
+ updateReceiptRule(
1267
+ args: UpdateReceiptRuleCommandInput,
1268
+ options?: __HttpHandlerOptions
1269
+ ): Promise<UpdateReceiptRuleCommandOutput>;
1270
+ updateReceiptRule(
1271
+ args: UpdateReceiptRuleCommandInput,
1272
+ cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void
1273
+ ): void;
1274
+ updateReceiptRule(
1275
+ args: UpdateReceiptRuleCommandInput,
1276
+ options: __HttpHandlerOptions,
1277
+ cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void
1278
+ ): void;
1279
+ updateTemplate(
1280
+ args: UpdateTemplateCommandInput,
1281
+ options?: __HttpHandlerOptions
1282
+ ): Promise<UpdateTemplateCommandOutput>;
1283
+ updateTemplate(
1284
+ args: UpdateTemplateCommandInput,
1285
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void
1286
+ ): void;
1287
+ updateTemplate(
1288
+ args: UpdateTemplateCommandInput,
1289
+ options: __HttpHandlerOptions,
1290
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void
1291
+ ): void;
1292
+ verifyDomainDkim(
1293
+ args: VerifyDomainDkimCommandInput,
1294
+ options?: __HttpHandlerOptions
1295
+ ): Promise<VerifyDomainDkimCommandOutput>;
1296
+ verifyDomainDkim(
1297
+ args: VerifyDomainDkimCommandInput,
1298
+ cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void
1299
+ ): void;
1300
+ verifyDomainDkim(
1301
+ args: VerifyDomainDkimCommandInput,
1302
+ options: __HttpHandlerOptions,
1303
+ cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void
1304
+ ): void;
1305
+ verifyDomainIdentity(
1306
+ args: VerifyDomainIdentityCommandInput,
1307
+ options?: __HttpHandlerOptions
1308
+ ): Promise<VerifyDomainIdentityCommandOutput>;
1309
+ verifyDomainIdentity(
1310
+ args: VerifyDomainIdentityCommandInput,
1311
+ cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void
1312
+ ): void;
1313
+ verifyDomainIdentity(
1314
+ args: VerifyDomainIdentityCommandInput,
1315
+ options: __HttpHandlerOptions,
1316
+ cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void
1317
+ ): void;
1318
+ verifyEmailAddress(
1319
+ args: VerifyEmailAddressCommandInput,
1320
+ options?: __HttpHandlerOptions
1321
+ ): Promise<VerifyEmailAddressCommandOutput>;
1322
+ verifyEmailAddress(
1323
+ args: VerifyEmailAddressCommandInput,
1324
+ cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void
1325
+ ): void;
1326
+ verifyEmailAddress(
1327
+ args: VerifyEmailAddressCommandInput,
1328
+ options: __HttpHandlerOptions,
1329
+ cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void
1330
+ ): void;
1331
+ verifyEmailIdentity(
1332
+ args: VerifyEmailIdentityCommandInput,
1333
+ options?: __HttpHandlerOptions
1334
+ ): Promise<VerifyEmailIdentityCommandOutput>;
1335
+ verifyEmailIdentity(
1336
+ args: VerifyEmailIdentityCommandInput,
1337
+ cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void
1338
+ ): void;
1339
+ verifyEmailIdentity(
1340
+ args: VerifyEmailIdentityCommandInput,
1341
+ options: __HttpHandlerOptions,
1342
+ cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void
1343
+ ): void;
1344
+ paginateListCustomVerificationEmailTemplates(
1345
+ args?: ListCustomVerificationEmailTemplatesCommandInput,
1346
+ paginationConfig?: Pick<
1347
+ PaginationConfiguration,
1348
+ Exclude<keyof PaginationConfiguration, "client">
1349
+ >
1350
+ ): Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
1351
+ paginateListIdentities(
1352
+ args?: ListIdentitiesCommandInput,
1353
+ paginationConfig?: Pick<
1354
+ PaginationConfiguration,
1355
+ Exclude<keyof PaginationConfiguration, "client">
1356
+ >
1357
+ ): Paginator<ListIdentitiesCommandOutput>;
1358
+ waitUntilIdentityExists(
1359
+ args: GetIdentityVerificationAttributesCommandInput,
1360
+ waiterConfig:
1361
+ | number
1362
+ | Pick<
1363
+ WaiterConfiguration<SES>,
1364
+ Exclude<keyof WaiterConfiguration<SES>, "client">
1365
+ >
1366
+ ): Promise<WaiterResult>;
1367
+ }
1368
+ export declare class SES extends SESClient implements SES {}