@alienplatform/platform-api 1.8.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +3 -3
- package/README.md +20 -7
- package/esm/funcs/authWhoami.d.ts +2 -1
- package/esm/funcs/authWhoami.d.ts.map +1 -1
- package/esm/funcs/authWhoami.js +19 -5
- package/esm/funcs/authWhoami.js.map +1 -1
- package/esm/funcs/debugSessionsCreate.d.ts +16 -0
- package/esm/funcs/debugSessionsCreate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsCreate.js +86 -0
- package/esm/funcs/debugSessionsCreate.js.map +1 -0
- package/esm/funcs/debugSessionsGet.d.ts +16 -0
- package/esm/funcs/debugSessionsGet.d.ts.map +1 -0
- package/esm/funcs/debugSessionsGet.js +89 -0
- package/esm/funcs/debugSessionsGet.js.map +1 -0
- package/esm/funcs/debugSessionsList.d.ts +16 -0
- package/esm/funcs/debugSessionsList.d.ts.map +1 -0
- package/esm/funcs/debugSessionsList.js +90 -0
- package/esm/funcs/debugSessionsList.js.map +1 -0
- package/esm/funcs/debugSessionsUpdate.d.ts +16 -0
- package/esm/funcs/debugSessionsUpdate.d.ts.map +1 -0
- package/esm/funcs/debugSessionsUpdate.js +92 -0
- package/esm/funcs/debugSessionsUpdate.js.map +1 -0
- package/esm/funcs/deploymentPlanCompute.d.ts +16 -0
- package/esm/funcs/deploymentPlanCompute.d.ts.map +1 -0
- package/esm/funcs/deploymentPlanCompute.js +84 -0
- package/esm/funcs/deploymentPlanCompute.js.map +1 -0
- package/esm/funcs/deploymentsList.js +3 -2
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/commanddeploymentinfo.d.ts +1 -1
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -1
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/createdebugsessionrequest.d.ts +27 -0
- package/esm/models/createdebugsessionrequest.d.ts.map +1 -0
- package/esm/models/createdebugsessionrequest.js +17 -0
- package/esm/models/createdebugsessionrequest.js.map +1 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +7 -0
- package/esm/models/createdeploymentgrouptokenrequest.d.ts.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.js +3 -0
- package/esm/models/createdeploymentgrouptokenrequest.js.map +1 -1
- package/esm/models/createmanagerresponse.d.ts +196 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +150 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- package/esm/models/createreleaserequest.d.ts +5 -5
- package/esm/models/createreleaserequest.d.ts.map +1 -1
- package/esm/models/createreleaserequest.js +2 -2
- package/esm/models/createreleaserequest.js.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.d.ts +95 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -1
- package/esm/models/createsetupregistrationoperationrequest.js +52 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -1
- package/esm/models/debugpackagepresignedurls.d.ts +11 -0
- package/esm/models/debugpackagepresignedurls.d.ts.map +1 -0
- package/esm/models/debugpackagepresignedurls.js +14 -0
- package/esm/models/debugpackagepresignedurls.js.map +1 -0
- package/esm/models/debugsession.d.ts +74 -0
- package/esm/models/debugsession.d.ts.map +1 -0
- package/esm/models/debugsession.js +49 -0
- package/esm/models/debugsession.js.map +1 -0
- package/esm/models/debugsessionlistresponse.d.ts +21 -0
- package/esm/models/debugsessionlistresponse.d.ts.map +1 -0
- package/esm/models/debugsessionlistresponse.js +15 -0
- package/esm/models/debugsessionlistresponse.js.map +1 -0
- package/esm/models/debugsessionstate.d.ts +22 -0
- package/esm/models/debugsessionstate.d.ts.map +1 -0
- package/esm/models/debugsessionstate.js +20 -0
- package/esm/models/debugsessionstate.js.map +1 -0
- package/esm/models/deployment.d.ts +313 -4
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +214 -1
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentcomputeplan.d.ts +165 -0
- package/esm/models/deploymentcomputeplan.d.ts.map +1 -0
- package/esm/models/deploymentcomputeplan.js +206 -0
- package/esm/models/deploymentcomputeplan.js.map +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts +13 -3
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +10 -1
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +313 -4
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +224 -1
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +18 -1
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +12 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +248 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentinfosetupconfig.js +176 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +1 -1
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentsetupconfig.d.ts +7 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -1
- package/esm/models/deploymentsetupconfig.js +3 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +103 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +99 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/encryptedstackinputvalue.d.ts +42 -0
- package/esm/models/encryptedstackinputvalue.d.ts.map +1 -0
- package/esm/models/encryptedstackinputvalue.js +37 -0
- package/esm/models/encryptedstackinputvalue.js.map +1 -0
- package/esm/models/forwardimportrequest.d.ts +7 -3
- package/esm/models/forwardimportrequest.d.ts.map +1 -1
- package/esm/models/forwardimportrequest.js +3 -0
- package/esm/models/forwardimportrequest.js.map +1 -1
- package/esm/models/importsource.d.ts +88 -0
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +43 -0
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/index.d.ts +11 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +11 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/managerretryresponse.d.ts +196 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +150 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +100 -5
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +53 -1
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/addworkspacemember.d.ts +1 -1
- package/esm/models/operations/cancelmanagersetup.d.ts +1 -1
- package/esm/models/operations/cancelpackage.d.ts +1 -1
- package/esm/models/operations/createapikey.d.ts +1 -1
- package/esm/models/operations/createcommand.d.ts +1 -1
- package/esm/models/operations/createdebugsession.d.ts +18 -0
- package/esm/models/operations/createdebugsession.d.ts.map +1 -0
- package/esm/models/operations/createdebugsession.js +20 -0
- package/esm/models/operations/createdebugsession.js.map +1 -0
- package/esm/models/operations/createdeployment.d.ts +1 -1
- package/esm/models/operations/createdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/createdeploymentgrouptoken.d.ts +1 -1
- package/esm/models/operations/createdeploymenttoken.d.ts +1 -1
- package/esm/models/operations/createdomain.d.ts +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +1 -1
- package/esm/models/operations/createmanager.d.ts +1 -1
- package/esm/models/operations/createproject.d.ts +3 -3
- package/esm/models/operations/createprojectfromtemplate.d.ts +3 -3
- package/esm/models/operations/createrelease.d.ts +1 -1
- package/esm/models/operations/createsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/deleteapikeys.d.ts +1 -1
- package/esm/models/operations/deletedeployment.d.ts +1 -1
- package/esm/models/operations/deletedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/deletedomain.d.ts +1 -1
- package/esm/models/operations/deletemanager.d.ts +1 -1
- package/esm/models/operations/deleteproject.d.ts +1 -1
- package/esm/models/operations/deleteworkspace.d.ts +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +1 -1
- package/esm/models/operations/generatemanagertoken.d.ts +1 -1
- package/esm/models/operations/getapikey.d.ts +1 -1
- package/esm/models/operations/getcloudregions.d.ts +1 -1
- package/esm/models/operations/getcommand.d.ts +1 -1
- package/esm/models/operations/getdebugsession.d.ts +20 -0
- package/esm/models/operations/getdebugsession.d.ts.map +1 -0
- package/esm/models/operations/getdebugsession.js +13 -0
- package/esm/models/operations/getdebugsession.js.map +1 -0
- package/esm/models/operations/getdeployment.d.ts +1 -1
- package/esm/models/operations/getdeploymentconnectioninfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentgroup.d.ts +1 -1
- package/esm/models/operations/getdeploymentinfo.d.ts +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +1 -1
- package/esm/models/operations/getdomain.d.ts +1 -1
- package/esm/models/operations/getevent.d.ts +1 -1
- package/esm/models/operations/getmanager.d.ts +1 -1
- package/esm/models/operations/getmanagerdeployment.d.ts +1 -1
- package/esm/models/operations/getmanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +1 -1
- package/esm/models/operations/getpackage.d.ts +1 -1
- package/esm/models/operations/getproject.d.ts +1 -1
- package/esm/models/operations/getprojectactiverelease.d.ts +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +1 -1
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/getprojecttemplateurls.d.ts +1 -1
- package/esm/models/operations/getrelease.d.ts +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +1 -1
- package/esm/models/operations/getworkspace.d.ts +1 -1
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +1 -1
- package/esm/models/operations/importdeployment.d.ts +1 -1
- package/esm/models/operations/index.d.ts +6 -0
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -0
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +1 -1
- package/esm/models/operations/listcommanddeployments.d.ts +1 -1
- package/esm/models/operations/listcommandnames.d.ts +1 -1
- package/esm/models/operations/listcommands.d.ts +1 -1
- package/esm/models/operations/listdebugsessions.d.ts +82 -0
- package/esm/models/operations/listdebugsessions.d.ts.map +1 -0
- package/esm/models/operations/listdebugsessions.js +42 -0
- package/esm/models/operations/listdebugsessions.js.map +1 -0
- package/esm/models/operations/listdeploymentfilterdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +1 -1
- package/esm/models/operations/listdeploymentgroups.d.ts +1 -1
- package/esm/models/operations/listdeployments.d.ts +6 -1
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +1 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listevents.d.ts +1 -1
- package/esm/models/operations/listmanagerevents.d.ts +1 -1
- package/esm/models/operations/listmanagers.d.ts +1 -1
- package/esm/models/operations/listpackages.d.ts +1 -1
- package/esm/models/operations/listprojects.d.ts +1 -1
- package/esm/models/operations/listreleaseauthors.d.ts +1 -1
- package/esm/models/operations/listreleasebranches.d.ts +1 -1
- package/esm/models/operations/listreleases.d.ts +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +1 -1
- package/esm/models/operations/listresourceoverview.d.ts +1 -1
- package/esm/models/operations/listworkspacemembers.d.ts +1 -1
- package/esm/models/operations/listworkspaces.d.ts +1 -1
- package/esm/models/operations/pindeploymentrelease.d.ts +1 -1
- package/esm/models/operations/plandeploymentcompute.d.ts +1470 -0
- package/esm/models/operations/plandeploymentcompute.d.ts.map +1 -0
- package/esm/models/operations/plandeploymentcompute.js +897 -0
- package/esm/models/operations/plandeploymentcompute.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +435 -407
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +401 -352
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/provisionmanager.d.ts +1 -1
- package/esm/models/operations/rebuildpackages.d.ts +1 -1
- package/esm/models/operations/redeploydeployment.d.ts +1 -1
- package/esm/models/operations/refreshdomain.d.ts +1 -1
- package/esm/models/operations/removeworkspacemember.d.ts +1 -1
- package/esm/models/operations/reportmanagerheartbeat.d.ts +1 -1
- package/esm/models/operations/resolve.d.ts +1 -1
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +1 -1
- package/esm/models/operations/retrymanagersetup.d.ts +1 -1
- package/esm/models/operations/revokeapikey.d.ts +1 -1
- package/esm/models/operations/syncacquire.d.ts +1 -1
- package/esm/models/operations/synclist.d.ts +1 -1
- package/esm/models/operations/syncreconcile.d.ts +1 -1
- package/esm/models/operations/syncrelease.d.ts +1 -1
- package/esm/models/operations/updateapikey.d.ts +1 -1
- package/esm/models/operations/updatecommand.d.ts +1 -1
- package/esm/models/operations/updatedebugsession.d.ts +23 -0
- package/esm/models/operations/updatedebugsession.d.ts.map +1 -0
- package/esm/models/operations/updatedebugsession.js +21 -0
- package/esm/models/operations/updatedebugsession.js.map +1 -0
- package/esm/models/operations/updatedeploymentenvironmentvariables.d.ts +1 -1
- package/esm/models/operations/updatedeploymentgroup.d.ts +1 -1
- package/esm/models/operations/updatemanager.d.ts +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +1 -1
- package/esm/models/operations/updateproject.d.ts +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +1 -1
- package/esm/models/operations/updateworkspace.d.ts +1 -1
- package/esm/models/operations/updateworkspacemember.d.ts +1 -1
- package/esm/models/operations/whoami.d.ts +15 -0
- package/esm/models/operations/whoami.d.ts.map +1 -0
- package/esm/models/operations/whoami.js +12 -0
- package/esm/models/operations/whoami.js.map +1 -0
- package/esm/models/package.d.ts +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +402 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +232 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/prepareddeploymentstack.d.ts +248 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -1
- package/esm/models/prepareddeploymentstack.js +174 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -1
- package/esm/models/project.d.ts +1 -1
- package/esm/models/projectlistitemresponse.d.ts +1 -1
- package/esm/models/resolvedstackinputsummary.d.ts +23 -0
- package/esm/models/resolvedstackinputsummary.d.ts.map +1 -0
- package/esm/models/resolvedstackinputsummary.js +24 -0
- package/esm/models/resolvedstackinputsummary.js.map +1 -0
- package/esm/models/stackinputvaluerequest.d.ts +8 -0
- package/esm/models/stackinputvaluerequest.d.ts.map +1 -0
- package/esm/models/stackinputvaluerequest.js +10 -0
- package/esm/models/stackinputvaluerequest.js.map +1 -0
- package/esm/models/syncacquireresponse.d.ts +916 -18
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +628 -1
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +313 -4
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +210 -1
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +921 -0
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +534 -0
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +1318 -174
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +901 -91
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateapikeyrequest.d.ts +11 -0
- package/esm/models/updateapikeyrequest.d.ts.map +1 -1
- package/esm/models/updateapikeyrequest.js +3 -0
- package/esm/models/updateapikeyrequest.js.map +1 -1
- package/esm/models/updatedebugsessionrequest.d.ts +21 -0
- package/esm/models/updatedebugsessionrequest.d.ts.map +1 -0
- package/esm/models/updatedebugsessionrequest.js +15 -0
- package/esm/models/updatedebugsessionrequest.js.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts +22 -0
- package/esm/models/updatedeploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/updatedeploymentsetuppolicy.js +14 -0
- package/esm/models/updatedeploymentsetuppolicy.js.map +1 -0
- package/esm/models/updateproject.d.ts +1 -1
- package/esm/sdk/auth.d.ts +2 -1
- package/esm/sdk/auth.d.ts.map +1 -1
- package/esm/sdk/auth.js +2 -2
- package/esm/sdk/auth.js.map +1 -1
- package/esm/sdk/debugsessions.d.ts +22 -0
- package/esm/sdk/debugsessions.d.ts.map +1 -0
- package/esm/sdk/debugsessions.js +36 -0
- package/esm/sdk/debugsessions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +4 -0
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +7 -0
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/user.d.ts +4 -4
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +6 -6
- package/esm/sdk/user.js.map +1 -1
- package/examples/{userGetProfile.example.ts → userListMemberships.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/authWhoami.ts +25 -2
- package/src/funcs/debugSessionsCreate.ts +178 -0
- package/src/funcs/debugSessionsGet.ts +179 -0
- package/src/funcs/debugSessionsList.ts +181 -0
- package/src/funcs/debugSessionsUpdate.ts +182 -0
- package/src/funcs/deploymentPlanCompute.ts +176 -0
- package/src/funcs/deploymentsList.ts +3 -1
- package/src/lib/config.ts +2 -2
- package/src/models/commanddeploymentinfo.ts +2 -2
- package/src/models/createdebugsessionrequest.ts +52 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +9 -0
- package/src/models/createmanagerresponse.ts +520 -0
- package/src/models/createreleaserequest.ts +7 -7
- package/src/models/createsetupregistrationoperationrequest.ts +241 -0
- package/src/models/debugpackagepresignedurls.ts +32 -0
- package/src/models/debugsession.ts +118 -0
- package/src/models/debugsessionlistresponse.ts +42 -0
- package/src/models/debugsessionstate.ts +31 -0
- package/src/models/deployment.ts +651 -5
- package/src/models/deploymentcomputeplan.ts +500 -0
- package/src/models/deploymentconnectioninfo.ts +33 -4
- package/src/models/deploymentdetailresponse.ts +715 -5
- package/src/models/deploymentinfo.ts +37 -1
- package/src/models/deploymentinfosetupconfig.ts +544 -0
- package/src/models/deploymentlistitemresponse.ts +2 -2
- package/src/models/deploymentsetupconfig.ts +9 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +350 -0
- package/src/models/encryptedstackinputvalue.ts +86 -0
- package/src/models/forwardimportrequest.ts +9 -3
- package/src/models/importsource.ts +184 -0
- package/src/models/index.ts +11 -0
- package/src/models/managerretryresponse.ts +517 -0
- package/src/models/newdeploymentrequest.ts +219 -6
- package/src/models/operations/addworkspacemember.ts +1 -1
- package/src/models/operations/cancelmanagersetup.ts +1 -1
- package/src/models/operations/cancelpackage.ts +1 -1
- package/src/models/operations/createapikey.ts +1 -1
- package/src/models/operations/createcommand.ts +1 -1
- package/src/models/operations/createdebugsession.ts +45 -0
- package/src/models/operations/createdeployment.ts +1 -1
- package/src/models/operations/createdeploymentgroup.ts +1 -1
- package/src/models/operations/createdeploymentgrouptoken.ts +1 -1
- package/src/models/operations/createdeploymenttoken.ts +1 -1
- package/src/models/operations/createdomain.ts +1 -1
- package/src/models/operations/createdomainendpoint.ts +1 -1
- package/src/models/operations/createmanager.ts +1 -1
- package/src/models/operations/createproject.ts +3 -3
- package/src/models/operations/createprojectfromtemplate.ts +3 -3
- package/src/models/operations/createrelease.ts +1 -1
- package/src/models/operations/createsetupregistrationoperation.ts +1 -1
- package/src/models/operations/deleteapikeys.ts +1 -1
- package/src/models/operations/deletedeployment.ts +1 -1
- package/src/models/operations/deletedeploymentgroup.ts +1 -1
- package/src/models/operations/deletedomain.ts +1 -1
- package/src/models/operations/deletemanager.ts +1 -1
- package/src/models/operations/deleteproject.ts +1 -1
- package/src/models/operations/deleteworkspace.ts +1 -1
- package/src/models/operations/dismissworkspaceonboarding.ts +1 -1
- package/src/models/operations/generatemanagertoken.ts +1 -1
- package/src/models/operations/getapikey.ts +1 -1
- package/src/models/operations/getcloudregions.ts +1 -1
- package/src/models/operations/getcommand.ts +1 -1
- package/src/models/operations/getdebugsession.ts +39 -0
- package/src/models/operations/getdeployment.ts +1 -1
- package/src/models/operations/getdeploymentconnectioninfo.ts +1 -1
- package/src/models/operations/getdeploymentgroup.ts +1 -1
- package/src/models/operations/getdeploymentinfo.ts +1 -1
- package/src/models/operations/getdeploymentstats.ts +1 -1
- package/src/models/operations/getdomain.ts +1 -1
- package/src/models/operations/getevent.ts +1 -1
- package/src/models/operations/getmanager.ts +1 -1
- package/src/models/operations/getmanagerdeployment.ts +1 -1
- package/src/models/operations/getmanagerdomainbinding.ts +1 -1
- package/src/models/operations/getmanagermanagementconfig.ts +1 -1
- package/src/models/operations/getpackage.ts +1 -1
- package/src/models/operations/getproject.ts +1 -1
- package/src/models/operations/getprojectactiverelease.ts +1 -1
- package/src/models/operations/getprojectdeploymentportaldomain.ts +1 -1
- package/src/models/operations/getprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/getprojecttemplateurls.ts +1 -1
- package/src/models/operations/getrelease.ts +1 -1
- package/src/models/operations/getresourcedeploymentdetail.ts +1 -1
- package/src/models/operations/getsetupregistrationoperation.ts +1 -1
- package/src/models/operations/getworkspace.ts +1 -1
- package/src/models/operations/getworkspacebillingentitlements.ts +1 -1
- package/src/models/operations/importdeployment.ts +1 -1
- package/src/models/operations/index.ts +6 -0
- package/src/models/operations/listapikeys.ts +1 -1
- package/src/models/operations/listbillingauditlog.ts +1 -1
- package/src/models/operations/listcommanddeployments.ts +1 -1
- package/src/models/operations/listcommandnames.ts +1 -1
- package/src/models/operations/listcommands.ts +1 -1
- package/src/models/operations/listdebugsessions.ts +117 -0
- package/src/models/operations/listdeploymentfilterdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeploymentfilterenvironments.ts +1 -1
- package/src/models/operations/listdeploymentgroups.ts +1 -1
- package/src/models/operations/listdeployments.ts +7 -1
- package/src/models/operations/listdomains.ts +1 -1
- package/src/models/operations/listevents.ts +1 -1
- package/src/models/operations/listmanagerevents.ts +1 -1
- package/src/models/operations/listmanagers.ts +1 -1
- package/src/models/operations/listpackages.ts +1 -1
- package/src/models/operations/listprojects.ts +1 -1
- package/src/models/operations/listreleaseauthors.ts +1 -1
- package/src/models/operations/listreleasebranches.ts +1 -1
- package/src/models/operations/listreleases.ts +1 -1
- package/src/models/operations/listresourcedeployments.ts +1 -1
- package/src/models/operations/listresourceoverview.ts +1 -1
- package/src/models/operations/listworkspacemembers.ts +1 -1
- package/src/models/operations/listworkspaces.ts +1 -1
- package/src/models/operations/pindeploymentrelease.ts +1 -1
- package/src/models/operations/plandeploymentcompute.ts +3412 -0
- package/src/models/operations/preparedeploymentstack.ts +1656 -1063
- package/src/models/operations/provisionmanager.ts +1 -1
- package/src/models/operations/rebuildpackages.ts +1 -1
- package/src/models/operations/redeploydeployment.ts +1 -1
- package/src/models/operations/refreshdomain.ts +1 -1
- package/src/models/operations/removeworkspacemember.ts +1 -1
- package/src/models/operations/reportmanagerheartbeat.ts +1 -1
- package/src/models/operations/resolve.ts +1 -1
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +1 -1
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +1 -1
- package/src/models/operations/retrymanagersetup.ts +1 -1
- package/src/models/operations/revokeapikey.ts +1 -1
- package/src/models/operations/syncacquire.ts +1 -1
- package/src/models/operations/synclist.ts +1 -1
- package/src/models/operations/syncreconcile.ts +1 -1
- package/src/models/operations/syncrelease.ts +1 -1
- package/src/models/operations/updateapikey.ts +1 -1
- package/src/models/operations/updatecommand.ts +1 -1
- package/src/models/operations/updatedebugsession.ts +51 -0
- package/src/models/operations/updatedeploymentenvironmentvariables.ts +1 -1
- package/src/models/operations/updatedeploymentgroup.ts +1 -1
- package/src/models/operations/updatemanager.ts +1 -1
- package/src/models/operations/updatemanagerdomainbinding.ts +1 -1
- package/src/models/operations/updateproject.ts +1 -1
- package/src/models/operations/updateprojectgcpoauthprovider.ts +1 -1
- package/src/models/operations/updateworkspace.ts +1 -1
- package/src/models/operations/updateworkspacemember.ts +1 -1
- package/src/models/operations/whoami.ts +29 -0
- package/src/models/package.ts +1 -1
- package/src/models/persistimporteddeploymentrequest.ts +884 -0
- package/src/models/prepareddeploymentstack.ts +530 -0
- package/src/models/project.ts +1 -1
- package/src/models/projectlistitemresponse.ts +1 -1
- package/src/models/resolvedstackinputsummary.ts +54 -0
- package/src/models/stackinputvaluerequest.ts +28 -0
- package/src/models/syncacquireresponse.ts +2216 -154
- package/src/models/synclistresponse.ts +666 -5
- package/src/models/syncreconcilerequest.ts +2059 -82
- package/src/models/syncreconcileresponse.ts +2978 -444
- package/src/models/updateapikeyrequest.ts +17 -0
- package/src/models/updatedebugsessionrequest.ts +40 -0
- package/src/models/updatedeploymentsetuppolicy.ts +43 -0
- package/src/models/updateproject.ts +1 -1
- package/src/sdk/auth.ts +3 -0
- package/src/sdk/debugsessions.ts +70 -0
- package/src/sdk/deployment.ts +15 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/sdk/user.ts +12 -12
|
@@ -16,41 +16,70 @@ export type PrepareDeploymentStackPlatform = ClosedEnum<
|
|
|
16
16
|
typeof PrepareDeploymentStackPlatform
|
|
17
17
|
>;
|
|
18
18
|
|
|
19
|
+
export type PrepareDeploymentStackPoolsAutoscale = {
|
|
20
|
+
mode: "autoscale";
|
|
21
|
+
min: number;
|
|
22
|
+
max: number;
|
|
23
|
+
machine?: string | undefined;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export type PrepareDeploymentStackPoolsFixed = {
|
|
27
|
+
mode: "fixed";
|
|
28
|
+
machines: number;
|
|
29
|
+
machine?: string | undefined;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export type PrepareDeploymentStackPoolsUnion =
|
|
33
|
+
| PrepareDeploymentStackPoolsFixed
|
|
34
|
+
| PrepareDeploymentStackPoolsAutoscale;
|
|
35
|
+
|
|
36
|
+
export type PrepareDeploymentStackCompute = {
|
|
37
|
+
pools?: {
|
|
38
|
+
[k: string]:
|
|
39
|
+
| PrepareDeploymentStackPoolsFixed
|
|
40
|
+
| PrepareDeploymentStackPoolsAutoscale;
|
|
41
|
+
} | undefined;
|
|
42
|
+
};
|
|
43
|
+
|
|
19
44
|
/**
|
|
20
45
|
* Deployment model: how updates are delivered to the remote environment.
|
|
21
46
|
*/
|
|
22
|
-
export const
|
|
47
|
+
export const PrepareDeploymentStackDeploymentModel = {
|
|
23
48
|
Push: "push",
|
|
24
49
|
Pull: "pull",
|
|
25
50
|
} as const;
|
|
26
51
|
/**
|
|
27
52
|
* Deployment model: how updates are delivered to the remote environment.
|
|
28
53
|
*/
|
|
29
|
-
export type
|
|
54
|
+
export type PrepareDeploymentStackDeploymentModel = ClosedEnum<
|
|
55
|
+
typeof PrepareDeploymentStackDeploymentModel
|
|
56
|
+
>;
|
|
30
57
|
|
|
31
58
|
export type PrepareDeploymentStackAws = {
|
|
32
59
|
certificateArn: string;
|
|
33
60
|
};
|
|
34
61
|
|
|
35
|
-
export type
|
|
62
|
+
export type PrepareDeploymentStackAwsUnion = PrepareDeploymentStackAws | any;
|
|
36
63
|
|
|
37
64
|
export type PrepareDeploymentStackAzure = {
|
|
38
65
|
keyVaultCertificateId: string;
|
|
39
66
|
keyVaultResourceId?: string | null | undefined;
|
|
40
67
|
};
|
|
41
68
|
|
|
42
|
-
export type
|
|
69
|
+
export type PrepareDeploymentStackAzureUnion =
|
|
70
|
+
| PrepareDeploymentStackAzure
|
|
71
|
+
| any;
|
|
43
72
|
|
|
44
73
|
export type PrepareDeploymentStackGcp = {
|
|
45
74
|
certificateName: string;
|
|
46
75
|
};
|
|
47
76
|
|
|
48
|
-
export type
|
|
77
|
+
export type PrepareDeploymentStackGcpUnion = PrepareDeploymentStackGcp | any;
|
|
49
78
|
|
|
50
79
|
/**
|
|
51
80
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
52
81
|
*/
|
|
53
|
-
export type
|
|
82
|
+
export type PrepareDeploymentStackTlsSecretRef = {
|
|
54
83
|
/**
|
|
55
84
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
56
85
|
*/
|
|
@@ -61,33 +90,35 @@ export type TlsSecretRef = {
|
|
|
61
90
|
secretName: string;
|
|
62
91
|
};
|
|
63
92
|
|
|
64
|
-
export type
|
|
93
|
+
export type PrepareDeploymentStackDomainsKubernetes = {
|
|
65
94
|
/**
|
|
66
95
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
67
96
|
*/
|
|
68
|
-
tlsSecretRef:
|
|
97
|
+
tlsSecretRef: PrepareDeploymentStackTlsSecretRef;
|
|
69
98
|
};
|
|
70
99
|
|
|
71
|
-
export type
|
|
100
|
+
export type PrepareDeploymentStackDomainsKubernetesUnion =
|
|
101
|
+
| PrepareDeploymentStackDomainsKubernetes
|
|
102
|
+
| any;
|
|
72
103
|
|
|
73
104
|
/**
|
|
74
105
|
* Platform-specific certificate references for custom domains.
|
|
75
106
|
*/
|
|
76
|
-
export type
|
|
107
|
+
export type PrepareDeploymentStackDomainsCertificate = {
|
|
77
108
|
aws?: PrepareDeploymentStackAws | any | null | undefined;
|
|
78
109
|
azure?: PrepareDeploymentStackAzure | any | null | undefined;
|
|
79
110
|
gcp?: PrepareDeploymentStackGcp | any | null | undefined;
|
|
80
|
-
kubernetes?:
|
|
111
|
+
kubernetes?: PrepareDeploymentStackDomainsKubernetes | any | null | undefined;
|
|
81
112
|
};
|
|
82
113
|
|
|
83
114
|
/**
|
|
84
115
|
* Custom domain configuration for a single resource.
|
|
85
116
|
*/
|
|
86
|
-
export type
|
|
117
|
+
export type PrepareDeploymentStackCustomDomains = {
|
|
87
118
|
/**
|
|
88
119
|
* Platform-specific certificate references for custom domains.
|
|
89
120
|
*/
|
|
90
|
-
certificate:
|
|
121
|
+
certificate: PrepareDeploymentStackDomainsCertificate;
|
|
91
122
|
/**
|
|
92
123
|
* Fully qualified domain name to use.
|
|
93
124
|
*/
|
|
@@ -102,14 +133,19 @@ export type CustomDomains = {
|
|
|
102
133
|
* When `custom_domains` is set, the specified resources use customer-provided
|
|
103
134
|
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
104
135
|
*/
|
|
105
|
-
export type
|
|
136
|
+
export type PrepareDeploymentStackDomains = {
|
|
106
137
|
/**
|
|
107
138
|
* Custom domain configuration per resource ID.
|
|
108
139
|
*/
|
|
109
|
-
customDomains?:
|
|
140
|
+
customDomains?:
|
|
141
|
+
| { [k: string]: PrepareDeploymentStackCustomDomains }
|
|
142
|
+
| null
|
|
143
|
+
| undefined;
|
|
110
144
|
};
|
|
111
145
|
|
|
112
|
-
export type
|
|
146
|
+
export type PrepareDeploymentStackDomainsUnion =
|
|
147
|
+
| PrepareDeploymentStackDomains
|
|
148
|
+
| any;
|
|
113
149
|
|
|
114
150
|
/**
|
|
115
151
|
* External bindings for pre-existing infrastructure.
|
|
@@ -119,24 +155,26 @@ export type DomainsUnion = Domains | any;
|
|
|
119
155
|
* Environment, etc.) instead of having Alien provision them.
|
|
120
156
|
* Required for Kubernetes platform, optional for cloud platforms.
|
|
121
157
|
*/
|
|
122
|
-
export type
|
|
158
|
+
export type PrepareDeploymentStackExternalBindings = {};
|
|
123
159
|
|
|
124
160
|
/**
|
|
125
161
|
* How heartbeat health checks are handled.
|
|
126
162
|
*/
|
|
127
|
-
export const
|
|
163
|
+
export const PrepareDeploymentStackHeartbeats = {
|
|
128
164
|
Off: "off",
|
|
129
165
|
On: "on",
|
|
130
166
|
} as const;
|
|
131
167
|
/**
|
|
132
168
|
* How heartbeat health checks are handled.
|
|
133
169
|
*/
|
|
134
|
-
export type
|
|
170
|
+
export type PrepareDeploymentStackHeartbeats = ClosedEnum<
|
|
171
|
+
typeof PrepareDeploymentStackHeartbeats
|
|
172
|
+
>;
|
|
135
173
|
|
|
136
174
|
/**
|
|
137
175
|
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
138
176
|
*/
|
|
139
|
-
export type
|
|
177
|
+
export type PrepareDeploymentStackCloud = {
|
|
140
178
|
accountId?: string | null | undefined;
|
|
141
179
|
clusterId?: string | null | undefined;
|
|
142
180
|
clusterName?: string | null | undefined;
|
|
@@ -146,12 +184,14 @@ export type Cloud = {
|
|
|
146
184
|
subscriptionId?: string | null | undefined;
|
|
147
185
|
};
|
|
148
186
|
|
|
149
|
-
export type
|
|
187
|
+
export type PrepareDeploymentStackCloudUnion =
|
|
188
|
+
| PrepareDeploymentStackCloud
|
|
189
|
+
| any;
|
|
150
190
|
|
|
151
191
|
/**
|
|
152
192
|
* Ownership model for the Kubernetes cluster.
|
|
153
193
|
*/
|
|
154
|
-
export const
|
|
194
|
+
export const PrepareDeploymentStackOwnership = {
|
|
155
195
|
Managed: "managed",
|
|
156
196
|
Existing: "existing",
|
|
157
197
|
External: "external",
|
|
@@ -159,13 +199,15 @@ export const Ownership = {
|
|
|
159
199
|
/**
|
|
160
200
|
* Ownership model for the Kubernetes cluster.
|
|
161
201
|
*/
|
|
162
|
-
export type
|
|
202
|
+
export type PrepareDeploymentStackOwnership = ClosedEnum<
|
|
203
|
+
typeof PrepareDeploymentStackOwnership
|
|
204
|
+
>;
|
|
163
205
|
|
|
164
206
|
/**
|
|
165
207
|
* Kubernetes cluster setup settings.
|
|
166
208
|
*/
|
|
167
|
-
export type
|
|
168
|
-
cloud?:
|
|
209
|
+
export type PrepareDeploymentStackCluster = {
|
|
210
|
+
cloud?: PrepareDeploymentStackCloud | any | null | undefined;
|
|
169
211
|
/**
|
|
170
212
|
* Namespace where the Alien chart and application resources run.
|
|
171
213
|
*/
|
|
@@ -173,16 +215,18 @@ export type Cluster = {
|
|
|
173
215
|
/**
|
|
174
216
|
* Ownership model for the Kubernetes cluster.
|
|
175
217
|
*/
|
|
176
|
-
ownership:
|
|
218
|
+
ownership: PrepareDeploymentStackOwnership;
|
|
177
219
|
};
|
|
178
220
|
|
|
179
|
-
export type
|
|
221
|
+
export type PrepareDeploymentStackClusterUnion =
|
|
222
|
+
| PrepareDeploymentStackCluster
|
|
223
|
+
| any;
|
|
180
224
|
|
|
181
|
-
export type
|
|
225
|
+
export type PrepareDeploymentStackCertificateNone2 = {
|
|
182
226
|
mode: "none";
|
|
183
227
|
};
|
|
184
228
|
|
|
185
|
-
export type
|
|
229
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret2 = {
|
|
186
230
|
mode: "managedTlsSecret";
|
|
187
231
|
/**
|
|
188
232
|
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
@@ -190,7 +234,7 @@ export type CertificateManagedTLSSecret2 = {
|
|
|
190
234
|
secretNameTemplate: string;
|
|
191
235
|
};
|
|
192
236
|
|
|
193
|
-
export type
|
|
237
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn2 = {
|
|
194
238
|
/**
|
|
195
239
|
* Existing ACM certificate ARN.
|
|
196
240
|
*/
|
|
@@ -198,7 +242,7 @@ export type CertificateAwsAcmArn2 = {
|
|
|
198
242
|
mode: "awsAcmArn";
|
|
199
243
|
};
|
|
200
244
|
|
|
201
|
-
export type
|
|
245
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport2 = {
|
|
202
246
|
mode: "managedAcmImport";
|
|
203
247
|
/**
|
|
204
248
|
* ACM region. Defaults to the deployment region when omitted.
|
|
@@ -213,7 +257,7 @@ export type CertificateManagedAcmImport2 = {
|
|
|
213
257
|
/**
|
|
214
258
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
215
259
|
*/
|
|
216
|
-
export type
|
|
260
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef2 = {
|
|
217
261
|
/**
|
|
218
262
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
219
263
|
*/
|
|
@@ -228,67 +272,76 @@ export type CertificateTLSSecretRef2 = {
|
|
|
228
272
|
/**
|
|
229
273
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
230
274
|
*/
|
|
231
|
-
export type
|
|
232
|
-
|
|
|
233
|
-
|
|
|
234
|
-
|
|
|
235
|
-
|
|
|
236
|
-
|
|
|
237
|
-
|
|
238
|
-
export const
|
|
275
|
+
export type PrepareDeploymentStackCertificateUnion2 =
|
|
276
|
+
| PrepareDeploymentStackCertificateTLSSecretRef2
|
|
277
|
+
| PrepareDeploymentStackCertificateManagedAcmImport2
|
|
278
|
+
| PrepareDeploymentStackCertificateAwsAcmArn2
|
|
279
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret2
|
|
280
|
+
| PrepareDeploymentStackCertificateNone2;
|
|
281
|
+
|
|
282
|
+
export const PrepareDeploymentStackModeCustom = {
|
|
239
283
|
Custom: "custom",
|
|
240
284
|
} as const;
|
|
241
|
-
export type
|
|
242
|
-
|
|
243
|
-
export const ProviderAzureApplicationGatewayForContainersEnum4 = {
|
|
244
|
-
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
245
|
-
} as const;
|
|
246
|
-
export type ProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<
|
|
247
|
-
typeof ProviderAzureApplicationGatewayForContainersEnum4
|
|
285
|
+
export type PrepareDeploymentStackModeCustom = ClosedEnum<
|
|
286
|
+
typeof PrepareDeploymentStackModeCustom
|
|
248
287
|
>;
|
|
249
288
|
|
|
250
|
-
export
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
289
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 =
|
|
290
|
+
{
|
|
291
|
+
AzureApplicationGatewayForContainers:
|
|
292
|
+
"azureApplicationGatewayForContainers",
|
|
293
|
+
} as const;
|
|
294
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 =
|
|
295
|
+
ClosedEnum<
|
|
296
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4
|
|
297
|
+
>;
|
|
298
|
+
|
|
299
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4 =
|
|
300
|
+
{
|
|
301
|
+
/**
|
|
302
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
303
|
+
*/
|
|
304
|
+
albName?: string | null | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
307
|
+
*/
|
|
308
|
+
albNamespace?: string | null | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* Public or internal frontend exposure.
|
|
311
|
+
*/
|
|
312
|
+
frontend: string;
|
|
313
|
+
provider:
|
|
314
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4;
|
|
315
|
+
};
|
|
316
|
+
|
|
317
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum4 = {
|
|
267
318
|
GkeGateway: "gkeGateway",
|
|
268
319
|
} as const;
|
|
269
|
-
export type
|
|
270
|
-
typeof
|
|
320
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum4 = ClosedEnum<
|
|
321
|
+
typeof PrepareDeploymentStackProviderGkeGatewayEnum4
|
|
271
322
|
>;
|
|
272
323
|
|
|
273
|
-
export type
|
|
274
|
-
provider:
|
|
324
|
+
export type PrepareDeploymentStackProviderGkeGateway4 = {
|
|
325
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum4;
|
|
275
326
|
/**
|
|
276
327
|
* Optional static address name for the Gateway frontend.
|
|
277
328
|
*/
|
|
278
329
|
staticAddressName?: string | null | undefined;
|
|
279
330
|
};
|
|
280
331
|
|
|
281
|
-
export const
|
|
332
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum4 = {
|
|
282
333
|
AwsAlb: "awsAlb",
|
|
283
334
|
} as const;
|
|
284
|
-
export type
|
|
335
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum4 = ClosedEnum<
|
|
336
|
+
typeof PrepareDeploymentStackProviderAwsAlbEnum4
|
|
337
|
+
>;
|
|
285
338
|
|
|
286
|
-
export type
|
|
339
|
+
export type PrepareDeploymentStackProviderAwsAlb4 = {
|
|
287
340
|
/**
|
|
288
341
|
* Optional ALB IP address type, such as `dualstack`.
|
|
289
342
|
*/
|
|
290
343
|
ipAddressType?: string | null | undefined;
|
|
291
|
-
provider:
|
|
344
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum4;
|
|
292
345
|
/**
|
|
293
346
|
* Internet-facing or internal ALB scheme.
|
|
294
347
|
*/
|
|
@@ -303,16 +356,16 @@ export type ProviderAwsAlb4 = {
|
|
|
303
356
|
targetType: string;
|
|
304
357
|
};
|
|
305
358
|
|
|
306
|
-
export type
|
|
307
|
-
|
|
|
308
|
-
|
|
|
309
|
-
|
|
|
359
|
+
export type PrepareDeploymentStackProviderUnion4 =
|
|
360
|
+
| PrepareDeploymentStackProviderAwsAlb4
|
|
361
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
|
|
362
|
+
| PrepareDeploymentStackProviderGkeGateway4
|
|
310
363
|
| any;
|
|
311
364
|
|
|
312
365
|
/**
|
|
313
366
|
* Shared Gateway API route profile values.
|
|
314
367
|
*/
|
|
315
|
-
export type
|
|
368
|
+
export type PrepareDeploymentStackRouteGateway2 = {
|
|
316
369
|
/**
|
|
317
370
|
* Annotations applied to route objects.
|
|
318
371
|
*/
|
|
@@ -334,64 +387,71 @@ export type RouteGateway2 = {
|
|
|
334
387
|
*/
|
|
335
388
|
listenerPort: number;
|
|
336
389
|
provider?:
|
|
337
|
-
|
|
|
338
|
-
|
|
|
339
|
-
|
|
|
390
|
+
| PrepareDeploymentStackProviderAwsAlb4
|
|
391
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
|
|
392
|
+
| PrepareDeploymentStackProviderGkeGateway4
|
|
340
393
|
| any
|
|
341
394
|
| null
|
|
342
395
|
| undefined;
|
|
343
396
|
routeApi: "gateway";
|
|
344
397
|
};
|
|
345
398
|
|
|
346
|
-
export const
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
399
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 =
|
|
400
|
+
{
|
|
401
|
+
AzureApplicationGatewayForContainers:
|
|
402
|
+
"azureApplicationGatewayForContainers",
|
|
403
|
+
} as const;
|
|
404
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 =
|
|
405
|
+
ClosedEnum<
|
|
406
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3
|
|
407
|
+
>;
|
|
408
|
+
|
|
409
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3 =
|
|
410
|
+
{
|
|
411
|
+
/**
|
|
412
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
413
|
+
*/
|
|
414
|
+
albName?: string | null | undefined;
|
|
415
|
+
/**
|
|
416
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
417
|
+
*/
|
|
418
|
+
albNamespace?: string | null | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* Public or internal frontend exposure.
|
|
421
|
+
*/
|
|
422
|
+
frontend: string;
|
|
423
|
+
provider:
|
|
424
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3;
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum3 = {
|
|
370
428
|
GkeGateway: "gkeGateway",
|
|
371
429
|
} as const;
|
|
372
|
-
export type
|
|
373
|
-
typeof
|
|
430
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum3 = ClosedEnum<
|
|
431
|
+
typeof PrepareDeploymentStackProviderGkeGatewayEnum3
|
|
374
432
|
>;
|
|
375
433
|
|
|
376
|
-
export type
|
|
377
|
-
provider:
|
|
434
|
+
export type PrepareDeploymentStackProviderGkeGateway3 = {
|
|
435
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum3;
|
|
378
436
|
/**
|
|
379
437
|
* Optional static address name for the Gateway frontend.
|
|
380
438
|
*/
|
|
381
439
|
staticAddressName?: string | null | undefined;
|
|
382
440
|
};
|
|
383
441
|
|
|
384
|
-
export const
|
|
442
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum3 = {
|
|
385
443
|
AwsAlb: "awsAlb",
|
|
386
444
|
} as const;
|
|
387
|
-
export type
|
|
445
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum3 = ClosedEnum<
|
|
446
|
+
typeof PrepareDeploymentStackProviderAwsAlbEnum3
|
|
447
|
+
>;
|
|
388
448
|
|
|
389
|
-
export type
|
|
449
|
+
export type PrepareDeploymentStackProviderAwsAlb3 = {
|
|
390
450
|
/**
|
|
391
451
|
* Optional ALB IP address type, such as `dualstack`.
|
|
392
452
|
*/
|
|
393
453
|
ipAddressType?: string | null | undefined;
|
|
394
|
-
provider:
|
|
454
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum3;
|
|
395
455
|
/**
|
|
396
456
|
* Internet-facing or internal ALB scheme.
|
|
397
457
|
*/
|
|
@@ -406,16 +466,16 @@ export type ProviderAwsAlb3 = {
|
|
|
406
466
|
targetType: string;
|
|
407
467
|
};
|
|
408
468
|
|
|
409
|
-
export type
|
|
410
|
-
|
|
|
411
|
-
|
|
|
412
|
-
|
|
|
469
|
+
export type PrepareDeploymentStackProviderUnion3 =
|
|
470
|
+
| PrepareDeploymentStackProviderAwsAlb3
|
|
471
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
|
|
472
|
+
| PrepareDeploymentStackProviderGkeGateway3
|
|
413
473
|
| any;
|
|
414
474
|
|
|
415
475
|
/**
|
|
416
476
|
* Shared Ingress route profile values.
|
|
417
477
|
*/
|
|
418
|
-
export type
|
|
478
|
+
export type PrepareDeploymentStackRouteIngress2 = {
|
|
419
479
|
/**
|
|
420
480
|
* Annotations applied to route objects.
|
|
421
481
|
*/
|
|
@@ -433,9 +493,9 @@ export type RouteIngress2 = {
|
|
|
433
493
|
*/
|
|
434
494
|
labels?: { [k: string]: string } | undefined;
|
|
435
495
|
provider?:
|
|
436
|
-
|
|
|
437
|
-
|
|
|
438
|
-
|
|
|
496
|
+
| PrepareDeploymentStackProviderAwsAlb3
|
|
497
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
|
|
498
|
+
| PrepareDeploymentStackProviderGkeGateway3
|
|
439
499
|
| any
|
|
440
500
|
| null
|
|
441
501
|
| undefined;
|
|
@@ -445,34 +505,38 @@ export type RouteIngress2 = {
|
|
|
445
505
|
/**
|
|
446
506
|
* Kubernetes route API selected for public endpoints.
|
|
447
507
|
*/
|
|
448
|
-
export type
|
|
508
|
+
export type PrepareDeploymentStackRouteUnion2 =
|
|
509
|
+
| PrepareDeploymentStackRouteIngress2
|
|
510
|
+
| PrepareDeploymentStackRouteGateway2;
|
|
449
511
|
|
|
450
|
-
export type
|
|
512
|
+
export type PrepareDeploymentStackExposureCustom = {
|
|
451
513
|
/**
|
|
452
514
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
453
515
|
*/
|
|
454
516
|
certificate:
|
|
455
|
-
|
|
|
456
|
-
|
|
|
457
|
-
|
|
|
458
|
-
|
|
|
459
|
-
|
|
|
517
|
+
| PrepareDeploymentStackCertificateTLSSecretRef2
|
|
518
|
+
| PrepareDeploymentStackCertificateManagedAcmImport2
|
|
519
|
+
| PrepareDeploymentStackCertificateAwsAcmArn2
|
|
520
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret2
|
|
521
|
+
| PrepareDeploymentStackCertificateNone2;
|
|
460
522
|
/**
|
|
461
523
|
* Hostname routed by the Kubernetes public endpoint.
|
|
462
524
|
*/
|
|
463
525
|
domain: string;
|
|
464
|
-
mode:
|
|
526
|
+
mode: PrepareDeploymentStackModeCustom;
|
|
465
527
|
/**
|
|
466
528
|
* Kubernetes route API selected for public endpoints.
|
|
467
529
|
*/
|
|
468
|
-
route:
|
|
530
|
+
route:
|
|
531
|
+
| PrepareDeploymentStackRouteIngress2
|
|
532
|
+
| PrepareDeploymentStackRouteGateway2;
|
|
469
533
|
};
|
|
470
534
|
|
|
471
|
-
export type
|
|
535
|
+
export type PrepareDeploymentStackCertificateNone1 = {
|
|
472
536
|
mode: "none";
|
|
473
537
|
};
|
|
474
538
|
|
|
475
|
-
export type
|
|
539
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret1 = {
|
|
476
540
|
mode: "managedTlsSecret";
|
|
477
541
|
/**
|
|
478
542
|
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
@@ -480,7 +544,7 @@ export type CertificateManagedTLSSecret1 = {
|
|
|
480
544
|
secretNameTemplate: string;
|
|
481
545
|
};
|
|
482
546
|
|
|
483
|
-
export type
|
|
547
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn1 = {
|
|
484
548
|
/**
|
|
485
549
|
* Existing ACM certificate ARN.
|
|
486
550
|
*/
|
|
@@ -488,7 +552,7 @@ export type CertificateAwsAcmArn1 = {
|
|
|
488
552
|
mode: "awsAcmArn";
|
|
489
553
|
};
|
|
490
554
|
|
|
491
|
-
export type
|
|
555
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport1 = {
|
|
492
556
|
mode: "managedAcmImport";
|
|
493
557
|
/**
|
|
494
558
|
* ACM region. Defaults to the deployment region when omitted.
|
|
@@ -503,7 +567,7 @@ export type CertificateManagedAcmImport1 = {
|
|
|
503
567
|
/**
|
|
504
568
|
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
505
569
|
*/
|
|
506
|
-
export type
|
|
570
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef1 = {
|
|
507
571
|
/**
|
|
508
572
|
* Secret namespace. Defaults to the release namespace when omitted.
|
|
509
573
|
*/
|
|
@@ -518,67 +582,76 @@ export type CertificateTLSSecretRef1 = {
|
|
|
518
582
|
/**
|
|
519
583
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
520
584
|
*/
|
|
521
|
-
export type
|
|
522
|
-
|
|
|
523
|
-
|
|
|
524
|
-
|
|
|
525
|
-
|
|
|
526
|
-
|
|
|
527
|
-
|
|
528
|
-
export const
|
|
585
|
+
export type PrepareDeploymentStackCertificateUnion1 =
|
|
586
|
+
| PrepareDeploymentStackCertificateTLSSecretRef1
|
|
587
|
+
| PrepareDeploymentStackCertificateManagedAcmImport1
|
|
588
|
+
| PrepareDeploymentStackCertificateAwsAcmArn1
|
|
589
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret1
|
|
590
|
+
| PrepareDeploymentStackCertificateNone1;
|
|
591
|
+
|
|
592
|
+
export const PrepareDeploymentStackModeGenerated = {
|
|
529
593
|
Generated: "generated",
|
|
530
594
|
} as const;
|
|
531
|
-
export type
|
|
532
|
-
|
|
533
|
-
export const ProviderAzureApplicationGatewayForContainersEnum2 = {
|
|
534
|
-
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
535
|
-
} as const;
|
|
536
|
-
export type ProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<
|
|
537
|
-
typeof ProviderAzureApplicationGatewayForContainersEnum2
|
|
595
|
+
export type PrepareDeploymentStackModeGenerated = ClosedEnum<
|
|
596
|
+
typeof PrepareDeploymentStackModeGenerated
|
|
538
597
|
>;
|
|
539
598
|
|
|
540
|
-
export
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
599
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 =
|
|
600
|
+
{
|
|
601
|
+
AzureApplicationGatewayForContainers:
|
|
602
|
+
"azureApplicationGatewayForContainers",
|
|
603
|
+
} as const;
|
|
604
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 =
|
|
605
|
+
ClosedEnum<
|
|
606
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2
|
|
607
|
+
>;
|
|
608
|
+
|
|
609
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2 =
|
|
610
|
+
{
|
|
611
|
+
/**
|
|
612
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
613
|
+
*/
|
|
614
|
+
albName?: string | null | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
617
|
+
*/
|
|
618
|
+
albNamespace?: string | null | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* Public or internal frontend exposure.
|
|
621
|
+
*/
|
|
622
|
+
frontend: string;
|
|
623
|
+
provider:
|
|
624
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum2 = {
|
|
557
628
|
GkeGateway: "gkeGateway",
|
|
558
629
|
} as const;
|
|
559
|
-
export type
|
|
560
|
-
typeof
|
|
630
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum2 = ClosedEnum<
|
|
631
|
+
typeof PrepareDeploymentStackProviderGkeGatewayEnum2
|
|
561
632
|
>;
|
|
562
633
|
|
|
563
|
-
export type
|
|
564
|
-
provider:
|
|
634
|
+
export type PrepareDeploymentStackProviderGkeGateway2 = {
|
|
635
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum2;
|
|
565
636
|
/**
|
|
566
637
|
* Optional static address name for the Gateway frontend.
|
|
567
638
|
*/
|
|
568
639
|
staticAddressName?: string | null | undefined;
|
|
569
640
|
};
|
|
570
641
|
|
|
571
|
-
export const
|
|
642
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum2 = {
|
|
572
643
|
AwsAlb: "awsAlb",
|
|
573
644
|
} as const;
|
|
574
|
-
export type
|
|
645
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum2 = ClosedEnum<
|
|
646
|
+
typeof PrepareDeploymentStackProviderAwsAlbEnum2
|
|
647
|
+
>;
|
|
575
648
|
|
|
576
|
-
export type
|
|
649
|
+
export type PrepareDeploymentStackProviderAwsAlb2 = {
|
|
577
650
|
/**
|
|
578
651
|
* Optional ALB IP address type, such as `dualstack`.
|
|
579
652
|
*/
|
|
580
653
|
ipAddressType?: string | null | undefined;
|
|
581
|
-
provider:
|
|
654
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum2;
|
|
582
655
|
/**
|
|
583
656
|
* Internet-facing or internal ALB scheme.
|
|
584
657
|
*/
|
|
@@ -593,16 +666,16 @@ export type ProviderAwsAlb2 = {
|
|
|
593
666
|
targetType: string;
|
|
594
667
|
};
|
|
595
668
|
|
|
596
|
-
export type
|
|
597
|
-
|
|
|
598
|
-
|
|
|
599
|
-
|
|
|
669
|
+
export type PrepareDeploymentStackProviderUnion2 =
|
|
670
|
+
| PrepareDeploymentStackProviderAwsAlb2
|
|
671
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
|
|
672
|
+
| PrepareDeploymentStackProviderGkeGateway2
|
|
600
673
|
| any;
|
|
601
674
|
|
|
602
675
|
/**
|
|
603
676
|
* Shared Gateway API route profile values.
|
|
604
677
|
*/
|
|
605
|
-
export type
|
|
678
|
+
export type PrepareDeploymentStackRouteGateway1 = {
|
|
606
679
|
/**
|
|
607
680
|
* Annotations applied to route objects.
|
|
608
681
|
*/
|
|
@@ -624,64 +697,71 @@ export type RouteGateway1 = {
|
|
|
624
697
|
*/
|
|
625
698
|
listenerPort: number;
|
|
626
699
|
provider?:
|
|
627
|
-
|
|
|
628
|
-
|
|
|
629
|
-
|
|
|
700
|
+
| PrepareDeploymentStackProviderAwsAlb2
|
|
701
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
|
|
702
|
+
| PrepareDeploymentStackProviderGkeGateway2
|
|
630
703
|
| any
|
|
631
704
|
| null
|
|
632
705
|
| undefined;
|
|
633
706
|
routeApi: "gateway";
|
|
634
707
|
};
|
|
635
708
|
|
|
636
|
-
export const
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
709
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 =
|
|
710
|
+
{
|
|
711
|
+
AzureApplicationGatewayForContainers:
|
|
712
|
+
"azureApplicationGatewayForContainers",
|
|
713
|
+
} as const;
|
|
714
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 =
|
|
715
|
+
ClosedEnum<
|
|
716
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1
|
|
717
|
+
>;
|
|
718
|
+
|
|
719
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1 =
|
|
720
|
+
{
|
|
721
|
+
/**
|
|
722
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
723
|
+
*/
|
|
724
|
+
albName?: string | null | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
727
|
+
*/
|
|
728
|
+
albNamespace?: string | null | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* Public or internal frontend exposure.
|
|
731
|
+
*/
|
|
732
|
+
frontend: string;
|
|
733
|
+
provider:
|
|
734
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1;
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum1 = {
|
|
660
738
|
GkeGateway: "gkeGateway",
|
|
661
739
|
} as const;
|
|
662
|
-
export type
|
|
663
|
-
typeof
|
|
740
|
+
export type PrepareDeploymentStackProviderGkeGatewayEnum1 = ClosedEnum<
|
|
741
|
+
typeof PrepareDeploymentStackProviderGkeGatewayEnum1
|
|
664
742
|
>;
|
|
665
743
|
|
|
666
|
-
export type
|
|
667
|
-
provider:
|
|
744
|
+
export type PrepareDeploymentStackProviderGkeGateway1 = {
|
|
745
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum1;
|
|
668
746
|
/**
|
|
669
747
|
* Optional static address name for the Gateway frontend.
|
|
670
748
|
*/
|
|
671
749
|
staticAddressName?: string | null | undefined;
|
|
672
750
|
};
|
|
673
751
|
|
|
674
|
-
export const
|
|
752
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum1 = {
|
|
675
753
|
AwsAlb: "awsAlb",
|
|
676
754
|
} as const;
|
|
677
|
-
export type
|
|
755
|
+
export type PrepareDeploymentStackProviderAwsAlbEnum1 = ClosedEnum<
|
|
756
|
+
typeof PrepareDeploymentStackProviderAwsAlbEnum1
|
|
757
|
+
>;
|
|
678
758
|
|
|
679
|
-
export type
|
|
759
|
+
export type PrepareDeploymentStackProviderAwsAlb1 = {
|
|
680
760
|
/**
|
|
681
761
|
* Optional ALB IP address type, such as `dualstack`.
|
|
682
762
|
*/
|
|
683
763
|
ipAddressType?: string | null | undefined;
|
|
684
|
-
provider:
|
|
764
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum1;
|
|
685
765
|
/**
|
|
686
766
|
* Internet-facing or internal ALB scheme.
|
|
687
767
|
*/
|
|
@@ -696,16 +776,16 @@ export type ProviderAwsAlb1 = {
|
|
|
696
776
|
targetType: string;
|
|
697
777
|
};
|
|
698
778
|
|
|
699
|
-
export type
|
|
700
|
-
|
|
|
701
|
-
|
|
|
702
|
-
|
|
|
779
|
+
export type PrepareDeploymentStackProviderUnion1 =
|
|
780
|
+
| PrepareDeploymentStackProviderAwsAlb1
|
|
781
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
|
|
782
|
+
| PrepareDeploymentStackProviderGkeGateway1
|
|
703
783
|
| any;
|
|
704
784
|
|
|
705
785
|
/**
|
|
706
786
|
* Shared Ingress route profile values.
|
|
707
787
|
*/
|
|
708
|
-
export type
|
|
788
|
+
export type PrepareDeploymentStackRouteIngress1 = {
|
|
709
789
|
/**
|
|
710
790
|
* Annotations applied to route objects.
|
|
711
791
|
*/
|
|
@@ -723,9 +803,9 @@ export type RouteIngress1 = {
|
|
|
723
803
|
*/
|
|
724
804
|
labels?: { [k: string]: string } | undefined;
|
|
725
805
|
provider?:
|
|
726
|
-
|
|
|
727
|
-
|
|
|
728
|
-
|
|
|
806
|
+
| PrepareDeploymentStackProviderAwsAlb1
|
|
807
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
|
|
808
|
+
| PrepareDeploymentStackProviderGkeGateway1
|
|
729
809
|
| any
|
|
730
810
|
| null
|
|
731
811
|
| undefined;
|
|
@@ -735,38 +815,44 @@ export type RouteIngress1 = {
|
|
|
735
815
|
/**
|
|
736
816
|
* Kubernetes route API selected for public endpoints.
|
|
737
817
|
*/
|
|
738
|
-
export type
|
|
818
|
+
export type PrepareDeploymentStackRouteUnion1 =
|
|
819
|
+
| PrepareDeploymentStackRouteIngress1
|
|
820
|
+
| PrepareDeploymentStackRouteGateway1;
|
|
739
821
|
|
|
740
|
-
export type
|
|
822
|
+
export type PrepareDeploymentStackExposureGenerated = {
|
|
741
823
|
/**
|
|
742
824
|
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
743
825
|
*/
|
|
744
826
|
certificate:
|
|
745
|
-
|
|
|
746
|
-
|
|
|
747
|
-
|
|
|
748
|
-
|
|
|
749
|
-
|
|
|
750
|
-
mode:
|
|
827
|
+
| PrepareDeploymentStackCertificateTLSSecretRef1
|
|
828
|
+
| PrepareDeploymentStackCertificateManagedAcmImport1
|
|
829
|
+
| PrepareDeploymentStackCertificateAwsAcmArn1
|
|
830
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret1
|
|
831
|
+
| PrepareDeploymentStackCertificateNone1;
|
|
832
|
+
mode: PrepareDeploymentStackModeGenerated;
|
|
751
833
|
/**
|
|
752
834
|
* Kubernetes route API selected for public endpoints.
|
|
753
835
|
*/
|
|
754
|
-
route:
|
|
836
|
+
route:
|
|
837
|
+
| PrepareDeploymentStackRouteIngress1
|
|
838
|
+
| PrepareDeploymentStackRouteGateway1;
|
|
755
839
|
};
|
|
756
840
|
|
|
757
|
-
export const
|
|
841
|
+
export const PrepareDeploymentStackModeDisabled = {
|
|
758
842
|
Disabled: "disabled",
|
|
759
843
|
} as const;
|
|
760
|
-
export type
|
|
844
|
+
export type PrepareDeploymentStackModeDisabled = ClosedEnum<
|
|
845
|
+
typeof PrepareDeploymentStackModeDisabled
|
|
846
|
+
>;
|
|
761
847
|
|
|
762
|
-
export type
|
|
763
|
-
mode:
|
|
848
|
+
export type PrepareDeploymentStackExposureDisabled = {
|
|
849
|
+
mode: PrepareDeploymentStackModeDisabled;
|
|
764
850
|
};
|
|
765
851
|
|
|
766
|
-
export type
|
|
767
|
-
|
|
|
768
|
-
|
|
|
769
|
-
|
|
|
852
|
+
export type PrepareDeploymentStackExposureUnion =
|
|
853
|
+
| PrepareDeploymentStackExposureCustom
|
|
854
|
+
| PrepareDeploymentStackExposureGenerated
|
|
855
|
+
| PrepareDeploymentStackExposureDisabled
|
|
770
856
|
| any;
|
|
771
857
|
|
|
772
858
|
/**
|
|
@@ -780,24 +866,28 @@ export type Exposure =
|
|
|
780
866
|
* cluster.
|
|
781
867
|
*/
|
|
782
868
|
export type PrepareDeploymentStackKubernetes = {
|
|
783
|
-
cluster?:
|
|
869
|
+
cluster?: PrepareDeploymentStackCluster | any | null | undefined;
|
|
784
870
|
exposure?:
|
|
785
|
-
|
|
|
786
|
-
|
|
|
787
|
-
|
|
|
871
|
+
| PrepareDeploymentStackExposureCustom
|
|
872
|
+
| PrepareDeploymentStackExposureGenerated
|
|
873
|
+
| PrepareDeploymentStackExposureDisabled
|
|
788
874
|
| any
|
|
789
875
|
| null
|
|
790
876
|
| undefined;
|
|
791
877
|
};
|
|
792
878
|
|
|
793
|
-
export type
|
|
879
|
+
export type PrepareDeploymentStackKubernetesUnion =
|
|
880
|
+
| PrepareDeploymentStackKubernetes
|
|
881
|
+
| any;
|
|
794
882
|
|
|
795
|
-
export const
|
|
883
|
+
export const PrepareDeploymentStackTypeByoVnetAzure = {
|
|
796
884
|
ByoVnetAzure: "byo-vnet-azure",
|
|
797
885
|
} as const;
|
|
798
|
-
export type
|
|
886
|
+
export type PrepareDeploymentStackTypeByoVnetAzure = ClosedEnum<
|
|
887
|
+
typeof PrepareDeploymentStackTypeByoVnetAzure
|
|
888
|
+
>;
|
|
799
889
|
|
|
800
|
-
export type
|
|
890
|
+
export type PrepareDeploymentStackNetworkByoVnetAzure = {
|
|
801
891
|
/**
|
|
802
892
|
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
803
893
|
*/
|
|
@@ -810,19 +900,21 @@ export type NetworkByoVnetAzure = {
|
|
|
810
900
|
* Name of the public subnet within the VNet
|
|
811
901
|
*/
|
|
812
902
|
publicSubnetName: string;
|
|
813
|
-
type:
|
|
903
|
+
type: PrepareDeploymentStackTypeByoVnetAzure;
|
|
814
904
|
/**
|
|
815
905
|
* The full resource ID of the existing VNet
|
|
816
906
|
*/
|
|
817
907
|
vnetResourceId: string;
|
|
818
908
|
};
|
|
819
909
|
|
|
820
|
-
export const
|
|
910
|
+
export const PrepareDeploymentStackTypeByoVpcGcp = {
|
|
821
911
|
ByoVpcGcp: "byo-vpc-gcp",
|
|
822
912
|
} as const;
|
|
823
|
-
export type
|
|
913
|
+
export type PrepareDeploymentStackTypeByoVpcGcp = ClosedEnum<
|
|
914
|
+
typeof PrepareDeploymentStackTypeByoVpcGcp
|
|
915
|
+
>;
|
|
824
916
|
|
|
825
|
-
export type
|
|
917
|
+
export type PrepareDeploymentStackNetworkByoVpcGcp = {
|
|
826
918
|
/**
|
|
827
919
|
* The name of the existing VPC network
|
|
828
920
|
*/
|
|
@@ -835,15 +927,17 @@ export type NetworkByoVpcGcp = {
|
|
|
835
927
|
* The name of the subnet to use
|
|
836
928
|
*/
|
|
837
929
|
subnetName: string;
|
|
838
|
-
type:
|
|
930
|
+
type: PrepareDeploymentStackTypeByoVpcGcp;
|
|
839
931
|
};
|
|
840
932
|
|
|
841
|
-
export const
|
|
933
|
+
export const PrepareDeploymentStackTypeByoVpcAws = {
|
|
842
934
|
ByoVpcAws: "byo-vpc-aws",
|
|
843
935
|
} as const;
|
|
844
|
-
export type
|
|
936
|
+
export type PrepareDeploymentStackTypeByoVpcAws = ClosedEnum<
|
|
937
|
+
typeof PrepareDeploymentStackTypeByoVpcAws
|
|
938
|
+
>;
|
|
845
939
|
|
|
846
|
-
export type
|
|
940
|
+
export type PrepareDeploymentStackNetworkByoVpcAws = {
|
|
847
941
|
/**
|
|
848
942
|
* IDs of private subnets
|
|
849
943
|
*/
|
|
@@ -856,19 +950,21 @@ export type NetworkByoVpcAws = {
|
|
|
856
950
|
* Optional security group IDs to use
|
|
857
951
|
*/
|
|
858
952
|
securityGroupIds?: Array<string> | undefined;
|
|
859
|
-
type:
|
|
953
|
+
type: PrepareDeploymentStackTypeByoVpcAws;
|
|
860
954
|
/**
|
|
861
955
|
* The ID of the existing VPC
|
|
862
956
|
*/
|
|
863
957
|
vpcId: string;
|
|
864
958
|
};
|
|
865
959
|
|
|
866
|
-
export const
|
|
960
|
+
export const PrepareDeploymentStackTypeCreate = {
|
|
867
961
|
Create: "create",
|
|
868
962
|
} as const;
|
|
869
|
-
export type
|
|
963
|
+
export type PrepareDeploymentStackTypeCreate = ClosedEnum<
|
|
964
|
+
typeof PrepareDeploymentStackTypeCreate
|
|
965
|
+
>;
|
|
870
966
|
|
|
871
|
-
export type
|
|
967
|
+
export type PrepareDeploymentStackNetworkCreate = {
|
|
872
968
|
/**
|
|
873
969
|
* Number of availability zones (default: 2).
|
|
874
970
|
*/
|
|
@@ -880,30 +976,32 @@ export type NetworkCreate = {
|
|
|
880
976
|
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
881
977
|
*/
|
|
882
978
|
cidr?: string | null | undefined;
|
|
883
|
-
type:
|
|
979
|
+
type: PrepareDeploymentStackTypeCreate;
|
|
884
980
|
};
|
|
885
981
|
|
|
886
|
-
export const
|
|
982
|
+
export const PrepareDeploymentStackTypeUseDefault = {
|
|
887
983
|
UseDefault: "use-default",
|
|
888
984
|
} as const;
|
|
889
|
-
export type
|
|
985
|
+
export type PrepareDeploymentStackTypeUseDefault = ClosedEnum<
|
|
986
|
+
typeof PrepareDeploymentStackTypeUseDefault
|
|
987
|
+
>;
|
|
890
988
|
|
|
891
|
-
export type
|
|
892
|
-
type:
|
|
989
|
+
export type PrepareDeploymentStackNetworkUseDefault = {
|
|
990
|
+
type: PrepareDeploymentStackTypeUseDefault;
|
|
893
991
|
};
|
|
894
992
|
|
|
895
|
-
export type
|
|
896
|
-
|
|
|
897
|
-
|
|
|
898
|
-
|
|
|
899
|
-
|
|
|
900
|
-
|
|
|
993
|
+
export type PrepareDeploymentStackNetworkUnion =
|
|
994
|
+
| PrepareDeploymentStackNetworkByoVpcAws
|
|
995
|
+
| PrepareDeploymentStackNetworkByoVpcGcp
|
|
996
|
+
| PrepareDeploymentStackNetworkByoVnetAzure
|
|
997
|
+
| PrepareDeploymentStackNetworkUseDefault
|
|
998
|
+
| PrepareDeploymentStackNetworkCreate
|
|
901
999
|
| any;
|
|
902
1000
|
|
|
903
1001
|
/**
|
|
904
1002
|
* How telemetry (logs, metrics, traces) is handled.
|
|
905
1003
|
*/
|
|
906
|
-
export const
|
|
1004
|
+
export const PrepareDeploymentStackTelemetry = {
|
|
907
1005
|
Off: "off",
|
|
908
1006
|
Auto: "auto",
|
|
909
1007
|
ApprovalRequired: "approval-required",
|
|
@@ -911,38 +1009,31 @@ export const Telemetry = {
|
|
|
911
1009
|
/**
|
|
912
1010
|
* How telemetry (logs, metrics, traces) is handled.
|
|
913
1011
|
*/
|
|
914
|
-
export type
|
|
1012
|
+
export type PrepareDeploymentStackTelemetry = ClosedEnum<
|
|
1013
|
+
typeof PrepareDeploymentStackTelemetry
|
|
1014
|
+
>;
|
|
915
1015
|
|
|
916
1016
|
/**
|
|
917
1017
|
* How updates are delivered to the deployment.
|
|
918
1018
|
*/
|
|
919
|
-
export const
|
|
1019
|
+
export const PrepareDeploymentStackUpdates = {
|
|
920
1020
|
Auto: "auto",
|
|
921
1021
|
ApprovalRequired: "approval-required",
|
|
922
1022
|
} as const;
|
|
923
1023
|
/**
|
|
924
1024
|
* How updates are delivered to the deployment.
|
|
925
1025
|
*/
|
|
926
|
-
export type
|
|
1026
|
+
export type PrepareDeploymentStackUpdates = ClosedEnum<
|
|
1027
|
+
typeof PrepareDeploymentStackUpdates
|
|
1028
|
+
>;
|
|
927
1029
|
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
*
|
|
931
|
-
* @remarks
|
|
932
|
-
*
|
|
933
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
934
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
935
|
-
* deployment runs and what capabilities are enabled.
|
|
936
|
-
*
|
|
937
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
938
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
939
|
-
*/
|
|
940
|
-
export type StackSettings = {
|
|
1030
|
+
export type PrepareDeploymentStackStackSettings = {
|
|
1031
|
+
compute?: PrepareDeploymentStackCompute | undefined;
|
|
941
1032
|
/**
|
|
942
1033
|
* Deployment model: how updates are delivered to the remote environment.
|
|
943
1034
|
*/
|
|
944
|
-
deploymentModel?:
|
|
945
|
-
domains?:
|
|
1035
|
+
deploymentModel?: PrepareDeploymentStackDeploymentModel | undefined;
|
|
1036
|
+
domains?: PrepareDeploymentStackDomains | any | null | undefined;
|
|
946
1037
|
/**
|
|
947
1038
|
* External bindings for pre-existing infrastructure.
|
|
948
1039
|
*
|
|
@@ -951,53 +1042,41 @@ export type StackSettings = {
|
|
|
951
1042
|
* Environment, etc.) instead of having Alien provision them.
|
|
952
1043
|
* Required for Kubernetes platform, optional for cloud platforms.
|
|
953
1044
|
*/
|
|
954
|
-
externalBindings?:
|
|
1045
|
+
externalBindings?: PrepareDeploymentStackExternalBindings | null | undefined;
|
|
955
1046
|
/**
|
|
956
1047
|
* How heartbeat health checks are handled.
|
|
957
1048
|
*/
|
|
958
|
-
heartbeats?:
|
|
1049
|
+
heartbeats?: PrepareDeploymentStackHeartbeats | undefined;
|
|
959
1050
|
kubernetes?: PrepareDeploymentStackKubernetes | any | null | undefined;
|
|
960
1051
|
network?:
|
|
961
|
-
|
|
|
962
|
-
|
|
|
963
|
-
|
|
|
964
|
-
|
|
|
965
|
-
|
|
|
1052
|
+
| PrepareDeploymentStackNetworkByoVpcAws
|
|
1053
|
+
| PrepareDeploymentStackNetworkByoVpcGcp
|
|
1054
|
+
| PrepareDeploymentStackNetworkByoVnetAzure
|
|
1055
|
+
| PrepareDeploymentStackNetworkUseDefault
|
|
1056
|
+
| PrepareDeploymentStackNetworkCreate
|
|
966
1057
|
| any
|
|
967
1058
|
| null
|
|
968
1059
|
| undefined;
|
|
969
1060
|
/**
|
|
970
1061
|
* How telemetry (logs, metrics, traces) is handled.
|
|
971
1062
|
*/
|
|
972
|
-
telemetry?:
|
|
1063
|
+
telemetry?: PrepareDeploymentStackTelemetry | undefined;
|
|
973
1064
|
/**
|
|
974
1065
|
* How updates are delivered to the deployment.
|
|
975
1066
|
*/
|
|
976
|
-
updates?:
|
|
1067
|
+
updates?: PrepareDeploymentStackUpdates | undefined;
|
|
977
1068
|
};
|
|
978
1069
|
|
|
979
1070
|
export type PrepareDeploymentStackRequestBody = {
|
|
980
1071
|
platform: PrepareDeploymentStackPlatform;
|
|
981
1072
|
setupMethod: models.DeploymentSetupMethod;
|
|
982
1073
|
region?: string | undefined;
|
|
983
|
-
|
|
984
|
-
* User-customizable deployment settings specified at deploy time.
|
|
985
|
-
*
|
|
986
|
-
* @remarks
|
|
987
|
-
*
|
|
988
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
989
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
990
|
-
* deployment runs and what capabilities are enabled.
|
|
991
|
-
*
|
|
992
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
993
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
994
|
-
*/
|
|
995
|
-
stackSettings: StackSettings;
|
|
1074
|
+
stackSettings: PrepareDeploymentStackStackSettings;
|
|
996
1075
|
};
|
|
997
1076
|
|
|
998
1077
|
export type PrepareDeploymentStackRequest = {
|
|
999
1078
|
/**
|
|
1000
|
-
* Workspace name.
|
|
1079
|
+
* 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.
|
|
1001
1080
|
*/
|
|
1002
1081
|
workspace?: string | undefined;
|
|
1003
1082
|
requestBody?: PrepareDeploymentStackRequestBody | undefined;
|
|
@@ -1009,8 +1088,122 @@ export const PrepareDeploymentStackPlatform$outboundSchema: z.ZodEnum<
|
|
|
1009
1088
|
> = z.enum(PrepareDeploymentStackPlatform);
|
|
1010
1089
|
|
|
1011
1090
|
/** @internal */
|
|
1012
|
-
export
|
|
1013
|
-
|
|
1091
|
+
export type PrepareDeploymentStackPoolsAutoscale$Outbound = {
|
|
1092
|
+
mode: "autoscale";
|
|
1093
|
+
min: number;
|
|
1094
|
+
max: number;
|
|
1095
|
+
machine?: string | undefined;
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
/** @internal */
|
|
1099
|
+
export const PrepareDeploymentStackPoolsAutoscale$outboundSchema: z.ZodType<
|
|
1100
|
+
PrepareDeploymentStackPoolsAutoscale$Outbound,
|
|
1101
|
+
PrepareDeploymentStackPoolsAutoscale
|
|
1102
|
+
> = z.object({
|
|
1103
|
+
mode: z.literal("autoscale"),
|
|
1104
|
+
min: z.int(),
|
|
1105
|
+
max: z.int(),
|
|
1106
|
+
machine: z.string().optional(),
|
|
1107
|
+
});
|
|
1108
|
+
|
|
1109
|
+
export function prepareDeploymentStackPoolsAutoscaleToJSON(
|
|
1110
|
+
prepareDeploymentStackPoolsAutoscale: PrepareDeploymentStackPoolsAutoscale,
|
|
1111
|
+
): string {
|
|
1112
|
+
return JSON.stringify(
|
|
1113
|
+
PrepareDeploymentStackPoolsAutoscale$outboundSchema.parse(
|
|
1114
|
+
prepareDeploymentStackPoolsAutoscale,
|
|
1115
|
+
),
|
|
1116
|
+
);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
/** @internal */
|
|
1120
|
+
export type PrepareDeploymentStackPoolsFixed$Outbound = {
|
|
1121
|
+
mode: "fixed";
|
|
1122
|
+
machines: number;
|
|
1123
|
+
machine?: string | undefined;
|
|
1124
|
+
};
|
|
1125
|
+
|
|
1126
|
+
/** @internal */
|
|
1127
|
+
export const PrepareDeploymentStackPoolsFixed$outboundSchema: z.ZodType<
|
|
1128
|
+
PrepareDeploymentStackPoolsFixed$Outbound,
|
|
1129
|
+
PrepareDeploymentStackPoolsFixed
|
|
1130
|
+
> = z.object({
|
|
1131
|
+
mode: z.literal("fixed"),
|
|
1132
|
+
machines: z.int(),
|
|
1133
|
+
machine: z.string().optional(),
|
|
1134
|
+
});
|
|
1135
|
+
|
|
1136
|
+
export function prepareDeploymentStackPoolsFixedToJSON(
|
|
1137
|
+
prepareDeploymentStackPoolsFixed: PrepareDeploymentStackPoolsFixed,
|
|
1138
|
+
): string {
|
|
1139
|
+
return JSON.stringify(
|
|
1140
|
+
PrepareDeploymentStackPoolsFixed$outboundSchema.parse(
|
|
1141
|
+
prepareDeploymentStackPoolsFixed,
|
|
1142
|
+
),
|
|
1143
|
+
);
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
/** @internal */
|
|
1147
|
+
export type PrepareDeploymentStackPoolsUnion$Outbound =
|
|
1148
|
+
| PrepareDeploymentStackPoolsFixed$Outbound
|
|
1149
|
+
| PrepareDeploymentStackPoolsAutoscale$Outbound;
|
|
1150
|
+
|
|
1151
|
+
/** @internal */
|
|
1152
|
+
export const PrepareDeploymentStackPoolsUnion$outboundSchema: z.ZodType<
|
|
1153
|
+
PrepareDeploymentStackPoolsUnion$Outbound,
|
|
1154
|
+
PrepareDeploymentStackPoolsUnion
|
|
1155
|
+
> = z.union([
|
|
1156
|
+
z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
|
|
1157
|
+
z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
|
|
1158
|
+
]);
|
|
1159
|
+
|
|
1160
|
+
export function prepareDeploymentStackPoolsUnionToJSON(
|
|
1161
|
+
prepareDeploymentStackPoolsUnion: PrepareDeploymentStackPoolsUnion,
|
|
1162
|
+
): string {
|
|
1163
|
+
return JSON.stringify(
|
|
1164
|
+
PrepareDeploymentStackPoolsUnion$outboundSchema.parse(
|
|
1165
|
+
prepareDeploymentStackPoolsUnion,
|
|
1166
|
+
),
|
|
1167
|
+
);
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
/** @internal */
|
|
1171
|
+
export type PrepareDeploymentStackCompute$Outbound = {
|
|
1172
|
+
pools?: {
|
|
1173
|
+
[k: string]:
|
|
1174
|
+
| PrepareDeploymentStackPoolsFixed$Outbound
|
|
1175
|
+
| PrepareDeploymentStackPoolsAutoscale$Outbound;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
export const PrepareDeploymentStackCompute$outboundSchema: z.ZodType<
|
|
1181
|
+
PrepareDeploymentStackCompute$Outbound,
|
|
1182
|
+
PrepareDeploymentStackCompute
|
|
1183
|
+
> = z.object({
|
|
1184
|
+
pools: z.record(
|
|
1185
|
+
z.string(),
|
|
1186
|
+
z.union([
|
|
1187
|
+
z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
|
|
1188
|
+
z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
|
|
1189
|
+
]),
|
|
1190
|
+
).optional(),
|
|
1191
|
+
});
|
|
1192
|
+
|
|
1193
|
+
export function prepareDeploymentStackComputeToJSON(
|
|
1194
|
+
prepareDeploymentStackCompute: PrepareDeploymentStackCompute,
|
|
1195
|
+
): string {
|
|
1196
|
+
return JSON.stringify(
|
|
1197
|
+
PrepareDeploymentStackCompute$outboundSchema.parse(
|
|
1198
|
+
prepareDeploymentStackCompute,
|
|
1199
|
+
),
|
|
1200
|
+
);
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/** @internal */
|
|
1204
|
+
export const PrepareDeploymentStackDeploymentModel$outboundSchema: z.ZodEnum<
|
|
1205
|
+
typeof PrepareDeploymentStackDeploymentModel
|
|
1206
|
+
> = z.enum(PrepareDeploymentStackDeploymentModel);
|
|
1014
1207
|
|
|
1015
1208
|
/** @internal */
|
|
1016
1209
|
export type PrepareDeploymentStackAws$Outbound = {
|
|
@@ -1034,16 +1227,24 @@ export function prepareDeploymentStackAwsToJSON(
|
|
|
1034
1227
|
}
|
|
1035
1228
|
|
|
1036
1229
|
/** @internal */
|
|
1037
|
-
export type
|
|
1230
|
+
export type PrepareDeploymentStackAwsUnion$Outbound =
|
|
1231
|
+
| PrepareDeploymentStackAws$Outbound
|
|
1232
|
+
| any;
|
|
1038
1233
|
|
|
1039
1234
|
/** @internal */
|
|
1040
|
-
export const
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
]);
|
|
1235
|
+
export const PrepareDeploymentStackAwsUnion$outboundSchema: z.ZodType<
|
|
1236
|
+
PrepareDeploymentStackAwsUnion$Outbound,
|
|
1237
|
+
PrepareDeploymentStackAwsUnion
|
|
1238
|
+
> = z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]);
|
|
1044
1239
|
|
|
1045
|
-
export function
|
|
1046
|
-
|
|
1240
|
+
export function prepareDeploymentStackAwsUnionToJSON(
|
|
1241
|
+
prepareDeploymentStackAwsUnion: PrepareDeploymentStackAwsUnion,
|
|
1242
|
+
): string {
|
|
1243
|
+
return JSON.stringify(
|
|
1244
|
+
PrepareDeploymentStackAwsUnion$outboundSchema.parse(
|
|
1245
|
+
prepareDeploymentStackAwsUnion,
|
|
1246
|
+
),
|
|
1247
|
+
);
|
|
1047
1248
|
}
|
|
1048
1249
|
|
|
1049
1250
|
/** @internal */
|
|
@@ -1072,16 +1273,27 @@ export function prepareDeploymentStackAzureToJSON(
|
|
|
1072
1273
|
}
|
|
1073
1274
|
|
|
1074
1275
|
/** @internal */
|
|
1075
|
-
export type
|
|
1276
|
+
export type PrepareDeploymentStackAzureUnion$Outbound =
|
|
1277
|
+
| PrepareDeploymentStackAzure$Outbound
|
|
1278
|
+
| any;
|
|
1076
1279
|
|
|
1077
1280
|
/** @internal */
|
|
1078
|
-
export const
|
|
1281
|
+
export const PrepareDeploymentStackAzureUnion$outboundSchema: z.ZodType<
|
|
1282
|
+
PrepareDeploymentStackAzureUnion$Outbound,
|
|
1283
|
+
PrepareDeploymentStackAzureUnion
|
|
1284
|
+
> = z.union([
|
|
1079
1285
|
z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
|
|
1080
1286
|
z.any(),
|
|
1081
1287
|
]);
|
|
1082
1288
|
|
|
1083
|
-
export function
|
|
1084
|
-
|
|
1289
|
+
export function prepareDeploymentStackAzureUnionToJSON(
|
|
1290
|
+
prepareDeploymentStackAzureUnion: PrepareDeploymentStackAzureUnion,
|
|
1291
|
+
): string {
|
|
1292
|
+
return JSON.stringify(
|
|
1293
|
+
PrepareDeploymentStackAzureUnion$outboundSchema.parse(
|
|
1294
|
+
prepareDeploymentStackAzureUnion,
|
|
1295
|
+
),
|
|
1296
|
+
);
|
|
1085
1297
|
}
|
|
1086
1298
|
|
|
1087
1299
|
/** @internal */
|
|
@@ -1106,87 +1318,117 @@ export function prepareDeploymentStackGcpToJSON(
|
|
|
1106
1318
|
}
|
|
1107
1319
|
|
|
1108
1320
|
/** @internal */
|
|
1109
|
-
export type
|
|
1321
|
+
export type PrepareDeploymentStackGcpUnion$Outbound =
|
|
1322
|
+
| PrepareDeploymentStackGcp$Outbound
|
|
1323
|
+
| any;
|
|
1110
1324
|
|
|
1111
1325
|
/** @internal */
|
|
1112
|
-
export const
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
]);
|
|
1326
|
+
export const PrepareDeploymentStackGcpUnion$outboundSchema: z.ZodType<
|
|
1327
|
+
PrepareDeploymentStackGcpUnion$Outbound,
|
|
1328
|
+
PrepareDeploymentStackGcpUnion
|
|
1329
|
+
> = z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]);
|
|
1116
1330
|
|
|
1117
|
-
export function
|
|
1118
|
-
|
|
1331
|
+
export function prepareDeploymentStackGcpUnionToJSON(
|
|
1332
|
+
prepareDeploymentStackGcpUnion: PrepareDeploymentStackGcpUnion,
|
|
1333
|
+
): string {
|
|
1334
|
+
return JSON.stringify(
|
|
1335
|
+
PrepareDeploymentStackGcpUnion$outboundSchema.parse(
|
|
1336
|
+
prepareDeploymentStackGcpUnion,
|
|
1337
|
+
),
|
|
1338
|
+
);
|
|
1119
1339
|
}
|
|
1120
1340
|
|
|
1121
1341
|
/** @internal */
|
|
1122
|
-
export type
|
|
1342
|
+
export type PrepareDeploymentStackTlsSecretRef$Outbound = {
|
|
1123
1343
|
namespace?: string | null | undefined;
|
|
1124
1344
|
secretName: string;
|
|
1125
1345
|
};
|
|
1126
1346
|
|
|
1127
1347
|
/** @internal */
|
|
1128
|
-
export const
|
|
1129
|
-
|
|
1130
|
-
|
|
1348
|
+
export const PrepareDeploymentStackTlsSecretRef$outboundSchema: z.ZodType<
|
|
1349
|
+
PrepareDeploymentStackTlsSecretRef$Outbound,
|
|
1350
|
+
PrepareDeploymentStackTlsSecretRef
|
|
1131
1351
|
> = z.object({
|
|
1132
1352
|
namespace: z.nullable(z.string()).optional(),
|
|
1133
1353
|
secretName: z.string(),
|
|
1134
1354
|
});
|
|
1135
1355
|
|
|
1136
|
-
export function
|
|
1137
|
-
|
|
1356
|
+
export function prepareDeploymentStackTlsSecretRefToJSON(
|
|
1357
|
+
prepareDeploymentStackTlsSecretRef: PrepareDeploymentStackTlsSecretRef,
|
|
1358
|
+
): string {
|
|
1359
|
+
return JSON.stringify(
|
|
1360
|
+
PrepareDeploymentStackTlsSecretRef$outboundSchema.parse(
|
|
1361
|
+
prepareDeploymentStackTlsSecretRef,
|
|
1362
|
+
),
|
|
1363
|
+
);
|
|
1138
1364
|
}
|
|
1139
1365
|
|
|
1140
1366
|
/** @internal */
|
|
1141
|
-
export type
|
|
1142
|
-
tlsSecretRef:
|
|
1367
|
+
export type PrepareDeploymentStackDomainsKubernetes$Outbound = {
|
|
1368
|
+
tlsSecretRef: PrepareDeploymentStackTlsSecretRef$Outbound;
|
|
1143
1369
|
};
|
|
1144
1370
|
|
|
1145
1371
|
/** @internal */
|
|
1146
|
-
export const
|
|
1147
|
-
|
|
1148
|
-
|
|
1372
|
+
export const PrepareDeploymentStackDomainsKubernetes$outboundSchema: z.ZodType<
|
|
1373
|
+
PrepareDeploymentStackDomainsKubernetes$Outbound,
|
|
1374
|
+
PrepareDeploymentStackDomainsKubernetes
|
|
1149
1375
|
> = z.object({
|
|
1150
|
-
tlsSecretRef: z.lazy(() =>
|
|
1376
|
+
tlsSecretRef: z.lazy(() => PrepareDeploymentStackTlsSecretRef$outboundSchema),
|
|
1151
1377
|
});
|
|
1152
1378
|
|
|
1153
|
-
export function
|
|
1154
|
-
|
|
1379
|
+
export function prepareDeploymentStackDomainsKubernetesToJSON(
|
|
1380
|
+
prepareDeploymentStackDomainsKubernetes:
|
|
1381
|
+
PrepareDeploymentStackDomainsKubernetes,
|
|
1155
1382
|
): string {
|
|
1156
1383
|
return JSON.stringify(
|
|
1157
|
-
|
|
1384
|
+
PrepareDeploymentStackDomainsKubernetes$outboundSchema.parse(
|
|
1385
|
+
prepareDeploymentStackDomainsKubernetes,
|
|
1386
|
+
),
|
|
1158
1387
|
);
|
|
1159
1388
|
}
|
|
1160
1389
|
|
|
1161
1390
|
/** @internal */
|
|
1162
|
-
export type
|
|
1391
|
+
export type PrepareDeploymentStackDomainsKubernetesUnion$Outbound =
|
|
1392
|
+
| PrepareDeploymentStackDomainsKubernetes$Outbound
|
|
1393
|
+
| any;
|
|
1163
1394
|
|
|
1164
1395
|
/** @internal */
|
|
1165
|
-
export const
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1396
|
+
export const PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema:
|
|
1397
|
+
z.ZodType<
|
|
1398
|
+
PrepareDeploymentStackDomainsKubernetesUnion$Outbound,
|
|
1399
|
+
PrepareDeploymentStackDomainsKubernetesUnion
|
|
1400
|
+
> = z.union([
|
|
1401
|
+
z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
|
|
1402
|
+
z.any(),
|
|
1403
|
+
]);
|
|
1169
1404
|
|
|
1170
|
-
export function
|
|
1171
|
-
|
|
1405
|
+
export function prepareDeploymentStackDomainsKubernetesUnionToJSON(
|
|
1406
|
+
prepareDeploymentStackDomainsKubernetesUnion:
|
|
1407
|
+
PrepareDeploymentStackDomainsKubernetesUnion,
|
|
1172
1408
|
): string {
|
|
1173
1409
|
return JSON.stringify(
|
|
1174
|
-
|
|
1410
|
+
PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema.parse(
|
|
1411
|
+
prepareDeploymentStackDomainsKubernetesUnion,
|
|
1412
|
+
),
|
|
1175
1413
|
);
|
|
1176
1414
|
}
|
|
1177
1415
|
|
|
1178
1416
|
/** @internal */
|
|
1179
|
-
export type
|
|
1417
|
+
export type PrepareDeploymentStackDomainsCertificate$Outbound = {
|
|
1180
1418
|
aws?: PrepareDeploymentStackAws$Outbound | any | null | undefined;
|
|
1181
1419
|
azure?: PrepareDeploymentStackAzure$Outbound | any | null | undefined;
|
|
1182
1420
|
gcp?: PrepareDeploymentStackGcp$Outbound | any | null | undefined;
|
|
1183
|
-
kubernetes?:
|
|
1421
|
+
kubernetes?:
|
|
1422
|
+
| PrepareDeploymentStackDomainsKubernetes$Outbound
|
|
1423
|
+
| any
|
|
1424
|
+
| null
|
|
1425
|
+
| undefined;
|
|
1184
1426
|
};
|
|
1185
1427
|
|
|
1186
1428
|
/** @internal */
|
|
1187
|
-
export const
|
|
1188
|
-
|
|
1189
|
-
|
|
1429
|
+
export const PrepareDeploymentStackDomainsCertificate$outboundSchema: z.ZodType<
|
|
1430
|
+
PrepareDeploymentStackDomainsCertificate$Outbound,
|
|
1431
|
+
PrepareDeploymentStackDomainsCertificate
|
|
1190
1432
|
> = z.object({
|
|
1191
1433
|
aws: z.nullable(
|
|
1192
1434
|
z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]),
|
|
@@ -1201,91 +1443,133 @@ export const DomainsCertificate$outboundSchema: z.ZodType<
|
|
|
1201
1443
|
z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]),
|
|
1202
1444
|
).optional(),
|
|
1203
1445
|
kubernetes: z.nullable(
|
|
1204
|
-
z.union([
|
|
1446
|
+
z.union([
|
|
1447
|
+
z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
|
|
1448
|
+
z.any(),
|
|
1449
|
+
]),
|
|
1205
1450
|
).optional(),
|
|
1206
1451
|
});
|
|
1207
1452
|
|
|
1208
|
-
export function
|
|
1209
|
-
|
|
1453
|
+
export function prepareDeploymentStackDomainsCertificateToJSON(
|
|
1454
|
+
prepareDeploymentStackDomainsCertificate:
|
|
1455
|
+
PrepareDeploymentStackDomainsCertificate,
|
|
1210
1456
|
): string {
|
|
1211
1457
|
return JSON.stringify(
|
|
1212
|
-
|
|
1458
|
+
PrepareDeploymentStackDomainsCertificate$outboundSchema.parse(
|
|
1459
|
+
prepareDeploymentStackDomainsCertificate,
|
|
1460
|
+
),
|
|
1213
1461
|
);
|
|
1214
1462
|
}
|
|
1215
1463
|
|
|
1216
1464
|
/** @internal */
|
|
1217
|
-
export type
|
|
1218
|
-
certificate:
|
|
1465
|
+
export type PrepareDeploymentStackCustomDomains$Outbound = {
|
|
1466
|
+
certificate: PrepareDeploymentStackDomainsCertificate$Outbound;
|
|
1219
1467
|
domain: string;
|
|
1220
1468
|
};
|
|
1221
1469
|
|
|
1222
1470
|
/** @internal */
|
|
1223
|
-
export const
|
|
1224
|
-
|
|
1225
|
-
|
|
1471
|
+
export const PrepareDeploymentStackCustomDomains$outboundSchema: z.ZodType<
|
|
1472
|
+
PrepareDeploymentStackCustomDomains$Outbound,
|
|
1473
|
+
PrepareDeploymentStackCustomDomains
|
|
1226
1474
|
> = z.object({
|
|
1227
|
-
certificate: z.lazy(() =>
|
|
1475
|
+
certificate: z.lazy(() =>
|
|
1476
|
+
PrepareDeploymentStackDomainsCertificate$outboundSchema
|
|
1477
|
+
),
|
|
1228
1478
|
domain: z.string(),
|
|
1229
1479
|
});
|
|
1230
1480
|
|
|
1231
|
-
export function
|
|
1232
|
-
|
|
1481
|
+
export function prepareDeploymentStackCustomDomainsToJSON(
|
|
1482
|
+
prepareDeploymentStackCustomDomains: PrepareDeploymentStackCustomDomains,
|
|
1483
|
+
): string {
|
|
1484
|
+
return JSON.stringify(
|
|
1485
|
+
PrepareDeploymentStackCustomDomains$outboundSchema.parse(
|
|
1486
|
+
prepareDeploymentStackCustomDomains,
|
|
1487
|
+
),
|
|
1488
|
+
);
|
|
1233
1489
|
}
|
|
1234
1490
|
|
|
1235
1491
|
/** @internal */
|
|
1236
|
-
export type
|
|
1237
|
-
customDomains?:
|
|
1492
|
+
export type PrepareDeploymentStackDomains$Outbound = {
|
|
1493
|
+
customDomains?:
|
|
1494
|
+
| { [k: string]: PrepareDeploymentStackCustomDomains$Outbound }
|
|
1495
|
+
| null
|
|
1496
|
+
| undefined;
|
|
1238
1497
|
};
|
|
1239
1498
|
|
|
1240
1499
|
/** @internal */
|
|
1241
|
-
export const
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1500
|
+
export const PrepareDeploymentStackDomains$outboundSchema: z.ZodType<
|
|
1501
|
+
PrepareDeploymentStackDomains$Outbound,
|
|
1502
|
+
PrepareDeploymentStackDomains
|
|
1503
|
+
> = z.object({
|
|
1504
|
+
customDomains: z.nullable(
|
|
1505
|
+
z.record(
|
|
1506
|
+
z.string(),
|
|
1507
|
+
z.lazy(() => PrepareDeploymentStackCustomDomains$outboundSchema),
|
|
1508
|
+
),
|
|
1509
|
+
).optional(),
|
|
1510
|
+
});
|
|
1247
1511
|
|
|
1248
|
-
export function
|
|
1249
|
-
|
|
1512
|
+
export function prepareDeploymentStackDomainsToJSON(
|
|
1513
|
+
prepareDeploymentStackDomains: PrepareDeploymentStackDomains,
|
|
1514
|
+
): string {
|
|
1515
|
+
return JSON.stringify(
|
|
1516
|
+
PrepareDeploymentStackDomains$outboundSchema.parse(
|
|
1517
|
+
prepareDeploymentStackDomains,
|
|
1518
|
+
),
|
|
1519
|
+
);
|
|
1250
1520
|
}
|
|
1251
1521
|
|
|
1252
1522
|
/** @internal */
|
|
1253
|
-
export type
|
|
1523
|
+
export type PrepareDeploymentStackDomainsUnion$Outbound =
|
|
1524
|
+
| PrepareDeploymentStackDomains$Outbound
|
|
1525
|
+
| any;
|
|
1254
1526
|
|
|
1255
1527
|
/** @internal */
|
|
1256
|
-
export const
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
> = z.union([
|
|
1528
|
+
export const PrepareDeploymentStackDomainsUnion$outboundSchema: z.ZodType<
|
|
1529
|
+
PrepareDeploymentStackDomainsUnion$Outbound,
|
|
1530
|
+
PrepareDeploymentStackDomainsUnion
|
|
1531
|
+
> = z.union([
|
|
1532
|
+
z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
|
|
1533
|
+
z.any(),
|
|
1534
|
+
]);
|
|
1260
1535
|
|
|
1261
|
-
export function
|
|
1262
|
-
|
|
1536
|
+
export function prepareDeploymentStackDomainsUnionToJSON(
|
|
1537
|
+
prepareDeploymentStackDomainsUnion: PrepareDeploymentStackDomainsUnion,
|
|
1538
|
+
): string {
|
|
1539
|
+
return JSON.stringify(
|
|
1540
|
+
PrepareDeploymentStackDomainsUnion$outboundSchema.parse(
|
|
1541
|
+
prepareDeploymentStackDomainsUnion,
|
|
1542
|
+
),
|
|
1543
|
+
);
|
|
1263
1544
|
}
|
|
1264
1545
|
|
|
1265
1546
|
/** @internal */
|
|
1266
|
-
export type
|
|
1547
|
+
export type PrepareDeploymentStackExternalBindings$Outbound = {};
|
|
1267
1548
|
|
|
1268
1549
|
/** @internal */
|
|
1269
|
-
export const
|
|
1270
|
-
|
|
1271
|
-
|
|
1550
|
+
export const PrepareDeploymentStackExternalBindings$outboundSchema: z.ZodType<
|
|
1551
|
+
PrepareDeploymentStackExternalBindings$Outbound,
|
|
1552
|
+
PrepareDeploymentStackExternalBindings
|
|
1272
1553
|
> = z.object({});
|
|
1273
1554
|
|
|
1274
|
-
export function
|
|
1275
|
-
|
|
1555
|
+
export function prepareDeploymentStackExternalBindingsToJSON(
|
|
1556
|
+
prepareDeploymentStackExternalBindings:
|
|
1557
|
+
PrepareDeploymentStackExternalBindings,
|
|
1276
1558
|
): string {
|
|
1277
1559
|
return JSON.stringify(
|
|
1278
|
-
|
|
1560
|
+
PrepareDeploymentStackExternalBindings$outboundSchema.parse(
|
|
1561
|
+
prepareDeploymentStackExternalBindings,
|
|
1562
|
+
),
|
|
1279
1563
|
);
|
|
1280
1564
|
}
|
|
1281
1565
|
|
|
1282
1566
|
/** @internal */
|
|
1283
|
-
export const
|
|
1284
|
-
|
|
1285
|
-
);
|
|
1567
|
+
export const PrepareDeploymentStackHeartbeats$outboundSchema: z.ZodEnum<
|
|
1568
|
+
typeof PrepareDeploymentStackHeartbeats
|
|
1569
|
+
> = z.enum(PrepareDeploymentStackHeartbeats);
|
|
1286
1570
|
|
|
1287
1571
|
/** @internal */
|
|
1288
|
-
export type
|
|
1572
|
+
export type PrepareDeploymentStackCloud$Outbound = {
|
|
1289
1573
|
accountId?: string | null | undefined;
|
|
1290
1574
|
clusterId?: string | null | undefined;
|
|
1291
1575
|
clusterName?: string | null | undefined;
|
|
@@ -1296,7 +1580,10 @@ export type Cloud$Outbound = {
|
|
|
1296
1580
|
};
|
|
1297
1581
|
|
|
1298
1582
|
/** @internal */
|
|
1299
|
-
export const
|
|
1583
|
+
export const PrepareDeploymentStackCloud$outboundSchema: z.ZodType<
|
|
1584
|
+
PrepareDeploymentStackCloud$Outbound,
|
|
1585
|
+
PrepareDeploymentStackCloud
|
|
1586
|
+
> = z.object({
|
|
1300
1587
|
accountId: z.nullable(z.string()).optional(),
|
|
1301
1588
|
clusterId: z.nullable(z.string()).optional(),
|
|
1302
1589
|
clusterName: z.nullable(z.string()).optional(),
|
|
@@ -1306,287 +1593,360 @@ export const Cloud$outboundSchema: z.ZodType<Cloud$Outbound, Cloud> = z.object({
|
|
|
1306
1593
|
subscriptionId: z.nullable(z.string()).optional(),
|
|
1307
1594
|
});
|
|
1308
1595
|
|
|
1309
|
-
export function
|
|
1310
|
-
|
|
1596
|
+
export function prepareDeploymentStackCloudToJSON(
|
|
1597
|
+
prepareDeploymentStackCloud: PrepareDeploymentStackCloud,
|
|
1598
|
+
): string {
|
|
1599
|
+
return JSON.stringify(
|
|
1600
|
+
PrepareDeploymentStackCloud$outboundSchema.parse(
|
|
1601
|
+
prepareDeploymentStackCloud,
|
|
1602
|
+
),
|
|
1603
|
+
);
|
|
1311
1604
|
}
|
|
1312
1605
|
|
|
1313
1606
|
/** @internal */
|
|
1314
|
-
export type
|
|
1607
|
+
export type PrepareDeploymentStackCloudUnion$Outbound =
|
|
1608
|
+
| PrepareDeploymentStackCloud$Outbound
|
|
1609
|
+
| any;
|
|
1315
1610
|
|
|
1316
1611
|
/** @internal */
|
|
1317
|
-
export const
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
> = z.union([
|
|
1612
|
+
export const PrepareDeploymentStackCloudUnion$outboundSchema: z.ZodType<
|
|
1613
|
+
PrepareDeploymentStackCloudUnion$Outbound,
|
|
1614
|
+
PrepareDeploymentStackCloudUnion
|
|
1615
|
+
> = z.union([
|
|
1616
|
+
z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
|
|
1617
|
+
z.any(),
|
|
1618
|
+
]);
|
|
1321
1619
|
|
|
1322
|
-
export function
|
|
1323
|
-
|
|
1620
|
+
export function prepareDeploymentStackCloudUnionToJSON(
|
|
1621
|
+
prepareDeploymentStackCloudUnion: PrepareDeploymentStackCloudUnion,
|
|
1622
|
+
): string {
|
|
1623
|
+
return JSON.stringify(
|
|
1624
|
+
PrepareDeploymentStackCloudUnion$outboundSchema.parse(
|
|
1625
|
+
prepareDeploymentStackCloudUnion,
|
|
1626
|
+
),
|
|
1627
|
+
);
|
|
1324
1628
|
}
|
|
1325
1629
|
|
|
1326
1630
|
/** @internal */
|
|
1327
|
-
export const
|
|
1328
|
-
|
|
1329
|
-
);
|
|
1631
|
+
export const PrepareDeploymentStackOwnership$outboundSchema: z.ZodEnum<
|
|
1632
|
+
typeof PrepareDeploymentStackOwnership
|
|
1633
|
+
> = z.enum(PrepareDeploymentStackOwnership);
|
|
1330
1634
|
|
|
1331
1635
|
/** @internal */
|
|
1332
|
-
export type
|
|
1333
|
-
cloud?:
|
|
1636
|
+
export type PrepareDeploymentStackCluster$Outbound = {
|
|
1637
|
+
cloud?: PrepareDeploymentStackCloud$Outbound | any | null | undefined;
|
|
1334
1638
|
namespace?: string | null | undefined;
|
|
1335
1639
|
ownership: string;
|
|
1336
1640
|
};
|
|
1337
1641
|
|
|
1338
1642
|
/** @internal */
|
|
1339
|
-
export const
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1643
|
+
export const PrepareDeploymentStackCluster$outboundSchema: z.ZodType<
|
|
1644
|
+
PrepareDeploymentStackCluster$Outbound,
|
|
1645
|
+
PrepareDeploymentStackCluster
|
|
1646
|
+
> = z.object({
|
|
1647
|
+
cloud: z.nullable(
|
|
1648
|
+
z.union([
|
|
1649
|
+
z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
|
|
1650
|
+
z.any(),
|
|
1651
|
+
]),
|
|
1652
|
+
).optional(),
|
|
1653
|
+
namespace: z.nullable(z.string()).optional(),
|
|
1654
|
+
ownership: PrepareDeploymentStackOwnership$outboundSchema,
|
|
1655
|
+
});
|
|
1346
1656
|
|
|
1347
|
-
export function
|
|
1348
|
-
|
|
1657
|
+
export function prepareDeploymentStackClusterToJSON(
|
|
1658
|
+
prepareDeploymentStackCluster: PrepareDeploymentStackCluster,
|
|
1659
|
+
): string {
|
|
1660
|
+
return JSON.stringify(
|
|
1661
|
+
PrepareDeploymentStackCluster$outboundSchema.parse(
|
|
1662
|
+
prepareDeploymentStackCluster,
|
|
1663
|
+
),
|
|
1664
|
+
);
|
|
1349
1665
|
}
|
|
1350
1666
|
|
|
1351
1667
|
/** @internal */
|
|
1352
|
-
export type
|
|
1668
|
+
export type PrepareDeploymentStackClusterUnion$Outbound =
|
|
1669
|
+
| PrepareDeploymentStackCluster$Outbound
|
|
1670
|
+
| any;
|
|
1353
1671
|
|
|
1354
1672
|
/** @internal */
|
|
1355
|
-
export const
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
> = z.union([
|
|
1673
|
+
export const PrepareDeploymentStackClusterUnion$outboundSchema: z.ZodType<
|
|
1674
|
+
PrepareDeploymentStackClusterUnion$Outbound,
|
|
1675
|
+
PrepareDeploymentStackClusterUnion
|
|
1676
|
+
> = z.union([
|
|
1677
|
+
z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
|
|
1678
|
+
z.any(),
|
|
1679
|
+
]);
|
|
1359
1680
|
|
|
1360
|
-
export function
|
|
1361
|
-
|
|
1681
|
+
export function prepareDeploymentStackClusterUnionToJSON(
|
|
1682
|
+
prepareDeploymentStackClusterUnion: PrepareDeploymentStackClusterUnion,
|
|
1683
|
+
): string {
|
|
1684
|
+
return JSON.stringify(
|
|
1685
|
+
PrepareDeploymentStackClusterUnion$outboundSchema.parse(
|
|
1686
|
+
prepareDeploymentStackClusterUnion,
|
|
1687
|
+
),
|
|
1688
|
+
);
|
|
1362
1689
|
}
|
|
1363
1690
|
|
|
1364
1691
|
/** @internal */
|
|
1365
|
-
export type
|
|
1692
|
+
export type PrepareDeploymentStackCertificateNone2$Outbound = {
|
|
1366
1693
|
mode: "none";
|
|
1367
1694
|
};
|
|
1368
1695
|
|
|
1369
1696
|
/** @internal */
|
|
1370
|
-
export const
|
|
1371
|
-
|
|
1372
|
-
|
|
1697
|
+
export const PrepareDeploymentStackCertificateNone2$outboundSchema: z.ZodType<
|
|
1698
|
+
PrepareDeploymentStackCertificateNone2$Outbound,
|
|
1699
|
+
PrepareDeploymentStackCertificateNone2
|
|
1373
1700
|
> = z.object({
|
|
1374
1701
|
mode: z.literal("none"),
|
|
1375
1702
|
});
|
|
1376
1703
|
|
|
1377
|
-
export function
|
|
1378
|
-
|
|
1704
|
+
export function prepareDeploymentStackCertificateNone2ToJSON(
|
|
1705
|
+
prepareDeploymentStackCertificateNone2:
|
|
1706
|
+
PrepareDeploymentStackCertificateNone2,
|
|
1379
1707
|
): string {
|
|
1380
1708
|
return JSON.stringify(
|
|
1381
|
-
|
|
1709
|
+
PrepareDeploymentStackCertificateNone2$outboundSchema.parse(
|
|
1710
|
+
prepareDeploymentStackCertificateNone2,
|
|
1711
|
+
),
|
|
1382
1712
|
);
|
|
1383
1713
|
}
|
|
1384
1714
|
|
|
1385
1715
|
/** @internal */
|
|
1386
|
-
export type
|
|
1716
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound = {
|
|
1387
1717
|
mode: "managedTlsSecret";
|
|
1388
1718
|
secretNameTemplate: string;
|
|
1389
1719
|
};
|
|
1390
1720
|
|
|
1391
1721
|
/** @internal */
|
|
1392
|
-
export const
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1722
|
+
export const PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema:
|
|
1723
|
+
z.ZodType<
|
|
1724
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound,
|
|
1725
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2
|
|
1726
|
+
> = z.object({
|
|
1727
|
+
mode: z.literal("managedTlsSecret"),
|
|
1728
|
+
secretNameTemplate: z.string(),
|
|
1729
|
+
});
|
|
1399
1730
|
|
|
1400
|
-
export function
|
|
1401
|
-
|
|
1731
|
+
export function prepareDeploymentStackCertificateManagedTLSSecret2ToJSON(
|
|
1732
|
+
prepareDeploymentStackCertificateManagedTLSSecret2:
|
|
1733
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2,
|
|
1402
1734
|
): string {
|
|
1403
1735
|
return JSON.stringify(
|
|
1404
|
-
|
|
1405
|
-
|
|
1736
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema.parse(
|
|
1737
|
+
prepareDeploymentStackCertificateManagedTLSSecret2,
|
|
1406
1738
|
),
|
|
1407
1739
|
);
|
|
1408
1740
|
}
|
|
1409
1741
|
|
|
1410
1742
|
/** @internal */
|
|
1411
|
-
export type
|
|
1743
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn2$Outbound = {
|
|
1412
1744
|
certificateArn: string;
|
|
1413
1745
|
mode: "awsAcmArn";
|
|
1414
1746
|
};
|
|
1415
1747
|
|
|
1416
1748
|
/** @internal */
|
|
1417
|
-
export const
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1749
|
+
export const PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema:
|
|
1750
|
+
z.ZodType<
|
|
1751
|
+
PrepareDeploymentStackCertificateAwsAcmArn2$Outbound,
|
|
1752
|
+
PrepareDeploymentStackCertificateAwsAcmArn2
|
|
1753
|
+
> = z.object({
|
|
1754
|
+
certificateArn: z.string(),
|
|
1755
|
+
mode: z.literal("awsAcmArn"),
|
|
1756
|
+
});
|
|
1424
1757
|
|
|
1425
|
-
export function
|
|
1426
|
-
|
|
1758
|
+
export function prepareDeploymentStackCertificateAwsAcmArn2ToJSON(
|
|
1759
|
+
prepareDeploymentStackCertificateAwsAcmArn2:
|
|
1760
|
+
PrepareDeploymentStackCertificateAwsAcmArn2,
|
|
1427
1761
|
): string {
|
|
1428
1762
|
return JSON.stringify(
|
|
1429
|
-
|
|
1763
|
+
PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema.parse(
|
|
1764
|
+
prepareDeploymentStackCertificateAwsAcmArn2,
|
|
1765
|
+
),
|
|
1430
1766
|
);
|
|
1431
1767
|
}
|
|
1432
1768
|
|
|
1433
1769
|
/** @internal */
|
|
1434
|
-
export type
|
|
1770
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport2$Outbound = {
|
|
1435
1771
|
mode: "managedAcmImport";
|
|
1436
1772
|
region?: string | null | undefined;
|
|
1437
1773
|
tags?: { [k: string]: string } | undefined;
|
|
1438
1774
|
};
|
|
1439
1775
|
|
|
1440
1776
|
/** @internal */
|
|
1441
|
-
export const
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1777
|
+
export const PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema:
|
|
1778
|
+
z.ZodType<
|
|
1779
|
+
PrepareDeploymentStackCertificateManagedAcmImport2$Outbound,
|
|
1780
|
+
PrepareDeploymentStackCertificateManagedAcmImport2
|
|
1781
|
+
> = z.object({
|
|
1782
|
+
mode: z.literal("managedAcmImport"),
|
|
1783
|
+
region: z.nullable(z.string()).optional(),
|
|
1784
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
1785
|
+
});
|
|
1449
1786
|
|
|
1450
|
-
export function
|
|
1451
|
-
|
|
1787
|
+
export function prepareDeploymentStackCertificateManagedAcmImport2ToJSON(
|
|
1788
|
+
prepareDeploymentStackCertificateManagedAcmImport2:
|
|
1789
|
+
PrepareDeploymentStackCertificateManagedAcmImport2,
|
|
1452
1790
|
): string {
|
|
1453
1791
|
return JSON.stringify(
|
|
1454
|
-
|
|
1455
|
-
|
|
1792
|
+
PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema.parse(
|
|
1793
|
+
prepareDeploymentStackCertificateManagedAcmImport2,
|
|
1456
1794
|
),
|
|
1457
1795
|
);
|
|
1458
1796
|
}
|
|
1459
1797
|
|
|
1460
1798
|
/** @internal */
|
|
1461
|
-
export type
|
|
1799
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef2$Outbound = {
|
|
1462
1800
|
namespace?: string | null | undefined;
|
|
1463
1801
|
secretName: string;
|
|
1464
1802
|
mode: "tlsSecretRef";
|
|
1465
1803
|
};
|
|
1466
1804
|
|
|
1467
1805
|
/** @internal */
|
|
1468
|
-
export const
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1806
|
+
export const PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema:
|
|
1807
|
+
z.ZodType<
|
|
1808
|
+
PrepareDeploymentStackCertificateTLSSecretRef2$Outbound,
|
|
1809
|
+
PrepareDeploymentStackCertificateTLSSecretRef2
|
|
1810
|
+
> = z.object({
|
|
1811
|
+
namespace: z.nullable(z.string()).optional(),
|
|
1812
|
+
secretName: z.string(),
|
|
1813
|
+
mode: z.literal("tlsSecretRef"),
|
|
1814
|
+
});
|
|
1476
1815
|
|
|
1477
|
-
export function
|
|
1478
|
-
|
|
1816
|
+
export function prepareDeploymentStackCertificateTLSSecretRef2ToJSON(
|
|
1817
|
+
prepareDeploymentStackCertificateTLSSecretRef2:
|
|
1818
|
+
PrepareDeploymentStackCertificateTLSSecretRef2,
|
|
1479
1819
|
): string {
|
|
1480
1820
|
return JSON.stringify(
|
|
1481
|
-
|
|
1821
|
+
PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema.parse(
|
|
1822
|
+
prepareDeploymentStackCertificateTLSSecretRef2,
|
|
1823
|
+
),
|
|
1482
1824
|
);
|
|
1483
1825
|
}
|
|
1484
1826
|
|
|
1485
1827
|
/** @internal */
|
|
1486
|
-
export type
|
|
1487
|
-
|
|
|
1488
|
-
|
|
|
1489
|
-
|
|
|
1490
|
-
|
|
|
1491
|
-
|
|
|
1828
|
+
export type PrepareDeploymentStackCertificateUnion2$Outbound =
|
|
1829
|
+
| PrepareDeploymentStackCertificateTLSSecretRef2$Outbound
|
|
1830
|
+
| PrepareDeploymentStackCertificateManagedAcmImport2$Outbound
|
|
1831
|
+
| PrepareDeploymentStackCertificateAwsAcmArn2$Outbound
|
|
1832
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound
|
|
1833
|
+
| PrepareDeploymentStackCertificateNone2$Outbound;
|
|
1492
1834
|
|
|
1493
1835
|
/** @internal */
|
|
1494
|
-
export const
|
|
1495
|
-
|
|
1496
|
-
|
|
1836
|
+
export const PrepareDeploymentStackCertificateUnion2$outboundSchema: z.ZodType<
|
|
1837
|
+
PrepareDeploymentStackCertificateUnion2$Outbound,
|
|
1838
|
+
PrepareDeploymentStackCertificateUnion2
|
|
1497
1839
|
> = z.union([
|
|
1498
|
-
z.lazy(() =>
|
|
1499
|
-
z.lazy(() =>
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
z.lazy(() =>
|
|
1840
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
|
|
1841
|
+
z.lazy(() =>
|
|
1842
|
+
PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema
|
|
1843
|
+
),
|
|
1844
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
|
|
1845
|
+
z.lazy(() =>
|
|
1846
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema
|
|
1847
|
+
),
|
|
1848
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
|
|
1503
1849
|
]);
|
|
1504
1850
|
|
|
1505
|
-
export function
|
|
1506
|
-
|
|
1851
|
+
export function prepareDeploymentStackCertificateUnion2ToJSON(
|
|
1852
|
+
prepareDeploymentStackCertificateUnion2:
|
|
1853
|
+
PrepareDeploymentStackCertificateUnion2,
|
|
1507
1854
|
): string {
|
|
1508
1855
|
return JSON.stringify(
|
|
1509
|
-
|
|
1856
|
+
PrepareDeploymentStackCertificateUnion2$outboundSchema.parse(
|
|
1857
|
+
prepareDeploymentStackCertificateUnion2,
|
|
1858
|
+
),
|
|
1510
1859
|
);
|
|
1511
1860
|
}
|
|
1512
1861
|
|
|
1513
1862
|
/** @internal */
|
|
1514
|
-
export const
|
|
1515
|
-
|
|
1516
|
-
);
|
|
1863
|
+
export const PrepareDeploymentStackModeCustom$outboundSchema: z.ZodEnum<
|
|
1864
|
+
typeof PrepareDeploymentStackModeCustom
|
|
1865
|
+
> = z.enum(PrepareDeploymentStackModeCustom);
|
|
1517
1866
|
|
|
1518
1867
|
/** @internal */
|
|
1519
|
-
export const
|
|
1520
|
-
z.ZodEnum<
|
|
1521
|
-
|
|
1868
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema:
|
|
1869
|
+
z.ZodEnum<
|
|
1870
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4
|
|
1871
|
+
> = z.enum(
|
|
1872
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4,
|
|
1522
1873
|
);
|
|
1523
1874
|
|
|
1524
1875
|
/** @internal */
|
|
1525
|
-
export type
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1876
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound =
|
|
1877
|
+
{
|
|
1878
|
+
albName?: string | null | undefined;
|
|
1879
|
+
albNamespace?: string | null | undefined;
|
|
1880
|
+
frontend: string;
|
|
1881
|
+
provider: string;
|
|
1882
|
+
};
|
|
1531
1883
|
|
|
1532
1884
|
/** @internal */
|
|
1533
|
-
export const
|
|
1885
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema:
|
|
1534
1886
|
z.ZodType<
|
|
1535
|
-
|
|
1536
|
-
|
|
1887
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound,
|
|
1888
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4
|
|
1537
1889
|
> = z.object({
|
|
1538
1890
|
albName: z.nullable(z.string()).optional(),
|
|
1539
1891
|
albNamespace: z.nullable(z.string()).optional(),
|
|
1540
1892
|
frontend: z.string(),
|
|
1541
|
-
provider:
|
|
1893
|
+
provider:
|
|
1894
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
|
|
1542
1895
|
});
|
|
1543
1896
|
|
|
1544
|
-
export function
|
|
1545
|
-
|
|
1546
|
-
|
|
1897
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers4ToJSON(
|
|
1898
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers4:
|
|
1899
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4,
|
|
1547
1900
|
): string {
|
|
1548
1901
|
return JSON.stringify(
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1902
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
1903
|
+
.parse(
|
|
1904
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers4,
|
|
1905
|
+
),
|
|
1552
1906
|
);
|
|
1553
1907
|
}
|
|
1554
1908
|
|
|
1555
1909
|
/** @internal */
|
|
1556
|
-
export const
|
|
1557
|
-
typeof
|
|
1558
|
-
|
|
1910
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema:
|
|
1911
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum4> = z.enum(
|
|
1912
|
+
PrepareDeploymentStackProviderGkeGatewayEnum4,
|
|
1913
|
+
);
|
|
1559
1914
|
|
|
1560
1915
|
/** @internal */
|
|
1561
|
-
export type
|
|
1916
|
+
export type PrepareDeploymentStackProviderGkeGateway4$Outbound = {
|
|
1562
1917
|
provider: string;
|
|
1563
1918
|
staticAddressName?: string | null | undefined;
|
|
1564
1919
|
};
|
|
1565
1920
|
|
|
1566
1921
|
/** @internal */
|
|
1567
|
-
export const
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1922
|
+
export const PrepareDeploymentStackProviderGkeGateway4$outboundSchema:
|
|
1923
|
+
z.ZodType<
|
|
1924
|
+
PrepareDeploymentStackProviderGkeGateway4$Outbound,
|
|
1925
|
+
PrepareDeploymentStackProviderGkeGateway4
|
|
1926
|
+
> = z.object({
|
|
1927
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema,
|
|
1928
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
1929
|
+
});
|
|
1574
1930
|
|
|
1575
|
-
export function
|
|
1576
|
-
|
|
1931
|
+
export function prepareDeploymentStackProviderGkeGateway4ToJSON(
|
|
1932
|
+
prepareDeploymentStackProviderGkeGateway4:
|
|
1933
|
+
PrepareDeploymentStackProviderGkeGateway4,
|
|
1577
1934
|
): string {
|
|
1578
1935
|
return JSON.stringify(
|
|
1579
|
-
|
|
1936
|
+
PrepareDeploymentStackProviderGkeGateway4$outboundSchema.parse(
|
|
1937
|
+
prepareDeploymentStackProviderGkeGateway4,
|
|
1938
|
+
),
|
|
1580
1939
|
);
|
|
1581
1940
|
}
|
|
1582
1941
|
|
|
1583
1942
|
/** @internal */
|
|
1584
|
-
export const
|
|
1585
|
-
typeof
|
|
1586
|
-
|
|
1943
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema:
|
|
1944
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum4> = z.enum(
|
|
1945
|
+
PrepareDeploymentStackProviderAwsAlbEnum4,
|
|
1946
|
+
);
|
|
1587
1947
|
|
|
1588
1948
|
/** @internal */
|
|
1589
|
-
export type
|
|
1949
|
+
export type PrepareDeploymentStackProviderAwsAlb4$Outbound = {
|
|
1590
1950
|
ipAddressType?: string | null | undefined;
|
|
1591
1951
|
provider: string;
|
|
1592
1952
|
scheme: string;
|
|
@@ -1595,56 +1955,68 @@ export type ProviderAwsAlb4$Outbound = {
|
|
|
1595
1955
|
};
|
|
1596
1956
|
|
|
1597
1957
|
/** @internal */
|
|
1598
|
-
export const
|
|
1599
|
-
|
|
1600
|
-
|
|
1958
|
+
export const PrepareDeploymentStackProviderAwsAlb4$outboundSchema: z.ZodType<
|
|
1959
|
+
PrepareDeploymentStackProviderAwsAlb4$Outbound,
|
|
1960
|
+
PrepareDeploymentStackProviderAwsAlb4
|
|
1601
1961
|
> = z.object({
|
|
1602
1962
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
1603
|
-
provider:
|
|
1963
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema,
|
|
1604
1964
|
scheme: z.string(),
|
|
1605
1965
|
subnetIds: z.array(z.string()).optional(),
|
|
1606
1966
|
targetType: z.string(),
|
|
1607
1967
|
});
|
|
1608
1968
|
|
|
1609
|
-
export function
|
|
1610
|
-
|
|
1969
|
+
export function prepareDeploymentStackProviderAwsAlb4ToJSON(
|
|
1970
|
+
prepareDeploymentStackProviderAwsAlb4: PrepareDeploymentStackProviderAwsAlb4,
|
|
1611
1971
|
): string {
|
|
1612
|
-
return JSON.stringify(
|
|
1972
|
+
return JSON.stringify(
|
|
1973
|
+
PrepareDeploymentStackProviderAwsAlb4$outboundSchema.parse(
|
|
1974
|
+
prepareDeploymentStackProviderAwsAlb4,
|
|
1975
|
+
),
|
|
1976
|
+
);
|
|
1613
1977
|
}
|
|
1614
1978
|
|
|
1615
1979
|
/** @internal */
|
|
1616
|
-
export type
|
|
1617
|
-
|
|
|
1618
|
-
|
|
|
1619
|
-
|
|
|
1980
|
+
export type PrepareDeploymentStackProviderUnion4$Outbound =
|
|
1981
|
+
| PrepareDeploymentStackProviderAwsAlb4$Outbound
|
|
1982
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound
|
|
1983
|
+
| PrepareDeploymentStackProviderGkeGateway4$Outbound
|
|
1620
1984
|
| any;
|
|
1621
1985
|
|
|
1622
1986
|
/** @internal */
|
|
1623
|
-
export const
|
|
1624
|
-
|
|
1625
|
-
|
|
1987
|
+
export const PrepareDeploymentStackProviderUnion4$outboundSchema: z.ZodType<
|
|
1988
|
+
PrepareDeploymentStackProviderUnion4$Outbound,
|
|
1989
|
+
PrepareDeploymentStackProviderUnion4
|
|
1626
1990
|
> = z.union([
|
|
1627
|
-
z.lazy(() =>
|
|
1628
|
-
z.lazy(() =>
|
|
1629
|
-
|
|
1991
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
|
|
1992
|
+
z.lazy(() =>
|
|
1993
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
1994
|
+
),
|
|
1995
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
|
|
1630
1996
|
z.any(),
|
|
1631
1997
|
]);
|
|
1632
1998
|
|
|
1633
|
-
export function
|
|
1634
|
-
|
|
1999
|
+
export function prepareDeploymentStackProviderUnion4ToJSON(
|
|
2000
|
+
prepareDeploymentStackProviderUnion4: PrepareDeploymentStackProviderUnion4,
|
|
2001
|
+
): string {
|
|
2002
|
+
return JSON.stringify(
|
|
2003
|
+
PrepareDeploymentStackProviderUnion4$outboundSchema.parse(
|
|
2004
|
+
prepareDeploymentStackProviderUnion4,
|
|
2005
|
+
),
|
|
2006
|
+
);
|
|
1635
2007
|
}
|
|
1636
2008
|
|
|
1637
2009
|
/** @internal */
|
|
1638
|
-
export type
|
|
2010
|
+
export type PrepareDeploymentStackRouteGateway2$Outbound = {
|
|
1639
2011
|
annotations?: { [k: string]: string } | undefined;
|
|
1640
2012
|
controller?: string | null | undefined;
|
|
1641
2013
|
gatewayClassName: string;
|
|
1642
2014
|
labels?: { [k: string]: string } | undefined;
|
|
1643
2015
|
listenerPort: number;
|
|
1644
2016
|
provider?:
|
|
1645
|
-
|
|
|
1646
|
-
|
|
|
1647
|
-
|
|
|
2017
|
+
| PrepareDeploymentStackProviderAwsAlb4$Outbound
|
|
2018
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$Outbound
|
|
2019
|
+
| PrepareDeploymentStackProviderGkeGateway4$Outbound
|
|
1648
2020
|
| any
|
|
1649
2021
|
| null
|
|
1650
2022
|
| undefined;
|
|
@@ -1652,9 +2024,9 @@ export type RouteGateway2$Outbound = {
|
|
|
1652
2024
|
};
|
|
1653
2025
|
|
|
1654
2026
|
/** @internal */
|
|
1655
|
-
export const
|
|
1656
|
-
|
|
1657
|
-
|
|
2027
|
+
export const PrepareDeploymentStackRouteGateway2$outboundSchema: z.ZodType<
|
|
2028
|
+
PrepareDeploymentStackRouteGateway2$Outbound,
|
|
2029
|
+
PrepareDeploymentStackRouteGateway2
|
|
1658
2030
|
> = z.object({
|
|
1659
2031
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
1660
2032
|
controller: z.nullable(z.string()).optional(),
|
|
@@ -1663,93 +2035,110 @@ export const RouteGateway2$outboundSchema: z.ZodType<
|
|
|
1663
2035
|
listenerPort: z.int(),
|
|
1664
2036
|
provider: z.nullable(
|
|
1665
2037
|
z.union([
|
|
1666
|
-
z.lazy(() =>
|
|
2038
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
|
|
1667
2039
|
z.lazy(() =>
|
|
1668
|
-
|
|
2040
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
1669
2041
|
),
|
|
1670
|
-
z.lazy(() =>
|
|
2042
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
|
|
1671
2043
|
z.any(),
|
|
1672
2044
|
]),
|
|
1673
2045
|
).optional(),
|
|
1674
2046
|
routeApi: z.literal("gateway"),
|
|
1675
2047
|
});
|
|
1676
2048
|
|
|
1677
|
-
export function
|
|
1678
|
-
|
|
2049
|
+
export function prepareDeploymentStackRouteGateway2ToJSON(
|
|
2050
|
+
prepareDeploymentStackRouteGateway2: PrepareDeploymentStackRouteGateway2,
|
|
2051
|
+
): string {
|
|
2052
|
+
return JSON.stringify(
|
|
2053
|
+
PrepareDeploymentStackRouteGateway2$outboundSchema.parse(
|
|
2054
|
+
prepareDeploymentStackRouteGateway2,
|
|
2055
|
+
),
|
|
2056
|
+
);
|
|
1679
2057
|
}
|
|
1680
2058
|
|
|
1681
2059
|
/** @internal */
|
|
1682
|
-
export const
|
|
1683
|
-
z.ZodEnum<
|
|
1684
|
-
|
|
2060
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema:
|
|
2061
|
+
z.ZodEnum<
|
|
2062
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3
|
|
2063
|
+
> = z.enum(
|
|
2064
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3,
|
|
1685
2065
|
);
|
|
1686
2066
|
|
|
1687
2067
|
/** @internal */
|
|
1688
|
-
export type
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
2068
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound =
|
|
2069
|
+
{
|
|
2070
|
+
albName?: string | null | undefined;
|
|
2071
|
+
albNamespace?: string | null | undefined;
|
|
2072
|
+
frontend: string;
|
|
2073
|
+
provider: string;
|
|
2074
|
+
};
|
|
1694
2075
|
|
|
1695
2076
|
/** @internal */
|
|
1696
|
-
export const
|
|
2077
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema:
|
|
1697
2078
|
z.ZodType<
|
|
1698
|
-
|
|
1699
|
-
|
|
2079
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound,
|
|
2080
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3
|
|
1700
2081
|
> = z.object({
|
|
1701
2082
|
albName: z.nullable(z.string()).optional(),
|
|
1702
2083
|
albNamespace: z.nullable(z.string()).optional(),
|
|
1703
2084
|
frontend: z.string(),
|
|
1704
|
-
provider:
|
|
2085
|
+
provider:
|
|
2086
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
|
|
1705
2087
|
});
|
|
1706
2088
|
|
|
1707
|
-
export function
|
|
1708
|
-
|
|
1709
|
-
|
|
2089
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers3ToJSON(
|
|
2090
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers3:
|
|
2091
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3,
|
|
1710
2092
|
): string {
|
|
1711
2093
|
return JSON.stringify(
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
2094
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
2095
|
+
.parse(
|
|
2096
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers3,
|
|
2097
|
+
),
|
|
1715
2098
|
);
|
|
1716
2099
|
}
|
|
1717
2100
|
|
|
1718
2101
|
/** @internal */
|
|
1719
|
-
export const
|
|
1720
|
-
typeof
|
|
1721
|
-
|
|
2102
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema:
|
|
2103
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum3> = z.enum(
|
|
2104
|
+
PrepareDeploymentStackProviderGkeGatewayEnum3,
|
|
2105
|
+
);
|
|
1722
2106
|
|
|
1723
2107
|
/** @internal */
|
|
1724
|
-
export type
|
|
2108
|
+
export type PrepareDeploymentStackProviderGkeGateway3$Outbound = {
|
|
1725
2109
|
provider: string;
|
|
1726
2110
|
staticAddressName?: string | null | undefined;
|
|
1727
2111
|
};
|
|
1728
2112
|
|
|
1729
2113
|
/** @internal */
|
|
1730
|
-
export const
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
2114
|
+
export const PrepareDeploymentStackProviderGkeGateway3$outboundSchema:
|
|
2115
|
+
z.ZodType<
|
|
2116
|
+
PrepareDeploymentStackProviderGkeGateway3$Outbound,
|
|
2117
|
+
PrepareDeploymentStackProviderGkeGateway3
|
|
2118
|
+
> = z.object({
|
|
2119
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema,
|
|
2120
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2121
|
+
});
|
|
1737
2122
|
|
|
1738
|
-
export function
|
|
1739
|
-
|
|
2123
|
+
export function prepareDeploymentStackProviderGkeGateway3ToJSON(
|
|
2124
|
+
prepareDeploymentStackProviderGkeGateway3:
|
|
2125
|
+
PrepareDeploymentStackProviderGkeGateway3,
|
|
1740
2126
|
): string {
|
|
1741
2127
|
return JSON.stringify(
|
|
1742
|
-
|
|
2128
|
+
PrepareDeploymentStackProviderGkeGateway3$outboundSchema.parse(
|
|
2129
|
+
prepareDeploymentStackProviderGkeGateway3,
|
|
2130
|
+
),
|
|
1743
2131
|
);
|
|
1744
2132
|
}
|
|
1745
2133
|
|
|
1746
2134
|
/** @internal */
|
|
1747
|
-
export const
|
|
1748
|
-
typeof
|
|
1749
|
-
|
|
2135
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema:
|
|
2136
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum3> = z.enum(
|
|
2137
|
+
PrepareDeploymentStackProviderAwsAlbEnum3,
|
|
2138
|
+
);
|
|
1750
2139
|
|
|
1751
2140
|
/** @internal */
|
|
1752
|
-
export type
|
|
2141
|
+
export type PrepareDeploymentStackProviderAwsAlb3$Outbound = {
|
|
1753
2142
|
ipAddressType?: string | null | undefined;
|
|
1754
2143
|
provider: string;
|
|
1755
2144
|
scheme: string;
|
|
@@ -1758,55 +2147,67 @@ export type ProviderAwsAlb3$Outbound = {
|
|
|
1758
2147
|
};
|
|
1759
2148
|
|
|
1760
2149
|
/** @internal */
|
|
1761
|
-
export const
|
|
1762
|
-
|
|
1763
|
-
|
|
2150
|
+
export const PrepareDeploymentStackProviderAwsAlb3$outboundSchema: z.ZodType<
|
|
2151
|
+
PrepareDeploymentStackProviderAwsAlb3$Outbound,
|
|
2152
|
+
PrepareDeploymentStackProviderAwsAlb3
|
|
1764
2153
|
> = z.object({
|
|
1765
2154
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
1766
|
-
provider:
|
|
2155
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema,
|
|
1767
2156
|
scheme: z.string(),
|
|
1768
2157
|
subnetIds: z.array(z.string()).optional(),
|
|
1769
2158
|
targetType: z.string(),
|
|
1770
2159
|
});
|
|
1771
2160
|
|
|
1772
|
-
export function
|
|
1773
|
-
|
|
2161
|
+
export function prepareDeploymentStackProviderAwsAlb3ToJSON(
|
|
2162
|
+
prepareDeploymentStackProviderAwsAlb3: PrepareDeploymentStackProviderAwsAlb3,
|
|
1774
2163
|
): string {
|
|
1775
|
-
return JSON.stringify(
|
|
2164
|
+
return JSON.stringify(
|
|
2165
|
+
PrepareDeploymentStackProviderAwsAlb3$outboundSchema.parse(
|
|
2166
|
+
prepareDeploymentStackProviderAwsAlb3,
|
|
2167
|
+
),
|
|
2168
|
+
);
|
|
1776
2169
|
}
|
|
1777
2170
|
|
|
1778
2171
|
/** @internal */
|
|
1779
|
-
export type
|
|
1780
|
-
|
|
|
1781
|
-
|
|
|
1782
|
-
|
|
|
2172
|
+
export type PrepareDeploymentStackProviderUnion3$Outbound =
|
|
2173
|
+
| PrepareDeploymentStackProviderAwsAlb3$Outbound
|
|
2174
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound
|
|
2175
|
+
| PrepareDeploymentStackProviderGkeGateway3$Outbound
|
|
1783
2176
|
| any;
|
|
1784
2177
|
|
|
1785
2178
|
/** @internal */
|
|
1786
|
-
export const
|
|
1787
|
-
|
|
1788
|
-
|
|
2179
|
+
export const PrepareDeploymentStackProviderUnion3$outboundSchema: z.ZodType<
|
|
2180
|
+
PrepareDeploymentStackProviderUnion3$Outbound,
|
|
2181
|
+
PrepareDeploymentStackProviderUnion3
|
|
1789
2182
|
> = z.union([
|
|
1790
|
-
z.lazy(() =>
|
|
1791
|
-
z.lazy(() =>
|
|
1792
|
-
|
|
2183
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
|
|
2184
|
+
z.lazy(() =>
|
|
2185
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
2186
|
+
),
|
|
2187
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
|
|
1793
2188
|
z.any(),
|
|
1794
2189
|
]);
|
|
1795
2190
|
|
|
1796
|
-
export function
|
|
1797
|
-
|
|
2191
|
+
export function prepareDeploymentStackProviderUnion3ToJSON(
|
|
2192
|
+
prepareDeploymentStackProviderUnion3: PrepareDeploymentStackProviderUnion3,
|
|
2193
|
+
): string {
|
|
2194
|
+
return JSON.stringify(
|
|
2195
|
+
PrepareDeploymentStackProviderUnion3$outboundSchema.parse(
|
|
2196
|
+
prepareDeploymentStackProviderUnion3,
|
|
2197
|
+
),
|
|
2198
|
+
);
|
|
1798
2199
|
}
|
|
1799
2200
|
|
|
1800
2201
|
/** @internal */
|
|
1801
|
-
export type
|
|
2202
|
+
export type PrepareDeploymentStackRouteIngress2$Outbound = {
|
|
1802
2203
|
annotations?: { [k: string]: string } | undefined;
|
|
1803
2204
|
controller?: string | null | undefined;
|
|
1804
2205
|
ingressClassName: string;
|
|
1805
2206
|
labels?: { [k: string]: string } | undefined;
|
|
1806
2207
|
provider?:
|
|
1807
|
-
|
|
|
1808
|
-
|
|
|
1809
|
-
|
|
|
2208
|
+
| PrepareDeploymentStackProviderAwsAlb3$Outbound
|
|
2209
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$Outbound
|
|
2210
|
+
| PrepareDeploymentStackProviderGkeGateway3$Outbound
|
|
1810
2211
|
| any
|
|
1811
2212
|
| null
|
|
1812
2213
|
| undefined;
|
|
@@ -1814,9 +2215,9 @@ export type RouteIngress2$Outbound = {
|
|
|
1814
2215
|
};
|
|
1815
2216
|
|
|
1816
2217
|
/** @internal */
|
|
1817
|
-
export const
|
|
1818
|
-
|
|
1819
|
-
|
|
2218
|
+
export const PrepareDeploymentStackRouteIngress2$outboundSchema: z.ZodType<
|
|
2219
|
+
PrepareDeploymentStackRouteIngress2$Outbound,
|
|
2220
|
+
PrepareDeploymentStackRouteIngress2
|
|
1820
2221
|
> = z.object({
|
|
1821
2222
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
1822
2223
|
controller: z.nullable(z.string()).optional(),
|
|
@@ -1824,301 +2225,359 @@ export const RouteIngress2$outboundSchema: z.ZodType<
|
|
|
1824
2225
|
labels: z.record(z.string(), z.string()).optional(),
|
|
1825
2226
|
provider: z.nullable(
|
|
1826
2227
|
z.union([
|
|
1827
|
-
z.lazy(() =>
|
|
2228
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
|
|
1828
2229
|
z.lazy(() =>
|
|
1829
|
-
|
|
2230
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
1830
2231
|
),
|
|
1831
|
-
z.lazy(() =>
|
|
2232
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
|
|
1832
2233
|
z.any(),
|
|
1833
2234
|
]),
|
|
1834
2235
|
).optional(),
|
|
1835
2236
|
routeApi: z.literal("ingress"),
|
|
1836
2237
|
});
|
|
1837
2238
|
|
|
1838
|
-
export function
|
|
1839
|
-
|
|
2239
|
+
export function prepareDeploymentStackRouteIngress2ToJSON(
|
|
2240
|
+
prepareDeploymentStackRouteIngress2: PrepareDeploymentStackRouteIngress2,
|
|
2241
|
+
): string {
|
|
2242
|
+
return JSON.stringify(
|
|
2243
|
+
PrepareDeploymentStackRouteIngress2$outboundSchema.parse(
|
|
2244
|
+
prepareDeploymentStackRouteIngress2,
|
|
2245
|
+
),
|
|
2246
|
+
);
|
|
1840
2247
|
}
|
|
1841
2248
|
|
|
1842
2249
|
/** @internal */
|
|
1843
|
-
export type
|
|
1844
|
-
|
|
|
1845
|
-
|
|
|
2250
|
+
export type PrepareDeploymentStackRouteUnion2$Outbound =
|
|
2251
|
+
| PrepareDeploymentStackRouteIngress2$Outbound
|
|
2252
|
+
| PrepareDeploymentStackRouteGateway2$Outbound;
|
|
1846
2253
|
|
|
1847
2254
|
/** @internal */
|
|
1848
|
-
export const
|
|
1849
|
-
|
|
1850
|
-
|
|
2255
|
+
export const PrepareDeploymentStackRouteUnion2$outboundSchema: z.ZodType<
|
|
2256
|
+
PrepareDeploymentStackRouteUnion2$Outbound,
|
|
2257
|
+
PrepareDeploymentStackRouteUnion2
|
|
1851
2258
|
> = z.union([
|
|
1852
|
-
z.lazy(() =>
|
|
1853
|
-
z.lazy(() =>
|
|
2259
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
|
|
2260
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
|
|
1854
2261
|
]);
|
|
1855
2262
|
|
|
1856
|
-
export function
|
|
1857
|
-
|
|
2263
|
+
export function prepareDeploymentStackRouteUnion2ToJSON(
|
|
2264
|
+
prepareDeploymentStackRouteUnion2: PrepareDeploymentStackRouteUnion2,
|
|
2265
|
+
): string {
|
|
2266
|
+
return JSON.stringify(
|
|
2267
|
+
PrepareDeploymentStackRouteUnion2$outboundSchema.parse(
|
|
2268
|
+
prepareDeploymentStackRouteUnion2,
|
|
2269
|
+
),
|
|
2270
|
+
);
|
|
1858
2271
|
}
|
|
1859
2272
|
|
|
1860
2273
|
/** @internal */
|
|
1861
|
-
export type
|
|
2274
|
+
export type PrepareDeploymentStackExposureCustom$Outbound = {
|
|
1862
2275
|
certificate:
|
|
1863
|
-
|
|
|
1864
|
-
|
|
|
1865
|
-
|
|
|
1866
|
-
|
|
|
1867
|
-
|
|
|
2276
|
+
| PrepareDeploymentStackCertificateTLSSecretRef2$Outbound
|
|
2277
|
+
| PrepareDeploymentStackCertificateManagedAcmImport2$Outbound
|
|
2278
|
+
| PrepareDeploymentStackCertificateAwsAcmArn2$Outbound
|
|
2279
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret2$Outbound
|
|
2280
|
+
| PrepareDeploymentStackCertificateNone2$Outbound;
|
|
1868
2281
|
domain: string;
|
|
1869
2282
|
mode: string;
|
|
1870
|
-
route:
|
|
2283
|
+
route:
|
|
2284
|
+
| PrepareDeploymentStackRouteIngress2$Outbound
|
|
2285
|
+
| PrepareDeploymentStackRouteGateway2$Outbound;
|
|
1871
2286
|
};
|
|
1872
2287
|
|
|
1873
2288
|
/** @internal */
|
|
1874
|
-
export const
|
|
1875
|
-
|
|
1876
|
-
|
|
2289
|
+
export const PrepareDeploymentStackExposureCustom$outboundSchema: z.ZodType<
|
|
2290
|
+
PrepareDeploymentStackExposureCustom$Outbound,
|
|
2291
|
+
PrepareDeploymentStackExposureCustom
|
|
1877
2292
|
> = z.object({
|
|
1878
2293
|
certificate: z.union([
|
|
1879
|
-
z.lazy(() =>
|
|
1880
|
-
z.lazy(() =>
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
z.lazy(() =>
|
|
2294
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
|
|
2295
|
+
z.lazy(() =>
|
|
2296
|
+
PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema
|
|
2297
|
+
),
|
|
2298
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
|
|
2299
|
+
z.lazy(() =>
|
|
2300
|
+
PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema
|
|
2301
|
+
),
|
|
2302
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
|
|
1884
2303
|
]),
|
|
1885
2304
|
domain: z.string(),
|
|
1886
|
-
mode:
|
|
2305
|
+
mode: PrepareDeploymentStackModeCustom$outboundSchema,
|
|
1887
2306
|
route: z.union([
|
|
1888
|
-
z.lazy(() =>
|
|
1889
|
-
z.lazy(() =>
|
|
2307
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
|
|
2308
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
|
|
1890
2309
|
]),
|
|
1891
2310
|
});
|
|
1892
2311
|
|
|
1893
|
-
export function
|
|
1894
|
-
|
|
2312
|
+
export function prepareDeploymentStackExposureCustomToJSON(
|
|
2313
|
+
prepareDeploymentStackExposureCustom: PrepareDeploymentStackExposureCustom,
|
|
2314
|
+
): string {
|
|
2315
|
+
return JSON.stringify(
|
|
2316
|
+
PrepareDeploymentStackExposureCustom$outboundSchema.parse(
|
|
2317
|
+
prepareDeploymentStackExposureCustom,
|
|
2318
|
+
),
|
|
2319
|
+
);
|
|
1895
2320
|
}
|
|
1896
2321
|
|
|
1897
2322
|
/** @internal */
|
|
1898
|
-
export type
|
|
2323
|
+
export type PrepareDeploymentStackCertificateNone1$Outbound = {
|
|
1899
2324
|
mode: "none";
|
|
1900
2325
|
};
|
|
1901
2326
|
|
|
1902
2327
|
/** @internal */
|
|
1903
|
-
export const
|
|
1904
|
-
|
|
1905
|
-
|
|
2328
|
+
export const PrepareDeploymentStackCertificateNone1$outboundSchema: z.ZodType<
|
|
2329
|
+
PrepareDeploymentStackCertificateNone1$Outbound,
|
|
2330
|
+
PrepareDeploymentStackCertificateNone1
|
|
1906
2331
|
> = z.object({
|
|
1907
2332
|
mode: z.literal("none"),
|
|
1908
2333
|
});
|
|
1909
2334
|
|
|
1910
|
-
export function
|
|
1911
|
-
|
|
2335
|
+
export function prepareDeploymentStackCertificateNone1ToJSON(
|
|
2336
|
+
prepareDeploymentStackCertificateNone1:
|
|
2337
|
+
PrepareDeploymentStackCertificateNone1,
|
|
1912
2338
|
): string {
|
|
1913
2339
|
return JSON.stringify(
|
|
1914
|
-
|
|
2340
|
+
PrepareDeploymentStackCertificateNone1$outboundSchema.parse(
|
|
2341
|
+
prepareDeploymentStackCertificateNone1,
|
|
2342
|
+
),
|
|
1915
2343
|
);
|
|
1916
2344
|
}
|
|
1917
2345
|
|
|
1918
2346
|
/** @internal */
|
|
1919
|
-
export type
|
|
2347
|
+
export type PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound = {
|
|
1920
2348
|
mode: "managedTlsSecret";
|
|
1921
2349
|
secretNameTemplate: string;
|
|
1922
2350
|
};
|
|
1923
2351
|
|
|
1924
2352
|
/** @internal */
|
|
1925
|
-
export const
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
2353
|
+
export const PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema:
|
|
2354
|
+
z.ZodType<
|
|
2355
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound,
|
|
2356
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1
|
|
2357
|
+
> = z.object({
|
|
2358
|
+
mode: z.literal("managedTlsSecret"),
|
|
2359
|
+
secretNameTemplate: z.string(),
|
|
2360
|
+
});
|
|
1932
2361
|
|
|
1933
|
-
export function
|
|
1934
|
-
|
|
2362
|
+
export function prepareDeploymentStackCertificateManagedTLSSecret1ToJSON(
|
|
2363
|
+
prepareDeploymentStackCertificateManagedTLSSecret1:
|
|
2364
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1,
|
|
1935
2365
|
): string {
|
|
1936
2366
|
return JSON.stringify(
|
|
1937
|
-
|
|
1938
|
-
|
|
2367
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema.parse(
|
|
2368
|
+
prepareDeploymentStackCertificateManagedTLSSecret1,
|
|
1939
2369
|
),
|
|
1940
2370
|
);
|
|
1941
2371
|
}
|
|
1942
2372
|
|
|
1943
2373
|
/** @internal */
|
|
1944
|
-
export type
|
|
2374
|
+
export type PrepareDeploymentStackCertificateAwsAcmArn1$Outbound = {
|
|
1945
2375
|
certificateArn: string;
|
|
1946
2376
|
mode: "awsAcmArn";
|
|
1947
2377
|
};
|
|
1948
2378
|
|
|
1949
2379
|
/** @internal */
|
|
1950
|
-
export const
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
2380
|
+
export const PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema:
|
|
2381
|
+
z.ZodType<
|
|
2382
|
+
PrepareDeploymentStackCertificateAwsAcmArn1$Outbound,
|
|
2383
|
+
PrepareDeploymentStackCertificateAwsAcmArn1
|
|
2384
|
+
> = z.object({
|
|
2385
|
+
certificateArn: z.string(),
|
|
2386
|
+
mode: z.literal("awsAcmArn"),
|
|
2387
|
+
});
|
|
1957
2388
|
|
|
1958
|
-
export function
|
|
1959
|
-
|
|
2389
|
+
export function prepareDeploymentStackCertificateAwsAcmArn1ToJSON(
|
|
2390
|
+
prepareDeploymentStackCertificateAwsAcmArn1:
|
|
2391
|
+
PrepareDeploymentStackCertificateAwsAcmArn1,
|
|
1960
2392
|
): string {
|
|
1961
2393
|
return JSON.stringify(
|
|
1962
|
-
|
|
2394
|
+
PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema.parse(
|
|
2395
|
+
prepareDeploymentStackCertificateAwsAcmArn1,
|
|
2396
|
+
),
|
|
1963
2397
|
);
|
|
1964
2398
|
}
|
|
1965
2399
|
|
|
1966
2400
|
/** @internal */
|
|
1967
|
-
export type
|
|
2401
|
+
export type PrepareDeploymentStackCertificateManagedAcmImport1$Outbound = {
|
|
1968
2402
|
mode: "managedAcmImport";
|
|
1969
2403
|
region?: string | null | undefined;
|
|
1970
2404
|
tags?: { [k: string]: string } | undefined;
|
|
1971
2405
|
};
|
|
1972
2406
|
|
|
1973
2407
|
/** @internal */
|
|
1974
|
-
export const
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
2408
|
+
export const PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema:
|
|
2409
|
+
z.ZodType<
|
|
2410
|
+
PrepareDeploymentStackCertificateManagedAcmImport1$Outbound,
|
|
2411
|
+
PrepareDeploymentStackCertificateManagedAcmImport1
|
|
2412
|
+
> = z.object({
|
|
2413
|
+
mode: z.literal("managedAcmImport"),
|
|
2414
|
+
region: z.nullable(z.string()).optional(),
|
|
2415
|
+
tags: z.record(z.string(), z.string()).optional(),
|
|
2416
|
+
});
|
|
1982
2417
|
|
|
1983
|
-
export function
|
|
1984
|
-
|
|
2418
|
+
export function prepareDeploymentStackCertificateManagedAcmImport1ToJSON(
|
|
2419
|
+
prepareDeploymentStackCertificateManagedAcmImport1:
|
|
2420
|
+
PrepareDeploymentStackCertificateManagedAcmImport1,
|
|
1985
2421
|
): string {
|
|
1986
2422
|
return JSON.stringify(
|
|
1987
|
-
|
|
1988
|
-
|
|
2423
|
+
PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema.parse(
|
|
2424
|
+
prepareDeploymentStackCertificateManagedAcmImport1,
|
|
1989
2425
|
),
|
|
1990
2426
|
);
|
|
1991
2427
|
}
|
|
1992
2428
|
|
|
1993
2429
|
/** @internal */
|
|
1994
|
-
export type
|
|
2430
|
+
export type PrepareDeploymentStackCertificateTLSSecretRef1$Outbound = {
|
|
1995
2431
|
namespace?: string | null | undefined;
|
|
1996
2432
|
secretName: string;
|
|
1997
2433
|
mode: "tlsSecretRef";
|
|
1998
2434
|
};
|
|
1999
2435
|
|
|
2000
2436
|
/** @internal */
|
|
2001
|
-
export const
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2437
|
+
export const PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema:
|
|
2438
|
+
z.ZodType<
|
|
2439
|
+
PrepareDeploymentStackCertificateTLSSecretRef1$Outbound,
|
|
2440
|
+
PrepareDeploymentStackCertificateTLSSecretRef1
|
|
2441
|
+
> = z.object({
|
|
2442
|
+
namespace: z.nullable(z.string()).optional(),
|
|
2443
|
+
secretName: z.string(),
|
|
2444
|
+
mode: z.literal("tlsSecretRef"),
|
|
2445
|
+
});
|
|
2009
2446
|
|
|
2010
|
-
export function
|
|
2011
|
-
|
|
2447
|
+
export function prepareDeploymentStackCertificateTLSSecretRef1ToJSON(
|
|
2448
|
+
prepareDeploymentStackCertificateTLSSecretRef1:
|
|
2449
|
+
PrepareDeploymentStackCertificateTLSSecretRef1,
|
|
2012
2450
|
): string {
|
|
2013
2451
|
return JSON.stringify(
|
|
2014
|
-
|
|
2452
|
+
PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema.parse(
|
|
2453
|
+
prepareDeploymentStackCertificateTLSSecretRef1,
|
|
2454
|
+
),
|
|
2015
2455
|
);
|
|
2016
2456
|
}
|
|
2017
2457
|
|
|
2018
2458
|
/** @internal */
|
|
2019
|
-
export type
|
|
2020
|
-
|
|
|
2021
|
-
|
|
|
2022
|
-
|
|
|
2023
|
-
|
|
|
2024
|
-
|
|
|
2459
|
+
export type PrepareDeploymentStackCertificateUnion1$Outbound =
|
|
2460
|
+
| PrepareDeploymentStackCertificateTLSSecretRef1$Outbound
|
|
2461
|
+
| PrepareDeploymentStackCertificateManagedAcmImport1$Outbound
|
|
2462
|
+
| PrepareDeploymentStackCertificateAwsAcmArn1$Outbound
|
|
2463
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound
|
|
2464
|
+
| PrepareDeploymentStackCertificateNone1$Outbound;
|
|
2025
2465
|
|
|
2026
2466
|
/** @internal */
|
|
2027
|
-
export const
|
|
2028
|
-
|
|
2029
|
-
|
|
2467
|
+
export const PrepareDeploymentStackCertificateUnion1$outboundSchema: z.ZodType<
|
|
2468
|
+
PrepareDeploymentStackCertificateUnion1$Outbound,
|
|
2469
|
+
PrepareDeploymentStackCertificateUnion1
|
|
2030
2470
|
> = z.union([
|
|
2031
|
-
z.lazy(() =>
|
|
2032
|
-
z.lazy(() =>
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
z.lazy(() =>
|
|
2471
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
|
|
2472
|
+
z.lazy(() =>
|
|
2473
|
+
PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema
|
|
2474
|
+
),
|
|
2475
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
|
|
2476
|
+
z.lazy(() =>
|
|
2477
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema
|
|
2478
|
+
),
|
|
2479
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
|
|
2036
2480
|
]);
|
|
2037
2481
|
|
|
2038
|
-
export function
|
|
2039
|
-
|
|
2482
|
+
export function prepareDeploymentStackCertificateUnion1ToJSON(
|
|
2483
|
+
prepareDeploymentStackCertificateUnion1:
|
|
2484
|
+
PrepareDeploymentStackCertificateUnion1,
|
|
2040
2485
|
): string {
|
|
2041
2486
|
return JSON.stringify(
|
|
2042
|
-
|
|
2487
|
+
PrepareDeploymentStackCertificateUnion1$outboundSchema.parse(
|
|
2488
|
+
prepareDeploymentStackCertificateUnion1,
|
|
2489
|
+
),
|
|
2043
2490
|
);
|
|
2044
2491
|
}
|
|
2045
2492
|
|
|
2046
2493
|
/** @internal */
|
|
2047
|
-
export const
|
|
2048
|
-
|
|
2494
|
+
export const PrepareDeploymentStackModeGenerated$outboundSchema: z.ZodEnum<
|
|
2495
|
+
typeof PrepareDeploymentStackModeGenerated
|
|
2496
|
+
> = z.enum(PrepareDeploymentStackModeGenerated);
|
|
2049
2497
|
|
|
2050
2498
|
/** @internal */
|
|
2051
|
-
export const
|
|
2052
|
-
z.ZodEnum<
|
|
2053
|
-
|
|
2499
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema:
|
|
2500
|
+
z.ZodEnum<
|
|
2501
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2
|
|
2502
|
+
> = z.enum(
|
|
2503
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2,
|
|
2054
2504
|
);
|
|
2055
2505
|
|
|
2056
2506
|
/** @internal */
|
|
2057
|
-
export type
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2507
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound =
|
|
2508
|
+
{
|
|
2509
|
+
albName?: string | null | undefined;
|
|
2510
|
+
albNamespace?: string | null | undefined;
|
|
2511
|
+
frontend: string;
|
|
2512
|
+
provider: string;
|
|
2513
|
+
};
|
|
2063
2514
|
|
|
2064
2515
|
/** @internal */
|
|
2065
|
-
export const
|
|
2516
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema:
|
|
2066
2517
|
z.ZodType<
|
|
2067
|
-
|
|
2068
|
-
|
|
2518
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound,
|
|
2519
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2
|
|
2069
2520
|
> = z.object({
|
|
2070
2521
|
albName: z.nullable(z.string()).optional(),
|
|
2071
2522
|
albNamespace: z.nullable(z.string()).optional(),
|
|
2072
2523
|
frontend: z.string(),
|
|
2073
|
-
provider:
|
|
2524
|
+
provider:
|
|
2525
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
|
|
2074
2526
|
});
|
|
2075
2527
|
|
|
2076
|
-
export function
|
|
2077
|
-
|
|
2078
|
-
|
|
2528
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers2ToJSON(
|
|
2529
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers2:
|
|
2530
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2,
|
|
2079
2531
|
): string {
|
|
2080
2532
|
return JSON.stringify(
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2533
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2534
|
+
.parse(
|
|
2535
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers2,
|
|
2536
|
+
),
|
|
2084
2537
|
);
|
|
2085
2538
|
}
|
|
2086
2539
|
|
|
2087
2540
|
/** @internal */
|
|
2088
|
-
export const
|
|
2089
|
-
typeof
|
|
2090
|
-
|
|
2541
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema:
|
|
2542
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum2> = z.enum(
|
|
2543
|
+
PrepareDeploymentStackProviderGkeGatewayEnum2,
|
|
2544
|
+
);
|
|
2091
2545
|
|
|
2092
2546
|
/** @internal */
|
|
2093
|
-
export type
|
|
2547
|
+
export type PrepareDeploymentStackProviderGkeGateway2$Outbound = {
|
|
2094
2548
|
provider: string;
|
|
2095
2549
|
staticAddressName?: string | null | undefined;
|
|
2096
2550
|
};
|
|
2097
2551
|
|
|
2098
2552
|
/** @internal */
|
|
2099
|
-
export const
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2553
|
+
export const PrepareDeploymentStackProviderGkeGateway2$outboundSchema:
|
|
2554
|
+
z.ZodType<
|
|
2555
|
+
PrepareDeploymentStackProviderGkeGateway2$Outbound,
|
|
2556
|
+
PrepareDeploymentStackProviderGkeGateway2
|
|
2557
|
+
> = z.object({
|
|
2558
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema,
|
|
2559
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2560
|
+
});
|
|
2106
2561
|
|
|
2107
|
-
export function
|
|
2108
|
-
|
|
2562
|
+
export function prepareDeploymentStackProviderGkeGateway2ToJSON(
|
|
2563
|
+
prepareDeploymentStackProviderGkeGateway2:
|
|
2564
|
+
PrepareDeploymentStackProviderGkeGateway2,
|
|
2109
2565
|
): string {
|
|
2110
2566
|
return JSON.stringify(
|
|
2111
|
-
|
|
2567
|
+
PrepareDeploymentStackProviderGkeGateway2$outboundSchema.parse(
|
|
2568
|
+
prepareDeploymentStackProviderGkeGateway2,
|
|
2569
|
+
),
|
|
2112
2570
|
);
|
|
2113
2571
|
}
|
|
2114
2572
|
|
|
2115
2573
|
/** @internal */
|
|
2116
|
-
export const
|
|
2117
|
-
typeof
|
|
2118
|
-
|
|
2574
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema:
|
|
2575
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum2> = z.enum(
|
|
2576
|
+
PrepareDeploymentStackProviderAwsAlbEnum2,
|
|
2577
|
+
);
|
|
2119
2578
|
|
|
2120
2579
|
/** @internal */
|
|
2121
|
-
export type
|
|
2580
|
+
export type PrepareDeploymentStackProviderAwsAlb2$Outbound = {
|
|
2122
2581
|
ipAddressType?: string | null | undefined;
|
|
2123
2582
|
provider: string;
|
|
2124
2583
|
scheme: string;
|
|
@@ -2127,56 +2586,68 @@ export type ProviderAwsAlb2$Outbound = {
|
|
|
2127
2586
|
};
|
|
2128
2587
|
|
|
2129
2588
|
/** @internal */
|
|
2130
|
-
export const
|
|
2131
|
-
|
|
2132
|
-
|
|
2589
|
+
export const PrepareDeploymentStackProviderAwsAlb2$outboundSchema: z.ZodType<
|
|
2590
|
+
PrepareDeploymentStackProviderAwsAlb2$Outbound,
|
|
2591
|
+
PrepareDeploymentStackProviderAwsAlb2
|
|
2133
2592
|
> = z.object({
|
|
2134
2593
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
2135
|
-
provider:
|
|
2594
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema,
|
|
2136
2595
|
scheme: z.string(),
|
|
2137
2596
|
subnetIds: z.array(z.string()).optional(),
|
|
2138
2597
|
targetType: z.string(),
|
|
2139
2598
|
});
|
|
2140
2599
|
|
|
2141
|
-
export function
|
|
2142
|
-
|
|
2600
|
+
export function prepareDeploymentStackProviderAwsAlb2ToJSON(
|
|
2601
|
+
prepareDeploymentStackProviderAwsAlb2: PrepareDeploymentStackProviderAwsAlb2,
|
|
2143
2602
|
): string {
|
|
2144
|
-
return JSON.stringify(
|
|
2603
|
+
return JSON.stringify(
|
|
2604
|
+
PrepareDeploymentStackProviderAwsAlb2$outboundSchema.parse(
|
|
2605
|
+
prepareDeploymentStackProviderAwsAlb2,
|
|
2606
|
+
),
|
|
2607
|
+
);
|
|
2145
2608
|
}
|
|
2146
2609
|
|
|
2147
2610
|
/** @internal */
|
|
2148
|
-
export type
|
|
2149
|
-
|
|
|
2150
|
-
|
|
|
2151
|
-
|
|
|
2611
|
+
export type PrepareDeploymentStackProviderUnion2$Outbound =
|
|
2612
|
+
| PrepareDeploymentStackProviderAwsAlb2$Outbound
|
|
2613
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound
|
|
2614
|
+
| PrepareDeploymentStackProviderGkeGateway2$Outbound
|
|
2152
2615
|
| any;
|
|
2153
2616
|
|
|
2154
2617
|
/** @internal */
|
|
2155
|
-
export const
|
|
2156
|
-
|
|
2157
|
-
|
|
2618
|
+
export const PrepareDeploymentStackProviderUnion2$outboundSchema: z.ZodType<
|
|
2619
|
+
PrepareDeploymentStackProviderUnion2$Outbound,
|
|
2620
|
+
PrepareDeploymentStackProviderUnion2
|
|
2158
2621
|
> = z.union([
|
|
2159
|
-
z.lazy(() =>
|
|
2160
|
-
z.lazy(() =>
|
|
2161
|
-
|
|
2622
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
|
|
2623
|
+
z.lazy(() =>
|
|
2624
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2625
|
+
),
|
|
2626
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
|
|
2162
2627
|
z.any(),
|
|
2163
2628
|
]);
|
|
2164
2629
|
|
|
2165
|
-
export function
|
|
2166
|
-
|
|
2630
|
+
export function prepareDeploymentStackProviderUnion2ToJSON(
|
|
2631
|
+
prepareDeploymentStackProviderUnion2: PrepareDeploymentStackProviderUnion2,
|
|
2632
|
+
): string {
|
|
2633
|
+
return JSON.stringify(
|
|
2634
|
+
PrepareDeploymentStackProviderUnion2$outboundSchema.parse(
|
|
2635
|
+
prepareDeploymentStackProviderUnion2,
|
|
2636
|
+
),
|
|
2637
|
+
);
|
|
2167
2638
|
}
|
|
2168
2639
|
|
|
2169
2640
|
/** @internal */
|
|
2170
|
-
export type
|
|
2641
|
+
export type PrepareDeploymentStackRouteGateway1$Outbound = {
|
|
2171
2642
|
annotations?: { [k: string]: string } | undefined;
|
|
2172
2643
|
controller?: string | null | undefined;
|
|
2173
2644
|
gatewayClassName: string;
|
|
2174
2645
|
labels?: { [k: string]: string } | undefined;
|
|
2175
2646
|
listenerPort: number;
|
|
2176
2647
|
provider?:
|
|
2177
|
-
|
|
|
2178
|
-
|
|
|
2179
|
-
|
|
|
2648
|
+
| PrepareDeploymentStackProviderAwsAlb2$Outbound
|
|
2649
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$Outbound
|
|
2650
|
+
| PrepareDeploymentStackProviderGkeGateway2$Outbound
|
|
2180
2651
|
| any
|
|
2181
2652
|
| null
|
|
2182
2653
|
| undefined;
|
|
@@ -2184,9 +2655,9 @@ export type RouteGateway1$Outbound = {
|
|
|
2184
2655
|
};
|
|
2185
2656
|
|
|
2186
2657
|
/** @internal */
|
|
2187
|
-
export const
|
|
2188
|
-
|
|
2189
|
-
|
|
2658
|
+
export const PrepareDeploymentStackRouteGateway1$outboundSchema: z.ZodType<
|
|
2659
|
+
PrepareDeploymentStackRouteGateway1$Outbound,
|
|
2660
|
+
PrepareDeploymentStackRouteGateway1
|
|
2190
2661
|
> = z.object({
|
|
2191
2662
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
2192
2663
|
controller: z.nullable(z.string()).optional(),
|
|
@@ -2195,93 +2666,110 @@ export const RouteGateway1$outboundSchema: z.ZodType<
|
|
|
2195
2666
|
listenerPort: z.int(),
|
|
2196
2667
|
provider: z.nullable(
|
|
2197
2668
|
z.union([
|
|
2198
|
-
z.lazy(() =>
|
|
2669
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
|
|
2199
2670
|
z.lazy(() =>
|
|
2200
|
-
|
|
2671
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
2201
2672
|
),
|
|
2202
|
-
z.lazy(() =>
|
|
2673
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
|
|
2203
2674
|
z.any(),
|
|
2204
2675
|
]),
|
|
2205
2676
|
).optional(),
|
|
2206
2677
|
routeApi: z.literal("gateway"),
|
|
2207
2678
|
});
|
|
2208
2679
|
|
|
2209
|
-
export function
|
|
2210
|
-
|
|
2680
|
+
export function prepareDeploymentStackRouteGateway1ToJSON(
|
|
2681
|
+
prepareDeploymentStackRouteGateway1: PrepareDeploymentStackRouteGateway1,
|
|
2682
|
+
): string {
|
|
2683
|
+
return JSON.stringify(
|
|
2684
|
+
PrepareDeploymentStackRouteGateway1$outboundSchema.parse(
|
|
2685
|
+
prepareDeploymentStackRouteGateway1,
|
|
2686
|
+
),
|
|
2687
|
+
);
|
|
2211
2688
|
}
|
|
2212
2689
|
|
|
2213
2690
|
/** @internal */
|
|
2214
|
-
export const
|
|
2215
|
-
z.ZodEnum<
|
|
2216
|
-
|
|
2691
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema:
|
|
2692
|
+
z.ZodEnum<
|
|
2693
|
+
typeof PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1
|
|
2694
|
+
> = z.enum(
|
|
2695
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1,
|
|
2217
2696
|
);
|
|
2218
2697
|
|
|
2219
2698
|
/** @internal */
|
|
2220
|
-
export type
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2699
|
+
export type PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound =
|
|
2700
|
+
{
|
|
2701
|
+
albName?: string | null | undefined;
|
|
2702
|
+
albNamespace?: string | null | undefined;
|
|
2703
|
+
frontend: string;
|
|
2704
|
+
provider: string;
|
|
2705
|
+
};
|
|
2226
2706
|
|
|
2227
2707
|
/** @internal */
|
|
2228
|
-
export const
|
|
2708
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema:
|
|
2229
2709
|
z.ZodType<
|
|
2230
|
-
|
|
2231
|
-
|
|
2710
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound,
|
|
2711
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1
|
|
2232
2712
|
> = z.object({
|
|
2233
2713
|
albName: z.nullable(z.string()).optional(),
|
|
2234
2714
|
albNamespace: z.nullable(z.string()).optional(),
|
|
2235
2715
|
frontend: z.string(),
|
|
2236
|
-
provider:
|
|
2716
|
+
provider:
|
|
2717
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
|
|
2237
2718
|
});
|
|
2238
2719
|
|
|
2239
|
-
export function
|
|
2240
|
-
|
|
2241
|
-
|
|
2720
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers1ToJSON(
|
|
2721
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers1:
|
|
2722
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1,
|
|
2242
2723
|
): string {
|
|
2243
2724
|
return JSON.stringify(
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2725
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
2726
|
+
.parse(
|
|
2727
|
+
prepareDeploymentStackProviderAzureApplicationGatewayForContainers1,
|
|
2728
|
+
),
|
|
2247
2729
|
);
|
|
2248
2730
|
}
|
|
2249
2731
|
|
|
2250
2732
|
/** @internal */
|
|
2251
|
-
export const
|
|
2252
|
-
typeof
|
|
2253
|
-
|
|
2733
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema:
|
|
2734
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderGkeGatewayEnum1> = z.enum(
|
|
2735
|
+
PrepareDeploymentStackProviderGkeGatewayEnum1,
|
|
2736
|
+
);
|
|
2254
2737
|
|
|
2255
2738
|
/** @internal */
|
|
2256
|
-
export type
|
|
2739
|
+
export type PrepareDeploymentStackProviderGkeGateway1$Outbound = {
|
|
2257
2740
|
provider: string;
|
|
2258
2741
|
staticAddressName?: string | null | undefined;
|
|
2259
2742
|
};
|
|
2260
2743
|
|
|
2261
2744
|
/** @internal */
|
|
2262
|
-
export const
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2745
|
+
export const PrepareDeploymentStackProviderGkeGateway1$outboundSchema:
|
|
2746
|
+
z.ZodType<
|
|
2747
|
+
PrepareDeploymentStackProviderGkeGateway1$Outbound,
|
|
2748
|
+
PrepareDeploymentStackProviderGkeGateway1
|
|
2749
|
+
> = z.object({
|
|
2750
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema,
|
|
2751
|
+
staticAddressName: z.nullable(z.string()).optional(),
|
|
2752
|
+
});
|
|
2269
2753
|
|
|
2270
|
-
export function
|
|
2271
|
-
|
|
2754
|
+
export function prepareDeploymentStackProviderGkeGateway1ToJSON(
|
|
2755
|
+
prepareDeploymentStackProviderGkeGateway1:
|
|
2756
|
+
PrepareDeploymentStackProviderGkeGateway1,
|
|
2272
2757
|
): string {
|
|
2273
2758
|
return JSON.stringify(
|
|
2274
|
-
|
|
2759
|
+
PrepareDeploymentStackProviderGkeGateway1$outboundSchema.parse(
|
|
2760
|
+
prepareDeploymentStackProviderGkeGateway1,
|
|
2761
|
+
),
|
|
2275
2762
|
);
|
|
2276
2763
|
}
|
|
2277
2764
|
|
|
2278
2765
|
/** @internal */
|
|
2279
|
-
export const
|
|
2280
|
-
typeof
|
|
2281
|
-
|
|
2766
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema:
|
|
2767
|
+
z.ZodEnum<typeof PrepareDeploymentStackProviderAwsAlbEnum1> = z.enum(
|
|
2768
|
+
PrepareDeploymentStackProviderAwsAlbEnum1,
|
|
2769
|
+
);
|
|
2282
2770
|
|
|
2283
2771
|
/** @internal */
|
|
2284
|
-
export type
|
|
2772
|
+
export type PrepareDeploymentStackProviderAwsAlb1$Outbound = {
|
|
2285
2773
|
ipAddressType?: string | null | undefined;
|
|
2286
2774
|
provider: string;
|
|
2287
2775
|
scheme: string;
|
|
@@ -2290,55 +2778,67 @@ export type ProviderAwsAlb1$Outbound = {
|
|
|
2290
2778
|
};
|
|
2291
2779
|
|
|
2292
2780
|
/** @internal */
|
|
2293
|
-
export const
|
|
2294
|
-
|
|
2295
|
-
|
|
2781
|
+
export const PrepareDeploymentStackProviderAwsAlb1$outboundSchema: z.ZodType<
|
|
2782
|
+
PrepareDeploymentStackProviderAwsAlb1$Outbound,
|
|
2783
|
+
PrepareDeploymentStackProviderAwsAlb1
|
|
2296
2784
|
> = z.object({
|
|
2297
2785
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
2298
|
-
provider:
|
|
2786
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema,
|
|
2299
2787
|
scheme: z.string(),
|
|
2300
2788
|
subnetIds: z.array(z.string()).optional(),
|
|
2301
2789
|
targetType: z.string(),
|
|
2302
2790
|
});
|
|
2303
2791
|
|
|
2304
|
-
export function
|
|
2305
|
-
|
|
2792
|
+
export function prepareDeploymentStackProviderAwsAlb1ToJSON(
|
|
2793
|
+
prepareDeploymentStackProviderAwsAlb1: PrepareDeploymentStackProviderAwsAlb1,
|
|
2306
2794
|
): string {
|
|
2307
|
-
return JSON.stringify(
|
|
2795
|
+
return JSON.stringify(
|
|
2796
|
+
PrepareDeploymentStackProviderAwsAlb1$outboundSchema.parse(
|
|
2797
|
+
prepareDeploymentStackProviderAwsAlb1,
|
|
2798
|
+
),
|
|
2799
|
+
);
|
|
2308
2800
|
}
|
|
2309
2801
|
|
|
2310
2802
|
/** @internal */
|
|
2311
|
-
export type
|
|
2312
|
-
|
|
|
2313
|
-
|
|
|
2314
|
-
|
|
|
2803
|
+
export type PrepareDeploymentStackProviderUnion1$Outbound =
|
|
2804
|
+
| PrepareDeploymentStackProviderAwsAlb1$Outbound
|
|
2805
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound
|
|
2806
|
+
| PrepareDeploymentStackProviderGkeGateway1$Outbound
|
|
2315
2807
|
| any;
|
|
2316
2808
|
|
|
2317
2809
|
/** @internal */
|
|
2318
|
-
export const
|
|
2319
|
-
|
|
2320
|
-
|
|
2810
|
+
export const PrepareDeploymentStackProviderUnion1$outboundSchema: z.ZodType<
|
|
2811
|
+
PrepareDeploymentStackProviderUnion1$Outbound,
|
|
2812
|
+
PrepareDeploymentStackProviderUnion1
|
|
2321
2813
|
> = z.union([
|
|
2322
|
-
z.lazy(() =>
|
|
2323
|
-
z.lazy(() =>
|
|
2324
|
-
|
|
2814
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
|
|
2815
|
+
z.lazy(() =>
|
|
2816
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
2817
|
+
),
|
|
2818
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
|
|
2325
2819
|
z.any(),
|
|
2326
2820
|
]);
|
|
2327
2821
|
|
|
2328
|
-
export function
|
|
2329
|
-
|
|
2822
|
+
export function prepareDeploymentStackProviderUnion1ToJSON(
|
|
2823
|
+
prepareDeploymentStackProviderUnion1: PrepareDeploymentStackProviderUnion1,
|
|
2824
|
+
): string {
|
|
2825
|
+
return JSON.stringify(
|
|
2826
|
+
PrepareDeploymentStackProviderUnion1$outboundSchema.parse(
|
|
2827
|
+
prepareDeploymentStackProviderUnion1,
|
|
2828
|
+
),
|
|
2829
|
+
);
|
|
2330
2830
|
}
|
|
2331
2831
|
|
|
2332
2832
|
/** @internal */
|
|
2333
|
-
export type
|
|
2833
|
+
export type PrepareDeploymentStackRouteIngress1$Outbound = {
|
|
2334
2834
|
annotations?: { [k: string]: string } | undefined;
|
|
2335
2835
|
controller?: string | null | undefined;
|
|
2336
2836
|
ingressClassName: string;
|
|
2337
2837
|
labels?: { [k: string]: string } | undefined;
|
|
2338
2838
|
provider?:
|
|
2339
|
-
|
|
|
2340
|
-
|
|
|
2341
|
-
|
|
|
2839
|
+
| PrepareDeploymentStackProviderAwsAlb1$Outbound
|
|
2840
|
+
| PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$Outbound
|
|
2841
|
+
| PrepareDeploymentStackProviderGkeGateway1$Outbound
|
|
2342
2842
|
| any
|
|
2343
2843
|
| null
|
|
2344
2844
|
| undefined;
|
|
@@ -2346,9 +2846,9 @@ export type RouteIngress1$Outbound = {
|
|
|
2346
2846
|
};
|
|
2347
2847
|
|
|
2348
2848
|
/** @internal */
|
|
2349
|
-
export const
|
|
2350
|
-
|
|
2351
|
-
|
|
2849
|
+
export const PrepareDeploymentStackRouteIngress1$outboundSchema: z.ZodType<
|
|
2850
|
+
PrepareDeploymentStackRouteIngress1$Outbound,
|
|
2851
|
+
PrepareDeploymentStackRouteIngress1
|
|
2352
2852
|
> = z.object({
|
|
2353
2853
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
2354
2854
|
controller: z.nullable(z.string()).optional(),
|
|
@@ -2356,130 +2856,163 @@ export const RouteIngress1$outboundSchema: z.ZodType<
|
|
|
2356
2856
|
labels: z.record(z.string(), z.string()).optional(),
|
|
2357
2857
|
provider: z.nullable(
|
|
2358
2858
|
z.union([
|
|
2359
|
-
z.lazy(() =>
|
|
2859
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
|
|
2360
2860
|
z.lazy(() =>
|
|
2361
|
-
|
|
2861
|
+
PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
2362
2862
|
),
|
|
2363
|
-
z.lazy(() =>
|
|
2863
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
|
|
2364
2864
|
z.any(),
|
|
2365
2865
|
]),
|
|
2366
2866
|
).optional(),
|
|
2367
2867
|
routeApi: z.literal("ingress"),
|
|
2368
2868
|
});
|
|
2369
2869
|
|
|
2370
|
-
export function
|
|
2371
|
-
|
|
2870
|
+
export function prepareDeploymentStackRouteIngress1ToJSON(
|
|
2871
|
+
prepareDeploymentStackRouteIngress1: PrepareDeploymentStackRouteIngress1,
|
|
2872
|
+
): string {
|
|
2873
|
+
return JSON.stringify(
|
|
2874
|
+
PrepareDeploymentStackRouteIngress1$outboundSchema.parse(
|
|
2875
|
+
prepareDeploymentStackRouteIngress1,
|
|
2876
|
+
),
|
|
2877
|
+
);
|
|
2372
2878
|
}
|
|
2373
2879
|
|
|
2374
2880
|
/** @internal */
|
|
2375
|
-
export type
|
|
2376
|
-
|
|
|
2377
|
-
|
|
|
2881
|
+
export type PrepareDeploymentStackRouteUnion1$Outbound =
|
|
2882
|
+
| PrepareDeploymentStackRouteIngress1$Outbound
|
|
2883
|
+
| PrepareDeploymentStackRouteGateway1$Outbound;
|
|
2378
2884
|
|
|
2379
2885
|
/** @internal */
|
|
2380
|
-
export const
|
|
2381
|
-
|
|
2382
|
-
|
|
2886
|
+
export const PrepareDeploymentStackRouteUnion1$outboundSchema: z.ZodType<
|
|
2887
|
+
PrepareDeploymentStackRouteUnion1$Outbound,
|
|
2888
|
+
PrepareDeploymentStackRouteUnion1
|
|
2383
2889
|
> = z.union([
|
|
2384
|
-
z.lazy(() =>
|
|
2385
|
-
z.lazy(() =>
|
|
2890
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
|
|
2891
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
|
|
2386
2892
|
]);
|
|
2387
2893
|
|
|
2388
|
-
export function
|
|
2389
|
-
|
|
2894
|
+
export function prepareDeploymentStackRouteUnion1ToJSON(
|
|
2895
|
+
prepareDeploymentStackRouteUnion1: PrepareDeploymentStackRouteUnion1,
|
|
2896
|
+
): string {
|
|
2897
|
+
return JSON.stringify(
|
|
2898
|
+
PrepareDeploymentStackRouteUnion1$outboundSchema.parse(
|
|
2899
|
+
prepareDeploymentStackRouteUnion1,
|
|
2900
|
+
),
|
|
2901
|
+
);
|
|
2390
2902
|
}
|
|
2391
2903
|
|
|
2392
2904
|
/** @internal */
|
|
2393
|
-
export type
|
|
2905
|
+
export type PrepareDeploymentStackExposureGenerated$Outbound = {
|
|
2394
2906
|
certificate:
|
|
2395
|
-
|
|
|
2396
|
-
|
|
|
2397
|
-
|
|
|
2398
|
-
|
|
|
2399
|
-
|
|
|
2907
|
+
| PrepareDeploymentStackCertificateTLSSecretRef1$Outbound
|
|
2908
|
+
| PrepareDeploymentStackCertificateManagedAcmImport1$Outbound
|
|
2909
|
+
| PrepareDeploymentStackCertificateAwsAcmArn1$Outbound
|
|
2910
|
+
| PrepareDeploymentStackCertificateManagedTLSSecret1$Outbound
|
|
2911
|
+
| PrepareDeploymentStackCertificateNone1$Outbound;
|
|
2400
2912
|
mode: string;
|
|
2401
|
-
route:
|
|
2913
|
+
route:
|
|
2914
|
+
| PrepareDeploymentStackRouteIngress1$Outbound
|
|
2915
|
+
| PrepareDeploymentStackRouteGateway1$Outbound;
|
|
2402
2916
|
};
|
|
2403
2917
|
|
|
2404
2918
|
/** @internal */
|
|
2405
|
-
export const
|
|
2406
|
-
|
|
2407
|
-
|
|
2919
|
+
export const PrepareDeploymentStackExposureGenerated$outboundSchema: z.ZodType<
|
|
2920
|
+
PrepareDeploymentStackExposureGenerated$Outbound,
|
|
2921
|
+
PrepareDeploymentStackExposureGenerated
|
|
2408
2922
|
> = z.object({
|
|
2409
2923
|
certificate: z.union([
|
|
2410
|
-
z.lazy(() =>
|
|
2411
|
-
z.lazy(() =>
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
z.lazy(() =>
|
|
2924
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
|
|
2925
|
+
z.lazy(() =>
|
|
2926
|
+
PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema
|
|
2927
|
+
),
|
|
2928
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
|
|
2929
|
+
z.lazy(() =>
|
|
2930
|
+
PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema
|
|
2931
|
+
),
|
|
2932
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
|
|
2415
2933
|
]),
|
|
2416
|
-
mode:
|
|
2934
|
+
mode: PrepareDeploymentStackModeGenerated$outboundSchema,
|
|
2417
2935
|
route: z.union([
|
|
2418
|
-
z.lazy(() =>
|
|
2419
|
-
z.lazy(() =>
|
|
2936
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
|
|
2937
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
|
|
2420
2938
|
]),
|
|
2421
2939
|
});
|
|
2422
2940
|
|
|
2423
|
-
export function
|
|
2424
|
-
|
|
2941
|
+
export function prepareDeploymentStackExposureGeneratedToJSON(
|
|
2942
|
+
prepareDeploymentStackExposureGenerated:
|
|
2943
|
+
PrepareDeploymentStackExposureGenerated,
|
|
2425
2944
|
): string {
|
|
2426
2945
|
return JSON.stringify(
|
|
2427
|
-
|
|
2946
|
+
PrepareDeploymentStackExposureGenerated$outboundSchema.parse(
|
|
2947
|
+
prepareDeploymentStackExposureGenerated,
|
|
2948
|
+
),
|
|
2428
2949
|
);
|
|
2429
2950
|
}
|
|
2430
2951
|
|
|
2431
2952
|
/** @internal */
|
|
2432
|
-
export const
|
|
2433
|
-
|
|
2953
|
+
export const PrepareDeploymentStackModeDisabled$outboundSchema: z.ZodEnum<
|
|
2954
|
+
typeof PrepareDeploymentStackModeDisabled
|
|
2955
|
+
> = z.enum(PrepareDeploymentStackModeDisabled);
|
|
2434
2956
|
|
|
2435
2957
|
/** @internal */
|
|
2436
|
-
export type
|
|
2958
|
+
export type PrepareDeploymentStackExposureDisabled$Outbound = {
|
|
2437
2959
|
mode: string;
|
|
2438
2960
|
};
|
|
2439
2961
|
|
|
2440
2962
|
/** @internal */
|
|
2441
|
-
export const
|
|
2442
|
-
|
|
2443
|
-
|
|
2963
|
+
export const PrepareDeploymentStackExposureDisabled$outboundSchema: z.ZodType<
|
|
2964
|
+
PrepareDeploymentStackExposureDisabled$Outbound,
|
|
2965
|
+
PrepareDeploymentStackExposureDisabled
|
|
2444
2966
|
> = z.object({
|
|
2445
|
-
mode:
|
|
2967
|
+
mode: PrepareDeploymentStackModeDisabled$outboundSchema,
|
|
2446
2968
|
});
|
|
2447
2969
|
|
|
2448
|
-
export function
|
|
2449
|
-
|
|
2970
|
+
export function prepareDeploymentStackExposureDisabledToJSON(
|
|
2971
|
+
prepareDeploymentStackExposureDisabled:
|
|
2972
|
+
PrepareDeploymentStackExposureDisabled,
|
|
2450
2973
|
): string {
|
|
2451
2974
|
return JSON.stringify(
|
|
2452
|
-
|
|
2975
|
+
PrepareDeploymentStackExposureDisabled$outboundSchema.parse(
|
|
2976
|
+
prepareDeploymentStackExposureDisabled,
|
|
2977
|
+
),
|
|
2453
2978
|
);
|
|
2454
2979
|
}
|
|
2455
2980
|
|
|
2456
2981
|
/** @internal */
|
|
2457
|
-
export type
|
|
2458
|
-
|
|
|
2459
|
-
|
|
|
2460
|
-
|
|
|
2982
|
+
export type PrepareDeploymentStackExposureUnion$Outbound =
|
|
2983
|
+
| PrepareDeploymentStackExposureCustom$Outbound
|
|
2984
|
+
| PrepareDeploymentStackExposureGenerated$Outbound
|
|
2985
|
+
| PrepareDeploymentStackExposureDisabled$Outbound
|
|
2461
2986
|
| any;
|
|
2462
2987
|
|
|
2463
2988
|
/** @internal */
|
|
2464
|
-
export const
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2989
|
+
export const PrepareDeploymentStackExposureUnion$outboundSchema: z.ZodType<
|
|
2990
|
+
PrepareDeploymentStackExposureUnion$Outbound,
|
|
2991
|
+
PrepareDeploymentStackExposureUnion
|
|
2992
|
+
> = z.union([
|
|
2993
|
+
z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
|
|
2994
|
+
z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
|
|
2995
|
+
z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
|
|
2996
|
+
z.any(),
|
|
2997
|
+
]);
|
|
2471
2998
|
|
|
2472
|
-
export function
|
|
2473
|
-
|
|
2999
|
+
export function prepareDeploymentStackExposureUnionToJSON(
|
|
3000
|
+
prepareDeploymentStackExposureUnion: PrepareDeploymentStackExposureUnion,
|
|
3001
|
+
): string {
|
|
3002
|
+
return JSON.stringify(
|
|
3003
|
+
PrepareDeploymentStackExposureUnion$outboundSchema.parse(
|
|
3004
|
+
prepareDeploymentStackExposureUnion,
|
|
3005
|
+
),
|
|
3006
|
+
);
|
|
2474
3007
|
}
|
|
2475
3008
|
|
|
2476
3009
|
/** @internal */
|
|
2477
3010
|
export type PrepareDeploymentStackKubernetes$Outbound = {
|
|
2478
|
-
cluster?:
|
|
3011
|
+
cluster?: PrepareDeploymentStackCluster$Outbound | any | null | undefined;
|
|
2479
3012
|
exposure?:
|
|
2480
|
-
|
|
|
2481
|
-
|
|
|
2482
|
-
|
|
|
3013
|
+
| PrepareDeploymentStackExposureCustom$Outbound
|
|
3014
|
+
| PrepareDeploymentStackExposureGenerated$Outbound
|
|
3015
|
+
| PrepareDeploymentStackExposureDisabled$Outbound
|
|
2483
3016
|
| any
|
|
2484
3017
|
| null
|
|
2485
3018
|
| undefined;
|
|
@@ -2490,13 +3023,17 @@ export const PrepareDeploymentStackKubernetes$outboundSchema: z.ZodType<
|
|
|
2490
3023
|
PrepareDeploymentStackKubernetes$Outbound,
|
|
2491
3024
|
PrepareDeploymentStackKubernetes
|
|
2492
3025
|
> = z.object({
|
|
2493
|
-
cluster: z.nullable(
|
|
2494
|
-
.
|
|
3026
|
+
cluster: z.nullable(
|
|
3027
|
+
z.union([
|
|
3028
|
+
z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
|
|
3029
|
+
z.any(),
|
|
3030
|
+
]),
|
|
3031
|
+
).optional(),
|
|
2495
3032
|
exposure: z.nullable(
|
|
2496
3033
|
z.union([
|
|
2497
|
-
z.lazy(() =>
|
|
2498
|
-
z.lazy(() =>
|
|
2499
|
-
z.lazy(() =>
|
|
3034
|
+
z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
|
|
3035
|
+
z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
|
|
3036
|
+
z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
|
|
2500
3037
|
z.any(),
|
|
2501
3038
|
]),
|
|
2502
3039
|
).optional(),
|
|
@@ -2513,30 +3050,36 @@ export function prepareDeploymentStackKubernetesToJSON(
|
|
|
2513
3050
|
}
|
|
2514
3051
|
|
|
2515
3052
|
/** @internal */
|
|
2516
|
-
export type
|
|
3053
|
+
export type PrepareDeploymentStackKubernetesUnion$Outbound =
|
|
2517
3054
|
| PrepareDeploymentStackKubernetes$Outbound
|
|
2518
3055
|
| any;
|
|
2519
3056
|
|
|
2520
3057
|
/** @internal */
|
|
2521
|
-
export const
|
|
2522
|
-
|
|
2523
|
-
|
|
3058
|
+
export const PrepareDeploymentStackKubernetesUnion$outboundSchema: z.ZodType<
|
|
3059
|
+
PrepareDeploymentStackKubernetesUnion$Outbound,
|
|
3060
|
+
PrepareDeploymentStackKubernetesUnion
|
|
2524
3061
|
> = z.union([
|
|
2525
3062
|
z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
|
|
2526
3063
|
z.any(),
|
|
2527
3064
|
]);
|
|
2528
3065
|
|
|
2529
|
-
export function
|
|
2530
|
-
|
|
3066
|
+
export function prepareDeploymentStackKubernetesUnionToJSON(
|
|
3067
|
+
prepareDeploymentStackKubernetesUnion: PrepareDeploymentStackKubernetesUnion,
|
|
3068
|
+
): string {
|
|
3069
|
+
return JSON.stringify(
|
|
3070
|
+
PrepareDeploymentStackKubernetesUnion$outboundSchema.parse(
|
|
3071
|
+
prepareDeploymentStackKubernetesUnion,
|
|
3072
|
+
),
|
|
3073
|
+
);
|
|
2531
3074
|
}
|
|
2532
3075
|
|
|
2533
3076
|
/** @internal */
|
|
2534
|
-
export const
|
|
2535
|
-
typeof
|
|
2536
|
-
> = z.enum(
|
|
3077
|
+
export const PrepareDeploymentStackTypeByoVnetAzure$outboundSchema: z.ZodEnum<
|
|
3078
|
+
typeof PrepareDeploymentStackTypeByoVnetAzure
|
|
3079
|
+
> = z.enum(PrepareDeploymentStackTypeByoVnetAzure);
|
|
2537
3080
|
|
|
2538
3081
|
/** @internal */
|
|
2539
|
-
export type
|
|
3082
|
+
export type PrepareDeploymentStackNetworkByoVnetAzure$Outbound = {
|
|
2540
3083
|
application_gateway_subnet_name?: string | null | undefined;
|
|
2541
3084
|
private_subnet_name: string;
|
|
2542
3085
|
public_subnet_name: string;
|
|
@@ -2545,38 +3088,43 @@ export type NetworkByoVnetAzure$Outbound = {
|
|
|
2545
3088
|
};
|
|
2546
3089
|
|
|
2547
3090
|
/** @internal */
|
|
2548
|
-
export const
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
3091
|
+
export const PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema:
|
|
3092
|
+
z.ZodType<
|
|
3093
|
+
PrepareDeploymentStackNetworkByoVnetAzure$Outbound,
|
|
3094
|
+
PrepareDeploymentStackNetworkByoVnetAzure
|
|
3095
|
+
> = z.object({
|
|
3096
|
+
applicationGatewaySubnetName: z.nullable(z.string()).optional(),
|
|
3097
|
+
privateSubnetName: z.string(),
|
|
3098
|
+
publicSubnetName: z.string(),
|
|
3099
|
+
type: PrepareDeploymentStackTypeByoVnetAzure$outboundSchema,
|
|
3100
|
+
vnetResourceId: z.string(),
|
|
3101
|
+
}).transform((v) => {
|
|
3102
|
+
return remap$(v, {
|
|
3103
|
+
applicationGatewaySubnetName: "application_gateway_subnet_name",
|
|
3104
|
+
privateSubnetName: "private_subnet_name",
|
|
3105
|
+
publicSubnetName: "public_subnet_name",
|
|
3106
|
+
vnetResourceId: "vnet_resource_id",
|
|
3107
|
+
});
|
|
2563
3108
|
});
|
|
2564
|
-
});
|
|
2565
3109
|
|
|
2566
|
-
export function
|
|
2567
|
-
|
|
3110
|
+
export function prepareDeploymentStackNetworkByoVnetAzureToJSON(
|
|
3111
|
+
prepareDeploymentStackNetworkByoVnetAzure:
|
|
3112
|
+
PrepareDeploymentStackNetworkByoVnetAzure,
|
|
2568
3113
|
): string {
|
|
2569
3114
|
return JSON.stringify(
|
|
2570
|
-
|
|
3115
|
+
PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema.parse(
|
|
3116
|
+
prepareDeploymentStackNetworkByoVnetAzure,
|
|
3117
|
+
),
|
|
2571
3118
|
);
|
|
2572
3119
|
}
|
|
2573
3120
|
|
|
2574
3121
|
/** @internal */
|
|
2575
|
-
export const
|
|
2576
|
-
|
|
3122
|
+
export const PrepareDeploymentStackTypeByoVpcGcp$outboundSchema: z.ZodEnum<
|
|
3123
|
+
typeof PrepareDeploymentStackTypeByoVpcGcp
|
|
3124
|
+
> = z.enum(PrepareDeploymentStackTypeByoVpcGcp);
|
|
2577
3125
|
|
|
2578
3126
|
/** @internal */
|
|
2579
|
-
export type
|
|
3127
|
+
export type PrepareDeploymentStackNetworkByoVpcGcp$Outbound = {
|
|
2580
3128
|
network_name: string;
|
|
2581
3129
|
region: string;
|
|
2582
3130
|
subnet_name: string;
|
|
@@ -2584,14 +3132,14 @@ export type NetworkByoVpcGcp$Outbound = {
|
|
|
2584
3132
|
};
|
|
2585
3133
|
|
|
2586
3134
|
/** @internal */
|
|
2587
|
-
export const
|
|
2588
|
-
|
|
2589
|
-
|
|
3135
|
+
export const PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema: z.ZodType<
|
|
3136
|
+
PrepareDeploymentStackNetworkByoVpcGcp$Outbound,
|
|
3137
|
+
PrepareDeploymentStackNetworkByoVpcGcp
|
|
2590
3138
|
> = z.object({
|
|
2591
3139
|
networkName: z.string(),
|
|
2592
3140
|
region: z.string(),
|
|
2593
3141
|
subnetName: z.string(),
|
|
2594
|
-
type:
|
|
3142
|
+
type: PrepareDeploymentStackTypeByoVpcGcp$outboundSchema,
|
|
2595
3143
|
}).transform((v) => {
|
|
2596
3144
|
return remap$(v, {
|
|
2597
3145
|
networkName: "network_name",
|
|
@@ -2599,20 +3147,24 @@ export const NetworkByoVpcGcp$outboundSchema: z.ZodType<
|
|
|
2599
3147
|
});
|
|
2600
3148
|
});
|
|
2601
3149
|
|
|
2602
|
-
export function
|
|
2603
|
-
|
|
3150
|
+
export function prepareDeploymentStackNetworkByoVpcGcpToJSON(
|
|
3151
|
+
prepareDeploymentStackNetworkByoVpcGcp:
|
|
3152
|
+
PrepareDeploymentStackNetworkByoVpcGcp,
|
|
2604
3153
|
): string {
|
|
2605
3154
|
return JSON.stringify(
|
|
2606
|
-
|
|
3155
|
+
PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema.parse(
|
|
3156
|
+
prepareDeploymentStackNetworkByoVpcGcp,
|
|
3157
|
+
),
|
|
2607
3158
|
);
|
|
2608
3159
|
}
|
|
2609
3160
|
|
|
2610
3161
|
/** @internal */
|
|
2611
|
-
export const
|
|
2612
|
-
|
|
3162
|
+
export const PrepareDeploymentStackTypeByoVpcAws$outboundSchema: z.ZodEnum<
|
|
3163
|
+
typeof PrepareDeploymentStackTypeByoVpcAws
|
|
3164
|
+
> = z.enum(PrepareDeploymentStackTypeByoVpcAws);
|
|
2613
3165
|
|
|
2614
3166
|
/** @internal */
|
|
2615
|
-
export type
|
|
3167
|
+
export type PrepareDeploymentStackNetworkByoVpcAws$Outbound = {
|
|
2616
3168
|
private_subnet_ids: Array<string>;
|
|
2617
3169
|
public_subnet_ids: Array<string>;
|
|
2618
3170
|
security_group_ids?: Array<string> | undefined;
|
|
@@ -2621,14 +3173,14 @@ export type NetworkByoVpcAws$Outbound = {
|
|
|
2621
3173
|
};
|
|
2622
3174
|
|
|
2623
3175
|
/** @internal */
|
|
2624
|
-
export const
|
|
2625
|
-
|
|
2626
|
-
|
|
3176
|
+
export const PrepareDeploymentStackNetworkByoVpcAws$outboundSchema: z.ZodType<
|
|
3177
|
+
PrepareDeploymentStackNetworkByoVpcAws$Outbound,
|
|
3178
|
+
PrepareDeploymentStackNetworkByoVpcAws
|
|
2627
3179
|
> = z.object({
|
|
2628
3180
|
privateSubnetIds: z.array(z.string()),
|
|
2629
3181
|
publicSubnetIds: z.array(z.string()),
|
|
2630
3182
|
securityGroupIds: z.array(z.string()).optional(),
|
|
2631
|
-
type:
|
|
3183
|
+
type: PrepareDeploymentStackTypeByoVpcAws$outboundSchema,
|
|
2632
3184
|
vpcId: z.string(),
|
|
2633
3185
|
}).transform((v) => {
|
|
2634
3186
|
return remap$(v, {
|
|
@@ -2639,108 +3191,133 @@ export const NetworkByoVpcAws$outboundSchema: z.ZodType<
|
|
|
2639
3191
|
});
|
|
2640
3192
|
});
|
|
2641
3193
|
|
|
2642
|
-
export function
|
|
2643
|
-
|
|
3194
|
+
export function prepareDeploymentStackNetworkByoVpcAwsToJSON(
|
|
3195
|
+
prepareDeploymentStackNetworkByoVpcAws:
|
|
3196
|
+
PrepareDeploymentStackNetworkByoVpcAws,
|
|
2644
3197
|
): string {
|
|
2645
3198
|
return JSON.stringify(
|
|
2646
|
-
|
|
3199
|
+
PrepareDeploymentStackNetworkByoVpcAws$outboundSchema.parse(
|
|
3200
|
+
prepareDeploymentStackNetworkByoVpcAws,
|
|
3201
|
+
),
|
|
2647
3202
|
);
|
|
2648
3203
|
}
|
|
2649
3204
|
|
|
2650
3205
|
/** @internal */
|
|
2651
|
-
export const
|
|
2652
|
-
|
|
2653
|
-
);
|
|
3206
|
+
export const PrepareDeploymentStackTypeCreate$outboundSchema: z.ZodEnum<
|
|
3207
|
+
typeof PrepareDeploymentStackTypeCreate
|
|
3208
|
+
> = z.enum(PrepareDeploymentStackTypeCreate);
|
|
2654
3209
|
|
|
2655
3210
|
/** @internal */
|
|
2656
|
-
export type
|
|
3211
|
+
export type PrepareDeploymentStackNetworkCreate$Outbound = {
|
|
2657
3212
|
availability_zones?: number | undefined;
|
|
2658
3213
|
cidr?: string | null | undefined;
|
|
2659
3214
|
type: string;
|
|
2660
3215
|
};
|
|
2661
3216
|
|
|
2662
3217
|
/** @internal */
|
|
2663
|
-
export const
|
|
2664
|
-
|
|
2665
|
-
|
|
3218
|
+
export const PrepareDeploymentStackNetworkCreate$outboundSchema: z.ZodType<
|
|
3219
|
+
PrepareDeploymentStackNetworkCreate$Outbound,
|
|
3220
|
+
PrepareDeploymentStackNetworkCreate
|
|
2666
3221
|
> = z.object({
|
|
2667
3222
|
availabilityZones: z.int().optional(),
|
|
2668
3223
|
cidr: z.nullable(z.string()).optional(),
|
|
2669
|
-
type:
|
|
3224
|
+
type: PrepareDeploymentStackTypeCreate$outboundSchema,
|
|
2670
3225
|
}).transform((v) => {
|
|
2671
3226
|
return remap$(v, {
|
|
2672
3227
|
availabilityZones: "availability_zones",
|
|
2673
3228
|
});
|
|
2674
3229
|
});
|
|
2675
3230
|
|
|
2676
|
-
export function
|
|
2677
|
-
|
|
3231
|
+
export function prepareDeploymentStackNetworkCreateToJSON(
|
|
3232
|
+
prepareDeploymentStackNetworkCreate: PrepareDeploymentStackNetworkCreate,
|
|
3233
|
+
): string {
|
|
3234
|
+
return JSON.stringify(
|
|
3235
|
+
PrepareDeploymentStackNetworkCreate$outboundSchema.parse(
|
|
3236
|
+
prepareDeploymentStackNetworkCreate,
|
|
3237
|
+
),
|
|
3238
|
+
);
|
|
2678
3239
|
}
|
|
2679
3240
|
|
|
2680
3241
|
/** @internal */
|
|
2681
|
-
export const
|
|
2682
|
-
|
|
3242
|
+
export const PrepareDeploymentStackTypeUseDefault$outboundSchema: z.ZodEnum<
|
|
3243
|
+
typeof PrepareDeploymentStackTypeUseDefault
|
|
3244
|
+
> = z.enum(PrepareDeploymentStackTypeUseDefault);
|
|
2683
3245
|
|
|
2684
3246
|
/** @internal */
|
|
2685
|
-
export type
|
|
3247
|
+
export type PrepareDeploymentStackNetworkUseDefault$Outbound = {
|
|
2686
3248
|
type: string;
|
|
2687
3249
|
};
|
|
2688
3250
|
|
|
2689
3251
|
/** @internal */
|
|
2690
|
-
export const
|
|
2691
|
-
|
|
2692
|
-
|
|
3252
|
+
export const PrepareDeploymentStackNetworkUseDefault$outboundSchema: z.ZodType<
|
|
3253
|
+
PrepareDeploymentStackNetworkUseDefault$Outbound,
|
|
3254
|
+
PrepareDeploymentStackNetworkUseDefault
|
|
2693
3255
|
> = z.object({
|
|
2694
|
-
type:
|
|
3256
|
+
type: PrepareDeploymentStackTypeUseDefault$outboundSchema,
|
|
2695
3257
|
});
|
|
2696
3258
|
|
|
2697
|
-
export function
|
|
2698
|
-
|
|
3259
|
+
export function prepareDeploymentStackNetworkUseDefaultToJSON(
|
|
3260
|
+
prepareDeploymentStackNetworkUseDefault:
|
|
3261
|
+
PrepareDeploymentStackNetworkUseDefault,
|
|
2699
3262
|
): string {
|
|
2700
3263
|
return JSON.stringify(
|
|
2701
|
-
|
|
3264
|
+
PrepareDeploymentStackNetworkUseDefault$outboundSchema.parse(
|
|
3265
|
+
prepareDeploymentStackNetworkUseDefault,
|
|
3266
|
+
),
|
|
2702
3267
|
);
|
|
2703
3268
|
}
|
|
2704
3269
|
|
|
2705
3270
|
/** @internal */
|
|
2706
|
-
export type
|
|
2707
|
-
|
|
|
2708
|
-
|
|
|
2709
|
-
|
|
|
2710
|
-
|
|
|
2711
|
-
|
|
|
3271
|
+
export type PrepareDeploymentStackNetworkUnion$Outbound =
|
|
3272
|
+
| PrepareDeploymentStackNetworkByoVpcAws$Outbound
|
|
3273
|
+
| PrepareDeploymentStackNetworkByoVpcGcp$Outbound
|
|
3274
|
+
| PrepareDeploymentStackNetworkByoVnetAzure$Outbound
|
|
3275
|
+
| PrepareDeploymentStackNetworkUseDefault$Outbound
|
|
3276
|
+
| PrepareDeploymentStackNetworkCreate$Outbound
|
|
2712
3277
|
| any;
|
|
2713
3278
|
|
|
2714
3279
|
/** @internal */
|
|
2715
|
-
export const
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
3280
|
+
export const PrepareDeploymentStackNetworkUnion$outboundSchema: z.ZodType<
|
|
3281
|
+
PrepareDeploymentStackNetworkUnion$Outbound,
|
|
3282
|
+
PrepareDeploymentStackNetworkUnion
|
|
3283
|
+
> = z.union([
|
|
3284
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
|
|
3285
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
|
|
3286
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
|
|
3287
|
+
z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
|
|
3288
|
+
z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
|
|
3289
|
+
z.any(),
|
|
3290
|
+
]);
|
|
2724
3291
|
|
|
2725
|
-
export function
|
|
2726
|
-
|
|
3292
|
+
export function prepareDeploymentStackNetworkUnionToJSON(
|
|
3293
|
+
prepareDeploymentStackNetworkUnion: PrepareDeploymentStackNetworkUnion,
|
|
3294
|
+
): string {
|
|
3295
|
+
return JSON.stringify(
|
|
3296
|
+
PrepareDeploymentStackNetworkUnion$outboundSchema.parse(
|
|
3297
|
+
prepareDeploymentStackNetworkUnion,
|
|
3298
|
+
),
|
|
3299
|
+
);
|
|
2727
3300
|
}
|
|
2728
3301
|
|
|
2729
3302
|
/** @internal */
|
|
2730
|
-
export const
|
|
2731
|
-
|
|
2732
|
-
);
|
|
3303
|
+
export const PrepareDeploymentStackTelemetry$outboundSchema: z.ZodEnum<
|
|
3304
|
+
typeof PrepareDeploymentStackTelemetry
|
|
3305
|
+
> = z.enum(PrepareDeploymentStackTelemetry);
|
|
2733
3306
|
|
|
2734
3307
|
/** @internal */
|
|
2735
|
-
export const
|
|
2736
|
-
|
|
2737
|
-
);
|
|
3308
|
+
export const PrepareDeploymentStackUpdates$outboundSchema: z.ZodEnum<
|
|
3309
|
+
typeof PrepareDeploymentStackUpdates
|
|
3310
|
+
> = z.enum(PrepareDeploymentStackUpdates);
|
|
2738
3311
|
|
|
2739
3312
|
/** @internal */
|
|
2740
|
-
export type
|
|
3313
|
+
export type PrepareDeploymentStackStackSettings$Outbound = {
|
|
3314
|
+
compute?: PrepareDeploymentStackCompute$Outbound | undefined;
|
|
2741
3315
|
deploymentModel?: string | undefined;
|
|
2742
|
-
domains?:
|
|
2743
|
-
externalBindings?:
|
|
3316
|
+
domains?: PrepareDeploymentStackDomains$Outbound | any | null | undefined;
|
|
3317
|
+
externalBindings?:
|
|
3318
|
+
| PrepareDeploymentStackExternalBindings$Outbound
|
|
3319
|
+
| null
|
|
3320
|
+
| undefined;
|
|
2744
3321
|
heartbeats?: string | undefined;
|
|
2745
3322
|
kubernetes?:
|
|
2746
3323
|
| PrepareDeploymentStackKubernetes$Outbound
|
|
@@ -2748,11 +3325,11 @@ export type StackSettings$Outbound = {
|
|
|
2748
3325
|
| null
|
|
2749
3326
|
| undefined;
|
|
2750
3327
|
network?:
|
|
2751
|
-
|
|
|
2752
|
-
|
|
|
2753
|
-
|
|
|
2754
|
-
|
|
|
2755
|
-
|
|
|
3328
|
+
| PrepareDeploymentStackNetworkByoVpcAws$Outbound
|
|
3329
|
+
| PrepareDeploymentStackNetworkByoVpcGcp$Outbound
|
|
3330
|
+
| PrepareDeploymentStackNetworkByoVnetAzure$Outbound
|
|
3331
|
+
| PrepareDeploymentStackNetworkUseDefault$Outbound
|
|
3332
|
+
| PrepareDeploymentStackNetworkCreate$Outbound
|
|
2756
3333
|
| any
|
|
2757
3334
|
| null
|
|
2758
3335
|
| undefined;
|
|
@@ -2761,16 +3338,24 @@ export type StackSettings$Outbound = {
|
|
|
2761
3338
|
};
|
|
2762
3339
|
|
|
2763
3340
|
/** @internal */
|
|
2764
|
-
export const
|
|
2765
|
-
|
|
2766
|
-
|
|
3341
|
+
export const PrepareDeploymentStackStackSettings$outboundSchema: z.ZodType<
|
|
3342
|
+
PrepareDeploymentStackStackSettings$Outbound,
|
|
3343
|
+
PrepareDeploymentStackStackSettings
|
|
2767
3344
|
> = z.object({
|
|
2768
|
-
|
|
2769
|
-
domains: z.nullable(z.union([z.lazy(() => Domains$outboundSchema), z.any()]))
|
|
3345
|
+
compute: z.lazy(() => PrepareDeploymentStackCompute$outboundSchema)
|
|
2770
3346
|
.optional(),
|
|
2771
|
-
|
|
3347
|
+
deploymentModel: PrepareDeploymentStackDeploymentModel$outboundSchema
|
|
2772
3348
|
.optional(),
|
|
2773
|
-
|
|
3349
|
+
domains: z.nullable(
|
|
3350
|
+
z.union([
|
|
3351
|
+
z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
|
|
3352
|
+
z.any(),
|
|
3353
|
+
]),
|
|
3354
|
+
).optional(),
|
|
3355
|
+
externalBindings: z.nullable(
|
|
3356
|
+
z.lazy(() => PrepareDeploymentStackExternalBindings$outboundSchema),
|
|
3357
|
+
).optional(),
|
|
3358
|
+
heartbeats: PrepareDeploymentStackHeartbeats$outboundSchema.optional(),
|
|
2774
3359
|
kubernetes: z.nullable(
|
|
2775
3360
|
z.union([
|
|
2776
3361
|
z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
|
|
@@ -2779,20 +3364,26 @@ export const StackSettings$outboundSchema: z.ZodType<
|
|
|
2779
3364
|
).optional(),
|
|
2780
3365
|
network: z.nullable(
|
|
2781
3366
|
z.union([
|
|
2782
|
-
z.lazy(() =>
|
|
2783
|
-
z.lazy(() =>
|
|
2784
|
-
z.lazy(() =>
|
|
2785
|
-
z.lazy(() =>
|
|
2786
|
-
z.lazy(() =>
|
|
3367
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
|
|
3368
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
|
|
3369
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
|
|
3370
|
+
z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
|
|
3371
|
+
z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
|
|
2787
3372
|
z.any(),
|
|
2788
3373
|
]),
|
|
2789
3374
|
).optional(),
|
|
2790
|
-
telemetry:
|
|
2791
|
-
updates:
|
|
3375
|
+
telemetry: PrepareDeploymentStackTelemetry$outboundSchema.optional(),
|
|
3376
|
+
updates: PrepareDeploymentStackUpdates$outboundSchema.optional(),
|
|
2792
3377
|
});
|
|
2793
3378
|
|
|
2794
|
-
export function
|
|
2795
|
-
|
|
3379
|
+
export function prepareDeploymentStackStackSettingsToJSON(
|
|
3380
|
+
prepareDeploymentStackStackSettings: PrepareDeploymentStackStackSettings,
|
|
3381
|
+
): string {
|
|
3382
|
+
return JSON.stringify(
|
|
3383
|
+
PrepareDeploymentStackStackSettings$outboundSchema.parse(
|
|
3384
|
+
prepareDeploymentStackStackSettings,
|
|
3385
|
+
),
|
|
3386
|
+
);
|
|
2796
3387
|
}
|
|
2797
3388
|
|
|
2798
3389
|
/** @internal */
|
|
@@ -2800,7 +3391,7 @@ export type PrepareDeploymentStackRequestBody$Outbound = {
|
|
|
2800
3391
|
platform: string;
|
|
2801
3392
|
setupMethod: string;
|
|
2802
3393
|
region?: string | undefined;
|
|
2803
|
-
stackSettings:
|
|
3394
|
+
stackSettings: PrepareDeploymentStackStackSettings$Outbound;
|
|
2804
3395
|
};
|
|
2805
3396
|
|
|
2806
3397
|
/** @internal */
|
|
@@ -2811,7 +3402,9 @@ export const PrepareDeploymentStackRequestBody$outboundSchema: z.ZodType<
|
|
|
2811
3402
|
platform: PrepareDeploymentStackPlatform$outboundSchema,
|
|
2812
3403
|
setupMethod: models.DeploymentSetupMethod$outboundSchema,
|
|
2813
3404
|
region: z.string().optional(),
|
|
2814
|
-
stackSettings: z.lazy(() =>
|
|
3405
|
+
stackSettings: z.lazy(() =>
|
|
3406
|
+
PrepareDeploymentStackStackSettings$outboundSchema
|
|
3407
|
+
),
|
|
2815
3408
|
});
|
|
2816
3409
|
|
|
2817
3410
|
export function prepareDeploymentStackRequestBodyToJSON(
|