@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
@@ -16,41 +16,70 @@ export type PrepareDeploymentStackPlatform = ClosedEnum<
16
16
  typeof PrepareDeploymentStackPlatform
17
17
  >;
18
18
 
19
+ export type PrepareDeploymentStackPoolsAutoscale = {
20
+ mode: "autoscale";
21
+ min: number;
22
+ max: number;
23
+ machine?: string | undefined;
24
+ };
25
+
26
+ export type PrepareDeploymentStackPoolsFixed = {
27
+ mode: "fixed";
28
+ machines: number;
29
+ machine?: string | undefined;
30
+ };
31
+
32
+ export type PrepareDeploymentStackPoolsUnion =
33
+ | PrepareDeploymentStackPoolsFixed
34
+ | PrepareDeploymentStackPoolsAutoscale;
35
+
36
+ export type PrepareDeploymentStackCompute = {
37
+ pools?: {
38
+ [k: string]:
39
+ | PrepareDeploymentStackPoolsFixed
40
+ | PrepareDeploymentStackPoolsAutoscale;
41
+ } | undefined;
42
+ };
43
+
19
44
  /**
20
45
  * Deployment model: how updates are delivered to the remote environment.
21
46
  */
22
- export const DeploymentModel = {
47
+ export const PrepareDeploymentStackDeploymentModel = {
23
48
  Push: "push",
24
49
  Pull: "pull",
25
50
  } as const;
26
51
  /**
27
52
  * Deployment model: how updates are delivered to the remote environment.
28
53
  */
29
- export type DeploymentModel = ClosedEnum<typeof DeploymentModel>;
54
+ export type PrepareDeploymentStackDeploymentModel = ClosedEnum<
55
+ typeof PrepareDeploymentStackDeploymentModel
56
+ >;
30
57
 
31
58
  export type PrepareDeploymentStackAws = {
32
59
  certificateArn: string;
33
60
  };
34
61
 
35
- export type Aws = PrepareDeploymentStackAws | any;
62
+ export type PrepareDeploymentStackAwsUnion = PrepareDeploymentStackAws | any;
36
63
 
37
64
  export type PrepareDeploymentStackAzure = {
38
65
  keyVaultCertificateId: string;
39
66
  keyVaultResourceId?: string | null | undefined;
40
67
  };
41
68
 
42
- export type Azure = PrepareDeploymentStackAzure | any;
69
+ export type PrepareDeploymentStackAzureUnion =
70
+ | PrepareDeploymentStackAzure
71
+ | any;
43
72
 
44
73
  export type PrepareDeploymentStackGcp = {
45
74
  certificateName: string;
46
75
  };
47
76
 
48
- export type Gcp = PrepareDeploymentStackGcp | any;
77
+ export type PrepareDeploymentStackGcpUnion = PrepareDeploymentStackGcp | any;
49
78
 
50
79
  /**
51
80
  * Namespace-scoped Kubernetes TLS Secret reference.
52
81
  */
53
- export type TlsSecretRef = {
82
+ export type PrepareDeploymentStackTlsSecretRef = {
54
83
  /**
55
84
  * Secret namespace. Defaults to the release namespace when omitted.
56
85
  */
@@ -61,33 +90,35 @@ export type TlsSecretRef = {
61
90
  secretName: string;
62
91
  };
63
92
 
64
- export type DomainsKubernetes = {
93
+ export type PrepareDeploymentStackDomainsKubernetes = {
65
94
  /**
66
95
  * Namespace-scoped Kubernetes TLS Secret reference.
67
96
  */
68
- tlsSecretRef: TlsSecretRef;
97
+ tlsSecretRef: PrepareDeploymentStackTlsSecretRef;
69
98
  };
70
99
 
71
- export type DomainsKubernetesUnion = DomainsKubernetes | any;
100
+ export type PrepareDeploymentStackDomainsKubernetesUnion =
101
+ | PrepareDeploymentStackDomainsKubernetes
102
+ | any;
72
103
 
73
104
  /**
74
105
  * Platform-specific certificate references for custom domains.
75
106
  */
76
- export type DomainsCertificate = {
107
+ export type PrepareDeploymentStackDomainsCertificate = {
77
108
  aws?: PrepareDeploymentStackAws | any | null | undefined;
78
109
  azure?: PrepareDeploymentStackAzure | any | null | undefined;
79
110
  gcp?: PrepareDeploymentStackGcp | any | null | undefined;
80
- kubernetes?: DomainsKubernetes | any | null | undefined;
111
+ kubernetes?: PrepareDeploymentStackDomainsKubernetes | any | null | undefined;
81
112
  };
82
113
 
83
114
  /**
84
115
  * Custom domain configuration for a single resource.
85
116
  */
86
- export type CustomDomains = {
117
+ export type PrepareDeploymentStackCustomDomains = {
87
118
  /**
88
119
  * Platform-specific certificate references for custom domains.
89
120
  */
90
- certificate: DomainsCertificate;
121
+ certificate: PrepareDeploymentStackDomainsCertificate;
91
122
  /**
92
123
  * Fully qualified domain name to use.
93
124
  */
@@ -102,14 +133,19 @@ export type CustomDomains = {
102
133
  * When `custom_domains` is set, the specified resources use customer-provided
103
134
  * domains and certificates. Otherwise, Alien auto-generates domains.
104
135
  */
105
- export type Domains = {
136
+ export type PrepareDeploymentStackDomains = {
106
137
  /**
107
138
  * Custom domain configuration per resource ID.
108
139
  */
109
- customDomains?: { [k: string]: CustomDomains } | null | undefined;
140
+ customDomains?:
141
+ | { [k: string]: PrepareDeploymentStackCustomDomains }
142
+ | null
143
+ | undefined;
110
144
  };
111
145
 
112
- export type DomainsUnion = Domains | any;
146
+ export type PrepareDeploymentStackDomainsUnion =
147
+ | PrepareDeploymentStackDomains
148
+ | any;
113
149
 
114
150
  /**
115
151
  * External bindings for pre-existing infrastructure.
@@ -119,24 +155,26 @@ export type DomainsUnion = Domains | any;
119
155
  * Environment, etc.) instead of having Alien provision them.
120
156
  * Required for Kubernetes platform, optional for cloud platforms.
121
157
  */
122
- export type ExternalBindings = {};
158
+ export type PrepareDeploymentStackExternalBindings = {};
123
159
 
124
160
  /**
125
161
  * How heartbeat health checks are handled.
126
162
  */
127
- export const Heartbeats = {
163
+ export const PrepareDeploymentStackHeartbeats = {
128
164
  Off: "off",
129
165
  On: "on",
130
166
  } as const;
131
167
  /**
132
168
  * How heartbeat health checks are handled.
133
169
  */
134
- export type Heartbeats = ClosedEnum<typeof Heartbeats>;
170
+ export type PrepareDeploymentStackHeartbeats = ClosedEnum<
171
+ typeof PrepareDeploymentStackHeartbeats
172
+ >;
135
173
 
136
174
  /**
137
175
  * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
138
176
  */
139
- export type Cloud = {
177
+ export type PrepareDeploymentStackCloud = {
140
178
  accountId?: string | null | undefined;
141
179
  clusterId?: string | null | undefined;
142
180
  clusterName?: string | null | undefined;
@@ -146,12 +184,14 @@ export type Cloud = {
146
184
  subscriptionId?: string | null | undefined;
147
185
  };
148
186
 
149
- export type CloudUnion = Cloud | any;
187
+ export type PrepareDeploymentStackCloudUnion =
188
+ | PrepareDeploymentStackCloud
189
+ | any;
150
190
 
151
191
  /**
152
192
  * Ownership model for the Kubernetes cluster.
153
193
  */
154
- export const Ownership = {
194
+ export const PrepareDeploymentStackOwnership = {
155
195
  Managed: "managed",
156
196
  Existing: "existing",
157
197
  External: "external",
@@ -159,13 +199,15 @@ export const Ownership = {
159
199
  /**
160
200
  * Ownership model for the Kubernetes cluster.
161
201
  */
162
- export type Ownership = ClosedEnum<typeof Ownership>;
202
+ export type PrepareDeploymentStackOwnership = ClosedEnum<
203
+ typeof PrepareDeploymentStackOwnership
204
+ >;
163
205
 
164
206
  /**
165
207
  * Kubernetes cluster setup settings.
166
208
  */
167
- export type Cluster = {
168
- cloud?: Cloud | any | null | undefined;
209
+ export type PrepareDeploymentStackCluster = {
210
+ cloud?: PrepareDeploymentStackCloud | any | null | undefined;
169
211
  /**
170
212
  * Namespace where the Alien chart and application resources run.
171
213
  */
@@ -173,16 +215,18 @@ export type Cluster = {
173
215
  /**
174
216
  * Ownership model for the Kubernetes cluster.
175
217
  */
176
- ownership: Ownership;
218
+ ownership: PrepareDeploymentStackOwnership;
177
219
  };
178
220
 
179
- export type ClusterUnion = Cluster | any;
221
+ export type PrepareDeploymentStackClusterUnion =
222
+ | PrepareDeploymentStackCluster
223
+ | any;
180
224
 
181
- export type CertificateNone2 = {
225
+ export type PrepareDeploymentStackCertificateNone2 = {
182
226
  mode: "none";
183
227
  };
184
228
 
185
- export type CertificateManagedTLSSecret2 = {
229
+ export type PrepareDeploymentStackCertificateManagedTLSSecret2 = {
186
230
  mode: "managedTlsSecret";
187
231
  /**
188
232
  * Secret name template. Runtime may substitute resource/deployment tokens.
@@ -190,7 +234,7 @@ export type CertificateManagedTLSSecret2 = {
190
234
  secretNameTemplate: string;
191
235
  };
192
236
 
193
- export type CertificateAwsAcmArn2 = {
237
+ export type PrepareDeploymentStackCertificateAwsAcmArn2 = {
194
238
  /**
195
239
  * Existing ACM certificate ARN.
196
240
  */
@@ -198,7 +242,7 @@ export type CertificateAwsAcmArn2 = {
198
242
  mode: "awsAcmArn";
199
243
  };
200
244
 
201
- export type CertificateManagedAcmImport2 = {
245
+ export type PrepareDeploymentStackCertificateManagedAcmImport2 = {
202
246
  mode: "managedAcmImport";
203
247
  /**
204
248
  * ACM region. Defaults to the deployment region when omitted.
@@ -213,7 +257,7 @@ export type CertificateManagedAcmImport2 = {
213
257
  /**
214
258
  * Namespace-scoped Kubernetes TLS Secret reference.
215
259
  */
216
- export type CertificateTLSSecretRef2 = {
260
+ export type PrepareDeploymentStackCertificateTLSSecretRef2 = {
217
261
  /**
218
262
  * Secret namespace. Defaults to the release namespace when omitted.
219
263
  */
@@ -228,67 +272,76 @@ export type CertificateTLSSecretRef2 = {
228
272
  /**
229
273
  * Certificate publication or reference mode for Kubernetes public endpoints.
230
274
  */
231
- export type CertificateUnion2 =
232
- | CertificateTLSSecretRef2
233
- | CertificateManagedAcmImport2
234
- | CertificateAwsAcmArn2
235
- | CertificateManagedTLSSecret2
236
- | CertificateNone2;
237
-
238
- export const ModeCustom = {
275
+ export type PrepareDeploymentStackCertificateUnion2 =
276
+ | PrepareDeploymentStackCertificateTLSSecretRef2
277
+ | PrepareDeploymentStackCertificateManagedAcmImport2
278
+ | PrepareDeploymentStackCertificateAwsAcmArn2
279
+ | PrepareDeploymentStackCertificateManagedTLSSecret2
280
+ | PrepareDeploymentStackCertificateNone2;
281
+
282
+ export const PrepareDeploymentStackModeCustom = {
239
283
  Custom: "custom",
240
284
  } as const;
241
- export type ModeCustom = ClosedEnum<typeof ModeCustom>;
242
-
243
- export const ProviderAzureApplicationGatewayForContainersEnum4 = {
244
- AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
245
- } as const;
246
- export type ProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<
247
- typeof ProviderAzureApplicationGatewayForContainersEnum4
285
+ export type PrepareDeploymentStackModeCustom = ClosedEnum<
286
+ typeof PrepareDeploymentStackModeCustom
248
287
  >;
249
288
 
250
- export type ProviderAzureApplicationGatewayForContainers4 = {
251
- /**
252
- * Optional ALB name when using BYO Application Gateway resources.
253
- */
254
- albName?: string | null | undefined;
255
- /**
256
- * Optional ALB namespace when using BYO Application Gateway resources.
257
- */
258
- albNamespace?: string | null | undefined;
259
- /**
260
- * Public or internal frontend exposure.
261
- */
262
- frontend: string;
263
- provider: ProviderAzureApplicationGatewayForContainersEnum4;
264
- };
265
-
266
- export const ProviderGkeGatewayEnum4 = {
289
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 =
290
+ {
291
+ AzureApplicationGatewayForContainers:
292
+ "azureApplicationGatewayForContainers",
293
+ } as const;
294
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 =
295
+ ClosedEnum<
296
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4
297
+ >;
298
+
299
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 =
300
+ {
301
+ /**
302
+ * Optional ALB name when using BYO Application Gateway resources.
303
+ */
304
+ albName?: string | null | undefined;
305
+ /**
306
+ * Optional ALB namespace when using BYO Application Gateway resources.
307
+ */
308
+ albNamespace?: string | null | undefined;
309
+ /**
310
+ * Public or internal frontend exposure.
311
+ */
312
+ frontend: string;
313
+ provider:
314
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4;
315
+ };
316
+
317
+ export const PrepareDeploymentStackProviderGkeGatewayEnum4 = {
267
318
  GkeGateway: "gkeGateway",
268
319
  } as const;
269
- export type ProviderGkeGatewayEnum4 = ClosedEnum<
270
- typeof ProviderGkeGatewayEnum4
320
+ export type PrepareDeploymentStackProviderGkeGatewayEnum4 = ClosedEnum<
321
+ typeof PrepareDeploymentStackProviderGkeGatewayEnum4
271
322
  >;
272
323
 
273
- export type ProviderGkeGateway4 = {
274
- provider: ProviderGkeGatewayEnum4;
324
+ export type PrepareDeploymentStackProviderGkeGateway4 = {
325
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum4;
275
326
  /**
276
327
  * Optional static address name for the Gateway frontend.
277
328
  */
278
329
  staticAddressName?: string | null | undefined;
279
330
  };
280
331
 
281
- export const ProviderAwsAlbEnum4 = {
332
+ export const PrepareDeploymentStackProviderAwsAlbEnum4 = {
282
333
  AwsAlb: "awsAlb",
283
334
  } as const;
284
- export type ProviderAwsAlbEnum4 = ClosedEnum<typeof ProviderAwsAlbEnum4>;
335
+ export type PrepareDeploymentStackProviderAwsAlbEnum4 = ClosedEnum<
336
+ typeof PrepareDeploymentStackProviderAwsAlbEnum4
337
+ >;
285
338
 
286
- export type ProviderAwsAlb4 = {
339
+ export type PrepareDeploymentStackProviderAwsAlb4 = {
287
340
  /**
288
341
  * Optional ALB IP address type, such as `dualstack`.
289
342
  */
290
343
  ipAddressType?: string | null | undefined;
291
- provider: ProviderAwsAlbEnum4;
344
+ provider: PrepareDeploymentStackProviderAwsAlbEnum4;
292
345
  /**
293
346
  * Internet-facing or internal ALB scheme.
294
347
  */
@@ -303,16 +356,16 @@ export type ProviderAwsAlb4 = {
303
356
  targetType: string;
304
357
  };
305
358
 
306
- export type ProviderUnion4 =
307
- | ProviderAwsAlb4
308
- | ProviderAzureApplicationGatewayForContainers4
309
- | ProviderGkeGateway4
359
+ export type PrepareDeploymentStackProviderUnion4 =
360
+ | PrepareDeploymentStackProviderAwsAlb4
361
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
362
+ | PrepareDeploymentStackProviderGkeGateway4
310
363
  | any;
311
364
 
312
365
  /**
313
366
  * Shared Gateway API route profile values.
314
367
  */
315
- export type RouteGateway2 = {
368
+ export type PrepareDeploymentStackRouteGateway2 = {
316
369
  /**
317
370
  * Annotations applied to route objects.
318
371
  */
@@ -334,64 +387,71 @@ export type RouteGateway2 = {
334
387
  */
335
388
  listenerPort: number;
336
389
  provider?:
337
- | ProviderAwsAlb4
338
- | ProviderAzureApplicationGatewayForContainers4
339
- | ProviderGkeGateway4
390
+ | PrepareDeploymentStackProviderAwsAlb4
391
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
392
+ | PrepareDeploymentStackProviderGkeGateway4
340
393
  | any
341
394
  | null
342
395
  | undefined;
343
396
  routeApi: "gateway";
344
397
  };
345
398
 
346
- export const ProviderAzureApplicationGatewayForContainersEnum3 = {
347
- AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
348
- } as const;
349
- export type ProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<
350
- typeof ProviderAzureApplicationGatewayForContainersEnum3
351
- >;
352
-
353
- export type ProviderAzureApplicationGatewayForContainers3 = {
354
- /**
355
- * Optional ALB name when using BYO Application Gateway resources.
356
- */
357
- albName?: string | null | undefined;
358
- /**
359
- * Optional ALB namespace when using BYO Application Gateway resources.
360
- */
361
- albNamespace?: string | null | undefined;
362
- /**
363
- * Public or internal frontend exposure.
364
- */
365
- frontend: string;
366
- provider: ProviderAzureApplicationGatewayForContainersEnum3;
367
- };
368
-
369
- export const ProviderGkeGatewayEnum3 = {
399
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 =
400
+ {
401
+ AzureApplicationGatewayForContainers:
402
+ "azureApplicationGatewayForContainers",
403
+ } as const;
404
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 =
405
+ ClosedEnum<
406
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3
407
+ >;
408
+
409
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 =
410
+ {
411
+ /**
412
+ * Optional ALB name when using BYO Application Gateway resources.
413
+ */
414
+ albName?: string | null | undefined;
415
+ /**
416
+ * Optional ALB namespace when using BYO Application Gateway resources.
417
+ */
418
+ albNamespace?: string | null | undefined;
419
+ /**
420
+ * Public or internal frontend exposure.
421
+ */
422
+ frontend: string;
423
+ provider:
424
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3;
425
+ };
426
+
427
+ export const PrepareDeploymentStackProviderGkeGatewayEnum3 = {
370
428
  GkeGateway: "gkeGateway",
371
429
  } as const;
372
- export type ProviderGkeGatewayEnum3 = ClosedEnum<
373
- typeof ProviderGkeGatewayEnum3
430
+ export type PrepareDeploymentStackProviderGkeGatewayEnum3 = ClosedEnum<
431
+ typeof PrepareDeploymentStackProviderGkeGatewayEnum3
374
432
  >;
375
433
 
376
- export type ProviderGkeGateway3 = {
377
- provider: ProviderGkeGatewayEnum3;
434
+ export type PrepareDeploymentStackProviderGkeGateway3 = {
435
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum3;
378
436
  /**
379
437
  * Optional static address name for the Gateway frontend.
380
438
  */
381
439
  staticAddressName?: string | null | undefined;
382
440
  };
383
441
 
384
- export const ProviderAwsAlbEnum3 = {
442
+ export const PrepareDeploymentStackProviderAwsAlbEnum3 = {
385
443
  AwsAlb: "awsAlb",
386
444
  } as const;
387
- export type ProviderAwsAlbEnum3 = ClosedEnum<typeof ProviderAwsAlbEnum3>;
445
+ export type PrepareDeploymentStackProviderAwsAlbEnum3 = ClosedEnum<
446
+ typeof PrepareDeploymentStackProviderAwsAlbEnum3
447
+ >;
388
448
 
389
- export type ProviderAwsAlb3 = {
449
+ export type PrepareDeploymentStackProviderAwsAlb3 = {
390
450
  /**
391
451
  * Optional ALB IP address type, such as `dualstack`.
392
452
  */
393
453
  ipAddressType?: string | null | undefined;
394
- provider: ProviderAwsAlbEnum3;
454
+ provider: PrepareDeploymentStackProviderAwsAlbEnum3;
395
455
  /**
396
456
  * Internet-facing or internal ALB scheme.
397
457
  */
@@ -406,16 +466,16 @@ export type ProviderAwsAlb3 = {
406
466
  targetType: string;
407
467
  };
408
468
 
409
- export type ProviderUnion3 =
410
- | ProviderAwsAlb3
411
- | ProviderAzureApplicationGatewayForContainers3
412
- | ProviderGkeGateway3
469
+ export type PrepareDeploymentStackProviderUnion3 =
470
+ | PrepareDeploymentStackProviderAwsAlb3
471
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
472
+ | PrepareDeploymentStackProviderGkeGateway3
413
473
  | any;
414
474
 
415
475
  /**
416
476
  * Shared Ingress route profile values.
417
477
  */
418
- export type RouteIngress2 = {
478
+ export type PrepareDeploymentStackRouteIngress2 = {
419
479
  /**
420
480
  * Annotations applied to route objects.
421
481
  */
@@ -433,9 +493,9 @@ export type RouteIngress2 = {
433
493
  */
434
494
  labels?: { [k: string]: string } | undefined;
435
495
  provider?:
436
- | ProviderAwsAlb3
437
- | ProviderAzureApplicationGatewayForContainers3
438
- | ProviderGkeGateway3
496
+ | PrepareDeploymentStackProviderAwsAlb3
497
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
498
+ | PrepareDeploymentStackProviderGkeGateway3
439
499
  | any
440
500
  | null
441
501
  | undefined;
@@ -445,34 +505,38 @@ export type RouteIngress2 = {
445
505
  /**
446
506
  * Kubernetes route API selected for public endpoints.
447
507
  */
448
- export type RouteUnion2 = RouteIngress2 | RouteGateway2;
508
+ export type PrepareDeploymentStackRouteUnion2 =
509
+ | PrepareDeploymentStackRouteIngress2
510
+ | PrepareDeploymentStackRouteGateway2;
449
511
 
450
- export type ExposureCustom = {
512
+ export type PrepareDeploymentStackExposureCustom = {
451
513
  /**
452
514
  * Certificate publication or reference mode for Kubernetes public endpoints.
453
515
  */
454
516
  certificate:
455
- | CertificateTLSSecretRef2
456
- | CertificateManagedAcmImport2
457
- | CertificateAwsAcmArn2
458
- | CertificateManagedTLSSecret2
459
- | CertificateNone2;
517
+ | PrepareDeploymentStackCertificateTLSSecretRef2
518
+ | PrepareDeploymentStackCertificateManagedAcmImport2
519
+ | PrepareDeploymentStackCertificateAwsAcmArn2
520
+ | PrepareDeploymentStackCertificateManagedTLSSecret2
521
+ | PrepareDeploymentStackCertificateNone2;
460
522
  /**
461
523
  * Hostname routed by the Kubernetes public endpoint.
462
524
  */
463
525
  domain: string;
464
- mode: ModeCustom;
526
+ mode: PrepareDeploymentStackModeCustom;
465
527
  /**
466
528
  * Kubernetes route API selected for public endpoints.
467
529
  */
468
- route: RouteIngress2 | RouteGateway2;
530
+ route:
531
+ | PrepareDeploymentStackRouteIngress2
532
+ | PrepareDeploymentStackRouteGateway2;
469
533
  };
470
534
 
471
- export type CertificateNone1 = {
535
+ export type PrepareDeploymentStackCertificateNone1 = {
472
536
  mode: "none";
473
537
  };
474
538
 
475
- export type CertificateManagedTLSSecret1 = {
539
+ export type PrepareDeploymentStackCertificateManagedTLSSecret1 = {
476
540
  mode: "managedTlsSecret";
477
541
  /**
478
542
  * Secret name template. Runtime may substitute resource/deployment tokens.
@@ -480,7 +544,7 @@ export type CertificateManagedTLSSecret1 = {
480
544
  secretNameTemplate: string;
481
545
  };
482
546
 
483
- export type CertificateAwsAcmArn1 = {
547
+ export type PrepareDeploymentStackCertificateAwsAcmArn1 = {
484
548
  /**
485
549
  * Existing ACM certificate ARN.
486
550
  */
@@ -488,7 +552,7 @@ export type CertificateAwsAcmArn1 = {
488
552
  mode: "awsAcmArn";
489
553
  };
490
554
 
491
- export type CertificateManagedAcmImport1 = {
555
+ export type PrepareDeploymentStackCertificateManagedAcmImport1 = {
492
556
  mode: "managedAcmImport";
493
557
  /**
494
558
  * ACM region. Defaults to the deployment region when omitted.
@@ -503,7 +567,7 @@ export type CertificateManagedAcmImport1 = {
503
567
  /**
504
568
  * Namespace-scoped Kubernetes TLS Secret reference.
505
569
  */
506
- export type CertificateTLSSecretRef1 = {
570
+ export type PrepareDeploymentStackCertificateTLSSecretRef1 = {
507
571
  /**
508
572
  * Secret namespace. Defaults to the release namespace when omitted.
509
573
  */
@@ -518,67 +582,76 @@ export type CertificateTLSSecretRef1 = {
518
582
  /**
519
583
  * Certificate publication or reference mode for Kubernetes public endpoints.
520
584
  */
521
- export type CertificateUnion1 =
522
- | CertificateTLSSecretRef1
523
- | CertificateManagedAcmImport1
524
- | CertificateAwsAcmArn1
525
- | CertificateManagedTLSSecret1
526
- | CertificateNone1;
527
-
528
- export const ModeGenerated = {
585
+ export type PrepareDeploymentStackCertificateUnion1 =
586
+ | PrepareDeploymentStackCertificateTLSSecretRef1
587
+ | PrepareDeploymentStackCertificateManagedAcmImport1
588
+ | PrepareDeploymentStackCertificateAwsAcmArn1
589
+ | PrepareDeploymentStackCertificateManagedTLSSecret1
590
+ | PrepareDeploymentStackCertificateNone1;
591
+
592
+ export const PrepareDeploymentStackModeGenerated = {
529
593
  Generated: "generated",
530
594
  } as const;
531
- export type ModeGenerated = ClosedEnum<typeof ModeGenerated>;
532
-
533
- export const ProviderAzureApplicationGatewayForContainersEnum2 = {
534
- AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
535
- } as const;
536
- export type ProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<
537
- typeof ProviderAzureApplicationGatewayForContainersEnum2
595
+ export type PrepareDeploymentStackModeGenerated = ClosedEnum<
596
+ typeof PrepareDeploymentStackModeGenerated
538
597
  >;
539
598
 
540
- export type ProviderAzureApplicationGatewayForContainers2 = {
541
- /**
542
- * Optional ALB name when using BYO Application Gateway resources.
543
- */
544
- albName?: string | null | undefined;
545
- /**
546
- * Optional ALB namespace when using BYO Application Gateway resources.
547
- */
548
- albNamespace?: string | null | undefined;
549
- /**
550
- * Public or internal frontend exposure.
551
- */
552
- frontend: string;
553
- provider: ProviderAzureApplicationGatewayForContainersEnum2;
554
- };
555
-
556
- export const ProviderGkeGatewayEnum2 = {
599
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 =
600
+ {
601
+ AzureApplicationGatewayForContainers:
602
+ "azureApplicationGatewayForContainers",
603
+ } as const;
604
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 =
605
+ ClosedEnum<
606
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2
607
+ >;
608
+
609
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 =
610
+ {
611
+ /**
612
+ * Optional ALB name when using BYO Application Gateway resources.
613
+ */
614
+ albName?: string | null | undefined;
615
+ /**
616
+ * Optional ALB namespace when using BYO Application Gateway resources.
617
+ */
618
+ albNamespace?: string | null | undefined;
619
+ /**
620
+ * Public or internal frontend exposure.
621
+ */
622
+ frontend: string;
623
+ provider:
624
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2;
625
+ };
626
+
627
+ export const PrepareDeploymentStackProviderGkeGatewayEnum2 = {
557
628
  GkeGateway: "gkeGateway",
558
629
  } as const;
559
- export type ProviderGkeGatewayEnum2 = ClosedEnum<
560
- typeof ProviderGkeGatewayEnum2
630
+ export type PrepareDeploymentStackProviderGkeGatewayEnum2 = ClosedEnum<
631
+ typeof PrepareDeploymentStackProviderGkeGatewayEnum2
561
632
  >;
562
633
 
563
- export type ProviderGkeGateway2 = {
564
- provider: ProviderGkeGatewayEnum2;
634
+ export type PrepareDeploymentStackProviderGkeGateway2 = {
635
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum2;
565
636
  /**
566
637
  * Optional static address name for the Gateway frontend.
567
638
  */
568
639
  staticAddressName?: string | null | undefined;
569
640
  };
570
641
 
571
- export const ProviderAwsAlbEnum2 = {
642
+ export const PrepareDeploymentStackProviderAwsAlbEnum2 = {
572
643
  AwsAlb: "awsAlb",
573
644
  } as const;
574
- export type ProviderAwsAlbEnum2 = ClosedEnum<typeof ProviderAwsAlbEnum2>;
645
+ export type PrepareDeploymentStackProviderAwsAlbEnum2 = ClosedEnum<
646
+ typeof PrepareDeploymentStackProviderAwsAlbEnum2
647
+ >;
575
648
 
576
- export type ProviderAwsAlb2 = {
649
+ export type PrepareDeploymentStackProviderAwsAlb2 = {
577
650
  /**
578
651
  * Optional ALB IP address type, such as `dualstack`.
579
652
  */
580
653
  ipAddressType?: string | null | undefined;
581
- provider: ProviderAwsAlbEnum2;
654
+ provider: PrepareDeploymentStackProviderAwsAlbEnum2;
582
655
  /**
583
656
  * Internet-facing or internal ALB scheme.
584
657
  */
@@ -593,16 +666,16 @@ export type ProviderAwsAlb2 = {
593
666
  targetType: string;
594
667
  };
595
668
 
596
- export type ProviderUnion2 =
597
- | ProviderAwsAlb2
598
- | ProviderAzureApplicationGatewayForContainers2
599
- | ProviderGkeGateway2
669
+ export type PrepareDeploymentStackProviderUnion2 =
670
+ | PrepareDeploymentStackProviderAwsAlb2
671
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
672
+ | PrepareDeploymentStackProviderGkeGateway2
600
673
  | any;
601
674
 
602
675
  /**
603
676
  * Shared Gateway API route profile values.
604
677
  */
605
- export type RouteGateway1 = {
678
+ export type PrepareDeploymentStackRouteGateway1 = {
606
679
  /**
607
680
  * Annotations applied to route objects.
608
681
  */
@@ -624,64 +697,71 @@ export type RouteGateway1 = {
624
697
  */
625
698
  listenerPort: number;
626
699
  provider?:
627
- | ProviderAwsAlb2
628
- | ProviderAzureApplicationGatewayForContainers2
629
- | ProviderGkeGateway2
700
+ | PrepareDeploymentStackProviderAwsAlb2
701
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
702
+ | PrepareDeploymentStackProviderGkeGateway2
630
703
  | any
631
704
  | null
632
705
  | undefined;
633
706
  routeApi: "gateway";
634
707
  };
635
708
 
636
- export const ProviderAzureApplicationGatewayForContainersEnum1 = {
637
- AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
638
- } as const;
639
- export type ProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<
640
- typeof ProviderAzureApplicationGatewayForContainersEnum1
641
- >;
642
-
643
- export type ProviderAzureApplicationGatewayForContainers1 = {
644
- /**
645
- * Optional ALB name when using BYO Application Gateway resources.
646
- */
647
- albName?: string | null | undefined;
648
- /**
649
- * Optional ALB namespace when using BYO Application Gateway resources.
650
- */
651
- albNamespace?: string | null | undefined;
652
- /**
653
- * Public or internal frontend exposure.
654
- */
655
- frontend: string;
656
- provider: ProviderAzureApplicationGatewayForContainersEnum1;
657
- };
658
-
659
- export const ProviderGkeGatewayEnum1 = {
709
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 =
710
+ {
711
+ AzureApplicationGatewayForContainers:
712
+ "azureApplicationGatewayForContainers",
713
+ } as const;
714
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 =
715
+ ClosedEnum<
716
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1
717
+ >;
718
+
719
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 =
720
+ {
721
+ /**
722
+ * Optional ALB name when using BYO Application Gateway resources.
723
+ */
724
+ albName?: string | null | undefined;
725
+ /**
726
+ * Optional ALB namespace when using BYO Application Gateway resources.
727
+ */
728
+ albNamespace?: string | null | undefined;
729
+ /**
730
+ * Public or internal frontend exposure.
731
+ */
732
+ frontend: string;
733
+ provider:
734
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1;
735
+ };
736
+
737
+ export const PrepareDeploymentStackProviderGkeGatewayEnum1 = {
660
738
  GkeGateway: "gkeGateway",
661
739
  } as const;
662
- export type ProviderGkeGatewayEnum1 = ClosedEnum<
663
- typeof ProviderGkeGatewayEnum1
740
+ export type PrepareDeploymentStackProviderGkeGatewayEnum1 = ClosedEnum<
741
+ typeof PrepareDeploymentStackProviderGkeGatewayEnum1
664
742
  >;
665
743
 
666
- export type ProviderGkeGateway1 = {
667
- provider: ProviderGkeGatewayEnum1;
744
+ export type PrepareDeploymentStackProviderGkeGateway1 = {
745
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum1;
668
746
  /**
669
747
  * Optional static address name for the Gateway frontend.
670
748
  */
671
749
  staticAddressName?: string | null | undefined;
672
750
  };
673
751
 
674
- export const ProviderAwsAlbEnum1 = {
752
+ export const PrepareDeploymentStackProviderAwsAlbEnum1 = {
675
753
  AwsAlb: "awsAlb",
676
754
  } as const;
677
- export type ProviderAwsAlbEnum1 = ClosedEnum<typeof ProviderAwsAlbEnum1>;
755
+ export type PrepareDeploymentStackProviderAwsAlbEnum1 = ClosedEnum<
756
+ typeof PrepareDeploymentStackProviderAwsAlbEnum1
757
+ >;
678
758
 
679
- export type ProviderAwsAlb1 = {
759
+ export type PrepareDeploymentStackProviderAwsAlb1 = {
680
760
  /**
681
761
  * Optional ALB IP address type, such as `dualstack`.
682
762
  */
683
763
  ipAddressType?: string | null | undefined;
684
- provider: ProviderAwsAlbEnum1;
764
+ provider: PrepareDeploymentStackProviderAwsAlbEnum1;
685
765
  /**
686
766
  * Internet-facing or internal ALB scheme.
687
767
  */
@@ -696,16 +776,16 @@ export type ProviderAwsAlb1 = {
696
776
  targetType: string;
697
777
  };
698
778
 
699
- export type ProviderUnion1 =
700
- | ProviderAwsAlb1
701
- | ProviderAzureApplicationGatewayForContainers1
702
- | ProviderGkeGateway1
779
+ export type PrepareDeploymentStackProviderUnion1 =
780
+ | PrepareDeploymentStackProviderAwsAlb1
781
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
782
+ | PrepareDeploymentStackProviderGkeGateway1
703
783
  | any;
704
784
 
705
785
  /**
706
786
  * Shared Ingress route profile values.
707
787
  */
708
- export type RouteIngress1 = {
788
+ export type PrepareDeploymentStackRouteIngress1 = {
709
789
  /**
710
790
  * Annotations applied to route objects.
711
791
  */
@@ -723,9 +803,9 @@ export type RouteIngress1 = {
723
803
  */
724
804
  labels?: { [k: string]: string } | undefined;
725
805
  provider?:
726
- | ProviderAwsAlb1
727
- | ProviderAzureApplicationGatewayForContainers1
728
- | ProviderGkeGateway1
806
+ | PrepareDeploymentStackProviderAwsAlb1
807
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
808
+ | PrepareDeploymentStackProviderGkeGateway1
729
809
  | any
730
810
  | null
731
811
  | undefined;
@@ -735,38 +815,44 @@ export type RouteIngress1 = {
735
815
  /**
736
816
  * Kubernetes route API selected for public endpoints.
737
817
  */
738
- export type RouteUnion1 = RouteIngress1 | RouteGateway1;
818
+ export type PrepareDeploymentStackRouteUnion1 =
819
+ | PrepareDeploymentStackRouteIngress1
820
+ | PrepareDeploymentStackRouteGateway1;
739
821
 
740
- export type ExposureGenerated = {
822
+ export type PrepareDeploymentStackExposureGenerated = {
741
823
  /**
742
824
  * Certificate publication or reference mode for Kubernetes public endpoints.
743
825
  */
744
826
  certificate:
745
- | CertificateTLSSecretRef1
746
- | CertificateManagedAcmImport1
747
- | CertificateAwsAcmArn1
748
- | CertificateManagedTLSSecret1
749
- | CertificateNone1;
750
- mode: ModeGenerated;
827
+ | PrepareDeploymentStackCertificateTLSSecretRef1
828
+ | PrepareDeploymentStackCertificateManagedAcmImport1
829
+ | PrepareDeploymentStackCertificateAwsAcmArn1
830
+ | PrepareDeploymentStackCertificateManagedTLSSecret1
831
+ | PrepareDeploymentStackCertificateNone1;
832
+ mode: PrepareDeploymentStackModeGenerated;
751
833
  /**
752
834
  * Kubernetes route API selected for public endpoints.
753
835
  */
754
- route: RouteIngress1 | RouteGateway1;
836
+ route:
837
+ | PrepareDeploymentStackRouteIngress1
838
+ | PrepareDeploymentStackRouteGateway1;
755
839
  };
756
840
 
757
- export const ModeDisabled = {
841
+ export const PrepareDeploymentStackModeDisabled = {
758
842
  Disabled: "disabled",
759
843
  } as const;
760
- export type ModeDisabled = ClosedEnum<typeof ModeDisabled>;
844
+ export type PrepareDeploymentStackModeDisabled = ClosedEnum<
845
+ typeof PrepareDeploymentStackModeDisabled
846
+ >;
761
847
 
762
- export type ExposureDisabled = {
763
- mode: ModeDisabled;
848
+ export type PrepareDeploymentStackExposureDisabled = {
849
+ mode: PrepareDeploymentStackModeDisabled;
764
850
  };
765
851
 
766
- export type Exposure =
767
- | ExposureCustom
768
- | ExposureGenerated
769
- | ExposureDisabled
852
+ export type PrepareDeploymentStackExposureUnion =
853
+ | PrepareDeploymentStackExposureCustom
854
+ | PrepareDeploymentStackExposureGenerated
855
+ | PrepareDeploymentStackExposureDisabled
770
856
  | any;
771
857
 
772
858
  /**
@@ -780,24 +866,28 @@ export type Exposure =
780
866
  * cluster.
781
867
  */
782
868
  export type PrepareDeploymentStackKubernetes = {
783
- cluster?: Cluster | any | null | undefined;
869
+ cluster?: PrepareDeploymentStackCluster | any | null | undefined;
784
870
  exposure?:
785
- | ExposureCustom
786
- | ExposureGenerated
787
- | ExposureDisabled
871
+ | PrepareDeploymentStackExposureCustom
872
+ | PrepareDeploymentStackExposureGenerated
873
+ | PrepareDeploymentStackExposureDisabled
788
874
  | any
789
875
  | null
790
876
  | undefined;
791
877
  };
792
878
 
793
- export type Kubernetes = PrepareDeploymentStackKubernetes | any;
879
+ export type PrepareDeploymentStackKubernetesUnion =
880
+ | PrepareDeploymentStackKubernetes
881
+ | any;
794
882
 
795
- export const TypeByoVnetAzure = {
883
+ export const PrepareDeploymentStackTypeByoVnetAzure = {
796
884
  ByoVnetAzure: "byo-vnet-azure",
797
885
  } as const;
798
- export type TypeByoVnetAzure = ClosedEnum<typeof TypeByoVnetAzure>;
886
+ export type PrepareDeploymentStackTypeByoVnetAzure = ClosedEnum<
887
+ typeof PrepareDeploymentStackTypeByoVnetAzure
888
+ >;
799
889
 
800
- export type NetworkByoVnetAzure = {
890
+ export type PrepareDeploymentStackNetworkByoVnetAzure = {
801
891
  /**
802
892
  * Name of the dedicated classic Application Gateway subnet within the VNet.
803
893
  */
@@ -810,19 +900,21 @@ export type NetworkByoVnetAzure = {
810
900
  * Name of the public subnet within the VNet
811
901
  */
812
902
  publicSubnetName: string;
813
- type: TypeByoVnetAzure;
903
+ type: PrepareDeploymentStackTypeByoVnetAzure;
814
904
  /**
815
905
  * The full resource ID of the existing VNet
816
906
  */
817
907
  vnetResourceId: string;
818
908
  };
819
909
 
820
- export const TypeByoVpcGcp = {
910
+ export const PrepareDeploymentStackTypeByoVpcGcp = {
821
911
  ByoVpcGcp: "byo-vpc-gcp",
822
912
  } as const;
823
- export type TypeByoVpcGcp = ClosedEnum<typeof TypeByoVpcGcp>;
913
+ export type PrepareDeploymentStackTypeByoVpcGcp = ClosedEnum<
914
+ typeof PrepareDeploymentStackTypeByoVpcGcp
915
+ >;
824
916
 
825
- export type NetworkByoVpcGcp = {
917
+ export type PrepareDeploymentStackNetworkByoVpcGcp = {
826
918
  /**
827
919
  * The name of the existing VPC network
828
920
  */
@@ -835,15 +927,17 @@ export type NetworkByoVpcGcp = {
835
927
  * The name of the subnet to use
836
928
  */
837
929
  subnetName: string;
838
- type: TypeByoVpcGcp;
930
+ type: PrepareDeploymentStackTypeByoVpcGcp;
839
931
  };
840
932
 
841
- export const TypeByoVpcAws = {
933
+ export const PrepareDeploymentStackTypeByoVpcAws = {
842
934
  ByoVpcAws: "byo-vpc-aws",
843
935
  } as const;
844
- export type TypeByoVpcAws = ClosedEnum<typeof TypeByoVpcAws>;
936
+ export type PrepareDeploymentStackTypeByoVpcAws = ClosedEnum<
937
+ typeof PrepareDeploymentStackTypeByoVpcAws
938
+ >;
845
939
 
846
- export type NetworkByoVpcAws = {
940
+ export type PrepareDeploymentStackNetworkByoVpcAws = {
847
941
  /**
848
942
  * IDs of private subnets
849
943
  */
@@ -856,19 +950,21 @@ export type NetworkByoVpcAws = {
856
950
  * Optional security group IDs to use
857
951
  */
858
952
  securityGroupIds?: Array<string> | undefined;
859
- type: TypeByoVpcAws;
953
+ type: PrepareDeploymentStackTypeByoVpcAws;
860
954
  /**
861
955
  * The ID of the existing VPC
862
956
  */
863
957
  vpcId: string;
864
958
  };
865
959
 
866
- export const TypeCreate = {
960
+ export const PrepareDeploymentStackTypeCreate = {
867
961
  Create: "create",
868
962
  } as const;
869
- export type TypeCreate = ClosedEnum<typeof TypeCreate>;
963
+ export type PrepareDeploymentStackTypeCreate = ClosedEnum<
964
+ typeof PrepareDeploymentStackTypeCreate
965
+ >;
870
966
 
871
- export type NetworkCreate = {
967
+ export type PrepareDeploymentStackNetworkCreate = {
872
968
  /**
873
969
  * Number of availability zones (default: 2).
874
970
  */
@@ -880,30 +976,32 @@ export type NetworkCreate = {
880
976
  * to reduce conflicts (e.g., "10.{hash}.0.0/16").
881
977
  */
882
978
  cidr?: string | null | undefined;
883
- type: TypeCreate;
979
+ type: PrepareDeploymentStackTypeCreate;
884
980
  };
885
981
 
886
- export const TypeUseDefault = {
982
+ export const PrepareDeploymentStackTypeUseDefault = {
887
983
  UseDefault: "use-default",
888
984
  } as const;
889
- export type TypeUseDefault = ClosedEnum<typeof TypeUseDefault>;
985
+ export type PrepareDeploymentStackTypeUseDefault = ClosedEnum<
986
+ typeof PrepareDeploymentStackTypeUseDefault
987
+ >;
890
988
 
891
- export type NetworkUseDefault = {
892
- type: TypeUseDefault;
989
+ export type PrepareDeploymentStackNetworkUseDefault = {
990
+ type: PrepareDeploymentStackTypeUseDefault;
893
991
  };
894
992
 
895
- export type Network =
896
- | NetworkByoVpcAws
897
- | NetworkByoVpcGcp
898
- | NetworkByoVnetAzure
899
- | NetworkUseDefault
900
- | NetworkCreate
993
+ export type PrepareDeploymentStackNetworkUnion =
994
+ | PrepareDeploymentStackNetworkByoVpcAws
995
+ | PrepareDeploymentStackNetworkByoVpcGcp
996
+ | PrepareDeploymentStackNetworkByoVnetAzure
997
+ | PrepareDeploymentStackNetworkUseDefault
998
+ | PrepareDeploymentStackNetworkCreate
901
999
  | any;
902
1000
 
903
1001
  /**
904
1002
  * How telemetry (logs, metrics, traces) is handled.
905
1003
  */
906
- export const Telemetry = {
1004
+ export const PrepareDeploymentStackTelemetry = {
907
1005
  Off: "off",
908
1006
  Auto: "auto",
909
1007
  ApprovalRequired: "approval-required",
@@ -911,38 +1009,31 @@ export const Telemetry = {
911
1009
  /**
912
1010
  * How telemetry (logs, metrics, traces) is handled.
913
1011
  */
914
- export type Telemetry = ClosedEnum<typeof Telemetry>;
1012
+ export type PrepareDeploymentStackTelemetry = ClosedEnum<
1013
+ typeof PrepareDeploymentStackTelemetry
1014
+ >;
915
1015
 
916
1016
  /**
917
1017
  * How updates are delivered to the deployment.
918
1018
  */
919
- export const Updates = {
1019
+ export const PrepareDeploymentStackUpdates = {
920
1020
  Auto: "auto",
921
1021
  ApprovalRequired: "approval-required",
922
1022
  } as const;
923
1023
  /**
924
1024
  * How updates are delivered to the deployment.
925
1025
  */
926
- export type Updates = ClosedEnum<typeof Updates>;
1026
+ export type PrepareDeploymentStackUpdates = ClosedEnum<
1027
+ typeof PrepareDeploymentStackUpdates
1028
+ >;
927
1029
 
928
- /**
929
- * User-customizable deployment settings specified at deploy time.
930
- *
931
- * @remarks
932
- *
933
- * These settings are provided by the customer via CloudFormation parameters,
934
- * Terraform attributes, CLI flags, or Helm values. They customize how the
935
- * deployment runs and what capabilities are enabled.
936
- *
937
- * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
938
- * is platform-derived (from the Manager's ServiceAccount).
939
- */
940
- export type StackSettings = {
1030
+ export type PrepareDeploymentStackStackSettings = {
1031
+ compute?: PrepareDeploymentStackCompute | undefined;
941
1032
  /**
942
1033
  * Deployment model: how updates are delivered to the remote environment.
943
1034
  */
944
- deploymentModel?: DeploymentModel | undefined;
945
- domains?: Domains | any | null | undefined;
1035
+ deploymentModel?: PrepareDeploymentStackDeploymentModel | undefined;
1036
+ domains?: PrepareDeploymentStackDomains | any | null | undefined;
946
1037
  /**
947
1038
  * External bindings for pre-existing infrastructure.
948
1039
  *
@@ -951,53 +1042,41 @@ export type StackSettings = {
951
1042
  * Environment, etc.) instead of having Alien provision them.
952
1043
  * Required for Kubernetes platform, optional for cloud platforms.
953
1044
  */
954
- externalBindings?: ExternalBindings | null | undefined;
1045
+ externalBindings?: PrepareDeploymentStackExternalBindings | null | undefined;
955
1046
  /**
956
1047
  * How heartbeat health checks are handled.
957
1048
  */
958
- heartbeats?: Heartbeats | undefined;
1049
+ heartbeats?: PrepareDeploymentStackHeartbeats | undefined;
959
1050
  kubernetes?: PrepareDeploymentStackKubernetes | any | null | undefined;
960
1051
  network?:
961
- | NetworkByoVpcAws
962
- | NetworkByoVpcGcp
963
- | NetworkByoVnetAzure
964
- | NetworkUseDefault
965
- | NetworkCreate
1052
+ | PrepareDeploymentStackNetworkByoVpcAws
1053
+ | PrepareDeploymentStackNetworkByoVpcGcp
1054
+ | PrepareDeploymentStackNetworkByoVnetAzure
1055
+ | PrepareDeploymentStackNetworkUseDefault
1056
+ | PrepareDeploymentStackNetworkCreate
966
1057
  | any
967
1058
  | null
968
1059
  | undefined;
969
1060
  /**
970
1061
  * How telemetry (logs, metrics, traces) is handled.
971
1062
  */
972
- telemetry?: Telemetry | undefined;
1063
+ telemetry?: PrepareDeploymentStackTelemetry | undefined;
973
1064
  /**
974
1065
  * How updates are delivered to the deployment.
975
1066
  */
976
- updates?: Updates | undefined;
1067
+ updates?: PrepareDeploymentStackUpdates | undefined;
977
1068
  };
978
1069
 
979
1070
  export type PrepareDeploymentStackRequestBody = {
980
1071
  platform: PrepareDeploymentStackPlatform;
981
1072
  setupMethod: models.DeploymentSetupMethod;
982
1073
  region?: string | undefined;
983
- /**
984
- * User-customizable deployment settings specified at deploy time.
985
- *
986
- * @remarks
987
- *
988
- * These settings are provided by the customer via CloudFormation parameters,
989
- * Terraform attributes, CLI flags, or Helm values. They customize how the
990
- * deployment runs and what capabilities are enabled.
991
- *
992
- * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
993
- * is platform-derived (from the Manager's ServiceAccount).
994
- */
995
- stackSettings: StackSettings;
1074
+ stackSettings: PrepareDeploymentStackStackSettings;
996
1075
  };
997
1076
 
998
1077
  export type PrepareDeploymentStackRequest = {
999
1078
  /**
1000
- * 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.
1079
+ * 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.
1001
1080
  */
1002
1081
  workspace?: string | undefined;
1003
1082
  requestBody?: PrepareDeploymentStackRequestBody | undefined;
@@ -1009,8 +1088,122 @@ export const PrepareDeploymentStackPlatform$outboundSchema: z.ZodEnum<
1009
1088
  > = z.enum(PrepareDeploymentStackPlatform);
1010
1089
 
1011
1090
  /** @internal */
1012
- export const DeploymentModel$outboundSchema: z.ZodEnum<typeof DeploymentModel> =
1013
- z.enum(DeploymentModel);
1091
+ export type PrepareDeploymentStackPoolsAutoscale$Outbound = {
1092
+ mode: "autoscale";
1093
+ min: number;
1094
+ max: number;
1095
+ machine?: string | undefined;
1096
+ };
1097
+
1098
+ /** @internal */
1099
+ export const PrepareDeploymentStackPoolsAutoscale$outboundSchema: z.ZodType<
1100
+ PrepareDeploymentStackPoolsAutoscale$Outbound,
1101
+ PrepareDeploymentStackPoolsAutoscale
1102
+ > = z.object({
1103
+ mode: z.literal("autoscale"),
1104
+ min: z.int(),
1105
+ max: z.int(),
1106
+ machine: z.string().optional(),
1107
+ });
1108
+
1109
+ export function prepareDeploymentStackPoolsAutoscaleToJSON(
1110
+ prepareDeploymentStackPoolsAutoscale: PrepareDeploymentStackPoolsAutoscale,
1111
+ ): string {
1112
+ return JSON.stringify(
1113
+ PrepareDeploymentStackPoolsAutoscale$outboundSchema.parse(
1114
+ prepareDeploymentStackPoolsAutoscale,
1115
+ ),
1116
+ );
1117
+ }
1118
+
1119
+ /** @internal */
1120
+ export type PrepareDeploymentStackPoolsFixed$Outbound = {
1121
+ mode: "fixed";
1122
+ machines: number;
1123
+ machine?: string | undefined;
1124
+ };
1125
+
1126
+ /** @internal */
1127
+ export const PrepareDeploymentStackPoolsFixed$outboundSchema: z.ZodType<
1128
+ PrepareDeploymentStackPoolsFixed$Outbound,
1129
+ PrepareDeploymentStackPoolsFixed
1130
+ > = z.object({
1131
+ mode: z.literal("fixed"),
1132
+ machines: z.int(),
1133
+ machine: z.string().optional(),
1134
+ });
1135
+
1136
+ export function prepareDeploymentStackPoolsFixedToJSON(
1137
+ prepareDeploymentStackPoolsFixed: PrepareDeploymentStackPoolsFixed,
1138
+ ): string {
1139
+ return JSON.stringify(
1140
+ PrepareDeploymentStackPoolsFixed$outboundSchema.parse(
1141
+ prepareDeploymentStackPoolsFixed,
1142
+ ),
1143
+ );
1144
+ }
1145
+
1146
+ /** @internal */
1147
+ export type PrepareDeploymentStackPoolsUnion$Outbound =
1148
+ | PrepareDeploymentStackPoolsFixed$Outbound
1149
+ | PrepareDeploymentStackPoolsAutoscale$Outbound;
1150
+
1151
+ /** @internal */
1152
+ export const PrepareDeploymentStackPoolsUnion$outboundSchema: z.ZodType<
1153
+ PrepareDeploymentStackPoolsUnion$Outbound,
1154
+ PrepareDeploymentStackPoolsUnion
1155
+ > = z.union([
1156
+ z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
1157
+ z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
1158
+ ]);
1159
+
1160
+ export function prepareDeploymentStackPoolsUnionToJSON(
1161
+ prepareDeploymentStackPoolsUnion: PrepareDeploymentStackPoolsUnion,
1162
+ ): string {
1163
+ return JSON.stringify(
1164
+ PrepareDeploymentStackPoolsUnion$outboundSchema.parse(
1165
+ prepareDeploymentStackPoolsUnion,
1166
+ ),
1167
+ );
1168
+ }
1169
+
1170
+ /** @internal */
1171
+ export type PrepareDeploymentStackCompute$Outbound = {
1172
+ pools?: {
1173
+ [k: string]:
1174
+ | PrepareDeploymentStackPoolsFixed$Outbound
1175
+ | PrepareDeploymentStackPoolsAutoscale$Outbound;
1176
+ } | undefined;
1177
+ };
1178
+
1179
+ /** @internal */
1180
+ export const PrepareDeploymentStackCompute$outboundSchema: z.ZodType<
1181
+ PrepareDeploymentStackCompute$Outbound,
1182
+ PrepareDeploymentStackCompute
1183
+ > = z.object({
1184
+ pools: z.record(
1185
+ z.string(),
1186
+ z.union([
1187
+ z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
1188
+ z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
1189
+ ]),
1190
+ ).optional(),
1191
+ });
1192
+
1193
+ export function prepareDeploymentStackComputeToJSON(
1194
+ prepareDeploymentStackCompute: PrepareDeploymentStackCompute,
1195
+ ): string {
1196
+ return JSON.stringify(
1197
+ PrepareDeploymentStackCompute$outboundSchema.parse(
1198
+ prepareDeploymentStackCompute,
1199
+ ),
1200
+ );
1201
+ }
1202
+
1203
+ /** @internal */
1204
+ export const PrepareDeploymentStackDeploymentModel$outboundSchema: z.ZodEnum<
1205
+ typeof PrepareDeploymentStackDeploymentModel
1206
+ > = z.enum(PrepareDeploymentStackDeploymentModel);
1014
1207
 
1015
1208
  /** @internal */
1016
1209
  export type PrepareDeploymentStackAws$Outbound = {
@@ -1034,16 +1227,24 @@ export function prepareDeploymentStackAwsToJSON(
1034
1227
  }
1035
1228
 
1036
1229
  /** @internal */
1037
- export type Aws$Outbound = PrepareDeploymentStackAws$Outbound | any;
1230
+ export type PrepareDeploymentStackAwsUnion$Outbound =
1231
+ | PrepareDeploymentStackAws$Outbound
1232
+ | any;
1038
1233
 
1039
1234
  /** @internal */
1040
- export const Aws$outboundSchema: z.ZodType<Aws$Outbound, Aws> = z.union([
1041
- z.lazy(() => PrepareDeploymentStackAws$outboundSchema),
1042
- z.any(),
1043
- ]);
1235
+ export const PrepareDeploymentStackAwsUnion$outboundSchema: z.ZodType<
1236
+ PrepareDeploymentStackAwsUnion$Outbound,
1237
+ PrepareDeploymentStackAwsUnion
1238
+ > = z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]);
1044
1239
 
1045
- export function awsToJSON(aws: Aws): string {
1046
- return JSON.stringify(Aws$outboundSchema.parse(aws));
1240
+ export function prepareDeploymentStackAwsUnionToJSON(
1241
+ prepareDeploymentStackAwsUnion: PrepareDeploymentStackAwsUnion,
1242
+ ): string {
1243
+ return JSON.stringify(
1244
+ PrepareDeploymentStackAwsUnion$outboundSchema.parse(
1245
+ prepareDeploymentStackAwsUnion,
1246
+ ),
1247
+ );
1047
1248
  }
1048
1249
 
1049
1250
  /** @internal */
@@ -1072,16 +1273,27 @@ export function prepareDeploymentStackAzureToJSON(
1072
1273
  }
1073
1274
 
1074
1275
  /** @internal */
1075
- export type Azure$Outbound = PrepareDeploymentStackAzure$Outbound | any;
1276
+ export type PrepareDeploymentStackAzureUnion$Outbound =
1277
+ | PrepareDeploymentStackAzure$Outbound
1278
+ | any;
1076
1279
 
1077
1280
  /** @internal */
1078
- export const Azure$outboundSchema: z.ZodType<Azure$Outbound, Azure> = z.union([
1281
+ export const PrepareDeploymentStackAzureUnion$outboundSchema: z.ZodType<
1282
+ PrepareDeploymentStackAzureUnion$Outbound,
1283
+ PrepareDeploymentStackAzureUnion
1284
+ > = z.union([
1079
1285
  z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
1080
1286
  z.any(),
1081
1287
  ]);
1082
1288
 
1083
- export function azureToJSON(azure: Azure): string {
1084
- return JSON.stringify(Azure$outboundSchema.parse(azure));
1289
+ export function prepareDeploymentStackAzureUnionToJSON(
1290
+ prepareDeploymentStackAzureUnion: PrepareDeploymentStackAzureUnion,
1291
+ ): string {
1292
+ return JSON.stringify(
1293
+ PrepareDeploymentStackAzureUnion$outboundSchema.parse(
1294
+ prepareDeploymentStackAzureUnion,
1295
+ ),
1296
+ );
1085
1297
  }
1086
1298
 
1087
1299
  /** @internal */
@@ -1106,87 +1318,117 @@ export function prepareDeploymentStackGcpToJSON(
1106
1318
  }
1107
1319
 
1108
1320
  /** @internal */
1109
- export type Gcp$Outbound = PrepareDeploymentStackGcp$Outbound | any;
1321
+ export type PrepareDeploymentStackGcpUnion$Outbound =
1322
+ | PrepareDeploymentStackGcp$Outbound
1323
+ | any;
1110
1324
 
1111
1325
  /** @internal */
1112
- export const Gcp$outboundSchema: z.ZodType<Gcp$Outbound, Gcp> = z.union([
1113
- z.lazy(() => PrepareDeploymentStackGcp$outboundSchema),
1114
- z.any(),
1115
- ]);
1326
+ export const PrepareDeploymentStackGcpUnion$outboundSchema: z.ZodType<
1327
+ PrepareDeploymentStackGcpUnion$Outbound,
1328
+ PrepareDeploymentStackGcpUnion
1329
+ > = z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]);
1116
1330
 
1117
- export function gcpToJSON(gcp: Gcp): string {
1118
- return JSON.stringify(Gcp$outboundSchema.parse(gcp));
1331
+ export function prepareDeploymentStackGcpUnionToJSON(
1332
+ prepareDeploymentStackGcpUnion: PrepareDeploymentStackGcpUnion,
1333
+ ): string {
1334
+ return JSON.stringify(
1335
+ PrepareDeploymentStackGcpUnion$outboundSchema.parse(
1336
+ prepareDeploymentStackGcpUnion,
1337
+ ),
1338
+ );
1119
1339
  }
1120
1340
 
1121
1341
  /** @internal */
1122
- export type TlsSecretRef$Outbound = {
1342
+ export type PrepareDeploymentStackTlsSecretRef$Outbound = {
1123
1343
  namespace?: string | null | undefined;
1124
1344
  secretName: string;
1125
1345
  };
1126
1346
 
1127
1347
  /** @internal */
1128
- export const TlsSecretRef$outboundSchema: z.ZodType<
1129
- TlsSecretRef$Outbound,
1130
- TlsSecretRef
1348
+ export const PrepareDeploymentStackTlsSecretRef$outboundSchema: z.ZodType<
1349
+ PrepareDeploymentStackTlsSecretRef$Outbound,
1350
+ PrepareDeploymentStackTlsSecretRef
1131
1351
  > = z.object({
1132
1352
  namespace: z.nullable(z.string()).optional(),
1133
1353
  secretName: z.string(),
1134
1354
  });
1135
1355
 
1136
- export function tlsSecretRefToJSON(tlsSecretRef: TlsSecretRef): string {
1137
- return JSON.stringify(TlsSecretRef$outboundSchema.parse(tlsSecretRef));
1356
+ export function prepareDeploymentStackTlsSecretRefToJSON(
1357
+ prepareDeploymentStackTlsSecretRef: PrepareDeploymentStackTlsSecretRef,
1358
+ ): string {
1359
+ return JSON.stringify(
1360
+ PrepareDeploymentStackTlsSecretRef$outboundSchema.parse(
1361
+ prepareDeploymentStackTlsSecretRef,
1362
+ ),
1363
+ );
1138
1364
  }
1139
1365
 
1140
1366
  /** @internal */
1141
- export type DomainsKubernetes$Outbound = {
1142
- tlsSecretRef: TlsSecretRef$Outbound;
1367
+ export type PrepareDeploymentStackDomainsKubernetes$Outbound = {
1368
+ tlsSecretRef: PrepareDeploymentStackTlsSecretRef$Outbound;
1143
1369
  };
1144
1370
 
1145
1371
  /** @internal */
1146
- export const DomainsKubernetes$outboundSchema: z.ZodType<
1147
- DomainsKubernetes$Outbound,
1148
- DomainsKubernetes
1372
+ export const PrepareDeploymentStackDomainsKubernetes$outboundSchema: z.ZodType<
1373
+ PrepareDeploymentStackDomainsKubernetes$Outbound,
1374
+ PrepareDeploymentStackDomainsKubernetes
1149
1375
  > = z.object({
1150
- tlsSecretRef: z.lazy(() => TlsSecretRef$outboundSchema),
1376
+ tlsSecretRef: z.lazy(() => PrepareDeploymentStackTlsSecretRef$outboundSchema),
1151
1377
  });
1152
1378
 
1153
- export function domainsKubernetesToJSON(
1154
- domainsKubernetes: DomainsKubernetes,
1379
+ export function prepareDeploymentStackDomainsKubernetesToJSON(
1380
+ prepareDeploymentStackDomainsKubernetes:
1381
+ PrepareDeploymentStackDomainsKubernetes,
1155
1382
  ): string {
1156
1383
  return JSON.stringify(
1157
- DomainsKubernetes$outboundSchema.parse(domainsKubernetes),
1384
+ PrepareDeploymentStackDomainsKubernetes$outboundSchema.parse(
1385
+ prepareDeploymentStackDomainsKubernetes,
1386
+ ),
1158
1387
  );
1159
1388
  }
1160
1389
 
1161
1390
  /** @internal */
1162
- export type DomainsKubernetesUnion$Outbound = DomainsKubernetes$Outbound | any;
1391
+ export type PrepareDeploymentStackDomainsKubernetesUnion$Outbound =
1392
+ | PrepareDeploymentStackDomainsKubernetes$Outbound
1393
+ | any;
1163
1394
 
1164
1395
  /** @internal */
1165
- export const DomainsKubernetesUnion$outboundSchema: z.ZodType<
1166
- DomainsKubernetesUnion$Outbound,
1167
- DomainsKubernetesUnion
1168
- > = z.union([z.lazy(() => DomainsKubernetes$outboundSchema), z.any()]);
1396
+ export const PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema:
1397
+ z.ZodType<
1398
+ PrepareDeploymentStackDomainsKubernetesUnion$Outbound,
1399
+ PrepareDeploymentStackDomainsKubernetesUnion
1400
+ > = z.union([
1401
+ z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
1402
+ z.any(),
1403
+ ]);
1169
1404
 
1170
- export function domainsKubernetesUnionToJSON(
1171
- domainsKubernetesUnion: DomainsKubernetesUnion,
1405
+ export function prepareDeploymentStackDomainsKubernetesUnionToJSON(
1406
+ prepareDeploymentStackDomainsKubernetesUnion:
1407
+ PrepareDeploymentStackDomainsKubernetesUnion,
1172
1408
  ): string {
1173
1409
  return JSON.stringify(
1174
- DomainsKubernetesUnion$outboundSchema.parse(domainsKubernetesUnion),
1410
+ PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema.parse(
1411
+ prepareDeploymentStackDomainsKubernetesUnion,
1412
+ ),
1175
1413
  );
1176
1414
  }
1177
1415
 
1178
1416
  /** @internal */
1179
- export type DomainsCertificate$Outbound = {
1417
+ export type PrepareDeploymentStackDomainsCertificate$Outbound = {
1180
1418
  aws?: PrepareDeploymentStackAws$Outbound | any | null | undefined;
1181
1419
  azure?: PrepareDeploymentStackAzure$Outbound | any | null | undefined;
1182
1420
  gcp?: PrepareDeploymentStackGcp$Outbound | any | null | undefined;
1183
- kubernetes?: DomainsKubernetes$Outbound | any | null | undefined;
1421
+ kubernetes?:
1422
+ | PrepareDeploymentStackDomainsKubernetes$Outbound
1423
+ | any
1424
+ | null
1425
+ | undefined;
1184
1426
  };
1185
1427
 
1186
1428
  /** @internal */
1187
- export const DomainsCertificate$outboundSchema: z.ZodType<
1188
- DomainsCertificate$Outbound,
1189
- DomainsCertificate
1429
+ export const PrepareDeploymentStackDomainsCertificate$outboundSchema: z.ZodType<
1430
+ PrepareDeploymentStackDomainsCertificate$Outbound,
1431
+ PrepareDeploymentStackDomainsCertificate
1190
1432
  > = z.object({
1191
1433
  aws: z.nullable(
1192
1434
  z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]),
@@ -1201,91 +1443,133 @@ export const DomainsCertificate$outboundSchema: z.ZodType<
1201
1443
  z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]),
1202
1444
  ).optional(),
1203
1445
  kubernetes: z.nullable(
1204
- z.union([z.lazy(() => DomainsKubernetes$outboundSchema), z.any()]),
1446
+ z.union([
1447
+ z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
1448
+ z.any(),
1449
+ ]),
1205
1450
  ).optional(),
1206
1451
  });
1207
1452
 
1208
- export function domainsCertificateToJSON(
1209
- domainsCertificate: DomainsCertificate,
1453
+ export function prepareDeploymentStackDomainsCertificateToJSON(
1454
+ prepareDeploymentStackDomainsCertificate:
1455
+ PrepareDeploymentStackDomainsCertificate,
1210
1456
  ): string {
1211
1457
  return JSON.stringify(
1212
- DomainsCertificate$outboundSchema.parse(domainsCertificate),
1458
+ PrepareDeploymentStackDomainsCertificate$outboundSchema.parse(
1459
+ prepareDeploymentStackDomainsCertificate,
1460
+ ),
1213
1461
  );
1214
1462
  }
1215
1463
 
1216
1464
  /** @internal */
1217
- export type CustomDomains$Outbound = {
1218
- certificate: DomainsCertificate$Outbound;
1465
+ export type PrepareDeploymentStackCustomDomains$Outbound = {
1466
+ certificate: PrepareDeploymentStackDomainsCertificate$Outbound;
1219
1467
  domain: string;
1220
1468
  };
1221
1469
 
1222
1470
  /** @internal */
1223
- export const CustomDomains$outboundSchema: z.ZodType<
1224
- CustomDomains$Outbound,
1225
- CustomDomains
1471
+ export const PrepareDeploymentStackCustomDomains$outboundSchema: z.ZodType<
1472
+ PrepareDeploymentStackCustomDomains$Outbound,
1473
+ PrepareDeploymentStackCustomDomains
1226
1474
  > = z.object({
1227
- certificate: z.lazy(() => DomainsCertificate$outboundSchema),
1475
+ certificate: z.lazy(() =>
1476
+ PrepareDeploymentStackDomainsCertificate$outboundSchema
1477
+ ),
1228
1478
  domain: z.string(),
1229
1479
  });
1230
1480
 
1231
- export function customDomainsToJSON(customDomains: CustomDomains): string {
1232
- return JSON.stringify(CustomDomains$outboundSchema.parse(customDomains));
1481
+ export function prepareDeploymentStackCustomDomainsToJSON(
1482
+ prepareDeploymentStackCustomDomains: PrepareDeploymentStackCustomDomains,
1483
+ ): string {
1484
+ return JSON.stringify(
1485
+ PrepareDeploymentStackCustomDomains$outboundSchema.parse(
1486
+ prepareDeploymentStackCustomDomains,
1487
+ ),
1488
+ );
1233
1489
  }
1234
1490
 
1235
1491
  /** @internal */
1236
- export type Domains$Outbound = {
1237
- customDomains?: { [k: string]: CustomDomains$Outbound } | null | undefined;
1492
+ export type PrepareDeploymentStackDomains$Outbound = {
1493
+ customDomains?:
1494
+ | { [k: string]: PrepareDeploymentStackCustomDomains$Outbound }
1495
+ | null
1496
+ | undefined;
1238
1497
  };
1239
1498
 
1240
1499
  /** @internal */
1241
- export const Domains$outboundSchema: z.ZodType<Domains$Outbound, Domains> = z
1242
- .object({
1243
- customDomains: z.nullable(
1244
- z.record(z.string(), z.lazy(() => CustomDomains$outboundSchema)),
1245
- ).optional(),
1246
- });
1500
+ export const PrepareDeploymentStackDomains$outboundSchema: z.ZodType<
1501
+ PrepareDeploymentStackDomains$Outbound,
1502
+ PrepareDeploymentStackDomains
1503
+ > = z.object({
1504
+ customDomains: z.nullable(
1505
+ z.record(
1506
+ z.string(),
1507
+ z.lazy(() => PrepareDeploymentStackCustomDomains$outboundSchema),
1508
+ ),
1509
+ ).optional(),
1510
+ });
1247
1511
 
1248
- export function domainsToJSON(domains: Domains): string {
1249
- return JSON.stringify(Domains$outboundSchema.parse(domains));
1512
+ export function prepareDeploymentStackDomainsToJSON(
1513
+ prepareDeploymentStackDomains: PrepareDeploymentStackDomains,
1514
+ ): string {
1515
+ return JSON.stringify(
1516
+ PrepareDeploymentStackDomains$outboundSchema.parse(
1517
+ prepareDeploymentStackDomains,
1518
+ ),
1519
+ );
1250
1520
  }
1251
1521
 
1252
1522
  /** @internal */
1253
- export type DomainsUnion$Outbound = Domains$Outbound | any;
1523
+ export type PrepareDeploymentStackDomainsUnion$Outbound =
1524
+ | PrepareDeploymentStackDomains$Outbound
1525
+ | any;
1254
1526
 
1255
1527
  /** @internal */
1256
- export const DomainsUnion$outboundSchema: z.ZodType<
1257
- DomainsUnion$Outbound,
1258
- DomainsUnion
1259
- > = z.union([z.lazy(() => Domains$outboundSchema), z.any()]);
1528
+ export const PrepareDeploymentStackDomainsUnion$outboundSchema: z.ZodType<
1529
+ PrepareDeploymentStackDomainsUnion$Outbound,
1530
+ PrepareDeploymentStackDomainsUnion
1531
+ > = z.union([
1532
+ z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
1533
+ z.any(),
1534
+ ]);
1260
1535
 
1261
- export function domainsUnionToJSON(domainsUnion: DomainsUnion): string {
1262
- return JSON.stringify(DomainsUnion$outboundSchema.parse(domainsUnion));
1536
+ export function prepareDeploymentStackDomainsUnionToJSON(
1537
+ prepareDeploymentStackDomainsUnion: PrepareDeploymentStackDomainsUnion,
1538
+ ): string {
1539
+ return JSON.stringify(
1540
+ PrepareDeploymentStackDomainsUnion$outboundSchema.parse(
1541
+ prepareDeploymentStackDomainsUnion,
1542
+ ),
1543
+ );
1263
1544
  }
1264
1545
 
1265
1546
  /** @internal */
1266
- export type ExternalBindings$Outbound = {};
1547
+ export type PrepareDeploymentStackExternalBindings$Outbound = {};
1267
1548
 
1268
1549
  /** @internal */
1269
- export const ExternalBindings$outboundSchema: z.ZodType<
1270
- ExternalBindings$Outbound,
1271
- ExternalBindings
1550
+ export const PrepareDeploymentStackExternalBindings$outboundSchema: z.ZodType<
1551
+ PrepareDeploymentStackExternalBindings$Outbound,
1552
+ PrepareDeploymentStackExternalBindings
1272
1553
  > = z.object({});
1273
1554
 
1274
- export function externalBindingsToJSON(
1275
- externalBindings: ExternalBindings,
1555
+ export function prepareDeploymentStackExternalBindingsToJSON(
1556
+ prepareDeploymentStackExternalBindings:
1557
+ PrepareDeploymentStackExternalBindings,
1276
1558
  ): string {
1277
1559
  return JSON.stringify(
1278
- ExternalBindings$outboundSchema.parse(externalBindings),
1560
+ PrepareDeploymentStackExternalBindings$outboundSchema.parse(
1561
+ prepareDeploymentStackExternalBindings,
1562
+ ),
1279
1563
  );
1280
1564
  }
1281
1565
 
1282
1566
  /** @internal */
1283
- export const Heartbeats$outboundSchema: z.ZodEnum<typeof Heartbeats> = z.enum(
1284
- Heartbeats,
1285
- );
1567
+ export const PrepareDeploymentStackHeartbeats$outboundSchema: z.ZodEnum<
1568
+ typeof PrepareDeploymentStackHeartbeats
1569
+ > = z.enum(PrepareDeploymentStackHeartbeats);
1286
1570
 
1287
1571
  /** @internal */
1288
- export type Cloud$Outbound = {
1572
+ export type PrepareDeploymentStackCloud$Outbound = {
1289
1573
  accountId?: string | null | undefined;
1290
1574
  clusterId?: string | null | undefined;
1291
1575
  clusterName?: string | null | undefined;
@@ -1296,7 +1580,10 @@ export type Cloud$Outbound = {
1296
1580
  };
1297
1581
 
1298
1582
  /** @internal */
1299
- export const Cloud$outboundSchema: z.ZodType<Cloud$Outbound, Cloud> = z.object({
1583
+ export const PrepareDeploymentStackCloud$outboundSchema: z.ZodType<
1584
+ PrepareDeploymentStackCloud$Outbound,
1585
+ PrepareDeploymentStackCloud
1586
+ > = z.object({
1300
1587
  accountId: z.nullable(z.string()).optional(),
1301
1588
  clusterId: z.nullable(z.string()).optional(),
1302
1589
  clusterName: z.nullable(z.string()).optional(),
@@ -1306,287 +1593,360 @@ export const Cloud$outboundSchema: z.ZodType<Cloud$Outbound, Cloud> = z.object({
1306
1593
  subscriptionId: z.nullable(z.string()).optional(),
1307
1594
  });
1308
1595
 
1309
- export function cloudToJSON(cloud: Cloud): string {
1310
- return JSON.stringify(Cloud$outboundSchema.parse(cloud));
1596
+ export function prepareDeploymentStackCloudToJSON(
1597
+ prepareDeploymentStackCloud: PrepareDeploymentStackCloud,
1598
+ ): string {
1599
+ return JSON.stringify(
1600
+ PrepareDeploymentStackCloud$outboundSchema.parse(
1601
+ prepareDeploymentStackCloud,
1602
+ ),
1603
+ );
1311
1604
  }
1312
1605
 
1313
1606
  /** @internal */
1314
- export type CloudUnion$Outbound = Cloud$Outbound | any;
1607
+ export type PrepareDeploymentStackCloudUnion$Outbound =
1608
+ | PrepareDeploymentStackCloud$Outbound
1609
+ | any;
1315
1610
 
1316
1611
  /** @internal */
1317
- export const CloudUnion$outboundSchema: z.ZodType<
1318
- CloudUnion$Outbound,
1319
- CloudUnion
1320
- > = z.union([z.lazy(() => Cloud$outboundSchema), z.any()]);
1612
+ export const PrepareDeploymentStackCloudUnion$outboundSchema: z.ZodType<
1613
+ PrepareDeploymentStackCloudUnion$Outbound,
1614
+ PrepareDeploymentStackCloudUnion
1615
+ > = z.union([
1616
+ z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
1617
+ z.any(),
1618
+ ]);
1321
1619
 
1322
- export function cloudUnionToJSON(cloudUnion: CloudUnion): string {
1323
- return JSON.stringify(CloudUnion$outboundSchema.parse(cloudUnion));
1620
+ export function prepareDeploymentStackCloudUnionToJSON(
1621
+ prepareDeploymentStackCloudUnion: PrepareDeploymentStackCloudUnion,
1622
+ ): string {
1623
+ return JSON.stringify(
1624
+ PrepareDeploymentStackCloudUnion$outboundSchema.parse(
1625
+ prepareDeploymentStackCloudUnion,
1626
+ ),
1627
+ );
1324
1628
  }
1325
1629
 
1326
1630
  /** @internal */
1327
- export const Ownership$outboundSchema: z.ZodEnum<typeof Ownership> = z.enum(
1328
- Ownership,
1329
- );
1631
+ export const PrepareDeploymentStackOwnership$outboundSchema: z.ZodEnum<
1632
+ typeof PrepareDeploymentStackOwnership
1633
+ > = z.enum(PrepareDeploymentStackOwnership);
1330
1634
 
1331
1635
  /** @internal */
1332
- export type Cluster$Outbound = {
1333
- cloud?: Cloud$Outbound | any | null | undefined;
1636
+ export type PrepareDeploymentStackCluster$Outbound = {
1637
+ cloud?: PrepareDeploymentStackCloud$Outbound | any | null | undefined;
1334
1638
  namespace?: string | null | undefined;
1335
1639
  ownership: string;
1336
1640
  };
1337
1641
 
1338
1642
  /** @internal */
1339
- export const Cluster$outboundSchema: z.ZodType<Cluster$Outbound, Cluster> = z
1340
- .object({
1341
- cloud: z.nullable(z.union([z.lazy(() => Cloud$outboundSchema), z.any()]))
1342
- .optional(),
1343
- namespace: z.nullable(z.string()).optional(),
1344
- ownership: Ownership$outboundSchema,
1345
- });
1643
+ export const PrepareDeploymentStackCluster$outboundSchema: z.ZodType<
1644
+ PrepareDeploymentStackCluster$Outbound,
1645
+ PrepareDeploymentStackCluster
1646
+ > = z.object({
1647
+ cloud: z.nullable(
1648
+ z.union([
1649
+ z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
1650
+ z.any(),
1651
+ ]),
1652
+ ).optional(),
1653
+ namespace: z.nullable(z.string()).optional(),
1654
+ ownership: PrepareDeploymentStackOwnership$outboundSchema,
1655
+ });
1346
1656
 
1347
- export function clusterToJSON(cluster: Cluster): string {
1348
- return JSON.stringify(Cluster$outboundSchema.parse(cluster));
1657
+ export function prepareDeploymentStackClusterToJSON(
1658
+ prepareDeploymentStackCluster: PrepareDeploymentStackCluster,
1659
+ ): string {
1660
+ return JSON.stringify(
1661
+ PrepareDeploymentStackCluster$outboundSchema.parse(
1662
+ prepareDeploymentStackCluster,
1663
+ ),
1664
+ );
1349
1665
  }
1350
1666
 
1351
1667
  /** @internal */
1352
- export type ClusterUnion$Outbound = Cluster$Outbound | any;
1668
+ export type PrepareDeploymentStackClusterUnion$Outbound =
1669
+ | PrepareDeploymentStackCluster$Outbound
1670
+ | any;
1353
1671
 
1354
1672
  /** @internal */
1355
- export const ClusterUnion$outboundSchema: z.ZodType<
1356
- ClusterUnion$Outbound,
1357
- ClusterUnion
1358
- > = z.union([z.lazy(() => Cluster$outboundSchema), z.any()]);
1673
+ export const PrepareDeploymentStackClusterUnion$outboundSchema: z.ZodType<
1674
+ PrepareDeploymentStackClusterUnion$Outbound,
1675
+ PrepareDeploymentStackClusterUnion
1676
+ > = z.union([
1677
+ z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
1678
+ z.any(),
1679
+ ]);
1359
1680
 
1360
- export function clusterUnionToJSON(clusterUnion: ClusterUnion): string {
1361
- return JSON.stringify(ClusterUnion$outboundSchema.parse(clusterUnion));
1681
+ export function prepareDeploymentStackClusterUnionToJSON(
1682
+ prepareDeploymentStackClusterUnion: PrepareDeploymentStackClusterUnion,
1683
+ ): string {
1684
+ return JSON.stringify(
1685
+ PrepareDeploymentStackClusterUnion$outboundSchema.parse(
1686
+ prepareDeploymentStackClusterUnion,
1687
+ ),
1688
+ );
1362
1689
  }
1363
1690
 
1364
1691
  /** @internal */
1365
- export type CertificateNone2$Outbound = {
1692
+ export type PrepareDeploymentStackCertificateNone2$Outbound = {
1366
1693
  mode: "none";
1367
1694
  };
1368
1695
 
1369
1696
  /** @internal */
1370
- export const CertificateNone2$outboundSchema: z.ZodType<
1371
- CertificateNone2$Outbound,
1372
- CertificateNone2
1697
+ export const PrepareDeploymentStackCertificateNone2$outboundSchema: z.ZodType<
1698
+ PrepareDeploymentStackCertificateNone2$Outbound,
1699
+ PrepareDeploymentStackCertificateNone2
1373
1700
  > = z.object({
1374
1701
  mode: z.literal("none"),
1375
1702
  });
1376
1703
 
1377
- export function certificateNone2ToJSON(
1378
- certificateNone2: CertificateNone2,
1704
+ export function prepareDeploymentStackCertificateNone2ToJSON(
1705
+ prepareDeploymentStackCertificateNone2:
1706
+ PrepareDeploymentStackCertificateNone2,
1379
1707
  ): string {
1380
1708
  return JSON.stringify(
1381
- CertificateNone2$outboundSchema.parse(certificateNone2),
1709
+ PrepareDeploymentStackCertificateNone2$outboundSchema.parse(
1710
+ prepareDeploymentStackCertificateNone2,
1711
+ ),
1382
1712
  );
1383
1713
  }
1384
1714
 
1385
1715
  /** @internal */
1386
- export type CertificateManagedTLSSecret2$Outbound = {
1716
+ export type PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound = {
1387
1717
  mode: "managedTlsSecret";
1388
1718
  secretNameTemplate: string;
1389
1719
  };
1390
1720
 
1391
1721
  /** @internal */
1392
- export const CertificateManagedTLSSecret2$outboundSchema: z.ZodType<
1393
- CertificateManagedTLSSecret2$Outbound,
1394
- CertificateManagedTLSSecret2
1395
- > = z.object({
1396
- mode: z.literal("managedTlsSecret"),
1397
- secretNameTemplate: z.string(),
1398
- });
1722
+ export const PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema:
1723
+ z.ZodType<
1724
+ PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound,
1725
+ PrepareDeploymentStackCertificateManagedTLSSecret2
1726
+ > = z.object({
1727
+ mode: z.literal("managedTlsSecret"),
1728
+ secretNameTemplate: z.string(),
1729
+ });
1399
1730
 
1400
- export function certificateManagedTLSSecret2ToJSON(
1401
- certificateManagedTLSSecret2: CertificateManagedTLSSecret2,
1731
+ export function prepareDeploymentStackCertificateManagedTLSSecret2ToJSON(
1732
+ prepareDeploymentStackCertificateManagedTLSSecret2:
1733
+ PrepareDeploymentStackCertificateManagedTLSSecret2,
1402
1734
  ): string {
1403
1735
  return JSON.stringify(
1404
- CertificateManagedTLSSecret2$outboundSchema.parse(
1405
- certificateManagedTLSSecret2,
1736
+ PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema.parse(
1737
+ prepareDeploymentStackCertificateManagedTLSSecret2,
1406
1738
  ),
1407
1739
  );
1408
1740
  }
1409
1741
 
1410
1742
  /** @internal */
1411
- export type CertificateAwsAcmArn2$Outbound = {
1743
+ export type PrepareDeploymentStackCertificateAwsAcmArn2$Outbound = {
1412
1744
  certificateArn: string;
1413
1745
  mode: "awsAcmArn";
1414
1746
  };
1415
1747
 
1416
1748
  /** @internal */
1417
- export const CertificateAwsAcmArn2$outboundSchema: z.ZodType<
1418
- CertificateAwsAcmArn2$Outbound,
1419
- CertificateAwsAcmArn2
1420
- > = z.object({
1421
- certificateArn: z.string(),
1422
- mode: z.literal("awsAcmArn"),
1423
- });
1749
+ export const PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema:
1750
+ z.ZodType<
1751
+ PrepareDeploymentStackCertificateAwsAcmArn2$Outbound,
1752
+ PrepareDeploymentStackCertificateAwsAcmArn2
1753
+ > = z.object({
1754
+ certificateArn: z.string(),
1755
+ mode: z.literal("awsAcmArn"),
1756
+ });
1424
1757
 
1425
- export function certificateAwsAcmArn2ToJSON(
1426
- certificateAwsAcmArn2: CertificateAwsAcmArn2,
1758
+ export function prepareDeploymentStackCertificateAwsAcmArn2ToJSON(
1759
+ prepareDeploymentStackCertificateAwsAcmArn2:
1760
+ PrepareDeploymentStackCertificateAwsAcmArn2,
1427
1761
  ): string {
1428
1762
  return JSON.stringify(
1429
- CertificateAwsAcmArn2$outboundSchema.parse(certificateAwsAcmArn2),
1763
+ PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema.parse(
1764
+ prepareDeploymentStackCertificateAwsAcmArn2,
1765
+ ),
1430
1766
  );
1431
1767
  }
1432
1768
 
1433
1769
  /** @internal */
1434
- export type CertificateManagedAcmImport2$Outbound = {
1770
+ export type PrepareDeploymentStackCertificateManagedAcmImport2$Outbound = {
1435
1771
  mode: "managedAcmImport";
1436
1772
  region?: string | null | undefined;
1437
1773
  tags?: { [k: string]: string } | undefined;
1438
1774
  };
1439
1775
 
1440
1776
  /** @internal */
1441
- export const CertificateManagedAcmImport2$outboundSchema: z.ZodType<
1442
- CertificateManagedAcmImport2$Outbound,
1443
- CertificateManagedAcmImport2
1444
- > = z.object({
1445
- mode: z.literal("managedAcmImport"),
1446
- region: z.nullable(z.string()).optional(),
1447
- tags: z.record(z.string(), z.string()).optional(),
1448
- });
1777
+ export const PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema:
1778
+ z.ZodType<
1779
+ PrepareDeploymentStackCertificateManagedAcmImport2$Outbound,
1780
+ PrepareDeploymentStackCertificateManagedAcmImport2
1781
+ > = z.object({
1782
+ mode: z.literal("managedAcmImport"),
1783
+ region: z.nullable(z.string()).optional(),
1784
+ tags: z.record(z.string(), z.string()).optional(),
1785
+ });
1449
1786
 
1450
- export function certificateManagedAcmImport2ToJSON(
1451
- certificateManagedAcmImport2: CertificateManagedAcmImport2,
1787
+ export function prepareDeploymentStackCertificateManagedAcmImport2ToJSON(
1788
+ prepareDeploymentStackCertificateManagedAcmImport2:
1789
+ PrepareDeploymentStackCertificateManagedAcmImport2,
1452
1790
  ): string {
1453
1791
  return JSON.stringify(
1454
- CertificateManagedAcmImport2$outboundSchema.parse(
1455
- certificateManagedAcmImport2,
1792
+ PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema.parse(
1793
+ prepareDeploymentStackCertificateManagedAcmImport2,
1456
1794
  ),
1457
1795
  );
1458
1796
  }
1459
1797
 
1460
1798
  /** @internal */
1461
- export type CertificateTLSSecretRef2$Outbound = {
1799
+ export type PrepareDeploymentStackCertificateTLSSecretRef2$Outbound = {
1462
1800
  namespace?: string | null | undefined;
1463
1801
  secretName: string;
1464
1802
  mode: "tlsSecretRef";
1465
1803
  };
1466
1804
 
1467
1805
  /** @internal */
1468
- export const CertificateTLSSecretRef2$outboundSchema: z.ZodType<
1469
- CertificateTLSSecretRef2$Outbound,
1470
- CertificateTLSSecretRef2
1471
- > = z.object({
1472
- namespace: z.nullable(z.string()).optional(),
1473
- secretName: z.string(),
1474
- mode: z.literal("tlsSecretRef"),
1475
- });
1806
+ export const PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema:
1807
+ z.ZodType<
1808
+ PrepareDeploymentStackCertificateTLSSecretRef2$Outbound,
1809
+ PrepareDeploymentStackCertificateTLSSecretRef2
1810
+ > = z.object({
1811
+ namespace: z.nullable(z.string()).optional(),
1812
+ secretName: z.string(),
1813
+ mode: z.literal("tlsSecretRef"),
1814
+ });
1476
1815
 
1477
- export function certificateTLSSecretRef2ToJSON(
1478
- certificateTLSSecretRef2: CertificateTLSSecretRef2,
1816
+ export function prepareDeploymentStackCertificateTLSSecretRef2ToJSON(
1817
+ prepareDeploymentStackCertificateTLSSecretRef2:
1818
+ PrepareDeploymentStackCertificateTLSSecretRef2,
1479
1819
  ): string {
1480
1820
  return JSON.stringify(
1481
- CertificateTLSSecretRef2$outboundSchema.parse(certificateTLSSecretRef2),
1821
+ PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema.parse(
1822
+ prepareDeploymentStackCertificateTLSSecretRef2,
1823
+ ),
1482
1824
  );
1483
1825
  }
1484
1826
 
1485
1827
  /** @internal */
1486
- export type CertificateUnion2$Outbound =
1487
- | CertificateTLSSecretRef2$Outbound
1488
- | CertificateManagedAcmImport2$Outbound
1489
- | CertificateAwsAcmArn2$Outbound
1490
- | CertificateManagedTLSSecret2$Outbound
1491
- | CertificateNone2$Outbound;
1828
+ export type PrepareDeploymentStackCertificateUnion2$Outbound =
1829
+ | PrepareDeploymentStackCertificateTLSSecretRef2$Outbound
1830
+ | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound
1831
+ | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound
1832
+ | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound
1833
+ | PrepareDeploymentStackCertificateNone2$Outbound;
1492
1834
 
1493
1835
  /** @internal */
1494
- export const CertificateUnion2$outboundSchema: z.ZodType<
1495
- CertificateUnion2$Outbound,
1496
- CertificateUnion2
1836
+ export const PrepareDeploymentStackCertificateUnion2$outboundSchema: z.ZodType<
1837
+ PrepareDeploymentStackCertificateUnion2$Outbound,
1838
+ PrepareDeploymentStackCertificateUnion2
1497
1839
  > = z.union([
1498
- z.lazy(() => CertificateTLSSecretRef2$outboundSchema),
1499
- z.lazy(() => CertificateManagedAcmImport2$outboundSchema),
1500
- z.lazy(() => CertificateAwsAcmArn2$outboundSchema),
1501
- z.lazy(() => CertificateManagedTLSSecret2$outboundSchema),
1502
- z.lazy(() => CertificateNone2$outboundSchema),
1840
+ z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
1841
+ z.lazy(() =>
1842
+ PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema
1843
+ ),
1844
+ z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
1845
+ z.lazy(() =>
1846
+ PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema
1847
+ ),
1848
+ z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
1503
1849
  ]);
1504
1850
 
1505
- export function certificateUnion2ToJSON(
1506
- certificateUnion2: CertificateUnion2,
1851
+ export function prepareDeploymentStackCertificateUnion2ToJSON(
1852
+ prepareDeploymentStackCertificateUnion2:
1853
+ PrepareDeploymentStackCertificateUnion2,
1507
1854
  ): string {
1508
1855
  return JSON.stringify(
1509
- CertificateUnion2$outboundSchema.parse(certificateUnion2),
1856
+ PrepareDeploymentStackCertificateUnion2$outboundSchema.parse(
1857
+ prepareDeploymentStackCertificateUnion2,
1858
+ ),
1510
1859
  );
1511
1860
  }
1512
1861
 
1513
1862
  /** @internal */
1514
- export const ModeCustom$outboundSchema: z.ZodEnum<typeof ModeCustom> = z.enum(
1515
- ModeCustom,
1516
- );
1863
+ export const PrepareDeploymentStackModeCustom$outboundSchema: z.ZodEnum<
1864
+ typeof PrepareDeploymentStackModeCustom
1865
+ > = z.enum(PrepareDeploymentStackModeCustom);
1517
1866
 
1518
1867
  /** @internal */
1519
- export const ProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
1520
- z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum4> = z.enum(
1521
- ProviderAzureApplicationGatewayForContainersEnum4,
1868
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
1869
+ z.ZodEnum<
1870
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4
1871
+ > = z.enum(
1872
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4,
1522
1873
  );
1523
1874
 
1524
1875
  /** @internal */
1525
- export type ProviderAzureApplicationGatewayForContainers4$Outbound = {
1526
- albName?: string | null | undefined;
1527
- albNamespace?: string | null | undefined;
1528
- frontend: string;
1529
- provider: string;
1530
- };
1876
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound =
1877
+ {
1878
+ albName?: string | null | undefined;
1879
+ albNamespace?: string | null | undefined;
1880
+ frontend: string;
1881
+ provider: string;
1882
+ };
1531
1883
 
1532
1884
  /** @internal */
1533
- export const ProviderAzureApplicationGatewayForContainers4$outboundSchema:
1885
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema:
1534
1886
  z.ZodType<
1535
- ProviderAzureApplicationGatewayForContainers4$Outbound,
1536
- ProviderAzureApplicationGatewayForContainers4
1887
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound,
1888
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
1537
1889
  > = z.object({
1538
1890
  albName: z.nullable(z.string()).optional(),
1539
1891
  albNamespace: z.nullable(z.string()).optional(),
1540
1892
  frontend: z.string(),
1541
- provider: ProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
1893
+ provider:
1894
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
1542
1895
  });
1543
1896
 
1544
- export function providerAzureApplicationGatewayForContainers4ToJSON(
1545
- providerAzureApplicationGatewayForContainers4:
1546
- ProviderAzureApplicationGatewayForContainers4,
1897
+ export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers4ToJSON(
1898
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers4:
1899
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4,
1547
1900
  ): string {
1548
1901
  return JSON.stringify(
1549
- ProviderAzureApplicationGatewayForContainers4$outboundSchema.parse(
1550
- providerAzureApplicationGatewayForContainers4,
1551
- ),
1902
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
1903
+ .parse(
1904
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers4,
1905
+ ),
1552
1906
  );
1553
1907
  }
1554
1908
 
1555
1909
  /** @internal */
1556
- export const ProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<
1557
- typeof ProviderGkeGatewayEnum4
1558
- > = z.enum(ProviderGkeGatewayEnum4);
1910
+ export const PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema:
1911
+ z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4> = z.enum(
1912
+ PrepareDeploymentStackProviderGkeGatewayEnum4,
1913
+ );
1559
1914
 
1560
1915
  /** @internal */
1561
- export type ProviderGkeGateway4$Outbound = {
1916
+ export type PrepareDeploymentStackProviderGkeGateway4$Outbound = {
1562
1917
  provider: string;
1563
1918
  staticAddressName?: string | null | undefined;
1564
1919
  };
1565
1920
 
1566
1921
  /** @internal */
1567
- export const ProviderGkeGateway4$outboundSchema: z.ZodType<
1568
- ProviderGkeGateway4$Outbound,
1569
- ProviderGkeGateway4
1570
- > = z.object({
1571
- provider: ProviderGkeGatewayEnum4$outboundSchema,
1572
- staticAddressName: z.nullable(z.string()).optional(),
1573
- });
1922
+ export const PrepareDeploymentStackProviderGkeGateway4$outboundSchema:
1923
+ z.ZodType<
1924
+ PrepareDeploymentStackProviderGkeGateway4$Outbound,
1925
+ PrepareDeploymentStackProviderGkeGateway4
1926
+ > = z.object({
1927
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema,
1928
+ staticAddressName: z.nullable(z.string()).optional(),
1929
+ });
1574
1930
 
1575
- export function providerGkeGateway4ToJSON(
1576
- providerGkeGateway4: ProviderGkeGateway4,
1931
+ export function prepareDeploymentStackProviderGkeGateway4ToJSON(
1932
+ prepareDeploymentStackProviderGkeGateway4:
1933
+ PrepareDeploymentStackProviderGkeGateway4,
1577
1934
  ): string {
1578
1935
  return JSON.stringify(
1579
- ProviderGkeGateway4$outboundSchema.parse(providerGkeGateway4),
1936
+ PrepareDeploymentStackProviderGkeGateway4$outboundSchema.parse(
1937
+ prepareDeploymentStackProviderGkeGateway4,
1938
+ ),
1580
1939
  );
1581
1940
  }
1582
1941
 
1583
1942
  /** @internal */
1584
- export const ProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<
1585
- typeof ProviderAwsAlbEnum4
1586
- > = z.enum(ProviderAwsAlbEnum4);
1943
+ export const PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema:
1944
+ z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4> = z.enum(
1945
+ PrepareDeploymentStackProviderAwsAlbEnum4,
1946
+ );
1587
1947
 
1588
1948
  /** @internal */
1589
- export type ProviderAwsAlb4$Outbound = {
1949
+ export type PrepareDeploymentStackProviderAwsAlb4$Outbound = {
1590
1950
  ipAddressType?: string | null | undefined;
1591
1951
  provider: string;
1592
1952
  scheme: string;
@@ -1595,56 +1955,68 @@ export type ProviderAwsAlb4$Outbound = {
1595
1955
  };
1596
1956
 
1597
1957
  /** @internal */
1598
- export const ProviderAwsAlb4$outboundSchema: z.ZodType<
1599
- ProviderAwsAlb4$Outbound,
1600
- ProviderAwsAlb4
1958
+ export const PrepareDeploymentStackProviderAwsAlb4$outboundSchema: z.ZodType<
1959
+ PrepareDeploymentStackProviderAwsAlb4$Outbound,
1960
+ PrepareDeploymentStackProviderAwsAlb4
1601
1961
  > = z.object({
1602
1962
  ipAddressType: z.nullable(z.string()).optional(),
1603
- provider: ProviderAwsAlbEnum4$outboundSchema,
1963
+ provider: PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema,
1604
1964
  scheme: z.string(),
1605
1965
  subnetIds: z.array(z.string()).optional(),
1606
1966
  targetType: z.string(),
1607
1967
  });
1608
1968
 
1609
- export function providerAwsAlb4ToJSON(
1610
- providerAwsAlb4: ProviderAwsAlb4,
1969
+ export function prepareDeploymentStackProviderAwsAlb4ToJSON(
1970
+ prepareDeploymentStackProviderAwsAlb4: PrepareDeploymentStackProviderAwsAlb4,
1611
1971
  ): string {
1612
- return JSON.stringify(ProviderAwsAlb4$outboundSchema.parse(providerAwsAlb4));
1972
+ return JSON.stringify(
1973
+ PrepareDeploymentStackProviderAwsAlb4$outboundSchema.parse(
1974
+ prepareDeploymentStackProviderAwsAlb4,
1975
+ ),
1976
+ );
1613
1977
  }
1614
1978
 
1615
1979
  /** @internal */
1616
- export type ProviderUnion4$Outbound =
1617
- | ProviderAwsAlb4$Outbound
1618
- | ProviderAzureApplicationGatewayForContainers4$Outbound
1619
- | ProviderGkeGateway4$Outbound
1980
+ export type PrepareDeploymentStackProviderUnion4$Outbound =
1981
+ | PrepareDeploymentStackProviderAwsAlb4$Outbound
1982
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound
1983
+ | PrepareDeploymentStackProviderGkeGateway4$Outbound
1620
1984
  | any;
1621
1985
 
1622
1986
  /** @internal */
1623
- export const ProviderUnion4$outboundSchema: z.ZodType<
1624
- ProviderUnion4$Outbound,
1625
- ProviderUnion4
1987
+ export const PrepareDeploymentStackProviderUnion4$outboundSchema: z.ZodType<
1988
+ PrepareDeploymentStackProviderUnion4$Outbound,
1989
+ PrepareDeploymentStackProviderUnion4
1626
1990
  > = z.union([
1627
- z.lazy(() => ProviderAwsAlb4$outboundSchema),
1628
- z.lazy(() => ProviderAzureApplicationGatewayForContainers4$outboundSchema),
1629
- z.lazy(() => ProviderGkeGateway4$outboundSchema),
1991
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
1992
+ z.lazy(() =>
1993
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
1994
+ ),
1995
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
1630
1996
  z.any(),
1631
1997
  ]);
1632
1998
 
1633
- export function providerUnion4ToJSON(providerUnion4: ProviderUnion4): string {
1634
- return JSON.stringify(ProviderUnion4$outboundSchema.parse(providerUnion4));
1999
+ export function prepareDeploymentStackProviderUnion4ToJSON(
2000
+ prepareDeploymentStackProviderUnion4: PrepareDeploymentStackProviderUnion4,
2001
+ ): string {
2002
+ return JSON.stringify(
2003
+ PrepareDeploymentStackProviderUnion4$outboundSchema.parse(
2004
+ prepareDeploymentStackProviderUnion4,
2005
+ ),
2006
+ );
1635
2007
  }
1636
2008
 
1637
2009
  /** @internal */
1638
- export type RouteGateway2$Outbound = {
2010
+ export type PrepareDeploymentStackRouteGateway2$Outbound = {
1639
2011
  annotations?: { [k: string]: string } | undefined;
1640
2012
  controller?: string | null | undefined;
1641
2013
  gatewayClassName: string;
1642
2014
  labels?: { [k: string]: string } | undefined;
1643
2015
  listenerPort: number;
1644
2016
  provider?:
1645
- | ProviderAwsAlb4$Outbound
1646
- | ProviderAzureApplicationGatewayForContainers4$Outbound
1647
- | ProviderGkeGateway4$Outbound
2017
+ | PrepareDeploymentStackProviderAwsAlb4$Outbound
2018
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound
2019
+ | PrepareDeploymentStackProviderGkeGateway4$Outbound
1648
2020
  | any
1649
2021
  | null
1650
2022
  | undefined;
@@ -1652,9 +2024,9 @@ export type RouteGateway2$Outbound = {
1652
2024
  };
1653
2025
 
1654
2026
  /** @internal */
1655
- export const RouteGateway2$outboundSchema: z.ZodType<
1656
- RouteGateway2$Outbound,
1657
- RouteGateway2
2027
+ export const PrepareDeploymentStackRouteGateway2$outboundSchema: z.ZodType<
2028
+ PrepareDeploymentStackRouteGateway2$Outbound,
2029
+ PrepareDeploymentStackRouteGateway2
1658
2030
  > = z.object({
1659
2031
  annotations: z.record(z.string(), z.string()).optional(),
1660
2032
  controller: z.nullable(z.string()).optional(),
@@ -1663,93 +2035,110 @@ export const RouteGateway2$outboundSchema: z.ZodType<
1663
2035
  listenerPort: z.int(),
1664
2036
  provider: z.nullable(
1665
2037
  z.union([
1666
- z.lazy(() => ProviderAwsAlb4$outboundSchema),
2038
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
1667
2039
  z.lazy(() =>
1668
- ProviderAzureApplicationGatewayForContainers4$outboundSchema
2040
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
1669
2041
  ),
1670
- z.lazy(() => ProviderGkeGateway4$outboundSchema),
2042
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
1671
2043
  z.any(),
1672
2044
  ]),
1673
2045
  ).optional(),
1674
2046
  routeApi: z.literal("gateway"),
1675
2047
  });
1676
2048
 
1677
- export function routeGateway2ToJSON(routeGateway2: RouteGateway2): string {
1678
- return JSON.stringify(RouteGateway2$outboundSchema.parse(routeGateway2));
2049
+ export function prepareDeploymentStackRouteGateway2ToJSON(
2050
+ prepareDeploymentStackRouteGateway2: PrepareDeploymentStackRouteGateway2,
2051
+ ): string {
2052
+ return JSON.stringify(
2053
+ PrepareDeploymentStackRouteGateway2$outboundSchema.parse(
2054
+ prepareDeploymentStackRouteGateway2,
2055
+ ),
2056
+ );
1679
2057
  }
1680
2058
 
1681
2059
  /** @internal */
1682
- export const ProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
1683
- z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum3> = z.enum(
1684
- ProviderAzureApplicationGatewayForContainersEnum3,
2060
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
2061
+ z.ZodEnum<
2062
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3
2063
+ > = z.enum(
2064
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3,
1685
2065
  );
1686
2066
 
1687
2067
  /** @internal */
1688
- export type ProviderAzureApplicationGatewayForContainers3$Outbound = {
1689
- albName?: string | null | undefined;
1690
- albNamespace?: string | null | undefined;
1691
- frontend: string;
1692
- provider: string;
1693
- };
2068
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound =
2069
+ {
2070
+ albName?: string | null | undefined;
2071
+ albNamespace?: string | null | undefined;
2072
+ frontend: string;
2073
+ provider: string;
2074
+ };
1694
2075
 
1695
2076
  /** @internal */
1696
- export const ProviderAzureApplicationGatewayForContainers3$outboundSchema:
2077
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema:
1697
2078
  z.ZodType<
1698
- ProviderAzureApplicationGatewayForContainers3$Outbound,
1699
- ProviderAzureApplicationGatewayForContainers3
2079
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound,
2080
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
1700
2081
  > = z.object({
1701
2082
  albName: z.nullable(z.string()).optional(),
1702
2083
  albNamespace: z.nullable(z.string()).optional(),
1703
2084
  frontend: z.string(),
1704
- provider: ProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
2085
+ provider:
2086
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
1705
2087
  });
1706
2088
 
1707
- export function providerAzureApplicationGatewayForContainers3ToJSON(
1708
- providerAzureApplicationGatewayForContainers3:
1709
- ProviderAzureApplicationGatewayForContainers3,
2089
+ export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers3ToJSON(
2090
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers3:
2091
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3,
1710
2092
  ): string {
1711
2093
  return JSON.stringify(
1712
- ProviderAzureApplicationGatewayForContainers3$outboundSchema.parse(
1713
- providerAzureApplicationGatewayForContainers3,
1714
- ),
2094
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
2095
+ .parse(
2096
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers3,
2097
+ ),
1715
2098
  );
1716
2099
  }
1717
2100
 
1718
2101
  /** @internal */
1719
- export const ProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<
1720
- typeof ProviderGkeGatewayEnum3
1721
- > = z.enum(ProviderGkeGatewayEnum3);
2102
+ export const PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema:
2103
+ z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3> = z.enum(
2104
+ PrepareDeploymentStackProviderGkeGatewayEnum3,
2105
+ );
1722
2106
 
1723
2107
  /** @internal */
1724
- export type ProviderGkeGateway3$Outbound = {
2108
+ export type PrepareDeploymentStackProviderGkeGateway3$Outbound = {
1725
2109
  provider: string;
1726
2110
  staticAddressName?: string | null | undefined;
1727
2111
  };
1728
2112
 
1729
2113
  /** @internal */
1730
- export const ProviderGkeGateway3$outboundSchema: z.ZodType<
1731
- ProviderGkeGateway3$Outbound,
1732
- ProviderGkeGateway3
1733
- > = z.object({
1734
- provider: ProviderGkeGatewayEnum3$outboundSchema,
1735
- staticAddressName: z.nullable(z.string()).optional(),
1736
- });
2114
+ export const PrepareDeploymentStackProviderGkeGateway3$outboundSchema:
2115
+ z.ZodType<
2116
+ PrepareDeploymentStackProviderGkeGateway3$Outbound,
2117
+ PrepareDeploymentStackProviderGkeGateway3
2118
+ > = z.object({
2119
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema,
2120
+ staticAddressName: z.nullable(z.string()).optional(),
2121
+ });
1737
2122
 
1738
- export function providerGkeGateway3ToJSON(
1739
- providerGkeGateway3: ProviderGkeGateway3,
2123
+ export function prepareDeploymentStackProviderGkeGateway3ToJSON(
2124
+ prepareDeploymentStackProviderGkeGateway3:
2125
+ PrepareDeploymentStackProviderGkeGateway3,
1740
2126
  ): string {
1741
2127
  return JSON.stringify(
1742
- ProviderGkeGateway3$outboundSchema.parse(providerGkeGateway3),
2128
+ PrepareDeploymentStackProviderGkeGateway3$outboundSchema.parse(
2129
+ prepareDeploymentStackProviderGkeGateway3,
2130
+ ),
1743
2131
  );
1744
2132
  }
1745
2133
 
1746
2134
  /** @internal */
1747
- export const ProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<
1748
- typeof ProviderAwsAlbEnum3
1749
- > = z.enum(ProviderAwsAlbEnum3);
2135
+ export const PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema:
2136
+ z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3> = z.enum(
2137
+ PrepareDeploymentStackProviderAwsAlbEnum3,
2138
+ );
1750
2139
 
1751
2140
  /** @internal */
1752
- export type ProviderAwsAlb3$Outbound = {
2141
+ export type PrepareDeploymentStackProviderAwsAlb3$Outbound = {
1753
2142
  ipAddressType?: string | null | undefined;
1754
2143
  provider: string;
1755
2144
  scheme: string;
@@ -1758,55 +2147,67 @@ export type ProviderAwsAlb3$Outbound = {
1758
2147
  };
1759
2148
 
1760
2149
  /** @internal */
1761
- export const ProviderAwsAlb3$outboundSchema: z.ZodType<
1762
- ProviderAwsAlb3$Outbound,
1763
- ProviderAwsAlb3
2150
+ export const PrepareDeploymentStackProviderAwsAlb3$outboundSchema: z.ZodType<
2151
+ PrepareDeploymentStackProviderAwsAlb3$Outbound,
2152
+ PrepareDeploymentStackProviderAwsAlb3
1764
2153
  > = z.object({
1765
2154
  ipAddressType: z.nullable(z.string()).optional(),
1766
- provider: ProviderAwsAlbEnum3$outboundSchema,
2155
+ provider: PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema,
1767
2156
  scheme: z.string(),
1768
2157
  subnetIds: z.array(z.string()).optional(),
1769
2158
  targetType: z.string(),
1770
2159
  });
1771
2160
 
1772
- export function providerAwsAlb3ToJSON(
1773
- providerAwsAlb3: ProviderAwsAlb3,
2161
+ export function prepareDeploymentStackProviderAwsAlb3ToJSON(
2162
+ prepareDeploymentStackProviderAwsAlb3: PrepareDeploymentStackProviderAwsAlb3,
1774
2163
  ): string {
1775
- return JSON.stringify(ProviderAwsAlb3$outboundSchema.parse(providerAwsAlb3));
2164
+ return JSON.stringify(
2165
+ PrepareDeploymentStackProviderAwsAlb3$outboundSchema.parse(
2166
+ prepareDeploymentStackProviderAwsAlb3,
2167
+ ),
2168
+ );
1776
2169
  }
1777
2170
 
1778
2171
  /** @internal */
1779
- export type ProviderUnion3$Outbound =
1780
- | ProviderAwsAlb3$Outbound
1781
- | ProviderAzureApplicationGatewayForContainers3$Outbound
1782
- | ProviderGkeGateway3$Outbound
2172
+ export type PrepareDeploymentStackProviderUnion3$Outbound =
2173
+ | PrepareDeploymentStackProviderAwsAlb3$Outbound
2174
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound
2175
+ | PrepareDeploymentStackProviderGkeGateway3$Outbound
1783
2176
  | any;
1784
2177
 
1785
2178
  /** @internal */
1786
- export const ProviderUnion3$outboundSchema: z.ZodType<
1787
- ProviderUnion3$Outbound,
1788
- ProviderUnion3
2179
+ export const PrepareDeploymentStackProviderUnion3$outboundSchema: z.ZodType<
2180
+ PrepareDeploymentStackProviderUnion3$Outbound,
2181
+ PrepareDeploymentStackProviderUnion3
1789
2182
  > = z.union([
1790
- z.lazy(() => ProviderAwsAlb3$outboundSchema),
1791
- z.lazy(() => ProviderAzureApplicationGatewayForContainers3$outboundSchema),
1792
- z.lazy(() => ProviderGkeGateway3$outboundSchema),
2183
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
2184
+ z.lazy(() =>
2185
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
2186
+ ),
2187
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
1793
2188
  z.any(),
1794
2189
  ]);
1795
2190
 
1796
- export function providerUnion3ToJSON(providerUnion3: ProviderUnion3): string {
1797
- return JSON.stringify(ProviderUnion3$outboundSchema.parse(providerUnion3));
2191
+ export function prepareDeploymentStackProviderUnion3ToJSON(
2192
+ prepareDeploymentStackProviderUnion3: PrepareDeploymentStackProviderUnion3,
2193
+ ): string {
2194
+ return JSON.stringify(
2195
+ PrepareDeploymentStackProviderUnion3$outboundSchema.parse(
2196
+ prepareDeploymentStackProviderUnion3,
2197
+ ),
2198
+ );
1798
2199
  }
1799
2200
 
1800
2201
  /** @internal */
1801
- export type RouteIngress2$Outbound = {
2202
+ export type PrepareDeploymentStackRouteIngress2$Outbound = {
1802
2203
  annotations?: { [k: string]: string } | undefined;
1803
2204
  controller?: string | null | undefined;
1804
2205
  ingressClassName: string;
1805
2206
  labels?: { [k: string]: string } | undefined;
1806
2207
  provider?:
1807
- | ProviderAwsAlb3$Outbound
1808
- | ProviderAzureApplicationGatewayForContainers3$Outbound
1809
- | ProviderGkeGateway3$Outbound
2208
+ | PrepareDeploymentStackProviderAwsAlb3$Outbound
2209
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound
2210
+ | PrepareDeploymentStackProviderGkeGateway3$Outbound
1810
2211
  | any
1811
2212
  | null
1812
2213
  | undefined;
@@ -1814,9 +2215,9 @@ export type RouteIngress2$Outbound = {
1814
2215
  };
1815
2216
 
1816
2217
  /** @internal */
1817
- export const RouteIngress2$outboundSchema: z.ZodType<
1818
- RouteIngress2$Outbound,
1819
- RouteIngress2
2218
+ export const PrepareDeploymentStackRouteIngress2$outboundSchema: z.ZodType<
2219
+ PrepareDeploymentStackRouteIngress2$Outbound,
2220
+ PrepareDeploymentStackRouteIngress2
1820
2221
  > = z.object({
1821
2222
  annotations: z.record(z.string(), z.string()).optional(),
1822
2223
  controller: z.nullable(z.string()).optional(),
@@ -1824,301 +2225,359 @@ export const RouteIngress2$outboundSchema: z.ZodType<
1824
2225
  labels: z.record(z.string(), z.string()).optional(),
1825
2226
  provider: z.nullable(
1826
2227
  z.union([
1827
- z.lazy(() => ProviderAwsAlb3$outboundSchema),
2228
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
1828
2229
  z.lazy(() =>
1829
- ProviderAzureApplicationGatewayForContainers3$outboundSchema
2230
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
1830
2231
  ),
1831
- z.lazy(() => ProviderGkeGateway3$outboundSchema),
2232
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
1832
2233
  z.any(),
1833
2234
  ]),
1834
2235
  ).optional(),
1835
2236
  routeApi: z.literal("ingress"),
1836
2237
  });
1837
2238
 
1838
- export function routeIngress2ToJSON(routeIngress2: RouteIngress2): string {
1839
- return JSON.stringify(RouteIngress2$outboundSchema.parse(routeIngress2));
2239
+ export function prepareDeploymentStackRouteIngress2ToJSON(
2240
+ prepareDeploymentStackRouteIngress2: PrepareDeploymentStackRouteIngress2,
2241
+ ): string {
2242
+ return JSON.stringify(
2243
+ PrepareDeploymentStackRouteIngress2$outboundSchema.parse(
2244
+ prepareDeploymentStackRouteIngress2,
2245
+ ),
2246
+ );
1840
2247
  }
1841
2248
 
1842
2249
  /** @internal */
1843
- export type RouteUnion2$Outbound =
1844
- | RouteIngress2$Outbound
1845
- | RouteGateway2$Outbound;
2250
+ export type PrepareDeploymentStackRouteUnion2$Outbound =
2251
+ | PrepareDeploymentStackRouteIngress2$Outbound
2252
+ | PrepareDeploymentStackRouteGateway2$Outbound;
1846
2253
 
1847
2254
  /** @internal */
1848
- export const RouteUnion2$outboundSchema: z.ZodType<
1849
- RouteUnion2$Outbound,
1850
- RouteUnion2
2255
+ export const PrepareDeploymentStackRouteUnion2$outboundSchema: z.ZodType<
2256
+ PrepareDeploymentStackRouteUnion2$Outbound,
2257
+ PrepareDeploymentStackRouteUnion2
1851
2258
  > = z.union([
1852
- z.lazy(() => RouteIngress2$outboundSchema),
1853
- z.lazy(() => RouteGateway2$outboundSchema),
2259
+ z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
2260
+ z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
1854
2261
  ]);
1855
2262
 
1856
- export function routeUnion2ToJSON(routeUnion2: RouteUnion2): string {
1857
- return JSON.stringify(RouteUnion2$outboundSchema.parse(routeUnion2));
2263
+ export function prepareDeploymentStackRouteUnion2ToJSON(
2264
+ prepareDeploymentStackRouteUnion2: PrepareDeploymentStackRouteUnion2,
2265
+ ): string {
2266
+ return JSON.stringify(
2267
+ PrepareDeploymentStackRouteUnion2$outboundSchema.parse(
2268
+ prepareDeploymentStackRouteUnion2,
2269
+ ),
2270
+ );
1858
2271
  }
1859
2272
 
1860
2273
  /** @internal */
1861
- export type ExposureCustom$Outbound = {
2274
+ export type PrepareDeploymentStackExposureCustom$Outbound = {
1862
2275
  certificate:
1863
- | CertificateTLSSecretRef2$Outbound
1864
- | CertificateManagedAcmImport2$Outbound
1865
- | CertificateAwsAcmArn2$Outbound
1866
- | CertificateManagedTLSSecret2$Outbound
1867
- | CertificateNone2$Outbound;
2276
+ | PrepareDeploymentStackCertificateTLSSecretRef2$Outbound
2277
+ | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound
2278
+ | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound
2279
+ | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound
2280
+ | PrepareDeploymentStackCertificateNone2$Outbound;
1868
2281
  domain: string;
1869
2282
  mode: string;
1870
- route: RouteIngress2$Outbound | RouteGateway2$Outbound;
2283
+ route:
2284
+ | PrepareDeploymentStackRouteIngress2$Outbound
2285
+ | PrepareDeploymentStackRouteGateway2$Outbound;
1871
2286
  };
1872
2287
 
1873
2288
  /** @internal */
1874
- export const ExposureCustom$outboundSchema: z.ZodType<
1875
- ExposureCustom$Outbound,
1876
- ExposureCustom
2289
+ export const PrepareDeploymentStackExposureCustom$outboundSchema: z.ZodType<
2290
+ PrepareDeploymentStackExposureCustom$Outbound,
2291
+ PrepareDeploymentStackExposureCustom
1877
2292
  > = z.object({
1878
2293
  certificate: z.union([
1879
- z.lazy(() => CertificateTLSSecretRef2$outboundSchema),
1880
- z.lazy(() => CertificateManagedAcmImport2$outboundSchema),
1881
- z.lazy(() => CertificateAwsAcmArn2$outboundSchema),
1882
- z.lazy(() => CertificateManagedTLSSecret2$outboundSchema),
1883
- z.lazy(() => CertificateNone2$outboundSchema),
2294
+ z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
2295
+ z.lazy(() =>
2296
+ PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema
2297
+ ),
2298
+ z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
2299
+ z.lazy(() =>
2300
+ PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema
2301
+ ),
2302
+ z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
1884
2303
  ]),
1885
2304
  domain: z.string(),
1886
- mode: ModeCustom$outboundSchema,
2305
+ mode: PrepareDeploymentStackModeCustom$outboundSchema,
1887
2306
  route: z.union([
1888
- z.lazy(() => RouteIngress2$outboundSchema),
1889
- z.lazy(() => RouteGateway2$outboundSchema),
2307
+ z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
2308
+ z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
1890
2309
  ]),
1891
2310
  });
1892
2311
 
1893
- export function exposureCustomToJSON(exposureCustom: ExposureCustom): string {
1894
- return JSON.stringify(ExposureCustom$outboundSchema.parse(exposureCustom));
2312
+ export function prepareDeploymentStackExposureCustomToJSON(
2313
+ prepareDeploymentStackExposureCustom: PrepareDeploymentStackExposureCustom,
2314
+ ): string {
2315
+ return JSON.stringify(
2316
+ PrepareDeploymentStackExposureCustom$outboundSchema.parse(
2317
+ prepareDeploymentStackExposureCustom,
2318
+ ),
2319
+ );
1895
2320
  }
1896
2321
 
1897
2322
  /** @internal */
1898
- export type CertificateNone1$Outbound = {
2323
+ export type PrepareDeploymentStackCertificateNone1$Outbound = {
1899
2324
  mode: "none";
1900
2325
  };
1901
2326
 
1902
2327
  /** @internal */
1903
- export const CertificateNone1$outboundSchema: z.ZodType<
1904
- CertificateNone1$Outbound,
1905
- CertificateNone1
2328
+ export const PrepareDeploymentStackCertificateNone1$outboundSchema: z.ZodType<
2329
+ PrepareDeploymentStackCertificateNone1$Outbound,
2330
+ PrepareDeploymentStackCertificateNone1
1906
2331
  > = z.object({
1907
2332
  mode: z.literal("none"),
1908
2333
  });
1909
2334
 
1910
- export function certificateNone1ToJSON(
1911
- certificateNone1: CertificateNone1,
2335
+ export function prepareDeploymentStackCertificateNone1ToJSON(
2336
+ prepareDeploymentStackCertificateNone1:
2337
+ PrepareDeploymentStackCertificateNone1,
1912
2338
  ): string {
1913
2339
  return JSON.stringify(
1914
- CertificateNone1$outboundSchema.parse(certificateNone1),
2340
+ PrepareDeploymentStackCertificateNone1$outboundSchema.parse(
2341
+ prepareDeploymentStackCertificateNone1,
2342
+ ),
1915
2343
  );
1916
2344
  }
1917
2345
 
1918
2346
  /** @internal */
1919
- export type CertificateManagedTLSSecret1$Outbound = {
2347
+ export type PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound = {
1920
2348
  mode: "managedTlsSecret";
1921
2349
  secretNameTemplate: string;
1922
2350
  };
1923
2351
 
1924
2352
  /** @internal */
1925
- export const CertificateManagedTLSSecret1$outboundSchema: z.ZodType<
1926
- CertificateManagedTLSSecret1$Outbound,
1927
- CertificateManagedTLSSecret1
1928
- > = z.object({
1929
- mode: z.literal("managedTlsSecret"),
1930
- secretNameTemplate: z.string(),
1931
- });
2353
+ export const PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema:
2354
+ z.ZodType<
2355
+ PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound,
2356
+ PrepareDeploymentStackCertificateManagedTLSSecret1
2357
+ > = z.object({
2358
+ mode: z.literal("managedTlsSecret"),
2359
+ secretNameTemplate: z.string(),
2360
+ });
1932
2361
 
1933
- export function certificateManagedTLSSecret1ToJSON(
1934
- certificateManagedTLSSecret1: CertificateManagedTLSSecret1,
2362
+ export function prepareDeploymentStackCertificateManagedTLSSecret1ToJSON(
2363
+ prepareDeploymentStackCertificateManagedTLSSecret1:
2364
+ PrepareDeploymentStackCertificateManagedTLSSecret1,
1935
2365
  ): string {
1936
2366
  return JSON.stringify(
1937
- CertificateManagedTLSSecret1$outboundSchema.parse(
1938
- certificateManagedTLSSecret1,
2367
+ PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema.parse(
2368
+ prepareDeploymentStackCertificateManagedTLSSecret1,
1939
2369
  ),
1940
2370
  );
1941
2371
  }
1942
2372
 
1943
2373
  /** @internal */
1944
- export type CertificateAwsAcmArn1$Outbound = {
2374
+ export type PrepareDeploymentStackCertificateAwsAcmArn1$Outbound = {
1945
2375
  certificateArn: string;
1946
2376
  mode: "awsAcmArn";
1947
2377
  };
1948
2378
 
1949
2379
  /** @internal */
1950
- export const CertificateAwsAcmArn1$outboundSchema: z.ZodType<
1951
- CertificateAwsAcmArn1$Outbound,
1952
- CertificateAwsAcmArn1
1953
- > = z.object({
1954
- certificateArn: z.string(),
1955
- mode: z.literal("awsAcmArn"),
1956
- });
2380
+ export const PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema:
2381
+ z.ZodType<
2382
+ PrepareDeploymentStackCertificateAwsAcmArn1$Outbound,
2383
+ PrepareDeploymentStackCertificateAwsAcmArn1
2384
+ > = z.object({
2385
+ certificateArn: z.string(),
2386
+ mode: z.literal("awsAcmArn"),
2387
+ });
1957
2388
 
1958
- export function certificateAwsAcmArn1ToJSON(
1959
- certificateAwsAcmArn1: CertificateAwsAcmArn1,
2389
+ export function prepareDeploymentStackCertificateAwsAcmArn1ToJSON(
2390
+ prepareDeploymentStackCertificateAwsAcmArn1:
2391
+ PrepareDeploymentStackCertificateAwsAcmArn1,
1960
2392
  ): string {
1961
2393
  return JSON.stringify(
1962
- CertificateAwsAcmArn1$outboundSchema.parse(certificateAwsAcmArn1),
2394
+ PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema.parse(
2395
+ prepareDeploymentStackCertificateAwsAcmArn1,
2396
+ ),
1963
2397
  );
1964
2398
  }
1965
2399
 
1966
2400
  /** @internal */
1967
- export type CertificateManagedAcmImport1$Outbound = {
2401
+ export type PrepareDeploymentStackCertificateManagedAcmImport1$Outbound = {
1968
2402
  mode: "managedAcmImport";
1969
2403
  region?: string | null | undefined;
1970
2404
  tags?: { [k: string]: string } | undefined;
1971
2405
  };
1972
2406
 
1973
2407
  /** @internal */
1974
- export const CertificateManagedAcmImport1$outboundSchema: z.ZodType<
1975
- CertificateManagedAcmImport1$Outbound,
1976
- CertificateManagedAcmImport1
1977
- > = z.object({
1978
- mode: z.literal("managedAcmImport"),
1979
- region: z.nullable(z.string()).optional(),
1980
- tags: z.record(z.string(), z.string()).optional(),
1981
- });
2408
+ export const PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema:
2409
+ z.ZodType<
2410
+ PrepareDeploymentStackCertificateManagedAcmImport1$Outbound,
2411
+ PrepareDeploymentStackCertificateManagedAcmImport1
2412
+ > = z.object({
2413
+ mode: z.literal("managedAcmImport"),
2414
+ region: z.nullable(z.string()).optional(),
2415
+ tags: z.record(z.string(), z.string()).optional(),
2416
+ });
1982
2417
 
1983
- export function certificateManagedAcmImport1ToJSON(
1984
- certificateManagedAcmImport1: CertificateManagedAcmImport1,
2418
+ export function prepareDeploymentStackCertificateManagedAcmImport1ToJSON(
2419
+ prepareDeploymentStackCertificateManagedAcmImport1:
2420
+ PrepareDeploymentStackCertificateManagedAcmImport1,
1985
2421
  ): string {
1986
2422
  return JSON.stringify(
1987
- CertificateManagedAcmImport1$outboundSchema.parse(
1988
- certificateManagedAcmImport1,
2423
+ PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema.parse(
2424
+ prepareDeploymentStackCertificateManagedAcmImport1,
1989
2425
  ),
1990
2426
  );
1991
2427
  }
1992
2428
 
1993
2429
  /** @internal */
1994
- export type CertificateTLSSecretRef1$Outbound = {
2430
+ export type PrepareDeploymentStackCertificateTLSSecretRef1$Outbound = {
1995
2431
  namespace?: string | null | undefined;
1996
2432
  secretName: string;
1997
2433
  mode: "tlsSecretRef";
1998
2434
  };
1999
2435
 
2000
2436
  /** @internal */
2001
- export const CertificateTLSSecretRef1$outboundSchema: z.ZodType<
2002
- CertificateTLSSecretRef1$Outbound,
2003
- CertificateTLSSecretRef1
2004
- > = z.object({
2005
- namespace: z.nullable(z.string()).optional(),
2006
- secretName: z.string(),
2007
- mode: z.literal("tlsSecretRef"),
2008
- });
2437
+ export const PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema:
2438
+ z.ZodType<
2439
+ PrepareDeploymentStackCertificateTLSSecretRef1$Outbound,
2440
+ PrepareDeploymentStackCertificateTLSSecretRef1
2441
+ > = z.object({
2442
+ namespace: z.nullable(z.string()).optional(),
2443
+ secretName: z.string(),
2444
+ mode: z.literal("tlsSecretRef"),
2445
+ });
2009
2446
 
2010
- export function certificateTLSSecretRef1ToJSON(
2011
- certificateTLSSecretRef1: CertificateTLSSecretRef1,
2447
+ export function prepareDeploymentStackCertificateTLSSecretRef1ToJSON(
2448
+ prepareDeploymentStackCertificateTLSSecretRef1:
2449
+ PrepareDeploymentStackCertificateTLSSecretRef1,
2012
2450
  ): string {
2013
2451
  return JSON.stringify(
2014
- CertificateTLSSecretRef1$outboundSchema.parse(certificateTLSSecretRef1),
2452
+ PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema.parse(
2453
+ prepareDeploymentStackCertificateTLSSecretRef1,
2454
+ ),
2015
2455
  );
2016
2456
  }
2017
2457
 
2018
2458
  /** @internal */
2019
- export type CertificateUnion1$Outbound =
2020
- | CertificateTLSSecretRef1$Outbound
2021
- | CertificateManagedAcmImport1$Outbound
2022
- | CertificateAwsAcmArn1$Outbound
2023
- | CertificateManagedTLSSecret1$Outbound
2024
- | CertificateNone1$Outbound;
2459
+ export type PrepareDeploymentStackCertificateUnion1$Outbound =
2460
+ | PrepareDeploymentStackCertificateTLSSecretRef1$Outbound
2461
+ | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound
2462
+ | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound
2463
+ | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound
2464
+ | PrepareDeploymentStackCertificateNone1$Outbound;
2025
2465
 
2026
2466
  /** @internal */
2027
- export const CertificateUnion1$outboundSchema: z.ZodType<
2028
- CertificateUnion1$Outbound,
2029
- CertificateUnion1
2467
+ export const PrepareDeploymentStackCertificateUnion1$outboundSchema: z.ZodType<
2468
+ PrepareDeploymentStackCertificateUnion1$Outbound,
2469
+ PrepareDeploymentStackCertificateUnion1
2030
2470
  > = z.union([
2031
- z.lazy(() => CertificateTLSSecretRef1$outboundSchema),
2032
- z.lazy(() => CertificateManagedAcmImport1$outboundSchema),
2033
- z.lazy(() => CertificateAwsAcmArn1$outboundSchema),
2034
- z.lazy(() => CertificateManagedTLSSecret1$outboundSchema),
2035
- z.lazy(() => CertificateNone1$outboundSchema),
2471
+ z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
2472
+ z.lazy(() =>
2473
+ PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema
2474
+ ),
2475
+ z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
2476
+ z.lazy(() =>
2477
+ PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema
2478
+ ),
2479
+ z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
2036
2480
  ]);
2037
2481
 
2038
- export function certificateUnion1ToJSON(
2039
- certificateUnion1: CertificateUnion1,
2482
+ export function prepareDeploymentStackCertificateUnion1ToJSON(
2483
+ prepareDeploymentStackCertificateUnion1:
2484
+ PrepareDeploymentStackCertificateUnion1,
2040
2485
  ): string {
2041
2486
  return JSON.stringify(
2042
- CertificateUnion1$outboundSchema.parse(certificateUnion1),
2487
+ PrepareDeploymentStackCertificateUnion1$outboundSchema.parse(
2488
+ prepareDeploymentStackCertificateUnion1,
2489
+ ),
2043
2490
  );
2044
2491
  }
2045
2492
 
2046
2493
  /** @internal */
2047
- export const ModeGenerated$outboundSchema: z.ZodEnum<typeof ModeGenerated> = z
2048
- .enum(ModeGenerated);
2494
+ export const PrepareDeploymentStackModeGenerated$outboundSchema: z.ZodEnum<
2495
+ typeof PrepareDeploymentStackModeGenerated
2496
+ > = z.enum(PrepareDeploymentStackModeGenerated);
2049
2497
 
2050
2498
  /** @internal */
2051
- export const ProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
2052
- z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum2> = z.enum(
2053
- ProviderAzureApplicationGatewayForContainersEnum2,
2499
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
2500
+ z.ZodEnum<
2501
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2
2502
+ > = z.enum(
2503
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2,
2054
2504
  );
2055
2505
 
2056
2506
  /** @internal */
2057
- export type ProviderAzureApplicationGatewayForContainers2$Outbound = {
2058
- albName?: string | null | undefined;
2059
- albNamespace?: string | null | undefined;
2060
- frontend: string;
2061
- provider: string;
2062
- };
2507
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound =
2508
+ {
2509
+ albName?: string | null | undefined;
2510
+ albNamespace?: string | null | undefined;
2511
+ frontend: string;
2512
+ provider: string;
2513
+ };
2063
2514
 
2064
2515
  /** @internal */
2065
- export const ProviderAzureApplicationGatewayForContainers2$outboundSchema:
2516
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema:
2066
2517
  z.ZodType<
2067
- ProviderAzureApplicationGatewayForContainers2$Outbound,
2068
- ProviderAzureApplicationGatewayForContainers2
2518
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound,
2519
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
2069
2520
  > = z.object({
2070
2521
  albName: z.nullable(z.string()).optional(),
2071
2522
  albNamespace: z.nullable(z.string()).optional(),
2072
2523
  frontend: z.string(),
2073
- provider: ProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
2524
+ provider:
2525
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
2074
2526
  });
2075
2527
 
2076
- export function providerAzureApplicationGatewayForContainers2ToJSON(
2077
- providerAzureApplicationGatewayForContainers2:
2078
- ProviderAzureApplicationGatewayForContainers2,
2528
+ export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers2ToJSON(
2529
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers2:
2530
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2,
2079
2531
  ): string {
2080
2532
  return JSON.stringify(
2081
- ProviderAzureApplicationGatewayForContainers2$outboundSchema.parse(
2082
- providerAzureApplicationGatewayForContainers2,
2083
- ),
2533
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
2534
+ .parse(
2535
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers2,
2536
+ ),
2084
2537
  );
2085
2538
  }
2086
2539
 
2087
2540
  /** @internal */
2088
- export const ProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<
2089
- typeof ProviderGkeGatewayEnum2
2090
- > = z.enum(ProviderGkeGatewayEnum2);
2541
+ export const PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema:
2542
+ z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2> = z.enum(
2543
+ PrepareDeploymentStackProviderGkeGatewayEnum2,
2544
+ );
2091
2545
 
2092
2546
  /** @internal */
2093
- export type ProviderGkeGateway2$Outbound = {
2547
+ export type PrepareDeploymentStackProviderGkeGateway2$Outbound = {
2094
2548
  provider: string;
2095
2549
  staticAddressName?: string | null | undefined;
2096
2550
  };
2097
2551
 
2098
2552
  /** @internal */
2099
- export const ProviderGkeGateway2$outboundSchema: z.ZodType<
2100
- ProviderGkeGateway2$Outbound,
2101
- ProviderGkeGateway2
2102
- > = z.object({
2103
- provider: ProviderGkeGatewayEnum2$outboundSchema,
2104
- staticAddressName: z.nullable(z.string()).optional(),
2105
- });
2553
+ export const PrepareDeploymentStackProviderGkeGateway2$outboundSchema:
2554
+ z.ZodType<
2555
+ PrepareDeploymentStackProviderGkeGateway2$Outbound,
2556
+ PrepareDeploymentStackProviderGkeGateway2
2557
+ > = z.object({
2558
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema,
2559
+ staticAddressName: z.nullable(z.string()).optional(),
2560
+ });
2106
2561
 
2107
- export function providerGkeGateway2ToJSON(
2108
- providerGkeGateway2: ProviderGkeGateway2,
2562
+ export function prepareDeploymentStackProviderGkeGateway2ToJSON(
2563
+ prepareDeploymentStackProviderGkeGateway2:
2564
+ PrepareDeploymentStackProviderGkeGateway2,
2109
2565
  ): string {
2110
2566
  return JSON.stringify(
2111
- ProviderGkeGateway2$outboundSchema.parse(providerGkeGateway2),
2567
+ PrepareDeploymentStackProviderGkeGateway2$outboundSchema.parse(
2568
+ prepareDeploymentStackProviderGkeGateway2,
2569
+ ),
2112
2570
  );
2113
2571
  }
2114
2572
 
2115
2573
  /** @internal */
2116
- export const ProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<
2117
- typeof ProviderAwsAlbEnum2
2118
- > = z.enum(ProviderAwsAlbEnum2);
2574
+ export const PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema:
2575
+ z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2> = z.enum(
2576
+ PrepareDeploymentStackProviderAwsAlbEnum2,
2577
+ );
2119
2578
 
2120
2579
  /** @internal */
2121
- export type ProviderAwsAlb2$Outbound = {
2580
+ export type PrepareDeploymentStackProviderAwsAlb2$Outbound = {
2122
2581
  ipAddressType?: string | null | undefined;
2123
2582
  provider: string;
2124
2583
  scheme: string;
@@ -2127,56 +2586,68 @@ export type ProviderAwsAlb2$Outbound = {
2127
2586
  };
2128
2587
 
2129
2588
  /** @internal */
2130
- export const ProviderAwsAlb2$outboundSchema: z.ZodType<
2131
- ProviderAwsAlb2$Outbound,
2132
- ProviderAwsAlb2
2589
+ export const PrepareDeploymentStackProviderAwsAlb2$outboundSchema: z.ZodType<
2590
+ PrepareDeploymentStackProviderAwsAlb2$Outbound,
2591
+ PrepareDeploymentStackProviderAwsAlb2
2133
2592
  > = z.object({
2134
2593
  ipAddressType: z.nullable(z.string()).optional(),
2135
- provider: ProviderAwsAlbEnum2$outboundSchema,
2594
+ provider: PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema,
2136
2595
  scheme: z.string(),
2137
2596
  subnetIds: z.array(z.string()).optional(),
2138
2597
  targetType: z.string(),
2139
2598
  });
2140
2599
 
2141
- export function providerAwsAlb2ToJSON(
2142
- providerAwsAlb2: ProviderAwsAlb2,
2600
+ export function prepareDeploymentStackProviderAwsAlb2ToJSON(
2601
+ prepareDeploymentStackProviderAwsAlb2: PrepareDeploymentStackProviderAwsAlb2,
2143
2602
  ): string {
2144
- return JSON.stringify(ProviderAwsAlb2$outboundSchema.parse(providerAwsAlb2));
2603
+ return JSON.stringify(
2604
+ PrepareDeploymentStackProviderAwsAlb2$outboundSchema.parse(
2605
+ prepareDeploymentStackProviderAwsAlb2,
2606
+ ),
2607
+ );
2145
2608
  }
2146
2609
 
2147
2610
  /** @internal */
2148
- export type ProviderUnion2$Outbound =
2149
- | ProviderAwsAlb2$Outbound
2150
- | ProviderAzureApplicationGatewayForContainers2$Outbound
2151
- | ProviderGkeGateway2$Outbound
2611
+ export type PrepareDeploymentStackProviderUnion2$Outbound =
2612
+ | PrepareDeploymentStackProviderAwsAlb2$Outbound
2613
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound
2614
+ | PrepareDeploymentStackProviderGkeGateway2$Outbound
2152
2615
  | any;
2153
2616
 
2154
2617
  /** @internal */
2155
- export const ProviderUnion2$outboundSchema: z.ZodType<
2156
- ProviderUnion2$Outbound,
2157
- ProviderUnion2
2618
+ export const PrepareDeploymentStackProviderUnion2$outboundSchema: z.ZodType<
2619
+ PrepareDeploymentStackProviderUnion2$Outbound,
2620
+ PrepareDeploymentStackProviderUnion2
2158
2621
  > = z.union([
2159
- z.lazy(() => ProviderAwsAlb2$outboundSchema),
2160
- z.lazy(() => ProviderAzureApplicationGatewayForContainers2$outboundSchema),
2161
- z.lazy(() => ProviderGkeGateway2$outboundSchema),
2622
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
2623
+ z.lazy(() =>
2624
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
2625
+ ),
2626
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
2162
2627
  z.any(),
2163
2628
  ]);
2164
2629
 
2165
- export function providerUnion2ToJSON(providerUnion2: ProviderUnion2): string {
2166
- return JSON.stringify(ProviderUnion2$outboundSchema.parse(providerUnion2));
2630
+ export function prepareDeploymentStackProviderUnion2ToJSON(
2631
+ prepareDeploymentStackProviderUnion2: PrepareDeploymentStackProviderUnion2,
2632
+ ): string {
2633
+ return JSON.stringify(
2634
+ PrepareDeploymentStackProviderUnion2$outboundSchema.parse(
2635
+ prepareDeploymentStackProviderUnion2,
2636
+ ),
2637
+ );
2167
2638
  }
2168
2639
 
2169
2640
  /** @internal */
2170
- export type RouteGateway1$Outbound = {
2641
+ export type PrepareDeploymentStackRouteGateway1$Outbound = {
2171
2642
  annotations?: { [k: string]: string } | undefined;
2172
2643
  controller?: string | null | undefined;
2173
2644
  gatewayClassName: string;
2174
2645
  labels?: { [k: string]: string } | undefined;
2175
2646
  listenerPort: number;
2176
2647
  provider?:
2177
- | ProviderAwsAlb2$Outbound
2178
- | ProviderAzureApplicationGatewayForContainers2$Outbound
2179
- | ProviderGkeGateway2$Outbound
2648
+ | PrepareDeploymentStackProviderAwsAlb2$Outbound
2649
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound
2650
+ | PrepareDeploymentStackProviderGkeGateway2$Outbound
2180
2651
  | any
2181
2652
  | null
2182
2653
  | undefined;
@@ -2184,9 +2655,9 @@ export type RouteGateway1$Outbound = {
2184
2655
  };
2185
2656
 
2186
2657
  /** @internal */
2187
- export const RouteGateway1$outboundSchema: z.ZodType<
2188
- RouteGateway1$Outbound,
2189
- RouteGateway1
2658
+ export const PrepareDeploymentStackRouteGateway1$outboundSchema: z.ZodType<
2659
+ PrepareDeploymentStackRouteGateway1$Outbound,
2660
+ PrepareDeploymentStackRouteGateway1
2190
2661
  > = z.object({
2191
2662
  annotations: z.record(z.string(), z.string()).optional(),
2192
2663
  controller: z.nullable(z.string()).optional(),
@@ -2195,93 +2666,110 @@ export const RouteGateway1$outboundSchema: z.ZodType<
2195
2666
  listenerPort: z.int(),
2196
2667
  provider: z.nullable(
2197
2668
  z.union([
2198
- z.lazy(() => ProviderAwsAlb2$outboundSchema),
2669
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
2199
2670
  z.lazy(() =>
2200
- ProviderAzureApplicationGatewayForContainers2$outboundSchema
2671
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
2201
2672
  ),
2202
- z.lazy(() => ProviderGkeGateway2$outboundSchema),
2673
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
2203
2674
  z.any(),
2204
2675
  ]),
2205
2676
  ).optional(),
2206
2677
  routeApi: z.literal("gateway"),
2207
2678
  });
2208
2679
 
2209
- export function routeGateway1ToJSON(routeGateway1: RouteGateway1): string {
2210
- return JSON.stringify(RouteGateway1$outboundSchema.parse(routeGateway1));
2680
+ export function prepareDeploymentStackRouteGateway1ToJSON(
2681
+ prepareDeploymentStackRouteGateway1: PrepareDeploymentStackRouteGateway1,
2682
+ ): string {
2683
+ return JSON.stringify(
2684
+ PrepareDeploymentStackRouteGateway1$outboundSchema.parse(
2685
+ prepareDeploymentStackRouteGateway1,
2686
+ ),
2687
+ );
2211
2688
  }
2212
2689
 
2213
2690
  /** @internal */
2214
- export const ProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
2215
- z.ZodEnum<typeof ProviderAzureApplicationGatewayForContainersEnum1> = z.enum(
2216
- ProviderAzureApplicationGatewayForContainersEnum1,
2691
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
2692
+ z.ZodEnum<
2693
+ typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1
2694
+ > = z.enum(
2695
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1,
2217
2696
  );
2218
2697
 
2219
2698
  /** @internal */
2220
- export type ProviderAzureApplicationGatewayForContainers1$Outbound = {
2221
- albName?: string | null | undefined;
2222
- albNamespace?: string | null | undefined;
2223
- frontend: string;
2224
- provider: string;
2225
- };
2699
+ export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound =
2700
+ {
2701
+ albName?: string | null | undefined;
2702
+ albNamespace?: string | null | undefined;
2703
+ frontend: string;
2704
+ provider: string;
2705
+ };
2226
2706
 
2227
2707
  /** @internal */
2228
- export const ProviderAzureApplicationGatewayForContainers1$outboundSchema:
2708
+ export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema:
2229
2709
  z.ZodType<
2230
- ProviderAzureApplicationGatewayForContainers1$Outbound,
2231
- ProviderAzureApplicationGatewayForContainers1
2710
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound,
2711
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
2232
2712
  > = z.object({
2233
2713
  albName: z.nullable(z.string()).optional(),
2234
2714
  albNamespace: z.nullable(z.string()).optional(),
2235
2715
  frontend: z.string(),
2236
- provider: ProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
2716
+ provider:
2717
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
2237
2718
  });
2238
2719
 
2239
- export function providerAzureApplicationGatewayForContainers1ToJSON(
2240
- providerAzureApplicationGatewayForContainers1:
2241
- ProviderAzureApplicationGatewayForContainers1,
2720
+ export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers1ToJSON(
2721
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers1:
2722
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1,
2242
2723
  ): string {
2243
2724
  return JSON.stringify(
2244
- ProviderAzureApplicationGatewayForContainers1$outboundSchema.parse(
2245
- providerAzureApplicationGatewayForContainers1,
2246
- ),
2725
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
2726
+ .parse(
2727
+ prepareDeploymentStackProviderAzureApplicationGatewayForContainers1,
2728
+ ),
2247
2729
  );
2248
2730
  }
2249
2731
 
2250
2732
  /** @internal */
2251
- export const ProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<
2252
- typeof ProviderGkeGatewayEnum1
2253
- > = z.enum(ProviderGkeGatewayEnum1);
2733
+ export const PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema:
2734
+ z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1> = z.enum(
2735
+ PrepareDeploymentStackProviderGkeGatewayEnum1,
2736
+ );
2254
2737
 
2255
2738
  /** @internal */
2256
- export type ProviderGkeGateway1$Outbound = {
2739
+ export type PrepareDeploymentStackProviderGkeGateway1$Outbound = {
2257
2740
  provider: string;
2258
2741
  staticAddressName?: string | null | undefined;
2259
2742
  };
2260
2743
 
2261
2744
  /** @internal */
2262
- export const ProviderGkeGateway1$outboundSchema: z.ZodType<
2263
- ProviderGkeGateway1$Outbound,
2264
- ProviderGkeGateway1
2265
- > = z.object({
2266
- provider: ProviderGkeGatewayEnum1$outboundSchema,
2267
- staticAddressName: z.nullable(z.string()).optional(),
2268
- });
2745
+ export const PrepareDeploymentStackProviderGkeGateway1$outboundSchema:
2746
+ z.ZodType<
2747
+ PrepareDeploymentStackProviderGkeGateway1$Outbound,
2748
+ PrepareDeploymentStackProviderGkeGateway1
2749
+ > = z.object({
2750
+ provider: PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema,
2751
+ staticAddressName: z.nullable(z.string()).optional(),
2752
+ });
2269
2753
 
2270
- export function providerGkeGateway1ToJSON(
2271
- providerGkeGateway1: ProviderGkeGateway1,
2754
+ export function prepareDeploymentStackProviderGkeGateway1ToJSON(
2755
+ prepareDeploymentStackProviderGkeGateway1:
2756
+ PrepareDeploymentStackProviderGkeGateway1,
2272
2757
  ): string {
2273
2758
  return JSON.stringify(
2274
- ProviderGkeGateway1$outboundSchema.parse(providerGkeGateway1),
2759
+ PrepareDeploymentStackProviderGkeGateway1$outboundSchema.parse(
2760
+ prepareDeploymentStackProviderGkeGateway1,
2761
+ ),
2275
2762
  );
2276
2763
  }
2277
2764
 
2278
2765
  /** @internal */
2279
- export const ProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<
2280
- typeof ProviderAwsAlbEnum1
2281
- > = z.enum(ProviderAwsAlbEnum1);
2766
+ export const PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema:
2767
+ z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1> = z.enum(
2768
+ PrepareDeploymentStackProviderAwsAlbEnum1,
2769
+ );
2282
2770
 
2283
2771
  /** @internal */
2284
- export type ProviderAwsAlb1$Outbound = {
2772
+ export type PrepareDeploymentStackProviderAwsAlb1$Outbound = {
2285
2773
  ipAddressType?: string | null | undefined;
2286
2774
  provider: string;
2287
2775
  scheme: string;
@@ -2290,55 +2778,67 @@ export type ProviderAwsAlb1$Outbound = {
2290
2778
  };
2291
2779
 
2292
2780
  /** @internal */
2293
- export const ProviderAwsAlb1$outboundSchema: z.ZodType<
2294
- ProviderAwsAlb1$Outbound,
2295
- ProviderAwsAlb1
2781
+ export const PrepareDeploymentStackProviderAwsAlb1$outboundSchema: z.ZodType<
2782
+ PrepareDeploymentStackProviderAwsAlb1$Outbound,
2783
+ PrepareDeploymentStackProviderAwsAlb1
2296
2784
  > = z.object({
2297
2785
  ipAddressType: z.nullable(z.string()).optional(),
2298
- provider: ProviderAwsAlbEnum1$outboundSchema,
2786
+ provider: PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema,
2299
2787
  scheme: z.string(),
2300
2788
  subnetIds: z.array(z.string()).optional(),
2301
2789
  targetType: z.string(),
2302
2790
  });
2303
2791
 
2304
- export function providerAwsAlb1ToJSON(
2305
- providerAwsAlb1: ProviderAwsAlb1,
2792
+ export function prepareDeploymentStackProviderAwsAlb1ToJSON(
2793
+ prepareDeploymentStackProviderAwsAlb1: PrepareDeploymentStackProviderAwsAlb1,
2306
2794
  ): string {
2307
- return JSON.stringify(ProviderAwsAlb1$outboundSchema.parse(providerAwsAlb1));
2795
+ return JSON.stringify(
2796
+ PrepareDeploymentStackProviderAwsAlb1$outboundSchema.parse(
2797
+ prepareDeploymentStackProviderAwsAlb1,
2798
+ ),
2799
+ );
2308
2800
  }
2309
2801
 
2310
2802
  /** @internal */
2311
- export type ProviderUnion1$Outbound =
2312
- | ProviderAwsAlb1$Outbound
2313
- | ProviderAzureApplicationGatewayForContainers1$Outbound
2314
- | ProviderGkeGateway1$Outbound
2803
+ export type PrepareDeploymentStackProviderUnion1$Outbound =
2804
+ | PrepareDeploymentStackProviderAwsAlb1$Outbound
2805
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound
2806
+ | PrepareDeploymentStackProviderGkeGateway1$Outbound
2315
2807
  | any;
2316
2808
 
2317
2809
  /** @internal */
2318
- export const ProviderUnion1$outboundSchema: z.ZodType<
2319
- ProviderUnion1$Outbound,
2320
- ProviderUnion1
2810
+ export const PrepareDeploymentStackProviderUnion1$outboundSchema: z.ZodType<
2811
+ PrepareDeploymentStackProviderUnion1$Outbound,
2812
+ PrepareDeploymentStackProviderUnion1
2321
2813
  > = z.union([
2322
- z.lazy(() => ProviderAwsAlb1$outboundSchema),
2323
- z.lazy(() => ProviderAzureApplicationGatewayForContainers1$outboundSchema),
2324
- z.lazy(() => ProviderGkeGateway1$outboundSchema),
2814
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
2815
+ z.lazy(() =>
2816
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
2817
+ ),
2818
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
2325
2819
  z.any(),
2326
2820
  ]);
2327
2821
 
2328
- export function providerUnion1ToJSON(providerUnion1: ProviderUnion1): string {
2329
- return JSON.stringify(ProviderUnion1$outboundSchema.parse(providerUnion1));
2822
+ export function prepareDeploymentStackProviderUnion1ToJSON(
2823
+ prepareDeploymentStackProviderUnion1: PrepareDeploymentStackProviderUnion1,
2824
+ ): string {
2825
+ return JSON.stringify(
2826
+ PrepareDeploymentStackProviderUnion1$outboundSchema.parse(
2827
+ prepareDeploymentStackProviderUnion1,
2828
+ ),
2829
+ );
2330
2830
  }
2331
2831
 
2332
2832
  /** @internal */
2333
- export type RouteIngress1$Outbound = {
2833
+ export type PrepareDeploymentStackRouteIngress1$Outbound = {
2334
2834
  annotations?: { [k: string]: string } | undefined;
2335
2835
  controller?: string | null | undefined;
2336
2836
  ingressClassName: string;
2337
2837
  labels?: { [k: string]: string } | undefined;
2338
2838
  provider?:
2339
- | ProviderAwsAlb1$Outbound
2340
- | ProviderAzureApplicationGatewayForContainers1$Outbound
2341
- | ProviderGkeGateway1$Outbound
2839
+ | PrepareDeploymentStackProviderAwsAlb1$Outbound
2840
+ | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound
2841
+ | PrepareDeploymentStackProviderGkeGateway1$Outbound
2342
2842
  | any
2343
2843
  | null
2344
2844
  | undefined;
@@ -2346,9 +2846,9 @@ export type RouteIngress1$Outbound = {
2346
2846
  };
2347
2847
 
2348
2848
  /** @internal */
2349
- export const RouteIngress1$outboundSchema: z.ZodType<
2350
- RouteIngress1$Outbound,
2351
- RouteIngress1
2849
+ export const PrepareDeploymentStackRouteIngress1$outboundSchema: z.ZodType<
2850
+ PrepareDeploymentStackRouteIngress1$Outbound,
2851
+ PrepareDeploymentStackRouteIngress1
2352
2852
  > = z.object({
2353
2853
  annotations: z.record(z.string(), z.string()).optional(),
2354
2854
  controller: z.nullable(z.string()).optional(),
@@ -2356,130 +2856,163 @@ export const RouteIngress1$outboundSchema: z.ZodType<
2356
2856
  labels: z.record(z.string(), z.string()).optional(),
2357
2857
  provider: z.nullable(
2358
2858
  z.union([
2359
- z.lazy(() => ProviderAwsAlb1$outboundSchema),
2859
+ z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
2360
2860
  z.lazy(() =>
2361
- ProviderAzureApplicationGatewayForContainers1$outboundSchema
2861
+ PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
2362
2862
  ),
2363
- z.lazy(() => ProviderGkeGateway1$outboundSchema),
2863
+ z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
2364
2864
  z.any(),
2365
2865
  ]),
2366
2866
  ).optional(),
2367
2867
  routeApi: z.literal("ingress"),
2368
2868
  });
2369
2869
 
2370
- export function routeIngress1ToJSON(routeIngress1: RouteIngress1): string {
2371
- return JSON.stringify(RouteIngress1$outboundSchema.parse(routeIngress1));
2870
+ export function prepareDeploymentStackRouteIngress1ToJSON(
2871
+ prepareDeploymentStackRouteIngress1: PrepareDeploymentStackRouteIngress1,
2872
+ ): string {
2873
+ return JSON.stringify(
2874
+ PrepareDeploymentStackRouteIngress1$outboundSchema.parse(
2875
+ prepareDeploymentStackRouteIngress1,
2876
+ ),
2877
+ );
2372
2878
  }
2373
2879
 
2374
2880
  /** @internal */
2375
- export type RouteUnion1$Outbound =
2376
- | RouteIngress1$Outbound
2377
- | RouteGateway1$Outbound;
2881
+ export type PrepareDeploymentStackRouteUnion1$Outbound =
2882
+ | PrepareDeploymentStackRouteIngress1$Outbound
2883
+ | PrepareDeploymentStackRouteGateway1$Outbound;
2378
2884
 
2379
2885
  /** @internal */
2380
- export const RouteUnion1$outboundSchema: z.ZodType<
2381
- RouteUnion1$Outbound,
2382
- RouteUnion1
2886
+ export const PrepareDeploymentStackRouteUnion1$outboundSchema: z.ZodType<
2887
+ PrepareDeploymentStackRouteUnion1$Outbound,
2888
+ PrepareDeploymentStackRouteUnion1
2383
2889
  > = z.union([
2384
- z.lazy(() => RouteIngress1$outboundSchema),
2385
- z.lazy(() => RouteGateway1$outboundSchema),
2890
+ z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
2891
+ z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
2386
2892
  ]);
2387
2893
 
2388
- export function routeUnion1ToJSON(routeUnion1: RouteUnion1): string {
2389
- return JSON.stringify(RouteUnion1$outboundSchema.parse(routeUnion1));
2894
+ export function prepareDeploymentStackRouteUnion1ToJSON(
2895
+ prepareDeploymentStackRouteUnion1: PrepareDeploymentStackRouteUnion1,
2896
+ ): string {
2897
+ return JSON.stringify(
2898
+ PrepareDeploymentStackRouteUnion1$outboundSchema.parse(
2899
+ prepareDeploymentStackRouteUnion1,
2900
+ ),
2901
+ );
2390
2902
  }
2391
2903
 
2392
2904
  /** @internal */
2393
- export type ExposureGenerated$Outbound = {
2905
+ export type PrepareDeploymentStackExposureGenerated$Outbound = {
2394
2906
  certificate:
2395
- | CertificateTLSSecretRef1$Outbound
2396
- | CertificateManagedAcmImport1$Outbound
2397
- | CertificateAwsAcmArn1$Outbound
2398
- | CertificateManagedTLSSecret1$Outbound
2399
- | CertificateNone1$Outbound;
2907
+ | PrepareDeploymentStackCertificateTLSSecretRef1$Outbound
2908
+ | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound
2909
+ | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound
2910
+ | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound
2911
+ | PrepareDeploymentStackCertificateNone1$Outbound;
2400
2912
  mode: string;
2401
- route: RouteIngress1$Outbound | RouteGateway1$Outbound;
2913
+ route:
2914
+ | PrepareDeploymentStackRouteIngress1$Outbound
2915
+ | PrepareDeploymentStackRouteGateway1$Outbound;
2402
2916
  };
2403
2917
 
2404
2918
  /** @internal */
2405
- export const ExposureGenerated$outboundSchema: z.ZodType<
2406
- ExposureGenerated$Outbound,
2407
- ExposureGenerated
2919
+ export const PrepareDeploymentStackExposureGenerated$outboundSchema: z.ZodType<
2920
+ PrepareDeploymentStackExposureGenerated$Outbound,
2921
+ PrepareDeploymentStackExposureGenerated
2408
2922
  > = z.object({
2409
2923
  certificate: z.union([
2410
- z.lazy(() => CertificateTLSSecretRef1$outboundSchema),
2411
- z.lazy(() => CertificateManagedAcmImport1$outboundSchema),
2412
- z.lazy(() => CertificateAwsAcmArn1$outboundSchema),
2413
- z.lazy(() => CertificateManagedTLSSecret1$outboundSchema),
2414
- z.lazy(() => CertificateNone1$outboundSchema),
2924
+ z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
2925
+ z.lazy(() =>
2926
+ PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema
2927
+ ),
2928
+ z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
2929
+ z.lazy(() =>
2930
+ PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema
2931
+ ),
2932
+ z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
2415
2933
  ]),
2416
- mode: ModeGenerated$outboundSchema,
2934
+ mode: PrepareDeploymentStackModeGenerated$outboundSchema,
2417
2935
  route: z.union([
2418
- z.lazy(() => RouteIngress1$outboundSchema),
2419
- z.lazy(() => RouteGateway1$outboundSchema),
2936
+ z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
2937
+ z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
2420
2938
  ]),
2421
2939
  });
2422
2940
 
2423
- export function exposureGeneratedToJSON(
2424
- exposureGenerated: ExposureGenerated,
2941
+ export function prepareDeploymentStackExposureGeneratedToJSON(
2942
+ prepareDeploymentStackExposureGenerated:
2943
+ PrepareDeploymentStackExposureGenerated,
2425
2944
  ): string {
2426
2945
  return JSON.stringify(
2427
- ExposureGenerated$outboundSchema.parse(exposureGenerated),
2946
+ PrepareDeploymentStackExposureGenerated$outboundSchema.parse(
2947
+ prepareDeploymentStackExposureGenerated,
2948
+ ),
2428
2949
  );
2429
2950
  }
2430
2951
 
2431
2952
  /** @internal */
2432
- export const ModeDisabled$outboundSchema: z.ZodEnum<typeof ModeDisabled> = z
2433
- .enum(ModeDisabled);
2953
+ export const PrepareDeploymentStackModeDisabled$outboundSchema: z.ZodEnum<
2954
+ typeof PrepareDeploymentStackModeDisabled
2955
+ > = z.enum(PrepareDeploymentStackModeDisabled);
2434
2956
 
2435
2957
  /** @internal */
2436
- export type ExposureDisabled$Outbound = {
2958
+ export type PrepareDeploymentStackExposureDisabled$Outbound = {
2437
2959
  mode: string;
2438
2960
  };
2439
2961
 
2440
2962
  /** @internal */
2441
- export const ExposureDisabled$outboundSchema: z.ZodType<
2442
- ExposureDisabled$Outbound,
2443
- ExposureDisabled
2963
+ export const PrepareDeploymentStackExposureDisabled$outboundSchema: z.ZodType<
2964
+ PrepareDeploymentStackExposureDisabled$Outbound,
2965
+ PrepareDeploymentStackExposureDisabled
2444
2966
  > = z.object({
2445
- mode: ModeDisabled$outboundSchema,
2967
+ mode: PrepareDeploymentStackModeDisabled$outboundSchema,
2446
2968
  });
2447
2969
 
2448
- export function exposureDisabledToJSON(
2449
- exposureDisabled: ExposureDisabled,
2970
+ export function prepareDeploymentStackExposureDisabledToJSON(
2971
+ prepareDeploymentStackExposureDisabled:
2972
+ PrepareDeploymentStackExposureDisabled,
2450
2973
  ): string {
2451
2974
  return JSON.stringify(
2452
- ExposureDisabled$outboundSchema.parse(exposureDisabled),
2975
+ PrepareDeploymentStackExposureDisabled$outboundSchema.parse(
2976
+ prepareDeploymentStackExposureDisabled,
2977
+ ),
2453
2978
  );
2454
2979
  }
2455
2980
 
2456
2981
  /** @internal */
2457
- export type Exposure$Outbound =
2458
- | ExposureCustom$Outbound
2459
- | ExposureGenerated$Outbound
2460
- | ExposureDisabled$Outbound
2982
+ export type PrepareDeploymentStackExposureUnion$Outbound =
2983
+ | PrepareDeploymentStackExposureCustom$Outbound
2984
+ | PrepareDeploymentStackExposureGenerated$Outbound
2985
+ | PrepareDeploymentStackExposureDisabled$Outbound
2461
2986
  | any;
2462
2987
 
2463
2988
  /** @internal */
2464
- export const Exposure$outboundSchema: z.ZodType<Exposure$Outbound, Exposure> = z
2465
- .union([
2466
- z.lazy(() => ExposureCustom$outboundSchema),
2467
- z.lazy(() => ExposureGenerated$outboundSchema),
2468
- z.lazy(() => ExposureDisabled$outboundSchema),
2469
- z.any(),
2470
- ]);
2989
+ export const PrepareDeploymentStackExposureUnion$outboundSchema: z.ZodType<
2990
+ PrepareDeploymentStackExposureUnion$Outbound,
2991
+ PrepareDeploymentStackExposureUnion
2992
+ > = z.union([
2993
+ z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
2994
+ z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
2995
+ z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
2996
+ z.any(),
2997
+ ]);
2471
2998
 
2472
- export function exposureToJSON(exposure: Exposure): string {
2473
- return JSON.stringify(Exposure$outboundSchema.parse(exposure));
2999
+ export function prepareDeploymentStackExposureUnionToJSON(
3000
+ prepareDeploymentStackExposureUnion: PrepareDeploymentStackExposureUnion,
3001
+ ): string {
3002
+ return JSON.stringify(
3003
+ PrepareDeploymentStackExposureUnion$outboundSchema.parse(
3004
+ prepareDeploymentStackExposureUnion,
3005
+ ),
3006
+ );
2474
3007
  }
2475
3008
 
2476
3009
  /** @internal */
2477
3010
  export type PrepareDeploymentStackKubernetes$Outbound = {
2478
- cluster?: Cluster$Outbound | any | null | undefined;
3011
+ cluster?: PrepareDeploymentStackCluster$Outbound | any | null | undefined;
2479
3012
  exposure?:
2480
- | ExposureCustom$Outbound
2481
- | ExposureGenerated$Outbound
2482
- | ExposureDisabled$Outbound
3013
+ | PrepareDeploymentStackExposureCustom$Outbound
3014
+ | PrepareDeploymentStackExposureGenerated$Outbound
3015
+ | PrepareDeploymentStackExposureDisabled$Outbound
2483
3016
  | any
2484
3017
  | null
2485
3018
  | undefined;
@@ -2490,13 +3023,17 @@ export const PrepareDeploymentStackKubernetes$outboundSchema: z.ZodType<
2490
3023
  PrepareDeploymentStackKubernetes$Outbound,
2491
3024
  PrepareDeploymentStackKubernetes
2492
3025
  > = z.object({
2493
- cluster: z.nullable(z.union([z.lazy(() => Cluster$outboundSchema), z.any()]))
2494
- .optional(),
3026
+ cluster: z.nullable(
3027
+ z.union([
3028
+ z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
3029
+ z.any(),
3030
+ ]),
3031
+ ).optional(),
2495
3032
  exposure: z.nullable(
2496
3033
  z.union([
2497
- z.lazy(() => ExposureCustom$outboundSchema),
2498
- z.lazy(() => ExposureGenerated$outboundSchema),
2499
- z.lazy(() => ExposureDisabled$outboundSchema),
3034
+ z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
3035
+ z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
3036
+ z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
2500
3037
  z.any(),
2501
3038
  ]),
2502
3039
  ).optional(),
@@ -2513,30 +3050,36 @@ export function prepareDeploymentStackKubernetesToJSON(
2513
3050
  }
2514
3051
 
2515
3052
  /** @internal */
2516
- export type Kubernetes$Outbound =
3053
+ export type PrepareDeploymentStackKubernetesUnion$Outbound =
2517
3054
  | PrepareDeploymentStackKubernetes$Outbound
2518
3055
  | any;
2519
3056
 
2520
3057
  /** @internal */
2521
- export const Kubernetes$outboundSchema: z.ZodType<
2522
- Kubernetes$Outbound,
2523
- Kubernetes
3058
+ export const PrepareDeploymentStackKubernetesUnion$outboundSchema: z.ZodType<
3059
+ PrepareDeploymentStackKubernetesUnion$Outbound,
3060
+ PrepareDeploymentStackKubernetesUnion
2524
3061
  > = z.union([
2525
3062
  z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
2526
3063
  z.any(),
2527
3064
  ]);
2528
3065
 
2529
- export function kubernetesToJSON(kubernetes: Kubernetes): string {
2530
- return JSON.stringify(Kubernetes$outboundSchema.parse(kubernetes));
3066
+ export function prepareDeploymentStackKubernetesUnionToJSON(
3067
+ prepareDeploymentStackKubernetesUnion: PrepareDeploymentStackKubernetesUnion,
3068
+ ): string {
3069
+ return JSON.stringify(
3070
+ PrepareDeploymentStackKubernetesUnion$outboundSchema.parse(
3071
+ prepareDeploymentStackKubernetesUnion,
3072
+ ),
3073
+ );
2531
3074
  }
2532
3075
 
2533
3076
  /** @internal */
2534
- export const TypeByoVnetAzure$outboundSchema: z.ZodEnum<
2535
- typeof TypeByoVnetAzure
2536
- > = z.enum(TypeByoVnetAzure);
3077
+ export const PrepareDeploymentStackTypeByoVnetAzure$outboundSchema: z.ZodEnum<
3078
+ typeof PrepareDeploymentStackTypeByoVnetAzure
3079
+ > = z.enum(PrepareDeploymentStackTypeByoVnetAzure);
2537
3080
 
2538
3081
  /** @internal */
2539
- export type NetworkByoVnetAzure$Outbound = {
3082
+ export type PrepareDeploymentStackNetworkByoVnetAzure$Outbound = {
2540
3083
  application_gateway_subnet_name?: string | null | undefined;
2541
3084
  private_subnet_name: string;
2542
3085
  public_subnet_name: string;
@@ -2545,38 +3088,43 @@ export type NetworkByoVnetAzure$Outbound = {
2545
3088
  };
2546
3089
 
2547
3090
  /** @internal */
2548
- export const NetworkByoVnetAzure$outboundSchema: z.ZodType<
2549
- NetworkByoVnetAzure$Outbound,
2550
- NetworkByoVnetAzure
2551
- > = z.object({
2552
- applicationGatewaySubnetName: z.nullable(z.string()).optional(),
2553
- privateSubnetName: z.string(),
2554
- publicSubnetName: z.string(),
2555
- type: TypeByoVnetAzure$outboundSchema,
2556
- vnetResourceId: z.string(),
2557
- }).transform((v) => {
2558
- return remap$(v, {
2559
- applicationGatewaySubnetName: "application_gateway_subnet_name",
2560
- privateSubnetName: "private_subnet_name",
2561
- publicSubnetName: "public_subnet_name",
2562
- vnetResourceId: "vnet_resource_id",
3091
+ export const PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema:
3092
+ z.ZodType<
3093
+ PrepareDeploymentStackNetworkByoVnetAzure$Outbound,
3094
+ PrepareDeploymentStackNetworkByoVnetAzure
3095
+ > = z.object({
3096
+ applicationGatewaySubnetName: z.nullable(z.string()).optional(),
3097
+ privateSubnetName: z.string(),
3098
+ publicSubnetName: z.string(),
3099
+ type: PrepareDeploymentStackTypeByoVnetAzure$outboundSchema,
3100
+ vnetResourceId: z.string(),
3101
+ }).transform((v) => {
3102
+ return remap$(v, {
3103
+ applicationGatewaySubnetName: "application_gateway_subnet_name",
3104
+ privateSubnetName: "private_subnet_name",
3105
+ publicSubnetName: "public_subnet_name",
3106
+ vnetResourceId: "vnet_resource_id",
3107
+ });
2563
3108
  });
2564
- });
2565
3109
 
2566
- export function networkByoVnetAzureToJSON(
2567
- networkByoVnetAzure: NetworkByoVnetAzure,
3110
+ export function prepareDeploymentStackNetworkByoVnetAzureToJSON(
3111
+ prepareDeploymentStackNetworkByoVnetAzure:
3112
+ PrepareDeploymentStackNetworkByoVnetAzure,
2568
3113
  ): string {
2569
3114
  return JSON.stringify(
2570
- NetworkByoVnetAzure$outboundSchema.parse(networkByoVnetAzure),
3115
+ PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema.parse(
3116
+ prepareDeploymentStackNetworkByoVnetAzure,
3117
+ ),
2571
3118
  );
2572
3119
  }
2573
3120
 
2574
3121
  /** @internal */
2575
- export const TypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof TypeByoVpcGcp> = z
2576
- .enum(TypeByoVpcGcp);
3122
+ export const PrepareDeploymentStackTypeByoVpcGcp$outboundSchema: z.ZodEnum<
3123
+ typeof PrepareDeploymentStackTypeByoVpcGcp
3124
+ > = z.enum(PrepareDeploymentStackTypeByoVpcGcp);
2577
3125
 
2578
3126
  /** @internal */
2579
- export type NetworkByoVpcGcp$Outbound = {
3127
+ export type PrepareDeploymentStackNetworkByoVpcGcp$Outbound = {
2580
3128
  network_name: string;
2581
3129
  region: string;
2582
3130
  subnet_name: string;
@@ -2584,14 +3132,14 @@ export type NetworkByoVpcGcp$Outbound = {
2584
3132
  };
2585
3133
 
2586
3134
  /** @internal */
2587
- export const NetworkByoVpcGcp$outboundSchema: z.ZodType<
2588
- NetworkByoVpcGcp$Outbound,
2589
- NetworkByoVpcGcp
3135
+ export const PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema: z.ZodType<
3136
+ PrepareDeploymentStackNetworkByoVpcGcp$Outbound,
3137
+ PrepareDeploymentStackNetworkByoVpcGcp
2590
3138
  > = z.object({
2591
3139
  networkName: z.string(),
2592
3140
  region: z.string(),
2593
3141
  subnetName: z.string(),
2594
- type: TypeByoVpcGcp$outboundSchema,
3142
+ type: PrepareDeploymentStackTypeByoVpcGcp$outboundSchema,
2595
3143
  }).transform((v) => {
2596
3144
  return remap$(v, {
2597
3145
  networkName: "network_name",
@@ -2599,20 +3147,24 @@ export const NetworkByoVpcGcp$outboundSchema: z.ZodType<
2599
3147
  });
2600
3148
  });
2601
3149
 
2602
- export function networkByoVpcGcpToJSON(
2603
- networkByoVpcGcp: NetworkByoVpcGcp,
3150
+ export function prepareDeploymentStackNetworkByoVpcGcpToJSON(
3151
+ prepareDeploymentStackNetworkByoVpcGcp:
3152
+ PrepareDeploymentStackNetworkByoVpcGcp,
2604
3153
  ): string {
2605
3154
  return JSON.stringify(
2606
- NetworkByoVpcGcp$outboundSchema.parse(networkByoVpcGcp),
3155
+ PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema.parse(
3156
+ prepareDeploymentStackNetworkByoVpcGcp,
3157
+ ),
2607
3158
  );
2608
3159
  }
2609
3160
 
2610
3161
  /** @internal */
2611
- export const TypeByoVpcAws$outboundSchema: z.ZodEnum<typeof TypeByoVpcAws> = z
2612
- .enum(TypeByoVpcAws);
3162
+ export const PrepareDeploymentStackTypeByoVpcAws$outboundSchema: z.ZodEnum<
3163
+ typeof PrepareDeploymentStackTypeByoVpcAws
3164
+ > = z.enum(PrepareDeploymentStackTypeByoVpcAws);
2613
3165
 
2614
3166
  /** @internal */
2615
- export type NetworkByoVpcAws$Outbound = {
3167
+ export type PrepareDeploymentStackNetworkByoVpcAws$Outbound = {
2616
3168
  private_subnet_ids: Array<string>;
2617
3169
  public_subnet_ids: Array<string>;
2618
3170
  security_group_ids?: Array<string> | undefined;
@@ -2621,14 +3173,14 @@ export type NetworkByoVpcAws$Outbound = {
2621
3173
  };
2622
3174
 
2623
3175
  /** @internal */
2624
- export const NetworkByoVpcAws$outboundSchema: z.ZodType<
2625
- NetworkByoVpcAws$Outbound,
2626
- NetworkByoVpcAws
3176
+ export const PrepareDeploymentStackNetworkByoVpcAws$outboundSchema: z.ZodType<
3177
+ PrepareDeploymentStackNetworkByoVpcAws$Outbound,
3178
+ PrepareDeploymentStackNetworkByoVpcAws
2627
3179
  > = z.object({
2628
3180
  privateSubnetIds: z.array(z.string()),
2629
3181
  publicSubnetIds: z.array(z.string()),
2630
3182
  securityGroupIds: z.array(z.string()).optional(),
2631
- type: TypeByoVpcAws$outboundSchema,
3183
+ type: PrepareDeploymentStackTypeByoVpcAws$outboundSchema,
2632
3184
  vpcId: z.string(),
2633
3185
  }).transform((v) => {
2634
3186
  return remap$(v, {
@@ -2639,108 +3191,133 @@ export const NetworkByoVpcAws$outboundSchema: z.ZodType<
2639
3191
  });
2640
3192
  });
2641
3193
 
2642
- export function networkByoVpcAwsToJSON(
2643
- networkByoVpcAws: NetworkByoVpcAws,
3194
+ export function prepareDeploymentStackNetworkByoVpcAwsToJSON(
3195
+ prepareDeploymentStackNetworkByoVpcAws:
3196
+ PrepareDeploymentStackNetworkByoVpcAws,
2644
3197
  ): string {
2645
3198
  return JSON.stringify(
2646
- NetworkByoVpcAws$outboundSchema.parse(networkByoVpcAws),
3199
+ PrepareDeploymentStackNetworkByoVpcAws$outboundSchema.parse(
3200
+ prepareDeploymentStackNetworkByoVpcAws,
3201
+ ),
2647
3202
  );
2648
3203
  }
2649
3204
 
2650
3205
  /** @internal */
2651
- export const TypeCreate$outboundSchema: z.ZodEnum<typeof TypeCreate> = z.enum(
2652
- TypeCreate,
2653
- );
3206
+ export const PrepareDeploymentStackTypeCreate$outboundSchema: z.ZodEnum<
3207
+ typeof PrepareDeploymentStackTypeCreate
3208
+ > = z.enum(PrepareDeploymentStackTypeCreate);
2654
3209
 
2655
3210
  /** @internal */
2656
- export type NetworkCreate$Outbound = {
3211
+ export type PrepareDeploymentStackNetworkCreate$Outbound = {
2657
3212
  availability_zones?: number | undefined;
2658
3213
  cidr?: string | null | undefined;
2659
3214
  type: string;
2660
3215
  };
2661
3216
 
2662
3217
  /** @internal */
2663
- export const NetworkCreate$outboundSchema: z.ZodType<
2664
- NetworkCreate$Outbound,
2665
- NetworkCreate
3218
+ export const PrepareDeploymentStackNetworkCreate$outboundSchema: z.ZodType<
3219
+ PrepareDeploymentStackNetworkCreate$Outbound,
3220
+ PrepareDeploymentStackNetworkCreate
2666
3221
  > = z.object({
2667
3222
  availabilityZones: z.int().optional(),
2668
3223
  cidr: z.nullable(z.string()).optional(),
2669
- type: TypeCreate$outboundSchema,
3224
+ type: PrepareDeploymentStackTypeCreate$outboundSchema,
2670
3225
  }).transform((v) => {
2671
3226
  return remap$(v, {
2672
3227
  availabilityZones: "availability_zones",
2673
3228
  });
2674
3229
  });
2675
3230
 
2676
- export function networkCreateToJSON(networkCreate: NetworkCreate): string {
2677
- return JSON.stringify(NetworkCreate$outboundSchema.parse(networkCreate));
3231
+ export function prepareDeploymentStackNetworkCreateToJSON(
3232
+ prepareDeploymentStackNetworkCreate: PrepareDeploymentStackNetworkCreate,
3233
+ ): string {
3234
+ return JSON.stringify(
3235
+ PrepareDeploymentStackNetworkCreate$outboundSchema.parse(
3236
+ prepareDeploymentStackNetworkCreate,
3237
+ ),
3238
+ );
2678
3239
  }
2679
3240
 
2680
3241
  /** @internal */
2681
- export const TypeUseDefault$outboundSchema: z.ZodEnum<typeof TypeUseDefault> = z
2682
- .enum(TypeUseDefault);
3242
+ export const PrepareDeploymentStackTypeUseDefault$outboundSchema: z.ZodEnum<
3243
+ typeof PrepareDeploymentStackTypeUseDefault
3244
+ > = z.enum(PrepareDeploymentStackTypeUseDefault);
2683
3245
 
2684
3246
  /** @internal */
2685
- export type NetworkUseDefault$Outbound = {
3247
+ export type PrepareDeploymentStackNetworkUseDefault$Outbound = {
2686
3248
  type: string;
2687
3249
  };
2688
3250
 
2689
3251
  /** @internal */
2690
- export const NetworkUseDefault$outboundSchema: z.ZodType<
2691
- NetworkUseDefault$Outbound,
2692
- NetworkUseDefault
3252
+ export const PrepareDeploymentStackNetworkUseDefault$outboundSchema: z.ZodType<
3253
+ PrepareDeploymentStackNetworkUseDefault$Outbound,
3254
+ PrepareDeploymentStackNetworkUseDefault
2693
3255
  > = z.object({
2694
- type: TypeUseDefault$outboundSchema,
3256
+ type: PrepareDeploymentStackTypeUseDefault$outboundSchema,
2695
3257
  });
2696
3258
 
2697
- export function networkUseDefaultToJSON(
2698
- networkUseDefault: NetworkUseDefault,
3259
+ export function prepareDeploymentStackNetworkUseDefaultToJSON(
3260
+ prepareDeploymentStackNetworkUseDefault:
3261
+ PrepareDeploymentStackNetworkUseDefault,
2699
3262
  ): string {
2700
3263
  return JSON.stringify(
2701
- NetworkUseDefault$outboundSchema.parse(networkUseDefault),
3264
+ PrepareDeploymentStackNetworkUseDefault$outboundSchema.parse(
3265
+ prepareDeploymentStackNetworkUseDefault,
3266
+ ),
2702
3267
  );
2703
3268
  }
2704
3269
 
2705
3270
  /** @internal */
2706
- export type Network$Outbound =
2707
- | NetworkByoVpcAws$Outbound
2708
- | NetworkByoVpcGcp$Outbound
2709
- | NetworkByoVnetAzure$Outbound
2710
- | NetworkUseDefault$Outbound
2711
- | NetworkCreate$Outbound
3271
+ export type PrepareDeploymentStackNetworkUnion$Outbound =
3272
+ | PrepareDeploymentStackNetworkByoVpcAws$Outbound
3273
+ | PrepareDeploymentStackNetworkByoVpcGcp$Outbound
3274
+ | PrepareDeploymentStackNetworkByoVnetAzure$Outbound
3275
+ | PrepareDeploymentStackNetworkUseDefault$Outbound
3276
+ | PrepareDeploymentStackNetworkCreate$Outbound
2712
3277
  | any;
2713
3278
 
2714
3279
  /** @internal */
2715
- export const Network$outboundSchema: z.ZodType<Network$Outbound, Network> = z
2716
- .union([
2717
- z.lazy(() => NetworkByoVpcAws$outboundSchema),
2718
- z.lazy(() => NetworkByoVpcGcp$outboundSchema),
2719
- z.lazy(() => NetworkByoVnetAzure$outboundSchema),
2720
- z.lazy(() => NetworkUseDefault$outboundSchema),
2721
- z.lazy(() => NetworkCreate$outboundSchema),
2722
- z.any(),
2723
- ]);
3280
+ export const PrepareDeploymentStackNetworkUnion$outboundSchema: z.ZodType<
3281
+ PrepareDeploymentStackNetworkUnion$Outbound,
3282
+ PrepareDeploymentStackNetworkUnion
3283
+ > = z.union([
3284
+ z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
3285
+ z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
3286
+ z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
3287
+ z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
3288
+ z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
3289
+ z.any(),
3290
+ ]);
2724
3291
 
2725
- export function networkToJSON(network: Network): string {
2726
- return JSON.stringify(Network$outboundSchema.parse(network));
3292
+ export function prepareDeploymentStackNetworkUnionToJSON(
3293
+ prepareDeploymentStackNetworkUnion: PrepareDeploymentStackNetworkUnion,
3294
+ ): string {
3295
+ return JSON.stringify(
3296
+ PrepareDeploymentStackNetworkUnion$outboundSchema.parse(
3297
+ prepareDeploymentStackNetworkUnion,
3298
+ ),
3299
+ );
2727
3300
  }
2728
3301
 
2729
3302
  /** @internal */
2730
- export const Telemetry$outboundSchema: z.ZodEnum<typeof Telemetry> = z.enum(
2731
- Telemetry,
2732
- );
3303
+ export const PrepareDeploymentStackTelemetry$outboundSchema: z.ZodEnum<
3304
+ typeof PrepareDeploymentStackTelemetry
3305
+ > = z.enum(PrepareDeploymentStackTelemetry);
2733
3306
 
2734
3307
  /** @internal */
2735
- export const Updates$outboundSchema: z.ZodEnum<typeof Updates> = z.enum(
2736
- Updates,
2737
- );
3308
+ export const PrepareDeploymentStackUpdates$outboundSchema: z.ZodEnum<
3309
+ typeof PrepareDeploymentStackUpdates
3310
+ > = z.enum(PrepareDeploymentStackUpdates);
2738
3311
 
2739
3312
  /** @internal */
2740
- export type StackSettings$Outbound = {
3313
+ export type PrepareDeploymentStackStackSettings$Outbound = {
3314
+ compute?: PrepareDeploymentStackCompute$Outbound | undefined;
2741
3315
  deploymentModel?: string | undefined;
2742
- domains?: Domains$Outbound | any | null | undefined;
2743
- externalBindings?: ExternalBindings$Outbound | null | undefined;
3316
+ domains?: PrepareDeploymentStackDomains$Outbound | any | null | undefined;
3317
+ externalBindings?:
3318
+ | PrepareDeploymentStackExternalBindings$Outbound
3319
+ | null
3320
+ | undefined;
2744
3321
  heartbeats?: string | undefined;
2745
3322
  kubernetes?:
2746
3323
  | PrepareDeploymentStackKubernetes$Outbound
@@ -2748,11 +3325,11 @@ export type StackSettings$Outbound = {
2748
3325
  | null
2749
3326
  | undefined;
2750
3327
  network?:
2751
- | NetworkByoVpcAws$Outbound
2752
- | NetworkByoVpcGcp$Outbound
2753
- | NetworkByoVnetAzure$Outbound
2754
- | NetworkUseDefault$Outbound
2755
- | NetworkCreate$Outbound
3328
+ | PrepareDeploymentStackNetworkByoVpcAws$Outbound
3329
+ | PrepareDeploymentStackNetworkByoVpcGcp$Outbound
3330
+ | PrepareDeploymentStackNetworkByoVnetAzure$Outbound
3331
+ | PrepareDeploymentStackNetworkUseDefault$Outbound
3332
+ | PrepareDeploymentStackNetworkCreate$Outbound
2756
3333
  | any
2757
3334
  | null
2758
3335
  | undefined;
@@ -2761,16 +3338,24 @@ export type StackSettings$Outbound = {
2761
3338
  };
2762
3339
 
2763
3340
  /** @internal */
2764
- export const StackSettings$outboundSchema: z.ZodType<
2765
- StackSettings$Outbound,
2766
- StackSettings
3341
+ export const PrepareDeploymentStackStackSettings$outboundSchema: z.ZodType<
3342
+ PrepareDeploymentStackStackSettings$Outbound,
3343
+ PrepareDeploymentStackStackSettings
2767
3344
  > = z.object({
2768
- deploymentModel: DeploymentModel$outboundSchema.optional(),
2769
- domains: z.nullable(z.union([z.lazy(() => Domains$outboundSchema), z.any()]))
3345
+ compute: z.lazy(() => PrepareDeploymentStackCompute$outboundSchema)
2770
3346
  .optional(),
2771
- externalBindings: z.nullable(z.lazy(() => ExternalBindings$outboundSchema))
3347
+ deploymentModel: PrepareDeploymentStackDeploymentModel$outboundSchema
2772
3348
  .optional(),
2773
- heartbeats: Heartbeats$outboundSchema.optional(),
3349
+ domains: z.nullable(
3350
+ z.union([
3351
+ z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
3352
+ z.any(),
3353
+ ]),
3354
+ ).optional(),
3355
+ externalBindings: z.nullable(
3356
+ z.lazy(() => PrepareDeploymentStackExternalBindings$outboundSchema),
3357
+ ).optional(),
3358
+ heartbeats: PrepareDeploymentStackHeartbeats$outboundSchema.optional(),
2774
3359
  kubernetes: z.nullable(
2775
3360
  z.union([
2776
3361
  z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
@@ -2779,20 +3364,26 @@ export const StackSettings$outboundSchema: z.ZodType<
2779
3364
  ).optional(),
2780
3365
  network: z.nullable(
2781
3366
  z.union([
2782
- z.lazy(() => NetworkByoVpcAws$outboundSchema),
2783
- z.lazy(() => NetworkByoVpcGcp$outboundSchema),
2784
- z.lazy(() => NetworkByoVnetAzure$outboundSchema),
2785
- z.lazy(() => NetworkUseDefault$outboundSchema),
2786
- z.lazy(() => NetworkCreate$outboundSchema),
3367
+ z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
3368
+ z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
3369
+ z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
3370
+ z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
3371
+ z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
2787
3372
  z.any(),
2788
3373
  ]),
2789
3374
  ).optional(),
2790
- telemetry: Telemetry$outboundSchema.optional(),
2791
- updates: Updates$outboundSchema.optional(),
3375
+ telemetry: PrepareDeploymentStackTelemetry$outboundSchema.optional(),
3376
+ updates: PrepareDeploymentStackUpdates$outboundSchema.optional(),
2792
3377
  });
2793
3378
 
2794
- export function stackSettingsToJSON(stackSettings: StackSettings): string {
2795
- return JSON.stringify(StackSettings$outboundSchema.parse(stackSettings));
3379
+ export function prepareDeploymentStackStackSettingsToJSON(
3380
+ prepareDeploymentStackStackSettings: PrepareDeploymentStackStackSettings,
3381
+ ): string {
3382
+ return JSON.stringify(
3383
+ PrepareDeploymentStackStackSettings$outboundSchema.parse(
3384
+ prepareDeploymentStackStackSettings,
3385
+ ),
3386
+ );
2796
3387
  }
2797
3388
 
2798
3389
  /** @internal */
@@ -2800,7 +3391,7 @@ export type PrepareDeploymentStackRequestBody$Outbound = {
2800
3391
  platform: string;
2801
3392
  setupMethod: string;
2802
3393
  region?: string | undefined;
2803
- stackSettings: StackSettings$Outbound;
3394
+ stackSettings: PrepareDeploymentStackStackSettings$Outbound;
2804
3395
  };
2805
3396
 
2806
3397
  /** @internal */
@@ -2811,7 +3402,9 @@ export const PrepareDeploymentStackRequestBody$outboundSchema: z.ZodType<
2811
3402
  platform: PrepareDeploymentStackPlatform$outboundSchema,
2812
3403
  setupMethod: models.DeploymentSetupMethod$outboundSchema,
2813
3404
  region: z.string().optional(),
2814
- stackSettings: z.lazy(() => StackSettings$outboundSchema),
3405
+ stackSettings: z.lazy(() =>
3406
+ PrepareDeploymentStackStackSettings$outboundSchema
3407
+ ),
2815
3408
  });
2816
3409
 
2817
3410
  export function prepareDeploymentStackRequestBodyToJSON(