@alienplatform/platform-api 1.7.1 → 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
|
@@ -12,89 +12,89 @@ export const PrepareDeploymentStackPlatform = {
|
|
|
12
12
|
/**
|
|
13
13
|
* Deployment model: how updates are delivered to the remote environment.
|
|
14
14
|
*/
|
|
15
|
-
export const
|
|
15
|
+
export const PrepareDeploymentStackDeploymentModel = {
|
|
16
16
|
Push: "push",
|
|
17
17
|
Pull: "pull",
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* How heartbeat health checks are handled.
|
|
21
21
|
*/
|
|
22
|
-
export const
|
|
22
|
+
export const PrepareDeploymentStackHeartbeats = {
|
|
23
23
|
Off: "off",
|
|
24
24
|
On: "on",
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* Ownership model for the Kubernetes cluster.
|
|
28
28
|
*/
|
|
29
|
-
export const
|
|
29
|
+
export const PrepareDeploymentStackOwnership = {
|
|
30
30
|
Managed: "managed",
|
|
31
31
|
Existing: "existing",
|
|
32
32
|
External: "external",
|
|
33
33
|
};
|
|
34
|
-
export const
|
|
34
|
+
export const PrepareDeploymentStackModeCustom = {
|
|
35
35
|
Custom: "custom",
|
|
36
36
|
};
|
|
37
|
-
export const
|
|
37
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4 = {
|
|
38
38
|
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
39
39
|
};
|
|
40
|
-
export const
|
|
40
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum4 = {
|
|
41
41
|
GkeGateway: "gkeGateway",
|
|
42
42
|
};
|
|
43
|
-
export const
|
|
43
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum4 = {
|
|
44
44
|
AwsAlb: "awsAlb",
|
|
45
45
|
};
|
|
46
|
-
export const
|
|
46
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3 = {
|
|
47
47
|
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
48
48
|
};
|
|
49
|
-
export const
|
|
49
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum3 = {
|
|
50
50
|
GkeGateway: "gkeGateway",
|
|
51
51
|
};
|
|
52
|
-
export const
|
|
52
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum3 = {
|
|
53
53
|
AwsAlb: "awsAlb",
|
|
54
54
|
};
|
|
55
|
-
export const
|
|
55
|
+
export const PrepareDeploymentStackModeGenerated = {
|
|
56
56
|
Generated: "generated",
|
|
57
57
|
};
|
|
58
|
-
export const
|
|
58
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2 = {
|
|
59
59
|
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
60
60
|
};
|
|
61
|
-
export const
|
|
61
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum2 = {
|
|
62
62
|
GkeGateway: "gkeGateway",
|
|
63
63
|
};
|
|
64
|
-
export const
|
|
64
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum2 = {
|
|
65
65
|
AwsAlb: "awsAlb",
|
|
66
66
|
};
|
|
67
|
-
export const
|
|
67
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1 = {
|
|
68
68
|
AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers",
|
|
69
69
|
};
|
|
70
|
-
export const
|
|
70
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum1 = {
|
|
71
71
|
GkeGateway: "gkeGateway",
|
|
72
72
|
};
|
|
73
|
-
export const
|
|
73
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum1 = {
|
|
74
74
|
AwsAlb: "awsAlb",
|
|
75
75
|
};
|
|
76
|
-
export const
|
|
76
|
+
export const PrepareDeploymentStackModeDisabled = {
|
|
77
77
|
Disabled: "disabled",
|
|
78
78
|
};
|
|
79
|
-
export const
|
|
79
|
+
export const PrepareDeploymentStackTypeByoVnetAzure = {
|
|
80
80
|
ByoVnetAzure: "byo-vnet-azure",
|
|
81
81
|
};
|
|
82
|
-
export const
|
|
82
|
+
export const PrepareDeploymentStackTypeByoVpcGcp = {
|
|
83
83
|
ByoVpcGcp: "byo-vpc-gcp",
|
|
84
84
|
};
|
|
85
|
-
export const
|
|
85
|
+
export const PrepareDeploymentStackTypeByoVpcAws = {
|
|
86
86
|
ByoVpcAws: "byo-vpc-aws",
|
|
87
87
|
};
|
|
88
|
-
export const
|
|
88
|
+
export const PrepareDeploymentStackTypeCreate = {
|
|
89
89
|
Create: "create",
|
|
90
90
|
};
|
|
91
|
-
export const
|
|
91
|
+
export const PrepareDeploymentStackTypeUseDefault = {
|
|
92
92
|
UseDefault: "use-default",
|
|
93
93
|
};
|
|
94
94
|
/**
|
|
95
95
|
* How telemetry (logs, metrics, traces) is handled.
|
|
96
96
|
*/
|
|
97
|
-
export const
|
|
97
|
+
export const PrepareDeploymentStackTelemetry = {
|
|
98
98
|
Off: "off",
|
|
99
99
|
Auto: "auto",
|
|
100
100
|
ApprovalRequired: "approval-required",
|
|
@@ -102,14 +102,51 @@ export const Telemetry = {
|
|
|
102
102
|
/**
|
|
103
103
|
* How updates are delivered to the deployment.
|
|
104
104
|
*/
|
|
105
|
-
export const
|
|
105
|
+
export const PrepareDeploymentStackUpdates = {
|
|
106
106
|
Auto: "auto",
|
|
107
107
|
ApprovalRequired: "approval-required",
|
|
108
108
|
};
|
|
109
109
|
/** @internal */
|
|
110
110
|
export const PrepareDeploymentStackPlatform$outboundSchema = z.enum(PrepareDeploymentStackPlatform);
|
|
111
111
|
/** @internal */
|
|
112
|
-
export const
|
|
112
|
+
export const PrepareDeploymentStackPoolsAutoscale$outboundSchema = z.object({
|
|
113
|
+
mode: z.literal("autoscale"),
|
|
114
|
+
min: z.int(),
|
|
115
|
+
max: z.int(),
|
|
116
|
+
machine: z.string().optional(),
|
|
117
|
+
});
|
|
118
|
+
export function prepareDeploymentStackPoolsAutoscaleToJSON(prepareDeploymentStackPoolsAutoscale) {
|
|
119
|
+
return JSON.stringify(PrepareDeploymentStackPoolsAutoscale$outboundSchema.parse(prepareDeploymentStackPoolsAutoscale));
|
|
120
|
+
}
|
|
121
|
+
/** @internal */
|
|
122
|
+
export const PrepareDeploymentStackPoolsFixed$outboundSchema = z.object({
|
|
123
|
+
mode: z.literal("fixed"),
|
|
124
|
+
machines: z.int(),
|
|
125
|
+
machine: z.string().optional(),
|
|
126
|
+
});
|
|
127
|
+
export function prepareDeploymentStackPoolsFixedToJSON(prepareDeploymentStackPoolsFixed) {
|
|
128
|
+
return JSON.stringify(PrepareDeploymentStackPoolsFixed$outboundSchema.parse(prepareDeploymentStackPoolsFixed));
|
|
129
|
+
}
|
|
130
|
+
/** @internal */
|
|
131
|
+
export const PrepareDeploymentStackPoolsUnion$outboundSchema = z.union([
|
|
132
|
+
z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
|
|
133
|
+
z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
|
|
134
|
+
]);
|
|
135
|
+
export function prepareDeploymentStackPoolsUnionToJSON(prepareDeploymentStackPoolsUnion) {
|
|
136
|
+
return JSON.stringify(PrepareDeploymentStackPoolsUnion$outboundSchema.parse(prepareDeploymentStackPoolsUnion));
|
|
137
|
+
}
|
|
138
|
+
/** @internal */
|
|
139
|
+
export const PrepareDeploymentStackCompute$outboundSchema = z.object({
|
|
140
|
+
pools: z.record(z.string(), z.union([
|
|
141
|
+
z.lazy(() => PrepareDeploymentStackPoolsFixed$outboundSchema),
|
|
142
|
+
z.lazy(() => PrepareDeploymentStackPoolsAutoscale$outboundSchema),
|
|
143
|
+
])).optional(),
|
|
144
|
+
});
|
|
145
|
+
export function prepareDeploymentStackComputeToJSON(prepareDeploymentStackCompute) {
|
|
146
|
+
return JSON.stringify(PrepareDeploymentStackCompute$outboundSchema.parse(prepareDeploymentStackCompute));
|
|
147
|
+
}
|
|
148
|
+
/** @internal */
|
|
149
|
+
export const PrepareDeploymentStackDeploymentModel$outboundSchema = z.enum(PrepareDeploymentStackDeploymentModel);
|
|
113
150
|
/** @internal */
|
|
114
151
|
export const PrepareDeploymentStackAws$outboundSchema = z.object({
|
|
115
152
|
certificateArn: z.string(),
|
|
@@ -118,12 +155,9 @@ export function prepareDeploymentStackAwsToJSON(prepareDeploymentStackAws) {
|
|
|
118
155
|
return JSON.stringify(PrepareDeploymentStackAws$outboundSchema.parse(prepareDeploymentStackAws));
|
|
119
156
|
}
|
|
120
157
|
/** @internal */
|
|
121
|
-
export const
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
]);
|
|
125
|
-
export function awsToJSON(aws) {
|
|
126
|
-
return JSON.stringify(Aws$outboundSchema.parse(aws));
|
|
158
|
+
export const PrepareDeploymentStackAwsUnion$outboundSchema = z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()]);
|
|
159
|
+
export function prepareDeploymentStackAwsUnionToJSON(prepareDeploymentStackAwsUnion) {
|
|
160
|
+
return JSON.stringify(PrepareDeploymentStackAwsUnion$outboundSchema.parse(prepareDeploymentStackAwsUnion));
|
|
127
161
|
}
|
|
128
162
|
/** @internal */
|
|
129
163
|
export const PrepareDeploymentStackAzure$outboundSchema = z.object({
|
|
@@ -134,12 +168,12 @@ export function prepareDeploymentStackAzureToJSON(prepareDeploymentStackAzure) {
|
|
|
134
168
|
return JSON.stringify(PrepareDeploymentStackAzure$outboundSchema.parse(prepareDeploymentStackAzure));
|
|
135
169
|
}
|
|
136
170
|
/** @internal */
|
|
137
|
-
export const
|
|
171
|
+
export const PrepareDeploymentStackAzureUnion$outboundSchema = z.union([
|
|
138
172
|
z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
|
|
139
173
|
z.any(),
|
|
140
174
|
]);
|
|
141
|
-
export function
|
|
142
|
-
return JSON.stringify(
|
|
175
|
+
export function prepareDeploymentStackAzureUnionToJSON(prepareDeploymentStackAzureUnion) {
|
|
176
|
+
return JSON.stringify(PrepareDeploymentStackAzureUnion$outboundSchema.parse(prepareDeploymentStackAzureUnion));
|
|
143
177
|
}
|
|
144
178
|
/** @internal */
|
|
145
179
|
export const PrepareDeploymentStackGcp$outboundSchema = z.object({
|
|
@@ -149,76 +183,81 @@ export function prepareDeploymentStackGcpToJSON(prepareDeploymentStackGcp) {
|
|
|
149
183
|
return JSON.stringify(PrepareDeploymentStackGcp$outboundSchema.parse(prepareDeploymentStackGcp));
|
|
150
184
|
}
|
|
151
185
|
/** @internal */
|
|
152
|
-
export const
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
]);
|
|
156
|
-
export function gcpToJSON(gcp) {
|
|
157
|
-
return JSON.stringify(Gcp$outboundSchema.parse(gcp));
|
|
186
|
+
export const PrepareDeploymentStackGcpUnion$outboundSchema = z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()]);
|
|
187
|
+
export function prepareDeploymentStackGcpUnionToJSON(prepareDeploymentStackGcpUnion) {
|
|
188
|
+
return JSON.stringify(PrepareDeploymentStackGcpUnion$outboundSchema.parse(prepareDeploymentStackGcpUnion));
|
|
158
189
|
}
|
|
159
190
|
/** @internal */
|
|
160
|
-
export const
|
|
191
|
+
export const PrepareDeploymentStackTlsSecretRef$outboundSchema = z.object({
|
|
161
192
|
namespace: z.nullable(z.string()).optional(),
|
|
162
193
|
secretName: z.string(),
|
|
163
194
|
});
|
|
164
|
-
export function
|
|
165
|
-
return JSON.stringify(
|
|
195
|
+
export function prepareDeploymentStackTlsSecretRefToJSON(prepareDeploymentStackTlsSecretRef) {
|
|
196
|
+
return JSON.stringify(PrepareDeploymentStackTlsSecretRef$outboundSchema.parse(prepareDeploymentStackTlsSecretRef));
|
|
166
197
|
}
|
|
167
198
|
/** @internal */
|
|
168
|
-
export const
|
|
169
|
-
tlsSecretRef: z.lazy(() =>
|
|
199
|
+
export const PrepareDeploymentStackDomainsKubernetes$outboundSchema = z.object({
|
|
200
|
+
tlsSecretRef: z.lazy(() => PrepareDeploymentStackTlsSecretRef$outboundSchema),
|
|
170
201
|
});
|
|
171
|
-
export function
|
|
172
|
-
return JSON.stringify(
|
|
202
|
+
export function prepareDeploymentStackDomainsKubernetesToJSON(prepareDeploymentStackDomainsKubernetes) {
|
|
203
|
+
return JSON.stringify(PrepareDeploymentStackDomainsKubernetes$outboundSchema.parse(prepareDeploymentStackDomainsKubernetes));
|
|
173
204
|
}
|
|
174
205
|
/** @internal */
|
|
175
|
-
export const
|
|
176
|
-
|
|
177
|
-
|
|
206
|
+
export const PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema = z.union([
|
|
207
|
+
z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
|
|
208
|
+
z.any(),
|
|
209
|
+
]);
|
|
210
|
+
export function prepareDeploymentStackDomainsKubernetesUnionToJSON(prepareDeploymentStackDomainsKubernetesUnion) {
|
|
211
|
+
return JSON.stringify(PrepareDeploymentStackDomainsKubernetesUnion$outboundSchema.parse(prepareDeploymentStackDomainsKubernetesUnion));
|
|
178
212
|
}
|
|
179
213
|
/** @internal */
|
|
180
|
-
export const
|
|
214
|
+
export const PrepareDeploymentStackDomainsCertificate$outboundSchema = z.object({
|
|
181
215
|
aws: z.nullable(z.union([z.lazy(() => PrepareDeploymentStackAws$outboundSchema), z.any()])).optional(),
|
|
182
216
|
azure: z.nullable(z.union([
|
|
183
217
|
z.lazy(() => PrepareDeploymentStackAzure$outboundSchema),
|
|
184
218
|
z.any(),
|
|
185
219
|
])).optional(),
|
|
186
220
|
gcp: z.nullable(z.union([z.lazy(() => PrepareDeploymentStackGcp$outboundSchema), z.any()])).optional(),
|
|
187
|
-
kubernetes: z.nullable(z.union([
|
|
221
|
+
kubernetes: z.nullable(z.union([
|
|
222
|
+
z.lazy(() => PrepareDeploymentStackDomainsKubernetes$outboundSchema),
|
|
223
|
+
z.any(),
|
|
224
|
+
])).optional(),
|
|
188
225
|
});
|
|
189
|
-
export function
|
|
190
|
-
return JSON.stringify(
|
|
226
|
+
export function prepareDeploymentStackDomainsCertificateToJSON(prepareDeploymentStackDomainsCertificate) {
|
|
227
|
+
return JSON.stringify(PrepareDeploymentStackDomainsCertificate$outboundSchema.parse(prepareDeploymentStackDomainsCertificate));
|
|
191
228
|
}
|
|
192
229
|
/** @internal */
|
|
193
|
-
export const
|
|
194
|
-
certificate: z.lazy(() =>
|
|
230
|
+
export const PrepareDeploymentStackCustomDomains$outboundSchema = z.object({
|
|
231
|
+
certificate: z.lazy(() => PrepareDeploymentStackDomainsCertificate$outboundSchema),
|
|
195
232
|
domain: z.string(),
|
|
196
233
|
});
|
|
197
|
-
export function
|
|
198
|
-
return JSON.stringify(
|
|
234
|
+
export function prepareDeploymentStackCustomDomainsToJSON(prepareDeploymentStackCustomDomains) {
|
|
235
|
+
return JSON.stringify(PrepareDeploymentStackCustomDomains$outboundSchema.parse(prepareDeploymentStackCustomDomains));
|
|
199
236
|
}
|
|
200
237
|
/** @internal */
|
|
201
|
-
export const
|
|
202
|
-
.
|
|
203
|
-
customDomains: z.nullable(z.record(z.string(), z.lazy(() => CustomDomains$outboundSchema))).optional(),
|
|
238
|
+
export const PrepareDeploymentStackDomains$outboundSchema = z.object({
|
|
239
|
+
customDomains: z.nullable(z.record(z.string(), z.lazy(() => PrepareDeploymentStackCustomDomains$outboundSchema))).optional(),
|
|
204
240
|
});
|
|
205
|
-
export function
|
|
206
|
-
return JSON.stringify(
|
|
241
|
+
export function prepareDeploymentStackDomainsToJSON(prepareDeploymentStackDomains) {
|
|
242
|
+
return JSON.stringify(PrepareDeploymentStackDomains$outboundSchema.parse(prepareDeploymentStackDomains));
|
|
207
243
|
}
|
|
208
244
|
/** @internal */
|
|
209
|
-
export const
|
|
210
|
-
|
|
211
|
-
|
|
245
|
+
export const PrepareDeploymentStackDomainsUnion$outboundSchema = z.union([
|
|
246
|
+
z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
|
|
247
|
+
z.any(),
|
|
248
|
+
]);
|
|
249
|
+
export function prepareDeploymentStackDomainsUnionToJSON(prepareDeploymentStackDomainsUnion) {
|
|
250
|
+
return JSON.stringify(PrepareDeploymentStackDomainsUnion$outboundSchema.parse(prepareDeploymentStackDomainsUnion));
|
|
212
251
|
}
|
|
213
252
|
/** @internal */
|
|
214
|
-
export const
|
|
215
|
-
export function
|
|
216
|
-
return JSON.stringify(
|
|
253
|
+
export const PrepareDeploymentStackExternalBindings$outboundSchema = z.object({});
|
|
254
|
+
export function prepareDeploymentStackExternalBindingsToJSON(prepareDeploymentStackExternalBindings) {
|
|
255
|
+
return JSON.stringify(PrepareDeploymentStackExternalBindings$outboundSchema.parse(prepareDeploymentStackExternalBindings));
|
|
217
256
|
}
|
|
218
257
|
/** @internal */
|
|
219
|
-
export const
|
|
258
|
+
export const PrepareDeploymentStackHeartbeats$outboundSchema = z.enum(PrepareDeploymentStackHeartbeats);
|
|
220
259
|
/** @internal */
|
|
221
|
-
export const
|
|
260
|
+
export const PrepareDeploymentStackCloud$outboundSchema = z.object({
|
|
222
261
|
accountId: z.nullable(z.string()).optional(),
|
|
223
262
|
clusterId: z.nullable(z.string()).optional(),
|
|
224
263
|
clusterName: z.nullable(z.string()).optional(),
|
|
@@ -227,473 +266,483 @@ export const Cloud$outboundSchema = z.object({
|
|
|
227
266
|
resourceGroup: z.nullable(z.string()).optional(),
|
|
228
267
|
subscriptionId: z.nullable(z.string()).optional(),
|
|
229
268
|
});
|
|
230
|
-
export function
|
|
231
|
-
return JSON.stringify(
|
|
269
|
+
export function prepareDeploymentStackCloudToJSON(prepareDeploymentStackCloud) {
|
|
270
|
+
return JSON.stringify(PrepareDeploymentStackCloud$outboundSchema.parse(prepareDeploymentStackCloud));
|
|
232
271
|
}
|
|
233
272
|
/** @internal */
|
|
234
|
-
export const
|
|
235
|
-
|
|
236
|
-
|
|
273
|
+
export const PrepareDeploymentStackCloudUnion$outboundSchema = z.union([
|
|
274
|
+
z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
|
|
275
|
+
z.any(),
|
|
276
|
+
]);
|
|
277
|
+
export function prepareDeploymentStackCloudUnionToJSON(prepareDeploymentStackCloudUnion) {
|
|
278
|
+
return JSON.stringify(PrepareDeploymentStackCloudUnion$outboundSchema.parse(prepareDeploymentStackCloudUnion));
|
|
237
279
|
}
|
|
238
280
|
/** @internal */
|
|
239
|
-
export const
|
|
281
|
+
export const PrepareDeploymentStackOwnership$outboundSchema = z.enum(PrepareDeploymentStackOwnership);
|
|
240
282
|
/** @internal */
|
|
241
|
-
export const
|
|
242
|
-
.
|
|
243
|
-
|
|
244
|
-
.
|
|
283
|
+
export const PrepareDeploymentStackCluster$outboundSchema = z.object({
|
|
284
|
+
cloud: z.nullable(z.union([
|
|
285
|
+
z.lazy(() => PrepareDeploymentStackCloud$outboundSchema),
|
|
286
|
+
z.any(),
|
|
287
|
+
])).optional(),
|
|
245
288
|
namespace: z.nullable(z.string()).optional(),
|
|
246
|
-
ownership:
|
|
289
|
+
ownership: PrepareDeploymentStackOwnership$outboundSchema,
|
|
247
290
|
});
|
|
248
|
-
export function
|
|
249
|
-
return JSON.stringify(
|
|
291
|
+
export function prepareDeploymentStackClusterToJSON(prepareDeploymentStackCluster) {
|
|
292
|
+
return JSON.stringify(PrepareDeploymentStackCluster$outboundSchema.parse(prepareDeploymentStackCluster));
|
|
250
293
|
}
|
|
251
294
|
/** @internal */
|
|
252
|
-
export const
|
|
253
|
-
|
|
254
|
-
|
|
295
|
+
export const PrepareDeploymentStackClusterUnion$outboundSchema = z.union([
|
|
296
|
+
z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
|
|
297
|
+
z.any(),
|
|
298
|
+
]);
|
|
299
|
+
export function prepareDeploymentStackClusterUnionToJSON(prepareDeploymentStackClusterUnion) {
|
|
300
|
+
return JSON.stringify(PrepareDeploymentStackClusterUnion$outboundSchema.parse(prepareDeploymentStackClusterUnion));
|
|
255
301
|
}
|
|
256
302
|
/** @internal */
|
|
257
|
-
export const
|
|
303
|
+
export const PrepareDeploymentStackCertificateNone2$outboundSchema = z.object({
|
|
258
304
|
mode: z.literal("none"),
|
|
259
305
|
});
|
|
260
|
-
export function
|
|
261
|
-
return JSON.stringify(
|
|
306
|
+
export function prepareDeploymentStackCertificateNone2ToJSON(prepareDeploymentStackCertificateNone2) {
|
|
307
|
+
return JSON.stringify(PrepareDeploymentStackCertificateNone2$outboundSchema.parse(prepareDeploymentStackCertificateNone2));
|
|
262
308
|
}
|
|
263
309
|
/** @internal */
|
|
264
|
-
export const
|
|
310
|
+
export const PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema = z.object({
|
|
265
311
|
mode: z.literal("managedTlsSecret"),
|
|
266
312
|
secretNameTemplate: z.string(),
|
|
267
313
|
});
|
|
268
|
-
export function
|
|
269
|
-
return JSON.stringify(
|
|
314
|
+
export function prepareDeploymentStackCertificateManagedTLSSecret2ToJSON(prepareDeploymentStackCertificateManagedTLSSecret2) {
|
|
315
|
+
return JSON.stringify(PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema.parse(prepareDeploymentStackCertificateManagedTLSSecret2));
|
|
270
316
|
}
|
|
271
317
|
/** @internal */
|
|
272
|
-
export const
|
|
318
|
+
export const PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema = z.object({
|
|
273
319
|
certificateArn: z.string(),
|
|
274
320
|
mode: z.literal("awsAcmArn"),
|
|
275
321
|
});
|
|
276
|
-
export function
|
|
277
|
-
return JSON.stringify(
|
|
322
|
+
export function prepareDeploymentStackCertificateAwsAcmArn2ToJSON(prepareDeploymentStackCertificateAwsAcmArn2) {
|
|
323
|
+
return JSON.stringify(PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema.parse(prepareDeploymentStackCertificateAwsAcmArn2));
|
|
278
324
|
}
|
|
279
325
|
/** @internal */
|
|
280
|
-
export const
|
|
326
|
+
export const PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema = z.object({
|
|
281
327
|
mode: z.literal("managedAcmImport"),
|
|
282
328
|
region: z.nullable(z.string()).optional(),
|
|
283
329
|
tags: z.record(z.string(), z.string()).optional(),
|
|
284
330
|
});
|
|
285
|
-
export function
|
|
286
|
-
return JSON.stringify(
|
|
331
|
+
export function prepareDeploymentStackCertificateManagedAcmImport2ToJSON(prepareDeploymentStackCertificateManagedAcmImport2) {
|
|
332
|
+
return JSON.stringify(PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema.parse(prepareDeploymentStackCertificateManagedAcmImport2));
|
|
287
333
|
}
|
|
288
334
|
/** @internal */
|
|
289
|
-
export const
|
|
335
|
+
export const PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema = z.object({
|
|
290
336
|
namespace: z.nullable(z.string()).optional(),
|
|
291
337
|
secretName: z.string(),
|
|
292
338
|
mode: z.literal("tlsSecretRef"),
|
|
293
339
|
});
|
|
294
|
-
export function
|
|
295
|
-
return JSON.stringify(
|
|
340
|
+
export function prepareDeploymentStackCertificateTLSSecretRef2ToJSON(prepareDeploymentStackCertificateTLSSecretRef2) {
|
|
341
|
+
return JSON.stringify(PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema.parse(prepareDeploymentStackCertificateTLSSecretRef2));
|
|
296
342
|
}
|
|
297
343
|
/** @internal */
|
|
298
|
-
export const
|
|
299
|
-
z.lazy(() =>
|
|
300
|
-
z.lazy(() =>
|
|
301
|
-
z.lazy(() =>
|
|
302
|
-
z.lazy(() =>
|
|
303
|
-
z.lazy(() =>
|
|
344
|
+
export const PrepareDeploymentStackCertificateUnion2$outboundSchema = z.union([
|
|
345
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
|
|
346
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema),
|
|
347
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
|
|
348
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema),
|
|
349
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
|
|
304
350
|
]);
|
|
305
|
-
export function
|
|
306
|
-
return JSON.stringify(
|
|
351
|
+
export function prepareDeploymentStackCertificateUnion2ToJSON(prepareDeploymentStackCertificateUnion2) {
|
|
352
|
+
return JSON.stringify(PrepareDeploymentStackCertificateUnion2$outboundSchema.parse(prepareDeploymentStackCertificateUnion2));
|
|
307
353
|
}
|
|
308
354
|
/** @internal */
|
|
309
|
-
export const
|
|
355
|
+
export const PrepareDeploymentStackModeCustom$outboundSchema = z.enum(PrepareDeploymentStackModeCustom);
|
|
310
356
|
/** @internal */
|
|
311
|
-
export const
|
|
357
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema = z.enum(PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4);
|
|
312
358
|
/** @internal */
|
|
313
|
-
export const
|
|
359
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema = z.object({
|
|
314
360
|
albName: z.nullable(z.string()).optional(),
|
|
315
361
|
albNamespace: z.nullable(z.string()).optional(),
|
|
316
362
|
frontend: z.string(),
|
|
317
|
-
provider:
|
|
363
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum4$outboundSchema,
|
|
318
364
|
});
|
|
319
|
-
export function
|
|
320
|
-
return JSON.stringify(
|
|
365
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers4ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers4) {
|
|
366
|
+
return JSON.stringify(PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema
|
|
367
|
+
.parse(prepareDeploymentStackProviderAzureApplicationGatewayForContainers4));
|
|
321
368
|
}
|
|
322
369
|
/** @internal */
|
|
323
|
-
export const
|
|
370
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema = z.enum(PrepareDeploymentStackProviderGkeGatewayEnum4);
|
|
324
371
|
/** @internal */
|
|
325
|
-
export const
|
|
326
|
-
provider:
|
|
372
|
+
export const PrepareDeploymentStackProviderGkeGateway4$outboundSchema = z.object({
|
|
373
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum4$outboundSchema,
|
|
327
374
|
staticAddressName: z.nullable(z.string()).optional(),
|
|
328
375
|
});
|
|
329
|
-
export function
|
|
330
|
-
return JSON.stringify(
|
|
376
|
+
export function prepareDeploymentStackProviderGkeGateway4ToJSON(prepareDeploymentStackProviderGkeGateway4) {
|
|
377
|
+
return JSON.stringify(PrepareDeploymentStackProviderGkeGateway4$outboundSchema.parse(prepareDeploymentStackProviderGkeGateway4));
|
|
331
378
|
}
|
|
332
379
|
/** @internal */
|
|
333
|
-
export const
|
|
380
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema = z.enum(PrepareDeploymentStackProviderAwsAlbEnum4);
|
|
334
381
|
/** @internal */
|
|
335
|
-
export const
|
|
382
|
+
export const PrepareDeploymentStackProviderAwsAlb4$outboundSchema = z.object({
|
|
336
383
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
337
|
-
provider:
|
|
384
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum4$outboundSchema,
|
|
338
385
|
scheme: z.string(),
|
|
339
386
|
subnetIds: z.array(z.string()).optional(),
|
|
340
387
|
targetType: z.string(),
|
|
341
388
|
});
|
|
342
|
-
export function
|
|
343
|
-
return JSON.stringify(
|
|
389
|
+
export function prepareDeploymentStackProviderAwsAlb4ToJSON(prepareDeploymentStackProviderAwsAlb4) {
|
|
390
|
+
return JSON.stringify(PrepareDeploymentStackProviderAwsAlb4$outboundSchema.parse(prepareDeploymentStackProviderAwsAlb4));
|
|
344
391
|
}
|
|
345
392
|
/** @internal */
|
|
346
|
-
export const
|
|
347
|
-
z.lazy(() =>
|
|
348
|
-
z.lazy(() =>
|
|
349
|
-
z.lazy(() =>
|
|
393
|
+
export const PrepareDeploymentStackProviderUnion4$outboundSchema = z.union([
|
|
394
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
|
|
395
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema),
|
|
396
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
|
|
350
397
|
z.any(),
|
|
351
398
|
]);
|
|
352
|
-
export function
|
|
353
|
-
return JSON.stringify(
|
|
399
|
+
export function prepareDeploymentStackProviderUnion4ToJSON(prepareDeploymentStackProviderUnion4) {
|
|
400
|
+
return JSON.stringify(PrepareDeploymentStackProviderUnion4$outboundSchema.parse(prepareDeploymentStackProviderUnion4));
|
|
354
401
|
}
|
|
355
402
|
/** @internal */
|
|
356
|
-
export const
|
|
403
|
+
export const PrepareDeploymentStackRouteGateway2$outboundSchema = z.object({
|
|
357
404
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
358
405
|
controller: z.nullable(z.string()).optional(),
|
|
359
406
|
gatewayClassName: z.string(),
|
|
360
407
|
labels: z.record(z.string(), z.string()).optional(),
|
|
361
408
|
listenerPort: z.int(),
|
|
362
409
|
provider: z.nullable(z.union([
|
|
363
|
-
z.lazy(() =>
|
|
364
|
-
z.lazy(() =>
|
|
365
|
-
z.lazy(() =>
|
|
410
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb4$outboundSchema),
|
|
411
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers4$outboundSchema),
|
|
412
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway4$outboundSchema),
|
|
366
413
|
z.any(),
|
|
367
414
|
])).optional(),
|
|
368
415
|
routeApi: z.literal("gateway"),
|
|
369
416
|
});
|
|
370
|
-
export function
|
|
371
|
-
return JSON.stringify(
|
|
417
|
+
export function prepareDeploymentStackRouteGateway2ToJSON(prepareDeploymentStackRouteGateway2) {
|
|
418
|
+
return JSON.stringify(PrepareDeploymentStackRouteGateway2$outboundSchema.parse(prepareDeploymentStackRouteGateway2));
|
|
372
419
|
}
|
|
373
420
|
/** @internal */
|
|
374
|
-
export const
|
|
421
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema = z.enum(PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3);
|
|
375
422
|
/** @internal */
|
|
376
|
-
export const
|
|
423
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema = z.object({
|
|
377
424
|
albName: z.nullable(z.string()).optional(),
|
|
378
425
|
albNamespace: z.nullable(z.string()).optional(),
|
|
379
426
|
frontend: z.string(),
|
|
380
|
-
provider:
|
|
427
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum3$outboundSchema,
|
|
381
428
|
});
|
|
382
|
-
export function
|
|
383
|
-
return JSON.stringify(
|
|
429
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers3ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers3) {
|
|
430
|
+
return JSON.stringify(PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema
|
|
431
|
+
.parse(prepareDeploymentStackProviderAzureApplicationGatewayForContainers3));
|
|
384
432
|
}
|
|
385
433
|
/** @internal */
|
|
386
|
-
export const
|
|
434
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema = z.enum(PrepareDeploymentStackProviderGkeGatewayEnum3);
|
|
387
435
|
/** @internal */
|
|
388
|
-
export const
|
|
389
|
-
provider:
|
|
436
|
+
export const PrepareDeploymentStackProviderGkeGateway3$outboundSchema = z.object({
|
|
437
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum3$outboundSchema,
|
|
390
438
|
staticAddressName: z.nullable(z.string()).optional(),
|
|
391
439
|
});
|
|
392
|
-
export function
|
|
393
|
-
return JSON.stringify(
|
|
440
|
+
export function prepareDeploymentStackProviderGkeGateway3ToJSON(prepareDeploymentStackProviderGkeGateway3) {
|
|
441
|
+
return JSON.stringify(PrepareDeploymentStackProviderGkeGateway3$outboundSchema.parse(prepareDeploymentStackProviderGkeGateway3));
|
|
394
442
|
}
|
|
395
443
|
/** @internal */
|
|
396
|
-
export const
|
|
444
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema = z.enum(PrepareDeploymentStackProviderAwsAlbEnum3);
|
|
397
445
|
/** @internal */
|
|
398
|
-
export const
|
|
446
|
+
export const PrepareDeploymentStackProviderAwsAlb3$outboundSchema = z.object({
|
|
399
447
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
400
|
-
provider:
|
|
448
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum3$outboundSchema,
|
|
401
449
|
scheme: z.string(),
|
|
402
450
|
subnetIds: z.array(z.string()).optional(),
|
|
403
451
|
targetType: z.string(),
|
|
404
452
|
});
|
|
405
|
-
export function
|
|
406
|
-
return JSON.stringify(
|
|
453
|
+
export function prepareDeploymentStackProviderAwsAlb3ToJSON(prepareDeploymentStackProviderAwsAlb3) {
|
|
454
|
+
return JSON.stringify(PrepareDeploymentStackProviderAwsAlb3$outboundSchema.parse(prepareDeploymentStackProviderAwsAlb3));
|
|
407
455
|
}
|
|
408
456
|
/** @internal */
|
|
409
|
-
export const
|
|
410
|
-
z.lazy(() =>
|
|
411
|
-
z.lazy(() =>
|
|
412
|
-
z.lazy(() =>
|
|
457
|
+
export const PrepareDeploymentStackProviderUnion3$outboundSchema = z.union([
|
|
458
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
|
|
459
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema),
|
|
460
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
|
|
413
461
|
z.any(),
|
|
414
462
|
]);
|
|
415
|
-
export function
|
|
416
|
-
return JSON.stringify(
|
|
463
|
+
export function prepareDeploymentStackProviderUnion3ToJSON(prepareDeploymentStackProviderUnion3) {
|
|
464
|
+
return JSON.stringify(PrepareDeploymentStackProviderUnion3$outboundSchema.parse(prepareDeploymentStackProviderUnion3));
|
|
417
465
|
}
|
|
418
466
|
/** @internal */
|
|
419
|
-
export const
|
|
467
|
+
export const PrepareDeploymentStackRouteIngress2$outboundSchema = z.object({
|
|
420
468
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
421
469
|
controller: z.nullable(z.string()).optional(),
|
|
422
470
|
ingressClassName: z.string(),
|
|
423
471
|
labels: z.record(z.string(), z.string()).optional(),
|
|
424
472
|
provider: z.nullable(z.union([
|
|
425
|
-
z.lazy(() =>
|
|
426
|
-
z.lazy(() =>
|
|
427
|
-
z.lazy(() =>
|
|
473
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb3$outboundSchema),
|
|
474
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers3$outboundSchema),
|
|
475
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway3$outboundSchema),
|
|
428
476
|
z.any(),
|
|
429
477
|
])).optional(),
|
|
430
478
|
routeApi: z.literal("ingress"),
|
|
431
479
|
});
|
|
432
|
-
export function
|
|
433
|
-
return JSON.stringify(
|
|
480
|
+
export function prepareDeploymentStackRouteIngress2ToJSON(prepareDeploymentStackRouteIngress2) {
|
|
481
|
+
return JSON.stringify(PrepareDeploymentStackRouteIngress2$outboundSchema.parse(prepareDeploymentStackRouteIngress2));
|
|
434
482
|
}
|
|
435
483
|
/** @internal */
|
|
436
|
-
export const
|
|
437
|
-
z.lazy(() =>
|
|
438
|
-
z.lazy(() =>
|
|
484
|
+
export const PrepareDeploymentStackRouteUnion2$outboundSchema = z.union([
|
|
485
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
|
|
486
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
|
|
439
487
|
]);
|
|
440
|
-
export function
|
|
441
|
-
return JSON.stringify(
|
|
488
|
+
export function prepareDeploymentStackRouteUnion2ToJSON(prepareDeploymentStackRouteUnion2) {
|
|
489
|
+
return JSON.stringify(PrepareDeploymentStackRouteUnion2$outboundSchema.parse(prepareDeploymentStackRouteUnion2));
|
|
442
490
|
}
|
|
443
491
|
/** @internal */
|
|
444
|
-
export const
|
|
492
|
+
export const PrepareDeploymentStackExposureCustom$outboundSchema = z.object({
|
|
445
493
|
certificate: z.union([
|
|
446
|
-
z.lazy(() =>
|
|
447
|
-
z.lazy(() =>
|
|
448
|
-
z.lazy(() =>
|
|
449
|
-
z.lazy(() =>
|
|
450
|
-
z.lazy(() =>
|
|
494
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef2$outboundSchema),
|
|
495
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedAcmImport2$outboundSchema),
|
|
496
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn2$outboundSchema),
|
|
497
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedTLSSecret2$outboundSchema),
|
|
498
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone2$outboundSchema),
|
|
451
499
|
]),
|
|
452
500
|
domain: z.string(),
|
|
453
|
-
mode:
|
|
501
|
+
mode: PrepareDeploymentStackModeCustom$outboundSchema,
|
|
454
502
|
route: z.union([
|
|
455
|
-
z.lazy(() =>
|
|
456
|
-
z.lazy(() =>
|
|
503
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress2$outboundSchema),
|
|
504
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway2$outboundSchema),
|
|
457
505
|
]),
|
|
458
506
|
});
|
|
459
|
-
export function
|
|
460
|
-
return JSON.stringify(
|
|
507
|
+
export function prepareDeploymentStackExposureCustomToJSON(prepareDeploymentStackExposureCustom) {
|
|
508
|
+
return JSON.stringify(PrepareDeploymentStackExposureCustom$outboundSchema.parse(prepareDeploymentStackExposureCustom));
|
|
461
509
|
}
|
|
462
510
|
/** @internal */
|
|
463
|
-
export const
|
|
511
|
+
export const PrepareDeploymentStackCertificateNone1$outboundSchema = z.object({
|
|
464
512
|
mode: z.literal("none"),
|
|
465
513
|
});
|
|
466
|
-
export function
|
|
467
|
-
return JSON.stringify(
|
|
514
|
+
export function prepareDeploymentStackCertificateNone1ToJSON(prepareDeploymentStackCertificateNone1) {
|
|
515
|
+
return JSON.stringify(PrepareDeploymentStackCertificateNone1$outboundSchema.parse(prepareDeploymentStackCertificateNone1));
|
|
468
516
|
}
|
|
469
517
|
/** @internal */
|
|
470
|
-
export const
|
|
518
|
+
export const PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema = z.object({
|
|
471
519
|
mode: z.literal("managedTlsSecret"),
|
|
472
520
|
secretNameTemplate: z.string(),
|
|
473
521
|
});
|
|
474
|
-
export function
|
|
475
|
-
return JSON.stringify(
|
|
522
|
+
export function prepareDeploymentStackCertificateManagedTLSSecret1ToJSON(prepareDeploymentStackCertificateManagedTLSSecret1) {
|
|
523
|
+
return JSON.stringify(PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema.parse(prepareDeploymentStackCertificateManagedTLSSecret1));
|
|
476
524
|
}
|
|
477
525
|
/** @internal */
|
|
478
|
-
export const
|
|
526
|
+
export const PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema = z.object({
|
|
479
527
|
certificateArn: z.string(),
|
|
480
528
|
mode: z.literal("awsAcmArn"),
|
|
481
529
|
});
|
|
482
|
-
export function
|
|
483
|
-
return JSON.stringify(
|
|
530
|
+
export function prepareDeploymentStackCertificateAwsAcmArn1ToJSON(prepareDeploymentStackCertificateAwsAcmArn1) {
|
|
531
|
+
return JSON.stringify(PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema.parse(prepareDeploymentStackCertificateAwsAcmArn1));
|
|
484
532
|
}
|
|
485
533
|
/** @internal */
|
|
486
|
-
export const
|
|
534
|
+
export const PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema = z.object({
|
|
487
535
|
mode: z.literal("managedAcmImport"),
|
|
488
536
|
region: z.nullable(z.string()).optional(),
|
|
489
537
|
tags: z.record(z.string(), z.string()).optional(),
|
|
490
538
|
});
|
|
491
|
-
export function
|
|
492
|
-
return JSON.stringify(
|
|
539
|
+
export function prepareDeploymentStackCertificateManagedAcmImport1ToJSON(prepareDeploymentStackCertificateManagedAcmImport1) {
|
|
540
|
+
return JSON.stringify(PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema.parse(prepareDeploymentStackCertificateManagedAcmImport1));
|
|
493
541
|
}
|
|
494
542
|
/** @internal */
|
|
495
|
-
export const
|
|
543
|
+
export const PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema = z.object({
|
|
496
544
|
namespace: z.nullable(z.string()).optional(),
|
|
497
545
|
secretName: z.string(),
|
|
498
546
|
mode: z.literal("tlsSecretRef"),
|
|
499
547
|
});
|
|
500
|
-
export function
|
|
501
|
-
return JSON.stringify(
|
|
548
|
+
export function prepareDeploymentStackCertificateTLSSecretRef1ToJSON(prepareDeploymentStackCertificateTLSSecretRef1) {
|
|
549
|
+
return JSON.stringify(PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema.parse(prepareDeploymentStackCertificateTLSSecretRef1));
|
|
502
550
|
}
|
|
503
551
|
/** @internal */
|
|
504
|
-
export const
|
|
505
|
-
z.lazy(() =>
|
|
506
|
-
z.lazy(() =>
|
|
507
|
-
z.lazy(() =>
|
|
508
|
-
z.lazy(() =>
|
|
509
|
-
z.lazy(() =>
|
|
552
|
+
export const PrepareDeploymentStackCertificateUnion1$outboundSchema = z.union([
|
|
553
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
|
|
554
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema),
|
|
555
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
|
|
556
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema),
|
|
557
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
|
|
510
558
|
]);
|
|
511
|
-
export function
|
|
512
|
-
return JSON.stringify(
|
|
559
|
+
export function prepareDeploymentStackCertificateUnion1ToJSON(prepareDeploymentStackCertificateUnion1) {
|
|
560
|
+
return JSON.stringify(PrepareDeploymentStackCertificateUnion1$outboundSchema.parse(prepareDeploymentStackCertificateUnion1));
|
|
513
561
|
}
|
|
514
562
|
/** @internal */
|
|
515
|
-
export const
|
|
516
|
-
.enum(ModeGenerated);
|
|
563
|
+
export const PrepareDeploymentStackModeGenerated$outboundSchema = z.enum(PrepareDeploymentStackModeGenerated);
|
|
517
564
|
/** @internal */
|
|
518
|
-
export const
|
|
565
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema = z.enum(PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2);
|
|
519
566
|
/** @internal */
|
|
520
|
-
export const
|
|
567
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema = z.object({
|
|
521
568
|
albName: z.nullable(z.string()).optional(),
|
|
522
569
|
albNamespace: z.nullable(z.string()).optional(),
|
|
523
570
|
frontend: z.string(),
|
|
524
|
-
provider:
|
|
571
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum2$outboundSchema,
|
|
525
572
|
});
|
|
526
|
-
export function
|
|
527
|
-
return JSON.stringify(
|
|
573
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers2ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers2) {
|
|
574
|
+
return JSON.stringify(PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema
|
|
575
|
+
.parse(prepareDeploymentStackProviderAzureApplicationGatewayForContainers2));
|
|
528
576
|
}
|
|
529
577
|
/** @internal */
|
|
530
|
-
export const
|
|
578
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema = z.enum(PrepareDeploymentStackProviderGkeGatewayEnum2);
|
|
531
579
|
/** @internal */
|
|
532
|
-
export const
|
|
533
|
-
provider:
|
|
580
|
+
export const PrepareDeploymentStackProviderGkeGateway2$outboundSchema = z.object({
|
|
581
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum2$outboundSchema,
|
|
534
582
|
staticAddressName: z.nullable(z.string()).optional(),
|
|
535
583
|
});
|
|
536
|
-
export function
|
|
537
|
-
return JSON.stringify(
|
|
584
|
+
export function prepareDeploymentStackProviderGkeGateway2ToJSON(prepareDeploymentStackProviderGkeGateway2) {
|
|
585
|
+
return JSON.stringify(PrepareDeploymentStackProviderGkeGateway2$outboundSchema.parse(prepareDeploymentStackProviderGkeGateway2));
|
|
538
586
|
}
|
|
539
587
|
/** @internal */
|
|
540
|
-
export const
|
|
588
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema = z.enum(PrepareDeploymentStackProviderAwsAlbEnum2);
|
|
541
589
|
/** @internal */
|
|
542
|
-
export const
|
|
590
|
+
export const PrepareDeploymentStackProviderAwsAlb2$outboundSchema = z.object({
|
|
543
591
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
544
|
-
provider:
|
|
592
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum2$outboundSchema,
|
|
545
593
|
scheme: z.string(),
|
|
546
594
|
subnetIds: z.array(z.string()).optional(),
|
|
547
595
|
targetType: z.string(),
|
|
548
596
|
});
|
|
549
|
-
export function
|
|
550
|
-
return JSON.stringify(
|
|
597
|
+
export function prepareDeploymentStackProviderAwsAlb2ToJSON(prepareDeploymentStackProviderAwsAlb2) {
|
|
598
|
+
return JSON.stringify(PrepareDeploymentStackProviderAwsAlb2$outboundSchema.parse(prepareDeploymentStackProviderAwsAlb2));
|
|
551
599
|
}
|
|
552
600
|
/** @internal */
|
|
553
|
-
export const
|
|
554
|
-
z.lazy(() =>
|
|
555
|
-
z.lazy(() =>
|
|
556
|
-
z.lazy(() =>
|
|
601
|
+
export const PrepareDeploymentStackProviderUnion2$outboundSchema = z.union([
|
|
602
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
|
|
603
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema),
|
|
604
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
|
|
557
605
|
z.any(),
|
|
558
606
|
]);
|
|
559
|
-
export function
|
|
560
|
-
return JSON.stringify(
|
|
607
|
+
export function prepareDeploymentStackProviderUnion2ToJSON(prepareDeploymentStackProviderUnion2) {
|
|
608
|
+
return JSON.stringify(PrepareDeploymentStackProviderUnion2$outboundSchema.parse(prepareDeploymentStackProviderUnion2));
|
|
561
609
|
}
|
|
562
610
|
/** @internal */
|
|
563
|
-
export const
|
|
611
|
+
export const PrepareDeploymentStackRouteGateway1$outboundSchema = z.object({
|
|
564
612
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
565
613
|
controller: z.nullable(z.string()).optional(),
|
|
566
614
|
gatewayClassName: z.string(),
|
|
567
615
|
labels: z.record(z.string(), z.string()).optional(),
|
|
568
616
|
listenerPort: z.int(),
|
|
569
617
|
provider: z.nullable(z.union([
|
|
570
|
-
z.lazy(() =>
|
|
571
|
-
z.lazy(() =>
|
|
572
|
-
z.lazy(() =>
|
|
618
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb2$outboundSchema),
|
|
619
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers2$outboundSchema),
|
|
620
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway2$outboundSchema),
|
|
573
621
|
z.any(),
|
|
574
622
|
])).optional(),
|
|
575
623
|
routeApi: z.literal("gateway"),
|
|
576
624
|
});
|
|
577
|
-
export function
|
|
578
|
-
return JSON.stringify(
|
|
625
|
+
export function prepareDeploymentStackRouteGateway1ToJSON(prepareDeploymentStackRouteGateway1) {
|
|
626
|
+
return JSON.stringify(PrepareDeploymentStackRouteGateway1$outboundSchema.parse(prepareDeploymentStackRouteGateway1));
|
|
579
627
|
}
|
|
580
628
|
/** @internal */
|
|
581
|
-
export const
|
|
629
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema = z.enum(PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1);
|
|
582
630
|
/** @internal */
|
|
583
|
-
export const
|
|
631
|
+
export const PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema = z.object({
|
|
584
632
|
albName: z.nullable(z.string()).optional(),
|
|
585
633
|
albNamespace: z.nullable(z.string()).optional(),
|
|
586
634
|
frontend: z.string(),
|
|
587
|
-
provider:
|
|
635
|
+
provider: PrepareDeploymentStackProviderAzureApplicationGatewayForContainersEnum1$outboundSchema,
|
|
588
636
|
});
|
|
589
|
-
export function
|
|
590
|
-
return JSON.stringify(
|
|
637
|
+
export function prepareDeploymentStackProviderAzureApplicationGatewayForContainers1ToJSON(prepareDeploymentStackProviderAzureApplicationGatewayForContainers1) {
|
|
638
|
+
return JSON.stringify(PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema
|
|
639
|
+
.parse(prepareDeploymentStackProviderAzureApplicationGatewayForContainers1));
|
|
591
640
|
}
|
|
592
641
|
/** @internal */
|
|
593
|
-
export const
|
|
642
|
+
export const PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema = z.enum(PrepareDeploymentStackProviderGkeGatewayEnum1);
|
|
594
643
|
/** @internal */
|
|
595
|
-
export const
|
|
596
|
-
provider:
|
|
644
|
+
export const PrepareDeploymentStackProviderGkeGateway1$outboundSchema = z.object({
|
|
645
|
+
provider: PrepareDeploymentStackProviderGkeGatewayEnum1$outboundSchema,
|
|
597
646
|
staticAddressName: z.nullable(z.string()).optional(),
|
|
598
647
|
});
|
|
599
|
-
export function
|
|
600
|
-
return JSON.stringify(
|
|
648
|
+
export function prepareDeploymentStackProviderGkeGateway1ToJSON(prepareDeploymentStackProviderGkeGateway1) {
|
|
649
|
+
return JSON.stringify(PrepareDeploymentStackProviderGkeGateway1$outboundSchema.parse(prepareDeploymentStackProviderGkeGateway1));
|
|
601
650
|
}
|
|
602
651
|
/** @internal */
|
|
603
|
-
export const
|
|
652
|
+
export const PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema = z.enum(PrepareDeploymentStackProviderAwsAlbEnum1);
|
|
604
653
|
/** @internal */
|
|
605
|
-
export const
|
|
654
|
+
export const PrepareDeploymentStackProviderAwsAlb1$outboundSchema = z.object({
|
|
606
655
|
ipAddressType: z.nullable(z.string()).optional(),
|
|
607
|
-
provider:
|
|
656
|
+
provider: PrepareDeploymentStackProviderAwsAlbEnum1$outboundSchema,
|
|
608
657
|
scheme: z.string(),
|
|
609
658
|
subnetIds: z.array(z.string()).optional(),
|
|
610
659
|
targetType: z.string(),
|
|
611
660
|
});
|
|
612
|
-
export function
|
|
613
|
-
return JSON.stringify(
|
|
661
|
+
export function prepareDeploymentStackProviderAwsAlb1ToJSON(prepareDeploymentStackProviderAwsAlb1) {
|
|
662
|
+
return JSON.stringify(PrepareDeploymentStackProviderAwsAlb1$outboundSchema.parse(prepareDeploymentStackProviderAwsAlb1));
|
|
614
663
|
}
|
|
615
664
|
/** @internal */
|
|
616
|
-
export const
|
|
617
|
-
z.lazy(() =>
|
|
618
|
-
z.lazy(() =>
|
|
619
|
-
z.lazy(() =>
|
|
665
|
+
export const PrepareDeploymentStackProviderUnion1$outboundSchema = z.union([
|
|
666
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
|
|
667
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema),
|
|
668
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
|
|
620
669
|
z.any(),
|
|
621
670
|
]);
|
|
622
|
-
export function
|
|
623
|
-
return JSON.stringify(
|
|
671
|
+
export function prepareDeploymentStackProviderUnion1ToJSON(prepareDeploymentStackProviderUnion1) {
|
|
672
|
+
return JSON.stringify(PrepareDeploymentStackProviderUnion1$outboundSchema.parse(prepareDeploymentStackProviderUnion1));
|
|
624
673
|
}
|
|
625
674
|
/** @internal */
|
|
626
|
-
export const
|
|
675
|
+
export const PrepareDeploymentStackRouteIngress1$outboundSchema = z.object({
|
|
627
676
|
annotations: z.record(z.string(), z.string()).optional(),
|
|
628
677
|
controller: z.nullable(z.string()).optional(),
|
|
629
678
|
ingressClassName: z.string(),
|
|
630
679
|
labels: z.record(z.string(), z.string()).optional(),
|
|
631
680
|
provider: z.nullable(z.union([
|
|
632
|
-
z.lazy(() =>
|
|
633
|
-
z.lazy(() =>
|
|
634
|
-
z.lazy(() =>
|
|
681
|
+
z.lazy(() => PrepareDeploymentStackProviderAwsAlb1$outboundSchema),
|
|
682
|
+
z.lazy(() => PrepareDeploymentStackProviderAzureApplicationGatewayForContainers1$outboundSchema),
|
|
683
|
+
z.lazy(() => PrepareDeploymentStackProviderGkeGateway1$outboundSchema),
|
|
635
684
|
z.any(),
|
|
636
685
|
])).optional(),
|
|
637
686
|
routeApi: z.literal("ingress"),
|
|
638
687
|
});
|
|
639
|
-
export function
|
|
640
|
-
return JSON.stringify(
|
|
688
|
+
export function prepareDeploymentStackRouteIngress1ToJSON(prepareDeploymentStackRouteIngress1) {
|
|
689
|
+
return JSON.stringify(PrepareDeploymentStackRouteIngress1$outboundSchema.parse(prepareDeploymentStackRouteIngress1));
|
|
641
690
|
}
|
|
642
691
|
/** @internal */
|
|
643
|
-
export const
|
|
644
|
-
z.lazy(() =>
|
|
645
|
-
z.lazy(() =>
|
|
692
|
+
export const PrepareDeploymentStackRouteUnion1$outboundSchema = z.union([
|
|
693
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
|
|
694
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
|
|
646
695
|
]);
|
|
647
|
-
export function
|
|
648
|
-
return JSON.stringify(
|
|
696
|
+
export function prepareDeploymentStackRouteUnion1ToJSON(prepareDeploymentStackRouteUnion1) {
|
|
697
|
+
return JSON.stringify(PrepareDeploymentStackRouteUnion1$outboundSchema.parse(prepareDeploymentStackRouteUnion1));
|
|
649
698
|
}
|
|
650
699
|
/** @internal */
|
|
651
|
-
export const
|
|
700
|
+
export const PrepareDeploymentStackExposureGenerated$outboundSchema = z.object({
|
|
652
701
|
certificate: z.union([
|
|
653
|
-
z.lazy(() =>
|
|
654
|
-
z.lazy(() =>
|
|
655
|
-
z.lazy(() =>
|
|
656
|
-
z.lazy(() =>
|
|
657
|
-
z.lazy(() =>
|
|
702
|
+
z.lazy(() => PrepareDeploymentStackCertificateTLSSecretRef1$outboundSchema),
|
|
703
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedAcmImport1$outboundSchema),
|
|
704
|
+
z.lazy(() => PrepareDeploymentStackCertificateAwsAcmArn1$outboundSchema),
|
|
705
|
+
z.lazy(() => PrepareDeploymentStackCertificateManagedTLSSecret1$outboundSchema),
|
|
706
|
+
z.lazy(() => PrepareDeploymentStackCertificateNone1$outboundSchema),
|
|
658
707
|
]),
|
|
659
|
-
mode:
|
|
708
|
+
mode: PrepareDeploymentStackModeGenerated$outboundSchema,
|
|
660
709
|
route: z.union([
|
|
661
|
-
z.lazy(() =>
|
|
662
|
-
z.lazy(() =>
|
|
710
|
+
z.lazy(() => PrepareDeploymentStackRouteIngress1$outboundSchema),
|
|
711
|
+
z.lazy(() => PrepareDeploymentStackRouteGateway1$outboundSchema),
|
|
663
712
|
]),
|
|
664
713
|
});
|
|
665
|
-
export function
|
|
666
|
-
return JSON.stringify(
|
|
714
|
+
export function prepareDeploymentStackExposureGeneratedToJSON(prepareDeploymentStackExposureGenerated) {
|
|
715
|
+
return JSON.stringify(PrepareDeploymentStackExposureGenerated$outboundSchema.parse(prepareDeploymentStackExposureGenerated));
|
|
667
716
|
}
|
|
668
717
|
/** @internal */
|
|
669
|
-
export const
|
|
670
|
-
.enum(ModeDisabled);
|
|
718
|
+
export const PrepareDeploymentStackModeDisabled$outboundSchema = z.enum(PrepareDeploymentStackModeDisabled);
|
|
671
719
|
/** @internal */
|
|
672
|
-
export const
|
|
673
|
-
mode:
|
|
720
|
+
export const PrepareDeploymentStackExposureDisabled$outboundSchema = z.object({
|
|
721
|
+
mode: PrepareDeploymentStackModeDisabled$outboundSchema,
|
|
674
722
|
});
|
|
675
|
-
export function
|
|
676
|
-
return JSON.stringify(
|
|
723
|
+
export function prepareDeploymentStackExposureDisabledToJSON(prepareDeploymentStackExposureDisabled) {
|
|
724
|
+
return JSON.stringify(PrepareDeploymentStackExposureDisabled$outboundSchema.parse(prepareDeploymentStackExposureDisabled));
|
|
677
725
|
}
|
|
678
726
|
/** @internal */
|
|
679
|
-
export const
|
|
680
|
-
.
|
|
681
|
-
z.lazy(() =>
|
|
682
|
-
z.lazy(() =>
|
|
683
|
-
z.lazy(() => ExposureDisabled$outboundSchema),
|
|
727
|
+
export const PrepareDeploymentStackExposureUnion$outboundSchema = z.union([
|
|
728
|
+
z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
|
|
729
|
+
z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
|
|
730
|
+
z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
|
|
684
731
|
z.any(),
|
|
685
732
|
]);
|
|
686
|
-
export function
|
|
687
|
-
return JSON.stringify(
|
|
733
|
+
export function prepareDeploymentStackExposureUnionToJSON(prepareDeploymentStackExposureUnion) {
|
|
734
|
+
return JSON.stringify(PrepareDeploymentStackExposureUnion$outboundSchema.parse(prepareDeploymentStackExposureUnion));
|
|
688
735
|
}
|
|
689
736
|
/** @internal */
|
|
690
737
|
export const PrepareDeploymentStackKubernetes$outboundSchema = z.object({
|
|
691
|
-
cluster: z.nullable(z.union([
|
|
692
|
-
.
|
|
738
|
+
cluster: z.nullable(z.union([
|
|
739
|
+
z.lazy(() => PrepareDeploymentStackCluster$outboundSchema),
|
|
740
|
+
z.any(),
|
|
741
|
+
])).optional(),
|
|
693
742
|
exposure: z.nullable(z.union([
|
|
694
|
-
z.lazy(() =>
|
|
695
|
-
z.lazy(() =>
|
|
696
|
-
z.lazy(() =>
|
|
743
|
+
z.lazy(() => PrepareDeploymentStackExposureCustom$outboundSchema),
|
|
744
|
+
z.lazy(() => PrepareDeploymentStackExposureGenerated$outboundSchema),
|
|
745
|
+
z.lazy(() => PrepareDeploymentStackExposureDisabled$outboundSchema),
|
|
697
746
|
z.any(),
|
|
698
747
|
])).optional(),
|
|
699
748
|
});
|
|
@@ -701,21 +750,21 @@ export function prepareDeploymentStackKubernetesToJSON(prepareDeploymentStackKub
|
|
|
701
750
|
return JSON.stringify(PrepareDeploymentStackKubernetes$outboundSchema.parse(prepareDeploymentStackKubernetes));
|
|
702
751
|
}
|
|
703
752
|
/** @internal */
|
|
704
|
-
export const
|
|
753
|
+
export const PrepareDeploymentStackKubernetesUnion$outboundSchema = z.union([
|
|
705
754
|
z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
|
|
706
755
|
z.any(),
|
|
707
756
|
]);
|
|
708
|
-
export function
|
|
709
|
-
return JSON.stringify(
|
|
757
|
+
export function prepareDeploymentStackKubernetesUnionToJSON(prepareDeploymentStackKubernetesUnion) {
|
|
758
|
+
return JSON.stringify(PrepareDeploymentStackKubernetesUnion$outboundSchema.parse(prepareDeploymentStackKubernetesUnion));
|
|
710
759
|
}
|
|
711
760
|
/** @internal */
|
|
712
|
-
export const
|
|
761
|
+
export const PrepareDeploymentStackTypeByoVnetAzure$outboundSchema = z.enum(PrepareDeploymentStackTypeByoVnetAzure);
|
|
713
762
|
/** @internal */
|
|
714
|
-
export const
|
|
763
|
+
export const PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema = z.object({
|
|
715
764
|
applicationGatewaySubnetName: z.nullable(z.string()).optional(),
|
|
716
765
|
privateSubnetName: z.string(),
|
|
717
766
|
publicSubnetName: z.string(),
|
|
718
|
-
type:
|
|
767
|
+
type: PrepareDeploymentStackTypeByoVnetAzure$outboundSchema,
|
|
719
768
|
vnetResourceId: z.string(),
|
|
720
769
|
}).transform((v) => {
|
|
721
770
|
return remap$(v, {
|
|
@@ -725,36 +774,34 @@ export const NetworkByoVnetAzure$outboundSchema = z.object({
|
|
|
725
774
|
vnetResourceId: "vnet_resource_id",
|
|
726
775
|
});
|
|
727
776
|
});
|
|
728
|
-
export function
|
|
729
|
-
return JSON.stringify(
|
|
777
|
+
export function prepareDeploymentStackNetworkByoVnetAzureToJSON(prepareDeploymentStackNetworkByoVnetAzure) {
|
|
778
|
+
return JSON.stringify(PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema.parse(prepareDeploymentStackNetworkByoVnetAzure));
|
|
730
779
|
}
|
|
731
780
|
/** @internal */
|
|
732
|
-
export const
|
|
733
|
-
.enum(TypeByoVpcGcp);
|
|
781
|
+
export const PrepareDeploymentStackTypeByoVpcGcp$outboundSchema = z.enum(PrepareDeploymentStackTypeByoVpcGcp);
|
|
734
782
|
/** @internal */
|
|
735
|
-
export const
|
|
783
|
+
export const PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema = z.object({
|
|
736
784
|
networkName: z.string(),
|
|
737
785
|
region: z.string(),
|
|
738
786
|
subnetName: z.string(),
|
|
739
|
-
type:
|
|
787
|
+
type: PrepareDeploymentStackTypeByoVpcGcp$outboundSchema,
|
|
740
788
|
}).transform((v) => {
|
|
741
789
|
return remap$(v, {
|
|
742
790
|
networkName: "network_name",
|
|
743
791
|
subnetName: "subnet_name",
|
|
744
792
|
});
|
|
745
793
|
});
|
|
746
|
-
export function
|
|
747
|
-
return JSON.stringify(
|
|
794
|
+
export function prepareDeploymentStackNetworkByoVpcGcpToJSON(prepareDeploymentStackNetworkByoVpcGcp) {
|
|
795
|
+
return JSON.stringify(PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema.parse(prepareDeploymentStackNetworkByoVpcGcp));
|
|
748
796
|
}
|
|
749
797
|
/** @internal */
|
|
750
|
-
export const
|
|
751
|
-
.enum(TypeByoVpcAws);
|
|
798
|
+
export const PrepareDeploymentStackTypeByoVpcAws$outboundSchema = z.enum(PrepareDeploymentStackTypeByoVpcAws);
|
|
752
799
|
/** @internal */
|
|
753
|
-
export const
|
|
800
|
+
export const PrepareDeploymentStackNetworkByoVpcAws$outboundSchema = z.object({
|
|
754
801
|
privateSubnetIds: z.array(z.string()),
|
|
755
802
|
publicSubnetIds: z.array(z.string()),
|
|
756
803
|
securityGroupIds: z.array(z.string()).optional(),
|
|
757
|
-
type:
|
|
804
|
+
type: PrepareDeploymentStackTypeByoVpcAws$outboundSchema,
|
|
758
805
|
vpcId: z.string(),
|
|
759
806
|
}).transform((v) => {
|
|
760
807
|
return remap$(v, {
|
|
@@ -764,83 +811,85 @@ export const NetworkByoVpcAws$outboundSchema = z.object({
|
|
|
764
811
|
vpcId: "vpc_id",
|
|
765
812
|
});
|
|
766
813
|
});
|
|
767
|
-
export function
|
|
768
|
-
return JSON.stringify(
|
|
814
|
+
export function prepareDeploymentStackNetworkByoVpcAwsToJSON(prepareDeploymentStackNetworkByoVpcAws) {
|
|
815
|
+
return JSON.stringify(PrepareDeploymentStackNetworkByoVpcAws$outboundSchema.parse(prepareDeploymentStackNetworkByoVpcAws));
|
|
769
816
|
}
|
|
770
817
|
/** @internal */
|
|
771
|
-
export const
|
|
818
|
+
export const PrepareDeploymentStackTypeCreate$outboundSchema = z.enum(PrepareDeploymentStackTypeCreate);
|
|
772
819
|
/** @internal */
|
|
773
|
-
export const
|
|
820
|
+
export const PrepareDeploymentStackNetworkCreate$outboundSchema = z.object({
|
|
774
821
|
availabilityZones: z.int().optional(),
|
|
775
822
|
cidr: z.nullable(z.string()).optional(),
|
|
776
|
-
type:
|
|
823
|
+
type: PrepareDeploymentStackTypeCreate$outboundSchema,
|
|
777
824
|
}).transform((v) => {
|
|
778
825
|
return remap$(v, {
|
|
779
826
|
availabilityZones: "availability_zones",
|
|
780
827
|
});
|
|
781
828
|
});
|
|
782
|
-
export function
|
|
783
|
-
return JSON.stringify(
|
|
829
|
+
export function prepareDeploymentStackNetworkCreateToJSON(prepareDeploymentStackNetworkCreate) {
|
|
830
|
+
return JSON.stringify(PrepareDeploymentStackNetworkCreate$outboundSchema.parse(prepareDeploymentStackNetworkCreate));
|
|
784
831
|
}
|
|
785
832
|
/** @internal */
|
|
786
|
-
export const
|
|
787
|
-
.enum(TypeUseDefault);
|
|
833
|
+
export const PrepareDeploymentStackTypeUseDefault$outboundSchema = z.enum(PrepareDeploymentStackTypeUseDefault);
|
|
788
834
|
/** @internal */
|
|
789
|
-
export const
|
|
790
|
-
type:
|
|
835
|
+
export const PrepareDeploymentStackNetworkUseDefault$outboundSchema = z.object({
|
|
836
|
+
type: PrepareDeploymentStackTypeUseDefault$outboundSchema,
|
|
791
837
|
});
|
|
792
|
-
export function
|
|
793
|
-
return JSON.stringify(
|
|
838
|
+
export function prepareDeploymentStackNetworkUseDefaultToJSON(prepareDeploymentStackNetworkUseDefault) {
|
|
839
|
+
return JSON.stringify(PrepareDeploymentStackNetworkUseDefault$outboundSchema.parse(prepareDeploymentStackNetworkUseDefault));
|
|
794
840
|
}
|
|
795
841
|
/** @internal */
|
|
796
|
-
export const
|
|
797
|
-
.
|
|
798
|
-
z.lazy(() =>
|
|
799
|
-
z.lazy(() =>
|
|
800
|
-
z.lazy(() =>
|
|
801
|
-
z.lazy(() =>
|
|
802
|
-
z.lazy(() => NetworkCreate$outboundSchema),
|
|
842
|
+
export const PrepareDeploymentStackNetworkUnion$outboundSchema = z.union([
|
|
843
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
|
|
844
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
|
|
845
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
|
|
846
|
+
z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
|
|
847
|
+
z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
|
|
803
848
|
z.any(),
|
|
804
849
|
]);
|
|
805
|
-
export function
|
|
806
|
-
return JSON.stringify(
|
|
850
|
+
export function prepareDeploymentStackNetworkUnionToJSON(prepareDeploymentStackNetworkUnion) {
|
|
851
|
+
return JSON.stringify(PrepareDeploymentStackNetworkUnion$outboundSchema.parse(prepareDeploymentStackNetworkUnion));
|
|
807
852
|
}
|
|
808
853
|
/** @internal */
|
|
809
|
-
export const
|
|
854
|
+
export const PrepareDeploymentStackTelemetry$outboundSchema = z.enum(PrepareDeploymentStackTelemetry);
|
|
810
855
|
/** @internal */
|
|
811
|
-
export const
|
|
856
|
+
export const PrepareDeploymentStackUpdates$outboundSchema = z.enum(PrepareDeploymentStackUpdates);
|
|
812
857
|
/** @internal */
|
|
813
|
-
export const
|
|
814
|
-
|
|
815
|
-
domains: z.nullable(z.union([z.lazy(() => Domains$outboundSchema), z.any()]))
|
|
858
|
+
export const PrepareDeploymentStackStackSettings$outboundSchema = z.object({
|
|
859
|
+
compute: z.lazy(() => PrepareDeploymentStackCompute$outboundSchema)
|
|
816
860
|
.optional(),
|
|
817
|
-
|
|
861
|
+
deploymentModel: PrepareDeploymentStackDeploymentModel$outboundSchema
|
|
818
862
|
.optional(),
|
|
819
|
-
|
|
863
|
+
domains: z.nullable(z.union([
|
|
864
|
+
z.lazy(() => PrepareDeploymentStackDomains$outboundSchema),
|
|
865
|
+
z.any(),
|
|
866
|
+
])).optional(),
|
|
867
|
+
externalBindings: z.nullable(z.lazy(() => PrepareDeploymentStackExternalBindings$outboundSchema)).optional(),
|
|
868
|
+
heartbeats: PrepareDeploymentStackHeartbeats$outboundSchema.optional(),
|
|
820
869
|
kubernetes: z.nullable(z.union([
|
|
821
870
|
z.lazy(() => PrepareDeploymentStackKubernetes$outboundSchema),
|
|
822
871
|
z.any(),
|
|
823
872
|
])).optional(),
|
|
824
873
|
network: z.nullable(z.union([
|
|
825
|
-
z.lazy(() =>
|
|
826
|
-
z.lazy(() =>
|
|
827
|
-
z.lazy(() =>
|
|
828
|
-
z.lazy(() =>
|
|
829
|
-
z.lazy(() =>
|
|
874
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcAws$outboundSchema),
|
|
875
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVpcGcp$outboundSchema),
|
|
876
|
+
z.lazy(() => PrepareDeploymentStackNetworkByoVnetAzure$outboundSchema),
|
|
877
|
+
z.lazy(() => PrepareDeploymentStackNetworkUseDefault$outboundSchema),
|
|
878
|
+
z.lazy(() => PrepareDeploymentStackNetworkCreate$outboundSchema),
|
|
830
879
|
z.any(),
|
|
831
880
|
])).optional(),
|
|
832
|
-
telemetry:
|
|
833
|
-
updates:
|
|
881
|
+
telemetry: PrepareDeploymentStackTelemetry$outboundSchema.optional(),
|
|
882
|
+
updates: PrepareDeploymentStackUpdates$outboundSchema.optional(),
|
|
834
883
|
});
|
|
835
|
-
export function
|
|
836
|
-
return JSON.stringify(
|
|
884
|
+
export function prepareDeploymentStackStackSettingsToJSON(prepareDeploymentStackStackSettings) {
|
|
885
|
+
return JSON.stringify(PrepareDeploymentStackStackSettings$outboundSchema.parse(prepareDeploymentStackStackSettings));
|
|
837
886
|
}
|
|
838
887
|
/** @internal */
|
|
839
888
|
export const PrepareDeploymentStackRequestBody$outboundSchema = z.object({
|
|
840
889
|
platform: PrepareDeploymentStackPlatform$outboundSchema,
|
|
841
890
|
setupMethod: models.DeploymentSetupMethod$outboundSchema,
|
|
842
891
|
region: z.string().optional(),
|
|
843
|
-
stackSettings: z.lazy(() =>
|
|
892
|
+
stackSettings: z.lazy(() => PrepareDeploymentStackStackSettings$outboundSchema),
|
|
844
893
|
});
|
|
845
894
|
export function prepareDeploymentStackRequestBodyToJSON(prepareDeploymentStackRequestBody) {
|
|
846
895
|
return JSON.stringify(PrepareDeploymentStackRequestBody$outboundSchema.parse(prepareDeploymentStackRequestBody));
|