@alienplatform/platform-api 1.3.5 → 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,1587 @@
1
+ import * as z from "zod/v4";
2
+ import { ClosedEnum } from "../types/enums.js";
3
+ import { ImportedResource, ImportedResource$Outbound } from "./importedresource.js";
4
+ import { ImportSourceKind } from "./importsourcekind.js";
5
+ /**
6
+ * Cloud platform of the imported stack
7
+ */
8
+ export declare const ImportSourcePlatformEnum: {
9
+ readonly Aws: "aws";
10
+ readonly Gcp: "gcp";
11
+ readonly Azure: "azure";
12
+ readonly Kubernetes: "kubernetes";
13
+ readonly Local: "local";
14
+ readonly Test: "test";
15
+ };
16
+ /**
17
+ * Cloud platform of the imported stack
18
+ */
19
+ export type ImportSourcePlatformEnum = ClosedEnum<typeof ImportSourcePlatformEnum>;
20
+ /**
21
+ * Base cloud platform for cloud-backed Kubernetes imports.
22
+ */
23
+ export declare const ImportSourceBasePlatform: {
24
+ readonly Aws: "aws";
25
+ readonly Gcp: "gcp";
26
+ readonly Azure: "azure";
27
+ readonly Kubernetes: "kubernetes";
28
+ readonly Local: "local";
29
+ readonly Test: "test";
30
+ };
31
+ /**
32
+ * Base cloud platform for cloud-backed Kubernetes imports.
33
+ */
34
+ export type ImportSourceBasePlatform = ClosedEnum<typeof ImportSourceBasePlatform>;
35
+ /**
36
+ * Deployment model: how updates are delivered to the remote environment.
37
+ */
38
+ export declare const ImportSourceDeploymentModel: {
39
+ readonly Push: "push";
40
+ readonly Pull: "pull";
41
+ };
42
+ /**
43
+ * Deployment model: how updates are delivered to the remote environment.
44
+ */
45
+ export type ImportSourceDeploymentModel = ClosedEnum<typeof ImportSourceDeploymentModel>;
46
+ export type ImportSourceAws = {
47
+ certificateArn: string;
48
+ };
49
+ export type ImportSourceAwsUnion = ImportSourceAws | any;
50
+ export type ImportSourceAzure = {
51
+ keyVaultCertificateId: string;
52
+ };
53
+ export type ImportSourceAzureUnion = ImportSourceAzure | any;
54
+ export type ImportSourceGcp = {
55
+ certificateName: string;
56
+ };
57
+ export type ImportSourceGcpUnion = ImportSourceGcp | any;
58
+ /**
59
+ * Namespace-scoped Kubernetes TLS Secret reference.
60
+ */
61
+ export type ImportSourceTlsSecretRef = {
62
+ /**
63
+ * Secret namespace. Defaults to the release namespace when omitted.
64
+ */
65
+ namespace?: string | null | undefined;
66
+ /**
67
+ * Secret name.
68
+ */
69
+ secretName: string;
70
+ };
71
+ export type ImportSourceDomainsKubernetes = {
72
+ /**
73
+ * Namespace-scoped Kubernetes TLS Secret reference.
74
+ */
75
+ tlsSecretRef: ImportSourceTlsSecretRef;
76
+ };
77
+ export type ImportSourceDomainsKubernetesUnion = ImportSourceDomainsKubernetes | any;
78
+ /**
79
+ * Platform-specific certificate references for custom domains.
80
+ */
81
+ export type ImportSourceDomainsCertificate = {
82
+ aws?: ImportSourceAws | any | null | undefined;
83
+ azure?: ImportSourceAzure | any | null | undefined;
84
+ gcp?: ImportSourceGcp | any | null | undefined;
85
+ kubernetes?: ImportSourceDomainsKubernetes | any | null | undefined;
86
+ };
87
+ /**
88
+ * Custom domain configuration for a single resource.
89
+ */
90
+ export type ImportSourceCustomDomains = {
91
+ /**
92
+ * Platform-specific certificate references for custom domains.
93
+ */
94
+ certificate: ImportSourceDomainsCertificate;
95
+ /**
96
+ * Fully qualified domain name to use.
97
+ */
98
+ domain: string;
99
+ };
100
+ /**
101
+ * Domain configuration for the stack.
102
+ *
103
+ * @remarks
104
+ *
105
+ * When `custom_domains` is set, the specified resources use customer-provided
106
+ * domains and certificates. Otherwise, Alien auto-generates domains.
107
+ */
108
+ export type ImportSourceDomains = {
109
+ /**
110
+ * Custom domain configuration per resource ID.
111
+ */
112
+ customDomains?: {
113
+ [k: string]: ImportSourceCustomDomains;
114
+ } | null | undefined;
115
+ };
116
+ export type ImportSourceDomainsUnion = ImportSourceDomains | any;
117
+ /**
118
+ * External bindings for pre-existing infrastructure.
119
+ *
120
+ * @remarks
121
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
122
+ * Environment, etc.) instead of having Alien provision them.
123
+ * Required for Kubernetes platform, optional for cloud platforms.
124
+ */
125
+ export type ImportSourceExternalBindings = {};
126
+ /**
127
+ * How heartbeat health checks are handled.
128
+ */
129
+ export declare const ImportSourceHeartbeats: {
130
+ readonly Off: "off";
131
+ readonly On: "on";
132
+ };
133
+ /**
134
+ * How heartbeat health checks are handled.
135
+ */
136
+ export type ImportSourceHeartbeats = ClosedEnum<typeof ImportSourceHeartbeats>;
137
+ /**
138
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
139
+ */
140
+ export type ImportSourceCloud = {
141
+ accountId?: string | null | undefined;
142
+ clusterId?: string | null | undefined;
143
+ clusterName?: string | null | undefined;
144
+ projectId?: string | null | undefined;
145
+ region?: string | null | undefined;
146
+ resourceGroup?: string | null | undefined;
147
+ subscriptionId?: string | null | undefined;
148
+ };
149
+ export type ImportSourceCloudUnion = ImportSourceCloud | any;
150
+ /**
151
+ * Ownership model for the Kubernetes cluster.
152
+ */
153
+ export declare const ImportSourceOwnership: {
154
+ readonly Managed: "managed";
155
+ readonly Existing: "existing";
156
+ readonly External: "external";
157
+ };
158
+ /**
159
+ * Ownership model for the Kubernetes cluster.
160
+ */
161
+ export type ImportSourceOwnership = ClosedEnum<typeof ImportSourceOwnership>;
162
+ /**
163
+ * Kubernetes cluster setup settings.
164
+ */
165
+ export type ImportSourceCluster = {
166
+ cloud?: ImportSourceCloud | any | null | undefined;
167
+ /**
168
+ * Namespace where the Alien chart and application resources run.
169
+ */
170
+ namespace?: string | null | undefined;
171
+ /**
172
+ * Ownership model for the Kubernetes cluster.
173
+ */
174
+ ownership: ImportSourceOwnership;
175
+ };
176
+ export type ImportSourceClusterUnion = ImportSourceCluster | any;
177
+ export type ImportSourceCertificateNone2 = {
178
+ mode: "none";
179
+ };
180
+ export type ImportSourceCertificateManagedTLSSecret2 = {
181
+ mode: "managedTlsSecret";
182
+ /**
183
+ * Secret name template. Runtime may substitute resource/deployment tokens.
184
+ */
185
+ secretNameTemplate: string;
186
+ };
187
+ export type ImportSourceCertificateAwsAcmArn2 = {
188
+ /**
189
+ * Existing ACM certificate ARN.
190
+ */
191
+ certificateArn: string;
192
+ mode: "awsAcmArn";
193
+ };
194
+ export type ImportSourceCertificateManagedAcmImport2 = {
195
+ mode: "managedAcmImport";
196
+ /**
197
+ * ACM region. Defaults to the deployment region when omitted.
198
+ */
199
+ region?: string | null | undefined;
200
+ /**
201
+ * Tags applied to runtime-imported ACM certificates.
202
+ */
203
+ tags?: {
204
+ [k: string]: string;
205
+ } | undefined;
206
+ };
207
+ /**
208
+ * Namespace-scoped Kubernetes TLS Secret reference.
209
+ */
210
+ export type ImportSourceCertificateTLSSecretRef2 = {
211
+ /**
212
+ * Secret namespace. Defaults to the release namespace when omitted.
213
+ */
214
+ namespace?: string | null | undefined;
215
+ /**
216
+ * Secret name.
217
+ */
218
+ secretName: string;
219
+ mode: "tlsSecretRef";
220
+ };
221
+ /**
222
+ * Certificate publication or reference mode for Kubernetes public endpoints.
223
+ */
224
+ export type ImportSourceCertificateUnion2 = ImportSourceCertificateTLSSecretRef2 | ImportSourceCertificateManagedAcmImport2 | ImportSourceCertificateAwsAcmArn2 | ImportSourceCertificateManagedTLSSecret2 | ImportSourceCertificateNone2;
225
+ export declare const ImportSourceModeCustom: {
226
+ readonly Custom: "custom";
227
+ };
228
+ export type ImportSourceModeCustom = ClosedEnum<typeof ImportSourceModeCustom>;
229
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum4: {
230
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
231
+ };
232
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4>;
233
+ export type ImportSourceProviderAzureApplicationGatewayForContainers4 = {
234
+ /**
235
+ * Optional ALB name when using BYO Application Gateway resources.
236
+ */
237
+ albName?: string | null | undefined;
238
+ /**
239
+ * Optional ALB namespace when using BYO Application Gateway resources.
240
+ */
241
+ albNamespace?: string | null | undefined;
242
+ /**
243
+ * Public or internal frontend exposure.
244
+ */
245
+ frontend: string;
246
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum4;
247
+ };
248
+ export declare const ImportSourceProviderGkeGatewayEnum4: {
249
+ readonly GkeGateway: "gkeGateway";
250
+ };
251
+ export type ImportSourceProviderGkeGatewayEnum4 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum4>;
252
+ export type ImportSourceProviderGkeGateway4 = {
253
+ provider: ImportSourceProviderGkeGatewayEnum4;
254
+ /**
255
+ * Optional static address name for the Gateway frontend.
256
+ */
257
+ staticAddressName?: string | null | undefined;
258
+ };
259
+ export declare const ImportSourceProviderAwsAlbEnum4: {
260
+ readonly AwsAlb: "awsAlb";
261
+ };
262
+ export type ImportSourceProviderAwsAlbEnum4 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum4>;
263
+ export type ImportSourceProviderAwsAlb4 = {
264
+ /**
265
+ * Optional ALB IP address type, such as `dualstack`.
266
+ */
267
+ ipAddressType?: string | null | undefined;
268
+ provider: ImportSourceProviderAwsAlbEnum4;
269
+ /**
270
+ * Internet-facing or internal ALB scheme.
271
+ */
272
+ scheme: string;
273
+ /**
274
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
275
+ */
276
+ subnetIds?: Array<string> | undefined;
277
+ /**
278
+ * ALB target type, usually `ip`.
279
+ */
280
+ targetType: string;
281
+ };
282
+ export type ImportSourceProviderUnion4 = ImportSourceProviderAwsAlb4 | ImportSourceProviderAzureApplicationGatewayForContainers4 | ImportSourceProviderGkeGateway4 | any;
283
+ /**
284
+ * Shared Gateway API route profile values.
285
+ */
286
+ export type ImportSourceRouteGateway2 = {
287
+ /**
288
+ * Annotations applied to route objects.
289
+ */
290
+ annotations?: {
291
+ [k: string]: string;
292
+ } | undefined;
293
+ /**
294
+ * Route controller identifier, for example a cloud Gateway controller.
295
+ */
296
+ controller?: string | null | undefined;
297
+ /**
298
+ * GatewayClass selected for generated Gateways.
299
+ */
300
+ gatewayClassName: string;
301
+ /**
302
+ * Labels applied to route objects.
303
+ */
304
+ labels?: {
305
+ [k: string]: string;
306
+ } | undefined;
307
+ /**
308
+ * Listener port, usually 443.
309
+ */
310
+ listenerPort: number;
311
+ provider?: ImportSourceProviderAwsAlb4 | ImportSourceProviderAzureApplicationGatewayForContainers4 | ImportSourceProviderGkeGateway4 | any | null | undefined;
312
+ routeApi: "gateway";
313
+ };
314
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum3: {
315
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
316
+ };
317
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3>;
318
+ export type ImportSourceProviderAzureApplicationGatewayForContainers3 = {
319
+ /**
320
+ * Optional ALB name when using BYO Application Gateway resources.
321
+ */
322
+ albName?: string | null | undefined;
323
+ /**
324
+ * Optional ALB namespace when using BYO Application Gateway resources.
325
+ */
326
+ albNamespace?: string | null | undefined;
327
+ /**
328
+ * Public or internal frontend exposure.
329
+ */
330
+ frontend: string;
331
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum3;
332
+ };
333
+ export declare const ImportSourceProviderGkeGatewayEnum3: {
334
+ readonly GkeGateway: "gkeGateway";
335
+ };
336
+ export type ImportSourceProviderGkeGatewayEnum3 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum3>;
337
+ export type ImportSourceProviderGkeGateway3 = {
338
+ provider: ImportSourceProviderGkeGatewayEnum3;
339
+ /**
340
+ * Optional static address name for the Gateway frontend.
341
+ */
342
+ staticAddressName?: string | null | undefined;
343
+ };
344
+ export declare const ImportSourceProviderAwsAlbEnum3: {
345
+ readonly AwsAlb: "awsAlb";
346
+ };
347
+ export type ImportSourceProviderAwsAlbEnum3 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum3>;
348
+ export type ImportSourceProviderAwsAlb3 = {
349
+ /**
350
+ * Optional ALB IP address type, such as `dualstack`.
351
+ */
352
+ ipAddressType?: string | null | undefined;
353
+ provider: ImportSourceProviderAwsAlbEnum3;
354
+ /**
355
+ * Internet-facing or internal ALB scheme.
356
+ */
357
+ scheme: string;
358
+ /**
359
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
360
+ */
361
+ subnetIds?: Array<string> | undefined;
362
+ /**
363
+ * ALB target type, usually `ip`.
364
+ */
365
+ targetType: string;
366
+ };
367
+ export type ImportSourceProviderUnion3 = ImportSourceProviderAwsAlb3 | ImportSourceProviderAzureApplicationGatewayForContainers3 | ImportSourceProviderGkeGateway3 | any;
368
+ /**
369
+ * Shared Ingress route profile values.
370
+ */
371
+ export type ImportSourceRouteIngress2 = {
372
+ /**
373
+ * Annotations applied to route objects.
374
+ */
375
+ annotations?: {
376
+ [k: string]: string;
377
+ } | undefined;
378
+ /**
379
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
380
+ */
381
+ controller?: string | null | undefined;
382
+ /**
383
+ * `spec.ingressClassName` for generated Ingresses.
384
+ */
385
+ ingressClassName: string;
386
+ /**
387
+ * Labels applied to route objects.
388
+ */
389
+ labels?: {
390
+ [k: string]: string;
391
+ } | undefined;
392
+ provider?: ImportSourceProviderAwsAlb3 | ImportSourceProviderAzureApplicationGatewayForContainers3 | ImportSourceProviderGkeGateway3 | any | null | undefined;
393
+ routeApi: "ingress";
394
+ };
395
+ /**
396
+ * Kubernetes route API selected for public endpoints.
397
+ */
398
+ export type ImportSourceRouteUnion2 = ImportSourceRouteIngress2 | ImportSourceRouteGateway2;
399
+ export type ImportSourceExposureCustom = {
400
+ /**
401
+ * Certificate publication or reference mode for Kubernetes public endpoints.
402
+ */
403
+ certificate: ImportSourceCertificateTLSSecretRef2 | ImportSourceCertificateManagedAcmImport2 | ImportSourceCertificateAwsAcmArn2 | ImportSourceCertificateManagedTLSSecret2 | ImportSourceCertificateNone2;
404
+ /**
405
+ * Hostname routed by the Kubernetes public endpoint.
406
+ */
407
+ domain: string;
408
+ mode: ImportSourceModeCustom;
409
+ /**
410
+ * Kubernetes route API selected for public endpoints.
411
+ */
412
+ route: ImportSourceRouteIngress2 | ImportSourceRouteGateway2;
413
+ };
414
+ export type ImportSourceCertificateNone1 = {
415
+ mode: "none";
416
+ };
417
+ export type ImportSourceCertificateManagedTLSSecret1 = {
418
+ mode: "managedTlsSecret";
419
+ /**
420
+ * Secret name template. Runtime may substitute resource/deployment tokens.
421
+ */
422
+ secretNameTemplate: string;
423
+ };
424
+ export type ImportSourceCertificateAwsAcmArn1 = {
425
+ /**
426
+ * Existing ACM certificate ARN.
427
+ */
428
+ certificateArn: string;
429
+ mode: "awsAcmArn";
430
+ };
431
+ export type ImportSourceCertificateManagedAcmImport1 = {
432
+ mode: "managedAcmImport";
433
+ /**
434
+ * ACM region. Defaults to the deployment region when omitted.
435
+ */
436
+ region?: string | null | undefined;
437
+ /**
438
+ * Tags applied to runtime-imported ACM certificates.
439
+ */
440
+ tags?: {
441
+ [k: string]: string;
442
+ } | undefined;
443
+ };
444
+ /**
445
+ * Namespace-scoped Kubernetes TLS Secret reference.
446
+ */
447
+ export type ImportSourceCertificateTLSSecretRef1 = {
448
+ /**
449
+ * Secret namespace. Defaults to the release namespace when omitted.
450
+ */
451
+ namespace?: string | null | undefined;
452
+ /**
453
+ * Secret name.
454
+ */
455
+ secretName: string;
456
+ mode: "tlsSecretRef";
457
+ };
458
+ /**
459
+ * Certificate publication or reference mode for Kubernetes public endpoints.
460
+ */
461
+ export type ImportSourceCertificateUnion1 = ImportSourceCertificateTLSSecretRef1 | ImportSourceCertificateManagedAcmImport1 | ImportSourceCertificateAwsAcmArn1 | ImportSourceCertificateManagedTLSSecret1 | ImportSourceCertificateNone1;
462
+ export declare const ImportSourceModeGenerated: {
463
+ readonly Generated: "generated";
464
+ };
465
+ export type ImportSourceModeGenerated = ClosedEnum<typeof ImportSourceModeGenerated>;
466
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum2: {
467
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
468
+ };
469
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2>;
470
+ export type ImportSourceProviderAzureApplicationGatewayForContainers2 = {
471
+ /**
472
+ * Optional ALB name when using BYO Application Gateway resources.
473
+ */
474
+ albName?: string | null | undefined;
475
+ /**
476
+ * Optional ALB namespace when using BYO Application Gateway resources.
477
+ */
478
+ albNamespace?: string | null | undefined;
479
+ /**
480
+ * Public or internal frontend exposure.
481
+ */
482
+ frontend: string;
483
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum2;
484
+ };
485
+ export declare const ImportSourceProviderGkeGatewayEnum2: {
486
+ readonly GkeGateway: "gkeGateway";
487
+ };
488
+ export type ImportSourceProviderGkeGatewayEnum2 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum2>;
489
+ export type ImportSourceProviderGkeGateway2 = {
490
+ provider: ImportSourceProviderGkeGatewayEnum2;
491
+ /**
492
+ * Optional static address name for the Gateway frontend.
493
+ */
494
+ staticAddressName?: string | null | undefined;
495
+ };
496
+ export declare const ImportSourceProviderAwsAlbEnum2: {
497
+ readonly AwsAlb: "awsAlb";
498
+ };
499
+ export type ImportSourceProviderAwsAlbEnum2 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum2>;
500
+ export type ImportSourceProviderAwsAlb2 = {
501
+ /**
502
+ * Optional ALB IP address type, such as `dualstack`.
503
+ */
504
+ ipAddressType?: string | null | undefined;
505
+ provider: ImportSourceProviderAwsAlbEnum2;
506
+ /**
507
+ * Internet-facing or internal ALB scheme.
508
+ */
509
+ scheme: string;
510
+ /**
511
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
512
+ */
513
+ subnetIds?: Array<string> | undefined;
514
+ /**
515
+ * ALB target type, usually `ip`.
516
+ */
517
+ targetType: string;
518
+ };
519
+ export type ImportSourceProviderUnion2 = ImportSourceProviderAwsAlb2 | ImportSourceProviderAzureApplicationGatewayForContainers2 | ImportSourceProviderGkeGateway2 | any;
520
+ /**
521
+ * Shared Gateway API route profile values.
522
+ */
523
+ export type ImportSourceRouteGateway1 = {
524
+ /**
525
+ * Annotations applied to route objects.
526
+ */
527
+ annotations?: {
528
+ [k: string]: string;
529
+ } | undefined;
530
+ /**
531
+ * Route controller identifier, for example a cloud Gateway controller.
532
+ */
533
+ controller?: string | null | undefined;
534
+ /**
535
+ * GatewayClass selected for generated Gateways.
536
+ */
537
+ gatewayClassName: string;
538
+ /**
539
+ * Labels applied to route objects.
540
+ */
541
+ labels?: {
542
+ [k: string]: string;
543
+ } | undefined;
544
+ /**
545
+ * Listener port, usually 443.
546
+ */
547
+ listenerPort: number;
548
+ provider?: ImportSourceProviderAwsAlb2 | ImportSourceProviderAzureApplicationGatewayForContainers2 | ImportSourceProviderGkeGateway2 | any | null | undefined;
549
+ routeApi: "gateway";
550
+ };
551
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum1: {
552
+ readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
553
+ };
554
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1>;
555
+ export type ImportSourceProviderAzureApplicationGatewayForContainers1 = {
556
+ /**
557
+ * Optional ALB name when using BYO Application Gateway resources.
558
+ */
559
+ albName?: string | null | undefined;
560
+ /**
561
+ * Optional ALB namespace when using BYO Application Gateway resources.
562
+ */
563
+ albNamespace?: string | null | undefined;
564
+ /**
565
+ * Public or internal frontend exposure.
566
+ */
567
+ frontend: string;
568
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum1;
569
+ };
570
+ export declare const ImportSourceProviderGkeGatewayEnum1: {
571
+ readonly GkeGateway: "gkeGateway";
572
+ };
573
+ export type ImportSourceProviderGkeGatewayEnum1 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum1>;
574
+ export type ImportSourceProviderGkeGateway1 = {
575
+ provider: ImportSourceProviderGkeGatewayEnum1;
576
+ /**
577
+ * Optional static address name for the Gateway frontend.
578
+ */
579
+ staticAddressName?: string | null | undefined;
580
+ };
581
+ export declare const ImportSourceProviderAwsAlbEnum1: {
582
+ readonly AwsAlb: "awsAlb";
583
+ };
584
+ export type ImportSourceProviderAwsAlbEnum1 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum1>;
585
+ export type ImportSourceProviderAwsAlb1 = {
586
+ /**
587
+ * Optional ALB IP address type, such as `dualstack`.
588
+ */
589
+ ipAddressType?: string | null | undefined;
590
+ provider: ImportSourceProviderAwsAlbEnum1;
591
+ /**
592
+ * Internet-facing or internal ALB scheme.
593
+ */
594
+ scheme: string;
595
+ /**
596
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
597
+ */
598
+ subnetIds?: Array<string> | undefined;
599
+ /**
600
+ * ALB target type, usually `ip`.
601
+ */
602
+ targetType: string;
603
+ };
604
+ export type ImportSourceProviderUnion1 = ImportSourceProviderAwsAlb1 | ImportSourceProviderAzureApplicationGatewayForContainers1 | ImportSourceProviderGkeGateway1 | any;
605
+ /**
606
+ * Shared Ingress route profile values.
607
+ */
608
+ export type ImportSourceRouteIngress1 = {
609
+ /**
610
+ * Annotations applied to route objects.
611
+ */
612
+ annotations?: {
613
+ [k: string]: string;
614
+ } | undefined;
615
+ /**
616
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
617
+ */
618
+ controller?: string | null | undefined;
619
+ /**
620
+ * `spec.ingressClassName` for generated Ingresses.
621
+ */
622
+ ingressClassName: string;
623
+ /**
624
+ * Labels applied to route objects.
625
+ */
626
+ labels?: {
627
+ [k: string]: string;
628
+ } | undefined;
629
+ provider?: ImportSourceProviderAwsAlb1 | ImportSourceProviderAzureApplicationGatewayForContainers1 | ImportSourceProviderGkeGateway1 | any | null | undefined;
630
+ routeApi: "ingress";
631
+ };
632
+ /**
633
+ * Kubernetes route API selected for public endpoints.
634
+ */
635
+ export type ImportSourceRouteUnion1 = ImportSourceRouteIngress1 | ImportSourceRouteGateway1;
636
+ export type ImportSourceExposureGenerated = {
637
+ /**
638
+ * Certificate publication or reference mode for Kubernetes public endpoints.
639
+ */
640
+ certificate: ImportSourceCertificateTLSSecretRef1 | ImportSourceCertificateManagedAcmImport1 | ImportSourceCertificateAwsAcmArn1 | ImportSourceCertificateManagedTLSSecret1 | ImportSourceCertificateNone1;
641
+ mode: ImportSourceModeGenerated;
642
+ /**
643
+ * Kubernetes route API selected for public endpoints.
644
+ */
645
+ route: ImportSourceRouteIngress1 | ImportSourceRouteGateway1;
646
+ };
647
+ export declare const ImportSourceModeDisabled: {
648
+ readonly Disabled: "disabled";
649
+ };
650
+ export type ImportSourceModeDisabled = ClosedEnum<typeof ImportSourceModeDisabled>;
651
+ export type ImportSourceExposureDisabled = {
652
+ mode: ImportSourceModeDisabled;
653
+ };
654
+ export type ImportSourceExposureUnion = ImportSourceExposureCustom | ImportSourceExposureGenerated | ImportSourceExposureDisabled | any;
655
+ /**
656
+ * Kubernetes runtime substrate configuration.
657
+ *
658
+ * @remarks
659
+ *
660
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
661
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
662
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
663
+ * cluster.
664
+ */
665
+ export type ImportSourceKubernetes = {
666
+ cluster?: ImportSourceCluster | any | null | undefined;
667
+ exposure?: ImportSourceExposureCustom | ImportSourceExposureGenerated | ImportSourceExposureDisabled | any | null | undefined;
668
+ };
669
+ export type ImportSourceKubernetesUnion = ImportSourceKubernetes | any;
670
+ export declare const ImportSourceTypeByoVnetAzure: {
671
+ readonly ByoVnetAzure: "byo-vnet-azure";
672
+ };
673
+ export type ImportSourceTypeByoVnetAzure = ClosedEnum<typeof ImportSourceTypeByoVnetAzure>;
674
+ export type ImportSourceNetworkByoVnetAzure = {
675
+ /**
676
+ * Name of the private subnet within the VNet
677
+ */
678
+ privateSubnetName: string;
679
+ /**
680
+ * Name of the public subnet within the VNet
681
+ */
682
+ publicSubnetName: string;
683
+ type: ImportSourceTypeByoVnetAzure;
684
+ /**
685
+ * The full resource ID of the existing VNet
686
+ */
687
+ vnetResourceId: string;
688
+ };
689
+ export declare const ImportSourceTypeByoVpcGcp: {
690
+ readonly ByoVpcGcp: "byo-vpc-gcp";
691
+ };
692
+ export type ImportSourceTypeByoVpcGcp = ClosedEnum<typeof ImportSourceTypeByoVpcGcp>;
693
+ export type ImportSourceNetworkByoVpcGcp = {
694
+ /**
695
+ * The name of the existing VPC network
696
+ */
697
+ networkName: string;
698
+ /**
699
+ * The region of the subnet
700
+ */
701
+ region: string;
702
+ /**
703
+ * The name of the subnet to use
704
+ */
705
+ subnetName: string;
706
+ type: ImportSourceTypeByoVpcGcp;
707
+ };
708
+ export declare const ImportSourceTypeByoVpcAws: {
709
+ readonly ByoVpcAws: "byo-vpc-aws";
710
+ };
711
+ export type ImportSourceTypeByoVpcAws = ClosedEnum<typeof ImportSourceTypeByoVpcAws>;
712
+ export type ImportSourceNetworkByoVpcAws = {
713
+ /**
714
+ * IDs of private subnets
715
+ */
716
+ privateSubnetIds: Array<string>;
717
+ /**
718
+ * IDs of public subnets (required for public ingress)
719
+ */
720
+ publicSubnetIds: Array<string>;
721
+ /**
722
+ * Optional security group IDs to use
723
+ */
724
+ securityGroupIds?: Array<string> | undefined;
725
+ type: ImportSourceTypeByoVpcAws;
726
+ /**
727
+ * The ID of the existing VPC
728
+ */
729
+ vpcId: string;
730
+ };
731
+ export declare const ImportSourceTypeCreate: {
732
+ readonly Create: "create";
733
+ };
734
+ export type ImportSourceTypeCreate = ClosedEnum<typeof ImportSourceTypeCreate>;
735
+ export type ImportSourceNetworkCreate = {
736
+ /**
737
+ * Number of availability zones (default: 2).
738
+ */
739
+ availabilityZones?: number | undefined;
740
+ /**
741
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
742
+ *
743
+ * @remarks
744
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
745
+ */
746
+ cidr?: string | null | undefined;
747
+ type: ImportSourceTypeCreate;
748
+ };
749
+ export declare const ImportSourceTypeUseDefault: {
750
+ readonly UseDefault: "use-default";
751
+ };
752
+ export type ImportSourceTypeUseDefault = ClosedEnum<typeof ImportSourceTypeUseDefault>;
753
+ export type ImportSourceNetworkUseDefault = {
754
+ type: ImportSourceTypeUseDefault;
755
+ };
756
+ export type ImportSourceNetworkUnion = ImportSourceNetworkByoVpcAws | ImportSourceNetworkByoVpcGcp | ImportSourceNetworkByoVnetAzure | ImportSourceNetworkUseDefault | ImportSourceNetworkCreate | any;
757
+ /**
758
+ * How telemetry (logs, metrics, traces) is handled.
759
+ */
760
+ export declare const ImportSourceTelemetry: {
761
+ readonly Off: "off";
762
+ readonly Auto: "auto";
763
+ readonly ApprovalRequired: "approval-required";
764
+ };
765
+ /**
766
+ * How telemetry (logs, metrics, traces) is handled.
767
+ */
768
+ export type ImportSourceTelemetry = ClosedEnum<typeof ImportSourceTelemetry>;
769
+ /**
770
+ * How updates are delivered to the deployment.
771
+ */
772
+ export declare const ImportSourceUpdates: {
773
+ readonly Auto: "auto";
774
+ readonly ApprovalRequired: "approval-required";
775
+ };
776
+ /**
777
+ * How updates are delivered to the deployment.
778
+ */
779
+ export type ImportSourceUpdates = ClosedEnum<typeof ImportSourceUpdates>;
780
+ /**
781
+ * User-customizable deployment settings specified at deploy time.
782
+ *
783
+ * @remarks
784
+ *
785
+ * These settings are provided by the customer via CloudFormation parameters,
786
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
787
+ * deployment runs and what capabilities are enabled.
788
+ *
789
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
790
+ * is platform-derived (from the Manager's ServiceAccount).
791
+ */
792
+ export type ImportSourceStackSettings = {
793
+ /**
794
+ * Deployment model: how updates are delivered to the remote environment.
795
+ */
796
+ deploymentModel?: ImportSourceDeploymentModel | undefined;
797
+ domains?: ImportSourceDomains | any | null | undefined;
798
+ /**
799
+ * External bindings for pre-existing infrastructure.
800
+ *
801
+ * @remarks
802
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
803
+ * Environment, etc.) instead of having Alien provision them.
804
+ * Required for Kubernetes platform, optional for cloud platforms.
805
+ */
806
+ externalBindings?: ImportSourceExternalBindings | null | undefined;
807
+ /**
808
+ * How heartbeat health checks are handled.
809
+ */
810
+ heartbeats?: ImportSourceHeartbeats | undefined;
811
+ kubernetes?: ImportSourceKubernetes | any | null | undefined;
812
+ network?: ImportSourceNetworkByoVpcAws | ImportSourceNetworkByoVpcGcp | ImportSourceNetworkByoVnetAzure | ImportSourceNetworkUseDefault | ImportSourceNetworkCreate | any | null | undefined;
813
+ /**
814
+ * How telemetry (logs, metrics, traces) is handled.
815
+ */
816
+ telemetry?: ImportSourceTelemetry | undefined;
817
+ /**
818
+ * How updates are delivered to the deployment.
819
+ */
820
+ updates?: ImportSourceUpdates | undefined;
821
+ };
822
+ export type ImportSourceManagementConfigKubernetes = {
823
+ platform: "kubernetes";
824
+ };
825
+ /**
826
+ * Azure management configuration extracted from stack settings
827
+ */
828
+ export type ImportSourceManagementConfigAzure = {
829
+ /**
830
+ * The managing Azure Tenant ID for cross-tenant access
831
+ */
832
+ managingTenantId: string;
833
+ /**
834
+ * OIDC issuer URL trusted by the target-side managed identity.
835
+ */
836
+ oidcIssuer: string;
837
+ /**
838
+ * OIDC subject claim trusted by the target-side managed identity.
839
+ */
840
+ oidcSubject: string;
841
+ platform: "azure";
842
+ };
843
+ /**
844
+ * GCP management configuration extracted from stack settings
845
+ */
846
+ export type ImportSourceManagementConfigGcp = {
847
+ /**
848
+ * Service account email for management roles
849
+ */
850
+ serviceAccountEmail: string;
851
+ platform: "gcp";
852
+ };
853
+ /**
854
+ * AWS management configuration extracted from stack settings
855
+ */
856
+ export type ImportSourceManagementConfigAws = {
857
+ /**
858
+ * The managing AWS IAM role ARN that can assume cross-account roles
859
+ */
860
+ managingRoleArn: string;
861
+ platform: "aws";
862
+ };
863
+ /**
864
+ * Management configuration for different cloud platforms.
865
+ *
866
+ * @remarks
867
+ *
868
+ * Platform-derived configuration for cross-account/cross-tenant access.
869
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
870
+ */
871
+ export type ImportSourceManagementConfigUnion = ImportSourceManagementConfigAws | ImportSourceManagementConfigGcp | ImportSourceManagementConfigAzure | ImportSourceManagementConfigKubernetes;
872
+ /**
873
+ * Resolved setup import payload
874
+ */
875
+ export type ImportSource = {
876
+ /**
877
+ * User-chosen deployment name. Must be unique within the deployment group; the manager returns 409 on collision.
878
+ */
879
+ deploymentName: string;
880
+ resourcePrefix: string;
881
+ /**
882
+ * Source label for observability only — does not affect import behavior.
883
+ */
884
+ sourceKind?: ImportSourceKind | undefined;
885
+ /**
886
+ * Release that produced the setup artifact. Defaults to latest.
887
+ */
888
+ releaseId?: string | undefined;
889
+ /**
890
+ * Cloud platform of the imported stack
891
+ */
892
+ platform: ImportSourcePlatformEnum;
893
+ /**
894
+ * Base cloud platform for cloud-backed Kubernetes imports.
895
+ */
896
+ basePlatform?: ImportSourceBasePlatform | undefined;
897
+ /**
898
+ * Region or location reported by the setup artifact
899
+ */
900
+ region: string;
901
+ setupTarget: string;
902
+ /**
903
+ * Setup import payload format version embedded in the package
904
+ */
905
+ setupImportFormatVersion: number;
906
+ setupFingerprint: string;
907
+ setupFingerprintVersion: number;
908
+ /**
909
+ * User-customizable deployment settings specified at deploy time.
910
+ *
911
+ * @remarks
912
+ *
913
+ * These settings are provided by the customer via CloudFormation parameters,
914
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
915
+ * deployment runs and what capabilities are enabled.
916
+ *
917
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
918
+ * is platform-derived (from the Manager's ServiceAccount).
919
+ */
920
+ stackSettings: ImportSourceStackSettings;
921
+ /**
922
+ * Management configuration for different cloud platforms.
923
+ *
924
+ * @remarks
925
+ *
926
+ * Platform-derived configuration for cross-account/cross-tenant access.
927
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
928
+ */
929
+ managementConfig: ImportSourceManagementConfigAws | ImportSourceManagementConfigGcp | ImportSourceManagementConfigAzure | ImportSourceManagementConfigKubernetes;
930
+ resources: Array<ImportedResource>;
931
+ };
932
+ /** @internal */
933
+ export declare const ImportSourcePlatformEnum$outboundSchema: z.ZodEnum<typeof ImportSourcePlatformEnum>;
934
+ /** @internal */
935
+ export declare const ImportSourceBasePlatform$outboundSchema: z.ZodEnum<typeof ImportSourceBasePlatform>;
936
+ /** @internal */
937
+ export declare const ImportSourceDeploymentModel$outboundSchema: z.ZodEnum<typeof ImportSourceDeploymentModel>;
938
+ /** @internal */
939
+ export type ImportSourceAws$Outbound = {
940
+ certificateArn: string;
941
+ };
942
+ /** @internal */
943
+ export declare const ImportSourceAws$outboundSchema: z.ZodType<ImportSourceAws$Outbound, ImportSourceAws>;
944
+ export declare function importSourceAwsToJSON(importSourceAws: ImportSourceAws): string;
945
+ /** @internal */
946
+ export type ImportSourceAwsUnion$Outbound = ImportSourceAws$Outbound | any;
947
+ /** @internal */
948
+ export declare const ImportSourceAwsUnion$outboundSchema: z.ZodType<ImportSourceAwsUnion$Outbound, ImportSourceAwsUnion>;
949
+ export declare function importSourceAwsUnionToJSON(importSourceAwsUnion: ImportSourceAwsUnion): string;
950
+ /** @internal */
951
+ export type ImportSourceAzure$Outbound = {
952
+ keyVaultCertificateId: string;
953
+ };
954
+ /** @internal */
955
+ export declare const ImportSourceAzure$outboundSchema: z.ZodType<ImportSourceAzure$Outbound, ImportSourceAzure>;
956
+ export declare function importSourceAzureToJSON(importSourceAzure: ImportSourceAzure): string;
957
+ /** @internal */
958
+ export type ImportSourceAzureUnion$Outbound = ImportSourceAzure$Outbound | any;
959
+ /** @internal */
960
+ export declare const ImportSourceAzureUnion$outboundSchema: z.ZodType<ImportSourceAzureUnion$Outbound, ImportSourceAzureUnion>;
961
+ export declare function importSourceAzureUnionToJSON(importSourceAzureUnion: ImportSourceAzureUnion): string;
962
+ /** @internal */
963
+ export type ImportSourceGcp$Outbound = {
964
+ certificateName: string;
965
+ };
966
+ /** @internal */
967
+ export declare const ImportSourceGcp$outboundSchema: z.ZodType<ImportSourceGcp$Outbound, ImportSourceGcp>;
968
+ export declare function importSourceGcpToJSON(importSourceGcp: ImportSourceGcp): string;
969
+ /** @internal */
970
+ export type ImportSourceGcpUnion$Outbound = ImportSourceGcp$Outbound | any;
971
+ /** @internal */
972
+ export declare const ImportSourceGcpUnion$outboundSchema: z.ZodType<ImportSourceGcpUnion$Outbound, ImportSourceGcpUnion>;
973
+ export declare function importSourceGcpUnionToJSON(importSourceGcpUnion: ImportSourceGcpUnion): string;
974
+ /** @internal */
975
+ export type ImportSourceTlsSecretRef$Outbound = {
976
+ namespace?: string | null | undefined;
977
+ secretName: string;
978
+ };
979
+ /** @internal */
980
+ export declare const ImportSourceTlsSecretRef$outboundSchema: z.ZodType<ImportSourceTlsSecretRef$Outbound, ImportSourceTlsSecretRef>;
981
+ export declare function importSourceTlsSecretRefToJSON(importSourceTlsSecretRef: ImportSourceTlsSecretRef): string;
982
+ /** @internal */
983
+ export type ImportSourceDomainsKubernetes$Outbound = {
984
+ tlsSecretRef: ImportSourceTlsSecretRef$Outbound;
985
+ };
986
+ /** @internal */
987
+ export declare const ImportSourceDomainsKubernetes$outboundSchema: z.ZodType<ImportSourceDomainsKubernetes$Outbound, ImportSourceDomainsKubernetes>;
988
+ export declare function importSourceDomainsKubernetesToJSON(importSourceDomainsKubernetes: ImportSourceDomainsKubernetes): string;
989
+ /** @internal */
990
+ export type ImportSourceDomainsKubernetesUnion$Outbound = ImportSourceDomainsKubernetes$Outbound | any;
991
+ /** @internal */
992
+ export declare const ImportSourceDomainsKubernetesUnion$outboundSchema: z.ZodType<ImportSourceDomainsKubernetesUnion$Outbound, ImportSourceDomainsKubernetesUnion>;
993
+ export declare function importSourceDomainsKubernetesUnionToJSON(importSourceDomainsKubernetesUnion: ImportSourceDomainsKubernetesUnion): string;
994
+ /** @internal */
995
+ export type ImportSourceDomainsCertificate$Outbound = {
996
+ aws?: ImportSourceAws$Outbound | any | null | undefined;
997
+ azure?: ImportSourceAzure$Outbound | any | null | undefined;
998
+ gcp?: ImportSourceGcp$Outbound | any | null | undefined;
999
+ kubernetes?: ImportSourceDomainsKubernetes$Outbound | any | null | undefined;
1000
+ };
1001
+ /** @internal */
1002
+ export declare const ImportSourceDomainsCertificate$outboundSchema: z.ZodType<ImportSourceDomainsCertificate$Outbound, ImportSourceDomainsCertificate>;
1003
+ export declare function importSourceDomainsCertificateToJSON(importSourceDomainsCertificate: ImportSourceDomainsCertificate): string;
1004
+ /** @internal */
1005
+ export type ImportSourceCustomDomains$Outbound = {
1006
+ certificate: ImportSourceDomainsCertificate$Outbound;
1007
+ domain: string;
1008
+ };
1009
+ /** @internal */
1010
+ export declare const ImportSourceCustomDomains$outboundSchema: z.ZodType<ImportSourceCustomDomains$Outbound, ImportSourceCustomDomains>;
1011
+ export declare function importSourceCustomDomainsToJSON(importSourceCustomDomains: ImportSourceCustomDomains): string;
1012
+ /** @internal */
1013
+ export type ImportSourceDomains$Outbound = {
1014
+ customDomains?: {
1015
+ [k: string]: ImportSourceCustomDomains$Outbound;
1016
+ } | null | undefined;
1017
+ };
1018
+ /** @internal */
1019
+ export declare const ImportSourceDomains$outboundSchema: z.ZodType<ImportSourceDomains$Outbound, ImportSourceDomains>;
1020
+ export declare function importSourceDomainsToJSON(importSourceDomains: ImportSourceDomains): string;
1021
+ /** @internal */
1022
+ export type ImportSourceDomainsUnion$Outbound = ImportSourceDomains$Outbound | any;
1023
+ /** @internal */
1024
+ export declare const ImportSourceDomainsUnion$outboundSchema: z.ZodType<ImportSourceDomainsUnion$Outbound, ImportSourceDomainsUnion>;
1025
+ export declare function importSourceDomainsUnionToJSON(importSourceDomainsUnion: ImportSourceDomainsUnion): string;
1026
+ /** @internal */
1027
+ export type ImportSourceExternalBindings$Outbound = {};
1028
+ /** @internal */
1029
+ export declare const ImportSourceExternalBindings$outboundSchema: z.ZodType<ImportSourceExternalBindings$Outbound, ImportSourceExternalBindings>;
1030
+ export declare function importSourceExternalBindingsToJSON(importSourceExternalBindings: ImportSourceExternalBindings): string;
1031
+ /** @internal */
1032
+ export declare const ImportSourceHeartbeats$outboundSchema: z.ZodEnum<typeof ImportSourceHeartbeats>;
1033
+ /** @internal */
1034
+ export type ImportSourceCloud$Outbound = {
1035
+ accountId?: string | null | undefined;
1036
+ clusterId?: string | null | undefined;
1037
+ clusterName?: string | null | undefined;
1038
+ projectId?: string | null | undefined;
1039
+ region?: string | null | undefined;
1040
+ resourceGroup?: string | null | undefined;
1041
+ subscriptionId?: string | null | undefined;
1042
+ };
1043
+ /** @internal */
1044
+ export declare const ImportSourceCloud$outboundSchema: z.ZodType<ImportSourceCloud$Outbound, ImportSourceCloud>;
1045
+ export declare function importSourceCloudToJSON(importSourceCloud: ImportSourceCloud): string;
1046
+ /** @internal */
1047
+ export type ImportSourceCloudUnion$Outbound = ImportSourceCloud$Outbound | any;
1048
+ /** @internal */
1049
+ export declare const ImportSourceCloudUnion$outboundSchema: z.ZodType<ImportSourceCloudUnion$Outbound, ImportSourceCloudUnion>;
1050
+ export declare function importSourceCloudUnionToJSON(importSourceCloudUnion: ImportSourceCloudUnion): string;
1051
+ /** @internal */
1052
+ export declare const ImportSourceOwnership$outboundSchema: z.ZodEnum<typeof ImportSourceOwnership>;
1053
+ /** @internal */
1054
+ export type ImportSourceCluster$Outbound = {
1055
+ cloud?: ImportSourceCloud$Outbound | any | null | undefined;
1056
+ namespace?: string | null | undefined;
1057
+ ownership: string;
1058
+ };
1059
+ /** @internal */
1060
+ export declare const ImportSourceCluster$outboundSchema: z.ZodType<ImportSourceCluster$Outbound, ImportSourceCluster>;
1061
+ export declare function importSourceClusterToJSON(importSourceCluster: ImportSourceCluster): string;
1062
+ /** @internal */
1063
+ export type ImportSourceClusterUnion$Outbound = ImportSourceCluster$Outbound | any;
1064
+ /** @internal */
1065
+ export declare const ImportSourceClusterUnion$outboundSchema: z.ZodType<ImportSourceClusterUnion$Outbound, ImportSourceClusterUnion>;
1066
+ export declare function importSourceClusterUnionToJSON(importSourceClusterUnion: ImportSourceClusterUnion): string;
1067
+ /** @internal */
1068
+ export type ImportSourceCertificateNone2$Outbound = {
1069
+ mode: "none";
1070
+ };
1071
+ /** @internal */
1072
+ export declare const ImportSourceCertificateNone2$outboundSchema: z.ZodType<ImportSourceCertificateNone2$Outbound, ImportSourceCertificateNone2>;
1073
+ export declare function importSourceCertificateNone2ToJSON(importSourceCertificateNone2: ImportSourceCertificateNone2): string;
1074
+ /** @internal */
1075
+ export type ImportSourceCertificateManagedTLSSecret2$Outbound = {
1076
+ mode: "managedTlsSecret";
1077
+ secretNameTemplate: string;
1078
+ };
1079
+ /** @internal */
1080
+ export declare const ImportSourceCertificateManagedTLSSecret2$outboundSchema: z.ZodType<ImportSourceCertificateManagedTLSSecret2$Outbound, ImportSourceCertificateManagedTLSSecret2>;
1081
+ export declare function importSourceCertificateManagedTLSSecret2ToJSON(importSourceCertificateManagedTLSSecret2: ImportSourceCertificateManagedTLSSecret2): string;
1082
+ /** @internal */
1083
+ export type ImportSourceCertificateAwsAcmArn2$Outbound = {
1084
+ certificateArn: string;
1085
+ mode: "awsAcmArn";
1086
+ };
1087
+ /** @internal */
1088
+ export declare const ImportSourceCertificateAwsAcmArn2$outboundSchema: z.ZodType<ImportSourceCertificateAwsAcmArn2$Outbound, ImportSourceCertificateAwsAcmArn2>;
1089
+ export declare function importSourceCertificateAwsAcmArn2ToJSON(importSourceCertificateAwsAcmArn2: ImportSourceCertificateAwsAcmArn2): string;
1090
+ /** @internal */
1091
+ export type ImportSourceCertificateManagedAcmImport2$Outbound = {
1092
+ mode: "managedAcmImport";
1093
+ region?: string | null | undefined;
1094
+ tags?: {
1095
+ [k: string]: string;
1096
+ } | undefined;
1097
+ };
1098
+ /** @internal */
1099
+ export declare const ImportSourceCertificateManagedAcmImport2$outboundSchema: z.ZodType<ImportSourceCertificateManagedAcmImport2$Outbound, ImportSourceCertificateManagedAcmImport2>;
1100
+ export declare function importSourceCertificateManagedAcmImport2ToJSON(importSourceCertificateManagedAcmImport2: ImportSourceCertificateManagedAcmImport2): string;
1101
+ /** @internal */
1102
+ export type ImportSourceCertificateTLSSecretRef2$Outbound = {
1103
+ namespace?: string | null | undefined;
1104
+ secretName: string;
1105
+ mode: "tlsSecretRef";
1106
+ };
1107
+ /** @internal */
1108
+ export declare const ImportSourceCertificateTLSSecretRef2$outboundSchema: z.ZodType<ImportSourceCertificateTLSSecretRef2$Outbound, ImportSourceCertificateTLSSecretRef2>;
1109
+ export declare function importSourceCertificateTLSSecretRef2ToJSON(importSourceCertificateTLSSecretRef2: ImportSourceCertificateTLSSecretRef2): string;
1110
+ /** @internal */
1111
+ export type ImportSourceCertificateUnion2$Outbound = ImportSourceCertificateTLSSecretRef2$Outbound | ImportSourceCertificateManagedAcmImport2$Outbound | ImportSourceCertificateAwsAcmArn2$Outbound | ImportSourceCertificateManagedTLSSecret2$Outbound | ImportSourceCertificateNone2$Outbound;
1112
+ /** @internal */
1113
+ export declare const ImportSourceCertificateUnion2$outboundSchema: z.ZodType<ImportSourceCertificateUnion2$Outbound, ImportSourceCertificateUnion2>;
1114
+ export declare function importSourceCertificateUnion2ToJSON(importSourceCertificateUnion2: ImportSourceCertificateUnion2): string;
1115
+ /** @internal */
1116
+ export declare const ImportSourceModeCustom$outboundSchema: z.ZodEnum<typeof ImportSourceModeCustom>;
1117
+ /** @internal */
1118
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4>;
1119
+ /** @internal */
1120
+ export type ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound = {
1121
+ albName?: string | null | undefined;
1122
+ albNamespace?: string | null | undefined;
1123
+ frontend: string;
1124
+ provider: string;
1125
+ };
1126
+ /** @internal */
1127
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers4>;
1128
+ export declare function importSourceProviderAzureApplicationGatewayForContainers4ToJSON(importSourceProviderAzureApplicationGatewayForContainers4: ImportSourceProviderAzureApplicationGatewayForContainers4): string;
1129
+ /** @internal */
1130
+ export declare const ImportSourceProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum4>;
1131
+ /** @internal */
1132
+ export type ImportSourceProviderGkeGateway4$Outbound = {
1133
+ provider: string;
1134
+ staticAddressName?: string | null | undefined;
1135
+ };
1136
+ /** @internal */
1137
+ export declare const ImportSourceProviderGkeGateway4$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway4$Outbound, ImportSourceProviderGkeGateway4>;
1138
+ export declare function importSourceProviderGkeGateway4ToJSON(importSourceProviderGkeGateway4: ImportSourceProviderGkeGateway4): string;
1139
+ /** @internal */
1140
+ export declare const ImportSourceProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum4>;
1141
+ /** @internal */
1142
+ export type ImportSourceProviderAwsAlb4$Outbound = {
1143
+ ipAddressType?: string | null | undefined;
1144
+ provider: string;
1145
+ scheme: string;
1146
+ subnetIds?: Array<string> | undefined;
1147
+ targetType: string;
1148
+ };
1149
+ /** @internal */
1150
+ export declare const ImportSourceProviderAwsAlb4$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb4$Outbound, ImportSourceProviderAwsAlb4>;
1151
+ export declare function importSourceProviderAwsAlb4ToJSON(importSourceProviderAwsAlb4: ImportSourceProviderAwsAlb4): string;
1152
+ /** @internal */
1153
+ export type ImportSourceProviderUnion4$Outbound = ImportSourceProviderAwsAlb4$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound | ImportSourceProviderGkeGateway4$Outbound | any;
1154
+ /** @internal */
1155
+ export declare const ImportSourceProviderUnion4$outboundSchema: z.ZodType<ImportSourceProviderUnion4$Outbound, ImportSourceProviderUnion4>;
1156
+ export declare function importSourceProviderUnion4ToJSON(importSourceProviderUnion4: ImportSourceProviderUnion4): string;
1157
+ /** @internal */
1158
+ export type ImportSourceRouteGateway2$Outbound = {
1159
+ annotations?: {
1160
+ [k: string]: string;
1161
+ } | undefined;
1162
+ controller?: string | null | undefined;
1163
+ gatewayClassName: string;
1164
+ labels?: {
1165
+ [k: string]: string;
1166
+ } | undefined;
1167
+ listenerPort: number;
1168
+ provider?: ImportSourceProviderAwsAlb4$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound | ImportSourceProviderGkeGateway4$Outbound | any | null | undefined;
1169
+ routeApi: "gateway";
1170
+ };
1171
+ /** @internal */
1172
+ export declare const ImportSourceRouteGateway2$outboundSchema: z.ZodType<ImportSourceRouteGateway2$Outbound, ImportSourceRouteGateway2>;
1173
+ export declare function importSourceRouteGateway2ToJSON(importSourceRouteGateway2: ImportSourceRouteGateway2): string;
1174
+ /** @internal */
1175
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3>;
1176
+ /** @internal */
1177
+ export type ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound = {
1178
+ albName?: string | null | undefined;
1179
+ albNamespace?: string | null | undefined;
1180
+ frontend: string;
1181
+ provider: string;
1182
+ };
1183
+ /** @internal */
1184
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers3>;
1185
+ export declare function importSourceProviderAzureApplicationGatewayForContainers3ToJSON(importSourceProviderAzureApplicationGatewayForContainers3: ImportSourceProviderAzureApplicationGatewayForContainers3): string;
1186
+ /** @internal */
1187
+ export declare const ImportSourceProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum3>;
1188
+ /** @internal */
1189
+ export type ImportSourceProviderGkeGateway3$Outbound = {
1190
+ provider: string;
1191
+ staticAddressName?: string | null | undefined;
1192
+ };
1193
+ /** @internal */
1194
+ export declare const ImportSourceProviderGkeGateway3$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway3$Outbound, ImportSourceProviderGkeGateway3>;
1195
+ export declare function importSourceProviderGkeGateway3ToJSON(importSourceProviderGkeGateway3: ImportSourceProviderGkeGateway3): string;
1196
+ /** @internal */
1197
+ export declare const ImportSourceProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum3>;
1198
+ /** @internal */
1199
+ export type ImportSourceProviderAwsAlb3$Outbound = {
1200
+ ipAddressType?: string | null | undefined;
1201
+ provider: string;
1202
+ scheme: string;
1203
+ subnetIds?: Array<string> | undefined;
1204
+ targetType: string;
1205
+ };
1206
+ /** @internal */
1207
+ export declare const ImportSourceProviderAwsAlb3$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb3$Outbound, ImportSourceProviderAwsAlb3>;
1208
+ export declare function importSourceProviderAwsAlb3ToJSON(importSourceProviderAwsAlb3: ImportSourceProviderAwsAlb3): string;
1209
+ /** @internal */
1210
+ export type ImportSourceProviderUnion3$Outbound = ImportSourceProviderAwsAlb3$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound | ImportSourceProviderGkeGateway3$Outbound | any;
1211
+ /** @internal */
1212
+ export declare const ImportSourceProviderUnion3$outboundSchema: z.ZodType<ImportSourceProviderUnion3$Outbound, ImportSourceProviderUnion3>;
1213
+ export declare function importSourceProviderUnion3ToJSON(importSourceProviderUnion3: ImportSourceProviderUnion3): string;
1214
+ /** @internal */
1215
+ export type ImportSourceRouteIngress2$Outbound = {
1216
+ annotations?: {
1217
+ [k: string]: string;
1218
+ } | undefined;
1219
+ controller?: string | null | undefined;
1220
+ ingressClassName: string;
1221
+ labels?: {
1222
+ [k: string]: string;
1223
+ } | undefined;
1224
+ provider?: ImportSourceProviderAwsAlb3$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound | ImportSourceProviderGkeGateway3$Outbound | any | null | undefined;
1225
+ routeApi: "ingress";
1226
+ };
1227
+ /** @internal */
1228
+ export declare const ImportSourceRouteIngress2$outboundSchema: z.ZodType<ImportSourceRouteIngress2$Outbound, ImportSourceRouteIngress2>;
1229
+ export declare function importSourceRouteIngress2ToJSON(importSourceRouteIngress2: ImportSourceRouteIngress2): string;
1230
+ /** @internal */
1231
+ export type ImportSourceRouteUnion2$Outbound = ImportSourceRouteIngress2$Outbound | ImportSourceRouteGateway2$Outbound;
1232
+ /** @internal */
1233
+ export declare const ImportSourceRouteUnion2$outboundSchema: z.ZodType<ImportSourceRouteUnion2$Outbound, ImportSourceRouteUnion2>;
1234
+ export declare function importSourceRouteUnion2ToJSON(importSourceRouteUnion2: ImportSourceRouteUnion2): string;
1235
+ /** @internal */
1236
+ export type ImportSourceExposureCustom$Outbound = {
1237
+ certificate: ImportSourceCertificateTLSSecretRef2$Outbound | ImportSourceCertificateManagedAcmImport2$Outbound | ImportSourceCertificateAwsAcmArn2$Outbound | ImportSourceCertificateManagedTLSSecret2$Outbound | ImportSourceCertificateNone2$Outbound;
1238
+ domain: string;
1239
+ mode: string;
1240
+ route: ImportSourceRouteIngress2$Outbound | ImportSourceRouteGateway2$Outbound;
1241
+ };
1242
+ /** @internal */
1243
+ export declare const ImportSourceExposureCustom$outboundSchema: z.ZodType<ImportSourceExposureCustom$Outbound, ImportSourceExposureCustom>;
1244
+ export declare function importSourceExposureCustomToJSON(importSourceExposureCustom: ImportSourceExposureCustom): string;
1245
+ /** @internal */
1246
+ export type ImportSourceCertificateNone1$Outbound = {
1247
+ mode: "none";
1248
+ };
1249
+ /** @internal */
1250
+ export declare const ImportSourceCertificateNone1$outboundSchema: z.ZodType<ImportSourceCertificateNone1$Outbound, ImportSourceCertificateNone1>;
1251
+ export declare function importSourceCertificateNone1ToJSON(importSourceCertificateNone1: ImportSourceCertificateNone1): string;
1252
+ /** @internal */
1253
+ export type ImportSourceCertificateManagedTLSSecret1$Outbound = {
1254
+ mode: "managedTlsSecret";
1255
+ secretNameTemplate: string;
1256
+ };
1257
+ /** @internal */
1258
+ export declare const ImportSourceCertificateManagedTLSSecret1$outboundSchema: z.ZodType<ImportSourceCertificateManagedTLSSecret1$Outbound, ImportSourceCertificateManagedTLSSecret1>;
1259
+ export declare function importSourceCertificateManagedTLSSecret1ToJSON(importSourceCertificateManagedTLSSecret1: ImportSourceCertificateManagedTLSSecret1): string;
1260
+ /** @internal */
1261
+ export type ImportSourceCertificateAwsAcmArn1$Outbound = {
1262
+ certificateArn: string;
1263
+ mode: "awsAcmArn";
1264
+ };
1265
+ /** @internal */
1266
+ export declare const ImportSourceCertificateAwsAcmArn1$outboundSchema: z.ZodType<ImportSourceCertificateAwsAcmArn1$Outbound, ImportSourceCertificateAwsAcmArn1>;
1267
+ export declare function importSourceCertificateAwsAcmArn1ToJSON(importSourceCertificateAwsAcmArn1: ImportSourceCertificateAwsAcmArn1): string;
1268
+ /** @internal */
1269
+ export type ImportSourceCertificateManagedAcmImport1$Outbound = {
1270
+ mode: "managedAcmImport";
1271
+ region?: string | null | undefined;
1272
+ tags?: {
1273
+ [k: string]: string;
1274
+ } | undefined;
1275
+ };
1276
+ /** @internal */
1277
+ export declare const ImportSourceCertificateManagedAcmImport1$outboundSchema: z.ZodType<ImportSourceCertificateManagedAcmImport1$Outbound, ImportSourceCertificateManagedAcmImport1>;
1278
+ export declare function importSourceCertificateManagedAcmImport1ToJSON(importSourceCertificateManagedAcmImport1: ImportSourceCertificateManagedAcmImport1): string;
1279
+ /** @internal */
1280
+ export type ImportSourceCertificateTLSSecretRef1$Outbound = {
1281
+ namespace?: string | null | undefined;
1282
+ secretName: string;
1283
+ mode: "tlsSecretRef";
1284
+ };
1285
+ /** @internal */
1286
+ export declare const ImportSourceCertificateTLSSecretRef1$outboundSchema: z.ZodType<ImportSourceCertificateTLSSecretRef1$Outbound, ImportSourceCertificateTLSSecretRef1>;
1287
+ export declare function importSourceCertificateTLSSecretRef1ToJSON(importSourceCertificateTLSSecretRef1: ImportSourceCertificateTLSSecretRef1): string;
1288
+ /** @internal */
1289
+ export type ImportSourceCertificateUnion1$Outbound = ImportSourceCertificateTLSSecretRef1$Outbound | ImportSourceCertificateManagedAcmImport1$Outbound | ImportSourceCertificateAwsAcmArn1$Outbound | ImportSourceCertificateManagedTLSSecret1$Outbound | ImportSourceCertificateNone1$Outbound;
1290
+ /** @internal */
1291
+ export declare const ImportSourceCertificateUnion1$outboundSchema: z.ZodType<ImportSourceCertificateUnion1$Outbound, ImportSourceCertificateUnion1>;
1292
+ export declare function importSourceCertificateUnion1ToJSON(importSourceCertificateUnion1: ImportSourceCertificateUnion1): string;
1293
+ /** @internal */
1294
+ export declare const ImportSourceModeGenerated$outboundSchema: z.ZodEnum<typeof ImportSourceModeGenerated>;
1295
+ /** @internal */
1296
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2>;
1297
+ /** @internal */
1298
+ export type ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound = {
1299
+ albName?: string | null | undefined;
1300
+ albNamespace?: string | null | undefined;
1301
+ frontend: string;
1302
+ provider: string;
1303
+ };
1304
+ /** @internal */
1305
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers2>;
1306
+ export declare function importSourceProviderAzureApplicationGatewayForContainers2ToJSON(importSourceProviderAzureApplicationGatewayForContainers2: ImportSourceProviderAzureApplicationGatewayForContainers2): string;
1307
+ /** @internal */
1308
+ export declare const ImportSourceProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum2>;
1309
+ /** @internal */
1310
+ export type ImportSourceProviderGkeGateway2$Outbound = {
1311
+ provider: string;
1312
+ staticAddressName?: string | null | undefined;
1313
+ };
1314
+ /** @internal */
1315
+ export declare const ImportSourceProviderGkeGateway2$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway2$Outbound, ImportSourceProviderGkeGateway2>;
1316
+ export declare function importSourceProviderGkeGateway2ToJSON(importSourceProviderGkeGateway2: ImportSourceProviderGkeGateway2): string;
1317
+ /** @internal */
1318
+ export declare const ImportSourceProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum2>;
1319
+ /** @internal */
1320
+ export type ImportSourceProviderAwsAlb2$Outbound = {
1321
+ ipAddressType?: string | null | undefined;
1322
+ provider: string;
1323
+ scheme: string;
1324
+ subnetIds?: Array<string> | undefined;
1325
+ targetType: string;
1326
+ };
1327
+ /** @internal */
1328
+ export declare const ImportSourceProviderAwsAlb2$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb2$Outbound, ImportSourceProviderAwsAlb2>;
1329
+ export declare function importSourceProviderAwsAlb2ToJSON(importSourceProviderAwsAlb2: ImportSourceProviderAwsAlb2): string;
1330
+ /** @internal */
1331
+ export type ImportSourceProviderUnion2$Outbound = ImportSourceProviderAwsAlb2$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound | ImportSourceProviderGkeGateway2$Outbound | any;
1332
+ /** @internal */
1333
+ export declare const ImportSourceProviderUnion2$outboundSchema: z.ZodType<ImportSourceProviderUnion2$Outbound, ImportSourceProviderUnion2>;
1334
+ export declare function importSourceProviderUnion2ToJSON(importSourceProviderUnion2: ImportSourceProviderUnion2): string;
1335
+ /** @internal */
1336
+ export type ImportSourceRouteGateway1$Outbound = {
1337
+ annotations?: {
1338
+ [k: string]: string;
1339
+ } | undefined;
1340
+ controller?: string | null | undefined;
1341
+ gatewayClassName: string;
1342
+ labels?: {
1343
+ [k: string]: string;
1344
+ } | undefined;
1345
+ listenerPort: number;
1346
+ provider?: ImportSourceProviderAwsAlb2$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound | ImportSourceProviderGkeGateway2$Outbound | any | null | undefined;
1347
+ routeApi: "gateway";
1348
+ };
1349
+ /** @internal */
1350
+ export declare const ImportSourceRouteGateway1$outboundSchema: z.ZodType<ImportSourceRouteGateway1$Outbound, ImportSourceRouteGateway1>;
1351
+ export declare function importSourceRouteGateway1ToJSON(importSourceRouteGateway1: ImportSourceRouteGateway1): string;
1352
+ /** @internal */
1353
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1>;
1354
+ /** @internal */
1355
+ export type ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound = {
1356
+ albName?: string | null | undefined;
1357
+ albNamespace?: string | null | undefined;
1358
+ frontend: string;
1359
+ provider: string;
1360
+ };
1361
+ /** @internal */
1362
+ export declare const ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers1>;
1363
+ export declare function importSourceProviderAzureApplicationGatewayForContainers1ToJSON(importSourceProviderAzureApplicationGatewayForContainers1: ImportSourceProviderAzureApplicationGatewayForContainers1): string;
1364
+ /** @internal */
1365
+ export declare const ImportSourceProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum1>;
1366
+ /** @internal */
1367
+ export type ImportSourceProviderGkeGateway1$Outbound = {
1368
+ provider: string;
1369
+ staticAddressName?: string | null | undefined;
1370
+ };
1371
+ /** @internal */
1372
+ export declare const ImportSourceProviderGkeGateway1$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway1$Outbound, ImportSourceProviderGkeGateway1>;
1373
+ export declare function importSourceProviderGkeGateway1ToJSON(importSourceProviderGkeGateway1: ImportSourceProviderGkeGateway1): string;
1374
+ /** @internal */
1375
+ export declare const ImportSourceProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum1>;
1376
+ /** @internal */
1377
+ export type ImportSourceProviderAwsAlb1$Outbound = {
1378
+ ipAddressType?: string | null | undefined;
1379
+ provider: string;
1380
+ scheme: string;
1381
+ subnetIds?: Array<string> | undefined;
1382
+ targetType: string;
1383
+ };
1384
+ /** @internal */
1385
+ export declare const ImportSourceProviderAwsAlb1$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb1$Outbound, ImportSourceProviderAwsAlb1>;
1386
+ export declare function importSourceProviderAwsAlb1ToJSON(importSourceProviderAwsAlb1: ImportSourceProviderAwsAlb1): string;
1387
+ /** @internal */
1388
+ export type ImportSourceProviderUnion1$Outbound = ImportSourceProviderAwsAlb1$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound | ImportSourceProviderGkeGateway1$Outbound | any;
1389
+ /** @internal */
1390
+ export declare const ImportSourceProviderUnion1$outboundSchema: z.ZodType<ImportSourceProviderUnion1$Outbound, ImportSourceProviderUnion1>;
1391
+ export declare function importSourceProviderUnion1ToJSON(importSourceProviderUnion1: ImportSourceProviderUnion1): string;
1392
+ /** @internal */
1393
+ export type ImportSourceRouteIngress1$Outbound = {
1394
+ annotations?: {
1395
+ [k: string]: string;
1396
+ } | undefined;
1397
+ controller?: string | null | undefined;
1398
+ ingressClassName: string;
1399
+ labels?: {
1400
+ [k: string]: string;
1401
+ } | undefined;
1402
+ provider?: ImportSourceProviderAwsAlb1$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound | ImportSourceProviderGkeGateway1$Outbound | any | null | undefined;
1403
+ routeApi: "ingress";
1404
+ };
1405
+ /** @internal */
1406
+ export declare const ImportSourceRouteIngress1$outboundSchema: z.ZodType<ImportSourceRouteIngress1$Outbound, ImportSourceRouteIngress1>;
1407
+ export declare function importSourceRouteIngress1ToJSON(importSourceRouteIngress1: ImportSourceRouteIngress1): string;
1408
+ /** @internal */
1409
+ export type ImportSourceRouteUnion1$Outbound = ImportSourceRouteIngress1$Outbound | ImportSourceRouteGateway1$Outbound;
1410
+ /** @internal */
1411
+ export declare const ImportSourceRouteUnion1$outboundSchema: z.ZodType<ImportSourceRouteUnion1$Outbound, ImportSourceRouteUnion1>;
1412
+ export declare function importSourceRouteUnion1ToJSON(importSourceRouteUnion1: ImportSourceRouteUnion1): string;
1413
+ /** @internal */
1414
+ export type ImportSourceExposureGenerated$Outbound = {
1415
+ certificate: ImportSourceCertificateTLSSecretRef1$Outbound | ImportSourceCertificateManagedAcmImport1$Outbound | ImportSourceCertificateAwsAcmArn1$Outbound | ImportSourceCertificateManagedTLSSecret1$Outbound | ImportSourceCertificateNone1$Outbound;
1416
+ mode: string;
1417
+ route: ImportSourceRouteIngress1$Outbound | ImportSourceRouteGateway1$Outbound;
1418
+ };
1419
+ /** @internal */
1420
+ export declare const ImportSourceExposureGenerated$outboundSchema: z.ZodType<ImportSourceExposureGenerated$Outbound, ImportSourceExposureGenerated>;
1421
+ export declare function importSourceExposureGeneratedToJSON(importSourceExposureGenerated: ImportSourceExposureGenerated): string;
1422
+ /** @internal */
1423
+ export declare const ImportSourceModeDisabled$outboundSchema: z.ZodEnum<typeof ImportSourceModeDisabled>;
1424
+ /** @internal */
1425
+ export type ImportSourceExposureDisabled$Outbound = {
1426
+ mode: string;
1427
+ };
1428
+ /** @internal */
1429
+ export declare const ImportSourceExposureDisabled$outboundSchema: z.ZodType<ImportSourceExposureDisabled$Outbound, ImportSourceExposureDisabled>;
1430
+ export declare function importSourceExposureDisabledToJSON(importSourceExposureDisabled: ImportSourceExposureDisabled): string;
1431
+ /** @internal */
1432
+ export type ImportSourceExposureUnion$Outbound = ImportSourceExposureCustom$Outbound | ImportSourceExposureGenerated$Outbound | ImportSourceExposureDisabled$Outbound | any;
1433
+ /** @internal */
1434
+ export declare const ImportSourceExposureUnion$outboundSchema: z.ZodType<ImportSourceExposureUnion$Outbound, ImportSourceExposureUnion>;
1435
+ export declare function importSourceExposureUnionToJSON(importSourceExposureUnion: ImportSourceExposureUnion): string;
1436
+ /** @internal */
1437
+ export type ImportSourceKubernetes$Outbound = {
1438
+ cluster?: ImportSourceCluster$Outbound | any | null | undefined;
1439
+ exposure?: ImportSourceExposureCustom$Outbound | ImportSourceExposureGenerated$Outbound | ImportSourceExposureDisabled$Outbound | any | null | undefined;
1440
+ };
1441
+ /** @internal */
1442
+ export declare const ImportSourceKubernetes$outboundSchema: z.ZodType<ImportSourceKubernetes$Outbound, ImportSourceKubernetes>;
1443
+ export declare function importSourceKubernetesToJSON(importSourceKubernetes: ImportSourceKubernetes): string;
1444
+ /** @internal */
1445
+ export type ImportSourceKubernetesUnion$Outbound = ImportSourceKubernetes$Outbound | any;
1446
+ /** @internal */
1447
+ export declare const ImportSourceKubernetesUnion$outboundSchema: z.ZodType<ImportSourceKubernetesUnion$Outbound, ImportSourceKubernetesUnion>;
1448
+ export declare function importSourceKubernetesUnionToJSON(importSourceKubernetesUnion: ImportSourceKubernetesUnion): string;
1449
+ /** @internal */
1450
+ export declare const ImportSourceTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVnetAzure>;
1451
+ /** @internal */
1452
+ export type ImportSourceNetworkByoVnetAzure$Outbound = {
1453
+ private_subnet_name: string;
1454
+ public_subnet_name: string;
1455
+ type: string;
1456
+ vnet_resource_id: string;
1457
+ };
1458
+ /** @internal */
1459
+ export declare const ImportSourceNetworkByoVnetAzure$outboundSchema: z.ZodType<ImportSourceNetworkByoVnetAzure$Outbound, ImportSourceNetworkByoVnetAzure>;
1460
+ export declare function importSourceNetworkByoVnetAzureToJSON(importSourceNetworkByoVnetAzure: ImportSourceNetworkByoVnetAzure): string;
1461
+ /** @internal */
1462
+ export declare const ImportSourceTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVpcGcp>;
1463
+ /** @internal */
1464
+ export type ImportSourceNetworkByoVpcGcp$Outbound = {
1465
+ network_name: string;
1466
+ region: string;
1467
+ subnet_name: string;
1468
+ type: string;
1469
+ };
1470
+ /** @internal */
1471
+ export declare const ImportSourceNetworkByoVpcGcp$outboundSchema: z.ZodType<ImportSourceNetworkByoVpcGcp$Outbound, ImportSourceNetworkByoVpcGcp>;
1472
+ export declare function importSourceNetworkByoVpcGcpToJSON(importSourceNetworkByoVpcGcp: ImportSourceNetworkByoVpcGcp): string;
1473
+ /** @internal */
1474
+ export declare const ImportSourceTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVpcAws>;
1475
+ /** @internal */
1476
+ export type ImportSourceNetworkByoVpcAws$Outbound = {
1477
+ private_subnet_ids: Array<string>;
1478
+ public_subnet_ids: Array<string>;
1479
+ security_group_ids?: Array<string> | undefined;
1480
+ type: string;
1481
+ vpc_id: string;
1482
+ };
1483
+ /** @internal */
1484
+ export declare const ImportSourceNetworkByoVpcAws$outboundSchema: z.ZodType<ImportSourceNetworkByoVpcAws$Outbound, ImportSourceNetworkByoVpcAws>;
1485
+ export declare function importSourceNetworkByoVpcAwsToJSON(importSourceNetworkByoVpcAws: ImportSourceNetworkByoVpcAws): string;
1486
+ /** @internal */
1487
+ export declare const ImportSourceTypeCreate$outboundSchema: z.ZodEnum<typeof ImportSourceTypeCreate>;
1488
+ /** @internal */
1489
+ export type ImportSourceNetworkCreate$Outbound = {
1490
+ availability_zones?: number | undefined;
1491
+ cidr?: string | null | undefined;
1492
+ type: string;
1493
+ };
1494
+ /** @internal */
1495
+ export declare const ImportSourceNetworkCreate$outboundSchema: z.ZodType<ImportSourceNetworkCreate$Outbound, ImportSourceNetworkCreate>;
1496
+ export declare function importSourceNetworkCreateToJSON(importSourceNetworkCreate: ImportSourceNetworkCreate): string;
1497
+ /** @internal */
1498
+ export declare const ImportSourceTypeUseDefault$outboundSchema: z.ZodEnum<typeof ImportSourceTypeUseDefault>;
1499
+ /** @internal */
1500
+ export type ImportSourceNetworkUseDefault$Outbound = {
1501
+ type: string;
1502
+ };
1503
+ /** @internal */
1504
+ export declare const ImportSourceNetworkUseDefault$outboundSchema: z.ZodType<ImportSourceNetworkUseDefault$Outbound, ImportSourceNetworkUseDefault>;
1505
+ export declare function importSourceNetworkUseDefaultToJSON(importSourceNetworkUseDefault: ImportSourceNetworkUseDefault): string;
1506
+ /** @internal */
1507
+ export type ImportSourceNetworkUnion$Outbound = ImportSourceNetworkByoVpcAws$Outbound | ImportSourceNetworkByoVpcGcp$Outbound | ImportSourceNetworkByoVnetAzure$Outbound | ImportSourceNetworkUseDefault$Outbound | ImportSourceNetworkCreate$Outbound | any;
1508
+ /** @internal */
1509
+ export declare const ImportSourceNetworkUnion$outboundSchema: z.ZodType<ImportSourceNetworkUnion$Outbound, ImportSourceNetworkUnion>;
1510
+ export declare function importSourceNetworkUnionToJSON(importSourceNetworkUnion: ImportSourceNetworkUnion): string;
1511
+ /** @internal */
1512
+ export declare const ImportSourceTelemetry$outboundSchema: z.ZodEnum<typeof ImportSourceTelemetry>;
1513
+ /** @internal */
1514
+ export declare const ImportSourceUpdates$outboundSchema: z.ZodEnum<typeof ImportSourceUpdates>;
1515
+ /** @internal */
1516
+ export type ImportSourceStackSettings$Outbound = {
1517
+ deploymentModel?: string | undefined;
1518
+ domains?: ImportSourceDomains$Outbound | any | null | undefined;
1519
+ externalBindings?: ImportSourceExternalBindings$Outbound | null | undefined;
1520
+ heartbeats?: string | undefined;
1521
+ kubernetes?: ImportSourceKubernetes$Outbound | any | null | undefined;
1522
+ network?: ImportSourceNetworkByoVpcAws$Outbound | ImportSourceNetworkByoVpcGcp$Outbound | ImportSourceNetworkByoVnetAzure$Outbound | ImportSourceNetworkUseDefault$Outbound | ImportSourceNetworkCreate$Outbound | any | null | undefined;
1523
+ telemetry?: string | undefined;
1524
+ updates?: string | undefined;
1525
+ };
1526
+ /** @internal */
1527
+ export declare const ImportSourceStackSettings$outboundSchema: z.ZodType<ImportSourceStackSettings$Outbound, ImportSourceStackSettings>;
1528
+ export declare function importSourceStackSettingsToJSON(importSourceStackSettings: ImportSourceStackSettings): string;
1529
+ /** @internal */
1530
+ export type ImportSourceManagementConfigKubernetes$Outbound = {
1531
+ platform: "kubernetes";
1532
+ };
1533
+ /** @internal */
1534
+ export declare const ImportSourceManagementConfigKubernetes$outboundSchema: z.ZodType<ImportSourceManagementConfigKubernetes$Outbound, ImportSourceManagementConfigKubernetes>;
1535
+ export declare function importSourceManagementConfigKubernetesToJSON(importSourceManagementConfigKubernetes: ImportSourceManagementConfigKubernetes): string;
1536
+ /** @internal */
1537
+ export type ImportSourceManagementConfigAzure$Outbound = {
1538
+ managingTenantId: string;
1539
+ oidcIssuer: string;
1540
+ oidcSubject: string;
1541
+ platform: "azure";
1542
+ };
1543
+ /** @internal */
1544
+ export declare const ImportSourceManagementConfigAzure$outboundSchema: z.ZodType<ImportSourceManagementConfigAzure$Outbound, ImportSourceManagementConfigAzure>;
1545
+ export declare function importSourceManagementConfigAzureToJSON(importSourceManagementConfigAzure: ImportSourceManagementConfigAzure): string;
1546
+ /** @internal */
1547
+ export type ImportSourceManagementConfigGcp$Outbound = {
1548
+ serviceAccountEmail: string;
1549
+ platform: "gcp";
1550
+ };
1551
+ /** @internal */
1552
+ export declare const ImportSourceManagementConfigGcp$outboundSchema: z.ZodType<ImportSourceManagementConfigGcp$Outbound, ImportSourceManagementConfigGcp>;
1553
+ export declare function importSourceManagementConfigGcpToJSON(importSourceManagementConfigGcp: ImportSourceManagementConfigGcp): string;
1554
+ /** @internal */
1555
+ export type ImportSourceManagementConfigAws$Outbound = {
1556
+ managingRoleArn: string;
1557
+ platform: "aws";
1558
+ };
1559
+ /** @internal */
1560
+ export declare const ImportSourceManagementConfigAws$outboundSchema: z.ZodType<ImportSourceManagementConfigAws$Outbound, ImportSourceManagementConfigAws>;
1561
+ export declare function importSourceManagementConfigAwsToJSON(importSourceManagementConfigAws: ImportSourceManagementConfigAws): string;
1562
+ /** @internal */
1563
+ export type ImportSourceManagementConfigUnion$Outbound = ImportSourceManagementConfigAws$Outbound | ImportSourceManagementConfigGcp$Outbound | ImportSourceManagementConfigAzure$Outbound | ImportSourceManagementConfigKubernetes$Outbound;
1564
+ /** @internal */
1565
+ export declare const ImportSourceManagementConfigUnion$outboundSchema: z.ZodType<ImportSourceManagementConfigUnion$Outbound, ImportSourceManagementConfigUnion>;
1566
+ export declare function importSourceManagementConfigUnionToJSON(importSourceManagementConfigUnion: ImportSourceManagementConfigUnion): string;
1567
+ /** @internal */
1568
+ export type ImportSource$Outbound = {
1569
+ deploymentName: string;
1570
+ resourcePrefix: string;
1571
+ sourceKind?: string | undefined;
1572
+ releaseId?: string | undefined;
1573
+ platform: string;
1574
+ basePlatform?: string | undefined;
1575
+ region: string;
1576
+ setupTarget: string;
1577
+ setupImportFormatVersion: number;
1578
+ setupFingerprint: string;
1579
+ setupFingerprintVersion: number;
1580
+ stackSettings: ImportSourceStackSettings$Outbound;
1581
+ managementConfig: ImportSourceManagementConfigAws$Outbound | ImportSourceManagementConfigGcp$Outbound | ImportSourceManagementConfigAzure$Outbound | ImportSourceManagementConfigKubernetes$Outbound;
1582
+ resources: Array<ImportedResource$Outbound>;
1583
+ };
1584
+ /** @internal */
1585
+ export declare const ImportSource$outboundSchema: z.ZodType<ImportSource$Outbound, ImportSource>;
1586
+ export declare function importSourceToJSON(importSource: ImportSource): string;
1587
+ //# sourceMappingURL=importsource.d.ts.map