@aws-sdk/client-sesv2 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1153) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +2 -15
  3. package/dist-cjs/SESv2.js +1232 -0
  4. package/dist-cjs/SESv2Client.js +50 -0
  5. package/dist-cjs/commands/CreateConfigurationSetCommand.js +64 -0
  6. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +66 -0
  7. package/dist-cjs/commands/CreateContactCommand.js +61 -0
  8. package/dist-cjs/commands/CreateContactListCommand.js +60 -0
  9. package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +63 -0
  10. package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +63 -0
  11. package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +66 -0
  12. package/dist-cjs/commands/CreateEmailIdentityCommand.js +85 -0
  13. package/dist-cjs/commands/CreateEmailIdentityPolicyCommand.js +71 -0
  14. package/dist-cjs/commands/CreateEmailTemplateCommand.js +63 -0
  15. package/dist-cjs/commands/CreateImportJobCommand.js +60 -0
  16. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +65 -0
  17. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +66 -0
  18. package/dist-cjs/commands/DeleteContactCommand.js +60 -0
  19. package/dist-cjs/commands/DeleteContactListCommand.js +60 -0
  20. package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +63 -0
  21. package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +60 -0
  22. package/dist-cjs/commands/DeleteEmailIdentityCommand.js +61 -0
  23. package/dist-cjs/commands/DeleteEmailIdentityPolicyCommand.js +72 -0
  24. package/dist-cjs/commands/DeleteEmailTemplateCommand.js +62 -0
  25. package/dist-cjs/commands/DeleteSuppressedDestinationCommand.js +60 -0
  26. package/dist-cjs/commands/GetAccountCommand.js +61 -0
  27. package/dist-cjs/commands/GetBlacklistReportsCommand.js +60 -0
  28. package/dist-cjs/commands/GetConfigurationSetCommand.js +67 -0
  29. package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +67 -0
  30. package/dist-cjs/commands/GetContactCommand.js +60 -0
  31. package/dist-cjs/commands/GetContactListCommand.js +61 -0
  32. package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +64 -0
  33. package/dist-cjs/commands/GetDedicatedIpCommand.js +62 -0
  34. package/dist-cjs/commands/GetDedicatedIpsCommand.js +61 -0
  35. package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +67 -0
  36. package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +60 -0
  37. package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +62 -0
  38. package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +61 -0
  39. package/dist-cjs/commands/GetEmailIdentityCommand.js +62 -0
  40. package/dist-cjs/commands/GetEmailIdentityPoliciesCommand.js +71 -0
  41. package/dist-cjs/commands/GetEmailTemplateCommand.js +63 -0
  42. package/dist-cjs/commands/GetImportJobCommand.js +60 -0
  43. package/dist-cjs/commands/GetSuppressedDestinationCommand.js +61 -0
  44. package/dist-cjs/commands/ListConfigurationSetsCommand.js +66 -0
  45. package/dist-cjs/commands/ListContactListsCommand.js +60 -0
  46. package/dist-cjs/commands/ListContactsCommand.js +60 -0
  47. package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +64 -0
  48. package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +61 -0
  49. package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +62 -0
  50. package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +62 -0
  51. package/dist-cjs/commands/ListEmailIdentitiesCommand.js +63 -0
  52. package/dist-cjs/commands/ListEmailTemplatesCommand.js +63 -0
  53. package/dist-cjs/commands/ListImportJobsCommand.js +60 -0
  54. package/dist-cjs/commands/ListSuppressedDestinationsCommand.js +61 -0
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  56. package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +60 -0
  57. package/dist-cjs/commands/PutAccountDetailsCommand.js +60 -0
  58. package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +60 -0
  59. package/dist-cjs/commands/PutAccountSuppressionAttributesCommand.js +60 -0
  60. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +61 -0
  61. package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +61 -0
  62. package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +61 -0
  63. package/dist-cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +60 -0
  64. package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +61 -0
  65. package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +69 -0
  66. package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +60 -0
  67. package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +66 -0
  68. package/dist-cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +60 -0
  69. package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +60 -0
  70. package/dist-cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +82 -0
  71. package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +69 -0
  72. package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +61 -0
  73. package/dist-cjs/commands/PutSuppressedDestinationCommand.js +60 -0
  74. package/dist-cjs/commands/SendBulkEmailCommand.js +60 -0
  75. package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +67 -0
  76. package/dist-cjs/commands/SendEmailCommand.js +83 -0
  77. package/dist-cjs/commands/TagResourceCommand.js +68 -0
  78. package/dist-cjs/commands/TestRenderEmailTemplateCommand.js +63 -0
  79. package/dist-cjs/commands/UntagResourceCommand.js +60 -0
  80. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +66 -0
  81. package/dist-cjs/commands/UpdateContactCommand.js +62 -0
  82. package/dist-cjs/commands/UpdateContactListCommand.js +60 -0
  83. package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +63 -0
  84. package/dist-cjs/commands/UpdateEmailIdentityPolicyCommand.js +72 -0
  85. package/dist-cjs/commands/UpdateEmailTemplateCommand.js +63 -0
  86. package/dist-cjs/endpoints.js +61 -0
  87. package/dist-cjs/index.js +100 -0
  88. package/dist-cjs/models/index.js +4 -0
  89. package/dist-cjs/models/models_0.js +2321 -0
  90. package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +45 -0
  91. package/dist-cjs/pagination/Interfaces.js +2 -0
  92. package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +45 -0
  93. package/dist-cjs/pagination/ListContactListsPaginator.js +45 -0
  94. package/dist-cjs/pagination/ListContactsPaginator.js +45 -0
  95. package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +45 -0
  96. package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +45 -0
  97. package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +45 -0
  98. package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +45 -0
  99. package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +45 -0
  100. package/dist-cjs/pagination/ListEmailTemplatesPaginator.js +45 -0
  101. package/dist-cjs/pagination/ListImportJobsPaginator.js +45 -0
  102. package/dist-cjs/pagination/ListSuppressedDestinationsPaginator.js +45 -0
  103. package/dist-cjs/protocols/Aws_restJson1.js +9370 -0
  104. package/dist-cjs/runtimeConfig.browser.js +41 -0
  105. package/dist-cjs/runtimeConfig.js +46 -0
  106. package/dist-cjs/runtimeConfig.native.js +19 -0
  107. package/dist-cjs/runtimeConfig.shared.js +20 -0
  108. package/dist-es/SESv2.js +1225 -0
  109. package/dist-es/SESv2Client.js +37 -0
  110. package/dist-es/commands/CreateConfigurationSetCommand.js +39 -0
  111. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +39 -0
  112. package/dist-es/commands/CreateContactCommand.js +39 -0
  113. package/dist-es/commands/CreateContactListCommand.js +39 -0
  114. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +39 -0
  115. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +39 -0
  116. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +39 -0
  117. package/dist-es/commands/CreateEmailIdentityCommand.js +39 -0
  118. package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +39 -0
  119. package/dist-es/commands/CreateEmailTemplateCommand.js +39 -0
  120. package/dist-es/commands/CreateImportJobCommand.js +39 -0
  121. package/dist-es/commands/DeleteConfigurationSetCommand.js +39 -0
  122. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +39 -0
  123. package/dist-es/commands/DeleteContactCommand.js +39 -0
  124. package/dist-es/commands/DeleteContactListCommand.js +39 -0
  125. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +39 -0
  126. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +39 -0
  127. package/dist-es/commands/DeleteEmailIdentityCommand.js +39 -0
  128. package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +39 -0
  129. package/dist-es/commands/DeleteEmailTemplateCommand.js +39 -0
  130. package/dist-es/commands/DeleteSuppressedDestinationCommand.js +39 -0
  131. package/dist-es/commands/GetAccountCommand.js +39 -0
  132. package/dist-es/commands/GetBlacklistReportsCommand.js +39 -0
  133. package/dist-es/commands/GetConfigurationSetCommand.js +39 -0
  134. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +39 -0
  135. package/dist-es/commands/GetContactCommand.js +39 -0
  136. package/dist-es/commands/GetContactListCommand.js +39 -0
  137. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +39 -0
  138. package/dist-es/commands/GetDedicatedIpCommand.js +39 -0
  139. package/dist-es/commands/GetDedicatedIpsCommand.js +39 -0
  140. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +39 -0
  141. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +39 -0
  142. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +39 -0
  143. package/dist-es/commands/GetDomainStatisticsReportCommand.js +39 -0
  144. package/dist-es/commands/GetEmailIdentityCommand.js +39 -0
  145. package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +39 -0
  146. package/dist-es/commands/GetEmailTemplateCommand.js +39 -0
  147. package/dist-es/commands/GetImportJobCommand.js +39 -0
  148. package/dist-es/commands/GetSuppressedDestinationCommand.js +39 -0
  149. package/dist-es/commands/ListConfigurationSetsCommand.js +39 -0
  150. package/dist-es/commands/ListContactListsCommand.js +39 -0
  151. package/dist-es/commands/ListContactsCommand.js +39 -0
  152. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +39 -0
  153. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +39 -0
  154. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +39 -0
  155. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +39 -0
  156. package/dist-es/commands/ListEmailIdentitiesCommand.js +39 -0
  157. package/dist-es/commands/ListEmailTemplatesCommand.js +39 -0
  158. package/dist-es/commands/ListImportJobsCommand.js +39 -0
  159. package/dist-es/commands/ListSuppressedDestinationsCommand.js +39 -0
  160. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  161. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +39 -0
  162. package/dist-es/commands/PutAccountDetailsCommand.js +39 -0
  163. package/dist-es/commands/PutAccountSendingAttributesCommand.js +39 -0
  164. package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +39 -0
  165. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +39 -0
  166. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +39 -0
  167. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +39 -0
  168. package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +39 -0
  169. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +39 -0
  170. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +39 -0
  171. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +39 -0
  172. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +39 -0
  173. package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +39 -0
  174. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +39 -0
  175. package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +39 -0
  176. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +39 -0
  177. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +39 -0
  178. package/dist-es/commands/PutSuppressedDestinationCommand.js +39 -0
  179. package/dist-es/commands/SendBulkEmailCommand.js +39 -0
  180. package/dist-es/commands/SendCustomVerificationEmailCommand.js +39 -0
  181. package/dist-es/commands/SendEmailCommand.js +39 -0
  182. package/dist-es/commands/TagResourceCommand.js +39 -0
  183. package/dist-es/commands/TestRenderEmailTemplateCommand.js +39 -0
  184. package/dist-es/commands/UntagResourceCommand.js +39 -0
  185. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +39 -0
  186. package/dist-es/commands/UpdateContactCommand.js +39 -0
  187. package/dist-es/commands/UpdateContactListCommand.js +39 -0
  188. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +39 -0
  189. package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +39 -0
  190. package/dist-es/commands/UpdateEmailTemplateCommand.js +39 -0
  191. package/dist-es/endpoints.js +57 -0
  192. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  193. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  194. package/dist-es/models/models_0.js +1109 -0
  195. package/dist-es/pagination/GetDedicatedIpsPaginator.js +74 -0
  196. package/dist-es/pagination/Interfaces.js +1 -0
  197. package/dist-es/pagination/ListConfigurationSetsPaginator.js +74 -0
  198. package/dist-es/pagination/ListContactListsPaginator.js +74 -0
  199. package/dist-es/pagination/ListContactsPaginator.js +74 -0
  200. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +74 -0
  201. package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +74 -0
  202. package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +74 -0
  203. package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +74 -0
  204. package/dist-es/pagination/ListEmailIdentitiesPaginator.js +74 -0
  205. package/dist-es/pagination/ListEmailTemplatesPaginator.js +74 -0
  206. package/dist-es/pagination/ListImportJobsPaginator.js +74 -0
  207. package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +74 -0
  208. package/dist-es/protocols/Aws_restJson1.js +10540 -0
  209. package/dist-es/runtimeConfig.browser.js +16 -0
  210. package/dist-es/runtimeConfig.js +21 -0
  211. package/dist-es/runtimeConfig.native.js +8 -0
  212. package/dist-es/runtimeConfig.shared.js +13 -0
  213. package/dist-types/SESv2.d.ts +867 -0
  214. package/dist-types/SESv2Client.d.ts +220 -0
  215. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +39 -0
  216. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
  217. package/dist-types/commands/CreateContactCommand.d.ts +36 -0
  218. package/dist-types/commands/CreateContactListCommand.d.ts +35 -0
  219. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  220. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
  221. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
  222. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +60 -0
  223. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
  224. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +38 -0
  225. package/dist-types/commands/CreateImportJobCommand.d.ts +35 -0
  226. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +40 -0
  227. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
  228. package/dist-types/commands/DeleteContactCommand.d.ts +35 -0
  229. package/dist-types/commands/DeleteContactListCommand.d.ts +35 -0
  230. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
  231. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
  232. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +36 -0
  233. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
  234. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +37 -0
  235. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
  236. package/dist-types/commands/GetAccountCommand.d.ts +36 -0
  237. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +35 -0
  238. package/dist-types/commands/GetConfigurationSetCommand.d.ts +42 -0
  239. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
  240. package/dist-types/commands/GetContactCommand.d.ts +35 -0
  241. package/dist-types/commands/GetContactListCommand.d.ts +36 -0
  242. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
  243. package/dist-types/commands/GetDedicatedIpCommand.d.ts +37 -0
  244. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +36 -0
  245. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
  246. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
  247. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
  248. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
  249. package/dist-types/commands/GetEmailIdentityCommand.d.ts +37 -0
  250. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
  251. package/dist-types/commands/GetEmailTemplateCommand.d.ts +38 -0
  252. package/dist-types/commands/GetImportJobCommand.d.ts +35 -0
  253. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +36 -0
  254. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +41 -0
  255. package/dist-types/commands/ListContactListsCommand.d.ts +35 -0
  256. package/dist-types/commands/ListContactsCommand.d.ts +35 -0
  257. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
  258. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
  259. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
  260. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
  261. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +38 -0
  262. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +38 -0
  263. package/dist-types/commands/ListImportJobsCommand.d.ts +35 -0
  264. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
  265. package/dist-types/commands/ListTagsForResourceCommand.d.ts +40 -0
  266. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  267. package/dist-types/commands/PutAccountDetailsCommand.d.ts +35 -0
  268. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
  269. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
  270. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
  271. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
  272. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
  273. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
  274. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
  275. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
  276. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  277. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
  278. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
  279. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
  280. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
  281. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
  282. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
  283. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +35 -0
  284. package/dist-types/commands/SendBulkEmailCommand.d.ts +35 -0
  285. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
  286. package/dist-types/commands/SendEmailCommand.d.ts +58 -0
  287. package/dist-types/commands/TagResourceCommand.d.ts +43 -0
  288. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
  289. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  290. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
  291. package/dist-types/commands/UpdateContactCommand.d.ts +37 -0
  292. package/dist-types/commands/UpdateContactListCommand.d.ts +35 -0
  293. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  294. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
  295. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +38 -0
  296. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  297. package/{index.ts → dist-types/index.d.ts} +0 -0
  298. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  299. package/dist-types/models/models_0.d.ts +5903 -0
  300. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  301. package/dist-types/pagination/Interfaces.d.ts +6 -0
  302. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  303. package/dist-types/pagination/ListContactListsPaginator.d.ts +4 -0
  304. package/dist-types/pagination/ListContactsPaginator.d.ts +4 -0
  305. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
  306. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  307. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  308. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  309. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  310. package/dist-types/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
  311. package/dist-types/pagination/ListImportJobsPaginator.d.ts +4 -0
  312. package/dist-types/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
  313. package/dist-types/protocols/Aws_restJson1.d.ts +245 -0
  314. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  315. package/dist-types/runtimeConfig.d.ts +37 -0
  316. package/dist-types/runtimeConfig.native.d.ts +36 -0
  317. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  318. package/dist-types/ts3.4/SESv2.d.ts +867 -0
  319. package/dist-types/ts3.4/SESv2Client.d.ts +220 -0
  320. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -0
  321. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -0
  322. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +36 -0
  323. package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +35 -0
  324. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  325. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +38 -0
  326. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -0
  327. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +60 -0
  328. package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +46 -0
  329. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -0
  330. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -0
  331. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +40 -0
  332. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -0
  333. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +35 -0
  334. package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +35 -0
  335. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +38 -0
  336. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +35 -0
  337. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -0
  338. package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +47 -0
  339. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +37 -0
  340. package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +35 -0
  341. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +36 -0
  342. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +35 -0
  343. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +42 -0
  344. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +42 -0
  345. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +35 -0
  346. package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +36 -0
  347. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -0
  348. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -0
  349. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +36 -0
  350. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +42 -0
  351. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +35 -0
  352. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +37 -0
  353. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +36 -0
  354. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -0
  355. package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +46 -0
  356. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +38 -0
  357. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +36 -0
  359. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -0
  360. package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +35 -0
  361. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +35 -0
  362. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -0
  363. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +36 -0
  364. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +37 -0
  365. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +37 -0
  366. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -0
  367. package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -0
  368. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +35 -0
  369. package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +36 -0
  370. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
  371. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +35 -0
  373. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +35 -0
  375. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +36 -0
  376. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +36 -0
  377. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +36 -0
  378. package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +35 -0
  379. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +36 -0
  380. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +44 -0
  381. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +35 -0
  382. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -0
  383. package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +35 -0
  384. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +35 -0
  385. package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +57 -0
  386. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +44 -0
  387. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +36 -0
  388. package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +42 -0
  391. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +58 -0
  392. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +43 -0
  393. package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +38 -0
  394. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  395. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -0
  396. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -0
  397. package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +35 -0
  398. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +38 -0
  399. package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +47 -0
  400. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -0
  401. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  402. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  403. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  404. package/dist-types/ts3.4/models/models_0.d.ts +5903 -0
  405. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  406. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  407. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  408. package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +4 -0
  409. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +4 -0
  410. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
  411. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  412. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  413. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  414. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  415. package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
  416. package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +4 -0
  417. package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
  418. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +245 -0
  419. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  420. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  421. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  422. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  423. package/package.json +52 -49
  424. package/SESv2.ts +0 -3280
  425. package/SESv2Client.ts +0 -668
  426. package/commands/CreateConfigurationSetCommand.ts +0 -98
  427. package/commands/CreateConfigurationSetEventDestinationCommand.ts +0 -112
  428. package/commands/CreateContactCommand.ts +0 -95
  429. package/commands/CreateContactListCommand.ts +0 -94
  430. package/commands/CreateCustomVerificationEmailTemplateCommand.ts +0 -109
  431. package/commands/CreateDedicatedIpPoolCommand.ts +0 -97
  432. package/commands/CreateDeliverabilityTestReportCommand.ts +0 -108
  433. package/commands/CreateEmailIdentityCommand.ts +0 -119
  434. package/commands/CreateEmailIdentityPolicyCommand.ts +0 -108
  435. package/commands/CreateEmailTemplateCommand.ts +0 -97
  436. package/commands/CreateImportJobCommand.ts +0 -94
  437. package/commands/DeleteConfigurationSetCommand.ts +0 -99
  438. package/commands/DeleteConfigurationSetEventDestinationCommand.ts +0 -112
  439. package/commands/DeleteContactCommand.ts +0 -94
  440. package/commands/DeleteContactListCommand.ts +0 -94
  441. package/commands/DeleteCustomVerificationEmailTemplateCommand.ts +0 -109
  442. package/commands/DeleteDedicatedIpPoolCommand.ts +0 -94
  443. package/commands/DeleteEmailIdentityCommand.ts +0 -95
  444. package/commands/DeleteEmailIdentityPolicyCommand.ts +0 -109
  445. package/commands/DeleteEmailTemplateCommand.ts +0 -96
  446. package/commands/DeleteSuppressedDestinationCommand.ts +0 -99
  447. package/commands/GetAccountCommand.ts +0 -95
  448. package/commands/GetBlacklistReportsCommand.ts +0 -94
  449. package/commands/GetConfigurationSetCommand.ts +0 -101
  450. package/commands/GetConfigurationSetEventDestinationsCommand.ts +0 -112
  451. package/commands/GetContactCommand.ts +0 -94
  452. package/commands/GetContactListCommand.ts +0 -95
  453. package/commands/GetCustomVerificationEmailTemplateCommand.ts +0 -109
  454. package/commands/GetDedicatedIpCommand.ts +0 -96
  455. package/commands/GetDedicatedIpsCommand.ts +0 -95
  456. package/commands/GetDeliverabilityDashboardOptionsCommand.ts +0 -112
  457. package/commands/GetDeliverabilityTestReportCommand.ts +0 -99
  458. package/commands/GetDomainDeliverabilityCampaignCommand.ts +0 -104
  459. package/commands/GetDomainStatisticsReportCommand.ts +0 -98
  460. package/commands/GetEmailIdentityCommand.ts +0 -96
  461. package/commands/GetEmailIdentityPoliciesCommand.ts +0 -105
  462. package/commands/GetEmailTemplateCommand.ts +0 -97
  463. package/commands/GetImportJobCommand.ts +0 -94
  464. package/commands/GetSuppressedDestinationCommand.ts +0 -95
  465. package/commands/ListConfigurationSetsCommand.ts +0 -100
  466. package/commands/ListContactListsCommand.ts +0 -94
  467. package/commands/ListContactsCommand.ts +0 -94
  468. package/commands/ListCustomVerificationEmailTemplatesCommand.ts +0 -109
  469. package/commands/ListDedicatedIpPoolsCommand.ts +0 -95
  470. package/commands/ListDeliverabilityTestReportsCommand.ts +0 -101
  471. package/commands/ListDomainDeliverabilityCampaignsCommand.ts +0 -107
  472. package/commands/ListEmailIdentitiesCommand.ts +0 -97
  473. package/commands/ListEmailTemplatesCommand.ts +0 -97
  474. package/commands/ListImportJobsCommand.ts +0 -94
  475. package/commands/ListSuppressedDestinationsCommand.ts +0 -98
  476. package/commands/ListTagsForResourceCommand.ts +0 -99
  477. package/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +0 -106
  478. package/commands/PutAccountDetailsCommand.ts +0 -94
  479. package/commands/PutAccountSendingAttributesCommand.ts +0 -99
  480. package/commands/PutAccountSuppressionAttributesCommand.ts +0 -102
  481. package/commands/PutConfigurationSetDeliveryOptionsCommand.ts +0 -106
  482. package/commands/PutConfigurationSetReputationOptionsCommand.ts +0 -106
  483. package/commands/PutConfigurationSetSendingOptionsCommand.ts +0 -106
  484. package/commands/PutConfigurationSetSuppressionOptionsCommand.ts +0 -106
  485. package/commands/PutConfigurationSetTrackingOptionsCommand.ts +0 -106
  486. package/commands/PutDedicatedIpInPoolCommand.ts +0 -103
  487. package/commands/PutDedicatedIpWarmupAttributesCommand.ts +0 -102
  488. package/commands/PutDeliverabilityDashboardOptionCommand.ts +0 -108
  489. package/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +0 -109
  490. package/commands/PutEmailIdentityDkimAttributesCommand.ts +0 -102
  491. package/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +0 -125
  492. package/commands/PutEmailIdentityFeedbackAttributesCommand.ts +0 -114
  493. package/commands/PutEmailIdentityMailFromAttributesCommand.ts +0 -106
  494. package/commands/PutSuppressedDestinationCommand.ts +0 -94
  495. package/commands/SendBulkEmailCommand.ts +0 -94
  496. package/commands/SendCustomVerificationEmailCommand.ts +0 -106
  497. package/commands/SendEmailCommand.ts +0 -117
  498. package/commands/TagResourceCommand.ts +0 -102
  499. package/commands/TestRenderEmailTemplateCommand.ts +0 -97
  500. package/commands/UntagResourceCommand.ts +0 -94
  501. package/commands/UpdateConfigurationSetEventDestinationCommand.ts +0 -112
  502. package/commands/UpdateContactCommand.ts +0 -96
  503. package/commands/UpdateContactListCommand.ts +0 -94
  504. package/commands/UpdateCustomVerificationEmailTemplateCommand.ts +0 -109
  505. package/commands/UpdateEmailIdentityPolicyCommand.ts +0 -109
  506. package/commands/UpdateEmailTemplateCommand.ts +0 -97
  507. package/dist/cjs/SESv2.js +0 -1245
  508. package/dist/cjs/SESv2.js.map +0 -1
  509. package/dist/cjs/SESv2Client.js +0 -63
  510. package/dist/cjs/SESv2Client.js.map +0 -1
  511. package/dist/cjs/commands/CreateConfigurationSetCommand.js +0 -65
  512. package/dist/cjs/commands/CreateConfigurationSetCommand.js.map +0 -1
  513. package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js +0 -67
  514. package/dist/cjs/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
  515. package/dist/cjs/commands/CreateContactCommand.js +0 -62
  516. package/dist/cjs/commands/CreateContactCommand.js.map +0 -1
  517. package/dist/cjs/commands/CreateContactListCommand.js +0 -61
  518. package/dist/cjs/commands/CreateContactListCommand.js.map +0 -1
  519. package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -64
  520. package/dist/cjs/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
  521. package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js +0 -64
  522. package/dist/cjs/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
  523. package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js +0 -67
  524. package/dist/cjs/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
  525. package/dist/cjs/commands/CreateEmailIdentityCommand.js +0 -86
  526. package/dist/cjs/commands/CreateEmailIdentityCommand.js.map +0 -1
  527. package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js +0 -72
  528. package/dist/cjs/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
  529. package/dist/cjs/commands/CreateEmailTemplateCommand.js +0 -64
  530. package/dist/cjs/commands/CreateEmailTemplateCommand.js.map +0 -1
  531. package/dist/cjs/commands/CreateImportJobCommand.js +0 -61
  532. package/dist/cjs/commands/CreateImportJobCommand.js.map +0 -1
  533. package/dist/cjs/commands/DeleteConfigurationSetCommand.js +0 -66
  534. package/dist/cjs/commands/DeleteConfigurationSetCommand.js.map +0 -1
  535. package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -67
  536. package/dist/cjs/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
  537. package/dist/cjs/commands/DeleteContactCommand.js +0 -61
  538. package/dist/cjs/commands/DeleteContactCommand.js.map +0 -1
  539. package/dist/cjs/commands/DeleteContactListCommand.js +0 -61
  540. package/dist/cjs/commands/DeleteContactListCommand.js.map +0 -1
  541. package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -64
  542. package/dist/cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
  543. package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js +0 -61
  544. package/dist/cjs/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
  545. package/dist/cjs/commands/DeleteEmailIdentityCommand.js +0 -62
  546. package/dist/cjs/commands/DeleteEmailIdentityCommand.js.map +0 -1
  547. package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js +0 -73
  548. package/dist/cjs/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
  549. package/dist/cjs/commands/DeleteEmailTemplateCommand.js +0 -63
  550. package/dist/cjs/commands/DeleteEmailTemplateCommand.js.map +0 -1
  551. package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js +0 -61
  552. package/dist/cjs/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
  553. package/dist/cjs/commands/GetAccountCommand.js +0 -62
  554. package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
  555. package/dist/cjs/commands/GetBlacklistReportsCommand.js +0 -61
  556. package/dist/cjs/commands/GetBlacklistReportsCommand.js.map +0 -1
  557. package/dist/cjs/commands/GetConfigurationSetCommand.js +0 -68
  558. package/dist/cjs/commands/GetConfigurationSetCommand.js.map +0 -1
  559. package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js +0 -68
  560. package/dist/cjs/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
  561. package/dist/cjs/commands/GetContactCommand.js +0 -61
  562. package/dist/cjs/commands/GetContactCommand.js.map +0 -1
  563. package/dist/cjs/commands/GetContactListCommand.js +0 -62
  564. package/dist/cjs/commands/GetContactListCommand.js.map +0 -1
  565. package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js +0 -65
  566. package/dist/cjs/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
  567. package/dist/cjs/commands/GetDedicatedIpCommand.js +0 -63
  568. package/dist/cjs/commands/GetDedicatedIpCommand.js.map +0 -1
  569. package/dist/cjs/commands/GetDedicatedIpsCommand.js +0 -62
  570. package/dist/cjs/commands/GetDedicatedIpsCommand.js.map +0 -1
  571. package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -68
  572. package/dist/cjs/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
  573. package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js +0 -61
  574. package/dist/cjs/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
  575. package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js +0 -63
  576. package/dist/cjs/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
  577. package/dist/cjs/commands/GetDomainStatisticsReportCommand.js +0 -62
  578. package/dist/cjs/commands/GetDomainStatisticsReportCommand.js.map +0 -1
  579. package/dist/cjs/commands/GetEmailIdentityCommand.js +0 -63
  580. package/dist/cjs/commands/GetEmailIdentityCommand.js.map +0 -1
  581. package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js +0 -72
  582. package/dist/cjs/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
  583. package/dist/cjs/commands/GetEmailTemplateCommand.js +0 -64
  584. package/dist/cjs/commands/GetEmailTemplateCommand.js.map +0 -1
  585. package/dist/cjs/commands/GetImportJobCommand.js +0 -61
  586. package/dist/cjs/commands/GetImportJobCommand.js.map +0 -1
  587. package/dist/cjs/commands/GetSuppressedDestinationCommand.js +0 -62
  588. package/dist/cjs/commands/GetSuppressedDestinationCommand.js.map +0 -1
  589. package/dist/cjs/commands/ListConfigurationSetsCommand.js +0 -67
  590. package/dist/cjs/commands/ListConfigurationSetsCommand.js.map +0 -1
  591. package/dist/cjs/commands/ListContactListsCommand.js +0 -61
  592. package/dist/cjs/commands/ListContactListsCommand.js.map +0 -1
  593. package/dist/cjs/commands/ListContactsCommand.js +0 -61
  594. package/dist/cjs/commands/ListContactsCommand.js.map +0 -1
  595. package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -65
  596. package/dist/cjs/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
  597. package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js +0 -62
  598. package/dist/cjs/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
  599. package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js +0 -63
  600. package/dist/cjs/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
  601. package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -63
  602. package/dist/cjs/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
  603. package/dist/cjs/commands/ListEmailIdentitiesCommand.js +0 -64
  604. package/dist/cjs/commands/ListEmailIdentitiesCommand.js.map +0 -1
  605. package/dist/cjs/commands/ListEmailTemplatesCommand.js +0 -64
  606. package/dist/cjs/commands/ListEmailTemplatesCommand.js.map +0 -1
  607. package/dist/cjs/commands/ListImportJobsCommand.js +0 -61
  608. package/dist/cjs/commands/ListImportJobsCommand.js.map +0 -1
  609. package/dist/cjs/commands/ListSuppressedDestinationsCommand.js +0 -62
  610. package/dist/cjs/commands/ListSuppressedDestinationsCommand.js.map +0 -1
  611. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
  612. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  613. package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -61
  614. package/dist/cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
  615. package/dist/cjs/commands/PutAccountDetailsCommand.js +0 -61
  616. package/dist/cjs/commands/PutAccountDetailsCommand.js.map +0 -1
  617. package/dist/cjs/commands/PutAccountSendingAttributesCommand.js +0 -61
  618. package/dist/cjs/commands/PutAccountSendingAttributesCommand.js.map +0 -1
  619. package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js +0 -61
  620. package/dist/cjs/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
  621. package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -62
  622. package/dist/cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
  623. package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js +0 -62
  624. package/dist/cjs/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
  625. package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js +0 -62
  626. package/dist/cjs/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
  627. package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -61
  628. package/dist/cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
  629. package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -62
  630. package/dist/cjs/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
  631. package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js +0 -70
  632. package/dist/cjs/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
  633. package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -61
  634. package/dist/cjs/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
  635. package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js +0 -67
  636. package/dist/cjs/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
  637. package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -61
  638. package/dist/cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
  639. package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js +0 -61
  640. package/dist/cjs/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
  641. package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -80
  642. package/dist/cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
  643. package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -70
  644. package/dist/cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
  645. package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -62
  646. package/dist/cjs/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
  647. package/dist/cjs/commands/PutSuppressedDestinationCommand.js +0 -61
  648. package/dist/cjs/commands/PutSuppressedDestinationCommand.js.map +0 -1
  649. package/dist/cjs/commands/SendBulkEmailCommand.js +0 -61
  650. package/dist/cjs/commands/SendBulkEmailCommand.js.map +0 -1
  651. package/dist/cjs/commands/SendCustomVerificationEmailCommand.js +0 -68
  652. package/dist/cjs/commands/SendCustomVerificationEmailCommand.js.map +0 -1
  653. package/dist/cjs/commands/SendEmailCommand.js +0 -84
  654. package/dist/cjs/commands/SendEmailCommand.js.map +0 -1
  655. package/dist/cjs/commands/TagResourceCommand.js +0 -69
  656. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  657. package/dist/cjs/commands/TestRenderEmailTemplateCommand.js +0 -64
  658. package/dist/cjs/commands/TestRenderEmailTemplateCommand.js.map +0 -1
  659. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  660. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  661. package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -67
  662. package/dist/cjs/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
  663. package/dist/cjs/commands/UpdateContactCommand.js +0 -63
  664. package/dist/cjs/commands/UpdateContactCommand.js.map +0 -1
  665. package/dist/cjs/commands/UpdateContactListCommand.js +0 -61
  666. package/dist/cjs/commands/UpdateContactListCommand.js.map +0 -1
  667. package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -64
  668. package/dist/cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
  669. package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js +0 -73
  670. package/dist/cjs/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
  671. package/dist/cjs/commands/UpdateEmailTemplateCommand.js +0 -64
  672. package/dist/cjs/commands/UpdateEmailTemplateCommand.js.map +0 -1
  673. package/dist/cjs/endpoints.js +0 -62
  674. package/dist/cjs/endpoints.js.map +0 -1
  675. package/dist/cjs/index.js +0 -101
  676. package/dist/cjs/index.js.map +0 -1
  677. package/dist/cjs/models/index.js +0 -5
  678. package/dist/cjs/models/index.js.map +0 -1
  679. package/dist/cjs/models/models_0.js +0 -2317
  680. package/dist/cjs/models/models_0.js.map +0 -1
  681. package/dist/cjs/package.json +0 -91
  682. package/dist/cjs/pagination/GetDedicatedIpsPaginator.js +0 -46
  683. package/dist/cjs/pagination/GetDedicatedIpsPaginator.js.map +0 -1
  684. package/dist/cjs/pagination/Interfaces.js +0 -3
  685. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  686. package/dist/cjs/pagination/ListConfigurationSetsPaginator.js +0 -46
  687. package/dist/cjs/pagination/ListConfigurationSetsPaginator.js.map +0 -1
  688. package/dist/cjs/pagination/ListContactListsPaginator.js +0 -46
  689. package/dist/cjs/pagination/ListContactListsPaginator.js.map +0 -1
  690. package/dist/cjs/pagination/ListContactsPaginator.js +0 -46
  691. package/dist/cjs/pagination/ListContactsPaginator.js.map +0 -1
  692. package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -46
  693. package/dist/cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
  694. package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js +0 -46
  695. package/dist/cjs/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
  696. package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js +0 -46
  697. package/dist/cjs/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
  698. package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -46
  699. package/dist/cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
  700. package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js +0 -46
  701. package/dist/cjs/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
  702. package/dist/cjs/pagination/ListEmailTemplatesPaginator.js +0 -46
  703. package/dist/cjs/pagination/ListEmailTemplatesPaginator.js.map +0 -1
  704. package/dist/cjs/pagination/ListImportJobsPaginator.js +0 -46
  705. package/dist/cjs/pagination/ListImportJobsPaginator.js.map +0 -1
  706. package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js +0 -46
  707. package/dist/cjs/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
  708. package/dist/cjs/protocols/Aws_restJson1.js +0 -9364
  709. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  710. package/dist/cjs/runtimeConfig.browser.js +0 -41
  711. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  712. package/dist/cjs/runtimeConfig.js +0 -46
  713. package/dist/cjs/runtimeConfig.js.map +0 -1
  714. package/dist/cjs/runtimeConfig.native.js +0 -20
  715. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  716. package/dist/cjs/runtimeConfig.shared.js +0 -21
  717. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  718. package/dist/es/SESv2.js +0 -1248
  719. package/dist/es/SESv2.js.map +0 -1
  720. package/dist/es/SESv2Client.js +0 -65
  721. package/dist/es/SESv2Client.js.map +0 -1
  722. package/dist/es/commands/CreateConfigurationSetCommand.js +0 -69
  723. package/dist/es/commands/CreateConfigurationSetCommand.js.map +0 -1
  724. package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js +0 -71
  725. package/dist/es/commands/CreateConfigurationSetEventDestinationCommand.js.map +0 -1
  726. package/dist/es/commands/CreateContactCommand.js +0 -66
  727. package/dist/es/commands/CreateContactCommand.js.map +0 -1
  728. package/dist/es/commands/CreateContactListCommand.js +0 -65
  729. package/dist/es/commands/CreateContactListCommand.js.map +0 -1
  730. package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -68
  731. package/dist/es/commands/CreateCustomVerificationEmailTemplateCommand.js.map +0 -1
  732. package/dist/es/commands/CreateDedicatedIpPoolCommand.js +0 -68
  733. package/dist/es/commands/CreateDedicatedIpPoolCommand.js.map +0 -1
  734. package/dist/es/commands/CreateDeliverabilityTestReportCommand.js +0 -71
  735. package/dist/es/commands/CreateDeliverabilityTestReportCommand.js.map +0 -1
  736. package/dist/es/commands/CreateEmailIdentityCommand.js +0 -90
  737. package/dist/es/commands/CreateEmailIdentityCommand.js.map +0 -1
  738. package/dist/es/commands/CreateEmailIdentityPolicyCommand.js +0 -76
  739. package/dist/es/commands/CreateEmailIdentityPolicyCommand.js.map +0 -1
  740. package/dist/es/commands/CreateEmailTemplateCommand.js +0 -68
  741. package/dist/es/commands/CreateEmailTemplateCommand.js.map +0 -1
  742. package/dist/es/commands/CreateImportJobCommand.js +0 -65
  743. package/dist/es/commands/CreateImportJobCommand.js.map +0 -1
  744. package/dist/es/commands/DeleteConfigurationSetCommand.js +0 -70
  745. package/dist/es/commands/DeleteConfigurationSetCommand.js.map +0 -1
  746. package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -71
  747. package/dist/es/commands/DeleteConfigurationSetEventDestinationCommand.js.map +0 -1
  748. package/dist/es/commands/DeleteContactCommand.js +0 -65
  749. package/dist/es/commands/DeleteContactCommand.js.map +0 -1
  750. package/dist/es/commands/DeleteContactListCommand.js +0 -65
  751. package/dist/es/commands/DeleteContactListCommand.js.map +0 -1
  752. package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -68
  753. package/dist/es/commands/DeleteCustomVerificationEmailTemplateCommand.js.map +0 -1
  754. package/dist/es/commands/DeleteDedicatedIpPoolCommand.js +0 -65
  755. package/dist/es/commands/DeleteDedicatedIpPoolCommand.js.map +0 -1
  756. package/dist/es/commands/DeleteEmailIdentityCommand.js +0 -66
  757. package/dist/es/commands/DeleteEmailIdentityCommand.js.map +0 -1
  758. package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js +0 -77
  759. package/dist/es/commands/DeleteEmailIdentityPolicyCommand.js.map +0 -1
  760. package/dist/es/commands/DeleteEmailTemplateCommand.js +0 -67
  761. package/dist/es/commands/DeleteEmailTemplateCommand.js.map +0 -1
  762. package/dist/es/commands/DeleteSuppressedDestinationCommand.js +0 -65
  763. package/dist/es/commands/DeleteSuppressedDestinationCommand.js.map +0 -1
  764. package/dist/es/commands/GetAccountCommand.js +0 -66
  765. package/dist/es/commands/GetAccountCommand.js.map +0 -1
  766. package/dist/es/commands/GetBlacklistReportsCommand.js +0 -65
  767. package/dist/es/commands/GetBlacklistReportsCommand.js.map +0 -1
  768. package/dist/es/commands/GetConfigurationSetCommand.js +0 -72
  769. package/dist/es/commands/GetConfigurationSetCommand.js.map +0 -1
  770. package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js +0 -72
  771. package/dist/es/commands/GetConfigurationSetEventDestinationsCommand.js.map +0 -1
  772. package/dist/es/commands/GetContactCommand.js +0 -65
  773. package/dist/es/commands/GetContactCommand.js.map +0 -1
  774. package/dist/es/commands/GetContactListCommand.js +0 -66
  775. package/dist/es/commands/GetContactListCommand.js.map +0 -1
  776. package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js +0 -69
  777. package/dist/es/commands/GetCustomVerificationEmailTemplateCommand.js.map +0 -1
  778. package/dist/es/commands/GetDedicatedIpCommand.js +0 -67
  779. package/dist/es/commands/GetDedicatedIpCommand.js.map +0 -1
  780. package/dist/es/commands/GetDedicatedIpsCommand.js +0 -66
  781. package/dist/es/commands/GetDedicatedIpsCommand.js.map +0 -1
  782. package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js +0 -72
  783. package/dist/es/commands/GetDeliverabilityDashboardOptionsCommand.js.map +0 -1
  784. package/dist/es/commands/GetDeliverabilityTestReportCommand.js +0 -65
  785. package/dist/es/commands/GetDeliverabilityTestReportCommand.js.map +0 -1
  786. package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js +0 -67
  787. package/dist/es/commands/GetDomainDeliverabilityCampaignCommand.js.map +0 -1
  788. package/dist/es/commands/GetDomainStatisticsReportCommand.js +0 -66
  789. package/dist/es/commands/GetDomainStatisticsReportCommand.js.map +0 -1
  790. package/dist/es/commands/GetEmailIdentityCommand.js +0 -67
  791. package/dist/es/commands/GetEmailIdentityCommand.js.map +0 -1
  792. package/dist/es/commands/GetEmailIdentityPoliciesCommand.js +0 -76
  793. package/dist/es/commands/GetEmailIdentityPoliciesCommand.js.map +0 -1
  794. package/dist/es/commands/GetEmailTemplateCommand.js +0 -68
  795. package/dist/es/commands/GetEmailTemplateCommand.js.map +0 -1
  796. package/dist/es/commands/GetImportJobCommand.js +0 -65
  797. package/dist/es/commands/GetImportJobCommand.js.map +0 -1
  798. package/dist/es/commands/GetSuppressedDestinationCommand.js +0 -66
  799. package/dist/es/commands/GetSuppressedDestinationCommand.js.map +0 -1
  800. package/dist/es/commands/ListConfigurationSetsCommand.js +0 -71
  801. package/dist/es/commands/ListConfigurationSetsCommand.js.map +0 -1
  802. package/dist/es/commands/ListContactListsCommand.js +0 -65
  803. package/dist/es/commands/ListContactListsCommand.js.map +0 -1
  804. package/dist/es/commands/ListContactsCommand.js +0 -65
  805. package/dist/es/commands/ListContactsCommand.js.map +0 -1
  806. package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -69
  807. package/dist/es/commands/ListCustomVerificationEmailTemplatesCommand.js.map +0 -1
  808. package/dist/es/commands/ListDedicatedIpPoolsCommand.js +0 -66
  809. package/dist/es/commands/ListDedicatedIpPoolsCommand.js.map +0 -1
  810. package/dist/es/commands/ListDeliverabilityTestReportsCommand.js +0 -67
  811. package/dist/es/commands/ListDeliverabilityTestReportsCommand.js.map +0 -1
  812. package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js +0 -67
  813. package/dist/es/commands/ListDomainDeliverabilityCampaignsCommand.js.map +0 -1
  814. package/dist/es/commands/ListEmailIdentitiesCommand.js +0 -68
  815. package/dist/es/commands/ListEmailIdentitiesCommand.js.map +0 -1
  816. package/dist/es/commands/ListEmailTemplatesCommand.js +0 -68
  817. package/dist/es/commands/ListEmailTemplatesCommand.js.map +0 -1
  818. package/dist/es/commands/ListImportJobsCommand.js +0 -65
  819. package/dist/es/commands/ListImportJobsCommand.js.map +0 -1
  820. package/dist/es/commands/ListSuppressedDestinationsCommand.js +0 -66
  821. package/dist/es/commands/ListSuppressedDestinationsCommand.js.map +0 -1
  822. package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
  823. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  824. package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +0 -65
  825. package/dist/es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js.map +0 -1
  826. package/dist/es/commands/PutAccountDetailsCommand.js +0 -65
  827. package/dist/es/commands/PutAccountDetailsCommand.js.map +0 -1
  828. package/dist/es/commands/PutAccountSendingAttributesCommand.js +0 -65
  829. package/dist/es/commands/PutAccountSendingAttributesCommand.js.map +0 -1
  830. package/dist/es/commands/PutAccountSuppressionAttributesCommand.js +0 -65
  831. package/dist/es/commands/PutAccountSuppressionAttributesCommand.js.map +0 -1
  832. package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -66
  833. package/dist/es/commands/PutConfigurationSetDeliveryOptionsCommand.js.map +0 -1
  834. package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js +0 -66
  835. package/dist/es/commands/PutConfigurationSetReputationOptionsCommand.js.map +0 -1
  836. package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js +0 -66
  837. package/dist/es/commands/PutConfigurationSetSendingOptionsCommand.js.map +0 -1
  838. package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js +0 -65
  839. package/dist/es/commands/PutConfigurationSetSuppressionOptionsCommand.js.map +0 -1
  840. package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js +0 -66
  841. package/dist/es/commands/PutConfigurationSetTrackingOptionsCommand.js.map +0 -1
  842. package/dist/es/commands/PutDedicatedIpInPoolCommand.js +0 -74
  843. package/dist/es/commands/PutDedicatedIpInPoolCommand.js.map +0 -1
  844. package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js +0 -65
  845. package/dist/es/commands/PutDedicatedIpWarmupAttributesCommand.js.map +0 -1
  846. package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js +0 -71
  847. package/dist/es/commands/PutDeliverabilityDashboardOptionCommand.js.map +0 -1
  848. package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +0 -65
  849. package/dist/es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js.map +0 -1
  850. package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js +0 -65
  851. package/dist/es/commands/PutEmailIdentityDkimAttributesCommand.js.map +0 -1
  852. package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +0 -84
  853. package/dist/es/commands/PutEmailIdentityDkimSigningAttributesCommand.js.map +0 -1
  854. package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js +0 -74
  855. package/dist/es/commands/PutEmailIdentityFeedbackAttributesCommand.js.map +0 -1
  856. package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js +0 -66
  857. package/dist/es/commands/PutEmailIdentityMailFromAttributesCommand.js.map +0 -1
  858. package/dist/es/commands/PutSuppressedDestinationCommand.js +0 -65
  859. package/dist/es/commands/PutSuppressedDestinationCommand.js.map +0 -1
  860. package/dist/es/commands/SendBulkEmailCommand.js +0 -65
  861. package/dist/es/commands/SendBulkEmailCommand.js.map +0 -1
  862. package/dist/es/commands/SendCustomVerificationEmailCommand.js +0 -72
  863. package/dist/es/commands/SendCustomVerificationEmailCommand.js.map +0 -1
  864. package/dist/es/commands/SendEmailCommand.js +0 -88
  865. package/dist/es/commands/SendEmailCommand.js.map +0 -1
  866. package/dist/es/commands/TagResourceCommand.js +0 -73
  867. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  868. package/dist/es/commands/TestRenderEmailTemplateCommand.js +0 -68
  869. package/dist/es/commands/TestRenderEmailTemplateCommand.js.map +0 -1
  870. package/dist/es/commands/UntagResourceCommand.js +0 -65
  871. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  872. package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -71
  873. package/dist/es/commands/UpdateConfigurationSetEventDestinationCommand.js.map +0 -1
  874. package/dist/es/commands/UpdateContactCommand.js +0 -67
  875. package/dist/es/commands/UpdateContactCommand.js.map +0 -1
  876. package/dist/es/commands/UpdateContactListCommand.js +0 -65
  877. package/dist/es/commands/UpdateContactListCommand.js.map +0 -1
  878. package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -68
  879. package/dist/es/commands/UpdateCustomVerificationEmailTemplateCommand.js.map +0 -1
  880. package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js +0 -77
  881. package/dist/es/commands/UpdateEmailIdentityPolicyCommand.js.map +0 -1
  882. package/dist/es/commands/UpdateEmailTemplateCommand.js +0 -68
  883. package/dist/es/commands/UpdateEmailTemplateCommand.js.map +0 -1
  884. package/dist/es/endpoints.js +0 -58
  885. package/dist/es/endpoints.js.map +0 -1
  886. package/dist/es/index.js +0 -98
  887. package/dist/es/index.js.map +0 -1
  888. package/dist/es/models/index.js +0 -2
  889. package/dist/es/models/index.js.map +0 -1
  890. package/dist/es/models/models_0.js +0 -1822
  891. package/dist/es/models/models_0.js.map +0 -1
  892. package/dist/es/package.json +0 -91
  893. package/dist/es/pagination/GetDedicatedIpsPaginator.js +0 -87
  894. package/dist/es/pagination/GetDedicatedIpsPaginator.js.map +0 -1
  895. package/dist/es/pagination/Interfaces.js +0 -2
  896. package/dist/es/pagination/Interfaces.js.map +0 -1
  897. package/dist/es/pagination/ListConfigurationSetsPaginator.js +0 -87
  898. package/dist/es/pagination/ListConfigurationSetsPaginator.js.map +0 -1
  899. package/dist/es/pagination/ListContactListsPaginator.js +0 -87
  900. package/dist/es/pagination/ListContactListsPaginator.js.map +0 -1
  901. package/dist/es/pagination/ListContactsPaginator.js +0 -87
  902. package/dist/es/pagination/ListContactsPaginator.js.map +0 -1
  903. package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -87
  904. package/dist/es/pagination/ListCustomVerificationEmailTemplatesPaginator.js.map +0 -1
  905. package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js +0 -87
  906. package/dist/es/pagination/ListDedicatedIpPoolsPaginator.js.map +0 -1
  907. package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js +0 -87
  908. package/dist/es/pagination/ListDeliverabilityTestReportsPaginator.js.map +0 -1
  909. package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +0 -87
  910. package/dist/es/pagination/ListDomainDeliverabilityCampaignsPaginator.js.map +0 -1
  911. package/dist/es/pagination/ListEmailIdentitiesPaginator.js +0 -87
  912. package/dist/es/pagination/ListEmailIdentitiesPaginator.js.map +0 -1
  913. package/dist/es/pagination/ListEmailTemplatesPaginator.js +0 -87
  914. package/dist/es/pagination/ListEmailTemplatesPaginator.js.map +0 -1
  915. package/dist/es/pagination/ListImportJobsPaginator.js +0 -87
  916. package/dist/es/pagination/ListImportJobsPaginator.js.map +0 -1
  917. package/dist/es/pagination/ListSuppressedDestinationsPaginator.js +0 -87
  918. package/dist/es/pagination/ListSuppressedDestinationsPaginator.js.map +0 -1
  919. package/dist/es/protocols/Aws_restJson1.js +0 -10540
  920. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  921. package/dist/es/runtimeConfig.browser.js +0 -20
  922. package/dist/es/runtimeConfig.browser.js.map +0 -1
  923. package/dist/es/runtimeConfig.js +0 -25
  924. package/dist/es/runtimeConfig.js.map +0 -1
  925. package/dist/es/runtimeConfig.native.js +0 -12
  926. package/dist/es/runtimeConfig.native.js.map +0 -1
  927. package/dist/es/runtimeConfig.shared.js +0 -17
  928. package/dist/es/runtimeConfig.shared.js.map +0 -1
  929. package/dist/types/SESv2.d.ts +0 -876
  930. package/dist/types/SESv2Client.d.ts +0 -232
  931. package/dist/types/commands/CreateConfigurationSetCommand.d.ts +0 -39
  932. package/dist/types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
  933. package/dist/types/commands/CreateContactCommand.d.ts +0 -36
  934. package/dist/types/commands/CreateContactListCommand.d.ts +0 -35
  935. package/dist/types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  936. package/dist/types/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
  937. package/dist/types/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
  938. package/dist/types/commands/CreateEmailIdentityCommand.d.ts +0 -60
  939. package/dist/types/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
  940. package/dist/types/commands/CreateEmailTemplateCommand.d.ts +0 -38
  941. package/dist/types/commands/CreateImportJobCommand.d.ts +0 -35
  942. package/dist/types/commands/DeleteConfigurationSetCommand.d.ts +0 -40
  943. package/dist/types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
  944. package/dist/types/commands/DeleteContactCommand.d.ts +0 -35
  945. package/dist/types/commands/DeleteContactListCommand.d.ts +0 -35
  946. package/dist/types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
  947. package/dist/types/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
  948. package/dist/types/commands/DeleteEmailIdentityCommand.d.ts +0 -36
  949. package/dist/types/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
  950. package/dist/types/commands/DeleteEmailTemplateCommand.d.ts +0 -37
  951. package/dist/types/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
  952. package/dist/types/commands/GetAccountCommand.d.ts +0 -36
  953. package/dist/types/commands/GetBlacklistReportsCommand.d.ts +0 -35
  954. package/dist/types/commands/GetConfigurationSetCommand.d.ts +0 -42
  955. package/dist/types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
  956. package/dist/types/commands/GetContactCommand.d.ts +0 -35
  957. package/dist/types/commands/GetContactListCommand.d.ts +0 -36
  958. package/dist/types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
  959. package/dist/types/commands/GetDedicatedIpCommand.d.ts +0 -37
  960. package/dist/types/commands/GetDedicatedIpsCommand.d.ts +0 -36
  961. package/dist/types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
  962. package/dist/types/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
  963. package/dist/types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
  964. package/dist/types/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
  965. package/dist/types/commands/GetEmailIdentityCommand.d.ts +0 -37
  966. package/dist/types/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
  967. package/dist/types/commands/GetEmailTemplateCommand.d.ts +0 -38
  968. package/dist/types/commands/GetImportJobCommand.d.ts +0 -35
  969. package/dist/types/commands/GetSuppressedDestinationCommand.d.ts +0 -36
  970. package/dist/types/commands/ListConfigurationSetsCommand.d.ts +0 -41
  971. package/dist/types/commands/ListContactListsCommand.d.ts +0 -35
  972. package/dist/types/commands/ListContactsCommand.d.ts +0 -35
  973. package/dist/types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
  974. package/dist/types/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
  975. package/dist/types/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
  976. package/dist/types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
  977. package/dist/types/commands/ListEmailIdentitiesCommand.d.ts +0 -38
  978. package/dist/types/commands/ListEmailTemplatesCommand.d.ts +0 -38
  979. package/dist/types/commands/ListImportJobsCommand.d.ts +0 -35
  980. package/dist/types/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
  981. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -40
  982. package/dist/types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  983. package/dist/types/commands/PutAccountDetailsCommand.d.ts +0 -35
  984. package/dist/types/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
  985. package/dist/types/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
  986. package/dist/types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
  987. package/dist/types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
  988. package/dist/types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
  989. package/dist/types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
  990. package/dist/types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
  991. package/dist/types/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
  992. package/dist/types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  993. package/dist/types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
  994. package/dist/types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
  995. package/dist/types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
  996. package/dist/types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
  997. package/dist/types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
  998. package/dist/types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
  999. package/dist/types/commands/PutSuppressedDestinationCommand.d.ts +0 -35
  1000. package/dist/types/commands/SendBulkEmailCommand.d.ts +0 -35
  1001. package/dist/types/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
  1002. package/dist/types/commands/SendEmailCommand.d.ts +0 -58
  1003. package/dist/types/commands/TagResourceCommand.d.ts +0 -43
  1004. package/dist/types/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
  1005. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1006. package/dist/types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1007. package/dist/types/commands/UpdateContactCommand.d.ts +0 -37
  1008. package/dist/types/commands/UpdateContactListCommand.d.ts +0 -35
  1009. package/dist/types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1010. package/dist/types/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
  1011. package/dist/types/commands/UpdateEmailTemplateCommand.d.ts +0 -38
  1012. package/dist/types/models/models_0.d.ts +0 -5898
  1013. package/dist/types/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
  1014. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1015. package/dist/types/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
  1016. package/dist/types/pagination/ListContactListsPaginator.d.ts +0 -4
  1017. package/dist/types/pagination/ListContactsPaginator.d.ts +0 -4
  1018. package/dist/types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
  1019. package/dist/types/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
  1020. package/dist/types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
  1021. package/dist/types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
  1022. package/dist/types/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
  1023. package/dist/types/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
  1024. package/dist/types/pagination/ListImportJobsPaginator.d.ts +0 -4
  1025. package/dist/types/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
  1026. package/dist/types/protocols/Aws_restJson1.d.ts +0 -245
  1027. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1028. package/dist/types/runtimeConfig.d.ts +0 -36
  1029. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1030. package/dist/types/ts3.4/SESv2.d.ts +0 -876
  1031. package/dist/types/ts3.4/SESv2Client.d.ts +0 -232
  1032. package/dist/types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -39
  1033. package/dist/types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1034. package/dist/types/ts3.4/commands/CreateContactCommand.d.ts +0 -36
  1035. package/dist/types/ts3.4/commands/CreateContactListCommand.d.ts +0 -35
  1036. package/dist/types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1037. package/dist/types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +0 -38
  1038. package/dist/types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -41
  1039. package/dist/types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +0 -60
  1040. package/dist/types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +0 -46
  1041. package/dist/types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +0 -38
  1042. package/dist/types/ts3.4/commands/CreateImportJobCommand.d.ts +0 -35
  1043. package/dist/types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -40
  1044. package/dist/types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -41
  1045. package/dist/types/ts3.4/commands/DeleteContactCommand.d.ts +0 -35
  1046. package/dist/types/ts3.4/commands/DeleteContactListCommand.d.ts +0 -35
  1047. package/dist/types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1048. package/dist/types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -35
  1049. package/dist/types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +0 -36
  1050. package/dist/types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +0 -47
  1051. package/dist/types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +0 -37
  1052. package/dist/types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +0 -35
  1053. package/dist/types/ts3.4/commands/GetAccountCommand.d.ts +0 -36
  1054. package/dist/types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +0 -35
  1055. package/dist/types/ts3.4/commands/GetConfigurationSetCommand.d.ts +0 -42
  1056. package/dist/types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -42
  1057. package/dist/types/ts3.4/commands/GetContactCommand.d.ts +0 -35
  1058. package/dist/types/ts3.4/commands/GetContactListCommand.d.ts +0 -36
  1059. package/dist/types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -39
  1060. package/dist/types/ts3.4/commands/GetDedicatedIpCommand.d.ts +0 -37
  1061. package/dist/types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +0 -36
  1062. package/dist/types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -42
  1063. package/dist/types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +0 -35
  1064. package/dist/types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -37
  1065. package/dist/types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +0 -36
  1066. package/dist/types/ts3.4/commands/GetEmailIdentityCommand.d.ts +0 -37
  1067. package/dist/types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +0 -46
  1068. package/dist/types/ts3.4/commands/GetEmailTemplateCommand.d.ts +0 -38
  1069. package/dist/types/ts3.4/commands/GetImportJobCommand.d.ts +0 -35
  1070. package/dist/types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +0 -36
  1071. package/dist/types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +0 -41
  1072. package/dist/types/ts3.4/commands/ListContactListsCommand.d.ts +0 -35
  1073. package/dist/types/ts3.4/commands/ListContactsCommand.d.ts +0 -35
  1074. package/dist/types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -39
  1075. package/dist/types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +0 -36
  1076. package/dist/types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -37
  1077. package/dist/types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -37
  1078. package/dist/types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +0 -38
  1079. package/dist/types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +0 -38
  1080. package/dist/types/ts3.4/commands/ListImportJobsCommand.d.ts +0 -35
  1081. package/dist/types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +0 -36
  1082. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -40
  1083. package/dist/types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  1084. package/dist/types/ts3.4/commands/PutAccountDetailsCommand.d.ts +0 -35
  1085. package/dist/types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +0 -35
  1086. package/dist/types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +0 -35
  1087. package/dist/types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -36
  1088. package/dist/types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -36
  1089. package/dist/types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -36
  1090. package/dist/types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +0 -35
  1091. package/dist/types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -36
  1092. package/dist/types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +0 -44
  1093. package/dist/types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -35
  1094. package/dist/types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -41
  1095. package/dist/types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +0 -35
  1096. package/dist/types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -35
  1097. package/dist/types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +0 -54
  1098. package/dist/types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -44
  1099. package/dist/types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -36
  1100. package/dist/types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +0 -35
  1101. package/dist/types/ts3.4/commands/SendBulkEmailCommand.d.ts +0 -35
  1102. package/dist/types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +0 -42
  1103. package/dist/types/ts3.4/commands/SendEmailCommand.d.ts +0 -58
  1104. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -43
  1105. package/dist/types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +0 -38
  1106. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1107. package/dist/types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -41
  1108. package/dist/types/ts3.4/commands/UpdateContactCommand.d.ts +0 -37
  1109. package/dist/types/ts3.4/commands/UpdateContactListCommand.d.ts +0 -35
  1110. package/dist/types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -38
  1111. package/dist/types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +0 -47
  1112. package/dist/types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +0 -38
  1113. package/dist/types/ts3.4/models/models_0.d.ts +0 -5898
  1114. package/dist/types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +0 -4
  1115. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1116. package/dist/types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +0 -4
  1117. package/dist/types/ts3.4/pagination/ListContactListsPaginator.d.ts +0 -4
  1118. package/dist/types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
  1119. package/dist/types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -4
  1120. package/dist/types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +0 -4
  1121. package/dist/types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +0 -4
  1122. package/dist/types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +0 -4
  1123. package/dist/types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +0 -4
  1124. package/dist/types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +0 -4
  1125. package/dist/types/ts3.4/pagination/ListImportJobsPaginator.d.ts +0 -4
  1126. package/dist/types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +0 -4
  1127. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -245
  1128. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1129. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1130. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1131. package/endpoints.ts +0 -62
  1132. package/jest.config.js +0 -4
  1133. package/models/models_0.ts +0 -7150
  1134. package/pagination/GetDedicatedIpsPaginator.ts +0 -58
  1135. package/pagination/Interfaces.ts +0 -7
  1136. package/pagination/ListConfigurationSetsPaginator.ts +0 -58
  1137. package/pagination/ListContactListsPaginator.ts +0 -58
  1138. package/pagination/ListContactsPaginator.ts +0 -58
  1139. package/pagination/ListCustomVerificationEmailTemplatesPaginator.ts +0 -58
  1140. package/pagination/ListDedicatedIpPoolsPaginator.ts +0 -58
  1141. package/pagination/ListDeliverabilityTestReportsPaginator.ts +0 -58
  1142. package/pagination/ListDomainDeliverabilityCampaignsPaginator.ts +0 -58
  1143. package/pagination/ListEmailIdentitiesPaginator.ts +0 -58
  1144. package/pagination/ListEmailTemplatesPaginator.ts +0 -58
  1145. package/pagination/ListImportJobsPaginator.ts +0 -58
  1146. package/pagination/ListSuppressedDestinationsPaginator.ts +0 -58
  1147. package/protocols/Aws_restJson1.ts +0 -10897
  1148. package/runtimeConfig.browser.ts +0 -40
  1149. package/runtimeConfig.native.ts +0 -16
  1150. package/runtimeConfig.shared.ts +0 -16
  1151. package/runtimeConfig.ts +0 -45
  1152. package/tsconfig.es.json +0 -12
  1153. package/tsconfig.json +0 -32
@@ -1,2317 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EventDestinationDefinition = exports.SnsDestination = exports.PinpointDestination = exports.EventType = exports.KinesisFirehoseDestination = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.CreateConfigurationSetResponse = exports.CreateConfigurationSetRequest = exports.TrackingOptions = exports.Tag = exports.SuppressionOptions = exports.SuppressionListReason = exports.SendingOptions = exports.ReputationOptions = exports.DeliveryOptions = exports.TlsPolicy = exports.ContactListDestination = exports.ContactListImportAction = exports.ContactList = exports.Contact = exports.TopicPreference = exports.SubscriptionStatus = exports.ConflictException = exports.ConcurrentModificationException = exports.CloudWatchDestination = exports.CloudWatchDimensionConfiguration = exports.DimensionValueSource = exports.BulkEmailEntryResult = exports.BulkEmailStatus = exports.BulkEmailEntry = exports.MessageTag = exports.ReplacementEmailContent = exports.ReplacementTemplate = exports.Destination = exports.BulkEmailContent = exports.Template = exports.Body = exports.Content = exports.BlacklistEntry = exports.BehaviorOnMxFailure = exports.BadRequestException = exports.AlreadyExistsException = exports.AccountSuspendedException = exports.AccountDetails = exports.ReviewDetails = exports.ReviewStatus = exports.MailType = exports.ContactLanguage = void 0;
4
- exports.DeleteContactRequest = exports.DeleteConfigurationSetEventDestinationResponse = exports.DeleteConfigurationSetEventDestinationRequest = exports.DeleteConfigurationSetResponse = exports.DeleteConfigurationSetRequest = exports.DedicatedIp = exports.WarmupStatus = exports.DailyVolume = exports.VolumeStatistics = exports.DomainIspPlacement = exports.CustomVerificationEmailTemplateMetadata = exports.CreateImportJobResponse = exports.CreateImportJobRequest = exports.ImportDestination = exports.SuppressionListDestination = exports.SuppressionListImportAction = exports.ImportDataSource = exports.DataFormat = exports.CreateEmailTemplateResponse = exports.CreateEmailTemplateRequest = exports.EmailTemplateContent = exports.CreateEmailIdentityPolicyResponse = exports.CreateEmailIdentityPolicyRequest = exports.CreateEmailIdentityResponse = exports.IdentityType = exports.DkimAttributes = exports.DkimStatus = exports.DkimSigningAttributesOrigin = exports.CreateEmailIdentityRequest = exports.DkimSigningAttributes = exports.SendingPausedException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.CreateDeliverabilityTestReportResponse = exports.DeliverabilityTestStatus = exports.CreateDeliverabilityTestReportRequest = exports.EmailContent = exports.Message = exports.RawMessage = exports.CreateDedicatedIpPoolResponse = exports.CreateDedicatedIpPoolRequest = exports.CreateCustomVerificationEmailTemplateResponse = exports.CreateCustomVerificationEmailTemplateRequest = exports.CreateContactListResponse = exports.CreateContactListRequest = exports.Topic = exports.CreateContactResponse = exports.CreateContactRequest = exports.CreateConfigurationSetEventDestinationResponse = exports.CreateConfigurationSetEventDestinationRequest = void 0;
5
- exports.GetDomainDeliverabilityCampaignRequest = exports.GetDeliverabilityTestReportResponse = exports.IspPlacement = exports.PlacementStatistics = exports.GetDeliverabilityTestReportRequest = exports.GetDeliverabilityDashboardOptionsResponse = exports.GetDeliverabilityDashboardOptionsRequest = exports.GetDedicatedIpsResponse = exports.GetDedicatedIpsRequest = exports.GetDedicatedIpResponse = exports.GetDedicatedIpRequest = exports.GetCustomVerificationEmailTemplateResponse = exports.GetCustomVerificationEmailTemplateRequest = exports.GetContactListResponse = exports.GetContactListRequest = exports.GetContactResponse = exports.GetContactRequest = exports.GetConfigurationSetEventDestinationsResponse = exports.GetConfigurationSetEventDestinationsRequest = exports.GetConfigurationSetResponse = exports.GetConfigurationSetRequest = exports.GetBlacklistReportsResponse = exports.GetBlacklistReportsRequest = exports.GetAccountResponse = exports.SuppressionAttributes = exports.SendQuota = exports.GetAccountRequest = exports.FailureInfo = exports.EventDestination = exports.EmailTemplateMetadata = exports.DomainDeliverabilityTrackingOption = exports.InboxPlacementTrackingOption = exports.DomainDeliverabilityCampaign = exports.DeliverabilityTestReport = exports.DeliverabilityDashboardAccountStatus = exports.DeleteSuppressedDestinationResponse = exports.DeleteSuppressedDestinationRequest = exports.DeleteEmailTemplateResponse = exports.DeleteEmailTemplateRequest = exports.DeleteEmailIdentityPolicyResponse = exports.DeleteEmailIdentityPolicyRequest = exports.DeleteEmailIdentityResponse = exports.DeleteEmailIdentityRequest = exports.DeleteDedicatedIpPoolResponse = exports.DeleteDedicatedIpPoolRequest = exports.DeleteCustomVerificationEmailTemplateResponse = exports.DeleteCustomVerificationEmailTemplateRequest = exports.DeleteContactListResponse = exports.DeleteContactListRequest = exports.DeleteContactResponse = void 0;
6
- exports.ListTagsForResourceRequest = exports.ListSuppressedDestinationsResponse = exports.SuppressedDestinationSummary = exports.ListSuppressedDestinationsRequest = exports.ListManagementOptions = exports.ListImportJobsResponse = exports.ListImportJobsRequest = exports.ListEmailTemplatesResponse = exports.ListEmailTemplatesRequest = exports.ListEmailIdentitiesResponse = exports.ListEmailIdentitiesRequest = exports.ListDomainDeliverabilityCampaignsResponse = exports.ListDomainDeliverabilityCampaignsRequest = exports.ListDeliverabilityTestReportsResponse = exports.ListDeliverabilityTestReportsRequest = exports.ListDedicatedIpPoolsResponse = exports.ListDedicatedIpPoolsRequest = exports.ListCustomVerificationEmailTemplatesResponse = exports.ListCustomVerificationEmailTemplatesRequest = exports.ListContactsResponse = exports.ListContactsRequest = exports.ListContactsFilter = exports.TopicFilter = exports.ListContactListsResponse = exports.ListContactListsRequest = exports.ListConfigurationSetsResponse = exports.ListConfigurationSetsRequest = exports.InvalidNextTokenException = exports.ImportJobSummary = exports.ImportDestinationType = exports.IdentityInfo = exports.GetSuppressedDestinationResponse = exports.SuppressedDestination = exports.SuppressedDestinationAttributes = exports.GetSuppressedDestinationRequest = exports.GetImportJobResponse = exports.JobStatus = exports.GetImportJobRequest = exports.GetEmailTemplateResponse = exports.GetEmailTemplateRequest = exports.GetEmailIdentityPoliciesResponse = exports.GetEmailIdentityPoliciesRequest = exports.GetEmailIdentityResponse = exports.MailFromAttributes = exports.MailFromDomainStatus = exports.GetEmailIdentityRequest = exports.GetDomainStatisticsReportResponse = exports.OverallVolume = exports.GetDomainStatisticsReportRequest = exports.GetDomainDeliverabilityCampaignResponse = void 0;
7
- exports.UpdateConfigurationSetEventDestinationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TestRenderEmailTemplateResponse = exports.TestRenderEmailTemplateRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SendEmailResponse = exports.SendEmailRequest = exports.SendCustomVerificationEmailResponse = exports.SendCustomVerificationEmailRequest = exports.SendBulkEmailResponse = exports.SendBulkEmailRequest = exports.PutSuppressedDestinationResponse = exports.PutSuppressedDestinationRequest = exports.PutEmailIdentityMailFromAttributesResponse = exports.PutEmailIdentityMailFromAttributesRequest = exports.PutEmailIdentityFeedbackAttributesResponse = exports.PutEmailIdentityFeedbackAttributesRequest = exports.PutEmailIdentityDkimSigningAttributesResponse = exports.PutEmailIdentityDkimSigningAttributesRequest = exports.PutEmailIdentityDkimAttributesResponse = exports.PutEmailIdentityDkimAttributesRequest = exports.PutEmailIdentityConfigurationSetAttributesResponse = exports.PutEmailIdentityConfigurationSetAttributesRequest = exports.PutDeliverabilityDashboardOptionResponse = exports.PutDeliverabilityDashboardOptionRequest = exports.PutDedicatedIpWarmupAttributesResponse = exports.PutDedicatedIpWarmupAttributesRequest = exports.PutDedicatedIpInPoolResponse = exports.PutDedicatedIpInPoolRequest = exports.PutConfigurationSetTrackingOptionsResponse = exports.PutConfigurationSetTrackingOptionsRequest = exports.PutConfigurationSetSuppressionOptionsResponse = exports.PutConfigurationSetSuppressionOptionsRequest = exports.PutConfigurationSetSendingOptionsResponse = exports.PutConfigurationSetSendingOptionsRequest = exports.PutConfigurationSetReputationOptionsResponse = exports.PutConfigurationSetReputationOptionsRequest = exports.PutConfigurationSetDeliveryOptionsResponse = exports.PutConfigurationSetDeliveryOptionsRequest = exports.PutAccountSuppressionAttributesResponse = exports.PutAccountSuppressionAttributesRequest = exports.PutAccountSendingAttributesResponse = exports.PutAccountSendingAttributesRequest = exports.PutAccountDetailsResponse = exports.PutAccountDetailsRequest = exports.PutAccountDedicatedIpWarmupAttributesResponse = exports.PutAccountDedicatedIpWarmupAttributesRequest = exports.ListTagsForResourceResponse = void 0;
8
- exports.UpdateEmailTemplateResponse = exports.UpdateEmailTemplateRequest = exports.UpdateEmailIdentityPolicyResponse = exports.UpdateEmailIdentityPolicyRequest = exports.UpdateCustomVerificationEmailTemplateResponse = exports.UpdateCustomVerificationEmailTemplateRequest = exports.UpdateContactListResponse = exports.UpdateContactListRequest = exports.UpdateContactResponse = exports.UpdateContactRequest = exports.UpdateConfigurationSetEventDestinationResponse = void 0;
9
- const smithy_client_1 = require("@aws-sdk/smithy-client");
10
- var ContactLanguage;
11
- (function (ContactLanguage) {
12
- ContactLanguage["EN"] = "EN";
13
- ContactLanguage["JA"] = "JA";
14
- })(ContactLanguage = exports.ContactLanguage || (exports.ContactLanguage = {}));
15
- var MailType;
16
- (function (MailType) {
17
- MailType["MARKETING"] = "MARKETING";
18
- MailType["TRANSACTIONAL"] = "TRANSACTIONAL";
19
- })(MailType = exports.MailType || (exports.MailType = {}));
20
- var ReviewStatus;
21
- (function (ReviewStatus) {
22
- ReviewStatus["DENIED"] = "DENIED";
23
- ReviewStatus["FAILED"] = "FAILED";
24
- ReviewStatus["GRANTED"] = "GRANTED";
25
- ReviewStatus["PENDING"] = "PENDING";
26
- })(ReviewStatus = exports.ReviewStatus || (exports.ReviewStatus = {}));
27
- var ReviewDetails;
28
- (function (ReviewDetails) {
29
- /**
30
- * @internal
31
- */
32
- ReviewDetails.filterSensitiveLog = (obj) => ({
33
- ...obj,
34
- });
35
- })(ReviewDetails = exports.ReviewDetails || (exports.ReviewDetails = {}));
36
- var AccountDetails;
37
- (function (AccountDetails) {
38
- /**
39
- * @internal
40
- */
41
- AccountDetails.filterSensitiveLog = (obj) => ({
42
- ...obj,
43
- ...(obj.WebsiteURL && { WebsiteURL: smithy_client_1.SENSITIVE_STRING }),
44
- ...(obj.UseCaseDescription && { UseCaseDescription: smithy_client_1.SENSITIVE_STRING }),
45
- ...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: smithy_client_1.SENSITIVE_STRING }),
46
- });
47
- })(AccountDetails = exports.AccountDetails || (exports.AccountDetails = {}));
48
- var AccountSuspendedException;
49
- (function (AccountSuspendedException) {
50
- /**
51
- * @internal
52
- */
53
- AccountSuspendedException.filterSensitiveLog = (obj) => ({
54
- ...obj,
55
- });
56
- })(AccountSuspendedException = exports.AccountSuspendedException || (exports.AccountSuspendedException = {}));
57
- var AlreadyExistsException;
58
- (function (AlreadyExistsException) {
59
- /**
60
- * @internal
61
- */
62
- AlreadyExistsException.filterSensitiveLog = (obj) => ({
63
- ...obj,
64
- });
65
- })(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
66
- var BadRequestException;
67
- (function (BadRequestException) {
68
- /**
69
- * @internal
70
- */
71
- BadRequestException.filterSensitiveLog = (obj) => ({
72
- ...obj,
73
- });
74
- })(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
75
- var BehaviorOnMxFailure;
76
- (function (BehaviorOnMxFailure) {
77
- BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
78
- BehaviorOnMxFailure["USE_DEFAULT_VALUE"] = "USE_DEFAULT_VALUE";
79
- })(BehaviorOnMxFailure = exports.BehaviorOnMxFailure || (exports.BehaviorOnMxFailure = {}));
80
- var BlacklistEntry;
81
- (function (BlacklistEntry) {
82
- /**
83
- * @internal
84
- */
85
- BlacklistEntry.filterSensitiveLog = (obj) => ({
86
- ...obj,
87
- });
88
- })(BlacklistEntry = exports.BlacklistEntry || (exports.BlacklistEntry = {}));
89
- var Content;
90
- (function (Content) {
91
- /**
92
- * @internal
93
- */
94
- Content.filterSensitiveLog = (obj) => ({
95
- ...obj,
96
- });
97
- })(Content = exports.Content || (exports.Content = {}));
98
- var Body;
99
- (function (Body) {
100
- /**
101
- * @internal
102
- */
103
- Body.filterSensitiveLog = (obj) => ({
104
- ...obj,
105
- });
106
- })(Body = exports.Body || (exports.Body = {}));
107
- var Template;
108
- (function (Template) {
109
- /**
110
- * @internal
111
- */
112
- Template.filterSensitiveLog = (obj) => ({
113
- ...obj,
114
- });
115
- })(Template = exports.Template || (exports.Template = {}));
116
- var BulkEmailContent;
117
- (function (BulkEmailContent) {
118
- /**
119
- * @internal
120
- */
121
- BulkEmailContent.filterSensitiveLog = (obj) => ({
122
- ...obj,
123
- });
124
- })(BulkEmailContent = exports.BulkEmailContent || (exports.BulkEmailContent = {}));
125
- var Destination;
126
- (function (Destination) {
127
- /**
128
- * @internal
129
- */
130
- Destination.filterSensitiveLog = (obj) => ({
131
- ...obj,
132
- });
133
- })(Destination = exports.Destination || (exports.Destination = {}));
134
- var ReplacementTemplate;
135
- (function (ReplacementTemplate) {
136
- /**
137
- * @internal
138
- */
139
- ReplacementTemplate.filterSensitiveLog = (obj) => ({
140
- ...obj,
141
- });
142
- })(ReplacementTemplate = exports.ReplacementTemplate || (exports.ReplacementTemplate = {}));
143
- var ReplacementEmailContent;
144
- (function (ReplacementEmailContent) {
145
- /**
146
- * @internal
147
- */
148
- ReplacementEmailContent.filterSensitiveLog = (obj) => ({
149
- ...obj,
150
- });
151
- })(ReplacementEmailContent = exports.ReplacementEmailContent || (exports.ReplacementEmailContent = {}));
152
- var MessageTag;
153
- (function (MessageTag) {
154
- /**
155
- * @internal
156
- */
157
- MessageTag.filterSensitiveLog = (obj) => ({
158
- ...obj,
159
- });
160
- })(MessageTag = exports.MessageTag || (exports.MessageTag = {}));
161
- var BulkEmailEntry;
162
- (function (BulkEmailEntry) {
163
- /**
164
- * @internal
165
- */
166
- BulkEmailEntry.filterSensitiveLog = (obj) => ({
167
- ...obj,
168
- });
169
- })(BulkEmailEntry = exports.BulkEmailEntry || (exports.BulkEmailEntry = {}));
170
- var BulkEmailStatus;
171
- (function (BulkEmailStatus) {
172
- BulkEmailStatus["ACCOUNT_DAILY_QUOTA_EXCEEDED"] = "ACCOUNT_DAILY_QUOTA_EXCEEDED";
173
- BulkEmailStatus["ACCOUNT_SENDING_PAUSED"] = "ACCOUNT_SENDING_PAUSED";
174
- BulkEmailStatus["ACCOUNT_SUSPENDED"] = "ACCOUNT_SUSPENDED";
175
- BulkEmailStatus["ACCOUNT_THROTTLED"] = "ACCOUNT_THROTTLED";
176
- BulkEmailStatus["CONFIGURATION_SET_NOT_FOUND"] = "CONFIGURATION_SET_NOT_FOUND";
177
- BulkEmailStatus["CONFIGURATION_SET_SENDING_PAUSED"] = "CONFIGURATION_SET_SENDING_PAUSED";
178
- BulkEmailStatus["FAILED"] = "FAILED";
179
- BulkEmailStatus["INVALID_PARAMETER"] = "INVALID_PARAMETER";
180
- BulkEmailStatus["INVALID_SENDING_POOL_NAME"] = "INVALID_SENDING_POOL_NAME";
181
- BulkEmailStatus["MAIL_FROM_DOMAIN_NOT_VERIFIED"] = "MAIL_FROM_DOMAIN_NOT_VERIFIED";
182
- BulkEmailStatus["MESSAGE_REJECTED"] = "MESSAGE_REJECTED";
183
- BulkEmailStatus["SUCCESS"] = "SUCCESS";
184
- BulkEmailStatus["TEMPLATE_NOT_FOUND"] = "TEMPLATE_NOT_FOUND";
185
- BulkEmailStatus["TRANSIENT_FAILURE"] = "TRANSIENT_FAILURE";
186
- })(BulkEmailStatus = exports.BulkEmailStatus || (exports.BulkEmailStatus = {}));
187
- var BulkEmailEntryResult;
188
- (function (BulkEmailEntryResult) {
189
- /**
190
- * @internal
191
- */
192
- BulkEmailEntryResult.filterSensitiveLog = (obj) => ({
193
- ...obj,
194
- });
195
- })(BulkEmailEntryResult = exports.BulkEmailEntryResult || (exports.BulkEmailEntryResult = {}));
196
- var DimensionValueSource;
197
- (function (DimensionValueSource) {
198
- DimensionValueSource["EMAIL_HEADER"] = "EMAIL_HEADER";
199
- DimensionValueSource["LINK_TAG"] = "LINK_TAG";
200
- DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
201
- })(DimensionValueSource = exports.DimensionValueSource || (exports.DimensionValueSource = {}));
202
- var CloudWatchDimensionConfiguration;
203
- (function (CloudWatchDimensionConfiguration) {
204
- /**
205
- * @internal
206
- */
207
- CloudWatchDimensionConfiguration.filterSensitiveLog = (obj) => ({
208
- ...obj,
209
- });
210
- })(CloudWatchDimensionConfiguration = exports.CloudWatchDimensionConfiguration || (exports.CloudWatchDimensionConfiguration = {}));
211
- var CloudWatchDestination;
212
- (function (CloudWatchDestination) {
213
- /**
214
- * @internal
215
- */
216
- CloudWatchDestination.filterSensitiveLog = (obj) => ({
217
- ...obj,
218
- });
219
- })(CloudWatchDestination = exports.CloudWatchDestination || (exports.CloudWatchDestination = {}));
220
- var ConcurrentModificationException;
221
- (function (ConcurrentModificationException) {
222
- /**
223
- * @internal
224
- */
225
- ConcurrentModificationException.filterSensitiveLog = (obj) => ({
226
- ...obj,
227
- });
228
- })(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
229
- var ConflictException;
230
- (function (ConflictException) {
231
- /**
232
- * @internal
233
- */
234
- ConflictException.filterSensitiveLog = (obj) => ({
235
- ...obj,
236
- });
237
- })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
238
- var SubscriptionStatus;
239
- (function (SubscriptionStatus) {
240
- SubscriptionStatus["OPT_IN"] = "OPT_IN";
241
- SubscriptionStatus["OPT_OUT"] = "OPT_OUT";
242
- })(SubscriptionStatus = exports.SubscriptionStatus || (exports.SubscriptionStatus = {}));
243
- var TopicPreference;
244
- (function (TopicPreference) {
245
- /**
246
- * @internal
247
- */
248
- TopicPreference.filterSensitiveLog = (obj) => ({
249
- ...obj,
250
- });
251
- })(TopicPreference = exports.TopicPreference || (exports.TopicPreference = {}));
252
- var Contact;
253
- (function (Contact) {
254
- /**
255
- * @internal
256
- */
257
- Contact.filterSensitiveLog = (obj) => ({
258
- ...obj,
259
- });
260
- })(Contact = exports.Contact || (exports.Contact = {}));
261
- var ContactList;
262
- (function (ContactList) {
263
- /**
264
- * @internal
265
- */
266
- ContactList.filterSensitiveLog = (obj) => ({
267
- ...obj,
268
- });
269
- })(ContactList = exports.ContactList || (exports.ContactList = {}));
270
- var ContactListImportAction;
271
- (function (ContactListImportAction) {
272
- ContactListImportAction["DELETE"] = "DELETE";
273
- ContactListImportAction["PUT"] = "PUT";
274
- })(ContactListImportAction = exports.ContactListImportAction || (exports.ContactListImportAction = {}));
275
- var ContactListDestination;
276
- (function (ContactListDestination) {
277
- /**
278
- * @internal
279
- */
280
- ContactListDestination.filterSensitiveLog = (obj) => ({
281
- ...obj,
282
- });
283
- })(ContactListDestination = exports.ContactListDestination || (exports.ContactListDestination = {}));
284
- var TlsPolicy;
285
- (function (TlsPolicy) {
286
- TlsPolicy["OPTIONAL"] = "OPTIONAL";
287
- TlsPolicy["REQUIRE"] = "REQUIRE";
288
- })(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
289
- var DeliveryOptions;
290
- (function (DeliveryOptions) {
291
- /**
292
- * @internal
293
- */
294
- DeliveryOptions.filterSensitiveLog = (obj) => ({
295
- ...obj,
296
- });
297
- })(DeliveryOptions = exports.DeliveryOptions || (exports.DeliveryOptions = {}));
298
- var ReputationOptions;
299
- (function (ReputationOptions) {
300
- /**
301
- * @internal
302
- */
303
- ReputationOptions.filterSensitiveLog = (obj) => ({
304
- ...obj,
305
- });
306
- })(ReputationOptions = exports.ReputationOptions || (exports.ReputationOptions = {}));
307
- var SendingOptions;
308
- (function (SendingOptions) {
309
- /**
310
- * @internal
311
- */
312
- SendingOptions.filterSensitiveLog = (obj) => ({
313
- ...obj,
314
- });
315
- })(SendingOptions = exports.SendingOptions || (exports.SendingOptions = {}));
316
- var SuppressionListReason;
317
- (function (SuppressionListReason) {
318
- SuppressionListReason["BOUNCE"] = "BOUNCE";
319
- SuppressionListReason["COMPLAINT"] = "COMPLAINT";
320
- })(SuppressionListReason = exports.SuppressionListReason || (exports.SuppressionListReason = {}));
321
- var SuppressionOptions;
322
- (function (SuppressionOptions) {
323
- /**
324
- * @internal
325
- */
326
- SuppressionOptions.filterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- })(SuppressionOptions = exports.SuppressionOptions || (exports.SuppressionOptions = {}));
330
- var Tag;
331
- (function (Tag) {
332
- /**
333
- * @internal
334
- */
335
- Tag.filterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- })(Tag = exports.Tag || (exports.Tag = {}));
339
- var TrackingOptions;
340
- (function (TrackingOptions) {
341
- /**
342
- * @internal
343
- */
344
- TrackingOptions.filterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- })(TrackingOptions = exports.TrackingOptions || (exports.TrackingOptions = {}));
348
- var CreateConfigurationSetRequest;
349
- (function (CreateConfigurationSetRequest) {
350
- /**
351
- * @internal
352
- */
353
- CreateConfigurationSetRequest.filterSensitiveLog = (obj) => ({
354
- ...obj,
355
- });
356
- })(CreateConfigurationSetRequest = exports.CreateConfigurationSetRequest || (exports.CreateConfigurationSetRequest = {}));
357
- var CreateConfigurationSetResponse;
358
- (function (CreateConfigurationSetResponse) {
359
- /**
360
- * @internal
361
- */
362
- CreateConfigurationSetResponse.filterSensitiveLog = (obj) => ({
363
- ...obj,
364
- });
365
- })(CreateConfigurationSetResponse = exports.CreateConfigurationSetResponse || (exports.CreateConfigurationSetResponse = {}));
366
- var LimitExceededException;
367
- (function (LimitExceededException) {
368
- /**
369
- * @internal
370
- */
371
- LimitExceededException.filterSensitiveLog = (obj) => ({
372
- ...obj,
373
- });
374
- })(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
375
- var NotFoundException;
376
- (function (NotFoundException) {
377
- /**
378
- * @internal
379
- */
380
- NotFoundException.filterSensitiveLog = (obj) => ({
381
- ...obj,
382
- });
383
- })(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
384
- var TooManyRequestsException;
385
- (function (TooManyRequestsException) {
386
- /**
387
- * @internal
388
- */
389
- TooManyRequestsException.filterSensitiveLog = (obj) => ({
390
- ...obj,
391
- });
392
- })(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
393
- var KinesisFirehoseDestination;
394
- (function (KinesisFirehoseDestination) {
395
- /**
396
- * @internal
397
- */
398
- KinesisFirehoseDestination.filterSensitiveLog = (obj) => ({
399
- ...obj,
400
- });
401
- })(KinesisFirehoseDestination = exports.KinesisFirehoseDestination || (exports.KinesisFirehoseDestination = {}));
402
- var EventType;
403
- (function (EventType) {
404
- EventType["BOUNCE"] = "BOUNCE";
405
- EventType["CLICK"] = "CLICK";
406
- EventType["COMPLAINT"] = "COMPLAINT";
407
- EventType["DELIVERY"] = "DELIVERY";
408
- EventType["DELIVERY_DELAY"] = "DELIVERY_DELAY";
409
- EventType["OPEN"] = "OPEN";
410
- EventType["REJECT"] = "REJECT";
411
- EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
412
- EventType["SEND"] = "SEND";
413
- EventType["SUBSCRIPTION"] = "SUBSCRIPTION";
414
- })(EventType = exports.EventType || (exports.EventType = {}));
415
- var PinpointDestination;
416
- (function (PinpointDestination) {
417
- /**
418
- * @internal
419
- */
420
- PinpointDestination.filterSensitiveLog = (obj) => ({
421
- ...obj,
422
- });
423
- })(PinpointDestination = exports.PinpointDestination || (exports.PinpointDestination = {}));
424
- var SnsDestination;
425
- (function (SnsDestination) {
426
- /**
427
- * @internal
428
- */
429
- SnsDestination.filterSensitiveLog = (obj) => ({
430
- ...obj,
431
- });
432
- })(SnsDestination = exports.SnsDestination || (exports.SnsDestination = {}));
433
- var EventDestinationDefinition;
434
- (function (EventDestinationDefinition) {
435
- /**
436
- * @internal
437
- */
438
- EventDestinationDefinition.filterSensitiveLog = (obj) => ({
439
- ...obj,
440
- });
441
- })(EventDestinationDefinition = exports.EventDestinationDefinition || (exports.EventDestinationDefinition = {}));
442
- var CreateConfigurationSetEventDestinationRequest;
443
- (function (CreateConfigurationSetEventDestinationRequest) {
444
- /**
445
- * @internal
446
- */
447
- CreateConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
448
- ...obj,
449
- });
450
- })(CreateConfigurationSetEventDestinationRequest = exports.CreateConfigurationSetEventDestinationRequest || (exports.CreateConfigurationSetEventDestinationRequest = {}));
451
- var CreateConfigurationSetEventDestinationResponse;
452
- (function (CreateConfigurationSetEventDestinationResponse) {
453
- /**
454
- * @internal
455
- */
456
- CreateConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
457
- ...obj,
458
- });
459
- })(CreateConfigurationSetEventDestinationResponse = exports.CreateConfigurationSetEventDestinationResponse || (exports.CreateConfigurationSetEventDestinationResponse = {}));
460
- var CreateContactRequest;
461
- (function (CreateContactRequest) {
462
- /**
463
- * @internal
464
- */
465
- CreateContactRequest.filterSensitiveLog = (obj) => ({
466
- ...obj,
467
- });
468
- })(CreateContactRequest = exports.CreateContactRequest || (exports.CreateContactRequest = {}));
469
- var CreateContactResponse;
470
- (function (CreateContactResponse) {
471
- /**
472
- * @internal
473
- */
474
- CreateContactResponse.filterSensitiveLog = (obj) => ({
475
- ...obj,
476
- });
477
- })(CreateContactResponse = exports.CreateContactResponse || (exports.CreateContactResponse = {}));
478
- var Topic;
479
- (function (Topic) {
480
- /**
481
- * @internal
482
- */
483
- Topic.filterSensitiveLog = (obj) => ({
484
- ...obj,
485
- });
486
- })(Topic = exports.Topic || (exports.Topic = {}));
487
- var CreateContactListRequest;
488
- (function (CreateContactListRequest) {
489
- /**
490
- * @internal
491
- */
492
- CreateContactListRequest.filterSensitiveLog = (obj) => ({
493
- ...obj,
494
- });
495
- })(CreateContactListRequest = exports.CreateContactListRequest || (exports.CreateContactListRequest = {}));
496
- var CreateContactListResponse;
497
- (function (CreateContactListResponse) {
498
- /**
499
- * @internal
500
- */
501
- CreateContactListResponse.filterSensitiveLog = (obj) => ({
502
- ...obj,
503
- });
504
- })(CreateContactListResponse = exports.CreateContactListResponse || (exports.CreateContactListResponse = {}));
505
- var CreateCustomVerificationEmailTemplateRequest;
506
- (function (CreateCustomVerificationEmailTemplateRequest) {
507
- /**
508
- * @internal
509
- */
510
- CreateCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
511
- ...obj,
512
- });
513
- })(CreateCustomVerificationEmailTemplateRequest = exports.CreateCustomVerificationEmailTemplateRequest || (exports.CreateCustomVerificationEmailTemplateRequest = {}));
514
- var CreateCustomVerificationEmailTemplateResponse;
515
- (function (CreateCustomVerificationEmailTemplateResponse) {
516
- /**
517
- * @internal
518
- */
519
- CreateCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
520
- ...obj,
521
- });
522
- })(CreateCustomVerificationEmailTemplateResponse = exports.CreateCustomVerificationEmailTemplateResponse || (exports.CreateCustomVerificationEmailTemplateResponse = {}));
523
- var CreateDedicatedIpPoolRequest;
524
- (function (CreateDedicatedIpPoolRequest) {
525
- /**
526
- * @internal
527
- */
528
- CreateDedicatedIpPoolRequest.filterSensitiveLog = (obj) => ({
529
- ...obj,
530
- });
531
- })(CreateDedicatedIpPoolRequest = exports.CreateDedicatedIpPoolRequest || (exports.CreateDedicatedIpPoolRequest = {}));
532
- var CreateDedicatedIpPoolResponse;
533
- (function (CreateDedicatedIpPoolResponse) {
534
- /**
535
- * @internal
536
- */
537
- CreateDedicatedIpPoolResponse.filterSensitiveLog = (obj) => ({
538
- ...obj,
539
- });
540
- })(CreateDedicatedIpPoolResponse = exports.CreateDedicatedIpPoolResponse || (exports.CreateDedicatedIpPoolResponse = {}));
541
- var RawMessage;
542
- (function (RawMessage) {
543
- /**
544
- * @internal
545
- */
546
- RawMessage.filterSensitiveLog = (obj) => ({
547
- ...obj,
548
- });
549
- })(RawMessage = exports.RawMessage || (exports.RawMessage = {}));
550
- var Message;
551
- (function (Message) {
552
- /**
553
- * @internal
554
- */
555
- Message.filterSensitiveLog = (obj) => ({
556
- ...obj,
557
- });
558
- })(Message = exports.Message || (exports.Message = {}));
559
- var EmailContent;
560
- (function (EmailContent) {
561
- /**
562
- * @internal
563
- */
564
- EmailContent.filterSensitiveLog = (obj) => ({
565
- ...obj,
566
- });
567
- })(EmailContent = exports.EmailContent || (exports.EmailContent = {}));
568
- var CreateDeliverabilityTestReportRequest;
569
- (function (CreateDeliverabilityTestReportRequest) {
570
- /**
571
- * @internal
572
- */
573
- CreateDeliverabilityTestReportRequest.filterSensitiveLog = (obj) => ({
574
- ...obj,
575
- });
576
- })(CreateDeliverabilityTestReportRequest = exports.CreateDeliverabilityTestReportRequest || (exports.CreateDeliverabilityTestReportRequest = {}));
577
- var DeliverabilityTestStatus;
578
- (function (DeliverabilityTestStatus) {
579
- DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
580
- DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
581
- })(DeliverabilityTestStatus = exports.DeliverabilityTestStatus || (exports.DeliverabilityTestStatus = {}));
582
- var CreateDeliverabilityTestReportResponse;
583
- (function (CreateDeliverabilityTestReportResponse) {
584
- /**
585
- * @internal
586
- */
587
- CreateDeliverabilityTestReportResponse.filterSensitiveLog = (obj) => ({
588
- ...obj,
589
- });
590
- })(CreateDeliverabilityTestReportResponse = exports.CreateDeliverabilityTestReportResponse || (exports.CreateDeliverabilityTestReportResponse = {}));
591
- var MailFromDomainNotVerifiedException;
592
- (function (MailFromDomainNotVerifiedException) {
593
- /**
594
- * @internal
595
- */
596
- MailFromDomainNotVerifiedException.filterSensitiveLog = (obj) => ({
597
- ...obj,
598
- });
599
- })(MailFromDomainNotVerifiedException = exports.MailFromDomainNotVerifiedException || (exports.MailFromDomainNotVerifiedException = {}));
600
- var MessageRejected;
601
- (function (MessageRejected) {
602
- /**
603
- * @internal
604
- */
605
- MessageRejected.filterSensitiveLog = (obj) => ({
606
- ...obj,
607
- });
608
- })(MessageRejected = exports.MessageRejected || (exports.MessageRejected = {}));
609
- var SendingPausedException;
610
- (function (SendingPausedException) {
611
- /**
612
- * @internal
613
- */
614
- SendingPausedException.filterSensitiveLog = (obj) => ({
615
- ...obj,
616
- });
617
- })(SendingPausedException = exports.SendingPausedException || (exports.SendingPausedException = {}));
618
- var DkimSigningAttributes;
619
- (function (DkimSigningAttributes) {
620
- /**
621
- * @internal
622
- */
623
- DkimSigningAttributes.filterSensitiveLog = (obj) => ({
624
- ...obj,
625
- ...(obj.DomainSigningPrivateKey && { DomainSigningPrivateKey: smithy_client_1.SENSITIVE_STRING }),
626
- });
627
- })(DkimSigningAttributes = exports.DkimSigningAttributes || (exports.DkimSigningAttributes = {}));
628
- var CreateEmailIdentityRequest;
629
- (function (CreateEmailIdentityRequest) {
630
- /**
631
- * @internal
632
- */
633
- CreateEmailIdentityRequest.filterSensitiveLog = (obj) => ({
634
- ...obj,
635
- ...(obj.DkimSigningAttributes && {
636
- DkimSigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.DkimSigningAttributes),
637
- }),
638
- });
639
- })(CreateEmailIdentityRequest = exports.CreateEmailIdentityRequest || (exports.CreateEmailIdentityRequest = {}));
640
- var DkimSigningAttributesOrigin;
641
- (function (DkimSigningAttributesOrigin) {
642
- DkimSigningAttributesOrigin["AWS_SES"] = "AWS_SES";
643
- DkimSigningAttributesOrigin["EXTERNAL"] = "EXTERNAL";
644
- })(DkimSigningAttributesOrigin = exports.DkimSigningAttributesOrigin || (exports.DkimSigningAttributesOrigin = {}));
645
- var DkimStatus;
646
- (function (DkimStatus) {
647
- DkimStatus["FAILED"] = "FAILED";
648
- DkimStatus["NOT_STARTED"] = "NOT_STARTED";
649
- DkimStatus["PENDING"] = "PENDING";
650
- DkimStatus["SUCCESS"] = "SUCCESS";
651
- DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
652
- })(DkimStatus = exports.DkimStatus || (exports.DkimStatus = {}));
653
- var DkimAttributes;
654
- (function (DkimAttributes) {
655
- /**
656
- * @internal
657
- */
658
- DkimAttributes.filterSensitiveLog = (obj) => ({
659
- ...obj,
660
- });
661
- })(DkimAttributes = exports.DkimAttributes || (exports.DkimAttributes = {}));
662
- var IdentityType;
663
- (function (IdentityType) {
664
- IdentityType["DOMAIN"] = "DOMAIN";
665
- IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
666
- IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
667
- })(IdentityType = exports.IdentityType || (exports.IdentityType = {}));
668
- var CreateEmailIdentityResponse;
669
- (function (CreateEmailIdentityResponse) {
670
- /**
671
- * @internal
672
- */
673
- CreateEmailIdentityResponse.filterSensitiveLog = (obj) => ({
674
- ...obj,
675
- });
676
- })(CreateEmailIdentityResponse = exports.CreateEmailIdentityResponse || (exports.CreateEmailIdentityResponse = {}));
677
- var CreateEmailIdentityPolicyRequest;
678
- (function (CreateEmailIdentityPolicyRequest) {
679
- /**
680
- * @internal
681
- */
682
- CreateEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
683
- ...obj,
684
- });
685
- })(CreateEmailIdentityPolicyRequest = exports.CreateEmailIdentityPolicyRequest || (exports.CreateEmailIdentityPolicyRequest = {}));
686
- var CreateEmailIdentityPolicyResponse;
687
- (function (CreateEmailIdentityPolicyResponse) {
688
- /**
689
- * @internal
690
- */
691
- CreateEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
692
- ...obj,
693
- });
694
- })(CreateEmailIdentityPolicyResponse = exports.CreateEmailIdentityPolicyResponse || (exports.CreateEmailIdentityPolicyResponse = {}));
695
- var EmailTemplateContent;
696
- (function (EmailTemplateContent) {
697
- /**
698
- * @internal
699
- */
700
- EmailTemplateContent.filterSensitiveLog = (obj) => ({
701
- ...obj,
702
- });
703
- })(EmailTemplateContent = exports.EmailTemplateContent || (exports.EmailTemplateContent = {}));
704
- var CreateEmailTemplateRequest;
705
- (function (CreateEmailTemplateRequest) {
706
- /**
707
- * @internal
708
- */
709
- CreateEmailTemplateRequest.filterSensitiveLog = (obj) => ({
710
- ...obj,
711
- });
712
- })(CreateEmailTemplateRequest = exports.CreateEmailTemplateRequest || (exports.CreateEmailTemplateRequest = {}));
713
- var CreateEmailTemplateResponse;
714
- (function (CreateEmailTemplateResponse) {
715
- /**
716
- * @internal
717
- */
718
- CreateEmailTemplateResponse.filterSensitiveLog = (obj) => ({
719
- ...obj,
720
- });
721
- })(CreateEmailTemplateResponse = exports.CreateEmailTemplateResponse || (exports.CreateEmailTemplateResponse = {}));
722
- var DataFormat;
723
- (function (DataFormat) {
724
- DataFormat["CSV"] = "CSV";
725
- DataFormat["JSON"] = "JSON";
726
- })(DataFormat = exports.DataFormat || (exports.DataFormat = {}));
727
- var ImportDataSource;
728
- (function (ImportDataSource) {
729
- /**
730
- * @internal
731
- */
732
- ImportDataSource.filterSensitiveLog = (obj) => ({
733
- ...obj,
734
- });
735
- })(ImportDataSource = exports.ImportDataSource || (exports.ImportDataSource = {}));
736
- var SuppressionListImportAction;
737
- (function (SuppressionListImportAction) {
738
- SuppressionListImportAction["DELETE"] = "DELETE";
739
- SuppressionListImportAction["PUT"] = "PUT";
740
- })(SuppressionListImportAction = exports.SuppressionListImportAction || (exports.SuppressionListImportAction = {}));
741
- var SuppressionListDestination;
742
- (function (SuppressionListDestination) {
743
- /**
744
- * @internal
745
- */
746
- SuppressionListDestination.filterSensitiveLog = (obj) => ({
747
- ...obj,
748
- });
749
- })(SuppressionListDestination = exports.SuppressionListDestination || (exports.SuppressionListDestination = {}));
750
- var ImportDestination;
751
- (function (ImportDestination) {
752
- /**
753
- * @internal
754
- */
755
- ImportDestination.filterSensitiveLog = (obj) => ({
756
- ...obj,
757
- });
758
- })(ImportDestination = exports.ImportDestination || (exports.ImportDestination = {}));
759
- var CreateImportJobRequest;
760
- (function (CreateImportJobRequest) {
761
- /**
762
- * @internal
763
- */
764
- CreateImportJobRequest.filterSensitiveLog = (obj) => ({
765
- ...obj,
766
- });
767
- })(CreateImportJobRequest = exports.CreateImportJobRequest || (exports.CreateImportJobRequest = {}));
768
- var CreateImportJobResponse;
769
- (function (CreateImportJobResponse) {
770
- /**
771
- * @internal
772
- */
773
- CreateImportJobResponse.filterSensitiveLog = (obj) => ({
774
- ...obj,
775
- });
776
- })(CreateImportJobResponse = exports.CreateImportJobResponse || (exports.CreateImportJobResponse = {}));
777
- var CustomVerificationEmailTemplateMetadata;
778
- (function (CustomVerificationEmailTemplateMetadata) {
779
- /**
780
- * @internal
781
- */
782
- CustomVerificationEmailTemplateMetadata.filterSensitiveLog = (obj) => ({
783
- ...obj,
784
- });
785
- })(CustomVerificationEmailTemplateMetadata = exports.CustomVerificationEmailTemplateMetadata || (exports.CustomVerificationEmailTemplateMetadata = {}));
786
- var DomainIspPlacement;
787
- (function (DomainIspPlacement) {
788
- /**
789
- * @internal
790
- */
791
- DomainIspPlacement.filterSensitiveLog = (obj) => ({
792
- ...obj,
793
- });
794
- })(DomainIspPlacement = exports.DomainIspPlacement || (exports.DomainIspPlacement = {}));
795
- var VolumeStatistics;
796
- (function (VolumeStatistics) {
797
- /**
798
- * @internal
799
- */
800
- VolumeStatistics.filterSensitiveLog = (obj) => ({
801
- ...obj,
802
- });
803
- })(VolumeStatistics = exports.VolumeStatistics || (exports.VolumeStatistics = {}));
804
- var DailyVolume;
805
- (function (DailyVolume) {
806
- /**
807
- * @internal
808
- */
809
- DailyVolume.filterSensitiveLog = (obj) => ({
810
- ...obj,
811
- });
812
- })(DailyVolume = exports.DailyVolume || (exports.DailyVolume = {}));
813
- var WarmupStatus;
814
- (function (WarmupStatus) {
815
- WarmupStatus["DONE"] = "DONE";
816
- WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
817
- })(WarmupStatus = exports.WarmupStatus || (exports.WarmupStatus = {}));
818
- var DedicatedIp;
819
- (function (DedicatedIp) {
820
- /**
821
- * @internal
822
- */
823
- DedicatedIp.filterSensitiveLog = (obj) => ({
824
- ...obj,
825
- });
826
- })(DedicatedIp = exports.DedicatedIp || (exports.DedicatedIp = {}));
827
- var DeleteConfigurationSetRequest;
828
- (function (DeleteConfigurationSetRequest) {
829
- /**
830
- * @internal
831
- */
832
- DeleteConfigurationSetRequest.filterSensitiveLog = (obj) => ({
833
- ...obj,
834
- });
835
- })(DeleteConfigurationSetRequest = exports.DeleteConfigurationSetRequest || (exports.DeleteConfigurationSetRequest = {}));
836
- var DeleteConfigurationSetResponse;
837
- (function (DeleteConfigurationSetResponse) {
838
- /**
839
- * @internal
840
- */
841
- DeleteConfigurationSetResponse.filterSensitiveLog = (obj) => ({
842
- ...obj,
843
- });
844
- })(DeleteConfigurationSetResponse = exports.DeleteConfigurationSetResponse || (exports.DeleteConfigurationSetResponse = {}));
845
- var DeleteConfigurationSetEventDestinationRequest;
846
- (function (DeleteConfigurationSetEventDestinationRequest) {
847
- /**
848
- * @internal
849
- */
850
- DeleteConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
851
- ...obj,
852
- });
853
- })(DeleteConfigurationSetEventDestinationRequest = exports.DeleteConfigurationSetEventDestinationRequest || (exports.DeleteConfigurationSetEventDestinationRequest = {}));
854
- var DeleteConfigurationSetEventDestinationResponse;
855
- (function (DeleteConfigurationSetEventDestinationResponse) {
856
- /**
857
- * @internal
858
- */
859
- DeleteConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
860
- ...obj,
861
- });
862
- })(DeleteConfigurationSetEventDestinationResponse = exports.DeleteConfigurationSetEventDestinationResponse || (exports.DeleteConfigurationSetEventDestinationResponse = {}));
863
- var DeleteContactRequest;
864
- (function (DeleteContactRequest) {
865
- /**
866
- * @internal
867
- */
868
- DeleteContactRequest.filterSensitiveLog = (obj) => ({
869
- ...obj,
870
- });
871
- })(DeleteContactRequest = exports.DeleteContactRequest || (exports.DeleteContactRequest = {}));
872
- var DeleteContactResponse;
873
- (function (DeleteContactResponse) {
874
- /**
875
- * @internal
876
- */
877
- DeleteContactResponse.filterSensitiveLog = (obj) => ({
878
- ...obj,
879
- });
880
- })(DeleteContactResponse = exports.DeleteContactResponse || (exports.DeleteContactResponse = {}));
881
- var DeleteContactListRequest;
882
- (function (DeleteContactListRequest) {
883
- /**
884
- * @internal
885
- */
886
- DeleteContactListRequest.filterSensitiveLog = (obj) => ({
887
- ...obj,
888
- });
889
- })(DeleteContactListRequest = exports.DeleteContactListRequest || (exports.DeleteContactListRequest = {}));
890
- var DeleteContactListResponse;
891
- (function (DeleteContactListResponse) {
892
- /**
893
- * @internal
894
- */
895
- DeleteContactListResponse.filterSensitiveLog = (obj) => ({
896
- ...obj,
897
- });
898
- })(DeleteContactListResponse = exports.DeleteContactListResponse || (exports.DeleteContactListResponse = {}));
899
- var DeleteCustomVerificationEmailTemplateRequest;
900
- (function (DeleteCustomVerificationEmailTemplateRequest) {
901
- /**
902
- * @internal
903
- */
904
- DeleteCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
905
- ...obj,
906
- });
907
- })(DeleteCustomVerificationEmailTemplateRequest = exports.DeleteCustomVerificationEmailTemplateRequest || (exports.DeleteCustomVerificationEmailTemplateRequest = {}));
908
- var DeleteCustomVerificationEmailTemplateResponse;
909
- (function (DeleteCustomVerificationEmailTemplateResponse) {
910
- /**
911
- * @internal
912
- */
913
- DeleteCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
914
- ...obj,
915
- });
916
- })(DeleteCustomVerificationEmailTemplateResponse = exports.DeleteCustomVerificationEmailTemplateResponse || (exports.DeleteCustomVerificationEmailTemplateResponse = {}));
917
- var DeleteDedicatedIpPoolRequest;
918
- (function (DeleteDedicatedIpPoolRequest) {
919
- /**
920
- * @internal
921
- */
922
- DeleteDedicatedIpPoolRequest.filterSensitiveLog = (obj) => ({
923
- ...obj,
924
- });
925
- })(DeleteDedicatedIpPoolRequest = exports.DeleteDedicatedIpPoolRequest || (exports.DeleteDedicatedIpPoolRequest = {}));
926
- var DeleteDedicatedIpPoolResponse;
927
- (function (DeleteDedicatedIpPoolResponse) {
928
- /**
929
- * @internal
930
- */
931
- DeleteDedicatedIpPoolResponse.filterSensitiveLog = (obj) => ({
932
- ...obj,
933
- });
934
- })(DeleteDedicatedIpPoolResponse = exports.DeleteDedicatedIpPoolResponse || (exports.DeleteDedicatedIpPoolResponse = {}));
935
- var DeleteEmailIdentityRequest;
936
- (function (DeleteEmailIdentityRequest) {
937
- /**
938
- * @internal
939
- */
940
- DeleteEmailIdentityRequest.filterSensitiveLog = (obj) => ({
941
- ...obj,
942
- });
943
- })(DeleteEmailIdentityRequest = exports.DeleteEmailIdentityRequest || (exports.DeleteEmailIdentityRequest = {}));
944
- var DeleteEmailIdentityResponse;
945
- (function (DeleteEmailIdentityResponse) {
946
- /**
947
- * @internal
948
- */
949
- DeleteEmailIdentityResponse.filterSensitiveLog = (obj) => ({
950
- ...obj,
951
- });
952
- })(DeleteEmailIdentityResponse = exports.DeleteEmailIdentityResponse || (exports.DeleteEmailIdentityResponse = {}));
953
- var DeleteEmailIdentityPolicyRequest;
954
- (function (DeleteEmailIdentityPolicyRequest) {
955
- /**
956
- * @internal
957
- */
958
- DeleteEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
959
- ...obj,
960
- });
961
- })(DeleteEmailIdentityPolicyRequest = exports.DeleteEmailIdentityPolicyRequest || (exports.DeleteEmailIdentityPolicyRequest = {}));
962
- var DeleteEmailIdentityPolicyResponse;
963
- (function (DeleteEmailIdentityPolicyResponse) {
964
- /**
965
- * @internal
966
- */
967
- DeleteEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
968
- ...obj,
969
- });
970
- })(DeleteEmailIdentityPolicyResponse = exports.DeleteEmailIdentityPolicyResponse || (exports.DeleteEmailIdentityPolicyResponse = {}));
971
- var DeleteEmailTemplateRequest;
972
- (function (DeleteEmailTemplateRequest) {
973
- /**
974
- * @internal
975
- */
976
- DeleteEmailTemplateRequest.filterSensitiveLog = (obj) => ({
977
- ...obj,
978
- });
979
- })(DeleteEmailTemplateRequest = exports.DeleteEmailTemplateRequest || (exports.DeleteEmailTemplateRequest = {}));
980
- var DeleteEmailTemplateResponse;
981
- (function (DeleteEmailTemplateResponse) {
982
- /**
983
- * @internal
984
- */
985
- DeleteEmailTemplateResponse.filterSensitiveLog = (obj) => ({
986
- ...obj,
987
- });
988
- })(DeleteEmailTemplateResponse = exports.DeleteEmailTemplateResponse || (exports.DeleteEmailTemplateResponse = {}));
989
- var DeleteSuppressedDestinationRequest;
990
- (function (DeleteSuppressedDestinationRequest) {
991
- /**
992
- * @internal
993
- */
994
- DeleteSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
995
- ...obj,
996
- });
997
- })(DeleteSuppressedDestinationRequest = exports.DeleteSuppressedDestinationRequest || (exports.DeleteSuppressedDestinationRequest = {}));
998
- var DeleteSuppressedDestinationResponse;
999
- (function (DeleteSuppressedDestinationResponse) {
1000
- /**
1001
- * @internal
1002
- */
1003
- DeleteSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
1004
- ...obj,
1005
- });
1006
- })(DeleteSuppressedDestinationResponse = exports.DeleteSuppressedDestinationResponse || (exports.DeleteSuppressedDestinationResponse = {}));
1007
- var DeliverabilityDashboardAccountStatus;
1008
- (function (DeliverabilityDashboardAccountStatus) {
1009
- DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
1010
- DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
1011
- DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
1012
- })(DeliverabilityDashboardAccountStatus = exports.DeliverabilityDashboardAccountStatus || (exports.DeliverabilityDashboardAccountStatus = {}));
1013
- var DeliverabilityTestReport;
1014
- (function (DeliverabilityTestReport) {
1015
- /**
1016
- * @internal
1017
- */
1018
- DeliverabilityTestReport.filterSensitiveLog = (obj) => ({
1019
- ...obj,
1020
- });
1021
- })(DeliverabilityTestReport = exports.DeliverabilityTestReport || (exports.DeliverabilityTestReport = {}));
1022
- var DomainDeliverabilityCampaign;
1023
- (function (DomainDeliverabilityCampaign) {
1024
- /**
1025
- * @internal
1026
- */
1027
- DomainDeliverabilityCampaign.filterSensitiveLog = (obj) => ({
1028
- ...obj,
1029
- });
1030
- })(DomainDeliverabilityCampaign = exports.DomainDeliverabilityCampaign || (exports.DomainDeliverabilityCampaign = {}));
1031
- var InboxPlacementTrackingOption;
1032
- (function (InboxPlacementTrackingOption) {
1033
- /**
1034
- * @internal
1035
- */
1036
- InboxPlacementTrackingOption.filterSensitiveLog = (obj) => ({
1037
- ...obj,
1038
- });
1039
- })(InboxPlacementTrackingOption = exports.InboxPlacementTrackingOption || (exports.InboxPlacementTrackingOption = {}));
1040
- var DomainDeliverabilityTrackingOption;
1041
- (function (DomainDeliverabilityTrackingOption) {
1042
- /**
1043
- * @internal
1044
- */
1045
- DomainDeliverabilityTrackingOption.filterSensitiveLog = (obj) => ({
1046
- ...obj,
1047
- });
1048
- })(DomainDeliverabilityTrackingOption = exports.DomainDeliverabilityTrackingOption || (exports.DomainDeliverabilityTrackingOption = {}));
1049
- var EmailTemplateMetadata;
1050
- (function (EmailTemplateMetadata) {
1051
- /**
1052
- * @internal
1053
- */
1054
- EmailTemplateMetadata.filterSensitiveLog = (obj) => ({
1055
- ...obj,
1056
- });
1057
- })(EmailTemplateMetadata = exports.EmailTemplateMetadata || (exports.EmailTemplateMetadata = {}));
1058
- var EventDestination;
1059
- (function (EventDestination) {
1060
- /**
1061
- * @internal
1062
- */
1063
- EventDestination.filterSensitiveLog = (obj) => ({
1064
- ...obj,
1065
- });
1066
- })(EventDestination = exports.EventDestination || (exports.EventDestination = {}));
1067
- var FailureInfo;
1068
- (function (FailureInfo) {
1069
- /**
1070
- * @internal
1071
- */
1072
- FailureInfo.filterSensitiveLog = (obj) => ({
1073
- ...obj,
1074
- });
1075
- })(FailureInfo = exports.FailureInfo || (exports.FailureInfo = {}));
1076
- var GetAccountRequest;
1077
- (function (GetAccountRequest) {
1078
- /**
1079
- * @internal
1080
- */
1081
- GetAccountRequest.filterSensitiveLog = (obj) => ({
1082
- ...obj,
1083
- });
1084
- })(GetAccountRequest = exports.GetAccountRequest || (exports.GetAccountRequest = {}));
1085
- var SendQuota;
1086
- (function (SendQuota) {
1087
- /**
1088
- * @internal
1089
- */
1090
- SendQuota.filterSensitiveLog = (obj) => ({
1091
- ...obj,
1092
- });
1093
- })(SendQuota = exports.SendQuota || (exports.SendQuota = {}));
1094
- var SuppressionAttributes;
1095
- (function (SuppressionAttributes) {
1096
- /**
1097
- * @internal
1098
- */
1099
- SuppressionAttributes.filterSensitiveLog = (obj) => ({
1100
- ...obj,
1101
- });
1102
- })(SuppressionAttributes = exports.SuppressionAttributes || (exports.SuppressionAttributes = {}));
1103
- var GetAccountResponse;
1104
- (function (GetAccountResponse) {
1105
- /**
1106
- * @internal
1107
- */
1108
- GetAccountResponse.filterSensitiveLog = (obj) => ({
1109
- ...obj,
1110
- ...(obj.Details && { Details: AccountDetails.filterSensitiveLog(obj.Details) }),
1111
- });
1112
- })(GetAccountResponse = exports.GetAccountResponse || (exports.GetAccountResponse = {}));
1113
- var GetBlacklistReportsRequest;
1114
- (function (GetBlacklistReportsRequest) {
1115
- /**
1116
- * @internal
1117
- */
1118
- GetBlacklistReportsRequest.filterSensitiveLog = (obj) => ({
1119
- ...obj,
1120
- });
1121
- })(GetBlacklistReportsRequest = exports.GetBlacklistReportsRequest || (exports.GetBlacklistReportsRequest = {}));
1122
- var GetBlacklistReportsResponse;
1123
- (function (GetBlacklistReportsResponse) {
1124
- /**
1125
- * @internal
1126
- */
1127
- GetBlacklistReportsResponse.filterSensitiveLog = (obj) => ({
1128
- ...obj,
1129
- });
1130
- })(GetBlacklistReportsResponse = exports.GetBlacklistReportsResponse || (exports.GetBlacklistReportsResponse = {}));
1131
- var GetConfigurationSetRequest;
1132
- (function (GetConfigurationSetRequest) {
1133
- /**
1134
- * @internal
1135
- */
1136
- GetConfigurationSetRequest.filterSensitiveLog = (obj) => ({
1137
- ...obj,
1138
- });
1139
- })(GetConfigurationSetRequest = exports.GetConfigurationSetRequest || (exports.GetConfigurationSetRequest = {}));
1140
- var GetConfigurationSetResponse;
1141
- (function (GetConfigurationSetResponse) {
1142
- /**
1143
- * @internal
1144
- */
1145
- GetConfigurationSetResponse.filterSensitiveLog = (obj) => ({
1146
- ...obj,
1147
- });
1148
- })(GetConfigurationSetResponse = exports.GetConfigurationSetResponse || (exports.GetConfigurationSetResponse = {}));
1149
- var GetConfigurationSetEventDestinationsRequest;
1150
- (function (GetConfigurationSetEventDestinationsRequest) {
1151
- /**
1152
- * @internal
1153
- */
1154
- GetConfigurationSetEventDestinationsRequest.filterSensitiveLog = (obj) => ({
1155
- ...obj,
1156
- });
1157
- })(GetConfigurationSetEventDestinationsRequest = exports.GetConfigurationSetEventDestinationsRequest || (exports.GetConfigurationSetEventDestinationsRequest = {}));
1158
- var GetConfigurationSetEventDestinationsResponse;
1159
- (function (GetConfigurationSetEventDestinationsResponse) {
1160
- /**
1161
- * @internal
1162
- */
1163
- GetConfigurationSetEventDestinationsResponse.filterSensitiveLog = (obj) => ({
1164
- ...obj,
1165
- });
1166
- })(GetConfigurationSetEventDestinationsResponse = exports.GetConfigurationSetEventDestinationsResponse || (exports.GetConfigurationSetEventDestinationsResponse = {}));
1167
- var GetContactRequest;
1168
- (function (GetContactRequest) {
1169
- /**
1170
- * @internal
1171
- */
1172
- GetContactRequest.filterSensitiveLog = (obj) => ({
1173
- ...obj,
1174
- });
1175
- })(GetContactRequest = exports.GetContactRequest || (exports.GetContactRequest = {}));
1176
- var GetContactResponse;
1177
- (function (GetContactResponse) {
1178
- /**
1179
- * @internal
1180
- */
1181
- GetContactResponse.filterSensitiveLog = (obj) => ({
1182
- ...obj,
1183
- });
1184
- })(GetContactResponse = exports.GetContactResponse || (exports.GetContactResponse = {}));
1185
- var GetContactListRequest;
1186
- (function (GetContactListRequest) {
1187
- /**
1188
- * @internal
1189
- */
1190
- GetContactListRequest.filterSensitiveLog = (obj) => ({
1191
- ...obj,
1192
- });
1193
- })(GetContactListRequest = exports.GetContactListRequest || (exports.GetContactListRequest = {}));
1194
- var GetContactListResponse;
1195
- (function (GetContactListResponse) {
1196
- /**
1197
- * @internal
1198
- */
1199
- GetContactListResponse.filterSensitiveLog = (obj) => ({
1200
- ...obj,
1201
- });
1202
- })(GetContactListResponse = exports.GetContactListResponse || (exports.GetContactListResponse = {}));
1203
- var GetCustomVerificationEmailTemplateRequest;
1204
- (function (GetCustomVerificationEmailTemplateRequest) {
1205
- /**
1206
- * @internal
1207
- */
1208
- GetCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
1209
- ...obj,
1210
- });
1211
- })(GetCustomVerificationEmailTemplateRequest = exports.GetCustomVerificationEmailTemplateRequest || (exports.GetCustomVerificationEmailTemplateRequest = {}));
1212
- var GetCustomVerificationEmailTemplateResponse;
1213
- (function (GetCustomVerificationEmailTemplateResponse) {
1214
- /**
1215
- * @internal
1216
- */
1217
- GetCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
1218
- ...obj,
1219
- });
1220
- })(GetCustomVerificationEmailTemplateResponse = exports.GetCustomVerificationEmailTemplateResponse || (exports.GetCustomVerificationEmailTemplateResponse = {}));
1221
- var GetDedicatedIpRequest;
1222
- (function (GetDedicatedIpRequest) {
1223
- /**
1224
- * @internal
1225
- */
1226
- GetDedicatedIpRequest.filterSensitiveLog = (obj) => ({
1227
- ...obj,
1228
- });
1229
- })(GetDedicatedIpRequest = exports.GetDedicatedIpRequest || (exports.GetDedicatedIpRequest = {}));
1230
- var GetDedicatedIpResponse;
1231
- (function (GetDedicatedIpResponse) {
1232
- /**
1233
- * @internal
1234
- */
1235
- GetDedicatedIpResponse.filterSensitiveLog = (obj) => ({
1236
- ...obj,
1237
- });
1238
- })(GetDedicatedIpResponse = exports.GetDedicatedIpResponse || (exports.GetDedicatedIpResponse = {}));
1239
- var GetDedicatedIpsRequest;
1240
- (function (GetDedicatedIpsRequest) {
1241
- /**
1242
- * @internal
1243
- */
1244
- GetDedicatedIpsRequest.filterSensitiveLog = (obj) => ({
1245
- ...obj,
1246
- });
1247
- })(GetDedicatedIpsRequest = exports.GetDedicatedIpsRequest || (exports.GetDedicatedIpsRequest = {}));
1248
- var GetDedicatedIpsResponse;
1249
- (function (GetDedicatedIpsResponse) {
1250
- /**
1251
- * @internal
1252
- */
1253
- GetDedicatedIpsResponse.filterSensitiveLog = (obj) => ({
1254
- ...obj,
1255
- });
1256
- })(GetDedicatedIpsResponse = exports.GetDedicatedIpsResponse || (exports.GetDedicatedIpsResponse = {}));
1257
- var GetDeliverabilityDashboardOptionsRequest;
1258
- (function (GetDeliverabilityDashboardOptionsRequest) {
1259
- /**
1260
- * @internal
1261
- */
1262
- GetDeliverabilityDashboardOptionsRequest.filterSensitiveLog = (obj) => ({
1263
- ...obj,
1264
- });
1265
- })(GetDeliverabilityDashboardOptionsRequest = exports.GetDeliverabilityDashboardOptionsRequest || (exports.GetDeliverabilityDashboardOptionsRequest = {}));
1266
- var GetDeliverabilityDashboardOptionsResponse;
1267
- (function (GetDeliverabilityDashboardOptionsResponse) {
1268
- /**
1269
- * @internal
1270
- */
1271
- GetDeliverabilityDashboardOptionsResponse.filterSensitiveLog = (obj) => ({
1272
- ...obj,
1273
- });
1274
- })(GetDeliverabilityDashboardOptionsResponse = exports.GetDeliverabilityDashboardOptionsResponse || (exports.GetDeliverabilityDashboardOptionsResponse = {}));
1275
- var GetDeliverabilityTestReportRequest;
1276
- (function (GetDeliverabilityTestReportRequest) {
1277
- /**
1278
- * @internal
1279
- */
1280
- GetDeliverabilityTestReportRequest.filterSensitiveLog = (obj) => ({
1281
- ...obj,
1282
- });
1283
- })(GetDeliverabilityTestReportRequest = exports.GetDeliverabilityTestReportRequest || (exports.GetDeliverabilityTestReportRequest = {}));
1284
- var PlacementStatistics;
1285
- (function (PlacementStatistics) {
1286
- /**
1287
- * @internal
1288
- */
1289
- PlacementStatistics.filterSensitiveLog = (obj) => ({
1290
- ...obj,
1291
- });
1292
- })(PlacementStatistics = exports.PlacementStatistics || (exports.PlacementStatistics = {}));
1293
- var IspPlacement;
1294
- (function (IspPlacement) {
1295
- /**
1296
- * @internal
1297
- */
1298
- IspPlacement.filterSensitiveLog = (obj) => ({
1299
- ...obj,
1300
- });
1301
- })(IspPlacement = exports.IspPlacement || (exports.IspPlacement = {}));
1302
- var GetDeliverabilityTestReportResponse;
1303
- (function (GetDeliverabilityTestReportResponse) {
1304
- /**
1305
- * @internal
1306
- */
1307
- GetDeliverabilityTestReportResponse.filterSensitiveLog = (obj) => ({
1308
- ...obj,
1309
- });
1310
- })(GetDeliverabilityTestReportResponse = exports.GetDeliverabilityTestReportResponse || (exports.GetDeliverabilityTestReportResponse = {}));
1311
- var GetDomainDeliverabilityCampaignRequest;
1312
- (function (GetDomainDeliverabilityCampaignRequest) {
1313
- /**
1314
- * @internal
1315
- */
1316
- GetDomainDeliverabilityCampaignRequest.filterSensitiveLog = (obj) => ({
1317
- ...obj,
1318
- });
1319
- })(GetDomainDeliverabilityCampaignRequest = exports.GetDomainDeliverabilityCampaignRequest || (exports.GetDomainDeliverabilityCampaignRequest = {}));
1320
- var GetDomainDeliverabilityCampaignResponse;
1321
- (function (GetDomainDeliverabilityCampaignResponse) {
1322
- /**
1323
- * @internal
1324
- */
1325
- GetDomainDeliverabilityCampaignResponse.filterSensitiveLog = (obj) => ({
1326
- ...obj,
1327
- });
1328
- })(GetDomainDeliverabilityCampaignResponse = exports.GetDomainDeliverabilityCampaignResponse || (exports.GetDomainDeliverabilityCampaignResponse = {}));
1329
- var GetDomainStatisticsReportRequest;
1330
- (function (GetDomainStatisticsReportRequest) {
1331
- /**
1332
- * @internal
1333
- */
1334
- GetDomainStatisticsReportRequest.filterSensitiveLog = (obj) => ({
1335
- ...obj,
1336
- });
1337
- })(GetDomainStatisticsReportRequest = exports.GetDomainStatisticsReportRequest || (exports.GetDomainStatisticsReportRequest = {}));
1338
- var OverallVolume;
1339
- (function (OverallVolume) {
1340
- /**
1341
- * @internal
1342
- */
1343
- OverallVolume.filterSensitiveLog = (obj) => ({
1344
- ...obj,
1345
- });
1346
- })(OverallVolume = exports.OverallVolume || (exports.OverallVolume = {}));
1347
- var GetDomainStatisticsReportResponse;
1348
- (function (GetDomainStatisticsReportResponse) {
1349
- /**
1350
- * @internal
1351
- */
1352
- GetDomainStatisticsReportResponse.filterSensitiveLog = (obj) => ({
1353
- ...obj,
1354
- });
1355
- })(GetDomainStatisticsReportResponse = exports.GetDomainStatisticsReportResponse || (exports.GetDomainStatisticsReportResponse = {}));
1356
- var GetEmailIdentityRequest;
1357
- (function (GetEmailIdentityRequest) {
1358
- /**
1359
- * @internal
1360
- */
1361
- GetEmailIdentityRequest.filterSensitiveLog = (obj) => ({
1362
- ...obj,
1363
- });
1364
- })(GetEmailIdentityRequest = exports.GetEmailIdentityRequest || (exports.GetEmailIdentityRequest = {}));
1365
- var MailFromDomainStatus;
1366
- (function (MailFromDomainStatus) {
1367
- MailFromDomainStatus["FAILED"] = "FAILED";
1368
- MailFromDomainStatus["PENDING"] = "PENDING";
1369
- MailFromDomainStatus["SUCCESS"] = "SUCCESS";
1370
- MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
1371
- })(MailFromDomainStatus = exports.MailFromDomainStatus || (exports.MailFromDomainStatus = {}));
1372
- var MailFromAttributes;
1373
- (function (MailFromAttributes) {
1374
- /**
1375
- * @internal
1376
- */
1377
- MailFromAttributes.filterSensitiveLog = (obj) => ({
1378
- ...obj,
1379
- });
1380
- })(MailFromAttributes = exports.MailFromAttributes || (exports.MailFromAttributes = {}));
1381
- var GetEmailIdentityResponse;
1382
- (function (GetEmailIdentityResponse) {
1383
- /**
1384
- * @internal
1385
- */
1386
- GetEmailIdentityResponse.filterSensitiveLog = (obj) => ({
1387
- ...obj,
1388
- });
1389
- })(GetEmailIdentityResponse = exports.GetEmailIdentityResponse || (exports.GetEmailIdentityResponse = {}));
1390
- var GetEmailIdentityPoliciesRequest;
1391
- (function (GetEmailIdentityPoliciesRequest) {
1392
- /**
1393
- * @internal
1394
- */
1395
- GetEmailIdentityPoliciesRequest.filterSensitiveLog = (obj) => ({
1396
- ...obj,
1397
- });
1398
- })(GetEmailIdentityPoliciesRequest = exports.GetEmailIdentityPoliciesRequest || (exports.GetEmailIdentityPoliciesRequest = {}));
1399
- var GetEmailIdentityPoliciesResponse;
1400
- (function (GetEmailIdentityPoliciesResponse) {
1401
- /**
1402
- * @internal
1403
- */
1404
- GetEmailIdentityPoliciesResponse.filterSensitiveLog = (obj) => ({
1405
- ...obj,
1406
- });
1407
- })(GetEmailIdentityPoliciesResponse = exports.GetEmailIdentityPoliciesResponse || (exports.GetEmailIdentityPoliciesResponse = {}));
1408
- var GetEmailTemplateRequest;
1409
- (function (GetEmailTemplateRequest) {
1410
- /**
1411
- * @internal
1412
- */
1413
- GetEmailTemplateRequest.filterSensitiveLog = (obj) => ({
1414
- ...obj,
1415
- });
1416
- })(GetEmailTemplateRequest = exports.GetEmailTemplateRequest || (exports.GetEmailTemplateRequest = {}));
1417
- var GetEmailTemplateResponse;
1418
- (function (GetEmailTemplateResponse) {
1419
- /**
1420
- * @internal
1421
- */
1422
- GetEmailTemplateResponse.filterSensitiveLog = (obj) => ({
1423
- ...obj,
1424
- });
1425
- })(GetEmailTemplateResponse = exports.GetEmailTemplateResponse || (exports.GetEmailTemplateResponse = {}));
1426
- var GetImportJobRequest;
1427
- (function (GetImportJobRequest) {
1428
- /**
1429
- * @internal
1430
- */
1431
- GetImportJobRequest.filterSensitiveLog = (obj) => ({
1432
- ...obj,
1433
- });
1434
- })(GetImportJobRequest = exports.GetImportJobRequest || (exports.GetImportJobRequest = {}));
1435
- var JobStatus;
1436
- (function (JobStatus) {
1437
- JobStatus["COMPLETED"] = "COMPLETED";
1438
- JobStatus["CREATED"] = "CREATED";
1439
- JobStatus["FAILED"] = "FAILED";
1440
- JobStatus["PROCESSING"] = "PROCESSING";
1441
- })(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
1442
- var GetImportJobResponse;
1443
- (function (GetImportJobResponse) {
1444
- /**
1445
- * @internal
1446
- */
1447
- GetImportJobResponse.filterSensitiveLog = (obj) => ({
1448
- ...obj,
1449
- });
1450
- })(GetImportJobResponse = exports.GetImportJobResponse || (exports.GetImportJobResponse = {}));
1451
- var GetSuppressedDestinationRequest;
1452
- (function (GetSuppressedDestinationRequest) {
1453
- /**
1454
- * @internal
1455
- */
1456
- GetSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
1457
- ...obj,
1458
- });
1459
- })(GetSuppressedDestinationRequest = exports.GetSuppressedDestinationRequest || (exports.GetSuppressedDestinationRequest = {}));
1460
- var SuppressedDestinationAttributes;
1461
- (function (SuppressedDestinationAttributes) {
1462
- /**
1463
- * @internal
1464
- */
1465
- SuppressedDestinationAttributes.filterSensitiveLog = (obj) => ({
1466
- ...obj,
1467
- });
1468
- })(SuppressedDestinationAttributes = exports.SuppressedDestinationAttributes || (exports.SuppressedDestinationAttributes = {}));
1469
- var SuppressedDestination;
1470
- (function (SuppressedDestination) {
1471
- /**
1472
- * @internal
1473
- */
1474
- SuppressedDestination.filterSensitiveLog = (obj) => ({
1475
- ...obj,
1476
- });
1477
- })(SuppressedDestination = exports.SuppressedDestination || (exports.SuppressedDestination = {}));
1478
- var GetSuppressedDestinationResponse;
1479
- (function (GetSuppressedDestinationResponse) {
1480
- /**
1481
- * @internal
1482
- */
1483
- GetSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
1484
- ...obj,
1485
- });
1486
- })(GetSuppressedDestinationResponse = exports.GetSuppressedDestinationResponse || (exports.GetSuppressedDestinationResponse = {}));
1487
- var IdentityInfo;
1488
- (function (IdentityInfo) {
1489
- /**
1490
- * @internal
1491
- */
1492
- IdentityInfo.filterSensitiveLog = (obj) => ({
1493
- ...obj,
1494
- });
1495
- })(IdentityInfo = exports.IdentityInfo || (exports.IdentityInfo = {}));
1496
- var ImportDestinationType;
1497
- (function (ImportDestinationType) {
1498
- ImportDestinationType["CONTACT_LIST"] = "CONTACT_LIST";
1499
- ImportDestinationType["SUPPRESSION_LIST"] = "SUPPRESSION_LIST";
1500
- })(ImportDestinationType = exports.ImportDestinationType || (exports.ImportDestinationType = {}));
1501
- var ImportJobSummary;
1502
- (function (ImportJobSummary) {
1503
- /**
1504
- * @internal
1505
- */
1506
- ImportJobSummary.filterSensitiveLog = (obj) => ({
1507
- ...obj,
1508
- });
1509
- })(ImportJobSummary = exports.ImportJobSummary || (exports.ImportJobSummary = {}));
1510
- var InvalidNextTokenException;
1511
- (function (InvalidNextTokenException) {
1512
- /**
1513
- * @internal
1514
- */
1515
- InvalidNextTokenException.filterSensitiveLog = (obj) => ({
1516
- ...obj,
1517
- });
1518
- })(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
1519
- var ListConfigurationSetsRequest;
1520
- (function (ListConfigurationSetsRequest) {
1521
- /**
1522
- * @internal
1523
- */
1524
- ListConfigurationSetsRequest.filterSensitiveLog = (obj) => ({
1525
- ...obj,
1526
- });
1527
- })(ListConfigurationSetsRequest = exports.ListConfigurationSetsRequest || (exports.ListConfigurationSetsRequest = {}));
1528
- var ListConfigurationSetsResponse;
1529
- (function (ListConfigurationSetsResponse) {
1530
- /**
1531
- * @internal
1532
- */
1533
- ListConfigurationSetsResponse.filterSensitiveLog = (obj) => ({
1534
- ...obj,
1535
- });
1536
- })(ListConfigurationSetsResponse = exports.ListConfigurationSetsResponse || (exports.ListConfigurationSetsResponse = {}));
1537
- var ListContactListsRequest;
1538
- (function (ListContactListsRequest) {
1539
- /**
1540
- * @internal
1541
- */
1542
- ListContactListsRequest.filterSensitiveLog = (obj) => ({
1543
- ...obj,
1544
- });
1545
- })(ListContactListsRequest = exports.ListContactListsRequest || (exports.ListContactListsRequest = {}));
1546
- var ListContactListsResponse;
1547
- (function (ListContactListsResponse) {
1548
- /**
1549
- * @internal
1550
- */
1551
- ListContactListsResponse.filterSensitiveLog = (obj) => ({
1552
- ...obj,
1553
- });
1554
- })(ListContactListsResponse = exports.ListContactListsResponse || (exports.ListContactListsResponse = {}));
1555
- var TopicFilter;
1556
- (function (TopicFilter) {
1557
- /**
1558
- * @internal
1559
- */
1560
- TopicFilter.filterSensitiveLog = (obj) => ({
1561
- ...obj,
1562
- });
1563
- })(TopicFilter = exports.TopicFilter || (exports.TopicFilter = {}));
1564
- var ListContactsFilter;
1565
- (function (ListContactsFilter) {
1566
- /**
1567
- * @internal
1568
- */
1569
- ListContactsFilter.filterSensitiveLog = (obj) => ({
1570
- ...obj,
1571
- });
1572
- })(ListContactsFilter = exports.ListContactsFilter || (exports.ListContactsFilter = {}));
1573
- var ListContactsRequest;
1574
- (function (ListContactsRequest) {
1575
- /**
1576
- * @internal
1577
- */
1578
- ListContactsRequest.filterSensitiveLog = (obj) => ({
1579
- ...obj,
1580
- });
1581
- })(ListContactsRequest = exports.ListContactsRequest || (exports.ListContactsRequest = {}));
1582
- var ListContactsResponse;
1583
- (function (ListContactsResponse) {
1584
- /**
1585
- * @internal
1586
- */
1587
- ListContactsResponse.filterSensitiveLog = (obj) => ({
1588
- ...obj,
1589
- });
1590
- })(ListContactsResponse = exports.ListContactsResponse || (exports.ListContactsResponse = {}));
1591
- var ListCustomVerificationEmailTemplatesRequest;
1592
- (function (ListCustomVerificationEmailTemplatesRequest) {
1593
- /**
1594
- * @internal
1595
- */
1596
- ListCustomVerificationEmailTemplatesRequest.filterSensitiveLog = (obj) => ({
1597
- ...obj,
1598
- });
1599
- })(ListCustomVerificationEmailTemplatesRequest = exports.ListCustomVerificationEmailTemplatesRequest || (exports.ListCustomVerificationEmailTemplatesRequest = {}));
1600
- var ListCustomVerificationEmailTemplatesResponse;
1601
- (function (ListCustomVerificationEmailTemplatesResponse) {
1602
- /**
1603
- * @internal
1604
- */
1605
- ListCustomVerificationEmailTemplatesResponse.filterSensitiveLog = (obj) => ({
1606
- ...obj,
1607
- });
1608
- })(ListCustomVerificationEmailTemplatesResponse = exports.ListCustomVerificationEmailTemplatesResponse || (exports.ListCustomVerificationEmailTemplatesResponse = {}));
1609
- var ListDedicatedIpPoolsRequest;
1610
- (function (ListDedicatedIpPoolsRequest) {
1611
- /**
1612
- * @internal
1613
- */
1614
- ListDedicatedIpPoolsRequest.filterSensitiveLog = (obj) => ({
1615
- ...obj,
1616
- });
1617
- })(ListDedicatedIpPoolsRequest = exports.ListDedicatedIpPoolsRequest || (exports.ListDedicatedIpPoolsRequest = {}));
1618
- var ListDedicatedIpPoolsResponse;
1619
- (function (ListDedicatedIpPoolsResponse) {
1620
- /**
1621
- * @internal
1622
- */
1623
- ListDedicatedIpPoolsResponse.filterSensitiveLog = (obj) => ({
1624
- ...obj,
1625
- });
1626
- })(ListDedicatedIpPoolsResponse = exports.ListDedicatedIpPoolsResponse || (exports.ListDedicatedIpPoolsResponse = {}));
1627
- var ListDeliverabilityTestReportsRequest;
1628
- (function (ListDeliverabilityTestReportsRequest) {
1629
- /**
1630
- * @internal
1631
- */
1632
- ListDeliverabilityTestReportsRequest.filterSensitiveLog = (obj) => ({
1633
- ...obj,
1634
- });
1635
- })(ListDeliverabilityTestReportsRequest = exports.ListDeliverabilityTestReportsRequest || (exports.ListDeliverabilityTestReportsRequest = {}));
1636
- var ListDeliverabilityTestReportsResponse;
1637
- (function (ListDeliverabilityTestReportsResponse) {
1638
- /**
1639
- * @internal
1640
- */
1641
- ListDeliverabilityTestReportsResponse.filterSensitiveLog = (obj) => ({
1642
- ...obj,
1643
- });
1644
- })(ListDeliverabilityTestReportsResponse = exports.ListDeliverabilityTestReportsResponse || (exports.ListDeliverabilityTestReportsResponse = {}));
1645
- var ListDomainDeliverabilityCampaignsRequest;
1646
- (function (ListDomainDeliverabilityCampaignsRequest) {
1647
- /**
1648
- * @internal
1649
- */
1650
- ListDomainDeliverabilityCampaignsRequest.filterSensitiveLog = (obj) => ({
1651
- ...obj,
1652
- });
1653
- })(ListDomainDeliverabilityCampaignsRequest = exports.ListDomainDeliverabilityCampaignsRequest || (exports.ListDomainDeliverabilityCampaignsRequest = {}));
1654
- var ListDomainDeliverabilityCampaignsResponse;
1655
- (function (ListDomainDeliverabilityCampaignsResponse) {
1656
- /**
1657
- * @internal
1658
- */
1659
- ListDomainDeliverabilityCampaignsResponse.filterSensitiveLog = (obj) => ({
1660
- ...obj,
1661
- });
1662
- })(ListDomainDeliverabilityCampaignsResponse = exports.ListDomainDeliverabilityCampaignsResponse || (exports.ListDomainDeliverabilityCampaignsResponse = {}));
1663
- var ListEmailIdentitiesRequest;
1664
- (function (ListEmailIdentitiesRequest) {
1665
- /**
1666
- * @internal
1667
- */
1668
- ListEmailIdentitiesRequest.filterSensitiveLog = (obj) => ({
1669
- ...obj,
1670
- });
1671
- })(ListEmailIdentitiesRequest = exports.ListEmailIdentitiesRequest || (exports.ListEmailIdentitiesRequest = {}));
1672
- var ListEmailIdentitiesResponse;
1673
- (function (ListEmailIdentitiesResponse) {
1674
- /**
1675
- * @internal
1676
- */
1677
- ListEmailIdentitiesResponse.filterSensitiveLog = (obj) => ({
1678
- ...obj,
1679
- });
1680
- })(ListEmailIdentitiesResponse = exports.ListEmailIdentitiesResponse || (exports.ListEmailIdentitiesResponse = {}));
1681
- var ListEmailTemplatesRequest;
1682
- (function (ListEmailTemplatesRequest) {
1683
- /**
1684
- * @internal
1685
- */
1686
- ListEmailTemplatesRequest.filterSensitiveLog = (obj) => ({
1687
- ...obj,
1688
- });
1689
- })(ListEmailTemplatesRequest = exports.ListEmailTemplatesRequest || (exports.ListEmailTemplatesRequest = {}));
1690
- var ListEmailTemplatesResponse;
1691
- (function (ListEmailTemplatesResponse) {
1692
- /**
1693
- * @internal
1694
- */
1695
- ListEmailTemplatesResponse.filterSensitiveLog = (obj) => ({
1696
- ...obj,
1697
- });
1698
- })(ListEmailTemplatesResponse = exports.ListEmailTemplatesResponse || (exports.ListEmailTemplatesResponse = {}));
1699
- var ListImportJobsRequest;
1700
- (function (ListImportJobsRequest) {
1701
- /**
1702
- * @internal
1703
- */
1704
- ListImportJobsRequest.filterSensitiveLog = (obj) => ({
1705
- ...obj,
1706
- });
1707
- })(ListImportJobsRequest = exports.ListImportJobsRequest || (exports.ListImportJobsRequest = {}));
1708
- var ListImportJobsResponse;
1709
- (function (ListImportJobsResponse) {
1710
- /**
1711
- * @internal
1712
- */
1713
- ListImportJobsResponse.filterSensitiveLog = (obj) => ({
1714
- ...obj,
1715
- });
1716
- })(ListImportJobsResponse = exports.ListImportJobsResponse || (exports.ListImportJobsResponse = {}));
1717
- var ListManagementOptions;
1718
- (function (ListManagementOptions) {
1719
- /**
1720
- * @internal
1721
- */
1722
- ListManagementOptions.filterSensitiveLog = (obj) => ({
1723
- ...obj,
1724
- });
1725
- })(ListManagementOptions = exports.ListManagementOptions || (exports.ListManagementOptions = {}));
1726
- var ListSuppressedDestinationsRequest;
1727
- (function (ListSuppressedDestinationsRequest) {
1728
- /**
1729
- * @internal
1730
- */
1731
- ListSuppressedDestinationsRequest.filterSensitiveLog = (obj) => ({
1732
- ...obj,
1733
- });
1734
- })(ListSuppressedDestinationsRequest = exports.ListSuppressedDestinationsRequest || (exports.ListSuppressedDestinationsRequest = {}));
1735
- var SuppressedDestinationSummary;
1736
- (function (SuppressedDestinationSummary) {
1737
- /**
1738
- * @internal
1739
- */
1740
- SuppressedDestinationSummary.filterSensitiveLog = (obj) => ({
1741
- ...obj,
1742
- });
1743
- })(SuppressedDestinationSummary = exports.SuppressedDestinationSummary || (exports.SuppressedDestinationSummary = {}));
1744
- var ListSuppressedDestinationsResponse;
1745
- (function (ListSuppressedDestinationsResponse) {
1746
- /**
1747
- * @internal
1748
- */
1749
- ListSuppressedDestinationsResponse.filterSensitiveLog = (obj) => ({
1750
- ...obj,
1751
- });
1752
- })(ListSuppressedDestinationsResponse = exports.ListSuppressedDestinationsResponse || (exports.ListSuppressedDestinationsResponse = {}));
1753
- var ListTagsForResourceRequest;
1754
- (function (ListTagsForResourceRequest) {
1755
- /**
1756
- * @internal
1757
- */
1758
- ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
1759
- ...obj,
1760
- });
1761
- })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
1762
- var ListTagsForResourceResponse;
1763
- (function (ListTagsForResourceResponse) {
1764
- /**
1765
- * @internal
1766
- */
1767
- ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
1768
- ...obj,
1769
- });
1770
- })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
1771
- var PutAccountDedicatedIpWarmupAttributesRequest;
1772
- (function (PutAccountDedicatedIpWarmupAttributesRequest) {
1773
- /**
1774
- * @internal
1775
- */
1776
- PutAccountDedicatedIpWarmupAttributesRequest.filterSensitiveLog = (obj) => ({
1777
- ...obj,
1778
- });
1779
- })(PutAccountDedicatedIpWarmupAttributesRequest = exports.PutAccountDedicatedIpWarmupAttributesRequest || (exports.PutAccountDedicatedIpWarmupAttributesRequest = {}));
1780
- var PutAccountDedicatedIpWarmupAttributesResponse;
1781
- (function (PutAccountDedicatedIpWarmupAttributesResponse) {
1782
- /**
1783
- * @internal
1784
- */
1785
- PutAccountDedicatedIpWarmupAttributesResponse.filterSensitiveLog = (obj) => ({
1786
- ...obj,
1787
- });
1788
- })(PutAccountDedicatedIpWarmupAttributesResponse = exports.PutAccountDedicatedIpWarmupAttributesResponse || (exports.PutAccountDedicatedIpWarmupAttributesResponse = {}));
1789
- var PutAccountDetailsRequest;
1790
- (function (PutAccountDetailsRequest) {
1791
- /**
1792
- * @internal
1793
- */
1794
- PutAccountDetailsRequest.filterSensitiveLog = (obj) => ({
1795
- ...obj,
1796
- ...(obj.WebsiteURL && { WebsiteURL: smithy_client_1.SENSITIVE_STRING }),
1797
- ...(obj.UseCaseDescription && { UseCaseDescription: smithy_client_1.SENSITIVE_STRING }),
1798
- ...(obj.AdditionalContactEmailAddresses && { AdditionalContactEmailAddresses: smithy_client_1.SENSITIVE_STRING }),
1799
- });
1800
- })(PutAccountDetailsRequest = exports.PutAccountDetailsRequest || (exports.PutAccountDetailsRequest = {}));
1801
- var PutAccountDetailsResponse;
1802
- (function (PutAccountDetailsResponse) {
1803
- /**
1804
- * @internal
1805
- */
1806
- PutAccountDetailsResponse.filterSensitiveLog = (obj) => ({
1807
- ...obj,
1808
- });
1809
- })(PutAccountDetailsResponse = exports.PutAccountDetailsResponse || (exports.PutAccountDetailsResponse = {}));
1810
- var PutAccountSendingAttributesRequest;
1811
- (function (PutAccountSendingAttributesRequest) {
1812
- /**
1813
- * @internal
1814
- */
1815
- PutAccountSendingAttributesRequest.filterSensitiveLog = (obj) => ({
1816
- ...obj,
1817
- });
1818
- })(PutAccountSendingAttributesRequest = exports.PutAccountSendingAttributesRequest || (exports.PutAccountSendingAttributesRequest = {}));
1819
- var PutAccountSendingAttributesResponse;
1820
- (function (PutAccountSendingAttributesResponse) {
1821
- /**
1822
- * @internal
1823
- */
1824
- PutAccountSendingAttributesResponse.filterSensitiveLog = (obj) => ({
1825
- ...obj,
1826
- });
1827
- })(PutAccountSendingAttributesResponse = exports.PutAccountSendingAttributesResponse || (exports.PutAccountSendingAttributesResponse = {}));
1828
- var PutAccountSuppressionAttributesRequest;
1829
- (function (PutAccountSuppressionAttributesRequest) {
1830
- /**
1831
- * @internal
1832
- */
1833
- PutAccountSuppressionAttributesRequest.filterSensitiveLog = (obj) => ({
1834
- ...obj,
1835
- });
1836
- })(PutAccountSuppressionAttributesRequest = exports.PutAccountSuppressionAttributesRequest || (exports.PutAccountSuppressionAttributesRequest = {}));
1837
- var PutAccountSuppressionAttributesResponse;
1838
- (function (PutAccountSuppressionAttributesResponse) {
1839
- /**
1840
- * @internal
1841
- */
1842
- PutAccountSuppressionAttributesResponse.filterSensitiveLog = (obj) => ({
1843
- ...obj,
1844
- });
1845
- })(PutAccountSuppressionAttributesResponse = exports.PutAccountSuppressionAttributesResponse || (exports.PutAccountSuppressionAttributesResponse = {}));
1846
- var PutConfigurationSetDeliveryOptionsRequest;
1847
- (function (PutConfigurationSetDeliveryOptionsRequest) {
1848
- /**
1849
- * @internal
1850
- */
1851
- PutConfigurationSetDeliveryOptionsRequest.filterSensitiveLog = (obj) => ({
1852
- ...obj,
1853
- });
1854
- })(PutConfigurationSetDeliveryOptionsRequest = exports.PutConfigurationSetDeliveryOptionsRequest || (exports.PutConfigurationSetDeliveryOptionsRequest = {}));
1855
- var PutConfigurationSetDeliveryOptionsResponse;
1856
- (function (PutConfigurationSetDeliveryOptionsResponse) {
1857
- /**
1858
- * @internal
1859
- */
1860
- PutConfigurationSetDeliveryOptionsResponse.filterSensitiveLog = (obj) => ({
1861
- ...obj,
1862
- });
1863
- })(PutConfigurationSetDeliveryOptionsResponse = exports.PutConfigurationSetDeliveryOptionsResponse || (exports.PutConfigurationSetDeliveryOptionsResponse = {}));
1864
- var PutConfigurationSetReputationOptionsRequest;
1865
- (function (PutConfigurationSetReputationOptionsRequest) {
1866
- /**
1867
- * @internal
1868
- */
1869
- PutConfigurationSetReputationOptionsRequest.filterSensitiveLog = (obj) => ({
1870
- ...obj,
1871
- });
1872
- })(PutConfigurationSetReputationOptionsRequest = exports.PutConfigurationSetReputationOptionsRequest || (exports.PutConfigurationSetReputationOptionsRequest = {}));
1873
- var PutConfigurationSetReputationOptionsResponse;
1874
- (function (PutConfigurationSetReputationOptionsResponse) {
1875
- /**
1876
- * @internal
1877
- */
1878
- PutConfigurationSetReputationOptionsResponse.filterSensitiveLog = (obj) => ({
1879
- ...obj,
1880
- });
1881
- })(PutConfigurationSetReputationOptionsResponse = exports.PutConfigurationSetReputationOptionsResponse || (exports.PutConfigurationSetReputationOptionsResponse = {}));
1882
- var PutConfigurationSetSendingOptionsRequest;
1883
- (function (PutConfigurationSetSendingOptionsRequest) {
1884
- /**
1885
- * @internal
1886
- */
1887
- PutConfigurationSetSendingOptionsRequest.filterSensitiveLog = (obj) => ({
1888
- ...obj,
1889
- });
1890
- })(PutConfigurationSetSendingOptionsRequest = exports.PutConfigurationSetSendingOptionsRequest || (exports.PutConfigurationSetSendingOptionsRequest = {}));
1891
- var PutConfigurationSetSendingOptionsResponse;
1892
- (function (PutConfigurationSetSendingOptionsResponse) {
1893
- /**
1894
- * @internal
1895
- */
1896
- PutConfigurationSetSendingOptionsResponse.filterSensitiveLog = (obj) => ({
1897
- ...obj,
1898
- });
1899
- })(PutConfigurationSetSendingOptionsResponse = exports.PutConfigurationSetSendingOptionsResponse || (exports.PutConfigurationSetSendingOptionsResponse = {}));
1900
- var PutConfigurationSetSuppressionOptionsRequest;
1901
- (function (PutConfigurationSetSuppressionOptionsRequest) {
1902
- /**
1903
- * @internal
1904
- */
1905
- PutConfigurationSetSuppressionOptionsRequest.filterSensitiveLog = (obj) => ({
1906
- ...obj,
1907
- });
1908
- })(PutConfigurationSetSuppressionOptionsRequest = exports.PutConfigurationSetSuppressionOptionsRequest || (exports.PutConfigurationSetSuppressionOptionsRequest = {}));
1909
- var PutConfigurationSetSuppressionOptionsResponse;
1910
- (function (PutConfigurationSetSuppressionOptionsResponse) {
1911
- /**
1912
- * @internal
1913
- */
1914
- PutConfigurationSetSuppressionOptionsResponse.filterSensitiveLog = (obj) => ({
1915
- ...obj,
1916
- });
1917
- })(PutConfigurationSetSuppressionOptionsResponse = exports.PutConfigurationSetSuppressionOptionsResponse || (exports.PutConfigurationSetSuppressionOptionsResponse = {}));
1918
- var PutConfigurationSetTrackingOptionsRequest;
1919
- (function (PutConfigurationSetTrackingOptionsRequest) {
1920
- /**
1921
- * @internal
1922
- */
1923
- PutConfigurationSetTrackingOptionsRequest.filterSensitiveLog = (obj) => ({
1924
- ...obj,
1925
- });
1926
- })(PutConfigurationSetTrackingOptionsRequest = exports.PutConfigurationSetTrackingOptionsRequest || (exports.PutConfigurationSetTrackingOptionsRequest = {}));
1927
- var PutConfigurationSetTrackingOptionsResponse;
1928
- (function (PutConfigurationSetTrackingOptionsResponse) {
1929
- /**
1930
- * @internal
1931
- */
1932
- PutConfigurationSetTrackingOptionsResponse.filterSensitiveLog = (obj) => ({
1933
- ...obj,
1934
- });
1935
- })(PutConfigurationSetTrackingOptionsResponse = exports.PutConfigurationSetTrackingOptionsResponse || (exports.PutConfigurationSetTrackingOptionsResponse = {}));
1936
- var PutDedicatedIpInPoolRequest;
1937
- (function (PutDedicatedIpInPoolRequest) {
1938
- /**
1939
- * @internal
1940
- */
1941
- PutDedicatedIpInPoolRequest.filterSensitiveLog = (obj) => ({
1942
- ...obj,
1943
- });
1944
- })(PutDedicatedIpInPoolRequest = exports.PutDedicatedIpInPoolRequest || (exports.PutDedicatedIpInPoolRequest = {}));
1945
- var PutDedicatedIpInPoolResponse;
1946
- (function (PutDedicatedIpInPoolResponse) {
1947
- /**
1948
- * @internal
1949
- */
1950
- PutDedicatedIpInPoolResponse.filterSensitiveLog = (obj) => ({
1951
- ...obj,
1952
- });
1953
- })(PutDedicatedIpInPoolResponse = exports.PutDedicatedIpInPoolResponse || (exports.PutDedicatedIpInPoolResponse = {}));
1954
- var PutDedicatedIpWarmupAttributesRequest;
1955
- (function (PutDedicatedIpWarmupAttributesRequest) {
1956
- /**
1957
- * @internal
1958
- */
1959
- PutDedicatedIpWarmupAttributesRequest.filterSensitiveLog = (obj) => ({
1960
- ...obj,
1961
- });
1962
- })(PutDedicatedIpWarmupAttributesRequest = exports.PutDedicatedIpWarmupAttributesRequest || (exports.PutDedicatedIpWarmupAttributesRequest = {}));
1963
- var PutDedicatedIpWarmupAttributesResponse;
1964
- (function (PutDedicatedIpWarmupAttributesResponse) {
1965
- /**
1966
- * @internal
1967
- */
1968
- PutDedicatedIpWarmupAttributesResponse.filterSensitiveLog = (obj) => ({
1969
- ...obj,
1970
- });
1971
- })(PutDedicatedIpWarmupAttributesResponse = exports.PutDedicatedIpWarmupAttributesResponse || (exports.PutDedicatedIpWarmupAttributesResponse = {}));
1972
- var PutDeliverabilityDashboardOptionRequest;
1973
- (function (PutDeliverabilityDashboardOptionRequest) {
1974
- /**
1975
- * @internal
1976
- */
1977
- PutDeliverabilityDashboardOptionRequest.filterSensitiveLog = (obj) => ({
1978
- ...obj,
1979
- });
1980
- })(PutDeliverabilityDashboardOptionRequest = exports.PutDeliverabilityDashboardOptionRequest || (exports.PutDeliverabilityDashboardOptionRequest = {}));
1981
- var PutDeliverabilityDashboardOptionResponse;
1982
- (function (PutDeliverabilityDashboardOptionResponse) {
1983
- /**
1984
- * @internal
1985
- */
1986
- PutDeliverabilityDashboardOptionResponse.filterSensitiveLog = (obj) => ({
1987
- ...obj,
1988
- });
1989
- })(PutDeliverabilityDashboardOptionResponse = exports.PutDeliverabilityDashboardOptionResponse || (exports.PutDeliverabilityDashboardOptionResponse = {}));
1990
- var PutEmailIdentityConfigurationSetAttributesRequest;
1991
- (function (PutEmailIdentityConfigurationSetAttributesRequest) {
1992
- /**
1993
- * @internal
1994
- */
1995
- PutEmailIdentityConfigurationSetAttributesRequest.filterSensitiveLog = (obj) => ({
1996
- ...obj,
1997
- });
1998
- })(PutEmailIdentityConfigurationSetAttributesRequest = exports.PutEmailIdentityConfigurationSetAttributesRequest || (exports.PutEmailIdentityConfigurationSetAttributesRequest = {}));
1999
- var PutEmailIdentityConfigurationSetAttributesResponse;
2000
- (function (PutEmailIdentityConfigurationSetAttributesResponse) {
2001
- /**
2002
- * @internal
2003
- */
2004
- PutEmailIdentityConfigurationSetAttributesResponse.filterSensitiveLog = (obj) => ({
2005
- ...obj,
2006
- });
2007
- })(PutEmailIdentityConfigurationSetAttributesResponse = exports.PutEmailIdentityConfigurationSetAttributesResponse || (exports.PutEmailIdentityConfigurationSetAttributesResponse = {}));
2008
- var PutEmailIdentityDkimAttributesRequest;
2009
- (function (PutEmailIdentityDkimAttributesRequest) {
2010
- /**
2011
- * @internal
2012
- */
2013
- PutEmailIdentityDkimAttributesRequest.filterSensitiveLog = (obj) => ({
2014
- ...obj,
2015
- });
2016
- })(PutEmailIdentityDkimAttributesRequest = exports.PutEmailIdentityDkimAttributesRequest || (exports.PutEmailIdentityDkimAttributesRequest = {}));
2017
- var PutEmailIdentityDkimAttributesResponse;
2018
- (function (PutEmailIdentityDkimAttributesResponse) {
2019
- /**
2020
- * @internal
2021
- */
2022
- PutEmailIdentityDkimAttributesResponse.filterSensitiveLog = (obj) => ({
2023
- ...obj,
2024
- });
2025
- })(PutEmailIdentityDkimAttributesResponse = exports.PutEmailIdentityDkimAttributesResponse || (exports.PutEmailIdentityDkimAttributesResponse = {}));
2026
- var PutEmailIdentityDkimSigningAttributesRequest;
2027
- (function (PutEmailIdentityDkimSigningAttributesRequest) {
2028
- /**
2029
- * @internal
2030
- */
2031
- PutEmailIdentityDkimSigningAttributesRequest.filterSensitiveLog = (obj) => ({
2032
- ...obj,
2033
- ...(obj.SigningAttributes && {
2034
- SigningAttributes: DkimSigningAttributes.filterSensitiveLog(obj.SigningAttributes),
2035
- }),
2036
- });
2037
- })(PutEmailIdentityDkimSigningAttributesRequest = exports.PutEmailIdentityDkimSigningAttributesRequest || (exports.PutEmailIdentityDkimSigningAttributesRequest = {}));
2038
- var PutEmailIdentityDkimSigningAttributesResponse;
2039
- (function (PutEmailIdentityDkimSigningAttributesResponse) {
2040
- /**
2041
- * @internal
2042
- */
2043
- PutEmailIdentityDkimSigningAttributesResponse.filterSensitiveLog = (obj) => ({
2044
- ...obj,
2045
- });
2046
- })(PutEmailIdentityDkimSigningAttributesResponse = exports.PutEmailIdentityDkimSigningAttributesResponse || (exports.PutEmailIdentityDkimSigningAttributesResponse = {}));
2047
- var PutEmailIdentityFeedbackAttributesRequest;
2048
- (function (PutEmailIdentityFeedbackAttributesRequest) {
2049
- /**
2050
- * @internal
2051
- */
2052
- PutEmailIdentityFeedbackAttributesRequest.filterSensitiveLog = (obj) => ({
2053
- ...obj,
2054
- });
2055
- })(PutEmailIdentityFeedbackAttributesRequest = exports.PutEmailIdentityFeedbackAttributesRequest || (exports.PutEmailIdentityFeedbackAttributesRequest = {}));
2056
- var PutEmailIdentityFeedbackAttributesResponse;
2057
- (function (PutEmailIdentityFeedbackAttributesResponse) {
2058
- /**
2059
- * @internal
2060
- */
2061
- PutEmailIdentityFeedbackAttributesResponse.filterSensitiveLog = (obj) => ({
2062
- ...obj,
2063
- });
2064
- })(PutEmailIdentityFeedbackAttributesResponse = exports.PutEmailIdentityFeedbackAttributesResponse || (exports.PutEmailIdentityFeedbackAttributesResponse = {}));
2065
- var PutEmailIdentityMailFromAttributesRequest;
2066
- (function (PutEmailIdentityMailFromAttributesRequest) {
2067
- /**
2068
- * @internal
2069
- */
2070
- PutEmailIdentityMailFromAttributesRequest.filterSensitiveLog = (obj) => ({
2071
- ...obj,
2072
- });
2073
- })(PutEmailIdentityMailFromAttributesRequest = exports.PutEmailIdentityMailFromAttributesRequest || (exports.PutEmailIdentityMailFromAttributesRequest = {}));
2074
- var PutEmailIdentityMailFromAttributesResponse;
2075
- (function (PutEmailIdentityMailFromAttributesResponse) {
2076
- /**
2077
- * @internal
2078
- */
2079
- PutEmailIdentityMailFromAttributesResponse.filterSensitiveLog = (obj) => ({
2080
- ...obj,
2081
- });
2082
- })(PutEmailIdentityMailFromAttributesResponse = exports.PutEmailIdentityMailFromAttributesResponse || (exports.PutEmailIdentityMailFromAttributesResponse = {}));
2083
- var PutSuppressedDestinationRequest;
2084
- (function (PutSuppressedDestinationRequest) {
2085
- /**
2086
- * @internal
2087
- */
2088
- PutSuppressedDestinationRequest.filterSensitiveLog = (obj) => ({
2089
- ...obj,
2090
- });
2091
- })(PutSuppressedDestinationRequest = exports.PutSuppressedDestinationRequest || (exports.PutSuppressedDestinationRequest = {}));
2092
- var PutSuppressedDestinationResponse;
2093
- (function (PutSuppressedDestinationResponse) {
2094
- /**
2095
- * @internal
2096
- */
2097
- PutSuppressedDestinationResponse.filterSensitiveLog = (obj) => ({
2098
- ...obj,
2099
- });
2100
- })(PutSuppressedDestinationResponse = exports.PutSuppressedDestinationResponse || (exports.PutSuppressedDestinationResponse = {}));
2101
- var SendBulkEmailRequest;
2102
- (function (SendBulkEmailRequest) {
2103
- /**
2104
- * @internal
2105
- */
2106
- SendBulkEmailRequest.filterSensitiveLog = (obj) => ({
2107
- ...obj,
2108
- });
2109
- })(SendBulkEmailRequest = exports.SendBulkEmailRequest || (exports.SendBulkEmailRequest = {}));
2110
- var SendBulkEmailResponse;
2111
- (function (SendBulkEmailResponse) {
2112
- /**
2113
- * @internal
2114
- */
2115
- SendBulkEmailResponse.filterSensitiveLog = (obj) => ({
2116
- ...obj,
2117
- });
2118
- })(SendBulkEmailResponse = exports.SendBulkEmailResponse || (exports.SendBulkEmailResponse = {}));
2119
- var SendCustomVerificationEmailRequest;
2120
- (function (SendCustomVerificationEmailRequest) {
2121
- /**
2122
- * @internal
2123
- */
2124
- SendCustomVerificationEmailRequest.filterSensitiveLog = (obj) => ({
2125
- ...obj,
2126
- });
2127
- })(SendCustomVerificationEmailRequest = exports.SendCustomVerificationEmailRequest || (exports.SendCustomVerificationEmailRequest = {}));
2128
- var SendCustomVerificationEmailResponse;
2129
- (function (SendCustomVerificationEmailResponse) {
2130
- /**
2131
- * @internal
2132
- */
2133
- SendCustomVerificationEmailResponse.filterSensitiveLog = (obj) => ({
2134
- ...obj,
2135
- });
2136
- })(SendCustomVerificationEmailResponse = exports.SendCustomVerificationEmailResponse || (exports.SendCustomVerificationEmailResponse = {}));
2137
- var SendEmailRequest;
2138
- (function (SendEmailRequest) {
2139
- /**
2140
- * @internal
2141
- */
2142
- SendEmailRequest.filterSensitiveLog = (obj) => ({
2143
- ...obj,
2144
- });
2145
- })(SendEmailRequest = exports.SendEmailRequest || (exports.SendEmailRequest = {}));
2146
- var SendEmailResponse;
2147
- (function (SendEmailResponse) {
2148
- /**
2149
- * @internal
2150
- */
2151
- SendEmailResponse.filterSensitiveLog = (obj) => ({
2152
- ...obj,
2153
- });
2154
- })(SendEmailResponse = exports.SendEmailResponse || (exports.SendEmailResponse = {}));
2155
- var TagResourceRequest;
2156
- (function (TagResourceRequest) {
2157
- /**
2158
- * @internal
2159
- */
2160
- TagResourceRequest.filterSensitiveLog = (obj) => ({
2161
- ...obj,
2162
- });
2163
- })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
2164
- var TagResourceResponse;
2165
- (function (TagResourceResponse) {
2166
- /**
2167
- * @internal
2168
- */
2169
- TagResourceResponse.filterSensitiveLog = (obj) => ({
2170
- ...obj,
2171
- });
2172
- })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
2173
- var TestRenderEmailTemplateRequest;
2174
- (function (TestRenderEmailTemplateRequest) {
2175
- /**
2176
- * @internal
2177
- */
2178
- TestRenderEmailTemplateRequest.filterSensitiveLog = (obj) => ({
2179
- ...obj,
2180
- });
2181
- })(TestRenderEmailTemplateRequest = exports.TestRenderEmailTemplateRequest || (exports.TestRenderEmailTemplateRequest = {}));
2182
- var TestRenderEmailTemplateResponse;
2183
- (function (TestRenderEmailTemplateResponse) {
2184
- /**
2185
- * @internal
2186
- */
2187
- TestRenderEmailTemplateResponse.filterSensitiveLog = (obj) => ({
2188
- ...obj,
2189
- });
2190
- })(TestRenderEmailTemplateResponse = exports.TestRenderEmailTemplateResponse || (exports.TestRenderEmailTemplateResponse = {}));
2191
- var UntagResourceRequest;
2192
- (function (UntagResourceRequest) {
2193
- /**
2194
- * @internal
2195
- */
2196
- UntagResourceRequest.filterSensitiveLog = (obj) => ({
2197
- ...obj,
2198
- });
2199
- })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
2200
- var UntagResourceResponse;
2201
- (function (UntagResourceResponse) {
2202
- /**
2203
- * @internal
2204
- */
2205
- UntagResourceResponse.filterSensitiveLog = (obj) => ({
2206
- ...obj,
2207
- });
2208
- })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
2209
- var UpdateConfigurationSetEventDestinationRequest;
2210
- (function (UpdateConfigurationSetEventDestinationRequest) {
2211
- /**
2212
- * @internal
2213
- */
2214
- UpdateConfigurationSetEventDestinationRequest.filterSensitiveLog = (obj) => ({
2215
- ...obj,
2216
- });
2217
- })(UpdateConfigurationSetEventDestinationRequest = exports.UpdateConfigurationSetEventDestinationRequest || (exports.UpdateConfigurationSetEventDestinationRequest = {}));
2218
- var UpdateConfigurationSetEventDestinationResponse;
2219
- (function (UpdateConfigurationSetEventDestinationResponse) {
2220
- /**
2221
- * @internal
2222
- */
2223
- UpdateConfigurationSetEventDestinationResponse.filterSensitiveLog = (obj) => ({
2224
- ...obj,
2225
- });
2226
- })(UpdateConfigurationSetEventDestinationResponse = exports.UpdateConfigurationSetEventDestinationResponse || (exports.UpdateConfigurationSetEventDestinationResponse = {}));
2227
- var UpdateContactRequest;
2228
- (function (UpdateContactRequest) {
2229
- /**
2230
- * @internal
2231
- */
2232
- UpdateContactRequest.filterSensitiveLog = (obj) => ({
2233
- ...obj,
2234
- });
2235
- })(UpdateContactRequest = exports.UpdateContactRequest || (exports.UpdateContactRequest = {}));
2236
- var UpdateContactResponse;
2237
- (function (UpdateContactResponse) {
2238
- /**
2239
- * @internal
2240
- */
2241
- UpdateContactResponse.filterSensitiveLog = (obj) => ({
2242
- ...obj,
2243
- });
2244
- })(UpdateContactResponse = exports.UpdateContactResponse || (exports.UpdateContactResponse = {}));
2245
- var UpdateContactListRequest;
2246
- (function (UpdateContactListRequest) {
2247
- /**
2248
- * @internal
2249
- */
2250
- UpdateContactListRequest.filterSensitiveLog = (obj) => ({
2251
- ...obj,
2252
- });
2253
- })(UpdateContactListRequest = exports.UpdateContactListRequest || (exports.UpdateContactListRequest = {}));
2254
- var UpdateContactListResponse;
2255
- (function (UpdateContactListResponse) {
2256
- /**
2257
- * @internal
2258
- */
2259
- UpdateContactListResponse.filterSensitiveLog = (obj) => ({
2260
- ...obj,
2261
- });
2262
- })(UpdateContactListResponse = exports.UpdateContactListResponse || (exports.UpdateContactListResponse = {}));
2263
- var UpdateCustomVerificationEmailTemplateRequest;
2264
- (function (UpdateCustomVerificationEmailTemplateRequest) {
2265
- /**
2266
- * @internal
2267
- */
2268
- UpdateCustomVerificationEmailTemplateRequest.filterSensitiveLog = (obj) => ({
2269
- ...obj,
2270
- });
2271
- })(UpdateCustomVerificationEmailTemplateRequest = exports.UpdateCustomVerificationEmailTemplateRequest || (exports.UpdateCustomVerificationEmailTemplateRequest = {}));
2272
- var UpdateCustomVerificationEmailTemplateResponse;
2273
- (function (UpdateCustomVerificationEmailTemplateResponse) {
2274
- /**
2275
- * @internal
2276
- */
2277
- UpdateCustomVerificationEmailTemplateResponse.filterSensitiveLog = (obj) => ({
2278
- ...obj,
2279
- });
2280
- })(UpdateCustomVerificationEmailTemplateResponse = exports.UpdateCustomVerificationEmailTemplateResponse || (exports.UpdateCustomVerificationEmailTemplateResponse = {}));
2281
- var UpdateEmailIdentityPolicyRequest;
2282
- (function (UpdateEmailIdentityPolicyRequest) {
2283
- /**
2284
- * @internal
2285
- */
2286
- UpdateEmailIdentityPolicyRequest.filterSensitiveLog = (obj) => ({
2287
- ...obj,
2288
- });
2289
- })(UpdateEmailIdentityPolicyRequest = exports.UpdateEmailIdentityPolicyRequest || (exports.UpdateEmailIdentityPolicyRequest = {}));
2290
- var UpdateEmailIdentityPolicyResponse;
2291
- (function (UpdateEmailIdentityPolicyResponse) {
2292
- /**
2293
- * @internal
2294
- */
2295
- UpdateEmailIdentityPolicyResponse.filterSensitiveLog = (obj) => ({
2296
- ...obj,
2297
- });
2298
- })(UpdateEmailIdentityPolicyResponse = exports.UpdateEmailIdentityPolicyResponse || (exports.UpdateEmailIdentityPolicyResponse = {}));
2299
- var UpdateEmailTemplateRequest;
2300
- (function (UpdateEmailTemplateRequest) {
2301
- /**
2302
- * @internal
2303
- */
2304
- UpdateEmailTemplateRequest.filterSensitiveLog = (obj) => ({
2305
- ...obj,
2306
- });
2307
- })(UpdateEmailTemplateRequest = exports.UpdateEmailTemplateRequest || (exports.UpdateEmailTemplateRequest = {}));
2308
- var UpdateEmailTemplateResponse;
2309
- (function (UpdateEmailTemplateResponse) {
2310
- /**
2311
- * @internal
2312
- */
2313
- UpdateEmailTemplateResponse.filterSensitiveLog = (obj) => ({
2314
- ...obj,
2315
- });
2316
- })(UpdateEmailTemplateResponse = exports.UpdateEmailTemplateResponse || (exports.UpdateEmailTemplateResponse = {}));
2317
- //# sourceMappingURL=models_0.js.map