@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
package/dist/cjs/SESv2.js DELETED
@@ -1,1245 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SESv2 = void 0;
4
- const SESv2Client_1 = require("./SESv2Client");
5
- const CreateConfigurationSetCommand_1 = require("./commands/CreateConfigurationSetCommand");
6
- const CreateConfigurationSetEventDestinationCommand_1 = require("./commands/CreateConfigurationSetEventDestinationCommand");
7
- const CreateContactCommand_1 = require("./commands/CreateContactCommand");
8
- const CreateContactListCommand_1 = require("./commands/CreateContactListCommand");
9
- const CreateCustomVerificationEmailTemplateCommand_1 = require("./commands/CreateCustomVerificationEmailTemplateCommand");
10
- const CreateDedicatedIpPoolCommand_1 = require("./commands/CreateDedicatedIpPoolCommand");
11
- const CreateDeliverabilityTestReportCommand_1 = require("./commands/CreateDeliverabilityTestReportCommand");
12
- const CreateEmailIdentityCommand_1 = require("./commands/CreateEmailIdentityCommand");
13
- const CreateEmailIdentityPolicyCommand_1 = require("./commands/CreateEmailIdentityPolicyCommand");
14
- const CreateEmailTemplateCommand_1 = require("./commands/CreateEmailTemplateCommand");
15
- const CreateImportJobCommand_1 = require("./commands/CreateImportJobCommand");
16
- const DeleteConfigurationSetCommand_1 = require("./commands/DeleteConfigurationSetCommand");
17
- const DeleteConfigurationSetEventDestinationCommand_1 = require("./commands/DeleteConfigurationSetEventDestinationCommand");
18
- const DeleteContactCommand_1 = require("./commands/DeleteContactCommand");
19
- const DeleteContactListCommand_1 = require("./commands/DeleteContactListCommand");
20
- const DeleteCustomVerificationEmailTemplateCommand_1 = require("./commands/DeleteCustomVerificationEmailTemplateCommand");
21
- const DeleteDedicatedIpPoolCommand_1 = require("./commands/DeleteDedicatedIpPoolCommand");
22
- const DeleteEmailIdentityCommand_1 = require("./commands/DeleteEmailIdentityCommand");
23
- const DeleteEmailIdentityPolicyCommand_1 = require("./commands/DeleteEmailIdentityPolicyCommand");
24
- const DeleteEmailTemplateCommand_1 = require("./commands/DeleteEmailTemplateCommand");
25
- const DeleteSuppressedDestinationCommand_1 = require("./commands/DeleteSuppressedDestinationCommand");
26
- const GetAccountCommand_1 = require("./commands/GetAccountCommand");
27
- const GetBlacklistReportsCommand_1 = require("./commands/GetBlacklistReportsCommand");
28
- const GetConfigurationSetCommand_1 = require("./commands/GetConfigurationSetCommand");
29
- const GetConfigurationSetEventDestinationsCommand_1 = require("./commands/GetConfigurationSetEventDestinationsCommand");
30
- const GetContactCommand_1 = require("./commands/GetContactCommand");
31
- const GetContactListCommand_1 = require("./commands/GetContactListCommand");
32
- const GetCustomVerificationEmailTemplateCommand_1 = require("./commands/GetCustomVerificationEmailTemplateCommand");
33
- const GetDedicatedIpCommand_1 = require("./commands/GetDedicatedIpCommand");
34
- const GetDedicatedIpsCommand_1 = require("./commands/GetDedicatedIpsCommand");
35
- const GetDeliverabilityDashboardOptionsCommand_1 = require("./commands/GetDeliverabilityDashboardOptionsCommand");
36
- const GetDeliverabilityTestReportCommand_1 = require("./commands/GetDeliverabilityTestReportCommand");
37
- const GetDomainDeliverabilityCampaignCommand_1 = require("./commands/GetDomainDeliverabilityCampaignCommand");
38
- const GetDomainStatisticsReportCommand_1 = require("./commands/GetDomainStatisticsReportCommand");
39
- const GetEmailIdentityCommand_1 = require("./commands/GetEmailIdentityCommand");
40
- const GetEmailIdentityPoliciesCommand_1 = require("./commands/GetEmailIdentityPoliciesCommand");
41
- const GetEmailTemplateCommand_1 = require("./commands/GetEmailTemplateCommand");
42
- const GetImportJobCommand_1 = require("./commands/GetImportJobCommand");
43
- const GetSuppressedDestinationCommand_1 = require("./commands/GetSuppressedDestinationCommand");
44
- const ListConfigurationSetsCommand_1 = require("./commands/ListConfigurationSetsCommand");
45
- const ListContactListsCommand_1 = require("./commands/ListContactListsCommand");
46
- const ListContactsCommand_1 = require("./commands/ListContactsCommand");
47
- const ListCustomVerificationEmailTemplatesCommand_1 = require("./commands/ListCustomVerificationEmailTemplatesCommand");
48
- const ListDedicatedIpPoolsCommand_1 = require("./commands/ListDedicatedIpPoolsCommand");
49
- const ListDeliverabilityTestReportsCommand_1 = require("./commands/ListDeliverabilityTestReportsCommand");
50
- const ListDomainDeliverabilityCampaignsCommand_1 = require("./commands/ListDomainDeliverabilityCampaignsCommand");
51
- const ListEmailIdentitiesCommand_1 = require("./commands/ListEmailIdentitiesCommand");
52
- const ListEmailTemplatesCommand_1 = require("./commands/ListEmailTemplatesCommand");
53
- const ListImportJobsCommand_1 = require("./commands/ListImportJobsCommand");
54
- const ListSuppressedDestinationsCommand_1 = require("./commands/ListSuppressedDestinationsCommand");
55
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
56
- const PutAccountDedicatedIpWarmupAttributesCommand_1 = require("./commands/PutAccountDedicatedIpWarmupAttributesCommand");
57
- const PutAccountDetailsCommand_1 = require("./commands/PutAccountDetailsCommand");
58
- const PutAccountSendingAttributesCommand_1 = require("./commands/PutAccountSendingAttributesCommand");
59
- const PutAccountSuppressionAttributesCommand_1 = require("./commands/PutAccountSuppressionAttributesCommand");
60
- const PutConfigurationSetDeliveryOptionsCommand_1 = require("./commands/PutConfigurationSetDeliveryOptionsCommand");
61
- const PutConfigurationSetReputationOptionsCommand_1 = require("./commands/PutConfigurationSetReputationOptionsCommand");
62
- const PutConfigurationSetSendingOptionsCommand_1 = require("./commands/PutConfigurationSetSendingOptionsCommand");
63
- const PutConfigurationSetSuppressionOptionsCommand_1 = require("./commands/PutConfigurationSetSuppressionOptionsCommand");
64
- const PutConfigurationSetTrackingOptionsCommand_1 = require("./commands/PutConfigurationSetTrackingOptionsCommand");
65
- const PutDedicatedIpInPoolCommand_1 = require("./commands/PutDedicatedIpInPoolCommand");
66
- const PutDedicatedIpWarmupAttributesCommand_1 = require("./commands/PutDedicatedIpWarmupAttributesCommand");
67
- const PutDeliverabilityDashboardOptionCommand_1 = require("./commands/PutDeliverabilityDashboardOptionCommand");
68
- const PutEmailIdentityConfigurationSetAttributesCommand_1 = require("./commands/PutEmailIdentityConfigurationSetAttributesCommand");
69
- const PutEmailIdentityDkimAttributesCommand_1 = require("./commands/PutEmailIdentityDkimAttributesCommand");
70
- const PutEmailIdentityDkimSigningAttributesCommand_1 = require("./commands/PutEmailIdentityDkimSigningAttributesCommand");
71
- const PutEmailIdentityFeedbackAttributesCommand_1 = require("./commands/PutEmailIdentityFeedbackAttributesCommand");
72
- const PutEmailIdentityMailFromAttributesCommand_1 = require("./commands/PutEmailIdentityMailFromAttributesCommand");
73
- const PutSuppressedDestinationCommand_1 = require("./commands/PutSuppressedDestinationCommand");
74
- const SendBulkEmailCommand_1 = require("./commands/SendBulkEmailCommand");
75
- const SendCustomVerificationEmailCommand_1 = require("./commands/SendCustomVerificationEmailCommand");
76
- const SendEmailCommand_1 = require("./commands/SendEmailCommand");
77
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
78
- const TestRenderEmailTemplateCommand_1 = require("./commands/TestRenderEmailTemplateCommand");
79
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
80
- const UpdateConfigurationSetEventDestinationCommand_1 = require("./commands/UpdateConfigurationSetEventDestinationCommand");
81
- const UpdateContactCommand_1 = require("./commands/UpdateContactCommand");
82
- const UpdateContactListCommand_1 = require("./commands/UpdateContactListCommand");
83
- const UpdateCustomVerificationEmailTemplateCommand_1 = require("./commands/UpdateCustomVerificationEmailTemplateCommand");
84
- const UpdateEmailIdentityPolicyCommand_1 = require("./commands/UpdateEmailIdentityPolicyCommand");
85
- const UpdateEmailTemplateCommand_1 = require("./commands/UpdateEmailTemplateCommand");
86
- /**
87
- * <fullname>Amazon SES API v2</fullname>
88
- * <p>Welcome to the Amazon SES API v2 Reference. This guide provides information about the Amazon SES API v2,
89
- * including supported operations, data types, parameters, and schemas.</p>
90
- * <p>
91
- * <a href="https://aws.amazon.com/pinpoint">Amazon SES</a> is an AWS service that
92
- * you can use to send email messages to your customers.</p>
93
- * <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
94
- * Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
95
- * and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
96
- * <p>The Amazon SES API v2 is available in several AWS Regions and it provides an endpoint for each
97
- * of these Regions. For a list of all the Regions and endpoints where the API is currently
98
- * 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
99
- * 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
100
- * <i>Amazon Web Services General Reference</i>.</p>
101
- * <p>In each Region, AWS maintains multiple Availability Zones. These Availability Zones
102
- * are physically isolated from each other, but are united by private, low-latency,
103
- * high-throughput, and highly redundant network connections. These Availability Zones
104
- * enable us to provide very high levels of availability and redundancy, while also
105
- * minimizing latency. To learn more about the number of Availability Zones that are
106
- * available in each Region, see <a href="http://aws.amazon.com/about-aws/global-infrastructure/">AWS Global Infrastructure</a>.</p>
107
- */
108
- class SESv2 extends SESv2Client_1.SESv2Client {
109
- createConfigurationSet(args, optionsOrCb, cb) {
110
- const command = new CreateConfigurationSetCommand_1.CreateConfigurationSetCommand(args);
111
- if (typeof optionsOrCb === "function") {
112
- this.send(command, optionsOrCb);
113
- }
114
- else if (typeof cb === "function") {
115
- if (typeof optionsOrCb !== "object")
116
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
117
- this.send(command, optionsOrCb || {}, cb);
118
- }
119
- else {
120
- return this.send(command, optionsOrCb);
121
- }
122
- }
123
- createConfigurationSetEventDestination(args, optionsOrCb, cb) {
124
- const command = new CreateConfigurationSetEventDestinationCommand_1.CreateConfigurationSetEventDestinationCommand(args);
125
- if (typeof optionsOrCb === "function") {
126
- this.send(command, optionsOrCb);
127
- }
128
- else if (typeof cb === "function") {
129
- if (typeof optionsOrCb !== "object")
130
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
131
- this.send(command, optionsOrCb || {}, cb);
132
- }
133
- else {
134
- return this.send(command, optionsOrCb);
135
- }
136
- }
137
- createContact(args, optionsOrCb, cb) {
138
- const command = new CreateContactCommand_1.CreateContactCommand(args);
139
- if (typeof optionsOrCb === "function") {
140
- this.send(command, optionsOrCb);
141
- }
142
- else if (typeof cb === "function") {
143
- if (typeof optionsOrCb !== "object")
144
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
145
- this.send(command, optionsOrCb || {}, cb);
146
- }
147
- else {
148
- return this.send(command, optionsOrCb);
149
- }
150
- }
151
- createContactList(args, optionsOrCb, cb) {
152
- const command = new CreateContactListCommand_1.CreateContactListCommand(args);
153
- if (typeof optionsOrCb === "function") {
154
- this.send(command, optionsOrCb);
155
- }
156
- else if (typeof cb === "function") {
157
- if (typeof optionsOrCb !== "object")
158
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
159
- this.send(command, optionsOrCb || {}, cb);
160
- }
161
- else {
162
- return this.send(command, optionsOrCb);
163
- }
164
- }
165
- createCustomVerificationEmailTemplate(args, optionsOrCb, cb) {
166
- const command = new CreateCustomVerificationEmailTemplateCommand_1.CreateCustomVerificationEmailTemplateCommand(args);
167
- if (typeof optionsOrCb === "function") {
168
- this.send(command, optionsOrCb);
169
- }
170
- else if (typeof cb === "function") {
171
- if (typeof optionsOrCb !== "object")
172
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
173
- this.send(command, optionsOrCb || {}, cb);
174
- }
175
- else {
176
- return this.send(command, optionsOrCb);
177
- }
178
- }
179
- createDedicatedIpPool(args, optionsOrCb, cb) {
180
- const command = new CreateDedicatedIpPoolCommand_1.CreateDedicatedIpPoolCommand(args);
181
- if (typeof optionsOrCb === "function") {
182
- this.send(command, optionsOrCb);
183
- }
184
- else if (typeof cb === "function") {
185
- if (typeof optionsOrCb !== "object")
186
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
187
- this.send(command, optionsOrCb || {}, cb);
188
- }
189
- else {
190
- return this.send(command, optionsOrCb);
191
- }
192
- }
193
- createDeliverabilityTestReport(args, optionsOrCb, cb) {
194
- const command = new CreateDeliverabilityTestReportCommand_1.CreateDeliverabilityTestReportCommand(args);
195
- if (typeof optionsOrCb === "function") {
196
- this.send(command, optionsOrCb);
197
- }
198
- else if (typeof cb === "function") {
199
- if (typeof optionsOrCb !== "object")
200
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
201
- this.send(command, optionsOrCb || {}, cb);
202
- }
203
- else {
204
- return this.send(command, optionsOrCb);
205
- }
206
- }
207
- createEmailIdentity(args, optionsOrCb, cb) {
208
- const command = new CreateEmailIdentityCommand_1.CreateEmailIdentityCommand(args);
209
- if (typeof optionsOrCb === "function") {
210
- this.send(command, optionsOrCb);
211
- }
212
- else if (typeof cb === "function") {
213
- if (typeof optionsOrCb !== "object")
214
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
215
- this.send(command, optionsOrCb || {}, cb);
216
- }
217
- else {
218
- return this.send(command, optionsOrCb);
219
- }
220
- }
221
- createEmailIdentityPolicy(args, optionsOrCb, cb) {
222
- const command = new CreateEmailIdentityPolicyCommand_1.CreateEmailIdentityPolicyCommand(args);
223
- if (typeof optionsOrCb === "function") {
224
- this.send(command, optionsOrCb);
225
- }
226
- else if (typeof cb === "function") {
227
- if (typeof optionsOrCb !== "object")
228
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
229
- this.send(command, optionsOrCb || {}, cb);
230
- }
231
- else {
232
- return this.send(command, optionsOrCb);
233
- }
234
- }
235
- createEmailTemplate(args, optionsOrCb, cb) {
236
- const command = new CreateEmailTemplateCommand_1.CreateEmailTemplateCommand(args);
237
- if (typeof optionsOrCb === "function") {
238
- this.send(command, optionsOrCb);
239
- }
240
- else if (typeof cb === "function") {
241
- if (typeof optionsOrCb !== "object")
242
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
243
- this.send(command, optionsOrCb || {}, cb);
244
- }
245
- else {
246
- return this.send(command, optionsOrCb);
247
- }
248
- }
249
- createImportJob(args, optionsOrCb, cb) {
250
- const command = new CreateImportJobCommand_1.CreateImportJobCommand(args);
251
- if (typeof optionsOrCb === "function") {
252
- this.send(command, optionsOrCb);
253
- }
254
- else if (typeof cb === "function") {
255
- if (typeof optionsOrCb !== "object")
256
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
257
- this.send(command, optionsOrCb || {}, cb);
258
- }
259
- else {
260
- return this.send(command, optionsOrCb);
261
- }
262
- }
263
- deleteConfigurationSet(args, optionsOrCb, cb) {
264
- const command = new DeleteConfigurationSetCommand_1.DeleteConfigurationSetCommand(args);
265
- if (typeof optionsOrCb === "function") {
266
- this.send(command, optionsOrCb);
267
- }
268
- else if (typeof cb === "function") {
269
- if (typeof optionsOrCb !== "object")
270
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
271
- this.send(command, optionsOrCb || {}, cb);
272
- }
273
- else {
274
- return this.send(command, optionsOrCb);
275
- }
276
- }
277
- deleteConfigurationSetEventDestination(args, optionsOrCb, cb) {
278
- const command = new DeleteConfigurationSetEventDestinationCommand_1.DeleteConfigurationSetEventDestinationCommand(args);
279
- if (typeof optionsOrCb === "function") {
280
- this.send(command, optionsOrCb);
281
- }
282
- else if (typeof cb === "function") {
283
- if (typeof optionsOrCb !== "object")
284
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
285
- this.send(command, optionsOrCb || {}, cb);
286
- }
287
- else {
288
- return this.send(command, optionsOrCb);
289
- }
290
- }
291
- deleteContact(args, optionsOrCb, cb) {
292
- const command = new DeleteContactCommand_1.DeleteContactCommand(args);
293
- if (typeof optionsOrCb === "function") {
294
- this.send(command, optionsOrCb);
295
- }
296
- else if (typeof cb === "function") {
297
- if (typeof optionsOrCb !== "object")
298
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
299
- this.send(command, optionsOrCb || {}, cb);
300
- }
301
- else {
302
- return this.send(command, optionsOrCb);
303
- }
304
- }
305
- deleteContactList(args, optionsOrCb, cb) {
306
- const command = new DeleteContactListCommand_1.DeleteContactListCommand(args);
307
- if (typeof optionsOrCb === "function") {
308
- this.send(command, optionsOrCb);
309
- }
310
- else if (typeof cb === "function") {
311
- if (typeof optionsOrCb !== "object")
312
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
313
- this.send(command, optionsOrCb || {}, cb);
314
- }
315
- else {
316
- return this.send(command, optionsOrCb);
317
- }
318
- }
319
- deleteCustomVerificationEmailTemplate(args, optionsOrCb, cb) {
320
- const command = new DeleteCustomVerificationEmailTemplateCommand_1.DeleteCustomVerificationEmailTemplateCommand(args);
321
- if (typeof optionsOrCb === "function") {
322
- this.send(command, optionsOrCb);
323
- }
324
- else if (typeof cb === "function") {
325
- if (typeof optionsOrCb !== "object")
326
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
327
- this.send(command, optionsOrCb || {}, cb);
328
- }
329
- else {
330
- return this.send(command, optionsOrCb);
331
- }
332
- }
333
- deleteDedicatedIpPool(args, optionsOrCb, cb) {
334
- const command = new DeleteDedicatedIpPoolCommand_1.DeleteDedicatedIpPoolCommand(args);
335
- if (typeof optionsOrCb === "function") {
336
- this.send(command, optionsOrCb);
337
- }
338
- else if (typeof cb === "function") {
339
- if (typeof optionsOrCb !== "object")
340
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
341
- this.send(command, optionsOrCb || {}, cb);
342
- }
343
- else {
344
- return this.send(command, optionsOrCb);
345
- }
346
- }
347
- deleteEmailIdentity(args, optionsOrCb, cb) {
348
- const command = new DeleteEmailIdentityCommand_1.DeleteEmailIdentityCommand(args);
349
- if (typeof optionsOrCb === "function") {
350
- this.send(command, optionsOrCb);
351
- }
352
- else if (typeof cb === "function") {
353
- if (typeof optionsOrCb !== "object")
354
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
355
- this.send(command, optionsOrCb || {}, cb);
356
- }
357
- else {
358
- return this.send(command, optionsOrCb);
359
- }
360
- }
361
- deleteEmailIdentityPolicy(args, optionsOrCb, cb) {
362
- const command = new DeleteEmailIdentityPolicyCommand_1.DeleteEmailIdentityPolicyCommand(args);
363
- if (typeof optionsOrCb === "function") {
364
- this.send(command, optionsOrCb);
365
- }
366
- else if (typeof cb === "function") {
367
- if (typeof optionsOrCb !== "object")
368
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
369
- this.send(command, optionsOrCb || {}, cb);
370
- }
371
- else {
372
- return this.send(command, optionsOrCb);
373
- }
374
- }
375
- deleteEmailTemplate(args, optionsOrCb, cb) {
376
- const command = new DeleteEmailTemplateCommand_1.DeleteEmailTemplateCommand(args);
377
- if (typeof optionsOrCb === "function") {
378
- this.send(command, optionsOrCb);
379
- }
380
- else if (typeof cb === "function") {
381
- if (typeof optionsOrCb !== "object")
382
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
383
- this.send(command, optionsOrCb || {}, cb);
384
- }
385
- else {
386
- return this.send(command, optionsOrCb);
387
- }
388
- }
389
- deleteSuppressedDestination(args, optionsOrCb, cb) {
390
- const command = new DeleteSuppressedDestinationCommand_1.DeleteSuppressedDestinationCommand(args);
391
- if (typeof optionsOrCb === "function") {
392
- this.send(command, optionsOrCb);
393
- }
394
- else if (typeof cb === "function") {
395
- if (typeof optionsOrCb !== "object")
396
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
397
- this.send(command, optionsOrCb || {}, cb);
398
- }
399
- else {
400
- return this.send(command, optionsOrCb);
401
- }
402
- }
403
- getAccount(args, optionsOrCb, cb) {
404
- const command = new GetAccountCommand_1.GetAccountCommand(args);
405
- if (typeof optionsOrCb === "function") {
406
- this.send(command, optionsOrCb);
407
- }
408
- else if (typeof cb === "function") {
409
- if (typeof optionsOrCb !== "object")
410
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
411
- this.send(command, optionsOrCb || {}, cb);
412
- }
413
- else {
414
- return this.send(command, optionsOrCb);
415
- }
416
- }
417
- getBlacklistReports(args, optionsOrCb, cb) {
418
- const command = new GetBlacklistReportsCommand_1.GetBlacklistReportsCommand(args);
419
- if (typeof optionsOrCb === "function") {
420
- this.send(command, optionsOrCb);
421
- }
422
- else if (typeof cb === "function") {
423
- if (typeof optionsOrCb !== "object")
424
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
425
- this.send(command, optionsOrCb || {}, cb);
426
- }
427
- else {
428
- return this.send(command, optionsOrCb);
429
- }
430
- }
431
- getConfigurationSet(args, optionsOrCb, cb) {
432
- const command = new GetConfigurationSetCommand_1.GetConfigurationSetCommand(args);
433
- if (typeof optionsOrCb === "function") {
434
- this.send(command, optionsOrCb);
435
- }
436
- else if (typeof cb === "function") {
437
- if (typeof optionsOrCb !== "object")
438
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
439
- this.send(command, optionsOrCb || {}, cb);
440
- }
441
- else {
442
- return this.send(command, optionsOrCb);
443
- }
444
- }
445
- getConfigurationSetEventDestinations(args, optionsOrCb, cb) {
446
- const command = new GetConfigurationSetEventDestinationsCommand_1.GetConfigurationSetEventDestinationsCommand(args);
447
- if (typeof optionsOrCb === "function") {
448
- this.send(command, optionsOrCb);
449
- }
450
- else if (typeof cb === "function") {
451
- if (typeof optionsOrCb !== "object")
452
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
453
- this.send(command, optionsOrCb || {}, cb);
454
- }
455
- else {
456
- return this.send(command, optionsOrCb);
457
- }
458
- }
459
- getContact(args, optionsOrCb, cb) {
460
- const command = new GetContactCommand_1.GetContactCommand(args);
461
- if (typeof optionsOrCb === "function") {
462
- this.send(command, optionsOrCb);
463
- }
464
- else if (typeof cb === "function") {
465
- if (typeof optionsOrCb !== "object")
466
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
467
- this.send(command, optionsOrCb || {}, cb);
468
- }
469
- else {
470
- return this.send(command, optionsOrCb);
471
- }
472
- }
473
- getContactList(args, optionsOrCb, cb) {
474
- const command = new GetContactListCommand_1.GetContactListCommand(args);
475
- if (typeof optionsOrCb === "function") {
476
- this.send(command, optionsOrCb);
477
- }
478
- else if (typeof cb === "function") {
479
- if (typeof optionsOrCb !== "object")
480
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
481
- this.send(command, optionsOrCb || {}, cb);
482
- }
483
- else {
484
- return this.send(command, optionsOrCb);
485
- }
486
- }
487
- getCustomVerificationEmailTemplate(args, optionsOrCb, cb) {
488
- const command = new GetCustomVerificationEmailTemplateCommand_1.GetCustomVerificationEmailTemplateCommand(args);
489
- if (typeof optionsOrCb === "function") {
490
- this.send(command, optionsOrCb);
491
- }
492
- else if (typeof cb === "function") {
493
- if (typeof optionsOrCb !== "object")
494
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
495
- this.send(command, optionsOrCb || {}, cb);
496
- }
497
- else {
498
- return this.send(command, optionsOrCb);
499
- }
500
- }
501
- getDedicatedIp(args, optionsOrCb, cb) {
502
- const command = new GetDedicatedIpCommand_1.GetDedicatedIpCommand(args);
503
- if (typeof optionsOrCb === "function") {
504
- this.send(command, optionsOrCb);
505
- }
506
- else if (typeof cb === "function") {
507
- if (typeof optionsOrCb !== "object")
508
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
509
- this.send(command, optionsOrCb || {}, cb);
510
- }
511
- else {
512
- return this.send(command, optionsOrCb);
513
- }
514
- }
515
- getDedicatedIps(args, optionsOrCb, cb) {
516
- const command = new GetDedicatedIpsCommand_1.GetDedicatedIpsCommand(args);
517
- if (typeof optionsOrCb === "function") {
518
- this.send(command, optionsOrCb);
519
- }
520
- else if (typeof cb === "function") {
521
- if (typeof optionsOrCb !== "object")
522
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
523
- this.send(command, optionsOrCb || {}, cb);
524
- }
525
- else {
526
- return this.send(command, optionsOrCb);
527
- }
528
- }
529
- getDeliverabilityDashboardOptions(args, optionsOrCb, cb) {
530
- const command = new GetDeliverabilityDashboardOptionsCommand_1.GetDeliverabilityDashboardOptionsCommand(args);
531
- if (typeof optionsOrCb === "function") {
532
- this.send(command, optionsOrCb);
533
- }
534
- else if (typeof cb === "function") {
535
- if (typeof optionsOrCb !== "object")
536
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
537
- this.send(command, optionsOrCb || {}, cb);
538
- }
539
- else {
540
- return this.send(command, optionsOrCb);
541
- }
542
- }
543
- getDeliverabilityTestReport(args, optionsOrCb, cb) {
544
- const command = new GetDeliverabilityTestReportCommand_1.GetDeliverabilityTestReportCommand(args);
545
- if (typeof optionsOrCb === "function") {
546
- this.send(command, optionsOrCb);
547
- }
548
- else if (typeof cb === "function") {
549
- if (typeof optionsOrCb !== "object")
550
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
551
- this.send(command, optionsOrCb || {}, cb);
552
- }
553
- else {
554
- return this.send(command, optionsOrCb);
555
- }
556
- }
557
- getDomainDeliverabilityCampaign(args, optionsOrCb, cb) {
558
- const command = new GetDomainDeliverabilityCampaignCommand_1.GetDomainDeliverabilityCampaignCommand(args);
559
- if (typeof optionsOrCb === "function") {
560
- this.send(command, optionsOrCb);
561
- }
562
- else if (typeof cb === "function") {
563
- if (typeof optionsOrCb !== "object")
564
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
565
- this.send(command, optionsOrCb || {}, cb);
566
- }
567
- else {
568
- return this.send(command, optionsOrCb);
569
- }
570
- }
571
- getDomainStatisticsReport(args, optionsOrCb, cb) {
572
- const command = new GetDomainStatisticsReportCommand_1.GetDomainStatisticsReportCommand(args);
573
- if (typeof optionsOrCb === "function") {
574
- this.send(command, optionsOrCb);
575
- }
576
- else if (typeof cb === "function") {
577
- if (typeof optionsOrCb !== "object")
578
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
579
- this.send(command, optionsOrCb || {}, cb);
580
- }
581
- else {
582
- return this.send(command, optionsOrCb);
583
- }
584
- }
585
- getEmailIdentity(args, optionsOrCb, cb) {
586
- const command = new GetEmailIdentityCommand_1.GetEmailIdentityCommand(args);
587
- if (typeof optionsOrCb === "function") {
588
- this.send(command, optionsOrCb);
589
- }
590
- else if (typeof cb === "function") {
591
- if (typeof optionsOrCb !== "object")
592
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
593
- this.send(command, optionsOrCb || {}, cb);
594
- }
595
- else {
596
- return this.send(command, optionsOrCb);
597
- }
598
- }
599
- getEmailIdentityPolicies(args, optionsOrCb, cb) {
600
- const command = new GetEmailIdentityPoliciesCommand_1.GetEmailIdentityPoliciesCommand(args);
601
- if (typeof optionsOrCb === "function") {
602
- this.send(command, optionsOrCb);
603
- }
604
- else if (typeof cb === "function") {
605
- if (typeof optionsOrCb !== "object")
606
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
607
- this.send(command, optionsOrCb || {}, cb);
608
- }
609
- else {
610
- return this.send(command, optionsOrCb);
611
- }
612
- }
613
- getEmailTemplate(args, optionsOrCb, cb) {
614
- const command = new GetEmailTemplateCommand_1.GetEmailTemplateCommand(args);
615
- if (typeof optionsOrCb === "function") {
616
- this.send(command, optionsOrCb);
617
- }
618
- else if (typeof cb === "function") {
619
- if (typeof optionsOrCb !== "object")
620
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
621
- this.send(command, optionsOrCb || {}, cb);
622
- }
623
- else {
624
- return this.send(command, optionsOrCb);
625
- }
626
- }
627
- getImportJob(args, optionsOrCb, cb) {
628
- const command = new GetImportJobCommand_1.GetImportJobCommand(args);
629
- if (typeof optionsOrCb === "function") {
630
- this.send(command, optionsOrCb);
631
- }
632
- else if (typeof cb === "function") {
633
- if (typeof optionsOrCb !== "object")
634
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
635
- this.send(command, optionsOrCb || {}, cb);
636
- }
637
- else {
638
- return this.send(command, optionsOrCb);
639
- }
640
- }
641
- getSuppressedDestination(args, optionsOrCb, cb) {
642
- const command = new GetSuppressedDestinationCommand_1.GetSuppressedDestinationCommand(args);
643
- if (typeof optionsOrCb === "function") {
644
- this.send(command, optionsOrCb);
645
- }
646
- else if (typeof cb === "function") {
647
- if (typeof optionsOrCb !== "object")
648
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
649
- this.send(command, optionsOrCb || {}, cb);
650
- }
651
- else {
652
- return this.send(command, optionsOrCb);
653
- }
654
- }
655
- listConfigurationSets(args, optionsOrCb, cb) {
656
- const command = new ListConfigurationSetsCommand_1.ListConfigurationSetsCommand(args);
657
- if (typeof optionsOrCb === "function") {
658
- this.send(command, optionsOrCb);
659
- }
660
- else if (typeof cb === "function") {
661
- if (typeof optionsOrCb !== "object")
662
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
663
- this.send(command, optionsOrCb || {}, cb);
664
- }
665
- else {
666
- return this.send(command, optionsOrCb);
667
- }
668
- }
669
- listContactLists(args, optionsOrCb, cb) {
670
- const command = new ListContactListsCommand_1.ListContactListsCommand(args);
671
- if (typeof optionsOrCb === "function") {
672
- this.send(command, optionsOrCb);
673
- }
674
- else if (typeof cb === "function") {
675
- if (typeof optionsOrCb !== "object")
676
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
677
- this.send(command, optionsOrCb || {}, cb);
678
- }
679
- else {
680
- return this.send(command, optionsOrCb);
681
- }
682
- }
683
- listContacts(args, optionsOrCb, cb) {
684
- const command = new ListContactsCommand_1.ListContactsCommand(args);
685
- if (typeof optionsOrCb === "function") {
686
- this.send(command, optionsOrCb);
687
- }
688
- else if (typeof cb === "function") {
689
- if (typeof optionsOrCb !== "object")
690
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
691
- this.send(command, optionsOrCb || {}, cb);
692
- }
693
- else {
694
- return this.send(command, optionsOrCb);
695
- }
696
- }
697
- listCustomVerificationEmailTemplates(args, optionsOrCb, cb) {
698
- const command = new ListCustomVerificationEmailTemplatesCommand_1.ListCustomVerificationEmailTemplatesCommand(args);
699
- if (typeof optionsOrCb === "function") {
700
- this.send(command, optionsOrCb);
701
- }
702
- else if (typeof cb === "function") {
703
- if (typeof optionsOrCb !== "object")
704
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
705
- this.send(command, optionsOrCb || {}, cb);
706
- }
707
- else {
708
- return this.send(command, optionsOrCb);
709
- }
710
- }
711
- listDedicatedIpPools(args, optionsOrCb, cb) {
712
- const command = new ListDedicatedIpPoolsCommand_1.ListDedicatedIpPoolsCommand(args);
713
- if (typeof optionsOrCb === "function") {
714
- this.send(command, optionsOrCb);
715
- }
716
- else if (typeof cb === "function") {
717
- if (typeof optionsOrCb !== "object")
718
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
719
- this.send(command, optionsOrCb || {}, cb);
720
- }
721
- else {
722
- return this.send(command, optionsOrCb);
723
- }
724
- }
725
- listDeliverabilityTestReports(args, optionsOrCb, cb) {
726
- const command = new ListDeliverabilityTestReportsCommand_1.ListDeliverabilityTestReportsCommand(args);
727
- if (typeof optionsOrCb === "function") {
728
- this.send(command, optionsOrCb);
729
- }
730
- else if (typeof cb === "function") {
731
- if (typeof optionsOrCb !== "object")
732
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
733
- this.send(command, optionsOrCb || {}, cb);
734
- }
735
- else {
736
- return this.send(command, optionsOrCb);
737
- }
738
- }
739
- listDomainDeliverabilityCampaigns(args, optionsOrCb, cb) {
740
- const command = new ListDomainDeliverabilityCampaignsCommand_1.ListDomainDeliverabilityCampaignsCommand(args);
741
- if (typeof optionsOrCb === "function") {
742
- this.send(command, optionsOrCb);
743
- }
744
- else if (typeof cb === "function") {
745
- if (typeof optionsOrCb !== "object")
746
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
747
- this.send(command, optionsOrCb || {}, cb);
748
- }
749
- else {
750
- return this.send(command, optionsOrCb);
751
- }
752
- }
753
- listEmailIdentities(args, optionsOrCb, cb) {
754
- const command = new ListEmailIdentitiesCommand_1.ListEmailIdentitiesCommand(args);
755
- if (typeof optionsOrCb === "function") {
756
- this.send(command, optionsOrCb);
757
- }
758
- else if (typeof cb === "function") {
759
- if (typeof optionsOrCb !== "object")
760
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
761
- this.send(command, optionsOrCb || {}, cb);
762
- }
763
- else {
764
- return this.send(command, optionsOrCb);
765
- }
766
- }
767
- listEmailTemplates(args, optionsOrCb, cb) {
768
- const command = new ListEmailTemplatesCommand_1.ListEmailTemplatesCommand(args);
769
- if (typeof optionsOrCb === "function") {
770
- this.send(command, optionsOrCb);
771
- }
772
- else if (typeof cb === "function") {
773
- if (typeof optionsOrCb !== "object")
774
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
775
- this.send(command, optionsOrCb || {}, cb);
776
- }
777
- else {
778
- return this.send(command, optionsOrCb);
779
- }
780
- }
781
- listImportJobs(args, optionsOrCb, cb) {
782
- const command = new ListImportJobsCommand_1.ListImportJobsCommand(args);
783
- if (typeof optionsOrCb === "function") {
784
- this.send(command, optionsOrCb);
785
- }
786
- else if (typeof cb === "function") {
787
- if (typeof optionsOrCb !== "object")
788
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
789
- this.send(command, optionsOrCb || {}, cb);
790
- }
791
- else {
792
- return this.send(command, optionsOrCb);
793
- }
794
- }
795
- listSuppressedDestinations(args, optionsOrCb, cb) {
796
- const command = new ListSuppressedDestinationsCommand_1.ListSuppressedDestinationsCommand(args);
797
- if (typeof optionsOrCb === "function") {
798
- this.send(command, optionsOrCb);
799
- }
800
- else if (typeof cb === "function") {
801
- if (typeof optionsOrCb !== "object")
802
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
803
- this.send(command, optionsOrCb || {}, cb);
804
- }
805
- else {
806
- return this.send(command, optionsOrCb);
807
- }
808
- }
809
- listTagsForResource(args, optionsOrCb, cb) {
810
- const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
811
- if (typeof optionsOrCb === "function") {
812
- this.send(command, optionsOrCb);
813
- }
814
- else if (typeof cb === "function") {
815
- if (typeof optionsOrCb !== "object")
816
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
817
- this.send(command, optionsOrCb || {}, cb);
818
- }
819
- else {
820
- return this.send(command, optionsOrCb);
821
- }
822
- }
823
- putAccountDedicatedIpWarmupAttributes(args, optionsOrCb, cb) {
824
- const command = new PutAccountDedicatedIpWarmupAttributesCommand_1.PutAccountDedicatedIpWarmupAttributesCommand(args);
825
- if (typeof optionsOrCb === "function") {
826
- this.send(command, optionsOrCb);
827
- }
828
- else if (typeof cb === "function") {
829
- if (typeof optionsOrCb !== "object")
830
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
831
- this.send(command, optionsOrCb || {}, cb);
832
- }
833
- else {
834
- return this.send(command, optionsOrCb);
835
- }
836
- }
837
- putAccountDetails(args, optionsOrCb, cb) {
838
- const command = new PutAccountDetailsCommand_1.PutAccountDetailsCommand(args);
839
- if (typeof optionsOrCb === "function") {
840
- this.send(command, optionsOrCb);
841
- }
842
- else if (typeof cb === "function") {
843
- if (typeof optionsOrCb !== "object")
844
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
845
- this.send(command, optionsOrCb || {}, cb);
846
- }
847
- else {
848
- return this.send(command, optionsOrCb);
849
- }
850
- }
851
- putAccountSendingAttributes(args, optionsOrCb, cb) {
852
- const command = new PutAccountSendingAttributesCommand_1.PutAccountSendingAttributesCommand(args);
853
- if (typeof optionsOrCb === "function") {
854
- this.send(command, optionsOrCb);
855
- }
856
- else if (typeof cb === "function") {
857
- if (typeof optionsOrCb !== "object")
858
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
859
- this.send(command, optionsOrCb || {}, cb);
860
- }
861
- else {
862
- return this.send(command, optionsOrCb);
863
- }
864
- }
865
- putAccountSuppressionAttributes(args, optionsOrCb, cb) {
866
- const command = new PutAccountSuppressionAttributesCommand_1.PutAccountSuppressionAttributesCommand(args);
867
- if (typeof optionsOrCb === "function") {
868
- this.send(command, optionsOrCb);
869
- }
870
- else if (typeof cb === "function") {
871
- if (typeof optionsOrCb !== "object")
872
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
873
- this.send(command, optionsOrCb || {}, cb);
874
- }
875
- else {
876
- return this.send(command, optionsOrCb);
877
- }
878
- }
879
- putConfigurationSetDeliveryOptions(args, optionsOrCb, cb) {
880
- const command = new PutConfigurationSetDeliveryOptionsCommand_1.PutConfigurationSetDeliveryOptionsCommand(args);
881
- if (typeof optionsOrCb === "function") {
882
- this.send(command, optionsOrCb);
883
- }
884
- else if (typeof cb === "function") {
885
- if (typeof optionsOrCb !== "object")
886
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
887
- this.send(command, optionsOrCb || {}, cb);
888
- }
889
- else {
890
- return this.send(command, optionsOrCb);
891
- }
892
- }
893
- putConfigurationSetReputationOptions(args, optionsOrCb, cb) {
894
- const command = new PutConfigurationSetReputationOptionsCommand_1.PutConfigurationSetReputationOptionsCommand(args);
895
- if (typeof optionsOrCb === "function") {
896
- this.send(command, optionsOrCb);
897
- }
898
- else if (typeof cb === "function") {
899
- if (typeof optionsOrCb !== "object")
900
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
901
- this.send(command, optionsOrCb || {}, cb);
902
- }
903
- else {
904
- return this.send(command, optionsOrCb);
905
- }
906
- }
907
- putConfigurationSetSendingOptions(args, optionsOrCb, cb) {
908
- const command = new PutConfigurationSetSendingOptionsCommand_1.PutConfigurationSetSendingOptionsCommand(args);
909
- if (typeof optionsOrCb === "function") {
910
- this.send(command, optionsOrCb);
911
- }
912
- else if (typeof cb === "function") {
913
- if (typeof optionsOrCb !== "object")
914
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
915
- this.send(command, optionsOrCb || {}, cb);
916
- }
917
- else {
918
- return this.send(command, optionsOrCb);
919
- }
920
- }
921
- putConfigurationSetSuppressionOptions(args, optionsOrCb, cb) {
922
- const command = new PutConfigurationSetSuppressionOptionsCommand_1.PutConfigurationSetSuppressionOptionsCommand(args);
923
- if (typeof optionsOrCb === "function") {
924
- this.send(command, optionsOrCb);
925
- }
926
- else if (typeof cb === "function") {
927
- if (typeof optionsOrCb !== "object")
928
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
929
- this.send(command, optionsOrCb || {}, cb);
930
- }
931
- else {
932
- return this.send(command, optionsOrCb);
933
- }
934
- }
935
- putConfigurationSetTrackingOptions(args, optionsOrCb, cb) {
936
- const command = new PutConfigurationSetTrackingOptionsCommand_1.PutConfigurationSetTrackingOptionsCommand(args);
937
- if (typeof optionsOrCb === "function") {
938
- this.send(command, optionsOrCb);
939
- }
940
- else if (typeof cb === "function") {
941
- if (typeof optionsOrCb !== "object")
942
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
943
- this.send(command, optionsOrCb || {}, cb);
944
- }
945
- else {
946
- return this.send(command, optionsOrCb);
947
- }
948
- }
949
- putDedicatedIpInPool(args, optionsOrCb, cb) {
950
- const command = new PutDedicatedIpInPoolCommand_1.PutDedicatedIpInPoolCommand(args);
951
- if (typeof optionsOrCb === "function") {
952
- this.send(command, optionsOrCb);
953
- }
954
- else if (typeof cb === "function") {
955
- if (typeof optionsOrCb !== "object")
956
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
957
- this.send(command, optionsOrCb || {}, cb);
958
- }
959
- else {
960
- return this.send(command, optionsOrCb);
961
- }
962
- }
963
- putDedicatedIpWarmupAttributes(args, optionsOrCb, cb) {
964
- const command = new PutDedicatedIpWarmupAttributesCommand_1.PutDedicatedIpWarmupAttributesCommand(args);
965
- if (typeof optionsOrCb === "function") {
966
- this.send(command, optionsOrCb);
967
- }
968
- else if (typeof cb === "function") {
969
- if (typeof optionsOrCb !== "object")
970
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
971
- this.send(command, optionsOrCb || {}, cb);
972
- }
973
- else {
974
- return this.send(command, optionsOrCb);
975
- }
976
- }
977
- putDeliverabilityDashboardOption(args, optionsOrCb, cb) {
978
- const command = new PutDeliverabilityDashboardOptionCommand_1.PutDeliverabilityDashboardOptionCommand(args);
979
- if (typeof optionsOrCb === "function") {
980
- this.send(command, optionsOrCb);
981
- }
982
- else if (typeof cb === "function") {
983
- if (typeof optionsOrCb !== "object")
984
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
985
- this.send(command, optionsOrCb || {}, cb);
986
- }
987
- else {
988
- return this.send(command, optionsOrCb);
989
- }
990
- }
991
- putEmailIdentityConfigurationSetAttributes(args, optionsOrCb, cb) {
992
- const command = new PutEmailIdentityConfigurationSetAttributesCommand_1.PutEmailIdentityConfigurationSetAttributesCommand(args);
993
- if (typeof optionsOrCb === "function") {
994
- this.send(command, optionsOrCb);
995
- }
996
- else if (typeof cb === "function") {
997
- if (typeof optionsOrCb !== "object")
998
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
999
- this.send(command, optionsOrCb || {}, cb);
1000
- }
1001
- else {
1002
- return this.send(command, optionsOrCb);
1003
- }
1004
- }
1005
- putEmailIdentityDkimAttributes(args, optionsOrCb, cb) {
1006
- const command = new PutEmailIdentityDkimAttributesCommand_1.PutEmailIdentityDkimAttributesCommand(args);
1007
- if (typeof optionsOrCb === "function") {
1008
- this.send(command, optionsOrCb);
1009
- }
1010
- else if (typeof cb === "function") {
1011
- if (typeof optionsOrCb !== "object")
1012
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1013
- this.send(command, optionsOrCb || {}, cb);
1014
- }
1015
- else {
1016
- return this.send(command, optionsOrCb);
1017
- }
1018
- }
1019
- putEmailIdentityDkimSigningAttributes(args, optionsOrCb, cb) {
1020
- const command = new PutEmailIdentityDkimSigningAttributesCommand_1.PutEmailIdentityDkimSigningAttributesCommand(args);
1021
- if (typeof optionsOrCb === "function") {
1022
- this.send(command, optionsOrCb);
1023
- }
1024
- else if (typeof cb === "function") {
1025
- if (typeof optionsOrCb !== "object")
1026
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1027
- this.send(command, optionsOrCb || {}, cb);
1028
- }
1029
- else {
1030
- return this.send(command, optionsOrCb);
1031
- }
1032
- }
1033
- putEmailIdentityFeedbackAttributes(args, optionsOrCb, cb) {
1034
- const command = new PutEmailIdentityFeedbackAttributesCommand_1.PutEmailIdentityFeedbackAttributesCommand(args);
1035
- if (typeof optionsOrCb === "function") {
1036
- this.send(command, optionsOrCb);
1037
- }
1038
- else if (typeof cb === "function") {
1039
- if (typeof optionsOrCb !== "object")
1040
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1041
- this.send(command, optionsOrCb || {}, cb);
1042
- }
1043
- else {
1044
- return this.send(command, optionsOrCb);
1045
- }
1046
- }
1047
- putEmailIdentityMailFromAttributes(args, optionsOrCb, cb) {
1048
- const command = new PutEmailIdentityMailFromAttributesCommand_1.PutEmailIdentityMailFromAttributesCommand(args);
1049
- if (typeof optionsOrCb === "function") {
1050
- this.send(command, optionsOrCb);
1051
- }
1052
- else if (typeof cb === "function") {
1053
- if (typeof optionsOrCb !== "object")
1054
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1055
- this.send(command, optionsOrCb || {}, cb);
1056
- }
1057
- else {
1058
- return this.send(command, optionsOrCb);
1059
- }
1060
- }
1061
- putSuppressedDestination(args, optionsOrCb, cb) {
1062
- const command = new PutSuppressedDestinationCommand_1.PutSuppressedDestinationCommand(args);
1063
- if (typeof optionsOrCb === "function") {
1064
- this.send(command, optionsOrCb);
1065
- }
1066
- else if (typeof cb === "function") {
1067
- if (typeof optionsOrCb !== "object")
1068
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1069
- this.send(command, optionsOrCb || {}, cb);
1070
- }
1071
- else {
1072
- return this.send(command, optionsOrCb);
1073
- }
1074
- }
1075
- sendBulkEmail(args, optionsOrCb, cb) {
1076
- const command = new SendBulkEmailCommand_1.SendBulkEmailCommand(args);
1077
- if (typeof optionsOrCb === "function") {
1078
- this.send(command, optionsOrCb);
1079
- }
1080
- else if (typeof cb === "function") {
1081
- if (typeof optionsOrCb !== "object")
1082
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1083
- this.send(command, optionsOrCb || {}, cb);
1084
- }
1085
- else {
1086
- return this.send(command, optionsOrCb);
1087
- }
1088
- }
1089
- sendCustomVerificationEmail(args, optionsOrCb, cb) {
1090
- const command = new SendCustomVerificationEmailCommand_1.SendCustomVerificationEmailCommand(args);
1091
- if (typeof optionsOrCb === "function") {
1092
- this.send(command, optionsOrCb);
1093
- }
1094
- else if (typeof cb === "function") {
1095
- if (typeof optionsOrCb !== "object")
1096
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1097
- this.send(command, optionsOrCb || {}, cb);
1098
- }
1099
- else {
1100
- return this.send(command, optionsOrCb);
1101
- }
1102
- }
1103
- sendEmail(args, optionsOrCb, cb) {
1104
- const command = new SendEmailCommand_1.SendEmailCommand(args);
1105
- if (typeof optionsOrCb === "function") {
1106
- this.send(command, optionsOrCb);
1107
- }
1108
- else if (typeof cb === "function") {
1109
- if (typeof optionsOrCb !== "object")
1110
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1111
- this.send(command, optionsOrCb || {}, cb);
1112
- }
1113
- else {
1114
- return this.send(command, optionsOrCb);
1115
- }
1116
- }
1117
- tagResource(args, optionsOrCb, cb) {
1118
- const command = new TagResourceCommand_1.TagResourceCommand(args);
1119
- if (typeof optionsOrCb === "function") {
1120
- this.send(command, optionsOrCb);
1121
- }
1122
- else if (typeof cb === "function") {
1123
- if (typeof optionsOrCb !== "object")
1124
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1125
- this.send(command, optionsOrCb || {}, cb);
1126
- }
1127
- else {
1128
- return this.send(command, optionsOrCb);
1129
- }
1130
- }
1131
- testRenderEmailTemplate(args, optionsOrCb, cb) {
1132
- const command = new TestRenderEmailTemplateCommand_1.TestRenderEmailTemplateCommand(args);
1133
- if (typeof optionsOrCb === "function") {
1134
- this.send(command, optionsOrCb);
1135
- }
1136
- else if (typeof cb === "function") {
1137
- if (typeof optionsOrCb !== "object")
1138
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1139
- this.send(command, optionsOrCb || {}, cb);
1140
- }
1141
- else {
1142
- return this.send(command, optionsOrCb);
1143
- }
1144
- }
1145
- untagResource(args, optionsOrCb, cb) {
1146
- const command = new UntagResourceCommand_1.UntagResourceCommand(args);
1147
- if (typeof optionsOrCb === "function") {
1148
- this.send(command, optionsOrCb);
1149
- }
1150
- else if (typeof cb === "function") {
1151
- if (typeof optionsOrCb !== "object")
1152
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1153
- this.send(command, optionsOrCb || {}, cb);
1154
- }
1155
- else {
1156
- return this.send(command, optionsOrCb);
1157
- }
1158
- }
1159
- updateConfigurationSetEventDestination(args, optionsOrCb, cb) {
1160
- const command = new UpdateConfigurationSetEventDestinationCommand_1.UpdateConfigurationSetEventDestinationCommand(args);
1161
- if (typeof optionsOrCb === "function") {
1162
- this.send(command, optionsOrCb);
1163
- }
1164
- else if (typeof cb === "function") {
1165
- if (typeof optionsOrCb !== "object")
1166
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1167
- this.send(command, optionsOrCb || {}, cb);
1168
- }
1169
- else {
1170
- return this.send(command, optionsOrCb);
1171
- }
1172
- }
1173
- updateContact(args, optionsOrCb, cb) {
1174
- const command = new UpdateContactCommand_1.UpdateContactCommand(args);
1175
- if (typeof optionsOrCb === "function") {
1176
- this.send(command, optionsOrCb);
1177
- }
1178
- else if (typeof cb === "function") {
1179
- if (typeof optionsOrCb !== "object")
1180
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1181
- this.send(command, optionsOrCb || {}, cb);
1182
- }
1183
- else {
1184
- return this.send(command, optionsOrCb);
1185
- }
1186
- }
1187
- updateContactList(args, optionsOrCb, cb) {
1188
- const command = new UpdateContactListCommand_1.UpdateContactListCommand(args);
1189
- if (typeof optionsOrCb === "function") {
1190
- this.send(command, optionsOrCb);
1191
- }
1192
- else if (typeof cb === "function") {
1193
- if (typeof optionsOrCb !== "object")
1194
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1195
- this.send(command, optionsOrCb || {}, cb);
1196
- }
1197
- else {
1198
- return this.send(command, optionsOrCb);
1199
- }
1200
- }
1201
- updateCustomVerificationEmailTemplate(args, optionsOrCb, cb) {
1202
- const command = new UpdateCustomVerificationEmailTemplateCommand_1.UpdateCustomVerificationEmailTemplateCommand(args);
1203
- if (typeof optionsOrCb === "function") {
1204
- this.send(command, optionsOrCb);
1205
- }
1206
- else if (typeof cb === "function") {
1207
- if (typeof optionsOrCb !== "object")
1208
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1209
- this.send(command, optionsOrCb || {}, cb);
1210
- }
1211
- else {
1212
- return this.send(command, optionsOrCb);
1213
- }
1214
- }
1215
- updateEmailIdentityPolicy(args, optionsOrCb, cb) {
1216
- const command = new UpdateEmailIdentityPolicyCommand_1.UpdateEmailIdentityPolicyCommand(args);
1217
- if (typeof optionsOrCb === "function") {
1218
- this.send(command, optionsOrCb);
1219
- }
1220
- else if (typeof cb === "function") {
1221
- if (typeof optionsOrCb !== "object")
1222
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1223
- this.send(command, optionsOrCb || {}, cb);
1224
- }
1225
- else {
1226
- return this.send(command, optionsOrCb);
1227
- }
1228
- }
1229
- updateEmailTemplate(args, optionsOrCb, cb) {
1230
- const command = new UpdateEmailTemplateCommand_1.UpdateEmailTemplateCommand(args);
1231
- if (typeof optionsOrCb === "function") {
1232
- this.send(command, optionsOrCb);
1233
- }
1234
- else if (typeof cb === "function") {
1235
- if (typeof optionsOrCb !== "object")
1236
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1237
- this.send(command, optionsOrCb || {}, cb);
1238
- }
1239
- else {
1240
- return this.send(command, optionsOrCb);
1241
- }
1242
- }
1243
- }
1244
- exports.SESv2 = SESv2;
1245
- //# sourceMappingURL=SESv2.js.map