@aws-sdk/client-sesv2 3.32.0 → 3.36.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 (1153) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +2 -15
  3. package/dist-cjs/SESv2.js +1232 -0
  4. package/dist-cjs/SESv2Client.js +50 -0
  5. package/dist-cjs/commands/CreateConfigurationSetCommand.js +64 -0
  6. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +66 -0
  7. package/dist-cjs/commands/CreateContactCommand.js +61 -0
  8. package/dist-cjs/commands/CreateContactListCommand.js +60 -0
  9. package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +63 -0
  10. package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +63 -0
  11. package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +66 -0
  12. package/dist-cjs/commands/CreateEmailIdentityCommand.js +85 -0
  13. package/dist-cjs/commands/CreateEmailIdentityPolicyCommand.js +71 -0
  14. package/dist-cjs/commands/CreateEmailTemplateCommand.js +63 -0
  15. package/dist-cjs/commands/CreateImportJobCommand.js +60 -0
  16. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +65 -0
  17. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +66 -0
  18. package/dist-cjs/commands/DeleteContactCommand.js +60 -0
  19. package/dist-cjs/commands/DeleteContactListCommand.js +60 -0
  20. package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +63 -0
  21. package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +60 -0
  22. package/dist-cjs/commands/DeleteEmailIdentityCommand.js +61 -0
  23. package/dist-cjs/commands/DeleteEmailIdentityPolicyCommand.js +72 -0
  24. package/dist-cjs/commands/DeleteEmailTemplateCommand.js +62 -0
  25. package/dist-cjs/commands/DeleteSuppressedDestinationCommand.js +60 -0
  26. package/dist-cjs/commands/GetAccountCommand.js +61 -0
  27. package/dist-cjs/commands/GetBlacklistReportsCommand.js +60 -0
  28. package/dist-cjs/commands/GetConfigurationSetCommand.js +67 -0
  29. package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +67 -0
  30. package/dist-cjs/commands/GetContactCommand.js +60 -0
  31. package/dist-cjs/commands/GetContactListCommand.js +61 -0
  32. package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +64 -0
  33. package/dist-cjs/commands/GetDedicatedIpCommand.js +62 -0
  34. package/dist-cjs/commands/GetDedicatedIpsCommand.js +61 -0
  35. package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +67 -0
  36. package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +60 -0
  37. package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +62 -0
  38. package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +61 -0
  39. package/dist-cjs/commands/GetEmailIdentityCommand.js +62 -0
  40. package/dist-cjs/commands/GetEmailIdentityPoliciesCommand.js +71 -0
  41. package/dist-cjs/commands/GetEmailTemplateCommand.js +63 -0
  42. package/dist-cjs/commands/GetImportJobCommand.js +60 -0
  43. package/dist-cjs/commands/GetSuppressedDestinationCommand.js +61 -0
  44. package/dist-cjs/commands/ListConfigurationSetsCommand.js +66 -0
  45. package/dist-cjs/commands/ListContactListsCommand.js +60 -0
  46. package/dist-cjs/commands/ListContactsCommand.js +60 -0
  47. package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +64 -0
  48. package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +61 -0
  49. package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +62 -0
  50. package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +62 -0
  51. package/dist-cjs/commands/ListEmailIdentitiesCommand.js +63 -0
  52. package/dist-cjs/commands/ListEmailTemplatesCommand.js +63 -0
  53. package/dist-cjs/commands/ListImportJobsCommand.js +60 -0
  54. package/dist-cjs/commands/ListSuppressedDestinationsCommand.js +61 -0
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  56. package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +60 -0
  57. package/dist-cjs/commands/PutAccountDetailsCommand.js +60 -0
  58. package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +60 -0
  59. package/dist-cjs/commands/PutAccountSuppressionAttributesCommand.js +60 -0
  60. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +61 -0
  61. package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +61 -0
  62. package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +61 -0
  63. package/dist-cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +60 -0
  64. package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +61 -0
  65. package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +69 -0
  66. package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +60 -0
  67. package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +66 -0
  68. package/dist-cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +60 -0
  69. package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +60 -0
  70. package/dist-cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +82 -0
  71. package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +69 -0
  72. package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +61 -0
  73. package/dist-cjs/commands/PutSuppressedDestinationCommand.js +60 -0
  74. package/dist-cjs/commands/SendBulkEmailCommand.js +60 -0
  75. package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +67 -0
  76. package/dist-cjs/commands/SendEmailCommand.js +83 -0
  77. package/dist-cjs/commands/TagResourceCommand.js +68 -0
  78. package/dist-cjs/commands/TestRenderEmailTemplateCommand.js +63 -0
  79. package/dist-cjs/commands/UntagResourceCommand.js +60 -0
  80. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +66 -0
  81. package/dist-cjs/commands/UpdateContactCommand.js +62 -0
  82. package/dist-cjs/commands/UpdateContactListCommand.js +60 -0
  83. package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +63 -0
  84. package/dist-cjs/commands/UpdateEmailIdentityPolicyCommand.js +72 -0
  85. package/dist-cjs/commands/UpdateEmailTemplateCommand.js +63 -0
  86. package/dist-cjs/endpoints.js +61 -0
  87. package/dist-cjs/index.js +100 -0
  88. package/dist-cjs/models/index.js +4 -0
  89. package/dist-cjs/models/models_0.js +2321 -0
  90. package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +45 -0
  91. package/dist-cjs/pagination/Interfaces.js +2 -0
  92. package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +45 -0
  93. package/dist-cjs/pagination/ListContactListsPaginator.js +45 -0
  94. package/dist-cjs/pagination/ListContactsPaginator.js +45 -0
  95. package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +45 -0
  96. package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +45 -0
  97. package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +45 -0
  98. package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +45 -0
  99. package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +45 -0
  100. package/dist-cjs/pagination/ListEmailTemplatesPaginator.js +45 -0
  101. package/dist-cjs/pagination/ListImportJobsPaginator.js +45 -0
  102. package/dist-cjs/pagination/ListSuppressedDestinationsPaginator.js +45 -0
  103. package/dist-cjs/protocols/Aws_restJson1.js +9370 -0
  104. package/dist-cjs/runtimeConfig.browser.js +41 -0
  105. package/dist-cjs/runtimeConfig.js +46 -0
  106. package/dist-cjs/runtimeConfig.native.js +19 -0
  107. package/dist-cjs/runtimeConfig.shared.js +20 -0
  108. package/dist-es/SESv2.js +1225 -0
  109. package/dist-es/SESv2Client.js +37 -0
  110. package/dist-es/commands/CreateConfigurationSetCommand.js +39 -0
  111. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +39 -0
  112. package/dist-es/commands/CreateContactCommand.js +39 -0
  113. package/dist-es/commands/CreateContactListCommand.js +39 -0
  114. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +39 -0
  115. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +39 -0
  116. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +39 -0
  117. package/dist-es/commands/CreateEmailIdentityCommand.js +39 -0
  118. package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +39 -0
  119. package/dist-es/commands/CreateEmailTemplateCommand.js +39 -0
  120. package/dist-es/commands/CreateImportJobCommand.js +39 -0
  121. package/dist-es/commands/DeleteConfigurationSetCommand.js +39 -0
  122. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +39 -0
  123. package/dist-es/commands/DeleteContactCommand.js +39 -0
  124. package/dist-es/commands/DeleteContactListCommand.js +39 -0
  125. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +39 -0
  126. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +39 -0
  127. package/dist-es/commands/DeleteEmailIdentityCommand.js +39 -0
  128. package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +39 -0
  129. package/dist-es/commands/DeleteEmailTemplateCommand.js +39 -0
  130. package/dist-es/commands/DeleteSuppressedDestinationCommand.js +39 -0
  131. package/dist-es/commands/GetAccountCommand.js +39 -0
  132. package/dist-es/commands/GetBlacklistReportsCommand.js +39 -0
  133. package/dist-es/commands/GetConfigurationSetCommand.js +39 -0
  134. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +39 -0
  135. package/dist-es/commands/GetContactCommand.js +39 -0
  136. package/dist-es/commands/GetContactListCommand.js +39 -0
  137. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +39 -0
  138. package/dist-es/commands/GetDedicatedIpCommand.js +39 -0
  139. package/dist-es/commands/GetDedicatedIpsCommand.js +39 -0
  140. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +39 -0
  141. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +39 -0
  142. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +39 -0
  143. package/dist-es/commands/GetDomainStatisticsReportCommand.js +39 -0
  144. package/dist-es/commands/GetEmailIdentityCommand.js +39 -0
  145. package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +39 -0
  146. package/dist-es/commands/GetEmailTemplateCommand.js +39 -0
  147. package/dist-es/commands/GetImportJobCommand.js +39 -0
  148. package/dist-es/commands/GetSuppressedDestinationCommand.js +39 -0
  149. package/dist-es/commands/ListConfigurationSetsCommand.js +39 -0
  150. package/dist-es/commands/ListContactListsCommand.js +39 -0
  151. package/dist-es/commands/ListContactsCommand.js +39 -0
  152. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +39 -0
  153. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +39 -0
  154. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +39 -0
  155. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +39 -0
  156. package/dist-es/commands/ListEmailIdentitiesCommand.js +39 -0
  157. package/dist-es/commands/ListEmailTemplatesCommand.js +39 -0
  158. package/dist-es/commands/ListImportJobsCommand.js +39 -0
  159. package/dist-es/commands/ListSuppressedDestinationsCommand.js +39 -0
  160. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  161. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +39 -0
  162. package/dist-es/commands/PutAccountDetailsCommand.js +39 -0
  163. package/dist-es/commands/PutAccountSendingAttributesCommand.js +39 -0
  164. package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +39 -0
  165. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +39 -0
  166. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +39 -0
  167. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +39 -0
  168. package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +39 -0
  169. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +39 -0
  170. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +39 -0
  171. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +39 -0
  172. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +39 -0
  173. package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +39 -0
  174. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +39 -0
  175. package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +39 -0
  176. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +39 -0
  177. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +39 -0
  178. package/dist-es/commands/PutSuppressedDestinationCommand.js +39 -0
  179. package/dist-es/commands/SendBulkEmailCommand.js +39 -0
  180. package/dist-es/commands/SendCustomVerificationEmailCommand.js +39 -0
  181. package/dist-es/commands/SendEmailCommand.js +39 -0
  182. package/dist-es/commands/TagResourceCommand.js +39 -0
  183. package/dist-es/commands/TestRenderEmailTemplateCommand.js +39 -0
  184. package/dist-es/commands/UntagResourceCommand.js +39 -0
  185. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +39 -0
  186. package/dist-es/commands/UpdateContactCommand.js +39 -0
  187. package/dist-es/commands/UpdateContactListCommand.js +39 -0
  188. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +39 -0
  189. package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +39 -0
  190. package/dist-es/commands/UpdateEmailTemplateCommand.js +39 -0
  191. package/dist-es/endpoints.js +57 -0
  192. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  193. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  194. package/dist-es/models/models_0.js +1109 -0
  195. package/dist-es/pagination/GetDedicatedIpsPaginator.js +74 -0
  196. package/dist-es/pagination/Interfaces.js +1 -0
  197. package/dist-es/pagination/ListConfigurationSetsPaginator.js +74 -0
  198. package/dist-es/pagination/ListContactListsPaginator.js +74 -0
  199. package/dist-es/pagination/ListContactsPaginator.js +74 -0
  200. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +74 -0
  201. package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +74 -0
  202. package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +74 -0
  203. package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +74 -0
  204. package/dist-es/pagination/ListEmailIdentitiesPaginator.js +74 -0
  205. package/dist-es/pagination/ListEmailTemplatesPaginator.js +74 -0
  206. package/dist-es/pagination/ListImportJobsPaginator.js +74 -0
  207. package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +74 -0
  208. package/dist-es/protocols/Aws_restJson1.js +10540 -0
  209. package/dist-es/runtimeConfig.browser.js +16 -0
  210. package/dist-es/runtimeConfig.js +21 -0
  211. package/dist-es/runtimeConfig.native.js +8 -0
  212. package/dist-es/runtimeConfig.shared.js +13 -0
  213. package/dist-types/SESv2.d.ts +867 -0
  214. package/dist-types/SESv2Client.d.ts +220 -0
  215. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +39 -0
  216. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
  217. package/dist-types/commands/CreateContactCommand.d.ts +36 -0
  218. package/dist-types/commands/CreateContactListCommand.d.ts +35 -0
  219. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  220. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
  221. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
  222. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +60 -0
  223. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
  224. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +38 -0
  225. package/dist-types/commands/CreateImportJobCommand.d.ts +35 -0
  226. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +40 -0
  227. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
  228. package/dist-types/commands/DeleteContactCommand.d.ts +35 -0
  229. package/dist-types/commands/DeleteContactListCommand.d.ts +35 -0
  230. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
  231. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
  232. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +36 -0
  233. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
  234. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +37 -0
  235. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
  236. package/dist-types/commands/GetAccountCommand.d.ts +36 -0
  237. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +35 -0
  238. package/dist-types/commands/GetConfigurationSetCommand.d.ts +42 -0
  239. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
  240. package/dist-types/commands/GetContactCommand.d.ts +35 -0
  241. package/dist-types/commands/GetContactListCommand.d.ts +36 -0
  242. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
  243. package/dist-types/commands/GetDedicatedIpCommand.d.ts +37 -0
  244. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +36 -0
  245. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
  246. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
  247. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
  248. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
  249. package/dist-types/commands/GetEmailIdentityCommand.d.ts +37 -0
  250. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
  251. package/dist-types/commands/GetEmailTemplateCommand.d.ts +38 -0
  252. package/dist-types/commands/GetImportJobCommand.d.ts +35 -0
  253. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +36 -0
  254. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +41 -0
  255. package/dist-types/commands/ListContactListsCommand.d.ts +35 -0
  256. package/dist-types/commands/ListContactsCommand.d.ts +35 -0
  257. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
  258. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
  259. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
  260. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
  261. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +38 -0
  262. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +38 -0
  263. package/dist-types/commands/ListImportJobsCommand.d.ts +35 -0
  264. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
  265. package/dist-types/commands/ListTagsForResourceCommand.d.ts +40 -0
  266. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  267. package/dist-types/commands/PutAccountDetailsCommand.d.ts +35 -0
  268. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
  269. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
  270. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
  271. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
  272. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
  273. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
  274. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
  275. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
  276. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  277. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
  278. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
  279. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
  280. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
  281. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
  282. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
  283. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +35 -0
  284. package/dist-types/commands/SendBulkEmailCommand.d.ts +35 -0
  285. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
  286. package/dist-types/commands/SendEmailCommand.d.ts +58 -0
  287. package/dist-types/commands/TagResourceCommand.d.ts +43 -0
  288. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
  289. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  290. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
  291. package/dist-types/commands/UpdateContactCommand.d.ts +37 -0
  292. package/dist-types/commands/UpdateContactListCommand.d.ts +35 -0
  293. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  294. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
  295. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +38 -0
  296. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  297. package/{index.ts → dist-types/index.d.ts} +0 -0
  298. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  299. package/dist-types/models/models_0.d.ts +5903 -0
  300. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  301. package/dist-types/pagination/Interfaces.d.ts +6 -0
  302. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  303. package/dist-types/pagination/ListContactListsPaginator.d.ts +4 -0
  304. package/dist-types/pagination/ListContactsPaginator.d.ts +4 -0
  305. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListImportJobsPaginator.d.ts +4 -0
  312. package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
  313. package/dist-types/protocols/Aws_restJson1.d.ts +245 -0
  314. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  315. package/dist-types/runtimeConfig.d.ts +37 -0
  316. package/dist-types/runtimeConfig.native.d.ts +36 -0
  317. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  318. package/dist-types/ts3.4/SESv2.d.ts +867 -0
  319. package/dist-types/ts3.4/SESv2Client.d.ts +220 -0
  320. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -0
  321. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
  322. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +36 -0
  323. package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +35 -0
  324. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  325. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
  326. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
  327. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +60 -0
  328. package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
  329. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -0
  330. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -0
  331. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +40 -0
  332. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
  333. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +35 -0
  334. package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +35 -0
  335. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
  336. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
  337. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -0
  338. package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
  339. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +37 -0
  340. package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
  341. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +36 -0
  342. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +35 -0
  343. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +42 -0
  344. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
  345. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +35 -0
  346. package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +36 -0
  347. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
  348. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -0
  349. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +36 -0
  350. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
  351. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
  352. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
  353. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
  354. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -0
  355. package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
  356. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +38 -0
  357. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +36 -0
  359. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -0
  360. package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +35 -0
  361. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +35 -0
  362. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
  363. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
  364. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
  365. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
  366. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -0
  367. package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -0
  368. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +35 -0
  369. package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
  370. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
  371. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +35 -0
  373. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
  375. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
  376. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
  377. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
  378. package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
  379. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
  380. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
  381. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  382. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
  383. package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
  384. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
  385. package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
  386. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
  387. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
  388. package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
  391. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +58 -0
  392. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +43 -0
  393. package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
  394. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  395. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
  396. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +35 -0
  398. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  399. package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
  400. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -0
  401. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  402. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  403. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  404. package/dist-types/ts3.4/models/models_0.d.ts +5903 -0
  405. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  406. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  407. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  408. package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
  411. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  412. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  413. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  414. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  415. package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
  416. package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +4 -0
  417. package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
  418. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +245 -0
  419. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  420. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  421. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  422. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  423. package/package.json +52 -49
  424. package/SESv2.ts +0 -3280
  425. package/SESv2Client.ts +0 -668
  426. package/commands/CreateConfigurationSetCommand.ts +0 -98
  427. package/commands/CreateConfigurationSetEventDestinationCommand.ts +0 -112
  428. package/commands/CreateContactCommand.ts +0 -95
  429. package/commands/CreateContactListCommand.ts +0 -94
  430. package/commands/CreateCustomVerificationEmailTemplateCommand.ts +0 -109
  431. package/commands/CreateDedicatedIpPoolCommand.ts +0 -97
  432. package/commands/CreateDeliverabilityTestReportCommand.ts +0 -108
  433. package/commands/CreateEmailIdentityCommand.ts +0 -119
  434. package/commands/CreateEmailIdentityPolicyCommand.ts +0 -108
  435. package/commands/CreateEmailTemplateCommand.ts +0 -97
  436. package/commands/CreateImportJobCommand.ts +0 -94
  437. package/commands/DeleteConfigurationSetCommand.ts +0 -99
  438. package/commands/DeleteConfigurationSetEventDestinationCommand.ts +0 -112
  439. package/commands/DeleteContactCommand.ts +0 -94
  440. package/commands/DeleteContactListCommand.ts +0 -94
  441. package/commands/DeleteCustomVerificationEmailTemplateCommand.ts +0 -109
  442. package/commands/DeleteDedicatedIpPoolCommand.ts +0 -94
  443. package/commands/DeleteEmailIdentityCommand.ts +0 -95
  444. package/commands/DeleteEmailIdentityPolicyCommand.ts +0 -109
  445. package/commands/DeleteEmailTemplateCommand.ts +0 -96
  446. package/commands/DeleteSuppressedDestinationCommand.ts +0 -99
  447. package/commands/GetAccountCommand.ts +0 -95
  448. package/commands/GetBlacklistReportsCommand.ts +0 -94
  449. package/commands/GetConfigurationSetCommand.ts +0 -101
  450. package/commands/GetConfigurationSetEventDestinationsCommand.ts +0 -112
  451. package/commands/GetContactCommand.ts +0 -94
  452. package/commands/GetContactListCommand.ts +0 -95
  453. package/commands/GetCustomVerificationEmailTemplateCommand.ts +0 -109
  454. package/commands/GetDedicatedIpCommand.ts +0 -96
  455. package/commands/GetDedicatedIpsCommand.ts +0 -95
  456. package/commands/GetDeliverabilityDashboardOptionsCommand.ts +0 -112
  457. package/commands/GetDeliverabilityTestReportCommand.ts +0 -99
  458. package/commands/GetDomainDeliverabilityCampaignCommand.ts +0 -104
  459. package/commands/GetDomainStatisticsReportCommand.ts +0 -98
  460. package/commands/GetEmailIdentityCommand.ts +0 -96
  461. package/commands/GetEmailIdentityPoliciesCommand.ts +0 -105
  462. package/commands/GetEmailTemplateCommand.ts +0 -97
  463. package/commands/GetImportJobCommand.ts +0 -94
  464. package/commands/GetSuppressedDestinationCommand.ts +0 -95
  465. package/commands/ListConfigurationSetsCommand.ts +0 -100
  466. package/commands/ListContactListsCommand.ts +0 -94
  467. package/commands/ListContactsCommand.ts +0 -94
  468. package/commands/ListCustomVerificationEmailTemplatesCommand.ts +0 -109
  469. package/commands/ListDedicatedIpPoolsCommand.ts +0 -95
  470. package/commands/ListDeliverabilityTestReportsCommand.ts +0 -101
  471. package/commands/ListDomainDeliverabilityCampaignsCommand.ts +0 -107
  472. package/commands/ListEmailIdentitiesCommand.ts +0 -97
  473. package/commands/ListEmailTemplatesCommand.ts +0 -97
  474. package/commands/ListImportJobsCommand.ts +0 -94
  475. package/commands/ListSuppressedDestinationsCommand.ts +0 -98
  476. package/commands/ListTagsForResourceCommand.ts +0 -99
  477. package/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +0 -106
  478. package/commands/PutAccountDetailsCommand.ts +0 -94
  479. package/commands/PutAccountSendingAttributesCommand.ts +0 -99
  480. package/commands/PutAccountSuppressionAttributesCommand.ts +0 -102
  481. package/commands/PutConfigurationSetDeliveryOptionsCommand.ts +0 -106
  482. package/commands/PutConfigurationSetReputationOptionsCommand.ts +0 -106
  483. package/commands/PutConfigurationSetSendingOptionsCommand.ts +0 -106
  484. package/commands/PutConfigurationSetSuppressionOptionsCommand.ts +0 -106
  485. package/commands/PutConfigurationSetTrackingOptionsCommand.ts +0 -106
  486. package/commands/PutDedicatedIpInPoolCommand.ts +0 -103
  487. package/commands/PutDedicatedIpWarmupAttributesCommand.ts +0 -102
  488. package/commands/PutDeliverabilityDashboardOptionCommand.ts +0 -108
  489. package/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +0 -109
  490. package/commands/PutEmailIdentityDkimAttributesCommand.ts +0 -102
  491. package/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +0 -125
  492. package/commands/PutEmailIdentityFeedbackAttributesCommand.ts +0 -114
  493. package/commands/PutEmailIdentityMailFromAttributesCommand.ts +0 -106
  494. package/commands/PutSuppressedDestinationCommand.ts +0 -94
  495. package/commands/SendBulkEmailCommand.ts +0 -94
  496. package/commands/SendCustomVerificationEmailCommand.ts +0 -106
  497. package/commands/SendEmailCommand.ts +0 -117
  498. package/commands/TagResourceCommand.ts +0 -102
  499. package/commands/TestRenderEmailTemplateCommand.ts +0 -97
  500. package/commands/UntagResourceCommand.ts +0 -94
  501. package/commands/UpdateConfigurationSetEventDestinationCommand.ts +0 -112
  502. package/commands/UpdateContactCommand.ts +0 -96
  503. package/commands/UpdateContactListCommand.ts +0 -94
  504. package/commands/UpdateCustomVerificationEmailTemplateCommand.ts +0 -109
  505. package/commands/UpdateEmailIdentityPolicyCommand.ts +0 -109
  506. package/commands/UpdateEmailTemplateCommand.ts +0 -97
  507. package/dist/cjs/SESv2.js +0 -1245
  508. package/dist/cjs/SESv2.js.map +0 -1
  509. package/dist/cjs/SESv2Client.js +0 -63
  510. package/dist/cjs/SESv2Client.js.map +0 -1
  511. package/dist/cjs/commands/CreateConfigurationSetCommand.js +0 -65
  512. package/dist/cjs/commands/CreateConfigurationSetCommand.js.map +0 -1
  513. package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js +0 -67
  514. package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
  515. package/dist/cjs/commands/CreateContactCommand.js +0 -62
  516. package/dist/cjs/commands/CreateContactCommand.js.map +0 -1
  517. package/dist/cjs/commands/CreateContactListCommand.js +0 -61
  518. package/dist/cjs/commands/CreateContactListCommand.js.map +0 -1
  519. package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -64
  520. package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
  521. package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js +0 -64
  522. package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
  523. package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js +0 -67
  524. package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
  525. package/dist/cjs/commands/CreateEmailIdentityCommand.js +0 -86
  526. package/dist/cjs/commands/CreateEmailIdentityCommand.js.map +0 -1
  527. package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js +0 -72
  528. package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
  529. package/dist/cjs/commands/CreateEmailTemplateCommand.js +0 -64
  530. package/dist/cjs/commands/CreateEmailTemplateCommand.js.map +0 -1
  531. package/dist/cjs/commands/CreateImportJobCommand.js +0 -61
  532. package/dist/cjs/commands/CreateImportJobCommand.js.map +0 -1
  533. package/dist/cjs/commands/DeleteConfigurationSetCommand.js +0 -66
  534. package/dist/cjs/commands/DeleteConfigurationSetCommand.js.map +0 -1
  535. package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -67
  536. package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
  537. package/dist/cjs/commands/DeleteContactCommand.js +0 -61
  538. package/dist/cjs/commands/DeleteContactCommand.js.map +0 -1
  539. package/dist/cjs/commands/DeleteContactListCommand.js +0 -61
  540. package/dist/cjs/commands/DeleteContactListCommand.js.map +0 -1
  541. package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -64
  542. package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
  543. package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js +0 -61
  544. package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
  545. package/dist/cjs/commands/DeleteEmailIdentityCommand.js +0 -62
  546. package/dist/cjs/commands/DeleteEmailIdentityCommand.js.map +0 -1
  547. package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js +0 -73
  548. package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
  549. package/dist/cjs/commands/DeleteEmailTemplateCommand.js +0 -63
  550. package/dist/cjs/commands/DeleteEmailTemplateCommand.js.map +0 -1
  551. package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js +0 -61
  552. package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
  553. package/dist/cjs/commands/GetAccountCommand.js +0 -62
  554. package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
  555. package/dist/cjs/commands/GetBlacklistReportsCommand.js +0 -61
  556. package/dist/cjs/commands/GetBlacklistReportsCommand.js.map +0 -1
  557. package/dist/cjs/commands/GetConfigurationSetCommand.js +0 -68
  558. package/dist/cjs/commands/GetConfigurationSetCommand.js.map +0 -1
  559. package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js +0 -68
  560. package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
  561. package/dist/cjs/commands/GetContactCommand.js +0 -61
  562. package/dist/cjs/commands/GetContactCommand.js.map +0 -1
  563. package/dist/cjs/commands/GetContactListCommand.js +0 -62
  564. package/dist/cjs/commands/GetContactListCommand.js.map +0 -1
  565. package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js +0 -65
  566. package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
  567. package/dist/cjs/commands/GetDedicatedIpCommand.js +0 -63
  568. package/dist/cjs/commands/GetDedicatedIpCommand.js.map +0 -1
  569. package/dist/cjs/commands/GetDedicatedIpsCommand.js +0 -62
  570. package/dist/cjs/commands/GetDedicatedIpsCommand.js.map +0 -1
  571. package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -68
  572. package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
  573. package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js +0 -61
  574. package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
  575. package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js +0 -63
  576. package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
  577. package/dist/cjs/commands/GetDomainStatisticsReportCommand.js +0 -62
  578. package/dist/cjs/commands/GetDomainStatisticsReportCommand.js.map +0 -1
  579. package/dist/cjs/commands/GetEmailIdentityCommand.js +0 -63
  580. package/dist/cjs/commands/GetEmailIdentityCommand.js.map +0 -1
  581. package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js +0 -72
  582. package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
  583. package/dist/cjs/commands/GetEmailTemplateCommand.js +0 -64
  584. package/dist/cjs/commands/GetEmailTemplateCommand.js.map +0 -1
  585. package/dist/cjs/commands/GetImportJobCommand.js +0 -61
  586. package/dist/cjs/commands/GetImportJobCommand.js.map +0 -1
  587. package/dist/cjs/commands/GetSuppressedDestinationCommand.js +0 -62
  588. package/dist/cjs/commands/GetSuppressedDestinationCommand.js.map +0 -1
  589. package/dist/cjs/commands/ListConfigurationSetsCommand.js +0 -67
  590. package/dist/cjs/commands/ListConfigurationSetsCommand.js.map +0 -1
  591. package/dist/cjs/commands/ListContactListsCommand.js +0 -61
  592. package/dist/cjs/commands/ListContactListsCommand.js.map +0 -1
  593. package/dist/cjs/commands/ListContactsCommand.js +0 -61
  594. package/dist/cjs/commands/ListContactsCommand.js.map +0 -1
  595. package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -65
  596. package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
  597. package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js +0 -62
  598. package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
  599. package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js +0 -63
  600. package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
  601. package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -63
  602. package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
  603. package/dist/cjs/commands/ListEmailIdentitiesCommand.js +0 -64
  604. package/dist/cjs/commands/ListEmailIdentitiesCommand.js.map +0 -1
  605. package/dist/cjs/commands/ListEmailTemplatesCommand.js +0 -64
  606. package/dist/cjs/commands/ListEmailTemplatesCommand.js.map +0 -1
  607. package/dist/cjs/commands/ListImportJobsCommand.js +0 -61
  608. package/dist/cjs/commands/ListImportJobsCommand.js.map +0 -1
  609. package/dist/cjs/commands/ListSuppressedDestinationsCommand.js +0 -62
  610. package/dist/cjs/commands/ListSuppressedDestinationsCommand.js.map +0 -1
  611. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
  612. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  613. package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -61
  614. package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
  615. package/dist/cjs/commands/PutAccountDetailsCommand.js +0 -61
  616. package/dist/cjs/commands/PutAccountDetailsCommand.js.map +0 -1
  617. package/dist/cjs/commands/PutAccountSendingAttributesCommand.js +0 -61
  618. package/dist/cjs/commands/PutAccountSendingAttributesCommand.js.map +0 -1
  619. package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js +0 -61
  620. package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
  621. package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -62
  622. package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
  623. package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js +0 -62
  624. package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
  625. package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js +0 -62
  626. package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
  627. package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -61
  628. package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
  629. package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -62
  630. package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
  631. package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js +0 -70
  632. package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
  633. package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -61
  634. package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
  635. package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js +0 -67
  636. package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
  637. package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -61
  638. package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
  639. package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js +0 -61
  640. package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
  641. package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -80
  642. package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
  643. package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -70
  644. package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
  645. package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -62
  646. package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
  647. package/dist/cjs/commands/PutSuppressedDestinationCommand.js +0 -61
  648. package/dist/cjs/commands/PutSuppressedDestinationCommand.js.map +0 -1
  649. package/dist/cjs/commands/SendBulkEmailCommand.js +0 -61
  650. package/dist/cjs/commands/SendBulkEmailCommand.js.map +0 -1
  651. package/dist/cjs/commands/SendCustomVerificationEmailCommand.js +0 -68
  652. package/dist/cjs/commands/SendCustomVerificationEmailCommand.js.map +0 -1
  653. package/dist/cjs/commands/SendEmailCommand.js +0 -84
  654. package/dist/cjs/commands/SendEmailCommand.js.map +0 -1
  655. package/dist/cjs/commands/TagResourceCommand.js +0 -69
  656. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  657. package/dist/cjs/commands/TestRenderEmailTemplateCommand.js +0 -64
  658. package/dist/cjs/commands/TestRenderEmailTemplateCommand.js.map +0 -1
  659. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  660. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  661. package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -67
  662. package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
  663. package/dist/cjs/commands/UpdateContactCommand.js +0 -63
  664. package/dist/cjs/commands/UpdateContactCommand.js.map +0 -1
  665. package/dist/cjs/commands/UpdateContactListCommand.js +0 -61
  666. package/dist/cjs/commands/UpdateContactListCommand.js.map +0 -1
  667. package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -64
  668. package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
  669. package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js +0 -73
  670. package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
  671. package/dist/cjs/commands/UpdateEmailTemplateCommand.js +0 -64
  672. package/dist/cjs/commands/UpdateEmailTemplateCommand.js.map +0 -1
  673. package/dist/cjs/endpoints.js +0 -62
  674. package/dist/cjs/endpoints.js.map +0 -1
  675. package/dist/cjs/index.js +0 -101
  676. package/dist/cjs/index.js.map +0 -1
  677. package/dist/cjs/models/index.js +0 -5
  678. package/dist/cjs/models/index.js.map +0 -1
  679. package/dist/cjs/models/models_0.js +0 -2317
  680. package/dist/cjs/models/models_0.js.map +0 -1
  681. package/dist/cjs/package.json +0 -91
  682. package/dist/cjs/pagination/GetDedicatedIpsPaginator.js +0 -46
  683. package/dist/cjs/pagination/GetDedicatedIpsPaginator.js.map +0 -1
  684. package/dist/cjs/pagination/Interfaces.js +0 -3
  685. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  686. package/dist/cjs/pagination/ListConfigurationSetsPaginator.js +0 -46
  687. package/dist/cjs/pagination/ListConfigurationSetsPaginator.js.map +0 -1
  688. package/dist/cjs/pagination/ListContactListsPaginator.js +0 -46
  689. package/dist/cjs/pagination/ListContactListsPaginator.js.map +0 -1
  690. package/dist/cjs/pagination/ListContactsPaginator.js +0 -46
  691. package/dist/cjs/pagination/ListContactsPaginator.js.map +0 -1
  692. package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -46
  693. package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
  694. package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js +0 -46
  695. package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
  696. package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js +0 -46
  697. package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
  698. package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -46
  699. package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
  700. package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js +0 -46
  701. package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
  702. package/dist/cjs/pagination/ListEmailTemplatesPaginator.js +0 -46
  703. package/dist/cjs/pagination/ListEmailTemplatesPaginator.js.map +0 -1
  704. package/dist/cjs/pagination/ListImportJobsPaginator.js +0 -46
  705. package/dist/cjs/pagination/ListImportJobsPaginator.js.map +0 -1
  706. package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js +0 -46
  707. package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
  708. package/dist/cjs/protocols/Aws_restJson1.js +0 -9364
  709. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  710. package/dist/cjs/runtimeConfig.browser.js +0 -41
  711. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  712. package/dist/cjs/runtimeConfig.js +0 -46
  713. package/dist/cjs/runtimeConfig.js.map +0 -1
  714. package/dist/cjs/runtimeConfig.native.js +0 -20
  715. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  716. package/dist/cjs/runtimeConfig.shared.js +0 -21
  717. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  718. package/dist/es/SESv2.js +0 -1248
  719. package/dist/es/SESv2.js.map +0 -1
  720. package/dist/es/SESv2Client.js +0 -65
  721. package/dist/es/SESv2Client.js.map +0 -1
  722. package/dist/es/commands/CreateConfigurationSetCommand.js +0 -69
  723. package/dist/es/commands/CreateConfigurationSetCommand.js.map +0 -1
  724. package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js +0 -71
  725. package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
  726. package/dist/es/commands/CreateContactCommand.js +0 -66
  727. package/dist/es/commands/CreateContactCommand.js.map +0 -1
  728. package/dist/es/commands/CreateContactListCommand.js +0 -65
  729. package/dist/es/commands/CreateContactListCommand.js.map +0 -1
  730. package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -68
  731. package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
  732. package/dist/es/commands/CreateDedicatedIpPoolCommand.js +0 -68
  733. package/dist/es/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
  734. package/dist/es/commands/CreateDeliverabilityTestReportCommand.js +0 -71
  735. package/dist/es/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
  736. package/dist/es/commands/CreateEmailIdentityCommand.js +0 -90
  737. package/dist/es/commands/CreateEmailIdentityCommand.js.map +0 -1
  738. package/dist/es/commands/CreateEmailIdentityPolicyCommand.js +0 -76
  739. package/dist/es/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
  740. package/dist/es/commands/CreateEmailTemplateCommand.js +0 -68
  741. package/dist/es/commands/CreateEmailTemplateCommand.js.map +0 -1
  742. package/dist/es/commands/CreateImportJobCommand.js +0 -65
  743. package/dist/es/commands/CreateImportJobCommand.js.map +0 -1
  744. package/dist/es/commands/DeleteConfigurationSetCommand.js +0 -70
  745. package/dist/es/commands/DeleteConfigurationSetCommand.js.map +0 -1
  746. package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -71
  747. package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
  748. package/dist/es/commands/DeleteContactCommand.js +0 -65
  749. package/dist/es/commands/DeleteContactCommand.js.map +0 -1
  750. package/dist/es/commands/DeleteContactListCommand.js +0 -65
  751. package/dist/es/commands/DeleteContactListCommand.js.map +0 -1
  752. package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -68
  753. package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
  754. package/dist/es/commands/DeleteDedicatedIpPoolCommand.js +0 -65
  755. package/dist/es/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
  756. package/dist/es/commands/DeleteEmailIdentityCommand.js +0 -66
  757. package/dist/es/commands/DeleteEmailIdentityCommand.js.map +0 -1
  758. package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js +0 -77
  759. package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
  760. package/dist/es/commands/DeleteEmailTemplateCommand.js +0 -67
  761. package/dist/es/commands/DeleteEmailTemplateCommand.js.map +0 -1
  762. package/dist/es/commands/DeleteSuppressedDestinationCommand.js +0 -65
  763. package/dist/es/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
  764. package/dist/es/commands/GetAccountCommand.js +0 -66
  765. package/dist/es/commands/GetAccountCommand.js.map +0 -1
  766. package/dist/es/commands/GetBlacklistReportsCommand.js +0 -65
  767. package/dist/es/commands/GetBlacklistReportsCommand.js.map +0 -1
  768. package/dist/es/commands/GetConfigurationSetCommand.js +0 -72
  769. package/dist/es/commands/GetConfigurationSetCommand.js.map +0 -1
  770. package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js +0 -72
  771. package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
  772. package/dist/es/commands/GetContactCommand.js +0 -65
  773. package/dist/es/commands/GetContactCommand.js.map +0 -1
  774. package/dist/es/commands/GetContactListCommand.js +0 -66
  775. package/dist/es/commands/GetContactListCommand.js.map +0 -1
  776. package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js +0 -69
  777. package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
  778. package/dist/es/commands/GetDedicatedIpCommand.js +0 -67
  779. package/dist/es/commands/GetDedicatedIpCommand.js.map +0 -1
  780. package/dist/es/commands/GetDedicatedIpsCommand.js +0 -66
  781. package/dist/es/commands/GetDedicatedIpsCommand.js.map +0 -1
  782. package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -72
  783. package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
  784. package/dist/es/commands/GetDeliverabilityTestReportCommand.js +0 -65
  785. package/dist/es/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
  786. package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js +0 -67
  787. package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
  788. package/dist/es/commands/GetDomainStatisticsReportCommand.js +0 -66
  789. package/dist/es/commands/GetDomainStatisticsReportCommand.js.map +0 -1
  790. package/dist/es/commands/GetEmailIdentityCommand.js +0 -67
  791. package/dist/es/commands/GetEmailIdentityCommand.js.map +0 -1
  792. package/dist/es/commands/GetEmailIdentityPoliciesCommand.js +0 -76
  793. package/dist/es/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
  794. package/dist/es/commands/GetEmailTemplateCommand.js +0 -68
  795. package/dist/es/commands/GetEmailTemplateCommand.js.map +0 -1
  796. package/dist/es/commands/GetImportJobCommand.js +0 -65
  797. package/dist/es/commands/GetImportJobCommand.js.map +0 -1
  798. package/dist/es/commands/GetSuppressedDestinationCommand.js +0 -66
  799. package/dist/es/commands/GetSuppressedDestinationCommand.js.map +0 -1
  800. package/dist/es/commands/ListConfigurationSetsCommand.js +0 -71
  801. package/dist/es/commands/ListConfigurationSetsCommand.js.map +0 -1
  802. package/dist/es/commands/ListContactListsCommand.js +0 -65
  803. package/dist/es/commands/ListContactListsCommand.js.map +0 -1
  804. package/dist/es/commands/ListContactsCommand.js +0 -65
  805. package/dist/es/commands/ListContactsCommand.js.map +0 -1
  806. package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -69
  807. package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
  808. package/dist/es/commands/ListDedicatedIpPoolsCommand.js +0 -66
  809. package/dist/es/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
  810. package/dist/es/commands/ListDeliverabilityTestReportsCommand.js +0 -67
  811. package/dist/es/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
  812. package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -67
  813. package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
  814. package/dist/es/commands/ListEmailIdentitiesCommand.js +0 -68
  815. package/dist/es/commands/ListEmailIdentitiesCommand.js.map +0 -1
  816. package/dist/es/commands/ListEmailTemplatesCommand.js +0 -68
  817. package/dist/es/commands/ListEmailTemplatesCommand.js.map +0 -1
  818. package/dist/es/commands/ListImportJobsCommand.js +0 -65
  819. package/dist/es/commands/ListImportJobsCommand.js.map +0 -1
  820. package/dist/es/commands/ListSuppressedDestinationsCommand.js +0 -66
  821. package/dist/es/commands/ListSuppressedDestinationsCommand.js.map +0 -1
  822. package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
  823. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  824. package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -65
  825. package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
  826. package/dist/es/commands/PutAccountDetailsCommand.js +0 -65
  827. package/dist/es/commands/PutAccountDetailsCommand.js.map +0 -1
  828. package/dist/es/commands/PutAccountSendingAttributesCommand.js +0 -65
  829. package/dist/es/commands/PutAccountSendingAttributesCommand.js.map +0 -1
  830. package/dist/es/commands/PutAccountSuppressionAttributesCommand.js +0 -65
  831. package/dist/es/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
  832. package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -66
  833. package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
  834. package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js +0 -66
  835. package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
  836. package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js +0 -66
  837. package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
  838. package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -65
  839. package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
  840. package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -66
  841. package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
  842. package/dist/es/commands/PutDedicatedIpInPoolCommand.js +0 -74
  843. package/dist/es/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
  844. package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -65
  845. package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
  846. package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js +0 -71
  847. package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
  848. package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -65
  849. package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
  850. package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js +0 -65
  851. package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
  852. package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -84
  853. package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
  854. package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -74
  855. package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
  856. package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -66
  857. package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
  858. package/dist/es/commands/PutSuppressedDestinationCommand.js +0 -65
  859. package/dist/es/commands/PutSuppressedDestinationCommand.js.map +0 -1
  860. package/dist/es/commands/SendBulkEmailCommand.js +0 -65
  861. package/dist/es/commands/SendBulkEmailCommand.js.map +0 -1
  862. package/dist/es/commands/SendCustomVerificationEmailCommand.js +0 -72
  863. package/dist/es/commands/SendCustomVerificationEmailCommand.js.map +0 -1
  864. package/dist/es/commands/SendEmailCommand.js +0 -88
  865. package/dist/es/commands/SendEmailCommand.js.map +0 -1
  866. package/dist/es/commands/TagResourceCommand.js +0 -73
  867. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  868. package/dist/es/commands/TestRenderEmailTemplateCommand.js +0 -68
  869. package/dist/es/commands/TestRenderEmailTemplateCommand.js.map +0 -1
  870. package/dist/es/commands/UntagResourceCommand.js +0 -65
  871. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  872. package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -71
  873. package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
  874. package/dist/es/commands/UpdateContactCommand.js +0 -67
  875. package/dist/es/commands/UpdateContactCommand.js.map +0 -1
  876. package/dist/es/commands/UpdateContactListCommand.js +0 -65
  877. package/dist/es/commands/UpdateContactListCommand.js.map +0 -1
  878. package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -68
  879. package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
  880. package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js +0 -77
  881. package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
  882. package/dist/es/commands/UpdateEmailTemplateCommand.js +0 -68
  883. package/dist/es/commands/UpdateEmailTemplateCommand.js.map +0 -1
  884. package/dist/es/endpoints.js +0 -58
  885. package/dist/es/endpoints.js.map +0 -1
  886. package/dist/es/index.js +0 -98
  887. package/dist/es/index.js.map +0 -1
  888. package/dist/es/models/index.js +0 -2
  889. package/dist/es/models/index.js.map +0 -1
  890. package/dist/es/models/models_0.js +0 -1822
  891. package/dist/es/models/models_0.js.map +0 -1
  892. package/dist/es/package.json +0 -91
  893. package/dist/es/pagination/GetDedicatedIpsPaginator.js +0 -87
  894. package/dist/es/pagination/GetDedicatedIpsPaginator.js.map +0 -1
  895. package/dist/es/pagination/Interfaces.js +0 -2
  896. package/dist/es/pagination/Interfaces.js.map +0 -1
  897. package/dist/es/pagination/ListConfigurationSetsPaginator.js +0 -87
  898. package/dist/es/pagination/ListConfigurationSetsPaginator.js.map +0 -1
  899. package/dist/es/pagination/ListContactListsPaginator.js +0 -87
  900. package/dist/es/pagination/ListContactListsPaginator.js.map +0 -1
  901. package/dist/es/pagination/ListContactsPaginator.js +0 -87
  902. package/dist/es/pagination/ListContactsPaginator.js.map +0 -1
  903. package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -87
  904. package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
  905. package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js +0 -87
  906. package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
  907. package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js +0 -87
  908. package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
  909. package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -87
  910. package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
  911. package/dist/es/pagination/ListEmailIdentitiesPaginator.js +0 -87
  912. package/dist/es/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
  913. package/dist/es/pagination/ListEmailTemplatesPaginator.js +0 -87
  914. package/dist/es/pagination/ListEmailTemplatesPaginator.js.map +0 -1
  915. package/dist/es/pagination/ListImportJobsPaginator.js +0 -87
  916. package/dist/es/pagination/ListImportJobsPaginator.js.map +0 -1
  917. package/dist/es/pagination/ListSuppressedDestinationsPaginator.js +0 -87
  918. package/dist/es/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
  919. package/dist/es/protocols/Aws_restJson1.js +0 -10540
  920. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  921. package/dist/es/runtimeConfig.browser.js +0 -20
  922. package/dist/es/runtimeConfig.browser.js.map +0 -1
  923. package/dist/es/runtimeConfig.js +0 -25
  924. package/dist/es/runtimeConfig.js.map +0 -1
  925. package/dist/es/runtimeConfig.native.js +0 -12
  926. package/dist/es/runtimeConfig.native.js.map +0 -1
  927. package/dist/es/runtimeConfig.shared.js +0 -17
  928. package/dist/es/runtimeConfig.shared.js.map +0 -1
  929. package/dist/types/SESv2.d.ts +0 -876
  930. package/dist/types/SESv2Client.d.ts +0 -232
  931. package/dist/types/commands/CreateConfigurationSetCommand.d.ts +0 -39
  932. package/dist/types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
  933. package/dist/types/commands/CreateContactCommand.d.ts +0 -36
  934. package/dist/types/commands/CreateContactListCommand.d.ts +0 -35
  935. package/dist/types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  936. package/dist/types/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
  937. package/dist/types/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
  938. package/dist/types/commands/CreateEmailIdentityCommand.d.ts +0 -60
  939. package/dist/types/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
  940. package/dist/types/commands/CreateEmailTemplateCommand.d.ts +0 -38
  941. package/dist/types/commands/CreateImportJobCommand.d.ts +0 -35
  942. package/dist/types/commands/DeleteConfigurationSetCommand.d.ts +0 -40
  943. package/dist/types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
  944. package/dist/types/commands/DeleteContactCommand.d.ts +0 -35
  945. package/dist/types/commands/DeleteContactListCommand.d.ts +0 -35
  946. package/dist/types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
  947. package/dist/types/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
  948. package/dist/types/commands/DeleteEmailIdentityCommand.d.ts +0 -36
  949. package/dist/types/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
  950. package/dist/types/commands/DeleteEmailTemplateCommand.d.ts +0 -37
  951. package/dist/types/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
  952. package/dist/types/commands/GetAccountCommand.d.ts +0 -36
  953. package/dist/types/commands/GetBlacklistReportsCommand.d.ts +0 -35
  954. package/dist/types/commands/GetConfigurationSetCommand.d.ts +0 -42
  955. package/dist/types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
  956. package/dist/types/commands/GetContactCommand.d.ts +0 -35
  957. package/dist/types/commands/GetContactListCommand.d.ts +0 -36
  958. package/dist/types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
  959. package/dist/types/commands/GetDedicatedIpCommand.d.ts +0 -37
  960. package/dist/types/commands/GetDedicatedIpsCommand.d.ts +0 -36
  961. package/dist/types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
  962. package/dist/types/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
  963. package/dist/types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
  964. package/dist/types/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
  965. package/dist/types/commands/GetEmailIdentityCommand.d.ts +0 -37
  966. package/dist/types/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
  967. package/dist/types/commands/GetEmailTemplateCommand.d.ts +0 -38
  968. package/dist/types/commands/GetImportJobCommand.d.ts +0 -35
  969. package/dist/types/commands/GetSuppressedDestinationCommand.d.ts +0 -36
  970. package/dist/types/commands/ListConfigurationSetsCommand.d.ts +0 -41
  971. package/dist/types/commands/ListContactListsCommand.d.ts +0 -35
  972. package/dist/types/commands/ListContactsCommand.d.ts +0 -35
  973. package/dist/types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
  974. package/dist/types/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
  975. package/dist/types/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
  976. package/dist/types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
  977. package/dist/types/commands/ListEmailIdentitiesCommand.d.ts +0 -38
  978. package/dist/types/commands/ListEmailTemplatesCommand.d.ts +0 -38
  979. package/dist/types/commands/ListImportJobsCommand.d.ts +0 -35
  980. package/dist/types/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
  981. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -40
  982. package/dist/types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  983. package/dist/types/commands/PutAccountDetailsCommand.d.ts +0 -35
  984. package/dist/types/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
  985. package/dist/types/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
  986. package/dist/types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
  987. package/dist/types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
  988. package/dist/types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
  989. package/dist/types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
  990. package/dist/types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
  991. package/dist/types/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
  992. package/dist/types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  993. package/dist/types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
  994. package/dist/types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
  995. package/dist/types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
  996. package/dist/types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
  997. package/dist/types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
  998. package/dist/types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
  999. package/dist/types/commands/PutSuppressedDestinationCommand.d.ts +0 -35
  1000. package/dist/types/commands/SendBulkEmailCommand.d.ts +0 -35
  1001. package/dist/types/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
  1002. package/dist/types/commands/SendEmailCommand.d.ts +0 -58
  1003. package/dist/types/commands/TagResourceCommand.d.ts +0 -43
  1004. package/dist/types/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
  1005. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1006. package/dist/types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1007. package/dist/types/commands/UpdateContactCommand.d.ts +0 -37
  1008. package/dist/types/commands/UpdateContactListCommand.d.ts +0 -35
  1009. package/dist/types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1010. package/dist/types/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
  1011. package/dist/types/commands/UpdateEmailTemplateCommand.d.ts +0 -38
  1012. package/dist/types/models/models_0.d.ts +0 -5898
  1013. package/dist/types/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
  1014. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1015. package/dist/types/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
  1016. package/dist/types/pagination/ListContactListsPaginator.d.ts +0 -4
  1017. package/dist/types/pagination/ListContactsPaginator.d.ts +0 -4
  1018. package/dist/types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
  1019. package/dist/types/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
  1020. package/dist/types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
  1021. package/dist/types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
  1022. package/dist/types/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
  1023. package/dist/types/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
  1024. package/dist/types/pagination/ListImportJobsPaginator.d.ts +0 -4
  1025. package/dist/types/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
  1026. package/dist/types/protocols/Aws_restJson1.d.ts +0 -245
  1027. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1028. package/dist/types/runtimeConfig.d.ts +0 -36
  1029. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1030. package/dist/types/ts3.4/SESv2.d.ts +0 -876
  1031. package/dist/types/ts3.4/SESv2Client.d.ts +0 -232
  1032. package/dist/types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -39
  1033. package/dist/types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1034. package/dist/types/ts3.4/commands/CreateContactCommand.d.ts +0 -36
  1035. package/dist/types/ts3.4/commands/CreateContactListCommand.d.ts +0 -35
  1036. package/dist/types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1037. package/dist/types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
  1038. package/dist/types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
  1039. package/dist/types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +0 -60
  1040. package/dist/types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
  1041. package/dist/types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +0 -38
  1042. package/dist/types/ts3.4/commands/CreateImportJobCommand.d.ts +0 -35
  1043. package/dist/types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -40
  1044. package/dist/types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
  1045. package/dist/types/ts3.4/commands/DeleteContactCommand.d.ts +0 -35
  1046. package/dist/types/ts3.4/commands/DeleteContactListCommand.d.ts +0 -35
  1047. package/dist/types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1048. package/dist/types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
  1049. package/dist/types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +0 -36
  1050. package/dist/types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
  1051. package/dist/types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +0 -37
  1052. package/dist/types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
  1053. package/dist/types/ts3.4/commands/GetAccountCommand.d.ts +0 -36
  1054. package/dist/types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +0 -35
  1055. package/dist/types/ts3.4/commands/GetConfigurationSetCommand.d.ts +0 -42
  1056. package/dist/types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
  1057. package/dist/types/ts3.4/commands/GetContactCommand.d.ts +0 -35
  1058. package/dist/types/ts3.4/commands/GetContactListCommand.d.ts +0 -36
  1059. package/dist/types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
  1060. package/dist/types/ts3.4/commands/GetDedicatedIpCommand.d.ts +0 -37
  1061. package/dist/types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +0 -36
  1062. package/dist/types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
  1063. package/dist/types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
  1064. package/dist/types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
  1065. package/dist/types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
  1066. package/dist/types/ts3.4/commands/GetEmailIdentityCommand.d.ts +0 -37
  1067. package/dist/types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
  1068. package/dist/types/ts3.4/commands/GetEmailTemplateCommand.d.ts +0 -38
  1069. package/dist/types/ts3.4/commands/GetImportJobCommand.d.ts +0 -35
  1070. package/dist/types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +0 -36
  1071. package/dist/types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +0 -41
  1072. package/dist/types/ts3.4/commands/ListContactListsCommand.d.ts +0 -35
  1073. package/dist/types/ts3.4/commands/ListContactsCommand.d.ts +0 -35
  1074. package/dist/types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
  1075. package/dist/types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
  1076. package/dist/types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
  1077. package/dist/types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
  1078. package/dist/types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +0 -38
  1079. package/dist/types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +0 -38
  1080. package/dist/types/ts3.4/commands/ListImportJobsCommand.d.ts +0 -35
  1081. package/dist/types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
  1082. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -40
  1083. package/dist/types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  1084. package/dist/types/ts3.4/commands/PutAccountDetailsCommand.d.ts +0 -35
  1085. package/dist/types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
  1086. package/dist/types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
  1087. package/dist/types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
  1088. package/dist/types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
  1089. package/dist/types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
  1090. package/dist/types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
  1091. package/dist/types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
  1092. package/dist/types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
  1093. package/dist/types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  1094. package/dist/types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
  1095. package/dist/types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
  1096. package/dist/types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
  1097. package/dist/types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
  1098. package/dist/types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
  1099. package/dist/types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
  1100. package/dist/types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +0 -35
  1101. package/dist/types/ts3.4/commands/SendBulkEmailCommand.d.ts +0 -35
  1102. package/dist/types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
  1103. package/dist/types/ts3.4/commands/SendEmailCommand.d.ts +0 -58
  1104. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -43
  1105. package/dist/types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
  1106. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1107. package/dist/types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1108. package/dist/types/ts3.4/commands/UpdateContactCommand.d.ts +0 -37
  1109. package/dist/types/ts3.4/commands/UpdateContactListCommand.d.ts +0 -35
  1110. package/dist/types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1111. package/dist/types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
  1112. package/dist/types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +0 -38
  1113. package/dist/types/ts3.4/models/models_0.d.ts +0 -5898
  1114. package/dist/types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
  1115. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1116. package/dist/types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
  1117. package/dist/types/ts3.4/pagination/ListContactListsPaginator.d.ts +0 -4
  1118. package/dist/types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
  1119. package/dist/types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
  1120. package/dist/types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
  1121. package/dist/types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
  1122. package/dist/types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
  1123. package/dist/types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
  1124. package/dist/types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
  1125. package/dist/types/ts3.4/pagination/ListImportJobsPaginator.d.ts +0 -4
  1126. package/dist/types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
  1127. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -245
  1128. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1129. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1130. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1131. package/endpoints.ts +0 -62
  1132. package/jest.config.js +0 -4
  1133. package/models/models_0.ts +0 -7150
  1134. package/pagination/GetDedicatedIpsPaginator.ts +0 -58
  1135. package/pagination/Interfaces.ts +0 -7
  1136. package/pagination/ListConfigurationSetsPaginator.ts +0 -58
  1137. package/pagination/ListContactListsPaginator.ts +0 -58
  1138. package/pagination/ListContactsPaginator.ts +0 -58
  1139. package/pagination/ListCustomVerificationEmailTemplatesPaginator.ts +0 -58
  1140. package/pagination/ListDedicatedIpPoolsPaginator.ts +0 -58
  1141. package/pagination/ListDeliverabilityTestReportsPaginator.ts +0 -58
  1142. package/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +0 -58
  1143. package/pagination/ListEmailIdentitiesPaginator.ts +0 -58
  1144. package/pagination/ListEmailTemplatesPaginator.ts +0 -58
  1145. package/pagination/ListImportJobsPaginator.ts +0 -58
  1146. package/pagination/ListSuppressedDestinationsPaginator.ts +0 -58
  1147. package/protocols/Aws_restJson1.ts +0 -10897
  1148. package/runtimeConfig.browser.ts +0 -40
  1149. package/runtimeConfig.native.ts +0 -16
  1150. package/runtimeConfig.shared.ts +0 -16
  1151. package/runtimeConfig.ts +0 -45
  1152. package/tsconfig.es.json +0 -12
  1153. package/tsconfig.json +0 -32
@@ -1,876 +0,0 @@
1
- import { SESv2Client } from "./SESv2Client";
2
- import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
3
- import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "./commands/CreateConfigurationSetEventDestinationCommand";
4
- import { CreateContactCommandInput, CreateContactCommandOutput } from "./commands/CreateContactCommand";
5
- import { CreateContactListCommandInput, CreateContactListCommandOutput } from "./commands/CreateContactListCommand";
6
- import { CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput } from "./commands/CreateCustomVerificationEmailTemplateCommand";
7
- import { CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput } from "./commands/CreateDedicatedIpPoolCommand";
8
- import { CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput } from "./commands/CreateDeliverabilityTestReportCommand";
9
- import { CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput } from "./commands/CreateEmailIdentityCommand";
10
- import { CreateEmailIdentityPolicyCommandInput, CreateEmailIdentityPolicyCommandOutput } from "./commands/CreateEmailIdentityPolicyCommand";
11
- import { CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput } from "./commands/CreateEmailTemplateCommand";
12
- import { CreateImportJobCommandInput, CreateImportJobCommandOutput } from "./commands/CreateImportJobCommand";
13
- import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
14
- import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "./commands/DeleteConfigurationSetEventDestinationCommand";
15
- import { DeleteContactCommandInput, DeleteContactCommandOutput } from "./commands/DeleteContactCommand";
16
- import { DeleteContactListCommandInput, DeleteContactListCommandOutput } from "./commands/DeleteContactListCommand";
17
- import { DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput } from "./commands/DeleteCustomVerificationEmailTemplateCommand";
18
- import { DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput } from "./commands/DeleteDedicatedIpPoolCommand";
19
- import { DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput } from "./commands/DeleteEmailIdentityCommand";
20
- import { DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommandOutput } from "./commands/DeleteEmailIdentityPolicyCommand";
21
- import { DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput } from "./commands/DeleteEmailTemplateCommand";
22
- import { DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput } from "./commands/DeleteSuppressedDestinationCommand";
23
- import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
24
- import { GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput } from "./commands/GetBlacklistReportsCommand";
25
- import { GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput } from "./commands/GetConfigurationSetCommand";
26
- import { GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput } from "./commands/GetConfigurationSetEventDestinationsCommand";
27
- import { GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand";
28
- import { GetContactListCommandInput, GetContactListCommandOutput } from "./commands/GetContactListCommand";
29
- import { GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput } from "./commands/GetCustomVerificationEmailTemplateCommand";
30
- import { GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput } from "./commands/GetDedicatedIpCommand";
31
- import { GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput } from "./commands/GetDedicatedIpsCommand";
32
- import { GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput } from "./commands/GetDeliverabilityDashboardOptionsCommand";
33
- import { GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput } from "./commands/GetDeliverabilityTestReportCommand";
34
- import { GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput } from "./commands/GetDomainDeliverabilityCampaignCommand";
35
- import { GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput } from "./commands/GetDomainStatisticsReportCommand";
36
- import { GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput } from "./commands/GetEmailIdentityCommand";
37
- import { GetEmailIdentityPoliciesCommandInput, GetEmailIdentityPoliciesCommandOutput } from "./commands/GetEmailIdentityPoliciesCommand";
38
- import { GetEmailTemplateCommandInput, GetEmailTemplateCommandOutput } from "./commands/GetEmailTemplateCommand";
39
- import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
40
- import { GetSuppressedDestinationCommandInput, GetSuppressedDestinationCommandOutput } from "./commands/GetSuppressedDestinationCommand";
41
- import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "./commands/ListConfigurationSetsCommand";
42
- import { ListContactListsCommandInput, ListContactListsCommandOutput } from "./commands/ListContactListsCommand";
43
- import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
44
- import { ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput } from "./commands/ListCustomVerificationEmailTemplatesCommand";
45
- import { ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput } from "./commands/ListDedicatedIpPoolsCommand";
46
- import { ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput } from "./commands/ListDeliverabilityTestReportsCommand";
47
- import { ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput } from "./commands/ListDomainDeliverabilityCampaignsCommand";
48
- import { ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput } from "./commands/ListEmailIdentitiesCommand";
49
- import { ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput } from "./commands/ListEmailTemplatesCommand";
50
- import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
51
- import { ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput } from "./commands/ListSuppressedDestinationsCommand";
52
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
53
- import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
54
- import { PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput } from "./commands/PutAccountDetailsCommand";
55
- import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "./commands/PutAccountSendingAttributesCommand";
56
- import { PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput } from "./commands/PutAccountSuppressionAttributesCommand";
57
- import { PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
58
- import { PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput } from "./commands/PutConfigurationSetReputationOptionsCommand";
59
- import { PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput } from "./commands/PutConfigurationSetSendingOptionsCommand";
60
- import { PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput } from "./commands/PutConfigurationSetSuppressionOptionsCommand";
61
- import { PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput } from "./commands/PutConfigurationSetTrackingOptionsCommand";
62
- import { PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput } from "./commands/PutDedicatedIpInPoolCommand";
63
- import { PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput } from "./commands/PutDedicatedIpWarmupAttributesCommand";
64
- import { PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput } from "./commands/PutDeliverabilityDashboardOptionCommand";
65
- import { PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput } from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
66
- import { PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput } from "./commands/PutEmailIdentityDkimAttributesCommand";
67
- import { PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput } from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
68
- import { PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput } from "./commands/PutEmailIdentityFeedbackAttributesCommand";
69
- import { PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput } from "./commands/PutEmailIdentityMailFromAttributesCommand";
70
- import { PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput } from "./commands/PutSuppressedDestinationCommand";
71
- import { SendBulkEmailCommandInput, SendBulkEmailCommandOutput } from "./commands/SendBulkEmailCommand";
72
- import { SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput } from "./commands/SendCustomVerificationEmailCommand";
73
- import { SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
74
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
75
- import { TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput } from "./commands/TestRenderEmailTemplateCommand";
76
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
77
- import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "./commands/UpdateConfigurationSetEventDestinationCommand";
78
- import { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
79
- import { UpdateContactListCommandInput, UpdateContactListCommandOutput } from "./commands/UpdateContactListCommand";
80
- import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
81
- import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput } from "./commands/UpdateEmailIdentityPolicyCommand";
82
- import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "./commands/UpdateEmailTemplateCommand";
83
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
84
- /**
85
- * <fullname>Amazon SES API v2</fullname>
86
- * <p>Welcome to the Amazon SES API v2 Reference. This guide provides information about the Amazon SES API v2,
87
- * including supported operations, data types, parameters, and schemas.</p>
88
- * <p>
89
- * <a href="https://aws.amazon.com/pinpoint">Amazon SES</a> is an AWS service that
90
- * you can use to send email messages to your customers.</p>
91
- * <p>If you're new to Amazon SES API v2, you might find it helpful to also review the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/">Amazon Simple Email Service Developer
92
- * Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
93
- * and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
94
- * <p>The Amazon SES API v2 is available in several AWS Regions and it provides an endpoint for each
95
- * of these Regions. For a list of all the Regions and endpoints where the API is currently
96
- * available, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#ses_region">AWS Service Endpoints</a> in the <i>Amazon Web Services General Reference</i>. To
97
- * learn more about AWS Regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande-manage.html">Managing AWS Regions</a> in the
98
- * <i>Amazon Web Services General Reference</i>.</p>
99
- * <p>In each Region, AWS maintains multiple Availability Zones. These Availability Zones
100
- * are physically isolated from each other, but are united by private, low-latency,
101
- * high-throughput, and highly redundant network connections. These Availability Zones
102
- * enable us to provide very high levels of availability and redundancy, while also
103
- * minimizing latency. To learn more about the number of Availability Zones that are
104
- * available in each Region, see <a href="http://aws.amazon.com/about-aws/global-infrastructure/">AWS Global Infrastructure</a>.</p>
105
- */
106
- export declare class SESv2 extends SESv2Client {
107
- /**
108
- * <p>Create a configuration set. <i>Configuration sets</i> are groups of
109
- * rules that you can apply to the emails that you send. You apply a configuration set to
110
- * an email by specifying the name of the configuration set when you call the Amazon SES API v2. When
111
- * you apply a configuration set to an email, all of the rules in that configuration set
112
- * are applied to the email. </p>
113
- */
114
- createConfigurationSet(args: CreateConfigurationSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationSetCommandOutput>;
115
- createConfigurationSet(args: CreateConfigurationSetCommandInput, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
116
- createConfigurationSet(args: CreateConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
117
- /**
118
- * <p>Create an event destination. <i>Events</i> include message sends,
119
- * deliveries, opens, clicks, bounces, and complaints. <i>Event
120
- * destinations</i> are places that you can send information about these events
121
- * to. For example, you can send event data to Amazon SNS to receive notifications when you
122
- * receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term
123
- * storage.</p>
124
- * <p>A single configuration set can include more than one event destination.</p>
125
- */
126
- createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
127
- createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
128
- createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
129
- /**
130
- * <p>Creates a contact, which is an end-user who is receiving the email, and adds them to a
131
- * contact list.</p>
132
- */
133
- createContact(args: CreateContactCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactCommandOutput>;
134
- createContact(args: CreateContactCommandInput, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
135
- createContact(args: CreateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactCommandOutput) => void): void;
136
- /**
137
- * <p>Creates a contact list.</p>
138
- */
139
- createContactList(args: CreateContactListCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactListCommandOutput>;
140
- createContactList(args: CreateContactListCommandInput, cb: (err: any, data?: CreateContactListCommandOutput) => void): void;
141
- createContactList(args: CreateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactListCommandOutput) => void): void;
142
- /**
143
- * <p>Creates a new custom verification email template.</p>
144
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
145
- * Guide</i>.</p>
146
- * <p>You can execute this operation no more than once per second.</p>
147
- */
148
- createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
149
- createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
150
- createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
151
- /**
152
- * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
153
- * IP addresses that are associated with your AWS account. You can associate a pool with
154
- * a configuration set. When you send an email that uses that configuration set, the
155
- * message is sent from one of the addresses in the associated pool.</p>
156
- */
157
- createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateDedicatedIpPoolCommandOutput>;
158
- createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
159
- createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
160
- /**
161
- * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
162
- * by various email providers around the world. When you perform a predictive inbox placement test, you provide a
163
- * sample message that contains the content that you plan to send to your customers. Amazon SES
164
- * then sends that message to special email addresses spread across several major email
165
- * providers. After about 24 hours, the test is complete, and you can use the
166
- * <code>GetDeliverabilityTestReport</code> operation to view the results of the
167
- * test.</p>
168
- */
169
- createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeliverabilityTestReportCommandOutput>;
170
- createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
171
- createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
172
- /**
173
- * <p>Starts the process of verifying an email identity. An <i>identity</i> is
174
- * an email address or domain that you use when you send email. Before you can use an
175
- * identity to send email, you first have to verify it. By verifying an identity, you
176
- * demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2
177
- * permission to send email from the identity.</p>
178
- * <p>When you verify an email address, Amazon SES sends an email to the address. Your email
179
- * address is verified as soon as you follow the link in the verification email.
180
- *
181
- * </p>
182
- * <p>When you verify a domain without specifying the <code>DkimSigningAttributes</code>
183
- * object, this operation provides a set of DKIM tokens. You can convert these tokens into
184
- * CNAME records, which you then add to the DNS configuration for your domain. Your domain
185
- * is verified when Amazon SES detects these records in the DNS configuration for your domain.
186
- * This verification method is known as <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a>.</p>
187
- * <p>Alternatively, you can perform the verification process by providing your own
188
- * public-private key pair. This verification method is known as Bring Your Own DKIM
189
- * (BYODKIM). To use BYODKIM, your call to the <code>CreateEmailIdentity</code> operation
190
- * has to include the <code>DkimSigningAttributes</code> object. When you specify this
191
- * object, you provide a selector (a component of the DNS record name that identifies the
192
- * public key that you want to use for DKIM authentication) and a private key.</p>
193
- * <p>When you verify a domain, this operation provides a set of DKIM tokens, which you can
194
- * convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your
195
- * domain. Your domain is verified when Amazon SES detects these records in the DNS
196
- * configuration for your domain. For some DNS providers, it can take 72 hours or more to
197
- * complete the domain verification process.</p>
198
- * <p>Additionally, you can associate an existing configuration set with the email identity that you're verifying.</p>
199
- */
200
- createEmailIdentity(args: CreateEmailIdentityCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailIdentityCommandOutput>;
201
- createEmailIdentity(args: CreateEmailIdentityCommandInput, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
202
- createEmailIdentity(args: CreateEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
203
- /**
204
- * <p>Creates the specified sending authorization policy for the given identity (an email
205
- * address or a domain).</p>
206
- * <note>
207
- * <p>This API is for the identity owner only. If you have not verified the identity,
208
- * this API will return an error.</p>
209
- * </note>
210
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
211
- * senders to use its identities. For information about using sending authorization, see
212
- * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
213
- * Guide</a>.</p>
214
- *
215
- * <p>You can execute this operation no more than once per second.</p>
216
- */
217
- createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailIdentityPolicyCommandOutput>;
218
- createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void): void;
219
- createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void): void;
220
- /**
221
- * <p>Creates an email template. Email templates enable you to send personalized email to
222
- * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
223
- * Developer Guide</a>.</p>
224
- * <p>You can execute this operation no more than once per second.</p>
225
- */
226
- createEmailTemplate(args: CreateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailTemplateCommandOutput>;
227
- createEmailTemplate(args: CreateEmailTemplateCommandInput, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
228
- createEmailTemplate(args: CreateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
229
- /**
230
- * <p>Creates an import job for a data destination.</p>
231
- */
232
- createImportJob(args: CreateImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateImportJobCommandOutput>;
233
- createImportJob(args: CreateImportJobCommandInput, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
234
- createImportJob(args: CreateImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
235
- /**
236
- * <p>Delete an existing configuration set.</p>
237
- * <p>
238
- * <i>Configuration sets</i> are groups of rules that you can apply to the
239
- * emails you send. You apply a configuration set to an email by including a reference to
240
- * the configuration set in the headers of the email. When you apply a configuration set to
241
- * an email, all of the rules in that configuration set are applied to the email.</p>
242
- */
243
- deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationSetCommandOutput>;
244
- deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
245
- deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
246
- /**
247
- * <p>Delete an event destination.</p>
248
- * <p>
249
- * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
250
- * and complaints. <i>Event destinations</i> are places that you can send
251
- * information about these events to. For example, you can send event data to Amazon SNS to
252
- * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
253
- * stream data to Amazon S3 for long-term storage.</p>
254
- */
255
- deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
256
- deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
257
- deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
258
- /**
259
- * <p>Removes a contact from a contact list.</p>
260
- */
261
- deleteContact(args: DeleteContactCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactCommandOutput>;
262
- deleteContact(args: DeleteContactCommandInput, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
263
- deleteContact(args: DeleteContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactCommandOutput) => void): void;
264
- /**
265
- * <p>Deletes a contact list and all of the contacts on that list.</p>
266
- */
267
- deleteContactList(args: DeleteContactListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactListCommandOutput>;
268
- deleteContactList(args: DeleteContactListCommandInput, cb: (err: any, data?: DeleteContactListCommandOutput) => void): void;
269
- deleteContactList(args: DeleteContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactListCommandOutput) => void): void;
270
- /**
271
- * <p>Deletes an existing custom verification email template.</p>
272
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/es/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
273
- * Guide</i>.</p>
274
- * <p>You can execute this operation no more than once per second.</p>
275
- */
276
- deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
277
- deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
278
- deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
279
- /**
280
- * <p>Delete a dedicated IP pool.</p>
281
- */
282
- deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDedicatedIpPoolCommandOutput>;
283
- deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
284
- deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
285
- /**
286
- * <p>Deletes an email identity. An identity can be either an email address or a domain
287
- * name.</p>
288
- */
289
- deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailIdentityCommandOutput>;
290
- deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
291
- deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
292
- /**
293
- * <p>Deletes the specified sending authorization policy for the given identity (an email
294
- * address or a domain). This API returns successfully even if a policy with the specified
295
- * name does not exist.</p>
296
- * <note>
297
- * <p>This API is for the identity owner only. If you have not verified the identity,
298
- * this API will return an error.</p>
299
- * </note>
300
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
301
- * senders to use its identities. For information about using sending authorization, see
302
- * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
303
- * Guide</a>.</p>
304
- *
305
- * <p>You can execute this operation no more than once per second.</p>
306
- */
307
- deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailIdentityPolicyCommandOutput>;
308
- deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
309
- deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
310
- /**
311
- * <p>Deletes an email template.</p>
312
- *
313
- * <p>You can execute this operation no more than once per second.</p>
314
- */
315
- deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailTemplateCommandOutput>;
316
- deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
317
- deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
318
- /**
319
- * <p>Removes an email address from the suppression list for your account.</p>
320
- */
321
- deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuppressedDestinationCommandOutput>;
322
- deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
323
- deleteSuppressedDestination(args: DeleteSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void): void;
324
- /**
325
- * <p>Obtain information about the email-sending status and capabilities of your Amazon SES
326
- * account in the current AWS Region.</p>
327
- */
328
- getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
329
- getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
330
- getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
331
- /**
332
- * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
333
- */
334
- getBlacklistReports(args: GetBlacklistReportsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlacklistReportsCommandOutput>;
335
- getBlacklistReports(args: GetBlacklistReportsCommandInput, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
336
- getBlacklistReports(args: GetBlacklistReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
337
- /**
338
- * <p>Get information about an existing configuration set, including the dedicated IP pool
339
- * that it's associated with, whether or not it's enabled for sending email, and
340
- * more.</p>
341
- * <p>
342
- * <i>Configuration sets</i> are groups of rules that you can apply to the
343
- * emails you send. You apply a configuration set to an email by including a reference to
344
- * the configuration set in the headers of the email. When you apply a configuration set to
345
- * an email, all of the rules in that configuration set are applied to the email.</p>
346
- */
347
- getConfigurationSet(args: GetConfigurationSetCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationSetCommandOutput>;
348
- getConfigurationSet(args: GetConfigurationSetCommandInput, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
349
- getConfigurationSet(args: GetConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
350
- /**
351
- * <p>Retrieve a list of event destinations that are associated with a configuration
352
- * set.</p>
353
- * <p>
354
- * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
355
- * and complaints. <i>Event destinations</i> are places that you can send
356
- * information about these events to. For example, you can send event data to Amazon SNS to
357
- * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
358
- * stream data to Amazon S3 for long-term storage.</p>
359
- */
360
- getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationSetEventDestinationsCommandOutput>;
361
- getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
362
- getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
363
- /**
364
- * <p>Returns a contact from a contact list.</p>
365
- */
366
- getContact(args: GetContactCommandInput, options?: __HttpHandlerOptions): Promise<GetContactCommandOutput>;
367
- getContact(args: GetContactCommandInput, cb: (err: any, data?: GetContactCommandOutput) => void): void;
368
- getContact(args: GetContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactCommandOutput) => void): void;
369
- /**
370
- * <p>Returns contact list metadata. It does not return any information about the contacts
371
- * present in the list.</p>
372
- */
373
- getContactList(args: GetContactListCommandInput, options?: __HttpHandlerOptions): Promise<GetContactListCommandOutput>;
374
- getContactList(args: GetContactListCommandInput, cb: (err: any, data?: GetContactListCommandOutput) => void): void;
375
- getContactList(args: GetContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactListCommandOutput) => void): void;
376
- /**
377
- * <p>Returns the custom email verification template for the template name you
378
- * specify.</p>
379
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
380
- * Guide</i>.</p>
381
- * <p>You can execute this operation no more than once per second.</p>
382
- */
383
- getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomVerificationEmailTemplateCommandOutput>;
384
- getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
385
- getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
386
- /**
387
- * <p>Get information about a dedicated IP address, including the name of the dedicated IP
388
- * pool that it's associated with, as well information about the automatic warm-up process
389
- * for the address.</p>
390
- */
391
- getDedicatedIp(args: GetDedicatedIpCommandInput, options?: __HttpHandlerOptions): Promise<GetDedicatedIpCommandOutput>;
392
- getDedicatedIp(args: GetDedicatedIpCommandInput, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
393
- getDedicatedIp(args: GetDedicatedIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
394
- /**
395
- * <p>List the dedicated IP addresses that are associated with your AWS
396
- * account.</p>
397
- */
398
- getDedicatedIps(args: GetDedicatedIpsCommandInput, options?: __HttpHandlerOptions): Promise<GetDedicatedIpsCommandOutput>;
399
- getDedicatedIps(args: GetDedicatedIpsCommandInput, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
400
- getDedicatedIps(args: GetDedicatedIpsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
401
- /**
402
- * <p>Retrieve information about the status of the Deliverability dashboard for your account. When
403
- * the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other
404
- * metrics for the domains that you use to send email. You also gain the ability to perform
405
- * predictive inbox placement tests.</p>
406
- *
407
- * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
408
- * to any other fees that you accrue by using Amazon SES and other AWS services. For more
409
- * information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
410
- */
411
- getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
412
- getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
413
- getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
414
- /**
415
- * <p>Retrieve the results of a predictive inbox placement test.</p>
416
- */
417
- getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDeliverabilityTestReportCommandOutput>;
418
- getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
419
- getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
420
- /**
421
- * <p>Retrieve all the deliverability data for a specific campaign. This data is available
422
- * for a campaign only if the campaign sent email by using a domain that the
423
- * Deliverability dashboard is enabled for.</p>
424
- */
425
- getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainDeliverabilityCampaignCommandOutput>;
426
- getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
427
- getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
428
- /**
429
- * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
430
- * email.</p>
431
- */
432
- getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainStatisticsReportCommandOutput>;
433
- getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
434
- getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
435
- /**
436
- * <p>Provides information about a specific identity, including the identity's verification
437
- * status, sending authorization policies, its DKIM authentication status, and its custom
438
- * Mail-From settings.</p>
439
- */
440
- getEmailIdentity(args: GetEmailIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailIdentityCommandOutput>;
441
- getEmailIdentity(args: GetEmailIdentityCommandInput, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
442
- getEmailIdentity(args: GetEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
443
- /**
444
- * <p>Returns the requested sending authorization policies for the given identity (an email
445
- * address or a domain). The policies are returned as a map of policy names to policy
446
- * contents. You can retrieve a maximum of 20 policies at a time.</p>
447
- * <note>
448
- * <p>This API is for the identity owner only. If you have not verified the identity,
449
- * this API will return an error.</p>
450
- * </note>
451
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
452
- * senders to use its identities. For information about using sending authorization, see
453
- * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
454
- * Guide</a>.</p>
455
- * <p>You can execute this operation no more than once per second.</p>
456
- */
457
- getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailIdentityPoliciesCommandOutput>;
458
- getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void): void;
459
- getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void): void;
460
- /**
461
- * <p>Displays the template object (which includes the subject line, HTML part and text
462
- * part) for the template you specify.</p>
463
- *
464
- * <p>You can execute this operation no more than once per second.</p>
465
- */
466
- getEmailTemplate(args: GetEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailTemplateCommandOutput>;
467
- getEmailTemplate(args: GetEmailTemplateCommandInput, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
468
- getEmailTemplate(args: GetEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
469
- /**
470
- * <p>Provides information about an import job.</p>
471
- */
472
- getImportJob(args: GetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetImportJobCommandOutput>;
473
- getImportJob(args: GetImportJobCommandInput, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
474
- getImportJob(args: GetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImportJobCommandOutput) => void): void;
475
- /**
476
- * <p>Retrieves information about a specific email address that's on the suppression list
477
- * for your account.</p>
478
- */
479
- getSuppressedDestination(args: GetSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetSuppressedDestinationCommandOutput>;
480
- getSuppressedDestination(args: GetSuppressedDestinationCommandInput, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
481
- getSuppressedDestination(args: GetSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void): void;
482
- /**
483
- * <p>List all of the configuration sets associated with your account in the current
484
- * region.</p>
485
- * <p>
486
- * <i>Configuration sets</i> are groups of rules that you can apply to the
487
- * emails you send. You apply a configuration set to an email by including a reference to
488
- * the configuration set in the headers of the email. When you apply a configuration set to
489
- * an email, all of the rules in that configuration set are applied to the email.</p>
490
- */
491
- listConfigurationSets(args: ListConfigurationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationSetsCommandOutput>;
492
- listConfigurationSets(args: ListConfigurationSetsCommandInput, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
493
- listConfigurationSets(args: ListConfigurationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
494
- /**
495
- * <p>Lists all of the contact lists available.</p>
496
- */
497
- listContactLists(args: ListContactListsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactListsCommandOutput>;
498
- listContactLists(args: ListContactListsCommandInput, cb: (err: any, data?: ListContactListsCommandOutput) => void): void;
499
- listContactLists(args: ListContactListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactListsCommandOutput) => void): void;
500
- /**
501
- * <p>Lists the contacts present in a specific contact list.</p>
502
- */
503
- listContacts(args: ListContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactsCommandOutput>;
504
- listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
505
- listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
506
- /**
507
- * <p>Lists the existing custom verification email templates for your account in the current
508
- * AWS Region.</p>
509
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
510
- * Guide</i>.</p>
511
- * <p>You can execute this operation no more than once per second.</p>
512
- */
513
- listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
514
- listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
515
- listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
516
- /**
517
- * <p>List all of the dedicated IP pools that exist in your AWS account in the current
518
- * Region.</p>
519
- */
520
- listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListDedicatedIpPoolsCommandOutput>;
521
- listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
522
- listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
523
- /**
524
- * <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
525
- * predictive inbox placement tests that are complete, you can use the <code>GetDeliverabilityTestReport</code>
526
- * operation to view the results.</p>
527
- */
528
- listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeliverabilityTestReportsCommandOutput>;
529
- listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
530
- listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
531
- /**
532
- * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
533
- * email during a specified time range. This data is available for a domain only if you
534
- * enabled the Deliverability dashboard for the domain.</p>
535
- */
536
- listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainDeliverabilityCampaignsCommandOutput>;
537
- listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
538
- listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
539
- /**
540
- * <p>Returns a list of all of the email identities that are associated with your AWS
541
- * account. An identity can be either an email address or a domain. This operation returns
542
- * identities that are verified as well as those that aren't. This operation returns
543
- * identities that are associated with Amazon SES and Amazon Pinpoint.</p>
544
- */
545
- listEmailIdentities(args: ListEmailIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListEmailIdentitiesCommandOutput>;
546
- listEmailIdentities(args: ListEmailIdentitiesCommandInput, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
547
- listEmailIdentities(args: ListEmailIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
548
- /**
549
- * <p>Lists the email templates present in your Amazon SES account in the current AWS
550
- * Region.</p>
551
- *
552
- * <p>You can execute this operation no more than once per second.</p>
553
- */
554
- listEmailTemplates(args: ListEmailTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListEmailTemplatesCommandOutput>;
555
- listEmailTemplates(args: ListEmailTemplatesCommandInput, cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void): void;
556
- listEmailTemplates(args: ListEmailTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void): void;
557
- /**
558
- * <p>Lists all of the import jobs.</p>
559
- */
560
- listImportJobs(args: ListImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListImportJobsCommandOutput>;
561
- listImportJobs(args: ListImportJobsCommandInput, cb: (err: any, data?: ListImportJobsCommandOutput) => void): void;
562
- listImportJobs(args: ListImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportJobsCommandOutput) => void): void;
563
- /**
564
- * <p>Retrieves a list of email addresses that are on the suppression list for your
565
- * account.</p>
566
- */
567
- listSuppressedDestinations(args: ListSuppressedDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSuppressedDestinationsCommandOutput>;
568
- listSuppressedDestinations(args: ListSuppressedDestinationsCommandInput, cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void): void;
569
- listSuppressedDestinations(args: ListSuppressedDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuppressedDestinationsCommandOutput) => void): void;
570
- /**
571
- * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
572
- * resource. A <i>tag</i> is a label that you optionally define and associate
573
- * with a resource. Each tag consists of a required <i>tag key</i> and an
574
- * optional associated <i>tag value</i>. A tag key is a general label that
575
- * acts as a category for more specific tag values. A tag value acts as a descriptor within
576
- * a tag key.</p>
577
- */
578
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
579
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
580
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
581
- /**
582
- * <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</p>
583
- */
584
- putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
585
- putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
586
- putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
587
- /**
588
- * <p>Update your Amazon SES account details.</p>
589
- */
590
- putAccountDetails(args: PutAccountDetailsCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDetailsCommandOutput>;
591
- putAccountDetails(args: PutAccountDetailsCommandInput, cb: (err: any, data?: PutAccountDetailsCommandOutput) => void): void;
592
- putAccountDetails(args: PutAccountDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDetailsCommandOutput) => void): void;
593
- /**
594
- * <p>Enable or disable the ability of your account to send email.</p>
595
- */
596
- putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSendingAttributesCommandOutput>;
597
- putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
598
- putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
599
- /**
600
- * <p>Change the settings for the account-level suppression list.</p>
601
- */
602
- putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSuppressionAttributesCommandOutput>;
603
- putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void): void;
604
- putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void): void;
605
- /**
606
- * <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
607
- * to create groups of dedicated IP addresses for sending specific types of email.</p>
608
- */
609
- putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
610
- putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
611
- putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
612
- /**
613
- * <p>Enable or disable collection of reputation metrics for emails that you send using a
614
- * particular configuration set in a specific AWS Region.</p>
615
- */
616
- putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetReputationOptionsCommandOutput>;
617
- putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
618
- putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
619
- /**
620
- * <p>Enable or disable email sending for messages that use a particular configuration set
621
- * in a specific AWS Region.</p>
622
- */
623
- putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetSendingOptionsCommandOutput>;
624
- putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
625
- putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
626
- /**
627
- * <p>Specify the account suppression list preferences for a configuration set.</p>
628
- */
629
- putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetSuppressionOptionsCommandOutput>;
630
- putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void): void;
631
- putConfigurationSetSuppressionOptions(args: PutConfigurationSetSuppressionOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetSuppressionOptionsCommandOutput) => void): void;
632
- /**
633
- * <p>Specify a custom domain to use for open and click tracking elements in email that you
634
- * send.</p>
635
- */
636
- putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetTrackingOptionsCommandOutput>;
637
- putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
638
- putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
639
- /**
640
- * <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
641
- * <note>
642
- * <p>The dedicated IP address that you specify must already exist, and must be
643
- * associated with your AWS account.
644
- *
645
- * </p>
646
- * <p>The dedicated IP pool you specify must already exist. You can create a new pool by
647
- * using the <code>CreateDedicatedIpPool</code> operation.</p>
648
- *
649
- * </note>
650
- */
651
- putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, options?: __HttpHandlerOptions): Promise<PutDedicatedIpInPoolCommandOutput>;
652
- putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
653
- putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
654
- /**
655
- * <p></p>
656
- */
657
- putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
658
- putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
659
- putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
660
- /**
661
- * <p>Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
662
- * access to reputation, deliverability, and other metrics for the domains that you use to
663
- * send email. You also gain the ability to perform predictive inbox placement tests.</p>
664
- *
665
- * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
666
- * to any other fees that you accrue by using Amazon SES and other AWS services. For more
667
- * information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
668
- */
669
- putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, options?: __HttpHandlerOptions): Promise<PutDeliverabilityDashboardOptionCommandOutput>;
670
- putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
671
- putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
672
- /**
673
- * <p>Used to associate a configuration set with an email identity.</p>
674
- */
675
- putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityConfigurationSetAttributesCommandOutput>;
676
- putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void): void;
677
- putEmailIdentityConfigurationSetAttributes(args: PutEmailIdentityConfigurationSetAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityConfigurationSetAttributesCommandOutput) => void): void;
678
- /**
679
- * <p>Used to enable or disable DKIM authentication for an email identity.</p>
680
- */
681
- putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityDkimAttributesCommandOutput>;
682
- putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
683
- putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
684
- /**
685
- * <p>Used to configure or change the DKIM authentication settings for an email domain
686
- * identity. You can use this operation to do any of the following:</p>
687
- * <ul>
688
- * <li>
689
- * <p>Update the signing attributes for an identity that uses Bring Your Own DKIM
690
- * (BYODKIM).</p>
691
- * </li>
692
- * <li>
693
- * <p>Change from using no DKIM authentication to using Easy DKIM.</p>
694
- * </li>
695
- * <li>
696
- * <p>Change from using no DKIM authentication to using BYODKIM.</p>
697
- * </li>
698
- * <li>
699
- * <p>Change from using Easy DKIM to using BYODKIM.</p>
700
- * </li>
701
- * <li>
702
- * <p>Change from using BYODKIM to using Easy DKIM.</p>
703
- * </li>
704
- * </ul>
705
- */
706
- putEmailIdentityDkimSigningAttributes(args: PutEmailIdentityDkimSigningAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityDkimSigningAttributesCommandOutput>;
707
- putEmailIdentityDkimSigningAttributes(args: PutEmailIdentityDkimSigningAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void): void;
708
- putEmailIdentityDkimSigningAttributes(args: PutEmailIdentityDkimSigningAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityDkimSigningAttributesCommandOutput) => void): void;
709
- /**
710
- * <p>Used to enable or disable feedback forwarding for an identity. This setting determines
711
- * what happens when an identity is used to send an email that results in a bounce or
712
- * complaint event.</p>
713
- * <p>If the value is <code>true</code>, you receive email notifications when bounce or
714
- * complaint events occur. These notifications are sent to the address that you specified
715
- * in the <code>Return-Path</code> header of the original email.</p>
716
- * <p>You're required to have a method of tracking bounces and complaints. If you haven't
717
- * set up another mechanism for receiving bounce or complaint notifications (for example,
718
- * by setting up an event destination), you receive an email notification when these events
719
- * occur (even if this setting is disabled).</p>
720
- */
721
- putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityFeedbackAttributesCommandOutput>;
722
- putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
723
- putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
724
- /**
725
- * <p>Used to enable or disable the custom Mail-From domain configuration for an email
726
- * identity.</p>
727
- */
728
- putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityMailFromAttributesCommandOutput>;
729
- putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
730
- putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
731
- /**
732
- * <p>Adds an email address to the suppression list for your account.</p>
733
- */
734
- putSuppressedDestination(args: PutSuppressedDestinationCommandInput, options?: __HttpHandlerOptions): Promise<PutSuppressedDestinationCommandOutput>;
735
- putSuppressedDestination(args: PutSuppressedDestinationCommandInput, cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void): void;
736
- putSuppressedDestination(args: PutSuppressedDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSuppressedDestinationCommandOutput) => void): void;
737
- /**
738
- * <p>Composes an email message to multiple destinations.</p>
739
- */
740
- sendBulkEmail(args: SendBulkEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendBulkEmailCommandOutput>;
741
- sendBulkEmail(args: SendBulkEmailCommandInput, cb: (err: any, data?: SendBulkEmailCommandOutput) => void): void;
742
- sendBulkEmail(args: SendBulkEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendBulkEmailCommandOutput) => void): void;
743
- /**
744
- * <p>Adds an email address to the list of identities for your Amazon SES account in the current
745
- * AWS Region and attempts to verify it. As a result of executing this operation, a
746
- * customized verification email is sent to the specified address.</p>
747
- * <p>To use this operation, you must first create a custom verification email template. For
748
- * more information about creating and using custom verification email templates, see
749
- * <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
750
- * Guide</i>.</p>
751
- * <p>You can execute this operation no more than once per second.</p>
752
- */
753
- sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendCustomVerificationEmailCommandOutput>;
754
- sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
755
- sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
756
- /**
757
- * <p>Sends an email message. You can use the Amazon SES API v2 to send two types of
758
- * messages:</p>
759
- * <ul>
760
- * <li>
761
- * <p>
762
- * <b>Simple</b> – A standard email message. When
763
- * you create this type of message, you specify the sender, the recipient, and the
764
- * message body, and Amazon SES assembles the message for you.</p>
765
- * </li>
766
- * <li>
767
- * <p>
768
- * <b>Raw</b> – A raw, MIME-formatted email
769
- * message. When you send this type of email, you have to specify all of the
770
- * message headers, as well as the message body. You can use this message type to
771
- * send messages that contain attachments. The message that you specify has to be a
772
- * valid MIME message.</p>
773
- * </li>
774
- * <li>
775
- * <p>
776
- * <b>Templated</b> – A message that contains
777
- * personalization tags. When you send this type of email, Amazon SES API v2 automatically
778
- * replaces the tags with values that you specify.</p>
779
- * </li>
780
- * </ul>
781
- */
782
- sendEmail(args: SendEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendEmailCommandOutput>;
783
- sendEmail(args: SendEmailCommandInput, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
784
- sendEmail(args: SendEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
785
- /**
786
- * <p>Add one or more tags (keys and values) to a specified resource. A
787
- * <i>tag</i> is a label that you optionally define and associate with a
788
- * resource. Tags can help you categorize and manage resources in different ways, such as
789
- * by purpose, owner, environment, or other criteria. A resource can have as many as 50
790
- * tags.</p>
791
- * <p>Each tag consists of a required <i>tag key</i> and an
792
- * associated <i>tag value</i>, both of which you define. A tag key is a
793
- * general label that acts as a category for more specific tag values. A tag value acts as
794
- * a descriptor within a tag key.</p>
795
- */
796
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
797
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
798
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
799
- /**
800
- * <p>Creates a preview of the MIME content of an email when provided with a template and a
801
- * set of replacement data.</p>
802
- *
803
- * <p>You can execute this operation no more than once per second.</p>
804
- */
805
- testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<TestRenderEmailTemplateCommandOutput>;
806
- testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void): void;
807
- testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void): void;
808
- /**
809
- * <p>Remove one or more tags (keys and values) from a specified resource.</p>
810
- */
811
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
812
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
813
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
814
- /**
815
- * <p>Update the configuration of an event destination for a configuration set.</p>
816
- * <p>
817
- * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
818
- * and complaints. <i>Event destinations</i> are places that you can send
819
- * information about these events to. For example, you can send event data to Amazon SNS to
820
- * receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to
821
- * stream data to Amazon S3 for long-term storage.</p>
822
- */
823
- updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
824
- updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
825
- updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
826
- /**
827
- * <p>Updates a contact's preferences for a list. It is not necessary to specify all
828
- * existing topic preferences in the TopicPreferences object, just the ones that need
829
- * updating.</p>
830
- */
831
- updateContact(args: UpdateContactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactCommandOutput>;
832
- updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
833
- updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
834
- /**
835
- * <p>Updates contact list metadata. This operation does a complete replacement.</p>
836
- */
837
- updateContactList(args: UpdateContactListCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactListCommandOutput>;
838
- updateContactList(args: UpdateContactListCommandInput, cb: (err: any, data?: UpdateContactListCommandOutput) => void): void;
839
- updateContactList(args: UpdateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactListCommandOutput) => void): void;
840
- /**
841
- * <p>Updates an existing custom verification email template.</p>
842
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-verify-address-custom.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
843
- * Guide</i>.</p>
844
- * <p>You can execute this operation no more than once per second.</p>
845
- */
846
- updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
847
- updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
848
- updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
849
- /**
850
- * <p>Updates the specified sending authorization policy for the given identity (an email
851
- * address or a domain). This API returns successfully even if a policy with the specified
852
- * name does not exist.</p>
853
- * <note>
854
- * <p>This API is for the identity owner only. If you have not verified the identity,
855
- * this API will return an error.</p>
856
- * </note>
857
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
858
- * senders to use its identities. For information about using sending authorization, see
859
- * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
860
- * Guide</a>.</p>
861
- *
862
- * <p>You can execute this operation no more than once per second.</p>
863
- */
864
- updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailIdentityPolicyCommandOutput>;
865
- updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void): void;
866
- updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void): void;
867
- /**
868
- * <p>Updates an email template. Email templates enable you to send personalized email to
869
- * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES
870
- * Developer Guide</a>.</p>
871
- * <p>You can execute this operation no more than once per second.</p>
872
- */
873
- updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailTemplateCommandOutput>;
874
- updateEmailTemplate(args: UpdateEmailTemplateCommandInput, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
875
- updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
876
- }