@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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteServiceCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteServiceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteServiceCommandInput);
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 DeleteServiceTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteServiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteServiceTemplateCommandInput);
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 DeleteServiceTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteServiceTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteServiceTemplateVersionCommandInput);
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 DeleteTemplateSyncConfigCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteTemplateSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteTemplateSyncConfigCommandInput);
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 GetAccountSettingsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetAccountSettingsCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetComponentCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetComponentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetComponentCommandInput);
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 GetEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetEnvironmentAccountConnectionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetEnvironmentCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetEnvironmentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetEnvironmentCommandInput);
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 GetEnvironmentTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetEnvironmentTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetEnvironmentTemplateCommandInput);
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 GetEnvironmentTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetEnvironmentTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetEnvironmentTemplateVersionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetRepositoryCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetRepositoryCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetRepositoryCommandInput);
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 GetRepositorySyncStatusCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetRepositorySyncStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetRepositorySyncStatusCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetServiceCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetServiceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetServiceCommandInput);
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 GetServiceInstanceCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetServiceInstanceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetServiceInstanceCommandInput);
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 GetServiceTemplateCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetServiceTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetServiceTemplateCommandInput);
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 GetServiceTemplateVersionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetServiceTemplateVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetServiceTemplateVersionCommandInput);
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 GetTemplateSyncConfigCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetTemplateSyncConfigCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTemplateSyncConfigCommandInput);
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 GetTemplateSyncStatusCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetTemplateSyncStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTemplateSyncStatusCommandInput);
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 ListComponentOutputsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListComponentOutputsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListComponentOutputsCommandInput);
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 ListComponentProvisionedResourcesCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListComponentProvisionedResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListComponentProvisionedResourcesCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class ListComponentsCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListComponentsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListComponentsCommandInput);
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 ListEnvironmentAccountConnectionsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListEnvironmentAccountConnectionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentAccountConnectionsCommandInput);
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 ListEnvironmentOutputsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListEnvironmentOutputsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentOutputsCommandInput);
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 ListEnvironmentProvisionedResourcesCommand extends $Command
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListEnvironmentProvisionedResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentProvisionedResourcesCommandInput);
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 ListEnvironmentTemplateVersionsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListEnvironmentTemplateVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentTemplateVersionsCommandInput);
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 ListEnvironmentTemplatesCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListEnvironmentTemplatesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentTemplatesCommandInput);
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 ListEnvironmentsCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListEnvironmentsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListEnvironmentsCommandInput);
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 ListRepositoriesCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListRepositoriesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListRepositoriesCommandInput);
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 ListRepositorySyncDefinitionsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListRepositorySyncDefinitionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListRepositorySyncDefinitionsCommandInput);
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 ListServiceInstanceOutputsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServiceInstanceOutputsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServiceInstanceOutputsCommandInput);
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 ListServiceInstanceProvisionedResourcesCommand extends $Com
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServiceInstanceProvisionedResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServiceInstanceProvisionedResourcesCommandInput);
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 ListServiceInstancesCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServiceInstancesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServiceInstancesCommandInput);
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 ListServicePipelineOutputsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServicePipelineOutputsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServicePipelineOutputsCommandInput);
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 ListServicePipelineProvisionedResourcesCommand extends $Com
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServicePipelineProvisionedResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServicePipelineProvisionedResourcesCommandInput);
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 ListServiceTemplateVersionsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServiceTemplateVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServiceTemplateVersionsCommandInput);
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 ListServiceTemplatesCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServiceTemplatesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServiceTemplatesCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class ListServicesCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListServicesCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListServicesCommandInput);
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 ListTagsForResourceCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
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 NotifyResourceDeploymentStatusChangeCommand extends $Comman
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: NotifyResourceDeploymentStatusChangeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: NotifyResourceDeploymentStatusChangeCommandInput);
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 RejectEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: RejectEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RejectEnvironmentAccountConnectionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: TagResourceCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class UntagResourceCommand extends $Command<
21
22
  ProtonClientResolvedConfig
22
23
  > {
23
24
  readonly input: UntagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: UntagResourceCommandInput);
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 UpdateAccountSettingsCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAccountSettingsCommandInput);
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 UpdateComponentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdateComponentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdateComponentCommandInput);
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 UpdateEnvironmentAccountConnectionCommand extends $Command<
25
26
  ProtonClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateEnvironmentAccountConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEnvironmentAccountConnectionCommandInput);
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 UpdateEnvironmentCommand extends $Command<
24
25
  ProtonClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdateEnvironmentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdateEnvironmentCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,