@alienplatform/platform-api 1.8.0 → 1.10.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 (497) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +20 -7
  3. package/esm/funcs/authWhoami.d.ts +2 -1
  4. package/esm/funcs/authWhoami.d.ts.map +1 -1
  5. package/esm/funcs/authWhoami.js +19 -5
  6. package/esm/funcs/authWhoami.js.map +1 -1
  7. package/esm/funcs/debugSessionsCreate.d.ts +16 -0
  8. package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
  9. package/esm/funcs/debugSessionsCreate.js +86 -0
  10. package/esm/funcs/debugSessionsCreate.js.map +1 -0
  11. package/esm/funcs/debugSessionsGet.d.ts +16 -0
  12. package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
  13. package/esm/funcs/debugSessionsGet.js +89 -0
  14. package/esm/funcs/debugSessionsGet.js.map +1 -0
  15. package/esm/funcs/debugSessionsList.d.ts +16 -0
  16. package/esm/funcs/debugSessionsList.d.ts.map +1 -0
  17. package/esm/funcs/debugSessionsList.js +90 -0
  18. package/esm/funcs/debugSessionsList.js.map +1 -0
  19. package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
  20. package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
  21. package/esm/funcs/debugSessionsUpdate.js +92 -0
  22. package/esm/funcs/debugSessionsUpdate.js.map +1 -0
  23. package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
  24. package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
  25. package/esm/funcs/deploymentPlanCompute.js +84 -0
  26. package/esm/funcs/deploymentPlanCompute.js.map +1 -0
  27. package/esm/funcs/deploymentsList.js +3 -2
  28. package/esm/funcs/deploymentsList.js.map +1 -1
  29. package/esm/lib/config.d.ts +2 -2
  30. package/esm/lib/config.js +2 -2
  31. package/esm/models/commanddeploymentinfo.d.ts +1 -1
  32. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  33. package/esm/models/commanddeploymentinfo.js +1 -1
  34. package/esm/models/commanddeploymentinfo.js.map +1 -1
  35. package/esm/models/createdebugsessionrequest.d.ts +27 -0
  36. package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
  37. package/esm/models/createdebugsessionrequest.js +17 -0
  38. package/esm/models/createdebugsessionrequest.js.map +1 -0
  39. package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
  40. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  41. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  42. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  43. package/esm/models/createmanagerresponse.d.ts +196 -0
  44. package/esm/models/createmanagerresponse.d.ts.map +1 -1
  45. package/esm/models/createmanagerresponse.js +150 -0
  46. package/esm/models/createmanagerresponse.js.map +1 -1
  47. package/esm/models/createreleaserequest.d.ts +5 -5
  48. package/esm/models/createreleaserequest.d.ts.map +1 -1
  49. package/esm/models/createreleaserequest.js +2 -2
  50. package/esm/models/createreleaserequest.js.map +1 -1
  51. package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
  52. package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
  53. package/esm/models/createsetupregistrationoperationrequest.js +52 -0
  54. package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
  55. package/esm/models/debugpackagepresignedurls.d.ts +11 -0
  56. package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
  57. package/esm/models/debugpackagepresignedurls.js +14 -0
  58. package/esm/models/debugpackagepresignedurls.js.map +1 -0
  59. package/esm/models/debugsession.d.ts +74 -0
  60. package/esm/models/debugsession.d.ts.map +1 -0
  61. package/esm/models/debugsession.js +49 -0
  62. package/esm/models/debugsession.js.map +1 -0
  63. package/esm/models/debugsessionlistresponse.d.ts +21 -0
  64. package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
  65. package/esm/models/debugsessionlistresponse.js +15 -0
  66. package/esm/models/debugsessionlistresponse.js.map +1 -0
  67. package/esm/models/debugsessionstate.d.ts +22 -0
  68. package/esm/models/debugsessionstate.d.ts.map +1 -0
  69. package/esm/models/debugsessionstate.js +20 -0
  70. package/esm/models/debugsessionstate.js.map +1 -0
  71. package/esm/models/deployment.d.ts +313 -4
  72. package/esm/models/deployment.d.ts.map +1 -1
  73. package/esm/models/deployment.js +214 -1
  74. package/esm/models/deployment.js.map +1 -1
  75. package/esm/models/deploymentcomputeplan.d.ts +165 -0
  76. package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
  77. package/esm/models/deploymentcomputeplan.js +206 -0
  78. package/esm/models/deploymentcomputeplan.js.map +1 -0
  79. package/esm/models/deploymentconnectioninfo.d.ts +13 -3
  80. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  81. package/esm/models/deploymentconnectioninfo.js +10 -1
  82. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  83. package/esm/models/deploymentdetailresponse.d.ts +313 -4
  84. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  85. package/esm/models/deploymentdetailresponse.js +224 -1
  86. package/esm/models/deploymentdetailresponse.js.map +1 -1
  87. package/esm/models/deploymentinfo.d.ts +18 -1
  88. package/esm/models/deploymentinfo.d.ts.map +1 -1
  89. package/esm/models/deploymentinfo.js +12 -0
  90. package/esm/models/deploymentinfo.js.map +1 -1
  91. package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
  92. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
  93. package/esm/models/deploymentinfosetupconfig.js +176 -0
  94. package/esm/models/deploymentinfosetupconfig.js.map +1 -1
  95. package/esm/models/deploymentlistitemresponse.d.ts +1 -1
  96. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  97. package/esm/models/deploymentlistitemresponse.js +1 -1
  98. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  99. package/esm/models/deploymentsetupconfig.d.ts +7 -0
  100. package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
  101. package/esm/models/deploymentsetupconfig.js +3 -0
  102. package/esm/models/deploymentsetupconfig.js.map +1 -1
  103. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
  104. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
  105. package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
  106. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
  107. package/esm/models/encryptedstackinputvalue.d.ts +42 -0
  108. package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
  109. package/esm/models/encryptedstackinputvalue.js +37 -0
  110. package/esm/models/encryptedstackinputvalue.js.map +1 -0
  111. package/esm/models/forwardimportrequest.d.ts +7 -3
  112. package/esm/models/forwardimportrequest.d.ts.map +1 -1
  113. package/esm/models/forwardimportrequest.js +3 -0
  114. package/esm/models/forwardimportrequest.js.map +1 -1
  115. package/esm/models/importsource.d.ts +88 -0
  116. package/esm/models/importsource.d.ts.map +1 -1
  117. package/esm/models/importsource.js +43 -0
  118. package/esm/models/importsource.js.map +1 -1
  119. package/esm/models/index.d.ts +11 -0
  120. package/esm/models/index.d.ts.map +1 -1
  121. package/esm/models/index.js +11 -0
  122. package/esm/models/index.js.map +1 -1
  123. package/esm/models/managerretryresponse.d.ts +196 -0
  124. package/esm/models/managerretryresponse.d.ts.map +1 -1
  125. package/esm/models/managerretryresponse.js +150 -0
  126. package/esm/models/managerretryresponse.js.map +1 -1
  127. package/esm/models/newdeploymentrequest.d.ts +100 -5
  128. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  129. package/esm/models/newdeploymentrequest.js +53 -1
  130. package/esm/models/newdeploymentrequest.js.map +1 -1
  131. package/esm/models/operations/addworkspacemember.d.ts +1 -1
  132. package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
  133. package/esm/models/operations/cancelpackage.d.ts +1 -1
  134. package/esm/models/operations/createapikey.d.ts +1 -1
  135. package/esm/models/operations/createcommand.d.ts +1 -1
  136. package/esm/models/operations/createdebugsession.d.ts +18 -0
  137. package/esm/models/operations/createdebugsession.d.ts.map +1 -0
  138. package/esm/models/operations/createdebugsession.js +20 -0
  139. package/esm/models/operations/createdebugsession.js.map +1 -0
  140. package/esm/models/operations/createdeployment.d.ts +1 -1
  141. package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
  142. package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
  143. package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
  144. package/esm/models/operations/createdomain.d.ts +1 -1
  145. package/esm/models/operations/createdomainendpoint.d.ts +1 -1
  146. package/esm/models/operations/createmanager.d.ts +1 -1
  147. package/esm/models/operations/createproject.d.ts +3 -3
  148. package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
  149. package/esm/models/operations/createrelease.d.ts +1 -1
  150. package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
  151. package/esm/models/operations/deleteapikeys.d.ts +1 -1
  152. package/esm/models/operations/deletedeployment.d.ts +1 -1
  153. package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
  154. package/esm/models/operations/deletedomain.d.ts +1 -1
  155. package/esm/models/operations/deletemanager.d.ts +1 -1
  156. package/esm/models/operations/deleteproject.d.ts +1 -1
  157. package/esm/models/operations/deleteworkspace.d.ts +1 -1
  158. package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
  159. package/esm/models/operations/generatemanagertoken.d.ts +1 -1
  160. package/esm/models/operations/getapikey.d.ts +1 -1
  161. package/esm/models/operations/getcloudregions.d.ts +1 -1
  162. package/esm/models/operations/getcommand.d.ts +1 -1
  163. package/esm/models/operations/getdebugsession.d.ts +20 -0
  164. package/esm/models/operations/getdebugsession.d.ts.map +1 -0
  165. package/esm/models/operations/getdebugsession.js +13 -0
  166. package/esm/models/operations/getdebugsession.js.map +1 -0
  167. package/esm/models/operations/getdeployment.d.ts +1 -1
  168. package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
  169. package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
  170. package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
  171. package/esm/models/operations/getdeploymentstats.d.ts +1 -1
  172. package/esm/models/operations/getdomain.d.ts +1 -1
  173. package/esm/models/operations/getevent.d.ts +1 -1
  174. package/esm/models/operations/getmanager.d.ts +1 -1
  175. package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
  176. package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
  177. package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
  178. package/esm/models/operations/getpackage.d.ts +1 -1
  179. package/esm/models/operations/getproject.d.ts +1 -1
  180. package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
  181. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
  182. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
  183. package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
  184. package/esm/models/operations/getrelease.d.ts +1 -1
  185. package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
  186. package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
  187. package/esm/models/operations/getworkspace.d.ts +1 -1
  188. package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
  189. package/esm/models/operations/importdeployment.d.ts +1 -1
  190. package/esm/models/operations/index.d.ts +6 -0
  191. package/esm/models/operations/index.d.ts.map +1 -1
  192. package/esm/models/operations/index.js +6 -0
  193. package/esm/models/operations/index.js.map +1 -1
  194. package/esm/models/operations/listapikeys.d.ts +1 -1
  195. package/esm/models/operations/listbillingauditlog.d.ts +1 -1
  196. package/esm/models/operations/listcommanddeployments.d.ts +1 -1
  197. package/esm/models/operations/listcommandnames.d.ts +1 -1
  198. package/esm/models/operations/listcommands.d.ts +1 -1
  199. package/esm/models/operations/listdebugsessions.d.ts +82 -0
  200. package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
  201. package/esm/models/operations/listdebugsessions.js +42 -0
  202. package/esm/models/operations/listdebugsessions.js.map +1 -0
  203. package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
  204. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
  205. package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
  206. package/esm/models/operations/listdeployments.d.ts +6 -1
  207. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  208. package/esm/models/operations/listdeployments.js +1 -0
  209. package/esm/models/operations/listdeployments.js.map +1 -1
  210. package/esm/models/operations/listdomains.d.ts +1 -1
  211. package/esm/models/operations/listevents.d.ts +1 -1
  212. package/esm/models/operations/listmanagerevents.d.ts +1 -1
  213. package/esm/models/operations/listmanagers.d.ts +1 -1
  214. package/esm/models/operations/listpackages.d.ts +1 -1
  215. package/esm/models/operations/listprojects.d.ts +1 -1
  216. package/esm/models/operations/listreleaseauthors.d.ts +1 -1
  217. package/esm/models/operations/listreleasebranches.d.ts +1 -1
  218. package/esm/models/operations/listreleases.d.ts +1 -1
  219. package/esm/models/operations/listresourcedeployments.d.ts +1 -1
  220. package/esm/models/operations/listresourceoverview.d.ts +1 -1
  221. package/esm/models/operations/listworkspacemembers.d.ts +1 -1
  222. package/esm/models/operations/listworkspaces.d.ts +1 -1
  223. package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
  224. package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
  225. package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
  226. package/esm/models/operations/plandeploymentcompute.js +897 -0
  227. package/esm/models/operations/plandeploymentcompute.js.map +1 -0
  228. package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
  229. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
  230. package/esm/models/operations/preparedeploymentstack.js +401 -352
  231. package/esm/models/operations/preparedeploymentstack.js.map +1 -1
  232. package/esm/models/operations/provisionmanager.d.ts +1 -1
  233. package/esm/models/operations/rebuildpackages.d.ts +1 -1
  234. package/esm/models/operations/redeploydeployment.d.ts +1 -1
  235. package/esm/models/operations/refreshdomain.d.ts +1 -1
  236. package/esm/models/operations/removeworkspacemember.d.ts +1 -1
  237. package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
  238. package/esm/models/operations/resolve.d.ts +1 -1
  239. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
  240. package/esm/models/operations/retrydeployment.d.ts +1 -1
  241. package/esm/models/operations/retrymanager.d.ts +1 -1
  242. package/esm/models/operations/retrymanagersetup.d.ts +1 -1
  243. package/esm/models/operations/revokeapikey.d.ts +1 -1
  244. package/esm/models/operations/syncacquire.d.ts +1 -1
  245. package/esm/models/operations/synclist.d.ts +1 -1
  246. package/esm/models/operations/syncreconcile.d.ts +1 -1
  247. package/esm/models/operations/syncrelease.d.ts +1 -1
  248. package/esm/models/operations/updateapikey.d.ts +1 -1
  249. package/esm/models/operations/updatecommand.d.ts +1 -1
  250. package/esm/models/operations/updatedebugsession.d.ts +23 -0
  251. package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
  252. package/esm/models/operations/updatedebugsession.js +21 -0
  253. package/esm/models/operations/updatedebugsession.js.map +1 -0
  254. package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
  255. package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
  256. package/esm/models/operations/updatemanager.d.ts +1 -1
  257. package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
  258. package/esm/models/operations/updateproject.d.ts +1 -1
  259. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
  260. package/esm/models/operations/updateworkspace.d.ts +1 -1
  261. package/esm/models/operations/updateworkspacemember.d.ts +1 -1
  262. package/esm/models/operations/whoami.d.ts +15 -0
  263. package/esm/models/operations/whoami.d.ts.map +1 -0
  264. package/esm/models/operations/whoami.js +12 -0
  265. package/esm/models/operations/whoami.js.map +1 -0
  266. package/esm/models/package.d.ts +1 -1
  267. package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
  268. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
  269. package/esm/models/persistimporteddeploymentrequest.js +232 -0
  270. package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
  271. package/esm/models/prepareddeploymentstack.d.ts +248 -0
  272. package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
  273. package/esm/models/prepareddeploymentstack.js +174 -0
  274. package/esm/models/prepareddeploymentstack.js.map +1 -1
  275. package/esm/models/project.d.ts +1 -1
  276. package/esm/models/projectlistitemresponse.d.ts +1 -1
  277. package/esm/models/resolvedstackinputsummary.d.ts +23 -0
  278. package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
  279. package/esm/models/resolvedstackinputsummary.js +24 -0
  280. package/esm/models/resolvedstackinputsummary.js.map +1 -0
  281. package/esm/models/stackinputvaluerequest.d.ts +8 -0
  282. package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
  283. package/esm/models/stackinputvaluerequest.js +10 -0
  284. package/esm/models/stackinputvaluerequest.js.map +1 -0
  285. package/esm/models/syncacquireresponse.d.ts +916 -18
  286. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  287. package/esm/models/syncacquireresponse.js +628 -1
  288. package/esm/models/syncacquireresponse.js.map +1 -1
  289. package/esm/models/synclistresponse.d.ts +313 -4
  290. package/esm/models/synclistresponse.d.ts.map +1 -1
  291. package/esm/models/synclistresponse.js +210 -1
  292. package/esm/models/synclistresponse.js.map +1 -1
  293. package/esm/models/syncreconcilerequest.d.ts +921 -0
  294. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  295. package/esm/models/syncreconcilerequest.js +534 -0
  296. package/esm/models/syncreconcilerequest.js.map +1 -1
  297. package/esm/models/syncreconcileresponse.d.ts +1318 -174
  298. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  299. package/esm/models/syncreconcileresponse.js +901 -91
  300. package/esm/models/syncreconcileresponse.js.map +1 -1
  301. package/esm/models/updateapikeyrequest.d.ts +11 -0
  302. package/esm/models/updateapikeyrequest.d.ts.map +1 -1
  303. package/esm/models/updateapikeyrequest.js +3 -0
  304. package/esm/models/updateapikeyrequest.js.map +1 -1
  305. package/esm/models/updatedebugsessionrequest.d.ts +21 -0
  306. package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
  307. package/esm/models/updatedebugsessionrequest.js +15 -0
  308. package/esm/models/updatedebugsessionrequest.js.map +1 -0
  309. package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
  310. package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
  311. package/esm/models/updatedeploymentsetuppolicy.js +14 -0
  312. package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
  313. package/esm/models/updateproject.d.ts +1 -1
  314. package/esm/sdk/auth.d.ts +2 -1
  315. package/esm/sdk/auth.d.ts.map +1 -1
  316. package/esm/sdk/auth.js +2 -2
  317. package/esm/sdk/auth.js.map +1 -1
  318. package/esm/sdk/debugsessions.d.ts +22 -0
  319. package/esm/sdk/debugsessions.d.ts.map +1 -0
  320. package/esm/sdk/debugsessions.js +36 -0
  321. package/esm/sdk/debugsessions.js.map +1 -0
  322. package/esm/sdk/deployment.d.ts +4 -0
  323. package/esm/sdk/deployment.d.ts.map +1 -1
  324. package/esm/sdk/deployment.js +7 -0
  325. package/esm/sdk/deployment.js.map +1 -1
  326. package/esm/sdk/sdk.d.ts +3 -0
  327. package/esm/sdk/sdk.d.ts.map +1 -1
  328. package/esm/sdk/sdk.js +4 -0
  329. package/esm/sdk/sdk.js.map +1 -1
  330. package/esm/sdk/user.d.ts +4 -4
  331. package/esm/sdk/user.d.ts.map +1 -1
  332. package/esm/sdk/user.js +6 -6
  333. package/esm/sdk/user.js.map +1 -1
  334. package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
  335. package/jsr.json +1 -1
  336. package/package.json +1 -1
  337. package/src/funcs/authWhoami.ts +25 -2
  338. package/src/funcs/debugSessionsCreate.ts +178 -0
  339. package/src/funcs/debugSessionsGet.ts +179 -0
  340. package/src/funcs/debugSessionsList.ts +181 -0
  341. package/src/funcs/debugSessionsUpdate.ts +182 -0
  342. package/src/funcs/deploymentPlanCompute.ts +176 -0
  343. package/src/funcs/deploymentsList.ts +3 -1
  344. package/src/lib/config.ts +2 -2
  345. package/src/models/commanddeploymentinfo.ts +2 -2
  346. package/src/models/createdebugsessionrequest.ts +52 -0
  347. package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
  348. package/src/models/createmanagerresponse.ts +520 -0
  349. package/src/models/createreleaserequest.ts +7 -7
  350. package/src/models/createsetupregistrationoperationrequest.ts +241 -0
  351. package/src/models/debugpackagepresignedurls.ts +32 -0
  352. package/src/models/debugsession.ts +118 -0
  353. package/src/models/debugsessionlistresponse.ts +42 -0
  354. package/src/models/debugsessionstate.ts +31 -0
  355. package/src/models/deployment.ts +651 -5
  356. package/src/models/deploymentcomputeplan.ts +500 -0
  357. package/src/models/deploymentconnectioninfo.ts +33 -4
  358. package/src/models/deploymentdetailresponse.ts +715 -5
  359. package/src/models/deploymentinfo.ts +37 -1
  360. package/src/models/deploymentinfosetupconfig.ts +544 -0
  361. package/src/models/deploymentlistitemresponse.ts +2 -2
  362. package/src/models/deploymentsetupconfig.ts +9 -0
  363. package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
  364. package/src/models/encryptedstackinputvalue.ts +86 -0
  365. package/src/models/forwardimportrequest.ts +9 -3
  366. package/src/models/importsource.ts +184 -0
  367. package/src/models/index.ts +11 -0
  368. package/src/models/managerretryresponse.ts +517 -0
  369. package/src/models/newdeploymentrequest.ts +219 -6
  370. package/src/models/operations/addworkspacemember.ts +1 -1
  371. package/src/models/operations/cancelmanagersetup.ts +1 -1
  372. package/src/models/operations/cancelpackage.ts +1 -1
  373. package/src/models/operations/createapikey.ts +1 -1
  374. package/src/models/operations/createcommand.ts +1 -1
  375. package/src/models/operations/createdebugsession.ts +45 -0
  376. package/src/models/operations/createdeployment.ts +1 -1
  377. package/src/models/operations/createdeploymentgroup.ts +1 -1
  378. package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
  379. package/src/models/operations/createdeploymenttoken.ts +1 -1
  380. package/src/models/operations/createdomain.ts +1 -1
  381. package/src/models/operations/createdomainendpoint.ts +1 -1
  382. package/src/models/operations/createmanager.ts +1 -1
  383. package/src/models/operations/createproject.ts +3 -3
  384. package/src/models/operations/createprojectfromtemplate.ts +3 -3
  385. package/src/models/operations/createrelease.ts +1 -1
  386. package/src/models/operations/createsetupregistrationoperation.ts +1 -1
  387. package/src/models/operations/deleteapikeys.ts +1 -1
  388. package/src/models/operations/deletedeployment.ts +1 -1
  389. package/src/models/operations/deletedeploymentgroup.ts +1 -1
  390. package/src/models/operations/deletedomain.ts +1 -1
  391. package/src/models/operations/deletemanager.ts +1 -1
  392. package/src/models/operations/deleteproject.ts +1 -1
  393. package/src/models/operations/deleteworkspace.ts +1 -1
  394. package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
  395. package/src/models/operations/generatemanagertoken.ts +1 -1
  396. package/src/models/operations/getapikey.ts +1 -1
  397. package/src/models/operations/getcloudregions.ts +1 -1
  398. package/src/models/operations/getcommand.ts +1 -1
  399. package/src/models/operations/getdebugsession.ts +39 -0
  400. package/src/models/operations/getdeployment.ts +1 -1
  401. package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
  402. package/src/models/operations/getdeploymentgroup.ts +1 -1
  403. package/src/models/operations/getdeploymentinfo.ts +1 -1
  404. package/src/models/operations/getdeploymentstats.ts +1 -1
  405. package/src/models/operations/getdomain.ts +1 -1
  406. package/src/models/operations/getevent.ts +1 -1
  407. package/src/models/operations/getmanager.ts +1 -1
  408. package/src/models/operations/getmanagerdeployment.ts +1 -1
  409. package/src/models/operations/getmanagerdomainbinding.ts +1 -1
  410. package/src/models/operations/getmanagermanagementconfig.ts +1 -1
  411. package/src/models/operations/getpackage.ts +1 -1
  412. package/src/models/operations/getproject.ts +1 -1
  413. package/src/models/operations/getprojectactiverelease.ts +1 -1
  414. package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
  415. package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
  416. package/src/models/operations/getprojecttemplateurls.ts +1 -1
  417. package/src/models/operations/getrelease.ts +1 -1
  418. package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
  419. package/src/models/operations/getsetupregistrationoperation.ts +1 -1
  420. package/src/models/operations/getworkspace.ts +1 -1
  421. package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
  422. package/src/models/operations/importdeployment.ts +1 -1
  423. package/src/models/operations/index.ts +6 -0
  424. package/src/models/operations/listapikeys.ts +1 -1
  425. package/src/models/operations/listbillingauditlog.ts +1 -1
  426. package/src/models/operations/listcommanddeployments.ts +1 -1
  427. package/src/models/operations/listcommandnames.ts +1 -1
  428. package/src/models/operations/listcommands.ts +1 -1
  429. package/src/models/operations/listdebugsessions.ts +117 -0
  430. package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
  431. package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
  432. package/src/models/operations/listdeploymentgroups.ts +1 -1
  433. package/src/models/operations/listdeployments.ts +7 -1
  434. package/src/models/operations/listdomains.ts +1 -1
  435. package/src/models/operations/listevents.ts +1 -1
  436. package/src/models/operations/listmanagerevents.ts +1 -1
  437. package/src/models/operations/listmanagers.ts +1 -1
  438. package/src/models/operations/listpackages.ts +1 -1
  439. package/src/models/operations/listprojects.ts +1 -1
  440. package/src/models/operations/listreleaseauthors.ts +1 -1
  441. package/src/models/operations/listreleasebranches.ts +1 -1
  442. package/src/models/operations/listreleases.ts +1 -1
  443. package/src/models/operations/listresourcedeployments.ts +1 -1
  444. package/src/models/operations/listresourceoverview.ts +1 -1
  445. package/src/models/operations/listworkspacemembers.ts +1 -1
  446. package/src/models/operations/listworkspaces.ts +1 -1
  447. package/src/models/operations/pindeploymentrelease.ts +1 -1
  448. package/src/models/operations/plandeploymentcompute.ts +3412 -0
  449. package/src/models/operations/preparedeploymentstack.ts +1656 -1063
  450. package/src/models/operations/provisionmanager.ts +1 -1
  451. package/src/models/operations/rebuildpackages.ts +1 -1
  452. package/src/models/operations/redeploydeployment.ts +1 -1
  453. package/src/models/operations/refreshdomain.ts +1 -1
  454. package/src/models/operations/removeworkspacemember.ts +1 -1
  455. package/src/models/operations/reportmanagerheartbeat.ts +1 -1
  456. package/src/models/operations/resolve.ts +1 -1
  457. package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
  458. package/src/models/operations/retrydeployment.ts +1 -1
  459. package/src/models/operations/retrymanager.ts +1 -1
  460. package/src/models/operations/retrymanagersetup.ts +1 -1
  461. package/src/models/operations/revokeapikey.ts +1 -1
  462. package/src/models/operations/syncacquire.ts +1 -1
  463. package/src/models/operations/synclist.ts +1 -1
  464. package/src/models/operations/syncreconcile.ts +1 -1
  465. package/src/models/operations/syncrelease.ts +1 -1
  466. package/src/models/operations/updateapikey.ts +1 -1
  467. package/src/models/operations/updatecommand.ts +1 -1
  468. package/src/models/operations/updatedebugsession.ts +51 -0
  469. package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
  470. package/src/models/operations/updatedeploymentgroup.ts +1 -1
  471. package/src/models/operations/updatemanager.ts +1 -1
  472. package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
  473. package/src/models/operations/updateproject.ts +1 -1
  474. package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
  475. package/src/models/operations/updateworkspace.ts +1 -1
  476. package/src/models/operations/updateworkspacemember.ts +1 -1
  477. package/src/models/operations/whoami.ts +29 -0
  478. package/src/models/package.ts +1 -1
  479. package/src/models/persistimporteddeploymentrequest.ts +884 -0
  480. package/src/models/prepareddeploymentstack.ts +530 -0
  481. package/src/models/project.ts +1 -1
  482. package/src/models/projectlistitemresponse.ts +1 -1
  483. package/src/models/resolvedstackinputsummary.ts +54 -0
  484. package/src/models/stackinputvaluerequest.ts +28 -0
  485. package/src/models/syncacquireresponse.ts +2216 -154
  486. package/src/models/synclistresponse.ts +666 -5
  487. package/src/models/syncreconcilerequest.ts +2059 -82
  488. package/src/models/syncreconcileresponse.ts +2978 -444
  489. package/src/models/updateapikeyrequest.ts +17 -0
  490. package/src/models/updatedebugsessionrequest.ts +40 -0
  491. package/src/models/updatedeploymentsetuppolicy.ts +43 -0
  492. package/src/models/updateproject.ts +1 -1
  493. package/src/sdk/auth.ts +3 -0
  494. package/src/sdk/debugsessions.ts +70 -0
  495. package/src/sdk/deployment.ts +15 -0
  496. package/src/sdk/sdk.ts +6 -0
  497. package/src/sdk/user.ts +12 -12
@@ -7,34 +7,51 @@ export declare const PrepareDeploymentStackPlatform: {
7
7
  readonly Azure: "azure";
8
8
  };
9
9
  export type PrepareDeploymentStackPlatform = ClosedEnum<typeof PrepareDeploymentStackPlatform>;
10
+ export type PrepareDeploymentStackPoolsAutoscale = {
11
+ mode: "autoscale";
12
+ min: number;
13
+ max: number;
14
+ machine?: string | undefined;
15
+ };
16
+ export type PrepareDeploymentStackPoolsFixed = {
17
+ mode: "fixed";
18
+ machines: number;
19
+ machine?: string | undefined;
20
+ };
21
+ export type PrepareDeploymentStackPoolsUnion = PrepareDeploymentStackPoolsFixed | PrepareDeploymentStackPoolsAutoscale;
22
+ export type PrepareDeploymentStackCompute = {
23
+ pools?: {
24
+ [k: string]: PrepareDeploymentStackPoolsFixed | PrepareDeploymentStackPoolsAutoscale;
25
+ } | undefined;
26
+ };
10
27
  /**
11
28
  * Deployment model: how updates are delivered to the remote environment.
12
29
  */
13
- export declare const DeploymentModel: {
30
+ export declare const PrepareDeploymentStackDeploymentModel: {
14
31
  readonly Push: "push";
15
32
  readonly Pull: "pull";
16
33
  };
17
34
  /**
18
35
  * Deployment model: how updates are delivered to the remote environment.
19
36
  */
20
- export type DeploymentModel = ClosedEnum<typeof DeploymentModel>;
37
+ export type PrepareDeploymentStackDeploymentModel = ClosedEnum<typeof PrepareDeploymentStackDeploymentModel>;
21
38
  export type PrepareDeploymentStackAws = {
22
39
  certificateArn: string;
23
40
  };
24
- export type Aws = PrepareDeploymentStackAws | any;
41
+ export type PrepareDeploymentStackAwsUnion = PrepareDeploymentStackAws | any;
25
42
  export type PrepareDeploymentStackAzure = {
26
43
  keyVaultCertificateId: string;
27
44
  keyVaultResourceId?: string | null | undefined;
28
45
  };
29
- export type Azure = PrepareDeploymentStackAzure | any;
46
+ export type PrepareDeploymentStackAzureUnion = PrepareDeploymentStackAzure | any;
30
47
  export type PrepareDeploymentStackGcp = {
31
48
  certificateName: string;
32
49
  };
33
- export type Gcp = PrepareDeploymentStackGcp | any;
50
+ export type PrepareDeploymentStackGcpUnion = PrepareDeploymentStackGcp | any;
34
51
  /**
35
52
  * Namespace-scoped Kubernetes TLS Secret reference.
36
53
  */
37
- export type TlsSecretRef = {
54
+ export type PrepareDeploymentStackTlsSecretRef = {
38
55
  /**
39
56
  * Secret namespace. Defaults to the release namespace when omitted.
40
57
  */
@@ -44,30 +61,30 @@ export type TlsSecretRef = {
44
61
  */
45
62
  secretName: string;
46
63
  };
47
- export type DomainsKubernetes = {
64
+ export type PrepareDeploymentStackDomainsKubernetes = {
48
65
  /**
49
66
  * Namespace-scoped Kubernetes TLS Secret reference.
50
67
  */
51
- tlsSecretRef: TlsSecretRef;
68
+ tlsSecretRef: PrepareDeploymentStackTlsSecretRef;
52
69
  };
53
- export type DomainsKubernetesUnion = DomainsKubernetes | any;
70
+ export type PrepareDeploymentStackDomainsKubernetesUnion = PrepareDeploymentStackDomainsKubernetes | any;
54
71
  /**
55
72
  * Platform-specific certificate references for custom domains.
56
73
  */
57
- export type DomainsCertificate = {
74
+ export type PrepareDeploymentStackDomainsCertificate = {
58
75
  aws?: PrepareDeploymentStackAws | any | null | undefined;
59
76
  azure?: PrepareDeploymentStackAzure | any | null | undefined;
60
77
  gcp?: PrepareDeploymentStackGcp | any | null | undefined;
61
- kubernetes?: DomainsKubernetes | any | null | undefined;
78
+ kubernetes?: PrepareDeploymentStackDomainsKubernetes | any | null | undefined;
62
79
  };
63
80
  /**
64
81
  * Custom domain configuration for a single resource.
65
82
  */
66
- export type CustomDomains = {
83
+ export type PrepareDeploymentStackCustomDomains = {
67
84
  /**
68
85
  * Platform-specific certificate references for custom domains.
69
86
  */
70
- certificate: DomainsCertificate;
87
+ certificate: PrepareDeploymentStackDomainsCertificate;
71
88
  /**
72
89
  * Fully qualified domain name to use.
73
90
  */
@@ -81,15 +98,15 @@ export type CustomDomains = {
81
98
  * When `custom_domains` is set, the specified resources use customer-provided
82
99
  * domains and certificates. Otherwise, Alien auto-generates domains.
83
100
  */
84
- export type Domains = {
101
+ export type PrepareDeploymentStackDomains = {
85
102
  /**
86
103
  * Custom domain configuration per resource ID.
87
104
  */
88
105
  customDomains?: {
89
- [k: string]: CustomDomains;
106
+ [k: string]: PrepareDeploymentStackCustomDomains;
90
107
  } | null | undefined;
91
108
  };
92
- export type DomainsUnion = Domains | any;
109
+ export type PrepareDeploymentStackDomainsUnion = PrepareDeploymentStackDomains | any;
93
110
  /**
94
111
  * External bindings for pre-existing infrastructure.
95
112
  *
@@ -98,22 +115,22 @@ export type DomainsUnion = Domains | any;
98
115
  * Environment, etc.) instead of having Alien provision them.
99
116
  * Required for Kubernetes platform, optional for cloud platforms.
100
117
  */
101
- export type ExternalBindings = {};
118
+ export type PrepareDeploymentStackExternalBindings = {};
102
119
  /**
103
120
  * How heartbeat health checks are handled.
104
121
  */
105
- export declare const Heartbeats: {
122
+ export declare const PrepareDeploymentStackHeartbeats: {
106
123
  readonly Off: "off";
107
124
  readonly On: "on";
108
125
  };
109
126
  /**
110
127
  * How heartbeat health checks are handled.
111
128
  */
112
- export type Heartbeats = ClosedEnum<typeof Heartbeats>;
129
+ export type PrepareDeploymentStackHeartbeats = ClosedEnum<typeof PrepareDeploymentStackHeartbeats>;
113
130
  /**
114
131
  * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
115
132
  */
116
- export type Cloud = {
133
+ export type PrepareDeploymentStackCloud = {
117
134
  accountId?: string | null | undefined;
118
135
  clusterId?: string | null | undefined;
119
136
  clusterName?: string | null | undefined;
@@ -122,11 +139,11 @@ export type Cloud = {
122
139
  resourceGroup?: string | null | undefined;
123
140
  subscriptionId?: string | null | undefined;
124
141
  };
125
- export type CloudUnion = Cloud | any;
142
+ export type PrepareDeploymentStackCloudUnion = PrepareDeploymentStackCloud | any;
126
143
  /**
127
144
  * Ownership model for the Kubernetes cluster.
128
145
  */
129
- export declare const Ownership: {
146
+ export declare const PrepareDeploymentStackOwnership: {
130
147
  readonly Managed: "managed";
131
148
  readonly Existing: "existing";
132
149
  readonly External: "external";
@@ -134,12 +151,12 @@ export declare const Ownership: {
134
151
  /**
135
152
  * Ownership model for the Kubernetes cluster.
136
153
  */
137
- export type Ownership = ClosedEnum<typeof Ownership>;
154
+ export type PrepareDeploymentStackOwnership = ClosedEnum<typeof PrepareDeploymentStackOwnership>;
138
155
  /**
139
156
  * Kubernetes cluster setup settings.
140
157
  */
141
- export type Cluster = {
142
- cloud?: Cloud | any | null | undefined;
158
+ export type PrepareDeploymentStackCluster = {
159
+ cloud?: PrepareDeploymentStackCloud | any | null | undefined;
143
160
  /**
144
161
  * Namespace where the Alien chart and application resources run.
145
162
  */
@@ -147,27 +164,27 @@ export type Cluster = {
147
164
  /**
148
165
  * Ownership model for the Kubernetes cluster.
149
166
  */
150
- ownership: Ownership;
167
+ ownership: PrepareDeploymentStackOwnership;
151
168
  };
152
- export type ClusterUnion = Cluster | any;
153
- export type CertificateNone2 = {
169
+ export type PrepareDeploymentStackClusterUnion = PrepareDeploymentStackCluster | any;
170
+ export type PrepareDeploymentStackCertificateNone2 = {
154
171
  mode: "none";
155
172
  };
156
- export type CertificateManagedTLSSecret2 = {
173
+ export type PrepareDeploymentStackCertificateManagedTLSSecret2 = {
157
174
  mode: "managedTlsSecret";
158
175
  /**
159
176
  * Secret name template. Runtime may substitute resource/deployment tokens.
160
177
  */
161
178
  secretNameTemplate: string;
162
179
  };
163
- export type CertificateAwsAcmArn2 = {
180
+ export type PrepareDeploymentStackCertificateAwsAcmArn2 = {
164
181
  /**
165
182
  * Existing ACM certificate ARN.
166
183
  */
167
184
  certificateArn: string;
168
185
  mode: "awsAcmArn";
169
186
  };
170
- export type CertificateManagedAcmImport2 = {
187
+ export type PrepareDeploymentStackCertificateManagedAcmImport2 = {
171
188
  mode: "managedAcmImport";
172
189
  /**
173
190
  * ACM region. Defaults to the deployment region when omitted.
@@ -183,7 +200,7 @@ export type CertificateManagedAcmImport2 = {
183
200
  /**
184
201
  * Namespace-scoped Kubernetes TLS Secret reference.
185
202
  */
186
- export type CertificateTLSSecretRef2 = {
203
+ export type PrepareDeploymentStackCertificateTLSSecretRef2 = {
187
204
  /**
188
205
  * Secret namespace. Defaults to the release namespace when omitted.
189
206
  */
@@ -197,16 +214,16 @@ export type CertificateTLSSecretRef2 = {
197
214
  /**
198
215
  * Certificate publication or reference mode for Kubernetes public endpoints.
199
216
  */
200
- export type CertificateUnion2 = CertificateTLSSecretRef2 | CertificateManagedAcmImport2 | CertificateAwsAcmArn2 | CertificateManagedTLSSecret2 | CertificateNone2;
201
- export declare const ModeCustom: {
217
+ export type PrepareDeploymentStackCertificateUnion2 = PrepareDeploymentStackCertificateTLSSecretRef2 | PrepareDeploymentStackCertificateManagedAcmImport2 | PrepareDeploymentStackCertificateAwsAcmArn2 | PrepareDeploymentStackCertificateManagedTLSSecret2 | PrepareDeploymentStackCertificateNone2;
218
+ export declare const PrepareDeploymentStackModeCustom: {
202
219
  readonly Custom: "custom";
203
220
  };
204
- export type ModeCustom = ClosedEnum<typeof ModeCustom>;
205
- export declare const ProviderAzureApplicationGatewayForContainersEnum4: {
221
+ export type PrepareDeploymentStackModeCustom = ClosedEnum<typeof PrepareDeploymentStackModeCustom>;
222
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4: {
206
223
  readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
207
224
  };
208
- export type ProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof ProviderAzureApplicationGatewayForContainersEnum4>;
209
- export type ProviderAzureApplicationGatewayForContainers4 = {
225
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4>;
226
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 = {
210
227
  /**
211
228
  * Optional ALB name when using BYO Application Gateway resources.
212
229
  */
@@ -219,29 +236,29 @@ export type ProviderAzureApplicationGatewayForContainers4 = {
219
236
  * Public or internal frontend exposure.
220
237
  */
221
238
  frontend: string;
222
- provider: ProviderAzureApplicationGatewayForContainersEnum4;
239
+ provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4;
223
240
  };
224
- export declare const ProviderGkeGatewayEnum4: {
241
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum4: {
225
242
  readonly GkeGateway: "gkeGateway";
226
243
  };
227
- export type ProviderGkeGatewayEnum4 = ClosedEnum<typeof ProviderGkeGatewayEnum4>;
228
- export type ProviderGkeGateway4 = {
229
- provider: ProviderGkeGatewayEnum4;
244
+ export type PrepareDeploymentStackProviderGkeGatewayEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4>;
245
+ export type PrepareDeploymentStackProviderGkeGateway4 = {
246
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum4;
230
247
  /**
231
248
  * Optional static address name for the Gateway frontend.
232
249
  */
233
250
  staticAddressName?: string | null | undefined;
234
251
  };
235
- export declare const ProviderAwsAlbEnum4: {
252
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum4: {
236
253
  readonly AwsAlb: "awsAlb";
237
254
  };
238
- export type ProviderAwsAlbEnum4 = ClosedEnum<typeof ProviderAwsAlbEnum4>;
239
- export type ProviderAwsAlb4 = {
255
+ export type PrepareDeploymentStackProviderAwsAlbEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4>;
256
+ export type PrepareDeploymentStackProviderAwsAlb4 = {
240
257
  /**
241
258
  * Optional ALB IP address type, such as `dualstack`.
242
259
  */
243
260
  ipAddressType?: string | null | undefined;
244
- provider: ProviderAwsAlbEnum4;
261
+ provider: PrepareDeploymentStackProviderAwsAlbEnum4;
245
262
  /**
246
263
  * Internet-facing or internal ALB scheme.
247
264
  */
@@ -255,11 +272,11 @@ export type ProviderAwsAlb4 = {
255
272
  */
256
273
  targetType: string;
257
274
  };
258
- export type ProviderUnion4 = ProviderAwsAlb4 | ProviderAzureApplicationGatewayForContainers4 | ProviderGkeGateway4 | any;
275
+ export type PrepareDeploymentStackProviderUnion4 = PrepareDeploymentStackProviderAwsAlb4 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 | PrepareDeploymentStackProviderGkeGateway4 | any;
259
276
  /**
260
277
  * Shared Gateway API route profile values.
261
278
  */
262
- export type RouteGateway2 = {
279
+ export type PrepareDeploymentStackRouteGateway2 = {
263
280
  /**
264
281
  * Annotations applied to route objects.
265
282
  */
@@ -284,14 +301,14 @@ export type RouteGateway2 = {
284
301
  * Listener port, usually 443.
285
302
  */
286
303
  listenerPort: number;
287
- provider?: ProviderAwsAlb4 | ProviderAzureApplicationGatewayForContainers4 | ProviderGkeGateway4 | any | null | undefined;
304
+ provider?: PrepareDeploymentStackProviderAwsAlb4 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 | PrepareDeploymentStackProviderGkeGateway4 | any | null | undefined;
288
305
  routeApi: "gateway";
289
306
  };
290
- export declare const ProviderAzureApplicationGatewayForContainersEnum3: {
307
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3: {
291
308
  readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
292
309
  };
293
- export type ProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof ProviderAzureApplicationGatewayForContainersEnum3>;
294
- export type ProviderAzureApplicationGatewayForContainers3 = {
310
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3>;
311
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 = {
295
312
  /**
296
313
  * Optional ALB name when using BYO Application Gateway resources.
297
314
  */
@@ -304,29 +321,29 @@ export type ProviderAzureApplicationGatewayForContainers3 = {
304
321
  * Public or internal frontend exposure.
305
322
  */
306
323
  frontend: string;
307
- provider: ProviderAzureApplicationGatewayForContainersEnum3;
324
+ provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3;
308
325
  };
309
- export declare const ProviderGkeGatewayEnum3: {
326
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum3: {
310
327
  readonly GkeGateway: "gkeGateway";
311
328
  };
312
- export type ProviderGkeGatewayEnum3 = ClosedEnum<typeof ProviderGkeGatewayEnum3>;
313
- export type ProviderGkeGateway3 = {
314
- provider: ProviderGkeGatewayEnum3;
329
+ export type PrepareDeploymentStackProviderGkeGatewayEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3>;
330
+ export type PrepareDeploymentStackProviderGkeGateway3 = {
331
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum3;
315
332
  /**
316
333
  * Optional static address name for the Gateway frontend.
317
334
  */
318
335
  staticAddressName?: string | null | undefined;
319
336
  };
320
- export declare const ProviderAwsAlbEnum3: {
337
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum3: {
321
338
  readonly AwsAlb: "awsAlb";
322
339
  };
323
- export type ProviderAwsAlbEnum3 = ClosedEnum<typeof ProviderAwsAlbEnum3>;
324
- export type ProviderAwsAlb3 = {
340
+ export type PrepareDeploymentStackProviderAwsAlbEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3>;
341
+ export type PrepareDeploymentStackProviderAwsAlb3 = {
325
342
  /**
326
343
  * Optional ALB IP address type, such as `dualstack`.
327
344
  */
328
345
  ipAddressType?: string | null | undefined;
329
- provider: ProviderAwsAlbEnum3;
346
+ provider: PrepareDeploymentStackProviderAwsAlbEnum3;
330
347
  /**
331
348
  * Internet-facing or internal ALB scheme.
332
349
  */
@@ -340,11 +357,11 @@ export type ProviderAwsAlb3 = {
340
357
  */
341
358
  targetType: string;
342
359
  };
343
- export type ProviderUnion3 = ProviderAwsAlb3 | ProviderAzureApplicationGatewayForContainers3 | ProviderGkeGateway3 | any;
360
+ export type PrepareDeploymentStackProviderUnion3 = PrepareDeploymentStackProviderAwsAlb3 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 | PrepareDeploymentStackProviderGkeGateway3 | any;
344
361
  /**
345
362
  * Shared Ingress route profile values.
346
363
  */
347
- export type RouteIngress2 = {
364
+ export type PrepareDeploymentStackRouteIngress2 = {
348
365
  /**
349
366
  * Annotations applied to route objects.
350
367
  */
@@ -365,46 +382,46 @@ export type RouteIngress2 = {
365
382
  labels?: {
366
383
  [k: string]: string;
367
384
  } | undefined;
368
- provider?: ProviderAwsAlb3 | ProviderAzureApplicationGatewayForContainers3 | ProviderGkeGateway3 | any | null | undefined;
385
+ provider?: PrepareDeploymentStackProviderAwsAlb3 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 | PrepareDeploymentStackProviderGkeGateway3 | any | null | undefined;
369
386
  routeApi: "ingress";
370
387
  };
371
388
  /**
372
389
  * Kubernetes route API selected for public endpoints.
373
390
  */
374
- export type RouteUnion2 = RouteIngress2 | RouteGateway2;
375
- export type ExposureCustom = {
391
+ export type PrepareDeploymentStackRouteUnion2 = PrepareDeploymentStackRouteIngress2 | PrepareDeploymentStackRouteGateway2;
392
+ export type PrepareDeploymentStackExposureCustom = {
376
393
  /**
377
394
  * Certificate publication or reference mode for Kubernetes public endpoints.
378
395
  */
379
- certificate: CertificateTLSSecretRef2 | CertificateManagedAcmImport2 | CertificateAwsAcmArn2 | CertificateManagedTLSSecret2 | CertificateNone2;
396
+ certificate: PrepareDeploymentStackCertificateTLSSecretRef2 | PrepareDeploymentStackCertificateManagedAcmImport2 | PrepareDeploymentStackCertificateAwsAcmArn2 | PrepareDeploymentStackCertificateManagedTLSSecret2 | PrepareDeploymentStackCertificateNone2;
380
397
  /**
381
398
  * Hostname routed by the Kubernetes public endpoint.
382
399
  */
383
400
  domain: string;
384
- mode: ModeCustom;
401
+ mode: PrepareDeploymentStackModeCustom;
385
402
  /**
386
403
  * Kubernetes route API selected for public endpoints.
387
404
  */
388
- route: RouteIngress2 | RouteGateway2;
405
+ route: PrepareDeploymentStackRouteIngress2 | PrepareDeploymentStackRouteGateway2;
389
406
  };
390
- export type CertificateNone1 = {
407
+ export type PrepareDeploymentStackCertificateNone1 = {
391
408
  mode: "none";
392
409
  };
393
- export type CertificateManagedTLSSecret1 = {
410
+ export type PrepareDeploymentStackCertificateManagedTLSSecret1 = {
394
411
  mode: "managedTlsSecret";
395
412
  /**
396
413
  * Secret name template. Runtime may substitute resource/deployment tokens.
397
414
  */
398
415
  secretNameTemplate: string;
399
416
  };
400
- export type CertificateAwsAcmArn1 = {
417
+ export type PrepareDeploymentStackCertificateAwsAcmArn1 = {
401
418
  /**
402
419
  * Existing ACM certificate ARN.
403
420
  */
404
421
  certificateArn: string;
405
422
  mode: "awsAcmArn";
406
423
  };
407
- export type CertificateManagedAcmImport1 = {
424
+ export type PrepareDeploymentStackCertificateManagedAcmImport1 = {
408
425
  mode: "managedAcmImport";
409
426
  /**
410
427
  * ACM region. Defaults to the deployment region when omitted.
@@ -420,7 +437,7 @@ export type CertificateManagedAcmImport1 = {
420
437
  /**
421
438
  * Namespace-scoped Kubernetes TLS Secret reference.
422
439
  */
423
- export type CertificateTLSSecretRef1 = {
440
+ export type PrepareDeploymentStackCertificateTLSSecretRef1 = {
424
441
  /**
425
442
  * Secret namespace. Defaults to the release namespace when omitted.
426
443
  */
@@ -434,16 +451,16 @@ export type CertificateTLSSecretRef1 = {
434
451
  /**
435
452
  * Certificate publication or reference mode for Kubernetes public endpoints.
436
453
  */
437
- export type CertificateUnion1 = CertificateTLSSecretRef1 | CertificateManagedAcmImport1 | CertificateAwsAcmArn1 | CertificateManagedTLSSecret1 | CertificateNone1;
438
- export declare const ModeGenerated: {
454
+ export type PrepareDeploymentStackCertificateUnion1 = PrepareDeploymentStackCertificateTLSSecretRef1 | PrepareDeploymentStackCertificateManagedAcmImport1 | PrepareDeploymentStackCertificateAwsAcmArn1 | PrepareDeploymentStackCertificateManagedTLSSecret1 | PrepareDeploymentStackCertificateNone1;
455
+ export declare const PrepareDeploymentStackModeGenerated: {
439
456
  readonly Generated: "generated";
440
457
  };
441
- export type ModeGenerated = ClosedEnum<typeof ModeGenerated>;
442
- export declare const ProviderAzureApplicationGatewayForContainersEnum2: {
458
+ export type PrepareDeploymentStackModeGenerated = ClosedEnum<typeof PrepareDeploymentStackModeGenerated>;
459
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2: {
443
460
  readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
444
461
  };
445
- export type ProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof ProviderAzureApplicationGatewayForContainersEnum2>;
446
- export type ProviderAzureApplicationGatewayForContainers2 = {
462
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2>;
463
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 = {
447
464
  /**
448
465
  * Optional ALB name when using BYO Application Gateway resources.
449
466
  */
@@ -456,29 +473,29 @@ export type ProviderAzureApplicationGatewayForContainers2 = {
456
473
  * Public or internal frontend exposure.
457
474
  */
458
475
  frontend: string;
459
- provider: ProviderAzureApplicationGatewayForContainersEnum2;
476
+ provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2;
460
477
  };
461
- export declare const ProviderGkeGatewayEnum2: {
478
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum2: {
462
479
  readonly GkeGateway: "gkeGateway";
463
480
  };
464
- export type ProviderGkeGatewayEnum2 = ClosedEnum<typeof ProviderGkeGatewayEnum2>;
465
- export type ProviderGkeGateway2 = {
466
- provider: ProviderGkeGatewayEnum2;
481
+ export type PrepareDeploymentStackProviderGkeGatewayEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2>;
482
+ export type PrepareDeploymentStackProviderGkeGateway2 = {
483
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum2;
467
484
  /**
468
485
  * Optional static address name for the Gateway frontend.
469
486
  */
470
487
  staticAddressName?: string | null | undefined;
471
488
  };
472
- export declare const ProviderAwsAlbEnum2: {
489
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum2: {
473
490
  readonly AwsAlb: "awsAlb";
474
491
  };
475
- export type ProviderAwsAlbEnum2 = ClosedEnum<typeof ProviderAwsAlbEnum2>;
476
- export type ProviderAwsAlb2 = {
492
+ export type PrepareDeploymentStackProviderAwsAlbEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2>;
493
+ export type PrepareDeploymentStackProviderAwsAlb2 = {
477
494
  /**
478
495
  * Optional ALB IP address type, such as `dualstack`.
479
496
  */
480
497
  ipAddressType?: string | null | undefined;
481
- provider: ProviderAwsAlbEnum2;
498
+ provider: PrepareDeploymentStackProviderAwsAlbEnum2;
482
499
  /**
483
500
  * Internet-facing or internal ALB scheme.
484
501
  */
@@ -492,11 +509,11 @@ export type ProviderAwsAlb2 = {
492
509
  */
493
510
  targetType: string;
494
511
  };
495
- export type ProviderUnion2 = ProviderAwsAlb2 | ProviderAzureApplicationGatewayForContainers2 | ProviderGkeGateway2 | any;
512
+ export type PrepareDeploymentStackProviderUnion2 = PrepareDeploymentStackProviderAwsAlb2 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 | PrepareDeploymentStackProviderGkeGateway2 | any;
496
513
  /**
497
514
  * Shared Gateway API route profile values.
498
515
  */
499
- export type RouteGateway1 = {
516
+ export type PrepareDeploymentStackRouteGateway1 = {
500
517
  /**
501
518
  * Annotations applied to route objects.
502
519
  */
@@ -521,14 +538,14 @@ export type RouteGateway1 = {
521
538
  * Listener port, usually 443.
522
539
  */
523
540
  listenerPort: number;
524
- provider?: ProviderAwsAlb2 | ProviderAzureApplicationGatewayForContainers2 | ProviderGkeGateway2 | any | null | undefined;
541
+ provider?: PrepareDeploymentStackProviderAwsAlb2 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 | PrepareDeploymentStackProviderGkeGateway2 | any | null | undefined;
525
542
  routeApi: "gateway";
526
543
  };
527
- export declare const ProviderAzureApplicationGatewayForContainersEnum1: {
544
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1: {
528
545
  readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
529
546
  };
530
- export type ProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof ProviderAzureApplicationGatewayForContainersEnum1>;
531
- export type ProviderAzureApplicationGatewayForContainers1 = {
547
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1>;
548
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 = {
532
549
  /**
533
550
  * Optional ALB name when using BYO Application Gateway resources.
534
551
  */
@@ -541,29 +558,29 @@ export type ProviderAzureApplicationGatewayForContainers1 = {
541
558
  * Public or internal frontend exposure.
542
559
  */
543
560
  frontend: string;
544
- provider: ProviderAzureApplicationGatewayForContainersEnum1;
561
+ provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1;
545
562
  };
546
- export declare const ProviderGkeGatewayEnum1: {
563
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum1: {
547
564
  readonly GkeGateway: "gkeGateway";
548
565
  };
549
- export type ProviderGkeGatewayEnum1 = ClosedEnum<typeof ProviderGkeGatewayEnum1>;
550
- export type ProviderGkeGateway1 = {
551
- provider: ProviderGkeGatewayEnum1;
566
+ export type PrepareDeploymentStackProviderGkeGatewayEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1>;
567
+ export type PrepareDeploymentStackProviderGkeGateway1 = {
568
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum1;
552
569
  /**
553
570
  * Optional static address name for the Gateway frontend.
554
571
  */
555
572
  staticAddressName?: string | null | undefined;
556
573
  };
557
- export declare const ProviderAwsAlbEnum1: {
574
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum1: {
558
575
  readonly AwsAlb: "awsAlb";
559
576
  };
560
- export type ProviderAwsAlbEnum1 = ClosedEnum<typeof ProviderAwsAlbEnum1>;
561
- export type ProviderAwsAlb1 = {
577
+ export type PrepareDeploymentStackProviderAwsAlbEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1>;
578
+ export type PrepareDeploymentStackProviderAwsAlb1 = {
562
579
  /**
563
580
  * Optional ALB IP address type, such as `dualstack`.
564
581
  */
565
582
  ipAddressType?: string | null | undefined;
566
- provider: ProviderAwsAlbEnum1;
583
+ provider: PrepareDeploymentStackProviderAwsAlbEnum1;
567
584
  /**
568
585
  * Internet-facing or internal ALB scheme.
569
586
  */
@@ -577,11 +594,11 @@ export type ProviderAwsAlb1 = {
577
594
  */
578
595
  targetType: string;
579
596
  };
580
- export type ProviderUnion1 = ProviderAwsAlb1 | ProviderAzureApplicationGatewayForContainers1 | ProviderGkeGateway1 | any;
597
+ export type PrepareDeploymentStackProviderUnion1 = PrepareDeploymentStackProviderAwsAlb1 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 | PrepareDeploymentStackProviderGkeGateway1 | any;
581
598
  /**
582
599
  * Shared Ingress route profile values.
583
600
  */
584
- export type RouteIngress1 = {
601
+ export type PrepareDeploymentStackRouteIngress1 = {
585
602
  /**
586
603
  * Annotations applied to route objects.
587
604
  */
@@ -602,32 +619,32 @@ export type RouteIngress1 = {
602
619
  labels?: {
603
620
  [k: string]: string;
604
621
  } | undefined;
605
- provider?: ProviderAwsAlb1 | ProviderAzureApplicationGatewayForContainers1 | ProviderGkeGateway1 | any | null | undefined;
622
+ provider?: PrepareDeploymentStackProviderAwsAlb1 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 | PrepareDeploymentStackProviderGkeGateway1 | any | null | undefined;
606
623
  routeApi: "ingress";
607
624
  };
608
625
  /**
609
626
  * Kubernetes route API selected for public endpoints.
610
627
  */
611
- export type RouteUnion1 = RouteIngress1 | RouteGateway1;
612
- export type ExposureGenerated = {
628
+ export type PrepareDeploymentStackRouteUnion1 = PrepareDeploymentStackRouteIngress1 | PrepareDeploymentStackRouteGateway1;
629
+ export type PrepareDeploymentStackExposureGenerated = {
613
630
  /**
614
631
  * Certificate publication or reference mode for Kubernetes public endpoints.
615
632
  */
616
- certificate: CertificateTLSSecretRef1 | CertificateManagedAcmImport1 | CertificateAwsAcmArn1 | CertificateManagedTLSSecret1 | CertificateNone1;
617
- mode: ModeGenerated;
633
+ certificate: PrepareDeploymentStackCertificateTLSSecretRef1 | PrepareDeploymentStackCertificateManagedAcmImport1 | PrepareDeploymentStackCertificateAwsAcmArn1 | PrepareDeploymentStackCertificateManagedTLSSecret1 | PrepareDeploymentStackCertificateNone1;
634
+ mode: PrepareDeploymentStackModeGenerated;
618
635
  /**
619
636
  * Kubernetes route API selected for public endpoints.
620
637
  */
621
- route: RouteIngress1 | RouteGateway1;
638
+ route: PrepareDeploymentStackRouteIngress1 | PrepareDeploymentStackRouteGateway1;
622
639
  };
623
- export declare const ModeDisabled: {
640
+ export declare const PrepareDeploymentStackModeDisabled: {
624
641
  readonly Disabled: "disabled";
625
642
  };
626
- export type ModeDisabled = ClosedEnum<typeof ModeDisabled>;
627
- export type ExposureDisabled = {
628
- mode: ModeDisabled;
643
+ export type PrepareDeploymentStackModeDisabled = ClosedEnum<typeof PrepareDeploymentStackModeDisabled>;
644
+ export type PrepareDeploymentStackExposureDisabled = {
645
+ mode: PrepareDeploymentStackModeDisabled;
629
646
  };
630
- export type Exposure = ExposureCustom | ExposureGenerated | ExposureDisabled | any;
647
+ export type PrepareDeploymentStackExposureUnion = PrepareDeploymentStackExposureCustom | PrepareDeploymentStackExposureGenerated | PrepareDeploymentStackExposureDisabled | any;
631
648
  /**
632
649
  * Kubernetes runtime substrate configuration.
633
650
  *
@@ -639,15 +656,15 @@ export type Exposure = ExposureCustom | ExposureGenerated | ExposureDisabled | a
639
656
  * cluster.
640
657
  */
641
658
  export type PrepareDeploymentStackKubernetes = {
642
- cluster?: Cluster | any | null | undefined;
643
- exposure?: ExposureCustom | ExposureGenerated | ExposureDisabled | any | null | undefined;
659
+ cluster?: PrepareDeploymentStackCluster | any | null | undefined;
660
+ exposure?: PrepareDeploymentStackExposureCustom | PrepareDeploymentStackExposureGenerated | PrepareDeploymentStackExposureDisabled | any | null | undefined;
644
661
  };
645
- export type Kubernetes = PrepareDeploymentStackKubernetes | any;
646
- export declare const TypeByoVnetAzure: {
662
+ export type PrepareDeploymentStackKubernetesUnion = PrepareDeploymentStackKubernetes | any;
663
+ export declare const PrepareDeploymentStackTypeByoVnetAzure: {
647
664
  readonly ByoVnetAzure: "byo-vnet-azure";
648
665
  };
649
- export type TypeByoVnetAzure = ClosedEnum<typeof TypeByoVnetAzure>;
650
- export type NetworkByoVnetAzure = {
666
+ export type PrepareDeploymentStackTypeByoVnetAzure = ClosedEnum<typeof PrepareDeploymentStackTypeByoVnetAzure>;
667
+ export type PrepareDeploymentStackNetworkByoVnetAzure = {
651
668
  /**
652
669
  * Name of the dedicated classic Application Gateway subnet within the VNet.
653
670
  */
@@ -660,17 +677,17 @@ export type NetworkByoVnetAzure = {
660
677
  * Name of the public subnet within the VNet
661
678
  */
662
679
  publicSubnetName: string;
663
- type: TypeByoVnetAzure;
680
+ type: PrepareDeploymentStackTypeByoVnetAzure;
664
681
  /**
665
682
  * The full resource ID of the existing VNet
666
683
  */
667
684
  vnetResourceId: string;
668
685
  };
669
- export declare const TypeByoVpcGcp: {
686
+ export declare const PrepareDeploymentStackTypeByoVpcGcp: {
670
687
  readonly ByoVpcGcp: "byo-vpc-gcp";
671
688
  };
672
- export type TypeByoVpcGcp = ClosedEnum<typeof TypeByoVpcGcp>;
673
- export type NetworkByoVpcGcp = {
689
+ export type PrepareDeploymentStackTypeByoVpcGcp = ClosedEnum<typeof PrepareDeploymentStackTypeByoVpcGcp>;
690
+ export type PrepareDeploymentStackNetworkByoVpcGcp = {
674
691
  /**
675
692
  * The name of the existing VPC network
676
693
  */
@@ -683,13 +700,13 @@ export type NetworkByoVpcGcp = {
683
700
  * The name of the subnet to use
684
701
  */
685
702
  subnetName: string;
686
- type: TypeByoVpcGcp;
703
+ type: PrepareDeploymentStackTypeByoVpcGcp;
687
704
  };
688
- export declare const TypeByoVpcAws: {
705
+ export declare const PrepareDeploymentStackTypeByoVpcAws: {
689
706
  readonly ByoVpcAws: "byo-vpc-aws";
690
707
  };
691
- export type TypeByoVpcAws = ClosedEnum<typeof TypeByoVpcAws>;
692
- export type NetworkByoVpcAws = {
708
+ export type PrepareDeploymentStackTypeByoVpcAws = ClosedEnum<typeof PrepareDeploymentStackTypeByoVpcAws>;
709
+ export type PrepareDeploymentStackNetworkByoVpcAws = {
693
710
  /**
694
711
  * IDs of private subnets
695
712
  */
@@ -702,17 +719,17 @@ export type NetworkByoVpcAws = {
702
719
  * Optional security group IDs to use
703
720
  */
704
721
  securityGroupIds?: Array<string> | undefined;
705
- type: TypeByoVpcAws;
722
+ type: PrepareDeploymentStackTypeByoVpcAws;
706
723
  /**
707
724
  * The ID of the existing VPC
708
725
  */
709
726
  vpcId: string;
710
727
  };
711
- export declare const TypeCreate: {
728
+ export declare const PrepareDeploymentStackTypeCreate: {
712
729
  readonly Create: "create";
713
730
  };
714
- export type TypeCreate = ClosedEnum<typeof TypeCreate>;
715
- export type NetworkCreate = {
731
+ export type PrepareDeploymentStackTypeCreate = ClosedEnum<typeof PrepareDeploymentStackTypeCreate>;
732
+ export type PrepareDeploymentStackNetworkCreate = {
716
733
  /**
717
734
  * Number of availability zones (default: 2).
718
735
  */
@@ -724,20 +741,20 @@ export type NetworkCreate = {
724
741
  * to reduce conflicts (e.g., "10.{hash}.0.0/16").
725
742
  */
726
743
  cidr?: string | null | undefined;
727
- type: TypeCreate;
744
+ type: PrepareDeploymentStackTypeCreate;
728
745
  };
729
- export declare const TypeUseDefault: {
746
+ export declare const PrepareDeploymentStackTypeUseDefault: {
730
747
  readonly UseDefault: "use-default";
731
748
  };
732
- export type TypeUseDefault = ClosedEnum<typeof TypeUseDefault>;
733
- export type NetworkUseDefault = {
734
- type: TypeUseDefault;
749
+ export type PrepareDeploymentStackTypeUseDefault = ClosedEnum<typeof PrepareDeploymentStackTypeUseDefault>;
750
+ export type PrepareDeploymentStackNetworkUseDefault = {
751
+ type: PrepareDeploymentStackTypeUseDefault;
735
752
  };
736
- export type Network = NetworkByoVpcAws | NetworkByoVpcGcp | NetworkByoVnetAzure | NetworkUseDefault | NetworkCreate | any;
753
+ export type PrepareDeploymentStackNetworkUnion = PrepareDeploymentStackNetworkByoVpcAws | PrepareDeploymentStackNetworkByoVpcGcp | PrepareDeploymentStackNetworkByoVnetAzure | PrepareDeploymentStackNetworkUseDefault | PrepareDeploymentStackNetworkCreate | any;
737
754
  /**
738
755
  * How telemetry (logs, metrics, traces) is handled.
739
756
  */
740
- export declare const Telemetry: {
757
+ export declare const PrepareDeploymentStackTelemetry: {
741
758
  readonly Off: "off";
742
759
  readonly Auto: "auto";
743
760
  readonly ApprovalRequired: "approval-required";
@@ -745,36 +762,25 @@ export declare const Telemetry: {
745
762
  /**
746
763
  * How telemetry (logs, metrics, traces) is handled.
747
764
  */
748
- export type Telemetry = ClosedEnum<typeof Telemetry>;
765
+ export type PrepareDeploymentStackTelemetry = ClosedEnum<typeof PrepareDeploymentStackTelemetry>;
749
766
  /**
750
767
  * How updates are delivered to the deployment.
751
768
  */
752
- export declare const Updates: {
769
+ export declare const PrepareDeploymentStackUpdates: {
753
770
  readonly Auto: "auto";
754
771
  readonly ApprovalRequired: "approval-required";
755
772
  };
756
773
  /**
757
774
  * How updates are delivered to the deployment.
758
775
  */
759
- export type Updates = ClosedEnum<typeof Updates>;
760
- /**
761
- * User-customizable deployment settings specified at deploy time.
762
- *
763
- * @remarks
764
- *
765
- * These settings are provided by the customer via CloudFormation parameters,
766
- * Terraform attributes, CLI flags, or Helm values. They customize how the
767
- * deployment runs and what capabilities are enabled.
768
- *
769
- * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
770
- * is platform-derived (from the Manager's ServiceAccount).
771
- */
772
- export type StackSettings = {
776
+ export type PrepareDeploymentStackUpdates = ClosedEnum<typeof PrepareDeploymentStackUpdates>;
777
+ export type PrepareDeploymentStackStackSettings = {
778
+ compute?: PrepareDeploymentStackCompute | undefined;
773
779
  /**
774
780
  * Deployment model: how updates are delivered to the remote environment.
775
781
  */
776
- deploymentModel?: DeploymentModel | undefined;
777
- domains?: Domains | any | null | undefined;
782
+ deploymentModel?: PrepareDeploymentStackDeploymentModel | undefined;
783
+ domains?: PrepareDeploymentStackDomains | any | null | undefined;
778
784
  /**
779
785
  * External bindings for pre-existing infrastructure.
780
786
  *
@@ -783,43 +789,31 @@ export type StackSettings = {
783
789
  * Environment, etc.) instead of having Alien provision them.
784
790
  * Required for Kubernetes platform, optional for cloud platforms.
785
791
  */
786
- externalBindings?: ExternalBindings | null | undefined;
792
+ externalBindings?: PrepareDeploymentStackExternalBindings | null | undefined;
787
793
  /**
788
794
  * How heartbeat health checks are handled.
789
795
  */
790
- heartbeats?: Heartbeats | undefined;
796
+ heartbeats?: PrepareDeploymentStackHeartbeats | undefined;
791
797
  kubernetes?: PrepareDeploymentStackKubernetes | any | null | undefined;
792
- network?: NetworkByoVpcAws | NetworkByoVpcGcp | NetworkByoVnetAzure | NetworkUseDefault | NetworkCreate | any | null | undefined;
798
+ network?: PrepareDeploymentStackNetworkByoVpcAws | PrepareDeploymentStackNetworkByoVpcGcp | PrepareDeploymentStackNetworkByoVnetAzure | PrepareDeploymentStackNetworkUseDefault | PrepareDeploymentStackNetworkCreate | any | null | undefined;
793
799
  /**
794
800
  * How telemetry (logs, metrics, traces) is handled.
795
801
  */
796
- telemetry?: Telemetry | undefined;
802
+ telemetry?: PrepareDeploymentStackTelemetry | undefined;
797
803
  /**
798
804
  * How updates are delivered to the deployment.
799
805
  */
800
- updates?: Updates | undefined;
806
+ updates?: PrepareDeploymentStackUpdates | undefined;
801
807
  };
802
808
  export type PrepareDeploymentStackRequestBody = {
803
809
  platform: PrepareDeploymentStackPlatform;
804
810
  setupMethod: models.DeploymentSetupMethod;
805
811
  region?: string | undefined;
806
- /**
807
- * User-customizable deployment settings specified at deploy time.
808
- *
809
- * @remarks
810
- *
811
- * These settings are provided by the customer via CloudFormation parameters,
812
- * Terraform attributes, CLI flags, or Helm values. They customize how the
813
- * deployment runs and what capabilities are enabled.
814
- *
815
- * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
816
- * is platform-derived (from the Manager's ServiceAccount).
817
- */
818
- stackSettings: StackSettings;
812
+ stackSettings: PrepareDeploymentStackStackSettings;
819
813
  };
820
814
  export type PrepareDeploymentStackRequest = {
821
815
  /**
822
- * Workspace name. Defaults to your last workspace (user auth) or your API key's workspace (token auth). When using an API key, if provided, must match the key's workspace.
816
+ * Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
823
817
  */
824
818
  workspace?: string | undefined;
825
819
  requestBody?: PrepareDeploymentStackRequestBody | undefined;
@@ -827,7 +821,40 @@ export type PrepareDeploymentStackRequest = {
827
821
  /** @internal */
828
822
  export declare const PrepareDeploymentStackPlatform$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackPlatform>;
829
823
  /** @internal */
830
- export declare const DeploymentModel$outboundSchema: z.ZodEnum<typeof DeploymentModel>;
824
+ export type PrepareDeploymentStackPoolsAutoscale$Outbound = {
825
+ mode: "autoscale";
826
+ min: number;
827
+ max: number;
828
+ machine?: string | undefined;
829
+ };
830
+ /** @internal */
831
+ export declare const PrepareDeploymentStackPoolsAutoscale$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsAutoscale$Outbound, PrepareDeploymentStackPoolsAutoscale>;
832
+ export declare function prepareDeploymentStackPoolsAutoscaleToJSON(prepareDeploymentStackPoolsAutoscale: PrepareDeploymentStackPoolsAutoscale): string;
833
+ /** @internal */
834
+ export type PrepareDeploymentStackPoolsFixed$Outbound = {
835
+ mode: "fixed";
836
+ machines: number;
837
+ machine?: string | undefined;
838
+ };
839
+ /** @internal */
840
+ export declare const PrepareDeploymentStackPoolsFixed$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsFixed$Outbound, PrepareDeploymentStackPoolsFixed>;
841
+ export declare function prepareDeploymentStackPoolsFixedToJSON(prepareDeploymentStackPoolsFixed: PrepareDeploymentStackPoolsFixed): string;
842
+ /** @internal */
843
+ export type PrepareDeploymentStackPoolsUnion$Outbound = PrepareDeploymentStackPoolsFixed$Outbound | PrepareDeploymentStackPoolsAutoscale$Outbound;
844
+ /** @internal */
845
+ export declare const PrepareDeploymentStackPoolsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsUnion$Outbound, PrepareDeploymentStackPoolsUnion>;
846
+ export declare function prepareDeploymentStackPoolsUnionToJSON(prepareDeploymentStackPoolsUnion: PrepareDeploymentStackPoolsUnion): string;
847
+ /** @internal */
848
+ export type PrepareDeploymentStackCompute$Outbound = {
849
+ pools?: {
850
+ [k: string]: PrepareDeploymentStackPoolsFixed$Outbound | PrepareDeploymentStackPoolsAutoscale$Outbound;
851
+ } | undefined;
852
+ };
853
+ /** @internal */
854
+ export declare const PrepareDeploymentStackCompute$outboundSchema: z.ZodType<PrepareDeploymentStackCompute$Outbound, PrepareDeploymentStackCompute>;
855
+ export declare function prepareDeploymentStackComputeToJSON(prepareDeploymentStackCompute: PrepareDeploymentStackCompute): string;
856
+ /** @internal */
857
+ export declare const PrepareDeploymentStackDeploymentModel$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackDeploymentModel>;
831
858
  /** @internal */
832
859
  export type PrepareDeploymentStackAws$Outbound = {
833
860
  certificateArn: string;
@@ -836,10 +863,10 @@ export type PrepareDeploymentStackAws$Outbound = {
836
863
  export declare const PrepareDeploymentStackAws$outboundSchema: z.ZodType<PrepareDeploymentStackAws$Outbound, PrepareDeploymentStackAws>;
837
864
  export declare function prepareDeploymentStackAwsToJSON(prepareDeploymentStackAws: PrepareDeploymentStackAws): string;
838
865
  /** @internal */
839
- export type Aws$Outbound = PrepareDeploymentStackAws$Outbound | any;
866
+ export type PrepareDeploymentStackAwsUnion$Outbound = PrepareDeploymentStackAws$Outbound | any;
840
867
  /** @internal */
841
- export declare const Aws$outboundSchema: z.ZodType<Aws$Outbound, Aws>;
842
- export declare function awsToJSON(aws: Aws): string;
868
+ export declare const PrepareDeploymentStackAwsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackAwsUnion$Outbound, PrepareDeploymentStackAwsUnion>;
869
+ export declare function prepareDeploymentStackAwsUnionToJSON(prepareDeploymentStackAwsUnion: PrepareDeploymentStackAwsUnion): string;
843
870
  /** @internal */
844
871
  export type PrepareDeploymentStackAzure$Outbound = {
845
872
  keyVaultCertificateId: string;
@@ -849,10 +876,10 @@ export type PrepareDeploymentStackAzure$Outbound = {
849
876
  export declare const PrepareDeploymentStackAzure$outboundSchema: z.ZodType<PrepareDeploymentStackAzure$Outbound, PrepareDeploymentStackAzure>;
850
877
  export declare function prepareDeploymentStackAzureToJSON(prepareDeploymentStackAzure: PrepareDeploymentStackAzure): string;
851
878
  /** @internal */
852
- export type Azure$Outbound = PrepareDeploymentStackAzure$Outbound | any;
879
+ export type PrepareDeploymentStackAzureUnion$Outbound = PrepareDeploymentStackAzure$Outbound | any;
853
880
  /** @internal */
854
- export declare const Azure$outboundSchema: z.ZodType<Azure$Outbound, Azure>;
855
- export declare function azureToJSON(azure: Azure): string;
881
+ export declare const PrepareDeploymentStackAzureUnion$outboundSchema: z.ZodType<PrepareDeploymentStackAzureUnion$Outbound, PrepareDeploymentStackAzureUnion>;
882
+ export declare function prepareDeploymentStackAzureUnionToJSON(prepareDeploymentStackAzureUnion: PrepareDeploymentStackAzureUnion): string;
856
883
  /** @internal */
857
884
  export type PrepareDeploymentStackGcp$Outbound = {
858
885
  certificateName: string;
@@ -861,71 +888,71 @@ export type PrepareDeploymentStackGcp$Outbound = {
861
888
  export declare const PrepareDeploymentStackGcp$outboundSchema: z.ZodType<PrepareDeploymentStackGcp$Outbound, PrepareDeploymentStackGcp>;
862
889
  export declare function prepareDeploymentStackGcpToJSON(prepareDeploymentStackGcp: PrepareDeploymentStackGcp): string;
863
890
  /** @internal */
864
- export type Gcp$Outbound = PrepareDeploymentStackGcp$Outbound | any;
891
+ export type PrepareDeploymentStackGcpUnion$Outbound = PrepareDeploymentStackGcp$Outbound | any;
865
892
  /** @internal */
866
- export declare const Gcp$outboundSchema: z.ZodType<Gcp$Outbound, Gcp>;
867
- export declare function gcpToJSON(gcp: Gcp): string;
893
+ export declare const PrepareDeploymentStackGcpUnion$outboundSchema: z.ZodType<PrepareDeploymentStackGcpUnion$Outbound, PrepareDeploymentStackGcpUnion>;
894
+ export declare function prepareDeploymentStackGcpUnionToJSON(prepareDeploymentStackGcpUnion: PrepareDeploymentStackGcpUnion): string;
868
895
  /** @internal */
869
- export type TlsSecretRef$Outbound = {
896
+ export type PrepareDeploymentStackTlsSecretRef$Outbound = {
870
897
  namespace?: string | null | undefined;
871
898
  secretName: string;
872
899
  };
873
900
  /** @internal */
874
- export declare const TlsSecretRef$outboundSchema: z.ZodType<TlsSecretRef$Outbound, TlsSecretRef>;
875
- export declare function tlsSecretRefToJSON(tlsSecretRef: TlsSecretRef): string;
901
+ export declare const PrepareDeploymentStackTlsSecretRef$outboundSchema: z.ZodType<PrepareDeploymentStackTlsSecretRef$Outbound, PrepareDeploymentStackTlsSecretRef>;
902
+ export declare function prepareDeploymentStackTlsSecretRefToJSON(prepareDeploymentStackTlsSecretRef: PrepareDeploymentStackTlsSecretRef): string;
876
903
  /** @internal */
877
- export type DomainsKubernetes$Outbound = {
878
- tlsSecretRef: TlsSecretRef$Outbound;
904
+ export type PrepareDeploymentStackDomainsKubernetes$Outbound = {
905
+ tlsSecretRef: PrepareDeploymentStackTlsSecretRef$Outbound;
879
906
  };
880
907
  /** @internal */
881
- export declare const DomainsKubernetes$outboundSchema: z.ZodType<DomainsKubernetes$Outbound, DomainsKubernetes>;
882
- export declare function domainsKubernetesToJSON(domainsKubernetes: DomainsKubernetes): string;
908
+ export declare const PrepareDeploymentStackDomainsKubernetes$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsKubernetes$Outbound, PrepareDeploymentStackDomainsKubernetes>;
909
+ export declare function prepareDeploymentStackDomainsKubernetesToJSON(prepareDeploymentStackDomainsKubernetes: PrepareDeploymentStackDomainsKubernetes): string;
883
910
  /** @internal */
884
- export type DomainsKubernetesUnion$Outbound = DomainsKubernetes$Outbound | any;
911
+ export type PrepareDeploymentStackDomainsKubernetesUnion$Outbound = PrepareDeploymentStackDomainsKubernetes$Outbound | any;
885
912
  /** @internal */
886
- export declare const DomainsKubernetesUnion$outboundSchema: z.ZodType<DomainsKubernetesUnion$Outbound, DomainsKubernetesUnion>;
887
- export declare function domainsKubernetesUnionToJSON(domainsKubernetesUnion: DomainsKubernetesUnion): string;
913
+ export declare const PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsKubernetesUnion$Outbound, PrepareDeploymentStackDomainsKubernetesUnion>;
914
+ export declare function prepareDeploymentStackDomainsKubernetesUnionToJSON(prepareDeploymentStackDomainsKubernetesUnion: PrepareDeploymentStackDomainsKubernetesUnion): string;
888
915
  /** @internal */
889
- export type DomainsCertificate$Outbound = {
916
+ export type PrepareDeploymentStackDomainsCertificate$Outbound = {
890
917
  aws?: PrepareDeploymentStackAws$Outbound | any | null | undefined;
891
918
  azure?: PrepareDeploymentStackAzure$Outbound | any | null | undefined;
892
919
  gcp?: PrepareDeploymentStackGcp$Outbound | any | null | undefined;
893
- kubernetes?: DomainsKubernetes$Outbound | any | null | undefined;
920
+ kubernetes?: PrepareDeploymentStackDomainsKubernetes$Outbound | any | null | undefined;
894
921
  };
895
922
  /** @internal */
896
- export declare const DomainsCertificate$outboundSchema: z.ZodType<DomainsCertificate$Outbound, DomainsCertificate>;
897
- export declare function domainsCertificateToJSON(domainsCertificate: DomainsCertificate): string;
923
+ export declare const PrepareDeploymentStackDomainsCertificate$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsCertificate$Outbound, PrepareDeploymentStackDomainsCertificate>;
924
+ export declare function prepareDeploymentStackDomainsCertificateToJSON(prepareDeploymentStackDomainsCertificate: PrepareDeploymentStackDomainsCertificate): string;
898
925
  /** @internal */
899
- export type CustomDomains$Outbound = {
900
- certificate: DomainsCertificate$Outbound;
926
+ export type PrepareDeploymentStackCustomDomains$Outbound = {
927
+ certificate: PrepareDeploymentStackDomainsCertificate$Outbound;
901
928
  domain: string;
902
929
  };
903
930
  /** @internal */
904
- export declare const CustomDomains$outboundSchema: z.ZodType<CustomDomains$Outbound, CustomDomains>;
905
- export declare function customDomainsToJSON(customDomains: CustomDomains): string;
931
+ export declare const PrepareDeploymentStackCustomDomains$outboundSchema: z.ZodType<PrepareDeploymentStackCustomDomains$Outbound, PrepareDeploymentStackCustomDomains>;
932
+ export declare function prepareDeploymentStackCustomDomainsToJSON(prepareDeploymentStackCustomDomains: PrepareDeploymentStackCustomDomains): string;
906
933
  /** @internal */
907
- export type Domains$Outbound = {
934
+ export type PrepareDeploymentStackDomains$Outbound = {
908
935
  customDomains?: {
909
- [k: string]: CustomDomains$Outbound;
936
+ [k: string]: PrepareDeploymentStackCustomDomains$Outbound;
910
937
  } | null | undefined;
911
938
  };
912
939
  /** @internal */
913
- export declare const Domains$outboundSchema: z.ZodType<Domains$Outbound, Domains>;
914
- export declare function domainsToJSON(domains: Domains): string;
940
+ export declare const PrepareDeploymentStackDomains$outboundSchema: z.ZodType<PrepareDeploymentStackDomains$Outbound, PrepareDeploymentStackDomains>;
941
+ export declare function prepareDeploymentStackDomainsToJSON(prepareDeploymentStackDomains: PrepareDeploymentStackDomains): string;
915
942
  /** @internal */
916
- export type DomainsUnion$Outbound = Domains$Outbound | any;
943
+ export type PrepareDeploymentStackDomainsUnion$Outbound = PrepareDeploymentStackDomains$Outbound | any;
917
944
  /** @internal */
918
- export declare const DomainsUnion$outboundSchema: z.ZodType<DomainsUnion$Outbound, DomainsUnion>;
919
- export declare function domainsUnionToJSON(domainsUnion: DomainsUnion): string;
945
+ export declare const PrepareDeploymentStackDomainsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsUnion$Outbound, PrepareDeploymentStackDomainsUnion>;
946
+ export declare function prepareDeploymentStackDomainsUnionToJSON(prepareDeploymentStackDomainsUnion: PrepareDeploymentStackDomainsUnion): string;
920
947
  /** @internal */
921
- export type ExternalBindings$Outbound = {};
948
+ export type PrepareDeploymentStackExternalBindings$Outbound = {};
922
949
  /** @internal */
923
- export declare const ExternalBindings$outboundSchema: z.ZodType<ExternalBindings$Outbound, ExternalBindings>;
924
- export declare function externalBindingsToJSON(externalBindings: ExternalBindings): string;
950
+ export declare const PrepareDeploymentStackExternalBindings$outboundSchema: z.ZodType<PrepareDeploymentStackExternalBindings$Outbound, PrepareDeploymentStackExternalBindings>;
951
+ export declare function prepareDeploymentStackExternalBindingsToJSON(prepareDeploymentStackExternalBindings: PrepareDeploymentStackExternalBindings): string;
925
952
  /** @internal */
926
- export declare const Heartbeats$outboundSchema: z.ZodEnum<typeof Heartbeats>;
953
+ export declare const PrepareDeploymentStackHeartbeats$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackHeartbeats>;
927
954
  /** @internal */
928
- export type Cloud$Outbound = {
955
+ export type PrepareDeploymentStackCloud$Outbound = {
929
956
  accountId?: string | null | undefined;
930
957
  clusterId?: string | null | undefined;
931
958
  clusterName?: string | null | undefined;
@@ -935,54 +962,54 @@ export type Cloud$Outbound = {
935
962
  subscriptionId?: string | null | undefined;
936
963
  };
937
964
  /** @internal */
938
- export declare const Cloud$outboundSchema: z.ZodType<Cloud$Outbound, Cloud>;
939
- export declare function cloudToJSON(cloud: Cloud): string;
965
+ export declare const PrepareDeploymentStackCloud$outboundSchema: z.ZodType<PrepareDeploymentStackCloud$Outbound, PrepareDeploymentStackCloud>;
966
+ export declare function prepareDeploymentStackCloudToJSON(prepareDeploymentStackCloud: PrepareDeploymentStackCloud): string;
940
967
  /** @internal */
941
- export type CloudUnion$Outbound = Cloud$Outbound | any;
968
+ export type PrepareDeploymentStackCloudUnion$Outbound = PrepareDeploymentStackCloud$Outbound | any;
942
969
  /** @internal */
943
- export declare const CloudUnion$outboundSchema: z.ZodType<CloudUnion$Outbound, CloudUnion>;
944
- export declare function cloudUnionToJSON(cloudUnion: CloudUnion): string;
970
+ export declare const PrepareDeploymentStackCloudUnion$outboundSchema: z.ZodType<PrepareDeploymentStackCloudUnion$Outbound, PrepareDeploymentStackCloudUnion>;
971
+ export declare function prepareDeploymentStackCloudUnionToJSON(prepareDeploymentStackCloudUnion: PrepareDeploymentStackCloudUnion): string;
945
972
  /** @internal */
946
- export declare const Ownership$outboundSchema: z.ZodEnum<typeof Ownership>;
973
+ export declare const PrepareDeploymentStackOwnership$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackOwnership>;
947
974
  /** @internal */
948
- export type Cluster$Outbound = {
949
- cloud?: Cloud$Outbound | any | null | undefined;
975
+ export type PrepareDeploymentStackCluster$Outbound = {
976
+ cloud?: PrepareDeploymentStackCloud$Outbound | any | null | undefined;
950
977
  namespace?: string | null | undefined;
951
978
  ownership: string;
952
979
  };
953
980
  /** @internal */
954
- export declare const Cluster$outboundSchema: z.ZodType<Cluster$Outbound, Cluster>;
955
- export declare function clusterToJSON(cluster: Cluster): string;
981
+ export declare const PrepareDeploymentStackCluster$outboundSchema: z.ZodType<PrepareDeploymentStackCluster$Outbound, PrepareDeploymentStackCluster>;
982
+ export declare function prepareDeploymentStackClusterToJSON(prepareDeploymentStackCluster: PrepareDeploymentStackCluster): string;
956
983
  /** @internal */
957
- export type ClusterUnion$Outbound = Cluster$Outbound | any;
984
+ export type PrepareDeploymentStackClusterUnion$Outbound = PrepareDeploymentStackCluster$Outbound | any;
958
985
  /** @internal */
959
- export declare const ClusterUnion$outboundSchema: z.ZodType<ClusterUnion$Outbound, ClusterUnion>;
960
- export declare function clusterUnionToJSON(clusterUnion: ClusterUnion): string;
986
+ export declare const PrepareDeploymentStackClusterUnion$outboundSchema: z.ZodType<PrepareDeploymentStackClusterUnion$Outbound, PrepareDeploymentStackClusterUnion>;
987
+ export declare function prepareDeploymentStackClusterUnionToJSON(prepareDeploymentStackClusterUnion: PrepareDeploymentStackClusterUnion): string;
961
988
  /** @internal */
962
- export type CertificateNone2$Outbound = {
989
+ export type PrepareDeploymentStackCertificateNone2$Outbound = {
963
990
  mode: "none";
964
991
  };
965
992
  /** @internal */
966
- export declare const CertificateNone2$outboundSchema: z.ZodType<CertificateNone2$Outbound, CertificateNone2>;
967
- export declare function certificateNone2ToJSON(certificateNone2: CertificateNone2): string;
993
+ export declare const PrepareDeploymentStackCertificateNone2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateNone2$Outbound, PrepareDeploymentStackCertificateNone2>;
994
+ export declare function prepareDeploymentStackCertificateNone2ToJSON(prepareDeploymentStackCertificateNone2: PrepareDeploymentStackCertificateNone2): string;
968
995
  /** @internal */
969
- export type CertificateManagedTLSSecret2$Outbound = {
996
+ export type PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound = {
970
997
  mode: "managedTlsSecret";
971
998
  secretNameTemplate: string;
972
999
  };
973
1000
  /** @internal */
974
- export declare const CertificateManagedTLSSecret2$outboundSchema: z.ZodType<CertificateManagedTLSSecret2$Outbound, CertificateManagedTLSSecret2>;
975
- export declare function certificateManagedTLSSecret2ToJSON(certificateManagedTLSSecret2: CertificateManagedTLSSecret2): string;
1001
+ export declare const PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound, PrepareDeploymentStackCertificateManagedTLSSecret2>;
1002
+ export declare function prepareDeploymentStackCertificateManagedTLSSecret2ToJSON(prepareDeploymentStackCertificateManagedTLSSecret2: PrepareDeploymentStackCertificateManagedTLSSecret2): string;
976
1003
  /** @internal */
977
- export type CertificateAwsAcmArn2$Outbound = {
1004
+ export type PrepareDeploymentStackCertificateAwsAcmArn2$Outbound = {
978
1005
  certificateArn: string;
979
1006
  mode: "awsAcmArn";
980
1007
  };
981
1008
  /** @internal */
982
- export declare const CertificateAwsAcmArn2$outboundSchema: z.ZodType<CertificateAwsAcmArn2$Outbound, CertificateAwsAcmArn2>;
983
- export declare function certificateAwsAcmArn2ToJSON(certificateAwsAcmArn2: CertificateAwsAcmArn2): string;
1009
+ export declare const PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateAwsAcmArn2$Outbound, PrepareDeploymentStackCertificateAwsAcmArn2>;
1010
+ export declare function prepareDeploymentStackCertificateAwsAcmArn2ToJSON(prepareDeploymentStackCertificateAwsAcmArn2: PrepareDeploymentStackCertificateAwsAcmArn2): string;
984
1011
  /** @internal */
985
- export type CertificateManagedAcmImport2$Outbound = {
1012
+ export type PrepareDeploymentStackCertificateManagedAcmImport2$Outbound = {
986
1013
  mode: "managedAcmImport";
987
1014
  region?: string | null | undefined;
988
1015
  tags?: {
@@ -990,50 +1017,50 @@ export type CertificateManagedAcmImport2$Outbound = {
990
1017
  } | undefined;
991
1018
  };
992
1019
  /** @internal */
993
- export declare const CertificateManagedAcmImport2$outboundSchema: z.ZodType<CertificateManagedAcmImport2$Outbound, CertificateManagedAcmImport2>;
994
- export declare function certificateManagedAcmImport2ToJSON(certificateManagedAcmImport2: CertificateManagedAcmImport2): string;
1020
+ export declare const PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedAcmImport2$Outbound, PrepareDeploymentStackCertificateManagedAcmImport2>;
1021
+ export declare function prepareDeploymentStackCertificateManagedAcmImport2ToJSON(prepareDeploymentStackCertificateManagedAcmImport2: PrepareDeploymentStackCertificateManagedAcmImport2): string;
995
1022
  /** @internal */
996
- export type CertificateTLSSecretRef2$Outbound = {
1023
+ export type PrepareDeploymentStackCertificateTLSSecretRef2$Outbound = {
997
1024
  namespace?: string | null | undefined;
998
1025
  secretName: string;
999
1026
  mode: "tlsSecretRef";
1000
1027
  };
1001
1028
  /** @internal */
1002
- export declare const CertificateTLSSecretRef2$outboundSchema: z.ZodType<CertificateTLSSecretRef2$Outbound, CertificateTLSSecretRef2>;
1003
- export declare function certificateTLSSecretRef2ToJSON(certificateTLSSecretRef2: CertificateTLSSecretRef2): string;
1029
+ export declare const PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateTLSSecretRef2$Outbound, PrepareDeploymentStackCertificateTLSSecretRef2>;
1030
+ export declare function prepareDeploymentStackCertificateTLSSecretRef2ToJSON(prepareDeploymentStackCertificateTLSSecretRef2: PrepareDeploymentStackCertificateTLSSecretRef2): string;
1004
1031
  /** @internal */
1005
- export type CertificateUnion2$Outbound = CertificateTLSSecretRef2$Outbound | CertificateManagedAcmImport2$Outbound | CertificateAwsAcmArn2$Outbound | CertificateManagedTLSSecret2$Outbound | CertificateNone2$Outbound;
1032
+ export type PrepareDeploymentStackCertificateUnion2$Outbound = PrepareDeploymentStackCertificateTLSSecretRef2$Outbound | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound | PrepareDeploymentStackCertificateNone2$Outbound;
1006
1033
  /** @internal */
1007
- export declare const CertificateUnion2$outboundSchema: z.ZodType<CertificateUnion2$Outbound, CertificateUnion2>;
1008
- export declare function certificateUnion2ToJSON(certificateUnion2: CertificateUnion2): string;
1034
+ export declare const PrepareDeploymentStackCertificateUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateUnion2$Outbound, PrepareDeploymentStackCertificateUnion2>;
1035
+ export declare function prepareDeploymentStackCertificateUnion2ToJSON(prepareDeploymentStackCertificateUnion2: PrepareDeploymentStackCertificateUnion2): string;
1009
1036
  /** @internal */
1010
- export declare const ModeCustom$outboundSchema: z.ZodEnum<typeof ModeCustom>;
1037
+ export declare const PrepareDeploymentStackModeCustom$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeCustom>;
1011
1038
  /** @internal */
1012
- export declare const ProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum4>;
1039
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4>;
1013
1040
  /** @internal */
1014
- export type ProviderAzureApplicationGatewayForContainers4$Outbound = {
1041
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound = {
1015
1042
  albName?: string | null | undefined;
1016
1043
  albNamespace?: string | null | undefined;
1017
1044
  frontend: string;
1018
1045
  provider: string;
1019
1046
  };
1020
1047
  /** @internal */
1021
- export declare const ProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<ProviderAzureApplicationGatewayForContainers4$Outbound, ProviderAzureApplicationGatewayForContainers4>;
1022
- export declare function providerAzureApplicationGatewayForContainers4ToJSON(providerAzureApplicationGatewayForContainers4: ProviderAzureApplicationGatewayForContainers4): string;
1048
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4>;
1049
+ export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers4ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers4: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4): string;
1023
1050
  /** @internal */
1024
- export declare const ProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof ProviderGkeGatewayEnum4>;
1051
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4>;
1025
1052
  /** @internal */
1026
- export type ProviderGkeGateway4$Outbound = {
1053
+ export type PrepareDeploymentStackProviderGkeGateway4$Outbound = {
1027
1054
  provider: string;
1028
1055
  staticAddressName?: string | null | undefined;
1029
1056
  };
1030
1057
  /** @internal */
1031
- export declare const ProviderGkeGateway4$outboundSchema: z.ZodType<ProviderGkeGateway4$Outbound, ProviderGkeGateway4>;
1032
- export declare function providerGkeGateway4ToJSON(providerGkeGateway4: ProviderGkeGateway4): string;
1058
+ export declare const PrepareDeploymentStackProviderGkeGateway4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway4$Outbound, PrepareDeploymentStackProviderGkeGateway4>;
1059
+ export declare function prepareDeploymentStackProviderGkeGateway4ToJSON(prepareDeploymentStackProviderGkeGateway4: PrepareDeploymentStackProviderGkeGateway4): string;
1033
1060
  /** @internal */
1034
- export declare const ProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof ProviderAwsAlbEnum4>;
1061
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4>;
1035
1062
  /** @internal */
1036
- export type ProviderAwsAlb4$Outbound = {
1063
+ export type PrepareDeploymentStackProviderAwsAlb4$Outbound = {
1037
1064
  ipAddressType?: string | null | undefined;
1038
1065
  provider: string;
1039
1066
  scheme: string;
@@ -1041,15 +1068,15 @@ export type ProviderAwsAlb4$Outbound = {
1041
1068
  targetType: string;
1042
1069
  };
1043
1070
  /** @internal */
1044
- export declare const ProviderAwsAlb4$outboundSchema: z.ZodType<ProviderAwsAlb4$Outbound, ProviderAwsAlb4>;
1045
- export declare function providerAwsAlb4ToJSON(providerAwsAlb4: ProviderAwsAlb4): string;
1071
+ export declare const PrepareDeploymentStackProviderAwsAlb4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb4$Outbound, PrepareDeploymentStackProviderAwsAlb4>;
1072
+ export declare function prepareDeploymentStackProviderAwsAlb4ToJSON(prepareDeploymentStackProviderAwsAlb4: PrepareDeploymentStackProviderAwsAlb4): string;
1046
1073
  /** @internal */
1047
- export type ProviderUnion4$Outbound = ProviderAwsAlb4$Outbound | ProviderAzureApplicationGatewayForContainers4$Outbound | ProviderGkeGateway4$Outbound | any;
1074
+ export type PrepareDeploymentStackProviderUnion4$Outbound = PrepareDeploymentStackProviderAwsAlb4$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound | PrepareDeploymentStackProviderGkeGateway4$Outbound | any;
1048
1075
  /** @internal */
1049
- export declare const ProviderUnion4$outboundSchema: z.ZodType<ProviderUnion4$Outbound, ProviderUnion4>;
1050
- export declare function providerUnion4ToJSON(providerUnion4: ProviderUnion4): string;
1076
+ export declare const PrepareDeploymentStackProviderUnion4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion4$Outbound, PrepareDeploymentStackProviderUnion4>;
1077
+ export declare function prepareDeploymentStackProviderUnion4ToJSON(prepareDeploymentStackProviderUnion4: PrepareDeploymentStackProviderUnion4): string;
1051
1078
  /** @internal */
1052
- export type RouteGateway2$Outbound = {
1079
+ export type PrepareDeploymentStackRouteGateway2$Outbound = {
1053
1080
  annotations?: {
1054
1081
  [k: string]: string;
1055
1082
  } | undefined;
@@ -1059,38 +1086,38 @@ export type RouteGateway2$Outbound = {
1059
1086
  [k: string]: string;
1060
1087
  } | undefined;
1061
1088
  listenerPort: number;
1062
- provider?: ProviderAwsAlb4$Outbound | ProviderAzureApplicationGatewayForContainers4$Outbound | ProviderGkeGateway4$Outbound | any | null | undefined;
1089
+ provider?: PrepareDeploymentStackProviderAwsAlb4$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound | PrepareDeploymentStackProviderGkeGateway4$Outbound | any | null | undefined;
1063
1090
  routeApi: "gateway";
1064
1091
  };
1065
1092
  /** @internal */
1066
- export declare const RouteGateway2$outboundSchema: z.ZodType<RouteGateway2$Outbound, RouteGateway2>;
1067
- export declare function routeGateway2ToJSON(routeGateway2: RouteGateway2): string;
1093
+ export declare const PrepareDeploymentStackRouteGateway2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteGateway2$Outbound, PrepareDeploymentStackRouteGateway2>;
1094
+ export declare function prepareDeploymentStackRouteGateway2ToJSON(prepareDeploymentStackRouteGateway2: PrepareDeploymentStackRouteGateway2): string;
1068
1095
  /** @internal */
1069
- export declare const ProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum3>;
1096
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3>;
1070
1097
  /** @internal */
1071
- export type ProviderAzureApplicationGatewayForContainers3$Outbound = {
1098
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound = {
1072
1099
  albName?: string | null | undefined;
1073
1100
  albNamespace?: string | null | undefined;
1074
1101
  frontend: string;
1075
1102
  provider: string;
1076
1103
  };
1077
1104
  /** @internal */
1078
- export declare const ProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<ProviderAzureApplicationGatewayForContainers3$Outbound, ProviderAzureApplicationGatewayForContainers3>;
1079
- export declare function providerAzureApplicationGatewayForContainers3ToJSON(providerAzureApplicationGatewayForContainers3: ProviderAzureApplicationGatewayForContainers3): string;
1105
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3>;
1106
+ export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers3ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers3: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3): string;
1080
1107
  /** @internal */
1081
- export declare const ProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof ProviderGkeGatewayEnum3>;
1108
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3>;
1082
1109
  /** @internal */
1083
- export type ProviderGkeGateway3$Outbound = {
1110
+ export type PrepareDeploymentStackProviderGkeGateway3$Outbound = {
1084
1111
  provider: string;
1085
1112
  staticAddressName?: string | null | undefined;
1086
1113
  };
1087
1114
  /** @internal */
1088
- export declare const ProviderGkeGateway3$outboundSchema: z.ZodType<ProviderGkeGateway3$Outbound, ProviderGkeGateway3>;
1089
- export declare function providerGkeGateway3ToJSON(providerGkeGateway3: ProviderGkeGateway3): string;
1115
+ export declare const PrepareDeploymentStackProviderGkeGateway3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway3$Outbound, PrepareDeploymentStackProviderGkeGateway3>;
1116
+ export declare function prepareDeploymentStackProviderGkeGateway3ToJSON(prepareDeploymentStackProviderGkeGateway3: PrepareDeploymentStackProviderGkeGateway3): string;
1090
1117
  /** @internal */
1091
- export declare const ProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof ProviderAwsAlbEnum3>;
1118
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3>;
1092
1119
  /** @internal */
1093
- export type ProviderAwsAlb3$Outbound = {
1120
+ export type PrepareDeploymentStackProviderAwsAlb3$Outbound = {
1094
1121
  ipAddressType?: string | null | undefined;
1095
1122
  provider: string;
1096
1123
  scheme: string;
@@ -1098,15 +1125,15 @@ export type ProviderAwsAlb3$Outbound = {
1098
1125
  targetType: string;
1099
1126
  };
1100
1127
  /** @internal */
1101
- export declare const ProviderAwsAlb3$outboundSchema: z.ZodType<ProviderAwsAlb3$Outbound, ProviderAwsAlb3>;
1102
- export declare function providerAwsAlb3ToJSON(providerAwsAlb3: ProviderAwsAlb3): string;
1128
+ export declare const PrepareDeploymentStackProviderAwsAlb3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb3$Outbound, PrepareDeploymentStackProviderAwsAlb3>;
1129
+ export declare function prepareDeploymentStackProviderAwsAlb3ToJSON(prepareDeploymentStackProviderAwsAlb3: PrepareDeploymentStackProviderAwsAlb3): string;
1103
1130
  /** @internal */
1104
- export type ProviderUnion3$Outbound = ProviderAwsAlb3$Outbound | ProviderAzureApplicationGatewayForContainers3$Outbound | ProviderGkeGateway3$Outbound | any;
1131
+ export type PrepareDeploymentStackProviderUnion3$Outbound = PrepareDeploymentStackProviderAwsAlb3$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound | PrepareDeploymentStackProviderGkeGateway3$Outbound | any;
1105
1132
  /** @internal */
1106
- export declare const ProviderUnion3$outboundSchema: z.ZodType<ProviderUnion3$Outbound, ProviderUnion3>;
1107
- export declare function providerUnion3ToJSON(providerUnion3: ProviderUnion3): string;
1133
+ export declare const PrepareDeploymentStackProviderUnion3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion3$Outbound, PrepareDeploymentStackProviderUnion3>;
1134
+ export declare function prepareDeploymentStackProviderUnion3ToJSON(prepareDeploymentStackProviderUnion3: PrepareDeploymentStackProviderUnion3): string;
1108
1135
  /** @internal */
1109
- export type RouteIngress2$Outbound = {
1136
+ export type PrepareDeploymentStackRouteIngress2$Outbound = {
1110
1137
  annotations?: {
1111
1138
  [k: string]: string;
1112
1139
  } | undefined;
@@ -1115,52 +1142,52 @@ export type RouteIngress2$Outbound = {
1115
1142
  labels?: {
1116
1143
  [k: string]: string;
1117
1144
  } | undefined;
1118
- provider?: ProviderAwsAlb3$Outbound | ProviderAzureApplicationGatewayForContainers3$Outbound | ProviderGkeGateway3$Outbound | any | null | undefined;
1145
+ provider?: PrepareDeploymentStackProviderAwsAlb3$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound | PrepareDeploymentStackProviderGkeGateway3$Outbound | any | null | undefined;
1119
1146
  routeApi: "ingress";
1120
1147
  };
1121
1148
  /** @internal */
1122
- export declare const RouteIngress2$outboundSchema: z.ZodType<RouteIngress2$Outbound, RouteIngress2>;
1123
- export declare function routeIngress2ToJSON(routeIngress2: RouteIngress2): string;
1149
+ export declare const PrepareDeploymentStackRouteIngress2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteIngress2$Outbound, PrepareDeploymentStackRouteIngress2>;
1150
+ export declare function prepareDeploymentStackRouteIngress2ToJSON(prepareDeploymentStackRouteIngress2: PrepareDeploymentStackRouteIngress2): string;
1124
1151
  /** @internal */
1125
- export type RouteUnion2$Outbound = RouteIngress2$Outbound | RouteGateway2$Outbound;
1152
+ export type PrepareDeploymentStackRouteUnion2$Outbound = PrepareDeploymentStackRouteIngress2$Outbound | PrepareDeploymentStackRouteGateway2$Outbound;
1126
1153
  /** @internal */
1127
- export declare const RouteUnion2$outboundSchema: z.ZodType<RouteUnion2$Outbound, RouteUnion2>;
1128
- export declare function routeUnion2ToJSON(routeUnion2: RouteUnion2): string;
1154
+ export declare const PrepareDeploymentStackRouteUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteUnion2$Outbound, PrepareDeploymentStackRouteUnion2>;
1155
+ export declare function prepareDeploymentStackRouteUnion2ToJSON(prepareDeploymentStackRouteUnion2: PrepareDeploymentStackRouteUnion2): string;
1129
1156
  /** @internal */
1130
- export type ExposureCustom$Outbound = {
1131
- certificate: CertificateTLSSecretRef2$Outbound | CertificateManagedAcmImport2$Outbound | CertificateAwsAcmArn2$Outbound | CertificateManagedTLSSecret2$Outbound | CertificateNone2$Outbound;
1157
+ export type PrepareDeploymentStackExposureCustom$Outbound = {
1158
+ certificate: PrepareDeploymentStackCertificateTLSSecretRef2$Outbound | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound | PrepareDeploymentStackCertificateNone2$Outbound;
1132
1159
  domain: string;
1133
1160
  mode: string;
1134
- route: RouteIngress2$Outbound | RouteGateway2$Outbound;
1161
+ route: PrepareDeploymentStackRouteIngress2$Outbound | PrepareDeploymentStackRouteGateway2$Outbound;
1135
1162
  };
1136
1163
  /** @internal */
1137
- export declare const ExposureCustom$outboundSchema: z.ZodType<ExposureCustom$Outbound, ExposureCustom>;
1138
- export declare function exposureCustomToJSON(exposureCustom: ExposureCustom): string;
1164
+ export declare const PrepareDeploymentStackExposureCustom$outboundSchema: z.ZodType<PrepareDeploymentStackExposureCustom$Outbound, PrepareDeploymentStackExposureCustom>;
1165
+ export declare function prepareDeploymentStackExposureCustomToJSON(prepareDeploymentStackExposureCustom: PrepareDeploymentStackExposureCustom): string;
1139
1166
  /** @internal */
1140
- export type CertificateNone1$Outbound = {
1167
+ export type PrepareDeploymentStackCertificateNone1$Outbound = {
1141
1168
  mode: "none";
1142
1169
  };
1143
1170
  /** @internal */
1144
- export declare const CertificateNone1$outboundSchema: z.ZodType<CertificateNone1$Outbound, CertificateNone1>;
1145
- export declare function certificateNone1ToJSON(certificateNone1: CertificateNone1): string;
1171
+ export declare const PrepareDeploymentStackCertificateNone1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateNone1$Outbound, PrepareDeploymentStackCertificateNone1>;
1172
+ export declare function prepareDeploymentStackCertificateNone1ToJSON(prepareDeploymentStackCertificateNone1: PrepareDeploymentStackCertificateNone1): string;
1146
1173
  /** @internal */
1147
- export type CertificateManagedTLSSecret1$Outbound = {
1174
+ export type PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound = {
1148
1175
  mode: "managedTlsSecret";
1149
1176
  secretNameTemplate: string;
1150
1177
  };
1151
1178
  /** @internal */
1152
- export declare const CertificateManagedTLSSecret1$outboundSchema: z.ZodType<CertificateManagedTLSSecret1$Outbound, CertificateManagedTLSSecret1>;
1153
- export declare function certificateManagedTLSSecret1ToJSON(certificateManagedTLSSecret1: CertificateManagedTLSSecret1): string;
1179
+ export declare const PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound, PrepareDeploymentStackCertificateManagedTLSSecret1>;
1180
+ export declare function prepareDeploymentStackCertificateManagedTLSSecret1ToJSON(prepareDeploymentStackCertificateManagedTLSSecret1: PrepareDeploymentStackCertificateManagedTLSSecret1): string;
1154
1181
  /** @internal */
1155
- export type CertificateAwsAcmArn1$Outbound = {
1182
+ export type PrepareDeploymentStackCertificateAwsAcmArn1$Outbound = {
1156
1183
  certificateArn: string;
1157
1184
  mode: "awsAcmArn";
1158
1185
  };
1159
1186
  /** @internal */
1160
- export declare const CertificateAwsAcmArn1$outboundSchema: z.ZodType<CertificateAwsAcmArn1$Outbound, CertificateAwsAcmArn1>;
1161
- export declare function certificateAwsAcmArn1ToJSON(certificateAwsAcmArn1: CertificateAwsAcmArn1): string;
1187
+ export declare const PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateAwsAcmArn1$Outbound, PrepareDeploymentStackCertificateAwsAcmArn1>;
1188
+ export declare function prepareDeploymentStackCertificateAwsAcmArn1ToJSON(prepareDeploymentStackCertificateAwsAcmArn1: PrepareDeploymentStackCertificateAwsAcmArn1): string;
1162
1189
  /** @internal */
1163
- export type CertificateManagedAcmImport1$Outbound = {
1190
+ export type PrepareDeploymentStackCertificateManagedAcmImport1$Outbound = {
1164
1191
  mode: "managedAcmImport";
1165
1192
  region?: string | null | undefined;
1166
1193
  tags?: {
@@ -1168,50 +1195,50 @@ export type CertificateManagedAcmImport1$Outbound = {
1168
1195
  } | undefined;
1169
1196
  };
1170
1197
  /** @internal */
1171
- export declare const CertificateManagedAcmImport1$outboundSchema: z.ZodType<CertificateManagedAcmImport1$Outbound, CertificateManagedAcmImport1>;
1172
- export declare function certificateManagedAcmImport1ToJSON(certificateManagedAcmImport1: CertificateManagedAcmImport1): string;
1198
+ export declare const PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedAcmImport1$Outbound, PrepareDeploymentStackCertificateManagedAcmImport1>;
1199
+ export declare function prepareDeploymentStackCertificateManagedAcmImport1ToJSON(prepareDeploymentStackCertificateManagedAcmImport1: PrepareDeploymentStackCertificateManagedAcmImport1): string;
1173
1200
  /** @internal */
1174
- export type CertificateTLSSecretRef1$Outbound = {
1201
+ export type PrepareDeploymentStackCertificateTLSSecretRef1$Outbound = {
1175
1202
  namespace?: string | null | undefined;
1176
1203
  secretName: string;
1177
1204
  mode: "tlsSecretRef";
1178
1205
  };
1179
1206
  /** @internal */
1180
- export declare const CertificateTLSSecretRef1$outboundSchema: z.ZodType<CertificateTLSSecretRef1$Outbound, CertificateTLSSecretRef1>;
1181
- export declare function certificateTLSSecretRef1ToJSON(certificateTLSSecretRef1: CertificateTLSSecretRef1): string;
1207
+ export declare const PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateTLSSecretRef1$Outbound, PrepareDeploymentStackCertificateTLSSecretRef1>;
1208
+ export declare function prepareDeploymentStackCertificateTLSSecretRef1ToJSON(prepareDeploymentStackCertificateTLSSecretRef1: PrepareDeploymentStackCertificateTLSSecretRef1): string;
1182
1209
  /** @internal */
1183
- export type CertificateUnion1$Outbound = CertificateTLSSecretRef1$Outbound | CertificateManagedAcmImport1$Outbound | CertificateAwsAcmArn1$Outbound | CertificateManagedTLSSecret1$Outbound | CertificateNone1$Outbound;
1210
+ export type PrepareDeploymentStackCertificateUnion1$Outbound = PrepareDeploymentStackCertificateTLSSecretRef1$Outbound | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound | PrepareDeploymentStackCertificateNone1$Outbound;
1184
1211
  /** @internal */
1185
- export declare const CertificateUnion1$outboundSchema: z.ZodType<CertificateUnion1$Outbound, CertificateUnion1>;
1186
- export declare function certificateUnion1ToJSON(certificateUnion1: CertificateUnion1): string;
1212
+ export declare const PrepareDeploymentStackCertificateUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateUnion1$Outbound, PrepareDeploymentStackCertificateUnion1>;
1213
+ export declare function prepareDeploymentStackCertificateUnion1ToJSON(prepareDeploymentStackCertificateUnion1: PrepareDeploymentStackCertificateUnion1): string;
1187
1214
  /** @internal */
1188
- export declare const ModeGenerated$outboundSchema: z.ZodEnum<typeof ModeGenerated>;
1215
+ export declare const PrepareDeploymentStackModeGenerated$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeGenerated>;
1189
1216
  /** @internal */
1190
- export declare const ProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum2>;
1217
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2>;
1191
1218
  /** @internal */
1192
- export type ProviderAzureApplicationGatewayForContainers2$Outbound = {
1219
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound = {
1193
1220
  albName?: string | null | undefined;
1194
1221
  albNamespace?: string | null | undefined;
1195
1222
  frontend: string;
1196
1223
  provider: string;
1197
1224
  };
1198
1225
  /** @internal */
1199
- export declare const ProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<ProviderAzureApplicationGatewayForContainers2$Outbound, ProviderAzureApplicationGatewayForContainers2>;
1200
- export declare function providerAzureApplicationGatewayForContainers2ToJSON(providerAzureApplicationGatewayForContainers2: ProviderAzureApplicationGatewayForContainers2): string;
1226
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2>;
1227
+ export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers2ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers2: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2): string;
1201
1228
  /** @internal */
1202
- export declare const ProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof ProviderGkeGatewayEnum2>;
1229
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2>;
1203
1230
  /** @internal */
1204
- export type ProviderGkeGateway2$Outbound = {
1231
+ export type PrepareDeploymentStackProviderGkeGateway2$Outbound = {
1205
1232
  provider: string;
1206
1233
  staticAddressName?: string | null | undefined;
1207
1234
  };
1208
1235
  /** @internal */
1209
- export declare const ProviderGkeGateway2$outboundSchema: z.ZodType<ProviderGkeGateway2$Outbound, ProviderGkeGateway2>;
1210
- export declare function providerGkeGateway2ToJSON(providerGkeGateway2: ProviderGkeGateway2): string;
1236
+ export declare const PrepareDeploymentStackProviderGkeGateway2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway2$Outbound, PrepareDeploymentStackProviderGkeGateway2>;
1237
+ export declare function prepareDeploymentStackProviderGkeGateway2ToJSON(prepareDeploymentStackProviderGkeGateway2: PrepareDeploymentStackProviderGkeGateway2): string;
1211
1238
  /** @internal */
1212
- export declare const ProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof ProviderAwsAlbEnum2>;
1239
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2>;
1213
1240
  /** @internal */
1214
- export type ProviderAwsAlb2$Outbound = {
1241
+ export type PrepareDeploymentStackProviderAwsAlb2$Outbound = {
1215
1242
  ipAddressType?: string | null | undefined;
1216
1243
  provider: string;
1217
1244
  scheme: string;
@@ -1219,15 +1246,15 @@ export type ProviderAwsAlb2$Outbound = {
1219
1246
  targetType: string;
1220
1247
  };
1221
1248
  /** @internal */
1222
- export declare const ProviderAwsAlb2$outboundSchema: z.ZodType<ProviderAwsAlb2$Outbound, ProviderAwsAlb2>;
1223
- export declare function providerAwsAlb2ToJSON(providerAwsAlb2: ProviderAwsAlb2): string;
1249
+ export declare const PrepareDeploymentStackProviderAwsAlb2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb2$Outbound, PrepareDeploymentStackProviderAwsAlb2>;
1250
+ export declare function prepareDeploymentStackProviderAwsAlb2ToJSON(prepareDeploymentStackProviderAwsAlb2: PrepareDeploymentStackProviderAwsAlb2): string;
1224
1251
  /** @internal */
1225
- export type ProviderUnion2$Outbound = ProviderAwsAlb2$Outbound | ProviderAzureApplicationGatewayForContainers2$Outbound | ProviderGkeGateway2$Outbound | any;
1252
+ export type PrepareDeploymentStackProviderUnion2$Outbound = PrepareDeploymentStackProviderAwsAlb2$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound | PrepareDeploymentStackProviderGkeGateway2$Outbound | any;
1226
1253
  /** @internal */
1227
- export declare const ProviderUnion2$outboundSchema: z.ZodType<ProviderUnion2$Outbound, ProviderUnion2>;
1228
- export declare function providerUnion2ToJSON(providerUnion2: ProviderUnion2): string;
1254
+ export declare const PrepareDeploymentStackProviderUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion2$Outbound, PrepareDeploymentStackProviderUnion2>;
1255
+ export declare function prepareDeploymentStackProviderUnion2ToJSON(prepareDeploymentStackProviderUnion2: PrepareDeploymentStackProviderUnion2): string;
1229
1256
  /** @internal */
1230
- export type RouteGateway1$Outbound = {
1257
+ export type PrepareDeploymentStackRouteGateway1$Outbound = {
1231
1258
  annotations?: {
1232
1259
  [k: string]: string;
1233
1260
  } | undefined;
@@ -1237,38 +1264,38 @@ export type RouteGateway1$Outbound = {
1237
1264
  [k: string]: string;
1238
1265
  } | undefined;
1239
1266
  listenerPort: number;
1240
- provider?: ProviderAwsAlb2$Outbound | ProviderAzureApplicationGatewayForContainers2$Outbound | ProviderGkeGateway2$Outbound | any | null | undefined;
1267
+ provider?: PrepareDeploymentStackProviderAwsAlb2$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound | PrepareDeploymentStackProviderGkeGateway2$Outbound | any | null | undefined;
1241
1268
  routeApi: "gateway";
1242
1269
  };
1243
1270
  /** @internal */
1244
- export declare const RouteGateway1$outboundSchema: z.ZodType<RouteGateway1$Outbound, RouteGateway1>;
1245
- export declare function routeGateway1ToJSON(routeGateway1: RouteGateway1): string;
1271
+ export declare const PrepareDeploymentStackRouteGateway1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteGateway1$Outbound, PrepareDeploymentStackRouteGateway1>;
1272
+ export declare function prepareDeploymentStackRouteGateway1ToJSON(prepareDeploymentStackRouteGateway1: PrepareDeploymentStackRouteGateway1): string;
1246
1273
  /** @internal */
1247
- export declare const ProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum1>;
1274
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1>;
1248
1275
  /** @internal */
1249
- export type ProviderAzureApplicationGatewayForContainers1$Outbound = {
1276
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound = {
1250
1277
  albName?: string | null | undefined;
1251
1278
  albNamespace?: string | null | undefined;
1252
1279
  frontend: string;
1253
1280
  provider: string;
1254
1281
  };
1255
1282
  /** @internal */
1256
- export declare const ProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<ProviderAzureApplicationGatewayForContainers1$Outbound, ProviderAzureApplicationGatewayForContainers1>;
1257
- export declare function providerAzureApplicationGatewayForContainers1ToJSON(providerAzureApplicationGatewayForContainers1: ProviderAzureApplicationGatewayForContainers1): string;
1283
+ export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1>;
1284
+ export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers1ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers1: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1): string;
1258
1285
  /** @internal */
1259
- export declare const ProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof ProviderGkeGatewayEnum1>;
1286
+ export declare const PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1>;
1260
1287
  /** @internal */
1261
- export type ProviderGkeGateway1$Outbound = {
1288
+ export type PrepareDeploymentStackProviderGkeGateway1$Outbound = {
1262
1289
  provider: string;
1263
1290
  staticAddressName?: string | null | undefined;
1264
1291
  };
1265
1292
  /** @internal */
1266
- export declare const ProviderGkeGateway1$outboundSchema: z.ZodType<ProviderGkeGateway1$Outbound, ProviderGkeGateway1>;
1267
- export declare function providerGkeGateway1ToJSON(providerGkeGateway1: ProviderGkeGateway1): string;
1293
+ export declare const PrepareDeploymentStackProviderGkeGateway1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway1$Outbound, PrepareDeploymentStackProviderGkeGateway1>;
1294
+ export declare function prepareDeploymentStackProviderGkeGateway1ToJSON(prepareDeploymentStackProviderGkeGateway1: PrepareDeploymentStackProviderGkeGateway1): string;
1268
1295
  /** @internal */
1269
- export declare const ProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof ProviderAwsAlbEnum1>;
1296
+ export declare const PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1>;
1270
1297
  /** @internal */
1271
- export type ProviderAwsAlb1$Outbound = {
1298
+ export type PrepareDeploymentStackProviderAwsAlb1$Outbound = {
1272
1299
  ipAddressType?: string | null | undefined;
1273
1300
  provider: string;
1274
1301
  scheme: string;
@@ -1276,15 +1303,15 @@ export type ProviderAwsAlb1$Outbound = {
1276
1303
  targetType: string;
1277
1304
  };
1278
1305
  /** @internal */
1279
- export declare const ProviderAwsAlb1$outboundSchema: z.ZodType<ProviderAwsAlb1$Outbound, ProviderAwsAlb1>;
1280
- export declare function providerAwsAlb1ToJSON(providerAwsAlb1: ProviderAwsAlb1): string;
1306
+ export declare const PrepareDeploymentStackProviderAwsAlb1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb1$Outbound, PrepareDeploymentStackProviderAwsAlb1>;
1307
+ export declare function prepareDeploymentStackProviderAwsAlb1ToJSON(prepareDeploymentStackProviderAwsAlb1: PrepareDeploymentStackProviderAwsAlb1): string;
1281
1308
  /** @internal */
1282
- export type ProviderUnion1$Outbound = ProviderAwsAlb1$Outbound | ProviderAzureApplicationGatewayForContainers1$Outbound | ProviderGkeGateway1$Outbound | any;
1309
+ export type PrepareDeploymentStackProviderUnion1$Outbound = PrepareDeploymentStackProviderAwsAlb1$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound | PrepareDeploymentStackProviderGkeGateway1$Outbound | any;
1283
1310
  /** @internal */
1284
- export declare const ProviderUnion1$outboundSchema: z.ZodType<ProviderUnion1$Outbound, ProviderUnion1>;
1285
- export declare function providerUnion1ToJSON(providerUnion1: ProviderUnion1): string;
1311
+ export declare const PrepareDeploymentStackProviderUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion1$Outbound, PrepareDeploymentStackProviderUnion1>;
1312
+ export declare function prepareDeploymentStackProviderUnion1ToJSON(prepareDeploymentStackProviderUnion1: PrepareDeploymentStackProviderUnion1): string;
1286
1313
  /** @internal */
1287
- export type RouteIngress1$Outbound = {
1314
+ export type PrepareDeploymentStackRouteIngress1$Outbound = {
1288
1315
  annotations?: {
1289
1316
  [k: string]: string;
1290
1317
  } | undefined;
@@ -1293,57 +1320,57 @@ export type RouteIngress1$Outbound = {
1293
1320
  labels?: {
1294
1321
  [k: string]: string;
1295
1322
  } | undefined;
1296
- provider?: ProviderAwsAlb1$Outbound | ProviderAzureApplicationGatewayForContainers1$Outbound | ProviderGkeGateway1$Outbound | any | null | undefined;
1323
+ provider?: PrepareDeploymentStackProviderAwsAlb1$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound | PrepareDeploymentStackProviderGkeGateway1$Outbound | any | null | undefined;
1297
1324
  routeApi: "ingress";
1298
1325
  };
1299
1326
  /** @internal */
1300
- export declare const RouteIngress1$outboundSchema: z.ZodType<RouteIngress1$Outbound, RouteIngress1>;
1301
- export declare function routeIngress1ToJSON(routeIngress1: RouteIngress1): string;
1327
+ export declare const PrepareDeploymentStackRouteIngress1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteIngress1$Outbound, PrepareDeploymentStackRouteIngress1>;
1328
+ export declare function prepareDeploymentStackRouteIngress1ToJSON(prepareDeploymentStackRouteIngress1: PrepareDeploymentStackRouteIngress1): string;
1302
1329
  /** @internal */
1303
- export type RouteUnion1$Outbound = RouteIngress1$Outbound | RouteGateway1$Outbound;
1330
+ export type PrepareDeploymentStackRouteUnion1$Outbound = PrepareDeploymentStackRouteIngress1$Outbound | PrepareDeploymentStackRouteGateway1$Outbound;
1304
1331
  /** @internal */
1305
- export declare const RouteUnion1$outboundSchema: z.ZodType<RouteUnion1$Outbound, RouteUnion1>;
1306
- export declare function routeUnion1ToJSON(routeUnion1: RouteUnion1): string;
1332
+ export declare const PrepareDeploymentStackRouteUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteUnion1$Outbound, PrepareDeploymentStackRouteUnion1>;
1333
+ export declare function prepareDeploymentStackRouteUnion1ToJSON(prepareDeploymentStackRouteUnion1: PrepareDeploymentStackRouteUnion1): string;
1307
1334
  /** @internal */
1308
- export type ExposureGenerated$Outbound = {
1309
- certificate: CertificateTLSSecretRef1$Outbound | CertificateManagedAcmImport1$Outbound | CertificateAwsAcmArn1$Outbound | CertificateManagedTLSSecret1$Outbound | CertificateNone1$Outbound;
1335
+ export type PrepareDeploymentStackExposureGenerated$Outbound = {
1336
+ certificate: PrepareDeploymentStackCertificateTLSSecretRef1$Outbound | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound | PrepareDeploymentStackCertificateNone1$Outbound;
1310
1337
  mode: string;
1311
- route: RouteIngress1$Outbound | RouteGateway1$Outbound;
1338
+ route: PrepareDeploymentStackRouteIngress1$Outbound | PrepareDeploymentStackRouteGateway1$Outbound;
1312
1339
  };
1313
1340
  /** @internal */
1314
- export declare const ExposureGenerated$outboundSchema: z.ZodType<ExposureGenerated$Outbound, ExposureGenerated>;
1315
- export declare function exposureGeneratedToJSON(exposureGenerated: ExposureGenerated): string;
1341
+ export declare const PrepareDeploymentStackExposureGenerated$outboundSchema: z.ZodType<PrepareDeploymentStackExposureGenerated$Outbound, PrepareDeploymentStackExposureGenerated>;
1342
+ export declare function prepareDeploymentStackExposureGeneratedToJSON(prepareDeploymentStackExposureGenerated: PrepareDeploymentStackExposureGenerated): string;
1316
1343
  /** @internal */
1317
- export declare const ModeDisabled$outboundSchema: z.ZodEnum<typeof ModeDisabled>;
1344
+ export declare const PrepareDeploymentStackModeDisabled$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeDisabled>;
1318
1345
  /** @internal */
1319
- export type ExposureDisabled$Outbound = {
1346
+ export type PrepareDeploymentStackExposureDisabled$Outbound = {
1320
1347
  mode: string;
1321
1348
  };
1322
1349
  /** @internal */
1323
- export declare const ExposureDisabled$outboundSchema: z.ZodType<ExposureDisabled$Outbound, ExposureDisabled>;
1324
- export declare function exposureDisabledToJSON(exposureDisabled: ExposureDisabled): string;
1350
+ export declare const PrepareDeploymentStackExposureDisabled$outboundSchema: z.ZodType<PrepareDeploymentStackExposureDisabled$Outbound, PrepareDeploymentStackExposureDisabled>;
1351
+ export declare function prepareDeploymentStackExposureDisabledToJSON(prepareDeploymentStackExposureDisabled: PrepareDeploymentStackExposureDisabled): string;
1325
1352
  /** @internal */
1326
- export type Exposure$Outbound = ExposureCustom$Outbound | ExposureGenerated$Outbound | ExposureDisabled$Outbound | any;
1353
+ export type PrepareDeploymentStackExposureUnion$Outbound = PrepareDeploymentStackExposureCustom$Outbound | PrepareDeploymentStackExposureGenerated$Outbound | PrepareDeploymentStackExposureDisabled$Outbound | any;
1327
1354
  /** @internal */
1328
- export declare const Exposure$outboundSchema: z.ZodType<Exposure$Outbound, Exposure>;
1329
- export declare function exposureToJSON(exposure: Exposure): string;
1355
+ export declare const PrepareDeploymentStackExposureUnion$outboundSchema: z.ZodType<PrepareDeploymentStackExposureUnion$Outbound, PrepareDeploymentStackExposureUnion>;
1356
+ export declare function prepareDeploymentStackExposureUnionToJSON(prepareDeploymentStackExposureUnion: PrepareDeploymentStackExposureUnion): string;
1330
1357
  /** @internal */
1331
1358
  export type PrepareDeploymentStackKubernetes$Outbound = {
1332
- cluster?: Cluster$Outbound | any | null | undefined;
1333
- exposure?: ExposureCustom$Outbound | ExposureGenerated$Outbound | ExposureDisabled$Outbound | any | null | undefined;
1359
+ cluster?: PrepareDeploymentStackCluster$Outbound | any | null | undefined;
1360
+ exposure?: PrepareDeploymentStackExposureCustom$Outbound | PrepareDeploymentStackExposureGenerated$Outbound | PrepareDeploymentStackExposureDisabled$Outbound | any | null | undefined;
1334
1361
  };
1335
1362
  /** @internal */
1336
1363
  export declare const PrepareDeploymentStackKubernetes$outboundSchema: z.ZodType<PrepareDeploymentStackKubernetes$Outbound, PrepareDeploymentStackKubernetes>;
1337
1364
  export declare function prepareDeploymentStackKubernetesToJSON(prepareDeploymentStackKubernetes: PrepareDeploymentStackKubernetes): string;
1338
1365
  /** @internal */
1339
- export type Kubernetes$Outbound = PrepareDeploymentStackKubernetes$Outbound | any;
1366
+ export type PrepareDeploymentStackKubernetesUnion$Outbound = PrepareDeploymentStackKubernetes$Outbound | any;
1340
1367
  /** @internal */
1341
- export declare const Kubernetes$outboundSchema: z.ZodType<Kubernetes$Outbound, Kubernetes>;
1342
- export declare function kubernetesToJSON(kubernetes: Kubernetes): string;
1368
+ export declare const PrepareDeploymentStackKubernetesUnion$outboundSchema: z.ZodType<PrepareDeploymentStackKubernetesUnion$Outbound, PrepareDeploymentStackKubernetesUnion>;
1369
+ export declare function prepareDeploymentStackKubernetesUnionToJSON(prepareDeploymentStackKubernetesUnion: PrepareDeploymentStackKubernetesUnion): string;
1343
1370
  /** @internal */
1344
- export declare const TypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof TypeByoVnetAzure>;
1371
+ export declare const PrepareDeploymentStackTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVnetAzure>;
1345
1372
  /** @internal */
1346
- export type NetworkByoVnetAzure$Outbound = {
1373
+ export type PrepareDeploymentStackNetworkByoVnetAzure$Outbound = {
1347
1374
  application_gateway_subnet_name?: string | null | undefined;
1348
1375
  private_subnet_name: string;
1349
1376
  public_subnet_name: string;
@@ -1351,24 +1378,24 @@ export type NetworkByoVnetAzure$Outbound = {
1351
1378
  vnet_resource_id: string;
1352
1379
  };
1353
1380
  /** @internal */
1354
- export declare const NetworkByoVnetAzure$outboundSchema: z.ZodType<NetworkByoVnetAzure$Outbound, NetworkByoVnetAzure>;
1355
- export declare function networkByoVnetAzureToJSON(networkByoVnetAzure: NetworkByoVnetAzure): string;
1381
+ export declare const PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVnetAzure$Outbound, PrepareDeploymentStackNetworkByoVnetAzure>;
1382
+ export declare function prepareDeploymentStackNetworkByoVnetAzureToJSON(prepareDeploymentStackNetworkByoVnetAzure: PrepareDeploymentStackNetworkByoVnetAzure): string;
1356
1383
  /** @internal */
1357
- export declare const TypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof TypeByoVpcGcp>;
1384
+ export declare const PrepareDeploymentStackTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVpcGcp>;
1358
1385
  /** @internal */
1359
- export type NetworkByoVpcGcp$Outbound = {
1386
+ export type PrepareDeploymentStackNetworkByoVpcGcp$Outbound = {
1360
1387
  network_name: string;
1361
1388
  region: string;
1362
1389
  subnet_name: string;
1363
1390
  type: string;
1364
1391
  };
1365
1392
  /** @internal */
1366
- export declare const NetworkByoVpcGcp$outboundSchema: z.ZodType<NetworkByoVpcGcp$Outbound, NetworkByoVpcGcp>;
1367
- export declare function networkByoVpcGcpToJSON(networkByoVpcGcp: NetworkByoVpcGcp): string;
1393
+ export declare const PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVpcGcp$Outbound, PrepareDeploymentStackNetworkByoVpcGcp>;
1394
+ export declare function prepareDeploymentStackNetworkByoVpcGcpToJSON(prepareDeploymentStackNetworkByoVpcGcp: PrepareDeploymentStackNetworkByoVpcGcp): string;
1368
1395
  /** @internal */
1369
- export declare const TypeByoVpcAws$outboundSchema: z.ZodEnum<typeof TypeByoVpcAws>;
1396
+ export declare const PrepareDeploymentStackTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVpcAws>;
1370
1397
  /** @internal */
1371
- export type NetworkByoVpcAws$Outbound = {
1398
+ export type PrepareDeploymentStackNetworkByoVpcAws$Outbound = {
1372
1399
  private_subnet_ids: Array<string>;
1373
1400
  public_subnet_ids: Array<string>;
1374
1401
  security_group_ids?: Array<string> | undefined;
@@ -1376,57 +1403,58 @@ export type NetworkByoVpcAws$Outbound = {
1376
1403
  vpc_id: string;
1377
1404
  };
1378
1405
  /** @internal */
1379
- export declare const NetworkByoVpcAws$outboundSchema: z.ZodType<NetworkByoVpcAws$Outbound, NetworkByoVpcAws>;
1380
- export declare function networkByoVpcAwsToJSON(networkByoVpcAws: NetworkByoVpcAws): string;
1406
+ export declare const PrepareDeploymentStackNetworkByoVpcAws$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVpcAws$Outbound, PrepareDeploymentStackNetworkByoVpcAws>;
1407
+ export declare function prepareDeploymentStackNetworkByoVpcAwsToJSON(prepareDeploymentStackNetworkByoVpcAws: PrepareDeploymentStackNetworkByoVpcAws): string;
1381
1408
  /** @internal */
1382
- export declare const TypeCreate$outboundSchema: z.ZodEnum<typeof TypeCreate>;
1409
+ export declare const PrepareDeploymentStackTypeCreate$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeCreate>;
1383
1410
  /** @internal */
1384
- export type NetworkCreate$Outbound = {
1411
+ export type PrepareDeploymentStackNetworkCreate$Outbound = {
1385
1412
  availability_zones?: number | undefined;
1386
1413
  cidr?: string | null | undefined;
1387
1414
  type: string;
1388
1415
  };
1389
1416
  /** @internal */
1390
- export declare const NetworkCreate$outboundSchema: z.ZodType<NetworkCreate$Outbound, NetworkCreate>;
1391
- export declare function networkCreateToJSON(networkCreate: NetworkCreate): string;
1417
+ export declare const PrepareDeploymentStackNetworkCreate$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkCreate$Outbound, PrepareDeploymentStackNetworkCreate>;
1418
+ export declare function prepareDeploymentStackNetworkCreateToJSON(prepareDeploymentStackNetworkCreate: PrepareDeploymentStackNetworkCreate): string;
1392
1419
  /** @internal */
1393
- export declare const TypeUseDefault$outboundSchema: z.ZodEnum<typeof TypeUseDefault>;
1420
+ export declare const PrepareDeploymentStackTypeUseDefault$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeUseDefault>;
1394
1421
  /** @internal */
1395
- export type NetworkUseDefault$Outbound = {
1422
+ export type PrepareDeploymentStackNetworkUseDefault$Outbound = {
1396
1423
  type: string;
1397
1424
  };
1398
1425
  /** @internal */
1399
- export declare const NetworkUseDefault$outboundSchema: z.ZodType<NetworkUseDefault$Outbound, NetworkUseDefault>;
1400
- export declare function networkUseDefaultToJSON(networkUseDefault: NetworkUseDefault): string;
1426
+ export declare const PrepareDeploymentStackNetworkUseDefault$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkUseDefault$Outbound, PrepareDeploymentStackNetworkUseDefault>;
1427
+ export declare function prepareDeploymentStackNetworkUseDefaultToJSON(prepareDeploymentStackNetworkUseDefault: PrepareDeploymentStackNetworkUseDefault): string;
1401
1428
  /** @internal */
1402
- export type Network$Outbound = NetworkByoVpcAws$Outbound | NetworkByoVpcGcp$Outbound | NetworkByoVnetAzure$Outbound | NetworkUseDefault$Outbound | NetworkCreate$Outbound | any;
1429
+ export type PrepareDeploymentStackNetworkUnion$Outbound = PrepareDeploymentStackNetworkByoVpcAws$Outbound | PrepareDeploymentStackNetworkByoVpcGcp$Outbound | PrepareDeploymentStackNetworkByoVnetAzure$Outbound | PrepareDeploymentStackNetworkUseDefault$Outbound | PrepareDeploymentStackNetworkCreate$Outbound | any;
1403
1430
  /** @internal */
1404
- export declare const Network$outboundSchema: z.ZodType<Network$Outbound, Network>;
1405
- export declare function networkToJSON(network: Network): string;
1431
+ export declare const PrepareDeploymentStackNetworkUnion$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkUnion$Outbound, PrepareDeploymentStackNetworkUnion>;
1432
+ export declare function prepareDeploymentStackNetworkUnionToJSON(prepareDeploymentStackNetworkUnion: PrepareDeploymentStackNetworkUnion): string;
1406
1433
  /** @internal */
1407
- export declare const Telemetry$outboundSchema: z.ZodEnum<typeof Telemetry>;
1434
+ export declare const PrepareDeploymentStackTelemetry$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTelemetry>;
1408
1435
  /** @internal */
1409
- export declare const Updates$outboundSchema: z.ZodEnum<typeof Updates>;
1436
+ export declare const PrepareDeploymentStackUpdates$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackUpdates>;
1410
1437
  /** @internal */
1411
- export type StackSettings$Outbound = {
1438
+ export type PrepareDeploymentStackStackSettings$Outbound = {
1439
+ compute?: PrepareDeploymentStackCompute$Outbound | undefined;
1412
1440
  deploymentModel?: string | undefined;
1413
- domains?: Domains$Outbound | any | null | undefined;
1414
- externalBindings?: ExternalBindings$Outbound | null | undefined;
1441
+ domains?: PrepareDeploymentStackDomains$Outbound | any | null | undefined;
1442
+ externalBindings?: PrepareDeploymentStackExternalBindings$Outbound | null | undefined;
1415
1443
  heartbeats?: string | undefined;
1416
1444
  kubernetes?: PrepareDeploymentStackKubernetes$Outbound | any | null | undefined;
1417
- network?: NetworkByoVpcAws$Outbound | NetworkByoVpcGcp$Outbound | NetworkByoVnetAzure$Outbound | NetworkUseDefault$Outbound | NetworkCreate$Outbound | any | null | undefined;
1445
+ network?: PrepareDeploymentStackNetworkByoVpcAws$Outbound | PrepareDeploymentStackNetworkByoVpcGcp$Outbound | PrepareDeploymentStackNetworkByoVnetAzure$Outbound | PrepareDeploymentStackNetworkUseDefault$Outbound | PrepareDeploymentStackNetworkCreate$Outbound | any | null | undefined;
1418
1446
  telemetry?: string | undefined;
1419
1447
  updates?: string | undefined;
1420
1448
  };
1421
1449
  /** @internal */
1422
- export declare const StackSettings$outboundSchema: z.ZodType<StackSettings$Outbound, StackSettings>;
1423
- export declare function stackSettingsToJSON(stackSettings: StackSettings): string;
1450
+ export declare const PrepareDeploymentStackStackSettings$outboundSchema: z.ZodType<PrepareDeploymentStackStackSettings$Outbound, PrepareDeploymentStackStackSettings>;
1451
+ export declare function prepareDeploymentStackStackSettingsToJSON(prepareDeploymentStackStackSettings: PrepareDeploymentStackStackSettings): string;
1424
1452
  /** @internal */
1425
1453
  export type PrepareDeploymentStackRequestBody$Outbound = {
1426
1454
  platform: string;
1427
1455
  setupMethod: string;
1428
1456
  region?: string | undefined;
1429
- stackSettings: StackSettings$Outbound;
1457
+ stackSettings: PrepareDeploymentStackStackSettings$Outbound;
1430
1458
  };
1431
1459
  /** @internal */
1432
1460
  export declare const PrepareDeploymentStackRequestBody$outboundSchema: z.ZodType<PrepareDeploymentStackRequestBody$Outbound, PrepareDeploymentStackRequestBody>;