@alienplatform/platform-api 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +3 -3
- package/README.md +20 -7
- package/esm/funcs/authWhoami.d.ts +2 -1
- package/esm/funcs/authWhoami.d.ts.map +1 -1
- package/esm/funcs/authWhoami.js +19 -5
- package/esm/funcs/authWhoami.js.map +1 -1
- package/esm/funcs/debugSessionsCreate.d.ts +16 -0
- package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsCreate.js +86 -0
- package/esm/funcs/debugSessionsCreate.js.map +1 -0
- package/esm/funcs/debugSessionsGet.d.ts +16 -0
- package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
- package/esm/funcs/debugSessionsGet.js +89 -0
- package/esm/funcs/debugSessionsGet.js.map +1 -0
- package/esm/funcs/debugSessionsList.d.ts +16 -0
- package/esm/funcs/debugSessionsList.d.ts.map +1 -0
- package/esm/funcs/debugSessionsList.js +90 -0
- package/esm/funcs/debugSessionsList.js.map +1 -0
- package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
- package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsUpdate.js +92 -0
- package/esm/funcs/debugSessionsUpdate.js.map +1 -0
- package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
- package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
- package/esm/funcs/deploymentPlanCompute.js +84 -0
- package/esm/funcs/deploymentPlanCompute.js.map +1 -0
- package/esm/funcs/deploymentsList.js +3 -2
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/commanddeploymentinfo.d.ts +1 -1
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -1
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/createdebugsessionrequest.d.ts +27 -0
- package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
- package/esm/models/createdebugsessionrequest.js +17 -0
- package/esm/models/createdebugsessionrequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createmanagerresponse.d.ts +196 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +150 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- package/esm/models/createreleaserequest.d.ts +5 -5
- package/esm/models/createreleaserequest.d.ts.map +1 -1
- package/esm/models/createreleaserequest.js +2 -2
- package/esm/models/createreleaserequest.js.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.js +52 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
- package/esm/models/debugpackagepresignedurls.d.ts +11 -0
- package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
- package/esm/models/debugpackagepresignedurls.js +14 -0
- package/esm/models/debugpackagepresignedurls.js.map +1 -0
- package/esm/models/debugsession.d.ts +74 -0
- package/esm/models/debugsession.d.ts.map +1 -0
- package/esm/models/debugsession.js +49 -0
- package/esm/models/debugsession.js.map +1 -0
- package/esm/models/debugsessionlistresponse.d.ts +21 -0
- package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
- package/esm/models/debugsessionlistresponse.js +15 -0
- package/esm/models/debugsessionlistresponse.js.map +1 -0
- package/esm/models/debugsessionstate.d.ts +22 -0
- package/esm/models/debugsessionstate.d.ts.map +1 -0
- package/esm/models/debugsessionstate.js +20 -0
- package/esm/models/debugsessionstate.js.map +1 -0
- package/esm/models/deployment.d.ts +313 -4
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +214 -1
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentcomputeplan.d.ts +165 -0
- package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
- package/esm/models/deploymentcomputeplan.js +206 -0
- package/esm/models/deploymentcomputeplan.js.map +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts +13 -3
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +10 -1
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +313 -4
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +224 -1
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +18 -1
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +12 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentinfosetupconfig.js +176 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +1 -1
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentsetupconfig.d.ts +7 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentsetupconfig.js +3 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/encryptedstackinputvalue.d.ts +42 -0
- package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
- package/esm/models/encryptedstackinputvalue.js +37 -0
- package/esm/models/encryptedstackinputvalue.js.map +1 -0
- package/esm/models/forwardimportrequest.d.ts +7 -3
- package/esm/models/forwardimportrequest.d.ts.map +1 -1
- package/esm/models/forwardimportrequest.js +3 -0
- package/esm/models/forwardimportrequest.js.map +1 -1
- package/esm/models/importsource.d.ts +88 -0
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +43 -0
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/index.d.ts +11 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +11 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/managerretryresponse.d.ts +196 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +150 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +100 -5
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +53 -1
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/addworkspacemember.d.ts +1 -1
- package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
- package/esm/models/operations/cancelpackage.d.ts +1 -1
- package/esm/models/operations/createapikey.d.ts +1 -1
- package/esm/models/operations/createcommand.d.ts +1 -1
- package/esm/models/operations/createdebugsession.d.ts +18 -0
- package/esm/models/operations/createdebugsession.d.ts.map +1 -0
- package/esm/models/operations/createdebugsession.js +20 -0
- package/esm/models/operations/createdebugsession.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +1 -1
- package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
- package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
- package/esm/models/operations/createdomain.d.ts +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +1 -1
- package/esm/models/operations/createmanager.d.ts +1 -1
- package/esm/models/operations/createproject.d.ts +3 -3
- package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
- package/esm/models/operations/createrelease.d.ts +1 -1
- package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/deleteapikeys.d.ts +1 -1
- package/esm/models/operations/deletedeployment.d.ts +1 -1
- package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/deletedomain.d.ts +1 -1
- package/esm/models/operations/deletemanager.d.ts +1 -1
- package/esm/models/operations/deleteproject.d.ts +1 -1
- package/esm/models/operations/deleteworkspace.d.ts +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
- package/esm/models/operations/generatemanagertoken.d.ts +1 -1
- package/esm/models/operations/getapikey.d.ts +1 -1
- package/esm/models/operations/getcloudregions.d.ts +1 -1
- package/esm/models/operations/getcommand.d.ts +1 -1
- package/esm/models/operations/getdebugsession.d.ts +20 -0
- package/esm/models/operations/getdebugsession.d.ts.map +1 -0
- package/esm/models/operations/getdebugsession.js +13 -0
- package/esm/models/operations/getdebugsession.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +1 -1
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +1 -1
- package/esm/models/operations/getdomain.d.ts +1 -1
- package/esm/models/operations/getevent.d.ts +1 -1
- package/esm/models/operations/getmanager.d.ts +1 -1
- package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
- package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
- package/esm/models/operations/getpackage.d.ts +1 -1
- package/esm/models/operations/getproject.d.ts +1 -1
- package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
- package/esm/models/operations/getrelease.d.ts +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/getworkspace.d.ts +1 -1
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
- package/esm/models/operations/importdeployment.d.ts +1 -1
- package/esm/models/operations/index.d.ts +6 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +1 -1
- package/esm/models/operations/listcommanddeployments.d.ts +1 -1
- package/esm/models/operations/listcommandnames.d.ts +1 -1
- package/esm/models/operations/listcommands.d.ts +1 -1
- package/esm/models/operations/listdebugsessions.d.ts +82 -0
- package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
- package/esm/models/operations/listdebugsessions.js +42 -0
- package/esm/models/operations/listdebugsessions.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
- package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeployments.d.ts +6 -1
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +1 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listevents.d.ts +1 -1
- package/esm/models/operations/listmanagerevents.d.ts +1 -1
- package/esm/models/operations/listmanagers.d.ts +1 -1
- package/esm/models/operations/listpackages.d.ts +1 -1
- package/esm/models/operations/listprojects.d.ts +1 -1
- package/esm/models/operations/listreleaseauthors.d.ts +1 -1
- package/esm/models/operations/listreleasebranches.d.ts +1 -1
- package/esm/models/operations/listreleases.d.ts +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +1 -1
- package/esm/models/operations/listresourceoverview.d.ts +1 -1
- package/esm/models/operations/listworkspacemembers.d.ts +1 -1
- package/esm/models/operations/listworkspaces.d.ts +1 -1
- package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
- package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
- package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
- package/esm/models/operations/plandeploymentcompute.js +897 -0
- package/esm/models/operations/plandeploymentcompute.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +401 -352
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/provisionmanager.d.ts +1 -1
- package/esm/models/operations/rebuildpackages.d.ts +1 -1
- package/esm/models/operations/redeploydeployment.d.ts +1 -1
- package/esm/models/operations/refreshdomain.d.ts +1 -1
- package/esm/models/operations/removeworkspacemember.d.ts +1 -1
- package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
- package/esm/models/operations/resolve.d.ts +1 -1
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +1 -1
- package/esm/models/operations/retrymanagersetup.d.ts +1 -1
- package/esm/models/operations/revokeapikey.d.ts +1 -1
- package/esm/models/operations/syncacquire.d.ts +1 -1
- package/esm/models/operations/synclist.d.ts +1 -1
- package/esm/models/operations/syncreconcile.d.ts +1 -1
- package/esm/models/operations/syncrelease.d.ts +1 -1
- package/esm/models/operations/updateapikey.d.ts +1 -1
- package/esm/models/operations/updatecommand.d.ts +1 -1
- package/esm/models/operations/updatedebugsession.d.ts +23 -0
- package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
- package/esm/models/operations/updatedebugsession.js +21 -0
- package/esm/models/operations/updatedebugsession.js.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
- package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/updatemanager.d.ts +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/updateproject.d.ts +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/updateworkspace.d.ts +1 -1
- package/esm/models/operations/updateworkspacemember.d.ts +1 -1
- package/esm/models/operations/whoami.d.ts +15 -0
- package/esm/models/operations/whoami.d.ts.map +1 -0
- package/esm/models/operations/whoami.js +12 -0
- package/esm/models/operations/whoami.js.map +1 -0
- package/esm/models/package.d.ts +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +232 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/prepareddeploymentstack.d.ts +248 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
- package/esm/models/prepareddeploymentstack.js +174 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -1
- package/esm/models/project.d.ts +1 -1
- package/esm/models/projectlistitemresponse.d.ts +1 -1
- package/esm/models/resolvedstackinputsummary.d.ts +23 -0
- package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
- package/esm/models/resolvedstackinputsummary.js +24 -0
- package/esm/models/resolvedstackinputsummary.js.map +1 -0
- package/esm/models/stackinputvaluerequest.d.ts +8 -0
- package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
- package/esm/models/stackinputvaluerequest.js +10 -0
- package/esm/models/stackinputvaluerequest.js.map +1 -0
- package/esm/models/syncacquireresponse.d.ts +916 -18
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +628 -1
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +313 -4
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +210 -1
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +921 -0
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +534 -0
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +1318 -174
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +901 -91
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateapikeyrequest.d.ts +11 -0
- package/esm/models/updateapikeyrequest.d.ts.map +1 -1
- package/esm/models/updateapikeyrequest.js +3 -0
- package/esm/models/updateapikeyrequest.js.map +1 -1
- package/esm/models/updatedebugsessionrequest.d.ts +21 -0
- package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
- package/esm/models/updatedebugsessionrequest.js +15 -0
- package/esm/models/updatedebugsessionrequest.js.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.js +14 -0
- package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
- package/esm/models/updateproject.d.ts +1 -1
- package/esm/sdk/auth.d.ts +2 -1
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +2 -2
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/debugsessions.d.ts +22 -0
- package/esm/sdk/debugsessions.d.ts.map +1 -0
- package/esm/sdk/debugsessions.js +36 -0
- package/esm/sdk/debugsessions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +4 -0
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +7 -0
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/user.d.ts +4 -4
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +6 -6
- package/esm/sdk/user.js.map +1 -1
- package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authWhoami.ts +25 -2
- package/src/funcs/debugSessionsCreate.ts +178 -0
- package/src/funcs/debugSessionsGet.ts +179 -0
- package/src/funcs/debugSessionsList.ts +181 -0
- package/src/funcs/debugSessionsUpdate.ts +182 -0
- package/src/funcs/deploymentPlanCompute.ts +176 -0
- package/src/funcs/deploymentsList.ts +3 -1
- package/src/lib/config.ts +2 -2
- package/src/models/commanddeploymentinfo.ts +2 -2
- package/src/models/createdebugsessionrequest.ts +52 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
- package/src/models/createmanagerresponse.ts +520 -0
- package/src/models/createreleaserequest.ts +7 -7
- package/src/models/createsetupregistrationoperationrequest.ts +241 -0
- package/src/models/debugpackagepresignedurls.ts +32 -0
- package/src/models/debugsession.ts +118 -0
- package/src/models/debugsessionlistresponse.ts +42 -0
- package/src/models/debugsessionstate.ts +31 -0
- package/src/models/deployment.ts +651 -5
- package/src/models/deploymentcomputeplan.ts +500 -0
- package/src/models/deploymentconnectioninfo.ts +33 -4
- package/src/models/deploymentdetailresponse.ts +715 -5
- package/src/models/deploymentinfo.ts +37 -1
- package/src/models/deploymentinfosetupconfig.ts +544 -0
- package/src/models/deploymentlistitemresponse.ts +2 -2
- package/src/models/deploymentsetupconfig.ts +9 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
- package/src/models/encryptedstackinputvalue.ts +86 -0
- package/src/models/forwardimportrequest.ts +9 -3
- package/src/models/importsource.ts +184 -0
- package/src/models/index.ts +11 -0
- package/src/models/managerretryresponse.ts +517 -0
- package/src/models/newdeploymentrequest.ts +219 -6
- package/src/models/operations/addworkspacemember.ts +1 -1
- package/src/models/operations/cancelmanagersetup.ts +1 -1
- package/src/models/operations/cancelpackage.ts +1 -1
- package/src/models/operations/createapikey.ts +1 -1
- package/src/models/operations/createcommand.ts +1 -1
- package/src/models/operations/createdebugsession.ts +45 -0
- package/src/models/operations/createdeployment.ts +1 -1
- package/src/models/operations/createdeploymentgroup.ts +1 -1
- package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
- package/src/models/operations/createdeploymenttoken.ts +1 -1
- package/src/models/operations/createdomain.ts +1 -1
- package/src/models/operations/createdomainendpoint.ts +1 -1
- package/src/models/operations/createmanager.ts +1 -1
- package/src/models/operations/createproject.ts +3 -3
- package/src/models/operations/createprojectfromtemplate.ts +3 -3
- package/src/models/operations/createrelease.ts +1 -1
- package/src/models/operations/createsetupregistrationoperation.ts +1 -1
- package/src/models/operations/deleteapikeys.ts +1 -1
- package/src/models/operations/deletedeployment.ts +1 -1
- package/src/models/operations/deletedeploymentgroup.ts +1 -1
- package/src/models/operations/deletedomain.ts +1 -1
- package/src/models/operations/deletemanager.ts +1 -1
- package/src/models/operations/deleteproject.ts +1 -1
- package/src/models/operations/deleteworkspace.ts +1 -1
- package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
- package/src/models/operations/generatemanagertoken.ts +1 -1
- package/src/models/operations/getapikey.ts +1 -1
- package/src/models/operations/getcloudregions.ts +1 -1
- package/src/models/operations/getcommand.ts +1 -1
- package/src/models/operations/getdebugsession.ts +39 -0
- package/src/models/operations/getdeployment.ts +1 -1
- package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
- package/src/models/operations/getdeploymentgroup.ts +1 -1
- package/src/models/operations/getdeploymentinfo.ts +1 -1
- package/src/models/operations/getdeploymentstats.ts +1 -1
- package/src/models/operations/getdomain.ts +1 -1
- package/src/models/operations/getevent.ts +1 -1
- package/src/models/operations/getmanager.ts +1 -1
- package/src/models/operations/getmanagerdeployment.ts +1 -1
- package/src/models/operations/getmanagerdomainbinding.ts +1 -1
- package/src/models/operations/getmanagermanagementconfig.ts +1 -1
- package/src/models/operations/getpackage.ts +1 -1
- package/src/models/operations/getproject.ts +1 -1
- package/src/models/operations/getprojectactiverelease.ts +1 -1
- package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
- package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/getprojecttemplateurls.ts +1 -1
- package/src/models/operations/getrelease.ts +1 -1
- package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
- package/src/models/operations/getsetupregistrationoperation.ts +1 -1
- package/src/models/operations/getworkspace.ts +1 -1
- package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
- package/src/models/operations/importdeployment.ts +1 -1
- package/src/models/operations/index.ts +6 -0
- package/src/models/operations/listapikeys.ts +1 -1
- package/src/models/operations/listbillingauditlog.ts +1 -1
- package/src/models/operations/listcommanddeployments.ts +1 -1
- package/src/models/operations/listcommandnames.ts +1 -1
- package/src/models/operations/listcommands.ts +1 -1
- package/src/models/operations/listdebugsessions.ts +117 -0
- package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
- package/src/models/operations/listdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeployments.ts +7 -1
- package/src/models/operations/listdomains.ts +1 -1
- package/src/models/operations/listevents.ts +1 -1
- package/src/models/operations/listmanagerevents.ts +1 -1
- package/src/models/operations/listmanagers.ts +1 -1
- package/src/models/operations/listpackages.ts +1 -1
- package/src/models/operations/listprojects.ts +1 -1
- package/src/models/operations/listreleaseauthors.ts +1 -1
- package/src/models/operations/listreleasebranches.ts +1 -1
- package/src/models/operations/listreleases.ts +1 -1
- package/src/models/operations/listresourcedeployments.ts +1 -1
- package/src/models/operations/listresourceoverview.ts +1 -1
- package/src/models/operations/listworkspacemembers.ts +1 -1
- package/src/models/operations/listworkspaces.ts +1 -1
- package/src/models/operations/pindeploymentrelease.ts +1 -1
- package/src/models/operations/plandeploymentcompute.ts +3412 -0
- package/src/models/operations/preparedeploymentstack.ts +1656 -1063
- package/src/models/operations/provisionmanager.ts +1 -1
- package/src/models/operations/rebuildpackages.ts +1 -1
- package/src/models/operations/redeploydeployment.ts +1 -1
- package/src/models/operations/refreshdomain.ts +1 -1
- package/src/models/operations/removeworkspacemember.ts +1 -1
- package/src/models/operations/reportmanagerheartbeat.ts +1 -1
- package/src/models/operations/resolve.ts +1 -1
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +1 -1
- package/src/models/operations/retrymanagersetup.ts +1 -1
- package/src/models/operations/revokeapikey.ts +1 -1
- package/src/models/operations/syncacquire.ts +1 -1
- package/src/models/operations/synclist.ts +1 -1
- package/src/models/operations/syncreconcile.ts +1 -1
- package/src/models/operations/syncrelease.ts +1 -1
- package/src/models/operations/updateapikey.ts +1 -1
- package/src/models/operations/updatecommand.ts +1 -1
- package/src/models/operations/updatedebugsession.ts +51 -0
- package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
- package/src/models/operations/updatedeploymentgroup.ts +1 -1
- package/src/models/operations/updatemanager.ts +1 -1
- package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
- package/src/models/operations/updateproject.ts +1 -1
- package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/updateworkspace.ts +1 -1
- package/src/models/operations/updateworkspacemember.ts +1 -1
- package/src/models/operations/whoami.ts +29 -0
- package/src/models/package.ts +1 -1
- package/src/models/persistimporteddeploymentrequest.ts +884 -0
- package/src/models/prepareddeploymentstack.ts +530 -0
- package/src/models/project.ts +1 -1
- package/src/models/projectlistitemresponse.ts +1 -1
- package/src/models/resolvedstackinputsummary.ts +54 -0
- package/src/models/stackinputvaluerequest.ts +28 -0
- package/src/models/syncacquireresponse.ts +2216 -154
- package/src/models/synclistresponse.ts +666 -5
- package/src/models/syncreconcilerequest.ts +2059 -82
- package/src/models/syncreconcileresponse.ts +2978 -444
- package/src/models/updateapikeyrequest.ts +17 -0
- package/src/models/updatedebugsessionrequest.ts +40 -0
- package/src/models/updatedeploymentsetuppolicy.ts +43 -0
- package/src/models/updateproject.ts +1 -1
- package/src/sdk/auth.ts +3 -0
- package/src/sdk/debugsessions.ts +70 -0
- package/src/sdk/deployment.ts +15 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/user.ts +12 -12
|
@@ -0,0 +1,1470 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import * as models from "../index.js";
|
|
4
|
+
export declare const PlanDeploymentComputePlatform: {
|
|
5
|
+
readonly Aws: "aws";
|
|
6
|
+
readonly Gcp: "gcp";
|
|
7
|
+
readonly Azure: "azure";
|
|
8
|
+
};
|
|
9
|
+
export type PlanDeploymentComputePlatform = ClosedEnum<typeof PlanDeploymentComputePlatform>;
|
|
10
|
+
export type PlanDeploymentComputePoolsAutoscale = {
|
|
11
|
+
mode: "autoscale";
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
machine?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
export type PlanDeploymentComputePoolsFixed = {
|
|
17
|
+
mode: "fixed";
|
|
18
|
+
machines: number;
|
|
19
|
+
machine?: string | undefined;
|
|
20
|
+
};
|
|
21
|
+
export type PlanDeploymentComputePoolsUnion = PlanDeploymentComputePoolsFixed | PlanDeploymentComputePoolsAutoscale;
|
|
22
|
+
export type PlanDeploymentComputeCompute = {
|
|
23
|
+
pools?: {
|
|
24
|
+
[k: string]: PlanDeploymentComputePoolsFixed | PlanDeploymentComputePoolsAutoscale;
|
|
25
|
+
} | undefined;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
29
|
+
*/
|
|
30
|
+
export declare const PlanDeploymentComputeDeploymentModel: {
|
|
31
|
+
readonly Push: "push";
|
|
32
|
+
readonly Pull: "pull";
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
36
|
+
*/
|
|
37
|
+
export type PlanDeploymentComputeDeploymentModel = ClosedEnum<typeof PlanDeploymentComputeDeploymentModel>;
|
|
38
|
+
export type PlanDeploymentComputeAws = {
|
|
39
|
+
certificateArn: string;
|
|
40
|
+
};
|
|
41
|
+
export type PlanDeploymentComputeAwsUnion = PlanDeploymentComputeAws | any;
|
|
42
|
+
export type PlanDeploymentComputeAzure = {
|
|
43
|
+
keyVaultCertificateId: string;
|
|
44
|
+
keyVaultResourceId?: string | null | undefined;
|
|
45
|
+
};
|
|
46
|
+
export type PlanDeploymentComputeAzureUnion = PlanDeploymentComputeAzure | any;
|
|
47
|
+
export type PlanDeploymentComputeGcp = {
|
|
48
|
+
certificateName: string;
|
|
49
|
+
};
|
|
50
|
+
export type PlanDeploymentComputeGcpUnion = PlanDeploymentComputeGcp | any;
|
|
51
|
+
/**
|
|
52
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
53
|
+
*/
|
|
54
|
+
export type PlanDeploymentComputeTlsSecretRef = {
|
|
55
|
+
/**
|
|
56
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
57
|
+
*/
|
|
58
|
+
namespace?: string | null | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* Secret name.
|
|
61
|
+
*/
|
|
62
|
+
secretName: string;
|
|
63
|
+
};
|
|
64
|
+
export type PlanDeploymentComputeDomainsKubernetes = {
|
|
65
|
+
/**
|
|
66
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
67
|
+
*/
|
|
68
|
+
tlsSecretRef: PlanDeploymentComputeTlsSecretRef;
|
|
69
|
+
};
|
|
70
|
+
export type PlanDeploymentComputeDomainsKubernetesUnion = PlanDeploymentComputeDomainsKubernetes | any;
|
|
71
|
+
/**
|
|
72
|
+
* Platform-specific certificate references for custom domains.
|
|
73
|
+
*/
|
|
74
|
+
export type PlanDeploymentComputeDomainsCertificate = {
|
|
75
|
+
aws?: PlanDeploymentComputeAws | any | null | undefined;
|
|
76
|
+
azure?: PlanDeploymentComputeAzure | any | null | undefined;
|
|
77
|
+
gcp?: PlanDeploymentComputeGcp | any | null | undefined;
|
|
78
|
+
kubernetes?: PlanDeploymentComputeDomainsKubernetes | any | null | undefined;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Custom domain configuration for a single resource.
|
|
82
|
+
*/
|
|
83
|
+
export type PlanDeploymentComputeCustomDomains = {
|
|
84
|
+
/**
|
|
85
|
+
* Platform-specific certificate references for custom domains.
|
|
86
|
+
*/
|
|
87
|
+
certificate: PlanDeploymentComputeDomainsCertificate;
|
|
88
|
+
/**
|
|
89
|
+
* Fully qualified domain name to use.
|
|
90
|
+
*/
|
|
91
|
+
domain: string;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Domain configuration for the stack.
|
|
95
|
+
*
|
|
96
|
+
* @remarks
|
|
97
|
+
*
|
|
98
|
+
* When `custom_domains` is set, the specified resources use customer-provided
|
|
99
|
+
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
100
|
+
*/
|
|
101
|
+
export type PlanDeploymentComputeDomains = {
|
|
102
|
+
/**
|
|
103
|
+
* Custom domain configuration per resource ID.
|
|
104
|
+
*/
|
|
105
|
+
customDomains?: {
|
|
106
|
+
[k: string]: PlanDeploymentComputeCustomDomains;
|
|
107
|
+
} | null | undefined;
|
|
108
|
+
};
|
|
109
|
+
export type PlanDeploymentComputeDomainsUnion = PlanDeploymentComputeDomains | any;
|
|
110
|
+
/**
|
|
111
|
+
* External bindings for pre-existing infrastructure.
|
|
112
|
+
*
|
|
113
|
+
* @remarks
|
|
114
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
115
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
116
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
117
|
+
*/
|
|
118
|
+
export type PlanDeploymentComputeExternalBindings = {};
|
|
119
|
+
/**
|
|
120
|
+
* How heartbeat health checks are handled.
|
|
121
|
+
*/
|
|
122
|
+
export declare const PlanDeploymentComputeHeartbeats: {
|
|
123
|
+
readonly Off: "off";
|
|
124
|
+
readonly On: "on";
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* How heartbeat health checks are handled.
|
|
128
|
+
*/
|
|
129
|
+
export type PlanDeploymentComputeHeartbeats = ClosedEnum<typeof PlanDeploymentComputeHeartbeats>;
|
|
130
|
+
/**
|
|
131
|
+
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
132
|
+
*/
|
|
133
|
+
export type PlanDeploymentComputeCloud = {
|
|
134
|
+
accountId?: string | null | undefined;
|
|
135
|
+
clusterId?: string | null | undefined;
|
|
136
|
+
clusterName?: string | null | undefined;
|
|
137
|
+
projectId?: string | null | undefined;
|
|
138
|
+
region?: string | null | undefined;
|
|
139
|
+
resourceGroup?: string | null | undefined;
|
|
140
|
+
subscriptionId?: string | null | undefined;
|
|
141
|
+
};
|
|
142
|
+
export type PlanDeploymentComputeCloudUnion = PlanDeploymentComputeCloud | any;
|
|
143
|
+
/**
|
|
144
|
+
* Ownership model for the Kubernetes cluster.
|
|
145
|
+
*/
|
|
146
|
+
export declare const PlanDeploymentComputeOwnership: {
|
|
147
|
+
readonly Managed: "managed";
|
|
148
|
+
readonly Existing: "existing";
|
|
149
|
+
readonly External: "external";
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Ownership model for the Kubernetes cluster.
|
|
153
|
+
*/
|
|
154
|
+
export type PlanDeploymentComputeOwnership = ClosedEnum<typeof PlanDeploymentComputeOwnership>;
|
|
155
|
+
/**
|
|
156
|
+
* Kubernetes cluster setup settings.
|
|
157
|
+
*/
|
|
158
|
+
export type PlanDeploymentComputeCluster = {
|
|
159
|
+
cloud?: PlanDeploymentComputeCloud | any | null | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* Namespace where the Alien chart and application resources run.
|
|
162
|
+
*/
|
|
163
|
+
namespace?: string | null | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Ownership model for the Kubernetes cluster.
|
|
166
|
+
*/
|
|
167
|
+
ownership: PlanDeploymentComputeOwnership;
|
|
168
|
+
};
|
|
169
|
+
export type PlanDeploymentComputeClusterUnion = PlanDeploymentComputeCluster | any;
|
|
170
|
+
export type PlanDeploymentComputeCertificateNone2 = {
|
|
171
|
+
mode: "none";
|
|
172
|
+
};
|
|
173
|
+
export type PlanDeploymentComputeCertificateManagedTLSSecret2 = {
|
|
174
|
+
mode: "managedTlsSecret";
|
|
175
|
+
/**
|
|
176
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
177
|
+
*/
|
|
178
|
+
secretNameTemplate: string;
|
|
179
|
+
};
|
|
180
|
+
export type PlanDeploymentComputeCertificateAwsAcmArn2 = {
|
|
181
|
+
/**
|
|
182
|
+
* Existing ACM certificate ARN.
|
|
183
|
+
*/
|
|
184
|
+
certificateArn: string;
|
|
185
|
+
mode: "awsAcmArn";
|
|
186
|
+
};
|
|
187
|
+
export type PlanDeploymentComputeCertificateManagedAcmImport2 = {
|
|
188
|
+
mode: "managedAcmImport";
|
|
189
|
+
/**
|
|
190
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
191
|
+
*/
|
|
192
|
+
region?: string | null | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
195
|
+
*/
|
|
196
|
+
tags?: {
|
|
197
|
+
[k: string]: string;
|
|
198
|
+
} | undefined;
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
202
|
+
*/
|
|
203
|
+
export type PlanDeploymentComputeCertificateTLSSecretRef2 = {
|
|
204
|
+
/**
|
|
205
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
206
|
+
*/
|
|
207
|
+
namespace?: string | null | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* Secret name.
|
|
210
|
+
*/
|
|
211
|
+
secretName: string;
|
|
212
|
+
mode: "tlsSecretRef";
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
216
|
+
*/
|
|
217
|
+
export type PlanDeploymentComputeCertificateUnion2 = PlanDeploymentComputeCertificateTLSSecretRef2 | PlanDeploymentComputeCertificateManagedAcmImport2 | PlanDeploymentComputeCertificateAwsAcmArn2 | PlanDeploymentComputeCertificateManagedTLSSecret2 | PlanDeploymentComputeCertificateNone2;
|
|
218
|
+
export declare const PlanDeploymentComputeModeCustom: {
|
|
219
|
+
readonly Custom: "custom";
|
|
220
|
+
};
|
|
221
|
+
export type PlanDeploymentComputeModeCustom = ClosedEnum<typeof PlanDeploymentComputeModeCustom>;
|
|
222
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4: {
|
|
223
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
224
|
+
};
|
|
225
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4>;
|
|
226
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4 = {
|
|
227
|
+
/**
|
|
228
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
229
|
+
*/
|
|
230
|
+
albName?: string | null | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
233
|
+
*/
|
|
234
|
+
albNamespace?: string | null | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* Public or internal frontend exposure.
|
|
237
|
+
*/
|
|
238
|
+
frontend: string;
|
|
239
|
+
provider: PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4;
|
|
240
|
+
};
|
|
241
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum4: {
|
|
242
|
+
readonly GkeGateway: "gkeGateway";
|
|
243
|
+
};
|
|
244
|
+
export type PlanDeploymentComputeProviderGkeGatewayEnum4 = ClosedEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum4>;
|
|
245
|
+
export type PlanDeploymentComputeProviderGkeGateway4 = {
|
|
246
|
+
provider: PlanDeploymentComputeProviderGkeGatewayEnum4;
|
|
247
|
+
/**
|
|
248
|
+
* Optional static address name for the Gateway frontend.
|
|
249
|
+
*/
|
|
250
|
+
staticAddressName?: string | null | undefined;
|
|
251
|
+
};
|
|
252
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum4: {
|
|
253
|
+
readonly AwsAlb: "awsAlb";
|
|
254
|
+
};
|
|
255
|
+
export type PlanDeploymentComputeProviderAwsAlbEnum4 = ClosedEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum4>;
|
|
256
|
+
export type PlanDeploymentComputeProviderAwsAlb4 = {
|
|
257
|
+
/**
|
|
258
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
259
|
+
*/
|
|
260
|
+
ipAddressType?: string | null | undefined;
|
|
261
|
+
provider: PlanDeploymentComputeProviderAwsAlbEnum4;
|
|
262
|
+
/**
|
|
263
|
+
* Internet-facing or internal ALB scheme.
|
|
264
|
+
*/
|
|
265
|
+
scheme: string;
|
|
266
|
+
/**
|
|
267
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
268
|
+
*/
|
|
269
|
+
subnetIds?: Array<string> | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* ALB target type, usually `ip`.
|
|
272
|
+
*/
|
|
273
|
+
targetType: string;
|
|
274
|
+
};
|
|
275
|
+
export type PlanDeploymentComputeProviderUnion4 = PlanDeploymentComputeProviderAwsAlb4 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4 | PlanDeploymentComputeProviderGkeGateway4 | any;
|
|
276
|
+
/**
|
|
277
|
+
* Shared Gateway API route profile values.
|
|
278
|
+
*/
|
|
279
|
+
export type PlanDeploymentComputeRouteGateway2 = {
|
|
280
|
+
/**
|
|
281
|
+
* Annotations applied to route objects.
|
|
282
|
+
*/
|
|
283
|
+
annotations?: {
|
|
284
|
+
[k: string]: string;
|
|
285
|
+
} | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
288
|
+
*/
|
|
289
|
+
controller?: string | null | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* GatewayClass selected for generated Gateways.
|
|
292
|
+
*/
|
|
293
|
+
gatewayClassName: string;
|
|
294
|
+
/**
|
|
295
|
+
* Labels applied to route objects.
|
|
296
|
+
*/
|
|
297
|
+
labels?: {
|
|
298
|
+
[k: string]: string;
|
|
299
|
+
} | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* Listener port, usually 443.
|
|
302
|
+
*/
|
|
303
|
+
listenerPort: number;
|
|
304
|
+
provider?: PlanDeploymentComputeProviderAwsAlb4 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4 | PlanDeploymentComputeProviderGkeGateway4 | any | null | undefined;
|
|
305
|
+
routeApi: "gateway";
|
|
306
|
+
};
|
|
307
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3: {
|
|
308
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
309
|
+
};
|
|
310
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3>;
|
|
311
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3 = {
|
|
312
|
+
/**
|
|
313
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
314
|
+
*/
|
|
315
|
+
albName?: string | null | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
318
|
+
*/
|
|
319
|
+
albNamespace?: string | null | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* Public or internal frontend exposure.
|
|
322
|
+
*/
|
|
323
|
+
frontend: string;
|
|
324
|
+
provider: PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3;
|
|
325
|
+
};
|
|
326
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum3: {
|
|
327
|
+
readonly GkeGateway: "gkeGateway";
|
|
328
|
+
};
|
|
329
|
+
export type PlanDeploymentComputeProviderGkeGatewayEnum3 = ClosedEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum3>;
|
|
330
|
+
export type PlanDeploymentComputeProviderGkeGateway3 = {
|
|
331
|
+
provider: PlanDeploymentComputeProviderGkeGatewayEnum3;
|
|
332
|
+
/**
|
|
333
|
+
* Optional static address name for the Gateway frontend.
|
|
334
|
+
*/
|
|
335
|
+
staticAddressName?: string | null | undefined;
|
|
336
|
+
};
|
|
337
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum3: {
|
|
338
|
+
readonly AwsAlb: "awsAlb";
|
|
339
|
+
};
|
|
340
|
+
export type PlanDeploymentComputeProviderAwsAlbEnum3 = ClosedEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum3>;
|
|
341
|
+
export type PlanDeploymentComputeProviderAwsAlb3 = {
|
|
342
|
+
/**
|
|
343
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
344
|
+
*/
|
|
345
|
+
ipAddressType?: string | null | undefined;
|
|
346
|
+
provider: PlanDeploymentComputeProviderAwsAlbEnum3;
|
|
347
|
+
/**
|
|
348
|
+
* Internet-facing or internal ALB scheme.
|
|
349
|
+
*/
|
|
350
|
+
scheme: string;
|
|
351
|
+
/**
|
|
352
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
353
|
+
*/
|
|
354
|
+
subnetIds?: Array<string> | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* ALB target type, usually `ip`.
|
|
357
|
+
*/
|
|
358
|
+
targetType: string;
|
|
359
|
+
};
|
|
360
|
+
export type PlanDeploymentComputeProviderUnion3 = PlanDeploymentComputeProviderAwsAlb3 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3 | PlanDeploymentComputeProviderGkeGateway3 | any;
|
|
361
|
+
/**
|
|
362
|
+
* Shared Ingress route profile values.
|
|
363
|
+
*/
|
|
364
|
+
export type PlanDeploymentComputeRouteIngress2 = {
|
|
365
|
+
/**
|
|
366
|
+
* Annotations applied to route objects.
|
|
367
|
+
*/
|
|
368
|
+
annotations?: {
|
|
369
|
+
[k: string]: string;
|
|
370
|
+
} | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
373
|
+
*/
|
|
374
|
+
controller?: string | null | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
377
|
+
*/
|
|
378
|
+
ingressClassName: string;
|
|
379
|
+
/**
|
|
380
|
+
* Labels applied to route objects.
|
|
381
|
+
*/
|
|
382
|
+
labels?: {
|
|
383
|
+
[k: string]: string;
|
|
384
|
+
} | undefined;
|
|
385
|
+
provider?: PlanDeploymentComputeProviderAwsAlb3 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3 | PlanDeploymentComputeProviderGkeGateway3 | any | null | undefined;
|
|
386
|
+
routeApi: "ingress";
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* Kubernetes route API selected for public endpoints.
|
|
390
|
+
*/
|
|
391
|
+
export type PlanDeploymentComputeRouteUnion2 = PlanDeploymentComputeRouteIngress2 | PlanDeploymentComputeRouteGateway2;
|
|
392
|
+
export type PlanDeploymentComputeExposureCustom = {
|
|
393
|
+
/**
|
|
394
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
395
|
+
*/
|
|
396
|
+
certificate: PlanDeploymentComputeCertificateTLSSecretRef2 | PlanDeploymentComputeCertificateManagedAcmImport2 | PlanDeploymentComputeCertificateAwsAcmArn2 | PlanDeploymentComputeCertificateManagedTLSSecret2 | PlanDeploymentComputeCertificateNone2;
|
|
397
|
+
/**
|
|
398
|
+
* Hostname routed by the Kubernetes public endpoint.
|
|
399
|
+
*/
|
|
400
|
+
domain: string;
|
|
401
|
+
mode: PlanDeploymentComputeModeCustom;
|
|
402
|
+
/**
|
|
403
|
+
* Kubernetes route API selected for public endpoints.
|
|
404
|
+
*/
|
|
405
|
+
route: PlanDeploymentComputeRouteIngress2 | PlanDeploymentComputeRouteGateway2;
|
|
406
|
+
};
|
|
407
|
+
export type PlanDeploymentComputeCertificateNone1 = {
|
|
408
|
+
mode: "none";
|
|
409
|
+
};
|
|
410
|
+
export type PlanDeploymentComputeCertificateManagedTLSSecret1 = {
|
|
411
|
+
mode: "managedTlsSecret";
|
|
412
|
+
/**
|
|
413
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
414
|
+
*/
|
|
415
|
+
secretNameTemplate: string;
|
|
416
|
+
};
|
|
417
|
+
export type PlanDeploymentComputeCertificateAwsAcmArn1 = {
|
|
418
|
+
/**
|
|
419
|
+
* Existing ACM certificate ARN.
|
|
420
|
+
*/
|
|
421
|
+
certificateArn: string;
|
|
422
|
+
mode: "awsAcmArn";
|
|
423
|
+
};
|
|
424
|
+
export type PlanDeploymentComputeCertificateManagedAcmImport1 = {
|
|
425
|
+
mode: "managedAcmImport";
|
|
426
|
+
/**
|
|
427
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
428
|
+
*/
|
|
429
|
+
region?: string | null | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
432
|
+
*/
|
|
433
|
+
tags?: {
|
|
434
|
+
[k: string]: string;
|
|
435
|
+
} | undefined;
|
|
436
|
+
};
|
|
437
|
+
/**
|
|
438
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
439
|
+
*/
|
|
440
|
+
export type PlanDeploymentComputeCertificateTLSSecretRef1 = {
|
|
441
|
+
/**
|
|
442
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
443
|
+
*/
|
|
444
|
+
namespace?: string | null | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* Secret name.
|
|
447
|
+
*/
|
|
448
|
+
secretName: string;
|
|
449
|
+
mode: "tlsSecretRef";
|
|
450
|
+
};
|
|
451
|
+
/**
|
|
452
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
453
|
+
*/
|
|
454
|
+
export type PlanDeploymentComputeCertificateUnion1 = PlanDeploymentComputeCertificateTLSSecretRef1 | PlanDeploymentComputeCertificateManagedAcmImport1 | PlanDeploymentComputeCertificateAwsAcmArn1 | PlanDeploymentComputeCertificateManagedTLSSecret1 | PlanDeploymentComputeCertificateNone1;
|
|
455
|
+
export declare const PlanDeploymentComputeModeGenerated: {
|
|
456
|
+
readonly Generated: "generated";
|
|
457
|
+
};
|
|
458
|
+
export type PlanDeploymentComputeModeGenerated = ClosedEnum<typeof PlanDeploymentComputeModeGenerated>;
|
|
459
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2: {
|
|
460
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
461
|
+
};
|
|
462
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2>;
|
|
463
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2 = {
|
|
464
|
+
/**
|
|
465
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
466
|
+
*/
|
|
467
|
+
albName?: string | null | undefined;
|
|
468
|
+
/**
|
|
469
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
470
|
+
*/
|
|
471
|
+
albNamespace?: string | null | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* Public or internal frontend exposure.
|
|
474
|
+
*/
|
|
475
|
+
frontend: string;
|
|
476
|
+
provider: PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2;
|
|
477
|
+
};
|
|
478
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum2: {
|
|
479
|
+
readonly GkeGateway: "gkeGateway";
|
|
480
|
+
};
|
|
481
|
+
export type PlanDeploymentComputeProviderGkeGatewayEnum2 = ClosedEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum2>;
|
|
482
|
+
export type PlanDeploymentComputeProviderGkeGateway2 = {
|
|
483
|
+
provider: PlanDeploymentComputeProviderGkeGatewayEnum2;
|
|
484
|
+
/**
|
|
485
|
+
* Optional static address name for the Gateway frontend.
|
|
486
|
+
*/
|
|
487
|
+
staticAddressName?: string | null | undefined;
|
|
488
|
+
};
|
|
489
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum2: {
|
|
490
|
+
readonly AwsAlb: "awsAlb";
|
|
491
|
+
};
|
|
492
|
+
export type PlanDeploymentComputeProviderAwsAlbEnum2 = ClosedEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum2>;
|
|
493
|
+
export type PlanDeploymentComputeProviderAwsAlb2 = {
|
|
494
|
+
/**
|
|
495
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
496
|
+
*/
|
|
497
|
+
ipAddressType?: string | null | undefined;
|
|
498
|
+
provider: PlanDeploymentComputeProviderAwsAlbEnum2;
|
|
499
|
+
/**
|
|
500
|
+
* Internet-facing or internal ALB scheme.
|
|
501
|
+
*/
|
|
502
|
+
scheme: string;
|
|
503
|
+
/**
|
|
504
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
505
|
+
*/
|
|
506
|
+
subnetIds?: Array<string> | undefined;
|
|
507
|
+
/**
|
|
508
|
+
* ALB target type, usually `ip`.
|
|
509
|
+
*/
|
|
510
|
+
targetType: string;
|
|
511
|
+
};
|
|
512
|
+
export type PlanDeploymentComputeProviderUnion2 = PlanDeploymentComputeProviderAwsAlb2 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2 | PlanDeploymentComputeProviderGkeGateway2 | any;
|
|
513
|
+
/**
|
|
514
|
+
* Shared Gateway API route profile values.
|
|
515
|
+
*/
|
|
516
|
+
export type PlanDeploymentComputeRouteGateway1 = {
|
|
517
|
+
/**
|
|
518
|
+
* Annotations applied to route objects.
|
|
519
|
+
*/
|
|
520
|
+
annotations?: {
|
|
521
|
+
[k: string]: string;
|
|
522
|
+
} | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
525
|
+
*/
|
|
526
|
+
controller?: string | null | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* GatewayClass selected for generated Gateways.
|
|
529
|
+
*/
|
|
530
|
+
gatewayClassName: string;
|
|
531
|
+
/**
|
|
532
|
+
* Labels applied to route objects.
|
|
533
|
+
*/
|
|
534
|
+
labels?: {
|
|
535
|
+
[k: string]: string;
|
|
536
|
+
} | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* Listener port, usually 443.
|
|
539
|
+
*/
|
|
540
|
+
listenerPort: number;
|
|
541
|
+
provider?: PlanDeploymentComputeProviderAwsAlb2 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2 | PlanDeploymentComputeProviderGkeGateway2 | any | null | undefined;
|
|
542
|
+
routeApi: "gateway";
|
|
543
|
+
};
|
|
544
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1: {
|
|
545
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
546
|
+
};
|
|
547
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1>;
|
|
548
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1 = {
|
|
549
|
+
/**
|
|
550
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
551
|
+
*/
|
|
552
|
+
albName?: string | null | undefined;
|
|
553
|
+
/**
|
|
554
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
555
|
+
*/
|
|
556
|
+
albNamespace?: string | null | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* Public or internal frontend exposure.
|
|
559
|
+
*/
|
|
560
|
+
frontend: string;
|
|
561
|
+
provider: PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1;
|
|
562
|
+
};
|
|
563
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum1: {
|
|
564
|
+
readonly GkeGateway: "gkeGateway";
|
|
565
|
+
};
|
|
566
|
+
export type PlanDeploymentComputeProviderGkeGatewayEnum1 = ClosedEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum1>;
|
|
567
|
+
export type PlanDeploymentComputeProviderGkeGateway1 = {
|
|
568
|
+
provider: PlanDeploymentComputeProviderGkeGatewayEnum1;
|
|
569
|
+
/**
|
|
570
|
+
* Optional static address name for the Gateway frontend.
|
|
571
|
+
*/
|
|
572
|
+
staticAddressName?: string | null | undefined;
|
|
573
|
+
};
|
|
574
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum1: {
|
|
575
|
+
readonly AwsAlb: "awsAlb";
|
|
576
|
+
};
|
|
577
|
+
export type PlanDeploymentComputeProviderAwsAlbEnum1 = ClosedEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum1>;
|
|
578
|
+
export type PlanDeploymentComputeProviderAwsAlb1 = {
|
|
579
|
+
/**
|
|
580
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
581
|
+
*/
|
|
582
|
+
ipAddressType?: string | null | undefined;
|
|
583
|
+
provider: PlanDeploymentComputeProviderAwsAlbEnum1;
|
|
584
|
+
/**
|
|
585
|
+
* Internet-facing or internal ALB scheme.
|
|
586
|
+
*/
|
|
587
|
+
scheme: string;
|
|
588
|
+
/**
|
|
589
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
590
|
+
*/
|
|
591
|
+
subnetIds?: Array<string> | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* ALB target type, usually `ip`.
|
|
594
|
+
*/
|
|
595
|
+
targetType: string;
|
|
596
|
+
};
|
|
597
|
+
export type PlanDeploymentComputeProviderUnion1 = PlanDeploymentComputeProviderAwsAlb1 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1 | PlanDeploymentComputeProviderGkeGateway1 | any;
|
|
598
|
+
/**
|
|
599
|
+
* Shared Ingress route profile values.
|
|
600
|
+
*/
|
|
601
|
+
export type PlanDeploymentComputeRouteIngress1 = {
|
|
602
|
+
/**
|
|
603
|
+
* Annotations applied to route objects.
|
|
604
|
+
*/
|
|
605
|
+
annotations?: {
|
|
606
|
+
[k: string]: string;
|
|
607
|
+
} | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
610
|
+
*/
|
|
611
|
+
controller?: string | null | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
614
|
+
*/
|
|
615
|
+
ingressClassName: string;
|
|
616
|
+
/**
|
|
617
|
+
* Labels applied to route objects.
|
|
618
|
+
*/
|
|
619
|
+
labels?: {
|
|
620
|
+
[k: string]: string;
|
|
621
|
+
} | undefined;
|
|
622
|
+
provider?: PlanDeploymentComputeProviderAwsAlb1 | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1 | PlanDeploymentComputeProviderGkeGateway1 | any | null | undefined;
|
|
623
|
+
routeApi: "ingress";
|
|
624
|
+
};
|
|
625
|
+
/**
|
|
626
|
+
* Kubernetes route API selected for public endpoints.
|
|
627
|
+
*/
|
|
628
|
+
export type PlanDeploymentComputeRouteUnion1 = PlanDeploymentComputeRouteIngress1 | PlanDeploymentComputeRouteGateway1;
|
|
629
|
+
export type PlanDeploymentComputeExposureGenerated = {
|
|
630
|
+
/**
|
|
631
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
632
|
+
*/
|
|
633
|
+
certificate: PlanDeploymentComputeCertificateTLSSecretRef1 | PlanDeploymentComputeCertificateManagedAcmImport1 | PlanDeploymentComputeCertificateAwsAcmArn1 | PlanDeploymentComputeCertificateManagedTLSSecret1 | PlanDeploymentComputeCertificateNone1;
|
|
634
|
+
mode: PlanDeploymentComputeModeGenerated;
|
|
635
|
+
/**
|
|
636
|
+
* Kubernetes route API selected for public endpoints.
|
|
637
|
+
*/
|
|
638
|
+
route: PlanDeploymentComputeRouteIngress1 | PlanDeploymentComputeRouteGateway1;
|
|
639
|
+
};
|
|
640
|
+
export declare const PlanDeploymentComputeModeDisabled: {
|
|
641
|
+
readonly Disabled: "disabled";
|
|
642
|
+
};
|
|
643
|
+
export type PlanDeploymentComputeModeDisabled = ClosedEnum<typeof PlanDeploymentComputeModeDisabled>;
|
|
644
|
+
export type PlanDeploymentComputeExposureDisabled = {
|
|
645
|
+
mode: PlanDeploymentComputeModeDisabled;
|
|
646
|
+
};
|
|
647
|
+
export type PlanDeploymentComputeExposureUnion = PlanDeploymentComputeExposureCustom | PlanDeploymentComputeExposureGenerated | PlanDeploymentComputeExposureDisabled | any;
|
|
648
|
+
/**
|
|
649
|
+
* Kubernetes runtime substrate configuration.
|
|
650
|
+
*
|
|
651
|
+
* @remarks
|
|
652
|
+
*
|
|
653
|
+
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
654
|
+
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
655
|
+
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
656
|
+
* cluster.
|
|
657
|
+
*/
|
|
658
|
+
export type PlanDeploymentComputeKubernetes = {
|
|
659
|
+
cluster?: PlanDeploymentComputeCluster | any | null | undefined;
|
|
660
|
+
exposure?: PlanDeploymentComputeExposureCustom | PlanDeploymentComputeExposureGenerated | PlanDeploymentComputeExposureDisabled | any | null | undefined;
|
|
661
|
+
};
|
|
662
|
+
export type PlanDeploymentComputeKubernetesUnion = PlanDeploymentComputeKubernetes | any;
|
|
663
|
+
export declare const PlanDeploymentComputeTypeByoVnetAzure: {
|
|
664
|
+
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
665
|
+
};
|
|
666
|
+
export type PlanDeploymentComputeTypeByoVnetAzure = ClosedEnum<typeof PlanDeploymentComputeTypeByoVnetAzure>;
|
|
667
|
+
export type PlanDeploymentComputeNetworkByoVnetAzure = {
|
|
668
|
+
/**
|
|
669
|
+
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
670
|
+
*/
|
|
671
|
+
applicationGatewaySubnetName?: string | null | undefined;
|
|
672
|
+
/**
|
|
673
|
+
* Name of the private subnet within the VNet
|
|
674
|
+
*/
|
|
675
|
+
privateSubnetName: string;
|
|
676
|
+
/**
|
|
677
|
+
* Name of the public subnet within the VNet
|
|
678
|
+
*/
|
|
679
|
+
publicSubnetName: string;
|
|
680
|
+
type: PlanDeploymentComputeTypeByoVnetAzure;
|
|
681
|
+
/**
|
|
682
|
+
* The full resource ID of the existing VNet
|
|
683
|
+
*/
|
|
684
|
+
vnetResourceId: string;
|
|
685
|
+
};
|
|
686
|
+
export declare const PlanDeploymentComputeTypeByoVpcGcp: {
|
|
687
|
+
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
688
|
+
};
|
|
689
|
+
export type PlanDeploymentComputeTypeByoVpcGcp = ClosedEnum<typeof PlanDeploymentComputeTypeByoVpcGcp>;
|
|
690
|
+
export type PlanDeploymentComputeNetworkByoVpcGcp = {
|
|
691
|
+
/**
|
|
692
|
+
* The name of the existing VPC network
|
|
693
|
+
*/
|
|
694
|
+
networkName: string;
|
|
695
|
+
/**
|
|
696
|
+
* The region of the subnet
|
|
697
|
+
*/
|
|
698
|
+
region: string;
|
|
699
|
+
/**
|
|
700
|
+
* The name of the subnet to use
|
|
701
|
+
*/
|
|
702
|
+
subnetName: string;
|
|
703
|
+
type: PlanDeploymentComputeTypeByoVpcGcp;
|
|
704
|
+
};
|
|
705
|
+
export declare const PlanDeploymentComputeTypeByoVpcAws: {
|
|
706
|
+
readonly ByoVpcAws: "byo-vpc-aws";
|
|
707
|
+
};
|
|
708
|
+
export type PlanDeploymentComputeTypeByoVpcAws = ClosedEnum<typeof PlanDeploymentComputeTypeByoVpcAws>;
|
|
709
|
+
export type PlanDeploymentComputeNetworkByoVpcAws = {
|
|
710
|
+
/**
|
|
711
|
+
* IDs of private subnets
|
|
712
|
+
*/
|
|
713
|
+
privateSubnetIds: Array<string>;
|
|
714
|
+
/**
|
|
715
|
+
* IDs of public subnets (required for public ingress)
|
|
716
|
+
*/
|
|
717
|
+
publicSubnetIds: Array<string>;
|
|
718
|
+
/**
|
|
719
|
+
* Optional security group IDs to use
|
|
720
|
+
*/
|
|
721
|
+
securityGroupIds?: Array<string> | undefined;
|
|
722
|
+
type: PlanDeploymentComputeTypeByoVpcAws;
|
|
723
|
+
/**
|
|
724
|
+
* The ID of the existing VPC
|
|
725
|
+
*/
|
|
726
|
+
vpcId: string;
|
|
727
|
+
};
|
|
728
|
+
export declare const PlanDeploymentComputeTypeCreate: {
|
|
729
|
+
readonly Create: "create";
|
|
730
|
+
};
|
|
731
|
+
export type PlanDeploymentComputeTypeCreate = ClosedEnum<typeof PlanDeploymentComputeTypeCreate>;
|
|
732
|
+
export type PlanDeploymentComputeNetworkCreate = {
|
|
733
|
+
/**
|
|
734
|
+
* Number of availability zones (default: 2).
|
|
735
|
+
*/
|
|
736
|
+
availabilityZones?: number | undefined;
|
|
737
|
+
/**
|
|
738
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
739
|
+
*
|
|
740
|
+
* @remarks
|
|
741
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
742
|
+
*/
|
|
743
|
+
cidr?: string | null | undefined;
|
|
744
|
+
type: PlanDeploymentComputeTypeCreate;
|
|
745
|
+
};
|
|
746
|
+
export declare const PlanDeploymentComputeTypeUseDefault: {
|
|
747
|
+
readonly UseDefault: "use-default";
|
|
748
|
+
};
|
|
749
|
+
export type PlanDeploymentComputeTypeUseDefault = ClosedEnum<typeof PlanDeploymentComputeTypeUseDefault>;
|
|
750
|
+
export type PlanDeploymentComputeNetworkUseDefault = {
|
|
751
|
+
type: PlanDeploymentComputeTypeUseDefault;
|
|
752
|
+
};
|
|
753
|
+
export type PlanDeploymentComputeNetworkUnion = PlanDeploymentComputeNetworkByoVpcAws | PlanDeploymentComputeNetworkByoVpcGcp | PlanDeploymentComputeNetworkByoVnetAzure | PlanDeploymentComputeNetworkUseDefault | PlanDeploymentComputeNetworkCreate | any;
|
|
754
|
+
/**
|
|
755
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
756
|
+
*/
|
|
757
|
+
export declare const PlanDeploymentComputeTelemetry: {
|
|
758
|
+
readonly Off: "off";
|
|
759
|
+
readonly Auto: "auto";
|
|
760
|
+
readonly ApprovalRequired: "approval-required";
|
|
761
|
+
};
|
|
762
|
+
/**
|
|
763
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
764
|
+
*/
|
|
765
|
+
export type PlanDeploymentComputeTelemetry = ClosedEnum<typeof PlanDeploymentComputeTelemetry>;
|
|
766
|
+
/**
|
|
767
|
+
* How updates are delivered to the deployment.
|
|
768
|
+
*/
|
|
769
|
+
export declare const PlanDeploymentComputeUpdates: {
|
|
770
|
+
readonly Auto: "auto";
|
|
771
|
+
readonly ApprovalRequired: "approval-required";
|
|
772
|
+
};
|
|
773
|
+
/**
|
|
774
|
+
* How updates are delivered to the deployment.
|
|
775
|
+
*/
|
|
776
|
+
export type PlanDeploymentComputeUpdates = ClosedEnum<typeof PlanDeploymentComputeUpdates>;
|
|
777
|
+
export type PlanDeploymentComputeStackSettings = {
|
|
778
|
+
compute?: PlanDeploymentComputeCompute | undefined;
|
|
779
|
+
/**
|
|
780
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
781
|
+
*/
|
|
782
|
+
deploymentModel?: PlanDeploymentComputeDeploymentModel | undefined;
|
|
783
|
+
domains?: PlanDeploymentComputeDomains | any | null | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* External bindings for pre-existing infrastructure.
|
|
786
|
+
*
|
|
787
|
+
* @remarks
|
|
788
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
789
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
790
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
791
|
+
*/
|
|
792
|
+
externalBindings?: PlanDeploymentComputeExternalBindings | null | undefined;
|
|
793
|
+
/**
|
|
794
|
+
* How heartbeat health checks are handled.
|
|
795
|
+
*/
|
|
796
|
+
heartbeats?: PlanDeploymentComputeHeartbeats | undefined;
|
|
797
|
+
kubernetes?: PlanDeploymentComputeKubernetes | any | null | undefined;
|
|
798
|
+
network?: PlanDeploymentComputeNetworkByoVpcAws | PlanDeploymentComputeNetworkByoVpcGcp | PlanDeploymentComputeNetworkByoVnetAzure | PlanDeploymentComputeNetworkUseDefault | PlanDeploymentComputeNetworkCreate | any | null | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
801
|
+
*/
|
|
802
|
+
telemetry?: PlanDeploymentComputeTelemetry | undefined;
|
|
803
|
+
/**
|
|
804
|
+
* How updates are delivered to the deployment.
|
|
805
|
+
*/
|
|
806
|
+
updates?: PlanDeploymentComputeUpdates | undefined;
|
|
807
|
+
};
|
|
808
|
+
export type PlanDeploymentComputeRequestBody = {
|
|
809
|
+
platform: PlanDeploymentComputePlatform;
|
|
810
|
+
setupMethod: models.DeploymentSetupMethod;
|
|
811
|
+
region?: string | undefined;
|
|
812
|
+
stackSettings: PlanDeploymentComputeStackSettings;
|
|
813
|
+
};
|
|
814
|
+
export type PlanDeploymentComputeRequest = {
|
|
815
|
+
/**
|
|
816
|
+
* Workspace name. Required for user/session/OAuth requests. Optional for API keys because API keys are workspace-scoped; if provided with an API key, it must match the key's workspace.
|
|
817
|
+
*/
|
|
818
|
+
workspace?: string | undefined;
|
|
819
|
+
requestBody?: PlanDeploymentComputeRequestBody | undefined;
|
|
820
|
+
};
|
|
821
|
+
/** @internal */
|
|
822
|
+
export declare const PlanDeploymentComputePlatform$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputePlatform>;
|
|
823
|
+
/** @internal */
|
|
824
|
+
export type PlanDeploymentComputePoolsAutoscale$Outbound = {
|
|
825
|
+
mode: "autoscale";
|
|
826
|
+
min: number;
|
|
827
|
+
max: number;
|
|
828
|
+
machine?: string | undefined;
|
|
829
|
+
};
|
|
830
|
+
/** @internal */
|
|
831
|
+
export declare const PlanDeploymentComputePoolsAutoscale$outboundSchema: z.ZodType<PlanDeploymentComputePoolsAutoscale$Outbound, PlanDeploymentComputePoolsAutoscale>;
|
|
832
|
+
export declare function planDeploymentComputePoolsAutoscaleToJSON(planDeploymentComputePoolsAutoscale: PlanDeploymentComputePoolsAutoscale): string;
|
|
833
|
+
/** @internal */
|
|
834
|
+
export type PlanDeploymentComputePoolsFixed$Outbound = {
|
|
835
|
+
mode: "fixed";
|
|
836
|
+
machines: number;
|
|
837
|
+
machine?: string | undefined;
|
|
838
|
+
};
|
|
839
|
+
/** @internal */
|
|
840
|
+
export declare const PlanDeploymentComputePoolsFixed$outboundSchema: z.ZodType<PlanDeploymentComputePoolsFixed$Outbound, PlanDeploymentComputePoolsFixed>;
|
|
841
|
+
export declare function planDeploymentComputePoolsFixedToJSON(planDeploymentComputePoolsFixed: PlanDeploymentComputePoolsFixed): string;
|
|
842
|
+
/** @internal */
|
|
843
|
+
export type PlanDeploymentComputePoolsUnion$Outbound = PlanDeploymentComputePoolsFixed$Outbound | PlanDeploymentComputePoolsAutoscale$Outbound;
|
|
844
|
+
/** @internal */
|
|
845
|
+
export declare const PlanDeploymentComputePoolsUnion$outboundSchema: z.ZodType<PlanDeploymentComputePoolsUnion$Outbound, PlanDeploymentComputePoolsUnion>;
|
|
846
|
+
export declare function planDeploymentComputePoolsUnionToJSON(planDeploymentComputePoolsUnion: PlanDeploymentComputePoolsUnion): string;
|
|
847
|
+
/** @internal */
|
|
848
|
+
export type PlanDeploymentComputeCompute$Outbound = {
|
|
849
|
+
pools?: {
|
|
850
|
+
[k: string]: PlanDeploymentComputePoolsFixed$Outbound | PlanDeploymentComputePoolsAutoscale$Outbound;
|
|
851
|
+
} | undefined;
|
|
852
|
+
};
|
|
853
|
+
/** @internal */
|
|
854
|
+
export declare const PlanDeploymentComputeCompute$outboundSchema: z.ZodType<PlanDeploymentComputeCompute$Outbound, PlanDeploymentComputeCompute>;
|
|
855
|
+
export declare function planDeploymentComputeComputeToJSON(planDeploymentComputeCompute: PlanDeploymentComputeCompute): string;
|
|
856
|
+
/** @internal */
|
|
857
|
+
export declare const PlanDeploymentComputeDeploymentModel$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeDeploymentModel>;
|
|
858
|
+
/** @internal */
|
|
859
|
+
export type PlanDeploymentComputeAws$Outbound = {
|
|
860
|
+
certificateArn: string;
|
|
861
|
+
};
|
|
862
|
+
/** @internal */
|
|
863
|
+
export declare const PlanDeploymentComputeAws$outboundSchema: z.ZodType<PlanDeploymentComputeAws$Outbound, PlanDeploymentComputeAws>;
|
|
864
|
+
export declare function planDeploymentComputeAwsToJSON(planDeploymentComputeAws: PlanDeploymentComputeAws): string;
|
|
865
|
+
/** @internal */
|
|
866
|
+
export type PlanDeploymentComputeAwsUnion$Outbound = PlanDeploymentComputeAws$Outbound | any;
|
|
867
|
+
/** @internal */
|
|
868
|
+
export declare const PlanDeploymentComputeAwsUnion$outboundSchema: z.ZodType<PlanDeploymentComputeAwsUnion$Outbound, PlanDeploymentComputeAwsUnion>;
|
|
869
|
+
export declare function planDeploymentComputeAwsUnionToJSON(planDeploymentComputeAwsUnion: PlanDeploymentComputeAwsUnion): string;
|
|
870
|
+
/** @internal */
|
|
871
|
+
export type PlanDeploymentComputeAzure$Outbound = {
|
|
872
|
+
keyVaultCertificateId: string;
|
|
873
|
+
keyVaultResourceId?: string | null | undefined;
|
|
874
|
+
};
|
|
875
|
+
/** @internal */
|
|
876
|
+
export declare const PlanDeploymentComputeAzure$outboundSchema: z.ZodType<PlanDeploymentComputeAzure$Outbound, PlanDeploymentComputeAzure>;
|
|
877
|
+
export declare function planDeploymentComputeAzureToJSON(planDeploymentComputeAzure: PlanDeploymentComputeAzure): string;
|
|
878
|
+
/** @internal */
|
|
879
|
+
export type PlanDeploymentComputeAzureUnion$Outbound = PlanDeploymentComputeAzure$Outbound | any;
|
|
880
|
+
/** @internal */
|
|
881
|
+
export declare const PlanDeploymentComputeAzureUnion$outboundSchema: z.ZodType<PlanDeploymentComputeAzureUnion$Outbound, PlanDeploymentComputeAzureUnion>;
|
|
882
|
+
export declare function planDeploymentComputeAzureUnionToJSON(planDeploymentComputeAzureUnion: PlanDeploymentComputeAzureUnion): string;
|
|
883
|
+
/** @internal */
|
|
884
|
+
export type PlanDeploymentComputeGcp$Outbound = {
|
|
885
|
+
certificateName: string;
|
|
886
|
+
};
|
|
887
|
+
/** @internal */
|
|
888
|
+
export declare const PlanDeploymentComputeGcp$outboundSchema: z.ZodType<PlanDeploymentComputeGcp$Outbound, PlanDeploymentComputeGcp>;
|
|
889
|
+
export declare function planDeploymentComputeGcpToJSON(planDeploymentComputeGcp: PlanDeploymentComputeGcp): string;
|
|
890
|
+
/** @internal */
|
|
891
|
+
export type PlanDeploymentComputeGcpUnion$Outbound = PlanDeploymentComputeGcp$Outbound | any;
|
|
892
|
+
/** @internal */
|
|
893
|
+
export declare const PlanDeploymentComputeGcpUnion$outboundSchema: z.ZodType<PlanDeploymentComputeGcpUnion$Outbound, PlanDeploymentComputeGcpUnion>;
|
|
894
|
+
export declare function planDeploymentComputeGcpUnionToJSON(planDeploymentComputeGcpUnion: PlanDeploymentComputeGcpUnion): string;
|
|
895
|
+
/** @internal */
|
|
896
|
+
export type PlanDeploymentComputeTlsSecretRef$Outbound = {
|
|
897
|
+
namespace?: string | null | undefined;
|
|
898
|
+
secretName: string;
|
|
899
|
+
};
|
|
900
|
+
/** @internal */
|
|
901
|
+
export declare const PlanDeploymentComputeTlsSecretRef$outboundSchema: z.ZodType<PlanDeploymentComputeTlsSecretRef$Outbound, PlanDeploymentComputeTlsSecretRef>;
|
|
902
|
+
export declare function planDeploymentComputeTlsSecretRefToJSON(planDeploymentComputeTlsSecretRef: PlanDeploymentComputeTlsSecretRef): string;
|
|
903
|
+
/** @internal */
|
|
904
|
+
export type PlanDeploymentComputeDomainsKubernetes$Outbound = {
|
|
905
|
+
tlsSecretRef: PlanDeploymentComputeTlsSecretRef$Outbound;
|
|
906
|
+
};
|
|
907
|
+
/** @internal */
|
|
908
|
+
export declare const PlanDeploymentComputeDomainsKubernetes$outboundSchema: z.ZodType<PlanDeploymentComputeDomainsKubernetes$Outbound, PlanDeploymentComputeDomainsKubernetes>;
|
|
909
|
+
export declare function planDeploymentComputeDomainsKubernetesToJSON(planDeploymentComputeDomainsKubernetes: PlanDeploymentComputeDomainsKubernetes): string;
|
|
910
|
+
/** @internal */
|
|
911
|
+
export type PlanDeploymentComputeDomainsKubernetesUnion$Outbound = PlanDeploymentComputeDomainsKubernetes$Outbound | any;
|
|
912
|
+
/** @internal */
|
|
913
|
+
export declare const PlanDeploymentComputeDomainsKubernetesUnion$outboundSchema: z.ZodType<PlanDeploymentComputeDomainsKubernetesUnion$Outbound, PlanDeploymentComputeDomainsKubernetesUnion>;
|
|
914
|
+
export declare function planDeploymentComputeDomainsKubernetesUnionToJSON(planDeploymentComputeDomainsKubernetesUnion: PlanDeploymentComputeDomainsKubernetesUnion): string;
|
|
915
|
+
/** @internal */
|
|
916
|
+
export type PlanDeploymentComputeDomainsCertificate$Outbound = {
|
|
917
|
+
aws?: PlanDeploymentComputeAws$Outbound | any | null | undefined;
|
|
918
|
+
azure?: PlanDeploymentComputeAzure$Outbound | any | null | undefined;
|
|
919
|
+
gcp?: PlanDeploymentComputeGcp$Outbound | any | null | undefined;
|
|
920
|
+
kubernetes?: PlanDeploymentComputeDomainsKubernetes$Outbound | any | null | undefined;
|
|
921
|
+
};
|
|
922
|
+
/** @internal */
|
|
923
|
+
export declare const PlanDeploymentComputeDomainsCertificate$outboundSchema: z.ZodType<PlanDeploymentComputeDomainsCertificate$Outbound, PlanDeploymentComputeDomainsCertificate>;
|
|
924
|
+
export declare function planDeploymentComputeDomainsCertificateToJSON(planDeploymentComputeDomainsCertificate: PlanDeploymentComputeDomainsCertificate): string;
|
|
925
|
+
/** @internal */
|
|
926
|
+
export type PlanDeploymentComputeCustomDomains$Outbound = {
|
|
927
|
+
certificate: PlanDeploymentComputeDomainsCertificate$Outbound;
|
|
928
|
+
domain: string;
|
|
929
|
+
};
|
|
930
|
+
/** @internal */
|
|
931
|
+
export declare const PlanDeploymentComputeCustomDomains$outboundSchema: z.ZodType<PlanDeploymentComputeCustomDomains$Outbound, PlanDeploymentComputeCustomDomains>;
|
|
932
|
+
export declare function planDeploymentComputeCustomDomainsToJSON(planDeploymentComputeCustomDomains: PlanDeploymentComputeCustomDomains): string;
|
|
933
|
+
/** @internal */
|
|
934
|
+
export type PlanDeploymentComputeDomains$Outbound = {
|
|
935
|
+
customDomains?: {
|
|
936
|
+
[k: string]: PlanDeploymentComputeCustomDomains$Outbound;
|
|
937
|
+
} | null | undefined;
|
|
938
|
+
};
|
|
939
|
+
/** @internal */
|
|
940
|
+
export declare const PlanDeploymentComputeDomains$outboundSchema: z.ZodType<PlanDeploymentComputeDomains$Outbound, PlanDeploymentComputeDomains>;
|
|
941
|
+
export declare function planDeploymentComputeDomainsToJSON(planDeploymentComputeDomains: PlanDeploymentComputeDomains): string;
|
|
942
|
+
/** @internal */
|
|
943
|
+
export type PlanDeploymentComputeDomainsUnion$Outbound = PlanDeploymentComputeDomains$Outbound | any;
|
|
944
|
+
/** @internal */
|
|
945
|
+
export declare const PlanDeploymentComputeDomainsUnion$outboundSchema: z.ZodType<PlanDeploymentComputeDomainsUnion$Outbound, PlanDeploymentComputeDomainsUnion>;
|
|
946
|
+
export declare function planDeploymentComputeDomainsUnionToJSON(planDeploymentComputeDomainsUnion: PlanDeploymentComputeDomainsUnion): string;
|
|
947
|
+
/** @internal */
|
|
948
|
+
export type PlanDeploymentComputeExternalBindings$Outbound = {};
|
|
949
|
+
/** @internal */
|
|
950
|
+
export declare const PlanDeploymentComputeExternalBindings$outboundSchema: z.ZodType<PlanDeploymentComputeExternalBindings$Outbound, PlanDeploymentComputeExternalBindings>;
|
|
951
|
+
export declare function planDeploymentComputeExternalBindingsToJSON(planDeploymentComputeExternalBindings: PlanDeploymentComputeExternalBindings): string;
|
|
952
|
+
/** @internal */
|
|
953
|
+
export declare const PlanDeploymentComputeHeartbeats$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeHeartbeats>;
|
|
954
|
+
/** @internal */
|
|
955
|
+
export type PlanDeploymentComputeCloud$Outbound = {
|
|
956
|
+
accountId?: string | null | undefined;
|
|
957
|
+
clusterId?: string | null | undefined;
|
|
958
|
+
clusterName?: string | null | undefined;
|
|
959
|
+
projectId?: string | null | undefined;
|
|
960
|
+
region?: string | null | undefined;
|
|
961
|
+
resourceGroup?: string | null | undefined;
|
|
962
|
+
subscriptionId?: string | null | undefined;
|
|
963
|
+
};
|
|
964
|
+
/** @internal */
|
|
965
|
+
export declare const PlanDeploymentComputeCloud$outboundSchema: z.ZodType<PlanDeploymentComputeCloud$Outbound, PlanDeploymentComputeCloud>;
|
|
966
|
+
export declare function planDeploymentComputeCloudToJSON(planDeploymentComputeCloud: PlanDeploymentComputeCloud): string;
|
|
967
|
+
/** @internal */
|
|
968
|
+
export type PlanDeploymentComputeCloudUnion$Outbound = PlanDeploymentComputeCloud$Outbound | any;
|
|
969
|
+
/** @internal */
|
|
970
|
+
export declare const PlanDeploymentComputeCloudUnion$outboundSchema: z.ZodType<PlanDeploymentComputeCloudUnion$Outbound, PlanDeploymentComputeCloudUnion>;
|
|
971
|
+
export declare function planDeploymentComputeCloudUnionToJSON(planDeploymentComputeCloudUnion: PlanDeploymentComputeCloudUnion): string;
|
|
972
|
+
/** @internal */
|
|
973
|
+
export declare const PlanDeploymentComputeOwnership$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeOwnership>;
|
|
974
|
+
/** @internal */
|
|
975
|
+
export type PlanDeploymentComputeCluster$Outbound = {
|
|
976
|
+
cloud?: PlanDeploymentComputeCloud$Outbound | any | null | undefined;
|
|
977
|
+
namespace?: string | null | undefined;
|
|
978
|
+
ownership: string;
|
|
979
|
+
};
|
|
980
|
+
/** @internal */
|
|
981
|
+
export declare const PlanDeploymentComputeCluster$outboundSchema: z.ZodType<PlanDeploymentComputeCluster$Outbound, PlanDeploymentComputeCluster>;
|
|
982
|
+
export declare function planDeploymentComputeClusterToJSON(planDeploymentComputeCluster: PlanDeploymentComputeCluster): string;
|
|
983
|
+
/** @internal */
|
|
984
|
+
export type PlanDeploymentComputeClusterUnion$Outbound = PlanDeploymentComputeCluster$Outbound | any;
|
|
985
|
+
/** @internal */
|
|
986
|
+
export declare const PlanDeploymentComputeClusterUnion$outboundSchema: z.ZodType<PlanDeploymentComputeClusterUnion$Outbound, PlanDeploymentComputeClusterUnion>;
|
|
987
|
+
export declare function planDeploymentComputeClusterUnionToJSON(planDeploymentComputeClusterUnion: PlanDeploymentComputeClusterUnion): string;
|
|
988
|
+
/** @internal */
|
|
989
|
+
export type PlanDeploymentComputeCertificateNone2$Outbound = {
|
|
990
|
+
mode: "none";
|
|
991
|
+
};
|
|
992
|
+
/** @internal */
|
|
993
|
+
export declare const PlanDeploymentComputeCertificateNone2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateNone2$Outbound, PlanDeploymentComputeCertificateNone2>;
|
|
994
|
+
export declare function planDeploymentComputeCertificateNone2ToJSON(planDeploymentComputeCertificateNone2: PlanDeploymentComputeCertificateNone2): string;
|
|
995
|
+
/** @internal */
|
|
996
|
+
export type PlanDeploymentComputeCertificateManagedTLSSecret2$Outbound = {
|
|
997
|
+
mode: "managedTlsSecret";
|
|
998
|
+
secretNameTemplate: string;
|
|
999
|
+
};
|
|
1000
|
+
/** @internal */
|
|
1001
|
+
export declare const PlanDeploymentComputeCertificateManagedTLSSecret2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateManagedTLSSecret2$Outbound, PlanDeploymentComputeCertificateManagedTLSSecret2>;
|
|
1002
|
+
export declare function planDeploymentComputeCertificateManagedTLSSecret2ToJSON(planDeploymentComputeCertificateManagedTLSSecret2: PlanDeploymentComputeCertificateManagedTLSSecret2): string;
|
|
1003
|
+
/** @internal */
|
|
1004
|
+
export type PlanDeploymentComputeCertificateAwsAcmArn2$Outbound = {
|
|
1005
|
+
certificateArn: string;
|
|
1006
|
+
mode: "awsAcmArn";
|
|
1007
|
+
};
|
|
1008
|
+
/** @internal */
|
|
1009
|
+
export declare const PlanDeploymentComputeCertificateAwsAcmArn2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateAwsAcmArn2$Outbound, PlanDeploymentComputeCertificateAwsAcmArn2>;
|
|
1010
|
+
export declare function planDeploymentComputeCertificateAwsAcmArn2ToJSON(planDeploymentComputeCertificateAwsAcmArn2: PlanDeploymentComputeCertificateAwsAcmArn2): string;
|
|
1011
|
+
/** @internal */
|
|
1012
|
+
export type PlanDeploymentComputeCertificateManagedAcmImport2$Outbound = {
|
|
1013
|
+
mode: "managedAcmImport";
|
|
1014
|
+
region?: string | null | undefined;
|
|
1015
|
+
tags?: {
|
|
1016
|
+
[k: string]: string;
|
|
1017
|
+
} | undefined;
|
|
1018
|
+
};
|
|
1019
|
+
/** @internal */
|
|
1020
|
+
export declare const PlanDeploymentComputeCertificateManagedAcmImport2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateManagedAcmImport2$Outbound, PlanDeploymentComputeCertificateManagedAcmImport2>;
|
|
1021
|
+
export declare function planDeploymentComputeCertificateManagedAcmImport2ToJSON(planDeploymentComputeCertificateManagedAcmImport2: PlanDeploymentComputeCertificateManagedAcmImport2): string;
|
|
1022
|
+
/** @internal */
|
|
1023
|
+
export type PlanDeploymentComputeCertificateTLSSecretRef2$Outbound = {
|
|
1024
|
+
namespace?: string | null | undefined;
|
|
1025
|
+
secretName: string;
|
|
1026
|
+
mode: "tlsSecretRef";
|
|
1027
|
+
};
|
|
1028
|
+
/** @internal */
|
|
1029
|
+
export declare const PlanDeploymentComputeCertificateTLSSecretRef2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateTLSSecretRef2$Outbound, PlanDeploymentComputeCertificateTLSSecretRef2>;
|
|
1030
|
+
export declare function planDeploymentComputeCertificateTLSSecretRef2ToJSON(planDeploymentComputeCertificateTLSSecretRef2: PlanDeploymentComputeCertificateTLSSecretRef2): string;
|
|
1031
|
+
/** @internal */
|
|
1032
|
+
export type PlanDeploymentComputeCertificateUnion2$Outbound = PlanDeploymentComputeCertificateTLSSecretRef2$Outbound | PlanDeploymentComputeCertificateManagedAcmImport2$Outbound | PlanDeploymentComputeCertificateAwsAcmArn2$Outbound | PlanDeploymentComputeCertificateManagedTLSSecret2$Outbound | PlanDeploymentComputeCertificateNone2$Outbound;
|
|
1033
|
+
/** @internal */
|
|
1034
|
+
export declare const PlanDeploymentComputeCertificateUnion2$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateUnion2$Outbound, PlanDeploymentComputeCertificateUnion2>;
|
|
1035
|
+
export declare function planDeploymentComputeCertificateUnion2ToJSON(planDeploymentComputeCertificateUnion2: PlanDeploymentComputeCertificateUnion2): string;
|
|
1036
|
+
/** @internal */
|
|
1037
|
+
export declare const PlanDeploymentComputeModeCustom$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeModeCustom>;
|
|
1038
|
+
/** @internal */
|
|
1039
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1040
|
+
/** @internal */
|
|
1041
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4$Outbound = {
|
|
1042
|
+
albName?: string | null | undefined;
|
|
1043
|
+
albNamespace?: string | null | undefined;
|
|
1044
|
+
frontend: string;
|
|
1045
|
+
provider: string;
|
|
1046
|
+
};
|
|
1047
|
+
/** @internal */
|
|
1048
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4$Outbound, PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4>;
|
|
1049
|
+
export declare function planDeploymentComputeProviderAzureApplicationGatewayForContainers4ToJSON(planDeploymentComputeProviderAzureApplicationGatewayForContainers4: PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4): string;
|
|
1050
|
+
/** @internal */
|
|
1051
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum4>;
|
|
1052
|
+
/** @internal */
|
|
1053
|
+
export type PlanDeploymentComputeProviderGkeGateway4$Outbound = {
|
|
1054
|
+
provider: string;
|
|
1055
|
+
staticAddressName?: string | null | undefined;
|
|
1056
|
+
};
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
export declare const PlanDeploymentComputeProviderGkeGateway4$outboundSchema: z.ZodType<PlanDeploymentComputeProviderGkeGateway4$Outbound, PlanDeploymentComputeProviderGkeGateway4>;
|
|
1059
|
+
export declare function planDeploymentComputeProviderGkeGateway4ToJSON(planDeploymentComputeProviderGkeGateway4: PlanDeploymentComputeProviderGkeGateway4): string;
|
|
1060
|
+
/** @internal */
|
|
1061
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum4>;
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export type PlanDeploymentComputeProviderAwsAlb4$Outbound = {
|
|
1064
|
+
ipAddressType?: string | null | undefined;
|
|
1065
|
+
provider: string;
|
|
1066
|
+
scheme: string;
|
|
1067
|
+
subnetIds?: Array<string> | undefined;
|
|
1068
|
+
targetType: string;
|
|
1069
|
+
};
|
|
1070
|
+
/** @internal */
|
|
1071
|
+
export declare const PlanDeploymentComputeProviderAwsAlb4$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAwsAlb4$Outbound, PlanDeploymentComputeProviderAwsAlb4>;
|
|
1072
|
+
export declare function planDeploymentComputeProviderAwsAlb4ToJSON(planDeploymentComputeProviderAwsAlb4: PlanDeploymentComputeProviderAwsAlb4): string;
|
|
1073
|
+
/** @internal */
|
|
1074
|
+
export type PlanDeploymentComputeProviderUnion4$Outbound = PlanDeploymentComputeProviderAwsAlb4$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4$Outbound | PlanDeploymentComputeProviderGkeGateway4$Outbound | any;
|
|
1075
|
+
/** @internal */
|
|
1076
|
+
export declare const PlanDeploymentComputeProviderUnion4$outboundSchema: z.ZodType<PlanDeploymentComputeProviderUnion4$Outbound, PlanDeploymentComputeProviderUnion4>;
|
|
1077
|
+
export declare function planDeploymentComputeProviderUnion4ToJSON(planDeploymentComputeProviderUnion4: PlanDeploymentComputeProviderUnion4): string;
|
|
1078
|
+
/** @internal */
|
|
1079
|
+
export type PlanDeploymentComputeRouteGateway2$Outbound = {
|
|
1080
|
+
annotations?: {
|
|
1081
|
+
[k: string]: string;
|
|
1082
|
+
} | undefined;
|
|
1083
|
+
controller?: string | null | undefined;
|
|
1084
|
+
gatewayClassName: string;
|
|
1085
|
+
labels?: {
|
|
1086
|
+
[k: string]: string;
|
|
1087
|
+
} | undefined;
|
|
1088
|
+
listenerPort: number;
|
|
1089
|
+
provider?: PlanDeploymentComputeProviderAwsAlb4$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers4$Outbound | PlanDeploymentComputeProviderGkeGateway4$Outbound | any | null | undefined;
|
|
1090
|
+
routeApi: "gateway";
|
|
1091
|
+
};
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export declare const PlanDeploymentComputeRouteGateway2$outboundSchema: z.ZodType<PlanDeploymentComputeRouteGateway2$Outbound, PlanDeploymentComputeRouteGateway2>;
|
|
1094
|
+
export declare function planDeploymentComputeRouteGateway2ToJSON(planDeploymentComputeRouteGateway2: PlanDeploymentComputeRouteGateway2): string;
|
|
1095
|
+
/** @internal */
|
|
1096
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1097
|
+
/** @internal */
|
|
1098
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3$Outbound = {
|
|
1099
|
+
albName?: string | null | undefined;
|
|
1100
|
+
albNamespace?: string | null | undefined;
|
|
1101
|
+
frontend: string;
|
|
1102
|
+
provider: string;
|
|
1103
|
+
};
|
|
1104
|
+
/** @internal */
|
|
1105
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3$Outbound, PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3>;
|
|
1106
|
+
export declare function planDeploymentComputeProviderAzureApplicationGatewayForContainers3ToJSON(planDeploymentComputeProviderAzureApplicationGatewayForContainers3: PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3): string;
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum3>;
|
|
1109
|
+
/** @internal */
|
|
1110
|
+
export type PlanDeploymentComputeProviderGkeGateway3$Outbound = {
|
|
1111
|
+
provider: string;
|
|
1112
|
+
staticAddressName?: string | null | undefined;
|
|
1113
|
+
};
|
|
1114
|
+
/** @internal */
|
|
1115
|
+
export declare const PlanDeploymentComputeProviderGkeGateway3$outboundSchema: z.ZodType<PlanDeploymentComputeProviderGkeGateway3$Outbound, PlanDeploymentComputeProviderGkeGateway3>;
|
|
1116
|
+
export declare function planDeploymentComputeProviderGkeGateway3ToJSON(planDeploymentComputeProviderGkeGateway3: PlanDeploymentComputeProviderGkeGateway3): string;
|
|
1117
|
+
/** @internal */
|
|
1118
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum3>;
|
|
1119
|
+
/** @internal */
|
|
1120
|
+
export type PlanDeploymentComputeProviderAwsAlb3$Outbound = {
|
|
1121
|
+
ipAddressType?: string | null | undefined;
|
|
1122
|
+
provider: string;
|
|
1123
|
+
scheme: string;
|
|
1124
|
+
subnetIds?: Array<string> | undefined;
|
|
1125
|
+
targetType: string;
|
|
1126
|
+
};
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export declare const PlanDeploymentComputeProviderAwsAlb3$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAwsAlb3$Outbound, PlanDeploymentComputeProviderAwsAlb3>;
|
|
1129
|
+
export declare function planDeploymentComputeProviderAwsAlb3ToJSON(planDeploymentComputeProviderAwsAlb3: PlanDeploymentComputeProviderAwsAlb3): string;
|
|
1130
|
+
/** @internal */
|
|
1131
|
+
export type PlanDeploymentComputeProviderUnion3$Outbound = PlanDeploymentComputeProviderAwsAlb3$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3$Outbound | PlanDeploymentComputeProviderGkeGateway3$Outbound | any;
|
|
1132
|
+
/** @internal */
|
|
1133
|
+
export declare const PlanDeploymentComputeProviderUnion3$outboundSchema: z.ZodType<PlanDeploymentComputeProviderUnion3$Outbound, PlanDeploymentComputeProviderUnion3>;
|
|
1134
|
+
export declare function planDeploymentComputeProviderUnion3ToJSON(planDeploymentComputeProviderUnion3: PlanDeploymentComputeProviderUnion3): string;
|
|
1135
|
+
/** @internal */
|
|
1136
|
+
export type PlanDeploymentComputeRouteIngress2$Outbound = {
|
|
1137
|
+
annotations?: {
|
|
1138
|
+
[k: string]: string;
|
|
1139
|
+
} | undefined;
|
|
1140
|
+
controller?: string | null | undefined;
|
|
1141
|
+
ingressClassName: string;
|
|
1142
|
+
labels?: {
|
|
1143
|
+
[k: string]: string;
|
|
1144
|
+
} | undefined;
|
|
1145
|
+
provider?: PlanDeploymentComputeProviderAwsAlb3$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers3$Outbound | PlanDeploymentComputeProviderGkeGateway3$Outbound | any | null | undefined;
|
|
1146
|
+
routeApi: "ingress";
|
|
1147
|
+
};
|
|
1148
|
+
/** @internal */
|
|
1149
|
+
export declare const PlanDeploymentComputeRouteIngress2$outboundSchema: z.ZodType<PlanDeploymentComputeRouteIngress2$Outbound, PlanDeploymentComputeRouteIngress2>;
|
|
1150
|
+
export declare function planDeploymentComputeRouteIngress2ToJSON(planDeploymentComputeRouteIngress2: PlanDeploymentComputeRouteIngress2): string;
|
|
1151
|
+
/** @internal */
|
|
1152
|
+
export type PlanDeploymentComputeRouteUnion2$Outbound = PlanDeploymentComputeRouteIngress2$Outbound | PlanDeploymentComputeRouteGateway2$Outbound;
|
|
1153
|
+
/** @internal */
|
|
1154
|
+
export declare const PlanDeploymentComputeRouteUnion2$outboundSchema: z.ZodType<PlanDeploymentComputeRouteUnion2$Outbound, PlanDeploymentComputeRouteUnion2>;
|
|
1155
|
+
export declare function planDeploymentComputeRouteUnion2ToJSON(planDeploymentComputeRouteUnion2: PlanDeploymentComputeRouteUnion2): string;
|
|
1156
|
+
/** @internal */
|
|
1157
|
+
export type PlanDeploymentComputeExposureCustom$Outbound = {
|
|
1158
|
+
certificate: PlanDeploymentComputeCertificateTLSSecretRef2$Outbound | PlanDeploymentComputeCertificateManagedAcmImport2$Outbound | PlanDeploymentComputeCertificateAwsAcmArn2$Outbound | PlanDeploymentComputeCertificateManagedTLSSecret2$Outbound | PlanDeploymentComputeCertificateNone2$Outbound;
|
|
1159
|
+
domain: string;
|
|
1160
|
+
mode: string;
|
|
1161
|
+
route: PlanDeploymentComputeRouteIngress2$Outbound | PlanDeploymentComputeRouteGateway2$Outbound;
|
|
1162
|
+
};
|
|
1163
|
+
/** @internal */
|
|
1164
|
+
export declare const PlanDeploymentComputeExposureCustom$outboundSchema: z.ZodType<PlanDeploymentComputeExposureCustom$Outbound, PlanDeploymentComputeExposureCustom>;
|
|
1165
|
+
export declare function planDeploymentComputeExposureCustomToJSON(planDeploymentComputeExposureCustom: PlanDeploymentComputeExposureCustom): string;
|
|
1166
|
+
/** @internal */
|
|
1167
|
+
export type PlanDeploymentComputeCertificateNone1$Outbound = {
|
|
1168
|
+
mode: "none";
|
|
1169
|
+
};
|
|
1170
|
+
/** @internal */
|
|
1171
|
+
export declare const PlanDeploymentComputeCertificateNone1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateNone1$Outbound, PlanDeploymentComputeCertificateNone1>;
|
|
1172
|
+
export declare function planDeploymentComputeCertificateNone1ToJSON(planDeploymentComputeCertificateNone1: PlanDeploymentComputeCertificateNone1): string;
|
|
1173
|
+
/** @internal */
|
|
1174
|
+
export type PlanDeploymentComputeCertificateManagedTLSSecret1$Outbound = {
|
|
1175
|
+
mode: "managedTlsSecret";
|
|
1176
|
+
secretNameTemplate: string;
|
|
1177
|
+
};
|
|
1178
|
+
/** @internal */
|
|
1179
|
+
export declare const PlanDeploymentComputeCertificateManagedTLSSecret1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateManagedTLSSecret1$Outbound, PlanDeploymentComputeCertificateManagedTLSSecret1>;
|
|
1180
|
+
export declare function planDeploymentComputeCertificateManagedTLSSecret1ToJSON(planDeploymentComputeCertificateManagedTLSSecret1: PlanDeploymentComputeCertificateManagedTLSSecret1): string;
|
|
1181
|
+
/** @internal */
|
|
1182
|
+
export type PlanDeploymentComputeCertificateAwsAcmArn1$Outbound = {
|
|
1183
|
+
certificateArn: string;
|
|
1184
|
+
mode: "awsAcmArn";
|
|
1185
|
+
};
|
|
1186
|
+
/** @internal */
|
|
1187
|
+
export declare const PlanDeploymentComputeCertificateAwsAcmArn1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateAwsAcmArn1$Outbound, PlanDeploymentComputeCertificateAwsAcmArn1>;
|
|
1188
|
+
export declare function planDeploymentComputeCertificateAwsAcmArn1ToJSON(planDeploymentComputeCertificateAwsAcmArn1: PlanDeploymentComputeCertificateAwsAcmArn1): string;
|
|
1189
|
+
/** @internal */
|
|
1190
|
+
export type PlanDeploymentComputeCertificateManagedAcmImport1$Outbound = {
|
|
1191
|
+
mode: "managedAcmImport";
|
|
1192
|
+
region?: string | null | undefined;
|
|
1193
|
+
tags?: {
|
|
1194
|
+
[k: string]: string;
|
|
1195
|
+
} | undefined;
|
|
1196
|
+
};
|
|
1197
|
+
/** @internal */
|
|
1198
|
+
export declare const PlanDeploymentComputeCertificateManagedAcmImport1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateManagedAcmImport1$Outbound, PlanDeploymentComputeCertificateManagedAcmImport1>;
|
|
1199
|
+
export declare function planDeploymentComputeCertificateManagedAcmImport1ToJSON(planDeploymentComputeCertificateManagedAcmImport1: PlanDeploymentComputeCertificateManagedAcmImport1): string;
|
|
1200
|
+
/** @internal */
|
|
1201
|
+
export type PlanDeploymentComputeCertificateTLSSecretRef1$Outbound = {
|
|
1202
|
+
namespace?: string | null | undefined;
|
|
1203
|
+
secretName: string;
|
|
1204
|
+
mode: "tlsSecretRef";
|
|
1205
|
+
};
|
|
1206
|
+
/** @internal */
|
|
1207
|
+
export declare const PlanDeploymentComputeCertificateTLSSecretRef1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateTLSSecretRef1$Outbound, PlanDeploymentComputeCertificateTLSSecretRef1>;
|
|
1208
|
+
export declare function planDeploymentComputeCertificateTLSSecretRef1ToJSON(planDeploymentComputeCertificateTLSSecretRef1: PlanDeploymentComputeCertificateTLSSecretRef1): string;
|
|
1209
|
+
/** @internal */
|
|
1210
|
+
export type PlanDeploymentComputeCertificateUnion1$Outbound = PlanDeploymentComputeCertificateTLSSecretRef1$Outbound | PlanDeploymentComputeCertificateManagedAcmImport1$Outbound | PlanDeploymentComputeCertificateAwsAcmArn1$Outbound | PlanDeploymentComputeCertificateManagedTLSSecret1$Outbound | PlanDeploymentComputeCertificateNone1$Outbound;
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
export declare const PlanDeploymentComputeCertificateUnion1$outboundSchema: z.ZodType<PlanDeploymentComputeCertificateUnion1$Outbound, PlanDeploymentComputeCertificateUnion1>;
|
|
1213
|
+
export declare function planDeploymentComputeCertificateUnion1ToJSON(planDeploymentComputeCertificateUnion1: PlanDeploymentComputeCertificateUnion1): string;
|
|
1214
|
+
/** @internal */
|
|
1215
|
+
export declare const PlanDeploymentComputeModeGenerated$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeModeGenerated>;
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1218
|
+
/** @internal */
|
|
1219
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2$Outbound = {
|
|
1220
|
+
albName?: string | null | undefined;
|
|
1221
|
+
albNamespace?: string | null | undefined;
|
|
1222
|
+
frontend: string;
|
|
1223
|
+
provider: string;
|
|
1224
|
+
};
|
|
1225
|
+
/** @internal */
|
|
1226
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2$Outbound, PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2>;
|
|
1227
|
+
export declare function planDeploymentComputeProviderAzureApplicationGatewayForContainers2ToJSON(planDeploymentComputeProviderAzureApplicationGatewayForContainers2: PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2): string;
|
|
1228
|
+
/** @internal */
|
|
1229
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum2>;
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export type PlanDeploymentComputeProviderGkeGateway2$Outbound = {
|
|
1232
|
+
provider: string;
|
|
1233
|
+
staticAddressName?: string | null | undefined;
|
|
1234
|
+
};
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
export declare const PlanDeploymentComputeProviderGkeGateway2$outboundSchema: z.ZodType<PlanDeploymentComputeProviderGkeGateway2$Outbound, PlanDeploymentComputeProviderGkeGateway2>;
|
|
1237
|
+
export declare function planDeploymentComputeProviderGkeGateway2ToJSON(planDeploymentComputeProviderGkeGateway2: PlanDeploymentComputeProviderGkeGateway2): string;
|
|
1238
|
+
/** @internal */
|
|
1239
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum2>;
|
|
1240
|
+
/** @internal */
|
|
1241
|
+
export type PlanDeploymentComputeProviderAwsAlb2$Outbound = {
|
|
1242
|
+
ipAddressType?: string | null | undefined;
|
|
1243
|
+
provider: string;
|
|
1244
|
+
scheme: string;
|
|
1245
|
+
subnetIds?: Array<string> | undefined;
|
|
1246
|
+
targetType: string;
|
|
1247
|
+
};
|
|
1248
|
+
/** @internal */
|
|
1249
|
+
export declare const PlanDeploymentComputeProviderAwsAlb2$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAwsAlb2$Outbound, PlanDeploymentComputeProviderAwsAlb2>;
|
|
1250
|
+
export declare function planDeploymentComputeProviderAwsAlb2ToJSON(planDeploymentComputeProviderAwsAlb2: PlanDeploymentComputeProviderAwsAlb2): string;
|
|
1251
|
+
/** @internal */
|
|
1252
|
+
export type PlanDeploymentComputeProviderUnion2$Outbound = PlanDeploymentComputeProviderAwsAlb2$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2$Outbound | PlanDeploymentComputeProviderGkeGateway2$Outbound | any;
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export declare const PlanDeploymentComputeProviderUnion2$outboundSchema: z.ZodType<PlanDeploymentComputeProviderUnion2$Outbound, PlanDeploymentComputeProviderUnion2>;
|
|
1255
|
+
export declare function planDeploymentComputeProviderUnion2ToJSON(planDeploymentComputeProviderUnion2: PlanDeploymentComputeProviderUnion2): string;
|
|
1256
|
+
/** @internal */
|
|
1257
|
+
export type PlanDeploymentComputeRouteGateway1$Outbound = {
|
|
1258
|
+
annotations?: {
|
|
1259
|
+
[k: string]: string;
|
|
1260
|
+
} | undefined;
|
|
1261
|
+
controller?: string | null | undefined;
|
|
1262
|
+
gatewayClassName: string;
|
|
1263
|
+
labels?: {
|
|
1264
|
+
[k: string]: string;
|
|
1265
|
+
} | undefined;
|
|
1266
|
+
listenerPort: number;
|
|
1267
|
+
provider?: PlanDeploymentComputeProviderAwsAlb2$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers2$Outbound | PlanDeploymentComputeProviderGkeGateway2$Outbound | any | null | undefined;
|
|
1268
|
+
routeApi: "gateway";
|
|
1269
|
+
};
|
|
1270
|
+
/** @internal */
|
|
1271
|
+
export declare const PlanDeploymentComputeRouteGateway1$outboundSchema: z.ZodType<PlanDeploymentComputeRouteGateway1$Outbound, PlanDeploymentComputeRouteGateway1>;
|
|
1272
|
+
export declare function planDeploymentComputeRouteGateway1ToJSON(planDeploymentComputeRouteGateway1: PlanDeploymentComputeRouteGateway1): string;
|
|
1273
|
+
/** @internal */
|
|
1274
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1275
|
+
/** @internal */
|
|
1276
|
+
export type PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1$Outbound = {
|
|
1277
|
+
albName?: string | null | undefined;
|
|
1278
|
+
albNamespace?: string | null | undefined;
|
|
1279
|
+
frontend: string;
|
|
1280
|
+
provider: string;
|
|
1281
|
+
};
|
|
1282
|
+
/** @internal */
|
|
1283
|
+
export declare const PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1$Outbound, PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1>;
|
|
1284
|
+
export declare function planDeploymentComputeProviderAzureApplicationGatewayForContainers1ToJSON(planDeploymentComputeProviderAzureApplicationGatewayForContainers1: PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1): string;
|
|
1285
|
+
/** @internal */
|
|
1286
|
+
export declare const PlanDeploymentComputeProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderGkeGatewayEnum1>;
|
|
1287
|
+
/** @internal */
|
|
1288
|
+
export type PlanDeploymentComputeProviderGkeGateway1$Outbound = {
|
|
1289
|
+
provider: string;
|
|
1290
|
+
staticAddressName?: string | null | undefined;
|
|
1291
|
+
};
|
|
1292
|
+
/** @internal */
|
|
1293
|
+
export declare const PlanDeploymentComputeProviderGkeGateway1$outboundSchema: z.ZodType<PlanDeploymentComputeProviderGkeGateway1$Outbound, PlanDeploymentComputeProviderGkeGateway1>;
|
|
1294
|
+
export declare function planDeploymentComputeProviderGkeGateway1ToJSON(planDeploymentComputeProviderGkeGateway1: PlanDeploymentComputeProviderGkeGateway1): string;
|
|
1295
|
+
/** @internal */
|
|
1296
|
+
export declare const PlanDeploymentComputeProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeProviderAwsAlbEnum1>;
|
|
1297
|
+
/** @internal */
|
|
1298
|
+
export type PlanDeploymentComputeProviderAwsAlb1$Outbound = {
|
|
1299
|
+
ipAddressType?: string | null | undefined;
|
|
1300
|
+
provider: string;
|
|
1301
|
+
scheme: string;
|
|
1302
|
+
subnetIds?: Array<string> | undefined;
|
|
1303
|
+
targetType: string;
|
|
1304
|
+
};
|
|
1305
|
+
/** @internal */
|
|
1306
|
+
export declare const PlanDeploymentComputeProviderAwsAlb1$outboundSchema: z.ZodType<PlanDeploymentComputeProviderAwsAlb1$Outbound, PlanDeploymentComputeProviderAwsAlb1>;
|
|
1307
|
+
export declare function planDeploymentComputeProviderAwsAlb1ToJSON(planDeploymentComputeProviderAwsAlb1: PlanDeploymentComputeProviderAwsAlb1): string;
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export type PlanDeploymentComputeProviderUnion1$Outbound = PlanDeploymentComputeProviderAwsAlb1$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1$Outbound | PlanDeploymentComputeProviderGkeGateway1$Outbound | any;
|
|
1310
|
+
/** @internal */
|
|
1311
|
+
export declare const PlanDeploymentComputeProviderUnion1$outboundSchema: z.ZodType<PlanDeploymentComputeProviderUnion1$Outbound, PlanDeploymentComputeProviderUnion1>;
|
|
1312
|
+
export declare function planDeploymentComputeProviderUnion1ToJSON(planDeploymentComputeProviderUnion1: PlanDeploymentComputeProviderUnion1): string;
|
|
1313
|
+
/** @internal */
|
|
1314
|
+
export type PlanDeploymentComputeRouteIngress1$Outbound = {
|
|
1315
|
+
annotations?: {
|
|
1316
|
+
[k: string]: string;
|
|
1317
|
+
} | undefined;
|
|
1318
|
+
controller?: string | null | undefined;
|
|
1319
|
+
ingressClassName: string;
|
|
1320
|
+
labels?: {
|
|
1321
|
+
[k: string]: string;
|
|
1322
|
+
} | undefined;
|
|
1323
|
+
provider?: PlanDeploymentComputeProviderAwsAlb1$Outbound | PlanDeploymentComputeProviderAzureApplicationGatewayForContainers1$Outbound | PlanDeploymentComputeProviderGkeGateway1$Outbound | any | null | undefined;
|
|
1324
|
+
routeApi: "ingress";
|
|
1325
|
+
};
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export declare const PlanDeploymentComputeRouteIngress1$outboundSchema: z.ZodType<PlanDeploymentComputeRouteIngress1$Outbound, PlanDeploymentComputeRouteIngress1>;
|
|
1328
|
+
export declare function planDeploymentComputeRouteIngress1ToJSON(planDeploymentComputeRouteIngress1: PlanDeploymentComputeRouteIngress1): string;
|
|
1329
|
+
/** @internal */
|
|
1330
|
+
export type PlanDeploymentComputeRouteUnion1$Outbound = PlanDeploymentComputeRouteIngress1$Outbound | PlanDeploymentComputeRouteGateway1$Outbound;
|
|
1331
|
+
/** @internal */
|
|
1332
|
+
export declare const PlanDeploymentComputeRouteUnion1$outboundSchema: z.ZodType<PlanDeploymentComputeRouteUnion1$Outbound, PlanDeploymentComputeRouteUnion1>;
|
|
1333
|
+
export declare function planDeploymentComputeRouteUnion1ToJSON(planDeploymentComputeRouteUnion1: PlanDeploymentComputeRouteUnion1): string;
|
|
1334
|
+
/** @internal */
|
|
1335
|
+
export type PlanDeploymentComputeExposureGenerated$Outbound = {
|
|
1336
|
+
certificate: PlanDeploymentComputeCertificateTLSSecretRef1$Outbound | PlanDeploymentComputeCertificateManagedAcmImport1$Outbound | PlanDeploymentComputeCertificateAwsAcmArn1$Outbound | PlanDeploymentComputeCertificateManagedTLSSecret1$Outbound | PlanDeploymentComputeCertificateNone1$Outbound;
|
|
1337
|
+
mode: string;
|
|
1338
|
+
route: PlanDeploymentComputeRouteIngress1$Outbound | PlanDeploymentComputeRouteGateway1$Outbound;
|
|
1339
|
+
};
|
|
1340
|
+
/** @internal */
|
|
1341
|
+
export declare const PlanDeploymentComputeExposureGenerated$outboundSchema: z.ZodType<PlanDeploymentComputeExposureGenerated$Outbound, PlanDeploymentComputeExposureGenerated>;
|
|
1342
|
+
export declare function planDeploymentComputeExposureGeneratedToJSON(planDeploymentComputeExposureGenerated: PlanDeploymentComputeExposureGenerated): string;
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
export declare const PlanDeploymentComputeModeDisabled$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeModeDisabled>;
|
|
1345
|
+
/** @internal */
|
|
1346
|
+
export type PlanDeploymentComputeExposureDisabled$Outbound = {
|
|
1347
|
+
mode: string;
|
|
1348
|
+
};
|
|
1349
|
+
/** @internal */
|
|
1350
|
+
export declare const PlanDeploymentComputeExposureDisabled$outboundSchema: z.ZodType<PlanDeploymentComputeExposureDisabled$Outbound, PlanDeploymentComputeExposureDisabled>;
|
|
1351
|
+
export declare function planDeploymentComputeExposureDisabledToJSON(planDeploymentComputeExposureDisabled: PlanDeploymentComputeExposureDisabled): string;
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export type PlanDeploymentComputeExposureUnion$Outbound = PlanDeploymentComputeExposureCustom$Outbound | PlanDeploymentComputeExposureGenerated$Outbound | PlanDeploymentComputeExposureDisabled$Outbound | any;
|
|
1354
|
+
/** @internal */
|
|
1355
|
+
export declare const PlanDeploymentComputeExposureUnion$outboundSchema: z.ZodType<PlanDeploymentComputeExposureUnion$Outbound, PlanDeploymentComputeExposureUnion>;
|
|
1356
|
+
export declare function planDeploymentComputeExposureUnionToJSON(planDeploymentComputeExposureUnion: PlanDeploymentComputeExposureUnion): string;
|
|
1357
|
+
/** @internal */
|
|
1358
|
+
export type PlanDeploymentComputeKubernetes$Outbound = {
|
|
1359
|
+
cluster?: PlanDeploymentComputeCluster$Outbound | any | null | undefined;
|
|
1360
|
+
exposure?: PlanDeploymentComputeExposureCustom$Outbound | PlanDeploymentComputeExposureGenerated$Outbound | PlanDeploymentComputeExposureDisabled$Outbound | any | null | undefined;
|
|
1361
|
+
};
|
|
1362
|
+
/** @internal */
|
|
1363
|
+
export declare const PlanDeploymentComputeKubernetes$outboundSchema: z.ZodType<PlanDeploymentComputeKubernetes$Outbound, PlanDeploymentComputeKubernetes>;
|
|
1364
|
+
export declare function planDeploymentComputeKubernetesToJSON(planDeploymentComputeKubernetes: PlanDeploymentComputeKubernetes): string;
|
|
1365
|
+
/** @internal */
|
|
1366
|
+
export type PlanDeploymentComputeKubernetesUnion$Outbound = PlanDeploymentComputeKubernetes$Outbound | any;
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
export declare const PlanDeploymentComputeKubernetesUnion$outboundSchema: z.ZodType<PlanDeploymentComputeKubernetesUnion$Outbound, PlanDeploymentComputeKubernetesUnion>;
|
|
1369
|
+
export declare function planDeploymentComputeKubernetesUnionToJSON(planDeploymentComputeKubernetesUnion: PlanDeploymentComputeKubernetesUnion): string;
|
|
1370
|
+
/** @internal */
|
|
1371
|
+
export declare const PlanDeploymentComputeTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTypeByoVnetAzure>;
|
|
1372
|
+
/** @internal */
|
|
1373
|
+
export type PlanDeploymentComputeNetworkByoVnetAzure$Outbound = {
|
|
1374
|
+
application_gateway_subnet_name?: string | null | undefined;
|
|
1375
|
+
private_subnet_name: string;
|
|
1376
|
+
public_subnet_name: string;
|
|
1377
|
+
type: string;
|
|
1378
|
+
vnet_resource_id: string;
|
|
1379
|
+
};
|
|
1380
|
+
/** @internal */
|
|
1381
|
+
export declare const PlanDeploymentComputeNetworkByoVnetAzure$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkByoVnetAzure$Outbound, PlanDeploymentComputeNetworkByoVnetAzure>;
|
|
1382
|
+
export declare function planDeploymentComputeNetworkByoVnetAzureToJSON(planDeploymentComputeNetworkByoVnetAzure: PlanDeploymentComputeNetworkByoVnetAzure): string;
|
|
1383
|
+
/** @internal */
|
|
1384
|
+
export declare const PlanDeploymentComputeTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTypeByoVpcGcp>;
|
|
1385
|
+
/** @internal */
|
|
1386
|
+
export type PlanDeploymentComputeNetworkByoVpcGcp$Outbound = {
|
|
1387
|
+
network_name: string;
|
|
1388
|
+
region: string;
|
|
1389
|
+
subnet_name: string;
|
|
1390
|
+
type: string;
|
|
1391
|
+
};
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export declare const PlanDeploymentComputeNetworkByoVpcGcp$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkByoVpcGcp$Outbound, PlanDeploymentComputeNetworkByoVpcGcp>;
|
|
1394
|
+
export declare function planDeploymentComputeNetworkByoVpcGcpToJSON(planDeploymentComputeNetworkByoVpcGcp: PlanDeploymentComputeNetworkByoVpcGcp): string;
|
|
1395
|
+
/** @internal */
|
|
1396
|
+
export declare const PlanDeploymentComputeTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTypeByoVpcAws>;
|
|
1397
|
+
/** @internal */
|
|
1398
|
+
export type PlanDeploymentComputeNetworkByoVpcAws$Outbound = {
|
|
1399
|
+
private_subnet_ids: Array<string>;
|
|
1400
|
+
public_subnet_ids: Array<string>;
|
|
1401
|
+
security_group_ids?: Array<string> | undefined;
|
|
1402
|
+
type: string;
|
|
1403
|
+
vpc_id: string;
|
|
1404
|
+
};
|
|
1405
|
+
/** @internal */
|
|
1406
|
+
export declare const PlanDeploymentComputeNetworkByoVpcAws$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkByoVpcAws$Outbound, PlanDeploymentComputeNetworkByoVpcAws>;
|
|
1407
|
+
export declare function planDeploymentComputeNetworkByoVpcAwsToJSON(planDeploymentComputeNetworkByoVpcAws: PlanDeploymentComputeNetworkByoVpcAws): string;
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export declare const PlanDeploymentComputeTypeCreate$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTypeCreate>;
|
|
1410
|
+
/** @internal */
|
|
1411
|
+
export type PlanDeploymentComputeNetworkCreate$Outbound = {
|
|
1412
|
+
availability_zones?: number | undefined;
|
|
1413
|
+
cidr?: string | null | undefined;
|
|
1414
|
+
type: string;
|
|
1415
|
+
};
|
|
1416
|
+
/** @internal */
|
|
1417
|
+
export declare const PlanDeploymentComputeNetworkCreate$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkCreate$Outbound, PlanDeploymentComputeNetworkCreate>;
|
|
1418
|
+
export declare function planDeploymentComputeNetworkCreateToJSON(planDeploymentComputeNetworkCreate: PlanDeploymentComputeNetworkCreate): string;
|
|
1419
|
+
/** @internal */
|
|
1420
|
+
export declare const PlanDeploymentComputeTypeUseDefault$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTypeUseDefault>;
|
|
1421
|
+
/** @internal */
|
|
1422
|
+
export type PlanDeploymentComputeNetworkUseDefault$Outbound = {
|
|
1423
|
+
type: string;
|
|
1424
|
+
};
|
|
1425
|
+
/** @internal */
|
|
1426
|
+
export declare const PlanDeploymentComputeNetworkUseDefault$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkUseDefault$Outbound, PlanDeploymentComputeNetworkUseDefault>;
|
|
1427
|
+
export declare function planDeploymentComputeNetworkUseDefaultToJSON(planDeploymentComputeNetworkUseDefault: PlanDeploymentComputeNetworkUseDefault): string;
|
|
1428
|
+
/** @internal */
|
|
1429
|
+
export type PlanDeploymentComputeNetworkUnion$Outbound = PlanDeploymentComputeNetworkByoVpcAws$Outbound | PlanDeploymentComputeNetworkByoVpcGcp$Outbound | PlanDeploymentComputeNetworkByoVnetAzure$Outbound | PlanDeploymentComputeNetworkUseDefault$Outbound | PlanDeploymentComputeNetworkCreate$Outbound | any;
|
|
1430
|
+
/** @internal */
|
|
1431
|
+
export declare const PlanDeploymentComputeNetworkUnion$outboundSchema: z.ZodType<PlanDeploymentComputeNetworkUnion$Outbound, PlanDeploymentComputeNetworkUnion>;
|
|
1432
|
+
export declare function planDeploymentComputeNetworkUnionToJSON(planDeploymentComputeNetworkUnion: PlanDeploymentComputeNetworkUnion): string;
|
|
1433
|
+
/** @internal */
|
|
1434
|
+
export declare const PlanDeploymentComputeTelemetry$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeTelemetry>;
|
|
1435
|
+
/** @internal */
|
|
1436
|
+
export declare const PlanDeploymentComputeUpdates$outboundSchema: z.ZodEnum<typeof PlanDeploymentComputeUpdates>;
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
export type PlanDeploymentComputeStackSettings$Outbound = {
|
|
1439
|
+
compute?: PlanDeploymentComputeCompute$Outbound | undefined;
|
|
1440
|
+
deploymentModel?: string | undefined;
|
|
1441
|
+
domains?: PlanDeploymentComputeDomains$Outbound | any | null | undefined;
|
|
1442
|
+
externalBindings?: PlanDeploymentComputeExternalBindings$Outbound | null | undefined;
|
|
1443
|
+
heartbeats?: string | undefined;
|
|
1444
|
+
kubernetes?: PlanDeploymentComputeKubernetes$Outbound | any | null | undefined;
|
|
1445
|
+
network?: PlanDeploymentComputeNetworkByoVpcAws$Outbound | PlanDeploymentComputeNetworkByoVpcGcp$Outbound | PlanDeploymentComputeNetworkByoVnetAzure$Outbound | PlanDeploymentComputeNetworkUseDefault$Outbound | PlanDeploymentComputeNetworkCreate$Outbound | any | null | undefined;
|
|
1446
|
+
telemetry?: string | undefined;
|
|
1447
|
+
updates?: string | undefined;
|
|
1448
|
+
};
|
|
1449
|
+
/** @internal */
|
|
1450
|
+
export declare const PlanDeploymentComputeStackSettings$outboundSchema: z.ZodType<PlanDeploymentComputeStackSettings$Outbound, PlanDeploymentComputeStackSettings>;
|
|
1451
|
+
export declare function planDeploymentComputeStackSettingsToJSON(planDeploymentComputeStackSettings: PlanDeploymentComputeStackSettings): string;
|
|
1452
|
+
/** @internal */
|
|
1453
|
+
export type PlanDeploymentComputeRequestBody$Outbound = {
|
|
1454
|
+
platform: string;
|
|
1455
|
+
setupMethod: string;
|
|
1456
|
+
region?: string | undefined;
|
|
1457
|
+
stackSettings: PlanDeploymentComputeStackSettings$Outbound;
|
|
1458
|
+
};
|
|
1459
|
+
/** @internal */
|
|
1460
|
+
export declare const PlanDeploymentComputeRequestBody$outboundSchema: z.ZodType<PlanDeploymentComputeRequestBody$Outbound, PlanDeploymentComputeRequestBody>;
|
|
1461
|
+
export declare function planDeploymentComputeRequestBodyToJSON(planDeploymentComputeRequestBody: PlanDeploymentComputeRequestBody): string;
|
|
1462
|
+
/** @internal */
|
|
1463
|
+
export type PlanDeploymentComputeRequest$Outbound = {
|
|
1464
|
+
workspace?: string | undefined;
|
|
1465
|
+
RequestBody?: PlanDeploymentComputeRequestBody$Outbound | undefined;
|
|
1466
|
+
};
|
|
1467
|
+
/** @internal */
|
|
1468
|
+
export declare const PlanDeploymentComputeRequest$outboundSchema: z.ZodType<PlanDeploymentComputeRequest$Outbound, PlanDeploymentComputeRequest>;
|
|
1469
|
+
export declare function planDeploymentComputeRequestToJSON(planDeploymentComputeRequest: PlanDeploymentComputeRequest): string;
|
|
1470
|
+
//# sourceMappingURL=plandeploymentcompute.d.ts.map
|