@aws-sdk/client-proton 3.193.0 → 3.195.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 (332) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ProtonClient.js +11 -8
  3. package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +10 -0
  4. package/dist-cjs/commands/CancelComponentDeploymentCommand.js +10 -0
  5. package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +10 -0
  6. package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +10 -0
  7. package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +10 -0
  8. package/dist-cjs/commands/CreateComponentCommand.js +10 -0
  9. package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +10 -0
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +10 -0
  11. package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +10 -0
  12. package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +10 -0
  13. package/dist-cjs/commands/CreateRepositoryCommand.js +10 -0
  14. package/dist-cjs/commands/CreateServiceCommand.js +10 -0
  15. package/dist-cjs/commands/CreateServiceTemplateCommand.js +10 -0
  16. package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +10 -0
  17. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteComponentCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteEnvironmentCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteRepositoryCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteServiceCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteServiceTemplateCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +10 -0
  28. package/dist-cjs/commands/GetAccountSettingsCommand.js +10 -0
  29. package/dist-cjs/commands/GetComponentCommand.js +10 -0
  30. package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +10 -0
  31. package/dist-cjs/commands/GetEnvironmentCommand.js +10 -0
  32. package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +10 -0
  33. package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +10 -0
  34. package/dist-cjs/commands/GetRepositoryCommand.js +10 -0
  35. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +10 -0
  36. package/dist-cjs/commands/GetServiceCommand.js +10 -0
  37. package/dist-cjs/commands/GetServiceInstanceCommand.js +10 -0
  38. package/dist-cjs/commands/GetServiceTemplateCommand.js +10 -0
  39. package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +10 -0
  40. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +10 -0
  41. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +10 -0
  42. package/dist-cjs/commands/ListComponentOutputsCommand.js +10 -0
  43. package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +10 -0
  44. package/dist-cjs/commands/ListComponentsCommand.js +10 -0
  45. package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +10 -0
  46. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +10 -0
  47. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +10 -0
  48. package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +10 -0
  49. package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +10 -0
  50. package/dist-cjs/commands/ListEnvironmentsCommand.js +10 -0
  51. package/dist-cjs/commands/ListRepositoriesCommand.js +10 -0
  52. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +10 -0
  53. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +10 -0
  54. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +10 -0
  55. package/dist-cjs/commands/ListServiceInstancesCommand.js +10 -0
  56. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +10 -0
  57. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +10 -0
  58. package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +10 -0
  59. package/dist-cjs/commands/ListServiceTemplatesCommand.js +10 -0
  60. package/dist-cjs/commands/ListServicesCommand.js +10 -0
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  62. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +10 -0
  63. package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +10 -0
  64. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  65. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  66. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
  67. package/dist-cjs/commands/UpdateComponentCommand.js +10 -0
  68. package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +10 -0
  69. package/dist-cjs/commands/UpdateEnvironmentCommand.js +10 -0
  70. package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +10 -0
  71. package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +10 -0
  72. package/dist-cjs/commands/UpdateServiceCommand.js +10 -0
  73. package/dist-cjs/commands/UpdateServiceInstanceCommand.js +10 -0
  74. package/dist-cjs/commands/UpdateServicePipelineCommand.js +10 -0
  75. package/dist-cjs/commands/UpdateServiceTemplateCommand.js +10 -0
  76. package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +10 -0
  77. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +10 -0
  78. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  79. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  80. package/dist-cjs/endpoint/ruleset.js +318 -0
  81. package/dist-cjs/runtimeConfig.shared.js +3 -3
  82. package/dist-es/ProtonClient.js +12 -9
  83. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +10 -0
  84. package/dist-es/commands/CancelComponentDeploymentCommand.js +10 -0
  85. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +10 -0
  86. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +10 -0
  87. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +10 -0
  88. package/dist-es/commands/CreateComponentCommand.js +10 -0
  89. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +10 -0
  90. package/dist-es/commands/CreateEnvironmentCommand.js +10 -0
  91. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +10 -0
  92. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +10 -0
  93. package/dist-es/commands/CreateRepositoryCommand.js +10 -0
  94. package/dist-es/commands/CreateServiceCommand.js +10 -0
  95. package/dist-es/commands/CreateServiceTemplateCommand.js +10 -0
  96. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +10 -0
  97. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +10 -0
  98. package/dist-es/commands/DeleteComponentCommand.js +10 -0
  99. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +10 -0
  100. package/dist-es/commands/DeleteEnvironmentCommand.js +10 -0
  101. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +10 -0
  102. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +10 -0
  103. package/dist-es/commands/DeleteRepositoryCommand.js +10 -0
  104. package/dist-es/commands/DeleteServiceCommand.js +10 -0
  105. package/dist-es/commands/DeleteServiceTemplateCommand.js +10 -0
  106. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +10 -0
  107. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +10 -0
  108. package/dist-es/commands/GetAccountSettingsCommand.js +10 -0
  109. package/dist-es/commands/GetComponentCommand.js +10 -0
  110. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +10 -0
  111. package/dist-es/commands/GetEnvironmentCommand.js +10 -0
  112. package/dist-es/commands/GetEnvironmentTemplateCommand.js +10 -0
  113. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +10 -0
  114. package/dist-es/commands/GetRepositoryCommand.js +10 -0
  115. package/dist-es/commands/GetRepositorySyncStatusCommand.js +10 -0
  116. package/dist-es/commands/GetServiceCommand.js +10 -0
  117. package/dist-es/commands/GetServiceInstanceCommand.js +10 -0
  118. package/dist-es/commands/GetServiceTemplateCommand.js +10 -0
  119. package/dist-es/commands/GetServiceTemplateVersionCommand.js +10 -0
  120. package/dist-es/commands/GetTemplateSyncConfigCommand.js +10 -0
  121. package/dist-es/commands/GetTemplateSyncStatusCommand.js +10 -0
  122. package/dist-es/commands/ListComponentOutputsCommand.js +10 -0
  123. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +10 -0
  124. package/dist-es/commands/ListComponentsCommand.js +10 -0
  125. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +10 -0
  126. package/dist-es/commands/ListEnvironmentOutputsCommand.js +10 -0
  127. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +10 -0
  128. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +10 -0
  129. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +10 -0
  130. package/dist-es/commands/ListEnvironmentsCommand.js +10 -0
  131. package/dist-es/commands/ListRepositoriesCommand.js +10 -0
  132. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +10 -0
  133. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +10 -0
  134. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +10 -0
  135. package/dist-es/commands/ListServiceInstancesCommand.js +10 -0
  136. package/dist-es/commands/ListServicePipelineOutputsCommand.js +10 -0
  137. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +10 -0
  138. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +10 -0
  139. package/dist-es/commands/ListServiceTemplatesCommand.js +10 -0
  140. package/dist-es/commands/ListServicesCommand.js +10 -0
  141. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  142. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +10 -0
  143. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +10 -0
  144. package/dist-es/commands/TagResourceCommand.js +10 -0
  145. package/dist-es/commands/UntagResourceCommand.js +10 -0
  146. package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
  147. package/dist-es/commands/UpdateComponentCommand.js +10 -0
  148. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +10 -0
  149. package/dist-es/commands/UpdateEnvironmentCommand.js +10 -0
  150. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +10 -0
  151. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +10 -0
  152. package/dist-es/commands/UpdateServiceCommand.js +10 -0
  153. package/dist-es/commands/UpdateServiceInstanceCommand.js +10 -0
  154. package/dist-es/commands/UpdateServicePipelineCommand.js +10 -0
  155. package/dist-es/commands/UpdateServiceTemplateCommand.js +10 -0
  156. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +10 -0
  157. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +10 -0
  158. package/dist-es/endpoint/EndpointParameters.js +8 -0
  159. package/dist-es/endpoint/endpointResolver.js +8 -0
  160. package/dist-es/endpoint/ruleset.js +315 -0
  161. package/dist-es/runtimeConfig.shared.js +2 -2
  162. package/dist-types/ProtonClient.d.ts +6 -9
  163. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
  164. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -0
  165. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
  166. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
  167. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
  168. package/dist-types/commands/CreateComponentCommand.d.ts +2 -0
  169. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
  170. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  171. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
  172. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
  173. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
  174. package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  175. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -0
  176. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
  177. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
  178. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -0
  179. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
  180. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  181. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
  182. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
  183. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
  184. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
  185. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -0
  186. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
  187. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
  188. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
  189. package/dist-types/commands/GetComponentCommand.d.ts +2 -0
  190. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
  191. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  192. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
  193. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
  194. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
  195. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
  196. package/dist-types/commands/GetServiceCommand.d.ts +2 -0
  197. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -0
  198. package/dist-types/commands/GetServiceTemplateCommand.d.ts +2 -0
  199. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
  200. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
  201. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
  202. package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -0
  203. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
  204. package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
  205. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
  206. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
  207. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
  208. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
  209. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
  210. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  211. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
  212. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
  213. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
  214. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
  215. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -0
  216. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
  217. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
  218. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
  219. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +2 -0
  220. package/dist-types/commands/ListServicesCommand.d.ts +2 -0
  221. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  222. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
  223. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
  224. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  225. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  226. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  227. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -0
  228. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
  229. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  230. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
  231. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
  232. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  233. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -0
  234. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +2 -0
  235. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +2 -0
  236. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
  237. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
  238. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  239. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  240. package/dist-types/endpoint/ruleset.d.ts +2 -0
  241. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  242. package/dist-types/runtimeConfig.d.ts +4 -2
  243. package/dist-types/runtimeConfig.native.d.ts +4 -2
  244. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  245. package/dist-types/ts3.4/ProtonClient.d.ts +15 -8
  246. package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -0
  258. package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +2 -0
  259. package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
  260. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
  261. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -0
  262. package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
  263. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -0
  264. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
  265. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
  266. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -0
  267. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -0
  268. package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +2 -0
  269. package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
  270. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
  271. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -0
  272. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -0
  273. package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
  274. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -0
  275. package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
  276. package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
  277. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +2 -0
  278. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
  279. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -0
  280. package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +2 -0
  281. package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +2 -0
  282. package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
  283. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
  284. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
  285. package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +2 -0
  286. package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
  287. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -0
  288. package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
  289. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
  290. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
  291. package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
  302. package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +2 -0
  303. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -0
  304. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  305. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
  306. package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
  307. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  308. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  309. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  310. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +2 -0
  311. package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
  312. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -0
  313. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
  314. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
  315. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -0
  316. package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +2 -0
  317. package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +2 -0
  318. package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +2 -0
  319. package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
  320. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
  321. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  322. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  323. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  324. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  325. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  326. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  327. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  328. package/package.json +4 -2
  329. package/dist-cjs/endpoints.js +0 -132
  330. package/dist-es/endpoints.js +0 -128
  331. package/dist-types/endpoints.d.ts +0 -2
  332. 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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
27
28
  */
28
29
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ProtonClientResolvedConfig> {
29
30
  readonly input: UntagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UntagResourceCommandInput);
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 { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
25
26
  */
26
27
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ProtonClientResolvedConfig> {
27
28
  readonly input: UpdateAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAccountSettingsCommandInput);
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 { UpdateComponentInput, UpdateComponentOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface UpdateComponentCommandOutput extends UpdateComponentOutput, __M
33
34
  */
34
35
  export declare class UpdateComponentCommand extends $Command<UpdateComponentCommandInput, UpdateComponentCommandOutput, ProtonClientResolvedConfig> {
35
36
  readonly input: UpdateComponentCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: UpdateComponentCommandInput);
37
39
  /**
38
40
  * @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 { UpdateEnvironmentAccountConnectionInput, UpdateEnvironmentAccountConnectionOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UpdateEnvironmentAccountConnectionCommandOutput extends UpdateE
27
28
  */
28
29
  export declare class UpdateEnvironmentAccountConnectionCommand extends $Command<UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
29
30
  readonly input: UpdateEnvironmentAccountConnectionCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateEnvironmentAccountConnectionCommandInput);
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 { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/models_0";
@@ -73,6 +74,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput,
73
74
  */
74
75
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ProtonClientResolvedConfig> {
75
76
  readonly input: UpdateEnvironmentCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
78
  constructor(input: UpdateEnvironmentCommandInput);
77
79
  /**
78
80
  * @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 { UpdateEnvironmentTemplateInput, UpdateEnvironmentTemplateOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentTemplateCommandOutput extends UpdateEnvironmen
25
26
  */
26
27
  export declare class UpdateEnvironmentTemplateCommand extends $Command<UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
27
28
  readonly input: UpdateEnvironmentTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEnvironmentTemplateCommandInput);
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 { UpdateEnvironmentTemplateVersionInput, UpdateEnvironmentTemplateVersionOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentTemplateVersionCommandOutput extends UpdateEnv
25
26
  */
26
27
  export declare class UpdateEnvironmentTemplateVersionCommand extends $Command<UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
27
28
  readonly input: UpdateEnvironmentTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEnvironmentTemplateVersionCommandInput);
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 { UpdateServiceInput, UpdateServiceOutput } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceOutput, __Metad
36
37
  */
37
38
  export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, ProtonClientResolvedConfig> {
38
39
  readonly input: UpdateServiceCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: UpdateServiceCommandInput);
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 { UpdateServiceInstanceInput, UpdateServiceInstanceOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
33
34
  */
34
35
  export declare class UpdateServiceInstanceCommand extends $Command<UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
35
36
  readonly input: UpdateServiceInstanceCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: UpdateServiceInstanceCommandInput);
37
39
  /**
38
40
  * @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 { UpdateServicePipelineInput, UpdateServicePipelineOutput } from "../models/models_0";
@@ -59,6 +60,7 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
59
60
  */
60
61
  export declare class UpdateServicePipelineCommand extends $Command<UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput, ProtonClientResolvedConfig> {
61
62
  readonly input: UpdateServicePipelineCommandInput;
63
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
64
  constructor(input: UpdateServicePipelineCommandInput);
63
65
  /**
64
66
  * @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 { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplat
25
26
  */
26
27
  export declare class UpdateServiceTemplateCommand extends $Command<UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
27
28
  readonly input: UpdateServiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateServiceTemplateCommandInput);
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 { UpdateServiceTemplateVersionInput, UpdateServiceTemplateVersionOutput } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateServiceTemplateVersionCommandOutput extends UpdateService
25
26
  */
26
27
  export declare class UpdateServiceTemplateVersionCommand extends $Command<UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
27
28
  readonly input: UpdateServiceTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateServiceTemplateVersionCommandInput);
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 { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyn
27
28
  */
28
29
  export declare class UpdateTemplateSyncConfigCommand extends $Command<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
29
30
  readonly input: UpdateTemplateSyncConfigCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateTemplateSyncConfigCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, 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>;
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: ProtonClientConfig) => {
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>)) | 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: ProtonClientConfig) => {
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>)) | 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: ProtonClientConfig) => {
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").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | 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 { ProtonClientConfig } from "./ProtonClient";
6
6
  export declare const getRuntimeConfig: (config: ProtonClientConfig) => {
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,
@@ -342,6 +343,11 @@ import {
342
343
  UpdateTemplateSyncConfigCommandInput,
343
344
  UpdateTemplateSyncConfigCommandOutput,
344
345
  } from "./commands/UpdateTemplateSyncConfigCommand";
346
+ import {
347
+ ClientInputEndpointParameters,
348
+ ClientResolvedEndpointParameters,
349
+ EndpointParameters,
350
+ } from "./endpoint/EndpointParameters";
345
351
  export declare type ServiceInputTypes =
346
352
  | AcceptEnvironmentAccountConnectionCommandInput
347
353
  | CancelComponentDeploymentCommandInput
@@ -515,7 +521,6 @@ export interface ClientDefaults
515
521
  serviceId?: string;
516
522
  region?: string | __Provider<string>;
517
523
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
518
- regionInfoProvider?: RegionInfoProvider;
519
524
  defaultUserAgentProvider?: Provider<__UserAgent>;
520
525
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
521
526
  }
@@ -524,21 +529,23 @@ declare type ProtonClientConfigType = Partial<
524
529
  > &
525
530
  ClientDefaults &
526
531
  RegionInputConfig &
527
- EndpointsInputConfig &
532
+ EndpointInputConfig<EndpointParameters> &
528
533
  RetryInputConfig &
529
534
  HostHeaderInputConfig &
530
535
  AwsAuthInputConfig &
531
- UserAgentInputConfig;
536
+ UserAgentInputConfig &
537
+ ClientInputEndpointParameters;
532
538
  export interface ProtonClientConfig extends ProtonClientConfigType {}
533
539
  declare type ProtonClientResolvedConfigType =
534
540
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
535
541
  Required<ClientDefaults> &
536
542
  RegionResolvedConfig &
537
- EndpointsResolvedConfig &
543
+ EndpointResolvedConfig<EndpointParameters> &
538
544
  RetryResolvedConfig &
539
545
  HostHeaderResolvedConfig &
540
546
  AwsAuthResolvedConfig &
541
- UserAgentResolvedConfig;
547
+ UserAgentResolvedConfig &
548
+ ClientResolvedEndpointParameters;
542
549
  export interface ProtonClientResolvedConfig
543
550
  extends ProtonClientResolvedConfigType {}
544
551
  export declare class ProtonClient 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,
@@ -25,6 +26,7 @@ export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: AcceptEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AcceptEnvironmentAccountConnectionCommandInput);
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 CancelComponentDeploymentCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelComponentDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelComponentDeploymentCommandInput);
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 CancelEnvironmentDeploymentCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelEnvironmentDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelEnvironmentDeploymentCommandInput);
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 CancelServiceInstanceDeploymentCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelServiceInstanceDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelServiceInstanceDeploymentCommandInput);
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 CancelServicePipelineDeploymentCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelServicePipelineDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelServicePipelineDeploymentCommandInput);
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 CreateComponentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateComponentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateComponentCommandInput);
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 CreateEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEnvironmentAccountConnectionCommandInput);
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 CreateEnvironmentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateEnvironmentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateEnvironmentCommandInput);
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 CreateEnvironmentTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateEnvironmentTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEnvironmentTemplateCommandInput);
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 CreateEnvironmentTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateEnvironmentTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEnvironmentTemplateVersionCommandInput);
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 CreateRepositoryCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateRepositoryCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateRepositoryCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class CreateServiceCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateServiceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateServiceCommandInput);
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,
@@ -25,6 +26,7 @@ export declare class CreateServiceTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateServiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateServiceTemplateCommandInput);
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 CreateServiceTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateServiceTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateServiceTemplateVersionCommandInput);
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 CreateTemplateSyncConfigCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateTemplateSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateTemplateSyncConfigCommandInput);
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 DeleteComponentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteComponentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteComponentCommandInput);
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 DeleteEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteEnvironmentAccountConnectionCommandInput);
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 DeleteEnvironmentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteEnvironmentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteEnvironmentCommandInput);
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 DeleteEnvironmentTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteEnvironmentTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteEnvironmentTemplateCommandInput);
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 DeleteEnvironmentTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteEnvironmentTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteEnvironmentTemplateVersionCommandInput);
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 DeleteRepositoryCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteRepositoryCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteRepositoryCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,