@aws-sdk/client-pinpoint 3.194.0 → 3.197.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 (508) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/PinpointClient.js +11 -8
  3. package/dist-cjs/commands/CreateAppCommand.js +10 -0
  4. package/dist-cjs/commands/CreateCampaignCommand.js +10 -0
  5. package/dist-cjs/commands/CreateEmailTemplateCommand.js +10 -0
  6. package/dist-cjs/commands/CreateExportJobCommand.js +10 -0
  7. package/dist-cjs/commands/CreateImportJobCommand.js +10 -0
  8. package/dist-cjs/commands/CreateInAppTemplateCommand.js +10 -0
  9. package/dist-cjs/commands/CreateJourneyCommand.js +10 -0
  10. package/dist-cjs/commands/CreatePushTemplateCommand.js +10 -0
  11. package/dist-cjs/commands/CreateRecommenderConfigurationCommand.js +10 -0
  12. package/dist-cjs/commands/CreateSegmentCommand.js +10 -0
  13. package/dist-cjs/commands/CreateSmsTemplateCommand.js +10 -0
  14. package/dist-cjs/commands/CreateVoiceTemplateCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteAdmChannelCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteApnsChannelCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteApnsSandboxChannelCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteApnsVoipChannelCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteApnsVoipSandboxChannelCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteAppCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteBaiduChannelCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteCampaignCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteEmailChannelCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteEmailTemplateCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteEndpointCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteEventStreamCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteGcmChannelCommand.js +10 -0
  28. package/dist-cjs/commands/DeleteInAppTemplateCommand.js +10 -0
  29. package/dist-cjs/commands/DeleteJourneyCommand.js +10 -0
  30. package/dist-cjs/commands/DeletePushTemplateCommand.js +10 -0
  31. package/dist-cjs/commands/DeleteRecommenderConfigurationCommand.js +10 -0
  32. package/dist-cjs/commands/DeleteSegmentCommand.js +10 -0
  33. package/dist-cjs/commands/DeleteSmsChannelCommand.js +10 -0
  34. package/dist-cjs/commands/DeleteSmsTemplateCommand.js +10 -0
  35. package/dist-cjs/commands/DeleteUserEndpointsCommand.js +10 -0
  36. package/dist-cjs/commands/DeleteVoiceChannelCommand.js +10 -0
  37. package/dist-cjs/commands/DeleteVoiceTemplateCommand.js +10 -0
  38. package/dist-cjs/commands/GetAdmChannelCommand.js +10 -0
  39. package/dist-cjs/commands/GetApnsChannelCommand.js +10 -0
  40. package/dist-cjs/commands/GetApnsSandboxChannelCommand.js +10 -0
  41. package/dist-cjs/commands/GetApnsVoipChannelCommand.js +10 -0
  42. package/dist-cjs/commands/GetApnsVoipSandboxChannelCommand.js +10 -0
  43. package/dist-cjs/commands/GetAppCommand.js +10 -0
  44. package/dist-cjs/commands/GetApplicationDateRangeKpiCommand.js +10 -0
  45. package/dist-cjs/commands/GetApplicationSettingsCommand.js +10 -0
  46. package/dist-cjs/commands/GetAppsCommand.js +10 -0
  47. package/dist-cjs/commands/GetBaiduChannelCommand.js +10 -0
  48. package/dist-cjs/commands/GetCampaignActivitiesCommand.js +10 -0
  49. package/dist-cjs/commands/GetCampaignCommand.js +10 -0
  50. package/dist-cjs/commands/GetCampaignDateRangeKpiCommand.js +10 -0
  51. package/dist-cjs/commands/GetCampaignVersionCommand.js +10 -0
  52. package/dist-cjs/commands/GetCampaignVersionsCommand.js +10 -0
  53. package/dist-cjs/commands/GetCampaignsCommand.js +10 -0
  54. package/dist-cjs/commands/GetChannelsCommand.js +10 -0
  55. package/dist-cjs/commands/GetEmailChannelCommand.js +10 -0
  56. package/dist-cjs/commands/GetEmailTemplateCommand.js +10 -0
  57. package/dist-cjs/commands/GetEndpointCommand.js +10 -0
  58. package/dist-cjs/commands/GetEventStreamCommand.js +10 -0
  59. package/dist-cjs/commands/GetExportJobCommand.js +10 -0
  60. package/dist-cjs/commands/GetExportJobsCommand.js +10 -0
  61. package/dist-cjs/commands/GetGcmChannelCommand.js +10 -0
  62. package/dist-cjs/commands/GetImportJobCommand.js +10 -0
  63. package/dist-cjs/commands/GetImportJobsCommand.js +10 -0
  64. package/dist-cjs/commands/GetInAppMessagesCommand.js +10 -0
  65. package/dist-cjs/commands/GetInAppTemplateCommand.js +10 -0
  66. package/dist-cjs/commands/GetJourneyCommand.js +10 -0
  67. package/dist-cjs/commands/GetJourneyDateRangeKpiCommand.js +10 -0
  68. package/dist-cjs/commands/GetJourneyExecutionActivityMetricsCommand.js +10 -0
  69. package/dist-cjs/commands/GetJourneyExecutionMetricsCommand.js +10 -0
  70. package/dist-cjs/commands/GetPushTemplateCommand.js +10 -0
  71. package/dist-cjs/commands/GetRecommenderConfigurationCommand.js +10 -0
  72. package/dist-cjs/commands/GetRecommenderConfigurationsCommand.js +10 -0
  73. package/dist-cjs/commands/GetSegmentCommand.js +10 -0
  74. package/dist-cjs/commands/GetSegmentExportJobsCommand.js +10 -0
  75. package/dist-cjs/commands/GetSegmentImportJobsCommand.js +10 -0
  76. package/dist-cjs/commands/GetSegmentVersionCommand.js +10 -0
  77. package/dist-cjs/commands/GetSegmentVersionsCommand.js +10 -0
  78. package/dist-cjs/commands/GetSegmentsCommand.js +10 -0
  79. package/dist-cjs/commands/GetSmsChannelCommand.js +10 -0
  80. package/dist-cjs/commands/GetSmsTemplateCommand.js +10 -0
  81. package/dist-cjs/commands/GetUserEndpointsCommand.js +10 -0
  82. package/dist-cjs/commands/GetVoiceChannelCommand.js +10 -0
  83. package/dist-cjs/commands/GetVoiceTemplateCommand.js +10 -0
  84. package/dist-cjs/commands/ListJourneysCommand.js +10 -0
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  86. package/dist-cjs/commands/ListTemplateVersionsCommand.js +10 -0
  87. package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
  88. package/dist-cjs/commands/PhoneNumberValidateCommand.js +10 -0
  89. package/dist-cjs/commands/PutEventStreamCommand.js +10 -0
  90. package/dist-cjs/commands/PutEventsCommand.js +10 -0
  91. package/dist-cjs/commands/RemoveAttributesCommand.js +10 -0
  92. package/dist-cjs/commands/SendMessagesCommand.js +10 -0
  93. package/dist-cjs/commands/SendOTPMessageCommand.js +10 -0
  94. package/dist-cjs/commands/SendUsersMessagesCommand.js +10 -0
  95. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  96. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  97. package/dist-cjs/commands/UpdateAdmChannelCommand.js +10 -0
  98. package/dist-cjs/commands/UpdateApnsChannelCommand.js +10 -0
  99. package/dist-cjs/commands/UpdateApnsSandboxChannelCommand.js +10 -0
  100. package/dist-cjs/commands/UpdateApnsVoipChannelCommand.js +10 -0
  101. package/dist-cjs/commands/UpdateApnsVoipSandboxChannelCommand.js +10 -0
  102. package/dist-cjs/commands/UpdateApplicationSettingsCommand.js +10 -0
  103. package/dist-cjs/commands/UpdateBaiduChannelCommand.js +10 -0
  104. package/dist-cjs/commands/UpdateCampaignCommand.js +10 -0
  105. package/dist-cjs/commands/UpdateEmailChannelCommand.js +10 -0
  106. package/dist-cjs/commands/UpdateEmailTemplateCommand.js +10 -0
  107. package/dist-cjs/commands/UpdateEndpointCommand.js +10 -0
  108. package/dist-cjs/commands/UpdateEndpointsBatchCommand.js +10 -0
  109. package/dist-cjs/commands/UpdateGcmChannelCommand.js +10 -0
  110. package/dist-cjs/commands/UpdateInAppTemplateCommand.js +10 -0
  111. package/dist-cjs/commands/UpdateJourneyCommand.js +10 -0
  112. package/dist-cjs/commands/UpdateJourneyStateCommand.js +10 -0
  113. package/dist-cjs/commands/UpdatePushTemplateCommand.js +10 -0
  114. package/dist-cjs/commands/UpdateRecommenderConfigurationCommand.js +10 -0
  115. package/dist-cjs/commands/UpdateSegmentCommand.js +10 -0
  116. package/dist-cjs/commands/UpdateSmsChannelCommand.js +10 -0
  117. package/dist-cjs/commands/UpdateSmsTemplateCommand.js +10 -0
  118. package/dist-cjs/commands/UpdateTemplateActiveVersionCommand.js +10 -0
  119. package/dist-cjs/commands/UpdateVoiceChannelCommand.js +10 -0
  120. package/dist-cjs/commands/UpdateVoiceTemplateCommand.js +10 -0
  121. package/dist-cjs/commands/VerifyOTPMessageCommand.js +10 -0
  122. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  123. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  124. package/dist-cjs/endpoint/ruleset.js +318 -0
  125. package/dist-cjs/runtimeConfig.shared.js +3 -3
  126. package/dist-es/PinpointClient.js +12 -9
  127. package/dist-es/commands/CreateAppCommand.js +10 -0
  128. package/dist-es/commands/CreateCampaignCommand.js +10 -0
  129. package/dist-es/commands/CreateEmailTemplateCommand.js +10 -0
  130. package/dist-es/commands/CreateExportJobCommand.js +10 -0
  131. package/dist-es/commands/CreateImportJobCommand.js +10 -0
  132. package/dist-es/commands/CreateInAppTemplateCommand.js +10 -0
  133. package/dist-es/commands/CreateJourneyCommand.js +10 -0
  134. package/dist-es/commands/CreatePushTemplateCommand.js +10 -0
  135. package/dist-es/commands/CreateRecommenderConfigurationCommand.js +10 -0
  136. package/dist-es/commands/CreateSegmentCommand.js +10 -0
  137. package/dist-es/commands/CreateSmsTemplateCommand.js +10 -0
  138. package/dist-es/commands/CreateVoiceTemplateCommand.js +10 -0
  139. package/dist-es/commands/DeleteAdmChannelCommand.js +10 -0
  140. package/dist-es/commands/DeleteApnsChannelCommand.js +10 -0
  141. package/dist-es/commands/DeleteApnsSandboxChannelCommand.js +10 -0
  142. package/dist-es/commands/DeleteApnsVoipChannelCommand.js +10 -0
  143. package/dist-es/commands/DeleteApnsVoipSandboxChannelCommand.js +10 -0
  144. package/dist-es/commands/DeleteAppCommand.js +10 -0
  145. package/dist-es/commands/DeleteBaiduChannelCommand.js +10 -0
  146. package/dist-es/commands/DeleteCampaignCommand.js +10 -0
  147. package/dist-es/commands/DeleteEmailChannelCommand.js +10 -0
  148. package/dist-es/commands/DeleteEmailTemplateCommand.js +10 -0
  149. package/dist-es/commands/DeleteEndpointCommand.js +10 -0
  150. package/dist-es/commands/DeleteEventStreamCommand.js +10 -0
  151. package/dist-es/commands/DeleteGcmChannelCommand.js +10 -0
  152. package/dist-es/commands/DeleteInAppTemplateCommand.js +10 -0
  153. package/dist-es/commands/DeleteJourneyCommand.js +10 -0
  154. package/dist-es/commands/DeletePushTemplateCommand.js +10 -0
  155. package/dist-es/commands/DeleteRecommenderConfigurationCommand.js +10 -0
  156. package/dist-es/commands/DeleteSegmentCommand.js +10 -0
  157. package/dist-es/commands/DeleteSmsChannelCommand.js +10 -0
  158. package/dist-es/commands/DeleteSmsTemplateCommand.js +10 -0
  159. package/dist-es/commands/DeleteUserEndpointsCommand.js +10 -0
  160. package/dist-es/commands/DeleteVoiceChannelCommand.js +10 -0
  161. package/dist-es/commands/DeleteVoiceTemplateCommand.js +10 -0
  162. package/dist-es/commands/GetAdmChannelCommand.js +10 -0
  163. package/dist-es/commands/GetApnsChannelCommand.js +10 -0
  164. package/dist-es/commands/GetApnsSandboxChannelCommand.js +10 -0
  165. package/dist-es/commands/GetApnsVoipChannelCommand.js +10 -0
  166. package/dist-es/commands/GetApnsVoipSandboxChannelCommand.js +10 -0
  167. package/dist-es/commands/GetAppCommand.js +10 -0
  168. package/dist-es/commands/GetApplicationDateRangeKpiCommand.js +10 -0
  169. package/dist-es/commands/GetApplicationSettingsCommand.js +10 -0
  170. package/dist-es/commands/GetAppsCommand.js +10 -0
  171. package/dist-es/commands/GetBaiduChannelCommand.js +10 -0
  172. package/dist-es/commands/GetCampaignActivitiesCommand.js +10 -0
  173. package/dist-es/commands/GetCampaignCommand.js +10 -0
  174. package/dist-es/commands/GetCampaignDateRangeKpiCommand.js +10 -0
  175. package/dist-es/commands/GetCampaignVersionCommand.js +10 -0
  176. package/dist-es/commands/GetCampaignVersionsCommand.js +10 -0
  177. package/dist-es/commands/GetCampaignsCommand.js +10 -0
  178. package/dist-es/commands/GetChannelsCommand.js +10 -0
  179. package/dist-es/commands/GetEmailChannelCommand.js +10 -0
  180. package/dist-es/commands/GetEmailTemplateCommand.js +10 -0
  181. package/dist-es/commands/GetEndpointCommand.js +10 -0
  182. package/dist-es/commands/GetEventStreamCommand.js +10 -0
  183. package/dist-es/commands/GetExportJobCommand.js +10 -0
  184. package/dist-es/commands/GetExportJobsCommand.js +10 -0
  185. package/dist-es/commands/GetGcmChannelCommand.js +10 -0
  186. package/dist-es/commands/GetImportJobCommand.js +10 -0
  187. package/dist-es/commands/GetImportJobsCommand.js +10 -0
  188. package/dist-es/commands/GetInAppMessagesCommand.js +10 -0
  189. package/dist-es/commands/GetInAppTemplateCommand.js +10 -0
  190. package/dist-es/commands/GetJourneyCommand.js +10 -0
  191. package/dist-es/commands/GetJourneyDateRangeKpiCommand.js +10 -0
  192. package/dist-es/commands/GetJourneyExecutionActivityMetricsCommand.js +10 -0
  193. package/dist-es/commands/GetJourneyExecutionMetricsCommand.js +10 -0
  194. package/dist-es/commands/GetPushTemplateCommand.js +10 -0
  195. package/dist-es/commands/GetRecommenderConfigurationCommand.js +10 -0
  196. package/dist-es/commands/GetRecommenderConfigurationsCommand.js +10 -0
  197. package/dist-es/commands/GetSegmentCommand.js +10 -0
  198. package/dist-es/commands/GetSegmentExportJobsCommand.js +10 -0
  199. package/dist-es/commands/GetSegmentImportJobsCommand.js +10 -0
  200. package/dist-es/commands/GetSegmentVersionCommand.js +10 -0
  201. package/dist-es/commands/GetSegmentVersionsCommand.js +10 -0
  202. package/dist-es/commands/GetSegmentsCommand.js +10 -0
  203. package/dist-es/commands/GetSmsChannelCommand.js +10 -0
  204. package/dist-es/commands/GetSmsTemplateCommand.js +10 -0
  205. package/dist-es/commands/GetUserEndpointsCommand.js +10 -0
  206. package/dist-es/commands/GetVoiceChannelCommand.js +10 -0
  207. package/dist-es/commands/GetVoiceTemplateCommand.js +10 -0
  208. package/dist-es/commands/ListJourneysCommand.js +10 -0
  209. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  210. package/dist-es/commands/ListTemplateVersionsCommand.js +10 -0
  211. package/dist-es/commands/ListTemplatesCommand.js +10 -0
  212. package/dist-es/commands/PhoneNumberValidateCommand.js +10 -0
  213. package/dist-es/commands/PutEventStreamCommand.js +10 -0
  214. package/dist-es/commands/PutEventsCommand.js +10 -0
  215. package/dist-es/commands/RemoveAttributesCommand.js +10 -0
  216. package/dist-es/commands/SendMessagesCommand.js +10 -0
  217. package/dist-es/commands/SendOTPMessageCommand.js +10 -0
  218. package/dist-es/commands/SendUsersMessagesCommand.js +10 -0
  219. package/dist-es/commands/TagResourceCommand.js +10 -0
  220. package/dist-es/commands/UntagResourceCommand.js +10 -0
  221. package/dist-es/commands/UpdateAdmChannelCommand.js +10 -0
  222. package/dist-es/commands/UpdateApnsChannelCommand.js +10 -0
  223. package/dist-es/commands/UpdateApnsSandboxChannelCommand.js +10 -0
  224. package/dist-es/commands/UpdateApnsVoipChannelCommand.js +10 -0
  225. package/dist-es/commands/UpdateApnsVoipSandboxChannelCommand.js +10 -0
  226. package/dist-es/commands/UpdateApplicationSettingsCommand.js +10 -0
  227. package/dist-es/commands/UpdateBaiduChannelCommand.js +10 -0
  228. package/dist-es/commands/UpdateCampaignCommand.js +10 -0
  229. package/dist-es/commands/UpdateEmailChannelCommand.js +10 -0
  230. package/dist-es/commands/UpdateEmailTemplateCommand.js +10 -0
  231. package/dist-es/commands/UpdateEndpointCommand.js +10 -0
  232. package/dist-es/commands/UpdateEndpointsBatchCommand.js +10 -0
  233. package/dist-es/commands/UpdateGcmChannelCommand.js +10 -0
  234. package/dist-es/commands/UpdateInAppTemplateCommand.js +10 -0
  235. package/dist-es/commands/UpdateJourneyCommand.js +10 -0
  236. package/dist-es/commands/UpdateJourneyStateCommand.js +10 -0
  237. package/dist-es/commands/UpdatePushTemplateCommand.js +10 -0
  238. package/dist-es/commands/UpdateRecommenderConfigurationCommand.js +10 -0
  239. package/dist-es/commands/UpdateSegmentCommand.js +10 -0
  240. package/dist-es/commands/UpdateSmsChannelCommand.js +10 -0
  241. package/dist-es/commands/UpdateSmsTemplateCommand.js +10 -0
  242. package/dist-es/commands/UpdateTemplateActiveVersionCommand.js +10 -0
  243. package/dist-es/commands/UpdateVoiceChannelCommand.js +10 -0
  244. package/dist-es/commands/UpdateVoiceTemplateCommand.js +10 -0
  245. package/dist-es/commands/VerifyOTPMessageCommand.js +10 -0
  246. package/dist-es/endpoint/EndpointParameters.js +8 -0
  247. package/dist-es/endpoint/endpointResolver.js +8 -0
  248. package/dist-es/endpoint/ruleset.js +315 -0
  249. package/dist-es/runtimeConfig.shared.js +2 -2
  250. package/dist-types/PinpointClient.d.ts +6 -9
  251. package/dist-types/commands/CreateAppCommand.d.ts +2 -0
  252. package/dist-types/commands/CreateCampaignCommand.d.ts +2 -0
  253. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +2 -0
  254. package/dist-types/commands/CreateExportJobCommand.d.ts +2 -0
  255. package/dist-types/commands/CreateImportJobCommand.d.ts +2 -0
  256. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +2 -0
  257. package/dist-types/commands/CreateJourneyCommand.d.ts +2 -0
  258. package/dist-types/commands/CreatePushTemplateCommand.d.ts +2 -0
  259. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +2 -0
  260. package/dist-types/commands/CreateSegmentCommand.d.ts +2 -0
  261. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +2 -0
  262. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +2 -0
  263. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +2 -0
  264. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +2 -0
  265. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +2 -0
  266. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +2 -0
  267. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +2 -0
  268. package/dist-types/commands/DeleteAppCommand.d.ts +2 -0
  269. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +2 -0
  270. package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -0
  271. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +2 -0
  272. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +2 -0
  273. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -0
  274. package/dist-types/commands/DeleteEventStreamCommand.d.ts +2 -0
  275. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +2 -0
  276. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +2 -0
  277. package/dist-types/commands/DeleteJourneyCommand.d.ts +2 -0
  278. package/dist-types/commands/DeletePushTemplateCommand.d.ts +2 -0
  279. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +2 -0
  280. package/dist-types/commands/DeleteSegmentCommand.d.ts +2 -0
  281. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +2 -0
  282. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +2 -0
  283. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +2 -0
  284. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +2 -0
  285. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +2 -0
  286. package/dist-types/commands/GetAdmChannelCommand.d.ts +2 -0
  287. package/dist-types/commands/GetApnsChannelCommand.d.ts +2 -0
  288. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +2 -0
  289. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +2 -0
  290. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +2 -0
  291. package/dist-types/commands/GetAppCommand.d.ts +2 -0
  292. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +2 -0
  293. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +2 -0
  294. package/dist-types/commands/GetAppsCommand.d.ts +2 -0
  295. package/dist-types/commands/GetBaiduChannelCommand.d.ts +2 -0
  296. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +2 -0
  297. package/dist-types/commands/GetCampaignCommand.d.ts +2 -0
  298. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +2 -0
  299. package/dist-types/commands/GetCampaignVersionCommand.d.ts +2 -0
  300. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +2 -0
  301. package/dist-types/commands/GetCampaignsCommand.d.ts +2 -0
  302. package/dist-types/commands/GetChannelsCommand.d.ts +2 -0
  303. package/dist-types/commands/GetEmailChannelCommand.d.ts +2 -0
  304. package/dist-types/commands/GetEmailTemplateCommand.d.ts +2 -0
  305. package/dist-types/commands/GetEndpointCommand.d.ts +2 -0
  306. package/dist-types/commands/GetEventStreamCommand.d.ts +2 -0
  307. package/dist-types/commands/GetExportJobCommand.d.ts +2 -0
  308. package/dist-types/commands/GetExportJobsCommand.d.ts +2 -0
  309. package/dist-types/commands/GetGcmChannelCommand.d.ts +2 -0
  310. package/dist-types/commands/GetImportJobCommand.d.ts +2 -0
  311. package/dist-types/commands/GetImportJobsCommand.d.ts +2 -0
  312. package/dist-types/commands/GetInAppMessagesCommand.d.ts +2 -0
  313. package/dist-types/commands/GetInAppTemplateCommand.d.ts +2 -0
  314. package/dist-types/commands/GetJourneyCommand.d.ts +2 -0
  315. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +2 -0
  316. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +2 -0
  317. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +2 -0
  318. package/dist-types/commands/GetPushTemplateCommand.d.ts +2 -0
  319. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +2 -0
  320. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +2 -0
  321. package/dist-types/commands/GetSegmentCommand.d.ts +2 -0
  322. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +2 -0
  323. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +2 -0
  324. package/dist-types/commands/GetSegmentVersionCommand.d.ts +2 -0
  325. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +2 -0
  326. package/dist-types/commands/GetSegmentsCommand.d.ts +2 -0
  327. package/dist-types/commands/GetSmsChannelCommand.d.ts +2 -0
  328. package/dist-types/commands/GetSmsTemplateCommand.d.ts +2 -0
  329. package/dist-types/commands/GetUserEndpointsCommand.d.ts +2 -0
  330. package/dist-types/commands/GetVoiceChannelCommand.d.ts +2 -0
  331. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +2 -0
  332. package/dist-types/commands/ListJourneysCommand.d.ts +2 -0
  333. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  334. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +2 -0
  335. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
  336. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +2 -0
  337. package/dist-types/commands/PutEventStreamCommand.d.ts +2 -0
  338. package/dist-types/commands/PutEventsCommand.d.ts +2 -0
  339. package/dist-types/commands/RemoveAttributesCommand.d.ts +2 -0
  340. package/dist-types/commands/SendMessagesCommand.d.ts +2 -0
  341. package/dist-types/commands/SendOTPMessageCommand.d.ts +2 -0
  342. package/dist-types/commands/SendUsersMessagesCommand.d.ts +2 -0
  343. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  344. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  345. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +2 -0
  346. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +2 -0
  347. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +2 -0
  348. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +2 -0
  349. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +2 -0
  350. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +2 -0
  351. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +2 -0
  352. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -0
  353. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +2 -0
  354. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +2 -0
  355. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -0
  356. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +2 -0
  357. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +2 -0
  358. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +2 -0
  359. package/dist-types/commands/UpdateJourneyCommand.d.ts +2 -0
  360. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +2 -0
  361. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +2 -0
  362. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +2 -0
  363. package/dist-types/commands/UpdateSegmentCommand.d.ts +2 -0
  364. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +2 -0
  365. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +2 -0
  366. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +2 -0
  367. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +2 -0
  368. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +2 -0
  369. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +2 -0
  370. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  371. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  372. package/dist-types/endpoint/ruleset.d.ts +2 -0
  373. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  374. package/dist-types/runtimeConfig.d.ts +4 -2
  375. package/dist-types/runtimeConfig.native.d.ts +4 -2
  376. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  377. package/dist-types/ts3.4/PinpointClient.d.ts +15 -8
  378. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +2 -0
  379. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +2 -0
  380. package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +2 -0
  381. package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +2 -0
  382. package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +2 -0
  383. package/dist-types/ts3.4/commands/CreateInAppTemplateCommand.d.ts +2 -0
  384. package/dist-types/ts3.4/commands/CreateJourneyCommand.d.ts +2 -0
  385. package/dist-types/ts3.4/commands/CreatePushTemplateCommand.d.ts +2 -0
  386. package/dist-types/ts3.4/commands/CreateRecommenderConfigurationCommand.d.ts +2 -0
  387. package/dist-types/ts3.4/commands/CreateSegmentCommand.d.ts +2 -0
  388. package/dist-types/ts3.4/commands/CreateSmsTemplateCommand.d.ts +2 -0
  389. package/dist-types/ts3.4/commands/CreateVoiceTemplateCommand.d.ts +2 -0
  390. package/dist-types/ts3.4/commands/DeleteAdmChannelCommand.d.ts +2 -0
  391. package/dist-types/ts3.4/commands/DeleteApnsChannelCommand.d.ts +2 -0
  392. package/dist-types/ts3.4/commands/DeleteApnsSandboxChannelCommand.d.ts +2 -0
  393. package/dist-types/ts3.4/commands/DeleteApnsVoipChannelCommand.d.ts +2 -0
  394. package/dist-types/ts3.4/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +2 -0
  395. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -0
  396. package/dist-types/ts3.4/commands/DeleteBaiduChannelCommand.d.ts +2 -0
  397. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +2 -0
  398. package/dist-types/ts3.4/commands/DeleteEmailChannelCommand.d.ts +2 -0
  399. package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +2 -0
  400. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -0
  401. package/dist-types/ts3.4/commands/DeleteEventStreamCommand.d.ts +2 -0
  402. package/dist-types/ts3.4/commands/DeleteGcmChannelCommand.d.ts +2 -0
  403. package/dist-types/ts3.4/commands/DeleteInAppTemplateCommand.d.ts +2 -0
  404. package/dist-types/ts3.4/commands/DeleteJourneyCommand.d.ts +2 -0
  405. package/dist-types/ts3.4/commands/DeletePushTemplateCommand.d.ts +2 -0
  406. package/dist-types/ts3.4/commands/DeleteRecommenderConfigurationCommand.d.ts +2 -0
  407. package/dist-types/ts3.4/commands/DeleteSegmentCommand.d.ts +2 -0
  408. package/dist-types/ts3.4/commands/DeleteSmsChannelCommand.d.ts +2 -0
  409. package/dist-types/ts3.4/commands/DeleteSmsTemplateCommand.d.ts +2 -0
  410. package/dist-types/ts3.4/commands/DeleteUserEndpointsCommand.d.ts +2 -0
  411. package/dist-types/ts3.4/commands/DeleteVoiceChannelCommand.d.ts +2 -0
  412. package/dist-types/ts3.4/commands/DeleteVoiceTemplateCommand.d.ts +2 -0
  413. package/dist-types/ts3.4/commands/GetAdmChannelCommand.d.ts +2 -0
  414. package/dist-types/ts3.4/commands/GetApnsChannelCommand.d.ts +2 -0
  415. package/dist-types/ts3.4/commands/GetApnsSandboxChannelCommand.d.ts +2 -0
  416. package/dist-types/ts3.4/commands/GetApnsVoipChannelCommand.d.ts +2 -0
  417. package/dist-types/ts3.4/commands/GetApnsVoipSandboxChannelCommand.d.ts +2 -0
  418. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +2 -0
  419. package/dist-types/ts3.4/commands/GetApplicationDateRangeKpiCommand.d.ts +2 -0
  420. package/dist-types/ts3.4/commands/GetApplicationSettingsCommand.d.ts +2 -0
  421. package/dist-types/ts3.4/commands/GetAppsCommand.d.ts +2 -0
  422. package/dist-types/ts3.4/commands/GetBaiduChannelCommand.d.ts +2 -0
  423. package/dist-types/ts3.4/commands/GetCampaignActivitiesCommand.d.ts +2 -0
  424. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +2 -0
  425. package/dist-types/ts3.4/commands/GetCampaignDateRangeKpiCommand.d.ts +2 -0
  426. package/dist-types/ts3.4/commands/GetCampaignVersionCommand.d.ts +2 -0
  427. package/dist-types/ts3.4/commands/GetCampaignVersionsCommand.d.ts +2 -0
  428. package/dist-types/ts3.4/commands/GetCampaignsCommand.d.ts +2 -0
  429. package/dist-types/ts3.4/commands/GetChannelsCommand.d.ts +2 -0
  430. package/dist-types/ts3.4/commands/GetEmailChannelCommand.d.ts +2 -0
  431. package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +2 -0
  432. package/dist-types/ts3.4/commands/GetEndpointCommand.d.ts +2 -0
  433. package/dist-types/ts3.4/commands/GetEventStreamCommand.d.ts +2 -0
  434. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +2 -0
  435. package/dist-types/ts3.4/commands/GetExportJobsCommand.d.ts +2 -0
  436. package/dist-types/ts3.4/commands/GetGcmChannelCommand.d.ts +2 -0
  437. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +2 -0
  438. package/dist-types/ts3.4/commands/GetImportJobsCommand.d.ts +2 -0
  439. package/dist-types/ts3.4/commands/GetInAppMessagesCommand.d.ts +2 -0
  440. package/dist-types/ts3.4/commands/GetInAppTemplateCommand.d.ts +2 -0
  441. package/dist-types/ts3.4/commands/GetJourneyCommand.d.ts +2 -0
  442. package/dist-types/ts3.4/commands/GetJourneyDateRangeKpiCommand.d.ts +2 -0
  443. package/dist-types/ts3.4/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +2 -0
  444. package/dist-types/ts3.4/commands/GetJourneyExecutionMetricsCommand.d.ts +2 -0
  445. package/dist-types/ts3.4/commands/GetPushTemplateCommand.d.ts +2 -0
  446. package/dist-types/ts3.4/commands/GetRecommenderConfigurationCommand.d.ts +2 -0
  447. package/dist-types/ts3.4/commands/GetRecommenderConfigurationsCommand.d.ts +2 -0
  448. package/dist-types/ts3.4/commands/GetSegmentCommand.d.ts +2 -0
  449. package/dist-types/ts3.4/commands/GetSegmentExportJobsCommand.d.ts +2 -0
  450. package/dist-types/ts3.4/commands/GetSegmentImportJobsCommand.d.ts +2 -0
  451. package/dist-types/ts3.4/commands/GetSegmentVersionCommand.d.ts +2 -0
  452. package/dist-types/ts3.4/commands/GetSegmentVersionsCommand.d.ts +2 -0
  453. package/dist-types/ts3.4/commands/GetSegmentsCommand.d.ts +2 -0
  454. package/dist-types/ts3.4/commands/GetSmsChannelCommand.d.ts +2 -0
  455. package/dist-types/ts3.4/commands/GetSmsTemplateCommand.d.ts +2 -0
  456. package/dist-types/ts3.4/commands/GetUserEndpointsCommand.d.ts +2 -0
  457. package/dist-types/ts3.4/commands/GetVoiceChannelCommand.d.ts +2 -0
  458. package/dist-types/ts3.4/commands/GetVoiceTemplateCommand.d.ts +2 -0
  459. package/dist-types/ts3.4/commands/ListJourneysCommand.d.ts +2 -0
  460. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  461. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +2 -0
  462. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
  463. package/dist-types/ts3.4/commands/PhoneNumberValidateCommand.d.ts +2 -0
  464. package/dist-types/ts3.4/commands/PutEventStreamCommand.d.ts +2 -0
  465. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +2 -0
  466. package/dist-types/ts3.4/commands/RemoveAttributesCommand.d.ts +2 -0
  467. package/dist-types/ts3.4/commands/SendMessagesCommand.d.ts +2 -0
  468. package/dist-types/ts3.4/commands/SendOTPMessageCommand.d.ts +2 -0
  469. package/dist-types/ts3.4/commands/SendUsersMessagesCommand.d.ts +2 -0
  470. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  471. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  472. package/dist-types/ts3.4/commands/UpdateAdmChannelCommand.d.ts +2 -0
  473. package/dist-types/ts3.4/commands/UpdateApnsChannelCommand.d.ts +2 -0
  474. package/dist-types/ts3.4/commands/UpdateApnsSandboxChannelCommand.d.ts +2 -0
  475. package/dist-types/ts3.4/commands/UpdateApnsVoipChannelCommand.d.ts +2 -0
  476. package/dist-types/ts3.4/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +2 -0
  477. package/dist-types/ts3.4/commands/UpdateApplicationSettingsCommand.d.ts +2 -0
  478. package/dist-types/ts3.4/commands/UpdateBaiduChannelCommand.d.ts +2 -0
  479. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +2 -0
  480. package/dist-types/ts3.4/commands/UpdateEmailChannelCommand.d.ts +2 -0
  481. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +2 -0
  482. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -0
  483. package/dist-types/ts3.4/commands/UpdateEndpointsBatchCommand.d.ts +2 -0
  484. package/dist-types/ts3.4/commands/UpdateGcmChannelCommand.d.ts +2 -0
  485. package/dist-types/ts3.4/commands/UpdateInAppTemplateCommand.d.ts +2 -0
  486. package/dist-types/ts3.4/commands/UpdateJourneyCommand.d.ts +2 -0
  487. package/dist-types/ts3.4/commands/UpdateJourneyStateCommand.d.ts +2 -0
  488. package/dist-types/ts3.4/commands/UpdatePushTemplateCommand.d.ts +2 -0
  489. package/dist-types/ts3.4/commands/UpdateRecommenderConfigurationCommand.d.ts +2 -0
  490. package/dist-types/ts3.4/commands/UpdateSegmentCommand.d.ts +2 -0
  491. package/dist-types/ts3.4/commands/UpdateSmsChannelCommand.d.ts +2 -0
  492. package/dist-types/ts3.4/commands/UpdateSmsTemplateCommand.d.ts +2 -0
  493. package/dist-types/ts3.4/commands/UpdateTemplateActiveVersionCommand.d.ts +2 -0
  494. package/dist-types/ts3.4/commands/UpdateVoiceChannelCommand.d.ts +2 -0
  495. package/dist-types/ts3.4/commands/UpdateVoiceTemplateCommand.d.ts +2 -0
  496. package/dist-types/ts3.4/commands/VerifyOTPMessageCommand.d.ts +2 -0
  497. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  498. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  499. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  500. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  501. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  502. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  503. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  504. package/package.json +28 -26
  505. package/dist-cjs/endpoints.js +0 -188
  506. package/dist-es/endpoints.js +0 -184
  507. package/dist-types/endpoints.d.ts +0 -2
  508. 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 { UpdateApplicationSettingsRequest, UpdateApplicationSettingsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateApplicationSettingsCommandOutput extends UpdateApplicatio
25
26
  */
26
27
  export declare class UpdateApplicationSettingsCommand extends $Command<UpdateApplicationSettingsCommandInput, UpdateApplicationSettingsCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateApplicationSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationSettingsCommandInput);
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 { UpdateBaiduChannelRequest, UpdateBaiduChannelResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateBaiduChannelCommandOutput extends UpdateBaiduChannelRespo
25
26
  */
26
27
  export declare class UpdateBaiduChannelCommand extends $Command<UpdateBaiduChannelCommandInput, UpdateBaiduChannelCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateBaiduChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateBaiduChannelCommandInput);
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 { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
25
26
  */
26
27
  export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateCampaignCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCampaignCommandInput);
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 { UpdateEmailChannelRequest, UpdateEmailChannelResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateEmailChannelCommandOutput extends UpdateEmailChannelRespo
25
26
  */
26
27
  export declare class UpdateEmailChannelCommand extends $Command<UpdateEmailChannelCommandInput, UpdateEmailChannelCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateEmailChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEmailChannelCommandInput);
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 { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
25
26
  */
26
27
  export declare class UpdateEmailTemplateCommand extends $Command<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateEmailTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEmailTemplateCommandInput);
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 { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateEndpointCommandOutput extends UpdateEndpointResponse, __M
25
26
  */
26
27
  export declare class UpdateEndpointCommand extends $Command<UpdateEndpointCommandInput, UpdateEndpointCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateEndpointCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEndpointCommandInput);
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 { UpdateEndpointsBatchRequest, UpdateEndpointsBatchResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateEndpointsBatchCommandOutput extends UpdateEndpointsBatchR
25
26
  */
26
27
  export declare class UpdateEndpointsBatchCommand extends $Command<UpdateEndpointsBatchCommandInput, UpdateEndpointsBatchCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateEndpointsBatchCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEndpointsBatchCommandInput);
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 { UpdateGcmChannelRequest, UpdateGcmChannelResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateGcmChannelCommandOutput extends UpdateGcmChannelResponse,
25
26
  */
26
27
  export declare class UpdateGcmChannelCommand extends $Command<UpdateGcmChannelCommandInput, UpdateGcmChannelCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateGcmChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateGcmChannelCommandInput);
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 { UpdateInAppTemplateRequest, UpdateInAppTemplateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateInAppTemplateCommandOutput extends UpdateInAppTemplateRes
25
26
  */
26
27
  export declare class UpdateInAppTemplateCommand extends $Command<UpdateInAppTemplateCommandInput, UpdateInAppTemplateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateInAppTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateInAppTemplateCommandInput);
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 { UpdateJourneyRequest, UpdateJourneyResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateJourneyCommandOutput extends UpdateJourneyResponse, __Met
25
26
  */
26
27
  export declare class UpdateJourneyCommand extends $Command<UpdateJourneyCommandInput, UpdateJourneyCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateJourneyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateJourneyCommandInput);
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 { UpdateJourneyStateRequest, UpdateJourneyStateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateJourneyStateCommandOutput extends UpdateJourneyStateRespo
25
26
  */
26
27
  export declare class UpdateJourneyStateCommand extends $Command<UpdateJourneyStateCommandInput, UpdateJourneyStateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateJourneyStateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateJourneyStateCommandInput);
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 { UpdatePushTemplateRequest, UpdatePushTemplateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdatePushTemplateCommandOutput extends UpdatePushTemplateRespo
25
26
  */
26
27
  export declare class UpdatePushTemplateCommand extends $Command<UpdatePushTemplateCommandInput, UpdatePushTemplateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdatePushTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdatePushTemplateCommandInput);
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 { UpdateRecommenderConfigurationRequest, UpdateRecommenderConfigurationResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateRecommenderConfigurationCommandOutput extends UpdateRecom
25
26
  */
26
27
  export declare class UpdateRecommenderConfigurationCommand extends $Command<UpdateRecommenderConfigurationCommandInput, UpdateRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateRecommenderConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateRecommenderConfigurationCommandInput);
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 { UpdateSegmentRequest, UpdateSegmentResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateSegmentCommandOutput extends UpdateSegmentResponse, __Met
25
26
  */
26
27
  export declare class UpdateSegmentCommand extends $Command<UpdateSegmentCommandInput, UpdateSegmentCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateSegmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateSegmentCommandInput);
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 { UpdateSmsChannelRequest, UpdateSmsChannelResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateSmsChannelCommandOutput extends UpdateSmsChannelResponse,
25
26
  */
26
27
  export declare class UpdateSmsChannelCommand extends $Command<UpdateSmsChannelCommandInput, UpdateSmsChannelCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateSmsChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateSmsChannelCommandInput);
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 { UpdateSmsTemplateRequest, UpdateSmsTemplateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateSmsTemplateCommandOutput extends UpdateSmsTemplateRespons
25
26
  */
26
27
  export declare class UpdateSmsTemplateCommand extends $Command<UpdateSmsTemplateCommandInput, UpdateSmsTemplateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateSmsTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateSmsTemplateCommandInput);
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 { UpdateTemplateActiveVersionRequest, UpdateTemplateActiveVersionResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateTemplateActiveVersionCommandOutput extends UpdateTemplate
25
26
  */
26
27
  export declare class UpdateTemplateActiveVersionCommand extends $Command<UpdateTemplateActiveVersionCommandInput, UpdateTemplateActiveVersionCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateTemplateActiveVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateTemplateActiveVersionCommandInput);
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 { UpdateVoiceChannelRequest, UpdateVoiceChannelResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateVoiceChannelCommandOutput extends UpdateVoiceChannelRespo
25
26
  */
26
27
  export declare class UpdateVoiceChannelCommand extends $Command<UpdateVoiceChannelCommandInput, UpdateVoiceChannelCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateVoiceChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateVoiceChannelCommandInput);
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 { UpdateVoiceTemplateRequest, UpdateVoiceTemplateResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateVoiceTemplateCommandOutput extends UpdateVoiceTemplateRes
25
26
  */
26
27
  export declare class UpdateVoiceTemplateCommand extends $Command<UpdateVoiceTemplateCommandInput, UpdateVoiceTemplateCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: UpdateVoiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateVoiceTemplateCommandInput);
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 { VerifyOTPMessageRequest, VerifyOTPMessageResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface VerifyOTPMessageCommandOutput extends VerifyOTPMessageResponse,
25
26
  */
26
27
  export declare class VerifyOTPMessageCommand extends $Command<VerifyOTPMessageCommandInput, VerifyOTPMessageCommandOutput, PinpointClientResolvedConfig> {
27
28
  readonly input: VerifyOTPMessageCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: VerifyOTPMessageCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,19 @@
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: PinpointClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: PinpointClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: PinpointClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { PinpointClientConfig } from "./PinpointClient";
6
6
  export declare const getRuntimeConfig: (config: PinpointClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -518,6 +519,11 @@ import {
518
519
  VerifyOTPMessageCommandInput,
519
520
  VerifyOTPMessageCommandOutput,
520
521
  } from "./commands/VerifyOTPMessageCommand";
522
+ import {
523
+ ClientInputEndpointParameters,
524
+ ClientResolvedEndpointParameters,
525
+ EndpointParameters,
526
+ } from "./endpoint/EndpointParameters";
521
527
  export declare type ServiceInputTypes =
522
528
  | CreateAppCommandInput
523
529
  | CreateCampaignCommandInput
@@ -779,7 +785,6 @@ export interface ClientDefaults
779
785
  serviceId?: string;
780
786
  region?: string | __Provider<string>;
781
787
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
782
- regionInfoProvider?: RegionInfoProvider;
783
788
  defaultUserAgentProvider?: Provider<__UserAgent>;
784
789
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
785
790
  }
@@ -788,21 +793,23 @@ declare type PinpointClientConfigType = Partial<
788
793
  > &
789
794
  ClientDefaults &
790
795
  RegionInputConfig &
791
- EndpointsInputConfig &
796
+ EndpointInputConfig<EndpointParameters> &
792
797
  RetryInputConfig &
793
798
  HostHeaderInputConfig &
794
799
  AwsAuthInputConfig &
795
- UserAgentInputConfig;
800
+ UserAgentInputConfig &
801
+ ClientInputEndpointParameters;
796
802
  export interface PinpointClientConfig extends PinpointClientConfigType {}
797
803
  declare type PinpointClientResolvedConfigType =
798
804
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
799
805
  Required<ClientDefaults> &
800
806
  RegionResolvedConfig &
801
- EndpointsResolvedConfig &
807
+ EndpointResolvedConfig<EndpointParameters> &
802
808
  RetryResolvedConfig &
803
809
  HostHeaderResolvedConfig &
804
810
  AwsAuthResolvedConfig &
805
- UserAgentResolvedConfig;
811
+ UserAgentResolvedConfig &
812
+ ClientResolvedEndpointParameters;
806
813
  export interface PinpointClientResolvedConfig
807
814
  extends PinpointClientResolvedConfigType {}
808
815
  export declare class PinpointClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateAppCommand extends $Command<
21
22
  PinpointClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateAppCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateAppCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateCampaignCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateCampaignCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateCampaignCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateEmailTemplateCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateEmailTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEmailTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateExportJobCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateExportJobCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateExportJobCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateImportJobCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateImportJobCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateImportJobCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateInAppTemplateCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateInAppTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateInAppTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateJourneyCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateJourneyCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateJourneyCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreatePushTemplateCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreatePushTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreatePushTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateRecommenderConfigurationCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateRecommenderConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateRecommenderConfigurationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateSegmentCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateSegmentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateSegmentCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateSmsTemplateCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateSmsTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSmsTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateVoiceTemplateCommand extends $Command<
25
26
  PinpointClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateVoiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateVoiceTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteAdmChannelCommand extends $Command<
24
25
  PinpointClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteAdmChannelCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteAdmChannelCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,