@alienplatform/platform-api 1.3.5 → 1.4.1

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,3346 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod/v4";
6
+ import { remap as remap$ } from "../lib/primitives.js";
7
+ import { ClosedEnum } from "../types/enums.js";
8
+ import {
9
+ ImportedResource,
10
+ ImportedResource$Outbound,
11
+ ImportedResource$outboundSchema,
12
+ } from "./importedresource.js";
13
+ import {
14
+ ImportSourceKind,
15
+ ImportSourceKind$outboundSchema,
16
+ } from "./importsourcekind.js";
17
+
18
+ /**
19
+ * Cloud platform of the imported stack
20
+ */
21
+ export const ImportSourcePlatformEnum = {
22
+ Aws: "aws",
23
+ Gcp: "gcp",
24
+ Azure: "azure",
25
+ Kubernetes: "kubernetes",
26
+ Local: "local",
27
+ Test: "test",
28
+ } as const;
29
+ /**
30
+ * Cloud platform of the imported stack
31
+ */
32
+ export type ImportSourcePlatformEnum = ClosedEnum<
33
+ typeof ImportSourcePlatformEnum
34
+ >;
35
+
36
+ /**
37
+ * Base cloud platform for cloud-backed Kubernetes imports.
38
+ */
39
+ export const ImportSourceBasePlatform = {
40
+ Aws: "aws",
41
+ Gcp: "gcp",
42
+ Azure: "azure",
43
+ Kubernetes: "kubernetes",
44
+ Local: "local",
45
+ Test: "test",
46
+ } as const;
47
+ /**
48
+ * Base cloud platform for cloud-backed Kubernetes imports.
49
+ */
50
+ export type ImportSourceBasePlatform = ClosedEnum<
51
+ typeof ImportSourceBasePlatform
52
+ >;
53
+
54
+ /**
55
+ * Deployment model: how updates are delivered to the remote environment.
56
+ */
57
+ export const ImportSourceDeploymentModel = {
58
+ Push: "push",
59
+ Pull: "pull",
60
+ } as const;
61
+ /**
62
+ * Deployment model: how updates are delivered to the remote environment.
63
+ */
64
+ export type ImportSourceDeploymentModel = ClosedEnum<
65
+ typeof ImportSourceDeploymentModel
66
+ >;
67
+
68
+ export type ImportSourceAws = {
69
+ certificateArn: string;
70
+ };
71
+
72
+ export type ImportSourceAwsUnion = ImportSourceAws | any;
73
+
74
+ export type ImportSourceAzure = {
75
+ keyVaultCertificateId: string;
76
+ };
77
+
78
+ export type ImportSourceAzureUnion = ImportSourceAzure | any;
79
+
80
+ export type ImportSourceGcp = {
81
+ certificateName: string;
82
+ };
83
+
84
+ export type ImportSourceGcpUnion = ImportSourceGcp | any;
85
+
86
+ /**
87
+ * Namespace-scoped Kubernetes TLS Secret reference.
88
+ */
89
+ export type ImportSourceTlsSecretRef = {
90
+ /**
91
+ * Secret namespace. Defaults to the release namespace when omitted.
92
+ */
93
+ namespace?: string | null | undefined;
94
+ /**
95
+ * Secret name.
96
+ */
97
+ secretName: string;
98
+ };
99
+
100
+ export type ImportSourceDomainsKubernetes = {
101
+ /**
102
+ * Namespace-scoped Kubernetes TLS Secret reference.
103
+ */
104
+ tlsSecretRef: ImportSourceTlsSecretRef;
105
+ };
106
+
107
+ export type ImportSourceDomainsKubernetesUnion =
108
+ | ImportSourceDomainsKubernetes
109
+ | any;
110
+
111
+ /**
112
+ * Platform-specific certificate references for custom domains.
113
+ */
114
+ export type ImportSourceDomainsCertificate = {
115
+ aws?: ImportSourceAws | any | null | undefined;
116
+ azure?: ImportSourceAzure | any | null | undefined;
117
+ gcp?: ImportSourceGcp | any | null | undefined;
118
+ kubernetes?: ImportSourceDomainsKubernetes | any | null | undefined;
119
+ };
120
+
121
+ /**
122
+ * Custom domain configuration for a single resource.
123
+ */
124
+ export type ImportSourceCustomDomains = {
125
+ /**
126
+ * Platform-specific certificate references for custom domains.
127
+ */
128
+ certificate: ImportSourceDomainsCertificate;
129
+ /**
130
+ * Fully qualified domain name to use.
131
+ */
132
+ domain: string;
133
+ };
134
+
135
+ /**
136
+ * Domain configuration for the stack.
137
+ *
138
+ * @remarks
139
+ *
140
+ * When `custom_domains` is set, the specified resources use customer-provided
141
+ * domains and certificates. Otherwise, Alien auto-generates domains.
142
+ */
143
+ export type ImportSourceDomains = {
144
+ /**
145
+ * Custom domain configuration per resource ID.
146
+ */
147
+ customDomains?: { [k: string]: ImportSourceCustomDomains } | null | undefined;
148
+ };
149
+
150
+ export type ImportSourceDomainsUnion = ImportSourceDomains | any;
151
+
152
+ /**
153
+ * External bindings for pre-existing infrastructure.
154
+ *
155
+ * @remarks
156
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
157
+ * Environment, etc.) instead of having Alien provision them.
158
+ * Required for Kubernetes platform, optional for cloud platforms.
159
+ */
160
+ export type ImportSourceExternalBindings = {};
161
+
162
+ /**
163
+ * How heartbeat health checks are handled.
164
+ */
165
+ export const ImportSourceHeartbeats = {
166
+ Off: "off",
167
+ On: "on",
168
+ } as const;
169
+ /**
170
+ * How heartbeat health checks are handled.
171
+ */
172
+ export type ImportSourceHeartbeats = ClosedEnum<typeof ImportSourceHeartbeats>;
173
+
174
+ /**
175
+ * Optional provider-specific identity for a cloud-backed Kubernetes cluster.
176
+ */
177
+ export type ImportSourceCloud = {
178
+ accountId?: string | null | undefined;
179
+ clusterId?: string | null | undefined;
180
+ clusterName?: string | null | undefined;
181
+ projectId?: string | null | undefined;
182
+ region?: string | null | undefined;
183
+ resourceGroup?: string | null | undefined;
184
+ subscriptionId?: string | null | undefined;
185
+ };
186
+
187
+ export type ImportSourceCloudUnion = ImportSourceCloud | any;
188
+
189
+ /**
190
+ * Ownership model for the Kubernetes cluster.
191
+ */
192
+ export const ImportSourceOwnership = {
193
+ Managed: "managed",
194
+ Existing: "existing",
195
+ External: "external",
196
+ } as const;
197
+ /**
198
+ * Ownership model for the Kubernetes cluster.
199
+ */
200
+ export type ImportSourceOwnership = ClosedEnum<typeof ImportSourceOwnership>;
201
+
202
+ /**
203
+ * Kubernetes cluster setup settings.
204
+ */
205
+ export type ImportSourceCluster = {
206
+ cloud?: ImportSourceCloud | any | null | undefined;
207
+ /**
208
+ * Namespace where the Alien chart and application resources run.
209
+ */
210
+ namespace?: string | null | undefined;
211
+ /**
212
+ * Ownership model for the Kubernetes cluster.
213
+ */
214
+ ownership: ImportSourceOwnership;
215
+ };
216
+
217
+ export type ImportSourceClusterUnion = ImportSourceCluster | any;
218
+
219
+ export type ImportSourceCertificateNone2 = {
220
+ mode: "none";
221
+ };
222
+
223
+ export type ImportSourceCertificateManagedTLSSecret2 = {
224
+ mode: "managedTlsSecret";
225
+ /**
226
+ * Secret name template. Runtime may substitute resource/deployment tokens.
227
+ */
228
+ secretNameTemplate: string;
229
+ };
230
+
231
+ export type ImportSourceCertificateAwsAcmArn2 = {
232
+ /**
233
+ * Existing ACM certificate ARN.
234
+ */
235
+ certificateArn: string;
236
+ mode: "awsAcmArn";
237
+ };
238
+
239
+ export type ImportSourceCertificateManagedAcmImport2 = {
240
+ mode: "managedAcmImport";
241
+ /**
242
+ * ACM region. Defaults to the deployment region when omitted.
243
+ */
244
+ region?: string | null | undefined;
245
+ /**
246
+ * Tags applied to runtime-imported ACM certificates.
247
+ */
248
+ tags?: { [k: string]: string } | undefined;
249
+ };
250
+
251
+ /**
252
+ * Namespace-scoped Kubernetes TLS Secret reference.
253
+ */
254
+ export type ImportSourceCertificateTLSSecretRef2 = {
255
+ /**
256
+ * Secret namespace. Defaults to the release namespace when omitted.
257
+ */
258
+ namespace?: string | null | undefined;
259
+ /**
260
+ * Secret name.
261
+ */
262
+ secretName: string;
263
+ mode: "tlsSecretRef";
264
+ };
265
+
266
+ /**
267
+ * Certificate publication or reference mode for Kubernetes public endpoints.
268
+ */
269
+ export type ImportSourceCertificateUnion2 =
270
+ | ImportSourceCertificateTLSSecretRef2
271
+ | ImportSourceCertificateManagedAcmImport2
272
+ | ImportSourceCertificateAwsAcmArn2
273
+ | ImportSourceCertificateManagedTLSSecret2
274
+ | ImportSourceCertificateNone2;
275
+
276
+ export const ImportSourceModeCustom = {
277
+ Custom: "custom",
278
+ } as const;
279
+ export type ImportSourceModeCustom = ClosedEnum<typeof ImportSourceModeCustom>;
280
+
281
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum4 = {
282
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
283
+ } as const;
284
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum4 =
285
+ ClosedEnum<
286
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4
287
+ >;
288
+
289
+ export type ImportSourceProviderAzureApplicationGatewayForContainers4 = {
290
+ /**
291
+ * Optional ALB name when using BYO Application Gateway resources.
292
+ */
293
+ albName?: string | null | undefined;
294
+ /**
295
+ * Optional ALB namespace when using BYO Application Gateway resources.
296
+ */
297
+ albNamespace?: string | null | undefined;
298
+ /**
299
+ * Public or internal frontend exposure.
300
+ */
301
+ frontend: string;
302
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum4;
303
+ };
304
+
305
+ export const ImportSourceProviderGkeGatewayEnum4 = {
306
+ GkeGateway: "gkeGateway",
307
+ } as const;
308
+ export type ImportSourceProviderGkeGatewayEnum4 = ClosedEnum<
309
+ typeof ImportSourceProviderGkeGatewayEnum4
310
+ >;
311
+
312
+ export type ImportSourceProviderGkeGateway4 = {
313
+ provider: ImportSourceProviderGkeGatewayEnum4;
314
+ /**
315
+ * Optional static address name for the Gateway frontend.
316
+ */
317
+ staticAddressName?: string | null | undefined;
318
+ };
319
+
320
+ export const ImportSourceProviderAwsAlbEnum4 = {
321
+ AwsAlb: "awsAlb",
322
+ } as const;
323
+ export type ImportSourceProviderAwsAlbEnum4 = ClosedEnum<
324
+ typeof ImportSourceProviderAwsAlbEnum4
325
+ >;
326
+
327
+ export type ImportSourceProviderAwsAlb4 = {
328
+ /**
329
+ * Optional ALB IP address type, such as `dualstack`.
330
+ */
331
+ ipAddressType?: string | null | undefined;
332
+ provider: ImportSourceProviderAwsAlbEnum4;
333
+ /**
334
+ * Internet-facing or internal ALB scheme.
335
+ */
336
+ scheme: string;
337
+ /**
338
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
339
+ */
340
+ subnetIds?: Array<string> | undefined;
341
+ /**
342
+ * ALB target type, usually `ip`.
343
+ */
344
+ targetType: string;
345
+ };
346
+
347
+ export type ImportSourceProviderUnion4 =
348
+ | ImportSourceProviderAwsAlb4
349
+ | ImportSourceProviderAzureApplicationGatewayForContainers4
350
+ | ImportSourceProviderGkeGateway4
351
+ | any;
352
+
353
+ /**
354
+ * Shared Gateway API route profile values.
355
+ */
356
+ export type ImportSourceRouteGateway2 = {
357
+ /**
358
+ * Annotations applied to route objects.
359
+ */
360
+ annotations?: { [k: string]: string } | undefined;
361
+ /**
362
+ * Route controller identifier, for example a cloud Gateway controller.
363
+ */
364
+ controller?: string | null | undefined;
365
+ /**
366
+ * GatewayClass selected for generated Gateways.
367
+ */
368
+ gatewayClassName: string;
369
+ /**
370
+ * Labels applied to route objects.
371
+ */
372
+ labels?: { [k: string]: string } | undefined;
373
+ /**
374
+ * Listener port, usually 443.
375
+ */
376
+ listenerPort: number;
377
+ provider?:
378
+ | ImportSourceProviderAwsAlb4
379
+ | ImportSourceProviderAzureApplicationGatewayForContainers4
380
+ | ImportSourceProviderGkeGateway4
381
+ | any
382
+ | null
383
+ | undefined;
384
+ routeApi: "gateway";
385
+ };
386
+
387
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum3 = {
388
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
389
+ } as const;
390
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum3 =
391
+ ClosedEnum<
392
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3
393
+ >;
394
+
395
+ export type ImportSourceProviderAzureApplicationGatewayForContainers3 = {
396
+ /**
397
+ * Optional ALB name when using BYO Application Gateway resources.
398
+ */
399
+ albName?: string | null | undefined;
400
+ /**
401
+ * Optional ALB namespace when using BYO Application Gateway resources.
402
+ */
403
+ albNamespace?: string | null | undefined;
404
+ /**
405
+ * Public or internal frontend exposure.
406
+ */
407
+ frontend: string;
408
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum3;
409
+ };
410
+
411
+ export const ImportSourceProviderGkeGatewayEnum3 = {
412
+ GkeGateway: "gkeGateway",
413
+ } as const;
414
+ export type ImportSourceProviderGkeGatewayEnum3 = ClosedEnum<
415
+ typeof ImportSourceProviderGkeGatewayEnum3
416
+ >;
417
+
418
+ export type ImportSourceProviderGkeGateway3 = {
419
+ provider: ImportSourceProviderGkeGatewayEnum3;
420
+ /**
421
+ * Optional static address name for the Gateway frontend.
422
+ */
423
+ staticAddressName?: string | null | undefined;
424
+ };
425
+
426
+ export const ImportSourceProviderAwsAlbEnum3 = {
427
+ AwsAlb: "awsAlb",
428
+ } as const;
429
+ export type ImportSourceProviderAwsAlbEnum3 = ClosedEnum<
430
+ typeof ImportSourceProviderAwsAlbEnum3
431
+ >;
432
+
433
+ export type ImportSourceProviderAwsAlb3 = {
434
+ /**
435
+ * Optional ALB IP address type, such as `dualstack`.
436
+ */
437
+ ipAddressType?: string | null | undefined;
438
+ provider: ImportSourceProviderAwsAlbEnum3;
439
+ /**
440
+ * Internet-facing or internal ALB scheme.
441
+ */
442
+ scheme: string;
443
+ /**
444
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
445
+ */
446
+ subnetIds?: Array<string> | undefined;
447
+ /**
448
+ * ALB target type, usually `ip`.
449
+ */
450
+ targetType: string;
451
+ };
452
+
453
+ export type ImportSourceProviderUnion3 =
454
+ | ImportSourceProviderAwsAlb3
455
+ | ImportSourceProviderAzureApplicationGatewayForContainers3
456
+ | ImportSourceProviderGkeGateway3
457
+ | any;
458
+
459
+ /**
460
+ * Shared Ingress route profile values.
461
+ */
462
+ export type ImportSourceRouteIngress2 = {
463
+ /**
464
+ * Annotations applied to route objects.
465
+ */
466
+ annotations?: { [k: string]: string } | undefined;
467
+ /**
468
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
469
+ */
470
+ controller?: string | null | undefined;
471
+ /**
472
+ * `spec.ingressClassName` for generated Ingresses.
473
+ */
474
+ ingressClassName: string;
475
+ /**
476
+ * Labels applied to route objects.
477
+ */
478
+ labels?: { [k: string]: string } | undefined;
479
+ provider?:
480
+ | ImportSourceProviderAwsAlb3
481
+ | ImportSourceProviderAzureApplicationGatewayForContainers3
482
+ | ImportSourceProviderGkeGateway3
483
+ | any
484
+ | null
485
+ | undefined;
486
+ routeApi: "ingress";
487
+ };
488
+
489
+ /**
490
+ * Kubernetes route API selected for public endpoints.
491
+ */
492
+ export type ImportSourceRouteUnion2 =
493
+ | ImportSourceRouteIngress2
494
+ | ImportSourceRouteGateway2;
495
+
496
+ export type ImportSourceExposureCustom = {
497
+ /**
498
+ * Certificate publication or reference mode for Kubernetes public endpoints.
499
+ */
500
+ certificate:
501
+ | ImportSourceCertificateTLSSecretRef2
502
+ | ImportSourceCertificateManagedAcmImport2
503
+ | ImportSourceCertificateAwsAcmArn2
504
+ | ImportSourceCertificateManagedTLSSecret2
505
+ | ImportSourceCertificateNone2;
506
+ /**
507
+ * Hostname routed by the Kubernetes public endpoint.
508
+ */
509
+ domain: string;
510
+ mode: ImportSourceModeCustom;
511
+ /**
512
+ * Kubernetes route API selected for public endpoints.
513
+ */
514
+ route: ImportSourceRouteIngress2 | ImportSourceRouteGateway2;
515
+ };
516
+
517
+ export type ImportSourceCertificateNone1 = {
518
+ mode: "none";
519
+ };
520
+
521
+ export type ImportSourceCertificateManagedTLSSecret1 = {
522
+ mode: "managedTlsSecret";
523
+ /**
524
+ * Secret name template. Runtime may substitute resource/deployment tokens.
525
+ */
526
+ secretNameTemplate: string;
527
+ };
528
+
529
+ export type ImportSourceCertificateAwsAcmArn1 = {
530
+ /**
531
+ * Existing ACM certificate ARN.
532
+ */
533
+ certificateArn: string;
534
+ mode: "awsAcmArn";
535
+ };
536
+
537
+ export type ImportSourceCertificateManagedAcmImport1 = {
538
+ mode: "managedAcmImport";
539
+ /**
540
+ * ACM region. Defaults to the deployment region when omitted.
541
+ */
542
+ region?: string | null | undefined;
543
+ /**
544
+ * Tags applied to runtime-imported ACM certificates.
545
+ */
546
+ tags?: { [k: string]: string } | undefined;
547
+ };
548
+
549
+ /**
550
+ * Namespace-scoped Kubernetes TLS Secret reference.
551
+ */
552
+ export type ImportSourceCertificateTLSSecretRef1 = {
553
+ /**
554
+ * Secret namespace. Defaults to the release namespace when omitted.
555
+ */
556
+ namespace?: string | null | undefined;
557
+ /**
558
+ * Secret name.
559
+ */
560
+ secretName: string;
561
+ mode: "tlsSecretRef";
562
+ };
563
+
564
+ /**
565
+ * Certificate publication or reference mode for Kubernetes public endpoints.
566
+ */
567
+ export type ImportSourceCertificateUnion1 =
568
+ | ImportSourceCertificateTLSSecretRef1
569
+ | ImportSourceCertificateManagedAcmImport1
570
+ | ImportSourceCertificateAwsAcmArn1
571
+ | ImportSourceCertificateManagedTLSSecret1
572
+ | ImportSourceCertificateNone1;
573
+
574
+ export const ImportSourceModeGenerated = {
575
+ Generated: "generated",
576
+ } as const;
577
+ export type ImportSourceModeGenerated = ClosedEnum<
578
+ typeof ImportSourceModeGenerated
579
+ >;
580
+
581
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum2 = {
582
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
583
+ } as const;
584
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum2 =
585
+ ClosedEnum<
586
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2
587
+ >;
588
+
589
+ export type ImportSourceProviderAzureApplicationGatewayForContainers2 = {
590
+ /**
591
+ * Optional ALB name when using BYO Application Gateway resources.
592
+ */
593
+ albName?: string | null | undefined;
594
+ /**
595
+ * Optional ALB namespace when using BYO Application Gateway resources.
596
+ */
597
+ albNamespace?: string | null | undefined;
598
+ /**
599
+ * Public or internal frontend exposure.
600
+ */
601
+ frontend: string;
602
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum2;
603
+ };
604
+
605
+ export const ImportSourceProviderGkeGatewayEnum2 = {
606
+ GkeGateway: "gkeGateway",
607
+ } as const;
608
+ export type ImportSourceProviderGkeGatewayEnum2 = ClosedEnum<
609
+ typeof ImportSourceProviderGkeGatewayEnum2
610
+ >;
611
+
612
+ export type ImportSourceProviderGkeGateway2 = {
613
+ provider: ImportSourceProviderGkeGatewayEnum2;
614
+ /**
615
+ * Optional static address name for the Gateway frontend.
616
+ */
617
+ staticAddressName?: string | null | undefined;
618
+ };
619
+
620
+ export const ImportSourceProviderAwsAlbEnum2 = {
621
+ AwsAlb: "awsAlb",
622
+ } as const;
623
+ export type ImportSourceProviderAwsAlbEnum2 = ClosedEnum<
624
+ typeof ImportSourceProviderAwsAlbEnum2
625
+ >;
626
+
627
+ export type ImportSourceProviderAwsAlb2 = {
628
+ /**
629
+ * Optional ALB IP address type, such as `dualstack`.
630
+ */
631
+ ipAddressType?: string | null | undefined;
632
+ provider: ImportSourceProviderAwsAlbEnum2;
633
+ /**
634
+ * Internet-facing or internal ALB scheme.
635
+ */
636
+ scheme: string;
637
+ /**
638
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
639
+ */
640
+ subnetIds?: Array<string> | undefined;
641
+ /**
642
+ * ALB target type, usually `ip`.
643
+ */
644
+ targetType: string;
645
+ };
646
+
647
+ export type ImportSourceProviderUnion2 =
648
+ | ImportSourceProviderAwsAlb2
649
+ | ImportSourceProviderAzureApplicationGatewayForContainers2
650
+ | ImportSourceProviderGkeGateway2
651
+ | any;
652
+
653
+ /**
654
+ * Shared Gateway API route profile values.
655
+ */
656
+ export type ImportSourceRouteGateway1 = {
657
+ /**
658
+ * Annotations applied to route objects.
659
+ */
660
+ annotations?: { [k: string]: string } | undefined;
661
+ /**
662
+ * Route controller identifier, for example a cloud Gateway controller.
663
+ */
664
+ controller?: string | null | undefined;
665
+ /**
666
+ * GatewayClass selected for generated Gateways.
667
+ */
668
+ gatewayClassName: string;
669
+ /**
670
+ * Labels applied to route objects.
671
+ */
672
+ labels?: { [k: string]: string } | undefined;
673
+ /**
674
+ * Listener port, usually 443.
675
+ */
676
+ listenerPort: number;
677
+ provider?:
678
+ | ImportSourceProviderAwsAlb2
679
+ | ImportSourceProviderAzureApplicationGatewayForContainers2
680
+ | ImportSourceProviderGkeGateway2
681
+ | any
682
+ | null
683
+ | undefined;
684
+ routeApi: "gateway";
685
+ };
686
+
687
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum1 = {
688
+ AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
689
+ } as const;
690
+ export type ImportSourceProviderAzureApplicationGatewayForContainersEnum1 =
691
+ ClosedEnum<
692
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1
693
+ >;
694
+
695
+ export type ImportSourceProviderAzureApplicationGatewayForContainers1 = {
696
+ /**
697
+ * Optional ALB name when using BYO Application Gateway resources.
698
+ */
699
+ albName?: string | null | undefined;
700
+ /**
701
+ * Optional ALB namespace when using BYO Application Gateway resources.
702
+ */
703
+ albNamespace?: string | null | undefined;
704
+ /**
705
+ * Public or internal frontend exposure.
706
+ */
707
+ frontend: string;
708
+ provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum1;
709
+ };
710
+
711
+ export const ImportSourceProviderGkeGatewayEnum1 = {
712
+ GkeGateway: "gkeGateway",
713
+ } as const;
714
+ export type ImportSourceProviderGkeGatewayEnum1 = ClosedEnum<
715
+ typeof ImportSourceProviderGkeGatewayEnum1
716
+ >;
717
+
718
+ export type ImportSourceProviderGkeGateway1 = {
719
+ provider: ImportSourceProviderGkeGatewayEnum1;
720
+ /**
721
+ * Optional static address name for the Gateway frontend.
722
+ */
723
+ staticAddressName?: string | null | undefined;
724
+ };
725
+
726
+ export const ImportSourceProviderAwsAlbEnum1 = {
727
+ AwsAlb: "awsAlb",
728
+ } as const;
729
+ export type ImportSourceProviderAwsAlbEnum1 = ClosedEnum<
730
+ typeof ImportSourceProviderAwsAlbEnum1
731
+ >;
732
+
733
+ export type ImportSourceProviderAwsAlb1 = {
734
+ /**
735
+ * Optional ALB IP address type, such as `dualstack`.
736
+ */
737
+ ipAddressType?: string | null | undefined;
738
+ provider: ImportSourceProviderAwsAlbEnum1;
739
+ /**
740
+ * Internet-facing or internal ALB scheme.
741
+ */
742
+ scheme: string;
743
+ /**
744
+ * Explicit subnet IDs when the profile cannot rely on controller discovery.
745
+ */
746
+ subnetIds?: Array<string> | undefined;
747
+ /**
748
+ * ALB target type, usually `ip`.
749
+ */
750
+ targetType: string;
751
+ };
752
+
753
+ export type ImportSourceProviderUnion1 =
754
+ | ImportSourceProviderAwsAlb1
755
+ | ImportSourceProviderAzureApplicationGatewayForContainers1
756
+ | ImportSourceProviderGkeGateway1
757
+ | any;
758
+
759
+ /**
760
+ * Shared Ingress route profile values.
761
+ */
762
+ export type ImportSourceRouteIngress1 = {
763
+ /**
764
+ * Annotations applied to route objects.
765
+ */
766
+ annotations?: { [k: string]: string } | undefined;
767
+ /**
768
+ * Route controller identifier, for example `eks.amazonaws.com/alb`.
769
+ */
770
+ controller?: string | null | undefined;
771
+ /**
772
+ * `spec.ingressClassName` for generated Ingresses.
773
+ */
774
+ ingressClassName: string;
775
+ /**
776
+ * Labels applied to route objects.
777
+ */
778
+ labels?: { [k: string]: string } | undefined;
779
+ provider?:
780
+ | ImportSourceProviderAwsAlb1
781
+ | ImportSourceProviderAzureApplicationGatewayForContainers1
782
+ | ImportSourceProviderGkeGateway1
783
+ | any
784
+ | null
785
+ | undefined;
786
+ routeApi: "ingress";
787
+ };
788
+
789
+ /**
790
+ * Kubernetes route API selected for public endpoints.
791
+ */
792
+ export type ImportSourceRouteUnion1 =
793
+ | ImportSourceRouteIngress1
794
+ | ImportSourceRouteGateway1;
795
+
796
+ export type ImportSourceExposureGenerated = {
797
+ /**
798
+ * Certificate publication or reference mode for Kubernetes public endpoints.
799
+ */
800
+ certificate:
801
+ | ImportSourceCertificateTLSSecretRef1
802
+ | ImportSourceCertificateManagedAcmImport1
803
+ | ImportSourceCertificateAwsAcmArn1
804
+ | ImportSourceCertificateManagedTLSSecret1
805
+ | ImportSourceCertificateNone1;
806
+ mode: ImportSourceModeGenerated;
807
+ /**
808
+ * Kubernetes route API selected for public endpoints.
809
+ */
810
+ route: ImportSourceRouteIngress1 | ImportSourceRouteGateway1;
811
+ };
812
+
813
+ export const ImportSourceModeDisabled = {
814
+ Disabled: "disabled",
815
+ } as const;
816
+ export type ImportSourceModeDisabled = ClosedEnum<
817
+ typeof ImportSourceModeDisabled
818
+ >;
819
+
820
+ export type ImportSourceExposureDisabled = {
821
+ mode: ImportSourceModeDisabled;
822
+ };
823
+
824
+ export type ImportSourceExposureUnion =
825
+ | ImportSourceExposureCustom
826
+ | ImportSourceExposureGenerated
827
+ | ImportSourceExposureDisabled
828
+ | any;
829
+
830
+ /**
831
+ * Kubernetes runtime substrate configuration.
832
+ *
833
+ * @remarks
834
+ *
835
+ * This controls how setup chooses the cluster backing `Platform::Kubernetes`
836
+ * deployments. When omitted, cloud-backed Kubernetes deployments default to a
837
+ * managed cluster and generic/on-prem Kubernetes defaults to an external
838
+ * cluster.
839
+ */
840
+ export type ImportSourceKubernetes = {
841
+ cluster?: ImportSourceCluster | any | null | undefined;
842
+ exposure?:
843
+ | ImportSourceExposureCustom
844
+ | ImportSourceExposureGenerated
845
+ | ImportSourceExposureDisabled
846
+ | any
847
+ | null
848
+ | undefined;
849
+ };
850
+
851
+ export type ImportSourceKubernetesUnion = ImportSourceKubernetes | any;
852
+
853
+ export const ImportSourceTypeByoVnetAzure = {
854
+ ByoVnetAzure: "byo-vnet-azure",
855
+ } as const;
856
+ export type ImportSourceTypeByoVnetAzure = ClosedEnum<
857
+ typeof ImportSourceTypeByoVnetAzure
858
+ >;
859
+
860
+ export type ImportSourceNetworkByoVnetAzure = {
861
+ /**
862
+ * Name of the private subnet within the VNet
863
+ */
864
+ privateSubnetName: string;
865
+ /**
866
+ * Name of the public subnet within the VNet
867
+ */
868
+ publicSubnetName: string;
869
+ type: ImportSourceTypeByoVnetAzure;
870
+ /**
871
+ * The full resource ID of the existing VNet
872
+ */
873
+ vnetResourceId: string;
874
+ };
875
+
876
+ export const ImportSourceTypeByoVpcGcp = {
877
+ ByoVpcGcp: "byo-vpc-gcp",
878
+ } as const;
879
+ export type ImportSourceTypeByoVpcGcp = ClosedEnum<
880
+ typeof ImportSourceTypeByoVpcGcp
881
+ >;
882
+
883
+ export type ImportSourceNetworkByoVpcGcp = {
884
+ /**
885
+ * The name of the existing VPC network
886
+ */
887
+ networkName: string;
888
+ /**
889
+ * The region of the subnet
890
+ */
891
+ region: string;
892
+ /**
893
+ * The name of the subnet to use
894
+ */
895
+ subnetName: string;
896
+ type: ImportSourceTypeByoVpcGcp;
897
+ };
898
+
899
+ export const ImportSourceTypeByoVpcAws = {
900
+ ByoVpcAws: "byo-vpc-aws",
901
+ } as const;
902
+ export type ImportSourceTypeByoVpcAws = ClosedEnum<
903
+ typeof ImportSourceTypeByoVpcAws
904
+ >;
905
+
906
+ export type ImportSourceNetworkByoVpcAws = {
907
+ /**
908
+ * IDs of private subnets
909
+ */
910
+ privateSubnetIds: Array<string>;
911
+ /**
912
+ * IDs of public subnets (required for public ingress)
913
+ */
914
+ publicSubnetIds: Array<string>;
915
+ /**
916
+ * Optional security group IDs to use
917
+ */
918
+ securityGroupIds?: Array<string> | undefined;
919
+ type: ImportSourceTypeByoVpcAws;
920
+ /**
921
+ * The ID of the existing VPC
922
+ */
923
+ vpcId: string;
924
+ };
925
+
926
+ export const ImportSourceTypeCreate = {
927
+ Create: "create",
928
+ } as const;
929
+ export type ImportSourceTypeCreate = ClosedEnum<typeof ImportSourceTypeCreate>;
930
+
931
+ export type ImportSourceNetworkCreate = {
932
+ /**
933
+ * Number of availability zones (default: 2).
934
+ */
935
+ availabilityZones?: number | undefined;
936
+ /**
937
+ * VPC/VNet CIDR block. If not specified, auto-generated from stack ID
938
+ *
939
+ * @remarks
940
+ * to reduce conflicts (e.g., "10.{hash}.0.0/16").
941
+ */
942
+ cidr?: string | null | undefined;
943
+ type: ImportSourceTypeCreate;
944
+ };
945
+
946
+ export const ImportSourceTypeUseDefault = {
947
+ UseDefault: "use-default",
948
+ } as const;
949
+ export type ImportSourceTypeUseDefault = ClosedEnum<
950
+ typeof ImportSourceTypeUseDefault
951
+ >;
952
+
953
+ export type ImportSourceNetworkUseDefault = {
954
+ type: ImportSourceTypeUseDefault;
955
+ };
956
+
957
+ export type ImportSourceNetworkUnion =
958
+ | ImportSourceNetworkByoVpcAws
959
+ | ImportSourceNetworkByoVpcGcp
960
+ | ImportSourceNetworkByoVnetAzure
961
+ | ImportSourceNetworkUseDefault
962
+ | ImportSourceNetworkCreate
963
+ | any;
964
+
965
+ /**
966
+ * How telemetry (logs, metrics, traces) is handled.
967
+ */
968
+ export const ImportSourceTelemetry = {
969
+ Off: "off",
970
+ Auto: "auto",
971
+ ApprovalRequired: "approval-required",
972
+ } as const;
973
+ /**
974
+ * How telemetry (logs, metrics, traces) is handled.
975
+ */
976
+ export type ImportSourceTelemetry = ClosedEnum<typeof ImportSourceTelemetry>;
977
+
978
+ /**
979
+ * How updates are delivered to the deployment.
980
+ */
981
+ export const ImportSourceUpdates = {
982
+ Auto: "auto",
983
+ ApprovalRequired: "approval-required",
984
+ } as const;
985
+ /**
986
+ * How updates are delivered to the deployment.
987
+ */
988
+ export type ImportSourceUpdates = ClosedEnum<typeof ImportSourceUpdates>;
989
+
990
+ /**
991
+ * User-customizable deployment settings specified at deploy time.
992
+ *
993
+ * @remarks
994
+ *
995
+ * These settings are provided by the customer via CloudFormation parameters,
996
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
997
+ * deployment runs and what capabilities are enabled.
998
+ *
999
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
1000
+ * is platform-derived (from the Manager's ServiceAccount).
1001
+ */
1002
+ export type ImportSourceStackSettings = {
1003
+ /**
1004
+ * Deployment model: how updates are delivered to the remote environment.
1005
+ */
1006
+ deploymentModel?: ImportSourceDeploymentModel | undefined;
1007
+ domains?: ImportSourceDomains | any | null | undefined;
1008
+ /**
1009
+ * External bindings for pre-existing infrastructure.
1010
+ *
1011
+ * @remarks
1012
+ * Allows using existing resources (MinIO, Redis, shared Container Apps
1013
+ * Environment, etc.) instead of having Alien provision them.
1014
+ * Required for Kubernetes platform, optional for cloud platforms.
1015
+ */
1016
+ externalBindings?: ImportSourceExternalBindings | null | undefined;
1017
+ /**
1018
+ * How heartbeat health checks are handled.
1019
+ */
1020
+ heartbeats?: ImportSourceHeartbeats | undefined;
1021
+ kubernetes?: ImportSourceKubernetes | any | null | undefined;
1022
+ network?:
1023
+ | ImportSourceNetworkByoVpcAws
1024
+ | ImportSourceNetworkByoVpcGcp
1025
+ | ImportSourceNetworkByoVnetAzure
1026
+ | ImportSourceNetworkUseDefault
1027
+ | ImportSourceNetworkCreate
1028
+ | any
1029
+ | null
1030
+ | undefined;
1031
+ /**
1032
+ * How telemetry (logs, metrics, traces) is handled.
1033
+ */
1034
+ telemetry?: ImportSourceTelemetry | undefined;
1035
+ /**
1036
+ * How updates are delivered to the deployment.
1037
+ */
1038
+ updates?: ImportSourceUpdates | undefined;
1039
+ };
1040
+
1041
+ export type ImportSourceManagementConfigKubernetes = {
1042
+ platform: "kubernetes";
1043
+ };
1044
+
1045
+ /**
1046
+ * Azure management configuration extracted from stack settings
1047
+ */
1048
+ export type ImportSourceManagementConfigAzure = {
1049
+ /**
1050
+ * The managing Azure Tenant ID for cross-tenant access
1051
+ */
1052
+ managingTenantId: string;
1053
+ /**
1054
+ * OIDC issuer URL trusted by the target-side managed identity.
1055
+ */
1056
+ oidcIssuer: string;
1057
+ /**
1058
+ * OIDC subject claim trusted by the target-side managed identity.
1059
+ */
1060
+ oidcSubject: string;
1061
+ platform: "azure";
1062
+ };
1063
+
1064
+ /**
1065
+ * GCP management configuration extracted from stack settings
1066
+ */
1067
+ export type ImportSourceManagementConfigGcp = {
1068
+ /**
1069
+ * Service account email for management roles
1070
+ */
1071
+ serviceAccountEmail: string;
1072
+ platform: "gcp";
1073
+ };
1074
+
1075
+ /**
1076
+ * AWS management configuration extracted from stack settings
1077
+ */
1078
+ export type ImportSourceManagementConfigAws = {
1079
+ /**
1080
+ * The managing AWS IAM role ARN that can assume cross-account roles
1081
+ */
1082
+ managingRoleArn: string;
1083
+ platform: "aws";
1084
+ };
1085
+
1086
+ /**
1087
+ * Management configuration for different cloud platforms.
1088
+ *
1089
+ * @remarks
1090
+ *
1091
+ * Platform-derived configuration for cross-account/cross-tenant access.
1092
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
1093
+ */
1094
+ export type ImportSourceManagementConfigUnion =
1095
+ | ImportSourceManagementConfigAws
1096
+ | ImportSourceManagementConfigGcp
1097
+ | ImportSourceManagementConfigAzure
1098
+ | ImportSourceManagementConfigKubernetes;
1099
+
1100
+ /**
1101
+ * Resolved setup import payload
1102
+ */
1103
+ export type ImportSource = {
1104
+ /**
1105
+ * User-chosen deployment name. Must be unique within the deployment group; the manager returns 409 on collision.
1106
+ */
1107
+ deploymentName: string;
1108
+ resourcePrefix: string;
1109
+ /**
1110
+ * Source label for observability only — does not affect import behavior.
1111
+ */
1112
+ sourceKind?: ImportSourceKind | undefined;
1113
+ /**
1114
+ * Release that produced the setup artifact. Defaults to latest.
1115
+ */
1116
+ releaseId?: string | undefined;
1117
+ /**
1118
+ * Cloud platform of the imported stack
1119
+ */
1120
+ platform: ImportSourcePlatformEnum;
1121
+ /**
1122
+ * Base cloud platform for cloud-backed Kubernetes imports.
1123
+ */
1124
+ basePlatform?: ImportSourceBasePlatform | undefined;
1125
+ /**
1126
+ * Region or location reported by the setup artifact
1127
+ */
1128
+ region: string;
1129
+ setupTarget: string;
1130
+ /**
1131
+ * Setup import payload format version embedded in the package
1132
+ */
1133
+ setupImportFormatVersion: number;
1134
+ setupFingerprint: string;
1135
+ setupFingerprintVersion: number;
1136
+ /**
1137
+ * User-customizable deployment settings specified at deploy time.
1138
+ *
1139
+ * @remarks
1140
+ *
1141
+ * These settings are provided by the customer via CloudFormation parameters,
1142
+ * Terraform attributes, CLI flags, or Helm values. They customize how the
1143
+ * deployment runs and what capabilities are enabled.
1144
+ *
1145
+ * **Key distinction**: StackSettings is user-customizable, while ManagementConfig
1146
+ * is platform-derived (from the Manager's ServiceAccount).
1147
+ */
1148
+ stackSettings: ImportSourceStackSettings;
1149
+ /**
1150
+ * Management configuration for different cloud platforms.
1151
+ *
1152
+ * @remarks
1153
+ *
1154
+ * Platform-derived configuration for cross-account/cross-tenant access.
1155
+ * This is NOT user-specified - it's derived from the Manager's ServiceAccount.
1156
+ */
1157
+ managementConfig:
1158
+ | ImportSourceManagementConfigAws
1159
+ | ImportSourceManagementConfigGcp
1160
+ | ImportSourceManagementConfigAzure
1161
+ | ImportSourceManagementConfigKubernetes;
1162
+ resources: Array<ImportedResource>;
1163
+ };
1164
+
1165
+ /** @internal */
1166
+ export const ImportSourcePlatformEnum$outboundSchema: z.ZodEnum<
1167
+ typeof ImportSourcePlatformEnum
1168
+ > = z.enum(ImportSourcePlatformEnum);
1169
+
1170
+ /** @internal */
1171
+ export const ImportSourceBasePlatform$outboundSchema: z.ZodEnum<
1172
+ typeof ImportSourceBasePlatform
1173
+ > = z.enum(ImportSourceBasePlatform);
1174
+
1175
+ /** @internal */
1176
+ export const ImportSourceDeploymentModel$outboundSchema: z.ZodEnum<
1177
+ typeof ImportSourceDeploymentModel
1178
+ > = z.enum(ImportSourceDeploymentModel);
1179
+
1180
+ /** @internal */
1181
+ export type ImportSourceAws$Outbound = {
1182
+ certificateArn: string;
1183
+ };
1184
+
1185
+ /** @internal */
1186
+ export const ImportSourceAws$outboundSchema: z.ZodType<
1187
+ ImportSourceAws$Outbound,
1188
+ ImportSourceAws
1189
+ > = z.object({
1190
+ certificateArn: z.string(),
1191
+ });
1192
+
1193
+ export function importSourceAwsToJSON(
1194
+ importSourceAws: ImportSourceAws,
1195
+ ): string {
1196
+ return JSON.stringify(ImportSourceAws$outboundSchema.parse(importSourceAws));
1197
+ }
1198
+
1199
+ /** @internal */
1200
+ export type ImportSourceAwsUnion$Outbound = ImportSourceAws$Outbound | any;
1201
+
1202
+ /** @internal */
1203
+ export const ImportSourceAwsUnion$outboundSchema: z.ZodType<
1204
+ ImportSourceAwsUnion$Outbound,
1205
+ ImportSourceAwsUnion
1206
+ > = z.union([z.lazy(() => ImportSourceAws$outboundSchema), z.any()]);
1207
+
1208
+ export function importSourceAwsUnionToJSON(
1209
+ importSourceAwsUnion: ImportSourceAwsUnion,
1210
+ ): string {
1211
+ return JSON.stringify(
1212
+ ImportSourceAwsUnion$outboundSchema.parse(importSourceAwsUnion),
1213
+ );
1214
+ }
1215
+
1216
+ /** @internal */
1217
+ export type ImportSourceAzure$Outbound = {
1218
+ keyVaultCertificateId: string;
1219
+ };
1220
+
1221
+ /** @internal */
1222
+ export const ImportSourceAzure$outboundSchema: z.ZodType<
1223
+ ImportSourceAzure$Outbound,
1224
+ ImportSourceAzure
1225
+ > = z.object({
1226
+ keyVaultCertificateId: z.string(),
1227
+ });
1228
+
1229
+ export function importSourceAzureToJSON(
1230
+ importSourceAzure: ImportSourceAzure,
1231
+ ): string {
1232
+ return JSON.stringify(
1233
+ ImportSourceAzure$outboundSchema.parse(importSourceAzure),
1234
+ );
1235
+ }
1236
+
1237
+ /** @internal */
1238
+ export type ImportSourceAzureUnion$Outbound = ImportSourceAzure$Outbound | any;
1239
+
1240
+ /** @internal */
1241
+ export const ImportSourceAzureUnion$outboundSchema: z.ZodType<
1242
+ ImportSourceAzureUnion$Outbound,
1243
+ ImportSourceAzureUnion
1244
+ > = z.union([z.lazy(() => ImportSourceAzure$outboundSchema), z.any()]);
1245
+
1246
+ export function importSourceAzureUnionToJSON(
1247
+ importSourceAzureUnion: ImportSourceAzureUnion,
1248
+ ): string {
1249
+ return JSON.stringify(
1250
+ ImportSourceAzureUnion$outboundSchema.parse(importSourceAzureUnion),
1251
+ );
1252
+ }
1253
+
1254
+ /** @internal */
1255
+ export type ImportSourceGcp$Outbound = {
1256
+ certificateName: string;
1257
+ };
1258
+
1259
+ /** @internal */
1260
+ export const ImportSourceGcp$outboundSchema: z.ZodType<
1261
+ ImportSourceGcp$Outbound,
1262
+ ImportSourceGcp
1263
+ > = z.object({
1264
+ certificateName: z.string(),
1265
+ });
1266
+
1267
+ export function importSourceGcpToJSON(
1268
+ importSourceGcp: ImportSourceGcp,
1269
+ ): string {
1270
+ return JSON.stringify(ImportSourceGcp$outboundSchema.parse(importSourceGcp));
1271
+ }
1272
+
1273
+ /** @internal */
1274
+ export type ImportSourceGcpUnion$Outbound = ImportSourceGcp$Outbound | any;
1275
+
1276
+ /** @internal */
1277
+ export const ImportSourceGcpUnion$outboundSchema: z.ZodType<
1278
+ ImportSourceGcpUnion$Outbound,
1279
+ ImportSourceGcpUnion
1280
+ > = z.union([z.lazy(() => ImportSourceGcp$outboundSchema), z.any()]);
1281
+
1282
+ export function importSourceGcpUnionToJSON(
1283
+ importSourceGcpUnion: ImportSourceGcpUnion,
1284
+ ): string {
1285
+ return JSON.stringify(
1286
+ ImportSourceGcpUnion$outboundSchema.parse(importSourceGcpUnion),
1287
+ );
1288
+ }
1289
+
1290
+ /** @internal */
1291
+ export type ImportSourceTlsSecretRef$Outbound = {
1292
+ namespace?: string | null | undefined;
1293
+ secretName: string;
1294
+ };
1295
+
1296
+ /** @internal */
1297
+ export const ImportSourceTlsSecretRef$outboundSchema: z.ZodType<
1298
+ ImportSourceTlsSecretRef$Outbound,
1299
+ ImportSourceTlsSecretRef
1300
+ > = z.object({
1301
+ namespace: z.nullable(z.string()).optional(),
1302
+ secretName: z.string(),
1303
+ });
1304
+
1305
+ export function importSourceTlsSecretRefToJSON(
1306
+ importSourceTlsSecretRef: ImportSourceTlsSecretRef,
1307
+ ): string {
1308
+ return JSON.stringify(
1309
+ ImportSourceTlsSecretRef$outboundSchema.parse(importSourceTlsSecretRef),
1310
+ );
1311
+ }
1312
+
1313
+ /** @internal */
1314
+ export type ImportSourceDomainsKubernetes$Outbound = {
1315
+ tlsSecretRef: ImportSourceTlsSecretRef$Outbound;
1316
+ };
1317
+
1318
+ /** @internal */
1319
+ export const ImportSourceDomainsKubernetes$outboundSchema: z.ZodType<
1320
+ ImportSourceDomainsKubernetes$Outbound,
1321
+ ImportSourceDomainsKubernetes
1322
+ > = z.object({
1323
+ tlsSecretRef: z.lazy(() => ImportSourceTlsSecretRef$outboundSchema),
1324
+ });
1325
+
1326
+ export function importSourceDomainsKubernetesToJSON(
1327
+ importSourceDomainsKubernetes: ImportSourceDomainsKubernetes,
1328
+ ): string {
1329
+ return JSON.stringify(
1330
+ ImportSourceDomainsKubernetes$outboundSchema.parse(
1331
+ importSourceDomainsKubernetes,
1332
+ ),
1333
+ );
1334
+ }
1335
+
1336
+ /** @internal */
1337
+ export type ImportSourceDomainsKubernetesUnion$Outbound =
1338
+ | ImportSourceDomainsKubernetes$Outbound
1339
+ | any;
1340
+
1341
+ /** @internal */
1342
+ export const ImportSourceDomainsKubernetesUnion$outboundSchema: z.ZodType<
1343
+ ImportSourceDomainsKubernetesUnion$Outbound,
1344
+ ImportSourceDomainsKubernetesUnion
1345
+ > = z.union([
1346
+ z.lazy(() => ImportSourceDomainsKubernetes$outboundSchema),
1347
+ z.any(),
1348
+ ]);
1349
+
1350
+ export function importSourceDomainsKubernetesUnionToJSON(
1351
+ importSourceDomainsKubernetesUnion: ImportSourceDomainsKubernetesUnion,
1352
+ ): string {
1353
+ return JSON.stringify(
1354
+ ImportSourceDomainsKubernetesUnion$outboundSchema.parse(
1355
+ importSourceDomainsKubernetesUnion,
1356
+ ),
1357
+ );
1358
+ }
1359
+
1360
+ /** @internal */
1361
+ export type ImportSourceDomainsCertificate$Outbound = {
1362
+ aws?: ImportSourceAws$Outbound | any | null | undefined;
1363
+ azure?: ImportSourceAzure$Outbound | any | null | undefined;
1364
+ gcp?: ImportSourceGcp$Outbound | any | null | undefined;
1365
+ kubernetes?: ImportSourceDomainsKubernetes$Outbound | any | null | undefined;
1366
+ };
1367
+
1368
+ /** @internal */
1369
+ export const ImportSourceDomainsCertificate$outboundSchema: z.ZodType<
1370
+ ImportSourceDomainsCertificate$Outbound,
1371
+ ImportSourceDomainsCertificate
1372
+ > = z.object({
1373
+ aws: z.nullable(
1374
+ z.union([z.lazy(() => ImportSourceAws$outboundSchema), z.any()]),
1375
+ ).optional(),
1376
+ azure: z.nullable(
1377
+ z.union([z.lazy(() => ImportSourceAzure$outboundSchema), z.any()]),
1378
+ ).optional(),
1379
+ gcp: z.nullable(
1380
+ z.union([z.lazy(() => ImportSourceGcp$outboundSchema), z.any()]),
1381
+ ).optional(),
1382
+ kubernetes: z.nullable(
1383
+ z.union([
1384
+ z.lazy(() => ImportSourceDomainsKubernetes$outboundSchema),
1385
+ z.any(),
1386
+ ]),
1387
+ ).optional(),
1388
+ });
1389
+
1390
+ export function importSourceDomainsCertificateToJSON(
1391
+ importSourceDomainsCertificate: ImportSourceDomainsCertificate,
1392
+ ): string {
1393
+ return JSON.stringify(
1394
+ ImportSourceDomainsCertificate$outboundSchema.parse(
1395
+ importSourceDomainsCertificate,
1396
+ ),
1397
+ );
1398
+ }
1399
+
1400
+ /** @internal */
1401
+ export type ImportSourceCustomDomains$Outbound = {
1402
+ certificate: ImportSourceDomainsCertificate$Outbound;
1403
+ domain: string;
1404
+ };
1405
+
1406
+ /** @internal */
1407
+ export const ImportSourceCustomDomains$outboundSchema: z.ZodType<
1408
+ ImportSourceCustomDomains$Outbound,
1409
+ ImportSourceCustomDomains
1410
+ > = z.object({
1411
+ certificate: z.lazy(() => ImportSourceDomainsCertificate$outboundSchema),
1412
+ domain: z.string(),
1413
+ });
1414
+
1415
+ export function importSourceCustomDomainsToJSON(
1416
+ importSourceCustomDomains: ImportSourceCustomDomains,
1417
+ ): string {
1418
+ return JSON.stringify(
1419
+ ImportSourceCustomDomains$outboundSchema.parse(importSourceCustomDomains),
1420
+ );
1421
+ }
1422
+
1423
+ /** @internal */
1424
+ export type ImportSourceDomains$Outbound = {
1425
+ customDomains?:
1426
+ | { [k: string]: ImportSourceCustomDomains$Outbound }
1427
+ | null
1428
+ | undefined;
1429
+ };
1430
+
1431
+ /** @internal */
1432
+ export const ImportSourceDomains$outboundSchema: z.ZodType<
1433
+ ImportSourceDomains$Outbound,
1434
+ ImportSourceDomains
1435
+ > = z.object({
1436
+ customDomains: z.nullable(
1437
+ z.record(
1438
+ z.string(),
1439
+ z.lazy(() => ImportSourceCustomDomains$outboundSchema),
1440
+ ),
1441
+ ).optional(),
1442
+ });
1443
+
1444
+ export function importSourceDomainsToJSON(
1445
+ importSourceDomains: ImportSourceDomains,
1446
+ ): string {
1447
+ return JSON.stringify(
1448
+ ImportSourceDomains$outboundSchema.parse(importSourceDomains),
1449
+ );
1450
+ }
1451
+
1452
+ /** @internal */
1453
+ export type ImportSourceDomainsUnion$Outbound =
1454
+ | ImportSourceDomains$Outbound
1455
+ | any;
1456
+
1457
+ /** @internal */
1458
+ export const ImportSourceDomainsUnion$outboundSchema: z.ZodType<
1459
+ ImportSourceDomainsUnion$Outbound,
1460
+ ImportSourceDomainsUnion
1461
+ > = z.union([z.lazy(() => ImportSourceDomains$outboundSchema), z.any()]);
1462
+
1463
+ export function importSourceDomainsUnionToJSON(
1464
+ importSourceDomainsUnion: ImportSourceDomainsUnion,
1465
+ ): string {
1466
+ return JSON.stringify(
1467
+ ImportSourceDomainsUnion$outboundSchema.parse(importSourceDomainsUnion),
1468
+ );
1469
+ }
1470
+
1471
+ /** @internal */
1472
+ export type ImportSourceExternalBindings$Outbound = {};
1473
+
1474
+ /** @internal */
1475
+ export const ImportSourceExternalBindings$outboundSchema: z.ZodType<
1476
+ ImportSourceExternalBindings$Outbound,
1477
+ ImportSourceExternalBindings
1478
+ > = z.object({});
1479
+
1480
+ export function importSourceExternalBindingsToJSON(
1481
+ importSourceExternalBindings: ImportSourceExternalBindings,
1482
+ ): string {
1483
+ return JSON.stringify(
1484
+ ImportSourceExternalBindings$outboundSchema.parse(
1485
+ importSourceExternalBindings,
1486
+ ),
1487
+ );
1488
+ }
1489
+
1490
+ /** @internal */
1491
+ export const ImportSourceHeartbeats$outboundSchema: z.ZodEnum<
1492
+ typeof ImportSourceHeartbeats
1493
+ > = z.enum(ImportSourceHeartbeats);
1494
+
1495
+ /** @internal */
1496
+ export type ImportSourceCloud$Outbound = {
1497
+ accountId?: string | null | undefined;
1498
+ clusterId?: string | null | undefined;
1499
+ clusterName?: string | null | undefined;
1500
+ projectId?: string | null | undefined;
1501
+ region?: string | null | undefined;
1502
+ resourceGroup?: string | null | undefined;
1503
+ subscriptionId?: string | null | undefined;
1504
+ };
1505
+
1506
+ /** @internal */
1507
+ export const ImportSourceCloud$outboundSchema: z.ZodType<
1508
+ ImportSourceCloud$Outbound,
1509
+ ImportSourceCloud
1510
+ > = z.object({
1511
+ accountId: z.nullable(z.string()).optional(),
1512
+ clusterId: z.nullable(z.string()).optional(),
1513
+ clusterName: z.nullable(z.string()).optional(),
1514
+ projectId: z.nullable(z.string()).optional(),
1515
+ region: z.nullable(z.string()).optional(),
1516
+ resourceGroup: z.nullable(z.string()).optional(),
1517
+ subscriptionId: z.nullable(z.string()).optional(),
1518
+ });
1519
+
1520
+ export function importSourceCloudToJSON(
1521
+ importSourceCloud: ImportSourceCloud,
1522
+ ): string {
1523
+ return JSON.stringify(
1524
+ ImportSourceCloud$outboundSchema.parse(importSourceCloud),
1525
+ );
1526
+ }
1527
+
1528
+ /** @internal */
1529
+ export type ImportSourceCloudUnion$Outbound = ImportSourceCloud$Outbound | any;
1530
+
1531
+ /** @internal */
1532
+ export const ImportSourceCloudUnion$outboundSchema: z.ZodType<
1533
+ ImportSourceCloudUnion$Outbound,
1534
+ ImportSourceCloudUnion
1535
+ > = z.union([z.lazy(() => ImportSourceCloud$outboundSchema), z.any()]);
1536
+
1537
+ export function importSourceCloudUnionToJSON(
1538
+ importSourceCloudUnion: ImportSourceCloudUnion,
1539
+ ): string {
1540
+ return JSON.stringify(
1541
+ ImportSourceCloudUnion$outboundSchema.parse(importSourceCloudUnion),
1542
+ );
1543
+ }
1544
+
1545
+ /** @internal */
1546
+ export const ImportSourceOwnership$outboundSchema: z.ZodEnum<
1547
+ typeof ImportSourceOwnership
1548
+ > = z.enum(ImportSourceOwnership);
1549
+
1550
+ /** @internal */
1551
+ export type ImportSourceCluster$Outbound = {
1552
+ cloud?: ImportSourceCloud$Outbound | any | null | undefined;
1553
+ namespace?: string | null | undefined;
1554
+ ownership: string;
1555
+ };
1556
+
1557
+ /** @internal */
1558
+ export const ImportSourceCluster$outboundSchema: z.ZodType<
1559
+ ImportSourceCluster$Outbound,
1560
+ ImportSourceCluster
1561
+ > = z.object({
1562
+ cloud: z.nullable(
1563
+ z.union([z.lazy(() => ImportSourceCloud$outboundSchema), z.any()]),
1564
+ ).optional(),
1565
+ namespace: z.nullable(z.string()).optional(),
1566
+ ownership: ImportSourceOwnership$outboundSchema,
1567
+ });
1568
+
1569
+ export function importSourceClusterToJSON(
1570
+ importSourceCluster: ImportSourceCluster,
1571
+ ): string {
1572
+ return JSON.stringify(
1573
+ ImportSourceCluster$outboundSchema.parse(importSourceCluster),
1574
+ );
1575
+ }
1576
+
1577
+ /** @internal */
1578
+ export type ImportSourceClusterUnion$Outbound =
1579
+ | ImportSourceCluster$Outbound
1580
+ | any;
1581
+
1582
+ /** @internal */
1583
+ export const ImportSourceClusterUnion$outboundSchema: z.ZodType<
1584
+ ImportSourceClusterUnion$Outbound,
1585
+ ImportSourceClusterUnion
1586
+ > = z.union([z.lazy(() => ImportSourceCluster$outboundSchema), z.any()]);
1587
+
1588
+ export function importSourceClusterUnionToJSON(
1589
+ importSourceClusterUnion: ImportSourceClusterUnion,
1590
+ ): string {
1591
+ return JSON.stringify(
1592
+ ImportSourceClusterUnion$outboundSchema.parse(importSourceClusterUnion),
1593
+ );
1594
+ }
1595
+
1596
+ /** @internal */
1597
+ export type ImportSourceCertificateNone2$Outbound = {
1598
+ mode: "none";
1599
+ };
1600
+
1601
+ /** @internal */
1602
+ export const ImportSourceCertificateNone2$outboundSchema: z.ZodType<
1603
+ ImportSourceCertificateNone2$Outbound,
1604
+ ImportSourceCertificateNone2
1605
+ > = z.object({
1606
+ mode: z.literal("none"),
1607
+ });
1608
+
1609
+ export function importSourceCertificateNone2ToJSON(
1610
+ importSourceCertificateNone2: ImportSourceCertificateNone2,
1611
+ ): string {
1612
+ return JSON.stringify(
1613
+ ImportSourceCertificateNone2$outboundSchema.parse(
1614
+ importSourceCertificateNone2,
1615
+ ),
1616
+ );
1617
+ }
1618
+
1619
+ /** @internal */
1620
+ export type ImportSourceCertificateManagedTLSSecret2$Outbound = {
1621
+ mode: "managedTlsSecret";
1622
+ secretNameTemplate: string;
1623
+ };
1624
+
1625
+ /** @internal */
1626
+ export const ImportSourceCertificateManagedTLSSecret2$outboundSchema: z.ZodType<
1627
+ ImportSourceCertificateManagedTLSSecret2$Outbound,
1628
+ ImportSourceCertificateManagedTLSSecret2
1629
+ > = z.object({
1630
+ mode: z.literal("managedTlsSecret"),
1631
+ secretNameTemplate: z.string(),
1632
+ });
1633
+
1634
+ export function importSourceCertificateManagedTLSSecret2ToJSON(
1635
+ importSourceCertificateManagedTLSSecret2:
1636
+ ImportSourceCertificateManagedTLSSecret2,
1637
+ ): string {
1638
+ return JSON.stringify(
1639
+ ImportSourceCertificateManagedTLSSecret2$outboundSchema.parse(
1640
+ importSourceCertificateManagedTLSSecret2,
1641
+ ),
1642
+ );
1643
+ }
1644
+
1645
+ /** @internal */
1646
+ export type ImportSourceCertificateAwsAcmArn2$Outbound = {
1647
+ certificateArn: string;
1648
+ mode: "awsAcmArn";
1649
+ };
1650
+
1651
+ /** @internal */
1652
+ export const ImportSourceCertificateAwsAcmArn2$outboundSchema: z.ZodType<
1653
+ ImportSourceCertificateAwsAcmArn2$Outbound,
1654
+ ImportSourceCertificateAwsAcmArn2
1655
+ > = z.object({
1656
+ certificateArn: z.string(),
1657
+ mode: z.literal("awsAcmArn"),
1658
+ });
1659
+
1660
+ export function importSourceCertificateAwsAcmArn2ToJSON(
1661
+ importSourceCertificateAwsAcmArn2: ImportSourceCertificateAwsAcmArn2,
1662
+ ): string {
1663
+ return JSON.stringify(
1664
+ ImportSourceCertificateAwsAcmArn2$outboundSchema.parse(
1665
+ importSourceCertificateAwsAcmArn2,
1666
+ ),
1667
+ );
1668
+ }
1669
+
1670
+ /** @internal */
1671
+ export type ImportSourceCertificateManagedAcmImport2$Outbound = {
1672
+ mode: "managedAcmImport";
1673
+ region?: string | null | undefined;
1674
+ tags?: { [k: string]: string } | undefined;
1675
+ };
1676
+
1677
+ /** @internal */
1678
+ export const ImportSourceCertificateManagedAcmImport2$outboundSchema: z.ZodType<
1679
+ ImportSourceCertificateManagedAcmImport2$Outbound,
1680
+ ImportSourceCertificateManagedAcmImport2
1681
+ > = z.object({
1682
+ mode: z.literal("managedAcmImport"),
1683
+ region: z.nullable(z.string()).optional(),
1684
+ tags: z.record(z.string(), z.string()).optional(),
1685
+ });
1686
+
1687
+ export function importSourceCertificateManagedAcmImport2ToJSON(
1688
+ importSourceCertificateManagedAcmImport2:
1689
+ ImportSourceCertificateManagedAcmImport2,
1690
+ ): string {
1691
+ return JSON.stringify(
1692
+ ImportSourceCertificateManagedAcmImport2$outboundSchema.parse(
1693
+ importSourceCertificateManagedAcmImport2,
1694
+ ),
1695
+ );
1696
+ }
1697
+
1698
+ /** @internal */
1699
+ export type ImportSourceCertificateTLSSecretRef2$Outbound = {
1700
+ namespace?: string | null | undefined;
1701
+ secretName: string;
1702
+ mode: "tlsSecretRef";
1703
+ };
1704
+
1705
+ /** @internal */
1706
+ export const ImportSourceCertificateTLSSecretRef2$outboundSchema: z.ZodType<
1707
+ ImportSourceCertificateTLSSecretRef2$Outbound,
1708
+ ImportSourceCertificateTLSSecretRef2
1709
+ > = z.object({
1710
+ namespace: z.nullable(z.string()).optional(),
1711
+ secretName: z.string(),
1712
+ mode: z.literal("tlsSecretRef"),
1713
+ });
1714
+
1715
+ export function importSourceCertificateTLSSecretRef2ToJSON(
1716
+ importSourceCertificateTLSSecretRef2: ImportSourceCertificateTLSSecretRef2,
1717
+ ): string {
1718
+ return JSON.stringify(
1719
+ ImportSourceCertificateTLSSecretRef2$outboundSchema.parse(
1720
+ importSourceCertificateTLSSecretRef2,
1721
+ ),
1722
+ );
1723
+ }
1724
+
1725
+ /** @internal */
1726
+ export type ImportSourceCertificateUnion2$Outbound =
1727
+ | ImportSourceCertificateTLSSecretRef2$Outbound
1728
+ | ImportSourceCertificateManagedAcmImport2$Outbound
1729
+ | ImportSourceCertificateAwsAcmArn2$Outbound
1730
+ | ImportSourceCertificateManagedTLSSecret2$Outbound
1731
+ | ImportSourceCertificateNone2$Outbound;
1732
+
1733
+ /** @internal */
1734
+ export const ImportSourceCertificateUnion2$outboundSchema: z.ZodType<
1735
+ ImportSourceCertificateUnion2$Outbound,
1736
+ ImportSourceCertificateUnion2
1737
+ > = z.union([
1738
+ z.lazy(() => ImportSourceCertificateTLSSecretRef2$outboundSchema),
1739
+ z.lazy(() => ImportSourceCertificateManagedAcmImport2$outboundSchema),
1740
+ z.lazy(() => ImportSourceCertificateAwsAcmArn2$outboundSchema),
1741
+ z.lazy(() => ImportSourceCertificateManagedTLSSecret2$outboundSchema),
1742
+ z.lazy(() => ImportSourceCertificateNone2$outboundSchema),
1743
+ ]);
1744
+
1745
+ export function importSourceCertificateUnion2ToJSON(
1746
+ importSourceCertificateUnion2: ImportSourceCertificateUnion2,
1747
+ ): string {
1748
+ return JSON.stringify(
1749
+ ImportSourceCertificateUnion2$outboundSchema.parse(
1750
+ importSourceCertificateUnion2,
1751
+ ),
1752
+ );
1753
+ }
1754
+
1755
+ /** @internal */
1756
+ export const ImportSourceModeCustom$outboundSchema: z.ZodEnum<
1757
+ typeof ImportSourceModeCustom
1758
+ > = z.enum(ImportSourceModeCustom);
1759
+
1760
+ /** @internal */
1761
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
1762
+ z.ZodEnum<
1763
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4
1764
+ > = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum4);
1765
+
1766
+ /** @internal */
1767
+ export type ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound =
1768
+ {
1769
+ albName?: string | null | undefined;
1770
+ albNamespace?: string | null | undefined;
1771
+ frontend: string;
1772
+ provider: string;
1773
+ };
1774
+
1775
+ /** @internal */
1776
+ export const ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema:
1777
+ z.ZodType<
1778
+ ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound,
1779
+ ImportSourceProviderAzureApplicationGatewayForContainers4
1780
+ > = z.object({
1781
+ albName: z.nullable(z.string()).optional(),
1782
+ albNamespace: z.nullable(z.string()).optional(),
1783
+ frontend: z.string(),
1784
+ provider:
1785
+ ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
1786
+ });
1787
+
1788
+ export function importSourceProviderAzureApplicationGatewayForContainers4ToJSON(
1789
+ importSourceProviderAzureApplicationGatewayForContainers4:
1790
+ ImportSourceProviderAzureApplicationGatewayForContainers4,
1791
+ ): string {
1792
+ return JSON.stringify(
1793
+ ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema
1794
+ .parse(importSourceProviderAzureApplicationGatewayForContainers4),
1795
+ );
1796
+ }
1797
+
1798
+ /** @internal */
1799
+ export const ImportSourceProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<
1800
+ typeof ImportSourceProviderGkeGatewayEnum4
1801
+ > = z.enum(ImportSourceProviderGkeGatewayEnum4);
1802
+
1803
+ /** @internal */
1804
+ export type ImportSourceProviderGkeGateway4$Outbound = {
1805
+ provider: string;
1806
+ staticAddressName?: string | null | undefined;
1807
+ };
1808
+
1809
+ /** @internal */
1810
+ export const ImportSourceProviderGkeGateway4$outboundSchema: z.ZodType<
1811
+ ImportSourceProviderGkeGateway4$Outbound,
1812
+ ImportSourceProviderGkeGateway4
1813
+ > = z.object({
1814
+ provider: ImportSourceProviderGkeGatewayEnum4$outboundSchema,
1815
+ staticAddressName: z.nullable(z.string()).optional(),
1816
+ });
1817
+
1818
+ export function importSourceProviderGkeGateway4ToJSON(
1819
+ importSourceProviderGkeGateway4: ImportSourceProviderGkeGateway4,
1820
+ ): string {
1821
+ return JSON.stringify(
1822
+ ImportSourceProviderGkeGateway4$outboundSchema.parse(
1823
+ importSourceProviderGkeGateway4,
1824
+ ),
1825
+ );
1826
+ }
1827
+
1828
+ /** @internal */
1829
+ export const ImportSourceProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<
1830
+ typeof ImportSourceProviderAwsAlbEnum4
1831
+ > = z.enum(ImportSourceProviderAwsAlbEnum4);
1832
+
1833
+ /** @internal */
1834
+ export type ImportSourceProviderAwsAlb4$Outbound = {
1835
+ ipAddressType?: string | null | undefined;
1836
+ provider: string;
1837
+ scheme: string;
1838
+ subnetIds?: Array<string> | undefined;
1839
+ targetType: string;
1840
+ };
1841
+
1842
+ /** @internal */
1843
+ export const ImportSourceProviderAwsAlb4$outboundSchema: z.ZodType<
1844
+ ImportSourceProviderAwsAlb4$Outbound,
1845
+ ImportSourceProviderAwsAlb4
1846
+ > = z.object({
1847
+ ipAddressType: z.nullable(z.string()).optional(),
1848
+ provider: ImportSourceProviderAwsAlbEnum4$outboundSchema,
1849
+ scheme: z.string(),
1850
+ subnetIds: z.array(z.string()).optional(),
1851
+ targetType: z.string(),
1852
+ });
1853
+
1854
+ export function importSourceProviderAwsAlb4ToJSON(
1855
+ importSourceProviderAwsAlb4: ImportSourceProviderAwsAlb4,
1856
+ ): string {
1857
+ return JSON.stringify(
1858
+ ImportSourceProviderAwsAlb4$outboundSchema.parse(
1859
+ importSourceProviderAwsAlb4,
1860
+ ),
1861
+ );
1862
+ }
1863
+
1864
+ /** @internal */
1865
+ export type ImportSourceProviderUnion4$Outbound =
1866
+ | ImportSourceProviderAwsAlb4$Outbound
1867
+ | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound
1868
+ | ImportSourceProviderGkeGateway4$Outbound
1869
+ | any;
1870
+
1871
+ /** @internal */
1872
+ export const ImportSourceProviderUnion4$outboundSchema: z.ZodType<
1873
+ ImportSourceProviderUnion4$Outbound,
1874
+ ImportSourceProviderUnion4
1875
+ > = z.union([
1876
+ z.lazy(() => ImportSourceProviderAwsAlb4$outboundSchema),
1877
+ z.lazy(() =>
1878
+ ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema
1879
+ ),
1880
+ z.lazy(() => ImportSourceProviderGkeGateway4$outboundSchema),
1881
+ z.any(),
1882
+ ]);
1883
+
1884
+ export function importSourceProviderUnion4ToJSON(
1885
+ importSourceProviderUnion4: ImportSourceProviderUnion4,
1886
+ ): string {
1887
+ return JSON.stringify(
1888
+ ImportSourceProviderUnion4$outboundSchema.parse(importSourceProviderUnion4),
1889
+ );
1890
+ }
1891
+
1892
+ /** @internal */
1893
+ export type ImportSourceRouteGateway2$Outbound = {
1894
+ annotations?: { [k: string]: string } | undefined;
1895
+ controller?: string | null | undefined;
1896
+ gatewayClassName: string;
1897
+ labels?: { [k: string]: string } | undefined;
1898
+ listenerPort: number;
1899
+ provider?:
1900
+ | ImportSourceProviderAwsAlb4$Outbound
1901
+ | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound
1902
+ | ImportSourceProviderGkeGateway4$Outbound
1903
+ | any
1904
+ | null
1905
+ | undefined;
1906
+ routeApi: "gateway";
1907
+ };
1908
+
1909
+ /** @internal */
1910
+ export const ImportSourceRouteGateway2$outboundSchema: z.ZodType<
1911
+ ImportSourceRouteGateway2$Outbound,
1912
+ ImportSourceRouteGateway2
1913
+ > = z.object({
1914
+ annotations: z.record(z.string(), z.string()).optional(),
1915
+ controller: z.nullable(z.string()).optional(),
1916
+ gatewayClassName: z.string(),
1917
+ labels: z.record(z.string(), z.string()).optional(),
1918
+ listenerPort: z.int(),
1919
+ provider: z.nullable(
1920
+ z.union([
1921
+ z.lazy(() => ImportSourceProviderAwsAlb4$outboundSchema),
1922
+ z.lazy(() =>
1923
+ ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema
1924
+ ),
1925
+ z.lazy(() => ImportSourceProviderGkeGateway4$outboundSchema),
1926
+ z.any(),
1927
+ ]),
1928
+ ).optional(),
1929
+ routeApi: z.literal("gateway"),
1930
+ });
1931
+
1932
+ export function importSourceRouteGateway2ToJSON(
1933
+ importSourceRouteGateway2: ImportSourceRouteGateway2,
1934
+ ): string {
1935
+ return JSON.stringify(
1936
+ ImportSourceRouteGateway2$outboundSchema.parse(importSourceRouteGateway2),
1937
+ );
1938
+ }
1939
+
1940
+ /** @internal */
1941
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
1942
+ z.ZodEnum<
1943
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3
1944
+ > = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum3);
1945
+
1946
+ /** @internal */
1947
+ export type ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound =
1948
+ {
1949
+ albName?: string | null | undefined;
1950
+ albNamespace?: string | null | undefined;
1951
+ frontend: string;
1952
+ provider: string;
1953
+ };
1954
+
1955
+ /** @internal */
1956
+ export const ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema:
1957
+ z.ZodType<
1958
+ ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound,
1959
+ ImportSourceProviderAzureApplicationGatewayForContainers3
1960
+ > = z.object({
1961
+ albName: z.nullable(z.string()).optional(),
1962
+ albNamespace: z.nullable(z.string()).optional(),
1963
+ frontend: z.string(),
1964
+ provider:
1965
+ ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
1966
+ });
1967
+
1968
+ export function importSourceProviderAzureApplicationGatewayForContainers3ToJSON(
1969
+ importSourceProviderAzureApplicationGatewayForContainers3:
1970
+ ImportSourceProviderAzureApplicationGatewayForContainers3,
1971
+ ): string {
1972
+ return JSON.stringify(
1973
+ ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema
1974
+ .parse(importSourceProviderAzureApplicationGatewayForContainers3),
1975
+ );
1976
+ }
1977
+
1978
+ /** @internal */
1979
+ export const ImportSourceProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<
1980
+ typeof ImportSourceProviderGkeGatewayEnum3
1981
+ > = z.enum(ImportSourceProviderGkeGatewayEnum3);
1982
+
1983
+ /** @internal */
1984
+ export type ImportSourceProviderGkeGateway3$Outbound = {
1985
+ provider: string;
1986
+ staticAddressName?: string | null | undefined;
1987
+ };
1988
+
1989
+ /** @internal */
1990
+ export const ImportSourceProviderGkeGateway3$outboundSchema: z.ZodType<
1991
+ ImportSourceProviderGkeGateway3$Outbound,
1992
+ ImportSourceProviderGkeGateway3
1993
+ > = z.object({
1994
+ provider: ImportSourceProviderGkeGatewayEnum3$outboundSchema,
1995
+ staticAddressName: z.nullable(z.string()).optional(),
1996
+ });
1997
+
1998
+ export function importSourceProviderGkeGateway3ToJSON(
1999
+ importSourceProviderGkeGateway3: ImportSourceProviderGkeGateway3,
2000
+ ): string {
2001
+ return JSON.stringify(
2002
+ ImportSourceProviderGkeGateway3$outboundSchema.parse(
2003
+ importSourceProviderGkeGateway3,
2004
+ ),
2005
+ );
2006
+ }
2007
+
2008
+ /** @internal */
2009
+ export const ImportSourceProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<
2010
+ typeof ImportSourceProviderAwsAlbEnum3
2011
+ > = z.enum(ImportSourceProviderAwsAlbEnum3);
2012
+
2013
+ /** @internal */
2014
+ export type ImportSourceProviderAwsAlb3$Outbound = {
2015
+ ipAddressType?: string | null | undefined;
2016
+ provider: string;
2017
+ scheme: string;
2018
+ subnetIds?: Array<string> | undefined;
2019
+ targetType: string;
2020
+ };
2021
+
2022
+ /** @internal */
2023
+ export const ImportSourceProviderAwsAlb3$outboundSchema: z.ZodType<
2024
+ ImportSourceProviderAwsAlb3$Outbound,
2025
+ ImportSourceProviderAwsAlb3
2026
+ > = z.object({
2027
+ ipAddressType: z.nullable(z.string()).optional(),
2028
+ provider: ImportSourceProviderAwsAlbEnum3$outboundSchema,
2029
+ scheme: z.string(),
2030
+ subnetIds: z.array(z.string()).optional(),
2031
+ targetType: z.string(),
2032
+ });
2033
+
2034
+ export function importSourceProviderAwsAlb3ToJSON(
2035
+ importSourceProviderAwsAlb3: ImportSourceProviderAwsAlb3,
2036
+ ): string {
2037
+ return JSON.stringify(
2038
+ ImportSourceProviderAwsAlb3$outboundSchema.parse(
2039
+ importSourceProviderAwsAlb3,
2040
+ ),
2041
+ );
2042
+ }
2043
+
2044
+ /** @internal */
2045
+ export type ImportSourceProviderUnion3$Outbound =
2046
+ | ImportSourceProviderAwsAlb3$Outbound
2047
+ | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound
2048
+ | ImportSourceProviderGkeGateway3$Outbound
2049
+ | any;
2050
+
2051
+ /** @internal */
2052
+ export const ImportSourceProviderUnion3$outboundSchema: z.ZodType<
2053
+ ImportSourceProviderUnion3$Outbound,
2054
+ ImportSourceProviderUnion3
2055
+ > = z.union([
2056
+ z.lazy(() => ImportSourceProviderAwsAlb3$outboundSchema),
2057
+ z.lazy(() =>
2058
+ ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema
2059
+ ),
2060
+ z.lazy(() => ImportSourceProviderGkeGateway3$outboundSchema),
2061
+ z.any(),
2062
+ ]);
2063
+
2064
+ export function importSourceProviderUnion3ToJSON(
2065
+ importSourceProviderUnion3: ImportSourceProviderUnion3,
2066
+ ): string {
2067
+ return JSON.stringify(
2068
+ ImportSourceProviderUnion3$outboundSchema.parse(importSourceProviderUnion3),
2069
+ );
2070
+ }
2071
+
2072
+ /** @internal */
2073
+ export type ImportSourceRouteIngress2$Outbound = {
2074
+ annotations?: { [k: string]: string } | undefined;
2075
+ controller?: string | null | undefined;
2076
+ ingressClassName: string;
2077
+ labels?: { [k: string]: string } | undefined;
2078
+ provider?:
2079
+ | ImportSourceProviderAwsAlb3$Outbound
2080
+ | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound
2081
+ | ImportSourceProviderGkeGateway3$Outbound
2082
+ | any
2083
+ | null
2084
+ | undefined;
2085
+ routeApi: "ingress";
2086
+ };
2087
+
2088
+ /** @internal */
2089
+ export const ImportSourceRouteIngress2$outboundSchema: z.ZodType<
2090
+ ImportSourceRouteIngress2$Outbound,
2091
+ ImportSourceRouteIngress2
2092
+ > = z.object({
2093
+ annotations: z.record(z.string(), z.string()).optional(),
2094
+ controller: z.nullable(z.string()).optional(),
2095
+ ingressClassName: z.string(),
2096
+ labels: z.record(z.string(), z.string()).optional(),
2097
+ provider: z.nullable(
2098
+ z.union([
2099
+ z.lazy(() => ImportSourceProviderAwsAlb3$outboundSchema),
2100
+ z.lazy(() =>
2101
+ ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema
2102
+ ),
2103
+ z.lazy(() => ImportSourceProviderGkeGateway3$outboundSchema),
2104
+ z.any(),
2105
+ ]),
2106
+ ).optional(),
2107
+ routeApi: z.literal("ingress"),
2108
+ });
2109
+
2110
+ export function importSourceRouteIngress2ToJSON(
2111
+ importSourceRouteIngress2: ImportSourceRouteIngress2,
2112
+ ): string {
2113
+ return JSON.stringify(
2114
+ ImportSourceRouteIngress2$outboundSchema.parse(importSourceRouteIngress2),
2115
+ );
2116
+ }
2117
+
2118
+ /** @internal */
2119
+ export type ImportSourceRouteUnion2$Outbound =
2120
+ | ImportSourceRouteIngress2$Outbound
2121
+ | ImportSourceRouteGateway2$Outbound;
2122
+
2123
+ /** @internal */
2124
+ export const ImportSourceRouteUnion2$outboundSchema: z.ZodType<
2125
+ ImportSourceRouteUnion2$Outbound,
2126
+ ImportSourceRouteUnion2
2127
+ > = z.union([
2128
+ z.lazy(() => ImportSourceRouteIngress2$outboundSchema),
2129
+ z.lazy(() => ImportSourceRouteGateway2$outboundSchema),
2130
+ ]);
2131
+
2132
+ export function importSourceRouteUnion2ToJSON(
2133
+ importSourceRouteUnion2: ImportSourceRouteUnion2,
2134
+ ): string {
2135
+ return JSON.stringify(
2136
+ ImportSourceRouteUnion2$outboundSchema.parse(importSourceRouteUnion2),
2137
+ );
2138
+ }
2139
+
2140
+ /** @internal */
2141
+ export type ImportSourceExposureCustom$Outbound = {
2142
+ certificate:
2143
+ | ImportSourceCertificateTLSSecretRef2$Outbound
2144
+ | ImportSourceCertificateManagedAcmImport2$Outbound
2145
+ | ImportSourceCertificateAwsAcmArn2$Outbound
2146
+ | ImportSourceCertificateManagedTLSSecret2$Outbound
2147
+ | ImportSourceCertificateNone2$Outbound;
2148
+ domain: string;
2149
+ mode: string;
2150
+ route:
2151
+ | ImportSourceRouteIngress2$Outbound
2152
+ | ImportSourceRouteGateway2$Outbound;
2153
+ };
2154
+
2155
+ /** @internal */
2156
+ export const ImportSourceExposureCustom$outboundSchema: z.ZodType<
2157
+ ImportSourceExposureCustom$Outbound,
2158
+ ImportSourceExposureCustom
2159
+ > = z.object({
2160
+ certificate: z.union([
2161
+ z.lazy(() => ImportSourceCertificateTLSSecretRef2$outboundSchema),
2162
+ z.lazy(() => ImportSourceCertificateManagedAcmImport2$outboundSchema),
2163
+ z.lazy(() => ImportSourceCertificateAwsAcmArn2$outboundSchema),
2164
+ z.lazy(() => ImportSourceCertificateManagedTLSSecret2$outboundSchema),
2165
+ z.lazy(() => ImportSourceCertificateNone2$outboundSchema),
2166
+ ]),
2167
+ domain: z.string(),
2168
+ mode: ImportSourceModeCustom$outboundSchema,
2169
+ route: z.union([
2170
+ z.lazy(() => ImportSourceRouteIngress2$outboundSchema),
2171
+ z.lazy(() => ImportSourceRouteGateway2$outboundSchema),
2172
+ ]),
2173
+ });
2174
+
2175
+ export function importSourceExposureCustomToJSON(
2176
+ importSourceExposureCustom: ImportSourceExposureCustom,
2177
+ ): string {
2178
+ return JSON.stringify(
2179
+ ImportSourceExposureCustom$outboundSchema.parse(importSourceExposureCustom),
2180
+ );
2181
+ }
2182
+
2183
+ /** @internal */
2184
+ export type ImportSourceCertificateNone1$Outbound = {
2185
+ mode: "none";
2186
+ };
2187
+
2188
+ /** @internal */
2189
+ export const ImportSourceCertificateNone1$outboundSchema: z.ZodType<
2190
+ ImportSourceCertificateNone1$Outbound,
2191
+ ImportSourceCertificateNone1
2192
+ > = z.object({
2193
+ mode: z.literal("none"),
2194
+ });
2195
+
2196
+ export function importSourceCertificateNone1ToJSON(
2197
+ importSourceCertificateNone1: ImportSourceCertificateNone1,
2198
+ ): string {
2199
+ return JSON.stringify(
2200
+ ImportSourceCertificateNone1$outboundSchema.parse(
2201
+ importSourceCertificateNone1,
2202
+ ),
2203
+ );
2204
+ }
2205
+
2206
+ /** @internal */
2207
+ export type ImportSourceCertificateManagedTLSSecret1$Outbound = {
2208
+ mode: "managedTlsSecret";
2209
+ secretNameTemplate: string;
2210
+ };
2211
+
2212
+ /** @internal */
2213
+ export const ImportSourceCertificateManagedTLSSecret1$outboundSchema: z.ZodType<
2214
+ ImportSourceCertificateManagedTLSSecret1$Outbound,
2215
+ ImportSourceCertificateManagedTLSSecret1
2216
+ > = z.object({
2217
+ mode: z.literal("managedTlsSecret"),
2218
+ secretNameTemplate: z.string(),
2219
+ });
2220
+
2221
+ export function importSourceCertificateManagedTLSSecret1ToJSON(
2222
+ importSourceCertificateManagedTLSSecret1:
2223
+ ImportSourceCertificateManagedTLSSecret1,
2224
+ ): string {
2225
+ return JSON.stringify(
2226
+ ImportSourceCertificateManagedTLSSecret1$outboundSchema.parse(
2227
+ importSourceCertificateManagedTLSSecret1,
2228
+ ),
2229
+ );
2230
+ }
2231
+
2232
+ /** @internal */
2233
+ export type ImportSourceCertificateAwsAcmArn1$Outbound = {
2234
+ certificateArn: string;
2235
+ mode: "awsAcmArn";
2236
+ };
2237
+
2238
+ /** @internal */
2239
+ export const ImportSourceCertificateAwsAcmArn1$outboundSchema: z.ZodType<
2240
+ ImportSourceCertificateAwsAcmArn1$Outbound,
2241
+ ImportSourceCertificateAwsAcmArn1
2242
+ > = z.object({
2243
+ certificateArn: z.string(),
2244
+ mode: z.literal("awsAcmArn"),
2245
+ });
2246
+
2247
+ export function importSourceCertificateAwsAcmArn1ToJSON(
2248
+ importSourceCertificateAwsAcmArn1: ImportSourceCertificateAwsAcmArn1,
2249
+ ): string {
2250
+ return JSON.stringify(
2251
+ ImportSourceCertificateAwsAcmArn1$outboundSchema.parse(
2252
+ importSourceCertificateAwsAcmArn1,
2253
+ ),
2254
+ );
2255
+ }
2256
+
2257
+ /** @internal */
2258
+ export type ImportSourceCertificateManagedAcmImport1$Outbound = {
2259
+ mode: "managedAcmImport";
2260
+ region?: string | null | undefined;
2261
+ tags?: { [k: string]: string } | undefined;
2262
+ };
2263
+
2264
+ /** @internal */
2265
+ export const ImportSourceCertificateManagedAcmImport1$outboundSchema: z.ZodType<
2266
+ ImportSourceCertificateManagedAcmImport1$Outbound,
2267
+ ImportSourceCertificateManagedAcmImport1
2268
+ > = z.object({
2269
+ mode: z.literal("managedAcmImport"),
2270
+ region: z.nullable(z.string()).optional(),
2271
+ tags: z.record(z.string(), z.string()).optional(),
2272
+ });
2273
+
2274
+ export function importSourceCertificateManagedAcmImport1ToJSON(
2275
+ importSourceCertificateManagedAcmImport1:
2276
+ ImportSourceCertificateManagedAcmImport1,
2277
+ ): string {
2278
+ return JSON.stringify(
2279
+ ImportSourceCertificateManagedAcmImport1$outboundSchema.parse(
2280
+ importSourceCertificateManagedAcmImport1,
2281
+ ),
2282
+ );
2283
+ }
2284
+
2285
+ /** @internal */
2286
+ export type ImportSourceCertificateTLSSecretRef1$Outbound = {
2287
+ namespace?: string | null | undefined;
2288
+ secretName: string;
2289
+ mode: "tlsSecretRef";
2290
+ };
2291
+
2292
+ /** @internal */
2293
+ export const ImportSourceCertificateTLSSecretRef1$outboundSchema: z.ZodType<
2294
+ ImportSourceCertificateTLSSecretRef1$Outbound,
2295
+ ImportSourceCertificateTLSSecretRef1
2296
+ > = z.object({
2297
+ namespace: z.nullable(z.string()).optional(),
2298
+ secretName: z.string(),
2299
+ mode: z.literal("tlsSecretRef"),
2300
+ });
2301
+
2302
+ export function importSourceCertificateTLSSecretRef1ToJSON(
2303
+ importSourceCertificateTLSSecretRef1: ImportSourceCertificateTLSSecretRef1,
2304
+ ): string {
2305
+ return JSON.stringify(
2306
+ ImportSourceCertificateTLSSecretRef1$outboundSchema.parse(
2307
+ importSourceCertificateTLSSecretRef1,
2308
+ ),
2309
+ );
2310
+ }
2311
+
2312
+ /** @internal */
2313
+ export type ImportSourceCertificateUnion1$Outbound =
2314
+ | ImportSourceCertificateTLSSecretRef1$Outbound
2315
+ | ImportSourceCertificateManagedAcmImport1$Outbound
2316
+ | ImportSourceCertificateAwsAcmArn1$Outbound
2317
+ | ImportSourceCertificateManagedTLSSecret1$Outbound
2318
+ | ImportSourceCertificateNone1$Outbound;
2319
+
2320
+ /** @internal */
2321
+ export const ImportSourceCertificateUnion1$outboundSchema: z.ZodType<
2322
+ ImportSourceCertificateUnion1$Outbound,
2323
+ ImportSourceCertificateUnion1
2324
+ > = z.union([
2325
+ z.lazy(() => ImportSourceCertificateTLSSecretRef1$outboundSchema),
2326
+ z.lazy(() => ImportSourceCertificateManagedAcmImport1$outboundSchema),
2327
+ z.lazy(() => ImportSourceCertificateAwsAcmArn1$outboundSchema),
2328
+ z.lazy(() => ImportSourceCertificateManagedTLSSecret1$outboundSchema),
2329
+ z.lazy(() => ImportSourceCertificateNone1$outboundSchema),
2330
+ ]);
2331
+
2332
+ export function importSourceCertificateUnion1ToJSON(
2333
+ importSourceCertificateUnion1: ImportSourceCertificateUnion1,
2334
+ ): string {
2335
+ return JSON.stringify(
2336
+ ImportSourceCertificateUnion1$outboundSchema.parse(
2337
+ importSourceCertificateUnion1,
2338
+ ),
2339
+ );
2340
+ }
2341
+
2342
+ /** @internal */
2343
+ export const ImportSourceModeGenerated$outboundSchema: z.ZodEnum<
2344
+ typeof ImportSourceModeGenerated
2345
+ > = z.enum(ImportSourceModeGenerated);
2346
+
2347
+ /** @internal */
2348
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
2349
+ z.ZodEnum<
2350
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2
2351
+ > = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum2);
2352
+
2353
+ /** @internal */
2354
+ export type ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound =
2355
+ {
2356
+ albName?: string | null | undefined;
2357
+ albNamespace?: string | null | undefined;
2358
+ frontend: string;
2359
+ provider: string;
2360
+ };
2361
+
2362
+ /** @internal */
2363
+ export const ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema:
2364
+ z.ZodType<
2365
+ ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound,
2366
+ ImportSourceProviderAzureApplicationGatewayForContainers2
2367
+ > = z.object({
2368
+ albName: z.nullable(z.string()).optional(),
2369
+ albNamespace: z.nullable(z.string()).optional(),
2370
+ frontend: z.string(),
2371
+ provider:
2372
+ ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
2373
+ });
2374
+
2375
+ export function importSourceProviderAzureApplicationGatewayForContainers2ToJSON(
2376
+ importSourceProviderAzureApplicationGatewayForContainers2:
2377
+ ImportSourceProviderAzureApplicationGatewayForContainers2,
2378
+ ): string {
2379
+ return JSON.stringify(
2380
+ ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema
2381
+ .parse(importSourceProviderAzureApplicationGatewayForContainers2),
2382
+ );
2383
+ }
2384
+
2385
+ /** @internal */
2386
+ export const ImportSourceProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<
2387
+ typeof ImportSourceProviderGkeGatewayEnum2
2388
+ > = z.enum(ImportSourceProviderGkeGatewayEnum2);
2389
+
2390
+ /** @internal */
2391
+ export type ImportSourceProviderGkeGateway2$Outbound = {
2392
+ provider: string;
2393
+ staticAddressName?: string | null | undefined;
2394
+ };
2395
+
2396
+ /** @internal */
2397
+ export const ImportSourceProviderGkeGateway2$outboundSchema: z.ZodType<
2398
+ ImportSourceProviderGkeGateway2$Outbound,
2399
+ ImportSourceProviderGkeGateway2
2400
+ > = z.object({
2401
+ provider: ImportSourceProviderGkeGatewayEnum2$outboundSchema,
2402
+ staticAddressName: z.nullable(z.string()).optional(),
2403
+ });
2404
+
2405
+ export function importSourceProviderGkeGateway2ToJSON(
2406
+ importSourceProviderGkeGateway2: ImportSourceProviderGkeGateway2,
2407
+ ): string {
2408
+ return JSON.stringify(
2409
+ ImportSourceProviderGkeGateway2$outboundSchema.parse(
2410
+ importSourceProviderGkeGateway2,
2411
+ ),
2412
+ );
2413
+ }
2414
+
2415
+ /** @internal */
2416
+ export const ImportSourceProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<
2417
+ typeof ImportSourceProviderAwsAlbEnum2
2418
+ > = z.enum(ImportSourceProviderAwsAlbEnum2);
2419
+
2420
+ /** @internal */
2421
+ export type ImportSourceProviderAwsAlb2$Outbound = {
2422
+ ipAddressType?: string | null | undefined;
2423
+ provider: string;
2424
+ scheme: string;
2425
+ subnetIds?: Array<string> | undefined;
2426
+ targetType: string;
2427
+ };
2428
+
2429
+ /** @internal */
2430
+ export const ImportSourceProviderAwsAlb2$outboundSchema: z.ZodType<
2431
+ ImportSourceProviderAwsAlb2$Outbound,
2432
+ ImportSourceProviderAwsAlb2
2433
+ > = z.object({
2434
+ ipAddressType: z.nullable(z.string()).optional(),
2435
+ provider: ImportSourceProviderAwsAlbEnum2$outboundSchema,
2436
+ scheme: z.string(),
2437
+ subnetIds: z.array(z.string()).optional(),
2438
+ targetType: z.string(),
2439
+ });
2440
+
2441
+ export function importSourceProviderAwsAlb2ToJSON(
2442
+ importSourceProviderAwsAlb2: ImportSourceProviderAwsAlb2,
2443
+ ): string {
2444
+ return JSON.stringify(
2445
+ ImportSourceProviderAwsAlb2$outboundSchema.parse(
2446
+ importSourceProviderAwsAlb2,
2447
+ ),
2448
+ );
2449
+ }
2450
+
2451
+ /** @internal */
2452
+ export type ImportSourceProviderUnion2$Outbound =
2453
+ | ImportSourceProviderAwsAlb2$Outbound
2454
+ | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound
2455
+ | ImportSourceProviderGkeGateway2$Outbound
2456
+ | any;
2457
+
2458
+ /** @internal */
2459
+ export const ImportSourceProviderUnion2$outboundSchema: z.ZodType<
2460
+ ImportSourceProviderUnion2$Outbound,
2461
+ ImportSourceProviderUnion2
2462
+ > = z.union([
2463
+ z.lazy(() => ImportSourceProviderAwsAlb2$outboundSchema),
2464
+ z.lazy(() =>
2465
+ ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema
2466
+ ),
2467
+ z.lazy(() => ImportSourceProviderGkeGateway2$outboundSchema),
2468
+ z.any(),
2469
+ ]);
2470
+
2471
+ export function importSourceProviderUnion2ToJSON(
2472
+ importSourceProviderUnion2: ImportSourceProviderUnion2,
2473
+ ): string {
2474
+ return JSON.stringify(
2475
+ ImportSourceProviderUnion2$outboundSchema.parse(importSourceProviderUnion2),
2476
+ );
2477
+ }
2478
+
2479
+ /** @internal */
2480
+ export type ImportSourceRouteGateway1$Outbound = {
2481
+ annotations?: { [k: string]: string } | undefined;
2482
+ controller?: string | null | undefined;
2483
+ gatewayClassName: string;
2484
+ labels?: { [k: string]: string } | undefined;
2485
+ listenerPort: number;
2486
+ provider?:
2487
+ | ImportSourceProviderAwsAlb2$Outbound
2488
+ | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound
2489
+ | ImportSourceProviderGkeGateway2$Outbound
2490
+ | any
2491
+ | null
2492
+ | undefined;
2493
+ routeApi: "gateway";
2494
+ };
2495
+
2496
+ /** @internal */
2497
+ export const ImportSourceRouteGateway1$outboundSchema: z.ZodType<
2498
+ ImportSourceRouteGateway1$Outbound,
2499
+ ImportSourceRouteGateway1
2500
+ > = z.object({
2501
+ annotations: z.record(z.string(), z.string()).optional(),
2502
+ controller: z.nullable(z.string()).optional(),
2503
+ gatewayClassName: z.string(),
2504
+ labels: z.record(z.string(), z.string()).optional(),
2505
+ listenerPort: z.int(),
2506
+ provider: z.nullable(
2507
+ z.union([
2508
+ z.lazy(() => ImportSourceProviderAwsAlb2$outboundSchema),
2509
+ z.lazy(() =>
2510
+ ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema
2511
+ ),
2512
+ z.lazy(() => ImportSourceProviderGkeGateway2$outboundSchema),
2513
+ z.any(),
2514
+ ]),
2515
+ ).optional(),
2516
+ routeApi: z.literal("gateway"),
2517
+ });
2518
+
2519
+ export function importSourceRouteGateway1ToJSON(
2520
+ importSourceRouteGateway1: ImportSourceRouteGateway1,
2521
+ ): string {
2522
+ return JSON.stringify(
2523
+ ImportSourceRouteGateway1$outboundSchema.parse(importSourceRouteGateway1),
2524
+ );
2525
+ }
2526
+
2527
+ /** @internal */
2528
+ export const ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
2529
+ z.ZodEnum<
2530
+ typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1
2531
+ > = z.enum(ImportSourceProviderAzureApplicationGatewayForContainersEnum1);
2532
+
2533
+ /** @internal */
2534
+ export type ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound =
2535
+ {
2536
+ albName?: string | null | undefined;
2537
+ albNamespace?: string | null | undefined;
2538
+ frontend: string;
2539
+ provider: string;
2540
+ };
2541
+
2542
+ /** @internal */
2543
+ export const ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema:
2544
+ z.ZodType<
2545
+ ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound,
2546
+ ImportSourceProviderAzureApplicationGatewayForContainers1
2547
+ > = z.object({
2548
+ albName: z.nullable(z.string()).optional(),
2549
+ albNamespace: z.nullable(z.string()).optional(),
2550
+ frontend: z.string(),
2551
+ provider:
2552
+ ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
2553
+ });
2554
+
2555
+ export function importSourceProviderAzureApplicationGatewayForContainers1ToJSON(
2556
+ importSourceProviderAzureApplicationGatewayForContainers1:
2557
+ ImportSourceProviderAzureApplicationGatewayForContainers1,
2558
+ ): string {
2559
+ return JSON.stringify(
2560
+ ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema
2561
+ .parse(importSourceProviderAzureApplicationGatewayForContainers1),
2562
+ );
2563
+ }
2564
+
2565
+ /** @internal */
2566
+ export const ImportSourceProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<
2567
+ typeof ImportSourceProviderGkeGatewayEnum1
2568
+ > = z.enum(ImportSourceProviderGkeGatewayEnum1);
2569
+
2570
+ /** @internal */
2571
+ export type ImportSourceProviderGkeGateway1$Outbound = {
2572
+ provider: string;
2573
+ staticAddressName?: string | null | undefined;
2574
+ };
2575
+
2576
+ /** @internal */
2577
+ export const ImportSourceProviderGkeGateway1$outboundSchema: z.ZodType<
2578
+ ImportSourceProviderGkeGateway1$Outbound,
2579
+ ImportSourceProviderGkeGateway1
2580
+ > = z.object({
2581
+ provider: ImportSourceProviderGkeGatewayEnum1$outboundSchema,
2582
+ staticAddressName: z.nullable(z.string()).optional(),
2583
+ });
2584
+
2585
+ export function importSourceProviderGkeGateway1ToJSON(
2586
+ importSourceProviderGkeGateway1: ImportSourceProviderGkeGateway1,
2587
+ ): string {
2588
+ return JSON.stringify(
2589
+ ImportSourceProviderGkeGateway1$outboundSchema.parse(
2590
+ importSourceProviderGkeGateway1,
2591
+ ),
2592
+ );
2593
+ }
2594
+
2595
+ /** @internal */
2596
+ export const ImportSourceProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<
2597
+ typeof ImportSourceProviderAwsAlbEnum1
2598
+ > = z.enum(ImportSourceProviderAwsAlbEnum1);
2599
+
2600
+ /** @internal */
2601
+ export type ImportSourceProviderAwsAlb1$Outbound = {
2602
+ ipAddressType?: string | null | undefined;
2603
+ provider: string;
2604
+ scheme: string;
2605
+ subnetIds?: Array<string> | undefined;
2606
+ targetType: string;
2607
+ };
2608
+
2609
+ /** @internal */
2610
+ export const ImportSourceProviderAwsAlb1$outboundSchema: z.ZodType<
2611
+ ImportSourceProviderAwsAlb1$Outbound,
2612
+ ImportSourceProviderAwsAlb1
2613
+ > = z.object({
2614
+ ipAddressType: z.nullable(z.string()).optional(),
2615
+ provider: ImportSourceProviderAwsAlbEnum1$outboundSchema,
2616
+ scheme: z.string(),
2617
+ subnetIds: z.array(z.string()).optional(),
2618
+ targetType: z.string(),
2619
+ });
2620
+
2621
+ export function importSourceProviderAwsAlb1ToJSON(
2622
+ importSourceProviderAwsAlb1: ImportSourceProviderAwsAlb1,
2623
+ ): string {
2624
+ return JSON.stringify(
2625
+ ImportSourceProviderAwsAlb1$outboundSchema.parse(
2626
+ importSourceProviderAwsAlb1,
2627
+ ),
2628
+ );
2629
+ }
2630
+
2631
+ /** @internal */
2632
+ export type ImportSourceProviderUnion1$Outbound =
2633
+ | ImportSourceProviderAwsAlb1$Outbound
2634
+ | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound
2635
+ | ImportSourceProviderGkeGateway1$Outbound
2636
+ | any;
2637
+
2638
+ /** @internal */
2639
+ export const ImportSourceProviderUnion1$outboundSchema: z.ZodType<
2640
+ ImportSourceProviderUnion1$Outbound,
2641
+ ImportSourceProviderUnion1
2642
+ > = z.union([
2643
+ z.lazy(() => ImportSourceProviderAwsAlb1$outboundSchema),
2644
+ z.lazy(() =>
2645
+ ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema
2646
+ ),
2647
+ z.lazy(() => ImportSourceProviderGkeGateway1$outboundSchema),
2648
+ z.any(),
2649
+ ]);
2650
+
2651
+ export function importSourceProviderUnion1ToJSON(
2652
+ importSourceProviderUnion1: ImportSourceProviderUnion1,
2653
+ ): string {
2654
+ return JSON.stringify(
2655
+ ImportSourceProviderUnion1$outboundSchema.parse(importSourceProviderUnion1),
2656
+ );
2657
+ }
2658
+
2659
+ /** @internal */
2660
+ export type ImportSourceRouteIngress1$Outbound = {
2661
+ annotations?: { [k: string]: string } | undefined;
2662
+ controller?: string | null | undefined;
2663
+ ingressClassName: string;
2664
+ labels?: { [k: string]: string } | undefined;
2665
+ provider?:
2666
+ | ImportSourceProviderAwsAlb1$Outbound
2667
+ | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound
2668
+ | ImportSourceProviderGkeGateway1$Outbound
2669
+ | any
2670
+ | null
2671
+ | undefined;
2672
+ routeApi: "ingress";
2673
+ };
2674
+
2675
+ /** @internal */
2676
+ export const ImportSourceRouteIngress1$outboundSchema: z.ZodType<
2677
+ ImportSourceRouteIngress1$Outbound,
2678
+ ImportSourceRouteIngress1
2679
+ > = z.object({
2680
+ annotations: z.record(z.string(), z.string()).optional(),
2681
+ controller: z.nullable(z.string()).optional(),
2682
+ ingressClassName: z.string(),
2683
+ labels: z.record(z.string(), z.string()).optional(),
2684
+ provider: z.nullable(
2685
+ z.union([
2686
+ z.lazy(() => ImportSourceProviderAwsAlb1$outboundSchema),
2687
+ z.lazy(() =>
2688
+ ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema
2689
+ ),
2690
+ z.lazy(() => ImportSourceProviderGkeGateway1$outboundSchema),
2691
+ z.any(),
2692
+ ]),
2693
+ ).optional(),
2694
+ routeApi: z.literal("ingress"),
2695
+ });
2696
+
2697
+ export function importSourceRouteIngress1ToJSON(
2698
+ importSourceRouteIngress1: ImportSourceRouteIngress1,
2699
+ ): string {
2700
+ return JSON.stringify(
2701
+ ImportSourceRouteIngress1$outboundSchema.parse(importSourceRouteIngress1),
2702
+ );
2703
+ }
2704
+
2705
+ /** @internal */
2706
+ export type ImportSourceRouteUnion1$Outbound =
2707
+ | ImportSourceRouteIngress1$Outbound
2708
+ | ImportSourceRouteGateway1$Outbound;
2709
+
2710
+ /** @internal */
2711
+ export const ImportSourceRouteUnion1$outboundSchema: z.ZodType<
2712
+ ImportSourceRouteUnion1$Outbound,
2713
+ ImportSourceRouteUnion1
2714
+ > = z.union([
2715
+ z.lazy(() => ImportSourceRouteIngress1$outboundSchema),
2716
+ z.lazy(() => ImportSourceRouteGateway1$outboundSchema),
2717
+ ]);
2718
+
2719
+ export function importSourceRouteUnion1ToJSON(
2720
+ importSourceRouteUnion1: ImportSourceRouteUnion1,
2721
+ ): string {
2722
+ return JSON.stringify(
2723
+ ImportSourceRouteUnion1$outboundSchema.parse(importSourceRouteUnion1),
2724
+ );
2725
+ }
2726
+
2727
+ /** @internal */
2728
+ export type ImportSourceExposureGenerated$Outbound = {
2729
+ certificate:
2730
+ | ImportSourceCertificateTLSSecretRef1$Outbound
2731
+ | ImportSourceCertificateManagedAcmImport1$Outbound
2732
+ | ImportSourceCertificateAwsAcmArn1$Outbound
2733
+ | ImportSourceCertificateManagedTLSSecret1$Outbound
2734
+ | ImportSourceCertificateNone1$Outbound;
2735
+ mode: string;
2736
+ route:
2737
+ | ImportSourceRouteIngress1$Outbound
2738
+ | ImportSourceRouteGateway1$Outbound;
2739
+ };
2740
+
2741
+ /** @internal */
2742
+ export const ImportSourceExposureGenerated$outboundSchema: z.ZodType<
2743
+ ImportSourceExposureGenerated$Outbound,
2744
+ ImportSourceExposureGenerated
2745
+ > = z.object({
2746
+ certificate: z.union([
2747
+ z.lazy(() => ImportSourceCertificateTLSSecretRef1$outboundSchema),
2748
+ z.lazy(() => ImportSourceCertificateManagedAcmImport1$outboundSchema),
2749
+ z.lazy(() => ImportSourceCertificateAwsAcmArn1$outboundSchema),
2750
+ z.lazy(() => ImportSourceCertificateManagedTLSSecret1$outboundSchema),
2751
+ z.lazy(() => ImportSourceCertificateNone1$outboundSchema),
2752
+ ]),
2753
+ mode: ImportSourceModeGenerated$outboundSchema,
2754
+ route: z.union([
2755
+ z.lazy(() => ImportSourceRouteIngress1$outboundSchema),
2756
+ z.lazy(() => ImportSourceRouteGateway1$outboundSchema),
2757
+ ]),
2758
+ });
2759
+
2760
+ export function importSourceExposureGeneratedToJSON(
2761
+ importSourceExposureGenerated: ImportSourceExposureGenerated,
2762
+ ): string {
2763
+ return JSON.stringify(
2764
+ ImportSourceExposureGenerated$outboundSchema.parse(
2765
+ importSourceExposureGenerated,
2766
+ ),
2767
+ );
2768
+ }
2769
+
2770
+ /** @internal */
2771
+ export const ImportSourceModeDisabled$outboundSchema: z.ZodEnum<
2772
+ typeof ImportSourceModeDisabled
2773
+ > = z.enum(ImportSourceModeDisabled);
2774
+
2775
+ /** @internal */
2776
+ export type ImportSourceExposureDisabled$Outbound = {
2777
+ mode: string;
2778
+ };
2779
+
2780
+ /** @internal */
2781
+ export const ImportSourceExposureDisabled$outboundSchema: z.ZodType<
2782
+ ImportSourceExposureDisabled$Outbound,
2783
+ ImportSourceExposureDisabled
2784
+ > = z.object({
2785
+ mode: ImportSourceModeDisabled$outboundSchema,
2786
+ });
2787
+
2788
+ export function importSourceExposureDisabledToJSON(
2789
+ importSourceExposureDisabled: ImportSourceExposureDisabled,
2790
+ ): string {
2791
+ return JSON.stringify(
2792
+ ImportSourceExposureDisabled$outboundSchema.parse(
2793
+ importSourceExposureDisabled,
2794
+ ),
2795
+ );
2796
+ }
2797
+
2798
+ /** @internal */
2799
+ export type ImportSourceExposureUnion$Outbound =
2800
+ | ImportSourceExposureCustom$Outbound
2801
+ | ImportSourceExposureGenerated$Outbound
2802
+ | ImportSourceExposureDisabled$Outbound
2803
+ | any;
2804
+
2805
+ /** @internal */
2806
+ export const ImportSourceExposureUnion$outboundSchema: z.ZodType<
2807
+ ImportSourceExposureUnion$Outbound,
2808
+ ImportSourceExposureUnion
2809
+ > = z.union([
2810
+ z.lazy(() => ImportSourceExposureCustom$outboundSchema),
2811
+ z.lazy(() => ImportSourceExposureGenerated$outboundSchema),
2812
+ z.lazy(() => ImportSourceExposureDisabled$outboundSchema),
2813
+ z.any(),
2814
+ ]);
2815
+
2816
+ export function importSourceExposureUnionToJSON(
2817
+ importSourceExposureUnion: ImportSourceExposureUnion,
2818
+ ): string {
2819
+ return JSON.stringify(
2820
+ ImportSourceExposureUnion$outboundSchema.parse(importSourceExposureUnion),
2821
+ );
2822
+ }
2823
+
2824
+ /** @internal */
2825
+ export type ImportSourceKubernetes$Outbound = {
2826
+ cluster?: ImportSourceCluster$Outbound | any | null | undefined;
2827
+ exposure?:
2828
+ | ImportSourceExposureCustom$Outbound
2829
+ | ImportSourceExposureGenerated$Outbound
2830
+ | ImportSourceExposureDisabled$Outbound
2831
+ | any
2832
+ | null
2833
+ | undefined;
2834
+ };
2835
+
2836
+ /** @internal */
2837
+ export const ImportSourceKubernetes$outboundSchema: z.ZodType<
2838
+ ImportSourceKubernetes$Outbound,
2839
+ ImportSourceKubernetes
2840
+ > = z.object({
2841
+ cluster: z.nullable(
2842
+ z.union([z.lazy(() => ImportSourceCluster$outboundSchema), z.any()]),
2843
+ ).optional(),
2844
+ exposure: z.nullable(
2845
+ z.union([
2846
+ z.lazy(() => ImportSourceExposureCustom$outboundSchema),
2847
+ z.lazy(() => ImportSourceExposureGenerated$outboundSchema),
2848
+ z.lazy(() => ImportSourceExposureDisabled$outboundSchema),
2849
+ z.any(),
2850
+ ]),
2851
+ ).optional(),
2852
+ });
2853
+
2854
+ export function importSourceKubernetesToJSON(
2855
+ importSourceKubernetes: ImportSourceKubernetes,
2856
+ ): string {
2857
+ return JSON.stringify(
2858
+ ImportSourceKubernetes$outboundSchema.parse(importSourceKubernetes),
2859
+ );
2860
+ }
2861
+
2862
+ /** @internal */
2863
+ export type ImportSourceKubernetesUnion$Outbound =
2864
+ | ImportSourceKubernetes$Outbound
2865
+ | any;
2866
+
2867
+ /** @internal */
2868
+ export const ImportSourceKubernetesUnion$outboundSchema: z.ZodType<
2869
+ ImportSourceKubernetesUnion$Outbound,
2870
+ ImportSourceKubernetesUnion
2871
+ > = z.union([z.lazy(() => ImportSourceKubernetes$outboundSchema), z.any()]);
2872
+
2873
+ export function importSourceKubernetesUnionToJSON(
2874
+ importSourceKubernetesUnion: ImportSourceKubernetesUnion,
2875
+ ): string {
2876
+ return JSON.stringify(
2877
+ ImportSourceKubernetesUnion$outboundSchema.parse(
2878
+ importSourceKubernetesUnion,
2879
+ ),
2880
+ );
2881
+ }
2882
+
2883
+ /** @internal */
2884
+ export const ImportSourceTypeByoVnetAzure$outboundSchema: z.ZodEnum<
2885
+ typeof ImportSourceTypeByoVnetAzure
2886
+ > = z.enum(ImportSourceTypeByoVnetAzure);
2887
+
2888
+ /** @internal */
2889
+ export type ImportSourceNetworkByoVnetAzure$Outbound = {
2890
+ private_subnet_name: string;
2891
+ public_subnet_name: string;
2892
+ type: string;
2893
+ vnet_resource_id: string;
2894
+ };
2895
+
2896
+ /** @internal */
2897
+ export const ImportSourceNetworkByoVnetAzure$outboundSchema: z.ZodType<
2898
+ ImportSourceNetworkByoVnetAzure$Outbound,
2899
+ ImportSourceNetworkByoVnetAzure
2900
+ > = z.object({
2901
+ privateSubnetName: z.string(),
2902
+ publicSubnetName: z.string(),
2903
+ type: ImportSourceTypeByoVnetAzure$outboundSchema,
2904
+ vnetResourceId: z.string(),
2905
+ }).transform((v) => {
2906
+ return remap$(v, {
2907
+ privateSubnetName: "private_subnet_name",
2908
+ publicSubnetName: "public_subnet_name",
2909
+ vnetResourceId: "vnet_resource_id",
2910
+ });
2911
+ });
2912
+
2913
+ export function importSourceNetworkByoVnetAzureToJSON(
2914
+ importSourceNetworkByoVnetAzure: ImportSourceNetworkByoVnetAzure,
2915
+ ): string {
2916
+ return JSON.stringify(
2917
+ ImportSourceNetworkByoVnetAzure$outboundSchema.parse(
2918
+ importSourceNetworkByoVnetAzure,
2919
+ ),
2920
+ );
2921
+ }
2922
+
2923
+ /** @internal */
2924
+ export const ImportSourceTypeByoVpcGcp$outboundSchema: z.ZodEnum<
2925
+ typeof ImportSourceTypeByoVpcGcp
2926
+ > = z.enum(ImportSourceTypeByoVpcGcp);
2927
+
2928
+ /** @internal */
2929
+ export type ImportSourceNetworkByoVpcGcp$Outbound = {
2930
+ network_name: string;
2931
+ region: string;
2932
+ subnet_name: string;
2933
+ type: string;
2934
+ };
2935
+
2936
+ /** @internal */
2937
+ export const ImportSourceNetworkByoVpcGcp$outboundSchema: z.ZodType<
2938
+ ImportSourceNetworkByoVpcGcp$Outbound,
2939
+ ImportSourceNetworkByoVpcGcp
2940
+ > = z.object({
2941
+ networkName: z.string(),
2942
+ region: z.string(),
2943
+ subnetName: z.string(),
2944
+ type: ImportSourceTypeByoVpcGcp$outboundSchema,
2945
+ }).transform((v) => {
2946
+ return remap$(v, {
2947
+ networkName: "network_name",
2948
+ subnetName: "subnet_name",
2949
+ });
2950
+ });
2951
+
2952
+ export function importSourceNetworkByoVpcGcpToJSON(
2953
+ importSourceNetworkByoVpcGcp: ImportSourceNetworkByoVpcGcp,
2954
+ ): string {
2955
+ return JSON.stringify(
2956
+ ImportSourceNetworkByoVpcGcp$outboundSchema.parse(
2957
+ importSourceNetworkByoVpcGcp,
2958
+ ),
2959
+ );
2960
+ }
2961
+
2962
+ /** @internal */
2963
+ export const ImportSourceTypeByoVpcAws$outboundSchema: z.ZodEnum<
2964
+ typeof ImportSourceTypeByoVpcAws
2965
+ > = z.enum(ImportSourceTypeByoVpcAws);
2966
+
2967
+ /** @internal */
2968
+ export type ImportSourceNetworkByoVpcAws$Outbound = {
2969
+ private_subnet_ids: Array<string>;
2970
+ public_subnet_ids: Array<string>;
2971
+ security_group_ids?: Array<string> | undefined;
2972
+ type: string;
2973
+ vpc_id: string;
2974
+ };
2975
+
2976
+ /** @internal */
2977
+ export const ImportSourceNetworkByoVpcAws$outboundSchema: z.ZodType<
2978
+ ImportSourceNetworkByoVpcAws$Outbound,
2979
+ ImportSourceNetworkByoVpcAws
2980
+ > = z.object({
2981
+ privateSubnetIds: z.array(z.string()),
2982
+ publicSubnetIds: z.array(z.string()),
2983
+ securityGroupIds: z.array(z.string()).optional(),
2984
+ type: ImportSourceTypeByoVpcAws$outboundSchema,
2985
+ vpcId: z.string(),
2986
+ }).transform((v) => {
2987
+ return remap$(v, {
2988
+ privateSubnetIds: "private_subnet_ids",
2989
+ publicSubnetIds: "public_subnet_ids",
2990
+ securityGroupIds: "security_group_ids",
2991
+ vpcId: "vpc_id",
2992
+ });
2993
+ });
2994
+
2995
+ export function importSourceNetworkByoVpcAwsToJSON(
2996
+ importSourceNetworkByoVpcAws: ImportSourceNetworkByoVpcAws,
2997
+ ): string {
2998
+ return JSON.stringify(
2999
+ ImportSourceNetworkByoVpcAws$outboundSchema.parse(
3000
+ importSourceNetworkByoVpcAws,
3001
+ ),
3002
+ );
3003
+ }
3004
+
3005
+ /** @internal */
3006
+ export const ImportSourceTypeCreate$outboundSchema: z.ZodEnum<
3007
+ typeof ImportSourceTypeCreate
3008
+ > = z.enum(ImportSourceTypeCreate);
3009
+
3010
+ /** @internal */
3011
+ export type ImportSourceNetworkCreate$Outbound = {
3012
+ availability_zones?: number | undefined;
3013
+ cidr?: string | null | undefined;
3014
+ type: string;
3015
+ };
3016
+
3017
+ /** @internal */
3018
+ export const ImportSourceNetworkCreate$outboundSchema: z.ZodType<
3019
+ ImportSourceNetworkCreate$Outbound,
3020
+ ImportSourceNetworkCreate
3021
+ > = z.object({
3022
+ availabilityZones: z.int().optional(),
3023
+ cidr: z.nullable(z.string()).optional(),
3024
+ type: ImportSourceTypeCreate$outboundSchema,
3025
+ }).transform((v) => {
3026
+ return remap$(v, {
3027
+ availabilityZones: "availability_zones",
3028
+ });
3029
+ });
3030
+
3031
+ export function importSourceNetworkCreateToJSON(
3032
+ importSourceNetworkCreate: ImportSourceNetworkCreate,
3033
+ ): string {
3034
+ return JSON.stringify(
3035
+ ImportSourceNetworkCreate$outboundSchema.parse(importSourceNetworkCreate),
3036
+ );
3037
+ }
3038
+
3039
+ /** @internal */
3040
+ export const ImportSourceTypeUseDefault$outboundSchema: z.ZodEnum<
3041
+ typeof ImportSourceTypeUseDefault
3042
+ > = z.enum(ImportSourceTypeUseDefault);
3043
+
3044
+ /** @internal */
3045
+ export type ImportSourceNetworkUseDefault$Outbound = {
3046
+ type: string;
3047
+ };
3048
+
3049
+ /** @internal */
3050
+ export const ImportSourceNetworkUseDefault$outboundSchema: z.ZodType<
3051
+ ImportSourceNetworkUseDefault$Outbound,
3052
+ ImportSourceNetworkUseDefault
3053
+ > = z.object({
3054
+ type: ImportSourceTypeUseDefault$outboundSchema,
3055
+ });
3056
+
3057
+ export function importSourceNetworkUseDefaultToJSON(
3058
+ importSourceNetworkUseDefault: ImportSourceNetworkUseDefault,
3059
+ ): string {
3060
+ return JSON.stringify(
3061
+ ImportSourceNetworkUseDefault$outboundSchema.parse(
3062
+ importSourceNetworkUseDefault,
3063
+ ),
3064
+ );
3065
+ }
3066
+
3067
+ /** @internal */
3068
+ export type ImportSourceNetworkUnion$Outbound =
3069
+ | ImportSourceNetworkByoVpcAws$Outbound
3070
+ | ImportSourceNetworkByoVpcGcp$Outbound
3071
+ | ImportSourceNetworkByoVnetAzure$Outbound
3072
+ | ImportSourceNetworkUseDefault$Outbound
3073
+ | ImportSourceNetworkCreate$Outbound
3074
+ | any;
3075
+
3076
+ /** @internal */
3077
+ export const ImportSourceNetworkUnion$outboundSchema: z.ZodType<
3078
+ ImportSourceNetworkUnion$Outbound,
3079
+ ImportSourceNetworkUnion
3080
+ > = z.union([
3081
+ z.lazy(() => ImportSourceNetworkByoVpcAws$outboundSchema),
3082
+ z.lazy(() => ImportSourceNetworkByoVpcGcp$outboundSchema),
3083
+ z.lazy(() => ImportSourceNetworkByoVnetAzure$outboundSchema),
3084
+ z.lazy(() => ImportSourceNetworkUseDefault$outboundSchema),
3085
+ z.lazy(() => ImportSourceNetworkCreate$outboundSchema),
3086
+ z.any(),
3087
+ ]);
3088
+
3089
+ export function importSourceNetworkUnionToJSON(
3090
+ importSourceNetworkUnion: ImportSourceNetworkUnion,
3091
+ ): string {
3092
+ return JSON.stringify(
3093
+ ImportSourceNetworkUnion$outboundSchema.parse(importSourceNetworkUnion),
3094
+ );
3095
+ }
3096
+
3097
+ /** @internal */
3098
+ export const ImportSourceTelemetry$outboundSchema: z.ZodEnum<
3099
+ typeof ImportSourceTelemetry
3100
+ > = z.enum(ImportSourceTelemetry);
3101
+
3102
+ /** @internal */
3103
+ export const ImportSourceUpdates$outboundSchema: z.ZodEnum<
3104
+ typeof ImportSourceUpdates
3105
+ > = z.enum(ImportSourceUpdates);
3106
+
3107
+ /** @internal */
3108
+ export type ImportSourceStackSettings$Outbound = {
3109
+ deploymentModel?: string | undefined;
3110
+ domains?: ImportSourceDomains$Outbound | any | null | undefined;
3111
+ externalBindings?: ImportSourceExternalBindings$Outbound | null | undefined;
3112
+ heartbeats?: string | undefined;
3113
+ kubernetes?: ImportSourceKubernetes$Outbound | any | null | undefined;
3114
+ network?:
3115
+ | ImportSourceNetworkByoVpcAws$Outbound
3116
+ | ImportSourceNetworkByoVpcGcp$Outbound
3117
+ | ImportSourceNetworkByoVnetAzure$Outbound
3118
+ | ImportSourceNetworkUseDefault$Outbound
3119
+ | ImportSourceNetworkCreate$Outbound
3120
+ | any
3121
+ | null
3122
+ | undefined;
3123
+ telemetry?: string | undefined;
3124
+ updates?: string | undefined;
3125
+ };
3126
+
3127
+ /** @internal */
3128
+ export const ImportSourceStackSettings$outboundSchema: z.ZodType<
3129
+ ImportSourceStackSettings$Outbound,
3130
+ ImportSourceStackSettings
3131
+ > = z.object({
3132
+ deploymentModel: ImportSourceDeploymentModel$outboundSchema.optional(),
3133
+ domains: z.nullable(
3134
+ z.union([z.lazy(() => ImportSourceDomains$outboundSchema), z.any()]),
3135
+ ).optional(),
3136
+ externalBindings: z.nullable(
3137
+ z.lazy(() => ImportSourceExternalBindings$outboundSchema),
3138
+ ).optional(),
3139
+ heartbeats: ImportSourceHeartbeats$outboundSchema.optional(),
3140
+ kubernetes: z.nullable(
3141
+ z.union([z.lazy(() => ImportSourceKubernetes$outboundSchema), z.any()]),
3142
+ ).optional(),
3143
+ network: z.nullable(
3144
+ z.union([
3145
+ z.lazy(() => ImportSourceNetworkByoVpcAws$outboundSchema),
3146
+ z.lazy(() => ImportSourceNetworkByoVpcGcp$outboundSchema),
3147
+ z.lazy(() => ImportSourceNetworkByoVnetAzure$outboundSchema),
3148
+ z.lazy(() => ImportSourceNetworkUseDefault$outboundSchema),
3149
+ z.lazy(() => ImportSourceNetworkCreate$outboundSchema),
3150
+ z.any(),
3151
+ ]),
3152
+ ).optional(),
3153
+ telemetry: ImportSourceTelemetry$outboundSchema.optional(),
3154
+ updates: ImportSourceUpdates$outboundSchema.optional(),
3155
+ });
3156
+
3157
+ export function importSourceStackSettingsToJSON(
3158
+ importSourceStackSettings: ImportSourceStackSettings,
3159
+ ): string {
3160
+ return JSON.stringify(
3161
+ ImportSourceStackSettings$outboundSchema.parse(importSourceStackSettings),
3162
+ );
3163
+ }
3164
+
3165
+ /** @internal */
3166
+ export type ImportSourceManagementConfigKubernetes$Outbound = {
3167
+ platform: "kubernetes";
3168
+ };
3169
+
3170
+ /** @internal */
3171
+ export const ImportSourceManagementConfigKubernetes$outboundSchema: z.ZodType<
3172
+ ImportSourceManagementConfigKubernetes$Outbound,
3173
+ ImportSourceManagementConfigKubernetes
3174
+ > = z.object({
3175
+ platform: z.literal("kubernetes"),
3176
+ });
3177
+
3178
+ export function importSourceManagementConfigKubernetesToJSON(
3179
+ importSourceManagementConfigKubernetes:
3180
+ ImportSourceManagementConfigKubernetes,
3181
+ ): string {
3182
+ return JSON.stringify(
3183
+ ImportSourceManagementConfigKubernetes$outboundSchema.parse(
3184
+ importSourceManagementConfigKubernetes,
3185
+ ),
3186
+ );
3187
+ }
3188
+
3189
+ /** @internal */
3190
+ export type ImportSourceManagementConfigAzure$Outbound = {
3191
+ managingTenantId: string;
3192
+ oidcIssuer: string;
3193
+ oidcSubject: string;
3194
+ platform: "azure";
3195
+ };
3196
+
3197
+ /** @internal */
3198
+ export const ImportSourceManagementConfigAzure$outboundSchema: z.ZodType<
3199
+ ImportSourceManagementConfigAzure$Outbound,
3200
+ ImportSourceManagementConfigAzure
3201
+ > = z.object({
3202
+ managingTenantId: z.string(),
3203
+ oidcIssuer: z.string(),
3204
+ oidcSubject: z.string(),
3205
+ platform: z.literal("azure"),
3206
+ });
3207
+
3208
+ export function importSourceManagementConfigAzureToJSON(
3209
+ importSourceManagementConfigAzure: ImportSourceManagementConfigAzure,
3210
+ ): string {
3211
+ return JSON.stringify(
3212
+ ImportSourceManagementConfigAzure$outboundSchema.parse(
3213
+ importSourceManagementConfigAzure,
3214
+ ),
3215
+ );
3216
+ }
3217
+
3218
+ /** @internal */
3219
+ export type ImportSourceManagementConfigGcp$Outbound = {
3220
+ serviceAccountEmail: string;
3221
+ platform: "gcp";
3222
+ };
3223
+
3224
+ /** @internal */
3225
+ export const ImportSourceManagementConfigGcp$outboundSchema: z.ZodType<
3226
+ ImportSourceManagementConfigGcp$Outbound,
3227
+ ImportSourceManagementConfigGcp
3228
+ > = z.object({
3229
+ serviceAccountEmail: z.string(),
3230
+ platform: z.literal("gcp"),
3231
+ });
3232
+
3233
+ export function importSourceManagementConfigGcpToJSON(
3234
+ importSourceManagementConfigGcp: ImportSourceManagementConfigGcp,
3235
+ ): string {
3236
+ return JSON.stringify(
3237
+ ImportSourceManagementConfigGcp$outboundSchema.parse(
3238
+ importSourceManagementConfigGcp,
3239
+ ),
3240
+ );
3241
+ }
3242
+
3243
+ /** @internal */
3244
+ export type ImportSourceManagementConfigAws$Outbound = {
3245
+ managingRoleArn: string;
3246
+ platform: "aws";
3247
+ };
3248
+
3249
+ /** @internal */
3250
+ export const ImportSourceManagementConfigAws$outboundSchema: z.ZodType<
3251
+ ImportSourceManagementConfigAws$Outbound,
3252
+ ImportSourceManagementConfigAws
3253
+ > = z.object({
3254
+ managingRoleArn: z.string(),
3255
+ platform: z.literal("aws"),
3256
+ });
3257
+
3258
+ export function importSourceManagementConfigAwsToJSON(
3259
+ importSourceManagementConfigAws: ImportSourceManagementConfigAws,
3260
+ ): string {
3261
+ return JSON.stringify(
3262
+ ImportSourceManagementConfigAws$outboundSchema.parse(
3263
+ importSourceManagementConfigAws,
3264
+ ),
3265
+ );
3266
+ }
3267
+
3268
+ /** @internal */
3269
+ export type ImportSourceManagementConfigUnion$Outbound =
3270
+ | ImportSourceManagementConfigAws$Outbound
3271
+ | ImportSourceManagementConfigGcp$Outbound
3272
+ | ImportSourceManagementConfigAzure$Outbound
3273
+ | ImportSourceManagementConfigKubernetes$Outbound;
3274
+
3275
+ /** @internal */
3276
+ export const ImportSourceManagementConfigUnion$outboundSchema: z.ZodType<
3277
+ ImportSourceManagementConfigUnion$Outbound,
3278
+ ImportSourceManagementConfigUnion
3279
+ > = z.union([
3280
+ z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
3281
+ z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
3282
+ z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3283
+ z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
3284
+ ]);
3285
+
3286
+ export function importSourceManagementConfigUnionToJSON(
3287
+ importSourceManagementConfigUnion: ImportSourceManagementConfigUnion,
3288
+ ): string {
3289
+ return JSON.stringify(
3290
+ ImportSourceManagementConfigUnion$outboundSchema.parse(
3291
+ importSourceManagementConfigUnion,
3292
+ ),
3293
+ );
3294
+ }
3295
+
3296
+ /** @internal */
3297
+ export type ImportSource$Outbound = {
3298
+ deploymentName: string;
3299
+ resourcePrefix: string;
3300
+ sourceKind?: string | undefined;
3301
+ releaseId?: string | undefined;
3302
+ platform: string;
3303
+ basePlatform?: string | undefined;
3304
+ region: string;
3305
+ setupTarget: string;
3306
+ setupImportFormatVersion: number;
3307
+ setupFingerprint: string;
3308
+ setupFingerprintVersion: number;
3309
+ stackSettings: ImportSourceStackSettings$Outbound;
3310
+ managementConfig:
3311
+ | ImportSourceManagementConfigAws$Outbound
3312
+ | ImportSourceManagementConfigGcp$Outbound
3313
+ | ImportSourceManagementConfigAzure$Outbound
3314
+ | ImportSourceManagementConfigKubernetes$Outbound;
3315
+ resources: Array<ImportedResource$Outbound>;
3316
+ };
3317
+
3318
+ /** @internal */
3319
+ export const ImportSource$outboundSchema: z.ZodType<
3320
+ ImportSource$Outbound,
3321
+ ImportSource
3322
+ > = z.object({
3323
+ deploymentName: z.string(),
3324
+ resourcePrefix: z.string(),
3325
+ sourceKind: ImportSourceKind$outboundSchema.optional(),
3326
+ releaseId: z.string().optional(),
3327
+ platform: ImportSourcePlatformEnum$outboundSchema,
3328
+ basePlatform: ImportSourceBasePlatform$outboundSchema.optional(),
3329
+ region: z.string(),
3330
+ setupTarget: z.string(),
3331
+ setupImportFormatVersion: z.int(),
3332
+ setupFingerprint: z.string(),
3333
+ setupFingerprintVersion: z.int(),
3334
+ stackSettings: z.lazy(() => ImportSourceStackSettings$outboundSchema),
3335
+ managementConfig: z.union([
3336
+ z.lazy(() => ImportSourceManagementConfigAws$outboundSchema),
3337
+ z.lazy(() => ImportSourceManagementConfigGcp$outboundSchema),
3338
+ z.lazy(() => ImportSourceManagementConfigAzure$outboundSchema),
3339
+ z.lazy(() => ImportSourceManagementConfigKubernetes$outboundSchema),
3340
+ ]),
3341
+ resources: z.array(ImportedResource$outboundSchema),
3342
+ });
3343
+
3344
+ export function importSourceToJSON(importSource: ImportSource): string {
3345
+ return JSON.stringify(ImportSource$outboundSchema.parse(importSource));
3346
+ }