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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +31 -0
  3. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  4. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  5. package/dist-cjs/endpoint/ruleset.js +7 -0
  6. package/dist-cjs/index.js +1307 -0
  7. package/dist-cjs/models/SESServiceException.js +12 -0
  8. package/dist-cjs/models/errors.js +504 -0
  9. package/dist-cjs/runtimeConfig.browser.js +38 -0
  10. package/dist-cjs/runtimeConfig.js +53 -0
  11. package/dist-cjs/runtimeConfig.native.js +15 -0
  12. package/dist-cjs/runtimeConfig.shared.js +44 -0
  13. package/dist-cjs/schemas/schemas_0.js +1812 -0
  14. package/dist-es/SES.js +159 -0
  15. package/dist-es/SESClient.js +50 -0
  16. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  17. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  18. package/dist-es/commands/CloneReceiptRuleSetCommand.js +16 -0
  19. package/dist-es/commands/CreateConfigurationSetCommand.js +16 -0
  20. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +16 -0
  21. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +16 -0
  22. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +16 -0
  23. package/dist-es/commands/CreateReceiptFilterCommand.js +16 -0
  24. package/dist-es/commands/CreateReceiptRuleCommand.js +16 -0
  25. package/dist-es/commands/CreateReceiptRuleSetCommand.js +16 -0
  26. package/dist-es/commands/CreateTemplateCommand.js +16 -0
  27. package/dist-es/commands/DeleteConfigurationSetCommand.js +16 -0
  28. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +16 -0
  29. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +16 -0
  30. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +16 -0
  31. package/dist-es/commands/DeleteIdentityCommand.js +16 -0
  32. package/dist-es/commands/DeleteIdentityPolicyCommand.js +16 -0
  33. package/dist-es/commands/DeleteReceiptFilterCommand.js +16 -0
  34. package/dist-es/commands/DeleteReceiptRuleCommand.js +16 -0
  35. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +16 -0
  36. package/dist-es/commands/DeleteTemplateCommand.js +16 -0
  37. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +16 -0
  38. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +16 -0
  39. package/dist-es/commands/DescribeConfigurationSetCommand.js +16 -0
  40. package/dist-es/commands/DescribeReceiptRuleCommand.js +16 -0
  41. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +16 -0
  42. package/dist-es/commands/GetAccountSendingEnabledCommand.js +16 -0
  43. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +16 -0
  44. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +16 -0
  45. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +16 -0
  46. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +16 -0
  47. package/dist-es/commands/GetIdentityPoliciesCommand.js +16 -0
  48. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +16 -0
  49. package/dist-es/commands/GetSendQuotaCommand.js +16 -0
  50. package/dist-es/commands/GetSendStatisticsCommand.js +16 -0
  51. package/dist-es/commands/GetTemplateCommand.js +16 -0
  52. package/dist-es/commands/ListConfigurationSetsCommand.js +16 -0
  53. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +16 -0
  54. package/dist-es/commands/ListIdentitiesCommand.js +16 -0
  55. package/dist-es/commands/ListIdentityPoliciesCommand.js +16 -0
  56. package/dist-es/commands/ListReceiptFiltersCommand.js +16 -0
  57. package/dist-es/commands/ListReceiptRuleSetsCommand.js +16 -0
  58. package/dist-es/commands/ListTemplatesCommand.js +16 -0
  59. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +16 -0
  60. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +16 -0
  61. package/dist-es/commands/PutIdentityPolicyCommand.js +16 -0
  62. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +16 -0
  63. package/dist-es/commands/SendBounceCommand.js +16 -0
  64. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +16 -0
  65. package/dist-es/commands/SendCustomVerificationEmailCommand.js +16 -0
  66. package/dist-es/commands/SendEmailCommand.js +16 -0
  67. package/dist-es/commands/SendRawEmailCommand.js +16 -0
  68. package/dist-es/commands/SendTemplatedEmailCommand.js +16 -0
  69. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +16 -0
  70. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +16 -0
  71. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +16 -0
  72. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +16 -0
  73. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +16 -0
  74. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +16 -0
  75. package/dist-es/commands/SetReceiptRulePositionCommand.js +16 -0
  76. package/dist-es/commands/TestRenderTemplateCommand.js +16 -0
  77. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +16 -0
  78. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +16 -0
  79. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +16 -0
  80. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +16 -0
  81. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +16 -0
  82. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +16 -0
  83. package/dist-es/commands/UpdateReceiptRuleCommand.js +16 -0
  84. package/dist-es/commands/UpdateTemplateCommand.js +16 -0
  85. package/dist-es/commands/VerifyDomainDkimCommand.js +16 -0
  86. package/dist-es/commands/VerifyDomainIdentityCommand.js +16 -0
  87. package/dist-es/commands/VerifyEmailAddressCommand.js +16 -0
  88. package/dist-es/commands/VerifyEmailIdentityCommand.js +16 -0
  89. package/dist-es/commands/index.js +71 -0
  90. package/dist-es/endpoint/EndpointParameters.js +13 -0
  91. package/dist-es/endpoint/endpointResolver.js +14 -0
  92. package/dist-es/endpoint/ruleset.js +4 -0
  93. package/dist-es/extensionConfiguration.js +1 -0
  94. package/dist-es/index.js +10 -0
  95. package/dist-es/models/SESServiceException.js +8 -0
  96. package/dist-es/models/enums.js +97 -0
  97. package/dist-es/models/errors.js +467 -0
  98. package/dist-es/models/models_0.js +1 -0
  99. package/dist-es/pagination/Interfaces.js +1 -0
  100. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
  101. package/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
  102. package/dist-es/pagination/index.js +3 -0
  103. package/dist-es/runtimeConfig.browser.js +33 -0
  104. package/dist-es/runtimeConfig.js +48 -0
  105. package/dist-es/runtimeConfig.native.js +11 -0
  106. package/dist-es/runtimeConfig.shared.js +40 -0
  107. package/dist-es/runtimeExtensions.js +9 -0
  108. package/dist-es/schemas/schemas_0.js +1804 -0
  109. package/dist-es/waiters/index.js +1 -0
  110. package/dist-es/waiters/waitForIdentityExists.js +38 -0
  111. package/dist-types/SES.d.ts +574 -0
  112. package/dist-types/SESClient.d.ts +291 -0
  113. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  114. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  115. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +102 -0
  116. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +91 -0
  117. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +128 -0
  118. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +99 -0
  119. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +97 -0
  120. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +108 -0
  121. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +188 -0
  122. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +95 -0
  123. package/dist-types/commands/CreateTemplateCommand.d.ts +92 -0
  124. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +78 -0
  125. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +83 -0
  126. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +87 -0
  127. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +76 -0
  128. package/dist-types/commands/DeleteIdentityCommand.d.ts +87 -0
  129. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +98 -0
  130. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +88 -0
  131. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +93 -0
  132. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +95 -0
  133. package/dist-types/commands/DeleteTemplateCommand.d.ts +73 -0
  134. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +86 -0
  135. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +164 -0
  136. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +121 -0
  137. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +164 -0
  138. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +171 -0
  139. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +86 -0
  140. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +88 -0
  141. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +139 -0
  142. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +108 -0
  143. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +118 -0
  144. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +110 -0
  145. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +118 -0
  146. package/dist-types/commands/GetSendQuotaCommand.d.ts +90 -0
  147. package/dist-types/commands/GetSendStatisticsCommand.d.ts +118 -0
  148. package/dist-types/commands/GetTemplateCommand.d.ts +85 -0
  149. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +90 -0
  150. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +89 -0
  151. package/dist-types/commands/ListIdentitiesCommand.d.ts +111 -0
  152. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +104 -0
  153. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +105 -0
  154. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +107 -0
  155. package/dist-types/commands/ListTemplatesCommand.d.ts +83 -0
  156. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +91 -0
  157. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +81 -0
  158. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +103 -0
  159. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +105 -0
  160. package/dist-types/commands/SendBounceCommand.d.ts +121 -0
  161. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +185 -0
  162. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +102 -0
  163. package/dist-types/commands/SendEmailCommand.d.ts +222 -0
  164. package/dist-types/commands/SendRawEmailCommand.d.ts +233 -0
  165. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +174 -0
  166. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +95 -0
  167. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +100 -0
  168. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +97 -0
  169. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +94 -0
  170. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +97 -0
  171. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +97 -0
  172. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +98 -0
  173. package/dist-types/commands/TestRenderTemplateCommand.d.ts +90 -0
  174. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +90 -0
  175. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +124 -0
  176. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +94 -0
  177. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +95 -0
  178. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +98 -0
  179. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +92 -0
  180. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +183 -0
  181. package/dist-types/commands/UpdateTemplateCommand.d.ts +88 -0
  182. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +133 -0
  183. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +94 -0
  184. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +86 -0
  185. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +88 -0
  186. package/dist-types/commands/index.d.ts +71 -0
  187. package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
  188. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  189. package/dist-types/endpoint/ruleset.d.ts +2 -0
  190. package/dist-types/extensionConfiguration.d.ts +9 -0
  191. package/dist-types/index.d.ts +51 -0
  192. package/dist-types/models/SESServiceException.d.ts +14 -0
  193. package/dist-types/models/enums.d.ts +225 -0
  194. package/dist-types/models/errors.d.ts +588 -0
  195. package/dist-types/models/models_0.d.ts +3848 -0
  196. package/dist-types/pagination/Interfaces.d.ts +8 -0
  197. package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
  198. package/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
  199. package/dist-types/pagination/index.d.ts +3 -0
  200. package/dist-types/runtimeConfig.browser.d.ts +55 -0
  201. package/dist-types/runtimeConfig.d.ts +55 -0
  202. package/dist-types/runtimeConfig.native.d.ts +54 -0
  203. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  204. package/dist-types/runtimeExtensions.d.ts +17 -0
  205. package/dist-types/schemas/schemas_0.d.ts +286 -0
  206. package/dist-types/ts3.4/SES.d.ts +1368 -0
  207. package/dist-types/ts3.4/SESClient.d.ts +542 -0
  208. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  209. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
  210. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
  211. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
  212. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  214. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  215. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
  216. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
  217. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
  218. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
  219. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
  220. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  222. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
  223. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
  224. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
  225. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
  226. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
  227. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
  228. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
  229. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
  230. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
  232. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
  235. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
  237. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
  238. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
  239. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
  242. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
  243. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  244. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
  245. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
  247. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
  248. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
  249. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
  250. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
  251. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
  252. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
  256. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
  258. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
  259. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
  260. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
  261. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
  262. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
  263. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
  264. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
  265. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
  270. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
  272. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
  273. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  275. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
  277. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
  278. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
  279. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
  280. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/index.d.ts +71 -0
  282. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  283. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  284. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  285. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  286. package/dist-types/ts3.4/index.d.ts +13 -0
  287. package/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
  288. package/dist-types/ts3.4/models/enums.d.ts +123 -0
  289. package/dist-types/ts3.4/models/errors.d.ts +330 -0
  290. package/dist-types/ts3.4/models/models_0.d.ts +665 -0
  291. package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  292. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
  293. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
  294. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  295. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
  296. package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
  297. package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  298. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  299. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  300. package/dist-types/ts3.4/schemas/schemas_0.d.ts +285 -0
  301. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  302. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
  303. package/dist-types/waiters/index.d.ts +1 -0
  304. package/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
  305. package/package.json +122 -0
@@ -0,0 +1,86 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetAccountSendingEnabledResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetAccountSendingEnabledCommand}.
14
+ */
15
+ export interface GetAccountSendingEnabledCommandInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetAccountSendingEnabledCommand}.
21
+ */
22
+ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSendingEnabledResponse, __MetadataBearer {
23
+ }
24
+ declare const GetAccountSendingEnabledCommand_base: {
25
+ new (input: GetAccountSendingEnabledCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountSendingEnabledCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the email sending status of the Amazon SES account for the current Region.</p>
31
+ * <p>You can execute this operation no more than once per second.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { SESClient, GetAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
36
+ * // const { SESClient, GetAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
37
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
38
+ * const config = {}; // type is SESClientConfig
39
+ * const client = new SESClient(config);
40
+ * const input = {};
41
+ * const command = new GetAccountSendingEnabledCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetAccountSendingEnabledResponse
44
+ * // Enabled: true || false,
45
+ * // };
46
+ *
47
+ * ```
48
+ *
49
+ * @param GetAccountSendingEnabledCommandInput - {@link GetAccountSendingEnabledCommandInput}
50
+ * @returns {@link GetAccountSendingEnabledCommandOutput}
51
+ * @see {@link GetAccountSendingEnabledCommandInput} for command's `input` shape.
52
+ * @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
53
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
54
+ *
55
+ * @throws {@link SESServiceException}
56
+ * <p>Base exception class for all service exceptions from SES service.</p>
57
+ *
58
+ *
59
+ * @example GetAccountSendingEnabled
60
+ * ```javascript
61
+ * // The following example returns if sending status for an account is enabled. (true / false):
62
+ * const input = { /* empty *\/ };
63
+ * const command = new GetAccountSendingEnabledCommand(input);
64
+ * const response = await client.send(command);
65
+ * /* response is
66
+ * {
67
+ * Enabled: true
68
+ * }
69
+ * *\/
70
+ * ```
71
+ *
72
+ * @public
73
+ */
74
+ export declare class GetAccountSendingEnabledCommand extends GetAccountSendingEnabledCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: {};
79
+ output: GetAccountSendingEnabledResponse;
80
+ };
81
+ sdk: {
82
+ input: GetAccountSendingEnabledCommandInput;
83
+ output: GetAccountSendingEnabledCommandOutput;
84
+ };
85
+ };
86
+ }
@@ -0,0 +1,88 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetCustomVerificationEmailTemplateRequest, GetCustomVerificationEmailTemplateResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetCustomVerificationEmailTemplateCommand}.
14
+ */
15
+ export interface GetCustomVerificationEmailTemplateCommandInput extends GetCustomVerificationEmailTemplateRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetCustomVerificationEmailTemplateCommand}.
21
+ */
22
+ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {
23
+ }
24
+ declare const GetCustomVerificationEmailTemplateCommand_base: {
25
+ new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the custom email verification template for the template name you
31
+ * specify.</p>
32
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
33
+ * Custom Verification Email Templates</a> in the <i>Amazon SES Developer
34
+ * Guide</i>.</p>
35
+ * <p>You can execute this operation no more than once per second.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { SESClient, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
40
+ * // const { SESClient, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
41
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
42
+ * const config = {}; // type is SESClientConfig
43
+ * const client = new SESClient(config);
44
+ * const input = { // GetCustomVerificationEmailTemplateRequest
45
+ * TemplateName: "STRING_VALUE", // required
46
+ * };
47
+ * const command = new GetCustomVerificationEmailTemplateCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // GetCustomVerificationEmailTemplateResponse
50
+ * // TemplateName: "STRING_VALUE",
51
+ * // FromEmailAddress: "STRING_VALUE",
52
+ * // TemplateSubject: "STRING_VALUE",
53
+ * // TemplateContent: "STRING_VALUE",
54
+ * // SuccessRedirectionURL: "STRING_VALUE",
55
+ * // FailureRedirectionURL: "STRING_VALUE",
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param GetCustomVerificationEmailTemplateCommandInput - {@link GetCustomVerificationEmailTemplateCommandInput}
61
+ * @returns {@link GetCustomVerificationEmailTemplateCommandOutput}
62
+ * @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
63
+ * @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
64
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
65
+ *
66
+ * @throws {@link CustomVerificationEmailTemplateDoesNotExistException} (client fault)
67
+ * <p>Indicates that a custom verification email template with the name you specified does
68
+ * not exist.</p>
69
+ *
70
+ * @throws {@link SESServiceException}
71
+ * <p>Base exception class for all service exceptions from SES service.</p>
72
+ *
73
+ *
74
+ * @public
75
+ */
76
+ export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: GetCustomVerificationEmailTemplateRequest;
81
+ output: GetCustomVerificationEmailTemplateResponse;
82
+ };
83
+ sdk: {
84
+ input: GetCustomVerificationEmailTemplateCommandInput;
85
+ output: GetCustomVerificationEmailTemplateCommandOutput;
86
+ };
87
+ };
88
+ }
@@ -0,0 +1,139 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIdentityDkimAttributesCommand}.
14
+ */
15
+ export interface GetIdentityDkimAttributesCommandInput extends GetIdentityDkimAttributesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIdentityDkimAttributesCommand}.
21
+ */
22
+ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimAttributesResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIdentityDkimAttributesCommand_base: {
25
+ new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the current status of Easy DKIM signing for an entity. For domain name
31
+ * identities, this operation also returns the DKIM tokens that are required for Easy DKIM
32
+ * signing, and whether Amazon SES has successfully verified that these tokens have been
33
+ * published.</p>
34
+ * <p>This operation takes a list of identities as input and returns the following
35
+ * information for each:</p>
36
+ * <ul>
37
+ * <li>
38
+ * <p>Whether Easy DKIM signing is enabled or disabled.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>A set of DKIM tokens that represent the identity. If the identity is an email
42
+ * address, the tokens represent the domain of that address.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>Whether Amazon SES has successfully verified the DKIM tokens published in the
46
+ * domain's DNS. This information is only returned for domain name identities, not
47
+ * for email addresses.</p>
48
+ * </li>
49
+ * </ul>
50
+ * <p>This operation is throttled at one request per second and can only get DKIM attributes
51
+ * for up to 100 identities at a time.</p>
52
+ * <p>For more information about creating DNS records using DKIM tokens, go to the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy-managing.html">Amazon SES
53
+ * Developer Guide</a>.</p>
54
+ * @example
55
+ * Use a bare-bones client and the command you need to make an API call.
56
+ * ```javascript
57
+ * import { SESClient, GetIdentityDkimAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
58
+ * // const { SESClient, GetIdentityDkimAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
59
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
60
+ * const config = {}; // type is SESClientConfig
61
+ * const client = new SESClient(config);
62
+ * const input = { // GetIdentityDkimAttributesRequest
63
+ * Identities: [ // IdentityList // required
64
+ * "STRING_VALUE",
65
+ * ],
66
+ * };
67
+ * const command = new GetIdentityDkimAttributesCommand(input);
68
+ * const response = await client.send(command);
69
+ * // { // GetIdentityDkimAttributesResponse
70
+ * // DkimAttributes: { // DkimAttributes // required
71
+ * // "<keys>": { // IdentityDkimAttributes
72
+ * // DkimEnabled: true || false, // required
73
+ * // DkimVerificationStatus: "Pending" || "Success" || "Failed" || "TemporaryFailure" || "NotStarted", // required
74
+ * // DkimTokens: [ // VerificationTokenList
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // },
79
+ * // };
80
+ *
81
+ * ```
82
+ *
83
+ * @param GetIdentityDkimAttributesCommandInput - {@link GetIdentityDkimAttributesCommandInput}
84
+ * @returns {@link GetIdentityDkimAttributesCommandOutput}
85
+ * @see {@link GetIdentityDkimAttributesCommandInput} for command's `input` shape.
86
+ * @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
87
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
88
+ *
89
+ * @throws {@link SESServiceException}
90
+ * <p>Base exception class for all service exceptions from SES service.</p>
91
+ *
92
+ *
93
+ * @example GetIdentityDkimAttributes
94
+ * ```javascript
95
+ * // The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:
96
+ * const input = {
97
+ * Identities: [
98
+ * "example.com",
99
+ * "user@example.com"
100
+ * ]
101
+ * };
102
+ * const command = new GetIdentityDkimAttributesCommand(input);
103
+ * const response = await client.send(command);
104
+ * /* response is
105
+ * {
106
+ * DkimAttributes: {
107
+ * example.com: {
108
+ * DkimEnabled: true,
109
+ * DkimTokens: [
110
+ * "EXAMPLEjcs5xoyqytjsotsijas7236gr",
111
+ * "EXAMPLEjr76cvoc6mysspnioorxsn6ep",
112
+ * "EXAMPLEkbmkqkhlm2lyz77ppkulerm4k"
113
+ * ],
114
+ * DkimVerificationStatus: "Success"
115
+ * },
116
+ * user@example.com: {
117
+ * DkimEnabled: false,
118
+ * DkimVerificationStatus: "NotStarted"
119
+ * }
120
+ * }
121
+ * }
122
+ * *\/
123
+ * ```
124
+ *
125
+ * @public
126
+ */
127
+ export declare class GetIdentityDkimAttributesCommand extends GetIdentityDkimAttributesCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: GetIdentityDkimAttributesRequest;
132
+ output: GetIdentityDkimAttributesResponse;
133
+ };
134
+ sdk: {
135
+ input: GetIdentityDkimAttributesCommandInput;
136
+ output: GetIdentityDkimAttributesCommandOutput;
137
+ };
138
+ };
139
+ }
@@ -0,0 +1,108 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIdentityMailFromDomainAttributesCommand}.
14
+ */
15
+ export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIdentityMailFromDomainAttributesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIdentityMailFromDomainAttributesCommand}.
21
+ */
22
+ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIdentityMailFromDomainAttributesCommand_base: {
25
+ new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the custom MAIL FROM attributes for a list of identities (email addresses :
31
+ * domains).</p>
32
+ * <p>This operation is throttled at one request per second and can only get custom MAIL
33
+ * FROM attributes for up to 100 identities at a time.</p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { SESClient, GetIdentityMailFromDomainAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
38
+ * // const { SESClient, GetIdentityMailFromDomainAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
39
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
40
+ * const config = {}; // type is SESClientConfig
41
+ * const client = new SESClient(config);
42
+ * const input = { // GetIdentityMailFromDomainAttributesRequest
43
+ * Identities: [ // IdentityList // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * };
47
+ * const command = new GetIdentityMailFromDomainAttributesCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // GetIdentityMailFromDomainAttributesResponse
50
+ * // MailFromDomainAttributes: { // MailFromDomainAttributes // required
51
+ * // "<keys>": { // IdentityMailFromDomainAttributes
52
+ * // MailFromDomain: "STRING_VALUE", // required
53
+ * // MailFromDomainStatus: "Pending" || "Success" || "Failed" || "TemporaryFailure", // required
54
+ * // BehaviorOnMXFailure: "UseDefaultValue" || "RejectMessage", // required
55
+ * // },
56
+ * // },
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param GetIdentityMailFromDomainAttributesCommandInput - {@link GetIdentityMailFromDomainAttributesCommandInput}
62
+ * @returns {@link GetIdentityMailFromDomainAttributesCommandOutput}
63
+ * @see {@link GetIdentityMailFromDomainAttributesCommandInput} for command's `input` shape.
64
+ * @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
65
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
66
+ *
67
+ * @throws {@link SESServiceException}
68
+ * <p>Base exception class for all service exceptions from SES service.</p>
69
+ *
70
+ *
71
+ * @example GetIdentityMailFromDomainAttributes
72
+ * ```javascript
73
+ * // The following example returns the custom MAIL FROM attributes for an identity:
74
+ * const input = {
75
+ * Identities: [
76
+ * "example.com"
77
+ * ]
78
+ * };
79
+ * const command = new GetIdentityMailFromDomainAttributesCommand(input);
80
+ * const response = await client.send(command);
81
+ * /* response is
82
+ * {
83
+ * MailFromDomainAttributes: {
84
+ * example.com: {
85
+ * BehaviorOnMXFailure: "UseDefaultValue",
86
+ * MailFromDomain: "bounces.example.com",
87
+ * MailFromDomainStatus: "Success"
88
+ * }
89
+ * }
90
+ * }
91
+ * *\/
92
+ * ```
93
+ *
94
+ * @public
95
+ */
96
+ export declare class GetIdentityMailFromDomainAttributesCommand extends GetIdentityMailFromDomainAttributesCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetIdentityMailFromDomainAttributesRequest;
101
+ output: GetIdentityMailFromDomainAttributesResponse;
102
+ };
103
+ sdk: {
104
+ input: GetIdentityMailFromDomainAttributesCommandInput;
105
+ output: GetIdentityMailFromDomainAttributesCommandOutput;
106
+ };
107
+ };
108
+ }
@@ -0,0 +1,118 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIdentityNotificationAttributesCommand}.
14
+ */
15
+ export interface GetIdentityNotificationAttributesCommandInput extends GetIdentityNotificationAttributesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIdentityNotificationAttributesCommand}.
21
+ */
22
+ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdentityNotificationAttributesResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIdentityNotificationAttributesCommand_base: {
25
+ new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Given a list of verified identities (email addresses and/or domains), returns a
31
+ * structure describing identity notification attributes.</p>
32
+ * <p>This operation is throttled at one request per second and can only get notification
33
+ * attributes for up to 100 identities at a time.</p>
34
+ * <p>For more information about using notifications with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
35
+ * Developer Guide</a>.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { SESClient, GetIdentityNotificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
40
+ * // const { SESClient, GetIdentityNotificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
41
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
42
+ * const config = {}; // type is SESClientConfig
43
+ * const client = new SESClient(config);
44
+ * const input = { // GetIdentityNotificationAttributesRequest
45
+ * Identities: [ // IdentityList // required
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * };
49
+ * const command = new GetIdentityNotificationAttributesCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // GetIdentityNotificationAttributesResponse
52
+ * // NotificationAttributes: { // NotificationAttributes // required
53
+ * // "<keys>": { // IdentityNotificationAttributes
54
+ * // BounceTopic: "STRING_VALUE", // required
55
+ * // ComplaintTopic: "STRING_VALUE", // required
56
+ * // DeliveryTopic: "STRING_VALUE", // required
57
+ * // ForwardingEnabled: true || false, // required
58
+ * // HeadersInBounceNotificationsEnabled: true || false,
59
+ * // HeadersInComplaintNotificationsEnabled: true || false,
60
+ * // HeadersInDeliveryNotificationsEnabled: true || false,
61
+ * // },
62
+ * // },
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param GetIdentityNotificationAttributesCommandInput - {@link GetIdentityNotificationAttributesCommandInput}
68
+ * @returns {@link GetIdentityNotificationAttributesCommandOutput}
69
+ * @see {@link GetIdentityNotificationAttributesCommandInput} for command's `input` shape.
70
+ * @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
71
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
72
+ *
73
+ * @throws {@link SESServiceException}
74
+ * <p>Base exception class for all service exceptions from SES service.</p>
75
+ *
76
+ *
77
+ * @example GetIdentityNotificationAttributes
78
+ * ```javascript
79
+ * // The following example returns the notification attributes for an identity:
80
+ * const input = {
81
+ * Identities: [
82
+ * "example.com"
83
+ * ]
84
+ * };
85
+ * const command = new GetIdentityNotificationAttributesCommand(input);
86
+ * const response = await client.send(command);
87
+ * /* response is
88
+ * {
89
+ * NotificationAttributes: {
90
+ * example.com: {
91
+ * BounceTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
92
+ * ComplaintTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
93
+ * DeliveryTopic: "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
94
+ * ForwardingEnabled: true,
95
+ * HeadersInBounceNotificationsEnabled: false,
96
+ * HeadersInComplaintNotificationsEnabled: false,
97
+ * HeadersInDeliveryNotificationsEnabled: false
98
+ * }
99
+ * }
100
+ * }
101
+ * *\/
102
+ * ```
103
+ *
104
+ * @public
105
+ */
106
+ export declare class GetIdentityNotificationAttributesCommand extends GetIdentityNotificationAttributesCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetIdentityNotificationAttributesRequest;
111
+ output: GetIdentityNotificationAttributesResponse;
112
+ };
113
+ sdk: {
114
+ input: GetIdentityNotificationAttributesCommandInput;
115
+ output: GetIdentityNotificationAttributesCommandOutput;
116
+ };
117
+ };
118
+ }
@@ -0,0 +1,110 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetIdentityPoliciesCommand}.
14
+ */
15
+ export interface GetIdentityPoliciesCommandInput extends GetIdentityPoliciesRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetIdentityPoliciesCommand}.
21
+ */
22
+ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesResponse, __MetadataBearer {
23
+ }
24
+ declare const GetIdentityPoliciesCommand_base: {
25
+ new (input: GetIdentityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIdentityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns the requested sending authorization policies for the given identity (an email
31
+ * address or a domain). The policies are returned as a map of policy names to policy
32
+ * contents. You can retrieve a maximum of 20 policies at a time.</p>
33
+ * <note>
34
+ * <p>This operation is for the identity owner only. If you have not verified the
35
+ * identity, it returns an error.</p>
36
+ * </note>
37
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
38
+ * senders to use its identities. For information about using sending authorization, see
39
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES
40
+ * Developer Guide</a>.</p>
41
+ * <p>You can execute this operation no more than once per second.</p>
42
+ * @example
43
+ * Use a bare-bones client and the command you need to make an API call.
44
+ * ```javascript
45
+ * import { SESClient, GetIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import
46
+ * // const { SESClient, GetIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
47
+ * // import type { SESClientConfig } from "@aws-sdk/client-ses";
48
+ * const config = {}; // type is SESClientConfig
49
+ * const client = new SESClient(config);
50
+ * const input = { // GetIdentityPoliciesRequest
51
+ * Identity: "STRING_VALUE", // required
52
+ * PolicyNames: [ // PolicyNameList // required
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * };
56
+ * const command = new GetIdentityPoliciesCommand(input);
57
+ * const response = await client.send(command);
58
+ * // { // GetIdentityPoliciesResponse
59
+ * // Policies: { // PolicyMap // required
60
+ * // "<keys>": "STRING_VALUE",
61
+ * // },
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param GetIdentityPoliciesCommandInput - {@link GetIdentityPoliciesCommandInput}
67
+ * @returns {@link GetIdentityPoliciesCommandOutput}
68
+ * @see {@link GetIdentityPoliciesCommandInput} for command's `input` shape.
69
+ * @see {@link GetIdentityPoliciesCommandOutput} for command's `response` shape.
70
+ * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
71
+ *
72
+ * @throws {@link SESServiceException}
73
+ * <p>Base exception class for all service exceptions from SES service.</p>
74
+ *
75
+ *
76
+ * @example GetIdentityPolicies
77
+ * ```javascript
78
+ * // The following example returns a sending authorization policy for an identity:
79
+ * const input = {
80
+ * Identity: "example.com",
81
+ * PolicyNames: [
82
+ * "MyPolicy"
83
+ * ]
84
+ * };
85
+ * const command = new GetIdentityPoliciesCommand(input);
86
+ * const response = await client.send(command);
87
+ * /* response is
88
+ * {
89
+ * Policies: {
90
+ * MyPolicy: `{"Version":"2008-10-17","Statement":[{"Sid":"stmt1469123904194","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"},"Action":["ses:SendEmail","ses:SendRawEmail"],"Resource":"arn:aws:ses:us-east-1:EXAMPLE65304:identity/example.com"}]}`
91
+ * }
92
+ * }
93
+ * *\/
94
+ * ```
95
+ *
96
+ * @public
97
+ */
98
+ export declare class GetIdentityPoliciesCommand extends GetIdentityPoliciesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetIdentityPoliciesRequest;
103
+ output: GetIdentityPoliciesResponse;
104
+ };
105
+ sdk: {
106
+ input: GetIdentityPoliciesCommandInput;
107
+ output: GetIdentityPoliciesCommandOutput;
108
+ };
109
+ };
110
+ }