@aws-sdk/client-ses 3.193.0 → 3.196.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 (316) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/SESClient.js +11 -8
  3. package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +10 -0
  4. package/dist-cjs/commands/CreateConfigurationSetCommand.js +10 -0
  5. package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
  6. package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +10 -0
  7. package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
  8. package/dist-cjs/commands/CreateReceiptFilterCommand.js +10 -0
  9. package/dist-cjs/commands/CreateReceiptRuleCommand.js +10 -0
  10. package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +10 -0
  11. package/dist-cjs/commands/CreateTemplateCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteConfigurationSetCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteIdentityCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteReceiptFilterCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteReceiptRuleCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteTemplateCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +10 -0
  24. package/dist-cjs/commands/DescribeConfigurationSetCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeReceiptRuleCommand.js +10 -0
  26. package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +10 -0
  27. package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +10 -0
  28. package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
  29. package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +10 -0
  30. package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +10 -0
  31. package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +10 -0
  32. package/dist-cjs/commands/GetIdentityPoliciesCommand.js +10 -0
  33. package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +10 -0
  34. package/dist-cjs/commands/GetSendQuotaCommand.js +10 -0
  35. package/dist-cjs/commands/GetSendStatisticsCommand.js +10 -0
  36. package/dist-cjs/commands/GetTemplateCommand.js +10 -0
  37. package/dist-cjs/commands/ListConfigurationSetsCommand.js +10 -0
  38. package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
  39. package/dist-cjs/commands/ListIdentitiesCommand.js +10 -0
  40. package/dist-cjs/commands/ListIdentityPoliciesCommand.js +10 -0
  41. package/dist-cjs/commands/ListReceiptFiltersCommand.js +10 -0
  42. package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +10 -0
  43. package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
  44. package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +10 -0
  45. package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
  46. package/dist-cjs/commands/PutIdentityPolicyCommand.js +10 -0
  47. package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +10 -0
  48. package/dist-cjs/commands/SendBounceCommand.js +10 -0
  49. package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +10 -0
  50. package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +10 -0
  51. package/dist-cjs/commands/SendEmailCommand.js +10 -0
  52. package/dist-cjs/commands/SendRawEmailCommand.js +10 -0
  53. package/dist-cjs/commands/SendTemplatedEmailCommand.js +10 -0
  54. package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +10 -0
  55. package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +10 -0
  56. package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +10 -0
  57. package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +10 -0
  58. package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +10 -0
  59. package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +10 -0
  60. package/dist-cjs/commands/SetReceiptRulePositionCommand.js +10 -0
  61. package/dist-cjs/commands/TestRenderTemplateCommand.js +10 -0
  62. package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +10 -0
  63. package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
  64. package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +10 -0
  65. package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +10 -0
  66. package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +10 -0
  67. package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
  68. package/dist-cjs/commands/UpdateReceiptRuleCommand.js +10 -0
  69. package/dist-cjs/commands/UpdateTemplateCommand.js +10 -0
  70. package/dist-cjs/commands/VerifyDomainDkimCommand.js +10 -0
  71. package/dist-cjs/commands/VerifyDomainIdentityCommand.js +10 -0
  72. package/dist-cjs/commands/VerifyEmailAddressCommand.js +10 -0
  73. package/dist-cjs/commands/VerifyEmailIdentityCommand.js +10 -0
  74. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  75. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  76. package/dist-cjs/endpoint/ruleset.js +318 -0
  77. package/dist-cjs/runtimeConfig.shared.js +3 -3
  78. package/dist-es/SESClient.js +12 -9
  79. package/dist-es/commands/CloneReceiptRuleSetCommand.js +10 -0
  80. package/dist-es/commands/CreateConfigurationSetCommand.js +10 -0
  81. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +10 -0
  82. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +10 -0
  83. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +10 -0
  84. package/dist-es/commands/CreateReceiptFilterCommand.js +10 -0
  85. package/dist-es/commands/CreateReceiptRuleCommand.js +10 -0
  86. package/dist-es/commands/CreateReceiptRuleSetCommand.js +10 -0
  87. package/dist-es/commands/CreateTemplateCommand.js +10 -0
  88. package/dist-es/commands/DeleteConfigurationSetCommand.js +10 -0
  89. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +10 -0
  90. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +10 -0
  91. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +10 -0
  92. package/dist-es/commands/DeleteIdentityCommand.js +10 -0
  93. package/dist-es/commands/DeleteIdentityPolicyCommand.js +10 -0
  94. package/dist-es/commands/DeleteReceiptFilterCommand.js +10 -0
  95. package/dist-es/commands/DeleteReceiptRuleCommand.js +10 -0
  96. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +10 -0
  97. package/dist-es/commands/DeleteTemplateCommand.js +10 -0
  98. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +10 -0
  99. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +10 -0
  100. package/dist-es/commands/DescribeConfigurationSetCommand.js +10 -0
  101. package/dist-es/commands/DescribeReceiptRuleCommand.js +10 -0
  102. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +10 -0
  103. package/dist-es/commands/GetAccountSendingEnabledCommand.js +10 -0
  104. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +10 -0
  105. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +10 -0
  106. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +10 -0
  107. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +10 -0
  108. package/dist-es/commands/GetIdentityPoliciesCommand.js +10 -0
  109. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +10 -0
  110. package/dist-es/commands/GetSendQuotaCommand.js +10 -0
  111. package/dist-es/commands/GetSendStatisticsCommand.js +10 -0
  112. package/dist-es/commands/GetTemplateCommand.js +10 -0
  113. package/dist-es/commands/ListConfigurationSetsCommand.js +10 -0
  114. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +10 -0
  115. package/dist-es/commands/ListIdentitiesCommand.js +10 -0
  116. package/dist-es/commands/ListIdentityPoliciesCommand.js +10 -0
  117. package/dist-es/commands/ListReceiptFiltersCommand.js +10 -0
  118. package/dist-es/commands/ListReceiptRuleSetsCommand.js +10 -0
  119. package/dist-es/commands/ListTemplatesCommand.js +10 -0
  120. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +10 -0
  121. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +10 -0
  122. package/dist-es/commands/PutIdentityPolicyCommand.js +10 -0
  123. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +10 -0
  124. package/dist-es/commands/SendBounceCommand.js +10 -0
  125. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +10 -0
  126. package/dist-es/commands/SendCustomVerificationEmailCommand.js +10 -0
  127. package/dist-es/commands/SendEmailCommand.js +10 -0
  128. package/dist-es/commands/SendRawEmailCommand.js +10 -0
  129. package/dist-es/commands/SendTemplatedEmailCommand.js +10 -0
  130. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +10 -0
  131. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +10 -0
  132. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +10 -0
  133. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +10 -0
  134. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +10 -0
  135. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +10 -0
  136. package/dist-es/commands/SetReceiptRulePositionCommand.js +10 -0
  137. package/dist-es/commands/TestRenderTemplateCommand.js +10 -0
  138. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +10 -0
  139. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +10 -0
  140. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +10 -0
  141. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +10 -0
  142. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +10 -0
  143. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +10 -0
  144. package/dist-es/commands/UpdateReceiptRuleCommand.js +10 -0
  145. package/dist-es/commands/UpdateTemplateCommand.js +10 -0
  146. package/dist-es/commands/VerifyDomainDkimCommand.js +10 -0
  147. package/dist-es/commands/VerifyDomainIdentityCommand.js +10 -0
  148. package/dist-es/commands/VerifyEmailAddressCommand.js +10 -0
  149. package/dist-es/commands/VerifyEmailIdentityCommand.js +10 -0
  150. package/dist-es/endpoint/EndpointParameters.js +8 -0
  151. package/dist-es/endpoint/endpointResolver.js +8 -0
  152. package/dist-es/endpoint/ruleset.js +315 -0
  153. package/dist-es/runtimeConfig.shared.js +2 -2
  154. package/dist-types/SESClient.d.ts +6 -9
  155. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +2 -0
  156. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -0
  157. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
  158. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  159. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -0
  160. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +2 -0
  161. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +2 -0
  162. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +2 -0
  163. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -0
  164. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -0
  165. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
  166. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  167. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -0
  168. package/dist-types/commands/DeleteIdentityCommand.d.ts +2 -0
  169. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +2 -0
  170. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +2 -0
  171. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +2 -0
  172. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +2 -0
  173. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -0
  174. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -0
  175. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -0
  176. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -0
  177. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +2 -0
  178. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +2 -0
  179. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +2 -0
  180. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -0
  181. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -0
  182. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -0
  183. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -0
  184. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -0
  185. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -0
  186. package/dist-types/commands/GetSendQuotaCommand.d.ts +2 -0
  187. package/dist-types/commands/GetSendStatisticsCommand.d.ts +2 -0
  188. package/dist-types/commands/GetTemplateCommand.d.ts +2 -0
  189. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -0
  190. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -0
  191. package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -0
  192. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +2 -0
  193. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +2 -0
  194. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +2 -0
  195. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
  196. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -0
  197. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
  198. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +2 -0
  199. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -0
  200. package/dist-types/commands/SendBounceCommand.d.ts +2 -0
  201. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +2 -0
  202. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -0
  203. package/dist-types/commands/SendEmailCommand.d.ts +2 -0
  204. package/dist-types/commands/SendRawEmailCommand.d.ts +2 -0
  205. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +2 -0
  206. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -0
  207. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +2 -0
  208. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -0
  209. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -0
  210. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +2 -0
  211. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +2 -0
  212. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +2 -0
  213. package/dist-types/commands/TestRenderTemplateCommand.d.ts +2 -0
  214. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -0
  215. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
  216. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -0
  217. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -0
  218. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  219. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -0
  220. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +2 -0
  221. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -0
  222. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +2 -0
  223. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +2 -0
  224. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +2 -0
  225. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +2 -0
  226. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  227. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  228. package/dist-types/endpoint/ruleset.d.ts +2 -0
  229. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  230. package/dist-types/runtimeConfig.d.ts +4 -2
  231. package/dist-types/runtimeConfig.native.d.ts +4 -2
  232. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  233. package/dist-types/ts3.4/SESClient.d.ts +15 -8
  234. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +2 -0
  235. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -0
  236. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -0
  237. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  238. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -0
  239. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +2 -0
  240. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -0
  243. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -0
  245. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  246. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +2 -0
  258. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -0
  259. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -0
  260. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +2 -0
  261. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -0
  262. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -0
  263. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +2 -0
  264. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -0
  265. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -0
  266. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -0
  267. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -0
  268. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -0
  269. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -0
  270. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -0
  271. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +2 -0
  272. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +2 -0
  273. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +2 -0
  274. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
  275. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -0
  276. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -0
  277. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +2 -0
  278. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +2 -0
  279. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +2 -0
  280. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +2 -0
  281. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -0
  282. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -0
  283. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +2 -0
  284. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +2 -0
  285. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -0
  286. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +2 -0
  287. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -0
  288. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -0
  289. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +2 -0
  290. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +2 -0
  291. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +2 -0
  302. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +2 -0
  303. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +2 -0
  304. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +2 -0
  305. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  306. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  307. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  308. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  309. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  310. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  311. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  312. package/package.json +5 -3
  313. package/dist-cjs/endpoints.js +0 -159
  314. package/dist-es/endpoints.js +0 -155
  315. package/dist-types/endpoints.d.ts +0 -2
  316. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
34
35
  */
35
36
  export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
36
37
  readonly input: CreateConfigurationSetEventDestinationCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: CreateConfigurationSetEventDestinationCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
29
30
  */
30
31
  export declare class CreateConfigurationSetTrackingOptionsCommand extends $Command<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
31
32
  readonly input: CreateConfigurationSetTrackingOptionsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: CreateConfigurationSetTrackingOptionsCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
28
29
  */
29
30
  export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: CreateCustomVerificationEmailTemplateCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateCustomVerificationEmailTemplateCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
27
28
  */
28
29
  export declare class CreateReceiptFilterCommand extends $Command<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: CreateReceiptFilterCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateReceiptFilterCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
28
29
  */
29
30
  export declare class CreateReceiptRuleCommand extends $Command<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: CreateReceiptRuleCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateReceiptRuleCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
28
29
  */
29
30
  export declare class CreateReceiptRuleSetCommand extends $Command<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: CreateReceiptRuleSetCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateReceiptRuleSetCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
28
29
  */
29
30
  export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: CreateTemplateCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateTemplateCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
27
28
  */
28
29
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: DeleteConfigurationSetCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteConfigurationSetCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
28
29
  */
29
30
  export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DeleteConfigurationSetEventDestinationCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteConfigurationSetEventDestinationCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteConfigurationSetTrackingOptionsRequest, DeleteConfigurationSetTrackingOptionsResponse } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
34
35
  */
35
36
  export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
36
37
  readonly input: DeleteConfigurationSetTrackingOptionsCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: DeleteConfigurationSetTrackingOptionsCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
28
29
  */
29
30
  export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
27
28
  */
28
29
  export declare class DeleteIdentityCommand extends $Command<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: DeleteIdentityCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteIdentityCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
36
37
  */
37
38
  export declare class DeleteIdentityPolicyCommand extends $Command<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig> {
38
39
  readonly input: DeleteIdentityPolicyCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: DeleteIdentityPolicyCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes
28
29
  */
29
30
  export declare class DeleteReceiptFilterCommand extends $Command<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DeleteReceiptFilterCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteReceiptFilterCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons
28
29
  */
29
30
  export declare class DeleteReceiptRuleCommand extends $Command<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DeleteReceiptRuleCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteReceiptRuleCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR
31
32
  */
32
33
  export declare class DeleteReceiptRuleSetCommand extends $Command<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
33
34
  readonly input: DeleteReceiptRuleSetCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteReceiptRuleSetCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
26
27
  */
27
28
  export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
28
29
  readonly input: DeleteTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteTemplateCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteVerifiedEmailAddressRequest } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare
26
27
  */
27
28
  export declare class DeleteVerifiedEmailAddressCommand extends $Command<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig> {
28
29
  readonly input: DeleteVerifiedEmailAddressCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteVerifiedEmailAddressCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiv
29
30
  */
30
31
  export declare class DescribeActiveReceiptRuleSetCommand extends $Command<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
31
32
  readonly input: DescribeActiveReceiptRuleSetCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DescribeActiveReceiptRuleSetCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura
28
29
  */
29
30
  export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DescribeConfigurationSetCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeConfigurationSetCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes
28
29
  */
29
30
  export declare class DescribeReceiptRuleCommand extends $Command<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: DescribeReceiptRuleCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeReceiptRuleCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule
27
28
  */
28
29
  export declare class DescribeReceiptRuleSetCommand extends $Command<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: DescribeReceiptRuleSetCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeReceiptRuleSetCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccountSendingEnabledResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
26
27
  */
27
28
  export declare class GetAccountSendingEnabledCommand extends $Command<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
28
29
  readonly input: GetAccountSendingEnabledCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetAccountSendingEnabledCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetCustomVerificationEmailTemplateRequest, GetCustomVerificationEmailTemplateResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
29
30
  */
30
31
  export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
31
32
  readonly input: GetCustomVerificationEmailTemplateCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: GetCustomVerificationEmailTemplateCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } from "../models/models_0";
@@ -47,6 +48,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
47
48
  */
48
49
  export declare class GetIdentityDkimAttributesCommand extends $Command<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig> {
49
50
  readonly input: GetIdentityDkimAttributesCommandInput;
51
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
52
  constructor(input: GetIdentityDkimAttributesCommandInput);
51
53
  /**
52
54
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
28
29
  */
29
30
  export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: GetIdentityMailFromDomainAttributesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetIdentityMailFromDomainAttributesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResponse } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
30
31
  */
31
32
  export declare class GetIdentityNotificationAttributesCommand extends $Command<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig> {
32
33
  readonly input: GetIdentityNotificationAttributesCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: GetIdentityNotificationAttributesCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
36
37
  */
37
38
  export declare class GetIdentityPoliciesCommand extends $Command<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
38
39
  readonly input: GetIdentityPoliciesCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: GetIdentityPoliciesCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIdentityVerificationAttributesRequest, GetIdentityVerificationAttributesResponse } from "../models/models_0";
@@ -40,6 +41,7 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
40
41
  */
41
42
  export declare class GetIdentityVerificationAttributesCommand extends $Command<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig> {
42
43
  readonly input: GetIdentityVerificationAttributesCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: GetIdentityVerificationAttributesCommandInput);
44
46
  /**
45
47
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetSendQuotaResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
26
27
  */
27
28
  export declare class GetSendQuotaCommand extends $Command<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig> {
28
29
  readonly input: GetSendQuotaCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetSendQuotaCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetSendStatisticsResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
28
29
  */
29
30
  export declare class GetSendStatisticsCommand extends $Command<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig> {
30
31
  readonly input: GetSendStatisticsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetSendStatisticsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
27
28
  */
28
29
  export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: GetTemplateCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetTemplateCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
34
35
  */
35
36
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
36
37
  readonly input: ListConfigurationSetsCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: ListConfigurationSetsCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
29
30
  */
30
31
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
31
32
  readonly input: ListCustomVerificationEmailTemplatesCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
27
28
  */
28
29
  export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: ListIdentitiesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListIdentitiesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
36
37
  */
37
38
  export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
38
39
  readonly input: ListIdentityPoliciesCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: ListIdentityPoliciesCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
29
30
  */
30
31
  export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
31
32
  readonly input: ListReceiptFiltersCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListReceiptFiltersCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
30
31
  */
31
32
  export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
32
33
  readonly input: ListReceiptRuleSetsCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ListReceiptRuleSetsCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
27
28
  */
28
29
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
29
30
  readonly input: ListTemplatesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTemplatesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListVerifiedEmailAddressesResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
26
27
  */
27
28
  export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
28
29
  readonly input: ListVerifiedEmailAddressesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListVerifiedEmailAddressesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
25
26
  */
26
27
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
27
28
  readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
@@ -35,6 +36,7 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
35
36
  */
36
37
  export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
37
38
  readonly input: PutIdentityPolicyCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: PutIdentityPolicyCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
32
33
  */
33
34
  export declare class ReorderReceiptRuleSetCommand extends $Command<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
34
35
  readonly input: ReorderReceiptRuleSetCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: ReorderReceiptRuleSetCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { SendBounceRequest, SendBounceResponse } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
33
34
  */
34
35
  export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
35
36
  readonly input: SendBounceCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: SendBounceCommandInput);
37
39
  /**
38
40
  * @internal