@alienplatform/platform-api 1.3.4 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1054) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +97 -70
  3. package/esm/funcs/apiKeysList.js +1 -0
  4. package/esm/funcs/apiKeysList.js.map +1 -1
  5. package/esm/funcs/authWhoami.d.ts +1 -1
  6. package/esm/funcs/authWhoami.js +1 -1
  7. package/esm/funcs/billingGetPlan.d.ts +14 -0
  8. package/esm/funcs/billingGetPlan.d.ts.map +1 -0
  9. package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
  10. package/esm/funcs/billingGetPlan.js.map +1 -0
  11. package/esm/funcs/billingListAuditLog.d.ts +14 -0
  12. package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
  13. package/esm/funcs/billingListAuditLog.js +80 -0
  14. package/esm/funcs/billingListAuditLog.js.map +1 -0
  15. package/esm/funcs/cloudRegionsGet.d.ts +15 -0
  16. package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
  17. package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
  18. package/esm/funcs/cloudRegionsGet.js.map +1 -0
  19. package/esm/funcs/commandsList.js +1 -0
  20. package/esm/funcs/commandsList.js.map +1 -1
  21. package/esm/funcs/deploymentGetInfo.d.ts +1 -1
  22. package/esm/funcs/deploymentGetInfo.js +1 -1
  23. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
  24. package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
  25. package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
  26. package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
  27. package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
  28. package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
  29. package/esm/funcs/deploymentPrepareStack.js +84 -0
  30. package/esm/funcs/deploymentPrepareStack.js.map +1 -0
  31. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
  32. package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
  33. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
  34. package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
  35. package/esm/funcs/deploymentsCreate.d.ts +1 -1
  36. package/esm/funcs/deploymentsCreate.js +1 -1
  37. package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
  38. package/esm/funcs/deploymentsCreateToken.js +1 -1
  39. package/esm/funcs/deploymentsDelete.d.ts +1 -1
  40. package/esm/funcs/deploymentsDelete.js +5 -3
  41. package/esm/funcs/deploymentsDelete.js.map +1 -1
  42. package/esm/funcs/deploymentsGet.d.ts +1 -1
  43. package/esm/funcs/deploymentsGet.js +1 -1
  44. package/esm/funcs/deploymentsGetStats.js +1 -1
  45. package/esm/funcs/deploymentsGetStats.js.map +1 -1
  46. package/esm/funcs/deploymentsImport.d.ts +1 -1
  47. package/esm/funcs/deploymentsImport.js +2 -2
  48. package/esm/funcs/deploymentsImport.js.map +1 -1
  49. package/esm/funcs/deploymentsList.js +1 -1
  50. package/esm/funcs/deploymentsList.js.map +1 -1
  51. package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
  52. package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
  53. package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
  54. package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
  55. package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
  56. package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
  57. package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
  58. package/esm/funcs/deploymentsRedeploy.js +1 -1
  59. package/esm/funcs/deploymentsRetry.d.ts +1 -1
  60. package/esm/funcs/deploymentsRetry.js +1 -1
  61. package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
  62. package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
  63. package/esm/funcs/domainsCreate.d.ts +1 -1
  64. package/esm/funcs/domainsCreate.d.ts.map +1 -1
  65. package/esm/funcs/domainsCreate.js +2 -2
  66. package/esm/funcs/domainsCreate.js.map +1 -1
  67. package/esm/funcs/domainsGet.d.ts +1 -1
  68. package/esm/funcs/domainsGet.d.ts.map +1 -1
  69. package/esm/funcs/domainsGet.js +1 -1
  70. package/esm/funcs/domainsGet.js.map +1 -1
  71. package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
  72. package/esm/funcs/domainsRefresh.d.ts.map +1 -0
  73. package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
  74. package/esm/funcs/domainsRefresh.js.map +1 -0
  75. package/esm/funcs/eventsList.js +1 -0
  76. package/esm/funcs/eventsList.js.map +1 -1
  77. package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
  78. package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
  79. package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
  80. package/esm/funcs/managersCancelSetup.js.map +1 -0
  81. package/esm/funcs/managersCreate.d.ts +2 -1
  82. package/esm/funcs/managersCreate.d.ts.map +1 -1
  83. package/esm/funcs/managersCreate.js +3 -2
  84. package/esm/funcs/managersCreate.js.map +1 -1
  85. package/esm/funcs/managersDelete.js +2 -2
  86. package/esm/funcs/managersDelete.js.map +1 -1
  87. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
  88. package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
  89. package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
  90. package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
  91. package/esm/funcs/managersGetManagementConfig.js +1 -0
  92. package/esm/funcs/managersGetManagementConfig.js.map +1 -1
  93. package/esm/funcs/managersList.js +2 -0
  94. package/esm/funcs/managersList.js.map +1 -1
  95. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
  96. package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
  97. package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
  98. package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
  99. package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
  100. package/esm/funcs/managersRetry.d.ts.map +1 -0
  101. package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
  102. package/esm/funcs/managersRetry.js.map +1 -0
  103. package/esm/funcs/managersRetrySetup.d.ts +16 -0
  104. package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
  105. package/esm/funcs/managersRetrySetup.js +89 -0
  106. package/esm/funcs/managersRetrySetup.js.map +1 -0
  107. package/esm/funcs/packagesList.js +1 -0
  108. package/esm/funcs/packagesList.js.map +1 -1
  109. package/esm/funcs/projectsCreate.js +2 -2
  110. package/esm/funcs/projectsCreate.js.map +1 -1
  111. package/esm/funcs/projectsDelete.d.ts +1 -1
  112. package/esm/funcs/projectsDelete.js +1 -1
  113. package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
  114. package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
  115. package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
  116. package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
  117. package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
  118. package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
  119. package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
  120. package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
  121. package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
  122. package/esm/funcs/projectsGetTemplateUrls.js +1 -1
  123. package/esm/funcs/projectsUpdate.js +1 -1
  124. package/esm/funcs/projectsUpdate.js.map +1 -1
  125. package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
  126. package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
  127. package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
  128. package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
  129. package/esm/funcs/resolveResolve.d.ts +19 -0
  130. package/esm/funcs/resolveResolve.d.ts.map +1 -0
  131. package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
  132. package/esm/funcs/resolveResolve.js.map +1 -0
  133. package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
  134. package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
  135. package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
  136. package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
  137. package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
  138. package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
  139. package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
  140. package/esm/funcs/resourcesListDeployments.js.map +1 -0
  141. package/esm/funcs/resourcesListOverview.d.ts +12 -0
  142. package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
  143. package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
  144. package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
  145. package/esm/funcs/syncList.d.ts +16 -0
  146. package/esm/funcs/syncList.d.ts.map +1 -0
  147. package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
  148. package/esm/funcs/syncList.js.map +1 -0
  149. package/esm/funcs/syncReconcile.d.ts +2 -2
  150. package/esm/funcs/syncReconcile.d.ts.map +1 -1
  151. package/esm/funcs/syncReconcile.js +4 -4
  152. package/esm/funcs/syncReconcile.js.map +1 -1
  153. package/esm/funcs/syncRelease.d.ts +2 -2
  154. package/esm/funcs/syncRelease.d.ts.map +1 -1
  155. package/esm/funcs/syncRelease.js +4 -4
  156. package/esm/funcs/syncRelease.js.map +1 -1
  157. package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
  158. package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
  159. package/esm/funcs/userCompleteProfileSetup.js +81 -0
  160. package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
  161. package/esm/funcs/userGetProfile.d.ts +15 -0
  162. package/esm/funcs/userGetProfile.d.ts.map +1 -0
  163. package/esm/funcs/userGetProfile.js +69 -0
  164. package/esm/funcs/userGetProfile.js.map +1 -0
  165. package/esm/funcs/userUpdateProfile.d.ts +2 -1
  166. package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
  167. package/esm/funcs/userUpdateProfile.js +2 -1
  168. package/esm/funcs/userUpdateProfile.js.map +1 -1
  169. package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
  170. package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
  171. package/esm/funcs/workspacesDismissOnboarding.js +89 -0
  172. package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
  173. package/esm/lib/config.d.ts +2 -2
  174. package/esm/lib/config.js +2 -2
  175. package/esm/lib/config.js.map +1 -1
  176. package/esm/lib/sdks.js +2 -8
  177. package/esm/lib/sdks.js.map +1 -1
  178. package/esm/models/apierror.d.ts +0 -3
  179. package/esm/models/apierror.d.ts.map +1 -1
  180. package/esm/models/apierror.js.map +1 -1
  181. package/esm/models/apikey.d.ts +2 -0
  182. package/esm/models/apikey.d.ts.map +1 -1
  183. package/esm/models/apikey.js +2 -0
  184. package/esm/models/apikey.js.map +1 -1
  185. package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
  186. package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
  187. package/esm/models/apikeydeploymentsetupconfig.js +17 -0
  188. package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
  189. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
  190. package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
  191. package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
  192. package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
  193. package/esm/models/billingauditlogrow.d.ts +14 -0
  194. package/esm/models/billingauditlogrow.d.ts.map +1 -0
  195. package/esm/models/billingauditlogrow.js +17 -0
  196. package/esm/models/billingauditlogrow.js.map +1 -0
  197. package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
  198. package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
  199. package/esm/models/cloudformationcallbackrequest.js +977 -0
  200. package/esm/models/cloudformationcallbackrequest.js.map +1 -0
  201. package/esm/models/cloudregionsresponse.d.ts +11 -0
  202. package/esm/models/cloudregionsresponse.d.ts.map +1 -0
  203. package/esm/models/cloudregionsresponse.js +14 -0
  204. package/esm/models/cloudregionsresponse.js.map +1 -0
  205. package/esm/models/command.d.ts +7 -3
  206. package/esm/models/command.d.ts.map +1 -1
  207. package/esm/models/command.js +2 -1
  208. package/esm/models/command.js.map +1 -1
  209. package/esm/models/commanddeploymentinfo.d.ts +4 -0
  210. package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
  211. package/esm/models/commanddeploymentinfo.js +1 -0
  212. package/esm/models/commanddeploymentinfo.js.map +1 -1
  213. package/esm/models/commandlistitemresponse.d.ts +7 -3
  214. package/esm/models/commandlistitemresponse.d.ts.map +1 -1
  215. package/esm/models/commandlistitemresponse.js +2 -1
  216. package/esm/models/commandlistitemresponse.js.map +1 -1
  217. package/esm/models/createapikeyresponse.d.ts +2 -0
  218. package/esm/models/createapikeyresponse.d.ts.map +1 -1
  219. package/esm/models/createapikeyresponse.js +2 -0
  220. package/esm/models/createapikeyresponse.js.map +1 -1
  221. package/esm/models/createcommandrequest.d.ts +5 -0
  222. package/esm/models/createcommandrequest.d.ts.map +1 -1
  223. package/esm/models/createcommandrequest.js +1 -0
  224. package/esm/models/createcommandrequest.js.map +1 -1
  225. package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -0
  226. package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
  227. package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
  228. package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
  229. package/esm/models/createdeploymenttokenrequest.d.ts +2 -2
  230. package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
  231. package/esm/models/createmanagerresponse.d.ts +3226 -0
  232. package/esm/models/createmanagerresponse.d.ts.map +1 -0
  233. package/esm/models/createmanagerresponse.js +2574 -0
  234. package/esm/models/createmanagerresponse.js.map +1 -0
  235. package/esm/models/deployment.d.ts +1127 -33
  236. package/esm/models/deployment.d.ts.map +1 -1
  237. package/esm/models/deployment.js +749 -17
  238. package/esm/models/deployment.js.map +1 -1
  239. package/esm/models/deploymentconnectioninfo.d.ts +1 -0
  240. package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
  241. package/esm/models/deploymentconnectioninfo.js +1 -0
  242. package/esm/models/deploymentconnectioninfo.js.map +1 -1
  243. package/esm/models/deploymentdetailresponse.d.ts +1127 -33
  244. package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
  245. package/esm/models/deploymentdetailresponse.js +784 -18
  246. package/esm/models/deploymentdetailresponse.js.map +1 -1
  247. package/esm/models/deploymentinfo.d.ts +341 -13
  248. package/esm/models/deploymentinfo.d.ts.map +1 -1
  249. package/esm/models/deploymentinfo.js +217 -9
  250. package/esm/models/deploymentinfo.js.map +1 -1
  251. package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
  252. package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
  253. package/esm/models/deploymentinfosetupconfig.js +26 -0
  254. package/esm/models/deploymentinfosetupconfig.js.map +1 -0
  255. package/esm/models/deploymentlistitemresponse.d.ts +39 -0
  256. package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
  257. package/esm/models/deploymentlistitemresponse.js +18 -0
  258. package/esm/models/deploymentlistitemresponse.js.map +1 -1
  259. package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
  260. package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
  261. package/esm/models/deploymentportalaccentcolor.js +20 -0
  262. package/esm/models/deploymentportalaccentcolor.js.map +1 -0
  263. package/esm/models/deploymentportalappearance.d.ts +44 -0
  264. package/esm/models/deploymentportalappearance.d.ts.map +1 -0
  265. package/esm/models/deploymentportalappearance.js +23 -0
  266. package/esm/models/deploymentportalappearance.js.map +1 -0
  267. package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
  268. package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
  269. package/esm/models/deploymentportalappearancepreset.js +19 -0
  270. package/esm/models/deploymentportalappearancepreset.js.map +1 -0
  271. package/esm/models/deploymentportaldensity.d.ts +18 -0
  272. package/esm/models/deploymentportaldensity.d.ts.map +1 -0
  273. package/esm/models/deploymentportaldensity.js +16 -0
  274. package/esm/models/deploymentportaldensity.js.map +1 -0
  275. package/esm/models/deploymentportaldomain.d.ts +156 -0
  276. package/esm/models/deploymentportaldomain.d.ts.map +1 -0
  277. package/esm/models/deploymentportaldomain.js +58 -0
  278. package/esm/models/deploymentportaldomain.js.map +1 -0
  279. package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
  280. package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
  281. package/esm/models/deploymentportaldomainresponse.js +14 -0
  282. package/esm/models/deploymentportaldomainresponse.js.map +1 -0
  283. package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
  284. package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
  285. package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
  286. package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
  287. package/esm/models/deploymentsetupconfig.d.ts +22 -0
  288. package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
  289. package/esm/models/deploymentsetupconfig.js +16 -0
  290. package/esm/models/deploymentsetupconfig.js.map +1 -0
  291. package/esm/models/deploymentsetupmethod.d.ts +16 -0
  292. package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
  293. package/esm/models/deploymentsetupmethod.js +17 -0
  294. package/esm/models/deploymentsetupmethod.js.map +1 -0
  295. package/esm/models/deploymentsetuppolicy.d.ts +45 -0
  296. package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
  297. package/esm/models/deploymentsetuppolicy.js +43 -0
  298. package/esm/models/deploymentsetuppolicy.js.map +1 -0
  299. package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
  300. package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
  301. package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
  302. package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
  303. package/esm/models/deploymentstats.d.ts +12 -0
  304. package/esm/models/deploymentstats.d.ts.map +1 -1
  305. package/esm/models/deploymentstats.js +2 -0
  306. package/esm/models/deploymentstats.js.map +1 -1
  307. package/esm/models/domainwithusage.d.ts +63 -0
  308. package/esm/models/domainwithusage.d.ts.map +1 -0
  309. package/esm/models/domainwithusage.js +62 -0
  310. package/esm/models/domainwithusage.js.map +1 -0
  311. package/esm/models/event.d.ts +549 -32
  312. package/esm/models/event.d.ts.map +1 -1
  313. package/esm/models/event.js +240 -19
  314. package/esm/models/event.js.map +1 -1
  315. package/esm/models/forwardimportrequest.d.ts +40 -0
  316. package/esm/models/forwardimportrequest.d.ts.map +1 -0
  317. package/esm/models/forwardimportrequest.js +22 -0
  318. package/esm/models/forwardimportrequest.js.map +1 -0
  319. package/esm/models/generatemanagertokenrequest.d.ts +15 -0
  320. package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
  321. package/esm/models/generatemanagertokenrequest.js +12 -0
  322. package/esm/models/generatemanagertokenrequest.js.map +1 -0
  323. package/esm/models/generatemanagertokenresponse.d.ts +37 -0
  324. package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
  325. package/esm/models/generatemanagertokenresponse.js +23 -0
  326. package/esm/models/generatemanagertokenresponse.js.map +1 -0
  327. package/esm/models/gitnamespace.d.ts +4 -4
  328. package/esm/models/gitnamespace.d.ts.map +1 -1
  329. package/esm/models/gitnamespace.js +3 -3
  330. package/esm/models/gitnamespace.js.map +1 -1
  331. package/esm/models/importdeploymentrequest.d.ts +5 -82
  332. package/esm/models/importdeploymentrequest.d.ts.map +1 -1
  333. package/esm/models/importdeploymentrequest.js +6 -36
  334. package/esm/models/importdeploymentrequest.js.map +1 -1
  335. package/esm/models/importedresource.d.ts +29 -0
  336. package/esm/models/importedresource.d.ts.map +1 -0
  337. package/esm/models/importedresource.js +14 -0
  338. package/esm/models/importedresource.js.map +1 -0
  339. package/esm/models/importsource.d.ts +1587 -0
  340. package/esm/models/importsource.d.ts.map +1 -0
  341. package/esm/models/importsource.js +902 -0
  342. package/esm/models/importsource.js.map +1 -0
  343. package/esm/models/importsourcekind.d.ts +17 -0
  344. package/esm/models/importsourcekind.d.ts.map +1 -0
  345. package/esm/models/importsourcekind.js +15 -0
  346. package/esm/models/importsourcekind.js.map +1 -0
  347. package/esm/models/index.d.ts +45 -5
  348. package/esm/models/index.d.ts.map +1 -1
  349. package/esm/models/index.js +45 -5
  350. package/esm/models/index.js.map +1 -1
  351. package/esm/models/manager.d.ts +68 -69
  352. package/esm/models/manager.d.ts.map +1 -1
  353. package/esm/models/manager.js +38 -66
  354. package/esm/models/manager.js.map +1 -1
  355. package/esm/models/managerdeployment.d.ts +13 -0
  356. package/esm/models/managerdeployment.d.ts.map +1 -1
  357. package/esm/models/managerdeployment.js +4 -0
  358. package/esm/models/managerdeployment.js.map +1 -1
  359. package/esm/models/managerheartbeatrequest.d.ts +9 -113
  360. package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
  361. package/esm/models/managerheartbeatrequest.js +7 -75
  362. package/esm/models/managerheartbeatrequest.js.map +1 -1
  363. package/esm/models/managermanagementconfigs.d.ts +136 -0
  364. package/esm/models/managermanagementconfigs.d.ts.map +1 -0
  365. package/esm/models/managermanagementconfigs.js +122 -0
  366. package/esm/models/managermanagementconfigs.js.map +1 -0
  367. package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
  368. package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
  369. package/esm/models/managerretrydeploymentresponse.js +22 -0
  370. package/esm/models/managerretrydeploymentresponse.js.map +1 -0
  371. package/esm/models/managerretryresponse.d.ts +3232 -0
  372. package/esm/models/managerretryresponse.d.ts.map +1 -0
  373. package/esm/models/managerretryresponse.js +2584 -0
  374. package/esm/models/managerretryresponse.js.map +1 -0
  375. package/esm/models/newdeploymentrequest.d.ts +1029 -7
  376. package/esm/models/newdeploymentrequest.d.ts.map +1 -1
  377. package/esm/models/newdeploymentrequest.js +590 -4
  378. package/esm/models/newdeploymentrequest.js.map +1 -1
  379. package/esm/models/newmanagerrequest.d.ts +25 -34
  380. package/esm/models/newmanagerrequest.d.ts.map +1 -1
  381. package/esm/models/newmanagerrequest.js +11 -24
  382. package/esm/models/newmanagerrequest.js.map +1 -1
  383. package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
  384. package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
  385. package/esm/models/operations/acceptcloudformationcallback.js +30 -0
  386. package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
  387. package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
  388. package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
  389. package/esm/models/operations/cancelmanagersetup.js +21 -0
  390. package/esm/models/operations/cancelmanagersetup.js.map +1 -0
  391. package/esm/models/operations/createmanager.d.ts +0 -165
  392. package/esm/models/operations/createmanager.d.ts.map +1 -1
  393. package/esm/models/operations/createmanager.js +0 -104
  394. package/esm/models/operations/createmanager.js.map +1 -1
  395. package/esm/models/operations/createproject.d.ts +102 -93
  396. package/esm/models/operations/createproject.d.ts.map +1 -1
  397. package/esm/models/operations/createproject.js +38 -51
  398. package/esm/models/operations/createproject.js.map +1 -1
  399. package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
  400. package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
  401. package/esm/models/operations/createprojectfromtemplate.js +37 -52
  402. package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
  403. package/esm/models/operations/deletedeployment.d.ts +21 -0
  404. package/esm/models/operations/deletedeployment.d.ts.map +1 -1
  405. package/esm/models/operations/deletedeployment.js +11 -0
  406. package/esm/models/operations/deletedeployment.js.map +1 -1
  407. package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
  408. package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
  409. package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
  410. package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
  411. package/esm/models/operations/generatemanagertoken.d.ts +23 -0
  412. package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
  413. package/esm/models/operations/generatemanagertoken.js +21 -0
  414. package/esm/models/operations/generatemanagertoken.js.map +1 -0
  415. package/esm/models/operations/getcloudregions.d.ts +15 -0
  416. package/esm/models/operations/getcloudregions.d.ts.map +1 -0
  417. package/esm/models/operations/getcloudregions.js +12 -0
  418. package/esm/models/operations/getcloudregions.js.map +1 -0
  419. package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
  420. package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
  421. package/esm/models/operations/getdeploymentgroup.js +16 -0
  422. package/esm/models/operations/getdeploymentgroup.js.map +1 -1
  423. package/esm/models/operations/getdeploymentstats.d.ts +7 -6
  424. package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
  425. package/esm/models/operations/getdeploymentstats.js +4 -3
  426. package/esm/models/operations/getdeploymentstats.js.map +1 -1
  427. package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
  428. package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
  429. package/esm/models/operations/getmanagermanagementconfig.js +28 -14
  430. package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
  431. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
  432. package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
  433. package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
  434. package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
  435. package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
  436. package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
  437. package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
  438. package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
  439. package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
  440. package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
  441. package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
  442. package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
  443. package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
  444. package/esm/models/operations/getworkspaceplan.d.ts +27 -0
  445. package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
  446. package/esm/models/operations/getworkspaceplan.js +21 -0
  447. package/esm/models/operations/getworkspaceplan.js.map +1 -0
  448. package/esm/models/operations/index.d.ts +21 -15
  449. package/esm/models/operations/index.d.ts.map +1 -1
  450. package/esm/models/operations/index.js +21 -15
  451. package/esm/models/operations/index.js.map +1 -1
  452. package/esm/models/operations/listapikeys.d.ts +5 -0
  453. package/esm/models/operations/listapikeys.d.ts.map +1 -1
  454. package/esm/models/operations/listapikeys.js +1 -0
  455. package/esm/models/operations/listapikeys.js.map +1 -1
  456. package/esm/models/operations/listbillingauditlog.d.ts +35 -0
  457. package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
  458. package/esm/models/operations/listbillingauditlog.js +24 -0
  459. package/esm/models/operations/listbillingauditlog.js.map +1 -0
  460. package/esm/models/operations/listcommands.d.ts +5 -0
  461. package/esm/models/operations/listcommands.d.ts.map +1 -1
  462. package/esm/models/operations/listcommands.js +1 -0
  463. package/esm/models/operations/listcommands.js.map +1 -1
  464. package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
  465. package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
  466. package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
  467. package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
  468. package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
  469. package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
  470. package/esm/models/operations/listdeploymentgroups.js +29 -2
  471. package/esm/models/operations/listdeploymentgroups.js.map +1 -1
  472. package/esm/models/operations/listdeployments.d.ts +8 -7
  473. package/esm/models/operations/listdeployments.d.ts.map +1 -1
  474. package/esm/models/operations/listdeployments.js +4 -3
  475. package/esm/models/operations/listdeployments.js.map +1 -1
  476. package/esm/models/operations/listdomains.d.ts +1 -1
  477. package/esm/models/operations/listdomains.d.ts.map +1 -1
  478. package/esm/models/operations/listdomains.js +1 -1
  479. package/esm/models/operations/listdomains.js.map +1 -1
  480. package/esm/models/operations/listevents.d.ts +5 -0
  481. package/esm/models/operations/listevents.d.ts.map +1 -1
  482. package/esm/models/operations/listevents.js +1 -0
  483. package/esm/models/operations/listevents.js.map +1 -1
  484. package/esm/models/operations/listmanagers.d.ts +10 -0
  485. package/esm/models/operations/listmanagers.d.ts.map +1 -1
  486. package/esm/models/operations/listmanagers.js +2 -0
  487. package/esm/models/operations/listmanagers.js.map +1 -1
  488. package/esm/models/operations/listpackages.d.ts +5 -0
  489. package/esm/models/operations/listpackages.d.ts.map +1 -1
  490. package/esm/models/operations/listpackages.js +1 -0
  491. package/esm/models/operations/listpackages.js.map +1 -1
  492. package/esm/models/operations/listresourcedeployments.d.ts +73 -0
  493. package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
  494. package/esm/models/operations/listresourcedeployments.js +58 -0
  495. package/esm/models/operations/listresourcedeployments.js.map +1 -0
  496. package/esm/models/operations/listresourceoverview.d.ts +68 -0
  497. package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
  498. package/esm/models/operations/listresourceoverview.js +54 -0
  499. package/esm/models/operations/listresourceoverview.js.map +1 -0
  500. package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
  501. package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
  502. package/esm/models/operations/preparedeploymentstack.js +858 -0
  503. package/esm/models/operations/preparedeploymentstack.js.map +1 -0
  504. package/esm/models/operations/refreshdomain.d.ts +20 -0
  505. package/esm/models/operations/refreshdomain.d.ts.map +1 -0
  506. package/esm/models/operations/refreshdomain.js +13 -0
  507. package/esm/models/operations/refreshdomain.js.map +1 -0
  508. package/esm/models/operations/resolve.d.ts +43 -0
  509. package/esm/models/operations/resolve.d.ts.map +1 -0
  510. package/esm/models/operations/resolve.js +27 -0
  511. package/esm/models/operations/resolve.js.map +1 -0
  512. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
  513. package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
  514. package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
  515. package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
  516. package/esm/models/operations/retrydeployment.d.ts +1 -1
  517. package/esm/models/operations/retrymanager.d.ts +20 -0
  518. package/esm/models/operations/retrymanager.d.ts.map +1 -0
  519. package/esm/models/operations/retrymanager.js +13 -0
  520. package/esm/models/operations/retrymanager.js.map +1 -0
  521. package/esm/models/operations/retrymanagersetup.d.ts +20 -0
  522. package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
  523. package/esm/models/operations/retrymanagersetup.js +13 -0
  524. package/esm/models/operations/retrymanagersetup.js.map +1 -0
  525. package/esm/models/operations/synclist.d.ts +18 -0
  526. package/esm/models/operations/synclist.d.ts.map +1 -0
  527. package/esm/models/operations/synclist.js +19 -0
  528. package/esm/models/operations/synclist.js.map +1 -0
  529. package/esm/models/operations/syncreconcile.d.ts +2 -2
  530. package/esm/models/operations/syncreconcile.d.ts.map +1 -1
  531. package/esm/models/operations/syncreconcile.js +1 -1
  532. package/esm/models/operations/syncreconcile.js.map +1 -1
  533. package/esm/models/operations/syncrelease.d.ts +2 -2
  534. package/esm/models/operations/syncrelease.d.ts.map +1 -1
  535. package/esm/models/operations/syncrelease.js +1 -1
  536. package/esm/models/operations/syncrelease.js.map +1 -1
  537. package/esm/models/operations/updateproject.d.ts +3 -296
  538. package/esm/models/operations/updateproject.d.ts.map +1 -1
  539. package/esm/models/operations/updateproject.js +3 -127
  540. package/esm/models/operations/updateproject.js.map +1 -1
  541. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
  542. package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
  543. package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
  544. package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
  545. package/esm/models/operations/updateuserprofile.d.ts +0 -15
  546. package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
  547. package/esm/models/operations/updateuserprofile.js +0 -12
  548. package/esm/models/operations/updateuserprofile.js.map +1 -1
  549. package/esm/models/package.d.ts +121 -22
  550. package/esm/models/package.d.ts.map +1 -1
  551. package/esm/models/package.js +45 -9
  552. package/esm/models/package.js.map +1 -1
  553. package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
  554. package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
  555. package/esm/models/persistimporteddeploymentrequest.js +1896 -0
  556. package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
  557. package/esm/models/pinreleaserequest.d.ts +2 -2
  558. package/esm/models/planid.d.ts +12 -0
  559. package/esm/models/planid.d.ts.map +1 -0
  560. package/esm/models/planid.js +13 -0
  561. package/esm/models/planid.js.map +1 -0
  562. package/esm/models/prepareddeploymentstack.d.ts +1366 -0
  563. package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
  564. package/esm/models/prepareddeploymentstack.js +775 -0
  565. package/esm/models/prepareddeploymentstack.js.map +1 -0
  566. package/esm/models/privatemanagercloud.d.ts +17 -0
  567. package/esm/models/privatemanagercloud.d.ts.map +1 -0
  568. package/esm/models/privatemanagercloud.js +15 -0
  569. package/esm/models/privatemanagercloud.js.map +1 -0
  570. package/esm/models/privatemanagersetupmethod.d.ts +17 -0
  571. package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
  572. package/esm/models/privatemanagersetupmethod.js +15 -0
  573. package/esm/models/privatemanagersetupmethod.js.map +1 -0
  574. package/esm/models/project.d.ts +79 -69
  575. package/esm/models/project.d.ts.map +1 -1
  576. package/esm/models/project.js +29 -42
  577. package/esm/models/project.js.map +1 -1
  578. package/esm/models/projectgcpoauthprovider.d.ts +33 -0
  579. package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
  580. package/esm/models/projectgcpoauthprovider.js +32 -0
  581. package/esm/models/projectgcpoauthprovider.js.map +1 -0
  582. package/esm/models/projectlistitemresponse.d.ts +83 -73
  583. package/esm/models/projectlistitemresponse.d.ts.map +1 -1
  584. package/esm/models/projectlistitemresponse.js +32 -46
  585. package/esm/models/projectlistitemresponse.js.map +1 -1
  586. package/esm/models/release.d.ts +4 -0
  587. package/esm/models/release.d.ts.map +1 -1
  588. package/esm/models/release.js +2 -0
  589. package/esm/models/release.js.map +1 -1
  590. package/esm/models/releaselistitemresponse.d.ts +4 -0
  591. package/esm/models/releaselistitemresponse.d.ts.map +1 -1
  592. package/esm/models/releaselistitemresponse.js +2 -0
  593. package/esm/models/releaselistitemresponse.js.map +1 -1
  594. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
  595. package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
  596. package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
  597. package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
  598. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
  599. package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
  600. package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
  601. package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
  602. package/esm/models/resolveresponse.d.ts +158 -0
  603. package/esm/models/resolveresponse.d.ts.map +1 -0
  604. package/esm/models/resolveresponse.js +103 -0
  605. package/esm/models/resolveresponse.js.map +1 -0
  606. package/esm/models/setupfingerprintinfo.d.ts +21 -0
  607. package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
  608. package/esm/models/setupfingerprintinfo.js +15 -0
  609. package/esm/models/setupfingerprintinfo.js.map +1 -0
  610. package/esm/models/supportedcloudregions.d.ts +21 -0
  611. package/esm/models/supportedcloudregions.d.ts.map +1 -0
  612. package/esm/models/supportedcloudregions.js +15 -0
  613. package/esm/models/supportedcloudregions.js.map +1 -0
  614. package/esm/models/syncacquirerequest.d.ts +1 -0
  615. package/esm/models/syncacquirerequest.d.ts.map +1 -1
  616. package/esm/models/syncacquirerequest.js +1 -0
  617. package/esm/models/syncacquirerequest.js.map +1 -1
  618. package/esm/models/syncacquireresponse.d.ts +2181 -274
  619. package/esm/models/syncacquireresponse.d.ts.map +1 -1
  620. package/esm/models/syncacquireresponse.js +1348 -120
  621. package/esm/models/syncacquireresponse.js.map +1 -1
  622. package/esm/models/synclistrequest.d.ts +84 -0
  623. package/esm/models/synclistrequest.d.ts.map +1 -0
  624. package/esm/models/synclistrequest.js +52 -0
  625. package/esm/models/synclistrequest.js.map +1 -0
  626. package/esm/models/synclistresponse.d.ts +3272 -0
  627. package/esm/models/synclistresponse.d.ts.map +1 -0
  628. package/esm/models/synclistresponse.js +2054 -0
  629. package/esm/models/synclistresponse.js.map +1 -0
  630. package/esm/models/syncreconcilerequest.d.ts +13095 -1549
  631. package/esm/models/syncreconcilerequest.d.ts.map +1 -1
  632. package/esm/models/syncreconcilerequest.js +9738 -1661
  633. package/esm/models/syncreconcilerequest.js.map +1 -1
  634. package/esm/models/syncreconcileresponse.d.ts +2346 -224
  635. package/esm/models/syncreconcileresponse.d.ts.map +1 -1
  636. package/esm/models/syncreconcileresponse.js +1420 -92
  637. package/esm/models/syncreconcileresponse.js.map +1 -1
  638. package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
  639. package/esm/models/updateproject.d.ts +325 -0
  640. package/esm/models/updateproject.d.ts.map +1 -0
  641. package/esm/models/updateproject.js +118 -0
  642. package/esm/models/updateproject.js.map +1 -0
  643. package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
  644. package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
  645. package/esm/models/updateprojectgcpoauthprovider.js +29 -0
  646. package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
  647. package/esm/models/userprofile.d.ts +79 -0
  648. package/esm/models/userprofile.d.ts.map +1 -0
  649. package/esm/models/userprofile.js +42 -0
  650. package/esm/models/userprofile.js.map +1 -0
  651. package/esm/models/userprofilesetuprequest.d.ts +57 -0
  652. package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
  653. package/esm/models/userprofilesetuprequest.js +33 -0
  654. package/esm/models/userprofilesetuprequest.js.map +1 -0
  655. package/esm/models/workspace.d.ts +4 -0
  656. package/esm/models/workspace.d.ts.map +1 -1
  657. package/esm/models/workspace.js +1 -0
  658. package/esm/models/workspace.js.map +1 -1
  659. package/esm/sdk/auth.d.ts +1 -1
  660. package/esm/sdk/auth.js +1 -1
  661. package/esm/sdk/billing.d.ts +13 -0
  662. package/esm/sdk/billing.d.ts.map +1 -0
  663. package/esm/sdk/billing.js +22 -0
  664. package/esm/sdk/billing.js.map +1 -0
  665. package/esm/sdk/cloudregions.d.ts +10 -0
  666. package/esm/sdk/cloudregions.d.ts.map +1 -0
  667. package/esm/sdk/cloudregions.js +15 -0
  668. package/esm/sdk/cloudregions.js.map +1 -0
  669. package/esm/sdk/deployment.d.ts +5 -1
  670. package/esm/sdk/deployment.d.ts.map +1 -1
  671. package/esm/sdk/deployment.js +8 -1
  672. package/esm/sdk/deployment.js.map +1 -1
  673. package/esm/sdk/deploymentgroups.d.ts +0 -7
  674. package/esm/sdk/deploymentgroups.d.ts.map +1 -1
  675. package/esm/sdk/deploymentgroups.js +0 -10
  676. package/esm/sdk/deploymentgroups.js.map +1 -1
  677. package/esm/sdk/deployments.d.ts +15 -11
  678. package/esm/sdk/deployments.d.ts.map +1 -1
  679. package/esm/sdk/deployments.js +20 -13
  680. package/esm/sdk/deployments.js.map +1 -1
  681. package/esm/sdk/domains.d.ts +6 -2
  682. package/esm/sdk/domains.d.ts.map +1 -1
  683. package/esm/sdk/domains.js +7 -0
  684. package/esm/sdk/domains.js.map +1 -1
  685. package/esm/sdk/managers.d.ts +19 -7
  686. package/esm/sdk/managers.d.ts.map +1 -1
  687. package/esm/sdk/managers.js +32 -11
  688. package/esm/sdk/managers.js.map +1 -1
  689. package/esm/sdk/projects.d.ts +14 -6
  690. package/esm/sdk/projects.d.ts.map +1 -1
  691. package/esm/sdk/projects.js +23 -9
  692. package/esm/sdk/projects.js.map +1 -1
  693. package/esm/sdk/resolve.d.ts +13 -0
  694. package/esm/sdk/resolve.d.ts.map +1 -0
  695. package/esm/sdk/resolve.js +18 -0
  696. package/esm/sdk/resolve.js.map +1 -0
  697. package/esm/sdk/resources.d.ts +11 -0
  698. package/esm/sdk/resources.d.ts.map +1 -0
  699. package/esm/sdk/resources.js +23 -0
  700. package/esm/sdk/resources.js.map +1 -0
  701. package/esm/sdk/sdk.d.ts +12 -3
  702. package/esm/sdk/sdk.d.ts.map +1 -1
  703. package/esm/sdk/sdk.js +15 -3
  704. package/esm/sdk/sdk.js.map +1 -1
  705. package/esm/sdk/sync.d.ts +8 -4
  706. package/esm/sdk/sync.d.ts.map +1 -1
  707. package/esm/sdk/sync.js +9 -2
  708. package/esm/sdk/sync.js.map +1 -1
  709. package/esm/sdk/user.d.ts +9 -1
  710. package/esm/sdk/user.d.ts.map +1 -1
  711. package/esm/sdk/user.js +14 -0
  712. package/esm/sdk/user.js.map +1 -1
  713. package/esm/sdk/workspaces.d.ts +4 -0
  714. package/esm/sdk/workspaces.d.ts.map +1 -1
  715. package/esm/sdk/workspaces.js +7 -0
  716. package/esm/sdk/workspaces.js.map +1 -1
  717. package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
  718. package/jsr.json +1 -1
  719. package/package.json +8 -6
  720. package/src/funcs/apiKeysList.ts +1 -0
  721. package/src/funcs/authWhoami.ts +1 -1
  722. package/src/funcs/billingGetPlan.ts +162 -0
  723. package/src/funcs/billingListAuditLog.ts +166 -0
  724. package/src/funcs/cloudRegionsGet.ts +163 -0
  725. package/src/funcs/commandsList.ts +1 -0
  726. package/src/funcs/deploymentGetInfo.ts +1 -1
  727. package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
  728. package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
  729. package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
  730. package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
  731. package/src/funcs/deploymentsCreate.ts +1 -1
  732. package/src/funcs/deploymentsCreateToken.ts +1 -1
  733. package/src/funcs/deploymentsDelete.ts +5 -3
  734. package/src/funcs/deploymentsGet.ts +1 -1
  735. package/src/funcs/deploymentsGetStats.ts +1 -1
  736. package/src/funcs/deploymentsImport.ts +2 -2
  737. package/src/funcs/deploymentsList.ts +1 -1
  738. package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
  739. package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
  740. package/src/funcs/deploymentsRedeploy.ts +1 -1
  741. package/src/funcs/deploymentsRetry.ts +1 -1
  742. package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
  743. package/src/funcs/domainsCreate.ts +6 -5
  744. package/src/funcs/domainsGet.ts +4 -4
  745. package/src/funcs/domainsRefresh.ts +179 -0
  746. package/src/funcs/eventsList.ts +1 -0
  747. package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
  748. package/src/funcs/managersCreate.ts +7 -6
  749. package/src/funcs/managersDelete.ts +2 -2
  750. package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
  751. package/src/funcs/managersGetManagementConfig.ts +1 -0
  752. package/src/funcs/managersList.ts +2 -0
  753. package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
  754. package/src/funcs/managersRetry.ts +179 -0
  755. package/src/funcs/managersRetrySetup.ts +179 -0
  756. package/src/funcs/packagesList.ts +1 -0
  757. package/src/funcs/projectsCreate.ts +2 -2
  758. package/src/funcs/projectsDelete.ts +1 -1
  759. package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
  760. package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
  761. package/src/funcs/projectsGetTemplateUrls.ts +1 -1
  762. package/src/funcs/projectsUpdate.ts +1 -1
  763. package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
  764. package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
  765. package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
  766. package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
  767. package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
  768. package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
  769. package/src/funcs/syncReconcile.ts +6 -7
  770. package/src/funcs/syncRelease.ts +6 -7
  771. package/src/funcs/userCompleteProfileSetup.ts +170 -0
  772. package/src/funcs/userGetProfile.ts +149 -0
  773. package/src/funcs/userUpdateProfile.ts +5 -4
  774. package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
  775. package/src/lib/config.ts +2 -2
  776. package/src/lib/sdks.ts +2 -8
  777. package/src/models/apierror.ts +0 -3
  778. package/src/models/apikey.ts +6 -0
  779. package/src/models/apikeydeploymentsetupconfig.ts +44 -0
  780. package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
  781. package/src/models/billingauditlogrow.ts +38 -0
  782. package/src/models/cloudformationcallbackrequest.ts +3844 -0
  783. package/src/models/cloudregionsresponse.ts +34 -0
  784. package/src/models/command.ts +8 -3
  785. package/src/models/commanddeploymentinfo.ts +5 -0
  786. package/src/models/commandlistitemresponse.ts +8 -3
  787. package/src/models/createapikeyresponse.ts +6 -0
  788. package/src/models/createcommandrequest.ts +6 -0
  789. package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
  790. package/src/models/createdeploymenttokenrequest.ts +2 -2
  791. package/src/models/createdeploymenttokenresponse.ts +2 -2
  792. package/src/models/createmanagerresponse.ts +8631 -0
  793. package/src/models/deployment.ts +3519 -1137
  794. package/src/models/deploymentconnectioninfo.ts +1 -0
  795. package/src/models/deploymentdetailresponse.ts +3918 -1231
  796. package/src/models/deploymentinfo.ts +687 -25
  797. package/src/models/deploymentinfosetupconfig.ts +83 -0
  798. package/src/models/deploymentlistitemresponse.ts +52 -0
  799. package/src/models/deploymentportalaccentcolor.ts +33 -0
  800. package/src/models/deploymentportalappearance.ts +80 -0
  801. package/src/models/deploymentportalappearancepreset.ts +32 -0
  802. package/src/models/deploymentportaldensity.ts +29 -0
  803. package/src/models/deploymentportaldomain.ts +226 -0
  804. package/src/models/deploymentportaldomainresponse.ts +34 -0
  805. package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
  806. package/src/models/deploymentsetupconfig.ts +46 -0
  807. package/src/models/deploymentsetupmethod.ts +25 -0
  808. package/src/models/deploymentsetuppolicy.ts +96 -0
  809. package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
  810. package/src/models/deploymentstats.ts +10 -0
  811. package/src/models/domainwithusage.ts +154 -0
  812. package/src/models/event.ts +992 -96
  813. package/src/models/forwardimportrequest.ts +72 -0
  814. package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
  815. package/src/models/generatemanagertokenresponse.ts +68 -0
  816. package/src/models/gitnamespace.ts +7 -7
  817. package/src/models/importdeploymentrequest.ts +21 -113
  818. package/src/models/importedresource.ts +45 -0
  819. package/src/models/importsource.ts +3346 -0
  820. package/src/models/importsourcekind.ts +24 -0
  821. package/src/models/index.ts +45 -5
  822. package/src/models/manager.ts +94 -187
  823. package/src/models/managerdeployment.ts +16 -0
  824. package/src/models/managerheartbeatrequest.ts +31 -286
  825. package/src/models/managermanagementconfigs.ts +340 -0
  826. package/src/models/managerretrydeploymentresponse.ts +51 -0
  827. package/src/models/managerretryresponse.ts +8571 -0
  828. package/src/models/newdeploymentrequest.ts +2732 -389
  829. package/src/models/newmanagerrequest.ts +37 -46
  830. package/src/models/operations/acceptcloudformationcallback.ts +82 -0
  831. package/src/models/operations/cancelmanagersetup.ts +67 -0
  832. package/src/models/operations/createmanager.ts +0 -332
  833. package/src/models/operations/createproject.ts +162 -136
  834. package/src/models/operations/createprojectfromtemplate.ts +159 -127
  835. package/src/models/operations/deletedeployment.ts +27 -0
  836. package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
  837. package/src/models/operations/generatemanagertoken.ts +53 -0
  838. package/src/models/operations/getcloudregions.ts +33 -0
  839. package/src/models/operations/getdeploymentgroup.ts +58 -0
  840. package/src/models/operations/getdeploymentstats.ts +11 -10
  841. package/src/models/operations/getmanagermanagementconfig.ts +77 -32
  842. package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
  843. package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
  844. package/src/models/operations/getprojecttemplateurls.ts +2 -2
  845. package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
  846. package/src/models/operations/getworkspaceplan.ts +62 -0
  847. package/src/models/operations/index.ts +21 -15
  848. package/src/models/operations/listapikeys.ts +6 -0
  849. package/src/models/operations/listbillingauditlog.ts +73 -0
  850. package/src/models/operations/listcommands.ts +6 -0
  851. package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
  852. package/src/models/operations/listdeploymentgroups.ts +107 -3
  853. package/src/models/operations/listdeployments.ts +12 -11
  854. package/src/models/operations/listdomains.ts +2 -2
  855. package/src/models/operations/listevents.ts +6 -0
  856. package/src/models/operations/listmanagers.ts +12 -0
  857. package/src/models/operations/listpackages.ts +6 -0
  858. package/src/models/operations/listresourcedeployments.ts +158 -0
  859. package/src/models/operations/listresourceoverview.ts +144 -0
  860. package/src/models/operations/preparedeploymentstack.ts +2845 -0
  861. package/src/models/operations/refreshdomain.ts +39 -0
  862. package/src/models/operations/resolve.ts +62 -0
  863. package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
  864. package/src/models/operations/retrydeployment.ts +1 -1
  865. package/src/models/operations/retrymanager.ts +39 -0
  866. package/src/models/operations/retrymanagersetup.ts +39 -0
  867. package/src/models/operations/synclist.ts +40 -0
  868. package/src/models/operations/syncreconcile.ts +3 -3
  869. package/src/models/operations/syncrelease.ts +3 -3
  870. package/src/models/operations/updateproject.ts +5 -497
  871. package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
  872. package/src/models/operations/updateuserprofile.ts +0 -36
  873. package/src/models/package.ts +188 -34
  874. package/src/models/persistimporteddeploymentrequest.ts +8221 -0
  875. package/src/models/pinreleaserequest.ts +2 -2
  876. package/src/models/planid.ts +17 -0
  877. package/src/models/prepareddeploymentstack.ts +3123 -0
  878. package/src/models/privatemanagercloud.ts +24 -0
  879. package/src/models/privatemanagersetupmethod.ts +26 -0
  880. package/src/models/project.ts +130 -94
  881. package/src/models/projectgcpoauthprovider.ts +93 -0
  882. package/src/models/projectlistitemresponse.ts +139 -107
  883. package/src/models/release.ts +6 -0
  884. package/src/models/releaselistitemresponse.ts +6 -0
  885. package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
  886. package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
  887. package/src/models/resolveresponse.ts +322 -0
  888. package/src/models/setupfingerprintinfo.ts +43 -0
  889. package/src/models/supportedcloudregions.ts +43 -0
  890. package/src/models/syncacquirerequest.ts +1 -0
  891. package/src/models/syncacquireresponse.ts +10222 -5960
  892. package/src/models/synclistrequest.ts +115 -0
  893. package/src/models/synclistresponse.ts +7202 -0
  894. package/src/models/syncreconcilerequest.ts +26977 -5873
  895. package/src/models/syncreconcileresponse.ts +10792 -6180
  896. package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
  897. package/src/models/updateproject.ts +544 -0
  898. package/src/models/updateprojectgcpoauthprovider.ts +101 -0
  899. package/src/models/userprofile.ts +116 -0
  900. package/src/models/userprofilesetuprequest.ts +85 -0
  901. package/src/models/workspace.ts +7 -0
  902. package/src/sdk/auth.ts +1 -1
  903. package/src/sdk/billing.ts +39 -0
  904. package/src/sdk/cloudregions.ts +25 -0
  905. package/src/sdk/deployment.ts +16 -1
  906. package/src/sdk/deploymentgroups.ts +0 -18
  907. package/src/sdk/deployments.ts +30 -15
  908. package/src/sdk/domains.ts +17 -2
  909. package/src/sdk/managers.ts +67 -22
  910. package/src/sdk/projects.ts +47 -17
  911. package/src/sdk/resolve.ts +28 -0
  912. package/src/sdk/resources.ts +48 -0
  913. package/src/sdk/sdk.ts +22 -4
  914. package/src/sdk/sync.ts +19 -4
  915. package/src/sdk/user.ts +29 -1
  916. package/src/sdk/workspaces.ts +15 -0
  917. package/esm/funcs/containersGetAttention.d.ts.map +0 -1
  918. package/esm/funcs/containersGetAttention.js.map +0 -1
  919. package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
  920. package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
  921. package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
  922. package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
  923. package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
  924. package/esm/funcs/containersGetDeployments.js.map +0 -1
  925. package/esm/funcs/containersGetMachines.d.ts +0 -15
  926. package/esm/funcs/containersGetMachines.d.ts.map +0 -1
  927. package/esm/funcs/containersGetMachines.js.map +0 -1
  928. package/esm/funcs/containersGetOverview.d.ts +0 -15
  929. package/esm/funcs/containersGetOverview.d.ts.map +0 -1
  930. package/esm/funcs/containersGetOverview.js.map +0 -1
  931. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
  932. package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
  933. package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
  934. package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
  935. package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
  936. package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
  937. package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
  938. package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
  939. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
  940. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
  941. package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
  942. package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
  943. package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
  944. package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
  945. package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
  946. package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
  947. package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
  948. package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
  949. package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
  950. package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
  951. package/esm/models/deploymentgroupmanagerresponse.js +0 -14
  952. package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
  953. package/esm/models/deploymentpagebackground.d.ts +0 -67
  954. package/esm/models/deploymentpagebackground.d.ts.map +0 -1
  955. package/esm/models/deploymentpagebackground.js +0 -48
  956. package/esm/models/deploymentpagebackground.js.map +0 -1
  957. package/esm/models/domain.d.ts +0 -36
  958. package/esm/models/domain.d.ts.map +0 -1
  959. package/esm/models/domain.js +0 -32
  960. package/esm/models/domain.js.map +0 -1
  961. package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
  962. package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
  963. package/esm/models/generatedeepstoretokenrequest.js +0 -12
  964. package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
  965. package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
  966. package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
  967. package/esm/models/generatedeepstoretokenresponse.js +0 -23
  968. package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
  969. package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
  970. package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
  971. package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
  972. package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
  973. package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
  974. package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
  975. package/esm/models/operations/generatedeepstoretoken.js +0 -21
  976. package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
  977. package/esm/models/operations/getcontainerattention.d.ts +0 -75
  978. package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
  979. package/esm/models/operations/getcontainerattention.js +0 -52
  980. package/esm/models/operations/getcontainerattention.js.map +0 -1
  981. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
  982. package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
  983. package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
  984. package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
  985. package/esm/models/operations/getcontainermachines.d.ts +0 -94
  986. package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
  987. package/esm/models/operations/getcontainermachines.js +0 -90
  988. package/esm/models/operations/getcontainermachines.js.map +0 -1
  989. package/esm/models/operations/getcontaineroverview.d.ts +0 -106
  990. package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
  991. package/esm/models/operations/getcontaineroverview.js +0 -68
  992. package/esm/models/operations/getcontaineroverview.js.map +0 -1
  993. package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
  994. package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
  995. package/esm/models/operations/getdeploymentcluster.js +0 -56
  996. package/esm/models/operations/getdeploymentcluster.js.map +0 -1
  997. package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
  998. package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
  999. package/esm/models/operations/getdeploymentcontainer.js +0 -163
  1000. package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
  1001. package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
  1002. package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
  1003. package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
  1004. package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
  1005. package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
  1006. package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
  1007. package/esm/models/operations/getprojectbuildconfig.js +0 -37
  1008. package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
  1009. package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
  1010. package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
  1011. package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
  1012. package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
  1013. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
  1014. package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
  1015. package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
  1016. package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
  1017. package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
  1018. package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
  1019. package/esm/models/operations/listdeploymentcontainers.js +0 -39
  1020. package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
  1021. package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
  1022. package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
  1023. package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
  1024. package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
  1025. package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
  1026. package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
  1027. package/esm/models/operations/listdeploymentmachines.js +0 -70
  1028. package/esm/models/operations/listdeploymentmachines.js.map +0 -1
  1029. package/esm/sdk/containers.d.ts +0 -45
  1030. package/esm/sdk/containers.d.ts.map +0 -1
  1031. package/esm/sdk/containers.js +0 -78
  1032. package/esm/sdk/containers.js.map +0 -1
  1033. package/src/funcs/containersGetDeployments.ts +0 -187
  1034. package/src/funcs/containersListDeploymentEvents.ts +0 -186
  1035. package/src/models/deploymentgroupmanagerresponse.ts +0 -38
  1036. package/src/models/deploymentpagebackground.ts +0 -107
  1037. package/src/models/domain.ts +0 -67
  1038. package/src/models/generatedeepstoretokenresponse.ts +0 -68
  1039. package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
  1040. package/src/models/operations/generatedeepstoretoken.ts +0 -55
  1041. package/src/models/operations/getcontainerattention.ts +0 -160
  1042. package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
  1043. package/src/models/operations/getcontainermachines.ts +0 -258
  1044. package/src/models/operations/getcontaineroverview.ts +0 -223
  1045. package/src/models/operations/getdeploymentcluster.ts +0 -168
  1046. package/src/models/operations/getdeploymentcontainer.ts +0 -429
  1047. package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
  1048. package/src/models/operations/getprojectbuildconfig.ts +0 -112
  1049. package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
  1050. package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
  1051. package/src/models/operations/listdeploymentcontainers.ts +0 -110
  1052. package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
  1053. package/src/models/operations/listdeploymentmachines.ts +0 -196
  1054. package/src/sdk/containers.ts +0 -159
@@ -0,0 +1,3272 @@
1
+ import * as z from "zod/v4";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { EnvironmentVariableConfig } from "./environmentvariableconfig.js";
5
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
6
+ /**
7
+ * Deployment status in the deployment lifecycle
8
+ */
9
+ export declare const SyncListResponseStatus: {
10
+ readonly Pending: "pending";
11
+ readonly InitialSetup: "initial-setup";
12
+ readonly InitialSetupFailed: "initial-setup-failed";
13
+ readonly Provisioning: "provisioning";
14
+ readonly ProvisioningFailed: "provisioning-failed";
15
+ readonly Running: "running";
16
+ readonly RefreshFailed: "refresh-failed";
17
+ readonly UpdatePending: "update-pending";
18
+ readonly Updating: "updating";
19
+ readonly UpdateFailed: "update-failed";
20
+ readonly DeletePending: "delete-pending";
21
+ readonly Deleting: "deleting";
22
+ readonly DeleteFailed: "delete-failed";
23
+ readonly Deleted: "deleted";
24
+ readonly Error: "error";
25
+ };
26
+ /**
27
+ * Deployment status in the deployment lifecycle
28
+ */
29
+ export type SyncListResponseStatus = ClosedEnum<typeof SyncListResponseStatus>;
30
+ /**
31
+ * Target platform for the deployment
32
+ */
33
+ export declare const SyncListResponsePlatform: {
34
+ readonly Aws: "aws";
35
+ readonly Gcp: "gcp";
36
+ readonly Azure: "azure";
37
+ readonly Kubernetes: "kubernetes";
38
+ readonly Local: "local";
39
+ readonly Test: "test";
40
+ };
41
+ /**
42
+ * Target platform for the deployment
43
+ */
44
+ export type SyncListResponsePlatform = ClosedEnum<typeof SyncListResponsePlatform>;
45
+ export declare const SyncListResponsePlatformTest: {
46
+ readonly Test: "test";
47
+ };
48
+ export type SyncListResponsePlatformTest = ClosedEnum<typeof SyncListResponsePlatformTest>;
49
+ /**
50
+ * Test platform environment information (mock)
51
+ */
52
+ export type SyncListResponseEnvironmentInfoTest = {
53
+ /**
54
+ * Test identifier for this environment
55
+ */
56
+ testId: string;
57
+ platform: SyncListResponsePlatformTest;
58
+ };
59
+ export declare const SyncListResponsePlatformLocal: {
60
+ readonly Local: "local";
61
+ };
62
+ export type SyncListResponsePlatformLocal = ClosedEnum<typeof SyncListResponsePlatformLocal>;
63
+ /**
64
+ * Local platform environment information
65
+ */
66
+ export type SyncListResponseEnvironmentInfoLocal = {
67
+ /**
68
+ * Architecture (e.g., "x86_64", "aarch64")
69
+ */
70
+ arch: string;
71
+ /**
72
+ * Hostname of the machine running the deployment
73
+ */
74
+ hostname: string;
75
+ /**
76
+ * Operating system (e.g., "linux", "macos", "windows")
77
+ */
78
+ os: string;
79
+ platform: SyncListResponsePlatformLocal;
80
+ };
81
+ export declare const SyncListResponseEnvironmentInfoPlatformAzure: {
82
+ readonly Azure: "azure";
83
+ };
84
+ export type SyncListResponseEnvironmentInfoPlatformAzure = ClosedEnum<typeof SyncListResponseEnvironmentInfoPlatformAzure>;
85
+ /**
86
+ * Azure-specific environment information
87
+ */
88
+ export type SyncListResponseEnvironmentInfoAzure = {
89
+ /**
90
+ * Azure location/region
91
+ */
92
+ location: string;
93
+ /**
94
+ * Azure subscription ID
95
+ */
96
+ subscriptionId: string;
97
+ /**
98
+ * Azure tenant ID
99
+ */
100
+ tenantId: string;
101
+ platform: SyncListResponseEnvironmentInfoPlatformAzure;
102
+ };
103
+ export declare const SyncListResponseEnvironmentInfoPlatformGcp: {
104
+ readonly Gcp: "gcp";
105
+ };
106
+ export type SyncListResponseEnvironmentInfoPlatformGcp = ClosedEnum<typeof SyncListResponseEnvironmentInfoPlatformGcp>;
107
+ /**
108
+ * GCP-specific environment information
109
+ */
110
+ export type SyncListResponseEnvironmentInfoGcp = {
111
+ /**
112
+ * GCP project ID (e.g., "my-project")
113
+ */
114
+ projectId: string;
115
+ /**
116
+ * GCP project number (e.g., "123456789012")
117
+ */
118
+ projectNumber: string;
119
+ /**
120
+ * GCP region
121
+ */
122
+ region: string;
123
+ platform: SyncListResponseEnvironmentInfoPlatformGcp;
124
+ };
125
+ export declare const SyncListResponseEnvironmentInfoPlatformAws: {
126
+ readonly Aws: "aws";
127
+ };
128
+ export type SyncListResponseEnvironmentInfoPlatformAws = ClosedEnum<typeof SyncListResponseEnvironmentInfoPlatformAws>;
129
+ /**
130
+ * AWS-specific environment information
131
+ */
132
+ export type SyncListResponseEnvironmentInfoAws = {
133
+ /**
134
+ * AWS account ID
135
+ */
136
+ accountId: string;
137
+ /**
138
+ * AWS region
139
+ */
140
+ region: string;
141
+ platform: SyncListResponseEnvironmentInfoPlatformAws;
142
+ };
143
+ /**
144
+ * Cloud environment information
145
+ */
146
+ export type SyncListResponseEnvironmentInfoUnion = SyncListResponseEnvironmentInfoGcp | SyncListResponseEnvironmentInfoAzure | SyncListResponseEnvironmentInfoLocal | SyncListResponseEnvironmentInfoAws | SyncListResponseEnvironmentInfoTest | any;
147
+ /**
148
+ * Deployment model: how updates are delivered to the remote environment.
149
+ */
150
+ export declare const SyncListResponseDeploymentModel: {
151
+ readonly Push: "push";
152
+ readonly Pull: "pull";
153
+ };
154
+ /**
155
+ * Deployment model: how updates are delivered to the remote environment.
156
+ */
157
+ export type SyncListResponseDeploymentModel = ClosedEnum<typeof SyncListResponseDeploymentModel>;
158
+ export type SyncListResponseAws = {
159
+ certificateArn: string;
160
+ };
161
+ export type SyncListResponseAwsUnion = SyncListResponseAws | any;
162
+ export type SyncListResponseAzureStackSettings = {
163
+ keyVaultCertificateId: string;
164
+ };
165
+ export type SyncListResponseAzureUnion = SyncListResponseAzureStackSettings | any;
166
+ export type SyncListResponseGcpStackSettings = {
167
+ certificateName: string;
168
+ };
169
+ export type SyncListResponseGcpUnion = SyncListResponseGcpStackSettings | any;
170
+ /**
171
+ * Namespace-scoped Kubernetes TLS Secret reference.
172
+ */
173
+ export type SyncListResponseTlsSecretRef = {
174
+ /**
175
+ * Secret namespace. Defaults to the release namespace when omitted.
176
+ */
177
+ namespace?: string | null | undefined;
178
+ /**
179
+ * Secret name.
180
+ */
181
+ secretName: string;
182
+ };
183
+ export type SyncListResponseDomainsKubernetes = {
184
+ /**
185
+ * Namespace-scoped Kubernetes TLS Secret reference.
186
+ */
187
+ tlsSecretRef: SyncListResponseTlsSecretRef;
188
+ };
189
+ export type SyncListResponseDomainsKubernetesUnion = SyncListResponseDomainsKubernetes | any;
190
+ /**
191
+ * Platform-specific certificate references for custom domains.
192
+ */
193
+ export type SyncListResponseDomainsCertificate = {
194
+ aws?: SyncListResponseAws | any | null | undefined;
195
+ azure?: SyncListResponseAzureStackSettings | any | null | undefined;
196
+ gcp?: SyncListResponseGcpStackSettings | any | null | undefined;
197
+ kubernetes?: SyncListResponseDomainsKubernetes | any | null | undefined;
198
+ };
199
+ /**
200
+ * Custom domain configuration for a single resource.
201
+ */
202
+ export type SyncListResponseCustomDomains = {
203
+ /**
204
+ * Platform-specific certificate references for custom domains.
205
+ */
206
+ certificate: SyncListResponseDomainsCertificate;
207
+ /**
208
+ * Fully qualified domain name to use.
209
+ */
210
+ domain: string;
211
+ };
212
+ /**
213
+ * Domain configuration for the stack.
214
+ *
215
+ * @remarks
216
+ *
217
+ * When `custom_domains` is set, the specified resources use customer-provided
218
+ * domains and certificates. Otherwise, Alien auto-generates domains.
219
+ */
220
+ export type SyncListResponseDomains = {
221
+ /**
222
+ * Custom domain configuration per resource ID.
223
+ */
224
+ customDomains?: {
225
+ [k: string]: SyncListResponseCustomDomains;
226
+ } | null | undefined;
227
+ };
228
+ export type SyncListResponseDomainsUnion = SyncListResponseDomains | any;
229
+ /**
230
+ * External bindings for pre-existing infrastructure.
231
+ *
232
+ * @remarks
233
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
234
+ * Environment, etc.) instead of having Alien provision them.
235
+ * Required for Kubernetes platform, optional for cloud platforms.
236
+ */
237
+ export type SyncListResponseExternalBindings = {};
238
+ /**
239
+ * How heartbeat health checks are handled.
240
+ */
241
+ export declare const SyncListResponseHeartbeats: {
242
+ readonly Off: "off";
243
+ readonly On: "on";
244
+ };
245
+ /**
246
+ * How heartbeat health checks are handled.
247
+ */
248
+ export type SyncListResponseHeartbeats = ClosedEnum<typeof SyncListResponseHeartbeats>;
249
+ /**
250
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
251
+ */
252
+ export type SyncListResponseCloud = {
253
+ accountId?: string | null | undefined;
254
+ clusterId?: string | null | undefined;
255
+ clusterName?: string | null | undefined;
256
+ projectId?: string | null | undefined;
257
+ region?: string | null | undefined;
258
+ resourceGroup?: string | null | undefined;
259
+ subscriptionId?: string | null | undefined;
260
+ };
261
+ export type SyncListResponseCloudUnion = SyncListResponseCloud | any;
262
+ /**
263
+ * Ownership model for the Kubernetes cluster.
264
+ */
265
+ export declare const SyncListResponseOwnership: {
266
+ readonly Managed: "managed";
267
+ readonly Existing: "existing";
268
+ readonly External: "external";
269
+ };
270
+ /**
271
+ * Ownership model for the Kubernetes cluster.
272
+ */
273
+ export type SyncListResponseOwnership = ClosedEnum<typeof SyncListResponseOwnership>;
274
+ /**
275
+ * Kubernetes cluster setup settings.
276
+ */
277
+ export type SyncListResponseCluster = {
278
+ cloud?: SyncListResponseCloud | any | null | undefined;
279
+ /**
280
+ * Namespace where the Alien chart and application resources run.
281
+ */
282
+ namespace?: string | null | undefined;
283
+ /**
284
+ * Ownership model for the Kubernetes cluster.
285
+ */
286
+ ownership: SyncListResponseOwnership;
287
+ };
288
+ export type SyncListResponseClusterUnion = SyncListResponseCluster | any;
289
+ export type SyncListResponseCertificateNone2 = {
290
+ mode: "none";
291
+ };
292
+ export type SyncListResponseCertificateManagedTLSSecret2 = {
293
+ mode: "managedTlsSecret";
294
+ /**
295
+ * Secret name template. Runtime may substitute resource/deployment tokens.
296
+ */
297
+ secretNameTemplate: string;
298
+ };
299
+ export type SyncListResponseCertificateAwsAcmArn2 = {
300
+ /**
301
+ * Existing ACM certificate ARN.
302
+ */
303
+ certificateArn: string;
304
+ mode: "awsAcmArn";
305
+ };
306
+ export type SyncListResponseCertificateManagedAcmImport2 = {
307
+ mode: "managedAcmImport";
308
+ /**
309
+ * ACM region. Defaults to the deployment region when omitted.
310
+ */
311
+ region?: string | null | undefined;
312
+ /**
313
+ * Tags applied to runtime-imported ACM certificates.
314
+ */
315
+ tags?: {
316
+ [k: string]: string;
317
+ } | undefined;
318
+ };
319
+ /**
320
+ * Namespace-scoped Kubernetes TLS Secret reference.
321
+ */
322
+ export type SyncListResponseCertificateTLSSecretRef2 = {
323
+ /**
324
+ * Secret namespace. Defaults to the release namespace when omitted.
325
+ */
326
+ namespace?: string | null | undefined;
327
+ /**
328
+ * Secret name.
329
+ */
330
+ secretName: string;
331
+ mode: "tlsSecretRef";
332
+ };
333
+ /**
334
+ * Certificate publication or reference mode for Kubernetes public endpoints.
335
+ */
336
+ export type SyncListResponseCertificateUnion2 = SyncListResponseCertificateTLSSecretRef2 | SyncListResponseCertificateManagedAcmImport2 | SyncListResponseCertificateAwsAcmArn2 | SyncListResponseCertificateManagedTLSSecret2 | SyncListResponseCertificateNone2;
337
+ export declare const SyncListResponseModeCustom: {
338
+ readonly Custom: "custom";
339
+ };
340
+ export type SyncListResponseModeCustom = ClosedEnum<typeof SyncListResponseModeCustom>;
341
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum4: {
342
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
343
+ };
344
+ export type SyncListResponseProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum4>;
345
+ export type SyncListResponseProviderAzureApplicationGatewayForContainers4 = {
346
+ /**
347
+ * Optional ALB name when using BYO Application Gateway resources.
348
+ */
349
+ albName?: string | null | undefined;
350
+ /**
351
+ * Optional ALB namespace when using BYO Application Gateway resources.
352
+ */
353
+ albNamespace?: string | null | undefined;
354
+ /**
355
+ * Public or internal frontend exposure.
356
+ */
357
+ frontend: string;
358
+ provider: SyncListResponseProviderAzureApplicationGatewayForContainersEnum4;
359
+ };
360
+ export declare const SyncListResponseProviderGkeGatewayEnum4: {
361
+ readonly GkeGateway: "gkeGateway";
362
+ };
363
+ export type SyncListResponseProviderGkeGatewayEnum4 = ClosedEnum<typeof SyncListResponseProviderGkeGatewayEnum4>;
364
+ export type SyncListResponseProviderGkeGateway4 = {
365
+ provider: SyncListResponseProviderGkeGatewayEnum4;
366
+ /**
367
+ * Optional static address name for the Gateway frontend.
368
+ */
369
+ staticAddressName?: string | null | undefined;
370
+ };
371
+ export declare const SyncListResponseProviderAwsAlbEnum4: {
372
+ readonly AwsAlb: "awsAlb";
373
+ };
374
+ export type SyncListResponseProviderAwsAlbEnum4 = ClosedEnum<typeof SyncListResponseProviderAwsAlbEnum4>;
375
+ export type SyncListResponseProviderAwsAlb4 = {
376
+ /**
377
+ * Optional ALB IP address type, such as `dualstack`.
378
+ */
379
+ ipAddressType?: string | null | undefined;
380
+ provider: SyncListResponseProviderAwsAlbEnum4;
381
+ /**
382
+ * Internet-facing or internal ALB scheme.
383
+ */
384
+ scheme: string;
385
+ /**
386
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
387
+ */
388
+ subnetIds?: Array<string> | undefined;
389
+ /**
390
+ * ALB target type, usually `ip`.
391
+ */
392
+ targetType: string;
393
+ };
394
+ export type SyncListResponseProviderUnion4 = SyncListResponseProviderAwsAlb4 | SyncListResponseProviderAzureApplicationGatewayForContainers4 | SyncListResponseProviderGkeGateway4 | any;
395
+ /**
396
+ * Shared Gateway API route profile values.
397
+ */
398
+ export type SyncListResponseRouteGateway2 = {
399
+ /**
400
+ * Annotations applied to route objects.
401
+ */
402
+ annotations?: {
403
+ [k: string]: string;
404
+ } | undefined;
405
+ /**
406
+ * Route controller identifier, for example a cloud Gateway controller.
407
+ */
408
+ controller?: string | null | undefined;
409
+ /**
410
+ * GatewayClass selected for generated Gateways.
411
+ */
412
+ gatewayClassName: string;
413
+ /**
414
+ * Labels applied to route objects.
415
+ */
416
+ labels?: {
417
+ [k: string]: string;
418
+ } | undefined;
419
+ /**
420
+ * Listener port, usually 443.
421
+ */
422
+ listenerPort: number;
423
+ provider?: SyncListResponseProviderAwsAlb4 | SyncListResponseProviderAzureApplicationGatewayForContainers4 | SyncListResponseProviderGkeGateway4 | any | null | undefined;
424
+ routeApi: "gateway";
425
+ };
426
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum3: {
427
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
428
+ };
429
+ export type SyncListResponseProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum3>;
430
+ export type SyncListResponseProviderAzureApplicationGatewayForContainers3 = {
431
+ /**
432
+ * Optional ALB name when using BYO Application Gateway resources.
433
+ */
434
+ albName?: string | null | undefined;
435
+ /**
436
+ * Optional ALB namespace when using BYO Application Gateway resources.
437
+ */
438
+ albNamespace?: string | null | undefined;
439
+ /**
440
+ * Public or internal frontend exposure.
441
+ */
442
+ frontend: string;
443
+ provider: SyncListResponseProviderAzureApplicationGatewayForContainersEnum3;
444
+ };
445
+ export declare const SyncListResponseProviderGkeGatewayEnum3: {
446
+ readonly GkeGateway: "gkeGateway";
447
+ };
448
+ export type SyncListResponseProviderGkeGatewayEnum3 = ClosedEnum<typeof SyncListResponseProviderGkeGatewayEnum3>;
449
+ export type SyncListResponseProviderGkeGateway3 = {
450
+ provider: SyncListResponseProviderGkeGatewayEnum3;
451
+ /**
452
+ * Optional static address name for the Gateway frontend.
453
+ */
454
+ staticAddressName?: string | null | undefined;
455
+ };
456
+ export declare const SyncListResponseProviderAwsAlbEnum3: {
457
+ readonly AwsAlb: "awsAlb";
458
+ };
459
+ export type SyncListResponseProviderAwsAlbEnum3 = ClosedEnum<typeof SyncListResponseProviderAwsAlbEnum3>;
460
+ export type SyncListResponseProviderAwsAlb3 = {
461
+ /**
462
+ * Optional ALB IP address type, such as `dualstack`.
463
+ */
464
+ ipAddressType?: string | null | undefined;
465
+ provider: SyncListResponseProviderAwsAlbEnum3;
466
+ /**
467
+ * Internet-facing or internal ALB scheme.
468
+ */
469
+ scheme: string;
470
+ /**
471
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
472
+ */
473
+ subnetIds?: Array<string> | undefined;
474
+ /**
475
+ * ALB target type, usually `ip`.
476
+ */
477
+ targetType: string;
478
+ };
479
+ export type SyncListResponseProviderUnion3 = SyncListResponseProviderAwsAlb3 | SyncListResponseProviderAzureApplicationGatewayForContainers3 | SyncListResponseProviderGkeGateway3 | any;
480
+ /**
481
+ * Shared Ingress route profile values.
482
+ */
483
+ export type SyncListResponseRouteIngress2 = {
484
+ /**
485
+ * Annotations applied to route objects.
486
+ */
487
+ annotations?: {
488
+ [k: string]: string;
489
+ } | undefined;
490
+ /**
491
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
492
+ */
493
+ controller?: string | null | undefined;
494
+ /**
495
+ * `spec.ingressClassName` for generated Ingresses.
496
+ */
497
+ ingressClassName: string;
498
+ /**
499
+ * Labels applied to route objects.
500
+ */
501
+ labels?: {
502
+ [k: string]: string;
503
+ } | undefined;
504
+ provider?: SyncListResponseProviderAwsAlb3 | SyncListResponseProviderAzureApplicationGatewayForContainers3 | SyncListResponseProviderGkeGateway3 | any | null | undefined;
505
+ routeApi: "ingress";
506
+ };
507
+ /**
508
+ * Kubernetes route API selected for public endpoints.
509
+ */
510
+ export type SyncListResponseRouteUnion2 = SyncListResponseRouteIngress2 | SyncListResponseRouteGateway2;
511
+ export type SyncListResponseExposureCustom = {
512
+ /**
513
+ * Certificate publication or reference mode for Kubernetes public endpoints.
514
+ */
515
+ certificate: SyncListResponseCertificateTLSSecretRef2 | SyncListResponseCertificateManagedAcmImport2 | SyncListResponseCertificateAwsAcmArn2 | SyncListResponseCertificateManagedTLSSecret2 | SyncListResponseCertificateNone2;
516
+ /**
517
+ * Hostname routed by the Kubernetes public endpoint.
518
+ */
519
+ domain: string;
520
+ mode: SyncListResponseModeCustom;
521
+ /**
522
+ * Kubernetes route API selected for public endpoints.
523
+ */
524
+ route: SyncListResponseRouteIngress2 | SyncListResponseRouteGateway2;
525
+ };
526
+ export type SyncListResponseCertificateNone1 = {
527
+ mode: "none";
528
+ };
529
+ export type SyncListResponseCertificateManagedTLSSecret1 = {
530
+ mode: "managedTlsSecret";
531
+ /**
532
+ * Secret name template. Runtime may substitute resource/deployment tokens.
533
+ */
534
+ secretNameTemplate: string;
535
+ };
536
+ export type SyncListResponseCertificateAwsAcmArn1 = {
537
+ /**
538
+ * Existing ACM certificate ARN.
539
+ */
540
+ certificateArn: string;
541
+ mode: "awsAcmArn";
542
+ };
543
+ export type SyncListResponseCertificateManagedAcmImport1 = {
544
+ mode: "managedAcmImport";
545
+ /**
546
+ * ACM region. Defaults to the deployment region when omitted.
547
+ */
548
+ region?: string | null | undefined;
549
+ /**
550
+ * Tags applied to runtime-imported ACM certificates.
551
+ */
552
+ tags?: {
553
+ [k: string]: string;
554
+ } | undefined;
555
+ };
556
+ /**
557
+ * Namespace-scoped Kubernetes TLS Secret reference.
558
+ */
559
+ export type SyncListResponseCertificateTLSSecretRef1 = {
560
+ /**
561
+ * Secret namespace. Defaults to the release namespace when omitted.
562
+ */
563
+ namespace?: string | null | undefined;
564
+ /**
565
+ * Secret name.
566
+ */
567
+ secretName: string;
568
+ mode: "tlsSecretRef";
569
+ };
570
+ /**
571
+ * Certificate publication or reference mode for Kubernetes public endpoints.
572
+ */
573
+ export type SyncListResponseCertificateUnion1 = SyncListResponseCertificateTLSSecretRef1 | SyncListResponseCertificateManagedAcmImport1 | SyncListResponseCertificateAwsAcmArn1 | SyncListResponseCertificateManagedTLSSecret1 | SyncListResponseCertificateNone1;
574
+ export declare const SyncListResponseModeGenerated: {
575
+ readonly Generated: "generated";
576
+ };
577
+ export type SyncListResponseModeGenerated = ClosedEnum<typeof SyncListResponseModeGenerated>;
578
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum2: {
579
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
580
+ };
581
+ export type SyncListResponseProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum2>;
582
+ export type SyncListResponseProviderAzureApplicationGatewayForContainers2 = {
583
+ /**
584
+ * Optional ALB name when using BYO Application Gateway resources.
585
+ */
586
+ albName?: string | null | undefined;
587
+ /**
588
+ * Optional ALB namespace when using BYO Application Gateway resources.
589
+ */
590
+ albNamespace?: string | null | undefined;
591
+ /**
592
+ * Public or internal frontend exposure.
593
+ */
594
+ frontend: string;
595
+ provider: SyncListResponseProviderAzureApplicationGatewayForContainersEnum2;
596
+ };
597
+ export declare const SyncListResponseProviderGkeGatewayEnum2: {
598
+ readonly GkeGateway: "gkeGateway";
599
+ };
600
+ export type SyncListResponseProviderGkeGatewayEnum2 = ClosedEnum<typeof SyncListResponseProviderGkeGatewayEnum2>;
601
+ export type SyncListResponseProviderGkeGateway2 = {
602
+ provider: SyncListResponseProviderGkeGatewayEnum2;
603
+ /**
604
+ * Optional static address name for the Gateway frontend.
605
+ */
606
+ staticAddressName?: string | null | undefined;
607
+ };
608
+ export declare const SyncListResponseProviderAwsAlbEnum2: {
609
+ readonly AwsAlb: "awsAlb";
610
+ };
611
+ export type SyncListResponseProviderAwsAlbEnum2 = ClosedEnum<typeof SyncListResponseProviderAwsAlbEnum2>;
612
+ export type SyncListResponseProviderAwsAlb2 = {
613
+ /**
614
+ * Optional ALB IP address type, such as `dualstack`.
615
+ */
616
+ ipAddressType?: string | null | undefined;
617
+ provider: SyncListResponseProviderAwsAlbEnum2;
618
+ /**
619
+ * Internet-facing or internal ALB scheme.
620
+ */
621
+ scheme: string;
622
+ /**
623
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
624
+ */
625
+ subnetIds?: Array<string> | undefined;
626
+ /**
627
+ * ALB target type, usually `ip`.
628
+ */
629
+ targetType: string;
630
+ };
631
+ export type SyncListResponseProviderUnion2 = SyncListResponseProviderAwsAlb2 | SyncListResponseProviderAzureApplicationGatewayForContainers2 | SyncListResponseProviderGkeGateway2 | any;
632
+ /**
633
+ * Shared Gateway API route profile values.
634
+ */
635
+ export type SyncListResponseRouteGateway1 = {
636
+ /**
637
+ * Annotations applied to route objects.
638
+ */
639
+ annotations?: {
640
+ [k: string]: string;
641
+ } | undefined;
642
+ /**
643
+ * Route controller identifier, for example a cloud Gateway controller.
644
+ */
645
+ controller?: string | null | undefined;
646
+ /**
647
+ * GatewayClass selected for generated Gateways.
648
+ */
649
+ gatewayClassName: string;
650
+ /**
651
+ * Labels applied to route objects.
652
+ */
653
+ labels?: {
654
+ [k: string]: string;
655
+ } | undefined;
656
+ /**
657
+ * Listener port, usually 443.
658
+ */
659
+ listenerPort: number;
660
+ provider?: SyncListResponseProviderAwsAlb2 | SyncListResponseProviderAzureApplicationGatewayForContainers2 | SyncListResponseProviderGkeGateway2 | any | null | undefined;
661
+ routeApi: "gateway";
662
+ };
663
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum1: {
664
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
665
+ };
666
+ export type SyncListResponseProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum1>;
667
+ export type SyncListResponseProviderAzureApplicationGatewayForContainers1 = {
668
+ /**
669
+ * Optional ALB name when using BYO Application Gateway resources.
670
+ */
671
+ albName?: string | null | undefined;
672
+ /**
673
+ * Optional ALB namespace when using BYO Application Gateway resources.
674
+ */
675
+ albNamespace?: string | null | undefined;
676
+ /**
677
+ * Public or internal frontend exposure.
678
+ */
679
+ frontend: string;
680
+ provider: SyncListResponseProviderAzureApplicationGatewayForContainersEnum1;
681
+ };
682
+ export declare const SyncListResponseProviderGkeGatewayEnum1: {
683
+ readonly GkeGateway: "gkeGateway";
684
+ };
685
+ export type SyncListResponseProviderGkeGatewayEnum1 = ClosedEnum<typeof SyncListResponseProviderGkeGatewayEnum1>;
686
+ export type SyncListResponseProviderGkeGateway1 = {
687
+ provider: SyncListResponseProviderGkeGatewayEnum1;
688
+ /**
689
+ * Optional static address name for the Gateway frontend.
690
+ */
691
+ staticAddressName?: string | null | undefined;
692
+ };
693
+ export declare const SyncListResponseProviderAwsAlbEnum1: {
694
+ readonly AwsAlb: "awsAlb";
695
+ };
696
+ export type SyncListResponseProviderAwsAlbEnum1 = ClosedEnum<typeof SyncListResponseProviderAwsAlbEnum1>;
697
+ export type SyncListResponseProviderAwsAlb1 = {
698
+ /**
699
+ * Optional ALB IP address type, such as `dualstack`.
700
+ */
701
+ ipAddressType?: string | null | undefined;
702
+ provider: SyncListResponseProviderAwsAlbEnum1;
703
+ /**
704
+ * Internet-facing or internal ALB scheme.
705
+ */
706
+ scheme: string;
707
+ /**
708
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
709
+ */
710
+ subnetIds?: Array<string> | undefined;
711
+ /**
712
+ * ALB target type, usually `ip`.
713
+ */
714
+ targetType: string;
715
+ };
716
+ export type SyncListResponseProviderUnion1 = SyncListResponseProviderAwsAlb1 | SyncListResponseProviderAzureApplicationGatewayForContainers1 | SyncListResponseProviderGkeGateway1 | any;
717
+ /**
718
+ * Shared Ingress route profile values.
719
+ */
720
+ export type SyncListResponseRouteIngress1 = {
721
+ /**
722
+ * Annotations applied to route objects.
723
+ */
724
+ annotations?: {
725
+ [k: string]: string;
726
+ } | undefined;
727
+ /**
728
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
729
+ */
730
+ controller?: string | null | undefined;
731
+ /**
732
+ * `spec.ingressClassName` for generated Ingresses.
733
+ */
734
+ ingressClassName: string;
735
+ /**
736
+ * Labels applied to route objects.
737
+ */
738
+ labels?: {
739
+ [k: string]: string;
740
+ } | undefined;
741
+ provider?: SyncListResponseProviderAwsAlb1 | SyncListResponseProviderAzureApplicationGatewayForContainers1 | SyncListResponseProviderGkeGateway1 | any | null | undefined;
742
+ routeApi: "ingress";
743
+ };
744
+ /**
745
+ * Kubernetes route API selected for public endpoints.
746
+ */
747
+ export type SyncListResponseRouteUnion1 = SyncListResponseRouteIngress1 | SyncListResponseRouteGateway1;
748
+ export type SyncListResponseExposureGenerated = {
749
+ /**
750
+ * Certificate publication or reference mode for Kubernetes public endpoints.
751
+ */
752
+ certificate: SyncListResponseCertificateTLSSecretRef1 | SyncListResponseCertificateManagedAcmImport1 | SyncListResponseCertificateAwsAcmArn1 | SyncListResponseCertificateManagedTLSSecret1 | SyncListResponseCertificateNone1;
753
+ mode: SyncListResponseModeGenerated;
754
+ /**
755
+ * Kubernetes route API selected for public endpoints.
756
+ */
757
+ route: SyncListResponseRouteIngress1 | SyncListResponseRouteGateway1;
758
+ };
759
+ export declare const SyncListResponseModeDisabled: {
760
+ readonly Disabled: "disabled";
761
+ };
762
+ export type SyncListResponseModeDisabled = ClosedEnum<typeof SyncListResponseModeDisabled>;
763
+ export type SyncListResponseExposureDisabled = {
764
+ mode: SyncListResponseModeDisabled;
765
+ };
766
+ export type SyncListResponseExposureUnion = SyncListResponseExposureCustom | SyncListResponseExposureGenerated | SyncListResponseExposureDisabled | any;
767
+ /**
768
+ * Kubernetes runtime substrate configuration.
769
+ *
770
+ * @remarks
771
+ *
772
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
773
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
774
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
775
+ * cluster.
776
+ */
777
+ export type SyncListResponseKubernetes = {
778
+ cluster?: SyncListResponseCluster | any | null | undefined;
779
+ exposure?: SyncListResponseExposureCustom | SyncListResponseExposureGenerated | SyncListResponseExposureDisabled | any | null | undefined;
780
+ };
781
+ export type SyncListResponseKubernetesUnion = SyncListResponseKubernetes | any;
782
+ export declare const SyncListResponseTypeByoVnetAzure: {
783
+ readonly ByoVnetAzure: "byo-vnet-azure";
784
+ };
785
+ export type SyncListResponseTypeByoVnetAzure = ClosedEnum<typeof SyncListResponseTypeByoVnetAzure>;
786
+ export type SyncListResponseNetworkByoVnetAzure = {
787
+ /**
788
+ * Name of the private subnet within the VNet
789
+ */
790
+ privateSubnetName: string;
791
+ /**
792
+ * Name of the public subnet within the VNet
793
+ */
794
+ publicSubnetName: string;
795
+ type: SyncListResponseTypeByoVnetAzure;
796
+ /**
797
+ * The full resource ID of the existing VNet
798
+ */
799
+ vnetResourceId: string;
800
+ };
801
+ export declare const SyncListResponseTypeByoVpcGcp: {
802
+ readonly ByoVpcGcp: "byo-vpc-gcp";
803
+ };
804
+ export type SyncListResponseTypeByoVpcGcp = ClosedEnum<typeof SyncListResponseTypeByoVpcGcp>;
805
+ export type SyncListResponseNetworkByoVpcGcp = {
806
+ /**
807
+ * The name of the existing VPC network
808
+ */
809
+ networkName: string;
810
+ /**
811
+ * The region of the subnet
812
+ */
813
+ region: string;
814
+ /**
815
+ * The name of the subnet to use
816
+ */
817
+ subnetName: string;
818
+ type: SyncListResponseTypeByoVpcGcp;
819
+ };
820
+ export declare const SyncListResponseTypeByoVpcAws: {
821
+ readonly ByoVpcAws: "byo-vpc-aws";
822
+ };
823
+ export type SyncListResponseTypeByoVpcAws = ClosedEnum<typeof SyncListResponseTypeByoVpcAws>;
824
+ export type SyncListResponseNetworkByoVpcAws = {
825
+ /**
826
+ * IDs of private subnets
827
+ */
828
+ privateSubnetIds: Array<string>;
829
+ /**
830
+ * IDs of public subnets (required for public ingress)
831
+ */
832
+ publicSubnetIds: Array<string>;
833
+ /**
834
+ * Optional security group IDs to use
835
+ */
836
+ securityGroupIds?: Array<string> | undefined;
837
+ type: SyncListResponseTypeByoVpcAws;
838
+ /**
839
+ * The ID of the existing VPC
840
+ */
841
+ vpcId: string;
842
+ };
843
+ export declare const SyncListResponseTypeCreate: {
844
+ readonly Create: "create";
845
+ };
846
+ export type SyncListResponseTypeCreate = ClosedEnum<typeof SyncListResponseTypeCreate>;
847
+ export type SyncListResponseNetworkCreate = {
848
+ /**
849
+ * Number of availability zones (default: 2).
850
+ */
851
+ availabilityZones?: number | undefined;
852
+ /**
853
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
854
+ *
855
+ * @remarks
856
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
857
+ */
858
+ cidr?: string | null | undefined;
859
+ type: SyncListResponseTypeCreate;
860
+ };
861
+ export declare const SyncListResponseTypeUseDefault: {
862
+ readonly UseDefault: "use-default";
863
+ };
864
+ export type SyncListResponseTypeUseDefault = ClosedEnum<typeof SyncListResponseTypeUseDefault>;
865
+ export type SyncListResponseNetworkUseDefault = {
866
+ type: SyncListResponseTypeUseDefault;
867
+ };
868
+ export type SyncListResponseNetworkUnion = SyncListResponseNetworkByoVpcAws | SyncListResponseNetworkByoVpcGcp | SyncListResponseNetworkByoVnetAzure | SyncListResponseNetworkUseDefault | SyncListResponseNetworkCreate | any;
869
+ /**
870
+ * How telemetry (logs, metrics, traces) is handled.
871
+ */
872
+ export declare const SyncListResponseTelemetry: {
873
+ readonly Off: "off";
874
+ readonly Auto: "auto";
875
+ readonly ApprovalRequired: "approval-required";
876
+ };
877
+ /**
878
+ * How telemetry (logs, metrics, traces) is handled.
879
+ */
880
+ export type SyncListResponseTelemetry = ClosedEnum<typeof SyncListResponseTelemetry>;
881
+ /**
882
+ * How updates are delivered to the deployment.
883
+ */
884
+ export declare const SyncListResponseUpdates: {
885
+ readonly Auto: "auto";
886
+ readonly ApprovalRequired: "approval-required";
887
+ };
888
+ /**
889
+ * How updates are delivered to the deployment.
890
+ */
891
+ export type SyncListResponseUpdates = ClosedEnum<typeof SyncListResponseUpdates>;
892
+ /**
893
+ * User-provided configuration (network, deployment model, approvals)
894
+ */
895
+ export type SyncListResponseStackSettings = {
896
+ /**
897
+ * Deployment model: how updates are delivered to the remote environment.
898
+ */
899
+ deploymentModel?: SyncListResponseDeploymentModel | undefined;
900
+ domains?: SyncListResponseDomains | any | null | undefined;
901
+ /**
902
+ * External bindings for pre-existing infrastructure.
903
+ *
904
+ * @remarks
905
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
906
+ * Environment, etc.) instead of having Alien provision them.
907
+ * Required for Kubernetes platform, optional for cloud platforms.
908
+ */
909
+ externalBindings?: SyncListResponseExternalBindings | null | undefined;
910
+ /**
911
+ * How heartbeat health checks are handled.
912
+ */
913
+ heartbeats?: SyncListResponseHeartbeats | undefined;
914
+ kubernetes?: SyncListResponseKubernetes | any | null | undefined;
915
+ network?: SyncListResponseNetworkByoVpcAws | SyncListResponseNetworkByoVpcGcp | SyncListResponseNetworkByoVnetAzure | SyncListResponseNetworkUseDefault | SyncListResponseNetworkCreate | any | null | undefined;
916
+ /**
917
+ * How telemetry (logs, metrics, traces) is handled.
918
+ */
919
+ telemetry?: SyncListResponseTelemetry | undefined;
920
+ /**
921
+ * How updates are delivered to the deployment.
922
+ */
923
+ updates?: SyncListResponseUpdates | undefined;
924
+ };
925
+ /**
926
+ * Represents the target cloud platform.
927
+ */
928
+ export declare const SyncListResponseStackStatePlatform: {
929
+ readonly Aws: "aws";
930
+ readonly Gcp: "gcp";
931
+ readonly Azure: "azure";
932
+ readonly Kubernetes: "kubernetes";
933
+ readonly Local: "local";
934
+ readonly Test: "test";
935
+ };
936
+ /**
937
+ * Represents the target cloud platform.
938
+ */
939
+ export type SyncListResponseStackStatePlatform = ClosedEnum<typeof SyncListResponseStackStatePlatform>;
940
+ /**
941
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
942
+ */
943
+ export type SyncListResponseStackStateConfig = {
944
+ /**
945
+ * The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
946
+ */
947
+ id: string;
948
+ /**
949
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
950
+ */
951
+ type: string;
952
+ additionalProperties?: {
953
+ [k: string]: any | null;
954
+ } | undefined;
955
+ };
956
+ /**
957
+ * Represents the target cloud platform.
958
+ */
959
+ export declare const SyncListResponseControllerPlatformEnum: {
960
+ readonly Aws: "aws";
961
+ readonly Gcp: "gcp";
962
+ readonly Azure: "azure";
963
+ readonly Kubernetes: "kubernetes";
964
+ readonly Local: "local";
965
+ readonly Test: "test";
966
+ };
967
+ /**
968
+ * Represents the target cloud platform.
969
+ */
970
+ export type SyncListResponseControllerPlatformEnum = ClosedEnum<typeof SyncListResponseControllerPlatformEnum>;
971
+ export type SyncListResponseControllerPlatformUnion = SyncListResponseControllerPlatformEnum | any;
972
+ /**
973
+ * New ResourceRef that works with any resource type.
974
+ *
975
+ * @remarks
976
+ * This can eventually replace the enum-based ResourceRef for full extensibility.
977
+ */
978
+ export type SyncListResponseStackStateDependency = {
979
+ id: string;
980
+ /**
981
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
982
+ */
983
+ type: string;
984
+ };
985
+ /**
986
+ * Canonical error container that provides a structured way to represent errors
987
+ *
988
+ * @remarks
989
+ * with rich metadata including error codes, human-readable messages, context,
990
+ * and chaining capabilities for error propagation.
991
+ *
992
+ * This struct is designed to be both machine-readable and user-friendly,
993
+ * supporting serialization for API responses and detailed error reporting
994
+ * in distributed systems.
995
+ */
996
+ export type SyncListResponseErrorStackState = {
997
+ /**
998
+ * A unique identifier for the type of error.
999
+ *
1000
+ * @remarks
1001
+ *
1002
+ * This should be a short, machine-readable string that can be used
1003
+ * by clients to programmatically handle different error types.
1004
+ * Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
1005
+ */
1006
+ code: string;
1007
+ /**
1008
+ * Additional diagnostic information about the error context.
1009
+ *
1010
+ * @remarks
1011
+ *
1012
+ * This optional field can contain structured data providing more details
1013
+ * about the error, such as validation errors, request parameters that
1014
+ * caused the issue, or other relevant context information.
1015
+ */
1016
+ context?: any | null | undefined;
1017
+ /**
1018
+ * Optional human-facing remediation hint.
1019
+ */
1020
+ hint?: string | null | undefined;
1021
+ /**
1022
+ * HTTP status code for this error.
1023
+ *
1024
+ * @remarks
1025
+ *
1026
+ * Used when converting the error to an HTTP response. If None, falls back to
1027
+ * the error type's default status code or 500.
1028
+ */
1029
+ httpStatusCode?: number | null | undefined;
1030
+ /**
1031
+ * Indicates if this is an internal error that should not be exposed to users.
1032
+ *
1033
+ * @remarks
1034
+ *
1035
+ * When `true`, this error contains sensitive information or implementation
1036
+ * details that should not be shown to end-users. Such errors should be
1037
+ * logged for debugging but replaced with generic error messages in responses.
1038
+ */
1039
+ internal: boolean;
1040
+ /**
1041
+ * Human-readable error message.
1042
+ *
1043
+ * @remarks
1044
+ *
1045
+ * This message should be clear and actionable for developers or end-users,
1046
+ * providing context about what went wrong and potentially how to fix it.
1047
+ */
1048
+ message: string;
1049
+ /**
1050
+ * Indicates whether the operation that caused the error should be retried.
1051
+ *
1052
+ * @remarks
1053
+ *
1054
+ * When `true`, the error is transient and the operation might succeed
1055
+ * if attempted again. When `false`, retrying the same operation is
1056
+ * unlikely to succeed without changes.
1057
+ */
1058
+ retryable: boolean;
1059
+ /**
1060
+ * The underlying error that caused this error, creating an error chain.
1061
+ *
1062
+ * @remarks
1063
+ *
1064
+ * This allows for proper error propagation and debugging by maintaining
1065
+ * the full context of how an error occurred through multiple layers
1066
+ * of an application.
1067
+ */
1068
+ source?: any | null | undefined;
1069
+ };
1070
+ export type SyncListResponseErrorUnion = SyncListResponseErrorStackState | any;
1071
+ /**
1072
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
1073
+ */
1074
+ export declare const SyncListResponseLifecycleStackStateEnum: {
1075
+ readonly Frozen: "frozen";
1076
+ readonly Live: "live";
1077
+ };
1078
+ /**
1079
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
1080
+ */
1081
+ export type SyncListResponseLifecycleStackStateEnum = ClosedEnum<typeof SyncListResponseLifecycleStackStateEnum>;
1082
+ export type SyncListResponseLifecycleUnion = SyncListResponseLifecycleStackStateEnum | any;
1083
+ /**
1084
+ * Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common 'type' field with additional type-specific output properties.
1085
+ */
1086
+ export type SyncListResponseOutputs = {
1087
+ /**
1088
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
1089
+ */
1090
+ type: string;
1091
+ additionalProperties?: {
1092
+ [k: string]: any | null;
1093
+ } | undefined;
1094
+ };
1095
+ export type SyncListResponseOutputsUnion = SyncListResponseOutputs | any;
1096
+ /**
1097
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
1098
+ */
1099
+ export type SyncListResponsePreviousConfig = {
1100
+ /**
1101
+ * The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
1102
+ */
1103
+ id: string;
1104
+ /**
1105
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
1106
+ */
1107
+ type: string;
1108
+ additionalProperties?: {
1109
+ [k: string]: any | null;
1110
+ } | undefined;
1111
+ };
1112
+ export type SyncListResponsePreviousConfigUnion = SyncListResponsePreviousConfig | any;
1113
+ /**
1114
+ * Represents the high-level status of a resource during its lifecycle.
1115
+ */
1116
+ export declare const SyncListResponseStackStateStatus: {
1117
+ readonly Pending: "pending";
1118
+ readonly Provisioning: "provisioning";
1119
+ readonly ProvisionFailed: "provision-failed";
1120
+ readonly Running: "running";
1121
+ readonly Updating: "updating";
1122
+ readonly UpdateFailed: "update-failed";
1123
+ readonly Deleting: "deleting";
1124
+ readonly DeleteFailed: "delete-failed";
1125
+ readonly Deleted: "deleted";
1126
+ readonly RefreshFailed: "refresh-failed";
1127
+ };
1128
+ /**
1129
+ * Represents the high-level status of a resource during its lifecycle.
1130
+ */
1131
+ export type SyncListResponseStackStateStatus = ClosedEnum<typeof SyncListResponseStackStateStatus>;
1132
+ /**
1133
+ * Represents the state of a single resource within the stack for a specific platform.
1134
+ */
1135
+ export type SyncListResponseStackStateResources = {
1136
+ /**
1137
+ * The platform-specific resource controller that manages this resource's lifecycle.
1138
+ *
1139
+ * @remarks
1140
+ * This is None when the resource status is Pending.
1141
+ * Stored as JSON to make the struct serializable and movable to alien-core.
1142
+ */
1143
+ internal?: any | null | undefined;
1144
+ /**
1145
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
1146
+ */
1147
+ config: SyncListResponseStackStateConfig;
1148
+ controllerPlatform?: SyncListResponseControllerPlatformEnum | any | null | undefined;
1149
+ /**
1150
+ * Complete list of dependencies for this resource, including infrastructure dependencies.
1151
+ *
1152
+ * @remarks
1153
+ * This preserves the full dependency information from the stack definition.
1154
+ */
1155
+ dependencies?: Array<SyncListResponseStackStateDependency> | undefined;
1156
+ error?: SyncListResponseErrorStackState | any | null | undefined;
1157
+ /**
1158
+ * Stores the controller state that failed, used for manual retry operations.
1159
+ *
1160
+ * @remarks
1161
+ * This allows resuming from the exact point where the failure occurred.
1162
+ * Stored as JSON to make the struct serializable and movable to alien-core.
1163
+ */
1164
+ lastFailedState?: any | null | undefined;
1165
+ lifecycle?: SyncListResponseLifecycleStackStateEnum | any | null | undefined;
1166
+ outputs?: SyncListResponseOutputs | any | null | undefined;
1167
+ previousConfig?: SyncListResponsePreviousConfig | any | null | undefined;
1168
+ /**
1169
+ * Binding parameters for remote access.
1170
+ *
1171
+ * @remarks
1172
+ * Only populated when the resource has `remote_access: true` in its ResourceEntry.
1173
+ * This is the JSON serialization of the binding configuration (e.g., StorageBinding, VaultBinding).
1174
+ * Populated by controllers during provisioning using get_binding_params().
1175
+ */
1176
+ remoteBindingParams?: any | null | undefined;
1177
+ /**
1178
+ * Tracks consecutive retry attempts for the current state transition.
1179
+ */
1180
+ retryAttempt?: number | undefined;
1181
+ /**
1182
+ * Represents the high-level status of a resource during its lifecycle.
1183
+ */
1184
+ status: SyncListResponseStackStateStatus;
1185
+ /**
1186
+ * The high-level type of the resource (e.g., Worker::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
1187
+ */
1188
+ type: string;
1189
+ };
1190
+ /**
1191
+ * State of infrastructure components managed by this deployment
1192
+ */
1193
+ export type SyncListResponseStackState = {
1194
+ /**
1195
+ * Represents the target cloud platform.
1196
+ */
1197
+ platform: SyncListResponseStackStatePlatform;
1198
+ /**
1199
+ * A prefix used for resource naming to ensure uniqueness across deployments.
1200
+ */
1201
+ resourcePrefix: string;
1202
+ /**
1203
+ * The state of individual resources, keyed by resource ID.
1204
+ */
1205
+ resources: {
1206
+ [k: string]: SyncListResponseStackStateResources;
1207
+ };
1208
+ };
1209
+ /**
1210
+ * Scope for a delete operation.
1211
+ *
1212
+ * @remarks
1213
+ *
1214
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1215
+ * resources. Live-only deletes are used by setup handoff resources
1216
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1217
+ * before setup tears down Frozen resources.
1218
+ */
1219
+ export declare const SyncListResponseDeleteScopeEnum: {
1220
+ readonly Full: "full";
1221
+ readonly LiveOnly: "liveOnly";
1222
+ };
1223
+ /**
1224
+ * Scope for a delete operation.
1225
+ *
1226
+ * @remarks
1227
+ *
1228
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1229
+ * resources. Live-only deletes are used by setup handoff resources
1230
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1231
+ * before setup tears down Frozen resources.
1232
+ */
1233
+ export type SyncListResponseDeleteScopeEnum = ClosedEnum<typeof SyncListResponseDeleteScopeEnum>;
1234
+ export type SyncListResponseDeleteScopeUnion = SyncListResponseDeleteScopeEnum | any;
1235
+ /**
1236
+ * Scope for a delete operation.
1237
+ *
1238
+ * @remarks
1239
+ *
1240
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1241
+ * resources. Live-only deletes are used by setup handoff resources
1242
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1243
+ * before setup tears down Frozen resources.
1244
+ */
1245
+ export declare const SyncListResponsePendingDeleteScopeEnum: {
1246
+ readonly Full: "full";
1247
+ readonly LiveOnly: "liveOnly";
1248
+ };
1249
+ /**
1250
+ * Scope for a delete operation.
1251
+ *
1252
+ * @remarks
1253
+ *
1254
+ * Full deletes are setup/admin owned and may remove both Frozen and Live
1255
+ * resources. Live-only deletes are used by setup handoff resources
1256
+ * (Terraform/CloudFormation) so Alien removes only the resources it owns
1257
+ * before setup tears down Frozen resources.
1258
+ */
1259
+ export type SyncListResponsePendingDeleteScopeEnum = ClosedEnum<typeof SyncListResponsePendingDeleteScopeEnum>;
1260
+ export type SyncListResponsePendingDeleteScopeUnion = SyncListResponsePendingDeleteScopeEnum | any;
1261
+ export declare const SyncListResponseManagementEnum: {
1262
+ readonly Auto: "auto";
1263
+ };
1264
+ export type SyncListResponseManagementEnum = ClosedEnum<typeof SyncListResponseManagementEnum>;
1265
+ /**
1266
+ * AWS-specific binding specification
1267
+ */
1268
+ export type SyncListResponseOverrideAwResource = {
1269
+ /**
1270
+ * Optional condition for additional filtering (rare)
1271
+ */
1272
+ condition?: {
1273
+ [k: string]: {
1274
+ [k: string]: string;
1275
+ };
1276
+ } | null | undefined;
1277
+ /**
1278
+ * Resource ARNs to bind to
1279
+ */
1280
+ resources: Array<string>;
1281
+ };
1282
+ /**
1283
+ * AWS-specific binding specification
1284
+ */
1285
+ export type SyncListResponseOverrideAwStack = {
1286
+ /**
1287
+ * Optional condition for additional filtering (rare)
1288
+ */
1289
+ condition?: {
1290
+ [k: string]: {
1291
+ [k: string]: string;
1292
+ };
1293
+ } | null | undefined;
1294
+ /**
1295
+ * Resource ARNs to bind to
1296
+ */
1297
+ resources: Array<string>;
1298
+ };
1299
+ /**
1300
+ * Generic binding configuration for permissions
1301
+ */
1302
+ export type SyncListResponseOverrideAwBinding = {
1303
+ /**
1304
+ * AWS-specific binding specification
1305
+ */
1306
+ resource?: SyncListResponseOverrideAwResource | undefined;
1307
+ /**
1308
+ * AWS-specific binding specification
1309
+ */
1310
+ stack?: SyncListResponseOverrideAwStack | undefined;
1311
+ };
1312
+ /**
1313
+ * IAM effect. Defaults to Allow.
1314
+ */
1315
+ export declare const SyncListResponseOverrideEffect: {
1316
+ readonly Allow: "Allow";
1317
+ readonly Deny: "Deny";
1318
+ };
1319
+ /**
1320
+ * IAM effect. Defaults to Allow.
1321
+ */
1322
+ export type SyncListResponseOverrideEffect = ClosedEnum<typeof SyncListResponseOverrideEffect>;
1323
+ /**
1324
+ * Grant permissions for a specific cloud platform
1325
+ */
1326
+ export type SyncListResponseOverrideAwGrant = {
1327
+ /**
1328
+ * AWS IAM actions (only for AWS)
1329
+ */
1330
+ actions?: Array<string> | null | undefined;
1331
+ /**
1332
+ * Azure actions (only for Azure)
1333
+ */
1334
+ dataActions?: Array<string> | null | undefined;
1335
+ /**
1336
+ * GCP permissions that require an exact residual custom role.
1337
+ */
1338
+ permissions?: Array<string> | null | undefined;
1339
+ /**
1340
+ * Provider predefined roles to bind directly.
1341
+ */
1342
+ predefinedRoles?: Array<string> | null | undefined;
1343
+ /**
1344
+ * GCP residual custom permissions to pair with predefined roles.
1345
+ */
1346
+ residualPermissions?: Array<string> | null | undefined;
1347
+ };
1348
+ /**
1349
+ * AWS-specific platform permission configuration
1350
+ */
1351
+ export type SyncListResponseOverrideAw = {
1352
+ /**
1353
+ * Generic binding configuration for permissions
1354
+ */
1355
+ binding: SyncListResponseOverrideAwBinding;
1356
+ /**
1357
+ * Short admin-facing description of why this entry exists.
1358
+ */
1359
+ description?: string | null | undefined;
1360
+ /**
1361
+ * IAM effect. Defaults to Allow.
1362
+ */
1363
+ effect?: SyncListResponseOverrideEffect | undefined;
1364
+ /**
1365
+ * Grant permissions for a specific cloud platform
1366
+ */
1367
+ grant: SyncListResponseOverrideAwGrant;
1368
+ /**
1369
+ * Stable admin-facing label for this permission entry.
1370
+ */
1371
+ label?: string | null | undefined;
1372
+ };
1373
+ /**
1374
+ * Azure-specific binding specification
1375
+ */
1376
+ export type SyncListResponseOverrideAzureResource = {
1377
+ /**
1378
+ * Scope (subscription/resource group/resource level)
1379
+ */
1380
+ scope: string;
1381
+ };
1382
+ /**
1383
+ * Azure-specific binding specification
1384
+ */
1385
+ export type SyncListResponseOverrideAzureStack = {
1386
+ /**
1387
+ * Scope (subscription/resource group/resource level)
1388
+ */
1389
+ scope: string;
1390
+ };
1391
+ /**
1392
+ * Generic binding configuration for permissions
1393
+ */
1394
+ export type SyncListResponseOverrideAzureBinding = {
1395
+ /**
1396
+ * Azure-specific binding specification
1397
+ */
1398
+ resource?: SyncListResponseOverrideAzureResource | undefined;
1399
+ /**
1400
+ * Azure-specific binding specification
1401
+ */
1402
+ stack?: SyncListResponseOverrideAzureStack | undefined;
1403
+ };
1404
+ /**
1405
+ * Grant permissions for a specific cloud platform
1406
+ */
1407
+ export type SyncListResponseOverrideAzureGrant = {
1408
+ /**
1409
+ * AWS IAM actions (only for AWS)
1410
+ */
1411
+ actions?: Array<string> | null | undefined;
1412
+ /**
1413
+ * Azure actions (only for Azure)
1414
+ */
1415
+ dataActions?: Array<string> | null | undefined;
1416
+ /**
1417
+ * GCP permissions that require an exact residual custom role.
1418
+ */
1419
+ permissions?: Array<string> | null | undefined;
1420
+ /**
1421
+ * Provider predefined roles to bind directly.
1422
+ */
1423
+ predefinedRoles?: Array<string> | null | undefined;
1424
+ /**
1425
+ * GCP residual custom permissions to pair with predefined roles.
1426
+ */
1427
+ residualPermissions?: Array<string> | null | undefined;
1428
+ };
1429
+ /**
1430
+ * Azure-specific platform permission configuration
1431
+ */
1432
+ export type SyncListResponseOverrideAzure = {
1433
+ /**
1434
+ * Generic binding configuration for permissions
1435
+ */
1436
+ binding: SyncListResponseOverrideAzureBinding;
1437
+ /**
1438
+ * Short admin-facing description of why this entry exists.
1439
+ */
1440
+ description?: string | null | undefined;
1441
+ /**
1442
+ * Grant permissions for a specific cloud platform
1443
+ */
1444
+ grant: SyncListResponseOverrideAzureGrant;
1445
+ /**
1446
+ * Stable admin-facing label for this permission entry.
1447
+ */
1448
+ label?: string | null | undefined;
1449
+ };
1450
+ /**
1451
+ * GCP IAM condition
1452
+ */
1453
+ export type SyncListResponseOverrideConditionResource = {
1454
+ expression: string;
1455
+ title: string;
1456
+ };
1457
+ export type SyncListResponseOverrideResourceConditionUnion = SyncListResponseOverrideConditionResource | any;
1458
+ /**
1459
+ * GCP-specific binding specification
1460
+ */
1461
+ export type SyncListResponseOverrideGcpResource = {
1462
+ condition?: SyncListResponseOverrideConditionResource | any | null | undefined;
1463
+ /**
1464
+ * Scope (project/resource level)
1465
+ */
1466
+ scope: string;
1467
+ };
1468
+ /**
1469
+ * GCP IAM condition
1470
+ */
1471
+ export type SyncListResponseOverrideConditionStack = {
1472
+ expression: string;
1473
+ title: string;
1474
+ };
1475
+ export type SyncListResponseOverrideStackConditionUnion = SyncListResponseOverrideConditionStack | any;
1476
+ /**
1477
+ * GCP-specific binding specification
1478
+ */
1479
+ export type SyncListResponseOverrideGcpStack = {
1480
+ condition?: SyncListResponseOverrideConditionStack | any | null | undefined;
1481
+ /**
1482
+ * Scope (project/resource level)
1483
+ */
1484
+ scope: string;
1485
+ };
1486
+ /**
1487
+ * Generic binding configuration for permissions
1488
+ */
1489
+ export type SyncListResponseOverrideGcpBinding = {
1490
+ /**
1491
+ * GCP-specific binding specification
1492
+ */
1493
+ resource?: SyncListResponseOverrideGcpResource | undefined;
1494
+ /**
1495
+ * GCP-specific binding specification
1496
+ */
1497
+ stack?: SyncListResponseOverrideGcpStack | undefined;
1498
+ };
1499
+ /**
1500
+ * Grant permissions for a specific cloud platform
1501
+ */
1502
+ export type SyncListResponseOverrideGcpGrant = {
1503
+ /**
1504
+ * AWS IAM actions (only for AWS)
1505
+ */
1506
+ actions?: Array<string> | null | undefined;
1507
+ /**
1508
+ * Azure actions (only for Azure)
1509
+ */
1510
+ dataActions?: Array<string> | null | undefined;
1511
+ /**
1512
+ * GCP permissions that require an exact residual custom role.
1513
+ */
1514
+ permissions?: Array<string> | null | undefined;
1515
+ /**
1516
+ * Provider predefined roles to bind directly.
1517
+ */
1518
+ predefinedRoles?: Array<string> | null | undefined;
1519
+ /**
1520
+ * GCP residual custom permissions to pair with predefined roles.
1521
+ */
1522
+ residualPermissions?: Array<string> | null | undefined;
1523
+ };
1524
+ /**
1525
+ * GCP-specific platform permission configuration
1526
+ */
1527
+ export type SyncListResponseOverrideGcp = {
1528
+ /**
1529
+ * Generic binding configuration for permissions
1530
+ */
1531
+ binding: SyncListResponseOverrideGcpBinding;
1532
+ /**
1533
+ * Short admin-facing description of why this entry exists.
1534
+ */
1535
+ description?: string | null | undefined;
1536
+ /**
1537
+ * Grant permissions for a specific cloud platform
1538
+ */
1539
+ grant: SyncListResponseOverrideGcpGrant;
1540
+ /**
1541
+ * Stable admin-facing label for this permission entry.
1542
+ */
1543
+ label?: string | null | undefined;
1544
+ };
1545
+ /**
1546
+ * Platform-specific permission configurations
1547
+ */
1548
+ export type SyncListResponseOverridePlatforms = {
1549
+ /**
1550
+ * AWS permission configurations
1551
+ */
1552
+ aws?: Array<SyncListResponseOverrideAw> | null | undefined;
1553
+ /**
1554
+ * Azure permission configurations
1555
+ */
1556
+ azure?: Array<SyncListResponseOverrideAzure> | null | undefined;
1557
+ /**
1558
+ * GCP permission configurations
1559
+ */
1560
+ gcp?: Array<SyncListResponseOverrideGcp> | null | undefined;
1561
+ };
1562
+ /**
1563
+ * A permission set that can be applied across different cloud platforms
1564
+ */
1565
+ export type SyncListResponseOverride = {
1566
+ /**
1567
+ * Human-readable description of what this permission set allows
1568
+ */
1569
+ description: string;
1570
+ /**
1571
+ * Unique identifier for the permission set (e.g., "storage/data-read")
1572
+ */
1573
+ id: string;
1574
+ /**
1575
+ * Platform-specific permission configurations
1576
+ */
1577
+ platforms: SyncListResponseOverridePlatforms;
1578
+ };
1579
+ /**
1580
+ * Reference to a permission set - either by name or inline definition
1581
+ */
1582
+ export type SyncListResponseOverrideUnion = SyncListResponseOverride | string;
1583
+ export type SyncListResponseManagement2 = {
1584
+ /**
1585
+ * Permission profile that maps resources to permission sets
1586
+ *
1587
+ * @remarks
1588
+ * Key can be "*" for all resources or resource name for specific resource
1589
+ */
1590
+ override: {
1591
+ [k: string]: Array<SyncListResponseOverride | string>;
1592
+ };
1593
+ };
1594
+ /**
1595
+ * AWS-specific binding specification
1596
+ */
1597
+ export type SyncListResponseExtendAwResource = {
1598
+ /**
1599
+ * Optional condition for additional filtering (rare)
1600
+ */
1601
+ condition?: {
1602
+ [k: string]: {
1603
+ [k: string]: string;
1604
+ };
1605
+ } | null | undefined;
1606
+ /**
1607
+ * Resource ARNs to bind to
1608
+ */
1609
+ resources: Array<string>;
1610
+ };
1611
+ /**
1612
+ * AWS-specific binding specification
1613
+ */
1614
+ export type SyncListResponseExtendAwStack = {
1615
+ /**
1616
+ * Optional condition for additional filtering (rare)
1617
+ */
1618
+ condition?: {
1619
+ [k: string]: {
1620
+ [k: string]: string;
1621
+ };
1622
+ } | null | undefined;
1623
+ /**
1624
+ * Resource ARNs to bind to
1625
+ */
1626
+ resources: Array<string>;
1627
+ };
1628
+ /**
1629
+ * Generic binding configuration for permissions
1630
+ */
1631
+ export type SyncListResponseExtendAwBinding = {
1632
+ /**
1633
+ * AWS-specific binding specification
1634
+ */
1635
+ resource?: SyncListResponseExtendAwResource | undefined;
1636
+ /**
1637
+ * AWS-specific binding specification
1638
+ */
1639
+ stack?: SyncListResponseExtendAwStack | undefined;
1640
+ };
1641
+ /**
1642
+ * IAM effect. Defaults to Allow.
1643
+ */
1644
+ export declare const SyncListResponseExtendEffect: {
1645
+ readonly Allow: "Allow";
1646
+ readonly Deny: "Deny";
1647
+ };
1648
+ /**
1649
+ * IAM effect. Defaults to Allow.
1650
+ */
1651
+ export type SyncListResponseExtendEffect = ClosedEnum<typeof SyncListResponseExtendEffect>;
1652
+ /**
1653
+ * Grant permissions for a specific cloud platform
1654
+ */
1655
+ export type SyncListResponseExtendAwGrant = {
1656
+ /**
1657
+ * AWS IAM actions (only for AWS)
1658
+ */
1659
+ actions?: Array<string> | null | undefined;
1660
+ /**
1661
+ * Azure actions (only for Azure)
1662
+ */
1663
+ dataActions?: Array<string> | null | undefined;
1664
+ /**
1665
+ * GCP permissions that require an exact residual custom role.
1666
+ */
1667
+ permissions?: Array<string> | null | undefined;
1668
+ /**
1669
+ * Provider predefined roles to bind directly.
1670
+ */
1671
+ predefinedRoles?: Array<string> | null | undefined;
1672
+ /**
1673
+ * GCP residual custom permissions to pair with predefined roles.
1674
+ */
1675
+ residualPermissions?: Array<string> | null | undefined;
1676
+ };
1677
+ /**
1678
+ * AWS-specific platform permission configuration
1679
+ */
1680
+ export type SyncListResponseExtendAw = {
1681
+ /**
1682
+ * Generic binding configuration for permissions
1683
+ */
1684
+ binding: SyncListResponseExtendAwBinding;
1685
+ /**
1686
+ * Short admin-facing description of why this entry exists.
1687
+ */
1688
+ description?: string | null | undefined;
1689
+ /**
1690
+ * IAM effect. Defaults to Allow.
1691
+ */
1692
+ effect?: SyncListResponseExtendEffect | undefined;
1693
+ /**
1694
+ * Grant permissions for a specific cloud platform
1695
+ */
1696
+ grant: SyncListResponseExtendAwGrant;
1697
+ /**
1698
+ * Stable admin-facing label for this permission entry.
1699
+ */
1700
+ label?: string | null | undefined;
1701
+ };
1702
+ /**
1703
+ * Azure-specific binding specification
1704
+ */
1705
+ export type SyncListResponseExtendAzureResource = {
1706
+ /**
1707
+ * Scope (subscription/resource group/resource level)
1708
+ */
1709
+ scope: string;
1710
+ };
1711
+ /**
1712
+ * Azure-specific binding specification
1713
+ */
1714
+ export type SyncListResponseExtendAzureStack = {
1715
+ /**
1716
+ * Scope (subscription/resource group/resource level)
1717
+ */
1718
+ scope: string;
1719
+ };
1720
+ /**
1721
+ * Generic binding configuration for permissions
1722
+ */
1723
+ export type SyncListResponseExtendAzureBinding = {
1724
+ /**
1725
+ * Azure-specific binding specification
1726
+ */
1727
+ resource?: SyncListResponseExtendAzureResource | undefined;
1728
+ /**
1729
+ * Azure-specific binding specification
1730
+ */
1731
+ stack?: SyncListResponseExtendAzureStack | undefined;
1732
+ };
1733
+ /**
1734
+ * Grant permissions for a specific cloud platform
1735
+ */
1736
+ export type SyncListResponseExtendAzureGrant = {
1737
+ /**
1738
+ * AWS IAM actions (only for AWS)
1739
+ */
1740
+ actions?: Array<string> | null | undefined;
1741
+ /**
1742
+ * Azure actions (only for Azure)
1743
+ */
1744
+ dataActions?: Array<string> | null | undefined;
1745
+ /**
1746
+ * GCP permissions that require an exact residual custom role.
1747
+ */
1748
+ permissions?: Array<string> | null | undefined;
1749
+ /**
1750
+ * Provider predefined roles to bind directly.
1751
+ */
1752
+ predefinedRoles?: Array<string> | null | undefined;
1753
+ /**
1754
+ * GCP residual custom permissions to pair with predefined roles.
1755
+ */
1756
+ residualPermissions?: Array<string> | null | undefined;
1757
+ };
1758
+ /**
1759
+ * Azure-specific platform permission configuration
1760
+ */
1761
+ export type SyncListResponseExtendAzure = {
1762
+ /**
1763
+ * Generic binding configuration for permissions
1764
+ */
1765
+ binding: SyncListResponseExtendAzureBinding;
1766
+ /**
1767
+ * Short admin-facing description of why this entry exists.
1768
+ */
1769
+ description?: string | null | undefined;
1770
+ /**
1771
+ * Grant permissions for a specific cloud platform
1772
+ */
1773
+ grant: SyncListResponseExtendAzureGrant;
1774
+ /**
1775
+ * Stable admin-facing label for this permission entry.
1776
+ */
1777
+ label?: string | null | undefined;
1778
+ };
1779
+ /**
1780
+ * GCP IAM condition
1781
+ */
1782
+ export type SyncListResponseExtendConditionResource = {
1783
+ expression: string;
1784
+ title: string;
1785
+ };
1786
+ export type SyncListResponseExtendResourceConditionUnion = SyncListResponseExtendConditionResource | any;
1787
+ /**
1788
+ * GCP-specific binding specification
1789
+ */
1790
+ export type SyncListResponseExtendGcpResource = {
1791
+ condition?: SyncListResponseExtendConditionResource | any | null | undefined;
1792
+ /**
1793
+ * Scope (project/resource level)
1794
+ */
1795
+ scope: string;
1796
+ };
1797
+ /**
1798
+ * GCP IAM condition
1799
+ */
1800
+ export type SyncListResponseExtendConditionStack = {
1801
+ expression: string;
1802
+ title: string;
1803
+ };
1804
+ export type SyncListResponseExtendStackConditionUnion = SyncListResponseExtendConditionStack | any;
1805
+ /**
1806
+ * GCP-specific binding specification
1807
+ */
1808
+ export type SyncListResponseExtendGcpStack = {
1809
+ condition?: SyncListResponseExtendConditionStack | any | null | undefined;
1810
+ /**
1811
+ * Scope (project/resource level)
1812
+ */
1813
+ scope: string;
1814
+ };
1815
+ /**
1816
+ * Generic binding configuration for permissions
1817
+ */
1818
+ export type SyncListResponseExtendGcpBinding = {
1819
+ /**
1820
+ * GCP-specific binding specification
1821
+ */
1822
+ resource?: SyncListResponseExtendGcpResource | undefined;
1823
+ /**
1824
+ * GCP-specific binding specification
1825
+ */
1826
+ stack?: SyncListResponseExtendGcpStack | undefined;
1827
+ };
1828
+ /**
1829
+ * Grant permissions for a specific cloud platform
1830
+ */
1831
+ export type SyncListResponseExtendGcpGrant = {
1832
+ /**
1833
+ * AWS IAM actions (only for AWS)
1834
+ */
1835
+ actions?: Array<string> | null | undefined;
1836
+ /**
1837
+ * Azure actions (only for Azure)
1838
+ */
1839
+ dataActions?: Array<string> | null | undefined;
1840
+ /**
1841
+ * GCP permissions that require an exact residual custom role.
1842
+ */
1843
+ permissions?: Array<string> | null | undefined;
1844
+ /**
1845
+ * Provider predefined roles to bind directly.
1846
+ */
1847
+ predefinedRoles?: Array<string> | null | undefined;
1848
+ /**
1849
+ * GCP residual custom permissions to pair with predefined roles.
1850
+ */
1851
+ residualPermissions?: Array<string> | null | undefined;
1852
+ };
1853
+ /**
1854
+ * GCP-specific platform permission configuration
1855
+ */
1856
+ export type SyncListResponseExtendGcp = {
1857
+ /**
1858
+ * Generic binding configuration for permissions
1859
+ */
1860
+ binding: SyncListResponseExtendGcpBinding;
1861
+ /**
1862
+ * Short admin-facing description of why this entry exists.
1863
+ */
1864
+ description?: string | null | undefined;
1865
+ /**
1866
+ * Grant permissions for a specific cloud platform
1867
+ */
1868
+ grant: SyncListResponseExtendGcpGrant;
1869
+ /**
1870
+ * Stable admin-facing label for this permission entry.
1871
+ */
1872
+ label?: string | null | undefined;
1873
+ };
1874
+ /**
1875
+ * Platform-specific permission configurations
1876
+ */
1877
+ export type SyncListResponseExtendPlatforms = {
1878
+ /**
1879
+ * AWS permission configurations
1880
+ */
1881
+ aws?: Array<SyncListResponseExtendAw> | null | undefined;
1882
+ /**
1883
+ * Azure permission configurations
1884
+ */
1885
+ azure?: Array<SyncListResponseExtendAzure> | null | undefined;
1886
+ /**
1887
+ * GCP permission configurations
1888
+ */
1889
+ gcp?: Array<SyncListResponseExtendGcp> | null | undefined;
1890
+ };
1891
+ /**
1892
+ * A permission set that can be applied across different cloud platforms
1893
+ */
1894
+ export type SyncListResponseExtend = {
1895
+ /**
1896
+ * Human-readable description of what this permission set allows
1897
+ */
1898
+ description: string;
1899
+ /**
1900
+ * Unique identifier for the permission set (e.g., "storage/data-read")
1901
+ */
1902
+ id: string;
1903
+ /**
1904
+ * Platform-specific permission configurations
1905
+ */
1906
+ platforms: SyncListResponseExtendPlatforms;
1907
+ };
1908
+ /**
1909
+ * Reference to a permission set - either by name or inline definition
1910
+ */
1911
+ export type SyncListResponseExtendUnion = SyncListResponseExtend | string;
1912
+ export type SyncListResponseManagement1 = {
1913
+ /**
1914
+ * Permission profile that maps resources to permission sets
1915
+ *
1916
+ * @remarks
1917
+ * Key can be "*" for all resources or resource name for specific resource
1918
+ */
1919
+ extend: {
1920
+ [k: string]: Array<SyncListResponseExtend | string>;
1921
+ };
1922
+ };
1923
+ /**
1924
+ * Management permissions configuration for stack management access
1925
+ */
1926
+ export type SyncListResponseManagementUnion = SyncListResponseManagement1 | SyncListResponseManagement2 | SyncListResponseManagementEnum;
1927
+ /**
1928
+ * AWS-specific binding specification
1929
+ */
1930
+ export type SyncListResponseProfileAwResource = {
1931
+ /**
1932
+ * Optional condition for additional filtering (rare)
1933
+ */
1934
+ condition?: {
1935
+ [k: string]: {
1936
+ [k: string]: string;
1937
+ };
1938
+ } | null | undefined;
1939
+ /**
1940
+ * Resource ARNs to bind to
1941
+ */
1942
+ resources: Array<string>;
1943
+ };
1944
+ /**
1945
+ * AWS-specific binding specification
1946
+ */
1947
+ export type SyncListResponseProfileAwStack = {
1948
+ /**
1949
+ * Optional condition for additional filtering (rare)
1950
+ */
1951
+ condition?: {
1952
+ [k: string]: {
1953
+ [k: string]: string;
1954
+ };
1955
+ } | null | undefined;
1956
+ /**
1957
+ * Resource ARNs to bind to
1958
+ */
1959
+ resources: Array<string>;
1960
+ };
1961
+ /**
1962
+ * Generic binding configuration for permissions
1963
+ */
1964
+ export type SyncListResponseProfileAwBinding = {
1965
+ /**
1966
+ * AWS-specific binding specification
1967
+ */
1968
+ resource?: SyncListResponseProfileAwResource | undefined;
1969
+ /**
1970
+ * AWS-specific binding specification
1971
+ */
1972
+ stack?: SyncListResponseProfileAwStack | undefined;
1973
+ };
1974
+ /**
1975
+ * IAM effect. Defaults to Allow.
1976
+ */
1977
+ export declare const SyncListResponseProfileEffect: {
1978
+ readonly Allow: "Allow";
1979
+ readonly Deny: "Deny";
1980
+ };
1981
+ /**
1982
+ * IAM effect. Defaults to Allow.
1983
+ */
1984
+ export type SyncListResponseProfileEffect = ClosedEnum<typeof SyncListResponseProfileEffect>;
1985
+ /**
1986
+ * Grant permissions for a specific cloud platform
1987
+ */
1988
+ export type SyncListResponseProfileAwGrant = {
1989
+ /**
1990
+ * AWS IAM actions (only for AWS)
1991
+ */
1992
+ actions?: Array<string> | null | undefined;
1993
+ /**
1994
+ * Azure actions (only for Azure)
1995
+ */
1996
+ dataActions?: Array<string> | null | undefined;
1997
+ /**
1998
+ * GCP permissions that require an exact residual custom role.
1999
+ */
2000
+ permissions?: Array<string> | null | undefined;
2001
+ /**
2002
+ * Provider predefined roles to bind directly.
2003
+ */
2004
+ predefinedRoles?: Array<string> | null | undefined;
2005
+ /**
2006
+ * GCP residual custom permissions to pair with predefined roles.
2007
+ */
2008
+ residualPermissions?: Array<string> | null | undefined;
2009
+ };
2010
+ /**
2011
+ * AWS-specific platform permission configuration
2012
+ */
2013
+ export type SyncListResponseProfileAw = {
2014
+ /**
2015
+ * Generic binding configuration for permissions
2016
+ */
2017
+ binding: SyncListResponseProfileAwBinding;
2018
+ /**
2019
+ * Short admin-facing description of why this entry exists.
2020
+ */
2021
+ description?: string | null | undefined;
2022
+ /**
2023
+ * IAM effect. Defaults to Allow.
2024
+ */
2025
+ effect?: SyncListResponseProfileEffect | undefined;
2026
+ /**
2027
+ * Grant permissions for a specific cloud platform
2028
+ */
2029
+ grant: SyncListResponseProfileAwGrant;
2030
+ /**
2031
+ * Stable admin-facing label for this permission entry.
2032
+ */
2033
+ label?: string | null | undefined;
2034
+ };
2035
+ /**
2036
+ * Azure-specific binding specification
2037
+ */
2038
+ export type SyncListResponseProfileAzureResource = {
2039
+ /**
2040
+ * Scope (subscription/resource group/resource level)
2041
+ */
2042
+ scope: string;
2043
+ };
2044
+ /**
2045
+ * Azure-specific binding specification
2046
+ */
2047
+ export type SyncListResponseProfileAzureStack = {
2048
+ /**
2049
+ * Scope (subscription/resource group/resource level)
2050
+ */
2051
+ scope: string;
2052
+ };
2053
+ /**
2054
+ * Generic binding configuration for permissions
2055
+ */
2056
+ export type SyncListResponseProfileAzureBinding = {
2057
+ /**
2058
+ * Azure-specific binding specification
2059
+ */
2060
+ resource?: SyncListResponseProfileAzureResource | undefined;
2061
+ /**
2062
+ * Azure-specific binding specification
2063
+ */
2064
+ stack?: SyncListResponseProfileAzureStack | undefined;
2065
+ };
2066
+ /**
2067
+ * Grant permissions for a specific cloud platform
2068
+ */
2069
+ export type SyncListResponseProfileAzureGrant = {
2070
+ /**
2071
+ * AWS IAM actions (only for AWS)
2072
+ */
2073
+ actions?: Array<string> | null | undefined;
2074
+ /**
2075
+ * Azure actions (only for Azure)
2076
+ */
2077
+ dataActions?: Array<string> | null | undefined;
2078
+ /**
2079
+ * GCP permissions that require an exact residual custom role.
2080
+ */
2081
+ permissions?: Array<string> | null | undefined;
2082
+ /**
2083
+ * Provider predefined roles to bind directly.
2084
+ */
2085
+ predefinedRoles?: Array<string> | null | undefined;
2086
+ /**
2087
+ * GCP residual custom permissions to pair with predefined roles.
2088
+ */
2089
+ residualPermissions?: Array<string> | null | undefined;
2090
+ };
2091
+ /**
2092
+ * Azure-specific platform permission configuration
2093
+ */
2094
+ export type SyncListResponseProfileAzure = {
2095
+ /**
2096
+ * Generic binding configuration for permissions
2097
+ */
2098
+ binding: SyncListResponseProfileAzureBinding;
2099
+ /**
2100
+ * Short admin-facing description of why this entry exists.
2101
+ */
2102
+ description?: string | null | undefined;
2103
+ /**
2104
+ * Grant permissions for a specific cloud platform
2105
+ */
2106
+ grant: SyncListResponseProfileAzureGrant;
2107
+ /**
2108
+ * Stable admin-facing label for this permission entry.
2109
+ */
2110
+ label?: string | null | undefined;
2111
+ };
2112
+ /**
2113
+ * GCP IAM condition
2114
+ */
2115
+ export type SyncListResponseProfileConditionResource = {
2116
+ expression: string;
2117
+ title: string;
2118
+ };
2119
+ export type SyncListResponseProfileResourceConditionUnion = SyncListResponseProfileConditionResource | any;
2120
+ /**
2121
+ * GCP-specific binding specification
2122
+ */
2123
+ export type SyncListResponseProfileGcpResource = {
2124
+ condition?: SyncListResponseProfileConditionResource | any | null | undefined;
2125
+ /**
2126
+ * Scope (project/resource level)
2127
+ */
2128
+ scope: string;
2129
+ };
2130
+ /**
2131
+ * GCP IAM condition
2132
+ */
2133
+ export type SyncListResponseProfileConditionStack = {
2134
+ expression: string;
2135
+ title: string;
2136
+ };
2137
+ export type SyncListResponseProfileStackConditionUnion = SyncListResponseProfileConditionStack | any;
2138
+ /**
2139
+ * GCP-specific binding specification
2140
+ */
2141
+ export type SyncListResponseProfileGcpStack = {
2142
+ condition?: SyncListResponseProfileConditionStack | any | null | undefined;
2143
+ /**
2144
+ * Scope (project/resource level)
2145
+ */
2146
+ scope: string;
2147
+ };
2148
+ /**
2149
+ * Generic binding configuration for permissions
2150
+ */
2151
+ export type SyncListResponseProfileGcpBinding = {
2152
+ /**
2153
+ * GCP-specific binding specification
2154
+ */
2155
+ resource?: SyncListResponseProfileGcpResource | undefined;
2156
+ /**
2157
+ * GCP-specific binding specification
2158
+ */
2159
+ stack?: SyncListResponseProfileGcpStack | undefined;
2160
+ };
2161
+ /**
2162
+ * Grant permissions for a specific cloud platform
2163
+ */
2164
+ export type SyncListResponseProfileGcpGrant = {
2165
+ /**
2166
+ * AWS IAM actions (only for AWS)
2167
+ */
2168
+ actions?: Array<string> | null | undefined;
2169
+ /**
2170
+ * Azure actions (only for Azure)
2171
+ */
2172
+ dataActions?: Array<string> | null | undefined;
2173
+ /**
2174
+ * GCP permissions that require an exact residual custom role.
2175
+ */
2176
+ permissions?: Array<string> | null | undefined;
2177
+ /**
2178
+ * Provider predefined roles to bind directly.
2179
+ */
2180
+ predefinedRoles?: Array<string> | null | undefined;
2181
+ /**
2182
+ * GCP residual custom permissions to pair with predefined roles.
2183
+ */
2184
+ residualPermissions?: Array<string> | null | undefined;
2185
+ };
2186
+ /**
2187
+ * GCP-specific platform permission configuration
2188
+ */
2189
+ export type SyncListResponseProfileGcp = {
2190
+ /**
2191
+ * Generic binding configuration for permissions
2192
+ */
2193
+ binding: SyncListResponseProfileGcpBinding;
2194
+ /**
2195
+ * Short admin-facing description of why this entry exists.
2196
+ */
2197
+ description?: string | null | undefined;
2198
+ /**
2199
+ * Grant permissions for a specific cloud platform
2200
+ */
2201
+ grant: SyncListResponseProfileGcpGrant;
2202
+ /**
2203
+ * Stable admin-facing label for this permission entry.
2204
+ */
2205
+ label?: string | null | undefined;
2206
+ };
2207
+ /**
2208
+ * Platform-specific permission configurations
2209
+ */
2210
+ export type SyncListResponseProfilePlatforms = {
2211
+ /**
2212
+ * AWS permission configurations
2213
+ */
2214
+ aws?: Array<SyncListResponseProfileAw> | null | undefined;
2215
+ /**
2216
+ * Azure permission configurations
2217
+ */
2218
+ azure?: Array<SyncListResponseProfileAzure> | null | undefined;
2219
+ /**
2220
+ * GCP permission configurations
2221
+ */
2222
+ gcp?: Array<SyncListResponseProfileGcp> | null | undefined;
2223
+ };
2224
+ /**
2225
+ * A permission set that can be applied across different cloud platforms
2226
+ */
2227
+ export type SyncListResponseProfile = {
2228
+ /**
2229
+ * Human-readable description of what this permission set allows
2230
+ */
2231
+ description: string;
2232
+ /**
2233
+ * Unique identifier for the permission set (e.g., "storage/data-read")
2234
+ */
2235
+ id: string;
2236
+ /**
2237
+ * Platform-specific permission configurations
2238
+ */
2239
+ platforms: SyncListResponseProfilePlatforms;
2240
+ };
2241
+ /**
2242
+ * Reference to a permission set - either by name or inline definition
2243
+ */
2244
+ export type SyncListResponseProfileUnion = SyncListResponseProfile | string;
2245
+ /**
2246
+ * Combined permissions configuration that contains both profiles and management
2247
+ */
2248
+ export type SyncListResponsePermissions = {
2249
+ /**
2250
+ * Management permissions configuration for stack management access
2251
+ */
2252
+ management?: SyncListResponseManagement1 | SyncListResponseManagement2 | SyncListResponseManagementEnum | undefined;
2253
+ /**
2254
+ * Permission profiles that define access control for compute services
2255
+ *
2256
+ * @remarks
2257
+ * Key is the profile name, value is the permission configuration
2258
+ */
2259
+ profiles: {
2260
+ [k: string]: {
2261
+ [k: string]: Array<SyncListResponseProfile | string>;
2262
+ };
2263
+ };
2264
+ };
2265
+ /**
2266
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
2267
+ */
2268
+ export type SyncListResponsePreparedStackConfig = {
2269
+ /**
2270
+ * The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
2271
+ */
2272
+ id: string;
2273
+ /**
2274
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
2275
+ */
2276
+ type: string;
2277
+ additionalProperties?: {
2278
+ [k: string]: any | null;
2279
+ } | undefined;
2280
+ };
2281
+ /**
2282
+ * New ResourceRef that works with any resource type.
2283
+ *
2284
+ * @remarks
2285
+ * This can eventually replace the enum-based ResourceRef for full extensibility.
2286
+ */
2287
+ export type SyncListResponsePreparedStackDependency = {
2288
+ id: string;
2289
+ /**
2290
+ * Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
2291
+ */
2292
+ type: string;
2293
+ };
2294
+ /**
2295
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
2296
+ */
2297
+ export declare const SyncListResponsePreparedStackLifecycle: {
2298
+ readonly Frozen: "frozen";
2299
+ readonly Live: "live";
2300
+ };
2301
+ /**
2302
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
2303
+ */
2304
+ export type SyncListResponsePreparedStackLifecycle = ClosedEnum<typeof SyncListResponsePreparedStackLifecycle>;
2305
+ export type SyncListResponsePreparedStackResources = {
2306
+ /**
2307
+ * Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
2308
+ */
2309
+ config: SyncListResponsePreparedStackConfig;
2310
+ /**
2311
+ * Additional dependencies for this resource beyond those defined in the resource itself.
2312
+ *
2313
+ * @remarks
2314
+ * The total dependencies are: resource.get_dependencies() + this list
2315
+ */
2316
+ dependencies: Array<SyncListResponsePreparedStackDependency>;
2317
+ /**
2318
+ * Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
2319
+ */
2320
+ lifecycle: SyncListResponsePreparedStackLifecycle;
2321
+ /**
2322
+ * Enable remote bindings for this resource (BYOB use case).
2323
+ *
2324
+ * @remarks
2325
+ * When true, binding params are synced to StackState's `remote_binding_params`.
2326
+ * Default: false (prevents sensitive data in synced state).
2327
+ */
2328
+ remoteAccess?: boolean | undefined;
2329
+ };
2330
+ /**
2331
+ * Represents the target cloud platform.
2332
+ */
2333
+ export declare const SyncListResponseSupportedPlatform: {
2334
+ readonly Aws: "aws";
2335
+ readonly Gcp: "gcp";
2336
+ readonly Azure: "azure";
2337
+ readonly Kubernetes: "kubernetes";
2338
+ readonly Local: "local";
2339
+ readonly Test: "test";
2340
+ };
2341
+ /**
2342
+ * Represents the target cloud platform.
2343
+ */
2344
+ export type SyncListResponseSupportedPlatform = ClosedEnum<typeof SyncListResponseSupportedPlatform>;
2345
+ /**
2346
+ * A bag of resources, unaware of any cloud.
2347
+ */
2348
+ export type SyncListResponsePreparedStack = {
2349
+ /**
2350
+ * Unique identifier for the stack
2351
+ */
2352
+ id: string;
2353
+ /**
2354
+ * Combined permissions configuration that contains both profiles and management
2355
+ */
2356
+ permissions?: SyncListResponsePermissions | undefined;
2357
+ /**
2358
+ * Map of resource IDs to their configurations and lifecycle settings
2359
+ */
2360
+ resources: {
2361
+ [k: string]: SyncListResponsePreparedStackResources;
2362
+ };
2363
+ /**
2364
+ * Which platforms this stack supports. When None, all platforms are supported.
2365
+ */
2366
+ supportedPlatforms?: Array<SyncListResponseSupportedPlatform> | null | undefined;
2367
+ };
2368
+ export type SyncListResponsePreparedStackUnion = SyncListResponsePreparedStack | any;
2369
+ /**
2370
+ * Runtime metadata for deployment state persistence
2371
+ */
2372
+ export type SyncListResponseRuntimeMetadata = {
2373
+ deleteScope?: SyncListResponseDeleteScopeEnum | any | null | undefined;
2374
+ /**
2375
+ * Hash of the environment variables snapshot that was last synced to the vault
2376
+ *
2377
+ * @remarks
2378
+ * Used to avoid redundant sync operations during incremental deployment
2379
+ */
2380
+ lastSyncedEnvVarsHash?: string | null | undefined;
2381
+ pendingDeleteScope?: SyncListResponsePendingDeleteScopeEnum | any | null | undefined;
2382
+ preparedStack?: SyncListResponsePreparedStack | any | null | undefined;
2383
+ /**
2384
+ * Whether cross-account registry access has been successfully granted.
2385
+ *
2386
+ * @remarks
2387
+ * Set to true after the manager successfully sets the ECR/GAR repo policy
2388
+ * for this deployment's target account. Prevents redundant API calls on
2389
+ * every reconcile tick.
2390
+ */
2391
+ registryAccessGranted?: boolean | undefined;
2392
+ };
2393
+ /**
2394
+ * Setup source that imported this deployment
2395
+ */
2396
+ export declare const SyncListResponseImportSource: {
2397
+ readonly Cloudformation: "cloudformation";
2398
+ readonly Terraform: "terraform";
2399
+ readonly Helm: "helm";
2400
+ };
2401
+ /**
2402
+ * Setup source that imported this deployment
2403
+ */
2404
+ export type SyncListResponseImportSource = ClosedEnum<typeof SyncListResponseImportSource>;
2405
+ /**
2406
+ * Latest error information if the deployment is in a failed state
2407
+ */
2408
+ export type SyncListResponseError = {
2409
+ /**
2410
+ * A unique identifier for the type of error.
2411
+ *
2412
+ * @remarks
2413
+ *
2414
+ * This should be a short, machine-readable string that can be used
2415
+ * by clients to programmatically handle different error types.
2416
+ * Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
2417
+ */
2418
+ code: string;
2419
+ /**
2420
+ * Additional diagnostic information about the error context.
2421
+ *
2422
+ * @remarks
2423
+ *
2424
+ * This optional field can contain structured data providing more details
2425
+ * about the error, such as validation errors, request parameters that
2426
+ * caused the issue, or other relevant context information.
2427
+ */
2428
+ context?: any | null | undefined;
2429
+ /**
2430
+ * Optional human-facing remediation hint.
2431
+ */
2432
+ hint?: string | null | undefined;
2433
+ /**
2434
+ * HTTP status code for this error.
2435
+ *
2436
+ * @remarks
2437
+ *
2438
+ * Used when converting the error to an HTTP response. If None, falls back to
2439
+ * the error type's default status code or 500.
2440
+ */
2441
+ httpStatusCode?: number | null | undefined;
2442
+ /**
2443
+ * Indicates if this is an internal error that should not be exposed to users.
2444
+ *
2445
+ * @remarks
2446
+ *
2447
+ * When `true`, this error contains sensitive information or implementation
2448
+ * details that should not be shown to end-users. Such errors should be
2449
+ * logged for debugging but replaced with generic error messages in responses.
2450
+ */
2451
+ internal: boolean;
2452
+ /**
2453
+ * Human-readable error message.
2454
+ *
2455
+ * @remarks
2456
+ *
2457
+ * This message should be clear and actionable for developers or end-users,
2458
+ * providing context about what went wrong and potentially how to fix it.
2459
+ */
2460
+ message: string;
2461
+ /**
2462
+ * Indicates whether the operation that caused the error should be retried.
2463
+ *
2464
+ * @remarks
2465
+ *
2466
+ * When `true`, the error is transient and the operation might succeed
2467
+ * if attempted again. When `false`, retrying the same operation is
2468
+ * unlikely to succeed without changes.
2469
+ */
2470
+ retryable: boolean;
2471
+ /**
2472
+ * The underlying error that caused this error, creating an error chain.
2473
+ *
2474
+ * @remarks
2475
+ *
2476
+ * This allows for proper error propagation and debugging by maintaining
2477
+ * the full context of how an error occurred through multiple layers
2478
+ * of an application.
2479
+ */
2480
+ source?: any | null | undefined;
2481
+ };
2482
+ export declare const SyncListResponsePlatformKubernetes: {
2483
+ readonly Kubernetes: "kubernetes";
2484
+ };
2485
+ export type SyncListResponsePlatformKubernetes = ClosedEnum<typeof SyncListResponsePlatformKubernetes>;
2486
+ export type SyncListResponseManagementConfigKubernetes = {
2487
+ platform: SyncListResponsePlatformKubernetes;
2488
+ };
2489
+ export declare const SyncListResponseManagementConfigPlatformAzure: {
2490
+ readonly Azure: "azure";
2491
+ };
2492
+ export type SyncListResponseManagementConfigPlatformAzure = ClosedEnum<typeof SyncListResponseManagementConfigPlatformAzure>;
2493
+ /**
2494
+ * Azure management configuration extracted from stack settings
2495
+ */
2496
+ export type SyncListResponseManagementConfigAzure = {
2497
+ /**
2498
+ * The managing Azure Tenant ID for cross-tenant access
2499
+ */
2500
+ managingTenantId: string;
2501
+ /**
2502
+ * OIDC issuer URL trusted by the target-side managed identity.
2503
+ */
2504
+ oidcIssuer: string;
2505
+ /**
2506
+ * OIDC subject claim trusted by the target-side managed identity.
2507
+ */
2508
+ oidcSubject: string;
2509
+ platform: SyncListResponseManagementConfigPlatformAzure;
2510
+ };
2511
+ export declare const SyncListResponseManagementConfigPlatformGcp: {
2512
+ readonly Gcp: "gcp";
2513
+ };
2514
+ export type SyncListResponseManagementConfigPlatformGcp = ClosedEnum<typeof SyncListResponseManagementConfigPlatformGcp>;
2515
+ /**
2516
+ * GCP management configuration extracted from stack settings
2517
+ */
2518
+ export type SyncListResponseManagementConfigGcp = {
2519
+ /**
2520
+ * Service account email for management roles
2521
+ */
2522
+ serviceAccountEmail: string;
2523
+ platform: SyncListResponseManagementConfigPlatformGcp;
2524
+ };
2525
+ export declare const SyncListResponseManagementConfigPlatformAws: {
2526
+ readonly Aws: "aws";
2527
+ };
2528
+ export type SyncListResponseManagementConfigPlatformAws = ClosedEnum<typeof SyncListResponseManagementConfigPlatformAws>;
2529
+ /**
2530
+ * AWS management configuration extracted from stack settings
2531
+ */
2532
+ export type SyncListResponseManagementConfigAws = {
2533
+ /**
2534
+ * The managing AWS IAM role ARN that can assume cross-account roles
2535
+ */
2536
+ managingRoleArn: string;
2537
+ platform: SyncListResponseManagementConfigPlatformAws;
2538
+ };
2539
+ /**
2540
+ * Management configuration for different cloud platforms.
2541
+ *
2542
+ * @remarks
2543
+ *
2544
+ * Platform-derived configuration for cross-account/cross-tenant access.
2545
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
2546
+ */
2547
+ export type SyncListResponseManagementConfigUnion = SyncListResponseManagementConfigAzure | SyncListResponseManagementConfigAws | SyncListResponseManagementConfigGcp | SyncListResponseManagementConfigKubernetes | any;
2548
+ export type SyncListResponseDeployment = {
2549
+ /**
2550
+ * Unique identifier for the deployment.
2551
+ */
2552
+ id: string;
2553
+ /**
2554
+ * Deployment name.
2555
+ */
2556
+ name: string;
2557
+ /**
2558
+ * Public subdomain for auto-generated domains
2559
+ */
2560
+ publicSubdomain?: string | null | undefined;
2561
+ /**
2562
+ * Deployment status in the deployment lifecycle
2563
+ */
2564
+ status: SyncListResponseStatus;
2565
+ /**
2566
+ * Unique identifier for the project.
2567
+ */
2568
+ projectId: string;
2569
+ /**
2570
+ * Target platform for the deployment
2571
+ */
2572
+ platform: SyncListResponsePlatform;
2573
+ /**
2574
+ * DeploymentState protocol version owned by the runtime/manager
2575
+ */
2576
+ deploymentProtocolVersion: number;
2577
+ /**
2578
+ * ID of deployment group this deployment belongs to
2579
+ */
2580
+ deploymentGroupId: string;
2581
+ /**
2582
+ * Cloud environment information
2583
+ */
2584
+ environmentInfo?: SyncListResponseEnvironmentInfoGcp | SyncListResponseEnvironmentInfoAzure | SyncListResponseEnvironmentInfoLocal | SyncListResponseEnvironmentInfoAws | SyncListResponseEnvironmentInfoTest | any | null | undefined;
2585
+ /**
2586
+ * User-provided configuration (network, deployment model, approvals)
2587
+ */
2588
+ stackSettings: SyncListResponseStackSettings;
2589
+ /**
2590
+ * State of infrastructure components managed by this deployment
2591
+ */
2592
+ stackState?: SyncListResponseStackState | null | undefined;
2593
+ /**
2594
+ * Runtime metadata for deployment state persistence
2595
+ */
2596
+ runtimeMetadata?: SyncListResponseRuntimeMetadata | null | undefined;
2597
+ /**
2598
+ * ID of the currently deployed release (actual state)
2599
+ */
2600
+ currentReleaseId?: string | null | undefined;
2601
+ /**
2602
+ * ID of the desired release for deployment/update (desired state)
2603
+ */
2604
+ desiredReleaseId?: string | null | undefined;
2605
+ /**
2606
+ * ID of the pinned release
2607
+ */
2608
+ pinnedReleaseId?: string | null | undefined;
2609
+ /**
2610
+ * Setup source that imported this deployment
2611
+ */
2612
+ importSource?: SyncListResponseImportSource | null | undefined;
2613
+ /**
2614
+ * Imported setup target for compatibility checks
2615
+ */
2616
+ setupTarget?: string | null | undefined;
2617
+ /**
2618
+ * Imported setup compatibility fingerprint
2619
+ */
2620
+ setupFingerprint?: string | null | undefined;
2621
+ /**
2622
+ * Imported setup fingerprint algorithm version
2623
+ */
2624
+ setupFingerprintVersion?: number | null | undefined;
2625
+ /**
2626
+ * Whether a retry has been requested for a failed deployment
2627
+ */
2628
+ retryRequested: boolean;
2629
+ /**
2630
+ * Timestamp of the last received heartbeat from the deployment
2631
+ */
2632
+ lastHeartbeatAt?: Date | null | undefined;
2633
+ /**
2634
+ * Latest error information if the deployment is in a failed state
2635
+ */
2636
+ error?: SyncListResponseError | null | undefined;
2637
+ createdAt: Date;
2638
+ updatedAt: Date;
2639
+ /**
2640
+ * ID of the manager responsible for this deployment
2641
+ */
2642
+ managerId?: string | null | undefined;
2643
+ /**
2644
+ * Unique identifier for the workspace.
2645
+ */
2646
+ workspaceId: string;
2647
+ userEnvironmentVariables: Array<EnvironmentVariableConfig> | null;
2648
+ /**
2649
+ * Management configuration for different cloud platforms.
2650
+ *
2651
+ * @remarks
2652
+ *
2653
+ * Platform-derived configuration for cross-account/cross-tenant access.
2654
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
2655
+ */
2656
+ managementConfig?: SyncListResponseManagementConfigAzure | SyncListResponseManagementConfigAws | SyncListResponseManagementConfigGcp | SyncListResponseManagementConfigKubernetes | any | null | undefined;
2657
+ deploymentToken?: string | null | undefined;
2658
+ lockedBy?: string | null | undefined;
2659
+ lockedAt?: Date | null | undefined;
2660
+ };
2661
+ /**
2662
+ * Full deployment records for manager operation
2663
+ */
2664
+ export type SyncListResponse = {
2665
+ deployments: Array<SyncListResponseDeployment>;
2666
+ };
2667
+ /** @internal */
2668
+ export declare const SyncListResponseStatus$inboundSchema: z.ZodEnum<typeof SyncListResponseStatus>;
2669
+ /** @internal */
2670
+ export declare const SyncListResponsePlatform$inboundSchema: z.ZodEnum<typeof SyncListResponsePlatform>;
2671
+ /** @internal */
2672
+ export declare const SyncListResponsePlatformTest$inboundSchema: z.ZodEnum<typeof SyncListResponsePlatformTest>;
2673
+ /** @internal */
2674
+ export declare const SyncListResponseEnvironmentInfoTest$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoTest, unknown>;
2675
+ export declare function syncListResponseEnvironmentInfoTestFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoTest, SDKValidationError>;
2676
+ /** @internal */
2677
+ export declare const SyncListResponsePlatformLocal$inboundSchema: z.ZodEnum<typeof SyncListResponsePlatformLocal>;
2678
+ /** @internal */
2679
+ export declare const SyncListResponseEnvironmentInfoLocal$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoLocal, unknown>;
2680
+ export declare function syncListResponseEnvironmentInfoLocalFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoLocal, SDKValidationError>;
2681
+ /** @internal */
2682
+ export declare const SyncListResponseEnvironmentInfoPlatformAzure$inboundSchema: z.ZodEnum<typeof SyncListResponseEnvironmentInfoPlatformAzure>;
2683
+ /** @internal */
2684
+ export declare const SyncListResponseEnvironmentInfoAzure$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoAzure, unknown>;
2685
+ export declare function syncListResponseEnvironmentInfoAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoAzure, SDKValidationError>;
2686
+ /** @internal */
2687
+ export declare const SyncListResponseEnvironmentInfoPlatformGcp$inboundSchema: z.ZodEnum<typeof SyncListResponseEnvironmentInfoPlatformGcp>;
2688
+ /** @internal */
2689
+ export declare const SyncListResponseEnvironmentInfoGcp$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoGcp, unknown>;
2690
+ export declare function syncListResponseEnvironmentInfoGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoGcp, SDKValidationError>;
2691
+ /** @internal */
2692
+ export declare const SyncListResponseEnvironmentInfoPlatformAws$inboundSchema: z.ZodEnum<typeof SyncListResponseEnvironmentInfoPlatformAws>;
2693
+ /** @internal */
2694
+ export declare const SyncListResponseEnvironmentInfoAws$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoAws, unknown>;
2695
+ export declare function syncListResponseEnvironmentInfoAwsFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoAws, SDKValidationError>;
2696
+ /** @internal */
2697
+ export declare const SyncListResponseEnvironmentInfoUnion$inboundSchema: z.ZodType<SyncListResponseEnvironmentInfoUnion, unknown>;
2698
+ export declare function syncListResponseEnvironmentInfoUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseEnvironmentInfoUnion, SDKValidationError>;
2699
+ /** @internal */
2700
+ export declare const SyncListResponseDeploymentModel$inboundSchema: z.ZodEnum<typeof SyncListResponseDeploymentModel>;
2701
+ /** @internal */
2702
+ export declare const SyncListResponseAws$inboundSchema: z.ZodType<SyncListResponseAws, unknown>;
2703
+ export declare function syncListResponseAwsFromJSON(jsonString: string): SafeParseResult<SyncListResponseAws, SDKValidationError>;
2704
+ /** @internal */
2705
+ export declare const SyncListResponseAwsUnion$inboundSchema: z.ZodType<SyncListResponseAwsUnion, unknown>;
2706
+ export declare function syncListResponseAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseAwsUnion, SDKValidationError>;
2707
+ /** @internal */
2708
+ export declare const SyncListResponseAzureStackSettings$inboundSchema: z.ZodType<SyncListResponseAzureStackSettings, unknown>;
2709
+ export declare function syncListResponseAzureStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncListResponseAzureStackSettings, SDKValidationError>;
2710
+ /** @internal */
2711
+ export declare const SyncListResponseAzureUnion$inboundSchema: z.ZodType<SyncListResponseAzureUnion, unknown>;
2712
+ export declare function syncListResponseAzureUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseAzureUnion, SDKValidationError>;
2713
+ /** @internal */
2714
+ export declare const SyncListResponseGcpStackSettings$inboundSchema: z.ZodType<SyncListResponseGcpStackSettings, unknown>;
2715
+ export declare function syncListResponseGcpStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncListResponseGcpStackSettings, SDKValidationError>;
2716
+ /** @internal */
2717
+ export declare const SyncListResponseGcpUnion$inboundSchema: z.ZodType<SyncListResponseGcpUnion, unknown>;
2718
+ export declare function syncListResponseGcpUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseGcpUnion, SDKValidationError>;
2719
+ /** @internal */
2720
+ export declare const SyncListResponseTlsSecretRef$inboundSchema: z.ZodType<SyncListResponseTlsSecretRef, unknown>;
2721
+ export declare function syncListResponseTlsSecretRefFromJSON(jsonString: string): SafeParseResult<SyncListResponseTlsSecretRef, SDKValidationError>;
2722
+ /** @internal */
2723
+ export declare const SyncListResponseDomainsKubernetes$inboundSchema: z.ZodType<SyncListResponseDomainsKubernetes, unknown>;
2724
+ export declare function syncListResponseDomainsKubernetesFromJSON(jsonString: string): SafeParseResult<SyncListResponseDomainsKubernetes, SDKValidationError>;
2725
+ /** @internal */
2726
+ export declare const SyncListResponseDomainsKubernetesUnion$inboundSchema: z.ZodType<SyncListResponseDomainsKubernetesUnion, unknown>;
2727
+ export declare function syncListResponseDomainsKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseDomainsKubernetesUnion, SDKValidationError>;
2728
+ /** @internal */
2729
+ export declare const SyncListResponseDomainsCertificate$inboundSchema: z.ZodType<SyncListResponseDomainsCertificate, unknown>;
2730
+ export declare function syncListResponseDomainsCertificateFromJSON(jsonString: string): SafeParseResult<SyncListResponseDomainsCertificate, SDKValidationError>;
2731
+ /** @internal */
2732
+ export declare const SyncListResponseCustomDomains$inboundSchema: z.ZodType<SyncListResponseCustomDomains, unknown>;
2733
+ export declare function syncListResponseCustomDomainsFromJSON(jsonString: string): SafeParseResult<SyncListResponseCustomDomains, SDKValidationError>;
2734
+ /** @internal */
2735
+ export declare const SyncListResponseDomains$inboundSchema: z.ZodType<SyncListResponseDomains, unknown>;
2736
+ export declare function syncListResponseDomainsFromJSON(jsonString: string): SafeParseResult<SyncListResponseDomains, SDKValidationError>;
2737
+ /** @internal */
2738
+ export declare const SyncListResponseDomainsUnion$inboundSchema: z.ZodType<SyncListResponseDomainsUnion, unknown>;
2739
+ export declare function syncListResponseDomainsUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseDomainsUnion, SDKValidationError>;
2740
+ /** @internal */
2741
+ export declare const SyncListResponseExternalBindings$inboundSchema: z.ZodType<SyncListResponseExternalBindings, unknown>;
2742
+ export declare function syncListResponseExternalBindingsFromJSON(jsonString: string): SafeParseResult<SyncListResponseExternalBindings, SDKValidationError>;
2743
+ /** @internal */
2744
+ export declare const SyncListResponseHeartbeats$inboundSchema: z.ZodEnum<typeof SyncListResponseHeartbeats>;
2745
+ /** @internal */
2746
+ export declare const SyncListResponseCloud$inboundSchema: z.ZodType<SyncListResponseCloud, unknown>;
2747
+ export declare function syncListResponseCloudFromJSON(jsonString: string): SafeParseResult<SyncListResponseCloud, SDKValidationError>;
2748
+ /** @internal */
2749
+ export declare const SyncListResponseCloudUnion$inboundSchema: z.ZodType<SyncListResponseCloudUnion, unknown>;
2750
+ export declare function syncListResponseCloudUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseCloudUnion, SDKValidationError>;
2751
+ /** @internal */
2752
+ export declare const SyncListResponseOwnership$inboundSchema: z.ZodEnum<typeof SyncListResponseOwnership>;
2753
+ /** @internal */
2754
+ export declare const SyncListResponseCluster$inboundSchema: z.ZodType<SyncListResponseCluster, unknown>;
2755
+ export declare function syncListResponseClusterFromJSON(jsonString: string): SafeParseResult<SyncListResponseCluster, SDKValidationError>;
2756
+ /** @internal */
2757
+ export declare const SyncListResponseClusterUnion$inboundSchema: z.ZodType<SyncListResponseClusterUnion, unknown>;
2758
+ export declare function syncListResponseClusterUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseClusterUnion, SDKValidationError>;
2759
+ /** @internal */
2760
+ export declare const SyncListResponseCertificateNone2$inboundSchema: z.ZodType<SyncListResponseCertificateNone2, unknown>;
2761
+ export declare function syncListResponseCertificateNone2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateNone2, SDKValidationError>;
2762
+ /** @internal */
2763
+ export declare const SyncListResponseCertificateManagedTLSSecret2$inboundSchema: z.ZodType<SyncListResponseCertificateManagedTLSSecret2, unknown>;
2764
+ export declare function syncListResponseCertificateManagedTLSSecret2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateManagedTLSSecret2, SDKValidationError>;
2765
+ /** @internal */
2766
+ export declare const SyncListResponseCertificateAwsAcmArn2$inboundSchema: z.ZodType<SyncListResponseCertificateAwsAcmArn2, unknown>;
2767
+ export declare function syncListResponseCertificateAwsAcmArn2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateAwsAcmArn2, SDKValidationError>;
2768
+ /** @internal */
2769
+ export declare const SyncListResponseCertificateManagedAcmImport2$inboundSchema: z.ZodType<SyncListResponseCertificateManagedAcmImport2, unknown>;
2770
+ export declare function syncListResponseCertificateManagedAcmImport2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateManagedAcmImport2, SDKValidationError>;
2771
+ /** @internal */
2772
+ export declare const SyncListResponseCertificateTLSSecretRef2$inboundSchema: z.ZodType<SyncListResponseCertificateTLSSecretRef2, unknown>;
2773
+ export declare function syncListResponseCertificateTLSSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateTLSSecretRef2, SDKValidationError>;
2774
+ /** @internal */
2775
+ export declare const SyncListResponseCertificateUnion2$inboundSchema: z.ZodType<SyncListResponseCertificateUnion2, unknown>;
2776
+ export declare function syncListResponseCertificateUnion2FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateUnion2, SDKValidationError>;
2777
+ /** @internal */
2778
+ export declare const SyncListResponseModeCustom$inboundSchema: z.ZodEnum<typeof SyncListResponseModeCustom>;
2779
+ /** @internal */
2780
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum4>;
2781
+ /** @internal */
2782
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainers4$inboundSchema: z.ZodType<SyncListResponseProviderAzureApplicationGatewayForContainers4, unknown>;
2783
+ export declare function syncListResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAzureApplicationGatewayForContainers4, SDKValidationError>;
2784
+ /** @internal */
2785
+ export declare const SyncListResponseProviderGkeGatewayEnum4$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderGkeGatewayEnum4>;
2786
+ /** @internal */
2787
+ export declare const SyncListResponseProviderGkeGateway4$inboundSchema: z.ZodType<SyncListResponseProviderGkeGateway4, unknown>;
2788
+ export declare function syncListResponseProviderGkeGateway4FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderGkeGateway4, SDKValidationError>;
2789
+ /** @internal */
2790
+ export declare const SyncListResponseProviderAwsAlbEnum4$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAwsAlbEnum4>;
2791
+ /** @internal */
2792
+ export declare const SyncListResponseProviderAwsAlb4$inboundSchema: z.ZodType<SyncListResponseProviderAwsAlb4, unknown>;
2793
+ export declare function syncListResponseProviderAwsAlb4FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAwsAlb4, SDKValidationError>;
2794
+ /** @internal */
2795
+ export declare const SyncListResponseProviderUnion4$inboundSchema: z.ZodType<SyncListResponseProviderUnion4, unknown>;
2796
+ export declare function syncListResponseProviderUnion4FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderUnion4, SDKValidationError>;
2797
+ /** @internal */
2798
+ export declare const SyncListResponseRouteGateway2$inboundSchema: z.ZodType<SyncListResponseRouteGateway2, unknown>;
2799
+ export declare function syncListResponseRouteGateway2FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteGateway2, SDKValidationError>;
2800
+ /** @internal */
2801
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum3>;
2802
+ /** @internal */
2803
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainers3$inboundSchema: z.ZodType<SyncListResponseProviderAzureApplicationGatewayForContainers3, unknown>;
2804
+ export declare function syncListResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAzureApplicationGatewayForContainers3, SDKValidationError>;
2805
+ /** @internal */
2806
+ export declare const SyncListResponseProviderGkeGatewayEnum3$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderGkeGatewayEnum3>;
2807
+ /** @internal */
2808
+ export declare const SyncListResponseProviderGkeGateway3$inboundSchema: z.ZodType<SyncListResponseProviderGkeGateway3, unknown>;
2809
+ export declare function syncListResponseProviderGkeGateway3FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderGkeGateway3, SDKValidationError>;
2810
+ /** @internal */
2811
+ export declare const SyncListResponseProviderAwsAlbEnum3$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAwsAlbEnum3>;
2812
+ /** @internal */
2813
+ export declare const SyncListResponseProviderAwsAlb3$inboundSchema: z.ZodType<SyncListResponseProviderAwsAlb3, unknown>;
2814
+ export declare function syncListResponseProviderAwsAlb3FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAwsAlb3, SDKValidationError>;
2815
+ /** @internal */
2816
+ export declare const SyncListResponseProviderUnion3$inboundSchema: z.ZodType<SyncListResponseProviderUnion3, unknown>;
2817
+ export declare function syncListResponseProviderUnion3FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderUnion3, SDKValidationError>;
2818
+ /** @internal */
2819
+ export declare const SyncListResponseRouteIngress2$inboundSchema: z.ZodType<SyncListResponseRouteIngress2, unknown>;
2820
+ export declare function syncListResponseRouteIngress2FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteIngress2, SDKValidationError>;
2821
+ /** @internal */
2822
+ export declare const SyncListResponseRouteUnion2$inboundSchema: z.ZodType<SyncListResponseRouteUnion2, unknown>;
2823
+ export declare function syncListResponseRouteUnion2FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteUnion2, SDKValidationError>;
2824
+ /** @internal */
2825
+ export declare const SyncListResponseExposureCustom$inboundSchema: z.ZodType<SyncListResponseExposureCustom, unknown>;
2826
+ export declare function syncListResponseExposureCustomFromJSON(jsonString: string): SafeParseResult<SyncListResponseExposureCustom, SDKValidationError>;
2827
+ /** @internal */
2828
+ export declare const SyncListResponseCertificateNone1$inboundSchema: z.ZodType<SyncListResponseCertificateNone1, unknown>;
2829
+ export declare function syncListResponseCertificateNone1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateNone1, SDKValidationError>;
2830
+ /** @internal */
2831
+ export declare const SyncListResponseCertificateManagedTLSSecret1$inboundSchema: z.ZodType<SyncListResponseCertificateManagedTLSSecret1, unknown>;
2832
+ export declare function syncListResponseCertificateManagedTLSSecret1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateManagedTLSSecret1, SDKValidationError>;
2833
+ /** @internal */
2834
+ export declare const SyncListResponseCertificateAwsAcmArn1$inboundSchema: z.ZodType<SyncListResponseCertificateAwsAcmArn1, unknown>;
2835
+ export declare function syncListResponseCertificateAwsAcmArn1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateAwsAcmArn1, SDKValidationError>;
2836
+ /** @internal */
2837
+ export declare const SyncListResponseCertificateManagedAcmImport1$inboundSchema: z.ZodType<SyncListResponseCertificateManagedAcmImport1, unknown>;
2838
+ export declare function syncListResponseCertificateManagedAcmImport1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateManagedAcmImport1, SDKValidationError>;
2839
+ /** @internal */
2840
+ export declare const SyncListResponseCertificateTLSSecretRef1$inboundSchema: z.ZodType<SyncListResponseCertificateTLSSecretRef1, unknown>;
2841
+ export declare function syncListResponseCertificateTLSSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateTLSSecretRef1, SDKValidationError>;
2842
+ /** @internal */
2843
+ export declare const SyncListResponseCertificateUnion1$inboundSchema: z.ZodType<SyncListResponseCertificateUnion1, unknown>;
2844
+ export declare function syncListResponseCertificateUnion1FromJSON(jsonString: string): SafeParseResult<SyncListResponseCertificateUnion1, SDKValidationError>;
2845
+ /** @internal */
2846
+ export declare const SyncListResponseModeGenerated$inboundSchema: z.ZodEnum<typeof SyncListResponseModeGenerated>;
2847
+ /** @internal */
2848
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum2>;
2849
+ /** @internal */
2850
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainers2$inboundSchema: z.ZodType<SyncListResponseProviderAzureApplicationGatewayForContainers2, unknown>;
2851
+ export declare function syncListResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAzureApplicationGatewayForContainers2, SDKValidationError>;
2852
+ /** @internal */
2853
+ export declare const SyncListResponseProviderGkeGatewayEnum2$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderGkeGatewayEnum2>;
2854
+ /** @internal */
2855
+ export declare const SyncListResponseProviderGkeGateway2$inboundSchema: z.ZodType<SyncListResponseProviderGkeGateway2, unknown>;
2856
+ export declare function syncListResponseProviderGkeGateway2FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderGkeGateway2, SDKValidationError>;
2857
+ /** @internal */
2858
+ export declare const SyncListResponseProviderAwsAlbEnum2$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAwsAlbEnum2>;
2859
+ /** @internal */
2860
+ export declare const SyncListResponseProviderAwsAlb2$inboundSchema: z.ZodType<SyncListResponseProviderAwsAlb2, unknown>;
2861
+ export declare function syncListResponseProviderAwsAlb2FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAwsAlb2, SDKValidationError>;
2862
+ /** @internal */
2863
+ export declare const SyncListResponseProviderUnion2$inboundSchema: z.ZodType<SyncListResponseProviderUnion2, unknown>;
2864
+ export declare function syncListResponseProviderUnion2FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderUnion2, SDKValidationError>;
2865
+ /** @internal */
2866
+ export declare const SyncListResponseRouteGateway1$inboundSchema: z.ZodType<SyncListResponseRouteGateway1, unknown>;
2867
+ export declare function syncListResponseRouteGateway1FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteGateway1, SDKValidationError>;
2868
+ /** @internal */
2869
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAzureApplicationGatewayForContainersEnum1>;
2870
+ /** @internal */
2871
+ export declare const SyncListResponseProviderAzureApplicationGatewayForContainers1$inboundSchema: z.ZodType<SyncListResponseProviderAzureApplicationGatewayForContainers1, unknown>;
2872
+ export declare function syncListResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAzureApplicationGatewayForContainers1, SDKValidationError>;
2873
+ /** @internal */
2874
+ export declare const SyncListResponseProviderGkeGatewayEnum1$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderGkeGatewayEnum1>;
2875
+ /** @internal */
2876
+ export declare const SyncListResponseProviderGkeGateway1$inboundSchema: z.ZodType<SyncListResponseProviderGkeGateway1, unknown>;
2877
+ export declare function syncListResponseProviderGkeGateway1FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderGkeGateway1, SDKValidationError>;
2878
+ /** @internal */
2879
+ export declare const SyncListResponseProviderAwsAlbEnum1$inboundSchema: z.ZodEnum<typeof SyncListResponseProviderAwsAlbEnum1>;
2880
+ /** @internal */
2881
+ export declare const SyncListResponseProviderAwsAlb1$inboundSchema: z.ZodType<SyncListResponseProviderAwsAlb1, unknown>;
2882
+ export declare function syncListResponseProviderAwsAlb1FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderAwsAlb1, SDKValidationError>;
2883
+ /** @internal */
2884
+ export declare const SyncListResponseProviderUnion1$inboundSchema: z.ZodType<SyncListResponseProviderUnion1, unknown>;
2885
+ export declare function syncListResponseProviderUnion1FromJSON(jsonString: string): SafeParseResult<SyncListResponseProviderUnion1, SDKValidationError>;
2886
+ /** @internal */
2887
+ export declare const SyncListResponseRouteIngress1$inboundSchema: z.ZodType<SyncListResponseRouteIngress1, unknown>;
2888
+ export declare function syncListResponseRouteIngress1FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteIngress1, SDKValidationError>;
2889
+ /** @internal */
2890
+ export declare const SyncListResponseRouteUnion1$inboundSchema: z.ZodType<SyncListResponseRouteUnion1, unknown>;
2891
+ export declare function syncListResponseRouteUnion1FromJSON(jsonString: string): SafeParseResult<SyncListResponseRouteUnion1, SDKValidationError>;
2892
+ /** @internal */
2893
+ export declare const SyncListResponseExposureGenerated$inboundSchema: z.ZodType<SyncListResponseExposureGenerated, unknown>;
2894
+ export declare function syncListResponseExposureGeneratedFromJSON(jsonString: string): SafeParseResult<SyncListResponseExposureGenerated, SDKValidationError>;
2895
+ /** @internal */
2896
+ export declare const SyncListResponseModeDisabled$inboundSchema: z.ZodEnum<typeof SyncListResponseModeDisabled>;
2897
+ /** @internal */
2898
+ export declare const SyncListResponseExposureDisabled$inboundSchema: z.ZodType<SyncListResponseExposureDisabled, unknown>;
2899
+ export declare function syncListResponseExposureDisabledFromJSON(jsonString: string): SafeParseResult<SyncListResponseExposureDisabled, SDKValidationError>;
2900
+ /** @internal */
2901
+ export declare const SyncListResponseExposureUnion$inboundSchema: z.ZodType<SyncListResponseExposureUnion, unknown>;
2902
+ export declare function syncListResponseExposureUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseExposureUnion, SDKValidationError>;
2903
+ /** @internal */
2904
+ export declare const SyncListResponseKubernetes$inboundSchema: z.ZodType<SyncListResponseKubernetes, unknown>;
2905
+ export declare function syncListResponseKubernetesFromJSON(jsonString: string): SafeParseResult<SyncListResponseKubernetes, SDKValidationError>;
2906
+ /** @internal */
2907
+ export declare const SyncListResponseKubernetesUnion$inboundSchema: z.ZodType<SyncListResponseKubernetesUnion, unknown>;
2908
+ export declare function syncListResponseKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseKubernetesUnion, SDKValidationError>;
2909
+ /** @internal */
2910
+ export declare const SyncListResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof SyncListResponseTypeByoVnetAzure>;
2911
+ /** @internal */
2912
+ export declare const SyncListResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<SyncListResponseNetworkByoVnetAzure, unknown>;
2913
+ export declare function syncListResponseNetworkByoVnetAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkByoVnetAzure, SDKValidationError>;
2914
+ /** @internal */
2915
+ export declare const SyncListResponseTypeByoVpcGcp$inboundSchema: z.ZodEnum<typeof SyncListResponseTypeByoVpcGcp>;
2916
+ /** @internal */
2917
+ export declare const SyncListResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<SyncListResponseNetworkByoVpcGcp, unknown>;
2918
+ export declare function syncListResponseNetworkByoVpcGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkByoVpcGcp, SDKValidationError>;
2919
+ /** @internal */
2920
+ export declare const SyncListResponseTypeByoVpcAws$inboundSchema: z.ZodEnum<typeof SyncListResponseTypeByoVpcAws>;
2921
+ /** @internal */
2922
+ export declare const SyncListResponseNetworkByoVpcAws$inboundSchema: z.ZodType<SyncListResponseNetworkByoVpcAws, unknown>;
2923
+ export declare function syncListResponseNetworkByoVpcAwsFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkByoVpcAws, SDKValidationError>;
2924
+ /** @internal */
2925
+ export declare const SyncListResponseTypeCreate$inboundSchema: z.ZodEnum<typeof SyncListResponseTypeCreate>;
2926
+ /** @internal */
2927
+ export declare const SyncListResponseNetworkCreate$inboundSchema: z.ZodType<SyncListResponseNetworkCreate, unknown>;
2928
+ export declare function syncListResponseNetworkCreateFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkCreate, SDKValidationError>;
2929
+ /** @internal */
2930
+ export declare const SyncListResponseTypeUseDefault$inboundSchema: z.ZodEnum<typeof SyncListResponseTypeUseDefault>;
2931
+ /** @internal */
2932
+ export declare const SyncListResponseNetworkUseDefault$inboundSchema: z.ZodType<SyncListResponseNetworkUseDefault, unknown>;
2933
+ export declare function syncListResponseNetworkUseDefaultFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkUseDefault, SDKValidationError>;
2934
+ /** @internal */
2935
+ export declare const SyncListResponseNetworkUnion$inboundSchema: z.ZodType<SyncListResponseNetworkUnion, unknown>;
2936
+ export declare function syncListResponseNetworkUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseNetworkUnion, SDKValidationError>;
2937
+ /** @internal */
2938
+ export declare const SyncListResponseTelemetry$inboundSchema: z.ZodEnum<typeof SyncListResponseTelemetry>;
2939
+ /** @internal */
2940
+ export declare const SyncListResponseUpdates$inboundSchema: z.ZodEnum<typeof SyncListResponseUpdates>;
2941
+ /** @internal */
2942
+ export declare const SyncListResponseStackSettings$inboundSchema: z.ZodType<SyncListResponseStackSettings, unknown>;
2943
+ export declare function syncListResponseStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncListResponseStackSettings, SDKValidationError>;
2944
+ /** @internal */
2945
+ export declare const SyncListResponseStackStatePlatform$inboundSchema: z.ZodEnum<typeof SyncListResponseStackStatePlatform>;
2946
+ /** @internal */
2947
+ export declare const SyncListResponseStackStateConfig$inboundSchema: z.ZodType<SyncListResponseStackStateConfig, unknown>;
2948
+ export declare function syncListResponseStackStateConfigFromJSON(jsonString: string): SafeParseResult<SyncListResponseStackStateConfig, SDKValidationError>;
2949
+ /** @internal */
2950
+ export declare const SyncListResponseControllerPlatformEnum$inboundSchema: z.ZodEnum<typeof SyncListResponseControllerPlatformEnum>;
2951
+ /** @internal */
2952
+ export declare const SyncListResponseControllerPlatformUnion$inboundSchema: z.ZodType<SyncListResponseControllerPlatformUnion, unknown>;
2953
+ export declare function syncListResponseControllerPlatformUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseControllerPlatformUnion, SDKValidationError>;
2954
+ /** @internal */
2955
+ export declare const SyncListResponseStackStateDependency$inboundSchema: z.ZodType<SyncListResponseStackStateDependency, unknown>;
2956
+ export declare function syncListResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<SyncListResponseStackStateDependency, SDKValidationError>;
2957
+ /** @internal */
2958
+ export declare const SyncListResponseErrorStackState$inboundSchema: z.ZodType<SyncListResponseErrorStackState, unknown>;
2959
+ export declare function syncListResponseErrorStackStateFromJSON(jsonString: string): SafeParseResult<SyncListResponseErrorStackState, SDKValidationError>;
2960
+ /** @internal */
2961
+ export declare const SyncListResponseErrorUnion$inboundSchema: z.ZodType<SyncListResponseErrorUnion, unknown>;
2962
+ export declare function syncListResponseErrorUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseErrorUnion, SDKValidationError>;
2963
+ /** @internal */
2964
+ export declare const SyncListResponseLifecycleStackStateEnum$inboundSchema: z.ZodEnum<typeof SyncListResponseLifecycleStackStateEnum>;
2965
+ /** @internal */
2966
+ export declare const SyncListResponseLifecycleUnion$inboundSchema: z.ZodType<SyncListResponseLifecycleUnion, unknown>;
2967
+ export declare function syncListResponseLifecycleUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseLifecycleUnion, SDKValidationError>;
2968
+ /** @internal */
2969
+ export declare const SyncListResponseOutputs$inboundSchema: z.ZodType<SyncListResponseOutputs, unknown>;
2970
+ export declare function syncListResponseOutputsFromJSON(jsonString: string): SafeParseResult<SyncListResponseOutputs, SDKValidationError>;
2971
+ /** @internal */
2972
+ export declare const SyncListResponseOutputsUnion$inboundSchema: z.ZodType<SyncListResponseOutputsUnion, unknown>;
2973
+ export declare function syncListResponseOutputsUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseOutputsUnion, SDKValidationError>;
2974
+ /** @internal */
2975
+ export declare const SyncListResponsePreviousConfig$inboundSchema: z.ZodType<SyncListResponsePreviousConfig, unknown>;
2976
+ export declare function syncListResponsePreviousConfigFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreviousConfig, SDKValidationError>;
2977
+ /** @internal */
2978
+ export declare const SyncListResponsePreviousConfigUnion$inboundSchema: z.ZodType<SyncListResponsePreviousConfigUnion, unknown>;
2979
+ export declare function syncListResponsePreviousConfigUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreviousConfigUnion, SDKValidationError>;
2980
+ /** @internal */
2981
+ export declare const SyncListResponseStackStateStatus$inboundSchema: z.ZodEnum<typeof SyncListResponseStackStateStatus>;
2982
+ /** @internal */
2983
+ export declare const SyncListResponseStackStateResources$inboundSchema: z.ZodType<SyncListResponseStackStateResources, unknown>;
2984
+ export declare function syncListResponseStackStateResourcesFromJSON(jsonString: string): SafeParseResult<SyncListResponseStackStateResources, SDKValidationError>;
2985
+ /** @internal */
2986
+ export declare const SyncListResponseStackState$inboundSchema: z.ZodType<SyncListResponseStackState, unknown>;
2987
+ export declare function syncListResponseStackStateFromJSON(jsonString: string): SafeParseResult<SyncListResponseStackState, SDKValidationError>;
2988
+ /** @internal */
2989
+ export declare const SyncListResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncListResponseDeleteScopeEnum>;
2990
+ /** @internal */
2991
+ export declare const SyncListResponseDeleteScopeUnion$inboundSchema: z.ZodType<SyncListResponseDeleteScopeUnion, unknown>;
2992
+ export declare function syncListResponseDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseDeleteScopeUnion, SDKValidationError>;
2993
+ /** @internal */
2994
+ export declare const SyncListResponsePendingDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncListResponsePendingDeleteScopeEnum>;
2995
+ /** @internal */
2996
+ export declare const SyncListResponsePendingDeleteScopeUnion$inboundSchema: z.ZodType<SyncListResponsePendingDeleteScopeUnion, unknown>;
2997
+ export declare function syncListResponsePendingDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponsePendingDeleteScopeUnion, SDKValidationError>;
2998
+ /** @internal */
2999
+ export declare const SyncListResponseManagementEnum$inboundSchema: z.ZodEnum<typeof SyncListResponseManagementEnum>;
3000
+ /** @internal */
3001
+ export declare const SyncListResponseOverrideAwResource$inboundSchema: z.ZodType<SyncListResponseOverrideAwResource, unknown>;
3002
+ export declare function syncListResponseOverrideAwResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAwResource, SDKValidationError>;
3003
+ /** @internal */
3004
+ export declare const SyncListResponseOverrideAwStack$inboundSchema: z.ZodType<SyncListResponseOverrideAwStack, unknown>;
3005
+ export declare function syncListResponseOverrideAwStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAwStack, SDKValidationError>;
3006
+ /** @internal */
3007
+ export declare const SyncListResponseOverrideAwBinding$inboundSchema: z.ZodType<SyncListResponseOverrideAwBinding, unknown>;
3008
+ export declare function syncListResponseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAwBinding, SDKValidationError>;
3009
+ /** @internal */
3010
+ export declare const SyncListResponseOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncListResponseOverrideEffect>;
3011
+ /** @internal */
3012
+ export declare const SyncListResponseOverrideAwGrant$inboundSchema: z.ZodType<SyncListResponseOverrideAwGrant, unknown>;
3013
+ export declare function syncListResponseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAwGrant, SDKValidationError>;
3014
+ /** @internal */
3015
+ export declare const SyncListResponseOverrideAw$inboundSchema: z.ZodType<SyncListResponseOverrideAw, unknown>;
3016
+ export declare function syncListResponseOverrideAwFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAw, SDKValidationError>;
3017
+ /** @internal */
3018
+ export declare const SyncListResponseOverrideAzureResource$inboundSchema: z.ZodType<SyncListResponseOverrideAzureResource, unknown>;
3019
+ export declare function syncListResponseOverrideAzureResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAzureResource, SDKValidationError>;
3020
+ /** @internal */
3021
+ export declare const SyncListResponseOverrideAzureStack$inboundSchema: z.ZodType<SyncListResponseOverrideAzureStack, unknown>;
3022
+ export declare function syncListResponseOverrideAzureStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAzureStack, SDKValidationError>;
3023
+ /** @internal */
3024
+ export declare const SyncListResponseOverrideAzureBinding$inboundSchema: z.ZodType<SyncListResponseOverrideAzureBinding, unknown>;
3025
+ export declare function syncListResponseOverrideAzureBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAzureBinding, SDKValidationError>;
3026
+ /** @internal */
3027
+ export declare const SyncListResponseOverrideAzureGrant$inboundSchema: z.ZodType<SyncListResponseOverrideAzureGrant, unknown>;
3028
+ export declare function syncListResponseOverrideAzureGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAzureGrant, SDKValidationError>;
3029
+ /** @internal */
3030
+ export declare const SyncListResponseOverrideAzure$inboundSchema: z.ZodType<SyncListResponseOverrideAzure, unknown>;
3031
+ export declare function syncListResponseOverrideAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideAzure, SDKValidationError>;
3032
+ /** @internal */
3033
+ export declare const SyncListResponseOverrideConditionResource$inboundSchema: z.ZodType<SyncListResponseOverrideConditionResource, unknown>;
3034
+ export declare function syncListResponseOverrideConditionResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideConditionResource, SDKValidationError>;
3035
+ /** @internal */
3036
+ export declare const SyncListResponseOverrideResourceConditionUnion$inboundSchema: z.ZodType<SyncListResponseOverrideResourceConditionUnion, unknown>;
3037
+ export declare function syncListResponseOverrideResourceConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideResourceConditionUnion, SDKValidationError>;
3038
+ /** @internal */
3039
+ export declare const SyncListResponseOverrideGcpResource$inboundSchema: z.ZodType<SyncListResponseOverrideGcpResource, unknown>;
3040
+ export declare function syncListResponseOverrideGcpResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideGcpResource, SDKValidationError>;
3041
+ /** @internal */
3042
+ export declare const SyncListResponseOverrideConditionStack$inboundSchema: z.ZodType<SyncListResponseOverrideConditionStack, unknown>;
3043
+ export declare function syncListResponseOverrideConditionStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideConditionStack, SDKValidationError>;
3044
+ /** @internal */
3045
+ export declare const SyncListResponseOverrideStackConditionUnion$inboundSchema: z.ZodType<SyncListResponseOverrideStackConditionUnion, unknown>;
3046
+ export declare function syncListResponseOverrideStackConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideStackConditionUnion, SDKValidationError>;
3047
+ /** @internal */
3048
+ export declare const SyncListResponseOverrideGcpStack$inboundSchema: z.ZodType<SyncListResponseOverrideGcpStack, unknown>;
3049
+ export declare function syncListResponseOverrideGcpStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideGcpStack, SDKValidationError>;
3050
+ /** @internal */
3051
+ export declare const SyncListResponseOverrideGcpBinding$inboundSchema: z.ZodType<SyncListResponseOverrideGcpBinding, unknown>;
3052
+ export declare function syncListResponseOverrideGcpBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideGcpBinding, SDKValidationError>;
3053
+ /** @internal */
3054
+ export declare const SyncListResponseOverrideGcpGrant$inboundSchema: z.ZodType<SyncListResponseOverrideGcpGrant, unknown>;
3055
+ export declare function syncListResponseOverrideGcpGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideGcpGrant, SDKValidationError>;
3056
+ /** @internal */
3057
+ export declare const SyncListResponseOverrideGcp$inboundSchema: z.ZodType<SyncListResponseOverrideGcp, unknown>;
3058
+ export declare function syncListResponseOverrideGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideGcp, SDKValidationError>;
3059
+ /** @internal */
3060
+ export declare const SyncListResponseOverridePlatforms$inboundSchema: z.ZodType<SyncListResponseOverridePlatforms, unknown>;
3061
+ export declare function syncListResponseOverridePlatformsFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverridePlatforms, SDKValidationError>;
3062
+ /** @internal */
3063
+ export declare const SyncListResponseOverride$inboundSchema: z.ZodType<SyncListResponseOverride, unknown>;
3064
+ export declare function syncListResponseOverrideFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverride, SDKValidationError>;
3065
+ /** @internal */
3066
+ export declare const SyncListResponseOverrideUnion$inboundSchema: z.ZodType<SyncListResponseOverrideUnion, unknown>;
3067
+ export declare function syncListResponseOverrideUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseOverrideUnion, SDKValidationError>;
3068
+ /** @internal */
3069
+ export declare const SyncListResponseManagement2$inboundSchema: z.ZodType<SyncListResponseManagement2, unknown>;
3070
+ export declare function syncListResponseManagement2FromJSON(jsonString: string): SafeParseResult<SyncListResponseManagement2, SDKValidationError>;
3071
+ /** @internal */
3072
+ export declare const SyncListResponseExtendAwResource$inboundSchema: z.ZodType<SyncListResponseExtendAwResource, unknown>;
3073
+ export declare function syncListResponseExtendAwResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAwResource, SDKValidationError>;
3074
+ /** @internal */
3075
+ export declare const SyncListResponseExtendAwStack$inboundSchema: z.ZodType<SyncListResponseExtendAwStack, unknown>;
3076
+ export declare function syncListResponseExtendAwStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAwStack, SDKValidationError>;
3077
+ /** @internal */
3078
+ export declare const SyncListResponseExtendAwBinding$inboundSchema: z.ZodType<SyncListResponseExtendAwBinding, unknown>;
3079
+ export declare function syncListResponseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAwBinding, SDKValidationError>;
3080
+ /** @internal */
3081
+ export declare const SyncListResponseExtendEffect$inboundSchema: z.ZodEnum<typeof SyncListResponseExtendEffect>;
3082
+ /** @internal */
3083
+ export declare const SyncListResponseExtendAwGrant$inboundSchema: z.ZodType<SyncListResponseExtendAwGrant, unknown>;
3084
+ export declare function syncListResponseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAwGrant, SDKValidationError>;
3085
+ /** @internal */
3086
+ export declare const SyncListResponseExtendAw$inboundSchema: z.ZodType<SyncListResponseExtendAw, unknown>;
3087
+ export declare function syncListResponseExtendAwFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAw, SDKValidationError>;
3088
+ /** @internal */
3089
+ export declare const SyncListResponseExtendAzureResource$inboundSchema: z.ZodType<SyncListResponseExtendAzureResource, unknown>;
3090
+ export declare function syncListResponseExtendAzureResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAzureResource, SDKValidationError>;
3091
+ /** @internal */
3092
+ export declare const SyncListResponseExtendAzureStack$inboundSchema: z.ZodType<SyncListResponseExtendAzureStack, unknown>;
3093
+ export declare function syncListResponseExtendAzureStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAzureStack, SDKValidationError>;
3094
+ /** @internal */
3095
+ export declare const SyncListResponseExtendAzureBinding$inboundSchema: z.ZodType<SyncListResponseExtendAzureBinding, unknown>;
3096
+ export declare function syncListResponseExtendAzureBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAzureBinding, SDKValidationError>;
3097
+ /** @internal */
3098
+ export declare const SyncListResponseExtendAzureGrant$inboundSchema: z.ZodType<SyncListResponseExtendAzureGrant, unknown>;
3099
+ export declare function syncListResponseExtendAzureGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAzureGrant, SDKValidationError>;
3100
+ /** @internal */
3101
+ export declare const SyncListResponseExtendAzure$inboundSchema: z.ZodType<SyncListResponseExtendAzure, unknown>;
3102
+ export declare function syncListResponseExtendAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendAzure, SDKValidationError>;
3103
+ /** @internal */
3104
+ export declare const SyncListResponseExtendConditionResource$inboundSchema: z.ZodType<SyncListResponseExtendConditionResource, unknown>;
3105
+ export declare function syncListResponseExtendConditionResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendConditionResource, SDKValidationError>;
3106
+ /** @internal */
3107
+ export declare const SyncListResponseExtendResourceConditionUnion$inboundSchema: z.ZodType<SyncListResponseExtendResourceConditionUnion, unknown>;
3108
+ export declare function syncListResponseExtendResourceConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendResourceConditionUnion, SDKValidationError>;
3109
+ /** @internal */
3110
+ export declare const SyncListResponseExtendGcpResource$inboundSchema: z.ZodType<SyncListResponseExtendGcpResource, unknown>;
3111
+ export declare function syncListResponseExtendGcpResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendGcpResource, SDKValidationError>;
3112
+ /** @internal */
3113
+ export declare const SyncListResponseExtendConditionStack$inboundSchema: z.ZodType<SyncListResponseExtendConditionStack, unknown>;
3114
+ export declare function syncListResponseExtendConditionStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendConditionStack, SDKValidationError>;
3115
+ /** @internal */
3116
+ export declare const SyncListResponseExtendStackConditionUnion$inboundSchema: z.ZodType<SyncListResponseExtendStackConditionUnion, unknown>;
3117
+ export declare function syncListResponseExtendStackConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendStackConditionUnion, SDKValidationError>;
3118
+ /** @internal */
3119
+ export declare const SyncListResponseExtendGcpStack$inboundSchema: z.ZodType<SyncListResponseExtendGcpStack, unknown>;
3120
+ export declare function syncListResponseExtendGcpStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendGcpStack, SDKValidationError>;
3121
+ /** @internal */
3122
+ export declare const SyncListResponseExtendGcpBinding$inboundSchema: z.ZodType<SyncListResponseExtendGcpBinding, unknown>;
3123
+ export declare function syncListResponseExtendGcpBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendGcpBinding, SDKValidationError>;
3124
+ /** @internal */
3125
+ export declare const SyncListResponseExtendGcpGrant$inboundSchema: z.ZodType<SyncListResponseExtendGcpGrant, unknown>;
3126
+ export declare function syncListResponseExtendGcpGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendGcpGrant, SDKValidationError>;
3127
+ /** @internal */
3128
+ export declare const SyncListResponseExtendGcp$inboundSchema: z.ZodType<SyncListResponseExtendGcp, unknown>;
3129
+ export declare function syncListResponseExtendGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendGcp, SDKValidationError>;
3130
+ /** @internal */
3131
+ export declare const SyncListResponseExtendPlatforms$inboundSchema: z.ZodType<SyncListResponseExtendPlatforms, unknown>;
3132
+ export declare function syncListResponseExtendPlatformsFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendPlatforms, SDKValidationError>;
3133
+ /** @internal */
3134
+ export declare const SyncListResponseExtend$inboundSchema: z.ZodType<SyncListResponseExtend, unknown>;
3135
+ export declare function syncListResponseExtendFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtend, SDKValidationError>;
3136
+ /** @internal */
3137
+ export declare const SyncListResponseExtendUnion$inboundSchema: z.ZodType<SyncListResponseExtendUnion, unknown>;
3138
+ export declare function syncListResponseExtendUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseExtendUnion, SDKValidationError>;
3139
+ /** @internal */
3140
+ export declare const SyncListResponseManagement1$inboundSchema: z.ZodType<SyncListResponseManagement1, unknown>;
3141
+ export declare function syncListResponseManagement1FromJSON(jsonString: string): SafeParseResult<SyncListResponseManagement1, SDKValidationError>;
3142
+ /** @internal */
3143
+ export declare const SyncListResponseManagementUnion$inboundSchema: z.ZodType<SyncListResponseManagementUnion, unknown>;
3144
+ export declare function syncListResponseManagementUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementUnion, SDKValidationError>;
3145
+ /** @internal */
3146
+ export declare const SyncListResponseProfileAwResource$inboundSchema: z.ZodType<SyncListResponseProfileAwResource, unknown>;
3147
+ export declare function syncListResponseProfileAwResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAwResource, SDKValidationError>;
3148
+ /** @internal */
3149
+ export declare const SyncListResponseProfileAwStack$inboundSchema: z.ZodType<SyncListResponseProfileAwStack, unknown>;
3150
+ export declare function syncListResponseProfileAwStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAwStack, SDKValidationError>;
3151
+ /** @internal */
3152
+ export declare const SyncListResponseProfileAwBinding$inboundSchema: z.ZodType<SyncListResponseProfileAwBinding, unknown>;
3153
+ export declare function syncListResponseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAwBinding, SDKValidationError>;
3154
+ /** @internal */
3155
+ export declare const SyncListResponseProfileEffect$inboundSchema: z.ZodEnum<typeof SyncListResponseProfileEffect>;
3156
+ /** @internal */
3157
+ export declare const SyncListResponseProfileAwGrant$inboundSchema: z.ZodType<SyncListResponseProfileAwGrant, unknown>;
3158
+ export declare function syncListResponseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAwGrant, SDKValidationError>;
3159
+ /** @internal */
3160
+ export declare const SyncListResponseProfileAw$inboundSchema: z.ZodType<SyncListResponseProfileAw, unknown>;
3161
+ export declare function syncListResponseProfileAwFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAw, SDKValidationError>;
3162
+ /** @internal */
3163
+ export declare const SyncListResponseProfileAzureResource$inboundSchema: z.ZodType<SyncListResponseProfileAzureResource, unknown>;
3164
+ export declare function syncListResponseProfileAzureResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAzureResource, SDKValidationError>;
3165
+ /** @internal */
3166
+ export declare const SyncListResponseProfileAzureStack$inboundSchema: z.ZodType<SyncListResponseProfileAzureStack, unknown>;
3167
+ export declare function syncListResponseProfileAzureStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAzureStack, SDKValidationError>;
3168
+ /** @internal */
3169
+ export declare const SyncListResponseProfileAzureBinding$inboundSchema: z.ZodType<SyncListResponseProfileAzureBinding, unknown>;
3170
+ export declare function syncListResponseProfileAzureBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAzureBinding, SDKValidationError>;
3171
+ /** @internal */
3172
+ export declare const SyncListResponseProfileAzureGrant$inboundSchema: z.ZodType<SyncListResponseProfileAzureGrant, unknown>;
3173
+ export declare function syncListResponseProfileAzureGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAzureGrant, SDKValidationError>;
3174
+ /** @internal */
3175
+ export declare const SyncListResponseProfileAzure$inboundSchema: z.ZodType<SyncListResponseProfileAzure, unknown>;
3176
+ export declare function syncListResponseProfileAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileAzure, SDKValidationError>;
3177
+ /** @internal */
3178
+ export declare const SyncListResponseProfileConditionResource$inboundSchema: z.ZodType<SyncListResponseProfileConditionResource, unknown>;
3179
+ export declare function syncListResponseProfileConditionResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileConditionResource, SDKValidationError>;
3180
+ /** @internal */
3181
+ export declare const SyncListResponseProfileResourceConditionUnion$inboundSchema: z.ZodType<SyncListResponseProfileResourceConditionUnion, unknown>;
3182
+ export declare function syncListResponseProfileResourceConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileResourceConditionUnion, SDKValidationError>;
3183
+ /** @internal */
3184
+ export declare const SyncListResponseProfileGcpResource$inboundSchema: z.ZodType<SyncListResponseProfileGcpResource, unknown>;
3185
+ export declare function syncListResponseProfileGcpResourceFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileGcpResource, SDKValidationError>;
3186
+ /** @internal */
3187
+ export declare const SyncListResponseProfileConditionStack$inboundSchema: z.ZodType<SyncListResponseProfileConditionStack, unknown>;
3188
+ export declare function syncListResponseProfileConditionStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileConditionStack, SDKValidationError>;
3189
+ /** @internal */
3190
+ export declare const SyncListResponseProfileStackConditionUnion$inboundSchema: z.ZodType<SyncListResponseProfileStackConditionUnion, unknown>;
3191
+ export declare function syncListResponseProfileStackConditionUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileStackConditionUnion, SDKValidationError>;
3192
+ /** @internal */
3193
+ export declare const SyncListResponseProfileGcpStack$inboundSchema: z.ZodType<SyncListResponseProfileGcpStack, unknown>;
3194
+ export declare function syncListResponseProfileGcpStackFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileGcpStack, SDKValidationError>;
3195
+ /** @internal */
3196
+ export declare const SyncListResponseProfileGcpBinding$inboundSchema: z.ZodType<SyncListResponseProfileGcpBinding, unknown>;
3197
+ export declare function syncListResponseProfileGcpBindingFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileGcpBinding, SDKValidationError>;
3198
+ /** @internal */
3199
+ export declare const SyncListResponseProfileGcpGrant$inboundSchema: z.ZodType<SyncListResponseProfileGcpGrant, unknown>;
3200
+ export declare function syncListResponseProfileGcpGrantFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileGcpGrant, SDKValidationError>;
3201
+ /** @internal */
3202
+ export declare const SyncListResponseProfileGcp$inboundSchema: z.ZodType<SyncListResponseProfileGcp, unknown>;
3203
+ export declare function syncListResponseProfileGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileGcp, SDKValidationError>;
3204
+ /** @internal */
3205
+ export declare const SyncListResponseProfilePlatforms$inboundSchema: z.ZodType<SyncListResponseProfilePlatforms, unknown>;
3206
+ export declare function syncListResponseProfilePlatformsFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfilePlatforms, SDKValidationError>;
3207
+ /** @internal */
3208
+ export declare const SyncListResponseProfile$inboundSchema: z.ZodType<SyncListResponseProfile, unknown>;
3209
+ export declare function syncListResponseProfileFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfile, SDKValidationError>;
3210
+ /** @internal */
3211
+ export declare const SyncListResponseProfileUnion$inboundSchema: z.ZodType<SyncListResponseProfileUnion, unknown>;
3212
+ export declare function syncListResponseProfileUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseProfileUnion, SDKValidationError>;
3213
+ /** @internal */
3214
+ export declare const SyncListResponsePermissions$inboundSchema: z.ZodType<SyncListResponsePermissions, unknown>;
3215
+ export declare function syncListResponsePermissionsFromJSON(jsonString: string): SafeParseResult<SyncListResponsePermissions, SDKValidationError>;
3216
+ /** @internal */
3217
+ export declare const SyncListResponsePreparedStackConfig$inboundSchema: z.ZodType<SyncListResponsePreparedStackConfig, unknown>;
3218
+ export declare function syncListResponsePreparedStackConfigFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreparedStackConfig, SDKValidationError>;
3219
+ /** @internal */
3220
+ export declare const SyncListResponsePreparedStackDependency$inboundSchema: z.ZodType<SyncListResponsePreparedStackDependency, unknown>;
3221
+ export declare function syncListResponsePreparedStackDependencyFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreparedStackDependency, SDKValidationError>;
3222
+ /** @internal */
3223
+ export declare const SyncListResponsePreparedStackLifecycle$inboundSchema: z.ZodEnum<typeof SyncListResponsePreparedStackLifecycle>;
3224
+ /** @internal */
3225
+ export declare const SyncListResponsePreparedStackResources$inboundSchema: z.ZodType<SyncListResponsePreparedStackResources, unknown>;
3226
+ export declare function syncListResponsePreparedStackResourcesFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreparedStackResources, SDKValidationError>;
3227
+ /** @internal */
3228
+ export declare const SyncListResponseSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncListResponseSupportedPlatform>;
3229
+ /** @internal */
3230
+ export declare const SyncListResponsePreparedStack$inboundSchema: z.ZodType<SyncListResponsePreparedStack, unknown>;
3231
+ export declare function syncListResponsePreparedStackFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreparedStack, SDKValidationError>;
3232
+ /** @internal */
3233
+ export declare const SyncListResponsePreparedStackUnion$inboundSchema: z.ZodType<SyncListResponsePreparedStackUnion, unknown>;
3234
+ export declare function syncListResponsePreparedStackUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponsePreparedStackUnion, SDKValidationError>;
3235
+ /** @internal */
3236
+ export declare const SyncListResponseRuntimeMetadata$inboundSchema: z.ZodType<SyncListResponseRuntimeMetadata, unknown>;
3237
+ export declare function syncListResponseRuntimeMetadataFromJSON(jsonString: string): SafeParseResult<SyncListResponseRuntimeMetadata, SDKValidationError>;
3238
+ /** @internal */
3239
+ export declare const SyncListResponseImportSource$inboundSchema: z.ZodEnum<typeof SyncListResponseImportSource>;
3240
+ /** @internal */
3241
+ export declare const SyncListResponseError$inboundSchema: z.ZodType<SyncListResponseError, unknown>;
3242
+ export declare function syncListResponseErrorFromJSON(jsonString: string): SafeParseResult<SyncListResponseError, SDKValidationError>;
3243
+ /** @internal */
3244
+ export declare const SyncListResponsePlatformKubernetes$inboundSchema: z.ZodEnum<typeof SyncListResponsePlatformKubernetes>;
3245
+ /** @internal */
3246
+ export declare const SyncListResponseManagementConfigKubernetes$inboundSchema: z.ZodType<SyncListResponseManagementConfigKubernetes, unknown>;
3247
+ export declare function syncListResponseManagementConfigKubernetesFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementConfigKubernetes, SDKValidationError>;
3248
+ /** @internal */
3249
+ export declare const SyncListResponseManagementConfigPlatformAzure$inboundSchema: z.ZodEnum<typeof SyncListResponseManagementConfigPlatformAzure>;
3250
+ /** @internal */
3251
+ export declare const SyncListResponseManagementConfigAzure$inboundSchema: z.ZodType<SyncListResponseManagementConfigAzure, unknown>;
3252
+ export declare function syncListResponseManagementConfigAzureFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementConfigAzure, SDKValidationError>;
3253
+ /** @internal */
3254
+ export declare const SyncListResponseManagementConfigPlatformGcp$inboundSchema: z.ZodEnum<typeof SyncListResponseManagementConfigPlatformGcp>;
3255
+ /** @internal */
3256
+ export declare const SyncListResponseManagementConfigGcp$inboundSchema: z.ZodType<SyncListResponseManagementConfigGcp, unknown>;
3257
+ export declare function syncListResponseManagementConfigGcpFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementConfigGcp, SDKValidationError>;
3258
+ /** @internal */
3259
+ export declare const SyncListResponseManagementConfigPlatformAws$inboundSchema: z.ZodEnum<typeof SyncListResponseManagementConfigPlatformAws>;
3260
+ /** @internal */
3261
+ export declare const SyncListResponseManagementConfigAws$inboundSchema: z.ZodType<SyncListResponseManagementConfigAws, unknown>;
3262
+ export declare function syncListResponseManagementConfigAwsFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementConfigAws, SDKValidationError>;
3263
+ /** @internal */
3264
+ export declare const SyncListResponseManagementConfigUnion$inboundSchema: z.ZodType<SyncListResponseManagementConfigUnion, unknown>;
3265
+ export declare function syncListResponseManagementConfigUnionFromJSON(jsonString: string): SafeParseResult<SyncListResponseManagementConfigUnion, SDKValidationError>;
3266
+ /** @internal */
3267
+ export declare const SyncListResponseDeployment$inboundSchema: z.ZodType<SyncListResponseDeployment, unknown>;
3268
+ export declare function syncListResponseDeploymentFromJSON(jsonString: string): SafeParseResult<SyncListResponseDeployment, SDKValidationError>;
3269
+ /** @internal */
3270
+ export declare const SyncListResponse$inboundSchema: z.ZodType<SyncListResponse, unknown>;
3271
+ export declare function syncListResponseFromJSON(jsonString: string): SafeParseResult<SyncListResponse, SDKValidationError>;
3272
+ //# sourceMappingURL=synclistresponse.d.ts.map