@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,3232 @@
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 { DeploymentSetupPolicy } from "./deploymentsetuppolicy.js";
5
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
6
+ import { ManagerRetryDeploymentResponse } from "./managerretrydeploymentresponse.js";
7
+ export declare const ManagerRetryResponseEnvironmentVariableType: {
8
+ readonly Plain: "plain";
9
+ readonly Secret: "secret";
10
+ };
11
+ export type ManagerRetryResponseEnvironmentVariableType = ClosedEnum<typeof ManagerRetryResponseEnvironmentVariableType>;
12
+ export type ManagerRetryResponseEnvironmentVariable = {
13
+ name: string;
14
+ type: ManagerRetryResponseEnvironmentVariableType;
15
+ targetResources: Array<string> | null;
16
+ };
17
+ export type ManagerRetryResponseSetupConfig = {
18
+ metadata: {
19
+ [k: string]: any | null;
20
+ };
21
+ policy: DeploymentSetupPolicy;
22
+ environmentVariables: Array<ManagerRetryResponseEnvironmentVariable>;
23
+ };
24
+ /**
25
+ * Deployment model: how updates are delivered to the remote environment.
26
+ */
27
+ export declare const ManagerRetryResponseDeploymentModel3: {
28
+ readonly Push: "push";
29
+ readonly Pull: "pull";
30
+ };
31
+ /**
32
+ * Deployment model: how updates are delivered to the remote environment.
33
+ */
34
+ export type ManagerRetryResponseDeploymentModel3 = ClosedEnum<typeof ManagerRetryResponseDeploymentModel3>;
35
+ export type ManagerRetryResponseAws3 = {
36
+ certificateArn: string;
37
+ };
38
+ export type ManagerRetryResponseAwsUnion3 = ManagerRetryResponseAws3 | any;
39
+ export type ManagerRetryResponseAzure3 = {
40
+ keyVaultCertificateId: string;
41
+ };
42
+ export type ManagerRetryResponseAzureUnion3 = ManagerRetryResponseAzure3 | any;
43
+ export type ManagerRetryResponseGcp3 = {
44
+ certificateName: string;
45
+ };
46
+ export type ManagerRetryResponseGcpUnion3 = ManagerRetryResponseGcp3 | any;
47
+ /**
48
+ * Namespace-scoped Kubernetes TLS Secret reference.
49
+ */
50
+ export type ManagerRetryResponseTlsSecretRef3 = {
51
+ /**
52
+ * Secret namespace. Defaults to the release namespace when omitted.
53
+ */
54
+ namespace?: string | null | undefined;
55
+ /**
56
+ * Secret name.
57
+ */
58
+ secretName: string;
59
+ };
60
+ export type ManagerRetryResponseDomainsKubernetes3 = {
61
+ /**
62
+ * Namespace-scoped Kubernetes TLS Secret reference.
63
+ */
64
+ tlsSecretRef: ManagerRetryResponseTlsSecretRef3;
65
+ };
66
+ export type ManagerRetryResponseDomainsKubernetesUnion3 = ManagerRetryResponseDomainsKubernetes3 | any;
67
+ /**
68
+ * Platform-specific certificate references for custom domains.
69
+ */
70
+ export type ManagerRetryResponseDomainsCertificate3 = {
71
+ aws?: ManagerRetryResponseAws3 | any | null | undefined;
72
+ azure?: ManagerRetryResponseAzure3 | any | null | undefined;
73
+ gcp?: ManagerRetryResponseGcp3 | any | null | undefined;
74
+ kubernetes?: ManagerRetryResponseDomainsKubernetes3 | any | null | undefined;
75
+ };
76
+ /**
77
+ * Custom domain configuration for a single resource.
78
+ */
79
+ export type ManagerRetryResponseCustomDomains3 = {
80
+ /**
81
+ * Platform-specific certificate references for custom domains.
82
+ */
83
+ certificate: ManagerRetryResponseDomainsCertificate3;
84
+ /**
85
+ * Fully qualified domain name to use.
86
+ */
87
+ domain: string;
88
+ };
89
+ /**
90
+ * Domain configuration for the stack.
91
+ *
92
+ * @remarks
93
+ *
94
+ * When `custom_domains` is set, the specified resources use customer-provided
95
+ * domains and certificates. Otherwise, Alien auto-generates domains.
96
+ */
97
+ export type ManagerRetryResponseDomains3 = {
98
+ /**
99
+ * Custom domain configuration per resource ID.
100
+ */
101
+ customDomains?: {
102
+ [k: string]: ManagerRetryResponseCustomDomains3;
103
+ } | null | undefined;
104
+ };
105
+ export type ManagerRetryResponseDomainsUnion3 = ManagerRetryResponseDomains3 | any;
106
+ /**
107
+ * External bindings for pre-existing infrastructure.
108
+ *
109
+ * @remarks
110
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
111
+ * Environment, etc.) instead of having Alien provision them.
112
+ * Required for Kubernetes platform, optional for cloud platforms.
113
+ */
114
+ export type ManagerRetryResponseExternalBindings3 = {};
115
+ /**
116
+ * How heartbeat health checks are handled.
117
+ */
118
+ export declare const ManagerRetryResponseHeartbeats3: {
119
+ readonly Off: "off";
120
+ readonly On: "on";
121
+ };
122
+ /**
123
+ * How heartbeat health checks are handled.
124
+ */
125
+ export type ManagerRetryResponseHeartbeats3 = ClosedEnum<typeof ManagerRetryResponseHeartbeats3>;
126
+ /**
127
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
128
+ */
129
+ export type ManagerRetryResponseCloud3 = {
130
+ accountId?: string | null | undefined;
131
+ clusterId?: string | null | undefined;
132
+ clusterName?: string | null | undefined;
133
+ projectId?: string | null | undefined;
134
+ region?: string | null | undefined;
135
+ resourceGroup?: string | null | undefined;
136
+ subscriptionId?: string | null | undefined;
137
+ };
138
+ export type ManagerRetryResponseCloudUnion3 = ManagerRetryResponseCloud3 | any;
139
+ /**
140
+ * Ownership model for the Kubernetes cluster.
141
+ */
142
+ export declare const ManagerRetryResponseOwnership3: {
143
+ readonly Managed: "managed";
144
+ readonly Existing: "existing";
145
+ readonly External: "external";
146
+ };
147
+ /**
148
+ * Ownership model for the Kubernetes cluster.
149
+ */
150
+ export type ManagerRetryResponseOwnership3 = ClosedEnum<typeof ManagerRetryResponseOwnership3>;
151
+ /**
152
+ * Kubernetes cluster setup settings.
153
+ */
154
+ export type ManagerRetryResponseCluster3 = {
155
+ cloud?: ManagerRetryResponseCloud3 | any | null | undefined;
156
+ /**
157
+ * Namespace where the Alien chart and application resources run.
158
+ */
159
+ namespace?: string | null | undefined;
160
+ /**
161
+ * Ownership model for the Kubernetes cluster.
162
+ */
163
+ ownership: ManagerRetryResponseOwnership3;
164
+ };
165
+ export type ManagerRetryResponseClusterUnion3 = ManagerRetryResponseCluster3 | any;
166
+ export type ManagerRetryResponseCertificateNone6 = {
167
+ mode: "none";
168
+ };
169
+ export type ManagerRetryResponseCertificateManagedTLSSecret6 = {
170
+ mode: "managedTlsSecret";
171
+ /**
172
+ * Secret name template. Runtime may substitute resource/deployment tokens.
173
+ */
174
+ secretNameTemplate: string;
175
+ };
176
+ export type ManagerRetryResponseCertificateAwsAcmArn6 = {
177
+ /**
178
+ * Existing ACM certificate ARN.
179
+ */
180
+ certificateArn: string;
181
+ mode: "awsAcmArn";
182
+ };
183
+ export type ManagerRetryResponseCertificateManagedAcmImport6 = {
184
+ mode: "managedAcmImport";
185
+ /**
186
+ * ACM region. Defaults to the deployment region when omitted.
187
+ */
188
+ region?: string | null | undefined;
189
+ /**
190
+ * Tags applied to runtime-imported ACM certificates.
191
+ */
192
+ tags?: {
193
+ [k: string]: string;
194
+ } | undefined;
195
+ };
196
+ /**
197
+ * Namespace-scoped Kubernetes TLS Secret reference.
198
+ */
199
+ export type ManagerRetryResponseCertificateTLSSecretRef6 = {
200
+ /**
201
+ * Secret namespace. Defaults to the release namespace when omitted.
202
+ */
203
+ namespace?: string | null | undefined;
204
+ /**
205
+ * Secret name.
206
+ */
207
+ secretName: string;
208
+ mode: "tlsSecretRef";
209
+ };
210
+ /**
211
+ * Certificate publication or reference mode for Kubernetes public endpoints.
212
+ */
213
+ export type ManagerRetryResponseCertificateUnion6 = ManagerRetryResponseCertificateTLSSecretRef6 | ManagerRetryResponseCertificateManagedAcmImport6 | ManagerRetryResponseCertificateAwsAcmArn6 | ManagerRetryResponseCertificateManagedTLSSecret6 | ManagerRetryResponseCertificateNone6;
214
+ export declare const ManagerRetryResponseModeCustom3: {
215
+ readonly Custom: "custom";
216
+ };
217
+ export type ManagerRetryResponseModeCustom3 = ClosedEnum<typeof ManagerRetryResponseModeCustom3>;
218
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12: {
219
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
220
+ };
221
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12>;
222
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers12 = {
223
+ /**
224
+ * Optional ALB name when using BYO Application Gateway resources.
225
+ */
226
+ albName?: string | null | undefined;
227
+ /**
228
+ * Optional ALB namespace when using BYO Application Gateway resources.
229
+ */
230
+ albNamespace?: string | null | undefined;
231
+ /**
232
+ * Public or internal frontend exposure.
233
+ */
234
+ frontend: string;
235
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12;
236
+ };
237
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum12: {
238
+ readonly GkeGateway: "gkeGateway";
239
+ };
240
+ export type ManagerRetryResponseProviderGkeGatewayEnum12 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum12>;
241
+ export type ManagerRetryResponseProviderGkeGateway12 = {
242
+ provider: ManagerRetryResponseProviderGkeGatewayEnum12;
243
+ /**
244
+ * Optional static address name for the Gateway frontend.
245
+ */
246
+ staticAddressName?: string | null | undefined;
247
+ };
248
+ export declare const ManagerRetryResponseProviderAwsAlbEnum12: {
249
+ readonly AwsAlb: "awsAlb";
250
+ };
251
+ export type ManagerRetryResponseProviderAwsAlbEnum12 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum12>;
252
+ export type ManagerRetryResponseProviderAwsAlb12 = {
253
+ /**
254
+ * Optional ALB IP address type, such as `dualstack`.
255
+ */
256
+ ipAddressType?: string | null | undefined;
257
+ provider: ManagerRetryResponseProviderAwsAlbEnum12;
258
+ /**
259
+ * Internet-facing or internal ALB scheme.
260
+ */
261
+ scheme: string;
262
+ /**
263
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
264
+ */
265
+ subnetIds?: Array<string> | undefined;
266
+ /**
267
+ * ALB target type, usually `ip`.
268
+ */
269
+ targetType: string;
270
+ };
271
+ export type ManagerRetryResponseProviderUnion12 = ManagerRetryResponseProviderAwsAlb12 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers12 | ManagerRetryResponseProviderGkeGateway12 | any;
272
+ /**
273
+ * Shared Gateway API route profile values.
274
+ */
275
+ export type ManagerRetryResponseRouteGateway6 = {
276
+ /**
277
+ * Annotations applied to route objects.
278
+ */
279
+ annotations?: {
280
+ [k: string]: string;
281
+ } | undefined;
282
+ /**
283
+ * Route controller identifier, for example a cloud Gateway controller.
284
+ */
285
+ controller?: string | null | undefined;
286
+ /**
287
+ * GatewayClass selected for generated Gateways.
288
+ */
289
+ gatewayClassName: string;
290
+ /**
291
+ * Labels applied to route objects.
292
+ */
293
+ labels?: {
294
+ [k: string]: string;
295
+ } | undefined;
296
+ /**
297
+ * Listener port, usually 443.
298
+ */
299
+ listenerPort: number;
300
+ provider?: ManagerRetryResponseProviderAwsAlb12 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers12 | ManagerRetryResponseProviderGkeGateway12 | any | null | undefined;
301
+ routeApi: "gateway";
302
+ };
303
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11: {
304
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
305
+ };
306
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11>;
307
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers11 = {
308
+ /**
309
+ * Optional ALB name when using BYO Application Gateway resources.
310
+ */
311
+ albName?: string | null | undefined;
312
+ /**
313
+ * Optional ALB namespace when using BYO Application Gateway resources.
314
+ */
315
+ albNamespace?: string | null | undefined;
316
+ /**
317
+ * Public or internal frontend exposure.
318
+ */
319
+ frontend: string;
320
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11;
321
+ };
322
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum11: {
323
+ readonly GkeGateway: "gkeGateway";
324
+ };
325
+ export type ManagerRetryResponseProviderGkeGatewayEnum11 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum11>;
326
+ export type ManagerRetryResponseProviderGkeGateway11 = {
327
+ provider: ManagerRetryResponseProviderGkeGatewayEnum11;
328
+ /**
329
+ * Optional static address name for the Gateway frontend.
330
+ */
331
+ staticAddressName?: string | null | undefined;
332
+ };
333
+ export declare const ManagerRetryResponseProviderAwsAlbEnum11: {
334
+ readonly AwsAlb: "awsAlb";
335
+ };
336
+ export type ManagerRetryResponseProviderAwsAlbEnum11 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum11>;
337
+ export type ManagerRetryResponseProviderAwsAlb11 = {
338
+ /**
339
+ * Optional ALB IP address type, such as `dualstack`.
340
+ */
341
+ ipAddressType?: string | null | undefined;
342
+ provider: ManagerRetryResponseProviderAwsAlbEnum11;
343
+ /**
344
+ * Internet-facing or internal ALB scheme.
345
+ */
346
+ scheme: string;
347
+ /**
348
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
349
+ */
350
+ subnetIds?: Array<string> | undefined;
351
+ /**
352
+ * ALB target type, usually `ip`.
353
+ */
354
+ targetType: string;
355
+ };
356
+ export type ManagerRetryResponseProviderUnion11 = ManagerRetryResponseProviderAwsAlb11 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers11 | ManagerRetryResponseProviderGkeGateway11 | any;
357
+ /**
358
+ * Shared Ingress route profile values.
359
+ */
360
+ export type ManagerRetryResponseRouteIngress6 = {
361
+ /**
362
+ * Annotations applied to route objects.
363
+ */
364
+ annotations?: {
365
+ [k: string]: string;
366
+ } | undefined;
367
+ /**
368
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
369
+ */
370
+ controller?: string | null | undefined;
371
+ /**
372
+ * `spec.ingressClassName` for generated Ingresses.
373
+ */
374
+ ingressClassName: string;
375
+ /**
376
+ * Labels applied to route objects.
377
+ */
378
+ labels?: {
379
+ [k: string]: string;
380
+ } | undefined;
381
+ provider?: ManagerRetryResponseProviderAwsAlb11 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers11 | ManagerRetryResponseProviderGkeGateway11 | any | null | undefined;
382
+ routeApi: "ingress";
383
+ };
384
+ /**
385
+ * Kubernetes route API selected for public endpoints.
386
+ */
387
+ export type ManagerRetryResponseRouteUnion6 = ManagerRetryResponseRouteIngress6 | ManagerRetryResponseRouteGateway6;
388
+ export type ManagerRetryResponseExposureCustom3 = {
389
+ /**
390
+ * Certificate publication or reference mode for Kubernetes public endpoints.
391
+ */
392
+ certificate: ManagerRetryResponseCertificateTLSSecretRef6 | ManagerRetryResponseCertificateManagedAcmImport6 | ManagerRetryResponseCertificateAwsAcmArn6 | ManagerRetryResponseCertificateManagedTLSSecret6 | ManagerRetryResponseCertificateNone6;
393
+ /**
394
+ * Hostname routed by the Kubernetes public endpoint.
395
+ */
396
+ domain: string;
397
+ mode: ManagerRetryResponseModeCustom3;
398
+ /**
399
+ * Kubernetes route API selected for public endpoints.
400
+ */
401
+ route: ManagerRetryResponseRouteIngress6 | ManagerRetryResponseRouteGateway6;
402
+ };
403
+ export type ManagerRetryResponseCertificateNone5 = {
404
+ mode: "none";
405
+ };
406
+ export type ManagerRetryResponseCertificateManagedTLSSecret5 = {
407
+ mode: "managedTlsSecret";
408
+ /**
409
+ * Secret name template. Runtime may substitute resource/deployment tokens.
410
+ */
411
+ secretNameTemplate: string;
412
+ };
413
+ export type ManagerRetryResponseCertificateAwsAcmArn5 = {
414
+ /**
415
+ * Existing ACM certificate ARN.
416
+ */
417
+ certificateArn: string;
418
+ mode: "awsAcmArn";
419
+ };
420
+ export type ManagerRetryResponseCertificateManagedAcmImport5 = {
421
+ mode: "managedAcmImport";
422
+ /**
423
+ * ACM region. Defaults to the deployment region when omitted.
424
+ */
425
+ region?: string | null | undefined;
426
+ /**
427
+ * Tags applied to runtime-imported ACM certificates.
428
+ */
429
+ tags?: {
430
+ [k: string]: string;
431
+ } | undefined;
432
+ };
433
+ /**
434
+ * Namespace-scoped Kubernetes TLS Secret reference.
435
+ */
436
+ export type ManagerRetryResponseCertificateTLSSecretRef5 = {
437
+ /**
438
+ * Secret namespace. Defaults to the release namespace when omitted.
439
+ */
440
+ namespace?: string | null | undefined;
441
+ /**
442
+ * Secret name.
443
+ */
444
+ secretName: string;
445
+ mode: "tlsSecretRef";
446
+ };
447
+ /**
448
+ * Certificate publication or reference mode for Kubernetes public endpoints.
449
+ */
450
+ export type ManagerRetryResponseCertificateUnion5 = ManagerRetryResponseCertificateTLSSecretRef5 | ManagerRetryResponseCertificateManagedAcmImport5 | ManagerRetryResponseCertificateAwsAcmArn5 | ManagerRetryResponseCertificateManagedTLSSecret5 | ManagerRetryResponseCertificateNone5;
451
+ export declare const ManagerRetryResponseModeGenerated3: {
452
+ readonly Generated: "generated";
453
+ };
454
+ export type ManagerRetryResponseModeGenerated3 = ClosedEnum<typeof ManagerRetryResponseModeGenerated3>;
455
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10: {
456
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
457
+ };
458
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10>;
459
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers10 = {
460
+ /**
461
+ * Optional ALB name when using BYO Application Gateway resources.
462
+ */
463
+ albName?: string | null | undefined;
464
+ /**
465
+ * Optional ALB namespace when using BYO Application Gateway resources.
466
+ */
467
+ albNamespace?: string | null | undefined;
468
+ /**
469
+ * Public or internal frontend exposure.
470
+ */
471
+ frontend: string;
472
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10;
473
+ };
474
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum10: {
475
+ readonly GkeGateway: "gkeGateway";
476
+ };
477
+ export type ManagerRetryResponseProviderGkeGatewayEnum10 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum10>;
478
+ export type ManagerRetryResponseProviderGkeGateway10 = {
479
+ provider: ManagerRetryResponseProviderGkeGatewayEnum10;
480
+ /**
481
+ * Optional static address name for the Gateway frontend.
482
+ */
483
+ staticAddressName?: string | null | undefined;
484
+ };
485
+ export declare const ManagerRetryResponseProviderAwsAlbEnum10: {
486
+ readonly AwsAlb: "awsAlb";
487
+ };
488
+ export type ManagerRetryResponseProviderAwsAlbEnum10 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum10>;
489
+ export type ManagerRetryResponseProviderAwsAlb10 = {
490
+ /**
491
+ * Optional ALB IP address type, such as `dualstack`.
492
+ */
493
+ ipAddressType?: string | null | undefined;
494
+ provider: ManagerRetryResponseProviderAwsAlbEnum10;
495
+ /**
496
+ * Internet-facing or internal ALB scheme.
497
+ */
498
+ scheme: string;
499
+ /**
500
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
501
+ */
502
+ subnetIds?: Array<string> | undefined;
503
+ /**
504
+ * ALB target type, usually `ip`.
505
+ */
506
+ targetType: string;
507
+ };
508
+ export type ManagerRetryResponseProviderUnion10 = ManagerRetryResponseProviderAwsAlb10 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers10 | ManagerRetryResponseProviderGkeGateway10 | any;
509
+ /**
510
+ * Shared Gateway API route profile values.
511
+ */
512
+ export type ManagerRetryResponseRouteGateway5 = {
513
+ /**
514
+ * Annotations applied to route objects.
515
+ */
516
+ annotations?: {
517
+ [k: string]: string;
518
+ } | undefined;
519
+ /**
520
+ * Route controller identifier, for example a cloud Gateway controller.
521
+ */
522
+ controller?: string | null | undefined;
523
+ /**
524
+ * GatewayClass selected for generated Gateways.
525
+ */
526
+ gatewayClassName: string;
527
+ /**
528
+ * Labels applied to route objects.
529
+ */
530
+ labels?: {
531
+ [k: string]: string;
532
+ } | undefined;
533
+ /**
534
+ * Listener port, usually 443.
535
+ */
536
+ listenerPort: number;
537
+ provider?: ManagerRetryResponseProviderAwsAlb10 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers10 | ManagerRetryResponseProviderGkeGateway10 | any | null | undefined;
538
+ routeApi: "gateway";
539
+ };
540
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9: {
541
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
542
+ };
543
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9>;
544
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers9 = {
545
+ /**
546
+ * Optional ALB name when using BYO Application Gateway resources.
547
+ */
548
+ albName?: string | null | undefined;
549
+ /**
550
+ * Optional ALB namespace when using BYO Application Gateway resources.
551
+ */
552
+ albNamespace?: string | null | undefined;
553
+ /**
554
+ * Public or internal frontend exposure.
555
+ */
556
+ frontend: string;
557
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9;
558
+ };
559
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum9: {
560
+ readonly GkeGateway: "gkeGateway";
561
+ };
562
+ export type ManagerRetryResponseProviderGkeGatewayEnum9 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum9>;
563
+ export type ManagerRetryResponseProviderGkeGateway9 = {
564
+ provider: ManagerRetryResponseProviderGkeGatewayEnum9;
565
+ /**
566
+ * Optional static address name for the Gateway frontend.
567
+ */
568
+ staticAddressName?: string | null | undefined;
569
+ };
570
+ export declare const ManagerRetryResponseProviderAwsAlbEnum9: {
571
+ readonly AwsAlb: "awsAlb";
572
+ };
573
+ export type ManagerRetryResponseProviderAwsAlbEnum9 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum9>;
574
+ export type ManagerRetryResponseProviderAwsAlb9 = {
575
+ /**
576
+ * Optional ALB IP address type, such as `dualstack`.
577
+ */
578
+ ipAddressType?: string | null | undefined;
579
+ provider: ManagerRetryResponseProviderAwsAlbEnum9;
580
+ /**
581
+ * Internet-facing or internal ALB scheme.
582
+ */
583
+ scheme: string;
584
+ /**
585
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
586
+ */
587
+ subnetIds?: Array<string> | undefined;
588
+ /**
589
+ * ALB target type, usually `ip`.
590
+ */
591
+ targetType: string;
592
+ };
593
+ export type ManagerRetryResponseProviderUnion9 = ManagerRetryResponseProviderAwsAlb9 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers9 | ManagerRetryResponseProviderGkeGateway9 | any;
594
+ /**
595
+ * Shared Ingress route profile values.
596
+ */
597
+ export type ManagerRetryResponseRouteIngress5 = {
598
+ /**
599
+ * Annotations applied to route objects.
600
+ */
601
+ annotations?: {
602
+ [k: string]: string;
603
+ } | undefined;
604
+ /**
605
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
606
+ */
607
+ controller?: string | null | undefined;
608
+ /**
609
+ * `spec.ingressClassName` for generated Ingresses.
610
+ */
611
+ ingressClassName: string;
612
+ /**
613
+ * Labels applied to route objects.
614
+ */
615
+ labels?: {
616
+ [k: string]: string;
617
+ } | undefined;
618
+ provider?: ManagerRetryResponseProviderAwsAlb9 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers9 | ManagerRetryResponseProviderGkeGateway9 | any | null | undefined;
619
+ routeApi: "ingress";
620
+ };
621
+ /**
622
+ * Kubernetes route API selected for public endpoints.
623
+ */
624
+ export type ManagerRetryResponseRouteUnion5 = ManagerRetryResponseRouteIngress5 | ManagerRetryResponseRouteGateway5;
625
+ export type ManagerRetryResponseExposureGenerated3 = {
626
+ /**
627
+ * Certificate publication or reference mode for Kubernetes public endpoints.
628
+ */
629
+ certificate: ManagerRetryResponseCertificateTLSSecretRef5 | ManagerRetryResponseCertificateManagedAcmImport5 | ManagerRetryResponseCertificateAwsAcmArn5 | ManagerRetryResponseCertificateManagedTLSSecret5 | ManagerRetryResponseCertificateNone5;
630
+ mode: ManagerRetryResponseModeGenerated3;
631
+ /**
632
+ * Kubernetes route API selected for public endpoints.
633
+ */
634
+ route: ManagerRetryResponseRouteIngress5 | ManagerRetryResponseRouteGateway5;
635
+ };
636
+ export declare const ManagerRetryResponseModeDisabled3: {
637
+ readonly Disabled: "disabled";
638
+ };
639
+ export type ManagerRetryResponseModeDisabled3 = ClosedEnum<typeof ManagerRetryResponseModeDisabled3>;
640
+ export type ManagerRetryResponseExposureDisabled3 = {
641
+ mode: ManagerRetryResponseModeDisabled3;
642
+ };
643
+ export type ManagerRetryResponseExposureUnion3 = ManagerRetryResponseExposureCustom3 | ManagerRetryResponseExposureGenerated3 | ManagerRetryResponseExposureDisabled3 | any;
644
+ /**
645
+ * Kubernetes runtime substrate configuration.
646
+ *
647
+ * @remarks
648
+ *
649
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
650
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
651
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
652
+ * cluster.
653
+ */
654
+ export type ManagerRetryResponseKubernetes3 = {
655
+ cluster?: ManagerRetryResponseCluster3 | any | null | undefined;
656
+ exposure?: ManagerRetryResponseExposureCustom3 | ManagerRetryResponseExposureGenerated3 | ManagerRetryResponseExposureDisabled3 | any | null | undefined;
657
+ };
658
+ export type ManagerRetryResponseKubernetesUnion3 = ManagerRetryResponseKubernetes3 | any;
659
+ export declare const ManagerRetryResponseTypeByoVnetAzure3: {
660
+ readonly ByoVnetAzure: "byo-vnet-azure";
661
+ };
662
+ export type ManagerRetryResponseTypeByoVnetAzure3 = ClosedEnum<typeof ManagerRetryResponseTypeByoVnetAzure3>;
663
+ export type ManagerRetryResponseNetworkByoVnetAzure3 = {
664
+ /**
665
+ * Name of the private subnet within the VNet
666
+ */
667
+ privateSubnetName: string;
668
+ /**
669
+ * Name of the public subnet within the VNet
670
+ */
671
+ publicSubnetName: string;
672
+ type: ManagerRetryResponseTypeByoVnetAzure3;
673
+ /**
674
+ * The full resource ID of the existing VNet
675
+ */
676
+ vnetResourceId: string;
677
+ };
678
+ export declare const ManagerRetryResponseTypeByoVpcGcp3: {
679
+ readonly ByoVpcGcp: "byo-vpc-gcp";
680
+ };
681
+ export type ManagerRetryResponseTypeByoVpcGcp3 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcGcp3>;
682
+ export type ManagerRetryResponseNetworkByoVpcGcp3 = {
683
+ /**
684
+ * The name of the existing VPC network
685
+ */
686
+ networkName: string;
687
+ /**
688
+ * The region of the subnet
689
+ */
690
+ region: string;
691
+ /**
692
+ * The name of the subnet to use
693
+ */
694
+ subnetName: string;
695
+ type: ManagerRetryResponseTypeByoVpcGcp3;
696
+ };
697
+ export declare const ManagerRetryResponseTypeByoVpcAws3: {
698
+ readonly ByoVpcAws: "byo-vpc-aws";
699
+ };
700
+ export type ManagerRetryResponseTypeByoVpcAws3 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcAws3>;
701
+ export type ManagerRetryResponseNetworkByoVpcAws3 = {
702
+ /**
703
+ * IDs of private subnets
704
+ */
705
+ privateSubnetIds: Array<string>;
706
+ /**
707
+ * IDs of public subnets (required for public ingress)
708
+ */
709
+ publicSubnetIds: Array<string>;
710
+ /**
711
+ * Optional security group IDs to use
712
+ */
713
+ securityGroupIds?: Array<string> | undefined;
714
+ type: ManagerRetryResponseTypeByoVpcAws3;
715
+ /**
716
+ * The ID of the existing VPC
717
+ */
718
+ vpcId: string;
719
+ };
720
+ export declare const ManagerRetryResponseTypeCreate3: {
721
+ readonly Create: "create";
722
+ };
723
+ export type ManagerRetryResponseTypeCreate3 = ClosedEnum<typeof ManagerRetryResponseTypeCreate3>;
724
+ export type ManagerRetryResponseNetworkCreate3 = {
725
+ /**
726
+ * Number of availability zones (default: 2).
727
+ */
728
+ availabilityZones?: number | undefined;
729
+ /**
730
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
731
+ *
732
+ * @remarks
733
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
734
+ */
735
+ cidr?: string | null | undefined;
736
+ type: ManagerRetryResponseTypeCreate3;
737
+ };
738
+ export declare const ManagerRetryResponseTypeUseDefault3: {
739
+ readonly UseDefault: "use-default";
740
+ };
741
+ export type ManagerRetryResponseTypeUseDefault3 = ClosedEnum<typeof ManagerRetryResponseTypeUseDefault3>;
742
+ export type ManagerRetryResponseNetworkUseDefault3 = {
743
+ type: ManagerRetryResponseTypeUseDefault3;
744
+ };
745
+ export type ManagerRetryResponseNetworkUnion3 = ManagerRetryResponseNetworkByoVpcAws3 | ManagerRetryResponseNetworkByoVpcGcp3 | ManagerRetryResponseNetworkByoVnetAzure3 | ManagerRetryResponseNetworkUseDefault3 | ManagerRetryResponseNetworkCreate3 | any;
746
+ /**
747
+ * How telemetry (logs, metrics, traces) is handled.
748
+ */
749
+ export declare const ManagerRetryResponseTelemetry3: {
750
+ readonly Off: "off";
751
+ readonly Auto: "auto";
752
+ readonly ApprovalRequired: "approval-required";
753
+ };
754
+ /**
755
+ * How telemetry (logs, metrics, traces) is handled.
756
+ */
757
+ export type ManagerRetryResponseTelemetry3 = ClosedEnum<typeof ManagerRetryResponseTelemetry3>;
758
+ /**
759
+ * How updates are delivered to the deployment.
760
+ */
761
+ export declare const ManagerRetryResponseUpdates3: {
762
+ readonly Auto: "auto";
763
+ readonly ApprovalRequired: "approval-required";
764
+ };
765
+ /**
766
+ * How updates are delivered to the deployment.
767
+ */
768
+ export type ManagerRetryResponseUpdates3 = ClosedEnum<typeof ManagerRetryResponseUpdates3>;
769
+ /**
770
+ * User-customizable deployment settings specified at deploy time.
771
+ *
772
+ * @remarks
773
+ *
774
+ * These settings are provided by the customer via CloudFormation parameters,
775
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
776
+ * deployment runs and what capabilities are enabled.
777
+ *
778
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
779
+ * is platform-derived (from the Manager's ServiceAccount).
780
+ */
781
+ export type ManagerRetryResponseStackSettings3 = {
782
+ /**
783
+ * Deployment model: how updates are delivered to the remote environment.
784
+ */
785
+ deploymentModel?: ManagerRetryResponseDeploymentModel3 | undefined;
786
+ domains?: ManagerRetryResponseDomains3 | any | null | undefined;
787
+ /**
788
+ * External bindings for pre-existing infrastructure.
789
+ *
790
+ * @remarks
791
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
792
+ * Environment, etc.) instead of having Alien provision them.
793
+ * Required for Kubernetes platform, optional for cloud platforms.
794
+ */
795
+ externalBindings?: ManagerRetryResponseExternalBindings3 | null | undefined;
796
+ /**
797
+ * How heartbeat health checks are handled.
798
+ */
799
+ heartbeats?: ManagerRetryResponseHeartbeats3 | undefined;
800
+ kubernetes?: ManagerRetryResponseKubernetes3 | any | null | undefined;
801
+ network?: ManagerRetryResponseNetworkByoVpcAws3 | ManagerRetryResponseNetworkByoVpcGcp3 | ManagerRetryResponseNetworkByoVnetAzure3 | ManagerRetryResponseNetworkUseDefault3 | ManagerRetryResponseNetworkCreate3 | any | null | undefined;
802
+ /**
803
+ * How telemetry (logs, metrics, traces) is handled.
804
+ */
805
+ telemetry?: ManagerRetryResponseTelemetry3 | undefined;
806
+ /**
807
+ * How updates are delivered to the deployment.
808
+ */
809
+ updates?: ManagerRetryResponseUpdates3 | undefined;
810
+ };
811
+ export type ManagerRetryResponseSetupTerraform = {
812
+ method: "terraform";
813
+ deploymentPortalUrl: string;
814
+ managerUrl: string;
815
+ providerSource: string;
816
+ moduleSource: string;
817
+ moduleVersion?: string | undefined;
818
+ moduleInputs: {
819
+ [k: string]: string;
820
+ };
821
+ mainTf: string;
822
+ tfvars: string;
823
+ commands: string;
824
+ /**
825
+ * User-customizable deployment settings specified at deploy time.
826
+ *
827
+ * @remarks
828
+ *
829
+ * These settings are provided by the customer via CloudFormation parameters,
830
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
831
+ * deployment runs and what capabilities are enabled.
832
+ *
833
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
834
+ * is platform-derived (from the Manager's ServiceAccount).
835
+ */
836
+ stackSettings: ManagerRetryResponseStackSettings3;
837
+ };
838
+ /**
839
+ * Deployment model: how updates are delivered to the remote environment.
840
+ */
841
+ export declare const ManagerRetryResponseDeploymentModel2: {
842
+ readonly Push: "push";
843
+ readonly Pull: "pull";
844
+ };
845
+ /**
846
+ * Deployment model: how updates are delivered to the remote environment.
847
+ */
848
+ export type ManagerRetryResponseDeploymentModel2 = ClosedEnum<typeof ManagerRetryResponseDeploymentModel2>;
849
+ export type ManagerRetryResponseAws2 = {
850
+ certificateArn: string;
851
+ };
852
+ export type ManagerRetryResponseAwsUnion2 = ManagerRetryResponseAws2 | any;
853
+ export type ManagerRetryResponseAzure2 = {
854
+ keyVaultCertificateId: string;
855
+ };
856
+ export type ManagerRetryResponseAzureUnion2 = ManagerRetryResponseAzure2 | any;
857
+ export type ManagerRetryResponseGcp2 = {
858
+ certificateName: string;
859
+ };
860
+ export type ManagerRetryResponseGcpUnion2 = ManagerRetryResponseGcp2 | any;
861
+ /**
862
+ * Namespace-scoped Kubernetes TLS Secret reference.
863
+ */
864
+ export type ManagerRetryResponseTlsSecretRef2 = {
865
+ /**
866
+ * Secret namespace. Defaults to the release namespace when omitted.
867
+ */
868
+ namespace?: string | null | undefined;
869
+ /**
870
+ * Secret name.
871
+ */
872
+ secretName: string;
873
+ };
874
+ export type ManagerRetryResponseDomainsKubernetes2 = {
875
+ /**
876
+ * Namespace-scoped Kubernetes TLS Secret reference.
877
+ */
878
+ tlsSecretRef: ManagerRetryResponseTlsSecretRef2;
879
+ };
880
+ export type ManagerRetryResponseDomainsKubernetesUnion2 = ManagerRetryResponseDomainsKubernetes2 | any;
881
+ /**
882
+ * Platform-specific certificate references for custom domains.
883
+ */
884
+ export type ManagerRetryResponseDomainsCertificate2 = {
885
+ aws?: ManagerRetryResponseAws2 | any | null | undefined;
886
+ azure?: ManagerRetryResponseAzure2 | any | null | undefined;
887
+ gcp?: ManagerRetryResponseGcp2 | any | null | undefined;
888
+ kubernetes?: ManagerRetryResponseDomainsKubernetes2 | any | null | undefined;
889
+ };
890
+ /**
891
+ * Custom domain configuration for a single resource.
892
+ */
893
+ export type ManagerRetryResponseCustomDomains2 = {
894
+ /**
895
+ * Platform-specific certificate references for custom domains.
896
+ */
897
+ certificate: ManagerRetryResponseDomainsCertificate2;
898
+ /**
899
+ * Fully qualified domain name to use.
900
+ */
901
+ domain: string;
902
+ };
903
+ /**
904
+ * Domain configuration for the stack.
905
+ *
906
+ * @remarks
907
+ *
908
+ * When `custom_domains` is set, the specified resources use customer-provided
909
+ * domains and certificates. Otherwise, Alien auto-generates domains.
910
+ */
911
+ export type ManagerRetryResponseDomains2 = {
912
+ /**
913
+ * Custom domain configuration per resource ID.
914
+ */
915
+ customDomains?: {
916
+ [k: string]: ManagerRetryResponseCustomDomains2;
917
+ } | null | undefined;
918
+ };
919
+ export type ManagerRetryResponseDomainsUnion2 = ManagerRetryResponseDomains2 | any;
920
+ /**
921
+ * External bindings for pre-existing infrastructure.
922
+ *
923
+ * @remarks
924
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
925
+ * Environment, etc.) instead of having Alien provision them.
926
+ * Required for Kubernetes platform, optional for cloud platforms.
927
+ */
928
+ export type ManagerRetryResponseExternalBindings2 = {};
929
+ /**
930
+ * How heartbeat health checks are handled.
931
+ */
932
+ export declare const ManagerRetryResponseHeartbeats2: {
933
+ readonly Off: "off";
934
+ readonly On: "on";
935
+ };
936
+ /**
937
+ * How heartbeat health checks are handled.
938
+ */
939
+ export type ManagerRetryResponseHeartbeats2 = ClosedEnum<typeof ManagerRetryResponseHeartbeats2>;
940
+ /**
941
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
942
+ */
943
+ export type ManagerRetryResponseCloud2 = {
944
+ accountId?: string | null | undefined;
945
+ clusterId?: string | null | undefined;
946
+ clusterName?: string | null | undefined;
947
+ projectId?: string | null | undefined;
948
+ region?: string | null | undefined;
949
+ resourceGroup?: string | null | undefined;
950
+ subscriptionId?: string | null | undefined;
951
+ };
952
+ export type ManagerRetryResponseCloudUnion2 = ManagerRetryResponseCloud2 | any;
953
+ /**
954
+ * Ownership model for the Kubernetes cluster.
955
+ */
956
+ export declare const ManagerRetryResponseOwnership2: {
957
+ readonly Managed: "managed";
958
+ readonly Existing: "existing";
959
+ readonly External: "external";
960
+ };
961
+ /**
962
+ * Ownership model for the Kubernetes cluster.
963
+ */
964
+ export type ManagerRetryResponseOwnership2 = ClosedEnum<typeof ManagerRetryResponseOwnership2>;
965
+ /**
966
+ * Kubernetes cluster setup settings.
967
+ */
968
+ export type ManagerRetryResponseCluster2 = {
969
+ cloud?: ManagerRetryResponseCloud2 | any | null | undefined;
970
+ /**
971
+ * Namespace where the Alien chart and application resources run.
972
+ */
973
+ namespace?: string | null | undefined;
974
+ /**
975
+ * Ownership model for the Kubernetes cluster.
976
+ */
977
+ ownership: ManagerRetryResponseOwnership2;
978
+ };
979
+ export type ManagerRetryResponseClusterUnion2 = ManagerRetryResponseCluster2 | any;
980
+ export type ManagerRetryResponseCertificateNone4 = {
981
+ mode: "none";
982
+ };
983
+ export type ManagerRetryResponseCertificateManagedTLSSecret4 = {
984
+ mode: "managedTlsSecret";
985
+ /**
986
+ * Secret name template. Runtime may substitute resource/deployment tokens.
987
+ */
988
+ secretNameTemplate: string;
989
+ };
990
+ export type ManagerRetryResponseCertificateAwsAcmArn4 = {
991
+ /**
992
+ * Existing ACM certificate ARN.
993
+ */
994
+ certificateArn: string;
995
+ mode: "awsAcmArn";
996
+ };
997
+ export type ManagerRetryResponseCertificateManagedAcmImport4 = {
998
+ mode: "managedAcmImport";
999
+ /**
1000
+ * ACM region. Defaults to the deployment region when omitted.
1001
+ */
1002
+ region?: string | null | undefined;
1003
+ /**
1004
+ * Tags applied to runtime-imported ACM certificates.
1005
+ */
1006
+ tags?: {
1007
+ [k: string]: string;
1008
+ } | undefined;
1009
+ };
1010
+ /**
1011
+ * Namespace-scoped Kubernetes TLS Secret reference.
1012
+ */
1013
+ export type ManagerRetryResponseCertificateTLSSecretRef4 = {
1014
+ /**
1015
+ * Secret namespace. Defaults to the release namespace when omitted.
1016
+ */
1017
+ namespace?: string | null | undefined;
1018
+ /**
1019
+ * Secret name.
1020
+ */
1021
+ secretName: string;
1022
+ mode: "tlsSecretRef";
1023
+ };
1024
+ /**
1025
+ * Certificate publication or reference mode for Kubernetes public endpoints.
1026
+ */
1027
+ export type ManagerRetryResponseCertificateUnion4 = ManagerRetryResponseCertificateTLSSecretRef4 | ManagerRetryResponseCertificateManagedAcmImport4 | ManagerRetryResponseCertificateAwsAcmArn4 | ManagerRetryResponseCertificateManagedTLSSecret4 | ManagerRetryResponseCertificateNone4;
1028
+ export declare const ManagerRetryResponseModeCustom2: {
1029
+ readonly Custom: "custom";
1030
+ };
1031
+ export type ManagerRetryResponseModeCustom2 = ClosedEnum<typeof ManagerRetryResponseModeCustom2>;
1032
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8: {
1033
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1034
+ };
1035
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8>;
1036
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers8 = {
1037
+ /**
1038
+ * Optional ALB name when using BYO Application Gateway resources.
1039
+ */
1040
+ albName?: string | null | undefined;
1041
+ /**
1042
+ * Optional ALB namespace when using BYO Application Gateway resources.
1043
+ */
1044
+ albNamespace?: string | null | undefined;
1045
+ /**
1046
+ * Public or internal frontend exposure.
1047
+ */
1048
+ frontend: string;
1049
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8;
1050
+ };
1051
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum8: {
1052
+ readonly GkeGateway: "gkeGateway";
1053
+ };
1054
+ export type ManagerRetryResponseProviderGkeGatewayEnum8 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum8>;
1055
+ export type ManagerRetryResponseProviderGkeGateway8 = {
1056
+ provider: ManagerRetryResponseProviderGkeGatewayEnum8;
1057
+ /**
1058
+ * Optional static address name for the Gateway frontend.
1059
+ */
1060
+ staticAddressName?: string | null | undefined;
1061
+ };
1062
+ export declare const ManagerRetryResponseProviderAwsAlbEnum8: {
1063
+ readonly AwsAlb: "awsAlb";
1064
+ };
1065
+ export type ManagerRetryResponseProviderAwsAlbEnum8 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum8>;
1066
+ export type ManagerRetryResponseProviderAwsAlb8 = {
1067
+ /**
1068
+ * Optional ALB IP address type, such as `dualstack`.
1069
+ */
1070
+ ipAddressType?: string | null | undefined;
1071
+ provider: ManagerRetryResponseProviderAwsAlbEnum8;
1072
+ /**
1073
+ * Internet-facing or internal ALB scheme.
1074
+ */
1075
+ scheme: string;
1076
+ /**
1077
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1078
+ */
1079
+ subnetIds?: Array<string> | undefined;
1080
+ /**
1081
+ * ALB target type, usually `ip`.
1082
+ */
1083
+ targetType: string;
1084
+ };
1085
+ export type ManagerRetryResponseProviderUnion8 = ManagerRetryResponseProviderAwsAlb8 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers8 | ManagerRetryResponseProviderGkeGateway8 | any;
1086
+ /**
1087
+ * Shared Gateway API route profile values.
1088
+ */
1089
+ export type ManagerRetryResponseRouteGateway4 = {
1090
+ /**
1091
+ * Annotations applied to route objects.
1092
+ */
1093
+ annotations?: {
1094
+ [k: string]: string;
1095
+ } | undefined;
1096
+ /**
1097
+ * Route controller identifier, for example a cloud Gateway controller.
1098
+ */
1099
+ controller?: string | null | undefined;
1100
+ /**
1101
+ * GatewayClass selected for generated Gateways.
1102
+ */
1103
+ gatewayClassName: string;
1104
+ /**
1105
+ * Labels applied to route objects.
1106
+ */
1107
+ labels?: {
1108
+ [k: string]: string;
1109
+ } | undefined;
1110
+ /**
1111
+ * Listener port, usually 443.
1112
+ */
1113
+ listenerPort: number;
1114
+ provider?: ManagerRetryResponseProviderAwsAlb8 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers8 | ManagerRetryResponseProviderGkeGateway8 | any | null | undefined;
1115
+ routeApi: "gateway";
1116
+ };
1117
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7: {
1118
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1119
+ };
1120
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7>;
1121
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers7 = {
1122
+ /**
1123
+ * Optional ALB name when using BYO Application Gateway resources.
1124
+ */
1125
+ albName?: string | null | undefined;
1126
+ /**
1127
+ * Optional ALB namespace when using BYO Application Gateway resources.
1128
+ */
1129
+ albNamespace?: string | null | undefined;
1130
+ /**
1131
+ * Public or internal frontend exposure.
1132
+ */
1133
+ frontend: string;
1134
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7;
1135
+ };
1136
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum7: {
1137
+ readonly GkeGateway: "gkeGateway";
1138
+ };
1139
+ export type ManagerRetryResponseProviderGkeGatewayEnum7 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum7>;
1140
+ export type ManagerRetryResponseProviderGkeGateway7 = {
1141
+ provider: ManagerRetryResponseProviderGkeGatewayEnum7;
1142
+ /**
1143
+ * Optional static address name for the Gateway frontend.
1144
+ */
1145
+ staticAddressName?: string | null | undefined;
1146
+ };
1147
+ export declare const ManagerRetryResponseProviderAwsAlbEnum7: {
1148
+ readonly AwsAlb: "awsAlb";
1149
+ };
1150
+ export type ManagerRetryResponseProviderAwsAlbEnum7 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum7>;
1151
+ export type ManagerRetryResponseProviderAwsAlb7 = {
1152
+ /**
1153
+ * Optional ALB IP address type, such as `dualstack`.
1154
+ */
1155
+ ipAddressType?: string | null | undefined;
1156
+ provider: ManagerRetryResponseProviderAwsAlbEnum7;
1157
+ /**
1158
+ * Internet-facing or internal ALB scheme.
1159
+ */
1160
+ scheme: string;
1161
+ /**
1162
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1163
+ */
1164
+ subnetIds?: Array<string> | undefined;
1165
+ /**
1166
+ * ALB target type, usually `ip`.
1167
+ */
1168
+ targetType: string;
1169
+ };
1170
+ export type ManagerRetryResponseProviderUnion7 = ManagerRetryResponseProviderAwsAlb7 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers7 | ManagerRetryResponseProviderGkeGateway7 | any;
1171
+ /**
1172
+ * Shared Ingress route profile values.
1173
+ */
1174
+ export type ManagerRetryResponseRouteIngress4 = {
1175
+ /**
1176
+ * Annotations applied to route objects.
1177
+ */
1178
+ annotations?: {
1179
+ [k: string]: string;
1180
+ } | undefined;
1181
+ /**
1182
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
1183
+ */
1184
+ controller?: string | null | undefined;
1185
+ /**
1186
+ * `spec.ingressClassName` for generated Ingresses.
1187
+ */
1188
+ ingressClassName: string;
1189
+ /**
1190
+ * Labels applied to route objects.
1191
+ */
1192
+ labels?: {
1193
+ [k: string]: string;
1194
+ } | undefined;
1195
+ provider?: ManagerRetryResponseProviderAwsAlb7 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers7 | ManagerRetryResponseProviderGkeGateway7 | any | null | undefined;
1196
+ routeApi: "ingress";
1197
+ };
1198
+ /**
1199
+ * Kubernetes route API selected for public endpoints.
1200
+ */
1201
+ export type ManagerRetryResponseRouteUnion4 = ManagerRetryResponseRouteIngress4 | ManagerRetryResponseRouteGateway4;
1202
+ export type ManagerRetryResponseExposureCustom2 = {
1203
+ /**
1204
+ * Certificate publication or reference mode for Kubernetes public endpoints.
1205
+ */
1206
+ certificate: ManagerRetryResponseCertificateTLSSecretRef4 | ManagerRetryResponseCertificateManagedAcmImport4 | ManagerRetryResponseCertificateAwsAcmArn4 | ManagerRetryResponseCertificateManagedTLSSecret4 | ManagerRetryResponseCertificateNone4;
1207
+ /**
1208
+ * Hostname routed by the Kubernetes public endpoint.
1209
+ */
1210
+ domain: string;
1211
+ mode: ManagerRetryResponseModeCustom2;
1212
+ /**
1213
+ * Kubernetes route API selected for public endpoints.
1214
+ */
1215
+ route: ManagerRetryResponseRouteIngress4 | ManagerRetryResponseRouteGateway4;
1216
+ };
1217
+ export type ManagerRetryResponseCertificateNone3 = {
1218
+ mode: "none";
1219
+ };
1220
+ export type ManagerRetryResponseCertificateManagedTLSSecret3 = {
1221
+ mode: "managedTlsSecret";
1222
+ /**
1223
+ * Secret name template. Runtime may substitute resource/deployment tokens.
1224
+ */
1225
+ secretNameTemplate: string;
1226
+ };
1227
+ export type ManagerRetryResponseCertificateAwsAcmArn3 = {
1228
+ /**
1229
+ * Existing ACM certificate ARN.
1230
+ */
1231
+ certificateArn: string;
1232
+ mode: "awsAcmArn";
1233
+ };
1234
+ export type ManagerRetryResponseCertificateManagedAcmImport3 = {
1235
+ mode: "managedAcmImport";
1236
+ /**
1237
+ * ACM region. Defaults to the deployment region when omitted.
1238
+ */
1239
+ region?: string | null | undefined;
1240
+ /**
1241
+ * Tags applied to runtime-imported ACM certificates.
1242
+ */
1243
+ tags?: {
1244
+ [k: string]: string;
1245
+ } | undefined;
1246
+ };
1247
+ /**
1248
+ * Namespace-scoped Kubernetes TLS Secret reference.
1249
+ */
1250
+ export type ManagerRetryResponseCertificateTLSSecretRef3 = {
1251
+ /**
1252
+ * Secret namespace. Defaults to the release namespace when omitted.
1253
+ */
1254
+ namespace?: string | null | undefined;
1255
+ /**
1256
+ * Secret name.
1257
+ */
1258
+ secretName: string;
1259
+ mode: "tlsSecretRef";
1260
+ };
1261
+ /**
1262
+ * Certificate publication or reference mode for Kubernetes public endpoints.
1263
+ */
1264
+ export type ManagerRetryResponseCertificateUnion3 = ManagerRetryResponseCertificateTLSSecretRef3 | ManagerRetryResponseCertificateManagedAcmImport3 | ManagerRetryResponseCertificateAwsAcmArn3 | ManagerRetryResponseCertificateManagedTLSSecret3 | ManagerRetryResponseCertificateNone3;
1265
+ export declare const ManagerRetryResponseModeGenerated2: {
1266
+ readonly Generated: "generated";
1267
+ };
1268
+ export type ManagerRetryResponseModeGenerated2 = ClosedEnum<typeof ManagerRetryResponseModeGenerated2>;
1269
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6: {
1270
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1271
+ };
1272
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6>;
1273
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers6 = {
1274
+ /**
1275
+ * Optional ALB name when using BYO Application Gateway resources.
1276
+ */
1277
+ albName?: string | null | undefined;
1278
+ /**
1279
+ * Optional ALB namespace when using BYO Application Gateway resources.
1280
+ */
1281
+ albNamespace?: string | null | undefined;
1282
+ /**
1283
+ * Public or internal frontend exposure.
1284
+ */
1285
+ frontend: string;
1286
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6;
1287
+ };
1288
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum6: {
1289
+ readonly GkeGateway: "gkeGateway";
1290
+ };
1291
+ export type ManagerRetryResponseProviderGkeGatewayEnum6 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum6>;
1292
+ export type ManagerRetryResponseProviderGkeGateway6 = {
1293
+ provider: ManagerRetryResponseProviderGkeGatewayEnum6;
1294
+ /**
1295
+ * Optional static address name for the Gateway frontend.
1296
+ */
1297
+ staticAddressName?: string | null | undefined;
1298
+ };
1299
+ export declare const ManagerRetryResponseProviderAwsAlbEnum6: {
1300
+ readonly AwsAlb: "awsAlb";
1301
+ };
1302
+ export type ManagerRetryResponseProviderAwsAlbEnum6 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum6>;
1303
+ export type ManagerRetryResponseProviderAwsAlb6 = {
1304
+ /**
1305
+ * Optional ALB IP address type, such as `dualstack`.
1306
+ */
1307
+ ipAddressType?: string | null | undefined;
1308
+ provider: ManagerRetryResponseProviderAwsAlbEnum6;
1309
+ /**
1310
+ * Internet-facing or internal ALB scheme.
1311
+ */
1312
+ scheme: string;
1313
+ /**
1314
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1315
+ */
1316
+ subnetIds?: Array<string> | undefined;
1317
+ /**
1318
+ * ALB target type, usually `ip`.
1319
+ */
1320
+ targetType: string;
1321
+ };
1322
+ export type ManagerRetryResponseProviderUnion6 = ManagerRetryResponseProviderAwsAlb6 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers6 | ManagerRetryResponseProviderGkeGateway6 | any;
1323
+ /**
1324
+ * Shared Gateway API route profile values.
1325
+ */
1326
+ export type ManagerRetryResponseRouteGateway3 = {
1327
+ /**
1328
+ * Annotations applied to route objects.
1329
+ */
1330
+ annotations?: {
1331
+ [k: string]: string;
1332
+ } | undefined;
1333
+ /**
1334
+ * Route controller identifier, for example a cloud Gateway controller.
1335
+ */
1336
+ controller?: string | null | undefined;
1337
+ /**
1338
+ * GatewayClass selected for generated Gateways.
1339
+ */
1340
+ gatewayClassName: string;
1341
+ /**
1342
+ * Labels applied to route objects.
1343
+ */
1344
+ labels?: {
1345
+ [k: string]: string;
1346
+ } | undefined;
1347
+ /**
1348
+ * Listener port, usually 443.
1349
+ */
1350
+ listenerPort: number;
1351
+ provider?: ManagerRetryResponseProviderAwsAlb6 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers6 | ManagerRetryResponseProviderGkeGateway6 | any | null | undefined;
1352
+ routeApi: "gateway";
1353
+ };
1354
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5: {
1355
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1356
+ };
1357
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5>;
1358
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers5 = {
1359
+ /**
1360
+ * Optional ALB name when using BYO Application Gateway resources.
1361
+ */
1362
+ albName?: string | null | undefined;
1363
+ /**
1364
+ * Optional ALB namespace when using BYO Application Gateway resources.
1365
+ */
1366
+ albNamespace?: string | null | undefined;
1367
+ /**
1368
+ * Public or internal frontend exposure.
1369
+ */
1370
+ frontend: string;
1371
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5;
1372
+ };
1373
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum5: {
1374
+ readonly GkeGateway: "gkeGateway";
1375
+ };
1376
+ export type ManagerRetryResponseProviderGkeGatewayEnum5 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum5>;
1377
+ export type ManagerRetryResponseProviderGkeGateway5 = {
1378
+ provider: ManagerRetryResponseProviderGkeGatewayEnum5;
1379
+ /**
1380
+ * Optional static address name for the Gateway frontend.
1381
+ */
1382
+ staticAddressName?: string | null | undefined;
1383
+ };
1384
+ export declare const ManagerRetryResponseProviderAwsAlbEnum5: {
1385
+ readonly AwsAlb: "awsAlb";
1386
+ };
1387
+ export type ManagerRetryResponseProviderAwsAlbEnum5 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum5>;
1388
+ export type ManagerRetryResponseProviderAwsAlb5 = {
1389
+ /**
1390
+ * Optional ALB IP address type, such as `dualstack`.
1391
+ */
1392
+ ipAddressType?: string | null | undefined;
1393
+ provider: ManagerRetryResponseProviderAwsAlbEnum5;
1394
+ /**
1395
+ * Internet-facing or internal ALB scheme.
1396
+ */
1397
+ scheme: string;
1398
+ /**
1399
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1400
+ */
1401
+ subnetIds?: Array<string> | undefined;
1402
+ /**
1403
+ * ALB target type, usually `ip`.
1404
+ */
1405
+ targetType: string;
1406
+ };
1407
+ export type ManagerRetryResponseProviderUnion5 = ManagerRetryResponseProviderAwsAlb5 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers5 | ManagerRetryResponseProviderGkeGateway5 | any;
1408
+ /**
1409
+ * Shared Ingress route profile values.
1410
+ */
1411
+ export type ManagerRetryResponseRouteIngress3 = {
1412
+ /**
1413
+ * Annotations applied to route objects.
1414
+ */
1415
+ annotations?: {
1416
+ [k: string]: string;
1417
+ } | undefined;
1418
+ /**
1419
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
1420
+ */
1421
+ controller?: string | null | undefined;
1422
+ /**
1423
+ * `spec.ingressClassName` for generated Ingresses.
1424
+ */
1425
+ ingressClassName: string;
1426
+ /**
1427
+ * Labels applied to route objects.
1428
+ */
1429
+ labels?: {
1430
+ [k: string]: string;
1431
+ } | undefined;
1432
+ provider?: ManagerRetryResponseProviderAwsAlb5 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers5 | ManagerRetryResponseProviderGkeGateway5 | any | null | undefined;
1433
+ routeApi: "ingress";
1434
+ };
1435
+ /**
1436
+ * Kubernetes route API selected for public endpoints.
1437
+ */
1438
+ export type ManagerRetryResponseRouteUnion3 = ManagerRetryResponseRouteIngress3 | ManagerRetryResponseRouteGateway3;
1439
+ export type ManagerRetryResponseExposureGenerated2 = {
1440
+ /**
1441
+ * Certificate publication or reference mode for Kubernetes public endpoints.
1442
+ */
1443
+ certificate: ManagerRetryResponseCertificateTLSSecretRef3 | ManagerRetryResponseCertificateManagedAcmImport3 | ManagerRetryResponseCertificateAwsAcmArn3 | ManagerRetryResponseCertificateManagedTLSSecret3 | ManagerRetryResponseCertificateNone3;
1444
+ mode: ManagerRetryResponseModeGenerated2;
1445
+ /**
1446
+ * Kubernetes route API selected for public endpoints.
1447
+ */
1448
+ route: ManagerRetryResponseRouteIngress3 | ManagerRetryResponseRouteGateway3;
1449
+ };
1450
+ export declare const ManagerRetryResponseModeDisabled2: {
1451
+ readonly Disabled: "disabled";
1452
+ };
1453
+ export type ManagerRetryResponseModeDisabled2 = ClosedEnum<typeof ManagerRetryResponseModeDisabled2>;
1454
+ export type ManagerRetryResponseExposureDisabled2 = {
1455
+ mode: ManagerRetryResponseModeDisabled2;
1456
+ };
1457
+ export type ManagerRetryResponseExposureUnion2 = ManagerRetryResponseExposureCustom2 | ManagerRetryResponseExposureGenerated2 | ManagerRetryResponseExposureDisabled2 | any;
1458
+ /**
1459
+ * Kubernetes runtime substrate configuration.
1460
+ *
1461
+ * @remarks
1462
+ *
1463
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
1464
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
1465
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
1466
+ * cluster.
1467
+ */
1468
+ export type ManagerRetryResponseKubernetes2 = {
1469
+ cluster?: ManagerRetryResponseCluster2 | any | null | undefined;
1470
+ exposure?: ManagerRetryResponseExposureCustom2 | ManagerRetryResponseExposureGenerated2 | ManagerRetryResponseExposureDisabled2 | any | null | undefined;
1471
+ };
1472
+ export type ManagerRetryResponseKubernetesUnion2 = ManagerRetryResponseKubernetes2 | any;
1473
+ export declare const ManagerRetryResponseTypeByoVnetAzure2: {
1474
+ readonly ByoVnetAzure: "byo-vnet-azure";
1475
+ };
1476
+ export type ManagerRetryResponseTypeByoVnetAzure2 = ClosedEnum<typeof ManagerRetryResponseTypeByoVnetAzure2>;
1477
+ export type ManagerRetryResponseNetworkByoVnetAzure2 = {
1478
+ /**
1479
+ * Name of the private subnet within the VNet
1480
+ */
1481
+ privateSubnetName: string;
1482
+ /**
1483
+ * Name of the public subnet within the VNet
1484
+ */
1485
+ publicSubnetName: string;
1486
+ type: ManagerRetryResponseTypeByoVnetAzure2;
1487
+ /**
1488
+ * The full resource ID of the existing VNet
1489
+ */
1490
+ vnetResourceId: string;
1491
+ };
1492
+ export declare const ManagerRetryResponseTypeByoVpcGcp2: {
1493
+ readonly ByoVpcGcp: "byo-vpc-gcp";
1494
+ };
1495
+ export type ManagerRetryResponseTypeByoVpcGcp2 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcGcp2>;
1496
+ export type ManagerRetryResponseNetworkByoVpcGcp2 = {
1497
+ /**
1498
+ * The name of the existing VPC network
1499
+ */
1500
+ networkName: string;
1501
+ /**
1502
+ * The region of the subnet
1503
+ */
1504
+ region: string;
1505
+ /**
1506
+ * The name of the subnet to use
1507
+ */
1508
+ subnetName: string;
1509
+ type: ManagerRetryResponseTypeByoVpcGcp2;
1510
+ };
1511
+ export declare const ManagerRetryResponseTypeByoVpcAws2: {
1512
+ readonly ByoVpcAws: "byo-vpc-aws";
1513
+ };
1514
+ export type ManagerRetryResponseTypeByoVpcAws2 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcAws2>;
1515
+ export type ManagerRetryResponseNetworkByoVpcAws2 = {
1516
+ /**
1517
+ * IDs of private subnets
1518
+ */
1519
+ privateSubnetIds: Array<string>;
1520
+ /**
1521
+ * IDs of public subnets (required for public ingress)
1522
+ */
1523
+ publicSubnetIds: Array<string>;
1524
+ /**
1525
+ * Optional security group IDs to use
1526
+ */
1527
+ securityGroupIds?: Array<string> | undefined;
1528
+ type: ManagerRetryResponseTypeByoVpcAws2;
1529
+ /**
1530
+ * The ID of the existing VPC
1531
+ */
1532
+ vpcId: string;
1533
+ };
1534
+ export declare const ManagerRetryResponseTypeCreate2: {
1535
+ readonly Create: "create";
1536
+ };
1537
+ export type ManagerRetryResponseTypeCreate2 = ClosedEnum<typeof ManagerRetryResponseTypeCreate2>;
1538
+ export type ManagerRetryResponseNetworkCreate2 = {
1539
+ /**
1540
+ * Number of availability zones (default: 2).
1541
+ */
1542
+ availabilityZones?: number | undefined;
1543
+ /**
1544
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
1545
+ *
1546
+ * @remarks
1547
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
1548
+ */
1549
+ cidr?: string | null | undefined;
1550
+ type: ManagerRetryResponseTypeCreate2;
1551
+ };
1552
+ export declare const ManagerRetryResponseTypeUseDefault2: {
1553
+ readonly UseDefault: "use-default";
1554
+ };
1555
+ export type ManagerRetryResponseTypeUseDefault2 = ClosedEnum<typeof ManagerRetryResponseTypeUseDefault2>;
1556
+ export type ManagerRetryResponseNetworkUseDefault2 = {
1557
+ type: ManagerRetryResponseTypeUseDefault2;
1558
+ };
1559
+ export type ManagerRetryResponseNetworkUnion2 = ManagerRetryResponseNetworkByoVpcAws2 | ManagerRetryResponseNetworkByoVpcGcp2 | ManagerRetryResponseNetworkByoVnetAzure2 | ManagerRetryResponseNetworkUseDefault2 | ManagerRetryResponseNetworkCreate2 | any;
1560
+ /**
1561
+ * How telemetry (logs, metrics, traces) is handled.
1562
+ */
1563
+ export declare const ManagerRetryResponseTelemetry2: {
1564
+ readonly Off: "off";
1565
+ readonly Auto: "auto";
1566
+ readonly ApprovalRequired: "approval-required";
1567
+ };
1568
+ /**
1569
+ * How telemetry (logs, metrics, traces) is handled.
1570
+ */
1571
+ export type ManagerRetryResponseTelemetry2 = ClosedEnum<typeof ManagerRetryResponseTelemetry2>;
1572
+ /**
1573
+ * How updates are delivered to the deployment.
1574
+ */
1575
+ export declare const ManagerRetryResponseUpdates2: {
1576
+ readonly Auto: "auto";
1577
+ readonly ApprovalRequired: "approval-required";
1578
+ };
1579
+ /**
1580
+ * How updates are delivered to the deployment.
1581
+ */
1582
+ export type ManagerRetryResponseUpdates2 = ClosedEnum<typeof ManagerRetryResponseUpdates2>;
1583
+ /**
1584
+ * User-customizable deployment settings specified at deploy time.
1585
+ *
1586
+ * @remarks
1587
+ *
1588
+ * These settings are provided by the customer via CloudFormation parameters,
1589
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
1590
+ * deployment runs and what capabilities are enabled.
1591
+ *
1592
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
1593
+ * is platform-derived (from the Manager's ServiceAccount).
1594
+ */
1595
+ export type ManagerRetryResponseStackSettings2 = {
1596
+ /**
1597
+ * Deployment model: how updates are delivered to the remote environment.
1598
+ */
1599
+ deploymentModel?: ManagerRetryResponseDeploymentModel2 | undefined;
1600
+ domains?: ManagerRetryResponseDomains2 | any | null | undefined;
1601
+ /**
1602
+ * External bindings for pre-existing infrastructure.
1603
+ *
1604
+ * @remarks
1605
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
1606
+ * Environment, etc.) instead of having Alien provision them.
1607
+ * Required for Kubernetes platform, optional for cloud platforms.
1608
+ */
1609
+ externalBindings?: ManagerRetryResponseExternalBindings2 | null | undefined;
1610
+ /**
1611
+ * How heartbeat health checks are handled.
1612
+ */
1613
+ heartbeats?: ManagerRetryResponseHeartbeats2 | undefined;
1614
+ kubernetes?: ManagerRetryResponseKubernetes2 | any | null | undefined;
1615
+ network?: ManagerRetryResponseNetworkByoVpcAws2 | ManagerRetryResponseNetworkByoVpcGcp2 | ManagerRetryResponseNetworkByoVnetAzure2 | ManagerRetryResponseNetworkUseDefault2 | ManagerRetryResponseNetworkCreate2 | any | null | undefined;
1616
+ /**
1617
+ * How telemetry (logs, metrics, traces) is handled.
1618
+ */
1619
+ telemetry?: ManagerRetryResponseTelemetry2 | undefined;
1620
+ /**
1621
+ * How updates are delivered to the deployment.
1622
+ */
1623
+ updates?: ManagerRetryResponseUpdates2 | undefined;
1624
+ };
1625
+ export type ManagerRetryResponseSetupGoogleOauth = {
1626
+ method: "google-oauth";
1627
+ deploymentPortalUrl: string;
1628
+ managerUrl: string;
1629
+ oauthStartUrl: string;
1630
+ region: string;
1631
+ /**
1632
+ * User-customizable deployment settings specified at deploy time.
1633
+ *
1634
+ * @remarks
1635
+ *
1636
+ * These settings are provided by the customer via CloudFormation parameters,
1637
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
1638
+ * deployment runs and what capabilities are enabled.
1639
+ *
1640
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
1641
+ * is platform-derived (from the Manager's ServiceAccount).
1642
+ */
1643
+ stackSettings: ManagerRetryResponseStackSettings2;
1644
+ };
1645
+ /**
1646
+ * Deployment model: how updates are delivered to the remote environment.
1647
+ */
1648
+ export declare const ManagerRetryResponseDeploymentModel1: {
1649
+ readonly Push: "push";
1650
+ readonly Pull: "pull";
1651
+ };
1652
+ /**
1653
+ * Deployment model: how updates are delivered to the remote environment.
1654
+ */
1655
+ export type ManagerRetryResponseDeploymentModel1 = ClosedEnum<typeof ManagerRetryResponseDeploymentModel1>;
1656
+ export type ManagerRetryResponseAws1 = {
1657
+ certificateArn: string;
1658
+ };
1659
+ export type ManagerRetryResponseAwsUnion1 = ManagerRetryResponseAws1 | any;
1660
+ export type ManagerRetryResponseAzure1 = {
1661
+ keyVaultCertificateId: string;
1662
+ };
1663
+ export type ManagerRetryResponseAzureUnion1 = ManagerRetryResponseAzure1 | any;
1664
+ export type ManagerRetryResponseGcp1 = {
1665
+ certificateName: string;
1666
+ };
1667
+ export type ManagerRetryResponseGcpUnion1 = ManagerRetryResponseGcp1 | any;
1668
+ /**
1669
+ * Namespace-scoped Kubernetes TLS Secret reference.
1670
+ */
1671
+ export type ManagerRetryResponseTlsSecretRef1 = {
1672
+ /**
1673
+ * Secret namespace. Defaults to the release namespace when omitted.
1674
+ */
1675
+ namespace?: string | null | undefined;
1676
+ /**
1677
+ * Secret name.
1678
+ */
1679
+ secretName: string;
1680
+ };
1681
+ export type ManagerRetryResponseDomainsKubernetes1 = {
1682
+ /**
1683
+ * Namespace-scoped Kubernetes TLS Secret reference.
1684
+ */
1685
+ tlsSecretRef: ManagerRetryResponseTlsSecretRef1;
1686
+ };
1687
+ export type ManagerRetryResponseDomainsKubernetesUnion1 = ManagerRetryResponseDomainsKubernetes1 | any;
1688
+ /**
1689
+ * Platform-specific certificate references for custom domains.
1690
+ */
1691
+ export type ManagerRetryResponseDomainsCertificate1 = {
1692
+ aws?: ManagerRetryResponseAws1 | any | null | undefined;
1693
+ azure?: ManagerRetryResponseAzure1 | any | null | undefined;
1694
+ gcp?: ManagerRetryResponseGcp1 | any | null | undefined;
1695
+ kubernetes?: ManagerRetryResponseDomainsKubernetes1 | any | null | undefined;
1696
+ };
1697
+ /**
1698
+ * Custom domain configuration for a single resource.
1699
+ */
1700
+ export type ManagerRetryResponseCustomDomains1 = {
1701
+ /**
1702
+ * Platform-specific certificate references for custom domains.
1703
+ */
1704
+ certificate: ManagerRetryResponseDomainsCertificate1;
1705
+ /**
1706
+ * Fully qualified domain name to use.
1707
+ */
1708
+ domain: string;
1709
+ };
1710
+ /**
1711
+ * Domain configuration for the stack.
1712
+ *
1713
+ * @remarks
1714
+ *
1715
+ * When `custom_domains` is set, the specified resources use customer-provided
1716
+ * domains and certificates. Otherwise, Alien auto-generates domains.
1717
+ */
1718
+ export type ManagerRetryResponseDomains1 = {
1719
+ /**
1720
+ * Custom domain configuration per resource ID.
1721
+ */
1722
+ customDomains?: {
1723
+ [k: string]: ManagerRetryResponseCustomDomains1;
1724
+ } | null | undefined;
1725
+ };
1726
+ export type ManagerRetryResponseDomainsUnion1 = ManagerRetryResponseDomains1 | any;
1727
+ /**
1728
+ * External bindings for pre-existing infrastructure.
1729
+ *
1730
+ * @remarks
1731
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
1732
+ * Environment, etc.) instead of having Alien provision them.
1733
+ * Required for Kubernetes platform, optional for cloud platforms.
1734
+ */
1735
+ export type ManagerRetryResponseExternalBindings1 = {};
1736
+ /**
1737
+ * How heartbeat health checks are handled.
1738
+ */
1739
+ export declare const ManagerRetryResponseHeartbeats1: {
1740
+ readonly Off: "off";
1741
+ readonly On: "on";
1742
+ };
1743
+ /**
1744
+ * How heartbeat health checks are handled.
1745
+ */
1746
+ export type ManagerRetryResponseHeartbeats1 = ClosedEnum<typeof ManagerRetryResponseHeartbeats1>;
1747
+ /**
1748
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
1749
+ */
1750
+ export type ManagerRetryResponseCloud1 = {
1751
+ accountId?: string | null | undefined;
1752
+ clusterId?: string | null | undefined;
1753
+ clusterName?: string | null | undefined;
1754
+ projectId?: string | null | undefined;
1755
+ region?: string | null | undefined;
1756
+ resourceGroup?: string | null | undefined;
1757
+ subscriptionId?: string | null | undefined;
1758
+ };
1759
+ export type ManagerRetryResponseCloudUnion1 = ManagerRetryResponseCloud1 | any;
1760
+ /**
1761
+ * Ownership model for the Kubernetes cluster.
1762
+ */
1763
+ export declare const ManagerRetryResponseOwnership1: {
1764
+ readonly Managed: "managed";
1765
+ readonly Existing: "existing";
1766
+ readonly External: "external";
1767
+ };
1768
+ /**
1769
+ * Ownership model for the Kubernetes cluster.
1770
+ */
1771
+ export type ManagerRetryResponseOwnership1 = ClosedEnum<typeof ManagerRetryResponseOwnership1>;
1772
+ /**
1773
+ * Kubernetes cluster setup settings.
1774
+ */
1775
+ export type ManagerRetryResponseCluster1 = {
1776
+ cloud?: ManagerRetryResponseCloud1 | any | null | undefined;
1777
+ /**
1778
+ * Namespace where the Alien chart and application resources run.
1779
+ */
1780
+ namespace?: string | null | undefined;
1781
+ /**
1782
+ * Ownership model for the Kubernetes cluster.
1783
+ */
1784
+ ownership: ManagerRetryResponseOwnership1;
1785
+ };
1786
+ export type ManagerRetryResponseClusterUnion1 = ManagerRetryResponseCluster1 | any;
1787
+ export type ManagerRetryResponseCertificateNone2 = {
1788
+ mode: "none";
1789
+ };
1790
+ export type ManagerRetryResponseCertificateManagedTLSSecret2 = {
1791
+ mode: "managedTlsSecret";
1792
+ /**
1793
+ * Secret name template. Runtime may substitute resource/deployment tokens.
1794
+ */
1795
+ secretNameTemplate: string;
1796
+ };
1797
+ export type ManagerRetryResponseCertificateAwsAcmArn2 = {
1798
+ /**
1799
+ * Existing ACM certificate ARN.
1800
+ */
1801
+ certificateArn: string;
1802
+ mode: "awsAcmArn";
1803
+ };
1804
+ export type ManagerRetryResponseCertificateManagedAcmImport2 = {
1805
+ mode: "managedAcmImport";
1806
+ /**
1807
+ * ACM region. Defaults to the deployment region when omitted.
1808
+ */
1809
+ region?: string | null | undefined;
1810
+ /**
1811
+ * Tags applied to runtime-imported ACM certificates.
1812
+ */
1813
+ tags?: {
1814
+ [k: string]: string;
1815
+ } | undefined;
1816
+ };
1817
+ /**
1818
+ * Namespace-scoped Kubernetes TLS Secret reference.
1819
+ */
1820
+ export type ManagerRetryResponseCertificateTLSSecretRef2 = {
1821
+ /**
1822
+ * Secret namespace. Defaults to the release namespace when omitted.
1823
+ */
1824
+ namespace?: string | null | undefined;
1825
+ /**
1826
+ * Secret name.
1827
+ */
1828
+ secretName: string;
1829
+ mode: "tlsSecretRef";
1830
+ };
1831
+ /**
1832
+ * Certificate publication or reference mode for Kubernetes public endpoints.
1833
+ */
1834
+ export type ManagerRetryResponseCertificateUnion2 = ManagerRetryResponseCertificateTLSSecretRef2 | ManagerRetryResponseCertificateManagedAcmImport2 | ManagerRetryResponseCertificateAwsAcmArn2 | ManagerRetryResponseCertificateManagedTLSSecret2 | ManagerRetryResponseCertificateNone2;
1835
+ export declare const ManagerRetryResponseModeCustom1: {
1836
+ readonly Custom: "custom";
1837
+ };
1838
+ export type ManagerRetryResponseModeCustom1 = ClosedEnum<typeof ManagerRetryResponseModeCustom1>;
1839
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4: {
1840
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1841
+ };
1842
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4>;
1843
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers4 = {
1844
+ /**
1845
+ * Optional ALB name when using BYO Application Gateway resources.
1846
+ */
1847
+ albName?: string | null | undefined;
1848
+ /**
1849
+ * Optional ALB namespace when using BYO Application Gateway resources.
1850
+ */
1851
+ albNamespace?: string | null | undefined;
1852
+ /**
1853
+ * Public or internal frontend exposure.
1854
+ */
1855
+ frontend: string;
1856
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4;
1857
+ };
1858
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum4: {
1859
+ readonly GkeGateway: "gkeGateway";
1860
+ };
1861
+ export type ManagerRetryResponseProviderGkeGatewayEnum4 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum4>;
1862
+ export type ManagerRetryResponseProviderGkeGateway4 = {
1863
+ provider: ManagerRetryResponseProviderGkeGatewayEnum4;
1864
+ /**
1865
+ * Optional static address name for the Gateway frontend.
1866
+ */
1867
+ staticAddressName?: string | null | undefined;
1868
+ };
1869
+ export declare const ManagerRetryResponseProviderAwsAlbEnum4: {
1870
+ readonly AwsAlb: "awsAlb";
1871
+ };
1872
+ export type ManagerRetryResponseProviderAwsAlbEnum4 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum4>;
1873
+ export type ManagerRetryResponseProviderAwsAlb4 = {
1874
+ /**
1875
+ * Optional ALB IP address type, such as `dualstack`.
1876
+ */
1877
+ ipAddressType?: string | null | undefined;
1878
+ provider: ManagerRetryResponseProviderAwsAlbEnum4;
1879
+ /**
1880
+ * Internet-facing or internal ALB scheme.
1881
+ */
1882
+ scheme: string;
1883
+ /**
1884
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1885
+ */
1886
+ subnetIds?: Array<string> | undefined;
1887
+ /**
1888
+ * ALB target type, usually `ip`.
1889
+ */
1890
+ targetType: string;
1891
+ };
1892
+ export type ManagerRetryResponseProviderUnion4 = ManagerRetryResponseProviderAwsAlb4 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers4 | ManagerRetryResponseProviderGkeGateway4 | any;
1893
+ /**
1894
+ * Shared Gateway API route profile values.
1895
+ */
1896
+ export type ManagerRetryResponseRouteGateway2 = {
1897
+ /**
1898
+ * Annotations applied to route objects.
1899
+ */
1900
+ annotations?: {
1901
+ [k: string]: string;
1902
+ } | undefined;
1903
+ /**
1904
+ * Route controller identifier, for example a cloud Gateway controller.
1905
+ */
1906
+ controller?: string | null | undefined;
1907
+ /**
1908
+ * GatewayClass selected for generated Gateways.
1909
+ */
1910
+ gatewayClassName: string;
1911
+ /**
1912
+ * Labels applied to route objects.
1913
+ */
1914
+ labels?: {
1915
+ [k: string]: string;
1916
+ } | undefined;
1917
+ /**
1918
+ * Listener port, usually 443.
1919
+ */
1920
+ listenerPort: number;
1921
+ provider?: ManagerRetryResponseProviderAwsAlb4 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers4 | ManagerRetryResponseProviderGkeGateway4 | any | null | undefined;
1922
+ routeApi: "gateway";
1923
+ };
1924
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3: {
1925
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
1926
+ };
1927
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3>;
1928
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers3 = {
1929
+ /**
1930
+ * Optional ALB name when using BYO Application Gateway resources.
1931
+ */
1932
+ albName?: string | null | undefined;
1933
+ /**
1934
+ * Optional ALB namespace when using BYO Application Gateway resources.
1935
+ */
1936
+ albNamespace?: string | null | undefined;
1937
+ /**
1938
+ * Public or internal frontend exposure.
1939
+ */
1940
+ frontend: string;
1941
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3;
1942
+ };
1943
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum3: {
1944
+ readonly GkeGateway: "gkeGateway";
1945
+ };
1946
+ export type ManagerRetryResponseProviderGkeGatewayEnum3 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum3>;
1947
+ export type ManagerRetryResponseProviderGkeGateway3 = {
1948
+ provider: ManagerRetryResponseProviderGkeGatewayEnum3;
1949
+ /**
1950
+ * Optional static address name for the Gateway frontend.
1951
+ */
1952
+ staticAddressName?: string | null | undefined;
1953
+ };
1954
+ export declare const ManagerRetryResponseProviderAwsAlbEnum3: {
1955
+ readonly AwsAlb: "awsAlb";
1956
+ };
1957
+ export type ManagerRetryResponseProviderAwsAlbEnum3 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum3>;
1958
+ export type ManagerRetryResponseProviderAwsAlb3 = {
1959
+ /**
1960
+ * Optional ALB IP address type, such as `dualstack`.
1961
+ */
1962
+ ipAddressType?: string | null | undefined;
1963
+ provider: ManagerRetryResponseProviderAwsAlbEnum3;
1964
+ /**
1965
+ * Internet-facing or internal ALB scheme.
1966
+ */
1967
+ scheme: string;
1968
+ /**
1969
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
1970
+ */
1971
+ subnetIds?: Array<string> | undefined;
1972
+ /**
1973
+ * ALB target type, usually `ip`.
1974
+ */
1975
+ targetType: string;
1976
+ };
1977
+ export type ManagerRetryResponseProviderUnion3 = ManagerRetryResponseProviderAwsAlb3 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers3 | ManagerRetryResponseProviderGkeGateway3 | any;
1978
+ /**
1979
+ * Shared Ingress route profile values.
1980
+ */
1981
+ export type ManagerRetryResponseRouteIngress2 = {
1982
+ /**
1983
+ * Annotations applied to route objects.
1984
+ */
1985
+ annotations?: {
1986
+ [k: string]: string;
1987
+ } | undefined;
1988
+ /**
1989
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
1990
+ */
1991
+ controller?: string | null | undefined;
1992
+ /**
1993
+ * `spec.ingressClassName` for generated Ingresses.
1994
+ */
1995
+ ingressClassName: string;
1996
+ /**
1997
+ * Labels applied to route objects.
1998
+ */
1999
+ labels?: {
2000
+ [k: string]: string;
2001
+ } | undefined;
2002
+ provider?: ManagerRetryResponseProviderAwsAlb3 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers3 | ManagerRetryResponseProviderGkeGateway3 | any | null | undefined;
2003
+ routeApi: "ingress";
2004
+ };
2005
+ /**
2006
+ * Kubernetes route API selected for public endpoints.
2007
+ */
2008
+ export type ManagerRetryResponseRouteUnion2 = ManagerRetryResponseRouteIngress2 | ManagerRetryResponseRouteGateway2;
2009
+ export type ManagerRetryResponseExposureCustom1 = {
2010
+ /**
2011
+ * Certificate publication or reference mode for Kubernetes public endpoints.
2012
+ */
2013
+ certificate: ManagerRetryResponseCertificateTLSSecretRef2 | ManagerRetryResponseCertificateManagedAcmImport2 | ManagerRetryResponseCertificateAwsAcmArn2 | ManagerRetryResponseCertificateManagedTLSSecret2 | ManagerRetryResponseCertificateNone2;
2014
+ /**
2015
+ * Hostname routed by the Kubernetes public endpoint.
2016
+ */
2017
+ domain: string;
2018
+ mode: ManagerRetryResponseModeCustom1;
2019
+ /**
2020
+ * Kubernetes route API selected for public endpoints.
2021
+ */
2022
+ route: ManagerRetryResponseRouteIngress2 | ManagerRetryResponseRouteGateway2;
2023
+ };
2024
+ export type ManagerRetryResponseCertificateNone1 = {
2025
+ mode: "none";
2026
+ };
2027
+ export type ManagerRetryResponseCertificateManagedTLSSecret1 = {
2028
+ mode: "managedTlsSecret";
2029
+ /**
2030
+ * Secret name template. Runtime may substitute resource/deployment tokens.
2031
+ */
2032
+ secretNameTemplate: string;
2033
+ };
2034
+ export type ManagerRetryResponseCertificateAwsAcmArn1 = {
2035
+ /**
2036
+ * Existing ACM certificate ARN.
2037
+ */
2038
+ certificateArn: string;
2039
+ mode: "awsAcmArn";
2040
+ };
2041
+ export type ManagerRetryResponseCertificateManagedAcmImport1 = {
2042
+ mode: "managedAcmImport";
2043
+ /**
2044
+ * ACM region. Defaults to the deployment region when omitted.
2045
+ */
2046
+ region?: string | null | undefined;
2047
+ /**
2048
+ * Tags applied to runtime-imported ACM certificates.
2049
+ */
2050
+ tags?: {
2051
+ [k: string]: string;
2052
+ } | undefined;
2053
+ };
2054
+ /**
2055
+ * Namespace-scoped Kubernetes TLS Secret reference.
2056
+ */
2057
+ export type ManagerRetryResponseCertificateTLSSecretRef1 = {
2058
+ /**
2059
+ * Secret namespace. Defaults to the release namespace when omitted.
2060
+ */
2061
+ namespace?: string | null | undefined;
2062
+ /**
2063
+ * Secret name.
2064
+ */
2065
+ secretName: string;
2066
+ mode: "tlsSecretRef";
2067
+ };
2068
+ /**
2069
+ * Certificate publication or reference mode for Kubernetes public endpoints.
2070
+ */
2071
+ export type ManagerRetryResponseCertificateUnion1 = ManagerRetryResponseCertificateTLSSecretRef1 | ManagerRetryResponseCertificateManagedAcmImport1 | ManagerRetryResponseCertificateAwsAcmArn1 | ManagerRetryResponseCertificateManagedTLSSecret1 | ManagerRetryResponseCertificateNone1;
2072
+ export declare const ManagerRetryResponseModeGenerated1: {
2073
+ readonly Generated: "generated";
2074
+ };
2075
+ export type ManagerRetryResponseModeGenerated1 = ClosedEnum<typeof ManagerRetryResponseModeGenerated1>;
2076
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2: {
2077
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
2078
+ };
2079
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2>;
2080
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers2 = {
2081
+ /**
2082
+ * Optional ALB name when using BYO Application Gateway resources.
2083
+ */
2084
+ albName?: string | null | undefined;
2085
+ /**
2086
+ * Optional ALB namespace when using BYO Application Gateway resources.
2087
+ */
2088
+ albNamespace?: string | null | undefined;
2089
+ /**
2090
+ * Public or internal frontend exposure.
2091
+ */
2092
+ frontend: string;
2093
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2;
2094
+ };
2095
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum2: {
2096
+ readonly GkeGateway: "gkeGateway";
2097
+ };
2098
+ export type ManagerRetryResponseProviderGkeGatewayEnum2 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum2>;
2099
+ export type ManagerRetryResponseProviderGkeGateway2 = {
2100
+ provider: ManagerRetryResponseProviderGkeGatewayEnum2;
2101
+ /**
2102
+ * Optional static address name for the Gateway frontend.
2103
+ */
2104
+ staticAddressName?: string | null | undefined;
2105
+ };
2106
+ export declare const ManagerRetryResponseProviderAwsAlbEnum2: {
2107
+ readonly AwsAlb: "awsAlb";
2108
+ };
2109
+ export type ManagerRetryResponseProviderAwsAlbEnum2 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum2>;
2110
+ export type ManagerRetryResponseProviderAwsAlb2 = {
2111
+ /**
2112
+ * Optional ALB IP address type, such as `dualstack`.
2113
+ */
2114
+ ipAddressType?: string | null | undefined;
2115
+ provider: ManagerRetryResponseProviderAwsAlbEnum2;
2116
+ /**
2117
+ * Internet-facing or internal ALB scheme.
2118
+ */
2119
+ scheme: string;
2120
+ /**
2121
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
2122
+ */
2123
+ subnetIds?: Array<string> | undefined;
2124
+ /**
2125
+ * ALB target type, usually `ip`.
2126
+ */
2127
+ targetType: string;
2128
+ };
2129
+ export type ManagerRetryResponseProviderUnion2 = ManagerRetryResponseProviderAwsAlb2 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers2 | ManagerRetryResponseProviderGkeGateway2 | any;
2130
+ /**
2131
+ * Shared Gateway API route profile values.
2132
+ */
2133
+ export type ManagerRetryResponseRouteGateway1 = {
2134
+ /**
2135
+ * Annotations applied to route objects.
2136
+ */
2137
+ annotations?: {
2138
+ [k: string]: string;
2139
+ } | undefined;
2140
+ /**
2141
+ * Route controller identifier, for example a cloud Gateway controller.
2142
+ */
2143
+ controller?: string | null | undefined;
2144
+ /**
2145
+ * GatewayClass selected for generated Gateways.
2146
+ */
2147
+ gatewayClassName: string;
2148
+ /**
2149
+ * Labels applied to route objects.
2150
+ */
2151
+ labels?: {
2152
+ [k: string]: string;
2153
+ } | undefined;
2154
+ /**
2155
+ * Listener port, usually 443.
2156
+ */
2157
+ listenerPort: number;
2158
+ provider?: ManagerRetryResponseProviderAwsAlb2 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers2 | ManagerRetryResponseProviderGkeGateway2 | any | null | undefined;
2159
+ routeApi: "gateway";
2160
+ };
2161
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1: {
2162
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
2163
+ };
2164
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1>;
2165
+ export type ManagerRetryResponseProviderAzureApplicationGatewayForContainers1 = {
2166
+ /**
2167
+ * Optional ALB name when using BYO Application Gateway resources.
2168
+ */
2169
+ albName?: string | null | undefined;
2170
+ /**
2171
+ * Optional ALB namespace when using BYO Application Gateway resources.
2172
+ */
2173
+ albNamespace?: string | null | undefined;
2174
+ /**
2175
+ * Public or internal frontend exposure.
2176
+ */
2177
+ frontend: string;
2178
+ provider: ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1;
2179
+ };
2180
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum1: {
2181
+ readonly GkeGateway: "gkeGateway";
2182
+ };
2183
+ export type ManagerRetryResponseProviderGkeGatewayEnum1 = ClosedEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum1>;
2184
+ export type ManagerRetryResponseProviderGkeGateway1 = {
2185
+ provider: ManagerRetryResponseProviderGkeGatewayEnum1;
2186
+ /**
2187
+ * Optional static address name for the Gateway frontend.
2188
+ */
2189
+ staticAddressName?: string | null | undefined;
2190
+ };
2191
+ export declare const ManagerRetryResponseProviderAwsAlbEnum1: {
2192
+ readonly AwsAlb: "awsAlb";
2193
+ };
2194
+ export type ManagerRetryResponseProviderAwsAlbEnum1 = ClosedEnum<typeof ManagerRetryResponseProviderAwsAlbEnum1>;
2195
+ export type ManagerRetryResponseProviderAwsAlb1 = {
2196
+ /**
2197
+ * Optional ALB IP address type, such as `dualstack`.
2198
+ */
2199
+ ipAddressType?: string | null | undefined;
2200
+ provider: ManagerRetryResponseProviderAwsAlbEnum1;
2201
+ /**
2202
+ * Internet-facing or internal ALB scheme.
2203
+ */
2204
+ scheme: string;
2205
+ /**
2206
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
2207
+ */
2208
+ subnetIds?: Array<string> | undefined;
2209
+ /**
2210
+ * ALB target type, usually `ip`.
2211
+ */
2212
+ targetType: string;
2213
+ };
2214
+ export type ManagerRetryResponseProviderUnion1 = ManagerRetryResponseProviderAwsAlb1 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers1 | ManagerRetryResponseProviderGkeGateway1 | any;
2215
+ /**
2216
+ * Shared Ingress route profile values.
2217
+ */
2218
+ export type ManagerRetryResponseRouteIngress1 = {
2219
+ /**
2220
+ * Annotations applied to route objects.
2221
+ */
2222
+ annotations?: {
2223
+ [k: string]: string;
2224
+ } | undefined;
2225
+ /**
2226
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
2227
+ */
2228
+ controller?: string | null | undefined;
2229
+ /**
2230
+ * `spec.ingressClassName` for generated Ingresses.
2231
+ */
2232
+ ingressClassName: string;
2233
+ /**
2234
+ * Labels applied to route objects.
2235
+ */
2236
+ labels?: {
2237
+ [k: string]: string;
2238
+ } | undefined;
2239
+ provider?: ManagerRetryResponseProviderAwsAlb1 | ManagerRetryResponseProviderAzureApplicationGatewayForContainers1 | ManagerRetryResponseProviderGkeGateway1 | any | null | undefined;
2240
+ routeApi: "ingress";
2241
+ };
2242
+ /**
2243
+ * Kubernetes route API selected for public endpoints.
2244
+ */
2245
+ export type ManagerRetryResponseRouteUnion1 = ManagerRetryResponseRouteIngress1 | ManagerRetryResponseRouteGateway1;
2246
+ export type ManagerRetryResponseExposureGenerated1 = {
2247
+ /**
2248
+ * Certificate publication or reference mode for Kubernetes public endpoints.
2249
+ */
2250
+ certificate: ManagerRetryResponseCertificateTLSSecretRef1 | ManagerRetryResponseCertificateManagedAcmImport1 | ManagerRetryResponseCertificateAwsAcmArn1 | ManagerRetryResponseCertificateManagedTLSSecret1 | ManagerRetryResponseCertificateNone1;
2251
+ mode: ManagerRetryResponseModeGenerated1;
2252
+ /**
2253
+ * Kubernetes route API selected for public endpoints.
2254
+ */
2255
+ route: ManagerRetryResponseRouteIngress1 | ManagerRetryResponseRouteGateway1;
2256
+ };
2257
+ export declare const ManagerRetryResponseModeDisabled1: {
2258
+ readonly Disabled: "disabled";
2259
+ };
2260
+ export type ManagerRetryResponseModeDisabled1 = ClosedEnum<typeof ManagerRetryResponseModeDisabled1>;
2261
+ export type ManagerRetryResponseExposureDisabled1 = {
2262
+ mode: ManagerRetryResponseModeDisabled1;
2263
+ };
2264
+ export type ManagerRetryResponseExposureUnion1 = ManagerRetryResponseExposureCustom1 | ManagerRetryResponseExposureGenerated1 | ManagerRetryResponseExposureDisabled1 | any;
2265
+ /**
2266
+ * Kubernetes runtime substrate configuration.
2267
+ *
2268
+ * @remarks
2269
+ *
2270
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
2271
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
2272
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
2273
+ * cluster.
2274
+ */
2275
+ export type ManagerRetryResponseKubernetes1 = {
2276
+ cluster?: ManagerRetryResponseCluster1 | any | null | undefined;
2277
+ exposure?: ManagerRetryResponseExposureCustom1 | ManagerRetryResponseExposureGenerated1 | ManagerRetryResponseExposureDisabled1 | any | null | undefined;
2278
+ };
2279
+ export type ManagerRetryResponseKubernetesUnion1 = ManagerRetryResponseKubernetes1 | any;
2280
+ export declare const ManagerRetryResponseTypeByoVnetAzure1: {
2281
+ readonly ByoVnetAzure: "byo-vnet-azure";
2282
+ };
2283
+ export type ManagerRetryResponseTypeByoVnetAzure1 = ClosedEnum<typeof ManagerRetryResponseTypeByoVnetAzure1>;
2284
+ export type ManagerRetryResponseNetworkByoVnetAzure1 = {
2285
+ /**
2286
+ * Name of the private subnet within the VNet
2287
+ */
2288
+ privateSubnetName: string;
2289
+ /**
2290
+ * Name of the public subnet within the VNet
2291
+ */
2292
+ publicSubnetName: string;
2293
+ type: ManagerRetryResponseTypeByoVnetAzure1;
2294
+ /**
2295
+ * The full resource ID of the existing VNet
2296
+ */
2297
+ vnetResourceId: string;
2298
+ };
2299
+ export declare const ManagerRetryResponseTypeByoVpcGcp1: {
2300
+ readonly ByoVpcGcp: "byo-vpc-gcp";
2301
+ };
2302
+ export type ManagerRetryResponseTypeByoVpcGcp1 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcGcp1>;
2303
+ export type ManagerRetryResponseNetworkByoVpcGcp1 = {
2304
+ /**
2305
+ * The name of the existing VPC network
2306
+ */
2307
+ networkName: string;
2308
+ /**
2309
+ * The region of the subnet
2310
+ */
2311
+ region: string;
2312
+ /**
2313
+ * The name of the subnet to use
2314
+ */
2315
+ subnetName: string;
2316
+ type: ManagerRetryResponseTypeByoVpcGcp1;
2317
+ };
2318
+ export declare const ManagerRetryResponseTypeByoVpcAws1: {
2319
+ readonly ByoVpcAws: "byo-vpc-aws";
2320
+ };
2321
+ export type ManagerRetryResponseTypeByoVpcAws1 = ClosedEnum<typeof ManagerRetryResponseTypeByoVpcAws1>;
2322
+ export type ManagerRetryResponseNetworkByoVpcAws1 = {
2323
+ /**
2324
+ * IDs of private subnets
2325
+ */
2326
+ privateSubnetIds: Array<string>;
2327
+ /**
2328
+ * IDs of public subnets (required for public ingress)
2329
+ */
2330
+ publicSubnetIds: Array<string>;
2331
+ /**
2332
+ * Optional security group IDs to use
2333
+ */
2334
+ securityGroupIds?: Array<string> | undefined;
2335
+ type: ManagerRetryResponseTypeByoVpcAws1;
2336
+ /**
2337
+ * The ID of the existing VPC
2338
+ */
2339
+ vpcId: string;
2340
+ };
2341
+ export declare const ManagerRetryResponseTypeCreate1: {
2342
+ readonly Create: "create";
2343
+ };
2344
+ export type ManagerRetryResponseTypeCreate1 = ClosedEnum<typeof ManagerRetryResponseTypeCreate1>;
2345
+ export type ManagerRetryResponseNetworkCreate1 = {
2346
+ /**
2347
+ * Number of availability zones (default: 2).
2348
+ */
2349
+ availabilityZones?: number | undefined;
2350
+ /**
2351
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
2352
+ *
2353
+ * @remarks
2354
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
2355
+ */
2356
+ cidr?: string | null | undefined;
2357
+ type: ManagerRetryResponseTypeCreate1;
2358
+ };
2359
+ export declare const ManagerRetryResponseTypeUseDefault1: {
2360
+ readonly UseDefault: "use-default";
2361
+ };
2362
+ export type ManagerRetryResponseTypeUseDefault1 = ClosedEnum<typeof ManagerRetryResponseTypeUseDefault1>;
2363
+ export type ManagerRetryResponseNetworkUseDefault1 = {
2364
+ type: ManagerRetryResponseTypeUseDefault1;
2365
+ };
2366
+ export type ManagerRetryResponseNetworkUnion1 = ManagerRetryResponseNetworkByoVpcAws1 | ManagerRetryResponseNetworkByoVpcGcp1 | ManagerRetryResponseNetworkByoVnetAzure1 | ManagerRetryResponseNetworkUseDefault1 | ManagerRetryResponseNetworkCreate1 | any;
2367
+ /**
2368
+ * How telemetry (logs, metrics, traces) is handled.
2369
+ */
2370
+ export declare const ManagerRetryResponseTelemetry1: {
2371
+ readonly Off: "off";
2372
+ readonly Auto: "auto";
2373
+ readonly ApprovalRequired: "approval-required";
2374
+ };
2375
+ /**
2376
+ * How telemetry (logs, metrics, traces) is handled.
2377
+ */
2378
+ export type ManagerRetryResponseTelemetry1 = ClosedEnum<typeof ManagerRetryResponseTelemetry1>;
2379
+ /**
2380
+ * How updates are delivered to the deployment.
2381
+ */
2382
+ export declare const ManagerRetryResponseUpdates1: {
2383
+ readonly Auto: "auto";
2384
+ readonly ApprovalRequired: "approval-required";
2385
+ };
2386
+ /**
2387
+ * How updates are delivered to the deployment.
2388
+ */
2389
+ export type ManagerRetryResponseUpdates1 = ClosedEnum<typeof ManagerRetryResponseUpdates1>;
2390
+ /**
2391
+ * User-customizable deployment settings specified at deploy time.
2392
+ *
2393
+ * @remarks
2394
+ *
2395
+ * These settings are provided by the customer via CloudFormation parameters,
2396
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
2397
+ * deployment runs and what capabilities are enabled.
2398
+ *
2399
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
2400
+ * is platform-derived (from the Manager's ServiceAccount).
2401
+ */
2402
+ export type ManagerRetryResponseStackSettings1 = {
2403
+ /**
2404
+ * Deployment model: how updates are delivered to the remote environment.
2405
+ */
2406
+ deploymentModel?: ManagerRetryResponseDeploymentModel1 | undefined;
2407
+ domains?: ManagerRetryResponseDomains1 | any | null | undefined;
2408
+ /**
2409
+ * External bindings for pre-existing infrastructure.
2410
+ *
2411
+ * @remarks
2412
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
2413
+ * Environment, etc.) instead of having Alien provision them.
2414
+ * Required for Kubernetes platform, optional for cloud platforms.
2415
+ */
2416
+ externalBindings?: ManagerRetryResponseExternalBindings1 | null | undefined;
2417
+ /**
2418
+ * How heartbeat health checks are handled.
2419
+ */
2420
+ heartbeats?: ManagerRetryResponseHeartbeats1 | undefined;
2421
+ kubernetes?: ManagerRetryResponseKubernetes1 | any | null | undefined;
2422
+ network?: ManagerRetryResponseNetworkByoVpcAws1 | ManagerRetryResponseNetworkByoVpcGcp1 | ManagerRetryResponseNetworkByoVnetAzure1 | ManagerRetryResponseNetworkUseDefault1 | ManagerRetryResponseNetworkCreate1 | any | null | undefined;
2423
+ /**
2424
+ * How telemetry (logs, metrics, traces) is handled.
2425
+ */
2426
+ telemetry?: ManagerRetryResponseTelemetry1 | undefined;
2427
+ /**
2428
+ * How updates are delivered to the deployment.
2429
+ */
2430
+ updates?: ManagerRetryResponseUpdates1 | undefined;
2431
+ };
2432
+ export type ManagerRetryResponseSetupCloudformation = {
2433
+ method: "cloudformation";
2434
+ deploymentPortalUrl: string;
2435
+ launchUrl: string;
2436
+ templateUrl: string;
2437
+ stackName: string;
2438
+ region: string;
2439
+ /**
2440
+ * User-customizable deployment settings specified at deploy time.
2441
+ *
2442
+ * @remarks
2443
+ *
2444
+ * These settings are provided by the customer via CloudFormation parameters,
2445
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
2446
+ * deployment runs and what capabilities are enabled.
2447
+ *
2448
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
2449
+ * is platform-derived (from the Manager's ServiceAccount).
2450
+ */
2451
+ stackSettings: ManagerRetryResponseStackSettings1;
2452
+ };
2453
+ export type ManagerRetryResponseSetupUnion = ManagerRetryResponseSetupCloudformation | ManagerRetryResponseSetupGoogleOauth | ManagerRetryResponseSetupTerraform;
2454
+ export declare const ModeSetup: {
2455
+ readonly Setup: "setup";
2456
+ };
2457
+ export type ModeSetup = ClosedEnum<typeof ModeSetup>;
2458
+ export type ManagerRetryResponseSetup = {
2459
+ managerId: string;
2460
+ setupStatus: "pending";
2461
+ setupToken: string;
2462
+ setupTokenId: string;
2463
+ deploymentLink: string;
2464
+ setupConfig: ManagerRetryResponseSetupConfig;
2465
+ setup: ManagerRetryResponseSetupCloudformation | ManagerRetryResponseSetupGoogleOauth | ManagerRetryResponseSetupTerraform;
2466
+ mode: ModeSetup;
2467
+ };
2468
+ export type ManagerRetryResponse = ManagerRetryResponseSetup | ManagerRetryDeploymentResponse;
2469
+ /** @internal */
2470
+ export declare const ManagerRetryResponseEnvironmentVariableType$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseEnvironmentVariableType>;
2471
+ /** @internal */
2472
+ export declare const ManagerRetryResponseEnvironmentVariable$inboundSchema: z.ZodType<ManagerRetryResponseEnvironmentVariable, unknown>;
2473
+ export declare function managerRetryResponseEnvironmentVariableFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseEnvironmentVariable, SDKValidationError>;
2474
+ /** @internal */
2475
+ export declare const ManagerRetryResponseSetupConfig$inboundSchema: z.ZodType<ManagerRetryResponseSetupConfig, unknown>;
2476
+ export declare function managerRetryResponseSetupConfigFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetupConfig, SDKValidationError>;
2477
+ /** @internal */
2478
+ export declare const ManagerRetryResponseDeploymentModel3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseDeploymentModel3>;
2479
+ /** @internal */
2480
+ export declare const ManagerRetryResponseAws3$inboundSchema: z.ZodType<ManagerRetryResponseAws3, unknown>;
2481
+ export declare function managerRetryResponseAws3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAws3, SDKValidationError>;
2482
+ /** @internal */
2483
+ export declare const ManagerRetryResponseAwsUnion3$inboundSchema: z.ZodType<ManagerRetryResponseAwsUnion3, unknown>;
2484
+ export declare function managerRetryResponseAwsUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAwsUnion3, SDKValidationError>;
2485
+ /** @internal */
2486
+ export declare const ManagerRetryResponseAzure3$inboundSchema: z.ZodType<ManagerRetryResponseAzure3, unknown>;
2487
+ export declare function managerRetryResponseAzure3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzure3, SDKValidationError>;
2488
+ /** @internal */
2489
+ export declare const ManagerRetryResponseAzureUnion3$inboundSchema: z.ZodType<ManagerRetryResponseAzureUnion3, unknown>;
2490
+ export declare function managerRetryResponseAzureUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzureUnion3, SDKValidationError>;
2491
+ /** @internal */
2492
+ export declare const ManagerRetryResponseGcp3$inboundSchema: z.ZodType<ManagerRetryResponseGcp3, unknown>;
2493
+ export declare function managerRetryResponseGcp3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcp3, SDKValidationError>;
2494
+ /** @internal */
2495
+ export declare const ManagerRetryResponseGcpUnion3$inboundSchema: z.ZodType<ManagerRetryResponseGcpUnion3, unknown>;
2496
+ export declare function managerRetryResponseGcpUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcpUnion3, SDKValidationError>;
2497
+ /** @internal */
2498
+ export declare const ManagerRetryResponseTlsSecretRef3$inboundSchema: z.ZodType<ManagerRetryResponseTlsSecretRef3, unknown>;
2499
+ export declare function managerRetryResponseTlsSecretRef3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseTlsSecretRef3, SDKValidationError>;
2500
+ /** @internal */
2501
+ export declare const ManagerRetryResponseDomainsKubernetes3$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetes3, unknown>;
2502
+ export declare function managerRetryResponseDomainsKubernetes3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetes3, SDKValidationError>;
2503
+ /** @internal */
2504
+ export declare const ManagerRetryResponseDomainsKubernetesUnion3$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetesUnion3, unknown>;
2505
+ export declare function managerRetryResponseDomainsKubernetesUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetesUnion3, SDKValidationError>;
2506
+ /** @internal */
2507
+ export declare const ManagerRetryResponseDomainsCertificate3$inboundSchema: z.ZodType<ManagerRetryResponseDomainsCertificate3, unknown>;
2508
+ export declare function managerRetryResponseDomainsCertificate3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsCertificate3, SDKValidationError>;
2509
+ /** @internal */
2510
+ export declare const ManagerRetryResponseCustomDomains3$inboundSchema: z.ZodType<ManagerRetryResponseCustomDomains3, unknown>;
2511
+ export declare function managerRetryResponseCustomDomains3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCustomDomains3, SDKValidationError>;
2512
+ /** @internal */
2513
+ export declare const ManagerRetryResponseDomains3$inboundSchema: z.ZodType<ManagerRetryResponseDomains3, unknown>;
2514
+ export declare function managerRetryResponseDomains3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomains3, SDKValidationError>;
2515
+ /** @internal */
2516
+ export declare const ManagerRetryResponseDomainsUnion3$inboundSchema: z.ZodType<ManagerRetryResponseDomainsUnion3, unknown>;
2517
+ export declare function managerRetryResponseDomainsUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsUnion3, SDKValidationError>;
2518
+ /** @internal */
2519
+ export declare const ManagerRetryResponseExternalBindings3$inboundSchema: z.ZodType<ManagerRetryResponseExternalBindings3, unknown>;
2520
+ export declare function managerRetryResponseExternalBindings3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExternalBindings3, SDKValidationError>;
2521
+ /** @internal */
2522
+ export declare const ManagerRetryResponseHeartbeats3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseHeartbeats3>;
2523
+ /** @internal */
2524
+ export declare const ManagerRetryResponseCloud3$inboundSchema: z.ZodType<ManagerRetryResponseCloud3, unknown>;
2525
+ export declare function managerRetryResponseCloud3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloud3, SDKValidationError>;
2526
+ /** @internal */
2527
+ export declare const ManagerRetryResponseCloudUnion3$inboundSchema: z.ZodType<ManagerRetryResponseCloudUnion3, unknown>;
2528
+ export declare function managerRetryResponseCloudUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloudUnion3, SDKValidationError>;
2529
+ /** @internal */
2530
+ export declare const ManagerRetryResponseOwnership3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseOwnership3>;
2531
+ /** @internal */
2532
+ export declare const ManagerRetryResponseCluster3$inboundSchema: z.ZodType<ManagerRetryResponseCluster3, unknown>;
2533
+ export declare function managerRetryResponseCluster3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCluster3, SDKValidationError>;
2534
+ /** @internal */
2535
+ export declare const ManagerRetryResponseClusterUnion3$inboundSchema: z.ZodType<ManagerRetryResponseClusterUnion3, unknown>;
2536
+ export declare function managerRetryResponseClusterUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseClusterUnion3, SDKValidationError>;
2537
+ /** @internal */
2538
+ export declare const ManagerRetryResponseCertificateNone6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone6, unknown>;
2539
+ export declare function managerRetryResponseCertificateNone6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone6, SDKValidationError>;
2540
+ /** @internal */
2541
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret6, unknown>;
2542
+ export declare function managerRetryResponseCertificateManagedTLSSecret6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret6, SDKValidationError>;
2543
+ /** @internal */
2544
+ export declare const ManagerRetryResponseCertificateAwsAcmArn6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn6, unknown>;
2545
+ export declare function managerRetryResponseCertificateAwsAcmArn6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn6, SDKValidationError>;
2546
+ /** @internal */
2547
+ export declare const ManagerRetryResponseCertificateManagedAcmImport6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport6, unknown>;
2548
+ export declare function managerRetryResponseCertificateManagedAcmImport6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport6, SDKValidationError>;
2549
+ /** @internal */
2550
+ export declare const ManagerRetryResponseCertificateTLSSecretRef6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef6, unknown>;
2551
+ export declare function managerRetryResponseCertificateTLSSecretRef6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef6, SDKValidationError>;
2552
+ /** @internal */
2553
+ export declare const ManagerRetryResponseCertificateUnion6$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion6, unknown>;
2554
+ export declare function managerRetryResponseCertificateUnion6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion6, SDKValidationError>;
2555
+ /** @internal */
2556
+ export declare const ManagerRetryResponseModeCustom3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeCustom3>;
2557
+ /** @internal */
2558
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum12>;
2559
+ /** @internal */
2560
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers12$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers12, unknown>;
2561
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers12FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers12, SDKValidationError>;
2562
+ /** @internal */
2563
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum12$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum12>;
2564
+ /** @internal */
2565
+ export declare const ManagerRetryResponseProviderGkeGateway12$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway12, unknown>;
2566
+ export declare function managerRetryResponseProviderGkeGateway12FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway12, SDKValidationError>;
2567
+ /** @internal */
2568
+ export declare const ManagerRetryResponseProviderAwsAlbEnum12$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum12>;
2569
+ /** @internal */
2570
+ export declare const ManagerRetryResponseProviderAwsAlb12$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb12, unknown>;
2571
+ export declare function managerRetryResponseProviderAwsAlb12FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb12, SDKValidationError>;
2572
+ /** @internal */
2573
+ export declare const ManagerRetryResponseProviderUnion12$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion12, unknown>;
2574
+ export declare function managerRetryResponseProviderUnion12FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion12, SDKValidationError>;
2575
+ /** @internal */
2576
+ export declare const ManagerRetryResponseRouteGateway6$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway6, unknown>;
2577
+ export declare function managerRetryResponseRouteGateway6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway6, SDKValidationError>;
2578
+ /** @internal */
2579
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum11>;
2580
+ /** @internal */
2581
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers11$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers11, unknown>;
2582
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers11FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers11, SDKValidationError>;
2583
+ /** @internal */
2584
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum11$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum11>;
2585
+ /** @internal */
2586
+ export declare const ManagerRetryResponseProviderGkeGateway11$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway11, unknown>;
2587
+ export declare function managerRetryResponseProviderGkeGateway11FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway11, SDKValidationError>;
2588
+ /** @internal */
2589
+ export declare const ManagerRetryResponseProviderAwsAlbEnum11$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum11>;
2590
+ /** @internal */
2591
+ export declare const ManagerRetryResponseProviderAwsAlb11$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb11, unknown>;
2592
+ export declare function managerRetryResponseProviderAwsAlb11FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb11, SDKValidationError>;
2593
+ /** @internal */
2594
+ export declare const ManagerRetryResponseProviderUnion11$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion11, unknown>;
2595
+ export declare function managerRetryResponseProviderUnion11FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion11, SDKValidationError>;
2596
+ /** @internal */
2597
+ export declare const ManagerRetryResponseRouteIngress6$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress6, unknown>;
2598
+ export declare function managerRetryResponseRouteIngress6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress6, SDKValidationError>;
2599
+ /** @internal */
2600
+ export declare const ManagerRetryResponseRouteUnion6$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion6, unknown>;
2601
+ export declare function managerRetryResponseRouteUnion6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion6, SDKValidationError>;
2602
+ /** @internal */
2603
+ export declare const ManagerRetryResponseExposureCustom3$inboundSchema: z.ZodType<ManagerRetryResponseExposureCustom3, unknown>;
2604
+ export declare function managerRetryResponseExposureCustom3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureCustom3, SDKValidationError>;
2605
+ /** @internal */
2606
+ export declare const ManagerRetryResponseCertificateNone5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone5, unknown>;
2607
+ export declare function managerRetryResponseCertificateNone5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone5, SDKValidationError>;
2608
+ /** @internal */
2609
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret5, unknown>;
2610
+ export declare function managerRetryResponseCertificateManagedTLSSecret5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret5, SDKValidationError>;
2611
+ /** @internal */
2612
+ export declare const ManagerRetryResponseCertificateAwsAcmArn5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn5, unknown>;
2613
+ export declare function managerRetryResponseCertificateAwsAcmArn5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn5, SDKValidationError>;
2614
+ /** @internal */
2615
+ export declare const ManagerRetryResponseCertificateManagedAcmImport5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport5, unknown>;
2616
+ export declare function managerRetryResponseCertificateManagedAcmImport5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport5, SDKValidationError>;
2617
+ /** @internal */
2618
+ export declare const ManagerRetryResponseCertificateTLSSecretRef5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef5, unknown>;
2619
+ export declare function managerRetryResponseCertificateTLSSecretRef5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef5, SDKValidationError>;
2620
+ /** @internal */
2621
+ export declare const ManagerRetryResponseCertificateUnion5$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion5, unknown>;
2622
+ export declare function managerRetryResponseCertificateUnion5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion5, SDKValidationError>;
2623
+ /** @internal */
2624
+ export declare const ManagerRetryResponseModeGenerated3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeGenerated3>;
2625
+ /** @internal */
2626
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum10>;
2627
+ /** @internal */
2628
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers10$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers10, unknown>;
2629
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers10FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers10, SDKValidationError>;
2630
+ /** @internal */
2631
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum10$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum10>;
2632
+ /** @internal */
2633
+ export declare const ManagerRetryResponseProviderGkeGateway10$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway10, unknown>;
2634
+ export declare function managerRetryResponseProviderGkeGateway10FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway10, SDKValidationError>;
2635
+ /** @internal */
2636
+ export declare const ManagerRetryResponseProviderAwsAlbEnum10$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum10>;
2637
+ /** @internal */
2638
+ export declare const ManagerRetryResponseProviderAwsAlb10$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb10, unknown>;
2639
+ export declare function managerRetryResponseProviderAwsAlb10FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb10, SDKValidationError>;
2640
+ /** @internal */
2641
+ export declare const ManagerRetryResponseProviderUnion10$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion10, unknown>;
2642
+ export declare function managerRetryResponseProviderUnion10FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion10, SDKValidationError>;
2643
+ /** @internal */
2644
+ export declare const ManagerRetryResponseRouteGateway5$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway5, unknown>;
2645
+ export declare function managerRetryResponseRouteGateway5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway5, SDKValidationError>;
2646
+ /** @internal */
2647
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum9>;
2648
+ /** @internal */
2649
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers9$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers9, unknown>;
2650
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers9FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers9, SDKValidationError>;
2651
+ /** @internal */
2652
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum9$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum9>;
2653
+ /** @internal */
2654
+ export declare const ManagerRetryResponseProviderGkeGateway9$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway9, unknown>;
2655
+ export declare function managerRetryResponseProviderGkeGateway9FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway9, SDKValidationError>;
2656
+ /** @internal */
2657
+ export declare const ManagerRetryResponseProviderAwsAlbEnum9$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum9>;
2658
+ /** @internal */
2659
+ export declare const ManagerRetryResponseProviderAwsAlb9$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb9, unknown>;
2660
+ export declare function managerRetryResponseProviderAwsAlb9FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb9, SDKValidationError>;
2661
+ /** @internal */
2662
+ export declare const ManagerRetryResponseProviderUnion9$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion9, unknown>;
2663
+ export declare function managerRetryResponseProviderUnion9FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion9, SDKValidationError>;
2664
+ /** @internal */
2665
+ export declare const ManagerRetryResponseRouteIngress5$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress5, unknown>;
2666
+ export declare function managerRetryResponseRouteIngress5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress5, SDKValidationError>;
2667
+ /** @internal */
2668
+ export declare const ManagerRetryResponseRouteUnion5$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion5, unknown>;
2669
+ export declare function managerRetryResponseRouteUnion5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion5, SDKValidationError>;
2670
+ /** @internal */
2671
+ export declare const ManagerRetryResponseExposureGenerated3$inboundSchema: z.ZodType<ManagerRetryResponseExposureGenerated3, unknown>;
2672
+ export declare function managerRetryResponseExposureGenerated3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureGenerated3, SDKValidationError>;
2673
+ /** @internal */
2674
+ export declare const ManagerRetryResponseModeDisabled3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeDisabled3>;
2675
+ /** @internal */
2676
+ export declare const ManagerRetryResponseExposureDisabled3$inboundSchema: z.ZodType<ManagerRetryResponseExposureDisabled3, unknown>;
2677
+ export declare function managerRetryResponseExposureDisabled3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureDisabled3, SDKValidationError>;
2678
+ /** @internal */
2679
+ export declare const ManagerRetryResponseExposureUnion3$inboundSchema: z.ZodType<ManagerRetryResponseExposureUnion3, unknown>;
2680
+ export declare function managerRetryResponseExposureUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureUnion3, SDKValidationError>;
2681
+ /** @internal */
2682
+ export declare const ManagerRetryResponseKubernetes3$inboundSchema: z.ZodType<ManagerRetryResponseKubernetes3, unknown>;
2683
+ export declare function managerRetryResponseKubernetes3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetes3, SDKValidationError>;
2684
+ /** @internal */
2685
+ export declare const ManagerRetryResponseKubernetesUnion3$inboundSchema: z.ZodType<ManagerRetryResponseKubernetesUnion3, unknown>;
2686
+ export declare function managerRetryResponseKubernetesUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetesUnion3, SDKValidationError>;
2687
+ /** @internal */
2688
+ export declare const ManagerRetryResponseTypeByoVnetAzure3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVnetAzure3>;
2689
+ /** @internal */
2690
+ export declare const ManagerRetryResponseNetworkByoVnetAzure3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVnetAzure3, unknown>;
2691
+ export declare function managerRetryResponseNetworkByoVnetAzure3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVnetAzure3, SDKValidationError>;
2692
+ /** @internal */
2693
+ export declare const ManagerRetryResponseTypeByoVpcGcp3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcGcp3>;
2694
+ /** @internal */
2695
+ export declare const ManagerRetryResponseNetworkByoVpcGcp3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcGcp3, unknown>;
2696
+ export declare function managerRetryResponseNetworkByoVpcGcp3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcGcp3, SDKValidationError>;
2697
+ /** @internal */
2698
+ export declare const ManagerRetryResponseTypeByoVpcAws3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcAws3>;
2699
+ /** @internal */
2700
+ export declare const ManagerRetryResponseNetworkByoVpcAws3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcAws3, unknown>;
2701
+ export declare function managerRetryResponseNetworkByoVpcAws3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcAws3, SDKValidationError>;
2702
+ /** @internal */
2703
+ export declare const ManagerRetryResponseTypeCreate3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeCreate3>;
2704
+ /** @internal */
2705
+ export declare const ManagerRetryResponseNetworkCreate3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkCreate3, unknown>;
2706
+ export declare function managerRetryResponseNetworkCreate3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkCreate3, SDKValidationError>;
2707
+ /** @internal */
2708
+ export declare const ManagerRetryResponseTypeUseDefault3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeUseDefault3>;
2709
+ /** @internal */
2710
+ export declare const ManagerRetryResponseNetworkUseDefault3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUseDefault3, unknown>;
2711
+ export declare function managerRetryResponseNetworkUseDefault3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUseDefault3, SDKValidationError>;
2712
+ /** @internal */
2713
+ export declare const ManagerRetryResponseNetworkUnion3$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUnion3, unknown>;
2714
+ export declare function managerRetryResponseNetworkUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUnion3, SDKValidationError>;
2715
+ /** @internal */
2716
+ export declare const ManagerRetryResponseTelemetry3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTelemetry3>;
2717
+ /** @internal */
2718
+ export declare const ManagerRetryResponseUpdates3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseUpdates3>;
2719
+ /** @internal */
2720
+ export declare const ManagerRetryResponseStackSettings3$inboundSchema: z.ZodType<ManagerRetryResponseStackSettings3, unknown>;
2721
+ export declare function managerRetryResponseStackSettings3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseStackSettings3, SDKValidationError>;
2722
+ /** @internal */
2723
+ export declare const ManagerRetryResponseSetupTerraform$inboundSchema: z.ZodType<ManagerRetryResponseSetupTerraform, unknown>;
2724
+ export declare function managerRetryResponseSetupTerraformFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetupTerraform, SDKValidationError>;
2725
+ /** @internal */
2726
+ export declare const ManagerRetryResponseDeploymentModel2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseDeploymentModel2>;
2727
+ /** @internal */
2728
+ export declare const ManagerRetryResponseAws2$inboundSchema: z.ZodType<ManagerRetryResponseAws2, unknown>;
2729
+ export declare function managerRetryResponseAws2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAws2, SDKValidationError>;
2730
+ /** @internal */
2731
+ export declare const ManagerRetryResponseAwsUnion2$inboundSchema: z.ZodType<ManagerRetryResponseAwsUnion2, unknown>;
2732
+ export declare function managerRetryResponseAwsUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAwsUnion2, SDKValidationError>;
2733
+ /** @internal */
2734
+ export declare const ManagerRetryResponseAzure2$inboundSchema: z.ZodType<ManagerRetryResponseAzure2, unknown>;
2735
+ export declare function managerRetryResponseAzure2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzure2, SDKValidationError>;
2736
+ /** @internal */
2737
+ export declare const ManagerRetryResponseAzureUnion2$inboundSchema: z.ZodType<ManagerRetryResponseAzureUnion2, unknown>;
2738
+ export declare function managerRetryResponseAzureUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzureUnion2, SDKValidationError>;
2739
+ /** @internal */
2740
+ export declare const ManagerRetryResponseGcp2$inboundSchema: z.ZodType<ManagerRetryResponseGcp2, unknown>;
2741
+ export declare function managerRetryResponseGcp2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcp2, SDKValidationError>;
2742
+ /** @internal */
2743
+ export declare const ManagerRetryResponseGcpUnion2$inboundSchema: z.ZodType<ManagerRetryResponseGcpUnion2, unknown>;
2744
+ export declare function managerRetryResponseGcpUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcpUnion2, SDKValidationError>;
2745
+ /** @internal */
2746
+ export declare const ManagerRetryResponseTlsSecretRef2$inboundSchema: z.ZodType<ManagerRetryResponseTlsSecretRef2, unknown>;
2747
+ export declare function managerRetryResponseTlsSecretRef2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseTlsSecretRef2, SDKValidationError>;
2748
+ /** @internal */
2749
+ export declare const ManagerRetryResponseDomainsKubernetes2$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetes2, unknown>;
2750
+ export declare function managerRetryResponseDomainsKubernetes2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetes2, SDKValidationError>;
2751
+ /** @internal */
2752
+ export declare const ManagerRetryResponseDomainsKubernetesUnion2$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetesUnion2, unknown>;
2753
+ export declare function managerRetryResponseDomainsKubernetesUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetesUnion2, SDKValidationError>;
2754
+ /** @internal */
2755
+ export declare const ManagerRetryResponseDomainsCertificate2$inboundSchema: z.ZodType<ManagerRetryResponseDomainsCertificate2, unknown>;
2756
+ export declare function managerRetryResponseDomainsCertificate2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsCertificate2, SDKValidationError>;
2757
+ /** @internal */
2758
+ export declare const ManagerRetryResponseCustomDomains2$inboundSchema: z.ZodType<ManagerRetryResponseCustomDomains2, unknown>;
2759
+ export declare function managerRetryResponseCustomDomains2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCustomDomains2, SDKValidationError>;
2760
+ /** @internal */
2761
+ export declare const ManagerRetryResponseDomains2$inboundSchema: z.ZodType<ManagerRetryResponseDomains2, unknown>;
2762
+ export declare function managerRetryResponseDomains2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomains2, SDKValidationError>;
2763
+ /** @internal */
2764
+ export declare const ManagerRetryResponseDomainsUnion2$inboundSchema: z.ZodType<ManagerRetryResponseDomainsUnion2, unknown>;
2765
+ export declare function managerRetryResponseDomainsUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsUnion2, SDKValidationError>;
2766
+ /** @internal */
2767
+ export declare const ManagerRetryResponseExternalBindings2$inboundSchema: z.ZodType<ManagerRetryResponseExternalBindings2, unknown>;
2768
+ export declare function managerRetryResponseExternalBindings2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExternalBindings2, SDKValidationError>;
2769
+ /** @internal */
2770
+ export declare const ManagerRetryResponseHeartbeats2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseHeartbeats2>;
2771
+ /** @internal */
2772
+ export declare const ManagerRetryResponseCloud2$inboundSchema: z.ZodType<ManagerRetryResponseCloud2, unknown>;
2773
+ export declare function managerRetryResponseCloud2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloud2, SDKValidationError>;
2774
+ /** @internal */
2775
+ export declare const ManagerRetryResponseCloudUnion2$inboundSchema: z.ZodType<ManagerRetryResponseCloudUnion2, unknown>;
2776
+ export declare function managerRetryResponseCloudUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloudUnion2, SDKValidationError>;
2777
+ /** @internal */
2778
+ export declare const ManagerRetryResponseOwnership2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseOwnership2>;
2779
+ /** @internal */
2780
+ export declare const ManagerRetryResponseCluster2$inboundSchema: z.ZodType<ManagerRetryResponseCluster2, unknown>;
2781
+ export declare function managerRetryResponseCluster2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCluster2, SDKValidationError>;
2782
+ /** @internal */
2783
+ export declare const ManagerRetryResponseClusterUnion2$inboundSchema: z.ZodType<ManagerRetryResponseClusterUnion2, unknown>;
2784
+ export declare function managerRetryResponseClusterUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseClusterUnion2, SDKValidationError>;
2785
+ /** @internal */
2786
+ export declare const ManagerRetryResponseCertificateNone4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone4, unknown>;
2787
+ export declare function managerRetryResponseCertificateNone4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone4, SDKValidationError>;
2788
+ /** @internal */
2789
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret4, unknown>;
2790
+ export declare function managerRetryResponseCertificateManagedTLSSecret4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret4, SDKValidationError>;
2791
+ /** @internal */
2792
+ export declare const ManagerRetryResponseCertificateAwsAcmArn4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn4, unknown>;
2793
+ export declare function managerRetryResponseCertificateAwsAcmArn4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn4, SDKValidationError>;
2794
+ /** @internal */
2795
+ export declare const ManagerRetryResponseCertificateManagedAcmImport4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport4, unknown>;
2796
+ export declare function managerRetryResponseCertificateManagedAcmImport4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport4, SDKValidationError>;
2797
+ /** @internal */
2798
+ export declare const ManagerRetryResponseCertificateTLSSecretRef4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef4, unknown>;
2799
+ export declare function managerRetryResponseCertificateTLSSecretRef4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef4, SDKValidationError>;
2800
+ /** @internal */
2801
+ export declare const ManagerRetryResponseCertificateUnion4$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion4, unknown>;
2802
+ export declare function managerRetryResponseCertificateUnion4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion4, SDKValidationError>;
2803
+ /** @internal */
2804
+ export declare const ManagerRetryResponseModeCustom2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeCustom2>;
2805
+ /** @internal */
2806
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum8>;
2807
+ /** @internal */
2808
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers8$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers8, unknown>;
2809
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers8FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers8, SDKValidationError>;
2810
+ /** @internal */
2811
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum8$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum8>;
2812
+ /** @internal */
2813
+ export declare const ManagerRetryResponseProviderGkeGateway8$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway8, unknown>;
2814
+ export declare function managerRetryResponseProviderGkeGateway8FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway8, SDKValidationError>;
2815
+ /** @internal */
2816
+ export declare const ManagerRetryResponseProviderAwsAlbEnum8$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum8>;
2817
+ /** @internal */
2818
+ export declare const ManagerRetryResponseProviderAwsAlb8$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb8, unknown>;
2819
+ export declare function managerRetryResponseProviderAwsAlb8FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb8, SDKValidationError>;
2820
+ /** @internal */
2821
+ export declare const ManagerRetryResponseProviderUnion8$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion8, unknown>;
2822
+ export declare function managerRetryResponseProviderUnion8FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion8, SDKValidationError>;
2823
+ /** @internal */
2824
+ export declare const ManagerRetryResponseRouteGateway4$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway4, unknown>;
2825
+ export declare function managerRetryResponseRouteGateway4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway4, SDKValidationError>;
2826
+ /** @internal */
2827
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum7>;
2828
+ /** @internal */
2829
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers7$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers7, unknown>;
2830
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers7FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers7, SDKValidationError>;
2831
+ /** @internal */
2832
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum7$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum7>;
2833
+ /** @internal */
2834
+ export declare const ManagerRetryResponseProviderGkeGateway7$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway7, unknown>;
2835
+ export declare function managerRetryResponseProviderGkeGateway7FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway7, SDKValidationError>;
2836
+ /** @internal */
2837
+ export declare const ManagerRetryResponseProviderAwsAlbEnum7$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum7>;
2838
+ /** @internal */
2839
+ export declare const ManagerRetryResponseProviderAwsAlb7$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb7, unknown>;
2840
+ export declare function managerRetryResponseProviderAwsAlb7FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb7, SDKValidationError>;
2841
+ /** @internal */
2842
+ export declare const ManagerRetryResponseProviderUnion7$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion7, unknown>;
2843
+ export declare function managerRetryResponseProviderUnion7FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion7, SDKValidationError>;
2844
+ /** @internal */
2845
+ export declare const ManagerRetryResponseRouteIngress4$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress4, unknown>;
2846
+ export declare function managerRetryResponseRouteIngress4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress4, SDKValidationError>;
2847
+ /** @internal */
2848
+ export declare const ManagerRetryResponseRouteUnion4$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion4, unknown>;
2849
+ export declare function managerRetryResponseRouteUnion4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion4, SDKValidationError>;
2850
+ /** @internal */
2851
+ export declare const ManagerRetryResponseExposureCustom2$inboundSchema: z.ZodType<ManagerRetryResponseExposureCustom2, unknown>;
2852
+ export declare function managerRetryResponseExposureCustom2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureCustom2, SDKValidationError>;
2853
+ /** @internal */
2854
+ export declare const ManagerRetryResponseCertificateNone3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone3, unknown>;
2855
+ export declare function managerRetryResponseCertificateNone3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone3, SDKValidationError>;
2856
+ /** @internal */
2857
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret3, unknown>;
2858
+ export declare function managerRetryResponseCertificateManagedTLSSecret3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret3, SDKValidationError>;
2859
+ /** @internal */
2860
+ export declare const ManagerRetryResponseCertificateAwsAcmArn3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn3, unknown>;
2861
+ export declare function managerRetryResponseCertificateAwsAcmArn3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn3, SDKValidationError>;
2862
+ /** @internal */
2863
+ export declare const ManagerRetryResponseCertificateManagedAcmImport3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport3, unknown>;
2864
+ export declare function managerRetryResponseCertificateManagedAcmImport3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport3, SDKValidationError>;
2865
+ /** @internal */
2866
+ export declare const ManagerRetryResponseCertificateTLSSecretRef3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef3, unknown>;
2867
+ export declare function managerRetryResponseCertificateTLSSecretRef3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef3, SDKValidationError>;
2868
+ /** @internal */
2869
+ export declare const ManagerRetryResponseCertificateUnion3$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion3, unknown>;
2870
+ export declare function managerRetryResponseCertificateUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion3, SDKValidationError>;
2871
+ /** @internal */
2872
+ export declare const ManagerRetryResponseModeGenerated2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeGenerated2>;
2873
+ /** @internal */
2874
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum6>;
2875
+ /** @internal */
2876
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers6$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers6, unknown>;
2877
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers6, SDKValidationError>;
2878
+ /** @internal */
2879
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum6$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum6>;
2880
+ /** @internal */
2881
+ export declare const ManagerRetryResponseProviderGkeGateway6$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway6, unknown>;
2882
+ export declare function managerRetryResponseProviderGkeGateway6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway6, SDKValidationError>;
2883
+ /** @internal */
2884
+ export declare const ManagerRetryResponseProviderAwsAlbEnum6$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum6>;
2885
+ /** @internal */
2886
+ export declare const ManagerRetryResponseProviderAwsAlb6$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb6, unknown>;
2887
+ export declare function managerRetryResponseProviderAwsAlb6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb6, SDKValidationError>;
2888
+ /** @internal */
2889
+ export declare const ManagerRetryResponseProviderUnion6$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion6, unknown>;
2890
+ export declare function managerRetryResponseProviderUnion6FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion6, SDKValidationError>;
2891
+ /** @internal */
2892
+ export declare const ManagerRetryResponseRouteGateway3$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway3, unknown>;
2893
+ export declare function managerRetryResponseRouteGateway3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway3, SDKValidationError>;
2894
+ /** @internal */
2895
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum5>;
2896
+ /** @internal */
2897
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers5$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers5, unknown>;
2898
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers5, SDKValidationError>;
2899
+ /** @internal */
2900
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum5$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum5>;
2901
+ /** @internal */
2902
+ export declare const ManagerRetryResponseProviderGkeGateway5$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway5, unknown>;
2903
+ export declare function managerRetryResponseProviderGkeGateway5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway5, SDKValidationError>;
2904
+ /** @internal */
2905
+ export declare const ManagerRetryResponseProviderAwsAlbEnum5$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum5>;
2906
+ /** @internal */
2907
+ export declare const ManagerRetryResponseProviderAwsAlb5$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb5, unknown>;
2908
+ export declare function managerRetryResponseProviderAwsAlb5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb5, SDKValidationError>;
2909
+ /** @internal */
2910
+ export declare const ManagerRetryResponseProviderUnion5$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion5, unknown>;
2911
+ export declare function managerRetryResponseProviderUnion5FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion5, SDKValidationError>;
2912
+ /** @internal */
2913
+ export declare const ManagerRetryResponseRouteIngress3$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress3, unknown>;
2914
+ export declare function managerRetryResponseRouteIngress3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress3, SDKValidationError>;
2915
+ /** @internal */
2916
+ export declare const ManagerRetryResponseRouteUnion3$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion3, unknown>;
2917
+ export declare function managerRetryResponseRouteUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion3, SDKValidationError>;
2918
+ /** @internal */
2919
+ export declare const ManagerRetryResponseExposureGenerated2$inboundSchema: z.ZodType<ManagerRetryResponseExposureGenerated2, unknown>;
2920
+ export declare function managerRetryResponseExposureGenerated2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureGenerated2, SDKValidationError>;
2921
+ /** @internal */
2922
+ export declare const ManagerRetryResponseModeDisabled2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeDisabled2>;
2923
+ /** @internal */
2924
+ export declare const ManagerRetryResponseExposureDisabled2$inboundSchema: z.ZodType<ManagerRetryResponseExposureDisabled2, unknown>;
2925
+ export declare function managerRetryResponseExposureDisabled2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureDisabled2, SDKValidationError>;
2926
+ /** @internal */
2927
+ export declare const ManagerRetryResponseExposureUnion2$inboundSchema: z.ZodType<ManagerRetryResponseExposureUnion2, unknown>;
2928
+ export declare function managerRetryResponseExposureUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureUnion2, SDKValidationError>;
2929
+ /** @internal */
2930
+ export declare const ManagerRetryResponseKubernetes2$inboundSchema: z.ZodType<ManagerRetryResponseKubernetes2, unknown>;
2931
+ export declare function managerRetryResponseKubernetes2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetes2, SDKValidationError>;
2932
+ /** @internal */
2933
+ export declare const ManagerRetryResponseKubernetesUnion2$inboundSchema: z.ZodType<ManagerRetryResponseKubernetesUnion2, unknown>;
2934
+ export declare function managerRetryResponseKubernetesUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetesUnion2, SDKValidationError>;
2935
+ /** @internal */
2936
+ export declare const ManagerRetryResponseTypeByoVnetAzure2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVnetAzure2>;
2937
+ /** @internal */
2938
+ export declare const ManagerRetryResponseNetworkByoVnetAzure2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVnetAzure2, unknown>;
2939
+ export declare function managerRetryResponseNetworkByoVnetAzure2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVnetAzure2, SDKValidationError>;
2940
+ /** @internal */
2941
+ export declare const ManagerRetryResponseTypeByoVpcGcp2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcGcp2>;
2942
+ /** @internal */
2943
+ export declare const ManagerRetryResponseNetworkByoVpcGcp2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcGcp2, unknown>;
2944
+ export declare function managerRetryResponseNetworkByoVpcGcp2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcGcp2, SDKValidationError>;
2945
+ /** @internal */
2946
+ export declare const ManagerRetryResponseTypeByoVpcAws2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcAws2>;
2947
+ /** @internal */
2948
+ export declare const ManagerRetryResponseNetworkByoVpcAws2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcAws2, unknown>;
2949
+ export declare function managerRetryResponseNetworkByoVpcAws2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcAws2, SDKValidationError>;
2950
+ /** @internal */
2951
+ export declare const ManagerRetryResponseTypeCreate2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeCreate2>;
2952
+ /** @internal */
2953
+ export declare const ManagerRetryResponseNetworkCreate2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkCreate2, unknown>;
2954
+ export declare function managerRetryResponseNetworkCreate2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkCreate2, SDKValidationError>;
2955
+ /** @internal */
2956
+ export declare const ManagerRetryResponseTypeUseDefault2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeUseDefault2>;
2957
+ /** @internal */
2958
+ export declare const ManagerRetryResponseNetworkUseDefault2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUseDefault2, unknown>;
2959
+ export declare function managerRetryResponseNetworkUseDefault2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUseDefault2, SDKValidationError>;
2960
+ /** @internal */
2961
+ export declare const ManagerRetryResponseNetworkUnion2$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUnion2, unknown>;
2962
+ export declare function managerRetryResponseNetworkUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUnion2, SDKValidationError>;
2963
+ /** @internal */
2964
+ export declare const ManagerRetryResponseTelemetry2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTelemetry2>;
2965
+ /** @internal */
2966
+ export declare const ManagerRetryResponseUpdates2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseUpdates2>;
2967
+ /** @internal */
2968
+ export declare const ManagerRetryResponseStackSettings2$inboundSchema: z.ZodType<ManagerRetryResponseStackSettings2, unknown>;
2969
+ export declare function managerRetryResponseStackSettings2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseStackSettings2, SDKValidationError>;
2970
+ /** @internal */
2971
+ export declare const ManagerRetryResponseSetupGoogleOauth$inboundSchema: z.ZodType<ManagerRetryResponseSetupGoogleOauth, unknown>;
2972
+ export declare function managerRetryResponseSetupGoogleOauthFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetupGoogleOauth, SDKValidationError>;
2973
+ /** @internal */
2974
+ export declare const ManagerRetryResponseDeploymentModel1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseDeploymentModel1>;
2975
+ /** @internal */
2976
+ export declare const ManagerRetryResponseAws1$inboundSchema: z.ZodType<ManagerRetryResponseAws1, unknown>;
2977
+ export declare function managerRetryResponseAws1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAws1, SDKValidationError>;
2978
+ /** @internal */
2979
+ export declare const ManagerRetryResponseAwsUnion1$inboundSchema: z.ZodType<ManagerRetryResponseAwsUnion1, unknown>;
2980
+ export declare function managerRetryResponseAwsUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAwsUnion1, SDKValidationError>;
2981
+ /** @internal */
2982
+ export declare const ManagerRetryResponseAzure1$inboundSchema: z.ZodType<ManagerRetryResponseAzure1, unknown>;
2983
+ export declare function managerRetryResponseAzure1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzure1, SDKValidationError>;
2984
+ /** @internal */
2985
+ export declare const ManagerRetryResponseAzureUnion1$inboundSchema: z.ZodType<ManagerRetryResponseAzureUnion1, unknown>;
2986
+ export declare function managerRetryResponseAzureUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseAzureUnion1, SDKValidationError>;
2987
+ /** @internal */
2988
+ export declare const ManagerRetryResponseGcp1$inboundSchema: z.ZodType<ManagerRetryResponseGcp1, unknown>;
2989
+ export declare function managerRetryResponseGcp1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcp1, SDKValidationError>;
2990
+ /** @internal */
2991
+ export declare const ManagerRetryResponseGcpUnion1$inboundSchema: z.ZodType<ManagerRetryResponseGcpUnion1, unknown>;
2992
+ export declare function managerRetryResponseGcpUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseGcpUnion1, SDKValidationError>;
2993
+ /** @internal */
2994
+ export declare const ManagerRetryResponseTlsSecretRef1$inboundSchema: z.ZodType<ManagerRetryResponseTlsSecretRef1, unknown>;
2995
+ export declare function managerRetryResponseTlsSecretRef1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseTlsSecretRef1, SDKValidationError>;
2996
+ /** @internal */
2997
+ export declare const ManagerRetryResponseDomainsKubernetes1$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetes1, unknown>;
2998
+ export declare function managerRetryResponseDomainsKubernetes1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetes1, SDKValidationError>;
2999
+ /** @internal */
3000
+ export declare const ManagerRetryResponseDomainsKubernetesUnion1$inboundSchema: z.ZodType<ManagerRetryResponseDomainsKubernetesUnion1, unknown>;
3001
+ export declare function managerRetryResponseDomainsKubernetesUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsKubernetesUnion1, SDKValidationError>;
3002
+ /** @internal */
3003
+ export declare const ManagerRetryResponseDomainsCertificate1$inboundSchema: z.ZodType<ManagerRetryResponseDomainsCertificate1, unknown>;
3004
+ export declare function managerRetryResponseDomainsCertificate1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsCertificate1, SDKValidationError>;
3005
+ /** @internal */
3006
+ export declare const ManagerRetryResponseCustomDomains1$inboundSchema: z.ZodType<ManagerRetryResponseCustomDomains1, unknown>;
3007
+ export declare function managerRetryResponseCustomDomains1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCustomDomains1, SDKValidationError>;
3008
+ /** @internal */
3009
+ export declare const ManagerRetryResponseDomains1$inboundSchema: z.ZodType<ManagerRetryResponseDomains1, unknown>;
3010
+ export declare function managerRetryResponseDomains1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomains1, SDKValidationError>;
3011
+ /** @internal */
3012
+ export declare const ManagerRetryResponseDomainsUnion1$inboundSchema: z.ZodType<ManagerRetryResponseDomainsUnion1, unknown>;
3013
+ export declare function managerRetryResponseDomainsUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseDomainsUnion1, SDKValidationError>;
3014
+ /** @internal */
3015
+ export declare const ManagerRetryResponseExternalBindings1$inboundSchema: z.ZodType<ManagerRetryResponseExternalBindings1, unknown>;
3016
+ export declare function managerRetryResponseExternalBindings1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExternalBindings1, SDKValidationError>;
3017
+ /** @internal */
3018
+ export declare const ManagerRetryResponseHeartbeats1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseHeartbeats1>;
3019
+ /** @internal */
3020
+ export declare const ManagerRetryResponseCloud1$inboundSchema: z.ZodType<ManagerRetryResponseCloud1, unknown>;
3021
+ export declare function managerRetryResponseCloud1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloud1, SDKValidationError>;
3022
+ /** @internal */
3023
+ export declare const ManagerRetryResponseCloudUnion1$inboundSchema: z.ZodType<ManagerRetryResponseCloudUnion1, unknown>;
3024
+ export declare function managerRetryResponseCloudUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCloudUnion1, SDKValidationError>;
3025
+ /** @internal */
3026
+ export declare const ManagerRetryResponseOwnership1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseOwnership1>;
3027
+ /** @internal */
3028
+ export declare const ManagerRetryResponseCluster1$inboundSchema: z.ZodType<ManagerRetryResponseCluster1, unknown>;
3029
+ export declare function managerRetryResponseCluster1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCluster1, SDKValidationError>;
3030
+ /** @internal */
3031
+ export declare const ManagerRetryResponseClusterUnion1$inboundSchema: z.ZodType<ManagerRetryResponseClusterUnion1, unknown>;
3032
+ export declare function managerRetryResponseClusterUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseClusterUnion1, SDKValidationError>;
3033
+ /** @internal */
3034
+ export declare const ManagerRetryResponseCertificateNone2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone2, unknown>;
3035
+ export declare function managerRetryResponseCertificateNone2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone2, SDKValidationError>;
3036
+ /** @internal */
3037
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret2, unknown>;
3038
+ export declare function managerRetryResponseCertificateManagedTLSSecret2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret2, SDKValidationError>;
3039
+ /** @internal */
3040
+ export declare const ManagerRetryResponseCertificateAwsAcmArn2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn2, unknown>;
3041
+ export declare function managerRetryResponseCertificateAwsAcmArn2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn2, SDKValidationError>;
3042
+ /** @internal */
3043
+ export declare const ManagerRetryResponseCertificateManagedAcmImport2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport2, unknown>;
3044
+ export declare function managerRetryResponseCertificateManagedAcmImport2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport2, SDKValidationError>;
3045
+ /** @internal */
3046
+ export declare const ManagerRetryResponseCertificateTLSSecretRef2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef2, unknown>;
3047
+ export declare function managerRetryResponseCertificateTLSSecretRef2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef2, SDKValidationError>;
3048
+ /** @internal */
3049
+ export declare const ManagerRetryResponseCertificateUnion2$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion2, unknown>;
3050
+ export declare function managerRetryResponseCertificateUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion2, SDKValidationError>;
3051
+ /** @internal */
3052
+ export declare const ManagerRetryResponseModeCustom1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeCustom1>;
3053
+ /** @internal */
3054
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum4>;
3055
+ /** @internal */
3056
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers4$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers4, unknown>;
3057
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers4, SDKValidationError>;
3058
+ /** @internal */
3059
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum4$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum4>;
3060
+ /** @internal */
3061
+ export declare const ManagerRetryResponseProviderGkeGateway4$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway4, unknown>;
3062
+ export declare function managerRetryResponseProviderGkeGateway4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway4, SDKValidationError>;
3063
+ /** @internal */
3064
+ export declare const ManagerRetryResponseProviderAwsAlbEnum4$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum4>;
3065
+ /** @internal */
3066
+ export declare const ManagerRetryResponseProviderAwsAlb4$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb4, unknown>;
3067
+ export declare function managerRetryResponseProviderAwsAlb4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb4, SDKValidationError>;
3068
+ /** @internal */
3069
+ export declare const ManagerRetryResponseProviderUnion4$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion4, unknown>;
3070
+ export declare function managerRetryResponseProviderUnion4FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion4, SDKValidationError>;
3071
+ /** @internal */
3072
+ export declare const ManagerRetryResponseRouteGateway2$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway2, unknown>;
3073
+ export declare function managerRetryResponseRouteGateway2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway2, SDKValidationError>;
3074
+ /** @internal */
3075
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum3>;
3076
+ /** @internal */
3077
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers3$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers3, unknown>;
3078
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers3, SDKValidationError>;
3079
+ /** @internal */
3080
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum3>;
3081
+ /** @internal */
3082
+ export declare const ManagerRetryResponseProviderGkeGateway3$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway3, unknown>;
3083
+ export declare function managerRetryResponseProviderGkeGateway3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway3, SDKValidationError>;
3084
+ /** @internal */
3085
+ export declare const ManagerRetryResponseProviderAwsAlbEnum3$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum3>;
3086
+ /** @internal */
3087
+ export declare const ManagerRetryResponseProviderAwsAlb3$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb3, unknown>;
3088
+ export declare function managerRetryResponseProviderAwsAlb3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb3, SDKValidationError>;
3089
+ /** @internal */
3090
+ export declare const ManagerRetryResponseProviderUnion3$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion3, unknown>;
3091
+ export declare function managerRetryResponseProviderUnion3FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion3, SDKValidationError>;
3092
+ /** @internal */
3093
+ export declare const ManagerRetryResponseRouteIngress2$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress2, unknown>;
3094
+ export declare function managerRetryResponseRouteIngress2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress2, SDKValidationError>;
3095
+ /** @internal */
3096
+ export declare const ManagerRetryResponseRouteUnion2$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion2, unknown>;
3097
+ export declare function managerRetryResponseRouteUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion2, SDKValidationError>;
3098
+ /** @internal */
3099
+ export declare const ManagerRetryResponseExposureCustom1$inboundSchema: z.ZodType<ManagerRetryResponseExposureCustom1, unknown>;
3100
+ export declare function managerRetryResponseExposureCustom1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureCustom1, SDKValidationError>;
3101
+ /** @internal */
3102
+ export declare const ManagerRetryResponseCertificateNone1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateNone1, unknown>;
3103
+ export declare function managerRetryResponseCertificateNone1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateNone1, SDKValidationError>;
3104
+ /** @internal */
3105
+ export declare const ManagerRetryResponseCertificateManagedTLSSecret1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedTLSSecret1, unknown>;
3106
+ export declare function managerRetryResponseCertificateManagedTLSSecret1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedTLSSecret1, SDKValidationError>;
3107
+ /** @internal */
3108
+ export declare const ManagerRetryResponseCertificateAwsAcmArn1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateAwsAcmArn1, unknown>;
3109
+ export declare function managerRetryResponseCertificateAwsAcmArn1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateAwsAcmArn1, SDKValidationError>;
3110
+ /** @internal */
3111
+ export declare const ManagerRetryResponseCertificateManagedAcmImport1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateManagedAcmImport1, unknown>;
3112
+ export declare function managerRetryResponseCertificateManagedAcmImport1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateManagedAcmImport1, SDKValidationError>;
3113
+ /** @internal */
3114
+ export declare const ManagerRetryResponseCertificateTLSSecretRef1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateTLSSecretRef1, unknown>;
3115
+ export declare function managerRetryResponseCertificateTLSSecretRef1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateTLSSecretRef1, SDKValidationError>;
3116
+ /** @internal */
3117
+ export declare const ManagerRetryResponseCertificateUnion1$inboundSchema: z.ZodType<ManagerRetryResponseCertificateUnion1, unknown>;
3118
+ export declare function managerRetryResponseCertificateUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseCertificateUnion1, SDKValidationError>;
3119
+ /** @internal */
3120
+ export declare const ManagerRetryResponseModeGenerated1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeGenerated1>;
3121
+ /** @internal */
3122
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum2>;
3123
+ /** @internal */
3124
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers2$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers2, unknown>;
3125
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers2, SDKValidationError>;
3126
+ /** @internal */
3127
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum2>;
3128
+ /** @internal */
3129
+ export declare const ManagerRetryResponseProviderGkeGateway2$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway2, unknown>;
3130
+ export declare function managerRetryResponseProviderGkeGateway2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway2, SDKValidationError>;
3131
+ /** @internal */
3132
+ export declare const ManagerRetryResponseProviderAwsAlbEnum2$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum2>;
3133
+ /** @internal */
3134
+ export declare const ManagerRetryResponseProviderAwsAlb2$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb2, unknown>;
3135
+ export declare function managerRetryResponseProviderAwsAlb2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb2, SDKValidationError>;
3136
+ /** @internal */
3137
+ export declare const ManagerRetryResponseProviderUnion2$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion2, unknown>;
3138
+ export declare function managerRetryResponseProviderUnion2FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion2, SDKValidationError>;
3139
+ /** @internal */
3140
+ export declare const ManagerRetryResponseRouteGateway1$inboundSchema: z.ZodType<ManagerRetryResponseRouteGateway1, unknown>;
3141
+ export declare function managerRetryResponseRouteGateway1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteGateway1, SDKValidationError>;
3142
+ /** @internal */
3143
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAzureApplicationGatewayForContainersEnum1>;
3144
+ /** @internal */
3145
+ export declare const ManagerRetryResponseProviderAzureApplicationGatewayForContainers1$inboundSchema: z.ZodType<ManagerRetryResponseProviderAzureApplicationGatewayForContainers1, unknown>;
3146
+ export declare function managerRetryResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAzureApplicationGatewayForContainers1, SDKValidationError>;
3147
+ /** @internal */
3148
+ export declare const ManagerRetryResponseProviderGkeGatewayEnum1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderGkeGatewayEnum1>;
3149
+ /** @internal */
3150
+ export declare const ManagerRetryResponseProviderGkeGateway1$inboundSchema: z.ZodType<ManagerRetryResponseProviderGkeGateway1, unknown>;
3151
+ export declare function managerRetryResponseProviderGkeGateway1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderGkeGateway1, SDKValidationError>;
3152
+ /** @internal */
3153
+ export declare const ManagerRetryResponseProviderAwsAlbEnum1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseProviderAwsAlbEnum1>;
3154
+ /** @internal */
3155
+ export declare const ManagerRetryResponseProviderAwsAlb1$inboundSchema: z.ZodType<ManagerRetryResponseProviderAwsAlb1, unknown>;
3156
+ export declare function managerRetryResponseProviderAwsAlb1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderAwsAlb1, SDKValidationError>;
3157
+ /** @internal */
3158
+ export declare const ManagerRetryResponseProviderUnion1$inboundSchema: z.ZodType<ManagerRetryResponseProviderUnion1, unknown>;
3159
+ export declare function managerRetryResponseProviderUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseProviderUnion1, SDKValidationError>;
3160
+ /** @internal */
3161
+ export declare const ManagerRetryResponseRouteIngress1$inboundSchema: z.ZodType<ManagerRetryResponseRouteIngress1, unknown>;
3162
+ export declare function managerRetryResponseRouteIngress1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteIngress1, SDKValidationError>;
3163
+ /** @internal */
3164
+ export declare const ManagerRetryResponseRouteUnion1$inboundSchema: z.ZodType<ManagerRetryResponseRouteUnion1, unknown>;
3165
+ export declare function managerRetryResponseRouteUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseRouteUnion1, SDKValidationError>;
3166
+ /** @internal */
3167
+ export declare const ManagerRetryResponseExposureGenerated1$inboundSchema: z.ZodType<ManagerRetryResponseExposureGenerated1, unknown>;
3168
+ export declare function managerRetryResponseExposureGenerated1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureGenerated1, SDKValidationError>;
3169
+ /** @internal */
3170
+ export declare const ManagerRetryResponseModeDisabled1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseModeDisabled1>;
3171
+ /** @internal */
3172
+ export declare const ManagerRetryResponseExposureDisabled1$inboundSchema: z.ZodType<ManagerRetryResponseExposureDisabled1, unknown>;
3173
+ export declare function managerRetryResponseExposureDisabled1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureDisabled1, SDKValidationError>;
3174
+ /** @internal */
3175
+ export declare const ManagerRetryResponseExposureUnion1$inboundSchema: z.ZodType<ManagerRetryResponseExposureUnion1, unknown>;
3176
+ export declare function managerRetryResponseExposureUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseExposureUnion1, SDKValidationError>;
3177
+ /** @internal */
3178
+ export declare const ManagerRetryResponseKubernetes1$inboundSchema: z.ZodType<ManagerRetryResponseKubernetes1, unknown>;
3179
+ export declare function managerRetryResponseKubernetes1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetes1, SDKValidationError>;
3180
+ /** @internal */
3181
+ export declare const ManagerRetryResponseKubernetesUnion1$inboundSchema: z.ZodType<ManagerRetryResponseKubernetesUnion1, unknown>;
3182
+ export declare function managerRetryResponseKubernetesUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseKubernetesUnion1, SDKValidationError>;
3183
+ /** @internal */
3184
+ export declare const ManagerRetryResponseTypeByoVnetAzure1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVnetAzure1>;
3185
+ /** @internal */
3186
+ export declare const ManagerRetryResponseNetworkByoVnetAzure1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVnetAzure1, unknown>;
3187
+ export declare function managerRetryResponseNetworkByoVnetAzure1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVnetAzure1, SDKValidationError>;
3188
+ /** @internal */
3189
+ export declare const ManagerRetryResponseTypeByoVpcGcp1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcGcp1>;
3190
+ /** @internal */
3191
+ export declare const ManagerRetryResponseNetworkByoVpcGcp1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcGcp1, unknown>;
3192
+ export declare function managerRetryResponseNetworkByoVpcGcp1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcGcp1, SDKValidationError>;
3193
+ /** @internal */
3194
+ export declare const ManagerRetryResponseTypeByoVpcAws1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeByoVpcAws1>;
3195
+ /** @internal */
3196
+ export declare const ManagerRetryResponseNetworkByoVpcAws1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkByoVpcAws1, unknown>;
3197
+ export declare function managerRetryResponseNetworkByoVpcAws1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkByoVpcAws1, SDKValidationError>;
3198
+ /** @internal */
3199
+ export declare const ManagerRetryResponseTypeCreate1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeCreate1>;
3200
+ /** @internal */
3201
+ export declare const ManagerRetryResponseNetworkCreate1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkCreate1, unknown>;
3202
+ export declare function managerRetryResponseNetworkCreate1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkCreate1, SDKValidationError>;
3203
+ /** @internal */
3204
+ export declare const ManagerRetryResponseTypeUseDefault1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTypeUseDefault1>;
3205
+ /** @internal */
3206
+ export declare const ManagerRetryResponseNetworkUseDefault1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUseDefault1, unknown>;
3207
+ export declare function managerRetryResponseNetworkUseDefault1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUseDefault1, SDKValidationError>;
3208
+ /** @internal */
3209
+ export declare const ManagerRetryResponseNetworkUnion1$inboundSchema: z.ZodType<ManagerRetryResponseNetworkUnion1, unknown>;
3210
+ export declare function managerRetryResponseNetworkUnion1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseNetworkUnion1, SDKValidationError>;
3211
+ /** @internal */
3212
+ export declare const ManagerRetryResponseTelemetry1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseTelemetry1>;
3213
+ /** @internal */
3214
+ export declare const ManagerRetryResponseUpdates1$inboundSchema: z.ZodEnum<typeof ManagerRetryResponseUpdates1>;
3215
+ /** @internal */
3216
+ export declare const ManagerRetryResponseStackSettings1$inboundSchema: z.ZodType<ManagerRetryResponseStackSettings1, unknown>;
3217
+ export declare function managerRetryResponseStackSettings1FromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseStackSettings1, SDKValidationError>;
3218
+ /** @internal */
3219
+ export declare const ManagerRetryResponseSetupCloudformation$inboundSchema: z.ZodType<ManagerRetryResponseSetupCloudformation, unknown>;
3220
+ export declare function managerRetryResponseSetupCloudformationFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetupCloudformation, SDKValidationError>;
3221
+ /** @internal */
3222
+ export declare const ManagerRetryResponseSetupUnion$inboundSchema: z.ZodType<ManagerRetryResponseSetupUnion, unknown>;
3223
+ export declare function managerRetryResponseSetupUnionFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetupUnion, SDKValidationError>;
3224
+ /** @internal */
3225
+ export declare const ModeSetup$inboundSchema: z.ZodEnum<typeof ModeSetup>;
3226
+ /** @internal */
3227
+ export declare const ManagerRetryResponseSetup$inboundSchema: z.ZodType<ManagerRetryResponseSetup, unknown>;
3228
+ export declare function managerRetryResponseSetupFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponseSetup, SDKValidationError>;
3229
+ /** @internal */
3230
+ export declare const ManagerRetryResponse$inboundSchema: z.ZodType<ManagerRetryResponse, unknown>;
3231
+ export declare function managerRetryResponseFromJSON(jsonString: string): SafeParseResult<ManagerRetryResponse, SDKValidationError>;
3232
+ //# sourceMappingURL=managerretryresponse.d.ts.map