@alienplatform/platform-api 1.8.0 → 1.10.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
|
@@ -7,34 +7,51 @@ export declare const PrepareDeploymentStackPlatform: {
|
|
|
7
7
|
readonly Azure: "azure";
|
|
8
8
|
};
|
|
9
9
|
export type PrepareDeploymentStackPlatform = ClosedEnum<typeof PrepareDeploymentStackPlatform>;
|
|
10
|
+
export type PrepareDeploymentStackPoolsAutoscale = {
|
|
11
|
+
mode: "autoscale";
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
machine?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
export type PrepareDeploymentStackPoolsFixed = {
|
|
17
|
+
mode: "fixed";
|
|
18
|
+
machines: number;
|
|
19
|
+
machine?: string | undefined;
|
|
20
|
+
};
|
|
21
|
+
export type PrepareDeploymentStackPoolsUnion = PrepareDeploymentStackPoolsFixed | PrepareDeploymentStackPoolsAutoscale;
|
|
22
|
+
export type PrepareDeploymentStackCompute = {
|
|
23
|
+
pools?: {
|
|
24
|
+
[k: string]: PrepareDeploymentStackPoolsFixed | PrepareDeploymentStackPoolsAutoscale;
|
|
25
|
+
} | undefined;
|
|
26
|
+
};
|
|
10
27
|
/**
|
|
11
28
|
* Deployment model: how updates are delivered to the remote environment.
|
|
12
29
|
*/
|
|
13
|
-
export declare const
|
|
30
|
+
export declare const PrepareDeploymentStackDeploymentModel: {
|
|
14
31
|
readonly Push: "push";
|
|
15
32
|
readonly Pull: "pull";
|
|
16
33
|
};
|
|
17
34
|
/**
|
|
18
35
|
* Deployment model: how updates are delivered to the remote environment.
|
|
19
36
|
*/
|
|
20
|
-
export type
|
|
37
|
+
export type PrepareDeploymentStackDeploymentModel = ClosedEnum<typeof PrepareDeploymentStackDeploymentModel>;
|
|
21
38
|
export type PrepareDeploymentStackAws = {
|
|
22
39
|
certificateArn: string;
|
|
23
40
|
};
|
|
24
|
-
export type
|
|
41
|
+
export type PrepareDeploymentStackAwsUnion = PrepareDeploymentStackAws | any;
|
|
25
42
|
export type PrepareDeploymentStackAzure = {
|
|
26
43
|
keyVaultCertificateId: string;
|
|
27
44
|
keyVaultResourceId?: string | null | undefined;
|
|
28
45
|
};
|
|
29
|
-
export type
|
|
46
|
+
export type PrepareDeploymentStackAzureUnion = PrepareDeploymentStackAzure | any;
|
|
30
47
|
export type PrepareDeploymentStackGcp = {
|
|
31
48
|
certificateName: string;
|
|
32
49
|
};
|
|
33
|
-
export type
|
|
50
|
+
export type PrepareDeploymentStackGcpUnion = PrepareDeploymentStackGcp | any;
|
|
34
51
|
/**
|
|
35
52
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
36
53
|
*/
|
|
37
|
-
export type
|
|
54
|
+
export type PrepareDeploymentStackTlsSecretRef = {
|
|
38
55
|
/**
|
|
39
56
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
40
57
|
*/
|
|
@@ -44,30 +61,30 @@ export type TlsSecretRef = {
|
|
|
44
61
|
*/
|
|
45
62
|
secretName: string;
|
|
46
63
|
};
|
|
47
|
-
export type
|
|
64
|
+
export type PrepareDeploymentStackDomainsKubernetes = {
|
|
48
65
|
/**
|
|
49
66
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
50
67
|
*/
|
|
51
|
-
tlsSecretRef:
|
|
68
|
+
tlsSecretRef: PrepareDeploymentStackTlsSecretRef;
|
|
52
69
|
};
|
|
53
|
-
export type
|
|
70
|
+
export type PrepareDeploymentStackDomainsKubernetesUnion = PrepareDeploymentStackDomainsKubernetes | any;
|
|
54
71
|
/**
|
|
55
72
|
* Platform-specific certificate references for custom domains.
|
|
56
73
|
*/
|
|
57
|
-
export type
|
|
74
|
+
export type PrepareDeploymentStackDomainsCertificate = {
|
|
58
75
|
aws?: PrepareDeploymentStackAws | any | null | undefined;
|
|
59
76
|
azure?: PrepareDeploymentStackAzure | any | null | undefined;
|
|
60
77
|
gcp?: PrepareDeploymentStackGcp | any | null | undefined;
|
|
61
|
-
kubernetes?:
|
|
78
|
+
kubernetes?: PrepareDeploymentStackDomainsKubernetes | any | null | undefined;
|
|
62
79
|
};
|
|
63
80
|
/**
|
|
64
81
|
* Custom domain configuration for a single resource.
|
|
65
82
|
*/
|
|
66
|
-
export type
|
|
83
|
+
export type PrepareDeploymentStackCustomDomains = {
|
|
67
84
|
/**
|
|
68
85
|
* Platform-specific certificate references for custom domains.
|
|
69
86
|
*/
|
|
70
|
-
certificate:
|
|
87
|
+
certificate: PrepareDeploymentStackDomainsCertificate;
|
|
71
88
|
/**
|
|
72
89
|
* Fully qualified domain name to use.
|
|
73
90
|
*/
|
|
@@ -81,15 +98,15 @@ export type CustomDomains = {
|
|
|
81
98
|
* When `custom_domains` is set, the specified resources use customer-provided
|
|
82
99
|
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
83
100
|
*/
|
|
84
|
-
export type
|
|
101
|
+
export type PrepareDeploymentStackDomains = {
|
|
85
102
|
/**
|
|
86
103
|
* Custom domain configuration per resource ID.
|
|
87
104
|
*/
|
|
88
105
|
customDomains?: {
|
|
89
|
-
[k: string]:
|
|
106
|
+
[k: string]: PrepareDeploymentStackCustomDomains;
|
|
90
107
|
} | null | undefined;
|
|
91
108
|
};
|
|
92
|
-
export type
|
|
109
|
+
export type PrepareDeploymentStackDomainsUnion = PrepareDeploymentStackDomains | any;
|
|
93
110
|
/**
|
|
94
111
|
* External bindings for pre-existing infrastructure.
|
|
95
112
|
*
|
|
@@ -98,22 +115,22 @@ export type DomainsUnion = Domains | any;
|
|
|
98
115
|
* Environment, etc.) instead of having Alien provision them.
|
|
99
116
|
* Required for Kubernetes platform, optional for cloud platforms.
|
|
100
117
|
*/
|
|
101
|
-
export type
|
|
118
|
+
export type PrepareDeploymentStackExternalBindings = {};
|
|
102
119
|
/**
|
|
103
120
|
* How heartbeat health checks are handled.
|
|
104
121
|
*/
|
|
105
|
-
export declare const
|
|
122
|
+
export declare const PrepareDeploymentStackHeartbeats: {
|
|
106
123
|
readonly Off: "off";
|
|
107
124
|
readonly On: "on";
|
|
108
125
|
};
|
|
109
126
|
/**
|
|
110
127
|
* How heartbeat health checks are handled.
|
|
111
128
|
*/
|
|
112
|
-
export type
|
|
129
|
+
export type PrepareDeploymentStackHeartbeats = ClosedEnum<typeof PrepareDeploymentStackHeartbeats>;
|
|
113
130
|
/**
|
|
114
131
|
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
115
132
|
*/
|
|
116
|
-
export type
|
|
133
|
+
export type PrepareDeploymentStackCloud = {
|
|
117
134
|
accountId?: string | null | undefined;
|
|
118
135
|
clusterId?: string | null | undefined;
|
|
119
136
|
clusterName?: string | null | undefined;
|
|
@@ -122,11 +139,11 @@ export type Cloud = {
|
|
|
122
139
|
resourceGroup?: string | null | undefined;
|
|
123
140
|
subscriptionId?: string | null | undefined;
|
|
124
141
|
};
|
|
125
|
-
export type
|
|
142
|
+
export type PrepareDeploymentStackCloudUnion = PrepareDeploymentStackCloud | any;
|
|
126
143
|
/**
|
|
127
144
|
* Ownership model for the Kubernetes cluster.
|
|
128
145
|
*/
|
|
129
|
-
export declare const
|
|
146
|
+
export declare const PrepareDeploymentStackOwnership: {
|
|
130
147
|
readonly Managed: "managed";
|
|
131
148
|
readonly Existing: "existing";
|
|
132
149
|
readonly External: "external";
|
|
@@ -134,12 +151,12 @@ export declare const Ownership: {
|
|
|
134
151
|
/**
|
|
135
152
|
* Ownership model for the Kubernetes cluster.
|
|
136
153
|
*/
|
|
137
|
-
export type
|
|
154
|
+
export type PrepareDeploymentStackOwnership = ClosedEnum<typeof PrepareDeploymentStackOwnership>;
|
|
138
155
|
/**
|
|
139
156
|
* Kubernetes cluster setup settings.
|
|
140
157
|
*/
|
|
141
|
-
export type
|
|
142
|
-
cloud?:
|
|
158
|
+
export type PrepareDeploymentStackCluster = {
|
|
159
|
+
cloud?: PrepareDeploymentStackCloud | any | null | undefined;
|
|
143
160
|
/**
|
|
144
161
|
* Namespace where the Alien chart and application resources run.
|
|
145
162
|
*/
|
|
@@ -147,27 +164,27 @@ export type Cluster = {
|
|
|
147
164
|
/**
|
|
148
165
|
* Ownership model for the Kubernetes cluster.
|
|
149
166
|
*/
|
|
150
|
-
ownership:
|
|
167
|
+
ownership: PrepareDeploymentStackOwnership;
|
|
151
168
|
};
|
|
152
|
-
export type
|
|
153
|
-
export type
|
|
169
|
+
export type PrepareDeploymentStackClusterUnion = PrepareDeploymentStackCluster | any;
|
|
170
|
+
export type PrepareDeploymentStackCertificateNone2 = {
|
|
154
171
|
mode: "none";
|
|
155
172
|
};
|
|
156
|
-
export type
|
|
173
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret2 = {
|
|
157
174
|
mode: "managedTlsSecret";
|
|
158
175
|
/**
|
|
159
176
|
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
160
177
|
*/
|
|
161
178
|
secretNameTemplate: string;
|
|
162
179
|
};
|
|
163
|
-
export type
|
|
180
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn2 = {
|
|
164
181
|
/**
|
|
165
182
|
* Existing ACM certificate ARN.
|
|
166
183
|
*/
|
|
167
184
|
certificateArn: string;
|
|
168
185
|
mode: "awsAcmArn";
|
|
169
186
|
};
|
|
170
|
-
export type
|
|
187
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport2 = {
|
|
171
188
|
mode: "managedAcmImport";
|
|
172
189
|
/**
|
|
173
190
|
* ACM region. Defaults to the deployment region when omitted.
|
|
@@ -183,7 +200,7 @@ export type CertificateManagedAcmImport2 = {
|
|
|
183
200
|
/**
|
|
184
201
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
185
202
|
*/
|
|
186
|
-
export type
|
|
203
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef2 = {
|
|
187
204
|
/**
|
|
188
205
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
189
206
|
*/
|
|
@@ -197,16 +214,16 @@ export type CertificateTLSSecretRef2 = {
|
|
|
197
214
|
/**
|
|
198
215
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
199
216
|
*/
|
|
200
|
-
export type
|
|
201
|
-
export declare const
|
|
217
|
+
export type PrepareDeploymentStackCertificateUnion2 = PrepareDeploymentStackCertificateTLSSecretRef2 | PrepareDeploymentStackCertificateManagedAcmImport2 | PrepareDeploymentStackCertificateAwsAcmArn2 | PrepareDeploymentStackCertificateManagedTLSSecret2 | PrepareDeploymentStackCertificateNone2;
|
|
218
|
+
export declare const PrepareDeploymentStackModeCustom: {
|
|
202
219
|
readonly Custom: "custom";
|
|
203
220
|
};
|
|
204
|
-
export type
|
|
205
|
-
export declare const
|
|
221
|
+
export type PrepareDeploymentStackModeCustom = ClosedEnum<typeof PrepareDeploymentStackModeCustom>;
|
|
222
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4: {
|
|
206
223
|
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
207
224
|
};
|
|
208
|
-
export type
|
|
209
|
-
export type
|
|
225
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4>;
|
|
226
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 = {
|
|
210
227
|
/**
|
|
211
228
|
* Optional ALB name when using BYO Application Gateway resources.
|
|
212
229
|
*/
|
|
@@ -219,29 +236,29 @@ export type ProviderAzureApplicationGatewayForContainers4 = {
|
|
|
219
236
|
* Public or internal frontend exposure.
|
|
220
237
|
*/
|
|
221
238
|
frontend: string;
|
|
222
|
-
provider:
|
|
239
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4;
|
|
223
240
|
};
|
|
224
|
-
export declare const
|
|
241
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum4: {
|
|
225
242
|
readonly GkeGateway: "gkeGateway";
|
|
226
243
|
};
|
|
227
|
-
export type
|
|
228
|
-
export type
|
|
229
|
-
provider:
|
|
244
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4>;
|
|
245
|
+
export type PrepareDeploymentStackProviderGkeGateway4 = {
|
|
246
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum4;
|
|
230
247
|
/**
|
|
231
248
|
* Optional static address name for the Gateway frontend.
|
|
232
249
|
*/
|
|
233
250
|
staticAddressName?: string | null | undefined;
|
|
234
251
|
};
|
|
235
|
-
export declare const
|
|
252
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum4: {
|
|
236
253
|
readonly AwsAlb: "awsAlb";
|
|
237
254
|
};
|
|
238
|
-
export type
|
|
239
|
-
export type
|
|
255
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum4 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4>;
|
|
256
|
+
export type PrepareDeploymentStackProviderAwsAlb4 = {
|
|
240
257
|
/**
|
|
241
258
|
* Optional ALB IP address type, such as `dualstack`.
|
|
242
259
|
*/
|
|
243
260
|
ipAddressType?: string | null | undefined;
|
|
244
|
-
provider:
|
|
261
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum4;
|
|
245
262
|
/**
|
|
246
263
|
* Internet-facing or internal ALB scheme.
|
|
247
264
|
*/
|
|
@@ -255,11 +272,11 @@ export type ProviderAwsAlb4 = {
|
|
|
255
272
|
*/
|
|
256
273
|
targetType: string;
|
|
257
274
|
};
|
|
258
|
-
export type
|
|
275
|
+
export type PrepareDeploymentStackProviderUnion4 = PrepareDeploymentStackProviderAwsAlb4 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 | PrepareDeploymentStackProviderGkeGateway4 | any;
|
|
259
276
|
/**
|
|
260
277
|
* Shared Gateway API route profile values.
|
|
261
278
|
*/
|
|
262
|
-
export type
|
|
279
|
+
export type PrepareDeploymentStackRouteGateway2 = {
|
|
263
280
|
/**
|
|
264
281
|
* Annotations applied to route objects.
|
|
265
282
|
*/
|
|
@@ -284,14 +301,14 @@ export type RouteGateway2 = {
|
|
|
284
301
|
* Listener port, usually 443.
|
|
285
302
|
*/
|
|
286
303
|
listenerPort: number;
|
|
287
|
-
provider?:
|
|
304
|
+
provider?: PrepareDeploymentStackProviderAwsAlb4 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 | PrepareDeploymentStackProviderGkeGateway4 | any | null | undefined;
|
|
288
305
|
routeApi: "gateway";
|
|
289
306
|
};
|
|
290
|
-
export declare const
|
|
307
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3: {
|
|
291
308
|
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
292
309
|
};
|
|
293
|
-
export type
|
|
294
|
-
export type
|
|
310
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3>;
|
|
311
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 = {
|
|
295
312
|
/**
|
|
296
313
|
* Optional ALB name when using BYO Application Gateway resources.
|
|
297
314
|
*/
|
|
@@ -304,29 +321,29 @@ export type ProviderAzureApplicationGatewayForContainers3 = {
|
|
|
304
321
|
* Public or internal frontend exposure.
|
|
305
322
|
*/
|
|
306
323
|
frontend: string;
|
|
307
|
-
provider:
|
|
324
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3;
|
|
308
325
|
};
|
|
309
|
-
export declare const
|
|
326
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum3: {
|
|
310
327
|
readonly GkeGateway: "gkeGateway";
|
|
311
328
|
};
|
|
312
|
-
export type
|
|
313
|
-
export type
|
|
314
|
-
provider:
|
|
329
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3>;
|
|
330
|
+
export type PrepareDeploymentStackProviderGkeGateway3 = {
|
|
331
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum3;
|
|
315
332
|
/**
|
|
316
333
|
* Optional static address name for the Gateway frontend.
|
|
317
334
|
*/
|
|
318
335
|
staticAddressName?: string | null | undefined;
|
|
319
336
|
};
|
|
320
|
-
export declare const
|
|
337
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum3: {
|
|
321
338
|
readonly AwsAlb: "awsAlb";
|
|
322
339
|
};
|
|
323
|
-
export type
|
|
324
|
-
export type
|
|
340
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum3 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3>;
|
|
341
|
+
export type PrepareDeploymentStackProviderAwsAlb3 = {
|
|
325
342
|
/**
|
|
326
343
|
* Optional ALB IP address type, such as `dualstack`.
|
|
327
344
|
*/
|
|
328
345
|
ipAddressType?: string | null | undefined;
|
|
329
|
-
provider:
|
|
346
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum3;
|
|
330
347
|
/**
|
|
331
348
|
* Internet-facing or internal ALB scheme.
|
|
332
349
|
*/
|
|
@@ -340,11 +357,11 @@ export type ProviderAwsAlb3 = {
|
|
|
340
357
|
*/
|
|
341
358
|
targetType: string;
|
|
342
359
|
};
|
|
343
|
-
export type
|
|
360
|
+
export type PrepareDeploymentStackProviderUnion3 = PrepareDeploymentStackProviderAwsAlb3 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 | PrepareDeploymentStackProviderGkeGateway3 | any;
|
|
344
361
|
/**
|
|
345
362
|
* Shared Ingress route profile values.
|
|
346
363
|
*/
|
|
347
|
-
export type
|
|
364
|
+
export type PrepareDeploymentStackRouteIngress2 = {
|
|
348
365
|
/**
|
|
349
366
|
* Annotations applied to route objects.
|
|
350
367
|
*/
|
|
@@ -365,46 +382,46 @@ export type RouteIngress2 = {
|
|
|
365
382
|
labels?: {
|
|
366
383
|
[k: string]: string;
|
|
367
384
|
} | undefined;
|
|
368
|
-
provider?:
|
|
385
|
+
provider?: PrepareDeploymentStackProviderAwsAlb3 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 | PrepareDeploymentStackProviderGkeGateway3 | any | null | undefined;
|
|
369
386
|
routeApi: "ingress";
|
|
370
387
|
};
|
|
371
388
|
/**
|
|
372
389
|
* Kubernetes route API selected for public endpoints.
|
|
373
390
|
*/
|
|
374
|
-
export type
|
|
375
|
-
export type
|
|
391
|
+
export type PrepareDeploymentStackRouteUnion2 = PrepareDeploymentStackRouteIngress2 | PrepareDeploymentStackRouteGateway2;
|
|
392
|
+
export type PrepareDeploymentStackExposureCustom = {
|
|
376
393
|
/**
|
|
377
394
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
378
395
|
*/
|
|
379
|
-
certificate:
|
|
396
|
+
certificate: PrepareDeploymentStackCertificateTLSSecretRef2 | PrepareDeploymentStackCertificateManagedAcmImport2 | PrepareDeploymentStackCertificateAwsAcmArn2 | PrepareDeploymentStackCertificateManagedTLSSecret2 | PrepareDeploymentStackCertificateNone2;
|
|
380
397
|
/**
|
|
381
398
|
* Hostname routed by the Kubernetes public endpoint.
|
|
382
399
|
*/
|
|
383
400
|
domain: string;
|
|
384
|
-
mode:
|
|
401
|
+
mode: PrepareDeploymentStackModeCustom;
|
|
385
402
|
/**
|
|
386
403
|
* Kubernetes route API selected for public endpoints.
|
|
387
404
|
*/
|
|
388
|
-
route:
|
|
405
|
+
route: PrepareDeploymentStackRouteIngress2 | PrepareDeploymentStackRouteGateway2;
|
|
389
406
|
};
|
|
390
|
-
export type
|
|
407
|
+
export type PrepareDeploymentStackCertificateNone1 = {
|
|
391
408
|
mode: "none";
|
|
392
409
|
};
|
|
393
|
-
export type
|
|
410
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret1 = {
|
|
394
411
|
mode: "managedTlsSecret";
|
|
395
412
|
/**
|
|
396
413
|
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
397
414
|
*/
|
|
398
415
|
secretNameTemplate: string;
|
|
399
416
|
};
|
|
400
|
-
export type
|
|
417
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn1 = {
|
|
401
418
|
/**
|
|
402
419
|
* Existing ACM certificate ARN.
|
|
403
420
|
*/
|
|
404
421
|
certificateArn: string;
|
|
405
422
|
mode: "awsAcmArn";
|
|
406
423
|
};
|
|
407
|
-
export type
|
|
424
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport1 = {
|
|
408
425
|
mode: "managedAcmImport";
|
|
409
426
|
/**
|
|
410
427
|
* ACM region. Defaults to the deployment region when omitted.
|
|
@@ -420,7 +437,7 @@ export type CertificateManagedAcmImport1 = {
|
|
|
420
437
|
/**
|
|
421
438
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
422
439
|
*/
|
|
423
|
-
export type
|
|
440
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef1 = {
|
|
424
441
|
/**
|
|
425
442
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
426
443
|
*/
|
|
@@ -434,16 +451,16 @@ export type CertificateTLSSecretRef1 = {
|
|
|
434
451
|
/**
|
|
435
452
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
436
453
|
*/
|
|
437
|
-
export type
|
|
438
|
-
export declare const
|
|
454
|
+
export type PrepareDeploymentStackCertificateUnion1 = PrepareDeploymentStackCertificateTLSSecretRef1 | PrepareDeploymentStackCertificateManagedAcmImport1 | PrepareDeploymentStackCertificateAwsAcmArn1 | PrepareDeploymentStackCertificateManagedTLSSecret1 | PrepareDeploymentStackCertificateNone1;
|
|
455
|
+
export declare const PrepareDeploymentStackModeGenerated: {
|
|
439
456
|
readonly Generated: "generated";
|
|
440
457
|
};
|
|
441
|
-
export type
|
|
442
|
-
export declare const
|
|
458
|
+
export type PrepareDeploymentStackModeGenerated = ClosedEnum<typeof PrepareDeploymentStackModeGenerated>;
|
|
459
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2: {
|
|
443
460
|
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
444
461
|
};
|
|
445
|
-
export type
|
|
446
|
-
export type
|
|
462
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2>;
|
|
463
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 = {
|
|
447
464
|
/**
|
|
448
465
|
* Optional ALB name when using BYO Application Gateway resources.
|
|
449
466
|
*/
|
|
@@ -456,29 +473,29 @@ export type ProviderAzureApplicationGatewayForContainers2 = {
|
|
|
456
473
|
* Public or internal frontend exposure.
|
|
457
474
|
*/
|
|
458
475
|
frontend: string;
|
|
459
|
-
provider:
|
|
476
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2;
|
|
460
477
|
};
|
|
461
|
-
export declare const
|
|
478
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum2: {
|
|
462
479
|
readonly GkeGateway: "gkeGateway";
|
|
463
480
|
};
|
|
464
|
-
export type
|
|
465
|
-
export type
|
|
466
|
-
provider:
|
|
481
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2>;
|
|
482
|
+
export type PrepareDeploymentStackProviderGkeGateway2 = {
|
|
483
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum2;
|
|
467
484
|
/**
|
|
468
485
|
* Optional static address name for the Gateway frontend.
|
|
469
486
|
*/
|
|
470
487
|
staticAddressName?: string | null | undefined;
|
|
471
488
|
};
|
|
472
|
-
export declare const
|
|
489
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum2: {
|
|
473
490
|
readonly AwsAlb: "awsAlb";
|
|
474
491
|
};
|
|
475
|
-
export type
|
|
476
|
-
export type
|
|
492
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum2 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2>;
|
|
493
|
+
export type PrepareDeploymentStackProviderAwsAlb2 = {
|
|
477
494
|
/**
|
|
478
495
|
* Optional ALB IP address type, such as `dualstack`.
|
|
479
496
|
*/
|
|
480
497
|
ipAddressType?: string | null | undefined;
|
|
481
|
-
provider:
|
|
498
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum2;
|
|
482
499
|
/**
|
|
483
500
|
* Internet-facing or internal ALB scheme.
|
|
484
501
|
*/
|
|
@@ -492,11 +509,11 @@ export type ProviderAwsAlb2 = {
|
|
|
492
509
|
*/
|
|
493
510
|
targetType: string;
|
|
494
511
|
};
|
|
495
|
-
export type
|
|
512
|
+
export type PrepareDeploymentStackProviderUnion2 = PrepareDeploymentStackProviderAwsAlb2 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 | PrepareDeploymentStackProviderGkeGateway2 | any;
|
|
496
513
|
/**
|
|
497
514
|
* Shared Gateway API route profile values.
|
|
498
515
|
*/
|
|
499
|
-
export type
|
|
516
|
+
export type PrepareDeploymentStackRouteGateway1 = {
|
|
500
517
|
/**
|
|
501
518
|
* Annotations applied to route objects.
|
|
502
519
|
*/
|
|
@@ -521,14 +538,14 @@ export type RouteGateway1 = {
|
|
|
521
538
|
* Listener port, usually 443.
|
|
522
539
|
*/
|
|
523
540
|
listenerPort: number;
|
|
524
|
-
provider?:
|
|
541
|
+
provider?: PrepareDeploymentStackProviderAwsAlb2 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 | PrepareDeploymentStackProviderGkeGateway2 | any | null | undefined;
|
|
525
542
|
routeApi: "gateway";
|
|
526
543
|
};
|
|
527
|
-
export declare const
|
|
544
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1: {
|
|
528
545
|
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
529
546
|
};
|
|
530
|
-
export type
|
|
531
|
-
export type
|
|
547
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1>;
|
|
548
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 = {
|
|
532
549
|
/**
|
|
533
550
|
* Optional ALB name when using BYO Application Gateway resources.
|
|
534
551
|
*/
|
|
@@ -541,29 +558,29 @@ export type ProviderAzureApplicationGatewayForContainers1 = {
|
|
|
541
558
|
* Public or internal frontend exposure.
|
|
542
559
|
*/
|
|
543
560
|
frontend: string;
|
|
544
|
-
provider:
|
|
561
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1;
|
|
545
562
|
};
|
|
546
|
-
export declare const
|
|
563
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum1: {
|
|
547
564
|
readonly GkeGateway: "gkeGateway";
|
|
548
565
|
};
|
|
549
|
-
export type
|
|
550
|
-
export type
|
|
551
|
-
provider:
|
|
566
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1>;
|
|
567
|
+
export type PrepareDeploymentStackProviderGkeGateway1 = {
|
|
568
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum1;
|
|
552
569
|
/**
|
|
553
570
|
* Optional static address name for the Gateway frontend.
|
|
554
571
|
*/
|
|
555
572
|
staticAddressName?: string | null | undefined;
|
|
556
573
|
};
|
|
557
|
-
export declare const
|
|
574
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum1: {
|
|
558
575
|
readonly AwsAlb: "awsAlb";
|
|
559
576
|
};
|
|
560
|
-
export type
|
|
561
|
-
export type
|
|
577
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum1 = ClosedEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1>;
|
|
578
|
+
export type PrepareDeploymentStackProviderAwsAlb1 = {
|
|
562
579
|
/**
|
|
563
580
|
* Optional ALB IP address type, such as `dualstack`.
|
|
564
581
|
*/
|
|
565
582
|
ipAddressType?: string | null | undefined;
|
|
566
|
-
provider:
|
|
583
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum1;
|
|
567
584
|
/**
|
|
568
585
|
* Internet-facing or internal ALB scheme.
|
|
569
586
|
*/
|
|
@@ -577,11 +594,11 @@ export type ProviderAwsAlb1 = {
|
|
|
577
594
|
*/
|
|
578
595
|
targetType: string;
|
|
579
596
|
};
|
|
580
|
-
export type
|
|
597
|
+
export type PrepareDeploymentStackProviderUnion1 = PrepareDeploymentStackProviderAwsAlb1 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 | PrepareDeploymentStackProviderGkeGateway1 | any;
|
|
581
598
|
/**
|
|
582
599
|
* Shared Ingress route profile values.
|
|
583
600
|
*/
|
|
584
|
-
export type
|
|
601
|
+
export type PrepareDeploymentStackRouteIngress1 = {
|
|
585
602
|
/**
|
|
586
603
|
* Annotations applied to route objects.
|
|
587
604
|
*/
|
|
@@ -602,32 +619,32 @@ export type RouteIngress1 = {
|
|
|
602
619
|
labels?: {
|
|
603
620
|
[k: string]: string;
|
|
604
621
|
} | undefined;
|
|
605
|
-
provider?:
|
|
622
|
+
provider?: PrepareDeploymentStackProviderAwsAlb1 | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 | PrepareDeploymentStackProviderGkeGateway1 | any | null | undefined;
|
|
606
623
|
routeApi: "ingress";
|
|
607
624
|
};
|
|
608
625
|
/**
|
|
609
626
|
* Kubernetes route API selected for public endpoints.
|
|
610
627
|
*/
|
|
611
|
-
export type
|
|
612
|
-
export type
|
|
628
|
+
export type PrepareDeploymentStackRouteUnion1 = PrepareDeploymentStackRouteIngress1 | PrepareDeploymentStackRouteGateway1;
|
|
629
|
+
export type PrepareDeploymentStackExposureGenerated = {
|
|
613
630
|
/**
|
|
614
631
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
615
632
|
*/
|
|
616
|
-
certificate:
|
|
617
|
-
mode:
|
|
633
|
+
certificate: PrepareDeploymentStackCertificateTLSSecretRef1 | PrepareDeploymentStackCertificateManagedAcmImport1 | PrepareDeploymentStackCertificateAwsAcmArn1 | PrepareDeploymentStackCertificateManagedTLSSecret1 | PrepareDeploymentStackCertificateNone1;
|
|
634
|
+
mode: PrepareDeploymentStackModeGenerated;
|
|
618
635
|
/**
|
|
619
636
|
* Kubernetes route API selected for public endpoints.
|
|
620
637
|
*/
|
|
621
|
-
route:
|
|
638
|
+
route: PrepareDeploymentStackRouteIngress1 | PrepareDeploymentStackRouteGateway1;
|
|
622
639
|
};
|
|
623
|
-
export declare const
|
|
640
|
+
export declare const PrepareDeploymentStackModeDisabled: {
|
|
624
641
|
readonly Disabled: "disabled";
|
|
625
642
|
};
|
|
626
|
-
export type
|
|
627
|
-
export type
|
|
628
|
-
mode:
|
|
643
|
+
export type PrepareDeploymentStackModeDisabled = ClosedEnum<typeof PrepareDeploymentStackModeDisabled>;
|
|
644
|
+
export type PrepareDeploymentStackExposureDisabled = {
|
|
645
|
+
mode: PrepareDeploymentStackModeDisabled;
|
|
629
646
|
};
|
|
630
|
-
export type
|
|
647
|
+
export type PrepareDeploymentStackExposureUnion = PrepareDeploymentStackExposureCustom | PrepareDeploymentStackExposureGenerated | PrepareDeploymentStackExposureDisabled | any;
|
|
631
648
|
/**
|
|
632
649
|
* Kubernetes runtime substrate configuration.
|
|
633
650
|
*
|
|
@@ -639,15 +656,15 @@ export type Exposure = ExposureCustom | ExposureGenerated | ExposureDisabled | a
|
|
|
639
656
|
* cluster.
|
|
640
657
|
*/
|
|
641
658
|
export type PrepareDeploymentStackKubernetes = {
|
|
642
|
-
cluster?:
|
|
643
|
-
exposure?:
|
|
659
|
+
cluster?: PrepareDeploymentStackCluster | any | null | undefined;
|
|
660
|
+
exposure?: PrepareDeploymentStackExposureCustom | PrepareDeploymentStackExposureGenerated | PrepareDeploymentStackExposureDisabled | any | null | undefined;
|
|
644
661
|
};
|
|
645
|
-
export type
|
|
646
|
-
export declare const
|
|
662
|
+
export type PrepareDeploymentStackKubernetesUnion = PrepareDeploymentStackKubernetes | any;
|
|
663
|
+
export declare const PrepareDeploymentStackTypeByoVnetAzure: {
|
|
647
664
|
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
648
665
|
};
|
|
649
|
-
export type
|
|
650
|
-
export type
|
|
666
|
+
export type PrepareDeploymentStackTypeByoVnetAzure = ClosedEnum<typeof PrepareDeploymentStackTypeByoVnetAzure>;
|
|
667
|
+
export type PrepareDeploymentStackNetworkByoVnetAzure = {
|
|
651
668
|
/**
|
|
652
669
|
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
653
670
|
*/
|
|
@@ -660,17 +677,17 @@ export type NetworkByoVnetAzure = {
|
|
|
660
677
|
* Name of the public subnet within the VNet
|
|
661
678
|
*/
|
|
662
679
|
publicSubnetName: string;
|
|
663
|
-
type:
|
|
680
|
+
type: PrepareDeploymentStackTypeByoVnetAzure;
|
|
664
681
|
/**
|
|
665
682
|
* The full resource ID of the existing VNet
|
|
666
683
|
*/
|
|
667
684
|
vnetResourceId: string;
|
|
668
685
|
};
|
|
669
|
-
export declare const
|
|
686
|
+
export declare const PrepareDeploymentStackTypeByoVpcGcp: {
|
|
670
687
|
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
671
688
|
};
|
|
672
|
-
export type
|
|
673
|
-
export type
|
|
689
|
+
export type PrepareDeploymentStackTypeByoVpcGcp = ClosedEnum<typeof PrepareDeploymentStackTypeByoVpcGcp>;
|
|
690
|
+
export type PrepareDeploymentStackNetworkByoVpcGcp = {
|
|
674
691
|
/**
|
|
675
692
|
* The name of the existing VPC network
|
|
676
693
|
*/
|
|
@@ -683,13 +700,13 @@ export type NetworkByoVpcGcp = {
|
|
|
683
700
|
* The name of the subnet to use
|
|
684
701
|
*/
|
|
685
702
|
subnetName: string;
|
|
686
|
-
type:
|
|
703
|
+
type: PrepareDeploymentStackTypeByoVpcGcp;
|
|
687
704
|
};
|
|
688
|
-
export declare const
|
|
705
|
+
export declare const PrepareDeploymentStackTypeByoVpcAws: {
|
|
689
706
|
readonly ByoVpcAws: "byo-vpc-aws";
|
|
690
707
|
};
|
|
691
|
-
export type
|
|
692
|
-
export type
|
|
708
|
+
export type PrepareDeploymentStackTypeByoVpcAws = ClosedEnum<typeof PrepareDeploymentStackTypeByoVpcAws>;
|
|
709
|
+
export type PrepareDeploymentStackNetworkByoVpcAws = {
|
|
693
710
|
/**
|
|
694
711
|
* IDs of private subnets
|
|
695
712
|
*/
|
|
@@ -702,17 +719,17 @@ export type NetworkByoVpcAws = {
|
|
|
702
719
|
* Optional security group IDs to use
|
|
703
720
|
*/
|
|
704
721
|
securityGroupIds?: Array<string> | undefined;
|
|
705
|
-
type:
|
|
722
|
+
type: PrepareDeploymentStackTypeByoVpcAws;
|
|
706
723
|
/**
|
|
707
724
|
* The ID of the existing VPC
|
|
708
725
|
*/
|
|
709
726
|
vpcId: string;
|
|
710
727
|
};
|
|
711
|
-
export declare const
|
|
728
|
+
export declare const PrepareDeploymentStackTypeCreate: {
|
|
712
729
|
readonly Create: "create";
|
|
713
730
|
};
|
|
714
|
-
export type
|
|
715
|
-
export type
|
|
731
|
+
export type PrepareDeploymentStackTypeCreate = ClosedEnum<typeof PrepareDeploymentStackTypeCreate>;
|
|
732
|
+
export type PrepareDeploymentStackNetworkCreate = {
|
|
716
733
|
/**
|
|
717
734
|
* Number of availability zones (default: 2).
|
|
718
735
|
*/
|
|
@@ -724,20 +741,20 @@ export type NetworkCreate = {
|
|
|
724
741
|
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
725
742
|
*/
|
|
726
743
|
cidr?: string | null | undefined;
|
|
727
|
-
type:
|
|
744
|
+
type: PrepareDeploymentStackTypeCreate;
|
|
728
745
|
};
|
|
729
|
-
export declare const
|
|
746
|
+
export declare const PrepareDeploymentStackTypeUseDefault: {
|
|
730
747
|
readonly UseDefault: "use-default";
|
|
731
748
|
};
|
|
732
|
-
export type
|
|
733
|
-
export type
|
|
734
|
-
type:
|
|
749
|
+
export type PrepareDeploymentStackTypeUseDefault = ClosedEnum<typeof PrepareDeploymentStackTypeUseDefault>;
|
|
750
|
+
export type PrepareDeploymentStackNetworkUseDefault = {
|
|
751
|
+
type: PrepareDeploymentStackTypeUseDefault;
|
|
735
752
|
};
|
|
736
|
-
export type
|
|
753
|
+
export type PrepareDeploymentStackNetworkUnion = PrepareDeploymentStackNetworkByoVpcAws | PrepareDeploymentStackNetworkByoVpcGcp | PrepareDeploymentStackNetworkByoVnetAzure | PrepareDeploymentStackNetworkUseDefault | PrepareDeploymentStackNetworkCreate | any;
|
|
737
754
|
/**
|
|
738
755
|
* How telemetry (logs, metrics, traces) is handled.
|
|
739
756
|
*/
|
|
740
|
-
export declare const
|
|
757
|
+
export declare const PrepareDeploymentStackTelemetry: {
|
|
741
758
|
readonly Off: "off";
|
|
742
759
|
readonly Auto: "auto";
|
|
743
760
|
readonly ApprovalRequired: "approval-required";
|
|
@@ -745,36 +762,25 @@ export declare const Telemetry: {
|
|
|
745
762
|
/**
|
|
746
763
|
* How telemetry (logs, metrics, traces) is handled.
|
|
747
764
|
*/
|
|
748
|
-
export type
|
|
765
|
+
export type PrepareDeploymentStackTelemetry = ClosedEnum<typeof PrepareDeploymentStackTelemetry>;
|
|
749
766
|
/**
|
|
750
767
|
* How updates are delivered to the deployment.
|
|
751
768
|
*/
|
|
752
|
-
export declare const
|
|
769
|
+
export declare const PrepareDeploymentStackUpdates: {
|
|
753
770
|
readonly Auto: "auto";
|
|
754
771
|
readonly ApprovalRequired: "approval-required";
|
|
755
772
|
};
|
|
756
773
|
/**
|
|
757
774
|
* How updates are delivered to the deployment.
|
|
758
775
|
*/
|
|
759
|
-
export type
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
*
|
|
763
|
-
* @remarks
|
|
764
|
-
*
|
|
765
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
766
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
767
|
-
* deployment runs and what capabilities are enabled.
|
|
768
|
-
*
|
|
769
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
770
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
771
|
-
*/
|
|
772
|
-
export type StackSettings = {
|
|
776
|
+
export type PrepareDeploymentStackUpdates = ClosedEnum<typeof PrepareDeploymentStackUpdates>;
|
|
777
|
+
export type PrepareDeploymentStackStackSettings = {
|
|
778
|
+
compute?: PrepareDeploymentStackCompute | undefined;
|
|
773
779
|
/**
|
|
774
780
|
* Deployment model: how updates are delivered to the remote environment.
|
|
775
781
|
*/
|
|
776
|
-
deploymentModel?:
|
|
777
|
-
domains?:
|
|
782
|
+
deploymentModel?: PrepareDeploymentStackDeploymentModel | undefined;
|
|
783
|
+
domains?: PrepareDeploymentStackDomains | any | null | undefined;
|
|
778
784
|
/**
|
|
779
785
|
* External bindings for pre-existing infrastructure.
|
|
780
786
|
*
|
|
@@ -783,43 +789,31 @@ export type StackSettings = {
|
|
|
783
789
|
* Environment, etc.) instead of having Alien provision them.
|
|
784
790
|
* Required for Kubernetes platform, optional for cloud platforms.
|
|
785
791
|
*/
|
|
786
|
-
externalBindings?:
|
|
792
|
+
externalBindings?: PrepareDeploymentStackExternalBindings | null | undefined;
|
|
787
793
|
/**
|
|
788
794
|
* How heartbeat health checks are handled.
|
|
789
795
|
*/
|
|
790
|
-
heartbeats?:
|
|
796
|
+
heartbeats?: PrepareDeploymentStackHeartbeats | undefined;
|
|
791
797
|
kubernetes?: PrepareDeploymentStackKubernetes | any | null | undefined;
|
|
792
|
-
network?:
|
|
798
|
+
network?: PrepareDeploymentStackNetworkByoVpcAws | PrepareDeploymentStackNetworkByoVpcGcp | PrepareDeploymentStackNetworkByoVnetAzure | PrepareDeploymentStackNetworkUseDefault | PrepareDeploymentStackNetworkCreate | any | null | undefined;
|
|
793
799
|
/**
|
|
794
800
|
* How telemetry (logs, metrics, traces) is handled.
|
|
795
801
|
*/
|
|
796
|
-
telemetry?:
|
|
802
|
+
telemetry?: PrepareDeploymentStackTelemetry | undefined;
|
|
797
803
|
/**
|
|
798
804
|
* How updates are delivered to the deployment.
|
|
799
805
|
*/
|
|
800
|
-
updates?:
|
|
806
|
+
updates?: PrepareDeploymentStackUpdates | undefined;
|
|
801
807
|
};
|
|
802
808
|
export type PrepareDeploymentStackRequestBody = {
|
|
803
809
|
platform: PrepareDeploymentStackPlatform;
|
|
804
810
|
setupMethod: models.DeploymentSetupMethod;
|
|
805
811
|
region?: string | undefined;
|
|
806
|
-
|
|
807
|
-
* User-customizable deployment settings specified at deploy time.
|
|
808
|
-
*
|
|
809
|
-
* @remarks
|
|
810
|
-
*
|
|
811
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
812
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
813
|
-
* deployment runs and what capabilities are enabled.
|
|
814
|
-
*
|
|
815
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
816
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
817
|
-
*/
|
|
818
|
-
stackSettings: StackSettings;
|
|
812
|
+
stackSettings: PrepareDeploymentStackStackSettings;
|
|
819
813
|
};
|
|
820
814
|
export type PrepareDeploymentStackRequest = {
|
|
821
815
|
/**
|
|
822
|
-
* Workspace name.
|
|
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.
|
|
823
817
|
*/
|
|
824
818
|
workspace?: string | undefined;
|
|
825
819
|
requestBody?: PrepareDeploymentStackRequestBody | undefined;
|
|
@@ -827,7 +821,40 @@ export type PrepareDeploymentStackRequest = {
|
|
|
827
821
|
/** @internal */
|
|
828
822
|
export declare const PrepareDeploymentStackPlatform$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackPlatform>;
|
|
829
823
|
/** @internal */
|
|
830
|
-
export
|
|
824
|
+
export type PrepareDeploymentStackPoolsAutoscale$Outbound = {
|
|
825
|
+
mode: "autoscale";
|
|
826
|
+
min: number;
|
|
827
|
+
max: number;
|
|
828
|
+
machine?: string | undefined;
|
|
829
|
+
};
|
|
830
|
+
/** @internal */
|
|
831
|
+
export declare const PrepareDeploymentStackPoolsAutoscale$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsAutoscale$Outbound, PrepareDeploymentStackPoolsAutoscale>;
|
|
832
|
+
export declare function prepareDeploymentStackPoolsAutoscaleToJSON(prepareDeploymentStackPoolsAutoscale: PrepareDeploymentStackPoolsAutoscale): string;
|
|
833
|
+
/** @internal */
|
|
834
|
+
export type PrepareDeploymentStackPoolsFixed$Outbound = {
|
|
835
|
+
mode: "fixed";
|
|
836
|
+
machines: number;
|
|
837
|
+
machine?: string | undefined;
|
|
838
|
+
};
|
|
839
|
+
/** @internal */
|
|
840
|
+
export declare const PrepareDeploymentStackPoolsFixed$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsFixed$Outbound, PrepareDeploymentStackPoolsFixed>;
|
|
841
|
+
export declare function prepareDeploymentStackPoolsFixedToJSON(prepareDeploymentStackPoolsFixed: PrepareDeploymentStackPoolsFixed): string;
|
|
842
|
+
/** @internal */
|
|
843
|
+
export type PrepareDeploymentStackPoolsUnion$Outbound = PrepareDeploymentStackPoolsFixed$Outbound | PrepareDeploymentStackPoolsAutoscale$Outbound;
|
|
844
|
+
/** @internal */
|
|
845
|
+
export declare const PrepareDeploymentStackPoolsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackPoolsUnion$Outbound, PrepareDeploymentStackPoolsUnion>;
|
|
846
|
+
export declare function prepareDeploymentStackPoolsUnionToJSON(prepareDeploymentStackPoolsUnion: PrepareDeploymentStackPoolsUnion): string;
|
|
847
|
+
/** @internal */
|
|
848
|
+
export type PrepareDeploymentStackCompute$Outbound = {
|
|
849
|
+
pools?: {
|
|
850
|
+
[k: string]: PrepareDeploymentStackPoolsFixed$Outbound | PrepareDeploymentStackPoolsAutoscale$Outbound;
|
|
851
|
+
} | undefined;
|
|
852
|
+
};
|
|
853
|
+
/** @internal */
|
|
854
|
+
export declare const PrepareDeploymentStackCompute$outboundSchema: z.ZodType<PrepareDeploymentStackCompute$Outbound, PrepareDeploymentStackCompute>;
|
|
855
|
+
export declare function prepareDeploymentStackComputeToJSON(prepareDeploymentStackCompute: PrepareDeploymentStackCompute): string;
|
|
856
|
+
/** @internal */
|
|
857
|
+
export declare const PrepareDeploymentStackDeploymentModel$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackDeploymentModel>;
|
|
831
858
|
/** @internal */
|
|
832
859
|
export type PrepareDeploymentStackAws$Outbound = {
|
|
833
860
|
certificateArn: string;
|
|
@@ -836,10 +863,10 @@ export type PrepareDeploymentStackAws$Outbound = {
|
|
|
836
863
|
export declare const PrepareDeploymentStackAws$outboundSchema: z.ZodType<PrepareDeploymentStackAws$Outbound, PrepareDeploymentStackAws>;
|
|
837
864
|
export declare function prepareDeploymentStackAwsToJSON(prepareDeploymentStackAws: PrepareDeploymentStackAws): string;
|
|
838
865
|
/** @internal */
|
|
839
|
-
export type
|
|
866
|
+
export type PrepareDeploymentStackAwsUnion$Outbound = PrepareDeploymentStackAws$Outbound | any;
|
|
840
867
|
/** @internal */
|
|
841
|
-
export declare const
|
|
842
|
-
export declare function
|
|
868
|
+
export declare const PrepareDeploymentStackAwsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackAwsUnion$Outbound, PrepareDeploymentStackAwsUnion>;
|
|
869
|
+
export declare function prepareDeploymentStackAwsUnionToJSON(prepareDeploymentStackAwsUnion: PrepareDeploymentStackAwsUnion): string;
|
|
843
870
|
/** @internal */
|
|
844
871
|
export type PrepareDeploymentStackAzure$Outbound = {
|
|
845
872
|
keyVaultCertificateId: string;
|
|
@@ -849,10 +876,10 @@ export type PrepareDeploymentStackAzure$Outbound = {
|
|
|
849
876
|
export declare const PrepareDeploymentStackAzure$outboundSchema: z.ZodType<PrepareDeploymentStackAzure$Outbound, PrepareDeploymentStackAzure>;
|
|
850
877
|
export declare function prepareDeploymentStackAzureToJSON(prepareDeploymentStackAzure: PrepareDeploymentStackAzure): string;
|
|
851
878
|
/** @internal */
|
|
852
|
-
export type
|
|
879
|
+
export type PrepareDeploymentStackAzureUnion$Outbound = PrepareDeploymentStackAzure$Outbound | any;
|
|
853
880
|
/** @internal */
|
|
854
|
-
export declare const
|
|
855
|
-
export declare function
|
|
881
|
+
export declare const PrepareDeploymentStackAzureUnion$outboundSchema: z.ZodType<PrepareDeploymentStackAzureUnion$Outbound, PrepareDeploymentStackAzureUnion>;
|
|
882
|
+
export declare function prepareDeploymentStackAzureUnionToJSON(prepareDeploymentStackAzureUnion: PrepareDeploymentStackAzureUnion): string;
|
|
856
883
|
/** @internal */
|
|
857
884
|
export type PrepareDeploymentStackGcp$Outbound = {
|
|
858
885
|
certificateName: string;
|
|
@@ -861,71 +888,71 @@ export type PrepareDeploymentStackGcp$Outbound = {
|
|
|
861
888
|
export declare const PrepareDeploymentStackGcp$outboundSchema: z.ZodType<PrepareDeploymentStackGcp$Outbound, PrepareDeploymentStackGcp>;
|
|
862
889
|
export declare function prepareDeploymentStackGcpToJSON(prepareDeploymentStackGcp: PrepareDeploymentStackGcp): string;
|
|
863
890
|
/** @internal */
|
|
864
|
-
export type
|
|
891
|
+
export type PrepareDeploymentStackGcpUnion$Outbound = PrepareDeploymentStackGcp$Outbound | any;
|
|
865
892
|
/** @internal */
|
|
866
|
-
export declare const
|
|
867
|
-
export declare function
|
|
893
|
+
export declare const PrepareDeploymentStackGcpUnion$outboundSchema: z.ZodType<PrepareDeploymentStackGcpUnion$Outbound, PrepareDeploymentStackGcpUnion>;
|
|
894
|
+
export declare function prepareDeploymentStackGcpUnionToJSON(prepareDeploymentStackGcpUnion: PrepareDeploymentStackGcpUnion): string;
|
|
868
895
|
/** @internal */
|
|
869
|
-
export type
|
|
896
|
+
export type PrepareDeploymentStackTlsSecretRef$Outbound = {
|
|
870
897
|
namespace?: string | null | undefined;
|
|
871
898
|
secretName: string;
|
|
872
899
|
};
|
|
873
900
|
/** @internal */
|
|
874
|
-
export declare const
|
|
875
|
-
export declare function
|
|
901
|
+
export declare const PrepareDeploymentStackTlsSecretRef$outboundSchema: z.ZodType<PrepareDeploymentStackTlsSecretRef$Outbound, PrepareDeploymentStackTlsSecretRef>;
|
|
902
|
+
export declare function prepareDeploymentStackTlsSecretRefToJSON(prepareDeploymentStackTlsSecretRef: PrepareDeploymentStackTlsSecretRef): string;
|
|
876
903
|
/** @internal */
|
|
877
|
-
export type
|
|
878
|
-
tlsSecretRef:
|
|
904
|
+
export type PrepareDeploymentStackDomainsKubernetes$Outbound = {
|
|
905
|
+
tlsSecretRef: PrepareDeploymentStackTlsSecretRef$Outbound;
|
|
879
906
|
};
|
|
880
907
|
/** @internal */
|
|
881
|
-
export declare const
|
|
882
|
-
export declare function
|
|
908
|
+
export declare const PrepareDeploymentStackDomainsKubernetes$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsKubernetes$Outbound, PrepareDeploymentStackDomainsKubernetes>;
|
|
909
|
+
export declare function prepareDeploymentStackDomainsKubernetesToJSON(prepareDeploymentStackDomainsKubernetes: PrepareDeploymentStackDomainsKubernetes): string;
|
|
883
910
|
/** @internal */
|
|
884
|
-
export type
|
|
911
|
+
export type PrepareDeploymentStackDomainsKubernetesUnion$Outbound = PrepareDeploymentStackDomainsKubernetes$Outbound | any;
|
|
885
912
|
/** @internal */
|
|
886
|
-
export declare const
|
|
887
|
-
export declare function
|
|
913
|
+
export declare const PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsKubernetesUnion$Outbound, PrepareDeploymentStackDomainsKubernetesUnion>;
|
|
914
|
+
export declare function prepareDeploymentStackDomainsKubernetesUnionToJSON(prepareDeploymentStackDomainsKubernetesUnion: PrepareDeploymentStackDomainsKubernetesUnion): string;
|
|
888
915
|
/** @internal */
|
|
889
|
-
export type
|
|
916
|
+
export type PrepareDeploymentStackDomainsCertificate$Outbound = {
|
|
890
917
|
aws?: PrepareDeploymentStackAws$Outbound | any | null | undefined;
|
|
891
918
|
azure?: PrepareDeploymentStackAzure$Outbound | any | null | undefined;
|
|
892
919
|
gcp?: PrepareDeploymentStackGcp$Outbound | any | null | undefined;
|
|
893
|
-
kubernetes?:
|
|
920
|
+
kubernetes?: PrepareDeploymentStackDomainsKubernetes$Outbound | any | null | undefined;
|
|
894
921
|
};
|
|
895
922
|
/** @internal */
|
|
896
|
-
export declare const
|
|
897
|
-
export declare function
|
|
923
|
+
export declare const PrepareDeploymentStackDomainsCertificate$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsCertificate$Outbound, PrepareDeploymentStackDomainsCertificate>;
|
|
924
|
+
export declare function prepareDeploymentStackDomainsCertificateToJSON(prepareDeploymentStackDomainsCertificate: PrepareDeploymentStackDomainsCertificate): string;
|
|
898
925
|
/** @internal */
|
|
899
|
-
export type
|
|
900
|
-
certificate:
|
|
926
|
+
export type PrepareDeploymentStackCustomDomains$Outbound = {
|
|
927
|
+
certificate: PrepareDeploymentStackDomainsCertificate$Outbound;
|
|
901
928
|
domain: string;
|
|
902
929
|
};
|
|
903
930
|
/** @internal */
|
|
904
|
-
export declare const
|
|
905
|
-
export declare function
|
|
931
|
+
export declare const PrepareDeploymentStackCustomDomains$outboundSchema: z.ZodType<PrepareDeploymentStackCustomDomains$Outbound, PrepareDeploymentStackCustomDomains>;
|
|
932
|
+
export declare function prepareDeploymentStackCustomDomainsToJSON(prepareDeploymentStackCustomDomains: PrepareDeploymentStackCustomDomains): string;
|
|
906
933
|
/** @internal */
|
|
907
|
-
export type
|
|
934
|
+
export type PrepareDeploymentStackDomains$Outbound = {
|
|
908
935
|
customDomains?: {
|
|
909
|
-
[k: string]:
|
|
936
|
+
[k: string]: PrepareDeploymentStackCustomDomains$Outbound;
|
|
910
937
|
} | null | undefined;
|
|
911
938
|
};
|
|
912
939
|
/** @internal */
|
|
913
|
-
export declare const
|
|
914
|
-
export declare function
|
|
940
|
+
export declare const PrepareDeploymentStackDomains$outboundSchema: z.ZodType<PrepareDeploymentStackDomains$Outbound, PrepareDeploymentStackDomains>;
|
|
941
|
+
export declare function prepareDeploymentStackDomainsToJSON(prepareDeploymentStackDomains: PrepareDeploymentStackDomains): string;
|
|
915
942
|
/** @internal */
|
|
916
|
-
export type
|
|
943
|
+
export type PrepareDeploymentStackDomainsUnion$Outbound = PrepareDeploymentStackDomains$Outbound | any;
|
|
917
944
|
/** @internal */
|
|
918
|
-
export declare const
|
|
919
|
-
export declare function
|
|
945
|
+
export declare const PrepareDeploymentStackDomainsUnion$outboundSchema: z.ZodType<PrepareDeploymentStackDomainsUnion$Outbound, PrepareDeploymentStackDomainsUnion>;
|
|
946
|
+
export declare function prepareDeploymentStackDomainsUnionToJSON(prepareDeploymentStackDomainsUnion: PrepareDeploymentStackDomainsUnion): string;
|
|
920
947
|
/** @internal */
|
|
921
|
-
export type
|
|
948
|
+
export type PrepareDeploymentStackExternalBindings$Outbound = {};
|
|
922
949
|
/** @internal */
|
|
923
|
-
export declare const
|
|
924
|
-
export declare function
|
|
950
|
+
export declare const PrepareDeploymentStackExternalBindings$outboundSchema: z.ZodType<PrepareDeploymentStackExternalBindings$Outbound, PrepareDeploymentStackExternalBindings>;
|
|
951
|
+
export declare function prepareDeploymentStackExternalBindingsToJSON(prepareDeploymentStackExternalBindings: PrepareDeploymentStackExternalBindings): string;
|
|
925
952
|
/** @internal */
|
|
926
|
-
export declare const
|
|
953
|
+
export declare const PrepareDeploymentStackHeartbeats$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackHeartbeats>;
|
|
927
954
|
/** @internal */
|
|
928
|
-
export type
|
|
955
|
+
export type PrepareDeploymentStackCloud$Outbound = {
|
|
929
956
|
accountId?: string | null | undefined;
|
|
930
957
|
clusterId?: string | null | undefined;
|
|
931
958
|
clusterName?: string | null | undefined;
|
|
@@ -935,54 +962,54 @@ export type Cloud$Outbound = {
|
|
|
935
962
|
subscriptionId?: string | null | undefined;
|
|
936
963
|
};
|
|
937
964
|
/** @internal */
|
|
938
|
-
export declare const
|
|
939
|
-
export declare function
|
|
965
|
+
export declare const PrepareDeploymentStackCloud$outboundSchema: z.ZodType<PrepareDeploymentStackCloud$Outbound, PrepareDeploymentStackCloud>;
|
|
966
|
+
export declare function prepareDeploymentStackCloudToJSON(prepareDeploymentStackCloud: PrepareDeploymentStackCloud): string;
|
|
940
967
|
/** @internal */
|
|
941
|
-
export type
|
|
968
|
+
export type PrepareDeploymentStackCloudUnion$Outbound = PrepareDeploymentStackCloud$Outbound | any;
|
|
942
969
|
/** @internal */
|
|
943
|
-
export declare const
|
|
944
|
-
export declare function
|
|
970
|
+
export declare const PrepareDeploymentStackCloudUnion$outboundSchema: z.ZodType<PrepareDeploymentStackCloudUnion$Outbound, PrepareDeploymentStackCloudUnion>;
|
|
971
|
+
export declare function prepareDeploymentStackCloudUnionToJSON(prepareDeploymentStackCloudUnion: PrepareDeploymentStackCloudUnion): string;
|
|
945
972
|
/** @internal */
|
|
946
|
-
export declare const
|
|
973
|
+
export declare const PrepareDeploymentStackOwnership$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackOwnership>;
|
|
947
974
|
/** @internal */
|
|
948
|
-
export type
|
|
949
|
-
cloud?:
|
|
975
|
+
export type PrepareDeploymentStackCluster$Outbound = {
|
|
976
|
+
cloud?: PrepareDeploymentStackCloud$Outbound | any | null | undefined;
|
|
950
977
|
namespace?: string | null | undefined;
|
|
951
978
|
ownership: string;
|
|
952
979
|
};
|
|
953
980
|
/** @internal */
|
|
954
|
-
export declare const
|
|
955
|
-
export declare function
|
|
981
|
+
export declare const PrepareDeploymentStackCluster$outboundSchema: z.ZodType<PrepareDeploymentStackCluster$Outbound, PrepareDeploymentStackCluster>;
|
|
982
|
+
export declare function prepareDeploymentStackClusterToJSON(prepareDeploymentStackCluster: PrepareDeploymentStackCluster): string;
|
|
956
983
|
/** @internal */
|
|
957
|
-
export type
|
|
984
|
+
export type PrepareDeploymentStackClusterUnion$Outbound = PrepareDeploymentStackCluster$Outbound | any;
|
|
958
985
|
/** @internal */
|
|
959
|
-
export declare const
|
|
960
|
-
export declare function
|
|
986
|
+
export declare const PrepareDeploymentStackClusterUnion$outboundSchema: z.ZodType<PrepareDeploymentStackClusterUnion$Outbound, PrepareDeploymentStackClusterUnion>;
|
|
987
|
+
export declare function prepareDeploymentStackClusterUnionToJSON(prepareDeploymentStackClusterUnion: PrepareDeploymentStackClusterUnion): string;
|
|
961
988
|
/** @internal */
|
|
962
|
-
export type
|
|
989
|
+
export type PrepareDeploymentStackCertificateNone2$Outbound = {
|
|
963
990
|
mode: "none";
|
|
964
991
|
};
|
|
965
992
|
/** @internal */
|
|
966
|
-
export declare const
|
|
967
|
-
export declare function
|
|
993
|
+
export declare const PrepareDeploymentStackCertificateNone2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateNone2$Outbound, PrepareDeploymentStackCertificateNone2>;
|
|
994
|
+
export declare function prepareDeploymentStackCertificateNone2ToJSON(prepareDeploymentStackCertificateNone2: PrepareDeploymentStackCertificateNone2): string;
|
|
968
995
|
/** @internal */
|
|
969
|
-
export type
|
|
996
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound = {
|
|
970
997
|
mode: "managedTlsSecret";
|
|
971
998
|
secretNameTemplate: string;
|
|
972
999
|
};
|
|
973
1000
|
/** @internal */
|
|
974
|
-
export declare const
|
|
975
|
-
export declare function
|
|
1001
|
+
export declare const PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound, PrepareDeploymentStackCertificateManagedTLSSecret2>;
|
|
1002
|
+
export declare function prepareDeploymentStackCertificateManagedTLSSecret2ToJSON(prepareDeploymentStackCertificateManagedTLSSecret2: PrepareDeploymentStackCertificateManagedTLSSecret2): string;
|
|
976
1003
|
/** @internal */
|
|
977
|
-
export type
|
|
1004
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn2$Outbound = {
|
|
978
1005
|
certificateArn: string;
|
|
979
1006
|
mode: "awsAcmArn";
|
|
980
1007
|
};
|
|
981
1008
|
/** @internal */
|
|
982
|
-
export declare const
|
|
983
|
-
export declare function
|
|
1009
|
+
export declare const PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateAwsAcmArn2$Outbound, PrepareDeploymentStackCertificateAwsAcmArn2>;
|
|
1010
|
+
export declare function prepareDeploymentStackCertificateAwsAcmArn2ToJSON(prepareDeploymentStackCertificateAwsAcmArn2: PrepareDeploymentStackCertificateAwsAcmArn2): string;
|
|
984
1011
|
/** @internal */
|
|
985
|
-
export type
|
|
1012
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport2$Outbound = {
|
|
986
1013
|
mode: "managedAcmImport";
|
|
987
1014
|
region?: string | null | undefined;
|
|
988
1015
|
tags?: {
|
|
@@ -990,50 +1017,50 @@ export type CertificateManagedAcmImport2$Outbound = {
|
|
|
990
1017
|
} | undefined;
|
|
991
1018
|
};
|
|
992
1019
|
/** @internal */
|
|
993
|
-
export declare const
|
|
994
|
-
export declare function
|
|
1020
|
+
export declare const PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedAcmImport2$Outbound, PrepareDeploymentStackCertificateManagedAcmImport2>;
|
|
1021
|
+
export declare function prepareDeploymentStackCertificateManagedAcmImport2ToJSON(prepareDeploymentStackCertificateManagedAcmImport2: PrepareDeploymentStackCertificateManagedAcmImport2): string;
|
|
995
1022
|
/** @internal */
|
|
996
|
-
export type
|
|
1023
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef2$Outbound = {
|
|
997
1024
|
namespace?: string | null | undefined;
|
|
998
1025
|
secretName: string;
|
|
999
1026
|
mode: "tlsSecretRef";
|
|
1000
1027
|
};
|
|
1001
1028
|
/** @internal */
|
|
1002
|
-
export declare const
|
|
1003
|
-
export declare function
|
|
1029
|
+
export declare const PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateTLSSecretRef2$Outbound, PrepareDeploymentStackCertificateTLSSecretRef2>;
|
|
1030
|
+
export declare function prepareDeploymentStackCertificateTLSSecretRef2ToJSON(prepareDeploymentStackCertificateTLSSecretRef2: PrepareDeploymentStackCertificateTLSSecretRef2): string;
|
|
1004
1031
|
/** @internal */
|
|
1005
|
-
export type
|
|
1032
|
+
export type PrepareDeploymentStackCertificateUnion2$Outbound = PrepareDeploymentStackCertificateTLSSecretRef2$Outbound | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound | PrepareDeploymentStackCertificateNone2$Outbound;
|
|
1006
1033
|
/** @internal */
|
|
1007
|
-
export declare const
|
|
1008
|
-
export declare function
|
|
1034
|
+
export declare const PrepareDeploymentStackCertificateUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateUnion2$Outbound, PrepareDeploymentStackCertificateUnion2>;
|
|
1035
|
+
export declare function prepareDeploymentStackCertificateUnion2ToJSON(prepareDeploymentStackCertificateUnion2: PrepareDeploymentStackCertificateUnion2): string;
|
|
1009
1036
|
/** @internal */
|
|
1010
|
-
export declare const
|
|
1037
|
+
export declare const PrepareDeploymentStackModeCustom$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeCustom>;
|
|
1011
1038
|
/** @internal */
|
|
1012
|
-
export declare const
|
|
1039
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1013
1040
|
/** @internal */
|
|
1014
|
-
export type
|
|
1041
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound = {
|
|
1015
1042
|
albName?: string | null | undefined;
|
|
1016
1043
|
albNamespace?: string | null | undefined;
|
|
1017
1044
|
frontend: string;
|
|
1018
1045
|
provider: string;
|
|
1019
1046
|
};
|
|
1020
1047
|
/** @internal */
|
|
1021
|
-
export declare const
|
|
1022
|
-
export declare function
|
|
1048
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4>;
|
|
1049
|
+
export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers4ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers4: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4): string;
|
|
1023
1050
|
/** @internal */
|
|
1024
|
-
export declare const
|
|
1051
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4>;
|
|
1025
1052
|
/** @internal */
|
|
1026
|
-
export type
|
|
1053
|
+
export type PrepareDeploymentStackProviderGkeGateway4$Outbound = {
|
|
1027
1054
|
provider: string;
|
|
1028
1055
|
staticAddressName?: string | null | undefined;
|
|
1029
1056
|
};
|
|
1030
1057
|
/** @internal */
|
|
1031
|
-
export declare const
|
|
1032
|
-
export declare function
|
|
1058
|
+
export declare const PrepareDeploymentStackProviderGkeGateway4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway4$Outbound, PrepareDeploymentStackProviderGkeGateway4>;
|
|
1059
|
+
export declare function prepareDeploymentStackProviderGkeGateway4ToJSON(prepareDeploymentStackProviderGkeGateway4: PrepareDeploymentStackProviderGkeGateway4): string;
|
|
1033
1060
|
/** @internal */
|
|
1034
|
-
export declare const
|
|
1061
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4>;
|
|
1035
1062
|
/** @internal */
|
|
1036
|
-
export type
|
|
1063
|
+
export type PrepareDeploymentStackProviderAwsAlb4$Outbound = {
|
|
1037
1064
|
ipAddressType?: string | null | undefined;
|
|
1038
1065
|
provider: string;
|
|
1039
1066
|
scheme: string;
|
|
@@ -1041,15 +1068,15 @@ export type ProviderAwsAlb4$Outbound = {
|
|
|
1041
1068
|
targetType: string;
|
|
1042
1069
|
};
|
|
1043
1070
|
/** @internal */
|
|
1044
|
-
export declare const
|
|
1045
|
-
export declare function
|
|
1071
|
+
export declare const PrepareDeploymentStackProviderAwsAlb4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb4$Outbound, PrepareDeploymentStackProviderAwsAlb4>;
|
|
1072
|
+
export declare function prepareDeploymentStackProviderAwsAlb4ToJSON(prepareDeploymentStackProviderAwsAlb4: PrepareDeploymentStackProviderAwsAlb4): string;
|
|
1046
1073
|
/** @internal */
|
|
1047
|
-
export type
|
|
1074
|
+
export type PrepareDeploymentStackProviderUnion4$Outbound = PrepareDeploymentStackProviderAwsAlb4$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound | PrepareDeploymentStackProviderGkeGateway4$Outbound | any;
|
|
1048
1075
|
/** @internal */
|
|
1049
|
-
export declare const
|
|
1050
|
-
export declare function
|
|
1076
|
+
export declare const PrepareDeploymentStackProviderUnion4$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion4$Outbound, PrepareDeploymentStackProviderUnion4>;
|
|
1077
|
+
export declare function prepareDeploymentStackProviderUnion4ToJSON(prepareDeploymentStackProviderUnion4: PrepareDeploymentStackProviderUnion4): string;
|
|
1051
1078
|
/** @internal */
|
|
1052
|
-
export type
|
|
1079
|
+
export type PrepareDeploymentStackRouteGateway2$Outbound = {
|
|
1053
1080
|
annotations?: {
|
|
1054
1081
|
[k: string]: string;
|
|
1055
1082
|
} | undefined;
|
|
@@ -1059,38 +1086,38 @@ export type RouteGateway2$Outbound = {
|
|
|
1059
1086
|
[k: string]: string;
|
|
1060
1087
|
} | undefined;
|
|
1061
1088
|
listenerPort: number;
|
|
1062
|
-
provider?:
|
|
1089
|
+
provider?: PrepareDeploymentStackProviderAwsAlb4$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound | PrepareDeploymentStackProviderGkeGateway4$Outbound | any | null | undefined;
|
|
1063
1090
|
routeApi: "gateway";
|
|
1064
1091
|
};
|
|
1065
1092
|
/** @internal */
|
|
1066
|
-
export declare const
|
|
1067
|
-
export declare function
|
|
1093
|
+
export declare const PrepareDeploymentStackRouteGateway2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteGateway2$Outbound, PrepareDeploymentStackRouteGateway2>;
|
|
1094
|
+
export declare function prepareDeploymentStackRouteGateway2ToJSON(prepareDeploymentStackRouteGateway2: PrepareDeploymentStackRouteGateway2): string;
|
|
1068
1095
|
/** @internal */
|
|
1069
|
-
export declare const
|
|
1096
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1070
1097
|
/** @internal */
|
|
1071
|
-
export type
|
|
1098
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound = {
|
|
1072
1099
|
albName?: string | null | undefined;
|
|
1073
1100
|
albNamespace?: string | null | undefined;
|
|
1074
1101
|
frontend: string;
|
|
1075
1102
|
provider: string;
|
|
1076
1103
|
};
|
|
1077
1104
|
/** @internal */
|
|
1078
|
-
export declare const
|
|
1079
|
-
export declare function
|
|
1105
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3>;
|
|
1106
|
+
export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers3ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers3: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3): string;
|
|
1080
1107
|
/** @internal */
|
|
1081
|
-
export declare const
|
|
1108
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3>;
|
|
1082
1109
|
/** @internal */
|
|
1083
|
-
export type
|
|
1110
|
+
export type PrepareDeploymentStackProviderGkeGateway3$Outbound = {
|
|
1084
1111
|
provider: string;
|
|
1085
1112
|
staticAddressName?: string | null | undefined;
|
|
1086
1113
|
};
|
|
1087
1114
|
/** @internal */
|
|
1088
|
-
export declare const
|
|
1089
|
-
export declare function
|
|
1115
|
+
export declare const PrepareDeploymentStackProviderGkeGateway3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway3$Outbound, PrepareDeploymentStackProviderGkeGateway3>;
|
|
1116
|
+
export declare function prepareDeploymentStackProviderGkeGateway3ToJSON(prepareDeploymentStackProviderGkeGateway3: PrepareDeploymentStackProviderGkeGateway3): string;
|
|
1090
1117
|
/** @internal */
|
|
1091
|
-
export declare const
|
|
1118
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3>;
|
|
1092
1119
|
/** @internal */
|
|
1093
|
-
export type
|
|
1120
|
+
export type PrepareDeploymentStackProviderAwsAlb3$Outbound = {
|
|
1094
1121
|
ipAddressType?: string | null | undefined;
|
|
1095
1122
|
provider: string;
|
|
1096
1123
|
scheme: string;
|
|
@@ -1098,15 +1125,15 @@ export type ProviderAwsAlb3$Outbound = {
|
|
|
1098
1125
|
targetType: string;
|
|
1099
1126
|
};
|
|
1100
1127
|
/** @internal */
|
|
1101
|
-
export declare const
|
|
1102
|
-
export declare function
|
|
1128
|
+
export declare const PrepareDeploymentStackProviderAwsAlb3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb3$Outbound, PrepareDeploymentStackProviderAwsAlb3>;
|
|
1129
|
+
export declare function prepareDeploymentStackProviderAwsAlb3ToJSON(prepareDeploymentStackProviderAwsAlb3: PrepareDeploymentStackProviderAwsAlb3): string;
|
|
1103
1130
|
/** @internal */
|
|
1104
|
-
export type
|
|
1131
|
+
export type PrepareDeploymentStackProviderUnion3$Outbound = PrepareDeploymentStackProviderAwsAlb3$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound | PrepareDeploymentStackProviderGkeGateway3$Outbound | any;
|
|
1105
1132
|
/** @internal */
|
|
1106
|
-
export declare const
|
|
1107
|
-
export declare function
|
|
1133
|
+
export declare const PrepareDeploymentStackProviderUnion3$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion3$Outbound, PrepareDeploymentStackProviderUnion3>;
|
|
1134
|
+
export declare function prepareDeploymentStackProviderUnion3ToJSON(prepareDeploymentStackProviderUnion3: PrepareDeploymentStackProviderUnion3): string;
|
|
1108
1135
|
/** @internal */
|
|
1109
|
-
export type
|
|
1136
|
+
export type PrepareDeploymentStackRouteIngress2$Outbound = {
|
|
1110
1137
|
annotations?: {
|
|
1111
1138
|
[k: string]: string;
|
|
1112
1139
|
} | undefined;
|
|
@@ -1115,52 +1142,52 @@ export type RouteIngress2$Outbound = {
|
|
|
1115
1142
|
labels?: {
|
|
1116
1143
|
[k: string]: string;
|
|
1117
1144
|
} | undefined;
|
|
1118
|
-
provider?:
|
|
1145
|
+
provider?: PrepareDeploymentStackProviderAwsAlb3$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound | PrepareDeploymentStackProviderGkeGateway3$Outbound | any | null | undefined;
|
|
1119
1146
|
routeApi: "ingress";
|
|
1120
1147
|
};
|
|
1121
1148
|
/** @internal */
|
|
1122
|
-
export declare const
|
|
1123
|
-
export declare function
|
|
1149
|
+
export declare const PrepareDeploymentStackRouteIngress2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteIngress2$Outbound, PrepareDeploymentStackRouteIngress2>;
|
|
1150
|
+
export declare function prepareDeploymentStackRouteIngress2ToJSON(prepareDeploymentStackRouteIngress2: PrepareDeploymentStackRouteIngress2): string;
|
|
1124
1151
|
/** @internal */
|
|
1125
|
-
export type
|
|
1152
|
+
export type PrepareDeploymentStackRouteUnion2$Outbound = PrepareDeploymentStackRouteIngress2$Outbound | PrepareDeploymentStackRouteGateway2$Outbound;
|
|
1126
1153
|
/** @internal */
|
|
1127
|
-
export declare const
|
|
1128
|
-
export declare function
|
|
1154
|
+
export declare const PrepareDeploymentStackRouteUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackRouteUnion2$Outbound, PrepareDeploymentStackRouteUnion2>;
|
|
1155
|
+
export declare function prepareDeploymentStackRouteUnion2ToJSON(prepareDeploymentStackRouteUnion2: PrepareDeploymentStackRouteUnion2): string;
|
|
1129
1156
|
/** @internal */
|
|
1130
|
-
export type
|
|
1131
|
-
certificate:
|
|
1157
|
+
export type PrepareDeploymentStackExposureCustom$Outbound = {
|
|
1158
|
+
certificate: PrepareDeploymentStackCertificateTLSSecretRef2$Outbound | PrepareDeploymentStackCertificateManagedAcmImport2$Outbound | PrepareDeploymentStackCertificateAwsAcmArn2$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound | PrepareDeploymentStackCertificateNone2$Outbound;
|
|
1132
1159
|
domain: string;
|
|
1133
1160
|
mode: string;
|
|
1134
|
-
route:
|
|
1161
|
+
route: PrepareDeploymentStackRouteIngress2$Outbound | PrepareDeploymentStackRouteGateway2$Outbound;
|
|
1135
1162
|
};
|
|
1136
1163
|
/** @internal */
|
|
1137
|
-
export declare const
|
|
1138
|
-
export declare function
|
|
1164
|
+
export declare const PrepareDeploymentStackExposureCustom$outboundSchema: z.ZodType<PrepareDeploymentStackExposureCustom$Outbound, PrepareDeploymentStackExposureCustom>;
|
|
1165
|
+
export declare function prepareDeploymentStackExposureCustomToJSON(prepareDeploymentStackExposureCustom: PrepareDeploymentStackExposureCustom): string;
|
|
1139
1166
|
/** @internal */
|
|
1140
|
-
export type
|
|
1167
|
+
export type PrepareDeploymentStackCertificateNone1$Outbound = {
|
|
1141
1168
|
mode: "none";
|
|
1142
1169
|
};
|
|
1143
1170
|
/** @internal */
|
|
1144
|
-
export declare const
|
|
1145
|
-
export declare function
|
|
1171
|
+
export declare const PrepareDeploymentStackCertificateNone1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateNone1$Outbound, PrepareDeploymentStackCertificateNone1>;
|
|
1172
|
+
export declare function prepareDeploymentStackCertificateNone1ToJSON(prepareDeploymentStackCertificateNone1: PrepareDeploymentStackCertificateNone1): string;
|
|
1146
1173
|
/** @internal */
|
|
1147
|
-
export type
|
|
1174
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound = {
|
|
1148
1175
|
mode: "managedTlsSecret";
|
|
1149
1176
|
secretNameTemplate: string;
|
|
1150
1177
|
};
|
|
1151
1178
|
/** @internal */
|
|
1152
|
-
export declare const
|
|
1153
|
-
export declare function
|
|
1179
|
+
export declare const PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound, PrepareDeploymentStackCertificateManagedTLSSecret1>;
|
|
1180
|
+
export declare function prepareDeploymentStackCertificateManagedTLSSecret1ToJSON(prepareDeploymentStackCertificateManagedTLSSecret1: PrepareDeploymentStackCertificateManagedTLSSecret1): string;
|
|
1154
1181
|
/** @internal */
|
|
1155
|
-
export type
|
|
1182
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn1$Outbound = {
|
|
1156
1183
|
certificateArn: string;
|
|
1157
1184
|
mode: "awsAcmArn";
|
|
1158
1185
|
};
|
|
1159
1186
|
/** @internal */
|
|
1160
|
-
export declare const
|
|
1161
|
-
export declare function
|
|
1187
|
+
export declare const PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateAwsAcmArn1$Outbound, PrepareDeploymentStackCertificateAwsAcmArn1>;
|
|
1188
|
+
export declare function prepareDeploymentStackCertificateAwsAcmArn1ToJSON(prepareDeploymentStackCertificateAwsAcmArn1: PrepareDeploymentStackCertificateAwsAcmArn1): string;
|
|
1162
1189
|
/** @internal */
|
|
1163
|
-
export type
|
|
1190
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport1$Outbound = {
|
|
1164
1191
|
mode: "managedAcmImport";
|
|
1165
1192
|
region?: string | null | undefined;
|
|
1166
1193
|
tags?: {
|
|
@@ -1168,50 +1195,50 @@ export type CertificateManagedAcmImport1$Outbound = {
|
|
|
1168
1195
|
} | undefined;
|
|
1169
1196
|
};
|
|
1170
1197
|
/** @internal */
|
|
1171
|
-
export declare const
|
|
1172
|
-
export declare function
|
|
1198
|
+
export declare const PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateManagedAcmImport1$Outbound, PrepareDeploymentStackCertificateManagedAcmImport1>;
|
|
1199
|
+
export declare function prepareDeploymentStackCertificateManagedAcmImport1ToJSON(prepareDeploymentStackCertificateManagedAcmImport1: PrepareDeploymentStackCertificateManagedAcmImport1): string;
|
|
1173
1200
|
/** @internal */
|
|
1174
|
-
export type
|
|
1201
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef1$Outbound = {
|
|
1175
1202
|
namespace?: string | null | undefined;
|
|
1176
1203
|
secretName: string;
|
|
1177
1204
|
mode: "tlsSecretRef";
|
|
1178
1205
|
};
|
|
1179
1206
|
/** @internal */
|
|
1180
|
-
export declare const
|
|
1181
|
-
export declare function
|
|
1207
|
+
export declare const PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateTLSSecretRef1$Outbound, PrepareDeploymentStackCertificateTLSSecretRef1>;
|
|
1208
|
+
export declare function prepareDeploymentStackCertificateTLSSecretRef1ToJSON(prepareDeploymentStackCertificateTLSSecretRef1: PrepareDeploymentStackCertificateTLSSecretRef1): string;
|
|
1182
1209
|
/** @internal */
|
|
1183
|
-
export type
|
|
1210
|
+
export type PrepareDeploymentStackCertificateUnion1$Outbound = PrepareDeploymentStackCertificateTLSSecretRef1$Outbound | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound | PrepareDeploymentStackCertificateNone1$Outbound;
|
|
1184
1211
|
/** @internal */
|
|
1185
|
-
export declare const
|
|
1186
|
-
export declare function
|
|
1212
|
+
export declare const PrepareDeploymentStackCertificateUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackCertificateUnion1$Outbound, PrepareDeploymentStackCertificateUnion1>;
|
|
1213
|
+
export declare function prepareDeploymentStackCertificateUnion1ToJSON(prepareDeploymentStackCertificateUnion1: PrepareDeploymentStackCertificateUnion1): string;
|
|
1187
1214
|
/** @internal */
|
|
1188
|
-
export declare const
|
|
1215
|
+
export declare const PrepareDeploymentStackModeGenerated$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeGenerated>;
|
|
1189
1216
|
/** @internal */
|
|
1190
|
-
export declare const
|
|
1217
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1191
1218
|
/** @internal */
|
|
1192
|
-
export type
|
|
1219
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound = {
|
|
1193
1220
|
albName?: string | null | undefined;
|
|
1194
1221
|
albNamespace?: string | null | undefined;
|
|
1195
1222
|
frontend: string;
|
|
1196
1223
|
provider: string;
|
|
1197
1224
|
};
|
|
1198
1225
|
/** @internal */
|
|
1199
|
-
export declare const
|
|
1200
|
-
export declare function
|
|
1226
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2>;
|
|
1227
|
+
export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers2ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers2: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2): string;
|
|
1201
1228
|
/** @internal */
|
|
1202
|
-
export declare const
|
|
1229
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2>;
|
|
1203
1230
|
/** @internal */
|
|
1204
|
-
export type
|
|
1231
|
+
export type PrepareDeploymentStackProviderGkeGateway2$Outbound = {
|
|
1205
1232
|
provider: string;
|
|
1206
1233
|
staticAddressName?: string | null | undefined;
|
|
1207
1234
|
};
|
|
1208
1235
|
/** @internal */
|
|
1209
|
-
export declare const
|
|
1210
|
-
export declare function
|
|
1236
|
+
export declare const PrepareDeploymentStackProviderGkeGateway2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway2$Outbound, PrepareDeploymentStackProviderGkeGateway2>;
|
|
1237
|
+
export declare function prepareDeploymentStackProviderGkeGateway2ToJSON(prepareDeploymentStackProviderGkeGateway2: PrepareDeploymentStackProviderGkeGateway2): string;
|
|
1211
1238
|
/** @internal */
|
|
1212
|
-
export declare const
|
|
1239
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2>;
|
|
1213
1240
|
/** @internal */
|
|
1214
|
-
export type
|
|
1241
|
+
export type PrepareDeploymentStackProviderAwsAlb2$Outbound = {
|
|
1215
1242
|
ipAddressType?: string | null | undefined;
|
|
1216
1243
|
provider: string;
|
|
1217
1244
|
scheme: string;
|
|
@@ -1219,15 +1246,15 @@ export type ProviderAwsAlb2$Outbound = {
|
|
|
1219
1246
|
targetType: string;
|
|
1220
1247
|
};
|
|
1221
1248
|
/** @internal */
|
|
1222
|
-
export declare const
|
|
1223
|
-
export declare function
|
|
1249
|
+
export declare const PrepareDeploymentStackProviderAwsAlb2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb2$Outbound, PrepareDeploymentStackProviderAwsAlb2>;
|
|
1250
|
+
export declare function prepareDeploymentStackProviderAwsAlb2ToJSON(prepareDeploymentStackProviderAwsAlb2: PrepareDeploymentStackProviderAwsAlb2): string;
|
|
1224
1251
|
/** @internal */
|
|
1225
|
-
export type
|
|
1252
|
+
export type PrepareDeploymentStackProviderUnion2$Outbound = PrepareDeploymentStackProviderAwsAlb2$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound | PrepareDeploymentStackProviderGkeGateway2$Outbound | any;
|
|
1226
1253
|
/** @internal */
|
|
1227
|
-
export declare const
|
|
1228
|
-
export declare function
|
|
1254
|
+
export declare const PrepareDeploymentStackProviderUnion2$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion2$Outbound, PrepareDeploymentStackProviderUnion2>;
|
|
1255
|
+
export declare function prepareDeploymentStackProviderUnion2ToJSON(prepareDeploymentStackProviderUnion2: PrepareDeploymentStackProviderUnion2): string;
|
|
1229
1256
|
/** @internal */
|
|
1230
|
-
export type
|
|
1257
|
+
export type PrepareDeploymentStackRouteGateway1$Outbound = {
|
|
1231
1258
|
annotations?: {
|
|
1232
1259
|
[k: string]: string;
|
|
1233
1260
|
} | undefined;
|
|
@@ -1237,38 +1264,38 @@ export type RouteGateway1$Outbound = {
|
|
|
1237
1264
|
[k: string]: string;
|
|
1238
1265
|
} | undefined;
|
|
1239
1266
|
listenerPort: number;
|
|
1240
|
-
provider?:
|
|
1267
|
+
provider?: PrepareDeploymentStackProviderAwsAlb2$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound | PrepareDeploymentStackProviderGkeGateway2$Outbound | any | null | undefined;
|
|
1241
1268
|
routeApi: "gateway";
|
|
1242
1269
|
};
|
|
1243
1270
|
/** @internal */
|
|
1244
|
-
export declare const
|
|
1245
|
-
export declare function
|
|
1271
|
+
export declare const PrepareDeploymentStackRouteGateway1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteGateway1$Outbound, PrepareDeploymentStackRouteGateway1>;
|
|
1272
|
+
export declare function prepareDeploymentStackRouteGateway1ToJSON(prepareDeploymentStackRouteGateway1: PrepareDeploymentStackRouteGateway1): string;
|
|
1246
1273
|
/** @internal */
|
|
1247
|
-
export declare const
|
|
1274
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1248
1275
|
/** @internal */
|
|
1249
|
-
export type
|
|
1276
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound = {
|
|
1250
1277
|
albName?: string | null | undefined;
|
|
1251
1278
|
albNamespace?: string | null | undefined;
|
|
1252
1279
|
frontend: string;
|
|
1253
1280
|
provider: string;
|
|
1254
1281
|
};
|
|
1255
1282
|
/** @internal */
|
|
1256
|
-
export declare const
|
|
1257
|
-
export declare function
|
|
1283
|
+
export declare const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound, PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1>;
|
|
1284
|
+
export declare function prepareDeploymentStackProviderAzureApplicationGatewayForContainers1ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers1: PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1): string;
|
|
1258
1285
|
/** @internal */
|
|
1259
|
-
export declare const
|
|
1286
|
+
export declare const PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1>;
|
|
1260
1287
|
/** @internal */
|
|
1261
|
-
export type
|
|
1288
|
+
export type PrepareDeploymentStackProviderGkeGateway1$Outbound = {
|
|
1262
1289
|
provider: string;
|
|
1263
1290
|
staticAddressName?: string | null | undefined;
|
|
1264
1291
|
};
|
|
1265
1292
|
/** @internal */
|
|
1266
|
-
export declare const
|
|
1267
|
-
export declare function
|
|
1293
|
+
export declare const PrepareDeploymentStackProviderGkeGateway1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderGkeGateway1$Outbound, PrepareDeploymentStackProviderGkeGateway1>;
|
|
1294
|
+
export declare function prepareDeploymentStackProviderGkeGateway1ToJSON(prepareDeploymentStackProviderGkeGateway1: PrepareDeploymentStackProviderGkeGateway1): string;
|
|
1268
1295
|
/** @internal */
|
|
1269
|
-
export declare const
|
|
1296
|
+
export declare const PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1>;
|
|
1270
1297
|
/** @internal */
|
|
1271
|
-
export type
|
|
1298
|
+
export type PrepareDeploymentStackProviderAwsAlb1$Outbound = {
|
|
1272
1299
|
ipAddressType?: string | null | undefined;
|
|
1273
1300
|
provider: string;
|
|
1274
1301
|
scheme: string;
|
|
@@ -1276,15 +1303,15 @@ export type ProviderAwsAlb1$Outbound = {
|
|
|
1276
1303
|
targetType: string;
|
|
1277
1304
|
};
|
|
1278
1305
|
/** @internal */
|
|
1279
|
-
export declare const
|
|
1280
|
-
export declare function
|
|
1306
|
+
export declare const PrepareDeploymentStackProviderAwsAlb1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderAwsAlb1$Outbound, PrepareDeploymentStackProviderAwsAlb1>;
|
|
1307
|
+
export declare function prepareDeploymentStackProviderAwsAlb1ToJSON(prepareDeploymentStackProviderAwsAlb1: PrepareDeploymentStackProviderAwsAlb1): string;
|
|
1281
1308
|
/** @internal */
|
|
1282
|
-
export type
|
|
1309
|
+
export type PrepareDeploymentStackProviderUnion1$Outbound = PrepareDeploymentStackProviderAwsAlb1$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound | PrepareDeploymentStackProviderGkeGateway1$Outbound | any;
|
|
1283
1310
|
/** @internal */
|
|
1284
|
-
export declare const
|
|
1285
|
-
export declare function
|
|
1311
|
+
export declare const PrepareDeploymentStackProviderUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackProviderUnion1$Outbound, PrepareDeploymentStackProviderUnion1>;
|
|
1312
|
+
export declare function prepareDeploymentStackProviderUnion1ToJSON(prepareDeploymentStackProviderUnion1: PrepareDeploymentStackProviderUnion1): string;
|
|
1286
1313
|
/** @internal */
|
|
1287
|
-
export type
|
|
1314
|
+
export type PrepareDeploymentStackRouteIngress1$Outbound = {
|
|
1288
1315
|
annotations?: {
|
|
1289
1316
|
[k: string]: string;
|
|
1290
1317
|
} | undefined;
|
|
@@ -1293,57 +1320,57 @@ export type RouteIngress1$Outbound = {
|
|
|
1293
1320
|
labels?: {
|
|
1294
1321
|
[k: string]: string;
|
|
1295
1322
|
} | undefined;
|
|
1296
|
-
provider?:
|
|
1323
|
+
provider?: PrepareDeploymentStackProviderAwsAlb1$Outbound | PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound | PrepareDeploymentStackProviderGkeGateway1$Outbound | any | null | undefined;
|
|
1297
1324
|
routeApi: "ingress";
|
|
1298
1325
|
};
|
|
1299
1326
|
/** @internal */
|
|
1300
|
-
export declare const
|
|
1301
|
-
export declare function
|
|
1327
|
+
export declare const PrepareDeploymentStackRouteIngress1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteIngress1$Outbound, PrepareDeploymentStackRouteIngress1>;
|
|
1328
|
+
export declare function prepareDeploymentStackRouteIngress1ToJSON(prepareDeploymentStackRouteIngress1: PrepareDeploymentStackRouteIngress1): string;
|
|
1302
1329
|
/** @internal */
|
|
1303
|
-
export type
|
|
1330
|
+
export type PrepareDeploymentStackRouteUnion1$Outbound = PrepareDeploymentStackRouteIngress1$Outbound | PrepareDeploymentStackRouteGateway1$Outbound;
|
|
1304
1331
|
/** @internal */
|
|
1305
|
-
export declare const
|
|
1306
|
-
export declare function
|
|
1332
|
+
export declare const PrepareDeploymentStackRouteUnion1$outboundSchema: z.ZodType<PrepareDeploymentStackRouteUnion1$Outbound, PrepareDeploymentStackRouteUnion1>;
|
|
1333
|
+
export declare function prepareDeploymentStackRouteUnion1ToJSON(prepareDeploymentStackRouteUnion1: PrepareDeploymentStackRouteUnion1): string;
|
|
1307
1334
|
/** @internal */
|
|
1308
|
-
export type
|
|
1309
|
-
certificate:
|
|
1335
|
+
export type PrepareDeploymentStackExposureGenerated$Outbound = {
|
|
1336
|
+
certificate: PrepareDeploymentStackCertificateTLSSecretRef1$Outbound | PrepareDeploymentStackCertificateManagedAcmImport1$Outbound | PrepareDeploymentStackCertificateAwsAcmArn1$Outbound | PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound | PrepareDeploymentStackCertificateNone1$Outbound;
|
|
1310
1337
|
mode: string;
|
|
1311
|
-
route:
|
|
1338
|
+
route: PrepareDeploymentStackRouteIngress1$Outbound | PrepareDeploymentStackRouteGateway1$Outbound;
|
|
1312
1339
|
};
|
|
1313
1340
|
/** @internal */
|
|
1314
|
-
export declare const
|
|
1315
|
-
export declare function
|
|
1341
|
+
export declare const PrepareDeploymentStackExposureGenerated$outboundSchema: z.ZodType<PrepareDeploymentStackExposureGenerated$Outbound, PrepareDeploymentStackExposureGenerated>;
|
|
1342
|
+
export declare function prepareDeploymentStackExposureGeneratedToJSON(prepareDeploymentStackExposureGenerated: PrepareDeploymentStackExposureGenerated): string;
|
|
1316
1343
|
/** @internal */
|
|
1317
|
-
export declare const
|
|
1344
|
+
export declare const PrepareDeploymentStackModeDisabled$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackModeDisabled>;
|
|
1318
1345
|
/** @internal */
|
|
1319
|
-
export type
|
|
1346
|
+
export type PrepareDeploymentStackExposureDisabled$Outbound = {
|
|
1320
1347
|
mode: string;
|
|
1321
1348
|
};
|
|
1322
1349
|
/** @internal */
|
|
1323
|
-
export declare const
|
|
1324
|
-
export declare function
|
|
1350
|
+
export declare const PrepareDeploymentStackExposureDisabled$outboundSchema: z.ZodType<PrepareDeploymentStackExposureDisabled$Outbound, PrepareDeploymentStackExposureDisabled>;
|
|
1351
|
+
export declare function prepareDeploymentStackExposureDisabledToJSON(prepareDeploymentStackExposureDisabled: PrepareDeploymentStackExposureDisabled): string;
|
|
1325
1352
|
/** @internal */
|
|
1326
|
-
export type
|
|
1353
|
+
export type PrepareDeploymentStackExposureUnion$Outbound = PrepareDeploymentStackExposureCustom$Outbound | PrepareDeploymentStackExposureGenerated$Outbound | PrepareDeploymentStackExposureDisabled$Outbound | any;
|
|
1327
1354
|
/** @internal */
|
|
1328
|
-
export declare const
|
|
1329
|
-
export declare function
|
|
1355
|
+
export declare const PrepareDeploymentStackExposureUnion$outboundSchema: z.ZodType<PrepareDeploymentStackExposureUnion$Outbound, PrepareDeploymentStackExposureUnion>;
|
|
1356
|
+
export declare function prepareDeploymentStackExposureUnionToJSON(prepareDeploymentStackExposureUnion: PrepareDeploymentStackExposureUnion): string;
|
|
1330
1357
|
/** @internal */
|
|
1331
1358
|
export type PrepareDeploymentStackKubernetes$Outbound = {
|
|
1332
|
-
cluster?:
|
|
1333
|
-
exposure?:
|
|
1359
|
+
cluster?: PrepareDeploymentStackCluster$Outbound | any | null | undefined;
|
|
1360
|
+
exposure?: PrepareDeploymentStackExposureCustom$Outbound | PrepareDeploymentStackExposureGenerated$Outbound | PrepareDeploymentStackExposureDisabled$Outbound | any | null | undefined;
|
|
1334
1361
|
};
|
|
1335
1362
|
/** @internal */
|
|
1336
1363
|
export declare const PrepareDeploymentStackKubernetes$outboundSchema: z.ZodType<PrepareDeploymentStackKubernetes$Outbound, PrepareDeploymentStackKubernetes>;
|
|
1337
1364
|
export declare function prepareDeploymentStackKubernetesToJSON(prepareDeploymentStackKubernetes: PrepareDeploymentStackKubernetes): string;
|
|
1338
1365
|
/** @internal */
|
|
1339
|
-
export type
|
|
1366
|
+
export type PrepareDeploymentStackKubernetesUnion$Outbound = PrepareDeploymentStackKubernetes$Outbound | any;
|
|
1340
1367
|
/** @internal */
|
|
1341
|
-
export declare const
|
|
1342
|
-
export declare function
|
|
1368
|
+
export declare const PrepareDeploymentStackKubernetesUnion$outboundSchema: z.ZodType<PrepareDeploymentStackKubernetesUnion$Outbound, PrepareDeploymentStackKubernetesUnion>;
|
|
1369
|
+
export declare function prepareDeploymentStackKubernetesUnionToJSON(prepareDeploymentStackKubernetesUnion: PrepareDeploymentStackKubernetesUnion): string;
|
|
1343
1370
|
/** @internal */
|
|
1344
|
-
export declare const
|
|
1371
|
+
export declare const PrepareDeploymentStackTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVnetAzure>;
|
|
1345
1372
|
/** @internal */
|
|
1346
|
-
export type
|
|
1373
|
+
export type PrepareDeploymentStackNetworkByoVnetAzure$Outbound = {
|
|
1347
1374
|
application_gateway_subnet_name?: string | null | undefined;
|
|
1348
1375
|
private_subnet_name: string;
|
|
1349
1376
|
public_subnet_name: string;
|
|
@@ -1351,24 +1378,24 @@ export type NetworkByoVnetAzure$Outbound = {
|
|
|
1351
1378
|
vnet_resource_id: string;
|
|
1352
1379
|
};
|
|
1353
1380
|
/** @internal */
|
|
1354
|
-
export declare const
|
|
1355
|
-
export declare function
|
|
1381
|
+
export declare const PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVnetAzure$Outbound, PrepareDeploymentStackNetworkByoVnetAzure>;
|
|
1382
|
+
export declare function prepareDeploymentStackNetworkByoVnetAzureToJSON(prepareDeploymentStackNetworkByoVnetAzure: PrepareDeploymentStackNetworkByoVnetAzure): string;
|
|
1356
1383
|
/** @internal */
|
|
1357
|
-
export declare const
|
|
1384
|
+
export declare const PrepareDeploymentStackTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVpcGcp>;
|
|
1358
1385
|
/** @internal */
|
|
1359
|
-
export type
|
|
1386
|
+
export type PrepareDeploymentStackNetworkByoVpcGcp$Outbound = {
|
|
1360
1387
|
network_name: string;
|
|
1361
1388
|
region: string;
|
|
1362
1389
|
subnet_name: string;
|
|
1363
1390
|
type: string;
|
|
1364
1391
|
};
|
|
1365
1392
|
/** @internal */
|
|
1366
|
-
export declare const
|
|
1367
|
-
export declare function
|
|
1393
|
+
export declare const PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVpcGcp$Outbound, PrepareDeploymentStackNetworkByoVpcGcp>;
|
|
1394
|
+
export declare function prepareDeploymentStackNetworkByoVpcGcpToJSON(prepareDeploymentStackNetworkByoVpcGcp: PrepareDeploymentStackNetworkByoVpcGcp): string;
|
|
1368
1395
|
/** @internal */
|
|
1369
|
-
export declare const
|
|
1396
|
+
export declare const PrepareDeploymentStackTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeByoVpcAws>;
|
|
1370
1397
|
/** @internal */
|
|
1371
|
-
export type
|
|
1398
|
+
export type PrepareDeploymentStackNetworkByoVpcAws$Outbound = {
|
|
1372
1399
|
private_subnet_ids: Array<string>;
|
|
1373
1400
|
public_subnet_ids: Array<string>;
|
|
1374
1401
|
security_group_ids?: Array<string> | undefined;
|
|
@@ -1376,57 +1403,58 @@ export type NetworkByoVpcAws$Outbound = {
|
|
|
1376
1403
|
vpc_id: string;
|
|
1377
1404
|
};
|
|
1378
1405
|
/** @internal */
|
|
1379
|
-
export declare const
|
|
1380
|
-
export declare function
|
|
1406
|
+
export declare const PrepareDeploymentStackNetworkByoVpcAws$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkByoVpcAws$Outbound, PrepareDeploymentStackNetworkByoVpcAws>;
|
|
1407
|
+
export declare function prepareDeploymentStackNetworkByoVpcAwsToJSON(prepareDeploymentStackNetworkByoVpcAws: PrepareDeploymentStackNetworkByoVpcAws): string;
|
|
1381
1408
|
/** @internal */
|
|
1382
|
-
export declare const
|
|
1409
|
+
export declare const PrepareDeploymentStackTypeCreate$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeCreate>;
|
|
1383
1410
|
/** @internal */
|
|
1384
|
-
export type
|
|
1411
|
+
export type PrepareDeploymentStackNetworkCreate$Outbound = {
|
|
1385
1412
|
availability_zones?: number | undefined;
|
|
1386
1413
|
cidr?: string | null | undefined;
|
|
1387
1414
|
type: string;
|
|
1388
1415
|
};
|
|
1389
1416
|
/** @internal */
|
|
1390
|
-
export declare const
|
|
1391
|
-
export declare function
|
|
1417
|
+
export declare const PrepareDeploymentStackNetworkCreate$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkCreate$Outbound, PrepareDeploymentStackNetworkCreate>;
|
|
1418
|
+
export declare function prepareDeploymentStackNetworkCreateToJSON(prepareDeploymentStackNetworkCreate: PrepareDeploymentStackNetworkCreate): string;
|
|
1392
1419
|
/** @internal */
|
|
1393
|
-
export declare const
|
|
1420
|
+
export declare const PrepareDeploymentStackTypeUseDefault$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTypeUseDefault>;
|
|
1394
1421
|
/** @internal */
|
|
1395
|
-
export type
|
|
1422
|
+
export type PrepareDeploymentStackNetworkUseDefault$Outbound = {
|
|
1396
1423
|
type: string;
|
|
1397
1424
|
};
|
|
1398
1425
|
/** @internal */
|
|
1399
|
-
export declare const
|
|
1400
|
-
export declare function
|
|
1426
|
+
export declare const PrepareDeploymentStackNetworkUseDefault$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkUseDefault$Outbound, PrepareDeploymentStackNetworkUseDefault>;
|
|
1427
|
+
export declare function prepareDeploymentStackNetworkUseDefaultToJSON(prepareDeploymentStackNetworkUseDefault: PrepareDeploymentStackNetworkUseDefault): string;
|
|
1401
1428
|
/** @internal */
|
|
1402
|
-
export type
|
|
1429
|
+
export type PrepareDeploymentStackNetworkUnion$Outbound = PrepareDeploymentStackNetworkByoVpcAws$Outbound | PrepareDeploymentStackNetworkByoVpcGcp$Outbound | PrepareDeploymentStackNetworkByoVnetAzure$Outbound | PrepareDeploymentStackNetworkUseDefault$Outbound | PrepareDeploymentStackNetworkCreate$Outbound | any;
|
|
1403
1430
|
/** @internal */
|
|
1404
|
-
export declare const
|
|
1405
|
-
export declare function
|
|
1431
|
+
export declare const PrepareDeploymentStackNetworkUnion$outboundSchema: z.ZodType<PrepareDeploymentStackNetworkUnion$Outbound, PrepareDeploymentStackNetworkUnion>;
|
|
1432
|
+
export declare function prepareDeploymentStackNetworkUnionToJSON(prepareDeploymentStackNetworkUnion: PrepareDeploymentStackNetworkUnion): string;
|
|
1406
1433
|
/** @internal */
|
|
1407
|
-
export declare const
|
|
1434
|
+
export declare const PrepareDeploymentStackTelemetry$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackTelemetry>;
|
|
1408
1435
|
/** @internal */
|
|
1409
|
-
export declare const
|
|
1436
|
+
export declare const PrepareDeploymentStackUpdates$outboundSchema: z.ZodEnum<typeof PrepareDeploymentStackUpdates>;
|
|
1410
1437
|
/** @internal */
|
|
1411
|
-
export type
|
|
1438
|
+
export type PrepareDeploymentStackStackSettings$Outbound = {
|
|
1439
|
+
compute?: PrepareDeploymentStackCompute$Outbound | undefined;
|
|
1412
1440
|
deploymentModel?: string | undefined;
|
|
1413
|
-
domains?:
|
|
1414
|
-
externalBindings?:
|
|
1441
|
+
domains?: PrepareDeploymentStackDomains$Outbound | any | null | undefined;
|
|
1442
|
+
externalBindings?: PrepareDeploymentStackExternalBindings$Outbound | null | undefined;
|
|
1415
1443
|
heartbeats?: string | undefined;
|
|
1416
1444
|
kubernetes?: PrepareDeploymentStackKubernetes$Outbound | any | null | undefined;
|
|
1417
|
-
network?:
|
|
1445
|
+
network?: PrepareDeploymentStackNetworkByoVpcAws$Outbound | PrepareDeploymentStackNetworkByoVpcGcp$Outbound | PrepareDeploymentStackNetworkByoVnetAzure$Outbound | PrepareDeploymentStackNetworkUseDefault$Outbound | PrepareDeploymentStackNetworkCreate$Outbound | any | null | undefined;
|
|
1418
1446
|
telemetry?: string | undefined;
|
|
1419
1447
|
updates?: string | undefined;
|
|
1420
1448
|
};
|
|
1421
1449
|
/** @internal */
|
|
1422
|
-
export declare const
|
|
1423
|
-
export declare function
|
|
1450
|
+
export declare const PrepareDeploymentStackStackSettings$outboundSchema: z.ZodType<PrepareDeploymentStackStackSettings$Outbound, PrepareDeploymentStackStackSettings>;
|
|
1451
|
+
export declare function prepareDeploymentStackStackSettingsToJSON(prepareDeploymentStackStackSettings: PrepareDeploymentStackStackSettings): string;
|
|
1424
1452
|
/** @internal */
|
|
1425
1453
|
export type PrepareDeploymentStackRequestBody$Outbound = {
|
|
1426
1454
|
platform: string;
|
|
1427
1455
|
setupMethod: string;
|
|
1428
1456
|
region?: string | undefined;
|
|
1429
|
-
stackSettings:
|
|
1457
|
+
stackSettings: PrepareDeploymentStackStackSettings$Outbound;
|
|
1430
1458
|
};
|
|
1431
1459
|
/** @internal */
|
|
1432
1460
|
export declare const PrepareDeploymentStackRequestBody$outboundSchema: z.ZodType<PrepareDeploymentStackRequestBody$Outbound, PrepareDeploymentStackRequestBody>;
|