@alienplatform/platform-api 1.3.4 → 1.4.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 (1054) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +97 -70
  3. package/esm/funcs/apiKeysList.js +1 -0
  4. package/esm/funcs/apiKeysList.js.map +1 -1
  5. package/esm/funcs/authWhoami.d.ts +1 -1
  6. package/esm/funcs/authWhoami.js +1 -1
  7. package/esm/funcs/billingGetPlan.d.ts +14 -0
  8. package/esm/funcs/billingGetPlan.d.ts.map +1 -0
  9. package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
  10. package/esm/funcs/billingGetPlan.js.map +1 -0
  11. package/esm/funcs/billingListAuditLog.d.ts +14 -0
  12. package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
  13. package/esm/funcs/billingListAuditLog.js +80 -0
  14. package/esm/funcs/billingListAuditLog.js.map +1 -0
  15. package/esm/funcs/cloudRegionsGet.d.ts +15 -0
  16. package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
  17. package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
  18. package/esm/funcs/cloudRegionsGet.js.map +1 -0
  19. package/esm/funcs/commandsList.js +1 -0
  20. package/esm/funcs/commandsList.js.map +1 -1
  21. package/esm/funcs/deploymentGetInfo.d.ts +1 -1
  22. package/esm/funcs/deploymentGetInfo.js +1 -1
  23. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
  24. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
  25. package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
  26. package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
  27. package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
  28. package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
  29. package/esm/funcs/deploymentPrepareStack.js +84 -0
  30. package/esm/funcs/deploymentPrepareStack.js.map +1 -0
  31. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
  32. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
  33. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
  34. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
  35. package/esm/funcs/deploymentsCreate.d.ts +1 -1
  36. package/esm/funcs/deploymentsCreate.js +1 -1
  37. package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
  38. package/esm/funcs/deploymentsCreateToken.js +1 -1
  39. package/esm/funcs/deploymentsDelete.d.ts +1 -1
  40. package/esm/funcs/deploymentsDelete.js +5 -3
  41. package/esm/funcs/deploymentsDelete.js.map +1 -1
  42. package/esm/funcs/deploymentsGet.d.ts +1 -1
  43. package/esm/funcs/deploymentsGet.js +1 -1
  44. package/esm/funcs/deploymentsGetStats.js +1 -1
  45. package/esm/funcs/deploymentsGetStats.js.map +1 -1
  46. package/esm/funcs/deploymentsImport.d.ts +1 -1
  47. package/esm/funcs/deploymentsImport.js +2 -2
  48. package/esm/funcs/deploymentsImport.js.map +1 -1
  49. package/esm/funcs/deploymentsList.js +1 -1
  50. package/esm/funcs/deploymentsList.js.map +1 -1
  51. package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
  52. package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
  53. package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
  54. package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
  55. package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
  56. package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
  57. package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
  58. package/esm/funcs/deploymentsRedeploy.js +1 -1
  59. package/esm/funcs/deploymentsRetry.d.ts +1 -1
  60. package/esm/funcs/deploymentsRetry.js +1 -1
  61. package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
  62. package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
  63. package/esm/funcs/domainsCreate.d.ts +1 -1
  64. package/esm/funcs/domainsCreate.d.ts.map +1 -1
  65. package/esm/funcs/domainsCreate.js +2 -2
  66. package/esm/funcs/domainsCreate.js.map +1 -1
  67. package/esm/funcs/domainsGet.d.ts +1 -1
  68. package/esm/funcs/domainsGet.d.ts.map +1 -1
  69. package/esm/funcs/domainsGet.js +1 -1
  70. package/esm/funcs/domainsGet.js.map +1 -1
  71. package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
  72. package/esm/funcs/domainsRefresh.d.ts.map +1 -0
  73. package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
  74. package/esm/funcs/domainsRefresh.js.map +1 -0
  75. package/esm/funcs/eventsList.js +1 -0
  76. package/esm/funcs/eventsList.js.map +1 -1
  77. package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
  78. package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
  79. package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
  80. package/esm/funcs/managersCancelSetup.js.map +1 -0
  81. package/esm/funcs/managersCreate.d.ts +2 -1
  82. package/esm/funcs/managersCreate.d.ts.map +1 -1
  83. package/esm/funcs/managersCreate.js +3 -2
  84. package/esm/funcs/managersCreate.js.map +1 -1
  85. package/esm/funcs/managersDelete.js +2 -2
  86. package/esm/funcs/managersDelete.js.map +1 -1
  87. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
  88. package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
  89. package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
  90. package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
  91. package/esm/funcs/managersGetManagementConfig.js +1 -0
  92. package/esm/funcs/managersGetManagementConfig.js.map +1 -1
  93. package/esm/funcs/managersList.js +2 -0
  94. package/esm/funcs/managersList.js.map +1 -1
  95. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
  96. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
  97. package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
  98. package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
  99. package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
  100. package/esm/funcs/managersRetry.d.ts.map +1 -0
  101. package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
  102. package/esm/funcs/managersRetry.js.map +1 -0
  103. package/esm/funcs/managersRetrySetup.d.ts +16 -0
  104. package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
  105. package/esm/funcs/managersRetrySetup.js +89 -0
  106. package/esm/funcs/managersRetrySetup.js.map +1 -0
  107. package/esm/funcs/packagesList.js +1 -0
  108. package/esm/funcs/packagesList.js.map +1 -1
  109. package/esm/funcs/projectsCreate.js +2 -2
  110. package/esm/funcs/projectsCreate.js.map +1 -1
  111. package/esm/funcs/projectsDelete.d.ts +1 -1
  112. package/esm/funcs/projectsDelete.js +1 -1
  113. package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
  114. package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
  115. package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
  116. package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
  117. package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
  118. package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
  119. package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
  120. package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
  121. package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
  122. package/esm/funcs/projectsGetTemplateUrls.js +1 -1
  123. package/esm/funcs/projectsUpdate.js +1 -1
  124. package/esm/funcs/projectsUpdate.js.map +1 -1
  125. package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
  126. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
  127. package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
  128. package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
  129. package/esm/funcs/resolveResolve.d.ts +19 -0
  130. package/esm/funcs/resolveResolve.d.ts.map +1 -0
  131. package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
  132. package/esm/funcs/resolveResolve.js.map +1 -0
  133. package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
  134. package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
  135. package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
  136. package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
  137. package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
  138. package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
  139. package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
  140. package/esm/funcs/resourcesListDeployments.js.map +1 -0
  141. package/esm/funcs/resourcesListOverview.d.ts +12 -0
  142. package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
  143. package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
  144. package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
  145. package/esm/funcs/syncList.d.ts +16 -0
  146. package/esm/funcs/syncList.d.ts.map +1 -0
  147. package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
  148. package/esm/funcs/syncList.js.map +1 -0
  149. package/esm/funcs/syncReconcile.d.ts +2 -2
  150. package/esm/funcs/syncReconcile.d.ts.map +1 -1
  151. package/esm/funcs/syncReconcile.js +4 -4
  152. package/esm/funcs/syncReconcile.js.map +1 -1
  153. package/esm/funcs/syncRelease.d.ts +2 -2
  154. package/esm/funcs/syncRelease.d.ts.map +1 -1
  155. package/esm/funcs/syncRelease.js +4 -4
  156. package/esm/funcs/syncRelease.js.map +1 -1
  157. package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
  158. package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
  159. package/esm/funcs/userCompleteProfileSetup.js +81 -0
  160. package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
  161. package/esm/funcs/userGetProfile.d.ts +15 -0
  162. package/esm/funcs/userGetProfile.d.ts.map +1 -0
  163. package/esm/funcs/userGetProfile.js +69 -0
  164. package/esm/funcs/userGetProfile.js.map +1 -0
  165. package/esm/funcs/userUpdateProfile.d.ts +2 -1
  166. package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
  167. package/esm/funcs/userUpdateProfile.js +2 -1
  168. package/esm/funcs/userUpdateProfile.js.map +1 -1
  169. package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
  170. package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
  171. package/esm/funcs/workspacesDismissOnboarding.js +89 -0
  172. package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
  173. package/esm/lib/config.d.ts +2 -2
  174. package/esm/lib/config.js +2 -2
  175. package/esm/lib/config.js.map +1 -1
  176. package/esm/lib/sdks.js +2 -8
  177. package/esm/lib/sdks.js.map +1 -1
  178. package/esm/models/apierror.d.ts +0 -3
  179. package/esm/models/apierror.d.ts.map +1 -1
  180. package/esm/models/apierror.js.map +1 -1
  181. package/esm/models/apikey.d.ts +2 -0
  182. package/esm/models/apikey.d.ts.map +1 -1
  183. package/esm/models/apikey.js +2 -0
  184. package/esm/models/apikey.js.map +1 -1
  185. package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
  186. package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
  187. package/esm/models/apikeydeploymentsetupconfig.js +17 -0
  188. package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
  189. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
  190. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
  191. package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
  192. package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
  193. package/esm/models/billingauditlogrow.d.ts +14 -0
  194. package/esm/models/billingauditlogrow.d.ts.map +1 -0
  195. package/esm/models/billingauditlogrow.js +17 -0
  196. package/esm/models/billingauditlogrow.js.map +1 -0
  197. package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
  198. package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
  199. package/esm/models/cloudformationcallbackrequest.js +977 -0
  200. package/esm/models/cloudformationcallbackrequest.js.map +1 -0
  201. package/esm/models/cloudregionsresponse.d.ts +11 -0
  202. package/esm/models/cloudregionsresponse.d.ts.map +1 -0
  203. package/esm/models/cloudregionsresponse.js +14 -0
  204. package/esm/models/cloudregionsresponse.js.map +1 -0
  205. package/esm/models/command.d.ts +7 -3
  206. package/esm/models/command.d.ts.map +1 -1
  207. package/esm/models/command.js +2 -1
  208. package/esm/models/command.js.map +1 -1
  209. package/esm/models/commanddeploymentinfo.d.ts +4 -0
  210. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  211. package/esm/models/commanddeploymentinfo.js +1 -0
  212. package/esm/models/commanddeploymentinfo.js.map +1 -1
  213. package/esm/models/commandlistitemresponse.d.ts +7 -3
  214. package/esm/models/commandlistitemresponse.d.ts.map +1 -1
  215. package/esm/models/commandlistitemresponse.js +2 -1
  216. package/esm/models/commandlistitemresponse.js.map +1 -1
  217. package/esm/models/createapikeyresponse.d.ts +2 -0
  218. package/esm/models/createapikeyresponse.d.ts.map +1 -1
  219. package/esm/models/createapikeyresponse.js +2 -0
  220. package/esm/models/createapikeyresponse.js.map +1 -1
  221. package/esm/models/createcommandrequest.d.ts +5 -0
  222. package/esm/models/createcommandrequest.d.ts.map +1 -1
  223. package/esm/models/createcommandrequest.js +1 -0
  224. package/esm/models/createcommandrequest.js.map +1 -1
  225. package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
  226. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  227. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  228. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  229. package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
  230. package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
  231. package/esm/models/createmanagerresponse.d.ts +3226 -0
  232. package/esm/models/createmanagerresponse.d.ts.map +1 -0
  233. package/esm/models/createmanagerresponse.js +2574 -0
  234. package/esm/models/createmanagerresponse.js.map +1 -0
  235. package/esm/models/deployment.d.ts +1127 -33
  236. package/esm/models/deployment.d.ts.map +1 -1
  237. package/esm/models/deployment.js +749 -17
  238. package/esm/models/deployment.js.map +1 -1
  239. package/esm/models/deploymentconnectioninfo.d.ts +1 -0
  240. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  241. package/esm/models/deploymentconnectioninfo.js +1 -0
  242. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  243. package/esm/models/deploymentdetailresponse.d.ts +1127 -33
  244. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  245. package/esm/models/deploymentdetailresponse.js +784 -18
  246. package/esm/models/deploymentdetailresponse.js.map +1 -1
  247. package/esm/models/deploymentinfo.d.ts +341 -13
  248. package/esm/models/deploymentinfo.d.ts.map +1 -1
  249. package/esm/models/deploymentinfo.js +217 -9
  250. package/esm/models/deploymentinfo.js.map +1 -1
  251. package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
  252. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
  253. package/esm/models/deploymentinfosetupconfig.js +26 -0
  254. package/esm/models/deploymentinfosetupconfig.js.map +1 -0
  255. package/esm/models/deploymentlistitemresponse.d.ts +39 -0
  256. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  257. package/esm/models/deploymentlistitemresponse.js +18 -0
  258. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  259. package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
  260. package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
  261. package/esm/models/deploymentportalaccentcolor.js +20 -0
  262. package/esm/models/deploymentportalaccentcolor.js.map +1 -0
  263. package/esm/models/deploymentportalappearance.d.ts +44 -0
  264. package/esm/models/deploymentportalappearance.d.ts.map +1 -0
  265. package/esm/models/deploymentportalappearance.js +23 -0
  266. package/esm/models/deploymentportalappearance.js.map +1 -0
  267. package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
  268. package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
  269. package/esm/models/deploymentportalappearancepreset.js +19 -0
  270. package/esm/models/deploymentportalappearancepreset.js.map +1 -0
  271. package/esm/models/deploymentportaldensity.d.ts +18 -0
  272. package/esm/models/deploymentportaldensity.d.ts.map +1 -0
  273. package/esm/models/deploymentportaldensity.js +16 -0
  274. package/esm/models/deploymentportaldensity.js.map +1 -0
  275. package/esm/models/deploymentportaldomain.d.ts +156 -0
  276. package/esm/models/deploymentportaldomain.d.ts.map +1 -0
  277. package/esm/models/deploymentportaldomain.js +58 -0
  278. package/esm/models/deploymentportaldomain.js.map +1 -0
  279. package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
  280. package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
  281. package/esm/models/deploymentportaldomainresponse.js +14 -0
  282. package/esm/models/deploymentportaldomainresponse.js.map +1 -0
  283. package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
  284. package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
  285. package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
  286. package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
  287. package/esm/models/deploymentsetupconfig.d.ts +22 -0
  288. package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
  289. package/esm/models/deploymentsetupconfig.js +16 -0
  290. package/esm/models/deploymentsetupconfig.js.map +1 -0
  291. package/esm/models/deploymentsetupmethod.d.ts +16 -0
  292. package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
  293. package/esm/models/deploymentsetupmethod.js +17 -0
  294. package/esm/models/deploymentsetupmethod.js.map +1 -0
  295. package/esm/models/deploymentsetuppolicy.d.ts +45 -0
  296. package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
  297. package/esm/models/deploymentsetuppolicy.js +43 -0
  298. package/esm/models/deploymentsetuppolicy.js.map +1 -0
  299. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
  300. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
  301. package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
  302. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
  303. package/esm/models/deploymentstats.d.ts +12 -0
  304. package/esm/models/deploymentstats.d.ts.map +1 -1
  305. package/esm/models/deploymentstats.js +2 -0
  306. package/esm/models/deploymentstats.js.map +1 -1
  307. package/esm/models/domainwithusage.d.ts +63 -0
  308. package/esm/models/domainwithusage.d.ts.map +1 -0
  309. package/esm/models/domainwithusage.js +62 -0
  310. package/esm/models/domainwithusage.js.map +1 -0
  311. package/esm/models/event.d.ts +549 -32
  312. package/esm/models/event.d.ts.map +1 -1
  313. package/esm/models/event.js +240 -19
  314. package/esm/models/event.js.map +1 -1
  315. package/esm/models/forwardimportrequest.d.ts +40 -0
  316. package/esm/models/forwardimportrequest.d.ts.map +1 -0
  317. package/esm/models/forwardimportrequest.js +22 -0
  318. package/esm/models/forwardimportrequest.js.map +1 -0
  319. package/esm/models/generatemanagertokenrequest.d.ts +15 -0
  320. package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
  321. package/esm/models/generatemanagertokenrequest.js +12 -0
  322. package/esm/models/generatemanagertokenrequest.js.map +1 -0
  323. package/esm/models/generatemanagertokenresponse.d.ts +37 -0
  324. package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
  325. package/esm/models/generatemanagertokenresponse.js +23 -0
  326. package/esm/models/generatemanagertokenresponse.js.map +1 -0
  327. package/esm/models/gitnamespace.d.ts +4 -4
  328. package/esm/models/gitnamespace.d.ts.map +1 -1
  329. package/esm/models/gitnamespace.js +3 -3
  330. package/esm/models/gitnamespace.js.map +1 -1
  331. package/esm/models/importdeploymentrequest.d.ts +5 -82
  332. package/esm/models/importdeploymentrequest.d.ts.map +1 -1
  333. package/esm/models/importdeploymentrequest.js +6 -36
  334. package/esm/models/importdeploymentrequest.js.map +1 -1
  335. package/esm/models/importedresource.d.ts +29 -0
  336. package/esm/models/importedresource.d.ts.map +1 -0
  337. package/esm/models/importedresource.js +14 -0
  338. package/esm/models/importedresource.js.map +1 -0
  339. package/esm/models/importsource.d.ts +1587 -0
  340. package/esm/models/importsource.d.ts.map +1 -0
  341. package/esm/models/importsource.js +902 -0
  342. package/esm/models/importsource.js.map +1 -0
  343. package/esm/models/importsourcekind.d.ts +17 -0
  344. package/esm/models/importsourcekind.d.ts.map +1 -0
  345. package/esm/models/importsourcekind.js +15 -0
  346. package/esm/models/importsourcekind.js.map +1 -0
  347. package/esm/models/index.d.ts +45 -5
  348. package/esm/models/index.d.ts.map +1 -1
  349. package/esm/models/index.js +45 -5
  350. package/esm/models/index.js.map +1 -1
  351. package/esm/models/manager.d.ts +68 -69
  352. package/esm/models/manager.d.ts.map +1 -1
  353. package/esm/models/manager.js +38 -66
  354. package/esm/models/manager.js.map +1 -1
  355. package/esm/models/managerdeployment.d.ts +13 -0
  356. package/esm/models/managerdeployment.d.ts.map +1 -1
  357. package/esm/models/managerdeployment.js +4 -0
  358. package/esm/models/managerdeployment.js.map +1 -1
  359. package/esm/models/managerheartbeatrequest.d.ts +9 -113
  360. package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
  361. package/esm/models/managerheartbeatrequest.js +7 -75
  362. package/esm/models/managerheartbeatrequest.js.map +1 -1
  363. package/esm/models/managermanagementconfigs.d.ts +136 -0
  364. package/esm/models/managermanagementconfigs.d.ts.map +1 -0
  365. package/esm/models/managermanagementconfigs.js +122 -0
  366. package/esm/models/managermanagementconfigs.js.map +1 -0
  367. package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
  368. package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
  369. package/esm/models/managerretrydeploymentresponse.js +22 -0
  370. package/esm/models/managerretrydeploymentresponse.js.map +1 -0
  371. package/esm/models/managerretryresponse.d.ts +3232 -0
  372. package/esm/models/managerretryresponse.d.ts.map +1 -0
  373. package/esm/models/managerretryresponse.js +2584 -0
  374. package/esm/models/managerretryresponse.js.map +1 -0
  375. package/esm/models/newdeploymentrequest.d.ts +1029 -7
  376. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  377. package/esm/models/newdeploymentrequest.js +590 -4
  378. package/esm/models/newdeploymentrequest.js.map +1 -1
  379. package/esm/models/newmanagerrequest.d.ts +25 -34
  380. package/esm/models/newmanagerrequest.d.ts.map +1 -1
  381. package/esm/models/newmanagerrequest.js +11 -24
  382. package/esm/models/newmanagerrequest.js.map +1 -1
  383. package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
  384. package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
  385. package/esm/models/operations/acceptcloudformationcallback.js +30 -0
  386. package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
  387. package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
  388. package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
  389. package/esm/models/operations/cancelmanagersetup.js +21 -0
  390. package/esm/models/operations/cancelmanagersetup.js.map +1 -0
  391. package/esm/models/operations/createmanager.d.ts +0 -165
  392. package/esm/models/operations/createmanager.d.ts.map +1 -1
  393. package/esm/models/operations/createmanager.js +0 -104
  394. package/esm/models/operations/createmanager.js.map +1 -1
  395. package/esm/models/operations/createproject.d.ts +102 -93
  396. package/esm/models/operations/createproject.d.ts.map +1 -1
  397. package/esm/models/operations/createproject.js +38 -51
  398. package/esm/models/operations/createproject.js.map +1 -1
  399. package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
  400. package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
  401. package/esm/models/operations/createprojectfromtemplate.js +37 -52
  402. package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
  403. package/esm/models/operations/deletedeployment.d.ts +21 -0
  404. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  405. package/esm/models/operations/deletedeployment.js +11 -0
  406. package/esm/models/operations/deletedeployment.js.map +1 -1
  407. package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
  408. package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
  409. package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
  410. package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
  411. package/esm/models/operations/generatemanagertoken.d.ts +23 -0
  412. package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
  413. package/esm/models/operations/generatemanagertoken.js +21 -0
  414. package/esm/models/operations/generatemanagertoken.js.map +1 -0
  415. package/esm/models/operations/getcloudregions.d.ts +15 -0
  416. package/esm/models/operations/getcloudregions.d.ts.map +1 -0
  417. package/esm/models/operations/getcloudregions.js +12 -0
  418. package/esm/models/operations/getcloudregions.js.map +1 -0
  419. package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
  420. package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
  421. package/esm/models/operations/getdeploymentgroup.js +16 -0
  422. package/esm/models/operations/getdeploymentgroup.js.map +1 -1
  423. package/esm/models/operations/getdeploymentstats.d.ts +7 -6
  424. package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
  425. package/esm/models/operations/getdeploymentstats.js +4 -3
  426. package/esm/models/operations/getdeploymentstats.js.map +1 -1
  427. package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
  428. package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
  429. package/esm/models/operations/getmanagermanagementconfig.js +28 -14
  430. package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
  431. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
  432. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
  433. package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
  434. package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
  435. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
  436. package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
  437. package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
  438. package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
  439. package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
  440. package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
  441. package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
  442. package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
  443. package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
  444. package/esm/models/operations/getworkspaceplan.d.ts +27 -0
  445. package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
  446. package/esm/models/operations/getworkspaceplan.js +21 -0
  447. package/esm/models/operations/getworkspaceplan.js.map +1 -0
  448. package/esm/models/operations/index.d.ts +21 -15
  449. package/esm/models/operations/index.d.ts.map +1 -1
  450. package/esm/models/operations/index.js +21 -15
  451. package/esm/models/operations/index.js.map +1 -1
  452. package/esm/models/operations/listapikeys.d.ts +5 -0
  453. package/esm/models/operations/listapikeys.d.ts.map +1 -1
  454. package/esm/models/operations/listapikeys.js +1 -0
  455. package/esm/models/operations/listapikeys.js.map +1 -1
  456. package/esm/models/operations/listbillingauditlog.d.ts +35 -0
  457. package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
  458. package/esm/models/operations/listbillingauditlog.js +24 -0
  459. package/esm/models/operations/listbillingauditlog.js.map +1 -0
  460. package/esm/models/operations/listcommands.d.ts +5 -0
  461. package/esm/models/operations/listcommands.d.ts.map +1 -1
  462. package/esm/models/operations/listcommands.js +1 -0
  463. package/esm/models/operations/listcommands.js.map +1 -1
  464. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
  465. package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
  466. package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
  467. package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
  468. package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
  469. package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
  470. package/esm/models/operations/listdeploymentgroups.js +29 -2
  471. package/esm/models/operations/listdeploymentgroups.js.map +1 -1
  472. package/esm/models/operations/listdeployments.d.ts +8 -7
  473. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  474. package/esm/models/operations/listdeployments.js +4 -3
  475. package/esm/models/operations/listdeployments.js.map +1 -1
  476. package/esm/models/operations/listdomains.d.ts +1 -1
  477. package/esm/models/operations/listdomains.d.ts.map +1 -1
  478. package/esm/models/operations/listdomains.js +1 -1
  479. package/esm/models/operations/listdomains.js.map +1 -1
  480. package/esm/models/operations/listevents.d.ts +5 -0
  481. package/esm/models/operations/listevents.d.ts.map +1 -1
  482. package/esm/models/operations/listevents.js +1 -0
  483. package/esm/models/operations/listevents.js.map +1 -1
  484. package/esm/models/operations/listmanagers.d.ts +10 -0
  485. package/esm/models/operations/listmanagers.d.ts.map +1 -1
  486. package/esm/models/operations/listmanagers.js +2 -0
  487. package/esm/models/operations/listmanagers.js.map +1 -1
  488. package/esm/models/operations/listpackages.d.ts +5 -0
  489. package/esm/models/operations/listpackages.d.ts.map +1 -1
  490. package/esm/models/operations/listpackages.js +1 -0
  491. package/esm/models/operations/listpackages.js.map +1 -1
  492. package/esm/models/operations/listresourcedeployments.d.ts +73 -0
  493. package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
  494. package/esm/models/operations/listresourcedeployments.js +58 -0
  495. package/esm/models/operations/listresourcedeployments.js.map +1 -0
  496. package/esm/models/operations/listresourceoverview.d.ts +68 -0
  497. package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
  498. package/esm/models/operations/listresourceoverview.js +54 -0
  499. package/esm/models/operations/listresourceoverview.js.map +1 -0
  500. package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
  501. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
  502. package/esm/models/operations/preparedeploymentstack.js +858 -0
  503. package/esm/models/operations/preparedeploymentstack.js.map +1 -0
  504. package/esm/models/operations/refreshdomain.d.ts +20 -0
  505. package/esm/models/operations/refreshdomain.d.ts.map +1 -0
  506. package/esm/models/operations/refreshdomain.js +13 -0
  507. package/esm/models/operations/refreshdomain.js.map +1 -0
  508. package/esm/models/operations/resolve.d.ts +43 -0
  509. package/esm/models/operations/resolve.d.ts.map +1 -0
  510. package/esm/models/operations/resolve.js +27 -0
  511. package/esm/models/operations/resolve.js.map +1 -0
  512. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
  513. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
  514. package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
  515. package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
  516. package/esm/models/operations/retrydeployment.d.ts +1 -1
  517. package/esm/models/operations/retrymanager.d.ts +20 -0
  518. package/esm/models/operations/retrymanager.d.ts.map +1 -0
  519. package/esm/models/operations/retrymanager.js +13 -0
  520. package/esm/models/operations/retrymanager.js.map +1 -0
  521. package/esm/models/operations/retrymanagersetup.d.ts +20 -0
  522. package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
  523. package/esm/models/operations/retrymanagersetup.js +13 -0
  524. package/esm/models/operations/retrymanagersetup.js.map +1 -0
  525. package/esm/models/operations/synclist.d.ts +18 -0
  526. package/esm/models/operations/synclist.d.ts.map +1 -0
  527. package/esm/models/operations/synclist.js +19 -0
  528. package/esm/models/operations/synclist.js.map +1 -0
  529. package/esm/models/operations/syncreconcile.d.ts +2 -2
  530. package/esm/models/operations/syncreconcile.d.ts.map +1 -1
  531. package/esm/models/operations/syncreconcile.js +1 -1
  532. package/esm/models/operations/syncreconcile.js.map +1 -1
  533. package/esm/models/operations/syncrelease.d.ts +2 -2
  534. package/esm/models/operations/syncrelease.d.ts.map +1 -1
  535. package/esm/models/operations/syncrelease.js +1 -1
  536. package/esm/models/operations/syncrelease.js.map +1 -1
  537. package/esm/models/operations/updateproject.d.ts +3 -296
  538. package/esm/models/operations/updateproject.d.ts.map +1 -1
  539. package/esm/models/operations/updateproject.js +3 -127
  540. package/esm/models/operations/updateproject.js.map +1 -1
  541. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
  542. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
  543. package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
  544. package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
  545. package/esm/models/operations/updateuserprofile.d.ts +0 -15
  546. package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
  547. package/esm/models/operations/updateuserprofile.js +0 -12
  548. package/esm/models/operations/updateuserprofile.js.map +1 -1
  549. package/esm/models/package.d.ts +121 -22
  550. package/esm/models/package.d.ts.map +1 -1
  551. package/esm/models/package.js +45 -9
  552. package/esm/models/package.js.map +1 -1
  553. package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
  554. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
  555. package/esm/models/persistimporteddeploymentrequest.js +1896 -0
  556. package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
  557. package/esm/models/pinreleaserequest.d.ts +2 -2
  558. package/esm/models/planid.d.ts +12 -0
  559. package/esm/models/planid.d.ts.map +1 -0
  560. package/esm/models/planid.js +13 -0
  561. package/esm/models/planid.js.map +1 -0
  562. package/esm/models/prepareddeploymentstack.d.ts +1366 -0
  563. package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
  564. package/esm/models/prepareddeploymentstack.js +775 -0
  565. package/esm/models/prepareddeploymentstack.js.map +1 -0
  566. package/esm/models/privatemanagercloud.d.ts +17 -0
  567. package/esm/models/privatemanagercloud.d.ts.map +1 -0
  568. package/esm/models/privatemanagercloud.js +15 -0
  569. package/esm/models/privatemanagercloud.js.map +1 -0
  570. package/esm/models/privatemanagersetupmethod.d.ts +17 -0
  571. package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
  572. package/esm/models/privatemanagersetupmethod.js +15 -0
  573. package/esm/models/privatemanagersetupmethod.js.map +1 -0
  574. package/esm/models/project.d.ts +79 -69
  575. package/esm/models/project.d.ts.map +1 -1
  576. package/esm/models/project.js +29 -42
  577. package/esm/models/project.js.map +1 -1
  578. package/esm/models/projectgcpoauthprovider.d.ts +33 -0
  579. package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
  580. package/esm/models/projectgcpoauthprovider.js +32 -0
  581. package/esm/models/projectgcpoauthprovider.js.map +1 -0
  582. package/esm/models/projectlistitemresponse.d.ts +83 -73
  583. package/esm/models/projectlistitemresponse.d.ts.map +1 -1
  584. package/esm/models/projectlistitemresponse.js +32 -46
  585. package/esm/models/projectlistitemresponse.js.map +1 -1
  586. package/esm/models/release.d.ts +4 -0
  587. package/esm/models/release.d.ts.map +1 -1
  588. package/esm/models/release.js +2 -0
  589. package/esm/models/release.js.map +1 -1
  590. package/esm/models/releaselistitemresponse.d.ts +4 -0
  591. package/esm/models/releaselistitemresponse.d.ts.map +1 -1
  592. package/esm/models/releaselistitemresponse.js +2 -0
  593. package/esm/models/releaselistitemresponse.js.map +1 -1
  594. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
  595. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
  596. package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
  597. package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
  598. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
  599. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
  600. package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
  601. package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
  602. package/esm/models/resolveresponse.d.ts +158 -0
  603. package/esm/models/resolveresponse.d.ts.map +1 -0
  604. package/esm/models/resolveresponse.js +103 -0
  605. package/esm/models/resolveresponse.js.map +1 -0
  606. package/esm/models/setupfingerprintinfo.d.ts +21 -0
  607. package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
  608. package/esm/models/setupfingerprintinfo.js +15 -0
  609. package/esm/models/setupfingerprintinfo.js.map +1 -0
  610. package/esm/models/supportedcloudregions.d.ts +21 -0
  611. package/esm/models/supportedcloudregions.d.ts.map +1 -0
  612. package/esm/models/supportedcloudregions.js +15 -0
  613. package/esm/models/supportedcloudregions.js.map +1 -0
  614. package/esm/models/syncacquirerequest.d.ts +1 -0
  615. package/esm/models/syncacquirerequest.d.ts.map +1 -1
  616. package/esm/models/syncacquirerequest.js +1 -0
  617. package/esm/models/syncacquirerequest.js.map +1 -1
  618. package/esm/models/syncacquireresponse.d.ts +2181 -274
  619. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  620. package/esm/models/syncacquireresponse.js +1348 -120
  621. package/esm/models/syncacquireresponse.js.map +1 -1
  622. package/esm/models/synclistrequest.d.ts +84 -0
  623. package/esm/models/synclistrequest.d.ts.map +1 -0
  624. package/esm/models/synclistrequest.js +52 -0
  625. package/esm/models/synclistrequest.js.map +1 -0
  626. package/esm/models/synclistresponse.d.ts +3272 -0
  627. package/esm/models/synclistresponse.d.ts.map +1 -0
  628. package/esm/models/synclistresponse.js +2054 -0
  629. package/esm/models/synclistresponse.js.map +1 -0
  630. package/esm/models/syncreconcilerequest.d.ts +13095 -1549
  631. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  632. package/esm/models/syncreconcilerequest.js +9738 -1661
  633. package/esm/models/syncreconcilerequest.js.map +1 -1
  634. package/esm/models/syncreconcileresponse.d.ts +2346 -224
  635. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  636. package/esm/models/syncreconcileresponse.js +1420 -92
  637. package/esm/models/syncreconcileresponse.js.map +1 -1
  638. package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
  639. package/esm/models/updateproject.d.ts +325 -0
  640. package/esm/models/updateproject.d.ts.map +1 -0
  641. package/esm/models/updateproject.js +118 -0
  642. package/esm/models/updateproject.js.map +1 -0
  643. package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
  644. package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
  645. package/esm/models/updateprojectgcpoauthprovider.js +29 -0
  646. package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
  647. package/esm/models/userprofile.d.ts +79 -0
  648. package/esm/models/userprofile.d.ts.map +1 -0
  649. package/esm/models/userprofile.js +42 -0
  650. package/esm/models/userprofile.js.map +1 -0
  651. package/esm/models/userprofilesetuprequest.d.ts +57 -0
  652. package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
  653. package/esm/models/userprofilesetuprequest.js +33 -0
  654. package/esm/models/userprofilesetuprequest.js.map +1 -0
  655. package/esm/models/workspace.d.ts +4 -0
  656. package/esm/models/workspace.d.ts.map +1 -1
  657. package/esm/models/workspace.js +1 -0
  658. package/esm/models/workspace.js.map +1 -1
  659. package/esm/sdk/auth.d.ts +1 -1
  660. package/esm/sdk/auth.js +1 -1
  661. package/esm/sdk/billing.d.ts +13 -0
  662. package/esm/sdk/billing.d.ts.map +1 -0
  663. package/esm/sdk/billing.js +22 -0
  664. package/esm/sdk/billing.js.map +1 -0
  665. package/esm/sdk/cloudregions.d.ts +10 -0
  666. package/esm/sdk/cloudregions.d.ts.map +1 -0
  667. package/esm/sdk/cloudregions.js +15 -0
  668. package/esm/sdk/cloudregions.js.map +1 -0
  669. package/esm/sdk/deployment.d.ts +5 -1
  670. package/esm/sdk/deployment.d.ts.map +1 -1
  671. package/esm/sdk/deployment.js +8 -1
  672. package/esm/sdk/deployment.js.map +1 -1
  673. package/esm/sdk/deploymentgroups.d.ts +0 -7
  674. package/esm/sdk/deploymentgroups.d.ts.map +1 -1
  675. package/esm/sdk/deploymentgroups.js +0 -10
  676. package/esm/sdk/deploymentgroups.js.map +1 -1
  677. package/esm/sdk/deployments.d.ts +15 -11
  678. package/esm/sdk/deployments.d.ts.map +1 -1
  679. package/esm/sdk/deployments.js +20 -13
  680. package/esm/sdk/deployments.js.map +1 -1
  681. package/esm/sdk/domains.d.ts +6 -2
  682. package/esm/sdk/domains.d.ts.map +1 -1
  683. package/esm/sdk/domains.js +7 -0
  684. package/esm/sdk/domains.js.map +1 -1
  685. package/esm/sdk/managers.d.ts +19 -7
  686. package/esm/sdk/managers.d.ts.map +1 -1
  687. package/esm/sdk/managers.js +32 -11
  688. package/esm/sdk/managers.js.map +1 -1
  689. package/esm/sdk/projects.d.ts +14 -6
  690. package/esm/sdk/projects.d.ts.map +1 -1
  691. package/esm/sdk/projects.js +23 -9
  692. package/esm/sdk/projects.js.map +1 -1
  693. package/esm/sdk/resolve.d.ts +13 -0
  694. package/esm/sdk/resolve.d.ts.map +1 -0
  695. package/esm/sdk/resolve.js +18 -0
  696. package/esm/sdk/resolve.js.map +1 -0
  697. package/esm/sdk/resources.d.ts +11 -0
  698. package/esm/sdk/resources.d.ts.map +1 -0
  699. package/esm/sdk/resources.js +23 -0
  700. package/esm/sdk/resources.js.map +1 -0
  701. package/esm/sdk/sdk.d.ts +12 -3
  702. package/esm/sdk/sdk.d.ts.map +1 -1
  703. package/esm/sdk/sdk.js +15 -3
  704. package/esm/sdk/sdk.js.map +1 -1
  705. package/esm/sdk/sync.d.ts +8 -4
  706. package/esm/sdk/sync.d.ts.map +1 -1
  707. package/esm/sdk/sync.js +9 -2
  708. package/esm/sdk/sync.js.map +1 -1
  709. package/esm/sdk/user.d.ts +9 -1
  710. package/esm/sdk/user.d.ts.map +1 -1
  711. package/esm/sdk/user.js +14 -0
  712. package/esm/sdk/user.js.map +1 -1
  713. package/esm/sdk/workspaces.d.ts +4 -0
  714. package/esm/sdk/workspaces.d.ts.map +1 -1
  715. package/esm/sdk/workspaces.js +7 -0
  716. package/esm/sdk/workspaces.js.map +1 -1
  717. package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
  718. package/jsr.json +1 -1
  719. package/package.json +8 -6
  720. package/src/funcs/apiKeysList.ts +1 -0
  721. package/src/funcs/authWhoami.ts +1 -1
  722. package/src/funcs/billingGetPlan.ts +162 -0
  723. package/src/funcs/billingListAuditLog.ts +166 -0
  724. package/src/funcs/cloudRegionsGet.ts +163 -0
  725. package/src/funcs/commandsList.ts +1 -0
  726. package/src/funcs/deploymentGetInfo.ts +1 -1
  727. package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
  728. package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
  729. package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
  730. package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
  731. package/src/funcs/deploymentsCreate.ts +1 -1
  732. package/src/funcs/deploymentsCreateToken.ts +1 -1
  733. package/src/funcs/deploymentsDelete.ts +5 -3
  734. package/src/funcs/deploymentsGet.ts +1 -1
  735. package/src/funcs/deploymentsGetStats.ts +1 -1
  736. package/src/funcs/deploymentsImport.ts +2 -2
  737. package/src/funcs/deploymentsList.ts +1 -1
  738. package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
  739. package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
  740. package/src/funcs/deploymentsRedeploy.ts +1 -1
  741. package/src/funcs/deploymentsRetry.ts +1 -1
  742. package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
  743. package/src/funcs/domainsCreate.ts +6 -5
  744. package/src/funcs/domainsGet.ts +4 -4
  745. package/src/funcs/domainsRefresh.ts +179 -0
  746. package/src/funcs/eventsList.ts +1 -0
  747. package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
  748. package/src/funcs/managersCreate.ts +7 -6
  749. package/src/funcs/managersDelete.ts +2 -2
  750. package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
  751. package/src/funcs/managersGetManagementConfig.ts +1 -0
  752. package/src/funcs/managersList.ts +2 -0
  753. package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
  754. package/src/funcs/managersRetry.ts +179 -0
  755. package/src/funcs/managersRetrySetup.ts +179 -0
  756. package/src/funcs/packagesList.ts +1 -0
  757. package/src/funcs/projectsCreate.ts +2 -2
  758. package/src/funcs/projectsDelete.ts +1 -1
  759. package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
  760. package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
  761. package/src/funcs/projectsGetTemplateUrls.ts +1 -1
  762. package/src/funcs/projectsUpdate.ts +1 -1
  763. package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
  764. package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
  765. package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
  766. package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
  767. package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
  768. package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
  769. package/src/funcs/syncReconcile.ts +6 -7
  770. package/src/funcs/syncRelease.ts +6 -7
  771. package/src/funcs/userCompleteProfileSetup.ts +170 -0
  772. package/src/funcs/userGetProfile.ts +149 -0
  773. package/src/funcs/userUpdateProfile.ts +5 -4
  774. package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
  775. package/src/lib/config.ts +2 -2
  776. package/src/lib/sdks.ts +2 -8
  777. package/src/models/apierror.ts +0 -3
  778. package/src/models/apikey.ts +6 -0
  779. package/src/models/apikeydeploymentsetupconfig.ts +44 -0
  780. package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
  781. package/src/models/billingauditlogrow.ts +38 -0
  782. package/src/models/cloudformationcallbackrequest.ts +3844 -0
  783. package/src/models/cloudregionsresponse.ts +34 -0
  784. package/src/models/command.ts +8 -3
  785. package/src/models/commanddeploymentinfo.ts +5 -0
  786. package/src/models/commandlistitemresponse.ts +8 -3
  787. package/src/models/createapikeyresponse.ts +6 -0
  788. package/src/models/createcommandrequest.ts +6 -0
  789. package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
  790. package/src/models/createdeploymenttokenrequest.ts +2 -2
  791. package/src/models/createdeploymenttokenresponse.ts +2 -2
  792. package/src/models/createmanagerresponse.ts +8631 -0
  793. package/src/models/deployment.ts +3519 -1137
  794. package/src/models/deploymentconnectioninfo.ts +1 -0
  795. package/src/models/deploymentdetailresponse.ts +3918 -1231
  796. package/src/models/deploymentinfo.ts +687 -25
  797. package/src/models/deploymentinfosetupconfig.ts +83 -0
  798. package/src/models/deploymentlistitemresponse.ts +52 -0
  799. package/src/models/deploymentportalaccentcolor.ts +33 -0
  800. package/src/models/deploymentportalappearance.ts +80 -0
  801. package/src/models/deploymentportalappearancepreset.ts +32 -0
  802. package/src/models/deploymentportaldensity.ts +29 -0
  803. package/src/models/deploymentportaldomain.ts +226 -0
  804. package/src/models/deploymentportaldomainresponse.ts +34 -0
  805. package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
  806. package/src/models/deploymentsetupconfig.ts +46 -0
  807. package/src/models/deploymentsetupmethod.ts +25 -0
  808. package/src/models/deploymentsetuppolicy.ts +96 -0
  809. package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
  810. package/src/models/deploymentstats.ts +10 -0
  811. package/src/models/domainwithusage.ts +154 -0
  812. package/src/models/event.ts +992 -96
  813. package/src/models/forwardimportrequest.ts +72 -0
  814. package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
  815. package/src/models/generatemanagertokenresponse.ts +68 -0
  816. package/src/models/gitnamespace.ts +7 -7
  817. package/src/models/importdeploymentrequest.ts +21 -113
  818. package/src/models/importedresource.ts +45 -0
  819. package/src/models/importsource.ts +3346 -0
  820. package/src/models/importsourcekind.ts +24 -0
  821. package/src/models/index.ts +45 -5
  822. package/src/models/manager.ts +94 -187
  823. package/src/models/managerdeployment.ts +16 -0
  824. package/src/models/managerheartbeatrequest.ts +31 -286
  825. package/src/models/managermanagementconfigs.ts +340 -0
  826. package/src/models/managerretrydeploymentresponse.ts +51 -0
  827. package/src/models/managerretryresponse.ts +8571 -0
  828. package/src/models/newdeploymentrequest.ts +2732 -389
  829. package/src/models/newmanagerrequest.ts +37 -46
  830. package/src/models/operations/acceptcloudformationcallback.ts +82 -0
  831. package/src/models/operations/cancelmanagersetup.ts +67 -0
  832. package/src/models/operations/createmanager.ts +0 -332
  833. package/src/models/operations/createproject.ts +162 -136
  834. package/src/models/operations/createprojectfromtemplate.ts +159 -127
  835. package/src/models/operations/deletedeployment.ts +27 -0
  836. package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
  837. package/src/models/operations/generatemanagertoken.ts +53 -0
  838. package/src/models/operations/getcloudregions.ts +33 -0
  839. package/src/models/operations/getdeploymentgroup.ts +58 -0
  840. package/src/models/operations/getdeploymentstats.ts +11 -10
  841. package/src/models/operations/getmanagermanagementconfig.ts +77 -32
  842. package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
  843. package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
  844. package/src/models/operations/getprojecttemplateurls.ts +2 -2
  845. package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
  846. package/src/models/operations/getworkspaceplan.ts +62 -0
  847. package/src/models/operations/index.ts +21 -15
  848. package/src/models/operations/listapikeys.ts +6 -0
  849. package/src/models/operations/listbillingauditlog.ts +73 -0
  850. package/src/models/operations/listcommands.ts +6 -0
  851. package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
  852. package/src/models/operations/listdeploymentgroups.ts +107 -3
  853. package/src/models/operations/listdeployments.ts +12 -11
  854. package/src/models/operations/listdomains.ts +2 -2
  855. package/src/models/operations/listevents.ts +6 -0
  856. package/src/models/operations/listmanagers.ts +12 -0
  857. package/src/models/operations/listpackages.ts +6 -0
  858. package/src/models/operations/listresourcedeployments.ts +158 -0
  859. package/src/models/operations/listresourceoverview.ts +144 -0
  860. package/src/models/operations/preparedeploymentstack.ts +2845 -0
  861. package/src/models/operations/refreshdomain.ts +39 -0
  862. package/src/models/operations/resolve.ts +62 -0
  863. package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
  864. package/src/models/operations/retrydeployment.ts +1 -1
  865. package/src/models/operations/retrymanager.ts +39 -0
  866. package/src/models/operations/retrymanagersetup.ts +39 -0
  867. package/src/models/operations/synclist.ts +40 -0
  868. package/src/models/operations/syncreconcile.ts +3 -3
  869. package/src/models/operations/syncrelease.ts +3 -3
  870. package/src/models/operations/updateproject.ts +5 -497
  871. package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
  872. package/src/models/operations/updateuserprofile.ts +0 -36
  873. package/src/models/package.ts +188 -34
  874. package/src/models/persistimporteddeploymentrequest.ts +8221 -0
  875. package/src/models/pinreleaserequest.ts +2 -2
  876. package/src/models/planid.ts +17 -0
  877. package/src/models/prepareddeploymentstack.ts +3123 -0
  878. package/src/models/privatemanagercloud.ts +24 -0
  879. package/src/models/privatemanagersetupmethod.ts +26 -0
  880. package/src/models/project.ts +130 -94
  881. package/src/models/projectgcpoauthprovider.ts +93 -0
  882. package/src/models/projectlistitemresponse.ts +139 -107
  883. package/src/models/release.ts +6 -0
  884. package/src/models/releaselistitemresponse.ts +6 -0
  885. package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
  886. package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
  887. package/src/models/resolveresponse.ts +322 -0
  888. package/src/models/setupfingerprintinfo.ts +43 -0
  889. package/src/models/supportedcloudregions.ts +43 -0
  890. package/src/models/syncacquirerequest.ts +1 -0
  891. package/src/models/syncacquireresponse.ts +10222 -5960
  892. package/src/models/synclistrequest.ts +115 -0
  893. package/src/models/synclistresponse.ts +7202 -0
  894. package/src/models/syncreconcilerequest.ts +26977 -5873
  895. package/src/models/syncreconcileresponse.ts +10792 -6180
  896. package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
  897. package/src/models/updateproject.ts +544 -0
  898. package/src/models/updateprojectgcpoauthprovider.ts +101 -0
  899. package/src/models/userprofile.ts +116 -0
  900. package/src/models/userprofilesetuprequest.ts +85 -0
  901. package/src/models/workspace.ts +7 -0
  902. package/src/sdk/auth.ts +1 -1
  903. package/src/sdk/billing.ts +39 -0
  904. package/src/sdk/cloudregions.ts +25 -0
  905. package/src/sdk/deployment.ts +16 -1
  906. package/src/sdk/deploymentgroups.ts +0 -18
  907. package/src/sdk/deployments.ts +30 -15
  908. package/src/sdk/domains.ts +17 -2
  909. package/src/sdk/managers.ts +67 -22
  910. package/src/sdk/projects.ts +47 -17
  911. package/src/sdk/resolve.ts +28 -0
  912. package/src/sdk/resources.ts +48 -0
  913. package/src/sdk/sdk.ts +22 -4
  914. package/src/sdk/sync.ts +19 -4
  915. package/src/sdk/user.ts +29 -1
  916. package/src/sdk/workspaces.ts +15 -0
  917. package/esm/funcs/containersGetAttention.d.ts.map +0 -1
  918. package/esm/funcs/containersGetAttention.js.map +0 -1
  919. package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
  920. package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
  921. package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
  922. package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
  923. package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
  924. package/esm/funcs/containersGetDeployments.js.map +0 -1
  925. package/esm/funcs/containersGetMachines.d.ts +0 -15
  926. package/esm/funcs/containersGetMachines.d.ts.map +0 -1
  927. package/esm/funcs/containersGetMachines.js.map +0 -1
  928. package/esm/funcs/containersGetOverview.d.ts +0 -15
  929. package/esm/funcs/containersGetOverview.d.ts.map +0 -1
  930. package/esm/funcs/containersGetOverview.js.map +0 -1
  931. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
  932. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
  933. package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
  934. package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
  935. package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
  936. package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
  937. package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
  938. package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
  939. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
  940. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
  941. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
  942. package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
  943. package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
  944. package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
  945. package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
  946. package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
  947. package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
  948. package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
  949. package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
  950. package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
  951. package/esm/models/deploymentgroupmanagerresponse.js +0 -14
  952. package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
  953. package/esm/models/deploymentpagebackground.d.ts +0 -67
  954. package/esm/models/deploymentpagebackground.d.ts.map +0 -1
  955. package/esm/models/deploymentpagebackground.js +0 -48
  956. package/esm/models/deploymentpagebackground.js.map +0 -1
  957. package/esm/models/domain.d.ts +0 -36
  958. package/esm/models/domain.d.ts.map +0 -1
  959. package/esm/models/domain.js +0 -32
  960. package/esm/models/domain.js.map +0 -1
  961. package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
  962. package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
  963. package/esm/models/generatedeepstoretokenrequest.js +0 -12
  964. package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
  965. package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
  966. package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
  967. package/esm/models/generatedeepstoretokenresponse.js +0 -23
  968. package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
  969. package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
  970. package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
  971. package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
  972. package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
  973. package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
  974. package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
  975. package/esm/models/operations/generatedeepstoretoken.js +0 -21
  976. package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
  977. package/esm/models/operations/getcontainerattention.d.ts +0 -75
  978. package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
  979. package/esm/models/operations/getcontainerattention.js +0 -52
  980. package/esm/models/operations/getcontainerattention.js.map +0 -1
  981. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
  982. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
  983. package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
  984. package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
  985. package/esm/models/operations/getcontainermachines.d.ts +0 -94
  986. package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
  987. package/esm/models/operations/getcontainermachines.js +0 -90
  988. package/esm/models/operations/getcontainermachines.js.map +0 -1
  989. package/esm/models/operations/getcontaineroverview.d.ts +0 -106
  990. package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
  991. package/esm/models/operations/getcontaineroverview.js +0 -68
  992. package/esm/models/operations/getcontaineroverview.js.map +0 -1
  993. package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
  994. package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
  995. package/esm/models/operations/getdeploymentcluster.js +0 -56
  996. package/esm/models/operations/getdeploymentcluster.js.map +0 -1
  997. package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
  998. package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
  999. package/esm/models/operations/getdeploymentcontainer.js +0 -163
  1000. package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
  1001. package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
  1002. package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
  1003. package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
  1004. package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
  1005. package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
  1006. package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
  1007. package/esm/models/operations/getprojectbuildconfig.js +0 -37
  1008. package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
  1009. package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
  1010. package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
  1011. package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
  1012. package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
  1013. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
  1014. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
  1015. package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
  1016. package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
  1017. package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
  1018. package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
  1019. package/esm/models/operations/listdeploymentcontainers.js +0 -39
  1020. package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
  1021. package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
  1022. package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
  1023. package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
  1024. package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
  1025. package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
  1026. package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
  1027. package/esm/models/operations/listdeploymentmachines.js +0 -70
  1028. package/esm/models/operations/listdeploymentmachines.js.map +0 -1
  1029. package/esm/sdk/containers.d.ts +0 -45
  1030. package/esm/sdk/containers.d.ts.map +0 -1
  1031. package/esm/sdk/containers.js +0 -78
  1032. package/esm/sdk/containers.js.map +0 -1
  1033. package/src/funcs/containersGetDeployments.ts +0 -187
  1034. package/src/funcs/containersListDeploymentEvents.ts +0 -186
  1035. package/src/models/deploymentgroupmanagerresponse.ts +0 -38
  1036. package/src/models/deploymentpagebackground.ts +0 -107
  1037. package/src/models/domain.ts +0 -67
  1038. package/src/models/generatedeepstoretokenresponse.ts +0 -68
  1039. package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
  1040. package/src/models/operations/generatedeepstoretoken.ts +0 -55
  1041. package/src/models/operations/getcontainerattention.ts +0 -160
  1042. package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
  1043. package/src/models/operations/getcontainermachines.ts +0 -258
  1044. package/src/models/operations/getcontaineroverview.ts +0 -223
  1045. package/src/models/operations/getdeploymentcluster.ts +0 -168
  1046. package/src/models/operations/getdeploymentcontainer.ts +0 -429
  1047. package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
  1048. package/src/models/operations/getprojectbuildconfig.ts +0 -112
  1049. package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
  1050. package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
  1051. package/src/models/operations/listdeploymentcontainers.ts +0 -110
  1052. package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
  1053. package/src/models/operations/listdeploymentmachines.ts +0 -196
  1054. package/src/sdk/containers.ts +0 -159
@@ -54,6 +54,17 @@ export type SyncAcquireResponseCurrentReleaseOverrideAwBinding = {
54
54
  */
55
55
  stack?: SyncAcquireResponseCurrentReleaseOverrideAwStack | undefined;
56
56
  };
57
+ /**
58
+ * IAM effect. Defaults to Allow.
59
+ */
60
+ export declare const SyncAcquireResponseCurrentReleaseOverrideEffect: {
61
+ readonly Allow: "Allow";
62
+ readonly Deny: "Deny";
63
+ };
64
+ /**
65
+ * IAM effect. Defaults to Allow.
66
+ */
67
+ export type SyncAcquireResponseCurrentReleaseOverrideEffect = ClosedEnum<typeof SyncAcquireResponseCurrentReleaseOverrideEffect>;
57
68
  /**
58
69
  * Grant permissions for a specific cloud platform
59
70
  */
@@ -67,9 +78,17 @@ export type SyncAcquireResponseCurrentReleaseOverrideAwGrant = {
67
78
  */
68
79
  dataActions?: Array<string> | null | undefined;
69
80
  /**
70
- * GCP permissions (only for GCP)
81
+ * GCP permissions that require an exact residual custom role.
71
82
  */
72
83
  permissions?: Array<string> | null | undefined;
84
+ /**
85
+ * Provider predefined roles to bind directly.
86
+ */
87
+ predefinedRoles?: Array<string> | null | undefined;
88
+ /**
89
+ * GCP residual custom permissions to pair with predefined roles.
90
+ */
91
+ residualPermissions?: Array<string> | null | undefined;
73
92
  };
74
93
  /**
75
94
  * AWS-specific platform permission configuration
@@ -79,10 +98,22 @@ export type SyncAcquireResponseCurrentReleaseOverrideAw = {
79
98
  * Generic binding configuration for permissions
80
99
  */
81
100
  binding: SyncAcquireResponseCurrentReleaseOverrideAwBinding;
101
+ /**
102
+ * Short admin-facing description of why this entry exists.
103
+ */
104
+ description?: string | null | undefined;
105
+ /**
106
+ * IAM effect. Defaults to Allow.
107
+ */
108
+ effect?: SyncAcquireResponseCurrentReleaseOverrideEffect | undefined;
82
109
  /**
83
110
  * Grant permissions for a specific cloud platform
84
111
  */
85
112
  grant: SyncAcquireResponseCurrentReleaseOverrideAwGrant;
113
+ /**
114
+ * Stable admin-facing label for this permission entry.
115
+ */
116
+ label?: string | null | undefined;
86
117
  };
87
118
  /**
88
119
  * Azure-specific binding specification
@@ -128,9 +159,17 @@ export type SyncAcquireResponseCurrentReleaseOverrideAzureGrant = {
128
159
  */
129
160
  dataActions?: Array<string> | null | undefined;
130
161
  /**
131
- * GCP permissions (only for GCP)
162
+ * GCP permissions that require an exact residual custom role.
132
163
  */
133
164
  permissions?: Array<string> | null | undefined;
165
+ /**
166
+ * Provider predefined roles to bind directly.
167
+ */
168
+ predefinedRoles?: Array<string> | null | undefined;
169
+ /**
170
+ * GCP residual custom permissions to pair with predefined roles.
171
+ */
172
+ residualPermissions?: Array<string> | null | undefined;
134
173
  };
135
174
  /**
136
175
  * Azure-specific platform permission configuration
@@ -140,10 +179,18 @@ export type SyncAcquireResponseCurrentReleaseOverrideAzure = {
140
179
  * Generic binding configuration for permissions
141
180
  */
142
181
  binding: SyncAcquireResponseCurrentReleaseOverrideAzureBinding;
182
+ /**
183
+ * Short admin-facing description of why this entry exists.
184
+ */
185
+ description?: string | null | undefined;
143
186
  /**
144
187
  * Grant permissions for a specific cloud platform
145
188
  */
146
189
  grant: SyncAcquireResponseCurrentReleaseOverrideAzureGrant;
190
+ /**
191
+ * Stable admin-facing label for this permission entry.
192
+ */
193
+ label?: string | null | undefined;
147
194
  };
148
195
  /**
149
196
  * GCP IAM condition
@@ -207,9 +254,17 @@ export type SyncAcquireResponseCurrentReleaseOverrideGcpGrant = {
207
254
  */
208
255
  dataActions?: Array<string> | null | undefined;
209
256
  /**
210
- * GCP permissions (only for GCP)
257
+ * GCP permissions that require an exact residual custom role.
211
258
  */
212
259
  permissions?: Array<string> | null | undefined;
260
+ /**
261
+ * Provider predefined roles to bind directly.
262
+ */
263
+ predefinedRoles?: Array<string> | null | undefined;
264
+ /**
265
+ * GCP residual custom permissions to pair with predefined roles.
266
+ */
267
+ residualPermissions?: Array<string> | null | undefined;
213
268
  };
214
269
  /**
215
270
  * GCP-specific platform permission configuration
@@ -219,10 +274,18 @@ export type SyncAcquireResponseCurrentReleaseOverrideGcp = {
219
274
  * Generic binding configuration for permissions
220
275
  */
221
276
  binding: SyncAcquireResponseCurrentReleaseOverrideGcpBinding;
277
+ /**
278
+ * Short admin-facing description of why this entry exists.
279
+ */
280
+ description?: string | null | undefined;
222
281
  /**
223
282
  * Grant permissions for a specific cloud platform
224
283
  */
225
284
  grant: SyncAcquireResponseCurrentReleaseOverrideGcpGrant;
285
+ /**
286
+ * Stable admin-facing label for this permission entry.
287
+ */
288
+ label?: string | null | undefined;
226
289
  };
227
290
  /**
228
291
  * Platform-specific permission configurations
@@ -320,6 +383,17 @@ export type SyncAcquireResponseCurrentReleaseExtendAwBinding = {
320
383
  */
321
384
  stack?: SyncAcquireResponseCurrentReleaseExtendAwStack | undefined;
322
385
  };
386
+ /**
387
+ * IAM effect. Defaults to Allow.
388
+ */
389
+ export declare const SyncAcquireResponseCurrentReleaseExtendEffect: {
390
+ readonly Allow: "Allow";
391
+ readonly Deny: "Deny";
392
+ };
393
+ /**
394
+ * IAM effect. Defaults to Allow.
395
+ */
396
+ export type SyncAcquireResponseCurrentReleaseExtendEffect = ClosedEnum<typeof SyncAcquireResponseCurrentReleaseExtendEffect>;
323
397
  /**
324
398
  * Grant permissions for a specific cloud platform
325
399
  */
@@ -333,9 +407,17 @@ export type SyncAcquireResponseCurrentReleaseExtendAwGrant = {
333
407
  */
334
408
  dataActions?: Array<string> | null | undefined;
335
409
  /**
336
- * GCP permissions (only for GCP)
410
+ * GCP permissions that require an exact residual custom role.
337
411
  */
338
412
  permissions?: Array<string> | null | undefined;
413
+ /**
414
+ * Provider predefined roles to bind directly.
415
+ */
416
+ predefinedRoles?: Array<string> | null | undefined;
417
+ /**
418
+ * GCP residual custom permissions to pair with predefined roles.
419
+ */
420
+ residualPermissions?: Array<string> | null | undefined;
339
421
  };
340
422
  /**
341
423
  * AWS-specific platform permission configuration
@@ -345,10 +427,22 @@ export type SyncAcquireResponseCurrentReleaseExtendAw = {
345
427
  * Generic binding configuration for permissions
346
428
  */
347
429
  binding: SyncAcquireResponseCurrentReleaseExtendAwBinding;
430
+ /**
431
+ * Short admin-facing description of why this entry exists.
432
+ */
433
+ description?: string | null | undefined;
434
+ /**
435
+ * IAM effect. Defaults to Allow.
436
+ */
437
+ effect?: SyncAcquireResponseCurrentReleaseExtendEffect | undefined;
348
438
  /**
349
439
  * Grant permissions for a specific cloud platform
350
440
  */
351
441
  grant: SyncAcquireResponseCurrentReleaseExtendAwGrant;
442
+ /**
443
+ * Stable admin-facing label for this permission entry.
444
+ */
445
+ label?: string | null | undefined;
352
446
  };
353
447
  /**
354
448
  * Azure-specific binding specification
@@ -394,9 +488,17 @@ export type SyncAcquireResponseCurrentReleaseExtendAzureGrant = {
394
488
  */
395
489
  dataActions?: Array<string> | null | undefined;
396
490
  /**
397
- * GCP permissions (only for GCP)
491
+ * GCP permissions that require an exact residual custom role.
398
492
  */
399
493
  permissions?: Array<string> | null | undefined;
494
+ /**
495
+ * Provider predefined roles to bind directly.
496
+ */
497
+ predefinedRoles?: Array<string> | null | undefined;
498
+ /**
499
+ * GCP residual custom permissions to pair with predefined roles.
500
+ */
501
+ residualPermissions?: Array<string> | null | undefined;
400
502
  };
401
503
  /**
402
504
  * Azure-specific platform permission configuration
@@ -406,10 +508,18 @@ export type SyncAcquireResponseCurrentReleaseExtendAzure = {
406
508
  * Generic binding configuration for permissions
407
509
  */
408
510
  binding: SyncAcquireResponseCurrentReleaseExtendAzureBinding;
511
+ /**
512
+ * Short admin-facing description of why this entry exists.
513
+ */
514
+ description?: string | null | undefined;
409
515
  /**
410
516
  * Grant permissions for a specific cloud platform
411
517
  */
412
518
  grant: SyncAcquireResponseCurrentReleaseExtendAzureGrant;
519
+ /**
520
+ * Stable admin-facing label for this permission entry.
521
+ */
522
+ label?: string | null | undefined;
413
523
  };
414
524
  /**
415
525
  * GCP IAM condition
@@ -473,9 +583,17 @@ export type SyncAcquireResponseCurrentReleaseExtendGcpGrant = {
473
583
  */
474
584
  dataActions?: Array<string> | null | undefined;
475
585
  /**
476
- * GCP permissions (only for GCP)
586
+ * GCP permissions that require an exact residual custom role.
477
587
  */
478
588
  permissions?: Array<string> | null | undefined;
589
+ /**
590
+ * Provider predefined roles to bind directly.
591
+ */
592
+ predefinedRoles?: Array<string> | null | undefined;
593
+ /**
594
+ * GCP residual custom permissions to pair with predefined roles.
595
+ */
596
+ residualPermissions?: Array<string> | null | undefined;
479
597
  };
480
598
  /**
481
599
  * GCP-specific platform permission configuration
@@ -485,10 +603,18 @@ export type SyncAcquireResponseCurrentReleaseExtendGcp = {
485
603
  * Generic binding configuration for permissions
486
604
  */
487
605
  binding: SyncAcquireResponseCurrentReleaseExtendGcpBinding;
606
+ /**
607
+ * Short admin-facing description of why this entry exists.
608
+ */
609
+ description?: string | null | undefined;
488
610
  /**
489
611
  * Grant permissions for a specific cloud platform
490
612
  */
491
613
  grant: SyncAcquireResponseCurrentReleaseExtendGcpGrant;
614
+ /**
615
+ * Stable admin-facing label for this permission entry.
616
+ */
617
+ label?: string | null | undefined;
492
618
  };
493
619
  /**
494
620
  * Platform-specific permission configurations
@@ -590,6 +716,17 @@ export type SyncAcquireResponseCurrentReleaseProfileAwBinding = {
590
716
  */
591
717
  stack?: SyncAcquireResponseCurrentReleaseProfileAwStack | undefined;
592
718
  };
719
+ /**
720
+ * IAM effect. Defaults to Allow.
721
+ */
722
+ export declare const SyncAcquireResponseCurrentReleaseProfileEffect: {
723
+ readonly Allow: "Allow";
724
+ readonly Deny: "Deny";
725
+ };
726
+ /**
727
+ * IAM effect. Defaults to Allow.
728
+ */
729
+ export type SyncAcquireResponseCurrentReleaseProfileEffect = ClosedEnum<typeof SyncAcquireResponseCurrentReleaseProfileEffect>;
593
730
  /**
594
731
  * Grant permissions for a specific cloud platform
595
732
  */
@@ -603,9 +740,17 @@ export type SyncAcquireResponseCurrentReleaseProfileAwGrant = {
603
740
  */
604
741
  dataActions?: Array<string> | null | undefined;
605
742
  /**
606
- * GCP permissions (only for GCP)
743
+ * GCP permissions that require an exact residual custom role.
607
744
  */
608
745
  permissions?: Array<string> | null | undefined;
746
+ /**
747
+ * Provider predefined roles to bind directly.
748
+ */
749
+ predefinedRoles?: Array<string> | null | undefined;
750
+ /**
751
+ * GCP residual custom permissions to pair with predefined roles.
752
+ */
753
+ residualPermissions?: Array<string> | null | undefined;
609
754
  };
610
755
  /**
611
756
  * AWS-specific platform permission configuration
@@ -615,10 +760,22 @@ export type SyncAcquireResponseCurrentReleaseProfileAw = {
615
760
  * Generic binding configuration for permissions
616
761
  */
617
762
  binding: SyncAcquireResponseCurrentReleaseProfileAwBinding;
763
+ /**
764
+ * Short admin-facing description of why this entry exists.
765
+ */
766
+ description?: string | null | undefined;
767
+ /**
768
+ * IAM effect. Defaults to Allow.
769
+ */
770
+ effect?: SyncAcquireResponseCurrentReleaseProfileEffect | undefined;
618
771
  /**
619
772
  * Grant permissions for a specific cloud platform
620
773
  */
621
774
  grant: SyncAcquireResponseCurrentReleaseProfileAwGrant;
775
+ /**
776
+ * Stable admin-facing label for this permission entry.
777
+ */
778
+ label?: string | null | undefined;
622
779
  };
623
780
  /**
624
781
  * Azure-specific binding specification
@@ -664,9 +821,17 @@ export type SyncAcquireResponseCurrentReleaseProfileAzureGrant = {
664
821
  */
665
822
  dataActions?: Array<string> | null | undefined;
666
823
  /**
667
- * GCP permissions (only for GCP)
824
+ * GCP permissions that require an exact residual custom role.
668
825
  */
669
826
  permissions?: Array<string> | null | undefined;
827
+ /**
828
+ * Provider predefined roles to bind directly.
829
+ */
830
+ predefinedRoles?: Array<string> | null | undefined;
831
+ /**
832
+ * GCP residual custom permissions to pair with predefined roles.
833
+ */
834
+ residualPermissions?: Array<string> | null | undefined;
670
835
  };
671
836
  /**
672
837
  * Azure-specific platform permission configuration
@@ -676,10 +841,18 @@ export type SyncAcquireResponseCurrentReleaseProfileAzure = {
676
841
  * Generic binding configuration for permissions
677
842
  */
678
843
  binding: SyncAcquireResponseCurrentReleaseProfileAzureBinding;
844
+ /**
845
+ * Short admin-facing description of why this entry exists.
846
+ */
847
+ description?: string | null | undefined;
679
848
  /**
680
849
  * Grant permissions for a specific cloud platform
681
850
  */
682
851
  grant: SyncAcquireResponseCurrentReleaseProfileAzureGrant;
852
+ /**
853
+ * Stable admin-facing label for this permission entry.
854
+ */
855
+ label?: string | null | undefined;
683
856
  };
684
857
  /**
685
858
  * GCP IAM condition
@@ -743,9 +916,17 @@ export type SyncAcquireResponseCurrentReleaseProfileGcpGrant = {
743
916
  */
744
917
  dataActions?: Array<string> | null | undefined;
745
918
  /**
746
- * GCP permissions (only for GCP)
919
+ * GCP permissions that require an exact residual custom role.
747
920
  */
748
921
  permissions?: Array<string> | null | undefined;
922
+ /**
923
+ * Provider predefined roles to bind directly.
924
+ */
925
+ predefinedRoles?: Array<string> | null | undefined;
926
+ /**
927
+ * GCP residual custom permissions to pair with predefined roles.
928
+ */
929
+ residualPermissions?: Array<string> | null | undefined;
749
930
  };
750
931
  /**
751
932
  * GCP-specific platform permission configuration
@@ -755,10 +936,18 @@ export type SyncAcquireResponseCurrentReleaseProfileGcp = {
755
936
  * Generic binding configuration for permissions
756
937
  */
757
938
  binding: SyncAcquireResponseCurrentReleaseProfileGcpBinding;
939
+ /**
940
+ * Short admin-facing description of why this entry exists.
941
+ */
942
+ description?: string | null | undefined;
758
943
  /**
759
944
  * Grant permissions for a specific cloud platform
760
945
  */
761
946
  grant: SyncAcquireResponseCurrentReleaseProfileGcpGrant;
947
+ /**
948
+ * Stable admin-facing label for this permission entry.
949
+ */
950
+ label?: string | null | undefined;
762
951
  };
763
952
  /**
764
953
  * Platform-specific permission configurations
@@ -853,7 +1042,6 @@ export type SyncAcquireResponseCurrentReleaseDependency = {
853
1042
  export declare const SyncAcquireResponseCurrentReleaseLifecycle: {
854
1043
  readonly Frozen: "frozen";
855
1044
  readonly Live: "live";
856
- readonly LiveOnSetup: "live-on-setup";
857
1045
  };
858
1046
  /**
859
1047
  * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
@@ -884,6 +1072,21 @@ export type SyncAcquireResponseCurrentReleaseResources = {
884
1072
  */
885
1073
  remoteAccess?: boolean | undefined;
886
1074
  };
1075
+ /**
1076
+ * Represents the target cloud platform.
1077
+ */
1078
+ export declare const SyncAcquireResponseCurrentReleaseSupportedPlatform: {
1079
+ readonly Aws: "aws";
1080
+ readonly Gcp: "gcp";
1081
+ readonly Azure: "azure";
1082
+ readonly Kubernetes: "kubernetes";
1083
+ readonly Local: "local";
1084
+ readonly Test: "test";
1085
+ };
1086
+ /**
1087
+ * Represents the target cloud platform.
1088
+ */
1089
+ export type SyncAcquireResponseCurrentReleaseSupportedPlatform = ClosedEnum<typeof SyncAcquireResponseCurrentReleaseSupportedPlatform>;
887
1090
  /**
888
1091
  * A bag of resources, unaware of any cloud.
889
1092
  */
@@ -902,6 +1105,10 @@ export type SyncAcquireResponseCurrentReleaseStack = {
902
1105
  resources: {
903
1106
  [k: string]: SyncAcquireResponseCurrentReleaseResources;
904
1107
  };
1108
+ /**
1109
+ * Which platforms this stack supports. When None, all platforms are supported.
1110
+ */
1111
+ supportedPlatforms?: Array<SyncAcquireResponseCurrentReleaseSupportedPlatform> | null | undefined;
905
1112
  };
906
1113
  /**
907
1114
  * Release metadata
@@ -1045,6 +1252,58 @@ export declare const SyncAcquireResponseCurrentPlatform: {
1045
1252
  * Represents the target cloud platform.
1046
1253
  */
1047
1254
  export type SyncAcquireResponseCurrentPlatform = ClosedEnum<typeof SyncAcquireResponseCurrentPlatform>;
1255
+ /**
1256
+ * Scope for a delete operation.
1257
+ *
1258
+ * @remarks
1259
+ *
1260
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1261
+ * resources. Live-only deletes are used by setup handoff resources
1262
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1263
+ * before setup tears down Frozen resources.
1264
+ */
1265
+ export declare const SyncAcquireResponseDeleteScopeEnum: {
1266
+ readonly Full: "full";
1267
+ readonly LiveOnly: "liveOnly";
1268
+ };
1269
+ /**
1270
+ * Scope for a delete operation.
1271
+ *
1272
+ * @remarks
1273
+ *
1274
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1275
+ * resources. Live-only deletes are used by setup handoff resources
1276
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1277
+ * before setup tears down Frozen resources.
1278
+ */
1279
+ export type SyncAcquireResponseDeleteScopeEnum = ClosedEnum<typeof SyncAcquireResponseDeleteScopeEnum>;
1280
+ export type SyncAcquireResponseDeleteScopeUnion = SyncAcquireResponseDeleteScopeEnum | any;
1281
+ /**
1282
+ * Scope for a delete operation.
1283
+ *
1284
+ * @remarks
1285
+ *
1286
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1287
+ * resources. Live-only deletes are used by setup handoff resources
1288
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1289
+ * before setup tears down Frozen resources.
1290
+ */
1291
+ export declare const SyncAcquireResponsePendingDeleteScopeEnum: {
1292
+ readonly Full: "full";
1293
+ readonly LiveOnly: "liveOnly";
1294
+ };
1295
+ /**
1296
+ * Scope for a delete operation.
1297
+ *
1298
+ * @remarks
1299
+ *
1300
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1301
+ * resources. Live-only deletes are used by setup handoff resources
1302
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1303
+ * before setup tears down Frozen resources.
1304
+ */
1305
+ export type SyncAcquireResponsePendingDeleteScopeEnum = ClosedEnum<typeof SyncAcquireResponsePendingDeleteScopeEnum>;
1306
+ export type SyncAcquireResponsePendingDeleteScopeUnion = SyncAcquireResponsePendingDeleteScopeEnum | any;
1048
1307
  export declare const SyncAcquireResponsePreparedStackManagementEnum: {
1049
1308
  readonly Auto: "auto";
1050
1309
  };
@@ -1096,6 +1355,17 @@ export type SyncAcquireResponsePreparedStackOverrideAwBinding = {
1096
1355
  */
1097
1356
  stack?: SyncAcquireResponsePreparedStackOverrideAwStack | undefined;
1098
1357
  };
1358
+ /**
1359
+ * IAM effect. Defaults to Allow.
1360
+ */
1361
+ export declare const SyncAcquireResponsePreparedStackOverrideEffect: {
1362
+ readonly Allow: "Allow";
1363
+ readonly Deny: "Deny";
1364
+ };
1365
+ /**
1366
+ * IAM effect. Defaults to Allow.
1367
+ */
1368
+ export type SyncAcquireResponsePreparedStackOverrideEffect = ClosedEnum<typeof SyncAcquireResponsePreparedStackOverrideEffect>;
1099
1369
  /**
1100
1370
  * Grant permissions for a specific cloud platform
1101
1371
  */
@@ -1109,9 +1379,17 @@ export type SyncAcquireResponsePreparedStackOverrideAwGrant = {
1109
1379
  */
1110
1380
  dataActions?: Array<string> | null | undefined;
1111
1381
  /**
1112
- * GCP permissions (only for GCP)
1382
+ * GCP permissions that require an exact residual custom role.
1113
1383
  */
1114
1384
  permissions?: Array<string> | null | undefined;
1385
+ /**
1386
+ * Provider predefined roles to bind directly.
1387
+ */
1388
+ predefinedRoles?: Array<string> | null | undefined;
1389
+ /**
1390
+ * GCP residual custom permissions to pair with predefined roles.
1391
+ */
1392
+ residualPermissions?: Array<string> | null | undefined;
1115
1393
  };
1116
1394
  /**
1117
1395
  * AWS-specific platform permission configuration
@@ -1121,10 +1399,22 @@ export type SyncAcquireResponsePreparedStackOverrideAw = {
1121
1399
  * Generic binding configuration for permissions
1122
1400
  */
1123
1401
  binding: SyncAcquireResponsePreparedStackOverrideAwBinding;
1402
+ /**
1403
+ * Short admin-facing description of why this entry exists.
1404
+ */
1405
+ description?: string | null | undefined;
1406
+ /**
1407
+ * IAM effect. Defaults to Allow.
1408
+ */
1409
+ effect?: SyncAcquireResponsePreparedStackOverrideEffect | undefined;
1124
1410
  /**
1125
1411
  * Grant permissions for a specific cloud platform
1126
1412
  */
1127
1413
  grant: SyncAcquireResponsePreparedStackOverrideAwGrant;
1414
+ /**
1415
+ * Stable admin-facing label for this permission entry.
1416
+ */
1417
+ label?: string | null | undefined;
1128
1418
  };
1129
1419
  /**
1130
1420
  * Azure-specific binding specification
@@ -1170,9 +1460,17 @@ export type SyncAcquireResponsePreparedStackOverrideAzureGrant = {
1170
1460
  */
1171
1461
  dataActions?: Array<string> | null | undefined;
1172
1462
  /**
1173
- * GCP permissions (only for GCP)
1463
+ * GCP permissions that require an exact residual custom role.
1174
1464
  */
1175
1465
  permissions?: Array<string> | null | undefined;
1466
+ /**
1467
+ * Provider predefined roles to bind directly.
1468
+ */
1469
+ predefinedRoles?: Array<string> | null | undefined;
1470
+ /**
1471
+ * GCP residual custom permissions to pair with predefined roles.
1472
+ */
1473
+ residualPermissions?: Array<string> | null | undefined;
1176
1474
  };
1177
1475
  /**
1178
1476
  * Azure-specific platform permission configuration
@@ -1182,10 +1480,18 @@ export type SyncAcquireResponsePreparedStackOverrideAzure = {
1182
1480
  * Generic binding configuration for permissions
1183
1481
  */
1184
1482
  binding: SyncAcquireResponsePreparedStackOverrideAzureBinding;
1483
+ /**
1484
+ * Short admin-facing description of why this entry exists.
1485
+ */
1486
+ description?: string | null | undefined;
1185
1487
  /**
1186
1488
  * Grant permissions for a specific cloud platform
1187
1489
  */
1188
1490
  grant: SyncAcquireResponsePreparedStackOverrideAzureGrant;
1491
+ /**
1492
+ * Stable admin-facing label for this permission entry.
1493
+ */
1494
+ label?: string | null | undefined;
1189
1495
  };
1190
1496
  /**
1191
1497
  * GCP IAM condition
@@ -1249,9 +1555,17 @@ export type SyncAcquireResponsePreparedStackOverrideGcpGrant = {
1249
1555
  */
1250
1556
  dataActions?: Array<string> | null | undefined;
1251
1557
  /**
1252
- * GCP permissions (only for GCP)
1558
+ * GCP permissions that require an exact residual custom role.
1253
1559
  */
1254
1560
  permissions?: Array<string> | null | undefined;
1561
+ /**
1562
+ * Provider predefined roles to bind directly.
1563
+ */
1564
+ predefinedRoles?: Array<string> | null | undefined;
1565
+ /**
1566
+ * GCP residual custom permissions to pair with predefined roles.
1567
+ */
1568
+ residualPermissions?: Array<string> | null | undefined;
1255
1569
  };
1256
1570
  /**
1257
1571
  * GCP-specific platform permission configuration
@@ -1261,10 +1575,18 @@ export type SyncAcquireResponsePreparedStackOverrideGcp = {
1261
1575
  * Generic binding configuration for permissions
1262
1576
  */
1263
1577
  binding: SyncAcquireResponsePreparedStackOverrideGcpBinding;
1578
+ /**
1579
+ * Short admin-facing description of why this entry exists.
1580
+ */
1581
+ description?: string | null | undefined;
1264
1582
  /**
1265
1583
  * Grant permissions for a specific cloud platform
1266
1584
  */
1267
1585
  grant: SyncAcquireResponsePreparedStackOverrideGcpGrant;
1586
+ /**
1587
+ * Stable admin-facing label for this permission entry.
1588
+ */
1589
+ label?: string | null | undefined;
1268
1590
  };
1269
1591
  /**
1270
1592
  * Platform-specific permission configurations
@@ -1362,6 +1684,17 @@ export type SyncAcquireResponsePreparedStackExtendAwBinding = {
1362
1684
  */
1363
1685
  stack?: SyncAcquireResponsePreparedStackExtendAwStack | undefined;
1364
1686
  };
1687
+ /**
1688
+ * IAM effect. Defaults to Allow.
1689
+ */
1690
+ export declare const SyncAcquireResponsePreparedStackExtendEffect: {
1691
+ readonly Allow: "Allow";
1692
+ readonly Deny: "Deny";
1693
+ };
1694
+ /**
1695
+ * IAM effect. Defaults to Allow.
1696
+ */
1697
+ export type SyncAcquireResponsePreparedStackExtendEffect = ClosedEnum<typeof SyncAcquireResponsePreparedStackExtendEffect>;
1365
1698
  /**
1366
1699
  * Grant permissions for a specific cloud platform
1367
1700
  */
@@ -1375,9 +1708,17 @@ export type SyncAcquireResponsePreparedStackExtendAwGrant = {
1375
1708
  */
1376
1709
  dataActions?: Array<string> | null | undefined;
1377
1710
  /**
1378
- * GCP permissions (only for GCP)
1711
+ * GCP permissions that require an exact residual custom role.
1379
1712
  */
1380
1713
  permissions?: Array<string> | null | undefined;
1714
+ /**
1715
+ * Provider predefined roles to bind directly.
1716
+ */
1717
+ predefinedRoles?: Array<string> | null | undefined;
1718
+ /**
1719
+ * GCP residual custom permissions to pair with predefined roles.
1720
+ */
1721
+ residualPermissions?: Array<string> | null | undefined;
1381
1722
  };
1382
1723
  /**
1383
1724
  * AWS-specific platform permission configuration
@@ -1387,10 +1728,22 @@ export type SyncAcquireResponsePreparedStackExtendAw = {
1387
1728
  * Generic binding configuration for permissions
1388
1729
  */
1389
1730
  binding: SyncAcquireResponsePreparedStackExtendAwBinding;
1731
+ /**
1732
+ * Short admin-facing description of why this entry exists.
1733
+ */
1734
+ description?: string | null | undefined;
1735
+ /**
1736
+ * IAM effect. Defaults to Allow.
1737
+ */
1738
+ effect?: SyncAcquireResponsePreparedStackExtendEffect | undefined;
1390
1739
  /**
1391
1740
  * Grant permissions for a specific cloud platform
1392
1741
  */
1393
1742
  grant: SyncAcquireResponsePreparedStackExtendAwGrant;
1743
+ /**
1744
+ * Stable admin-facing label for this permission entry.
1745
+ */
1746
+ label?: string | null | undefined;
1394
1747
  };
1395
1748
  /**
1396
1749
  * Azure-specific binding specification
@@ -1436,9 +1789,17 @@ export type SyncAcquireResponsePreparedStackExtendAzureGrant = {
1436
1789
  */
1437
1790
  dataActions?: Array<string> | null | undefined;
1438
1791
  /**
1439
- * GCP permissions (only for GCP)
1792
+ * GCP permissions that require an exact residual custom role.
1440
1793
  */
1441
1794
  permissions?: Array<string> | null | undefined;
1795
+ /**
1796
+ * Provider predefined roles to bind directly.
1797
+ */
1798
+ predefinedRoles?: Array<string> | null | undefined;
1799
+ /**
1800
+ * GCP residual custom permissions to pair with predefined roles.
1801
+ */
1802
+ residualPermissions?: Array<string> | null | undefined;
1442
1803
  };
1443
1804
  /**
1444
1805
  * Azure-specific platform permission configuration
@@ -1448,10 +1809,18 @@ export type SyncAcquireResponsePreparedStackExtendAzure = {
1448
1809
  * Generic binding configuration for permissions
1449
1810
  */
1450
1811
  binding: SyncAcquireResponsePreparedStackExtendAzureBinding;
1812
+ /**
1813
+ * Short admin-facing description of why this entry exists.
1814
+ */
1815
+ description?: string | null | undefined;
1451
1816
  /**
1452
1817
  * Grant permissions for a specific cloud platform
1453
1818
  */
1454
1819
  grant: SyncAcquireResponsePreparedStackExtendAzureGrant;
1820
+ /**
1821
+ * Stable admin-facing label for this permission entry.
1822
+ */
1823
+ label?: string | null | undefined;
1455
1824
  };
1456
1825
  /**
1457
1826
  * GCP IAM condition
@@ -1515,9 +1884,17 @@ export type SyncAcquireResponsePreparedStackExtendGcpGrant = {
1515
1884
  */
1516
1885
  dataActions?: Array<string> | null | undefined;
1517
1886
  /**
1518
- * GCP permissions (only for GCP)
1887
+ * GCP permissions that require an exact residual custom role.
1519
1888
  */
1520
1889
  permissions?: Array<string> | null | undefined;
1890
+ /**
1891
+ * Provider predefined roles to bind directly.
1892
+ */
1893
+ predefinedRoles?: Array<string> | null | undefined;
1894
+ /**
1895
+ * GCP residual custom permissions to pair with predefined roles.
1896
+ */
1897
+ residualPermissions?: Array<string> | null | undefined;
1521
1898
  };
1522
1899
  /**
1523
1900
  * GCP-specific platform permission configuration
@@ -1527,10 +1904,18 @@ export type SyncAcquireResponsePreparedStackExtendGcp = {
1527
1904
  * Generic binding configuration for permissions
1528
1905
  */
1529
1906
  binding: SyncAcquireResponsePreparedStackExtendGcpBinding;
1907
+ /**
1908
+ * Short admin-facing description of why this entry exists.
1909
+ */
1910
+ description?: string | null | undefined;
1530
1911
  /**
1531
1912
  * Grant permissions for a specific cloud platform
1532
1913
  */
1533
1914
  grant: SyncAcquireResponsePreparedStackExtendGcpGrant;
1915
+ /**
1916
+ * Stable admin-facing label for this permission entry.
1917
+ */
1918
+ label?: string | null | undefined;
1534
1919
  };
1535
1920
  /**
1536
1921
  * Platform-specific permission configurations
@@ -1632,6 +2017,17 @@ export type SyncAcquireResponsePreparedStackProfileAwBinding = {
1632
2017
  */
1633
2018
  stack?: SyncAcquireResponsePreparedStackProfileAwStack | undefined;
1634
2019
  };
2020
+ /**
2021
+ * IAM effect. Defaults to Allow.
2022
+ */
2023
+ export declare const SyncAcquireResponsePreparedStackProfileEffect: {
2024
+ readonly Allow: "Allow";
2025
+ readonly Deny: "Deny";
2026
+ };
2027
+ /**
2028
+ * IAM effect. Defaults to Allow.
2029
+ */
2030
+ export type SyncAcquireResponsePreparedStackProfileEffect = ClosedEnum<typeof SyncAcquireResponsePreparedStackProfileEffect>;
1635
2031
  /**
1636
2032
  * Grant permissions for a specific cloud platform
1637
2033
  */
@@ -1645,9 +2041,17 @@ export type SyncAcquireResponsePreparedStackProfileAwGrant = {
1645
2041
  */
1646
2042
  dataActions?: Array<string> | null | undefined;
1647
2043
  /**
1648
- * GCP permissions (only for GCP)
2044
+ * GCP permissions that require an exact residual custom role.
1649
2045
  */
1650
2046
  permissions?: Array<string> | null | undefined;
2047
+ /**
2048
+ * Provider predefined roles to bind directly.
2049
+ */
2050
+ predefinedRoles?: Array<string> | null | undefined;
2051
+ /**
2052
+ * GCP residual custom permissions to pair with predefined roles.
2053
+ */
2054
+ residualPermissions?: Array<string> | null | undefined;
1651
2055
  };
1652
2056
  /**
1653
2057
  * AWS-specific platform permission configuration
@@ -1657,10 +2061,22 @@ export type SyncAcquireResponsePreparedStackProfileAw = {
1657
2061
  * Generic binding configuration for permissions
1658
2062
  */
1659
2063
  binding: SyncAcquireResponsePreparedStackProfileAwBinding;
2064
+ /**
2065
+ * Short admin-facing description of why this entry exists.
2066
+ */
2067
+ description?: string | null | undefined;
2068
+ /**
2069
+ * IAM effect. Defaults to Allow.
2070
+ */
2071
+ effect?: SyncAcquireResponsePreparedStackProfileEffect | undefined;
1660
2072
  /**
1661
2073
  * Grant permissions for a specific cloud platform
1662
2074
  */
1663
2075
  grant: SyncAcquireResponsePreparedStackProfileAwGrant;
2076
+ /**
2077
+ * Stable admin-facing label for this permission entry.
2078
+ */
2079
+ label?: string | null | undefined;
1664
2080
  };
1665
2081
  /**
1666
2082
  * Azure-specific binding specification
@@ -1706,9 +2122,17 @@ export type SyncAcquireResponsePreparedStackProfileAzureGrant = {
1706
2122
  */
1707
2123
  dataActions?: Array<string> | null | undefined;
1708
2124
  /**
1709
- * GCP permissions (only for GCP)
2125
+ * GCP permissions that require an exact residual custom role.
1710
2126
  */
1711
2127
  permissions?: Array<string> | null | undefined;
2128
+ /**
2129
+ * Provider predefined roles to bind directly.
2130
+ */
2131
+ predefinedRoles?: Array<string> | null | undefined;
2132
+ /**
2133
+ * GCP residual custom permissions to pair with predefined roles.
2134
+ */
2135
+ residualPermissions?: Array<string> | null | undefined;
1712
2136
  };
1713
2137
  /**
1714
2138
  * Azure-specific platform permission configuration
@@ -1718,10 +2142,18 @@ export type SyncAcquireResponsePreparedStackProfileAzure = {
1718
2142
  * Generic binding configuration for permissions
1719
2143
  */
1720
2144
  binding: SyncAcquireResponsePreparedStackProfileAzureBinding;
2145
+ /**
2146
+ * Short admin-facing description of why this entry exists.
2147
+ */
2148
+ description?: string | null | undefined;
1721
2149
  /**
1722
2150
  * Grant permissions for a specific cloud platform
1723
2151
  */
1724
2152
  grant: SyncAcquireResponsePreparedStackProfileAzureGrant;
2153
+ /**
2154
+ * Stable admin-facing label for this permission entry.
2155
+ */
2156
+ label?: string | null | undefined;
1725
2157
  };
1726
2158
  /**
1727
2159
  * GCP IAM condition
@@ -1785,9 +2217,17 @@ export type SyncAcquireResponsePreparedStackProfileGcpGrant = {
1785
2217
  */
1786
2218
  dataActions?: Array<string> | null | undefined;
1787
2219
  /**
1788
- * GCP permissions (only for GCP)
2220
+ * GCP permissions that require an exact residual custom role.
1789
2221
  */
1790
2222
  permissions?: Array<string> | null | undefined;
2223
+ /**
2224
+ * Provider predefined roles to bind directly.
2225
+ */
2226
+ predefinedRoles?: Array<string> | null | undefined;
2227
+ /**
2228
+ * GCP residual custom permissions to pair with predefined roles.
2229
+ */
2230
+ residualPermissions?: Array<string> | null | undefined;
1791
2231
  };
1792
2232
  /**
1793
2233
  * GCP-specific platform permission configuration
@@ -1797,10 +2237,18 @@ export type SyncAcquireResponsePreparedStackProfileGcp = {
1797
2237
  * Generic binding configuration for permissions
1798
2238
  */
1799
2239
  binding: SyncAcquireResponsePreparedStackProfileGcpBinding;
2240
+ /**
2241
+ * Short admin-facing description of why this entry exists.
2242
+ */
2243
+ description?: string | null | undefined;
1800
2244
  /**
1801
2245
  * Grant permissions for a specific cloud platform
1802
2246
  */
1803
2247
  grant: SyncAcquireResponsePreparedStackProfileGcpGrant;
2248
+ /**
2249
+ * Stable admin-facing label for this permission entry.
2250
+ */
2251
+ label?: string | null | undefined;
1804
2252
  };
1805
2253
  /**
1806
2254
  * Platform-specific permission configurations
@@ -1895,7 +2343,6 @@ export type SyncAcquireResponsePreparedStackDependency = {
1895
2343
  export declare const SyncAcquireResponsePreparedStackLifecycle: {
1896
2344
  readonly Frozen: "frozen";
1897
2345
  readonly Live: "live";
1898
- readonly LiveOnSetup: "live-on-setup";
1899
2346
  };
1900
2347
  /**
1901
2348
  * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
@@ -1926,6 +2373,21 @@ export type SyncAcquireResponsePreparedStackResources = {
1926
2373
  */
1927
2374
  remoteAccess?: boolean | undefined;
1928
2375
  };
2376
+ /**
2377
+ * Represents the target cloud platform.
2378
+ */
2379
+ export declare const SyncAcquireResponsePreparedStackSupportedPlatform: {
2380
+ readonly Aws: "aws";
2381
+ readonly Gcp: "gcp";
2382
+ readonly Azure: "azure";
2383
+ readonly Kubernetes: "kubernetes";
2384
+ readonly Local: "local";
2385
+ readonly Test: "test";
2386
+ };
2387
+ /**
2388
+ * Represents the target cloud platform.
2389
+ */
2390
+ export type SyncAcquireResponsePreparedStackSupportedPlatform = ClosedEnum<typeof SyncAcquireResponsePreparedStackSupportedPlatform>;
1929
2391
  /**
1930
2392
  * A bag of resources, unaware of any cloud.
1931
2393
  */
@@ -1944,6 +2406,10 @@ export type SyncAcquireResponsePreparedStack = {
1944
2406
  resources: {
1945
2407
  [k: string]: SyncAcquireResponsePreparedStackResources;
1946
2408
  };
2409
+ /**
2410
+ * Which platforms this stack supports. When None, all platforms are supported.
2411
+ */
2412
+ supportedPlatforms?: Array<SyncAcquireResponsePreparedStackSupportedPlatform> | null | undefined;
1947
2413
  };
1948
2414
  export type SyncAcquireResponsePreparedStackUnion = SyncAcquireResponsePreparedStack | any;
1949
2415
  /**
@@ -1954,6 +2420,7 @@ export type SyncAcquireResponsePreparedStackUnion = SyncAcquireResponsePreparedS
1954
2420
  * Stores deployment state that needs to persist across step calls.
1955
2421
  */
1956
2422
  export type SyncAcquireResponseRuntimeMetadata = {
2423
+ deleteScope?: SyncAcquireResponseDeleteScopeEnum | any | null | undefined;
1957
2424
  /**
1958
2425
  * Hash of the environment variables snapshot that was last synced to the vault
1959
2426
  *
@@ -1961,7 +2428,17 @@ export type SyncAcquireResponseRuntimeMetadata = {
1961
2428
  * Used to avoid redundant sync operations during incremental deployment
1962
2429
  */
1963
2430
  lastSyncedEnvVarsHash?: string | null | undefined;
2431
+ pendingDeleteScope?: SyncAcquireResponsePendingDeleteScopeEnum | any | null | undefined;
1964
2432
  preparedStack?: SyncAcquireResponsePreparedStack | any | null | undefined;
2433
+ /**
2434
+ * Whether cross-account registry access has been successfully granted.
2435
+ *
2436
+ * @remarks
2437
+ * Set to true after the manager successfully sets the ECR/GAR repo policy
2438
+ * for this deployment's target account. Prevents redundant API calls on
2439
+ * every reconcile tick.
2440
+ */
2441
+ registryAccessGranted?: boolean | undefined;
1965
2442
  };
1966
2443
  export type SyncAcquireResponseRuntimeMetadataUnion = SyncAcquireResponseRuntimeMetadata | any;
1967
2444
  /**
@@ -1995,6 +2472,22 @@ export type SyncAcquireResponseStackStateConfig = {
1995
2472
  [k: string]: any | null;
1996
2473
  } | undefined;
1997
2474
  };
2475
+ /**
2476
+ * Represents the target cloud platform.
2477
+ */
2478
+ export declare const SyncAcquireResponseControllerPlatformEnum: {
2479
+ readonly Aws: "aws";
2480
+ readonly Gcp: "gcp";
2481
+ readonly Azure: "azure";
2482
+ readonly Kubernetes: "kubernetes";
2483
+ readonly Local: "local";
2484
+ readonly Test: "test";
2485
+ };
2486
+ /**
2487
+ * Represents the target cloud platform.
2488
+ */
2489
+ export type SyncAcquireResponseControllerPlatformEnum = ClosedEnum<typeof SyncAcquireResponseControllerPlatformEnum>;
2490
+ export type SyncAcquireResponseControllerPlatformUnion = SyncAcquireResponseControllerPlatformEnum | any;
1998
2491
  /**
1999
2492
  * New ResourceRef that works with any resource type.
2000
2493
  *
@@ -2040,6 +2533,10 @@ export type SyncAcquireResponseError = {
2040
2533
  * caused the issue, or other relevant context information.
2041
2534
  */
2042
2535
  context?: any | null | undefined;
2536
+ /**
2537
+ * Optional human-facing remediation hint.
2538
+ */
2539
+ hint?: string | null | undefined;
2043
2540
  /**
2044
2541
  * HTTP status code for this error.
2045
2542
  *
@@ -2096,7 +2593,6 @@ export type SyncAcquireResponseErrorUnion = SyncAcquireResponseError | any;
2096
2593
  export declare const SyncAcquireResponseStackStateLifecycleEnum: {
2097
2594
  readonly Frozen: "frozen";
2098
2595
  readonly Live: "live";
2099
- readonly LiveOnSetup: "live-on-setup";
2100
2596
  };
2101
2597
  /**
2102
2598
  * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
@@ -2168,6 +2664,7 @@ export type SyncAcquireResponseStackStateResources = {
2168
2664
  * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
2169
2665
  */
2170
2666
  config: SyncAcquireResponseStackStateConfig;
2667
+ controllerPlatform?: SyncAcquireResponseControllerPlatformEnum | any | null | undefined;
2171
2668
  /**
2172
2669
  * Complete list of dependencies for this resource, including infrastructure dependencies.
2173
2670
  *
@@ -2176,13 +2673,6 @@ export type SyncAcquireResponseStackStateResources = {
2176
2673
  */
2177
2674
  dependencies?: Array<SyncAcquireResponseStackStateDependency> | undefined;
2178
2675
  error?: SyncAcquireResponseError | any | null | undefined;
2179
- /**
2180
- * True if the resource was provisioned by an external system (e.g., CloudFormation).
2181
- *
2182
- * @remarks
2183
- * Defaults to false, indicating dynamic provisioning by the executor.
2184
- */
2185
- isExternallyProvisioned?: boolean | undefined;
2186
2676
  /**
2187
2677
  * Stores the controller state that failed, used for manual retry operations.
2188
2678
  *
@@ -2212,7 +2702,7 @@ export type SyncAcquireResponseStackStateResources = {
2212
2702
  */
2213
2703
  status: SyncAcquireResponseStackStateStatus;
2214
2704
  /**
2215
- * The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
2705
+ * The high-level type of the resource (e.g., Worker::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
2216
2706
  */
2217
2707
  type: string;
2218
2708
  };
@@ -2254,6 +2744,7 @@ export declare const SyncAcquireResponseStatus: {
2254
2744
  readonly Deleting: "deleting";
2255
2745
  readonly DeleteFailed: "delete-failed";
2256
2746
  readonly Deleted: "deleted";
2747
+ readonly Error: "error";
2257
2748
  };
2258
2749
  /**
2259
2750
  * Deployment status in the deployment lifecycle
@@ -2310,6 +2801,17 @@ export type SyncAcquireResponseTargetReleaseOverrideAwBinding = {
2310
2801
  */
2311
2802
  stack?: SyncAcquireResponseTargetReleaseOverrideAwStack | undefined;
2312
2803
  };
2804
+ /**
2805
+ * IAM effect. Defaults to Allow.
2806
+ */
2807
+ export declare const SyncAcquireResponseTargetReleaseOverrideEffect: {
2808
+ readonly Allow: "Allow";
2809
+ readonly Deny: "Deny";
2810
+ };
2811
+ /**
2812
+ * IAM effect. Defaults to Allow.
2813
+ */
2814
+ export type SyncAcquireResponseTargetReleaseOverrideEffect = ClosedEnum<typeof SyncAcquireResponseTargetReleaseOverrideEffect>;
2313
2815
  /**
2314
2816
  * Grant permissions for a specific cloud platform
2315
2817
  */
@@ -2323,9 +2825,17 @@ export type SyncAcquireResponseTargetReleaseOverrideAwGrant = {
2323
2825
  */
2324
2826
  dataActions?: Array<string> | null | undefined;
2325
2827
  /**
2326
- * GCP permissions (only for GCP)
2828
+ * GCP permissions that require an exact residual custom role.
2327
2829
  */
2328
2830
  permissions?: Array<string> | null | undefined;
2831
+ /**
2832
+ * Provider predefined roles to bind directly.
2833
+ */
2834
+ predefinedRoles?: Array<string> | null | undefined;
2835
+ /**
2836
+ * GCP residual custom permissions to pair with predefined roles.
2837
+ */
2838
+ residualPermissions?: Array<string> | null | undefined;
2329
2839
  };
2330
2840
  /**
2331
2841
  * AWS-specific platform permission configuration
@@ -2335,10 +2845,22 @@ export type SyncAcquireResponseTargetReleaseOverrideAw = {
2335
2845
  * Generic binding configuration for permissions
2336
2846
  */
2337
2847
  binding: SyncAcquireResponseTargetReleaseOverrideAwBinding;
2848
+ /**
2849
+ * Short admin-facing description of why this entry exists.
2850
+ */
2851
+ description?: string | null | undefined;
2852
+ /**
2853
+ * IAM effect. Defaults to Allow.
2854
+ */
2855
+ effect?: SyncAcquireResponseTargetReleaseOverrideEffect | undefined;
2338
2856
  /**
2339
2857
  * Grant permissions for a specific cloud platform
2340
2858
  */
2341
2859
  grant: SyncAcquireResponseTargetReleaseOverrideAwGrant;
2860
+ /**
2861
+ * Stable admin-facing label for this permission entry.
2862
+ */
2863
+ label?: string | null | undefined;
2342
2864
  };
2343
2865
  /**
2344
2866
  * Azure-specific binding specification
@@ -2384,9 +2906,17 @@ export type SyncAcquireResponseTargetReleaseOverrideAzureGrant = {
2384
2906
  */
2385
2907
  dataActions?: Array<string> | null | undefined;
2386
2908
  /**
2387
- * GCP permissions (only for GCP)
2909
+ * GCP permissions that require an exact residual custom role.
2388
2910
  */
2389
2911
  permissions?: Array<string> | null | undefined;
2912
+ /**
2913
+ * Provider predefined roles to bind directly.
2914
+ */
2915
+ predefinedRoles?: Array<string> | null | undefined;
2916
+ /**
2917
+ * GCP residual custom permissions to pair with predefined roles.
2918
+ */
2919
+ residualPermissions?: Array<string> | null | undefined;
2390
2920
  };
2391
2921
  /**
2392
2922
  * Azure-specific platform permission configuration
@@ -2396,10 +2926,18 @@ export type SyncAcquireResponseTargetReleaseOverrideAzure = {
2396
2926
  * Generic binding configuration for permissions
2397
2927
  */
2398
2928
  binding: SyncAcquireResponseTargetReleaseOverrideAzureBinding;
2929
+ /**
2930
+ * Short admin-facing description of why this entry exists.
2931
+ */
2932
+ description?: string | null | undefined;
2399
2933
  /**
2400
2934
  * Grant permissions for a specific cloud platform
2401
2935
  */
2402
2936
  grant: SyncAcquireResponseTargetReleaseOverrideAzureGrant;
2937
+ /**
2938
+ * Stable admin-facing label for this permission entry.
2939
+ */
2940
+ label?: string | null | undefined;
2403
2941
  };
2404
2942
  /**
2405
2943
  * GCP IAM condition
@@ -2463,9 +3001,17 @@ export type SyncAcquireResponseTargetReleaseOverrideGcpGrant = {
2463
3001
  */
2464
3002
  dataActions?: Array<string> | null | undefined;
2465
3003
  /**
2466
- * GCP permissions (only for GCP)
3004
+ * GCP permissions that require an exact residual custom role.
2467
3005
  */
2468
3006
  permissions?: Array<string> | null | undefined;
3007
+ /**
3008
+ * Provider predefined roles to bind directly.
3009
+ */
3010
+ predefinedRoles?: Array<string> | null | undefined;
3011
+ /**
3012
+ * GCP residual custom permissions to pair with predefined roles.
3013
+ */
3014
+ residualPermissions?: Array<string> | null | undefined;
2469
3015
  };
2470
3016
  /**
2471
3017
  * GCP-specific platform permission configuration
@@ -2475,10 +3021,18 @@ export type SyncAcquireResponseTargetReleaseOverrideGcp = {
2475
3021
  * Generic binding configuration for permissions
2476
3022
  */
2477
3023
  binding: SyncAcquireResponseTargetReleaseOverrideGcpBinding;
3024
+ /**
3025
+ * Short admin-facing description of why this entry exists.
3026
+ */
3027
+ description?: string | null | undefined;
2478
3028
  /**
2479
3029
  * Grant permissions for a specific cloud platform
2480
3030
  */
2481
3031
  grant: SyncAcquireResponseTargetReleaseOverrideGcpGrant;
3032
+ /**
3033
+ * Stable admin-facing label for this permission entry.
3034
+ */
3035
+ label?: string | null | undefined;
2482
3036
  };
2483
3037
  /**
2484
3038
  * Platform-specific permission configurations
@@ -2576,6 +3130,17 @@ export type SyncAcquireResponseTargetReleaseExtendAwBinding = {
2576
3130
  */
2577
3131
  stack?: SyncAcquireResponseTargetReleaseExtendAwStack | undefined;
2578
3132
  };
3133
+ /**
3134
+ * IAM effect. Defaults to Allow.
3135
+ */
3136
+ export declare const SyncAcquireResponseTargetReleaseExtendEffect: {
3137
+ readonly Allow: "Allow";
3138
+ readonly Deny: "Deny";
3139
+ };
3140
+ /**
3141
+ * IAM effect. Defaults to Allow.
3142
+ */
3143
+ export type SyncAcquireResponseTargetReleaseExtendEffect = ClosedEnum<typeof SyncAcquireResponseTargetReleaseExtendEffect>;
2579
3144
  /**
2580
3145
  * Grant permissions for a specific cloud platform
2581
3146
  */
@@ -2589,9 +3154,17 @@ export type SyncAcquireResponseTargetReleaseExtendAwGrant = {
2589
3154
  */
2590
3155
  dataActions?: Array<string> | null | undefined;
2591
3156
  /**
2592
- * GCP permissions (only for GCP)
3157
+ * GCP permissions that require an exact residual custom role.
2593
3158
  */
2594
3159
  permissions?: Array<string> | null | undefined;
3160
+ /**
3161
+ * Provider predefined roles to bind directly.
3162
+ */
3163
+ predefinedRoles?: Array<string> | null | undefined;
3164
+ /**
3165
+ * GCP residual custom permissions to pair with predefined roles.
3166
+ */
3167
+ residualPermissions?: Array<string> | null | undefined;
2595
3168
  };
2596
3169
  /**
2597
3170
  * AWS-specific platform permission configuration
@@ -2601,10 +3174,22 @@ export type SyncAcquireResponseTargetReleaseExtendAw = {
2601
3174
  * Generic binding configuration for permissions
2602
3175
  */
2603
3176
  binding: SyncAcquireResponseTargetReleaseExtendAwBinding;
3177
+ /**
3178
+ * Short admin-facing description of why this entry exists.
3179
+ */
3180
+ description?: string | null | undefined;
3181
+ /**
3182
+ * IAM effect. Defaults to Allow.
3183
+ */
3184
+ effect?: SyncAcquireResponseTargetReleaseExtendEffect | undefined;
2604
3185
  /**
2605
3186
  * Grant permissions for a specific cloud platform
2606
3187
  */
2607
3188
  grant: SyncAcquireResponseTargetReleaseExtendAwGrant;
3189
+ /**
3190
+ * Stable admin-facing label for this permission entry.
3191
+ */
3192
+ label?: string | null | undefined;
2608
3193
  };
2609
3194
  /**
2610
3195
  * Azure-specific binding specification
@@ -2650,9 +3235,17 @@ export type SyncAcquireResponseTargetReleaseExtendAzureGrant = {
2650
3235
  */
2651
3236
  dataActions?: Array<string> | null | undefined;
2652
3237
  /**
2653
- * GCP permissions (only for GCP)
3238
+ * GCP permissions that require an exact residual custom role.
2654
3239
  */
2655
3240
  permissions?: Array<string> | null | undefined;
3241
+ /**
3242
+ * Provider predefined roles to bind directly.
3243
+ */
3244
+ predefinedRoles?: Array<string> | null | undefined;
3245
+ /**
3246
+ * GCP residual custom permissions to pair with predefined roles.
3247
+ */
3248
+ residualPermissions?: Array<string> | null | undefined;
2656
3249
  };
2657
3250
  /**
2658
3251
  * Azure-specific platform permission configuration
@@ -2662,10 +3255,18 @@ export type SyncAcquireResponseTargetReleaseExtendAzure = {
2662
3255
  * Generic binding configuration for permissions
2663
3256
  */
2664
3257
  binding: SyncAcquireResponseTargetReleaseExtendAzureBinding;
3258
+ /**
3259
+ * Short admin-facing description of why this entry exists.
3260
+ */
3261
+ description?: string | null | undefined;
2665
3262
  /**
2666
3263
  * Grant permissions for a specific cloud platform
2667
3264
  */
2668
3265
  grant: SyncAcquireResponseTargetReleaseExtendAzureGrant;
3266
+ /**
3267
+ * Stable admin-facing label for this permission entry.
3268
+ */
3269
+ label?: string | null | undefined;
2669
3270
  };
2670
3271
  /**
2671
3272
  * GCP IAM condition
@@ -2729,9 +3330,17 @@ export type SyncAcquireResponseTargetReleaseExtendGcpGrant = {
2729
3330
  */
2730
3331
  dataActions?: Array<string> | null | undefined;
2731
3332
  /**
2732
- * GCP permissions (only for GCP)
3333
+ * GCP permissions that require an exact residual custom role.
2733
3334
  */
2734
3335
  permissions?: Array<string> | null | undefined;
3336
+ /**
3337
+ * Provider predefined roles to bind directly.
3338
+ */
3339
+ predefinedRoles?: Array<string> | null | undefined;
3340
+ /**
3341
+ * GCP residual custom permissions to pair with predefined roles.
3342
+ */
3343
+ residualPermissions?: Array<string> | null | undefined;
2735
3344
  };
2736
3345
  /**
2737
3346
  * GCP-specific platform permission configuration
@@ -2741,10 +3350,18 @@ export type SyncAcquireResponseTargetReleaseExtendGcp = {
2741
3350
  * Generic binding configuration for permissions
2742
3351
  */
2743
3352
  binding: SyncAcquireResponseTargetReleaseExtendGcpBinding;
3353
+ /**
3354
+ * Short admin-facing description of why this entry exists.
3355
+ */
3356
+ description?: string | null | undefined;
2744
3357
  /**
2745
3358
  * Grant permissions for a specific cloud platform
2746
3359
  */
2747
3360
  grant: SyncAcquireResponseTargetReleaseExtendGcpGrant;
3361
+ /**
3362
+ * Stable admin-facing label for this permission entry.
3363
+ */
3364
+ label?: string | null | undefined;
2748
3365
  };
2749
3366
  /**
2750
3367
  * Platform-specific permission configurations
@@ -2846,6 +3463,17 @@ export type SyncAcquireResponseTargetReleaseProfileAwBinding = {
2846
3463
  */
2847
3464
  stack?: SyncAcquireResponseTargetReleaseProfileAwStack | undefined;
2848
3465
  };
3466
+ /**
3467
+ * IAM effect. Defaults to Allow.
3468
+ */
3469
+ export declare const SyncAcquireResponseTargetReleaseProfileEffect: {
3470
+ readonly Allow: "Allow";
3471
+ readonly Deny: "Deny";
3472
+ };
3473
+ /**
3474
+ * IAM effect. Defaults to Allow.
3475
+ */
3476
+ export type SyncAcquireResponseTargetReleaseProfileEffect = ClosedEnum<typeof SyncAcquireResponseTargetReleaseProfileEffect>;
2849
3477
  /**
2850
3478
  * Grant permissions for a specific cloud platform
2851
3479
  */
@@ -2859,9 +3487,17 @@ export type SyncAcquireResponseTargetReleaseProfileAwGrant = {
2859
3487
  */
2860
3488
  dataActions?: Array<string> | null | undefined;
2861
3489
  /**
2862
- * GCP permissions (only for GCP)
3490
+ * GCP permissions that require an exact residual custom role.
2863
3491
  */
2864
3492
  permissions?: Array<string> | null | undefined;
3493
+ /**
3494
+ * Provider predefined roles to bind directly.
3495
+ */
3496
+ predefinedRoles?: Array<string> | null | undefined;
3497
+ /**
3498
+ * GCP residual custom permissions to pair with predefined roles.
3499
+ */
3500
+ residualPermissions?: Array<string> | null | undefined;
2865
3501
  };
2866
3502
  /**
2867
3503
  * AWS-specific platform permission configuration
@@ -2871,10 +3507,22 @@ export type SyncAcquireResponseTargetReleaseProfileAw = {
2871
3507
  * Generic binding configuration for permissions
2872
3508
  */
2873
3509
  binding: SyncAcquireResponseTargetReleaseProfileAwBinding;
3510
+ /**
3511
+ * Short admin-facing description of why this entry exists.
3512
+ */
3513
+ description?: string | null | undefined;
3514
+ /**
3515
+ * IAM effect. Defaults to Allow.
3516
+ */
3517
+ effect?: SyncAcquireResponseTargetReleaseProfileEffect | undefined;
2874
3518
  /**
2875
3519
  * Grant permissions for a specific cloud platform
2876
3520
  */
2877
3521
  grant: SyncAcquireResponseTargetReleaseProfileAwGrant;
3522
+ /**
3523
+ * Stable admin-facing label for this permission entry.
3524
+ */
3525
+ label?: string | null | undefined;
2878
3526
  };
2879
3527
  /**
2880
3528
  * Azure-specific binding specification
@@ -2920,9 +3568,17 @@ export type SyncAcquireResponseTargetReleaseProfileAzureGrant = {
2920
3568
  */
2921
3569
  dataActions?: Array<string> | null | undefined;
2922
3570
  /**
2923
- * GCP permissions (only for GCP)
3571
+ * GCP permissions that require an exact residual custom role.
2924
3572
  */
2925
3573
  permissions?: Array<string> | null | undefined;
3574
+ /**
3575
+ * Provider predefined roles to bind directly.
3576
+ */
3577
+ predefinedRoles?: Array<string> | null | undefined;
3578
+ /**
3579
+ * GCP residual custom permissions to pair with predefined roles.
3580
+ */
3581
+ residualPermissions?: Array<string> | null | undefined;
2926
3582
  };
2927
3583
  /**
2928
3584
  * Azure-specific platform permission configuration
@@ -2932,10 +3588,18 @@ export type SyncAcquireResponseTargetReleaseProfileAzure = {
2932
3588
  * Generic binding configuration for permissions
2933
3589
  */
2934
3590
  binding: SyncAcquireResponseTargetReleaseProfileAzureBinding;
3591
+ /**
3592
+ * Short admin-facing description of why this entry exists.
3593
+ */
3594
+ description?: string | null | undefined;
2935
3595
  /**
2936
3596
  * Grant permissions for a specific cloud platform
2937
3597
  */
2938
3598
  grant: SyncAcquireResponseTargetReleaseProfileAzureGrant;
3599
+ /**
3600
+ * Stable admin-facing label for this permission entry.
3601
+ */
3602
+ label?: string | null | undefined;
2939
3603
  };
2940
3604
  /**
2941
3605
  * GCP IAM condition
@@ -2999,9 +3663,17 @@ export type SyncAcquireResponseTargetReleaseProfileGcpGrant = {
2999
3663
  */
3000
3664
  dataActions?: Array<string> | null | undefined;
3001
3665
  /**
3002
- * GCP permissions (only for GCP)
3666
+ * GCP permissions that require an exact residual custom role.
3003
3667
  */
3004
3668
  permissions?: Array<string> | null | undefined;
3669
+ /**
3670
+ * Provider predefined roles to bind directly.
3671
+ */
3672
+ predefinedRoles?: Array<string> | null | undefined;
3673
+ /**
3674
+ * GCP residual custom permissions to pair with predefined roles.
3675
+ */
3676
+ residualPermissions?: Array<string> | null | undefined;
3005
3677
  };
3006
3678
  /**
3007
3679
  * GCP-specific platform permission configuration
@@ -3011,10 +3683,18 @@ export type SyncAcquireResponseTargetReleaseProfileGcp = {
3011
3683
  * Generic binding configuration for permissions
3012
3684
  */
3013
3685
  binding: SyncAcquireResponseTargetReleaseProfileGcpBinding;
3686
+ /**
3687
+ * Short admin-facing description of why this entry exists.
3688
+ */
3689
+ description?: string | null | undefined;
3014
3690
  /**
3015
3691
  * Grant permissions for a specific cloud platform
3016
3692
  */
3017
3693
  grant: SyncAcquireResponseTargetReleaseProfileGcpGrant;
3694
+ /**
3695
+ * Stable admin-facing label for this permission entry.
3696
+ */
3697
+ label?: string | null | undefined;
3018
3698
  };
3019
3699
  /**
3020
3700
  * Platform-specific permission configurations
@@ -3109,7 +3789,6 @@ export type SyncAcquireResponseTargetReleaseDependency = {
3109
3789
  export declare const SyncAcquireResponseTargetReleaseLifecycle: {
3110
3790
  readonly Frozen: "frozen";
3111
3791
  readonly Live: "live";
3112
- readonly LiveOnSetup: "live-on-setup";
3113
3792
  };
3114
3793
  /**
3115
3794
  * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
@@ -3140,6 +3819,21 @@ export type SyncAcquireResponseTargetReleaseResources = {
3140
3819
  */
3141
3820
  remoteAccess?: boolean | undefined;
3142
3821
  };
3822
+ /**
3823
+ * Represents the target cloud platform.
3824
+ */
3825
+ export declare const SyncAcquireResponseTargetReleaseSupportedPlatform: {
3826
+ readonly Aws: "aws";
3827
+ readonly Gcp: "gcp";
3828
+ readonly Azure: "azure";
3829
+ readonly Kubernetes: "kubernetes";
3830
+ readonly Local: "local";
3831
+ readonly Test: "test";
3832
+ };
3833
+ /**
3834
+ * Represents the target cloud platform.
3835
+ */
3836
+ export type SyncAcquireResponseTargetReleaseSupportedPlatform = ClosedEnum<typeof SyncAcquireResponseTargetReleaseSupportedPlatform>;
3143
3837
  /**
3144
3838
  * A bag of resources, unaware of any cloud.
3145
3839
  */
@@ -3158,6 +3852,10 @@ export type SyncAcquireResponseTargetReleaseStack = {
3158
3852
  resources: {
3159
3853
  [k: string]: SyncAcquireResponseTargetReleaseResources;
3160
3854
  };
3855
+ /**
3856
+ * Which platforms this stack supports. When None, all platforms are supported.
3857
+ */
3858
+ supportedPlatforms?: Array<SyncAcquireResponseTargetReleaseSupportedPlatform> | null | undefined;
3161
3859
  };
3162
3860
  /**
3163
3861
  * Release metadata
@@ -3197,6 +3895,15 @@ export type SyncAcquireResponseCurrent = {
3197
3895
  * Represents the target cloud platform.
3198
3896
  */
3199
3897
  platform: SyncAcquireResponseCurrentPlatform;
3898
+ /**
3899
+ * Protocol version for cross-actor compatibility.
3900
+ *
3901
+ * @remarks
3902
+ * All actors (manager, push client, agent) check this before stepping.
3903
+ * Mismatched versions produce a clear error instead of silent corruption.
3904
+ * See docs/02-manager/10-deployment-protocol.md.
3905
+ */
3906
+ protocolVersion: number;
3200
3907
  /**
3201
3908
  * Whether a retry has been requested for a failed deployment
3202
3909
  *
@@ -3213,35 +3920,28 @@ export type SyncAcquireResponseCurrent = {
3213
3920
  targetRelease?: SyncAcquireResponseTargetRelease | any | null | undefined;
3214
3921
  };
3215
3922
  /**
3216
- * Artifact registry configuration for pulling container images.
3217
- *
3218
- * @remarks
3219
- *
3220
- * Used when the deployment needs to pull images from a manager's artifact registry.
3221
- * This is required for Local platform and can optionally be used by cloud platforms
3222
- * instead of native registry mechanisms (ECR/GCR/ACR).
3923
+ * Represents the target cloud platform.
3223
3924
  */
3224
- export type SyncAcquireResponseArtifactRegistry = {
3225
- /**
3226
- * Optional authentication token (JWT) for manager API access
3227
- *
3228
- * @remarks
3229
- * When present, must be included in Authorization header as "Bearer {token}"
3230
- */
3231
- authToken?: string | null | undefined;
3232
- /**
3233
- * Manager base URL for fetching credentials and accessing the registry
3234
- */
3235
- managerUrl: string;
3925
+ export declare const SyncAcquireResponseBasePlatformEnum: {
3926
+ readonly Aws: "aws";
3927
+ readonly Gcp: "gcp";
3928
+ readonly Azure: "azure";
3929
+ readonly Kubernetes: "kubernetes";
3930
+ readonly Local: "local";
3931
+ readonly Test: "test";
3236
3932
  };
3237
- export type SyncAcquireResponseArtifactRegistryUnion = SyncAcquireResponseArtifactRegistry | any;
3238
3933
  /**
3239
- * Configuration for a single Horizon cluster.
3934
+ * Represents the target cloud platform.
3935
+ */
3936
+ export type SyncAcquireResponseBasePlatformEnum = ClosedEnum<typeof SyncAcquireResponseBasePlatformEnum>;
3937
+ export type SyncAcquireResponseBasePlatformUnion = SyncAcquireResponseBasePlatformEnum | any;
3938
+ /**
3939
+ * Configuration for a single container worker cluster.
3240
3940
  *
3241
3941
  * @remarks
3242
3942
  *
3243
3943
  * Contains the cluster ID and management token needed to interact with
3244
- * the Horizon control plane API for container operations.
3944
+ * the managed container control plane API for container operations.
3245
3945
  */
3246
3946
  export type SyncAcquireResponseClusters = {
3247
3947
  /**
@@ -3256,54 +3956,138 @@ export type SyncAcquireResponseClusters = {
3256
3956
  */
3257
3957
  managementToken: string;
3258
3958
  };
3959
+ /**
3960
+ * AWS Horizon machine image catalog.
3961
+ */
3962
+ export type SyncAcquireResponseHorizonMachineImageAws = {
3963
+ /**
3964
+ * AMI IDs by architecture, then AWS region.
3965
+ */
3966
+ amis: {
3967
+ [k: string]: {
3968
+ [k: string]: string;
3969
+ };
3970
+ };
3971
+ };
3972
+ export type SyncAcquireResponseHorizonMachineImageAwsUnion = SyncAcquireResponseHorizonMachineImageAws | any;
3973
+ /**
3974
+ * Azure Horizon machine image entry.
3975
+ */
3976
+ export type SyncAcquireResponseAzureImages = {
3977
+ /**
3978
+ * Azure Compute Gallery image version ID.
3979
+ */
3980
+ imageVersionId: string;
3981
+ };
3982
+ /**
3983
+ * Azure Horizon machine image catalog.
3984
+ */
3985
+ export type SyncAcquireResponseHorizonMachineImageAzure = {
3986
+ /**
3987
+ * Images by architecture.
3988
+ */
3989
+ images: {
3990
+ [k: string]: SyncAcquireResponseAzureImages;
3991
+ };
3992
+ };
3993
+ export type SyncAcquireResponseHorizonMachineImageAzureUnion = SyncAcquireResponseHorizonMachineImageAzure | any;
3994
+ /**
3995
+ * Base image metadata for the Horizon machine image.
3996
+ */
3997
+ export type SyncAcquireResponseBaseImage = {
3998
+ /**
3999
+ * Base OS image name.
4000
+ */
4001
+ name: string;
4002
+ /**
4003
+ * Base OS image version or channel.
4004
+ */
4005
+ version: string;
4006
+ };
4007
+ /**
4008
+ * GCP Horizon machine image entry.
4009
+ */
4010
+ export type SyncAcquireResponseGcpImages = {
4011
+ /**
4012
+ * Source image self link or image-family URL.
4013
+ */
4014
+ sourceImage: string;
4015
+ };
4016
+ /**
4017
+ * GCP Horizon machine image catalog.
4018
+ */
4019
+ export type SyncAcquireResponseHorizonMachineImageGcp = {
4020
+ /**
4021
+ * Images by architecture.
4022
+ */
4023
+ images: {
4024
+ [k: string]: SyncAcquireResponseGcpImages;
4025
+ };
4026
+ };
4027
+ export type SyncAcquireResponseHorizonMachineImageGcpUnion = SyncAcquireResponseHorizonMachineImageGcp | any;
4028
+ /**
4029
+ * Horizon machine image catalog.
4030
+ *
4031
+ * @remarks
4032
+ *
4033
+ * Platform resolves concrete provider images from this catalog during rollout.
4034
+ */
4035
+ export type SyncAcquireResponseHorizonMachineImage = {
4036
+ aws?: SyncAcquireResponseHorizonMachineImageAws | any | null | undefined;
4037
+ azure?: SyncAcquireResponseHorizonMachineImageAzure | any | null | undefined;
4038
+ /**
4039
+ * Base image metadata for the Horizon machine image.
4040
+ */
4041
+ baseImage: SyncAcquireResponseBaseImage;
4042
+ /**
4043
+ * Logical image channel, such as prod, staging, or canary.
4044
+ */
4045
+ channel: string;
4046
+ /**
4047
+ * Image manifest creation timestamp.
4048
+ */
4049
+ createdAt: string;
4050
+ gcp?: SyncAcquireResponseHorizonMachineImageGcp | any | null | undefined;
4051
+ /**
4052
+ * Git commit SHA used to build the image.
4053
+ */
4054
+ gitSha: string;
4055
+ /**
4056
+ * horizond daemon version baked into the image.
4057
+ */
4058
+ horizondVersion: string;
4059
+ /**
4060
+ * Published immutable machine image version.
4061
+ */
4062
+ machineImageVersion: string;
4063
+ };
4064
+ export type SyncAcquireResponseHorizonMachineImageUnion = SyncAcquireResponseHorizonMachineImage | any;
3259
4065
  export declare const SyncAcquireResponseComputeBackendType: {
3260
4066
  readonly Horizon: "horizon";
3261
4067
  };
3262
4068
  export type SyncAcquireResponseComputeBackendType = ClosedEnum<typeof SyncAcquireResponseComputeBackendType>;
3263
4069
  /**
3264
- * Compute backend for Container and Function resources.
4070
+ * Compute backend for Container and Worker resources.
3265
4071
  *
3266
4072
  * @remarks
3267
4073
  *
3268
4074
  * Determines how compute workloads are orchestrated on cloud platforms.
3269
- * When None, the platform default is used (Horizon for cloud platforms).
4075
+ * When None, the platform default is used for cloud platforms.
3270
4076
  */
3271
4077
  export type SyncAcquireResponseComputeBackendHorizon = {
3272
4078
  /**
3273
- * Cluster configurations (one per ContainerCluster resource)
4079
+ * Cluster configurations (one per ComputeCluster resource)
3274
4080
  *
3275
4081
  * @remarks
3276
- * Key: ContainerCluster resource ID from stack
4082
+ * Key: ComputeCluster resource ID from stack
3277
4083
  * Value: Cluster ID and management token for that cluster
3278
4084
  */
3279
4085
  clusters: {
3280
4086
  [k: string]: SyncAcquireResponseClusters;
3281
4087
  };
4088
+ horizonMachineImage?: SyncAcquireResponseHorizonMachineImage | any | null | undefined;
3282
4089
  /**
3283
- * ETag of the horizond binary fetched from the releases server — used as a
3284
- *
3285
- * @remarks
3286
- * change-detection signal only. nginx auto-generates ETags from mtime+size,
3287
- * so every `cargo zigbuild` changes this value and triggers a rolling update.
3288
- *
3289
- * Optional: when absent (releases server unreachable), change detection
3290
- * falls back to URL-only (sufficient for versioned production releases).
3291
- */
3292
- horizondBinaryHash?: string | null | undefined;
3293
- /**
3294
- * Base URL for downloading the horizond binary, without arch suffix.
3295
- *
3296
- * @remarks
3297
- *
3298
- * Each cloud controller appends `/linux-{arch}/horizond` to construct the
3299
- * final download URL used in VM startup scripts.
3300
- *
3301
- * Production example: "https://releases.alien.dev/horizond/v0.3.0"
3302
- * Dev example (ngrok): "https://abc123.ngrok.io"
3303
- */
3304
- horizondDownloadBaseUrl: string;
3305
- /**
3306
- * Horizon API base URL (e.g., "https://horizon.alien.dev")
4090
+ * Horizon control-plane API base URL.
3307
4091
  */
3308
4092
  url: string;
3309
4093
  type: SyncAcquireResponseComputeBackendType;
@@ -3460,15 +4244,15 @@ export type SyncAcquireResponseEnvironmentVariables = {
3460
4244
  /**
3461
4245
  * Reference to a Kubernetes Secret
3462
4246
  */
3463
- export type SyncAcquireResponseDataDirSecretRef3 = {
4247
+ export type SyncAcquireResponseDefaultDomainSecretRef = {
3464
4248
  key: string;
3465
4249
  name: string;
3466
4250
  };
3467
- export type SyncAcquireResponseDataDir3 = {
4251
+ export type SyncAcquireResponseDefaultDomain = {
3468
4252
  /**
3469
4253
  * Reference to a Kubernetes Secret
3470
4254
  */
3471
- secretRef: SyncAcquireResponseDataDirSecretRef3;
4255
+ secretRef: SyncAcquireResponseDefaultDomainSecretRef;
3472
4256
  };
3473
4257
  /**
3474
4258
  * Represents a value that can be either a concrete value, a template expression,
@@ -3476,26 +4260,164 @@ export type SyncAcquireResponseDataDir3 = {
3476
4260
  * @remarks
3477
4261
  * or a reference to a Kubernetes Secret
3478
4262
  */
3479
- export type SyncAcquireResponseDataDirUnion2 = SyncAcquireResponseDataDir3 | any | string;
3480
- export declare const SyncAcquireResponseTypeVault5: {
3481
- readonly Vault: "vault";
3482
- };
3483
- export type SyncAcquireResponseTypeVault5 = ClosedEnum<typeof SyncAcquireResponseTypeVault5>;
4263
+ export type SyncAcquireResponseDefaultDomainUnion = SyncAcquireResponseDefaultDomain | any | string;
3484
4264
  /**
3485
- * Local development vault binding (for testing/development)
4265
+ * Reference to a Kubernetes Secret
3486
4266
  */
3487
- export type SyncAcquireResponseExternalBindingsLocalVault = {
3488
- /**
3489
- * Represents a value that can be either a concrete value, a template expression,
3490
- *
3491
- * @remarks
3492
- * or a reference to a Kubernetes Secret
3493
- */
3494
- dataDir?: SyncAcquireResponseDataDir3 | any | string | null | undefined;
4267
+ export type SyncAcquireResponseEnvironmentNameSecretRef = {
4268
+ key: string;
4269
+ name: string;
4270
+ };
4271
+ export type SyncAcquireResponseEnvironmentName = {
3495
4272
  /**
3496
- * The vault name for local storage
4273
+ * Reference to a Kubernetes Secret
3497
4274
  */
3498
- vaultName: string;
4275
+ secretRef: SyncAcquireResponseEnvironmentNameSecretRef;
4276
+ };
4277
+ /**
4278
+ * Represents a value that can be either a concrete value, a template expression,
4279
+ *
4280
+ * @remarks
4281
+ * or a reference to a Kubernetes Secret
4282
+ */
4283
+ export type SyncAcquireResponseEnvironmentNameUnion = SyncAcquireResponseEnvironmentName | any | string;
4284
+ /**
4285
+ * Reference to a Kubernetes Secret
4286
+ */
4287
+ export type SyncAcquireResponseResourceGroupNameSecretRef3 = {
4288
+ key: string;
4289
+ name: string;
4290
+ };
4291
+ export type SyncAcquireResponseResourceGroupName3 = {
4292
+ /**
4293
+ * Reference to a Kubernetes Secret
4294
+ */
4295
+ secretRef: SyncAcquireResponseResourceGroupNameSecretRef3;
4296
+ };
4297
+ /**
4298
+ * Represents a value that can be either a concrete value, a template expression,
4299
+ *
4300
+ * @remarks
4301
+ * or a reference to a Kubernetes Secret
4302
+ */
4303
+ export type SyncAcquireResponseResourceGroupNameUnion3 = SyncAcquireResponseResourceGroupName3 | any | string;
4304
+ /**
4305
+ * Reference to a Kubernetes Secret
4306
+ */
4307
+ export type SyncAcquireResponseResourceIdSecretRef = {
4308
+ key: string;
4309
+ name: string;
4310
+ };
4311
+ export type SyncAcquireResponseResourceId = {
4312
+ /**
4313
+ * Reference to a Kubernetes Secret
4314
+ */
4315
+ secretRef: SyncAcquireResponseResourceIdSecretRef;
4316
+ };
4317
+ /**
4318
+ * Represents a value that can be either a concrete value, a template expression,
4319
+ *
4320
+ * @remarks
4321
+ * or a reference to a Kubernetes Secret
4322
+ */
4323
+ export type SyncAcquireResponseResourceIdUnion = SyncAcquireResponseResourceId | any | string;
4324
+ /**
4325
+ * Reference to a Kubernetes Secret
4326
+ */
4327
+ export type SyncAcquireResponseStaticIpSecretRef = {
4328
+ key: string;
4329
+ name: string;
4330
+ };
4331
+ export type SyncAcquireResponseStaticIp = {
4332
+ /**
4333
+ * Reference to a Kubernetes Secret
4334
+ */
4335
+ secretRef: SyncAcquireResponseStaticIpSecretRef;
4336
+ };
4337
+ export declare const SyncAcquireResponseTypeContainerAppsEnvironment: {
4338
+ readonly ContainerAppsEnvironment: "container_apps_environment";
4339
+ };
4340
+ export type SyncAcquireResponseTypeContainerAppsEnvironment = ClosedEnum<typeof SyncAcquireResponseTypeContainerAppsEnvironment>;
4341
+ /**
4342
+ * Binding configuration for a pre-existing Azure Container Apps Environment.
4343
+ *
4344
+ * @remarks
4345
+ *
4346
+ * Used when deploying to an existing environment instead of having Alien provision one.
4347
+ * This is useful for shared environments (e.g., test infrastructure) or enterprise
4348
+ * setups where environments are managed by a separate team.
4349
+ */
4350
+ export type SyncAcquireResponseExternalBindingsContainerAppsEnvironment = {
4351
+ /**
4352
+ * Represents a value that can be either a concrete value, a template expression,
4353
+ *
4354
+ * @remarks
4355
+ * or a reference to a Kubernetes Secret
4356
+ */
4357
+ defaultDomain?: SyncAcquireResponseDefaultDomain | any | string | null | undefined;
4358
+ /**
4359
+ * Represents a value that can be either a concrete value, a template expression,
4360
+ *
4361
+ * @remarks
4362
+ * or a reference to a Kubernetes Secret
4363
+ */
4364
+ environmentName?: SyncAcquireResponseEnvironmentName | any | string | null | undefined;
4365
+ /**
4366
+ * Represents a value that can be either a concrete value, a template expression,
4367
+ *
4368
+ * @remarks
4369
+ * or a reference to a Kubernetes Secret
4370
+ */
4371
+ resourceGroupName?: SyncAcquireResponseResourceGroupName3 | any | string | null | undefined;
4372
+ /**
4373
+ * Represents a value that can be either a concrete value, a template expression,
4374
+ *
4375
+ * @remarks
4376
+ * or a reference to a Kubernetes Secret
4377
+ */
4378
+ resourceId?: SyncAcquireResponseResourceId | any | string | null | undefined;
4379
+ staticIp?: any | null | undefined;
4380
+ type: SyncAcquireResponseTypeContainerAppsEnvironment;
4381
+ };
4382
+ /**
4383
+ * Reference to a Kubernetes Secret
4384
+ */
4385
+ export type SyncAcquireResponseDataDirSecretRef3 = {
4386
+ key: string;
4387
+ name: string;
4388
+ };
4389
+ export type SyncAcquireResponseDataDir3 = {
4390
+ /**
4391
+ * Reference to a Kubernetes Secret
4392
+ */
4393
+ secretRef: SyncAcquireResponseDataDirSecretRef3;
4394
+ };
4395
+ /**
4396
+ * Represents a value that can be either a concrete value, a template expression,
4397
+ *
4398
+ * @remarks
4399
+ * or a reference to a Kubernetes Secret
4400
+ */
4401
+ export type SyncAcquireResponseDataDirUnion2 = SyncAcquireResponseDataDir3 | any | string;
4402
+ export declare const SyncAcquireResponseTypeVault5: {
4403
+ readonly Vault: "vault";
4404
+ };
4405
+ export type SyncAcquireResponseTypeVault5 = ClosedEnum<typeof SyncAcquireResponseTypeVault5>;
4406
+ /**
4407
+ * Local development vault binding (for testing/development)
4408
+ */
4409
+ export type SyncAcquireResponseExternalBindingsLocalVault = {
4410
+ /**
4411
+ * Represents a value that can be either a concrete value, a template expression,
4412
+ *
4413
+ * @remarks
4414
+ * or a reference to a Kubernetes Secret
4415
+ */
4416
+ dataDir?: SyncAcquireResponseDataDir3 | any | string | null | undefined;
4417
+ /**
4418
+ * The vault name for local storage
4419
+ */
4420
+ vaultName: string;
3499
4421
  service: "local-vault";
3500
4422
  type: SyncAcquireResponseTypeVault5;
3501
4423
  };
@@ -3720,7 +4642,13 @@ export declare const SyncAcquireResponseTypeArtifactRegistry4: {
3720
4642
  };
3721
4643
  export type SyncAcquireResponseTypeArtifactRegistry4 = ClosedEnum<typeof SyncAcquireResponseTypeArtifactRegistry4>;
3722
4644
  /**
3723
- * Local container registry binding configuration
4645
+ * Local container registry binding configuration.
4646
+ *
4647
+ * @remarks
4648
+ *
4649
+ * The local registry runs on localhost only and does not require authentication.
4650
+ * Security boundary is the OS process isolation on the customer's machine.
4651
+ * External image access is secured by the manager's registry proxy (deployment tokens).
3724
4652
  */
3725
4653
  export type SyncAcquireResponseExternalBindingsLocal = {
3726
4654
  /**
@@ -3766,6 +4694,26 @@ export type SyncAcquireResponsePushServiceAccountEmail = {
3766
4694
  */
3767
4695
  secretRef: SyncAcquireResponsePushServiceAccountEmailSecretRef;
3768
4696
  };
4697
+ /**
4698
+ * Reference to a Kubernetes Secret
4699
+ */
4700
+ export type SyncAcquireResponseRepositoryNameSecretRef = {
4701
+ key: string;
4702
+ name: string;
4703
+ };
4704
+ export type SyncAcquireResponseRepositoryName = {
4705
+ /**
4706
+ * Reference to a Kubernetes Secret
4707
+ */
4708
+ secretRef: SyncAcquireResponseRepositoryNameSecretRef;
4709
+ };
4710
+ /**
4711
+ * Represents a value that can be either a concrete value, a template expression,
4712
+ *
4713
+ * @remarks
4714
+ * or a reference to a Kubernetes Secret
4715
+ */
4716
+ export type SyncAcquireResponseRepositoryNameUnion = SyncAcquireResponseRepositoryName | any | string;
3769
4717
  export declare const SyncAcquireResponseTypeArtifactRegistry3: {
3770
4718
  readonly ArtifactRegistry: "artifact_registry";
3771
4719
  };
@@ -3774,20 +4722,15 @@ export type SyncAcquireResponseTypeArtifactRegistry3 = ClosedEnum<typeof SyncAcq
3774
4722
  * Google Artifact Registry binding configuration
3775
4723
  */
3776
4724
  export type SyncAcquireResponseExternalBindingsGar = {
3777
- /**
3778
- * Represents a value that can be either a concrete value, a template expression,
3779
- *
3780
- * @remarks
3781
- * or a reference to a Kubernetes Secret
3782
- */
3783
4725
  pullServiceAccountEmail?: any | null | undefined;
4726
+ pushServiceAccountEmail?: any | null | undefined;
3784
4727
  /**
3785
4728
  * Represents a value that can be either a concrete value, a template expression,
3786
4729
  *
3787
4730
  * @remarks
3788
4731
  * or a reference to a Kubernetes Secret
3789
4732
  */
3790
- pushServiceAccountEmail?: any | null | undefined;
4733
+ repositoryName?: SyncAcquireResponseRepositoryName | any | string | null | undefined;
3791
4734
  service: "gar";
3792
4735
  type: SyncAcquireResponseTypeArtifactRegistry3;
3793
4736
  };
@@ -3811,6 +4754,19 @@ export type SyncAcquireResponseRegistryName = {
3811
4754
  * or a reference to a Kubernetes Secret
3812
4755
  */
3813
4756
  export type SyncAcquireResponseRegistryNameUnion = SyncAcquireResponseRegistryName | any | string;
4757
+ /**
4758
+ * Reference to a Kubernetes Secret
4759
+ */
4760
+ export type SyncAcquireResponseRepositoryPrefixSecretRef2 = {
4761
+ key: string;
4762
+ name: string;
4763
+ };
4764
+ export type SyncAcquireResponseRepositoryPrefix2 = {
4765
+ /**
4766
+ * Reference to a Kubernetes Secret
4767
+ */
4768
+ secretRef: SyncAcquireResponseRepositoryPrefixSecretRef2;
4769
+ };
3814
4770
  /**
3815
4771
  * Reference to a Kubernetes Secret
3816
4772
  */
@@ -3846,6 +4802,7 @@ export type SyncAcquireResponseExternalBindingsAcr = {
3846
4802
  * or a reference to a Kubernetes Secret
3847
4803
  */
3848
4804
  registryName?: SyncAcquireResponseRegistryName | any | string | null | undefined;
4805
+ repositoryPrefix?: any | null | undefined;
3849
4806
  /**
3850
4807
  * Represents a value that can be either a concrete value, a template expression,
3851
4808
  *
@@ -3885,15 +4842,15 @@ export type SyncAcquireResponsePushRoleArn = {
3885
4842
  /**
3886
4843
  * Reference to a Kubernetes Secret
3887
4844
  */
3888
- export type SyncAcquireResponseRepositoryPrefixSecretRef = {
4845
+ export type SyncAcquireResponseRepositoryPrefixSecretRef1 = {
3889
4846
  key: string;
3890
4847
  name: string;
3891
4848
  };
3892
- export type SyncAcquireResponseRepositoryPrefix = {
4849
+ export type SyncAcquireResponseRepositoryPrefix1 = {
3893
4850
  /**
3894
4851
  * Reference to a Kubernetes Secret
3895
4852
  */
3896
- secretRef: SyncAcquireResponseRepositoryPrefixSecretRef;
4853
+ secretRef: SyncAcquireResponseRepositoryPrefixSecretRef1;
3897
4854
  };
3898
4855
  /**
3899
4856
  * Represents a value that can be either a concrete value, a template expression,
@@ -3901,7 +4858,7 @@ export type SyncAcquireResponseRepositoryPrefix = {
3901
4858
  * @remarks
3902
4859
  * or a reference to a Kubernetes Secret
3903
4860
  */
3904
- export type SyncAcquireResponseRepositoryPrefixUnion = SyncAcquireResponseRepositoryPrefix | any | string;
4861
+ export type SyncAcquireResponseRepositoryPrefixUnion = SyncAcquireResponseRepositoryPrefix1 | any | string;
3905
4862
  export declare const SyncAcquireResponseTypeArtifactRegistry1: {
3906
4863
  readonly ArtifactRegistry: "artifact_registry";
3907
4864
  };
@@ -3910,19 +4867,7 @@ export type SyncAcquireResponseTypeArtifactRegistry1 = ClosedEnum<typeof SyncAcq
3910
4867
  * AWS ECR (Elastic Container Registry) binding configuration
3911
4868
  */
3912
4869
  export type SyncAcquireResponseExternalBindingsEcr = {
3913
- /**
3914
- * Represents a value that can be either a concrete value, a template expression,
3915
- *
3916
- * @remarks
3917
- * or a reference to a Kubernetes Secret
3918
- */
3919
4870
  pullRoleArn?: any | null | undefined;
3920
- /**
3921
- * Represents a value that can be either a concrete value, a template expression,
3922
- *
3923
- * @remarks
3924
- * or a reference to a Kubernetes Secret
3925
- */
3926
4871
  pushRoleArn?: any | null | undefined;
3927
4872
  /**
3928
4873
  * Represents a value that can be either a concrete value, a template expression,
@@ -3930,7 +4875,7 @@ export type SyncAcquireResponseExternalBindingsEcr = {
3930
4875
  * @remarks
3931
4876
  * or a reference to a Kubernetes Secret
3932
4877
  */
3933
- repositoryPrefix?: SyncAcquireResponseRepositoryPrefix | any | string | null | undefined;
4878
+ repositoryPrefix?: SyncAcquireResponseRepositoryPrefix1 | any | string | null | undefined;
3934
4879
  service: "ecr";
3935
4880
  type: SyncAcquireResponseTypeArtifactRegistry1;
3936
4881
  };
@@ -4323,6 +5268,44 @@ export type SyncAcquireResponseExternalBindingsDynamodb = {
4323
5268
  * Represents a KV binding for key-value storage across platforms
4324
5269
  */
4325
5270
  export type SyncAcquireResponseExternalBindingsUnion3 = SyncAcquireResponseExternalBindingsDynamodb | SyncAcquireResponseExternalBindingsFirestore | SyncAcquireResponseExternalBindingsTablestorage | SyncAcquireResponseExternalBindingsRedis | SyncAcquireResponseExternalBindingsLocalKv;
5271
+ /**
5272
+ * Reference to a Kubernetes Secret
5273
+ */
5274
+ export type SyncAcquireResponseQueuePathSecretRef = {
5275
+ key: string;
5276
+ name: string;
5277
+ };
5278
+ export type SyncAcquireResponseQueuePath = {
5279
+ /**
5280
+ * Reference to a Kubernetes Secret
5281
+ */
5282
+ secretRef: SyncAcquireResponseQueuePathSecretRef;
5283
+ };
5284
+ /**
5285
+ * Represents a value that can be either a concrete value, a template expression,
5286
+ *
5287
+ * @remarks
5288
+ * or a reference to a Kubernetes Secret
5289
+ */
5290
+ export type SyncAcquireResponseQueuePathUnion = SyncAcquireResponseQueuePath | any | string;
5291
+ export declare const SyncAcquireResponseTypeQueue4: {
5292
+ readonly Queue: "queue";
5293
+ };
5294
+ export type SyncAcquireResponseTypeQueue4 = ClosedEnum<typeof SyncAcquireResponseTypeQueue4>;
5295
+ /**
5296
+ * Local queue parameters
5297
+ */
5298
+ export type SyncAcquireResponseExternalBindingsLocalQueue = {
5299
+ /**
5300
+ * Represents a value that can be either a concrete value, a template expression,
5301
+ *
5302
+ * @remarks
5303
+ * or a reference to a Kubernetes Secret
5304
+ */
5305
+ queuePath?: SyncAcquireResponseQueuePath | any | string | null | undefined;
5306
+ service: "local-queue";
5307
+ type: SyncAcquireResponseTypeQueue4;
5308
+ };
4326
5309
  /**
4327
5310
  * Reference to a Kubernetes Secret
4328
5311
  */
@@ -4494,7 +5477,7 @@ export type SyncAcquireResponseExternalBindingsSqs = {
4494
5477
  /**
4495
5478
  * Binding parameters for Queue at runtime or in templates.
4496
5479
  */
4497
- export type SyncAcquireResponseExternalBindingsUnion2 = SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus;
5480
+ export type SyncAcquireResponseExternalBindingsUnion2 = SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus | SyncAcquireResponseExternalBindingsLocalQueue;
4498
5481
  /**
4499
5482
  * Reference to a Kubernetes Secret
4500
5483
  */
@@ -4686,21 +5669,7 @@ export type SyncAcquireResponseExternalBindingsUnion1 = SyncAcquireResponseExter
4686
5669
  * The binding type must match the resource type it's applied to.
4687
5670
  * Validated at runtime by the executor.
4688
5671
  */
4689
- export type SyncAcquireResponseExternalBindingsUnion6 = SyncAcquireResponseExternalBindingsS3 | SyncAcquireResponseExternalBindingsBlob | SyncAcquireResponseExternalBindingsGcs | SyncAcquireResponseExternalBindingsLocalStorage | SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus | SyncAcquireResponseExternalBindingsDynamodb | SyncAcquireResponseExternalBindingsFirestore | SyncAcquireResponseExternalBindingsTablestorage | SyncAcquireResponseExternalBindingsRedis | SyncAcquireResponseExternalBindingsLocalKv | SyncAcquireResponseExternalBindingsEcr | SyncAcquireResponseExternalBindingsAcr | SyncAcquireResponseExternalBindingsGar | SyncAcquireResponseExternalBindingsLocal | SyncAcquireResponseExternalBindingsParameterStore | SyncAcquireResponseExternalBindingsSecretManager | SyncAcquireResponseExternalBindingsKeyVault | SyncAcquireResponseExternalBindingsKubernetesSecret | SyncAcquireResponseExternalBindingsLocalVault;
4690
- /**
4691
- * Image pull credentials for container registries
4692
- */
4693
- export type SyncAcquireResponseImagePullCredentials = {
4694
- /**
4695
- * Password for the container registry
4696
- */
4697
- password: string;
4698
- /**
4699
- * Username for the container registry
4700
- */
4701
- username: string;
4702
- };
4703
- export type SyncAcquireResponseImagePullCredentialsUnion = SyncAcquireResponseImagePullCredentials | any;
5672
+ export type SyncAcquireResponseExternalBindingsUnion6 = SyncAcquireResponseExternalBindingsContainerAppsEnvironment | SyncAcquireResponseExternalBindingsS3 | SyncAcquireResponseExternalBindingsBlob | SyncAcquireResponseExternalBindingsGcs | SyncAcquireResponseExternalBindingsLocalStorage | SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus | SyncAcquireResponseExternalBindingsLocalQueue | SyncAcquireResponseExternalBindingsDynamodb | SyncAcquireResponseExternalBindingsFirestore | SyncAcquireResponseExternalBindingsTablestorage | SyncAcquireResponseExternalBindingsRedis | SyncAcquireResponseExternalBindingsLocalKv | SyncAcquireResponseExternalBindingsEcr | SyncAcquireResponseExternalBindingsAcr | SyncAcquireResponseExternalBindingsGar | SyncAcquireResponseExternalBindingsLocal | SyncAcquireResponseExternalBindingsParameterStore | SyncAcquireResponseExternalBindingsSecretManager | SyncAcquireResponseExternalBindingsKeyVault | SyncAcquireResponseExternalBindingsKubernetesSecret | SyncAcquireResponseExternalBindingsLocalVault;
4704
5673
  export declare const SyncAcquireResponsePlatformKubernetes: {
4705
5674
  readonly Kubernetes: "kubernetes";
4706
5675
  };
@@ -4716,14 +5685,18 @@ export type SyncAcquireResponseConfigPlatformAzure = ClosedEnum<typeof SyncAcqui
4716
5685
  * Azure management configuration extracted from stack settings
4717
5686
  */
4718
5687
  export type SyncAcquireResponseManagementConfigAzure = {
4719
- /**
4720
- * The principal ID of the service principal in the management account
4721
- */
4722
- managementPrincipalId: string;
4723
5688
  /**
4724
5689
  * The managing Azure Tenant ID for cross-tenant access
4725
5690
  */
4726
5691
  managingTenantId: string;
5692
+ /**
5693
+ * OIDC issuer URL trusted by the target-side managed identity.
5694
+ */
5695
+ oidcIssuer: string;
5696
+ /**
5697
+ * OIDC subject claim trusted by the target-side managed identity.
5698
+ */
5699
+ oidcSubject: string;
4727
5700
  platform: SyncAcquireResponseConfigPlatformAzure;
4728
5701
  };
4729
5702
  export declare const SyncAcquireResponseConfigPlatformGcp: {
@@ -4760,14 +5733,14 @@ export type SyncAcquireResponseManagementConfigUnion = SyncAcquireResponseManage
4760
5733
  *
4761
5734
  * @remarks
4762
5735
  *
4763
- * When set, all compute workloads (containers and horizond VM workers) export
5736
+ * When set, all compute workloads (containers and worker VMs) export
4764
5737
  * their logs to the given endpoint via OTLP/HTTP.
4765
5738
  *
4766
5739
  * The `logs_auth_header` is stored as plain text in DeploymentConfig because
4767
5740
  * alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
4768
- * before vault secrets load. For horizond, the infra controller writes the
4769
- * same value to the cloud vault (same pattern as the machine token) and the
4770
- * startup script fetches it at boot via IAM.
5741
+ * before vault secrets load. For worker VMs, worker-template stamping passes
5742
+ * the monitoring configuration to the provider controller, which stores the
5743
+ * sensitive header in the cloud vault used by the worker image.
4771
5744
  */
4772
5745
  export type SyncAcquireResponseMonitoring = {
4773
5746
  /**
@@ -4779,115 +5752,677 @@ export type SyncAcquireResponseMonitoring = {
4779
5752
  * into all containers. It must be plain (not a vault secret) because alien-runtime
4780
5753
  * reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
4781
5754
  *
4782
- * horizond VM workers do NOT use this field directly. The ContainerCluster infra
4783
- * controller writes the same value to the cloud vault (GCP: Secret Manager,
4784
- * AWS: Secrets Manager, Azure: Key Vault) and the startup script fetches it at
4785
- * boot via IAM — the same pattern as the machine token.
5755
+ * Worker VMs do NOT use this field directly. The ComputeCluster infra
5756
+ * controller writes the same value to the cloud vault used by the worker
5757
+ * image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
4786
5758
  *
4787
5759
  * Example: "authorization=Bearer <write-token>"
4788
5760
  */
4789
- logsAuthHeader: string;
5761
+ logsAuthHeader: string;
5762
+ /**
5763
+ * Full OTLP logs endpoint URL.
5764
+ *
5765
+ * @remarks
5766
+ * Example: "https://<manager-host>/v1/logs"
5767
+ */
5768
+ logsEndpoint: string;
5769
+ /**
5770
+ * Auth header value for the metrics endpoint in "key=value,..." format (optional).
5771
+ *
5772
+ * @remarks
5773
+ *
5774
+ * When absent, `logs_auth_header` is reused for metrics -- suitable when the same
5775
+ * credential covers both signals. When present (e.g. Axiom with separate datasets),
5776
+ * this value is used exclusively for metrics.
5777
+ *
5778
+ * Example: "authorization=Bearer <token>,x-axiom-dataset=<metrics-dataset>"
5779
+ */
5780
+ metricsAuthHeader?: string | null | undefined;
5781
+ /**
5782
+ * Full OTLP metrics endpoint URL (optional).
5783
+ *
5784
+ * @remarks
5785
+ * When set, the worker runtime exports its own VM/container orchestration metrics here.
5786
+ * Example: "https://api.axiom.co/v1/metrics"
5787
+ */
5788
+ metricsEndpoint?: string | null | undefined;
5789
+ };
5790
+ export type SyncAcquireResponseMonitoringUnion = SyncAcquireResponseMonitoring | any;
5791
+ /**
5792
+ * Deployment model: how updates are delivered to the remote environment.
5793
+ */
5794
+ export declare const SyncAcquireResponseDeploymentModel: {
5795
+ readonly Push: "push";
5796
+ readonly Pull: "pull";
5797
+ };
5798
+ /**
5799
+ * Deployment model: how updates are delivered to the remote environment.
5800
+ */
5801
+ export type SyncAcquireResponseDeploymentModel = ClosedEnum<typeof SyncAcquireResponseDeploymentModel>;
5802
+ export type SyncAcquireResponseAwsStackSettings = {
5803
+ certificateArn: string;
5804
+ };
5805
+ export type SyncAcquireResponseStackSettingsAwsUnion = SyncAcquireResponseAwsStackSettings | any;
5806
+ export type SyncAcquireResponseAzureStackSettings = {
5807
+ keyVaultCertificateId: string;
5808
+ };
5809
+ export type SyncAcquireResponseStackSettingsAzureUnion = SyncAcquireResponseAzureStackSettings | any;
5810
+ export type SyncAcquireResponseGcpStackSettings = {
5811
+ certificateName: string;
5812
+ };
5813
+ export type SyncAcquireResponseStackSettingsGcpUnion = SyncAcquireResponseGcpStackSettings | any;
5814
+ /**
5815
+ * Namespace-scoped Kubernetes TLS Secret reference.
5816
+ */
5817
+ export type SyncAcquireResponseTlsSecretRef = {
5818
+ /**
5819
+ * Secret namespace. Defaults to the release namespace when omitted.
5820
+ */
5821
+ namespace?: string | null | undefined;
5822
+ /**
5823
+ * Secret name.
5824
+ */
5825
+ secretName: string;
5826
+ };
5827
+ export type SyncAcquireResponseDomainsKubernetes = {
5828
+ /**
5829
+ * Namespace-scoped Kubernetes TLS Secret reference.
5830
+ */
5831
+ tlsSecretRef: SyncAcquireResponseTlsSecretRef;
5832
+ };
5833
+ export type SyncAcquireResponseDomainsKubernetesUnion = SyncAcquireResponseDomainsKubernetes | any;
5834
+ /**
5835
+ * Platform-specific certificate references for custom domains.
5836
+ */
5837
+ export type SyncAcquireResponseDomainsCertificate = {
5838
+ aws?: SyncAcquireResponseAwsStackSettings | any | null | undefined;
5839
+ azure?: SyncAcquireResponseAzureStackSettings | any | null | undefined;
5840
+ gcp?: SyncAcquireResponseGcpStackSettings | any | null | undefined;
5841
+ kubernetes?: SyncAcquireResponseDomainsKubernetes | any | null | undefined;
5842
+ };
5843
+ /**
5844
+ * Custom domain configuration for a single resource.
5845
+ */
5846
+ export type SyncAcquireResponseCustomDomains = {
5847
+ /**
5848
+ * Platform-specific certificate references for custom domains.
5849
+ */
5850
+ certificate: SyncAcquireResponseDomainsCertificate;
5851
+ /**
5852
+ * Fully qualified domain name to use.
5853
+ */
5854
+ domain: string;
5855
+ };
5856
+ /**
5857
+ * Domain configuration for the stack.
5858
+ *
5859
+ * @remarks
5860
+ *
5861
+ * When `custom_domains` is set, the specified resources use customer-provided
5862
+ * domains and certificates. Otherwise, Alien auto-generates domains.
5863
+ */
5864
+ export type SyncAcquireResponseDomains = {
5865
+ /**
5866
+ * Custom domain configuration per resource ID.
5867
+ */
5868
+ customDomains?: {
5869
+ [k: string]: SyncAcquireResponseCustomDomains;
5870
+ } | null | undefined;
5871
+ };
5872
+ export type SyncAcquireResponseDomainsUnion = SyncAcquireResponseDomains | any;
5873
+ /**
5874
+ * External bindings for pre-existing infrastructure.
5875
+ *
5876
+ * @remarks
5877
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
5878
+ * Environment, etc.) instead of having Alien provision them.
5879
+ * Required for Kubernetes platform, optional for cloud platforms.
5880
+ */
5881
+ export type SyncAcquireResponseStackSettingsExternalBindings = {};
5882
+ /**
5883
+ * How heartbeat health checks are handled.
5884
+ */
5885
+ export declare const SyncAcquireResponseHeartbeats: {
5886
+ readonly Off: "off";
5887
+ readonly On: "on";
5888
+ };
5889
+ /**
5890
+ * How heartbeat health checks are handled.
5891
+ */
5892
+ export type SyncAcquireResponseHeartbeats = ClosedEnum<typeof SyncAcquireResponseHeartbeats>;
5893
+ /**
5894
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
5895
+ */
5896
+ export type SyncAcquireResponseCloud = {
5897
+ accountId?: string | null | undefined;
5898
+ clusterId?: string | null | undefined;
5899
+ clusterName?: string | null | undefined;
5900
+ projectId?: string | null | undefined;
5901
+ region?: string | null | undefined;
5902
+ resourceGroup?: string | null | undefined;
5903
+ subscriptionId?: string | null | undefined;
5904
+ };
5905
+ export type SyncAcquireResponseCloudUnion = SyncAcquireResponseCloud | any;
5906
+ /**
5907
+ * Ownership model for the Kubernetes cluster.
5908
+ */
5909
+ export declare const SyncAcquireResponseOwnership: {
5910
+ readonly Managed: "managed";
5911
+ readonly Existing: "existing";
5912
+ readonly External: "external";
5913
+ };
5914
+ /**
5915
+ * Ownership model for the Kubernetes cluster.
5916
+ */
5917
+ export type SyncAcquireResponseOwnership = ClosedEnum<typeof SyncAcquireResponseOwnership>;
5918
+ /**
5919
+ * Kubernetes cluster setup settings.
5920
+ */
5921
+ export type SyncAcquireResponseCluster = {
5922
+ cloud?: SyncAcquireResponseCloud | any | null | undefined;
5923
+ /**
5924
+ * Namespace where the Alien chart and application resources run.
5925
+ */
5926
+ namespace?: string | null | undefined;
5927
+ /**
5928
+ * Ownership model for the Kubernetes cluster.
5929
+ */
5930
+ ownership: SyncAcquireResponseOwnership;
5931
+ };
5932
+ export type SyncAcquireResponseClusterUnion = SyncAcquireResponseCluster | any;
5933
+ export type SyncAcquireResponseCertificateNone2 = {
5934
+ mode: "none";
5935
+ };
5936
+ export type SyncAcquireResponseCertificateManagedTLSSecret2 = {
5937
+ mode: "managedTlsSecret";
5938
+ /**
5939
+ * Secret name template. Runtime may substitute resource/deployment tokens.
5940
+ */
5941
+ secretNameTemplate: string;
5942
+ };
5943
+ export type SyncAcquireResponseCertificateAwsAcmArn2 = {
5944
+ /**
5945
+ * Existing ACM certificate ARN.
5946
+ */
5947
+ certificateArn: string;
5948
+ mode: "awsAcmArn";
5949
+ };
5950
+ export type SyncAcquireResponseCertificateManagedAcmImport2 = {
5951
+ mode: "managedAcmImport";
5952
+ /**
5953
+ * ACM region. Defaults to the deployment region when omitted.
5954
+ */
5955
+ region?: string | null | undefined;
5956
+ /**
5957
+ * Tags applied to runtime-imported ACM certificates.
5958
+ */
5959
+ tags?: {
5960
+ [k: string]: string;
5961
+ } | undefined;
5962
+ };
5963
+ /**
5964
+ * Namespace-scoped Kubernetes TLS Secret reference.
5965
+ */
5966
+ export type SyncAcquireResponseCertificateTLSSecretRef2 = {
5967
+ /**
5968
+ * Secret namespace. Defaults to the release namespace when omitted.
5969
+ */
5970
+ namespace?: string | null | undefined;
5971
+ /**
5972
+ * Secret name.
5973
+ */
5974
+ secretName: string;
5975
+ mode: "tlsSecretRef";
5976
+ };
5977
+ /**
5978
+ * Certificate publication or reference mode for Kubernetes public endpoints.
5979
+ */
5980
+ export type SyncAcquireResponseCertificateUnion2 = SyncAcquireResponseCertificateTLSSecretRef2 | SyncAcquireResponseCertificateManagedAcmImport2 | SyncAcquireResponseCertificateAwsAcmArn2 | SyncAcquireResponseCertificateManagedTLSSecret2 | SyncAcquireResponseCertificateNone2;
5981
+ export declare const SyncAcquireResponseModeCustom: {
5982
+ readonly Custom: "custom";
5983
+ };
5984
+ export type SyncAcquireResponseModeCustom = ClosedEnum<typeof SyncAcquireResponseModeCustom>;
5985
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4: {
5986
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
5987
+ };
5988
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4>;
5989
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainers4 = {
5990
+ /**
5991
+ * Optional ALB name when using BYO Application Gateway resources.
5992
+ */
5993
+ albName?: string | null | undefined;
5994
+ /**
5995
+ * Optional ALB namespace when using BYO Application Gateway resources.
5996
+ */
5997
+ albNamespace?: string | null | undefined;
5998
+ /**
5999
+ * Public or internal frontend exposure.
6000
+ */
6001
+ frontend: string;
6002
+ provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4;
6003
+ };
6004
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum4: {
6005
+ readonly GkeGateway: "gkeGateway";
6006
+ };
6007
+ export type SyncAcquireResponseProviderGkeGatewayEnum4 = ClosedEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum4>;
6008
+ export type SyncAcquireResponseProviderGkeGateway4 = {
6009
+ provider: SyncAcquireResponseProviderGkeGatewayEnum4;
6010
+ /**
6011
+ * Optional static address name for the Gateway frontend.
6012
+ */
6013
+ staticAddressName?: string | null | undefined;
6014
+ };
6015
+ export declare const SyncAcquireResponseProviderAwsAlbEnum4: {
6016
+ readonly AwsAlb: "awsAlb";
6017
+ };
6018
+ export type SyncAcquireResponseProviderAwsAlbEnum4 = ClosedEnum<typeof SyncAcquireResponseProviderAwsAlbEnum4>;
6019
+ export type SyncAcquireResponseProviderAwsAlb4 = {
6020
+ /**
6021
+ * Optional ALB IP address type, such as `dualstack`.
6022
+ */
6023
+ ipAddressType?: string | null | undefined;
6024
+ provider: SyncAcquireResponseProviderAwsAlbEnum4;
6025
+ /**
6026
+ * Internet-facing or internal ALB scheme.
6027
+ */
6028
+ scheme: string;
6029
+ /**
6030
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
6031
+ */
6032
+ subnetIds?: Array<string> | undefined;
6033
+ /**
6034
+ * ALB target type, usually `ip`.
6035
+ */
6036
+ targetType: string;
6037
+ };
6038
+ export type SyncAcquireResponseProviderUnion4 = SyncAcquireResponseProviderAwsAlb4 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers4 | SyncAcquireResponseProviderGkeGateway4 | any;
6039
+ /**
6040
+ * Shared Gateway API route profile values.
6041
+ */
6042
+ export type SyncAcquireResponseRouteGateway2 = {
6043
+ /**
6044
+ * Annotations applied to route objects.
6045
+ */
6046
+ annotations?: {
6047
+ [k: string]: string;
6048
+ } | undefined;
6049
+ /**
6050
+ * Route controller identifier, for example a cloud Gateway controller.
6051
+ */
6052
+ controller?: string | null | undefined;
6053
+ /**
6054
+ * GatewayClass selected for generated Gateways.
6055
+ */
6056
+ gatewayClassName: string;
6057
+ /**
6058
+ * Labels applied to route objects.
6059
+ */
6060
+ labels?: {
6061
+ [k: string]: string;
6062
+ } | undefined;
6063
+ /**
6064
+ * Listener port, usually 443.
6065
+ */
6066
+ listenerPort: number;
6067
+ provider?: SyncAcquireResponseProviderAwsAlb4 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers4 | SyncAcquireResponseProviderGkeGateway4 | any | null | undefined;
6068
+ routeApi: "gateway";
6069
+ };
6070
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3: {
6071
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
6072
+ };
6073
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3>;
6074
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainers3 = {
6075
+ /**
6076
+ * Optional ALB name when using BYO Application Gateway resources.
6077
+ */
6078
+ albName?: string | null | undefined;
6079
+ /**
6080
+ * Optional ALB namespace when using BYO Application Gateway resources.
6081
+ */
6082
+ albNamespace?: string | null | undefined;
6083
+ /**
6084
+ * Public or internal frontend exposure.
6085
+ */
6086
+ frontend: string;
6087
+ provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3;
6088
+ };
6089
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum3: {
6090
+ readonly GkeGateway: "gkeGateway";
6091
+ };
6092
+ export type SyncAcquireResponseProviderGkeGatewayEnum3 = ClosedEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum3>;
6093
+ export type SyncAcquireResponseProviderGkeGateway3 = {
6094
+ provider: SyncAcquireResponseProviderGkeGatewayEnum3;
6095
+ /**
6096
+ * Optional static address name for the Gateway frontend.
6097
+ */
6098
+ staticAddressName?: string | null | undefined;
6099
+ };
6100
+ export declare const SyncAcquireResponseProviderAwsAlbEnum3: {
6101
+ readonly AwsAlb: "awsAlb";
6102
+ };
6103
+ export type SyncAcquireResponseProviderAwsAlbEnum3 = ClosedEnum<typeof SyncAcquireResponseProviderAwsAlbEnum3>;
6104
+ export type SyncAcquireResponseProviderAwsAlb3 = {
6105
+ /**
6106
+ * Optional ALB IP address type, such as `dualstack`.
6107
+ */
6108
+ ipAddressType?: string | null | undefined;
6109
+ provider: SyncAcquireResponseProviderAwsAlbEnum3;
6110
+ /**
6111
+ * Internet-facing or internal ALB scheme.
6112
+ */
6113
+ scheme: string;
6114
+ /**
6115
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
6116
+ */
6117
+ subnetIds?: Array<string> | undefined;
6118
+ /**
6119
+ * ALB target type, usually `ip`.
6120
+ */
6121
+ targetType: string;
6122
+ };
6123
+ export type SyncAcquireResponseProviderUnion3 = SyncAcquireResponseProviderAwsAlb3 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers3 | SyncAcquireResponseProviderGkeGateway3 | any;
6124
+ /**
6125
+ * Shared Ingress route profile values.
6126
+ */
6127
+ export type SyncAcquireResponseRouteIngress2 = {
6128
+ /**
6129
+ * Annotations applied to route objects.
6130
+ */
6131
+ annotations?: {
6132
+ [k: string]: string;
6133
+ } | undefined;
6134
+ /**
6135
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
6136
+ */
6137
+ controller?: string | null | undefined;
6138
+ /**
6139
+ * `spec.ingressClassName` for generated Ingresses.
6140
+ */
6141
+ ingressClassName: string;
6142
+ /**
6143
+ * Labels applied to route objects.
6144
+ */
6145
+ labels?: {
6146
+ [k: string]: string;
6147
+ } | undefined;
6148
+ provider?: SyncAcquireResponseProviderAwsAlb3 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers3 | SyncAcquireResponseProviderGkeGateway3 | any | null | undefined;
6149
+ routeApi: "ingress";
6150
+ };
6151
+ /**
6152
+ * Kubernetes route API selected for public endpoints.
6153
+ */
6154
+ export type SyncAcquireResponseRouteUnion2 = SyncAcquireResponseRouteIngress2 | SyncAcquireResponseRouteGateway2;
6155
+ export type SyncAcquireResponseExposureCustom = {
6156
+ /**
6157
+ * Certificate publication or reference mode for Kubernetes public endpoints.
6158
+ */
6159
+ certificate: SyncAcquireResponseCertificateTLSSecretRef2 | SyncAcquireResponseCertificateManagedAcmImport2 | SyncAcquireResponseCertificateAwsAcmArn2 | SyncAcquireResponseCertificateManagedTLSSecret2 | SyncAcquireResponseCertificateNone2;
6160
+ /**
6161
+ * Hostname routed by the Kubernetes public endpoint.
6162
+ */
6163
+ domain: string;
6164
+ mode: SyncAcquireResponseModeCustom;
6165
+ /**
6166
+ * Kubernetes route API selected for public endpoints.
6167
+ */
6168
+ route: SyncAcquireResponseRouteIngress2 | SyncAcquireResponseRouteGateway2;
6169
+ };
6170
+ export type SyncAcquireResponseCertificateNone1 = {
6171
+ mode: "none";
6172
+ };
6173
+ export type SyncAcquireResponseCertificateManagedTLSSecret1 = {
6174
+ mode: "managedTlsSecret";
6175
+ /**
6176
+ * Secret name template. Runtime may substitute resource/deployment tokens.
6177
+ */
6178
+ secretNameTemplate: string;
6179
+ };
6180
+ export type SyncAcquireResponseCertificateAwsAcmArn1 = {
6181
+ /**
6182
+ * Existing ACM certificate ARN.
6183
+ */
6184
+ certificateArn: string;
6185
+ mode: "awsAcmArn";
6186
+ };
6187
+ export type SyncAcquireResponseCertificateManagedAcmImport1 = {
6188
+ mode: "managedAcmImport";
6189
+ /**
6190
+ * ACM region. Defaults to the deployment region when omitted.
6191
+ */
6192
+ region?: string | null | undefined;
6193
+ /**
6194
+ * Tags applied to runtime-imported ACM certificates.
6195
+ */
6196
+ tags?: {
6197
+ [k: string]: string;
6198
+ } | undefined;
6199
+ };
6200
+ /**
6201
+ * Namespace-scoped Kubernetes TLS Secret reference.
6202
+ */
6203
+ export type SyncAcquireResponseCertificateTLSSecretRef1 = {
6204
+ /**
6205
+ * Secret namespace. Defaults to the release namespace when omitted.
6206
+ */
6207
+ namespace?: string | null | undefined;
6208
+ /**
6209
+ * Secret name.
6210
+ */
6211
+ secretName: string;
6212
+ mode: "tlsSecretRef";
6213
+ };
6214
+ /**
6215
+ * Certificate publication or reference mode for Kubernetes public endpoints.
6216
+ */
6217
+ export type SyncAcquireResponseCertificateUnion1 = SyncAcquireResponseCertificateTLSSecretRef1 | SyncAcquireResponseCertificateManagedAcmImport1 | SyncAcquireResponseCertificateAwsAcmArn1 | SyncAcquireResponseCertificateManagedTLSSecret1 | SyncAcquireResponseCertificateNone1;
6218
+ export declare const SyncAcquireResponseModeGenerated: {
6219
+ readonly Generated: "generated";
6220
+ };
6221
+ export type SyncAcquireResponseModeGenerated = ClosedEnum<typeof SyncAcquireResponseModeGenerated>;
6222
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2: {
6223
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
6224
+ };
6225
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2>;
6226
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainers2 = {
6227
+ /**
6228
+ * Optional ALB name when using BYO Application Gateway resources.
6229
+ */
6230
+ albName?: string | null | undefined;
6231
+ /**
6232
+ * Optional ALB namespace when using BYO Application Gateway resources.
6233
+ */
6234
+ albNamespace?: string | null | undefined;
6235
+ /**
6236
+ * Public or internal frontend exposure.
6237
+ */
6238
+ frontend: string;
6239
+ provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2;
6240
+ };
6241
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum2: {
6242
+ readonly GkeGateway: "gkeGateway";
6243
+ };
6244
+ export type SyncAcquireResponseProviderGkeGatewayEnum2 = ClosedEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum2>;
6245
+ export type SyncAcquireResponseProviderGkeGateway2 = {
6246
+ provider: SyncAcquireResponseProviderGkeGatewayEnum2;
6247
+ /**
6248
+ * Optional static address name for the Gateway frontend.
6249
+ */
6250
+ staticAddressName?: string | null | undefined;
6251
+ };
6252
+ export declare const SyncAcquireResponseProviderAwsAlbEnum2: {
6253
+ readonly AwsAlb: "awsAlb";
6254
+ };
6255
+ export type SyncAcquireResponseProviderAwsAlbEnum2 = ClosedEnum<typeof SyncAcquireResponseProviderAwsAlbEnum2>;
6256
+ export type SyncAcquireResponseProviderAwsAlb2 = {
6257
+ /**
6258
+ * Optional ALB IP address type, such as `dualstack`.
6259
+ */
6260
+ ipAddressType?: string | null | undefined;
6261
+ provider: SyncAcquireResponseProviderAwsAlbEnum2;
4790
6262
  /**
4791
- * Full OTLP logs endpoint URL.
4792
- *
4793
- * @remarks
4794
- * Example: "https://<manager-host>/v1/logs"
6263
+ * Internet-facing or internal ALB scheme.
4795
6264
  */
4796
- logsEndpoint: string;
6265
+ scheme: string;
4797
6266
  /**
4798
- * Auth header value for the metrics endpoint in "key=value,..." format (optional).
4799
- *
4800
- * @remarks
4801
- *
4802
- * When absent, `logs_auth_header` is reused for metrics — suitable when the same
4803
- * credential covers both signals. When present (e.g. Axiom with separate datasets),
4804
- * this value is used exclusively for metrics.
4805
- *
4806
- * Example: "authorization=Bearer <token>,x-axiom-dataset=<metrics-dataset>"
6267
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
4807
6268
  */
4808
- metricsAuthHeader?: string | null | undefined;
6269
+ subnetIds?: Array<string> | undefined;
4809
6270
  /**
4810
- * Full OTLP metrics endpoint URL (optional).
4811
- *
4812
- * @remarks
4813
- * When set, horizond exports its own VM/container orchestration metrics here.
4814
- * Example: "https://api.axiom.co/v1/metrics"
6271
+ * ALB target type, usually `ip`.
4815
6272
  */
4816
- metricsEndpoint?: string | null | undefined;
6273
+ targetType: string;
4817
6274
  };
4818
- export type SyncAcquireResponseMonitoringUnion = SyncAcquireResponseMonitoring | any;
6275
+ export type SyncAcquireResponseProviderUnion2 = SyncAcquireResponseProviderAwsAlb2 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers2 | SyncAcquireResponseProviderGkeGateway2 | any;
4819
6276
  /**
4820
- * Deployment model: how updates are delivered to the remote environment.
6277
+ * Shared Gateway API route profile values.
4821
6278
  */
4822
- export declare const SyncAcquireResponseDeploymentModel: {
4823
- readonly Push: "push";
4824
- readonly Pull: "pull";
6279
+ export type SyncAcquireResponseRouteGateway1 = {
6280
+ /**
6281
+ * Annotations applied to route objects.
6282
+ */
6283
+ annotations?: {
6284
+ [k: string]: string;
6285
+ } | undefined;
6286
+ /**
6287
+ * Route controller identifier, for example a cloud Gateway controller.
6288
+ */
6289
+ controller?: string | null | undefined;
6290
+ /**
6291
+ * GatewayClass selected for generated Gateways.
6292
+ */
6293
+ gatewayClassName: string;
6294
+ /**
6295
+ * Labels applied to route objects.
6296
+ */
6297
+ labels?: {
6298
+ [k: string]: string;
6299
+ } | undefined;
6300
+ /**
6301
+ * Listener port, usually 443.
6302
+ */
6303
+ listenerPort: number;
6304
+ provider?: SyncAcquireResponseProviderAwsAlb2 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers2 | SyncAcquireResponseProviderGkeGateway2 | any | null | undefined;
6305
+ routeApi: "gateway";
4825
6306
  };
4826
- /**
4827
- * Deployment model: how updates are delivered to the remote environment.
4828
- */
4829
- export type SyncAcquireResponseDeploymentModel = ClosedEnum<typeof SyncAcquireResponseDeploymentModel>;
4830
- export type SyncAcquireResponseAws = {
4831
- certificateArn: string;
6307
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1: {
6308
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
4832
6309
  };
4833
- export type SyncAcquireResponseAwsUnion = SyncAcquireResponseAws | any;
4834
- export type SyncAcquireResponseAzureConfig = {
4835
- keyVaultCertificateId: string;
6310
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1>;
6311
+ export type SyncAcquireResponseProviderAzureApplicationGatewayForContainers1 = {
6312
+ /**
6313
+ * Optional ALB name when using BYO Application Gateway resources.
6314
+ */
6315
+ albName?: string | null | undefined;
6316
+ /**
6317
+ * Optional ALB namespace when using BYO Application Gateway resources.
6318
+ */
6319
+ albNamespace?: string | null | undefined;
6320
+ /**
6321
+ * Public or internal frontend exposure.
6322
+ */
6323
+ frontend: string;
6324
+ provider: SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1;
4836
6325
  };
4837
- export type SyncAcquireResponseAzureUnion = SyncAcquireResponseAzureConfig | any;
4838
- export type SyncAcquireResponseGcpConfig = {
4839
- certificateName: string;
6326
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum1: {
6327
+ readonly GkeGateway: "gkeGateway";
4840
6328
  };
4841
- export type SyncAcquireResponseGcpUnion = SyncAcquireResponseGcpConfig | any;
4842
- /**
4843
- * Platform-specific certificate references for custom domains.
4844
- */
4845
- export type SyncAcquireResponseCertificate = {
4846
- aws?: SyncAcquireResponseAws | any | null | undefined;
4847
- azure?: SyncAcquireResponseAzureConfig | any | null | undefined;
4848
- gcp?: SyncAcquireResponseGcpConfig | any | null | undefined;
6329
+ export type SyncAcquireResponseProviderGkeGatewayEnum1 = ClosedEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum1>;
6330
+ export type SyncAcquireResponseProviderGkeGateway1 = {
6331
+ provider: SyncAcquireResponseProviderGkeGatewayEnum1;
6332
+ /**
6333
+ * Optional static address name for the Gateway frontend.
6334
+ */
6335
+ staticAddressName?: string | null | undefined;
4849
6336
  };
4850
- /**
4851
- * Custom domain configuration for a single resource.
4852
- */
4853
- export type SyncAcquireResponseCustomDomains = {
6337
+ export declare const SyncAcquireResponseProviderAwsAlbEnum1: {
6338
+ readonly AwsAlb: "awsAlb";
6339
+ };
6340
+ export type SyncAcquireResponseProviderAwsAlbEnum1 = ClosedEnum<typeof SyncAcquireResponseProviderAwsAlbEnum1>;
6341
+ export type SyncAcquireResponseProviderAwsAlb1 = {
4854
6342
  /**
4855
- * Platform-specific certificate references for custom domains.
6343
+ * Optional ALB IP address type, such as `dualstack`.
4856
6344
  */
4857
- certificate: SyncAcquireResponseCertificate;
6345
+ ipAddressType?: string | null | undefined;
6346
+ provider: SyncAcquireResponseProviderAwsAlbEnum1;
4858
6347
  /**
4859
- * Fully qualified domain name to use.
6348
+ * Internet-facing or internal ALB scheme.
4860
6349
  */
4861
- domain: string;
6350
+ scheme: string;
6351
+ /**
6352
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
6353
+ */
6354
+ subnetIds?: Array<string> | undefined;
6355
+ /**
6356
+ * ALB target type, usually `ip`.
6357
+ */
6358
+ targetType: string;
4862
6359
  };
6360
+ export type SyncAcquireResponseProviderUnion1 = SyncAcquireResponseProviderAwsAlb1 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers1 | SyncAcquireResponseProviderGkeGateway1 | any;
4863
6361
  /**
4864
- * Domain configuration for the stack.
4865
- *
4866
- * @remarks
4867
- *
4868
- * When `custom_domains` is set, the specified resources use customer-provided
4869
- * domains and certificates. Otherwise, Alien auto-generates domains.
6362
+ * Shared Ingress route profile values.
4870
6363
  */
4871
- export type SyncAcquireResponseDomains = {
6364
+ export type SyncAcquireResponseRouteIngress1 = {
4872
6365
  /**
4873
- * Custom domain configuration per resource ID.
6366
+ * Annotations applied to route objects.
4874
6367
  */
4875
- customDomains?: {
4876
- [k: string]: SyncAcquireResponseCustomDomains;
4877
- } | null | undefined;
6368
+ annotations?: {
6369
+ [k: string]: string;
6370
+ } | undefined;
6371
+ /**
6372
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
6373
+ */
6374
+ controller?: string | null | undefined;
6375
+ /**
6376
+ * `spec.ingressClassName` for generated Ingresses.
6377
+ */
6378
+ ingressClassName: string;
6379
+ /**
6380
+ * Labels applied to route objects.
6381
+ */
6382
+ labels?: {
6383
+ [k: string]: string;
6384
+ } | undefined;
6385
+ provider?: SyncAcquireResponseProviderAwsAlb1 | SyncAcquireResponseProviderAzureApplicationGatewayForContainers1 | SyncAcquireResponseProviderGkeGateway1 | any | null | undefined;
6386
+ routeApi: "ingress";
4878
6387
  };
4879
- export type SyncAcquireResponseDomainsUnion = SyncAcquireResponseDomains | any;
4880
6388
  /**
4881
- * How heartbeat health checks are handled.
6389
+ * Kubernetes route API selected for public endpoints.
4882
6390
  */
4883
- export declare const SyncAcquireResponseHeartbeats: {
4884
- readonly Off: "off";
4885
- readonly On: "on";
6391
+ export type SyncAcquireResponseRouteUnion1 = SyncAcquireResponseRouteIngress1 | SyncAcquireResponseRouteGateway1;
6392
+ export type SyncAcquireResponseExposureGenerated = {
6393
+ /**
6394
+ * Certificate publication or reference mode for Kubernetes public endpoints.
6395
+ */
6396
+ certificate: SyncAcquireResponseCertificateTLSSecretRef1 | SyncAcquireResponseCertificateManagedAcmImport1 | SyncAcquireResponseCertificateAwsAcmArn1 | SyncAcquireResponseCertificateManagedTLSSecret1 | SyncAcquireResponseCertificateNone1;
6397
+ mode: SyncAcquireResponseModeGenerated;
6398
+ /**
6399
+ * Kubernetes route API selected for public endpoints.
6400
+ */
6401
+ route: SyncAcquireResponseRouteIngress1 | SyncAcquireResponseRouteGateway1;
6402
+ };
6403
+ export declare const SyncAcquireResponseModeDisabled: {
6404
+ readonly Disabled: "disabled";
4886
6405
  };
6406
+ export type SyncAcquireResponseModeDisabled = ClosedEnum<typeof SyncAcquireResponseModeDisabled>;
6407
+ export type SyncAcquireResponseExposureDisabled = {
6408
+ mode: SyncAcquireResponseModeDisabled;
6409
+ };
6410
+ export type SyncAcquireResponseExposureUnion = SyncAcquireResponseExposureCustom | SyncAcquireResponseExposureGenerated | SyncAcquireResponseExposureDisabled | any;
4887
6411
  /**
4888
- * How heartbeat health checks are handled.
6412
+ * Kubernetes runtime substrate configuration.
6413
+ *
6414
+ * @remarks
6415
+ *
6416
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
6417
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
6418
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
6419
+ * cluster.
4889
6420
  */
4890
- export type SyncAcquireResponseHeartbeats = ClosedEnum<typeof SyncAcquireResponseHeartbeats>;
6421
+ export type SyncAcquireResponseKubernetes = {
6422
+ cluster?: SyncAcquireResponseCluster | any | null | undefined;
6423
+ exposure?: SyncAcquireResponseExposureCustom | SyncAcquireResponseExposureGenerated | SyncAcquireResponseExposureDisabled | any | null | undefined;
6424
+ };
6425
+ export type SyncAcquireResponseKubernetesUnion = SyncAcquireResponseKubernetes | any;
4891
6426
  export declare const SyncAcquireResponseTypeByoVnetAzure: {
4892
6427
  readonly ByoVnetAzure: "byo-vnet-azure";
4893
6428
  };
@@ -5016,10 +6551,20 @@ export type SyncAcquireResponseStackSettings = {
5016
6551
  */
5017
6552
  deploymentModel?: SyncAcquireResponseDeploymentModel | undefined;
5018
6553
  domains?: SyncAcquireResponseDomains | any | null | undefined;
6554
+ /**
6555
+ * External bindings for pre-existing infrastructure.
6556
+ *
6557
+ * @remarks
6558
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
6559
+ * Environment, etc.) instead of having Alien provision them.
6560
+ * Required for Kubernetes platform, optional for cloud platforms.
6561
+ */
6562
+ externalBindings?: SyncAcquireResponseStackSettingsExternalBindings | null | undefined;
5019
6563
  /**
5020
6564
  * How heartbeat health checks are handled.
5021
6565
  */
5022
6566
  heartbeats?: SyncAcquireResponseHeartbeats | undefined;
6567
+ kubernetes?: SyncAcquireResponseKubernetes | any | null | undefined;
5023
6568
  network?: SyncAcquireResponseNetworkByoVpcAws | SyncAcquireResponseNetworkByoVpcGcp | SyncAcquireResponseNetworkByoVnetAzure | SyncAcquireResponseNetworkUseDefault | SyncAcquireResponseNetworkCreate | any | null | undefined;
5024
6569
  /**
5025
6570
  * How telemetry (logs, metrics, traces) is handled.
@@ -5042,8 +6587,27 @@ export type SyncAcquireResponseConfig = {
5042
6587
  * This requires running with elevated cloud credentials.
5043
6588
  */
5044
6589
  allowFrozenChanges?: boolean | undefined;
5045
- artifactRegistry?: SyncAcquireResponseArtifactRegistry | any | null | undefined;
6590
+ basePlatform?: SyncAcquireResponseBasePlatformEnum | any | null | undefined;
5046
6591
  computeBackend?: SyncAcquireResponseComputeBackendHorizon | any | null | undefined;
6592
+ /**
6593
+ * Human-readable deployment name for cloud console metadata.
6594
+ *
6595
+ * @remarks
6596
+ *
6597
+ * This is separate from the physical resource prefix in StackState. It is
6598
+ * used only for display text such as IAM role descriptions, service
6599
+ * account descriptions, and custom role titles.
6600
+ */
6601
+ deploymentName?: string | null | undefined;
6602
+ /**
6603
+ * Deployment token for pull authentication with the manager's registry.
6604
+ *
6605
+ * @remarks
6606
+ *
6607
+ * Used by controllers to configure registry credentials so cloud platforms
6608
+ * and K8s can pull images from the manager's `/v2/` endpoint.
6609
+ */
6610
+ deploymentToken?: string | null | undefined;
5047
6611
  domainMetadata?: SyncAcquireResponseDomainMetadata | any | null | undefined;
5048
6612
  /**
5049
6613
  * Snapshot of environment variables at a point in time
@@ -5057,24 +6621,50 @@ export type SyncAcquireResponseConfig = {
5057
6621
  * Validated at runtime: binding type must match resource type.
5058
6622
  */
5059
6623
  externalBindings?: {
5060
- [k: string]: SyncAcquireResponseExternalBindingsS3 | SyncAcquireResponseExternalBindingsBlob | SyncAcquireResponseExternalBindingsGcs | SyncAcquireResponseExternalBindingsLocalStorage | SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus | SyncAcquireResponseExternalBindingsDynamodb | SyncAcquireResponseExternalBindingsFirestore | SyncAcquireResponseExternalBindingsTablestorage | SyncAcquireResponseExternalBindingsRedis | SyncAcquireResponseExternalBindingsLocalKv | SyncAcquireResponseExternalBindingsEcr | SyncAcquireResponseExternalBindingsAcr | SyncAcquireResponseExternalBindingsGar | SyncAcquireResponseExternalBindingsLocal | SyncAcquireResponseExternalBindingsParameterStore | SyncAcquireResponseExternalBindingsSecretManager | SyncAcquireResponseExternalBindingsKeyVault | SyncAcquireResponseExternalBindingsKubernetesSecret | SyncAcquireResponseExternalBindingsLocalVault;
6624
+ [k: string]: SyncAcquireResponseExternalBindingsContainerAppsEnvironment | SyncAcquireResponseExternalBindingsS3 | SyncAcquireResponseExternalBindingsBlob | SyncAcquireResponseExternalBindingsGcs | SyncAcquireResponseExternalBindingsLocalStorage | SyncAcquireResponseExternalBindingsSqs | SyncAcquireResponseExternalBindingsPubsub | SyncAcquireResponseExternalBindingsServicebus | SyncAcquireResponseExternalBindingsLocalQueue | SyncAcquireResponseExternalBindingsDynamodb | SyncAcquireResponseExternalBindingsFirestore | SyncAcquireResponseExternalBindingsTablestorage | SyncAcquireResponseExternalBindingsRedis | SyncAcquireResponseExternalBindingsLocalKv | SyncAcquireResponseExternalBindingsEcr | SyncAcquireResponseExternalBindingsAcr | SyncAcquireResponseExternalBindingsGar | SyncAcquireResponseExternalBindingsLocal | SyncAcquireResponseExternalBindingsParameterStore | SyncAcquireResponseExternalBindingsSecretManager | SyncAcquireResponseExternalBindingsKeyVault | SyncAcquireResponseExternalBindingsKubernetesSecret | SyncAcquireResponseExternalBindingsLocalVault;
5061
6625
  } | undefined;
5062
- imagePullCredentials?: SyncAcquireResponseImagePullCredentials | any | null | undefined;
5063
6626
  managementConfig?: SyncAcquireResponseManagementConfigAzure | SyncAcquireResponseManagementConfigAws | SyncAcquireResponseManagementConfigGcp | SyncAcquireResponseManagementConfigKubernetes | any | null | undefined;
6627
+ /**
6628
+ * Manager base URL (e.g., "https://manager.alien.dev").
6629
+ *
6630
+ * @remarks
6631
+ *
6632
+ * The manager IS the container registry — its `/v2/` endpoint serves as
6633
+ * the OCI Distribution API. Controllers derive the proxy host from this
6634
+ * to configure pull auth (RegistryCredentials, imagePullSecrets).
6635
+ *
6636
+ * When None (e.g., `alien dev`), controllers use image URIs as-is.
6637
+ */
6638
+ managerUrl?: string | null | undefined;
5064
6639
  monitoring?: SyncAcquireResponseMonitoring | any | null | undefined;
5065
6640
  /**
5066
- * Public URLs for exposed resources (optional override for all platforms).
6641
+ * Native image registry host+prefix for platforms that require it.
6642
+ *
6643
+ * @remarks
6644
+ *
6645
+ * Lambda (ECR) and Cloud Run (GAR) require native registry URIs. Other
6646
+ * runtimes, including Azure Container Apps, pull through the manager's
6647
+ * registry proxy.
6648
+ *
6649
+ * Derived by the manager from the artifact registry binding:
6650
+ * - ECR: `{account_id}.dkr.ecr.{region}.amazonaws.com/{repository_prefix}`
6651
+ * - GAR: `{region}-docker.pkg.dev/{project_id}/{repository_name}`
6652
+ */
6653
+ nativeImageHost?: string | null | undefined;
6654
+ /**
6655
+ * Public URLs for exposed resources (optional override).
5067
6656
  *
5068
6657
  * @remarks
5069
6658
  *
5070
- * - **Kubernetes**: Pre-computed by Helm from services config (highly recommended)
5071
- * - **Cloud**: Optional override of domain_metadata or load balancer DNS
5072
- * - **Local**: Optional override of dynamic localhost URLs
6659
+ * Use this only when a caller already knows the public URL. Managed public
6660
+ * endpoint flows should prefer `domain_metadata` plus controller-reported
6661
+ * load balancer outputs so DNS, certificate renewal, and route readiness
6662
+ * stay tied to the resource state.
5073
6663
  *
5074
6664
  * If not set, platforms determine public URLs from other sources:
5075
- * - Cloud: domain_metadata FQDN or load balancer DNS
5076
- * - Local: http://localhost:{allocated_port}
5077
- * - Kubernetes: None (unless provided by Helm)
6665
+ * - Managed DNS/TLS flows: `domain_metadata` FQDN or load balancer DNS
6666
+ * - Local: `http://localhost:{allocated_port}`
6667
+ * - Custom or disabled exposure: no public URL unless a controller reports one
5078
6668
  *
5079
6669
  * Key: resource ID, Value: public URL (e.g., "https://api.acme.com")
5080
6670
  */
@@ -5101,7 +6691,7 @@ export type SyncAcquireResponseDeployment = {
5101
6691
  */
5102
6692
  deploymentId: string;
5103
6693
  /**
5104
- * Project ID the agent belongs to
6694
+ * Project ID the deployment belongs to
5105
6695
  */
5106
6696
  projectId: string;
5107
6697
  /**
@@ -5119,7 +6709,7 @@ export type Failure = {
5119
6709
  */
5120
6710
  deploymentId: string;
5121
6711
  /**
5122
- * Project ID the agent belongs to
6712
+ * Project ID the deployment belongs to
5123
6713
  */
5124
6714
  projectId: string;
5125
6715
  error: APIError;
@@ -5149,6 +6739,8 @@ export declare function syncAcquireResponseCurrentReleaseOverrideAwStackFromJSON
5149
6739
  export declare const SyncAcquireResponseCurrentReleaseOverrideAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseOverrideAwBinding, unknown>;
5150
6740
  export declare function syncAcquireResponseCurrentReleaseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseOverrideAwBinding, SDKValidationError>;
5151
6741
  /** @internal */
6742
+ export declare const SyncAcquireResponseCurrentReleaseOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseOverrideEffect>;
6743
+ /** @internal */
5152
6744
  export declare const SyncAcquireResponseCurrentReleaseOverrideAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseOverrideAwGrant, unknown>;
5153
6745
  export declare function syncAcquireResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseOverrideAwGrant, SDKValidationError>;
5154
6746
  /** @internal */
@@ -5218,6 +6810,8 @@ export declare function syncAcquireResponseCurrentReleaseExtendAwStackFromJSON(j
5218
6810
  export declare const SyncAcquireResponseCurrentReleaseExtendAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseExtendAwBinding, unknown>;
5219
6811
  export declare function syncAcquireResponseCurrentReleaseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseExtendAwBinding, SDKValidationError>;
5220
6812
  /** @internal */
6813
+ export declare const SyncAcquireResponseCurrentReleaseExtendEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseExtendEffect>;
6814
+ /** @internal */
5221
6815
  export declare const SyncAcquireResponseCurrentReleaseExtendAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseExtendAwGrant, unknown>;
5222
6816
  export declare function syncAcquireResponseCurrentReleaseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseExtendAwGrant, SDKValidationError>;
5223
6817
  /** @internal */
@@ -5290,6 +6884,8 @@ export declare function syncAcquireResponseCurrentReleaseProfileAwStackFromJSON(
5290
6884
  export declare const SyncAcquireResponseCurrentReleaseProfileAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseProfileAwBinding, unknown>;
5291
6885
  export declare function syncAcquireResponseCurrentReleaseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseProfileAwBinding, SDKValidationError>;
5292
6886
  /** @internal */
6887
+ export declare const SyncAcquireResponseCurrentReleaseProfileEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseProfileEffect>;
6888
+ /** @internal */
5293
6889
  export declare const SyncAcquireResponseCurrentReleaseProfileAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseProfileAwGrant, unknown>;
5294
6890
  export declare function syncAcquireResponseCurrentReleaseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseProfileAwGrant, SDKValidationError>;
5295
6891
  /** @internal */
@@ -5361,6 +6957,8 @@ export declare const SyncAcquireResponseCurrentReleaseLifecycle$inboundSchema: z
5361
6957
  export declare const SyncAcquireResponseCurrentReleaseResources$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseResources, unknown>;
5362
6958
  export declare function syncAcquireResponseCurrentReleaseResourcesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseResources, SDKValidationError>;
5363
6959
  /** @internal */
6960
+ export declare const SyncAcquireResponseCurrentReleaseSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentReleaseSupportedPlatform>;
6961
+ /** @internal */
5364
6962
  export declare const SyncAcquireResponseCurrentReleaseStack$inboundSchema: z.ZodType<SyncAcquireResponseCurrentReleaseStack, unknown>;
5365
6963
  export declare function syncAcquireResponseCurrentReleaseStackFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrentReleaseStack, SDKValidationError>;
5366
6964
  /** @internal */
@@ -5400,6 +6998,16 @@ export declare function syncAcquireResponseEnvironmentInfoUnionFromJSON(jsonStri
5400
6998
  /** @internal */
5401
6999
  export declare const SyncAcquireResponseCurrentPlatform$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentPlatform>;
5402
7000
  /** @internal */
7001
+ export declare const SyncAcquireResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseDeleteScopeEnum>;
7002
+ /** @internal */
7003
+ export declare const SyncAcquireResponseDeleteScopeUnion$inboundSchema: z.ZodType<SyncAcquireResponseDeleteScopeUnion, unknown>;
7004
+ export declare function syncAcquireResponseDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDeleteScopeUnion, SDKValidationError>;
7005
+ /** @internal */
7006
+ export declare const SyncAcquireResponsePendingDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePendingDeleteScopeEnum>;
7007
+ /** @internal */
7008
+ export declare const SyncAcquireResponsePendingDeleteScopeUnion$inboundSchema: z.ZodType<SyncAcquireResponsePendingDeleteScopeUnion, unknown>;
7009
+ export declare function syncAcquireResponsePendingDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePendingDeleteScopeUnion, SDKValidationError>;
7010
+ /** @internal */
5403
7011
  export declare const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackManagementEnum>;
5404
7012
  /** @internal */
5405
7013
  export declare const SyncAcquireResponsePreparedStackOverrideAwResource$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackOverrideAwResource, unknown>;
@@ -5411,6 +7019,8 @@ export declare function syncAcquireResponsePreparedStackOverrideAwStackFromJSON(
5411
7019
  export declare const SyncAcquireResponsePreparedStackOverrideAwBinding$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackOverrideAwBinding, unknown>;
5412
7020
  export declare function syncAcquireResponsePreparedStackOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackOverrideAwBinding, SDKValidationError>;
5413
7021
  /** @internal */
7022
+ export declare const SyncAcquireResponsePreparedStackOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackOverrideEffect>;
7023
+ /** @internal */
5414
7024
  export declare const SyncAcquireResponsePreparedStackOverrideAwGrant$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackOverrideAwGrant, unknown>;
5415
7025
  export declare function syncAcquireResponsePreparedStackOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackOverrideAwGrant, SDKValidationError>;
5416
7026
  /** @internal */
@@ -5480,6 +7090,8 @@ export declare function syncAcquireResponsePreparedStackExtendAwStackFromJSON(js
5480
7090
  export declare const SyncAcquireResponsePreparedStackExtendAwBinding$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackExtendAwBinding, unknown>;
5481
7091
  export declare function syncAcquireResponsePreparedStackExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackExtendAwBinding, SDKValidationError>;
5482
7092
  /** @internal */
7093
+ export declare const SyncAcquireResponsePreparedStackExtendEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackExtendEffect>;
7094
+ /** @internal */
5483
7095
  export declare const SyncAcquireResponsePreparedStackExtendAwGrant$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackExtendAwGrant, unknown>;
5484
7096
  export declare function syncAcquireResponsePreparedStackExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackExtendAwGrant, SDKValidationError>;
5485
7097
  /** @internal */
@@ -5552,6 +7164,8 @@ export declare function syncAcquireResponsePreparedStackProfileAwStackFromJSON(j
5552
7164
  export declare const SyncAcquireResponsePreparedStackProfileAwBinding$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackProfileAwBinding, unknown>;
5553
7165
  export declare function syncAcquireResponsePreparedStackProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackProfileAwBinding, SDKValidationError>;
5554
7166
  /** @internal */
7167
+ export declare const SyncAcquireResponsePreparedStackProfileEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackProfileEffect>;
7168
+ /** @internal */
5555
7169
  export declare const SyncAcquireResponsePreparedStackProfileAwGrant$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackProfileAwGrant, unknown>;
5556
7170
  export declare function syncAcquireResponsePreparedStackProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackProfileAwGrant, SDKValidationError>;
5557
7171
  /** @internal */
@@ -5623,6 +7237,8 @@ export declare const SyncAcquireResponsePreparedStackLifecycle$inboundSchema: z.
5623
7237
  export declare const SyncAcquireResponsePreparedStackResources$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStackResources, unknown>;
5624
7238
  export declare function syncAcquireResponsePreparedStackResourcesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStackResources, SDKValidationError>;
5625
7239
  /** @internal */
7240
+ export declare const SyncAcquireResponsePreparedStackSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackSupportedPlatform>;
7241
+ /** @internal */
5626
7242
  export declare const SyncAcquireResponsePreparedStack$inboundSchema: z.ZodType<SyncAcquireResponsePreparedStack, unknown>;
5627
7243
  export declare function syncAcquireResponsePreparedStackFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePreparedStack, SDKValidationError>;
5628
7244
  /** @internal */
@@ -5640,6 +7256,11 @@ export declare const SyncAcquireResponseStackStatePlatform$inboundSchema: z.ZodE
5640
7256
  export declare const SyncAcquireResponseStackStateConfig$inboundSchema: z.ZodType<SyncAcquireResponseStackStateConfig, unknown>;
5641
7257
  export declare function syncAcquireResponseStackStateConfigFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackStateConfig, SDKValidationError>;
5642
7258
  /** @internal */
7259
+ export declare const SyncAcquireResponseControllerPlatformEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseControllerPlatformEnum>;
7260
+ /** @internal */
7261
+ export declare const SyncAcquireResponseControllerPlatformUnion$inboundSchema: z.ZodType<SyncAcquireResponseControllerPlatformUnion, unknown>;
7262
+ export declare function syncAcquireResponseControllerPlatformUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseControllerPlatformUnion, SDKValidationError>;
7263
+ /** @internal */
5643
7264
  export declare const SyncAcquireResponseStackStateDependency$inboundSchema: z.ZodType<SyncAcquireResponseStackStateDependency, unknown>;
5644
7265
  export declare function syncAcquireResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackStateDependency, SDKValidationError>;
5645
7266
  /** @internal */
@@ -5690,6 +7311,8 @@ export declare function syncAcquireResponseTargetReleaseOverrideAwStackFromJSON(
5690
7311
  export declare const SyncAcquireResponseTargetReleaseOverrideAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseOverrideAwBinding, unknown>;
5691
7312
  export declare function syncAcquireResponseTargetReleaseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseOverrideAwBinding, SDKValidationError>;
5692
7313
  /** @internal */
7314
+ export declare const SyncAcquireResponseTargetReleaseOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTargetReleaseOverrideEffect>;
7315
+ /** @internal */
5693
7316
  export declare const SyncAcquireResponseTargetReleaseOverrideAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseOverrideAwGrant, unknown>;
5694
7317
  export declare function syncAcquireResponseTargetReleaseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseOverrideAwGrant, SDKValidationError>;
5695
7318
  /** @internal */
@@ -5759,6 +7382,8 @@ export declare function syncAcquireResponseTargetReleaseExtendAwStackFromJSON(js
5759
7382
  export declare const SyncAcquireResponseTargetReleaseExtendAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseExtendAwBinding, unknown>;
5760
7383
  export declare function syncAcquireResponseTargetReleaseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseExtendAwBinding, SDKValidationError>;
5761
7384
  /** @internal */
7385
+ export declare const SyncAcquireResponseTargetReleaseExtendEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTargetReleaseExtendEffect>;
7386
+ /** @internal */
5762
7387
  export declare const SyncAcquireResponseTargetReleaseExtendAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseExtendAwGrant, unknown>;
5763
7388
  export declare function syncAcquireResponseTargetReleaseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseExtendAwGrant, SDKValidationError>;
5764
7389
  /** @internal */
@@ -5831,6 +7456,8 @@ export declare function syncAcquireResponseTargetReleaseProfileAwStackFromJSON(j
5831
7456
  export declare const SyncAcquireResponseTargetReleaseProfileAwBinding$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseProfileAwBinding, unknown>;
5832
7457
  export declare function syncAcquireResponseTargetReleaseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseProfileAwBinding, SDKValidationError>;
5833
7458
  /** @internal */
7459
+ export declare const SyncAcquireResponseTargetReleaseProfileEffect$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTargetReleaseProfileEffect>;
7460
+ /** @internal */
5834
7461
  export declare const SyncAcquireResponseTargetReleaseProfileAwGrant$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseProfileAwGrant, unknown>;
5835
7462
  export declare function syncAcquireResponseTargetReleaseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseProfileAwGrant, SDKValidationError>;
5836
7463
  /** @internal */
@@ -5902,6 +7529,8 @@ export declare const SyncAcquireResponseTargetReleaseLifecycle$inboundSchema: z.
5902
7529
  export declare const SyncAcquireResponseTargetReleaseResources$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseResources, unknown>;
5903
7530
  export declare function syncAcquireResponseTargetReleaseResourcesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseResources, SDKValidationError>;
5904
7531
  /** @internal */
7532
+ export declare const SyncAcquireResponseTargetReleaseSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTargetReleaseSupportedPlatform>;
7533
+ /** @internal */
5905
7534
  export declare const SyncAcquireResponseTargetReleaseStack$inboundSchema: z.ZodType<SyncAcquireResponseTargetReleaseStack, unknown>;
5906
7535
  export declare function syncAcquireResponseTargetReleaseStackFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTargetReleaseStack, SDKValidationError>;
5907
7536
  /** @internal */
@@ -5914,15 +7543,47 @@ export declare function syncAcquireResponseTargetReleaseUnionFromJSON(jsonString
5914
7543
  export declare const SyncAcquireResponseCurrent$inboundSchema: z.ZodType<SyncAcquireResponseCurrent, unknown>;
5915
7544
  export declare function syncAcquireResponseCurrentFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCurrent, SDKValidationError>;
5916
7545
  /** @internal */
5917
- export declare const SyncAcquireResponseArtifactRegistry$inboundSchema: z.ZodType<SyncAcquireResponseArtifactRegistry, unknown>;
5918
- export declare function syncAcquireResponseArtifactRegistryFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseArtifactRegistry, SDKValidationError>;
7546
+ export declare const SyncAcquireResponseBasePlatformEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseBasePlatformEnum>;
5919
7547
  /** @internal */
5920
- export declare const SyncAcquireResponseArtifactRegistryUnion$inboundSchema: z.ZodType<SyncAcquireResponseArtifactRegistryUnion, unknown>;
5921
- export declare function syncAcquireResponseArtifactRegistryUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseArtifactRegistryUnion, SDKValidationError>;
7548
+ export declare const SyncAcquireResponseBasePlatformUnion$inboundSchema: z.ZodType<SyncAcquireResponseBasePlatformUnion, unknown>;
7549
+ export declare function syncAcquireResponseBasePlatformUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseBasePlatformUnion, SDKValidationError>;
5922
7550
  /** @internal */
5923
7551
  export declare const SyncAcquireResponseClusters$inboundSchema: z.ZodType<SyncAcquireResponseClusters, unknown>;
5924
7552
  export declare function syncAcquireResponseClustersFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseClusters, SDKValidationError>;
5925
7553
  /** @internal */
7554
+ export declare const SyncAcquireResponseHorizonMachineImageAws$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageAws, unknown>;
7555
+ export declare function syncAcquireResponseHorizonMachineImageAwsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageAws, SDKValidationError>;
7556
+ /** @internal */
7557
+ export declare const SyncAcquireResponseHorizonMachineImageAwsUnion$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageAwsUnion, unknown>;
7558
+ export declare function syncAcquireResponseHorizonMachineImageAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageAwsUnion, SDKValidationError>;
7559
+ /** @internal */
7560
+ export declare const SyncAcquireResponseAzureImages$inboundSchema: z.ZodType<SyncAcquireResponseAzureImages, unknown>;
7561
+ export declare function syncAcquireResponseAzureImagesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAzureImages, SDKValidationError>;
7562
+ /** @internal */
7563
+ export declare const SyncAcquireResponseHorizonMachineImageAzure$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageAzure, unknown>;
7564
+ export declare function syncAcquireResponseHorizonMachineImageAzureFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageAzure, SDKValidationError>;
7565
+ /** @internal */
7566
+ export declare const SyncAcquireResponseHorizonMachineImageAzureUnion$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageAzureUnion, unknown>;
7567
+ export declare function syncAcquireResponseHorizonMachineImageAzureUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageAzureUnion, SDKValidationError>;
7568
+ /** @internal */
7569
+ export declare const SyncAcquireResponseBaseImage$inboundSchema: z.ZodType<SyncAcquireResponseBaseImage, unknown>;
7570
+ export declare function syncAcquireResponseBaseImageFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseBaseImage, SDKValidationError>;
7571
+ /** @internal */
7572
+ export declare const SyncAcquireResponseGcpImages$inboundSchema: z.ZodType<SyncAcquireResponseGcpImages, unknown>;
7573
+ export declare function syncAcquireResponseGcpImagesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseGcpImages, SDKValidationError>;
7574
+ /** @internal */
7575
+ export declare const SyncAcquireResponseHorizonMachineImageGcp$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageGcp, unknown>;
7576
+ export declare function syncAcquireResponseHorizonMachineImageGcpFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageGcp, SDKValidationError>;
7577
+ /** @internal */
7578
+ export declare const SyncAcquireResponseHorizonMachineImageGcpUnion$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageGcpUnion, unknown>;
7579
+ export declare function syncAcquireResponseHorizonMachineImageGcpUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageGcpUnion, SDKValidationError>;
7580
+ /** @internal */
7581
+ export declare const SyncAcquireResponseHorizonMachineImage$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImage, unknown>;
7582
+ export declare function syncAcquireResponseHorizonMachineImageFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImage, SDKValidationError>;
7583
+ /** @internal */
7584
+ export declare const SyncAcquireResponseHorizonMachineImageUnion$inboundSchema: z.ZodType<SyncAcquireResponseHorizonMachineImageUnion, unknown>;
7585
+ export declare function syncAcquireResponseHorizonMachineImageUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseHorizonMachineImageUnion, SDKValidationError>;
7586
+ /** @internal */
5926
7587
  export declare const SyncAcquireResponseComputeBackendType$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseComputeBackendType>;
5927
7588
  /** @internal */
5928
7589
  export declare const SyncAcquireResponseComputeBackendHorizon$inboundSchema: z.ZodType<SyncAcquireResponseComputeBackendHorizon, unknown>;
@@ -5952,6 +7613,53 @@ export declare function syncAcquireResponseVariableFromJSON(jsonString: string):
5952
7613
  export declare const SyncAcquireResponseEnvironmentVariables$inboundSchema: z.ZodType<SyncAcquireResponseEnvironmentVariables, unknown>;
5953
7614
  export declare function syncAcquireResponseEnvironmentVariablesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseEnvironmentVariables, SDKValidationError>;
5954
7615
  /** @internal */
7616
+ export declare const SyncAcquireResponseDefaultDomainSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseDefaultDomainSecretRef, unknown>;
7617
+ export declare function syncAcquireResponseDefaultDomainSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDefaultDomainSecretRef, SDKValidationError>;
7618
+ /** @internal */
7619
+ export declare const SyncAcquireResponseDefaultDomain$inboundSchema: z.ZodType<SyncAcquireResponseDefaultDomain, unknown>;
7620
+ export declare function syncAcquireResponseDefaultDomainFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDefaultDomain, SDKValidationError>;
7621
+ /** @internal */
7622
+ export declare const SyncAcquireResponseDefaultDomainUnion$inboundSchema: z.ZodType<SyncAcquireResponseDefaultDomainUnion, unknown>;
7623
+ export declare function syncAcquireResponseDefaultDomainUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDefaultDomainUnion, SDKValidationError>;
7624
+ /** @internal */
7625
+ export declare const SyncAcquireResponseEnvironmentNameSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseEnvironmentNameSecretRef, unknown>;
7626
+ export declare function syncAcquireResponseEnvironmentNameSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseEnvironmentNameSecretRef, SDKValidationError>;
7627
+ /** @internal */
7628
+ export declare const SyncAcquireResponseEnvironmentName$inboundSchema: z.ZodType<SyncAcquireResponseEnvironmentName, unknown>;
7629
+ export declare function syncAcquireResponseEnvironmentNameFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseEnvironmentName, SDKValidationError>;
7630
+ /** @internal */
7631
+ export declare const SyncAcquireResponseEnvironmentNameUnion$inboundSchema: z.ZodType<SyncAcquireResponseEnvironmentNameUnion, unknown>;
7632
+ export declare function syncAcquireResponseEnvironmentNameUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseEnvironmentNameUnion, SDKValidationError>;
7633
+ /** @internal */
7634
+ export declare const SyncAcquireResponseResourceGroupNameSecretRef3$inboundSchema: z.ZodType<SyncAcquireResponseResourceGroupNameSecretRef3, unknown>;
7635
+ export declare function syncAcquireResponseResourceGroupNameSecretRef3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceGroupNameSecretRef3, SDKValidationError>;
7636
+ /** @internal */
7637
+ export declare const SyncAcquireResponseResourceGroupName3$inboundSchema: z.ZodType<SyncAcquireResponseResourceGroupName3, unknown>;
7638
+ export declare function syncAcquireResponseResourceGroupName3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceGroupName3, SDKValidationError>;
7639
+ /** @internal */
7640
+ export declare const SyncAcquireResponseResourceGroupNameUnion3$inboundSchema: z.ZodType<SyncAcquireResponseResourceGroupNameUnion3, unknown>;
7641
+ export declare function syncAcquireResponseResourceGroupNameUnion3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceGroupNameUnion3, SDKValidationError>;
7642
+ /** @internal */
7643
+ export declare const SyncAcquireResponseResourceIdSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseResourceIdSecretRef, unknown>;
7644
+ export declare function syncAcquireResponseResourceIdSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceIdSecretRef, SDKValidationError>;
7645
+ /** @internal */
7646
+ export declare const SyncAcquireResponseResourceId$inboundSchema: z.ZodType<SyncAcquireResponseResourceId, unknown>;
7647
+ export declare function syncAcquireResponseResourceIdFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceId, SDKValidationError>;
7648
+ /** @internal */
7649
+ export declare const SyncAcquireResponseResourceIdUnion$inboundSchema: z.ZodType<SyncAcquireResponseResourceIdUnion, unknown>;
7650
+ export declare function syncAcquireResponseResourceIdUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceIdUnion, SDKValidationError>;
7651
+ /** @internal */
7652
+ export declare const SyncAcquireResponseStaticIpSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseStaticIpSecretRef, unknown>;
7653
+ export declare function syncAcquireResponseStaticIpSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStaticIpSecretRef, SDKValidationError>;
7654
+ /** @internal */
7655
+ export declare const SyncAcquireResponseStaticIp$inboundSchema: z.ZodType<SyncAcquireResponseStaticIp, unknown>;
7656
+ export declare function syncAcquireResponseStaticIpFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStaticIp, SDKValidationError>;
7657
+ /** @internal */
7658
+ export declare const SyncAcquireResponseTypeContainerAppsEnvironment$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTypeContainerAppsEnvironment>;
7659
+ /** @internal */
7660
+ export declare const SyncAcquireResponseExternalBindingsContainerAppsEnvironment$inboundSchema: z.ZodType<SyncAcquireResponseExternalBindingsContainerAppsEnvironment, unknown>;
7661
+ export declare function syncAcquireResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExternalBindingsContainerAppsEnvironment, SDKValidationError>;
7662
+ /** @internal */
5955
7663
  export declare const SyncAcquireResponseDataDirSecretRef3$inboundSchema: z.ZodType<SyncAcquireResponseDataDirSecretRef3, unknown>;
5956
7664
  export declare function syncAcquireResponseDataDirSecretRef3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDataDirSecretRef3, SDKValidationError>;
5957
7665
  /** @internal */
@@ -6066,6 +7774,15 @@ export declare function syncAcquireResponsePushServiceAccountEmailSecretRefFromJ
6066
7774
  export declare const SyncAcquireResponsePushServiceAccountEmail$inboundSchema: z.ZodType<SyncAcquireResponsePushServiceAccountEmail, unknown>;
6067
7775
  export declare function syncAcquireResponsePushServiceAccountEmailFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePushServiceAccountEmail, SDKValidationError>;
6068
7776
  /** @internal */
7777
+ export declare const SyncAcquireResponseRepositoryNameSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryNameSecretRef, unknown>;
7778
+ export declare function syncAcquireResponseRepositoryNameSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryNameSecretRef, SDKValidationError>;
7779
+ /** @internal */
7780
+ export declare const SyncAcquireResponseRepositoryName$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryName, unknown>;
7781
+ export declare function syncAcquireResponseRepositoryNameFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryName, SDKValidationError>;
7782
+ /** @internal */
7783
+ export declare const SyncAcquireResponseRepositoryNameUnion$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryNameUnion, unknown>;
7784
+ export declare function syncAcquireResponseRepositoryNameUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryNameUnion, SDKValidationError>;
7785
+ /** @internal */
6069
7786
  export declare const SyncAcquireResponseTypeArtifactRegistry3$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTypeArtifactRegistry3>;
6070
7787
  /** @internal */
6071
7788
  export declare const SyncAcquireResponseExternalBindingsGar$inboundSchema: z.ZodType<SyncAcquireResponseExternalBindingsGar, unknown>;
@@ -6080,6 +7797,12 @@ export declare function syncAcquireResponseRegistryNameFromJSON(jsonString: stri
6080
7797
  export declare const SyncAcquireResponseRegistryNameUnion$inboundSchema: z.ZodType<SyncAcquireResponseRegistryNameUnion, unknown>;
6081
7798
  export declare function syncAcquireResponseRegistryNameUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRegistryNameUnion, SDKValidationError>;
6082
7799
  /** @internal */
7800
+ export declare const SyncAcquireResponseRepositoryPrefixSecretRef2$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefixSecretRef2, unknown>;
7801
+ export declare function syncAcquireResponseRepositoryPrefixSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefixSecretRef2, SDKValidationError>;
7802
+ /** @internal */
7803
+ export declare const SyncAcquireResponseRepositoryPrefix2$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefix2, unknown>;
7804
+ export declare function syncAcquireResponseRepositoryPrefix2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefix2, SDKValidationError>;
7805
+ /** @internal */
6083
7806
  export declare const SyncAcquireResponseResourceGroupNameSecretRef2$inboundSchema: z.ZodType<SyncAcquireResponseResourceGroupNameSecretRef2, unknown>;
6084
7807
  export declare function syncAcquireResponseResourceGroupNameSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseResourceGroupNameSecretRef2, SDKValidationError>;
6085
7808
  /** @internal */
@@ -6106,11 +7829,11 @@ export declare function syncAcquireResponsePushRoleArnSecretRefFromJSON(jsonStri
6106
7829
  export declare const SyncAcquireResponsePushRoleArn$inboundSchema: z.ZodType<SyncAcquireResponsePushRoleArn, unknown>;
6107
7830
  export declare function syncAcquireResponsePushRoleArnFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePushRoleArn, SDKValidationError>;
6108
7831
  /** @internal */
6109
- export declare const SyncAcquireResponseRepositoryPrefixSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefixSecretRef, unknown>;
6110
- export declare function syncAcquireResponseRepositoryPrefixSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefixSecretRef, SDKValidationError>;
7832
+ export declare const SyncAcquireResponseRepositoryPrefixSecretRef1$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefixSecretRef1, unknown>;
7833
+ export declare function syncAcquireResponseRepositoryPrefixSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefixSecretRef1, SDKValidationError>;
6111
7834
  /** @internal */
6112
- export declare const SyncAcquireResponseRepositoryPrefix$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefix, unknown>;
6113
- export declare function syncAcquireResponseRepositoryPrefixFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefix, SDKValidationError>;
7835
+ export declare const SyncAcquireResponseRepositoryPrefix1$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefix1, unknown>;
7836
+ export declare function syncAcquireResponseRepositoryPrefix1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefix1, SDKValidationError>;
6114
7837
  /** @internal */
6115
7838
  export declare const SyncAcquireResponseRepositoryPrefixUnion$inboundSchema: z.ZodType<SyncAcquireResponseRepositoryPrefixUnion, unknown>;
6116
7839
  export declare function syncAcquireResponseRepositoryPrefixUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRepositoryPrefixUnion, SDKValidationError>;
@@ -6265,6 +7988,20 @@ export declare function syncAcquireResponseExternalBindingsDynamodbFromJSON(json
6265
7988
  export declare const SyncAcquireResponseExternalBindingsUnion3$inboundSchema: z.ZodType<SyncAcquireResponseExternalBindingsUnion3, unknown>;
6266
7989
  export declare function syncAcquireResponseExternalBindingsUnion3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExternalBindingsUnion3, SDKValidationError>;
6267
7990
  /** @internal */
7991
+ export declare const SyncAcquireResponseQueuePathSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseQueuePathSecretRef, unknown>;
7992
+ export declare function syncAcquireResponseQueuePathSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseQueuePathSecretRef, SDKValidationError>;
7993
+ /** @internal */
7994
+ export declare const SyncAcquireResponseQueuePath$inboundSchema: z.ZodType<SyncAcquireResponseQueuePath, unknown>;
7995
+ export declare function syncAcquireResponseQueuePathFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseQueuePath, SDKValidationError>;
7996
+ /** @internal */
7997
+ export declare const SyncAcquireResponseQueuePathUnion$inboundSchema: z.ZodType<SyncAcquireResponseQueuePathUnion, unknown>;
7998
+ export declare function syncAcquireResponseQueuePathUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseQueuePathUnion, SDKValidationError>;
7999
+ /** @internal */
8000
+ export declare const SyncAcquireResponseTypeQueue4$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTypeQueue4>;
8001
+ /** @internal */
8002
+ export declare const SyncAcquireResponseExternalBindingsLocalQueue$inboundSchema: z.ZodType<SyncAcquireResponseExternalBindingsLocalQueue, unknown>;
8003
+ export declare function syncAcquireResponseExternalBindingsLocalQueueFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExternalBindingsLocalQueue, SDKValidationError>;
8004
+ /** @internal */
6268
8005
  export declare const SyncAcquireResponseNamespaceSecretRef1$inboundSchema: z.ZodType<SyncAcquireResponseNamespaceSecretRef1, unknown>;
6269
8006
  export declare function syncAcquireResponseNamespaceSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseNamespaceSecretRef1, SDKValidationError>;
6270
8007
  /** @internal */
@@ -6399,12 +8136,6 @@ export declare function syncAcquireResponseExternalBindingsUnion1FromJSON(jsonSt
6399
8136
  export declare const SyncAcquireResponseExternalBindingsUnion6$inboundSchema: z.ZodType<SyncAcquireResponseExternalBindingsUnion6, unknown>;
6400
8137
  export declare function syncAcquireResponseExternalBindingsUnion6FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExternalBindingsUnion6, SDKValidationError>;
6401
8138
  /** @internal */
6402
- export declare const SyncAcquireResponseImagePullCredentials$inboundSchema: z.ZodType<SyncAcquireResponseImagePullCredentials, unknown>;
6403
- export declare function syncAcquireResponseImagePullCredentialsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseImagePullCredentials, SDKValidationError>;
6404
- /** @internal */
6405
- export declare const SyncAcquireResponseImagePullCredentialsUnion$inboundSchema: z.ZodType<SyncAcquireResponseImagePullCredentialsUnion, unknown>;
6406
- export declare function syncAcquireResponseImagePullCredentialsUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseImagePullCredentialsUnion, SDKValidationError>;
6407
- /** @internal */
6408
8139
  export declare const SyncAcquireResponsePlatformKubernetes$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePlatformKubernetes>;
6409
8140
  /** @internal */
6410
8141
  export declare const SyncAcquireResponseManagementConfigKubernetes$inboundSchema: z.ZodType<SyncAcquireResponseManagementConfigKubernetes, unknown>;
@@ -6436,26 +8167,35 @@ export declare function syncAcquireResponseMonitoringUnionFromJSON(jsonString: s
6436
8167
  /** @internal */
6437
8168
  export declare const SyncAcquireResponseDeploymentModel$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseDeploymentModel>;
6438
8169
  /** @internal */
6439
- export declare const SyncAcquireResponseAws$inboundSchema: z.ZodType<SyncAcquireResponseAws, unknown>;
6440
- export declare function syncAcquireResponseAwsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAws, SDKValidationError>;
8170
+ export declare const SyncAcquireResponseAwsStackSettings$inboundSchema: z.ZodType<SyncAcquireResponseAwsStackSettings, unknown>;
8171
+ export declare function syncAcquireResponseAwsStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAwsStackSettings, SDKValidationError>;
6441
8172
  /** @internal */
6442
- export declare const SyncAcquireResponseAwsUnion$inboundSchema: z.ZodType<SyncAcquireResponseAwsUnion, unknown>;
6443
- export declare function syncAcquireResponseAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAwsUnion, SDKValidationError>;
8173
+ export declare const SyncAcquireResponseStackSettingsAwsUnion$inboundSchema: z.ZodType<SyncAcquireResponseStackSettingsAwsUnion, unknown>;
8174
+ export declare function syncAcquireResponseStackSettingsAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackSettingsAwsUnion, SDKValidationError>;
6444
8175
  /** @internal */
6445
- export declare const SyncAcquireResponseAzureConfig$inboundSchema: z.ZodType<SyncAcquireResponseAzureConfig, unknown>;
6446
- export declare function syncAcquireResponseAzureConfigFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAzureConfig, SDKValidationError>;
8176
+ export declare const SyncAcquireResponseAzureStackSettings$inboundSchema: z.ZodType<SyncAcquireResponseAzureStackSettings, unknown>;
8177
+ export declare function syncAcquireResponseAzureStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAzureStackSettings, SDKValidationError>;
6447
8178
  /** @internal */
6448
- export declare const SyncAcquireResponseAzureUnion$inboundSchema: z.ZodType<SyncAcquireResponseAzureUnion, unknown>;
6449
- export declare function syncAcquireResponseAzureUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAzureUnion, SDKValidationError>;
8179
+ export declare const SyncAcquireResponseStackSettingsAzureUnion$inboundSchema: z.ZodType<SyncAcquireResponseStackSettingsAzureUnion, unknown>;
8180
+ export declare function syncAcquireResponseStackSettingsAzureUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackSettingsAzureUnion, SDKValidationError>;
6450
8181
  /** @internal */
6451
- export declare const SyncAcquireResponseGcpConfig$inboundSchema: z.ZodType<SyncAcquireResponseGcpConfig, unknown>;
6452
- export declare function syncAcquireResponseGcpConfigFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseGcpConfig, SDKValidationError>;
8182
+ export declare const SyncAcquireResponseGcpStackSettings$inboundSchema: z.ZodType<SyncAcquireResponseGcpStackSettings, unknown>;
8183
+ export declare function syncAcquireResponseGcpStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseGcpStackSettings, SDKValidationError>;
6453
8184
  /** @internal */
6454
- export declare const SyncAcquireResponseGcpUnion$inboundSchema: z.ZodType<SyncAcquireResponseGcpUnion, unknown>;
6455
- export declare function syncAcquireResponseGcpUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseGcpUnion, SDKValidationError>;
8185
+ export declare const SyncAcquireResponseStackSettingsGcpUnion$inboundSchema: z.ZodType<SyncAcquireResponseStackSettingsGcpUnion, unknown>;
8186
+ export declare function syncAcquireResponseStackSettingsGcpUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackSettingsGcpUnion, SDKValidationError>;
6456
8187
  /** @internal */
6457
- export declare const SyncAcquireResponseCertificate$inboundSchema: z.ZodType<SyncAcquireResponseCertificate, unknown>;
6458
- export declare function syncAcquireResponseCertificateFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificate, SDKValidationError>;
8188
+ export declare const SyncAcquireResponseTlsSecretRef$inboundSchema: z.ZodType<SyncAcquireResponseTlsSecretRef, unknown>;
8189
+ export declare function syncAcquireResponseTlsSecretRefFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseTlsSecretRef, SDKValidationError>;
8190
+ /** @internal */
8191
+ export declare const SyncAcquireResponseDomainsKubernetes$inboundSchema: z.ZodType<SyncAcquireResponseDomainsKubernetes, unknown>;
8192
+ export declare function syncAcquireResponseDomainsKubernetesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDomainsKubernetes, SDKValidationError>;
8193
+ /** @internal */
8194
+ export declare const SyncAcquireResponseDomainsKubernetesUnion$inboundSchema: z.ZodType<SyncAcquireResponseDomainsKubernetesUnion, unknown>;
8195
+ export declare function syncAcquireResponseDomainsKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDomainsKubernetesUnion, SDKValidationError>;
8196
+ /** @internal */
8197
+ export declare const SyncAcquireResponseDomainsCertificate$inboundSchema: z.ZodType<SyncAcquireResponseDomainsCertificate, unknown>;
8198
+ export declare function syncAcquireResponseDomainsCertificateFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDomainsCertificate, SDKValidationError>;
6459
8199
  /** @internal */
6460
8200
  export declare const SyncAcquireResponseCustomDomains$inboundSchema: z.ZodType<SyncAcquireResponseCustomDomains, unknown>;
6461
8201
  export declare function syncAcquireResponseCustomDomainsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCustomDomains, SDKValidationError>;
@@ -6466,8 +8206,175 @@ export declare function syncAcquireResponseDomainsFromJSON(jsonString: string):
6466
8206
  export declare const SyncAcquireResponseDomainsUnion$inboundSchema: z.ZodType<SyncAcquireResponseDomainsUnion, unknown>;
6467
8207
  export declare function syncAcquireResponseDomainsUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDomainsUnion, SDKValidationError>;
6468
8208
  /** @internal */
8209
+ export declare const SyncAcquireResponseStackSettingsExternalBindings$inboundSchema: z.ZodType<SyncAcquireResponseStackSettingsExternalBindings, unknown>;
8210
+ export declare function syncAcquireResponseStackSettingsExternalBindingsFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackSettingsExternalBindings, SDKValidationError>;
8211
+ /** @internal */
6469
8212
  export declare const SyncAcquireResponseHeartbeats$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseHeartbeats>;
6470
8213
  /** @internal */
8214
+ export declare const SyncAcquireResponseCloud$inboundSchema: z.ZodType<SyncAcquireResponseCloud, unknown>;
8215
+ export declare function syncAcquireResponseCloudFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCloud, SDKValidationError>;
8216
+ /** @internal */
8217
+ export declare const SyncAcquireResponseCloudUnion$inboundSchema: z.ZodType<SyncAcquireResponseCloudUnion, unknown>;
8218
+ export declare function syncAcquireResponseCloudUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCloudUnion, SDKValidationError>;
8219
+ /** @internal */
8220
+ export declare const SyncAcquireResponseOwnership$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseOwnership>;
8221
+ /** @internal */
8222
+ export declare const SyncAcquireResponseCluster$inboundSchema: z.ZodType<SyncAcquireResponseCluster, unknown>;
8223
+ export declare function syncAcquireResponseClusterFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCluster, SDKValidationError>;
8224
+ /** @internal */
8225
+ export declare const SyncAcquireResponseClusterUnion$inboundSchema: z.ZodType<SyncAcquireResponseClusterUnion, unknown>;
8226
+ export declare function syncAcquireResponseClusterUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseClusterUnion, SDKValidationError>;
8227
+ /** @internal */
8228
+ export declare const SyncAcquireResponseCertificateNone2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateNone2, unknown>;
8229
+ export declare function syncAcquireResponseCertificateNone2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateNone2, SDKValidationError>;
8230
+ /** @internal */
8231
+ export declare const SyncAcquireResponseCertificateManagedTLSSecret2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateManagedTLSSecret2, unknown>;
8232
+ export declare function syncAcquireResponseCertificateManagedTLSSecret2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateManagedTLSSecret2, SDKValidationError>;
8233
+ /** @internal */
8234
+ export declare const SyncAcquireResponseCertificateAwsAcmArn2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateAwsAcmArn2, unknown>;
8235
+ export declare function syncAcquireResponseCertificateAwsAcmArn2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateAwsAcmArn2, SDKValidationError>;
8236
+ /** @internal */
8237
+ export declare const SyncAcquireResponseCertificateManagedAcmImport2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateManagedAcmImport2, unknown>;
8238
+ export declare function syncAcquireResponseCertificateManagedAcmImport2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateManagedAcmImport2, SDKValidationError>;
8239
+ /** @internal */
8240
+ export declare const SyncAcquireResponseCertificateTLSSecretRef2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateTLSSecretRef2, unknown>;
8241
+ export declare function syncAcquireResponseCertificateTLSSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateTLSSecretRef2, SDKValidationError>;
8242
+ /** @internal */
8243
+ export declare const SyncAcquireResponseCertificateUnion2$inboundSchema: z.ZodType<SyncAcquireResponseCertificateUnion2, unknown>;
8244
+ export declare function syncAcquireResponseCertificateUnion2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateUnion2, SDKValidationError>;
8245
+ /** @internal */
8246
+ export declare const SyncAcquireResponseModeCustom$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseModeCustom>;
8247
+ /** @internal */
8248
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum4>;
8249
+ /** @internal */
8250
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainers4$inboundSchema: z.ZodType<SyncAcquireResponseProviderAzureApplicationGatewayForContainers4, unknown>;
8251
+ export declare function syncAcquireResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAzureApplicationGatewayForContainers4, SDKValidationError>;
8252
+ /** @internal */
8253
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum4$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum4>;
8254
+ /** @internal */
8255
+ export declare const SyncAcquireResponseProviderGkeGateway4$inboundSchema: z.ZodType<SyncAcquireResponseProviderGkeGateway4, unknown>;
8256
+ export declare function syncAcquireResponseProviderGkeGateway4FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderGkeGateway4, SDKValidationError>;
8257
+ /** @internal */
8258
+ export declare const SyncAcquireResponseProviderAwsAlbEnum4$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAwsAlbEnum4>;
8259
+ /** @internal */
8260
+ export declare const SyncAcquireResponseProviderAwsAlb4$inboundSchema: z.ZodType<SyncAcquireResponseProviderAwsAlb4, unknown>;
8261
+ export declare function syncAcquireResponseProviderAwsAlb4FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAwsAlb4, SDKValidationError>;
8262
+ /** @internal */
8263
+ export declare const SyncAcquireResponseProviderUnion4$inboundSchema: z.ZodType<SyncAcquireResponseProviderUnion4, unknown>;
8264
+ export declare function syncAcquireResponseProviderUnion4FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderUnion4, SDKValidationError>;
8265
+ /** @internal */
8266
+ export declare const SyncAcquireResponseRouteGateway2$inboundSchema: z.ZodType<SyncAcquireResponseRouteGateway2, unknown>;
8267
+ export declare function syncAcquireResponseRouteGateway2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteGateway2, SDKValidationError>;
8268
+ /** @internal */
8269
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum3>;
8270
+ /** @internal */
8271
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainers3$inboundSchema: z.ZodType<SyncAcquireResponseProviderAzureApplicationGatewayForContainers3, unknown>;
8272
+ export declare function syncAcquireResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAzureApplicationGatewayForContainers3, SDKValidationError>;
8273
+ /** @internal */
8274
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum3$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum3>;
8275
+ /** @internal */
8276
+ export declare const SyncAcquireResponseProviderGkeGateway3$inboundSchema: z.ZodType<SyncAcquireResponseProviderGkeGateway3, unknown>;
8277
+ export declare function syncAcquireResponseProviderGkeGateway3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderGkeGateway3, SDKValidationError>;
8278
+ /** @internal */
8279
+ export declare const SyncAcquireResponseProviderAwsAlbEnum3$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAwsAlbEnum3>;
8280
+ /** @internal */
8281
+ export declare const SyncAcquireResponseProviderAwsAlb3$inboundSchema: z.ZodType<SyncAcquireResponseProviderAwsAlb3, unknown>;
8282
+ export declare function syncAcquireResponseProviderAwsAlb3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAwsAlb3, SDKValidationError>;
8283
+ /** @internal */
8284
+ export declare const SyncAcquireResponseProviderUnion3$inboundSchema: z.ZodType<SyncAcquireResponseProviderUnion3, unknown>;
8285
+ export declare function syncAcquireResponseProviderUnion3FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderUnion3, SDKValidationError>;
8286
+ /** @internal */
8287
+ export declare const SyncAcquireResponseRouteIngress2$inboundSchema: z.ZodType<SyncAcquireResponseRouteIngress2, unknown>;
8288
+ export declare function syncAcquireResponseRouteIngress2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteIngress2, SDKValidationError>;
8289
+ /** @internal */
8290
+ export declare const SyncAcquireResponseRouteUnion2$inboundSchema: z.ZodType<SyncAcquireResponseRouteUnion2, unknown>;
8291
+ export declare function syncAcquireResponseRouteUnion2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteUnion2, SDKValidationError>;
8292
+ /** @internal */
8293
+ export declare const SyncAcquireResponseExposureCustom$inboundSchema: z.ZodType<SyncAcquireResponseExposureCustom, unknown>;
8294
+ export declare function syncAcquireResponseExposureCustomFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExposureCustom, SDKValidationError>;
8295
+ /** @internal */
8296
+ export declare const SyncAcquireResponseCertificateNone1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateNone1, unknown>;
8297
+ export declare function syncAcquireResponseCertificateNone1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateNone1, SDKValidationError>;
8298
+ /** @internal */
8299
+ export declare const SyncAcquireResponseCertificateManagedTLSSecret1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateManagedTLSSecret1, unknown>;
8300
+ export declare function syncAcquireResponseCertificateManagedTLSSecret1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateManagedTLSSecret1, SDKValidationError>;
8301
+ /** @internal */
8302
+ export declare const SyncAcquireResponseCertificateAwsAcmArn1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateAwsAcmArn1, unknown>;
8303
+ export declare function syncAcquireResponseCertificateAwsAcmArn1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateAwsAcmArn1, SDKValidationError>;
8304
+ /** @internal */
8305
+ export declare const SyncAcquireResponseCertificateManagedAcmImport1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateManagedAcmImport1, unknown>;
8306
+ export declare function syncAcquireResponseCertificateManagedAcmImport1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateManagedAcmImport1, SDKValidationError>;
8307
+ /** @internal */
8308
+ export declare const SyncAcquireResponseCertificateTLSSecretRef1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateTLSSecretRef1, unknown>;
8309
+ export declare function syncAcquireResponseCertificateTLSSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateTLSSecretRef1, SDKValidationError>;
8310
+ /** @internal */
8311
+ export declare const SyncAcquireResponseCertificateUnion1$inboundSchema: z.ZodType<SyncAcquireResponseCertificateUnion1, unknown>;
8312
+ export declare function syncAcquireResponseCertificateUnion1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseCertificateUnion1, SDKValidationError>;
8313
+ /** @internal */
8314
+ export declare const SyncAcquireResponseModeGenerated$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseModeGenerated>;
8315
+ /** @internal */
8316
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum2>;
8317
+ /** @internal */
8318
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainers2$inboundSchema: z.ZodType<SyncAcquireResponseProviderAzureApplicationGatewayForContainers2, unknown>;
8319
+ export declare function syncAcquireResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAzureApplicationGatewayForContainers2, SDKValidationError>;
8320
+ /** @internal */
8321
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum2$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum2>;
8322
+ /** @internal */
8323
+ export declare const SyncAcquireResponseProviderGkeGateway2$inboundSchema: z.ZodType<SyncAcquireResponseProviderGkeGateway2, unknown>;
8324
+ export declare function syncAcquireResponseProviderGkeGateway2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderGkeGateway2, SDKValidationError>;
8325
+ /** @internal */
8326
+ export declare const SyncAcquireResponseProviderAwsAlbEnum2$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAwsAlbEnum2>;
8327
+ /** @internal */
8328
+ export declare const SyncAcquireResponseProviderAwsAlb2$inboundSchema: z.ZodType<SyncAcquireResponseProviderAwsAlb2, unknown>;
8329
+ export declare function syncAcquireResponseProviderAwsAlb2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAwsAlb2, SDKValidationError>;
8330
+ /** @internal */
8331
+ export declare const SyncAcquireResponseProviderUnion2$inboundSchema: z.ZodType<SyncAcquireResponseProviderUnion2, unknown>;
8332
+ export declare function syncAcquireResponseProviderUnion2FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderUnion2, SDKValidationError>;
8333
+ /** @internal */
8334
+ export declare const SyncAcquireResponseRouteGateway1$inboundSchema: z.ZodType<SyncAcquireResponseRouteGateway1, unknown>;
8335
+ export declare function syncAcquireResponseRouteGateway1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteGateway1, SDKValidationError>;
8336
+ /** @internal */
8337
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAzureApplicationGatewayForContainersEnum1>;
8338
+ /** @internal */
8339
+ export declare const SyncAcquireResponseProviderAzureApplicationGatewayForContainers1$inboundSchema: z.ZodType<SyncAcquireResponseProviderAzureApplicationGatewayForContainers1, unknown>;
8340
+ export declare function syncAcquireResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAzureApplicationGatewayForContainers1, SDKValidationError>;
8341
+ /** @internal */
8342
+ export declare const SyncAcquireResponseProviderGkeGatewayEnum1$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderGkeGatewayEnum1>;
8343
+ /** @internal */
8344
+ export declare const SyncAcquireResponseProviderGkeGateway1$inboundSchema: z.ZodType<SyncAcquireResponseProviderGkeGateway1, unknown>;
8345
+ export declare function syncAcquireResponseProviderGkeGateway1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderGkeGateway1, SDKValidationError>;
8346
+ /** @internal */
8347
+ export declare const SyncAcquireResponseProviderAwsAlbEnum1$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseProviderAwsAlbEnum1>;
8348
+ /** @internal */
8349
+ export declare const SyncAcquireResponseProviderAwsAlb1$inboundSchema: z.ZodType<SyncAcquireResponseProviderAwsAlb1, unknown>;
8350
+ export declare function syncAcquireResponseProviderAwsAlb1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderAwsAlb1, SDKValidationError>;
8351
+ /** @internal */
8352
+ export declare const SyncAcquireResponseProviderUnion1$inboundSchema: z.ZodType<SyncAcquireResponseProviderUnion1, unknown>;
8353
+ export declare function syncAcquireResponseProviderUnion1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseProviderUnion1, SDKValidationError>;
8354
+ /** @internal */
8355
+ export declare const SyncAcquireResponseRouteIngress1$inboundSchema: z.ZodType<SyncAcquireResponseRouteIngress1, unknown>;
8356
+ export declare function syncAcquireResponseRouteIngress1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteIngress1, SDKValidationError>;
8357
+ /** @internal */
8358
+ export declare const SyncAcquireResponseRouteUnion1$inboundSchema: z.ZodType<SyncAcquireResponseRouteUnion1, unknown>;
8359
+ export declare function syncAcquireResponseRouteUnion1FromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseRouteUnion1, SDKValidationError>;
8360
+ /** @internal */
8361
+ export declare const SyncAcquireResponseExposureGenerated$inboundSchema: z.ZodType<SyncAcquireResponseExposureGenerated, unknown>;
8362
+ export declare function syncAcquireResponseExposureGeneratedFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExposureGenerated, SDKValidationError>;
8363
+ /** @internal */
8364
+ export declare const SyncAcquireResponseModeDisabled$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseModeDisabled>;
8365
+ /** @internal */
8366
+ export declare const SyncAcquireResponseExposureDisabled$inboundSchema: z.ZodType<SyncAcquireResponseExposureDisabled, unknown>;
8367
+ export declare function syncAcquireResponseExposureDisabledFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExposureDisabled, SDKValidationError>;
8368
+ /** @internal */
8369
+ export declare const SyncAcquireResponseExposureUnion$inboundSchema: z.ZodType<SyncAcquireResponseExposureUnion, unknown>;
8370
+ export declare function syncAcquireResponseExposureUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseExposureUnion, SDKValidationError>;
8371
+ /** @internal */
8372
+ export declare const SyncAcquireResponseKubernetes$inboundSchema: z.ZodType<SyncAcquireResponseKubernetes, unknown>;
8373
+ export declare function syncAcquireResponseKubernetesFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseKubernetes, SDKValidationError>;
8374
+ /** @internal */
8375
+ export declare const SyncAcquireResponseKubernetesUnion$inboundSchema: z.ZodType<SyncAcquireResponseKubernetesUnion, unknown>;
8376
+ export declare function syncAcquireResponseKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseKubernetesUnion, SDKValidationError>;
8377
+ /** @internal */
6471
8378
  export declare const SyncAcquireResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseTypeByoVnetAzure>;
6472
8379
  /** @internal */
6473
8380
  export declare const SyncAcquireResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<SyncAcquireResponseNetworkByoVnetAzure, unknown>;