@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
|
@@ -2,6 +2,204 @@ import * as z from "zod/v4";
|
|
|
2
2
|
import { ClosedEnum } from "../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeStringList: {
|
|
6
|
+
readonly StringList: "stringList";
|
|
7
|
+
};
|
|
8
|
+
export type SyncReconcileResponseCurrentReleaseTypeStringList = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseTypeStringList>;
|
|
9
|
+
export type SyncReconcileResponseCurrentReleaseDefaultStringList = {
|
|
10
|
+
type: SyncReconcileResponseCurrentReleaseTypeStringList;
|
|
11
|
+
/**
|
|
12
|
+
* String list default.
|
|
13
|
+
*/
|
|
14
|
+
value: Array<string>;
|
|
15
|
+
};
|
|
16
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeBoolean: {
|
|
17
|
+
readonly Boolean: "boolean";
|
|
18
|
+
};
|
|
19
|
+
export type SyncReconcileResponseCurrentReleaseTypeBoolean = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseTypeBoolean>;
|
|
20
|
+
export type SyncReconcileResponseCurrentReleaseDefaultBoolean = {
|
|
21
|
+
type: SyncReconcileResponseCurrentReleaseTypeBoolean;
|
|
22
|
+
/**
|
|
23
|
+
* Boolean default.
|
|
24
|
+
*/
|
|
25
|
+
value: boolean;
|
|
26
|
+
};
|
|
27
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeNumber: {
|
|
28
|
+
readonly Number: "number";
|
|
29
|
+
};
|
|
30
|
+
export type SyncReconcileResponseCurrentReleaseTypeNumber = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseTypeNumber>;
|
|
31
|
+
export type SyncReconcileResponseCurrentReleaseDefaultNumber = {
|
|
32
|
+
type: SyncReconcileResponseCurrentReleaseTypeNumber;
|
|
33
|
+
/**
|
|
34
|
+
* Number default.
|
|
35
|
+
*/
|
|
36
|
+
value: string;
|
|
37
|
+
};
|
|
38
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeString: {
|
|
39
|
+
readonly String: "string";
|
|
40
|
+
};
|
|
41
|
+
export type SyncReconcileResponseCurrentReleaseTypeString = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseTypeString>;
|
|
42
|
+
export type SyncReconcileResponseCurrentReleaseDefaultString = {
|
|
43
|
+
type: SyncReconcileResponseCurrentReleaseTypeString;
|
|
44
|
+
/**
|
|
45
|
+
* String default.
|
|
46
|
+
*/
|
|
47
|
+
value: string;
|
|
48
|
+
};
|
|
49
|
+
export type SyncReconcileResponseCurrentReleaseDefaultUnion = SyncReconcileResponseCurrentReleaseDefaultString | SyncReconcileResponseCurrentReleaseDefaultNumber | SyncReconcileResponseCurrentReleaseDefaultBoolean | SyncReconcileResponseCurrentReleaseDefaultStringList | any;
|
|
50
|
+
/**
|
|
51
|
+
* Environment variable handling for a stack input mapping.
|
|
52
|
+
*/
|
|
53
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeEnvEnum: {
|
|
54
|
+
readonly Plain: "plain";
|
|
55
|
+
readonly Secret: "secret";
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Environment variable handling for a stack input mapping.
|
|
59
|
+
*/
|
|
60
|
+
export type SyncReconcileResponseCurrentReleaseTypeEnvEnum = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseTypeEnvEnum>;
|
|
61
|
+
export type SyncReconcileResponseCurrentReleaseTypeUnion = SyncReconcileResponseCurrentReleaseTypeEnvEnum | any;
|
|
62
|
+
/**
|
|
63
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
64
|
+
*/
|
|
65
|
+
export type SyncReconcileResponseCurrentReleaseEnv = {
|
|
66
|
+
/**
|
|
67
|
+
* Environment variable name.
|
|
68
|
+
*/
|
|
69
|
+
name: string;
|
|
70
|
+
/**
|
|
71
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
72
|
+
*/
|
|
73
|
+
targetResources?: Array<string> | null | undefined;
|
|
74
|
+
type?: SyncReconcileResponseCurrentReleaseTypeEnvEnum | any | null | undefined;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Primitive stack input kind.
|
|
78
|
+
*/
|
|
79
|
+
export declare const SyncReconcileResponseCurrentReleaseKind: {
|
|
80
|
+
readonly String: "string";
|
|
81
|
+
readonly Secret: "secret";
|
|
82
|
+
readonly Number: "number";
|
|
83
|
+
readonly Integer: "integer";
|
|
84
|
+
readonly Boolean: "boolean";
|
|
85
|
+
readonly Enum: "enum";
|
|
86
|
+
readonly StringList: "stringList";
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Primitive stack input kind.
|
|
90
|
+
*/
|
|
91
|
+
export type SyncReconcileResponseCurrentReleaseKind = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseKind>;
|
|
92
|
+
/**
|
|
93
|
+
* Represents the target cloud platform.
|
|
94
|
+
*/
|
|
95
|
+
export declare const SyncReconcileResponseCurrentReleasePlatform: {
|
|
96
|
+
readonly Aws: "aws";
|
|
97
|
+
readonly Gcp: "gcp";
|
|
98
|
+
readonly Azure: "azure";
|
|
99
|
+
readonly Kubernetes: "kubernetes";
|
|
100
|
+
readonly Local: "local";
|
|
101
|
+
readonly Test: "test";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* Represents the target cloud platform.
|
|
105
|
+
*/
|
|
106
|
+
export type SyncReconcileResponseCurrentReleasePlatform = ClosedEnum<typeof SyncReconcileResponseCurrentReleasePlatform>;
|
|
107
|
+
/**
|
|
108
|
+
* Who can provide a stack input value.
|
|
109
|
+
*/
|
|
110
|
+
export declare const SyncReconcileResponseCurrentReleaseProvidedBy: {
|
|
111
|
+
readonly Developer: "developer";
|
|
112
|
+
readonly Deployer: "deployer";
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* Who can provide a stack input value.
|
|
116
|
+
*/
|
|
117
|
+
export type SyncReconcileResponseCurrentReleaseProvidedBy = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseProvidedBy>;
|
|
118
|
+
/**
|
|
119
|
+
* Portable stack input validation constraints.
|
|
120
|
+
*/
|
|
121
|
+
export type SyncReconcileResponseCurrentReleaseValidation = {
|
|
122
|
+
/**
|
|
123
|
+
* Semantic format hint such as url.
|
|
124
|
+
*/
|
|
125
|
+
format?: string | null | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* Maximum number.
|
|
128
|
+
*/
|
|
129
|
+
max?: string | null | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* Maximum string-list items.
|
|
132
|
+
*/
|
|
133
|
+
maxItems?: number | null | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* Maximum string length.
|
|
136
|
+
*/
|
|
137
|
+
maxLength?: number | null | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* Minimum number.
|
|
140
|
+
*/
|
|
141
|
+
min?: string | null | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* Minimum string-list items.
|
|
144
|
+
*/
|
|
145
|
+
minItems?: number | null | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* Minimum string length.
|
|
148
|
+
*/
|
|
149
|
+
minLength?: number | null | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* Portable whole-value regex pattern.
|
|
152
|
+
*/
|
|
153
|
+
pattern?: string | null | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* Allowed string enum values.
|
|
156
|
+
*/
|
|
157
|
+
values?: Array<string> | null | undefined;
|
|
158
|
+
};
|
|
159
|
+
export type SyncReconcileResponseCurrentReleaseValidationUnion = SyncReconcileResponseCurrentReleaseValidation | any;
|
|
160
|
+
/**
|
|
161
|
+
* Stack input definition serialized into a release stack.
|
|
162
|
+
*/
|
|
163
|
+
export type SyncReconcileResponseCurrentReleaseInput = {
|
|
164
|
+
default?: SyncReconcileResponseCurrentReleaseDefaultString | SyncReconcileResponseCurrentReleaseDefaultNumber | SyncReconcileResponseCurrentReleaseDefaultBoolean | SyncReconcileResponseCurrentReleaseDefaultStringList | any | null | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* Human-facing helper text.
|
|
167
|
+
*/
|
|
168
|
+
description: string;
|
|
169
|
+
/**
|
|
170
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
171
|
+
*/
|
|
172
|
+
env?: Array<SyncReconcileResponseCurrentReleaseEnv> | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* Stable input ID used by CLI/API calls.
|
|
175
|
+
*/
|
|
176
|
+
id: string;
|
|
177
|
+
/**
|
|
178
|
+
* Primitive stack input kind.
|
|
179
|
+
*/
|
|
180
|
+
kind: SyncReconcileResponseCurrentReleaseKind;
|
|
181
|
+
/**
|
|
182
|
+
* Human-facing field label.
|
|
183
|
+
*/
|
|
184
|
+
label: string;
|
|
185
|
+
/**
|
|
186
|
+
* Example placeholder shown in UI.
|
|
187
|
+
*/
|
|
188
|
+
placeholder?: string | null | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* Platforms where this input applies.
|
|
191
|
+
*/
|
|
192
|
+
platforms?: Array<SyncReconcileResponseCurrentReleasePlatform> | null | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* Who can provide this value.
|
|
195
|
+
*/
|
|
196
|
+
providedBy: Array<SyncReconcileResponseCurrentReleaseProvidedBy>;
|
|
197
|
+
/**
|
|
198
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
199
|
+
*/
|
|
200
|
+
required: boolean;
|
|
201
|
+
validation?: SyncReconcileResponseCurrentReleaseValidation | any | null | undefined;
|
|
202
|
+
};
|
|
5
203
|
export declare const SyncReconcileResponseCurrentReleaseManagementEnum: {
|
|
6
204
|
readonly Auto: "auto";
|
|
7
205
|
};
|
|
@@ -1094,6 +1292,10 @@ export type SyncReconcileResponseCurrentReleaseStack = {
|
|
|
1094
1292
|
* Unique identifier for the stack
|
|
1095
1293
|
*/
|
|
1096
1294
|
id: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* Input definitions required before setup or deployment can proceed.
|
|
1297
|
+
*/
|
|
1298
|
+
inputs?: Array<SyncReconcileResponseCurrentReleaseInput> | undefined;
|
|
1097
1299
|
/**
|
|
1098
1300
|
* Combined permissions configuration that contains both profiles and management
|
|
1099
1301
|
*/
|
|
@@ -1337,6 +1539,204 @@ export declare const SyncReconcileResponseCurrentPlatform: {
|
|
|
1337
1539
|
* Represents the target cloud platform.
|
|
1338
1540
|
*/
|
|
1339
1541
|
export type SyncReconcileResponseCurrentPlatform = ClosedEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
1542
|
+
export declare const SyncReconcileResponsePreparedStackTypeStringList: {
|
|
1543
|
+
readonly StringList: "stringList";
|
|
1544
|
+
};
|
|
1545
|
+
export type SyncReconcileResponsePreparedStackTypeStringList = ClosedEnum<typeof SyncReconcileResponsePreparedStackTypeStringList>;
|
|
1546
|
+
export type SyncReconcileResponsePreparedStackDefaultStringList = {
|
|
1547
|
+
type: SyncReconcileResponsePreparedStackTypeStringList;
|
|
1548
|
+
/**
|
|
1549
|
+
* String list default.
|
|
1550
|
+
*/
|
|
1551
|
+
value: Array<string>;
|
|
1552
|
+
};
|
|
1553
|
+
export declare const SyncReconcileResponsePreparedStackTypeBoolean: {
|
|
1554
|
+
readonly Boolean: "boolean";
|
|
1555
|
+
};
|
|
1556
|
+
export type SyncReconcileResponsePreparedStackTypeBoolean = ClosedEnum<typeof SyncReconcileResponsePreparedStackTypeBoolean>;
|
|
1557
|
+
export type SyncReconcileResponsePreparedStackDefaultBoolean = {
|
|
1558
|
+
type: SyncReconcileResponsePreparedStackTypeBoolean;
|
|
1559
|
+
/**
|
|
1560
|
+
* Boolean default.
|
|
1561
|
+
*/
|
|
1562
|
+
value: boolean;
|
|
1563
|
+
};
|
|
1564
|
+
export declare const SyncReconcileResponsePreparedStackTypeNumber: {
|
|
1565
|
+
readonly Number: "number";
|
|
1566
|
+
};
|
|
1567
|
+
export type SyncReconcileResponsePreparedStackTypeNumber = ClosedEnum<typeof SyncReconcileResponsePreparedStackTypeNumber>;
|
|
1568
|
+
export type SyncReconcileResponsePreparedStackDefaultNumber = {
|
|
1569
|
+
type: SyncReconcileResponsePreparedStackTypeNumber;
|
|
1570
|
+
/**
|
|
1571
|
+
* Number default.
|
|
1572
|
+
*/
|
|
1573
|
+
value: string;
|
|
1574
|
+
};
|
|
1575
|
+
export declare const SyncReconcileResponsePreparedStackTypeString: {
|
|
1576
|
+
readonly String: "string";
|
|
1577
|
+
};
|
|
1578
|
+
export type SyncReconcileResponsePreparedStackTypeString = ClosedEnum<typeof SyncReconcileResponsePreparedStackTypeString>;
|
|
1579
|
+
export type SyncReconcileResponsePreparedStackDefaultString = {
|
|
1580
|
+
type: SyncReconcileResponsePreparedStackTypeString;
|
|
1581
|
+
/**
|
|
1582
|
+
* String default.
|
|
1583
|
+
*/
|
|
1584
|
+
value: string;
|
|
1585
|
+
};
|
|
1586
|
+
export type SyncReconcileResponsePreparedStackDefaultUnion = SyncReconcileResponsePreparedStackDefaultString | SyncReconcileResponsePreparedStackDefaultNumber | SyncReconcileResponsePreparedStackDefaultBoolean | SyncReconcileResponsePreparedStackDefaultStringList | any;
|
|
1587
|
+
/**
|
|
1588
|
+
* Environment variable handling for a stack input mapping.
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const SyncReconcileResponsePreparedStackTypeEnvEnum: {
|
|
1591
|
+
readonly Plain: "plain";
|
|
1592
|
+
readonly Secret: "secret";
|
|
1593
|
+
};
|
|
1594
|
+
/**
|
|
1595
|
+
* Environment variable handling for a stack input mapping.
|
|
1596
|
+
*/
|
|
1597
|
+
export type SyncReconcileResponsePreparedStackTypeEnvEnum = ClosedEnum<typeof SyncReconcileResponsePreparedStackTypeEnvEnum>;
|
|
1598
|
+
export type SyncReconcileResponsePreparedStackTypeUnion = SyncReconcileResponsePreparedStackTypeEnvEnum | any;
|
|
1599
|
+
/**
|
|
1600
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
1601
|
+
*/
|
|
1602
|
+
export type SyncReconcileResponsePreparedStackEnv = {
|
|
1603
|
+
/**
|
|
1604
|
+
* Environment variable name.
|
|
1605
|
+
*/
|
|
1606
|
+
name: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
1609
|
+
*/
|
|
1610
|
+
targetResources?: Array<string> | null | undefined;
|
|
1611
|
+
type?: SyncReconcileResponsePreparedStackTypeEnvEnum | any | null | undefined;
|
|
1612
|
+
};
|
|
1613
|
+
/**
|
|
1614
|
+
* Primitive stack input kind.
|
|
1615
|
+
*/
|
|
1616
|
+
export declare const SyncReconcileResponsePreparedStackKind: {
|
|
1617
|
+
readonly String: "string";
|
|
1618
|
+
readonly Secret: "secret";
|
|
1619
|
+
readonly Number: "number";
|
|
1620
|
+
readonly Integer: "integer";
|
|
1621
|
+
readonly Boolean: "boolean";
|
|
1622
|
+
readonly Enum: "enum";
|
|
1623
|
+
readonly StringList: "stringList";
|
|
1624
|
+
};
|
|
1625
|
+
/**
|
|
1626
|
+
* Primitive stack input kind.
|
|
1627
|
+
*/
|
|
1628
|
+
export type SyncReconcileResponsePreparedStackKind = ClosedEnum<typeof SyncReconcileResponsePreparedStackKind>;
|
|
1629
|
+
/**
|
|
1630
|
+
* Represents the target cloud platform.
|
|
1631
|
+
*/
|
|
1632
|
+
export declare const SyncReconcileResponsePreparedStackPlatform: {
|
|
1633
|
+
readonly Aws: "aws";
|
|
1634
|
+
readonly Gcp: "gcp";
|
|
1635
|
+
readonly Azure: "azure";
|
|
1636
|
+
readonly Kubernetes: "kubernetes";
|
|
1637
|
+
readonly Local: "local";
|
|
1638
|
+
readonly Test: "test";
|
|
1639
|
+
};
|
|
1640
|
+
/**
|
|
1641
|
+
* Represents the target cloud platform.
|
|
1642
|
+
*/
|
|
1643
|
+
export type SyncReconcileResponsePreparedStackPlatform = ClosedEnum<typeof SyncReconcileResponsePreparedStackPlatform>;
|
|
1644
|
+
/**
|
|
1645
|
+
* Who can provide a stack input value.
|
|
1646
|
+
*/
|
|
1647
|
+
export declare const SyncReconcileResponsePreparedStackProvidedBy: {
|
|
1648
|
+
readonly Developer: "developer";
|
|
1649
|
+
readonly Deployer: "deployer";
|
|
1650
|
+
};
|
|
1651
|
+
/**
|
|
1652
|
+
* Who can provide a stack input value.
|
|
1653
|
+
*/
|
|
1654
|
+
export type SyncReconcileResponsePreparedStackProvidedBy = ClosedEnum<typeof SyncReconcileResponsePreparedStackProvidedBy>;
|
|
1655
|
+
/**
|
|
1656
|
+
* Portable stack input validation constraints.
|
|
1657
|
+
*/
|
|
1658
|
+
export type SyncReconcileResponsePreparedStackValidation = {
|
|
1659
|
+
/**
|
|
1660
|
+
* Semantic format hint such as url.
|
|
1661
|
+
*/
|
|
1662
|
+
format?: string | null | undefined;
|
|
1663
|
+
/**
|
|
1664
|
+
* Maximum number.
|
|
1665
|
+
*/
|
|
1666
|
+
max?: string | null | undefined;
|
|
1667
|
+
/**
|
|
1668
|
+
* Maximum string-list items.
|
|
1669
|
+
*/
|
|
1670
|
+
maxItems?: number | null | undefined;
|
|
1671
|
+
/**
|
|
1672
|
+
* Maximum string length.
|
|
1673
|
+
*/
|
|
1674
|
+
maxLength?: number | null | undefined;
|
|
1675
|
+
/**
|
|
1676
|
+
* Minimum number.
|
|
1677
|
+
*/
|
|
1678
|
+
min?: string | null | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* Minimum string-list items.
|
|
1681
|
+
*/
|
|
1682
|
+
minItems?: number | null | undefined;
|
|
1683
|
+
/**
|
|
1684
|
+
* Minimum string length.
|
|
1685
|
+
*/
|
|
1686
|
+
minLength?: number | null | undefined;
|
|
1687
|
+
/**
|
|
1688
|
+
* Portable whole-value regex pattern.
|
|
1689
|
+
*/
|
|
1690
|
+
pattern?: string | null | undefined;
|
|
1691
|
+
/**
|
|
1692
|
+
* Allowed string enum values.
|
|
1693
|
+
*/
|
|
1694
|
+
values?: Array<string> | null | undefined;
|
|
1695
|
+
};
|
|
1696
|
+
export type SyncReconcileResponsePreparedStackValidationUnion = SyncReconcileResponsePreparedStackValidation | any;
|
|
1697
|
+
/**
|
|
1698
|
+
* Stack input definition serialized into a release stack.
|
|
1699
|
+
*/
|
|
1700
|
+
export type SyncReconcileResponsePreparedStackInput = {
|
|
1701
|
+
default?: SyncReconcileResponsePreparedStackDefaultString | SyncReconcileResponsePreparedStackDefaultNumber | SyncReconcileResponsePreparedStackDefaultBoolean | SyncReconcileResponsePreparedStackDefaultStringList | any | null | undefined;
|
|
1702
|
+
/**
|
|
1703
|
+
* Human-facing helper text.
|
|
1704
|
+
*/
|
|
1705
|
+
description: string;
|
|
1706
|
+
/**
|
|
1707
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
1708
|
+
*/
|
|
1709
|
+
env?: Array<SyncReconcileResponsePreparedStackEnv> | undefined;
|
|
1710
|
+
/**
|
|
1711
|
+
* Stable input ID used by CLI/API calls.
|
|
1712
|
+
*/
|
|
1713
|
+
id: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* Primitive stack input kind.
|
|
1716
|
+
*/
|
|
1717
|
+
kind: SyncReconcileResponsePreparedStackKind;
|
|
1718
|
+
/**
|
|
1719
|
+
* Human-facing field label.
|
|
1720
|
+
*/
|
|
1721
|
+
label: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* Example placeholder shown in UI.
|
|
1724
|
+
*/
|
|
1725
|
+
placeholder?: string | null | undefined;
|
|
1726
|
+
/**
|
|
1727
|
+
* Platforms where this input applies.
|
|
1728
|
+
*/
|
|
1729
|
+
platforms?: Array<SyncReconcileResponsePreparedStackPlatform> | null | undefined;
|
|
1730
|
+
/**
|
|
1731
|
+
* Who can provide this value.
|
|
1732
|
+
*/
|
|
1733
|
+
providedBy: Array<SyncReconcileResponsePreparedStackProvidedBy>;
|
|
1734
|
+
/**
|
|
1735
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
1736
|
+
*/
|
|
1737
|
+
required: boolean;
|
|
1738
|
+
validation?: SyncReconcileResponsePreparedStackValidation | any | null | undefined;
|
|
1739
|
+
};
|
|
1340
1740
|
export declare const SyncReconcileResponsePreparedStackManagementEnum: {
|
|
1341
1741
|
readonly Auto: "auto";
|
|
1342
1742
|
};
|
|
@@ -2429,6 +2829,10 @@ export type SyncReconcileResponsePreparedStack = {
|
|
|
2429
2829
|
* Unique identifier for the stack
|
|
2430
2830
|
*/
|
|
2431
2831
|
id: string;
|
|
2832
|
+
/**
|
|
2833
|
+
* Input definitions required before setup or deployment can proceed.
|
|
2834
|
+
*/
|
|
2835
|
+
inputs?: Array<SyncReconcileResponsePreparedStackInput> | undefined;
|
|
2432
2836
|
/**
|
|
2433
2837
|
* Combined permissions configuration that contains both profiles and management
|
|
2434
2838
|
*/
|
|
@@ -2785,6 +3189,204 @@ export declare const SyncReconcileResponseStatus: {
|
|
|
2785
3189
|
* Deployment status in the deployment lifecycle
|
|
2786
3190
|
*/
|
|
2787
3191
|
export type SyncReconcileResponseStatus = ClosedEnum<typeof SyncReconcileResponseStatus>;
|
|
3192
|
+
export declare const SyncReconcileResponseTargetReleaseTypeStringList: {
|
|
3193
|
+
readonly StringList: "stringList";
|
|
3194
|
+
};
|
|
3195
|
+
export type SyncReconcileResponseTargetReleaseTypeStringList = ClosedEnum<typeof SyncReconcileResponseTargetReleaseTypeStringList>;
|
|
3196
|
+
export type SyncReconcileResponseTargetReleaseDefaultStringList = {
|
|
3197
|
+
type: SyncReconcileResponseTargetReleaseTypeStringList;
|
|
3198
|
+
/**
|
|
3199
|
+
* String list default.
|
|
3200
|
+
*/
|
|
3201
|
+
value: Array<string>;
|
|
3202
|
+
};
|
|
3203
|
+
export declare const SyncReconcileResponseTargetReleaseTypeBoolean: {
|
|
3204
|
+
readonly Boolean: "boolean";
|
|
3205
|
+
};
|
|
3206
|
+
export type SyncReconcileResponseTargetReleaseTypeBoolean = ClosedEnum<typeof SyncReconcileResponseTargetReleaseTypeBoolean>;
|
|
3207
|
+
export type SyncReconcileResponseTargetReleaseDefaultBoolean = {
|
|
3208
|
+
type: SyncReconcileResponseTargetReleaseTypeBoolean;
|
|
3209
|
+
/**
|
|
3210
|
+
* Boolean default.
|
|
3211
|
+
*/
|
|
3212
|
+
value: boolean;
|
|
3213
|
+
};
|
|
3214
|
+
export declare const SyncReconcileResponseTargetReleaseTypeNumber: {
|
|
3215
|
+
readonly Number: "number";
|
|
3216
|
+
};
|
|
3217
|
+
export type SyncReconcileResponseTargetReleaseTypeNumber = ClosedEnum<typeof SyncReconcileResponseTargetReleaseTypeNumber>;
|
|
3218
|
+
export type SyncReconcileResponseTargetReleaseDefaultNumber = {
|
|
3219
|
+
type: SyncReconcileResponseTargetReleaseTypeNumber;
|
|
3220
|
+
/**
|
|
3221
|
+
* Number default.
|
|
3222
|
+
*/
|
|
3223
|
+
value: string;
|
|
3224
|
+
};
|
|
3225
|
+
export declare const SyncReconcileResponseTargetReleaseTypeString: {
|
|
3226
|
+
readonly String: "string";
|
|
3227
|
+
};
|
|
3228
|
+
export type SyncReconcileResponseTargetReleaseTypeString = ClosedEnum<typeof SyncReconcileResponseTargetReleaseTypeString>;
|
|
3229
|
+
export type SyncReconcileResponseTargetReleaseDefaultString = {
|
|
3230
|
+
type: SyncReconcileResponseTargetReleaseTypeString;
|
|
3231
|
+
/**
|
|
3232
|
+
* String default.
|
|
3233
|
+
*/
|
|
3234
|
+
value: string;
|
|
3235
|
+
};
|
|
3236
|
+
export type SyncReconcileResponseTargetReleaseDefaultUnion = SyncReconcileResponseTargetReleaseDefaultString | SyncReconcileResponseTargetReleaseDefaultNumber | SyncReconcileResponseTargetReleaseDefaultBoolean | SyncReconcileResponseTargetReleaseDefaultStringList | any;
|
|
3237
|
+
/**
|
|
3238
|
+
* Environment variable handling for a stack input mapping.
|
|
3239
|
+
*/
|
|
3240
|
+
export declare const SyncReconcileResponseTargetReleaseTypeEnvEnum: {
|
|
3241
|
+
readonly Plain: "plain";
|
|
3242
|
+
readonly Secret: "secret";
|
|
3243
|
+
};
|
|
3244
|
+
/**
|
|
3245
|
+
* Environment variable handling for a stack input mapping.
|
|
3246
|
+
*/
|
|
3247
|
+
export type SyncReconcileResponseTargetReleaseTypeEnvEnum = ClosedEnum<typeof SyncReconcileResponseTargetReleaseTypeEnvEnum>;
|
|
3248
|
+
export type SyncReconcileResponseTargetReleaseTypeUnion = SyncReconcileResponseTargetReleaseTypeEnvEnum | any;
|
|
3249
|
+
/**
|
|
3250
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
3251
|
+
*/
|
|
3252
|
+
export type SyncReconcileResponseTargetReleaseEnv = {
|
|
3253
|
+
/**
|
|
3254
|
+
* Environment variable name.
|
|
3255
|
+
*/
|
|
3256
|
+
name: string;
|
|
3257
|
+
/**
|
|
3258
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
3259
|
+
*/
|
|
3260
|
+
targetResources?: Array<string> | null | undefined;
|
|
3261
|
+
type?: SyncReconcileResponseTargetReleaseTypeEnvEnum | any | null | undefined;
|
|
3262
|
+
};
|
|
3263
|
+
/**
|
|
3264
|
+
* Primitive stack input kind.
|
|
3265
|
+
*/
|
|
3266
|
+
export declare const SyncReconcileResponseTargetReleaseKind: {
|
|
3267
|
+
readonly String: "string";
|
|
3268
|
+
readonly Secret: "secret";
|
|
3269
|
+
readonly Number: "number";
|
|
3270
|
+
readonly Integer: "integer";
|
|
3271
|
+
readonly Boolean: "boolean";
|
|
3272
|
+
readonly Enum: "enum";
|
|
3273
|
+
readonly StringList: "stringList";
|
|
3274
|
+
};
|
|
3275
|
+
/**
|
|
3276
|
+
* Primitive stack input kind.
|
|
3277
|
+
*/
|
|
3278
|
+
export type SyncReconcileResponseTargetReleaseKind = ClosedEnum<typeof SyncReconcileResponseTargetReleaseKind>;
|
|
3279
|
+
/**
|
|
3280
|
+
* Represents the target cloud platform.
|
|
3281
|
+
*/
|
|
3282
|
+
export declare const SyncReconcileResponseTargetReleasePlatform: {
|
|
3283
|
+
readonly Aws: "aws";
|
|
3284
|
+
readonly Gcp: "gcp";
|
|
3285
|
+
readonly Azure: "azure";
|
|
3286
|
+
readonly Kubernetes: "kubernetes";
|
|
3287
|
+
readonly Local: "local";
|
|
3288
|
+
readonly Test: "test";
|
|
3289
|
+
};
|
|
3290
|
+
/**
|
|
3291
|
+
* Represents the target cloud platform.
|
|
3292
|
+
*/
|
|
3293
|
+
export type SyncReconcileResponseTargetReleasePlatform = ClosedEnum<typeof SyncReconcileResponseTargetReleasePlatform>;
|
|
3294
|
+
/**
|
|
3295
|
+
* Who can provide a stack input value.
|
|
3296
|
+
*/
|
|
3297
|
+
export declare const SyncReconcileResponseTargetReleaseProvidedBy: {
|
|
3298
|
+
readonly Developer: "developer";
|
|
3299
|
+
readonly Deployer: "deployer";
|
|
3300
|
+
};
|
|
3301
|
+
/**
|
|
3302
|
+
* Who can provide a stack input value.
|
|
3303
|
+
*/
|
|
3304
|
+
export type SyncReconcileResponseTargetReleaseProvidedBy = ClosedEnum<typeof SyncReconcileResponseTargetReleaseProvidedBy>;
|
|
3305
|
+
/**
|
|
3306
|
+
* Portable stack input validation constraints.
|
|
3307
|
+
*/
|
|
3308
|
+
export type SyncReconcileResponseTargetReleaseValidation = {
|
|
3309
|
+
/**
|
|
3310
|
+
* Semantic format hint such as url.
|
|
3311
|
+
*/
|
|
3312
|
+
format?: string | null | undefined;
|
|
3313
|
+
/**
|
|
3314
|
+
* Maximum number.
|
|
3315
|
+
*/
|
|
3316
|
+
max?: string | null | undefined;
|
|
3317
|
+
/**
|
|
3318
|
+
* Maximum string-list items.
|
|
3319
|
+
*/
|
|
3320
|
+
maxItems?: number | null | undefined;
|
|
3321
|
+
/**
|
|
3322
|
+
* Maximum string length.
|
|
3323
|
+
*/
|
|
3324
|
+
maxLength?: number | null | undefined;
|
|
3325
|
+
/**
|
|
3326
|
+
* Minimum number.
|
|
3327
|
+
*/
|
|
3328
|
+
min?: string | null | undefined;
|
|
3329
|
+
/**
|
|
3330
|
+
* Minimum string-list items.
|
|
3331
|
+
*/
|
|
3332
|
+
minItems?: number | null | undefined;
|
|
3333
|
+
/**
|
|
3334
|
+
* Minimum string length.
|
|
3335
|
+
*/
|
|
3336
|
+
minLength?: number | null | undefined;
|
|
3337
|
+
/**
|
|
3338
|
+
* Portable whole-value regex pattern.
|
|
3339
|
+
*/
|
|
3340
|
+
pattern?: string | null | undefined;
|
|
3341
|
+
/**
|
|
3342
|
+
* Allowed string enum values.
|
|
3343
|
+
*/
|
|
3344
|
+
values?: Array<string> | null | undefined;
|
|
3345
|
+
};
|
|
3346
|
+
export type SyncReconcileResponseTargetReleaseValidationUnion = SyncReconcileResponseTargetReleaseValidation | any;
|
|
3347
|
+
/**
|
|
3348
|
+
* Stack input definition serialized into a release stack.
|
|
3349
|
+
*/
|
|
3350
|
+
export type SyncReconcileResponseTargetReleaseInput = {
|
|
3351
|
+
default?: SyncReconcileResponseTargetReleaseDefaultString | SyncReconcileResponseTargetReleaseDefaultNumber | SyncReconcileResponseTargetReleaseDefaultBoolean | SyncReconcileResponseTargetReleaseDefaultStringList | any | null | undefined;
|
|
3352
|
+
/**
|
|
3353
|
+
* Human-facing helper text.
|
|
3354
|
+
*/
|
|
3355
|
+
description: string;
|
|
3356
|
+
/**
|
|
3357
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
3358
|
+
*/
|
|
3359
|
+
env?: Array<SyncReconcileResponseTargetReleaseEnv> | undefined;
|
|
3360
|
+
/**
|
|
3361
|
+
* Stable input ID used by CLI/API calls.
|
|
3362
|
+
*/
|
|
3363
|
+
id: string;
|
|
3364
|
+
/**
|
|
3365
|
+
* Primitive stack input kind.
|
|
3366
|
+
*/
|
|
3367
|
+
kind: SyncReconcileResponseTargetReleaseKind;
|
|
3368
|
+
/**
|
|
3369
|
+
* Human-facing field label.
|
|
3370
|
+
*/
|
|
3371
|
+
label: string;
|
|
3372
|
+
/**
|
|
3373
|
+
* Example placeholder shown in UI.
|
|
3374
|
+
*/
|
|
3375
|
+
placeholder?: string | null | undefined;
|
|
3376
|
+
/**
|
|
3377
|
+
* Platforms where this input applies.
|
|
3378
|
+
*/
|
|
3379
|
+
platforms?: Array<SyncReconcileResponseTargetReleasePlatform> | null | undefined;
|
|
3380
|
+
/**
|
|
3381
|
+
* Who can provide this value.
|
|
3382
|
+
*/
|
|
3383
|
+
providedBy: Array<SyncReconcileResponseTargetReleaseProvidedBy>;
|
|
3384
|
+
/**
|
|
3385
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
3386
|
+
*/
|
|
3387
|
+
required: boolean;
|
|
3388
|
+
validation?: SyncReconcileResponseTargetReleaseValidation | any | null | undefined;
|
|
3389
|
+
};
|
|
2788
3390
|
export declare const SyncReconcileResponseTargetReleaseManagementEnum: {
|
|
2789
3391
|
readonly Auto: "auto";
|
|
2790
3392
|
};
|
|
@@ -3877,6 +4479,10 @@ export type SyncReconcileResponseTargetReleaseStack = {
|
|
|
3877
4479
|
* Unique identifier for the stack
|
|
3878
4480
|
*/
|
|
3879
4481
|
id: string;
|
|
4482
|
+
/**
|
|
4483
|
+
* Input definitions required before setup or deployment can proceed.
|
|
4484
|
+
*/
|
|
4485
|
+
inputs?: Array<SyncReconcileResponseTargetReleaseInput> | undefined;
|
|
3880
4486
|
/**
|
|
3881
4487
|
* Combined permissions configuration that contains both profiles and management
|
|
3882
4488
|
*/
|
|
@@ -4098,10 +4704,10 @@ export type SyncReconcileResponseHorizonMachineImage = {
|
|
|
4098
4704
|
machineImageVersion: string;
|
|
4099
4705
|
};
|
|
4100
4706
|
export type SyncReconcileResponseHorizonMachineImageUnion = SyncReconcileResponseHorizonMachineImage | any;
|
|
4101
|
-
export declare const
|
|
4707
|
+
export declare const ComputeBackendTargetType: {
|
|
4102
4708
|
readonly Horizon: "horizon";
|
|
4103
4709
|
};
|
|
4104
|
-
export type
|
|
4710
|
+
export type ComputeBackendTargetType = ClosedEnum<typeof ComputeBackendTargetType>;
|
|
4105
4711
|
/**
|
|
4106
4712
|
* Compute backend for Container and Worker resources.
|
|
4107
4713
|
*
|
|
@@ -4126,13 +4732,117 @@ export type SyncReconcileResponseComputeBackendHorizon = {
|
|
|
4126
4732
|
* Horizon control-plane API base URL.
|
|
4127
4733
|
*/
|
|
4128
4734
|
url: string;
|
|
4129
|
-
type:
|
|
4735
|
+
type: ComputeBackendTargetType;
|
|
4130
4736
|
};
|
|
4131
4737
|
export type SyncReconcileResponseComputeBackendUnion = SyncReconcileResponseComputeBackendHorizon | any;
|
|
4132
4738
|
/**
|
|
4133
4739
|
* Certificate status in the certificate lifecycle
|
|
4134
4740
|
*/
|
|
4135
|
-
export declare const SyncReconcileResponseAliasCertificateStatus: {
|
|
4741
|
+
export declare const SyncReconcileResponseAliasCertificateStatus: {
|
|
4742
|
+
readonly Pending: "pending";
|
|
4743
|
+
readonly Issued: "issued";
|
|
4744
|
+
readonly Renewing: "renewing";
|
|
4745
|
+
readonly RenewalFailed: "renewal-failed";
|
|
4746
|
+
readonly Failed: "failed";
|
|
4747
|
+
readonly Deleting: "deleting";
|
|
4748
|
+
};
|
|
4749
|
+
/**
|
|
4750
|
+
* Certificate status in the certificate lifecycle
|
|
4751
|
+
*/
|
|
4752
|
+
export type SyncReconcileResponseAliasCertificateStatus = ClosedEnum<typeof SyncReconcileResponseAliasCertificateStatus>;
|
|
4753
|
+
/**
|
|
4754
|
+
* DNS record status in the DNS lifecycle
|
|
4755
|
+
*/
|
|
4756
|
+
export declare const SyncReconcileResponseAliasDnsStatus: {
|
|
4757
|
+
readonly Pending: "pending";
|
|
4758
|
+
readonly Active: "active";
|
|
4759
|
+
readonly Updating: "updating";
|
|
4760
|
+
readonly Deleting: "deleting";
|
|
4761
|
+
readonly Failed: "failed";
|
|
4762
|
+
};
|
|
4763
|
+
/**
|
|
4764
|
+
* DNS record status in the DNS lifecycle
|
|
4765
|
+
*/
|
|
4766
|
+
export type SyncReconcileResponseAliasDnsStatus = ClosedEnum<typeof SyncReconcileResponseAliasDnsStatus>;
|
|
4767
|
+
/**
|
|
4768
|
+
* Certificate and DNS metadata for a managed hostname.
|
|
4769
|
+
*
|
|
4770
|
+
* @remarks
|
|
4771
|
+
*
|
|
4772
|
+
* Includes decrypted certificate data for issued certificates.
|
|
4773
|
+
* Private keys are deployment-scoped secrets (like environment variables).
|
|
4774
|
+
*/
|
|
4775
|
+
export type SyncReconcileResponseAlias = {
|
|
4776
|
+
/**
|
|
4777
|
+
* Full PEM certificate chain (only present if status is "issued").
|
|
4778
|
+
*/
|
|
4779
|
+
certificateChain?: string | null | undefined;
|
|
4780
|
+
/**
|
|
4781
|
+
* Certificate ID (for tracking/logging).
|
|
4782
|
+
*/
|
|
4783
|
+
certificateId: string;
|
|
4784
|
+
/**
|
|
4785
|
+
* Certificate status in the certificate lifecycle
|
|
4786
|
+
*/
|
|
4787
|
+
certificateStatus: SyncReconcileResponseAliasCertificateStatus;
|
|
4788
|
+
/**
|
|
4789
|
+
* Last DNS error message. Present when DNS previously failed, even if status
|
|
4790
|
+
*
|
|
4791
|
+
* @remarks
|
|
4792
|
+
* was reset to pending for retry. Used to surface actionable error context
|
|
4793
|
+
* in WaitingForDns failure messages.
|
|
4794
|
+
*/
|
|
4795
|
+
dnsError?: string | null | undefined;
|
|
4796
|
+
/**
|
|
4797
|
+
* DNS record status in the DNS lifecycle
|
|
4798
|
+
*/
|
|
4799
|
+
dnsStatus: SyncReconcileResponseAliasDnsStatus;
|
|
4800
|
+
/**
|
|
4801
|
+
* Fully qualified domain name.
|
|
4802
|
+
*/
|
|
4803
|
+
fqdn: string;
|
|
4804
|
+
/**
|
|
4805
|
+
* ISO 8601 timestamp when certificate was issued (for renewal detection).
|
|
4806
|
+
*/
|
|
4807
|
+
issuedAt?: string | null | undefined;
|
|
4808
|
+
/**
|
|
4809
|
+
* Decrypted private key (only present if status is "issued").
|
|
4810
|
+
*/
|
|
4811
|
+
privateKey?: string | null | undefined;
|
|
4812
|
+
};
|
|
4813
|
+
/**
|
|
4814
|
+
* Certificate status in the certificate lifecycle
|
|
4815
|
+
*/
|
|
4816
|
+
export declare const SyncReconcileResponseCertificateStatus: {
|
|
4817
|
+
readonly Pending: "pending";
|
|
4818
|
+
readonly Issued: "issued";
|
|
4819
|
+
readonly Renewing: "renewing";
|
|
4820
|
+
readonly RenewalFailed: "renewal-failed";
|
|
4821
|
+
readonly Failed: "failed";
|
|
4822
|
+
readonly Deleting: "deleting";
|
|
4823
|
+
};
|
|
4824
|
+
/**
|
|
4825
|
+
* Certificate status in the certificate lifecycle
|
|
4826
|
+
*/
|
|
4827
|
+
export type SyncReconcileResponseCertificateStatus = ClosedEnum<typeof SyncReconcileResponseCertificateStatus>;
|
|
4828
|
+
/**
|
|
4829
|
+
* DNS record status in the DNS lifecycle
|
|
4830
|
+
*/
|
|
4831
|
+
export declare const SyncReconcileResponseDnsStatus: {
|
|
4832
|
+
readonly Pending: "pending";
|
|
4833
|
+
readonly Active: "active";
|
|
4834
|
+
readonly Updating: "updating";
|
|
4835
|
+
readonly Deleting: "deleting";
|
|
4836
|
+
readonly Failed: "failed";
|
|
4837
|
+
};
|
|
4838
|
+
/**
|
|
4839
|
+
* DNS record status in the DNS lifecycle
|
|
4840
|
+
*/
|
|
4841
|
+
export type SyncReconcileResponseDnsStatus = ClosedEnum<typeof SyncReconcileResponseDnsStatus>;
|
|
4842
|
+
/**
|
|
4843
|
+
* Certificate status in the certificate lifecycle
|
|
4844
|
+
*/
|
|
4845
|
+
export declare const SyncReconcileResponseEndpointsCertificateStatus: {
|
|
4136
4846
|
readonly Pending: "pending";
|
|
4137
4847
|
readonly Issued: "issued";
|
|
4138
4848
|
readonly Renewing: "renewing";
|
|
@@ -4143,11 +4853,11 @@ export declare const SyncReconcileResponseAliasCertificateStatus: {
|
|
|
4143
4853
|
/**
|
|
4144
4854
|
* Certificate status in the certificate lifecycle
|
|
4145
4855
|
*/
|
|
4146
|
-
export type
|
|
4856
|
+
export type SyncReconcileResponseEndpointsCertificateStatus = ClosedEnum<typeof SyncReconcileResponseEndpointsCertificateStatus>;
|
|
4147
4857
|
/**
|
|
4148
4858
|
* DNS record status in the DNS lifecycle
|
|
4149
4859
|
*/
|
|
4150
|
-
export declare const
|
|
4860
|
+
export declare const SyncReconcileResponseEndpointsDnsStatus: {
|
|
4151
4861
|
readonly Pending: "pending";
|
|
4152
4862
|
readonly Active: "active";
|
|
4153
4863
|
readonly Updating: "updating";
|
|
@@ -4157,7 +4867,7 @@ export declare const SyncReconcileResponseAliasDnsStatus: {
|
|
|
4157
4867
|
/**
|
|
4158
4868
|
* DNS record status in the DNS lifecycle
|
|
4159
4869
|
*/
|
|
4160
|
-
export type
|
|
4870
|
+
export type SyncReconcileResponseEndpointsDnsStatus = ClosedEnum<typeof SyncReconcileResponseEndpointsDnsStatus>;
|
|
4161
4871
|
/**
|
|
4162
4872
|
* Certificate and DNS metadata for a managed hostname.
|
|
4163
4873
|
*
|
|
@@ -4166,7 +4876,7 @@ export type SyncReconcileResponseAliasDnsStatus = ClosedEnum<typeof SyncReconcil
|
|
|
4166
4876
|
* Includes decrypted certificate data for issued certificates.
|
|
4167
4877
|
* Private keys are deployment-scoped secrets (like environment variables).
|
|
4168
4878
|
*/
|
|
4169
|
-
export type
|
|
4879
|
+
export type SyncReconcileResponseEndpoints = {
|
|
4170
4880
|
/**
|
|
4171
4881
|
* Full PEM certificate chain (only present if status is "issued").
|
|
4172
4882
|
*/
|
|
@@ -4178,7 +4888,7 @@ export type SyncReconcileResponseAlias = {
|
|
|
4178
4888
|
/**
|
|
4179
4889
|
* Certificate status in the certificate lifecycle
|
|
4180
4890
|
*/
|
|
4181
|
-
certificateStatus:
|
|
4891
|
+
certificateStatus: SyncReconcileResponseEndpointsCertificateStatus;
|
|
4182
4892
|
/**
|
|
4183
4893
|
* Last DNS error message. Present when DNS previously failed, even if status
|
|
4184
4894
|
*
|
|
@@ -4190,7 +4900,7 @@ export type SyncReconcileResponseAlias = {
|
|
|
4190
4900
|
/**
|
|
4191
4901
|
* DNS record status in the DNS lifecycle
|
|
4192
4902
|
*/
|
|
4193
|
-
dnsStatus:
|
|
4903
|
+
dnsStatus: SyncReconcileResponseEndpointsDnsStatus;
|
|
4194
4904
|
/**
|
|
4195
4905
|
* Fully qualified domain name.
|
|
4196
4906
|
*/
|
|
@@ -4204,43 +4914,14 @@ export type SyncReconcileResponseAlias = {
|
|
|
4204
4914
|
*/
|
|
4205
4915
|
privateKey?: string | null | undefined;
|
|
4206
4916
|
};
|
|
4207
|
-
/**
|
|
4208
|
-
* Certificate status in the certificate lifecycle
|
|
4209
|
-
*/
|
|
4210
|
-
export declare const SyncReconcileResponseCertificateStatus: {
|
|
4211
|
-
readonly Pending: "pending";
|
|
4212
|
-
readonly Issued: "issued";
|
|
4213
|
-
readonly Renewing: "renewing";
|
|
4214
|
-
readonly RenewalFailed: "renewal-failed";
|
|
4215
|
-
readonly Failed: "failed";
|
|
4216
|
-
readonly Deleting: "deleting";
|
|
4217
|
-
};
|
|
4218
|
-
/**
|
|
4219
|
-
* Certificate status in the certificate lifecycle
|
|
4220
|
-
*/
|
|
4221
|
-
export type SyncReconcileResponseCertificateStatus = ClosedEnum<typeof SyncReconcileResponseCertificateStatus>;
|
|
4222
|
-
/**
|
|
4223
|
-
* DNS record status in the DNS lifecycle
|
|
4224
|
-
*/
|
|
4225
|
-
export declare const SyncReconcileResponseDnsStatus: {
|
|
4226
|
-
readonly Pending: "pending";
|
|
4227
|
-
readonly Active: "active";
|
|
4228
|
-
readonly Updating: "updating";
|
|
4229
|
-
readonly Deleting: "deleting";
|
|
4230
|
-
readonly Failed: "failed";
|
|
4231
|
-
};
|
|
4232
|
-
/**
|
|
4233
|
-
* DNS record status in the DNS lifecycle
|
|
4234
|
-
*/
|
|
4235
|
-
export type SyncReconcileResponseDnsStatus = ClosedEnum<typeof SyncReconcileResponseDnsStatus>;
|
|
4236
4917
|
/**
|
|
4237
4918
|
* Certificate and DNS metadata for a public resource.
|
|
4238
4919
|
*
|
|
4239
4920
|
* @remarks
|
|
4240
4921
|
*
|
|
4241
|
-
* The direct fields describe the primary
|
|
4242
|
-
* contains
|
|
4243
|
-
*
|
|
4922
|
+
* The direct fields describe the primary endpoint hostname. `endpoints`
|
|
4923
|
+
* contains endpoint-scoped metadata keyed by endpoint name. `aliases` contains
|
|
4924
|
+
* additional managed hostnames that route directly to the primary endpoint.
|
|
4244
4925
|
*/
|
|
4245
4926
|
export type DomainMetadataTargetResources = {
|
|
4246
4927
|
/**
|
|
@@ -4260,17 +4941,19 @@ export type DomainMetadataTargetResources = {
|
|
|
4260
4941
|
*/
|
|
4261
4942
|
certificateStatus: SyncReconcileResponseCertificateStatus;
|
|
4262
4943
|
/**
|
|
4263
|
-
* Last DNS error message.
|
|
4264
|
-
*
|
|
4265
|
-
* @remarks
|
|
4266
|
-
* was reset to pending for retry. Used to surface actionable error context
|
|
4267
|
-
* in WaitingForDns failure messages.
|
|
4944
|
+
* Last DNS error message.
|
|
4268
4945
|
*/
|
|
4269
4946
|
dnsError?: string | null | undefined;
|
|
4270
4947
|
/**
|
|
4271
4948
|
* DNS record status in the DNS lifecycle
|
|
4272
4949
|
*/
|
|
4273
4950
|
dnsStatus: SyncReconcileResponseDnsStatus;
|
|
4951
|
+
/**
|
|
4952
|
+
* Endpoint-scoped metadata keyed by endpoint name.
|
|
4953
|
+
*/
|
|
4954
|
+
endpoints?: {
|
|
4955
|
+
[k: string]: SyncReconcileResponseEndpoints;
|
|
4956
|
+
} | undefined;
|
|
4274
4957
|
/**
|
|
4275
4958
|
* Fully qualified domain name.
|
|
4276
4959
|
*/
|
|
@@ -4311,14 +4994,14 @@ export type SyncReconcileResponseDomainMetadataUnion = SyncReconcileResponseDoma
|
|
|
4311
4994
|
/**
|
|
4312
4995
|
* Type of environment variable
|
|
4313
4996
|
*/
|
|
4314
|
-
export declare const
|
|
4997
|
+
export declare const TargetEnvironmentVariablesType: {
|
|
4315
4998
|
readonly Plain: "plain";
|
|
4316
4999
|
readonly Secret: "secret";
|
|
4317
5000
|
};
|
|
4318
5001
|
/**
|
|
4319
5002
|
* Type of environment variable
|
|
4320
5003
|
*/
|
|
4321
|
-
export type
|
|
5004
|
+
export type TargetEnvironmentVariablesType = ClosedEnum<typeof TargetEnvironmentVariablesType>;
|
|
4322
5005
|
/**
|
|
4323
5006
|
* Environment variable for deployment
|
|
4324
5007
|
*/
|
|
@@ -4334,7 +5017,7 @@ export type SyncReconcileResponseVariable = {
|
|
|
4334
5017
|
/**
|
|
4335
5018
|
* Type of environment variable
|
|
4336
5019
|
*/
|
|
4337
|
-
type:
|
|
5020
|
+
type: TargetEnvironmentVariablesType;
|
|
4338
5021
|
/**
|
|
4339
5022
|
* Variable value (decrypted - deployment has access to decryption keys)
|
|
4340
5023
|
*/
|
|
@@ -4450,10 +5133,10 @@ export type SyncReconcileResponseStaticIp = {
|
|
|
4450
5133
|
*/
|
|
4451
5134
|
secretRef: SyncReconcileResponseStaticIpSecretRef;
|
|
4452
5135
|
};
|
|
4453
|
-
export declare const
|
|
5136
|
+
export declare const TargetTypeContainerAppsEnvironment: {
|
|
4454
5137
|
readonly ContainerAppsEnvironment: "container_apps_environment";
|
|
4455
5138
|
};
|
|
4456
|
-
export type
|
|
5139
|
+
export type TargetTypeContainerAppsEnvironment = ClosedEnum<typeof TargetTypeContainerAppsEnvironment>;
|
|
4457
5140
|
/**
|
|
4458
5141
|
* Binding configuration for a pre-existing Azure Container Apps Environment.
|
|
4459
5142
|
*
|
|
@@ -4493,7 +5176,7 @@ export type SyncReconcileResponseExternalBindingsContainerAppsEnvironment = {
|
|
|
4493
5176
|
*/
|
|
4494
5177
|
resourceId?: SyncReconcileResponseResourceId | any | string | null | undefined;
|
|
4495
5178
|
staticIp?: any | null | undefined;
|
|
4496
|
-
type:
|
|
5179
|
+
type: TargetTypeContainerAppsEnvironment;
|
|
4497
5180
|
};
|
|
4498
5181
|
/**
|
|
4499
5182
|
* Reference to a Kubernetes Secret
|
|
@@ -4515,10 +5198,10 @@ export type SyncReconcileResponseDataDir3 = {
|
|
|
4515
5198
|
* or a reference to a Kubernetes Secret
|
|
4516
5199
|
*/
|
|
4517
5200
|
export type SyncReconcileResponseDataDirUnion2 = SyncReconcileResponseDataDir3 | any | string;
|
|
4518
|
-
export declare const
|
|
5201
|
+
export declare const TargetTypeVault5: {
|
|
4519
5202
|
readonly Vault: "vault";
|
|
4520
5203
|
};
|
|
4521
|
-
export type
|
|
5204
|
+
export type TargetTypeVault5 = ClosedEnum<typeof TargetTypeVault5>;
|
|
4522
5205
|
/**
|
|
4523
5206
|
* Local development vault binding (for testing/development)
|
|
4524
5207
|
*/
|
|
@@ -4535,7 +5218,7 @@ export type SyncReconcileResponseExternalBindingsLocalVault = {
|
|
|
4535
5218
|
*/
|
|
4536
5219
|
vaultName: string;
|
|
4537
5220
|
service: "local-vault";
|
|
4538
|
-
type:
|
|
5221
|
+
type: TargetTypeVault5;
|
|
4539
5222
|
};
|
|
4540
5223
|
/**
|
|
4541
5224
|
* Reference to a Kubernetes Secret
|
|
@@ -4577,10 +5260,10 @@ export type SyncReconcileResponseVaultPrefix3 = {
|
|
|
4577
5260
|
* or a reference to a Kubernetes Secret
|
|
4578
5261
|
*/
|
|
4579
5262
|
export type SyncReconcileResponseVaultPrefixUnion3 = SyncReconcileResponseVaultPrefix3 | any | string;
|
|
4580
|
-
export declare const
|
|
5263
|
+
export declare const TargetTypeVault4: {
|
|
4581
5264
|
readonly Vault: "vault";
|
|
4582
5265
|
};
|
|
4583
|
-
export type
|
|
5266
|
+
export type TargetTypeVault4 = ClosedEnum<typeof TargetTypeVault4>;
|
|
4584
5267
|
/**
|
|
4585
5268
|
* Kubernetes Secrets vault binding configuration
|
|
4586
5269
|
*/
|
|
@@ -4600,7 +5283,7 @@ export type SyncReconcileResponseExternalBindingsKubernetesSecret = {
|
|
|
4600
5283
|
*/
|
|
4601
5284
|
vaultPrefix?: SyncReconcileResponseVaultPrefix3 | any | string | null | undefined;
|
|
4602
5285
|
service: "kubernetes-secret";
|
|
4603
|
-
type:
|
|
5286
|
+
type: TargetTypeVault4;
|
|
4604
5287
|
};
|
|
4605
5288
|
/**
|
|
4606
5289
|
* Reference to a Kubernetes Secret
|
|
@@ -4622,10 +5305,10 @@ export type SyncReconcileResponseVaultName = {
|
|
|
4622
5305
|
* or a reference to a Kubernetes Secret
|
|
4623
5306
|
*/
|
|
4624
5307
|
export type SyncReconcileResponseVaultNameUnion = SyncReconcileResponseVaultName | any | string;
|
|
4625
|
-
export declare const
|
|
5308
|
+
export declare const TargetTypeVault3: {
|
|
4626
5309
|
readonly Vault: "vault";
|
|
4627
5310
|
};
|
|
4628
|
-
export type
|
|
5311
|
+
export type TargetTypeVault3 = ClosedEnum<typeof TargetTypeVault3>;
|
|
4629
5312
|
/**
|
|
4630
5313
|
* Azure Key Vault binding configuration
|
|
4631
5314
|
*/
|
|
@@ -4638,7 +5321,7 @@ export type SyncReconcileResponseExternalBindingsKeyVault = {
|
|
|
4638
5321
|
*/
|
|
4639
5322
|
vaultName?: SyncReconcileResponseVaultName | any | string | null | undefined;
|
|
4640
5323
|
service: "key-vault";
|
|
4641
|
-
type:
|
|
5324
|
+
type: TargetTypeVault3;
|
|
4642
5325
|
};
|
|
4643
5326
|
/**
|
|
4644
5327
|
* Reference to a Kubernetes Secret
|
|
@@ -4660,10 +5343,10 @@ export type SyncReconcileResponseVaultPrefix2 = {
|
|
|
4660
5343
|
* or a reference to a Kubernetes Secret
|
|
4661
5344
|
*/
|
|
4662
5345
|
export type SyncReconcileResponseVaultPrefixUnion2 = SyncReconcileResponseVaultPrefix2 | any | string;
|
|
4663
|
-
export declare const
|
|
5346
|
+
export declare const TargetTypeVault2: {
|
|
4664
5347
|
readonly Vault: "vault";
|
|
4665
5348
|
};
|
|
4666
|
-
export type
|
|
5349
|
+
export type TargetTypeVault2 = ClosedEnum<typeof TargetTypeVault2>;
|
|
4667
5350
|
/**
|
|
4668
5351
|
* GCP Secret Manager vault binding configuration
|
|
4669
5352
|
*/
|
|
@@ -4676,7 +5359,7 @@ export type SyncReconcileResponseExternalBindingsSecretManager = {
|
|
|
4676
5359
|
*/
|
|
4677
5360
|
vaultPrefix?: SyncReconcileResponseVaultPrefix2 | any | string | null | undefined;
|
|
4678
5361
|
service: "secret-manager";
|
|
4679
|
-
type:
|
|
5362
|
+
type: TargetTypeVault2;
|
|
4680
5363
|
};
|
|
4681
5364
|
/**
|
|
4682
5365
|
* Reference to a Kubernetes Secret
|
|
@@ -4698,10 +5381,10 @@ export type SyncReconcileResponseVaultPrefix1 = {
|
|
|
4698
5381
|
* or a reference to a Kubernetes Secret
|
|
4699
5382
|
*/
|
|
4700
5383
|
export type SyncReconcileResponseVaultPrefixUnion1 = SyncReconcileResponseVaultPrefix1 | any | string;
|
|
4701
|
-
export declare const
|
|
5384
|
+
export declare const TargetTypeVault1: {
|
|
4702
5385
|
readonly Vault: "vault";
|
|
4703
5386
|
};
|
|
4704
|
-
export type
|
|
5387
|
+
export type TargetTypeVault1 = ClosedEnum<typeof TargetTypeVault1>;
|
|
4705
5388
|
/**
|
|
4706
5389
|
* AWS SSM Parameter Store vault binding configuration
|
|
4707
5390
|
*/
|
|
@@ -4714,7 +5397,7 @@ export type SyncReconcileResponseExternalBindingsParameterStore = {
|
|
|
4714
5397
|
*/
|
|
4715
5398
|
vaultPrefix?: SyncReconcileResponseVaultPrefix1 | any | string | null | undefined;
|
|
4716
5399
|
service: "parameter-store";
|
|
4717
|
-
type:
|
|
5400
|
+
type: TargetTypeVault1;
|
|
4718
5401
|
};
|
|
4719
5402
|
/**
|
|
4720
5403
|
* Represents a vault binding for secure secret management
|
|
@@ -4753,10 +5436,10 @@ export type SyncReconcileResponseRegistryUrl = {
|
|
|
4753
5436
|
* or a reference to a Kubernetes Secret
|
|
4754
5437
|
*/
|
|
4755
5438
|
export type SyncReconcileResponseRegistryUrlUnion = SyncReconcileResponseRegistryUrl | any | string;
|
|
4756
|
-
export declare const
|
|
5439
|
+
export declare const TargetTypeArtifactRegistry4: {
|
|
4757
5440
|
readonly ArtifactRegistry: "artifact_registry";
|
|
4758
5441
|
};
|
|
4759
|
-
export type
|
|
5442
|
+
export type TargetTypeArtifactRegistry4 = ClosedEnum<typeof TargetTypeArtifactRegistry4>;
|
|
4760
5443
|
/**
|
|
4761
5444
|
* Local container registry binding configuration.
|
|
4762
5445
|
*
|
|
@@ -4782,7 +5465,7 @@ export type SyncReconcileResponseExternalBindingsLocal = {
|
|
|
4782
5465
|
*/
|
|
4783
5466
|
registryUrl?: SyncReconcileResponseRegistryUrl | any | string | null | undefined;
|
|
4784
5467
|
service: "local";
|
|
4785
|
-
type:
|
|
5468
|
+
type: TargetTypeArtifactRegistry4;
|
|
4786
5469
|
};
|
|
4787
5470
|
/**
|
|
4788
5471
|
* Reference to a Kubernetes Secret
|
|
@@ -4830,10 +5513,10 @@ export type SyncReconcileResponseRepositoryName = {
|
|
|
4830
5513
|
* or a reference to a Kubernetes Secret
|
|
4831
5514
|
*/
|
|
4832
5515
|
export type SyncReconcileResponseRepositoryNameUnion = SyncReconcileResponseRepositoryName | any | string;
|
|
4833
|
-
export declare const
|
|
5516
|
+
export declare const TargetTypeArtifactRegistry3: {
|
|
4834
5517
|
readonly ArtifactRegistry: "artifact_registry";
|
|
4835
5518
|
};
|
|
4836
|
-
export type
|
|
5519
|
+
export type TargetTypeArtifactRegistry3 = ClosedEnum<typeof TargetTypeArtifactRegistry3>;
|
|
4837
5520
|
/**
|
|
4838
5521
|
* Google Artifact Registry binding configuration
|
|
4839
5522
|
*/
|
|
@@ -4848,7 +5531,7 @@ export type SyncReconcileResponseExternalBindingsGar = {
|
|
|
4848
5531
|
*/
|
|
4849
5532
|
repositoryName?: SyncReconcileResponseRepositoryName | any | string | null | undefined;
|
|
4850
5533
|
service: "gar";
|
|
4851
|
-
type:
|
|
5534
|
+
type: TargetTypeArtifactRegistry3;
|
|
4852
5535
|
};
|
|
4853
5536
|
/**
|
|
4854
5537
|
* Reference to a Kubernetes Secret
|
|
@@ -4903,10 +5586,10 @@ export type SyncReconcileResponseResourceGroupName2 = {
|
|
|
4903
5586
|
* or a reference to a Kubernetes Secret
|
|
4904
5587
|
*/
|
|
4905
5588
|
export type SyncReconcileResponseResourceGroupNameUnion2 = SyncReconcileResponseResourceGroupName2 | any | string;
|
|
4906
|
-
export declare const
|
|
5589
|
+
export declare const TargetTypeArtifactRegistry2: {
|
|
4907
5590
|
readonly ArtifactRegistry: "artifact_registry";
|
|
4908
5591
|
};
|
|
4909
|
-
export type
|
|
5592
|
+
export type TargetTypeArtifactRegistry2 = ClosedEnum<typeof TargetTypeArtifactRegistry2>;
|
|
4910
5593
|
/**
|
|
4911
5594
|
* Azure Container Registry binding configuration
|
|
4912
5595
|
*/
|
|
@@ -4927,7 +5610,7 @@ export type SyncReconcileResponseExternalBindingsAcr = {
|
|
|
4927
5610
|
*/
|
|
4928
5611
|
resourceGroupName?: SyncReconcileResponseResourceGroupName2 | any | string | null | undefined;
|
|
4929
5612
|
service: "acr";
|
|
4930
|
-
type:
|
|
5613
|
+
type: TargetTypeArtifactRegistry2;
|
|
4931
5614
|
};
|
|
4932
5615
|
/**
|
|
4933
5616
|
* Reference to a Kubernetes Secret
|
|
@@ -4975,10 +5658,10 @@ export type SyncReconcileResponseRepositoryPrefix1 = {
|
|
|
4975
5658
|
* or a reference to a Kubernetes Secret
|
|
4976
5659
|
*/
|
|
4977
5660
|
export type SyncReconcileResponseRepositoryPrefixUnion = SyncReconcileResponseRepositoryPrefix1 | any | string;
|
|
4978
|
-
export declare const
|
|
5661
|
+
export declare const TargetTypeArtifactRegistry1: {
|
|
4979
5662
|
readonly ArtifactRegistry: "artifact_registry";
|
|
4980
5663
|
};
|
|
4981
|
-
export type
|
|
5664
|
+
export type TargetTypeArtifactRegistry1 = ClosedEnum<typeof TargetTypeArtifactRegistry1>;
|
|
4982
5665
|
/**
|
|
4983
5666
|
* AWS ECR (Elastic Container Registry) binding configuration
|
|
4984
5667
|
*/
|
|
@@ -4993,7 +5676,7 @@ export type SyncReconcileResponseExternalBindingsEcr = {
|
|
|
4993
5676
|
*/
|
|
4994
5677
|
repositoryPrefix?: SyncReconcileResponseRepositoryPrefix1 | any | string | null | undefined;
|
|
4995
5678
|
service: "ecr";
|
|
4996
|
-
type:
|
|
5679
|
+
type: TargetTypeArtifactRegistry1;
|
|
4997
5680
|
};
|
|
4998
5681
|
/**
|
|
4999
5682
|
* Service-type based artifact registry binding that supports multiple registry providers
|
|
@@ -5032,10 +5715,10 @@ export type SyncReconcileResponseKeyPrefix2 = {
|
|
|
5032
5715
|
*/
|
|
5033
5716
|
secretRef: SyncReconcileResponseKeyPrefixSecretRef2;
|
|
5034
5717
|
};
|
|
5035
|
-
export declare const
|
|
5718
|
+
export declare const TargetTypeKv5: {
|
|
5036
5719
|
readonly Kv: "kv";
|
|
5037
5720
|
};
|
|
5038
|
-
export type
|
|
5721
|
+
export type TargetTypeKv5 = ClosedEnum<typeof TargetTypeKv5>;
|
|
5039
5722
|
/**
|
|
5040
5723
|
* Local development KV binding configuration
|
|
5041
5724
|
*/
|
|
@@ -5049,7 +5732,7 @@ export type SyncReconcileResponseExternalBindingsLocalKv = {
|
|
|
5049
5732
|
dataDir?: SyncReconcileResponseDataDir1 | any | string | null | undefined;
|
|
5050
5733
|
keyPrefix?: any | null | undefined;
|
|
5051
5734
|
service: "local-kv";
|
|
5052
|
-
type:
|
|
5735
|
+
type: TargetTypeKv5;
|
|
5053
5736
|
};
|
|
5054
5737
|
/**
|
|
5055
5738
|
* Reference to a Kubernetes Secret
|
|
@@ -5097,10 +5780,10 @@ export type SyncReconcileResponseKeyPrefix1 = {
|
|
|
5097
5780
|
*/
|
|
5098
5781
|
secretRef: SyncReconcileResponseKeyPrefixSecretRef1;
|
|
5099
5782
|
};
|
|
5100
|
-
export declare const
|
|
5783
|
+
export declare const TargetTypeKv4: {
|
|
5101
5784
|
readonly Kv: "kv";
|
|
5102
5785
|
};
|
|
5103
|
-
export type
|
|
5786
|
+
export type TargetTypeKv4 = ClosedEnum<typeof TargetTypeKv4>;
|
|
5104
5787
|
/**
|
|
5105
5788
|
* Redis KV binding configuration
|
|
5106
5789
|
*/
|
|
@@ -5115,7 +5798,7 @@ export type SyncReconcileResponseExternalBindingsRedis = {
|
|
|
5115
5798
|
database?: any | null | undefined;
|
|
5116
5799
|
keyPrefix?: any | null | undefined;
|
|
5117
5800
|
service: "redis";
|
|
5118
|
-
type:
|
|
5801
|
+
type: TargetTypeKv4;
|
|
5119
5802
|
};
|
|
5120
5803
|
/**
|
|
5121
5804
|
* Reference to a Kubernetes Secret
|
|
@@ -5177,10 +5860,10 @@ export type SyncReconcileResponseTableName2 = {
|
|
|
5177
5860
|
* or a reference to a Kubernetes Secret
|
|
5178
5861
|
*/
|
|
5179
5862
|
export type SyncReconcileResponseTableNameUnion2 = SyncReconcileResponseTableName2 | any | string;
|
|
5180
|
-
export declare const
|
|
5863
|
+
export declare const TargetTypeKv3: {
|
|
5181
5864
|
readonly Kv: "kv";
|
|
5182
5865
|
};
|
|
5183
|
-
export type
|
|
5866
|
+
export type TargetTypeKv3 = ClosedEnum<typeof TargetTypeKv3>;
|
|
5184
5867
|
/**
|
|
5185
5868
|
* Azure Table Storage KV binding configuration
|
|
5186
5869
|
*/
|
|
@@ -5207,7 +5890,7 @@ export type SyncReconcileResponseExternalBindingsTablestorage = {
|
|
|
5207
5890
|
*/
|
|
5208
5891
|
tableName?: SyncReconcileResponseTableName2 | any | string | null | undefined;
|
|
5209
5892
|
service: "tablestorage";
|
|
5210
|
-
type:
|
|
5893
|
+
type: TargetTypeKv3;
|
|
5211
5894
|
};
|
|
5212
5895
|
/**
|
|
5213
5896
|
* Reference to a Kubernetes Secret
|
|
@@ -5269,10 +5952,10 @@ export type SyncReconcileResponseProjectId = {
|
|
|
5269
5952
|
* or a reference to a Kubernetes Secret
|
|
5270
5953
|
*/
|
|
5271
5954
|
export type SyncReconcileResponseProjectIdUnion = SyncReconcileResponseProjectId | any | string;
|
|
5272
|
-
export declare const
|
|
5955
|
+
export declare const TargetTypeKv2: {
|
|
5273
5956
|
readonly Kv: "kv";
|
|
5274
5957
|
};
|
|
5275
|
-
export type
|
|
5958
|
+
export type TargetTypeKv2 = ClosedEnum<typeof TargetTypeKv2>;
|
|
5276
5959
|
/**
|
|
5277
5960
|
* GCP Firestore KV binding configuration
|
|
5278
5961
|
*/
|
|
@@ -5299,7 +5982,7 @@ export type SyncReconcileResponseExternalBindingsFirestore = {
|
|
|
5299
5982
|
*/
|
|
5300
5983
|
projectId?: SyncReconcileResponseProjectId | any | string | null | undefined;
|
|
5301
5984
|
service: "firestore";
|
|
5302
|
-
type:
|
|
5985
|
+
type: TargetTypeKv2;
|
|
5303
5986
|
};
|
|
5304
5987
|
/**
|
|
5305
5988
|
* Reference to a Kubernetes Secret
|
|
@@ -5354,10 +6037,10 @@ export type SyncReconcileResponseTableName1 = {
|
|
|
5354
6037
|
* or a reference to a Kubernetes Secret
|
|
5355
6038
|
*/
|
|
5356
6039
|
export type SyncReconcileResponseTableNameUnion1 = SyncReconcileResponseTableName1 | any | string;
|
|
5357
|
-
export declare const
|
|
6040
|
+
export declare const TargetTypeKv1: {
|
|
5358
6041
|
readonly Kv: "kv";
|
|
5359
6042
|
};
|
|
5360
|
-
export type
|
|
6043
|
+
export type TargetTypeKv1 = ClosedEnum<typeof TargetTypeKv1>;
|
|
5361
6044
|
/**
|
|
5362
6045
|
* AWS DynamoDB KV binding configuration
|
|
5363
6046
|
*/
|
|
@@ -5378,7 +6061,7 @@ export type SyncReconcileResponseExternalBindingsDynamodb = {
|
|
|
5378
6061
|
*/
|
|
5379
6062
|
tableName?: SyncReconcileResponseTableName1 | any | string | null | undefined;
|
|
5380
6063
|
service: "dynamodb";
|
|
5381
|
-
type:
|
|
6064
|
+
type: TargetTypeKv1;
|
|
5382
6065
|
};
|
|
5383
6066
|
/**
|
|
5384
6067
|
* Represents a KV binding for key-value storage across platforms
|
|
@@ -5404,10 +6087,10 @@ export type SyncReconcileResponseQueuePath = {
|
|
|
5404
6087
|
* or a reference to a Kubernetes Secret
|
|
5405
6088
|
*/
|
|
5406
6089
|
export type SyncReconcileResponseQueuePathUnion = SyncReconcileResponseQueuePath | any | string;
|
|
5407
|
-
export declare const
|
|
6090
|
+
export declare const TargetTypeQueue4: {
|
|
5408
6091
|
readonly Queue: "queue";
|
|
5409
6092
|
};
|
|
5410
|
-
export type
|
|
6093
|
+
export type TargetTypeQueue4 = ClosedEnum<typeof TargetTypeQueue4>;
|
|
5411
6094
|
/**
|
|
5412
6095
|
* Local queue parameters
|
|
5413
6096
|
*/
|
|
@@ -5420,7 +6103,7 @@ export type SyncReconcileResponseExternalBindingsLocalQueue = {
|
|
|
5420
6103
|
*/
|
|
5421
6104
|
queuePath?: SyncReconcileResponseQueuePath | any | string | null | undefined;
|
|
5422
6105
|
service: "local-queue";
|
|
5423
|
-
type:
|
|
6106
|
+
type: TargetTypeQueue4;
|
|
5424
6107
|
};
|
|
5425
6108
|
/**
|
|
5426
6109
|
* Reference to a Kubernetes Secret
|
|
@@ -5462,10 +6145,10 @@ export type SyncReconcileResponseQueueName = {
|
|
|
5462
6145
|
* or a reference to a Kubernetes Secret
|
|
5463
6146
|
*/
|
|
5464
6147
|
export type SyncReconcileResponseQueueNameUnion = SyncReconcileResponseQueueName | any | string;
|
|
5465
|
-
export declare const
|
|
6148
|
+
export declare const TargetTypeQueue3: {
|
|
5466
6149
|
readonly Queue: "queue";
|
|
5467
6150
|
};
|
|
5468
|
-
export type
|
|
6151
|
+
export type TargetTypeQueue3 = ClosedEnum<typeof TargetTypeQueue3>;
|
|
5469
6152
|
/**
|
|
5470
6153
|
* Azure Service Bus parameters
|
|
5471
6154
|
*/
|
|
@@ -5485,7 +6168,7 @@ export type SyncReconcileResponseExternalBindingsServicebus = {
|
|
|
5485
6168
|
*/
|
|
5486
6169
|
queueName?: SyncReconcileResponseQueueName | any | string | null | undefined;
|
|
5487
6170
|
service: "servicebus";
|
|
5488
|
-
type:
|
|
6171
|
+
type: TargetTypeQueue3;
|
|
5489
6172
|
};
|
|
5490
6173
|
/**
|
|
5491
6174
|
* Reference to a Kubernetes Secret
|
|
@@ -5527,10 +6210,10 @@ export type SyncReconcileResponseTopic = {
|
|
|
5527
6210
|
* or a reference to a Kubernetes Secret
|
|
5528
6211
|
*/
|
|
5529
6212
|
export type SyncReconcileResponseTopicUnion = SyncReconcileResponseTopic | any | string;
|
|
5530
|
-
export declare const
|
|
6213
|
+
export declare const TargetTypeQueue2: {
|
|
5531
6214
|
readonly Queue: "queue";
|
|
5532
6215
|
};
|
|
5533
|
-
export type
|
|
6216
|
+
export type TargetTypeQueue2 = ClosedEnum<typeof TargetTypeQueue2>;
|
|
5534
6217
|
/**
|
|
5535
6218
|
* GCP Pub/Sub parameters
|
|
5536
6219
|
*/
|
|
@@ -5550,7 +6233,7 @@ export type SyncReconcileResponseExternalBindingsPubsub = {
|
|
|
5550
6233
|
*/
|
|
5551
6234
|
topic?: SyncReconcileResponseTopic | any | string | null | undefined;
|
|
5552
6235
|
service: "pubsub";
|
|
5553
|
-
type:
|
|
6236
|
+
type: TargetTypeQueue2;
|
|
5554
6237
|
};
|
|
5555
6238
|
/**
|
|
5556
6239
|
* Reference to a Kubernetes Secret
|
|
@@ -5572,10 +6255,10 @@ export type SyncReconcileResponseQueueUrl = {
|
|
|
5572
6255
|
* or a reference to a Kubernetes Secret
|
|
5573
6256
|
*/
|
|
5574
6257
|
export type SyncReconcileResponseQueueUrlUnion = SyncReconcileResponseQueueUrl | any | string;
|
|
5575
|
-
export declare const
|
|
6258
|
+
export declare const TargetTypeQueue1: {
|
|
5576
6259
|
readonly Queue: "queue";
|
|
5577
6260
|
};
|
|
5578
|
-
export type
|
|
6261
|
+
export type TargetTypeQueue1 = ClosedEnum<typeof TargetTypeQueue1>;
|
|
5579
6262
|
/**
|
|
5580
6263
|
* AWS SQS queue parameters
|
|
5581
6264
|
*/
|
|
@@ -5588,7 +6271,7 @@ export type SyncReconcileResponseExternalBindingsSqs = {
|
|
|
5588
6271
|
*/
|
|
5589
6272
|
queueUrl?: SyncReconcileResponseQueueUrl | any | string | null | undefined;
|
|
5590
6273
|
service: "sqs";
|
|
5591
|
-
type:
|
|
6274
|
+
type: TargetTypeQueue1;
|
|
5592
6275
|
};
|
|
5593
6276
|
/**
|
|
5594
6277
|
* Binding parameters for Queue at runtime or in templates.
|
|
@@ -5614,10 +6297,10 @@ export type SyncReconcileResponseStoragePath = {
|
|
|
5614
6297
|
* or a reference to a Kubernetes Secret
|
|
5615
6298
|
*/
|
|
5616
6299
|
export type SyncReconcileResponseStoragePathUnion = SyncReconcileResponseStoragePath | any | string;
|
|
5617
|
-
export declare const
|
|
6300
|
+
export declare const TargetTypeStorage4: {
|
|
5618
6301
|
readonly Storage: "storage";
|
|
5619
6302
|
};
|
|
5620
|
-
export type
|
|
6303
|
+
export type TargetTypeStorage4 = ClosedEnum<typeof TargetTypeStorage4>;
|
|
5621
6304
|
/**
|
|
5622
6305
|
* Local filesystem storage binding configuration
|
|
5623
6306
|
*/
|
|
@@ -5630,7 +6313,7 @@ export type SyncReconcileResponseExternalBindingsLocalStorage = {
|
|
|
5630
6313
|
*/
|
|
5631
6314
|
storagePath?: SyncReconcileResponseStoragePath | any | string | null | undefined;
|
|
5632
6315
|
service: "local-storage";
|
|
5633
|
-
type:
|
|
6316
|
+
type: TargetTypeStorage4;
|
|
5634
6317
|
};
|
|
5635
6318
|
/**
|
|
5636
6319
|
* Reference to a Kubernetes Secret
|
|
@@ -5652,10 +6335,10 @@ export type SyncReconcileResponseBucketName2 = {
|
|
|
5652
6335
|
* or a reference to a Kubernetes Secret
|
|
5653
6336
|
*/
|
|
5654
6337
|
export type SyncReconcileResponseBucketNameUnion2 = SyncReconcileResponseBucketName2 | any | string;
|
|
5655
|
-
export declare const
|
|
6338
|
+
export declare const TargetTypeStorage3: {
|
|
5656
6339
|
readonly Storage: "storage";
|
|
5657
6340
|
};
|
|
5658
|
-
export type
|
|
6341
|
+
export type TargetTypeStorage3 = ClosedEnum<typeof TargetTypeStorage3>;
|
|
5659
6342
|
/**
|
|
5660
6343
|
* Google Cloud Storage binding configuration
|
|
5661
6344
|
*/
|
|
@@ -5668,7 +6351,7 @@ export type SyncReconcileResponseExternalBindingsGcs = {
|
|
|
5668
6351
|
*/
|
|
5669
6352
|
bucketName?: SyncReconcileResponseBucketName2 | any | string | null | undefined;
|
|
5670
6353
|
service: "gcs";
|
|
5671
|
-
type:
|
|
6354
|
+
type: TargetTypeStorage3;
|
|
5672
6355
|
};
|
|
5673
6356
|
/**
|
|
5674
6357
|
* Reference to a Kubernetes Secret
|
|
@@ -5710,10 +6393,10 @@ export type SyncReconcileResponseContainerName = {
|
|
|
5710
6393
|
* or a reference to a Kubernetes Secret
|
|
5711
6394
|
*/
|
|
5712
6395
|
export type SyncReconcileResponseContainerNameUnion = SyncReconcileResponseContainerName | any | string;
|
|
5713
|
-
export declare const
|
|
6396
|
+
export declare const TargetTypeStorage2: {
|
|
5714
6397
|
readonly Storage: "storage";
|
|
5715
6398
|
};
|
|
5716
|
-
export type
|
|
6399
|
+
export type TargetTypeStorage2 = ClosedEnum<typeof TargetTypeStorage2>;
|
|
5717
6400
|
/**
|
|
5718
6401
|
* Azure Blob Storage binding configuration
|
|
5719
6402
|
*/
|
|
@@ -5733,7 +6416,7 @@ export type SyncReconcileResponseExternalBindingsBlob = {
|
|
|
5733
6416
|
*/
|
|
5734
6417
|
containerName?: SyncReconcileResponseContainerName | any | string | null | undefined;
|
|
5735
6418
|
service: "blob";
|
|
5736
|
-
type:
|
|
6419
|
+
type: TargetTypeStorage2;
|
|
5737
6420
|
};
|
|
5738
6421
|
/**
|
|
5739
6422
|
* Reference to a Kubernetes Secret
|
|
@@ -5755,10 +6438,10 @@ export type SyncReconcileResponseBucketName1 = {
|
|
|
5755
6438
|
* or a reference to a Kubernetes Secret
|
|
5756
6439
|
*/
|
|
5757
6440
|
export type SyncReconcileResponseBucketNameUnion1 = SyncReconcileResponseBucketName1 | any | string;
|
|
5758
|
-
export declare const
|
|
6441
|
+
export declare const TargetTypeStorage1: {
|
|
5759
6442
|
readonly Storage: "storage";
|
|
5760
6443
|
};
|
|
5761
|
-
export type
|
|
6444
|
+
export type TargetTypeStorage1 = ClosedEnum<typeof TargetTypeStorage1>;
|
|
5762
6445
|
/**
|
|
5763
6446
|
* AWS S3 storage binding configuration
|
|
5764
6447
|
*/
|
|
@@ -5771,7 +6454,7 @@ export type SyncReconcileResponseExternalBindingsS3 = {
|
|
|
5771
6454
|
*/
|
|
5772
6455
|
bucketName?: SyncReconcileResponseBucketName1 | any | string | null | undefined;
|
|
5773
6456
|
service: "s3";
|
|
5774
|
-
type:
|
|
6457
|
+
type: TargetTypeStorage1;
|
|
5775
6458
|
};
|
|
5776
6459
|
/**
|
|
5777
6460
|
* Service-type based storage binding that supports multiple storage providers
|
|
@@ -5849,10 +6532,12 @@ export type SyncReconcileResponseManagementConfigUnion = SyncReconcileResponseMa
|
|
|
5849
6532
|
*
|
|
5850
6533
|
* @remarks
|
|
5851
6534
|
*
|
|
5852
|
-
* When set,
|
|
5853
|
-
* given endpoint via OTLP/HTTP
|
|
5854
|
-
*
|
|
5855
|
-
*
|
|
6535
|
+
* When set, injected compute runtimes export captured application logs
|
|
6536
|
+
* through the given endpoint via OTLP/HTTP; which resources are injected
|
|
6537
|
+
* is platform-dependent. Workers and daemons read auth headers from a
|
|
6538
|
+
* runtime-only secret — never from application environment variables.
|
|
6539
|
+
* Containers have no runtime wrapper, so they get the endpoint and auth
|
|
6540
|
+
* header as plain OTEL env vars for the application's own exporter.
|
|
5856
6541
|
*/
|
|
5857
6542
|
export type SyncReconcileResponseMonitoring = {
|
|
5858
6543
|
/**
|
|
@@ -5904,6 +6589,54 @@ export type SyncReconcileResponseMonitoring = {
|
|
|
5904
6589
|
} | undefined;
|
|
5905
6590
|
};
|
|
5906
6591
|
export type SyncReconcileResponseMonitoringUnion = SyncReconcileResponseMonitoring | any;
|
|
6592
|
+
export type SyncReconcileResponsePoolsAutoscale = {
|
|
6593
|
+
/**
|
|
6594
|
+
* Provider machine type selected for this deployment.
|
|
6595
|
+
*/
|
|
6596
|
+
machine?: string | null | undefined;
|
|
6597
|
+
/**
|
|
6598
|
+
* Maximum machine count.
|
|
6599
|
+
*/
|
|
6600
|
+
max: number;
|
|
6601
|
+
/**
|
|
6602
|
+
* Minimum machine count.
|
|
6603
|
+
*/
|
|
6604
|
+
min: number;
|
|
6605
|
+
mode: "autoscale";
|
|
6606
|
+
};
|
|
6607
|
+
export type SyncReconcileResponsePoolsFixed = {
|
|
6608
|
+
/**
|
|
6609
|
+
* Provider machine type selected for this deployment.
|
|
6610
|
+
*/
|
|
6611
|
+
machine?: string | null | undefined;
|
|
6612
|
+
/**
|
|
6613
|
+
* Number of machines to run.
|
|
6614
|
+
*/
|
|
6615
|
+
machines: number;
|
|
6616
|
+
mode: "fixed";
|
|
6617
|
+
};
|
|
6618
|
+
/**
|
|
6619
|
+
* User-selected deployment settings for one compute pool.
|
|
6620
|
+
*/
|
|
6621
|
+
export type SyncReconcileResponsePoolsUnion = SyncReconcileResponsePoolsFixed | SyncReconcileResponsePoolsAutoscale;
|
|
6622
|
+
/**
|
|
6623
|
+
* Deployment-time compute choices for Alien-managed compute pools.
|
|
6624
|
+
*
|
|
6625
|
+
* @remarks
|
|
6626
|
+
*
|
|
6627
|
+
* Application source declares portable pool requirements. This settings
|
|
6628
|
+
* object stores the concrete choices made for one deployment, such as the
|
|
6629
|
+
* provider machine type and selected machine counts.
|
|
6630
|
+
*/
|
|
6631
|
+
export type SyncReconcileResponseCompute = {
|
|
6632
|
+
/**
|
|
6633
|
+
* Selected compute choices keyed by pool ID.
|
|
6634
|
+
*/
|
|
6635
|
+
pools?: {
|
|
6636
|
+
[k: string]: SyncReconcileResponsePoolsFixed | SyncReconcileResponsePoolsAutoscale;
|
|
6637
|
+
} | undefined;
|
|
6638
|
+
};
|
|
6639
|
+
export type SyncReconcileResponseComputeUnion = SyncReconcileResponseCompute | any;
|
|
5907
6640
|
/**
|
|
5908
6641
|
* Deployment model: how updates are delivered to the remote environment.
|
|
5909
6642
|
*/
|
|
@@ -6540,10 +7273,10 @@ export type SyncReconcileResponseKubernetes = {
|
|
|
6540
7273
|
exposure?: SyncReconcileResponseExposureCustom | SyncReconcileResponseExposureGenerated | SyncReconcileResponseExposureDisabled | any | null | undefined;
|
|
6541
7274
|
};
|
|
6542
7275
|
export type SyncReconcileResponseKubernetesUnion = SyncReconcileResponseKubernetes | any;
|
|
6543
|
-
export declare const
|
|
7276
|
+
export declare const TargetTypeByoVnetAzure: {
|
|
6544
7277
|
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
6545
7278
|
};
|
|
6546
|
-
export type
|
|
7279
|
+
export type TargetTypeByoVnetAzure = ClosedEnum<typeof TargetTypeByoVnetAzure>;
|
|
6547
7280
|
export type SyncReconcileResponseNetworkByoVnetAzure = {
|
|
6548
7281
|
/**
|
|
6549
7282
|
* Name of the dedicated classic Application Gateway subnet within the VNet.
|
|
@@ -6557,16 +7290,16 @@ export type SyncReconcileResponseNetworkByoVnetAzure = {
|
|
|
6557
7290
|
* Name of the public subnet within the VNet
|
|
6558
7291
|
*/
|
|
6559
7292
|
publicSubnetName: string;
|
|
6560
|
-
type:
|
|
7293
|
+
type: TargetTypeByoVnetAzure;
|
|
6561
7294
|
/**
|
|
6562
7295
|
* The full resource ID of the existing VNet
|
|
6563
7296
|
*/
|
|
6564
7297
|
vnetResourceId: string;
|
|
6565
7298
|
};
|
|
6566
|
-
export declare const
|
|
7299
|
+
export declare const TargetTypeByoVpcGcp: {
|
|
6567
7300
|
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
6568
7301
|
};
|
|
6569
|
-
export type
|
|
7302
|
+
export type TargetTypeByoVpcGcp = ClosedEnum<typeof TargetTypeByoVpcGcp>;
|
|
6570
7303
|
export type SyncReconcileResponseNetworkByoVpcGcp = {
|
|
6571
7304
|
/**
|
|
6572
7305
|
* The name of the existing VPC network
|
|
@@ -6580,12 +7313,12 @@ export type SyncReconcileResponseNetworkByoVpcGcp = {
|
|
|
6580
7313
|
* The name of the subnet to use
|
|
6581
7314
|
*/
|
|
6582
7315
|
subnetName: string;
|
|
6583
|
-
type:
|
|
7316
|
+
type: TargetTypeByoVpcGcp;
|
|
6584
7317
|
};
|
|
6585
|
-
export declare const
|
|
7318
|
+
export declare const TargetTypeByoVpcAws: {
|
|
6586
7319
|
readonly ByoVpcAws: "byo-vpc-aws";
|
|
6587
7320
|
};
|
|
6588
|
-
export type
|
|
7321
|
+
export type TargetTypeByoVpcAws = ClosedEnum<typeof TargetTypeByoVpcAws>;
|
|
6589
7322
|
export type SyncReconcileResponseNetworkByoVpcAws = {
|
|
6590
7323
|
/**
|
|
6591
7324
|
* IDs of private subnets
|
|
@@ -6599,16 +7332,16 @@ export type SyncReconcileResponseNetworkByoVpcAws = {
|
|
|
6599
7332
|
* Optional security group IDs to use
|
|
6600
7333
|
*/
|
|
6601
7334
|
securityGroupIds?: Array<string> | undefined;
|
|
6602
|
-
type:
|
|
7335
|
+
type: TargetTypeByoVpcAws;
|
|
6603
7336
|
/**
|
|
6604
7337
|
* The ID of the existing VPC
|
|
6605
7338
|
*/
|
|
6606
7339
|
vpcId: string;
|
|
6607
7340
|
};
|
|
6608
|
-
export declare const
|
|
7341
|
+
export declare const TargetTypeCreate: {
|
|
6609
7342
|
readonly Create: "create";
|
|
6610
7343
|
};
|
|
6611
|
-
export type
|
|
7344
|
+
export type TargetTypeCreate = ClosedEnum<typeof TargetTypeCreate>;
|
|
6612
7345
|
export type SyncReconcileResponseNetworkCreate = {
|
|
6613
7346
|
/**
|
|
6614
7347
|
* Number of availability zones (default: 2).
|
|
@@ -6621,14 +7354,14 @@ export type SyncReconcileResponseNetworkCreate = {
|
|
|
6621
7354
|
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
6622
7355
|
*/
|
|
6623
7356
|
cidr?: string | null | undefined;
|
|
6624
|
-
type:
|
|
7357
|
+
type: TargetTypeCreate;
|
|
6625
7358
|
};
|
|
6626
|
-
export declare const
|
|
7359
|
+
export declare const TargetTypeUseDefault: {
|
|
6627
7360
|
readonly UseDefault: "use-default";
|
|
6628
7361
|
};
|
|
6629
|
-
export type
|
|
7362
|
+
export type TargetTypeUseDefault = ClosedEnum<typeof TargetTypeUseDefault>;
|
|
6630
7363
|
export type SyncReconcileResponseNetworkUseDefault = {
|
|
6631
|
-
type:
|
|
7364
|
+
type: TargetTypeUseDefault;
|
|
6632
7365
|
};
|
|
6633
7366
|
export type SyncReconcileResponseNetworkUnion = SyncReconcileResponseNetworkByoVpcAws | SyncReconcileResponseNetworkByoVpcGcp | SyncReconcileResponseNetworkByoVnetAzure | SyncReconcileResponseNetworkUseDefault | SyncReconcileResponseNetworkCreate | any;
|
|
6634
7367
|
/**
|
|
@@ -6667,6 +7400,7 @@ export type SyncReconcileResponseUpdates = ClosedEnum<typeof SyncReconcileRespon
|
|
|
6667
7400
|
* is platform-derived (from the Manager's ServiceAccount).
|
|
6668
7401
|
*/
|
|
6669
7402
|
export type SyncReconcileResponseStackSettings = {
|
|
7403
|
+
compute?: SyncReconcileResponseCompute | any | null | undefined;
|
|
6670
7404
|
/**
|
|
6671
7405
|
* Deployment model: how updates are delivered to the remote environment.
|
|
6672
7406
|
*/
|
|
@@ -6778,7 +7512,7 @@ export type TargetConfig = {
|
|
|
6778
7512
|
*/
|
|
6779
7513
|
nativeImageHost?: string | null | undefined;
|
|
6780
7514
|
/**
|
|
6781
|
-
* Public URLs for exposed resources (optional override).
|
|
7515
|
+
* Public endpoint URLs for exposed resources (optional override).
|
|
6782
7516
|
*
|
|
6783
7517
|
* @remarks
|
|
6784
7518
|
*
|
|
@@ -6787,15 +7521,17 @@ export type TargetConfig = {
|
|
|
6787
7521
|
* load balancer outputs so DNS, certificate renewal, and route readiness
|
|
6788
7522
|
* stay tied to the resource state.
|
|
6789
7523
|
*
|
|
6790
|
-
* If not set, platforms determine public URLs from other sources:
|
|
7524
|
+
* If not set, platforms determine public endpoint URLs from other sources:
|
|
6791
7525
|
* - Managed DNS/TLS flows: `domain_metadata` FQDN or load balancer DNS
|
|
6792
7526
|
* - Local: `http://localhost:{allocated_port}`
|
|
6793
|
-
* - Custom or disabled exposure: no public URL unless a controller reports one
|
|
7527
|
+
* - Custom or disabled exposure: no public endpoint URL unless a controller reports one
|
|
6794
7528
|
*
|
|
6795
|
-
*
|
|
7529
|
+
* Outer key: resource ID. Inner key: endpoint name. Value: public URL.
|
|
6796
7530
|
*/
|
|
6797
|
-
|
|
6798
|
-
[k: string]:
|
|
7531
|
+
publicEndpoints?: {
|
|
7532
|
+
[k: string]: {
|
|
7533
|
+
[k: string]: string;
|
|
7534
|
+
};
|
|
6799
7535
|
} | null | undefined;
|
|
6800
7536
|
/**
|
|
6801
7537
|
* User-customizable deployment settings specified at deploy time.
|
|
@@ -6811,6 +7547,204 @@ export type TargetConfig = {
|
|
|
6811
7547
|
*/
|
|
6812
7548
|
stackSettings?: SyncReconcileResponseStackSettings | undefined;
|
|
6813
7549
|
};
|
|
7550
|
+
export declare const ReleaseInfoTypeStringList: {
|
|
7551
|
+
readonly StringList: "stringList";
|
|
7552
|
+
};
|
|
7553
|
+
export type ReleaseInfoTypeStringList = ClosedEnum<typeof ReleaseInfoTypeStringList>;
|
|
7554
|
+
export type DefaultReleaseInfoStringList = {
|
|
7555
|
+
type: ReleaseInfoTypeStringList;
|
|
7556
|
+
/**
|
|
7557
|
+
* String list default.
|
|
7558
|
+
*/
|
|
7559
|
+
value: Array<string>;
|
|
7560
|
+
};
|
|
7561
|
+
export declare const ReleaseInfoTypeBoolean: {
|
|
7562
|
+
readonly Boolean: "boolean";
|
|
7563
|
+
};
|
|
7564
|
+
export type ReleaseInfoTypeBoolean = ClosedEnum<typeof ReleaseInfoTypeBoolean>;
|
|
7565
|
+
export type DefaultReleaseInfoBoolean = {
|
|
7566
|
+
type: ReleaseInfoTypeBoolean;
|
|
7567
|
+
/**
|
|
7568
|
+
* Boolean default.
|
|
7569
|
+
*/
|
|
7570
|
+
value: boolean;
|
|
7571
|
+
};
|
|
7572
|
+
export declare const ReleaseInfoTypeNumber: {
|
|
7573
|
+
readonly Number: "number";
|
|
7574
|
+
};
|
|
7575
|
+
export type ReleaseInfoTypeNumber = ClosedEnum<typeof ReleaseInfoTypeNumber>;
|
|
7576
|
+
export type DefaultReleaseInfoNumber = {
|
|
7577
|
+
type: ReleaseInfoTypeNumber;
|
|
7578
|
+
/**
|
|
7579
|
+
* Number default.
|
|
7580
|
+
*/
|
|
7581
|
+
value: string;
|
|
7582
|
+
};
|
|
7583
|
+
export declare const ReleaseInfoTypeString: {
|
|
7584
|
+
readonly String: "string";
|
|
7585
|
+
};
|
|
7586
|
+
export type ReleaseInfoTypeString = ClosedEnum<typeof ReleaseInfoTypeString>;
|
|
7587
|
+
export type DefaultReleaseInfoString = {
|
|
7588
|
+
type: ReleaseInfoTypeString;
|
|
7589
|
+
/**
|
|
7590
|
+
* String default.
|
|
7591
|
+
*/
|
|
7592
|
+
value: string;
|
|
7593
|
+
};
|
|
7594
|
+
export type ReleaseInfoDefaultUnion = DefaultReleaseInfoString | DefaultReleaseInfoNumber | DefaultReleaseInfoBoolean | DefaultReleaseInfoStringList | any;
|
|
7595
|
+
/**
|
|
7596
|
+
* Environment variable handling for a stack input mapping.
|
|
7597
|
+
*/
|
|
7598
|
+
export declare const TypeReleaseInfoEnvEnum: {
|
|
7599
|
+
readonly Plain: "plain";
|
|
7600
|
+
readonly Secret: "secret";
|
|
7601
|
+
};
|
|
7602
|
+
/**
|
|
7603
|
+
* Environment variable handling for a stack input mapping.
|
|
7604
|
+
*/
|
|
7605
|
+
export type TypeReleaseInfoEnvEnum = ClosedEnum<typeof TypeReleaseInfoEnvEnum>;
|
|
7606
|
+
export type ReleaseInfoTypeUnion = TypeReleaseInfoEnvEnum | any;
|
|
7607
|
+
/**
|
|
7608
|
+
* How a resolved stack input is injected into runtime environment variables.
|
|
7609
|
+
*/
|
|
7610
|
+
export type ReleaseInfoEnv = {
|
|
7611
|
+
/**
|
|
7612
|
+
* Environment variable name.
|
|
7613
|
+
*/
|
|
7614
|
+
name: string;
|
|
7615
|
+
/**
|
|
7616
|
+
* Target resource IDs or patterns. None means every env-capable resource.
|
|
7617
|
+
*/
|
|
7618
|
+
targetResources?: Array<string> | null | undefined;
|
|
7619
|
+
type?: TypeReleaseInfoEnvEnum | any | null | undefined;
|
|
7620
|
+
};
|
|
7621
|
+
/**
|
|
7622
|
+
* Primitive stack input kind.
|
|
7623
|
+
*/
|
|
7624
|
+
export declare const ReleaseInfoKind: {
|
|
7625
|
+
readonly String: "string";
|
|
7626
|
+
readonly Secret: "secret";
|
|
7627
|
+
readonly Number: "number";
|
|
7628
|
+
readonly Integer: "integer";
|
|
7629
|
+
readonly Boolean: "boolean";
|
|
7630
|
+
readonly Enum: "enum";
|
|
7631
|
+
readonly StringList: "stringList";
|
|
7632
|
+
};
|
|
7633
|
+
/**
|
|
7634
|
+
* Primitive stack input kind.
|
|
7635
|
+
*/
|
|
7636
|
+
export type ReleaseInfoKind = ClosedEnum<typeof ReleaseInfoKind>;
|
|
7637
|
+
/**
|
|
7638
|
+
* Represents the target cloud platform.
|
|
7639
|
+
*/
|
|
7640
|
+
export declare const ReleaseInfoPlatform: {
|
|
7641
|
+
readonly Aws: "aws";
|
|
7642
|
+
readonly Gcp: "gcp";
|
|
7643
|
+
readonly Azure: "azure";
|
|
7644
|
+
readonly Kubernetes: "kubernetes";
|
|
7645
|
+
readonly Local: "local";
|
|
7646
|
+
readonly Test: "test";
|
|
7647
|
+
};
|
|
7648
|
+
/**
|
|
7649
|
+
* Represents the target cloud platform.
|
|
7650
|
+
*/
|
|
7651
|
+
export type ReleaseInfoPlatform = ClosedEnum<typeof ReleaseInfoPlatform>;
|
|
7652
|
+
/**
|
|
7653
|
+
* Who can provide a stack input value.
|
|
7654
|
+
*/
|
|
7655
|
+
export declare const ReleaseInfoProvidedBy: {
|
|
7656
|
+
readonly Developer: "developer";
|
|
7657
|
+
readonly Deployer: "deployer";
|
|
7658
|
+
};
|
|
7659
|
+
/**
|
|
7660
|
+
* Who can provide a stack input value.
|
|
7661
|
+
*/
|
|
7662
|
+
export type ReleaseInfoProvidedBy = ClosedEnum<typeof ReleaseInfoProvidedBy>;
|
|
7663
|
+
/**
|
|
7664
|
+
* Portable stack input validation constraints.
|
|
7665
|
+
*/
|
|
7666
|
+
export type ValidationReleaseInfo = {
|
|
7667
|
+
/**
|
|
7668
|
+
* Semantic format hint such as url.
|
|
7669
|
+
*/
|
|
7670
|
+
format?: string | null | undefined;
|
|
7671
|
+
/**
|
|
7672
|
+
* Maximum number.
|
|
7673
|
+
*/
|
|
7674
|
+
max?: string | null | undefined;
|
|
7675
|
+
/**
|
|
7676
|
+
* Maximum string-list items.
|
|
7677
|
+
*/
|
|
7678
|
+
maxItems?: number | null | undefined;
|
|
7679
|
+
/**
|
|
7680
|
+
* Maximum string length.
|
|
7681
|
+
*/
|
|
7682
|
+
maxLength?: number | null | undefined;
|
|
7683
|
+
/**
|
|
7684
|
+
* Minimum number.
|
|
7685
|
+
*/
|
|
7686
|
+
min?: string | null | undefined;
|
|
7687
|
+
/**
|
|
7688
|
+
* Minimum string-list items.
|
|
7689
|
+
*/
|
|
7690
|
+
minItems?: number | null | undefined;
|
|
7691
|
+
/**
|
|
7692
|
+
* Minimum string length.
|
|
7693
|
+
*/
|
|
7694
|
+
minLength?: number | null | undefined;
|
|
7695
|
+
/**
|
|
7696
|
+
* Portable whole-value regex pattern.
|
|
7697
|
+
*/
|
|
7698
|
+
pattern?: string | null | undefined;
|
|
7699
|
+
/**
|
|
7700
|
+
* Allowed string enum values.
|
|
7701
|
+
*/
|
|
7702
|
+
values?: Array<string> | null | undefined;
|
|
7703
|
+
};
|
|
7704
|
+
export type ReleaseInfoValidationUnion = ValidationReleaseInfo | any;
|
|
7705
|
+
/**
|
|
7706
|
+
* Stack input definition serialized into a release stack.
|
|
7707
|
+
*/
|
|
7708
|
+
export type ReleaseInfoInput = {
|
|
7709
|
+
default?: DefaultReleaseInfoString | DefaultReleaseInfoNumber | DefaultReleaseInfoBoolean | DefaultReleaseInfoStringList | any | null | undefined;
|
|
7710
|
+
/**
|
|
7711
|
+
* Human-facing helper text.
|
|
7712
|
+
*/
|
|
7713
|
+
description: string;
|
|
7714
|
+
/**
|
|
7715
|
+
* Runtime env-var mappings for v1 input resolution.
|
|
7716
|
+
*/
|
|
7717
|
+
env?: Array<ReleaseInfoEnv> | undefined;
|
|
7718
|
+
/**
|
|
7719
|
+
* Stable input ID used by CLI/API calls.
|
|
7720
|
+
*/
|
|
7721
|
+
id: string;
|
|
7722
|
+
/**
|
|
7723
|
+
* Primitive stack input kind.
|
|
7724
|
+
*/
|
|
7725
|
+
kind: ReleaseInfoKind;
|
|
7726
|
+
/**
|
|
7727
|
+
* Human-facing field label.
|
|
7728
|
+
*/
|
|
7729
|
+
label: string;
|
|
7730
|
+
/**
|
|
7731
|
+
* Example placeholder shown in UI.
|
|
7732
|
+
*/
|
|
7733
|
+
placeholder?: string | null | undefined;
|
|
7734
|
+
/**
|
|
7735
|
+
* Platforms where this input applies.
|
|
7736
|
+
*/
|
|
7737
|
+
platforms?: Array<ReleaseInfoPlatform> | null | undefined;
|
|
7738
|
+
/**
|
|
7739
|
+
* Who can provide this value.
|
|
7740
|
+
*/
|
|
7741
|
+
providedBy: Array<ReleaseInfoProvidedBy>;
|
|
7742
|
+
/**
|
|
7743
|
+
* Whether a resolved value is required before deployment can proceed.
|
|
7744
|
+
*/
|
|
7745
|
+
required: boolean;
|
|
7746
|
+
validation?: ValidationReleaseInfo | any | null | undefined;
|
|
7747
|
+
};
|
|
6814
7748
|
export declare const ManagementReleaseInfoEnum: {
|
|
6815
7749
|
readonly Auto: "auto";
|
|
6816
7750
|
};
|
|
@@ -7903,6 +8837,10 @@ export type ReleaseInfoStack = {
|
|
|
7903
8837
|
* Unique identifier for the stack
|
|
7904
8838
|
*/
|
|
7905
8839
|
id: string;
|
|
8840
|
+
/**
|
|
8841
|
+
* Input definitions required before setup or deployment can proceed.
|
|
8842
|
+
*/
|
|
8843
|
+
inputs?: Array<ReleaseInfoInput> | undefined;
|
|
7906
8844
|
/**
|
|
7907
8845
|
* Combined permissions configuration that contains both profiles and management
|
|
7908
8846
|
*/
|
|
@@ -7987,6 +8925,52 @@ export type SyncReconcileResponse = {
|
|
|
7987
8925
|
target?: SyncReconcileResponseTarget | undefined;
|
|
7988
8926
|
};
|
|
7989
8927
|
/** @internal */
|
|
8928
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeStringList$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeStringList>;
|
|
8929
|
+
/** @internal */
|
|
8930
|
+
export declare const SyncReconcileResponseCurrentReleaseDefaultStringList$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseDefaultStringList, unknown>;
|
|
8931
|
+
export declare function syncReconcileResponseCurrentReleaseDefaultStringListFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseDefaultStringList, SDKValidationError>;
|
|
8932
|
+
/** @internal */
|
|
8933
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeBoolean$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeBoolean>;
|
|
8934
|
+
/** @internal */
|
|
8935
|
+
export declare const SyncReconcileResponseCurrentReleaseDefaultBoolean$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseDefaultBoolean, unknown>;
|
|
8936
|
+
export declare function syncReconcileResponseCurrentReleaseDefaultBooleanFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseDefaultBoolean, SDKValidationError>;
|
|
8937
|
+
/** @internal */
|
|
8938
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeNumber$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeNumber>;
|
|
8939
|
+
/** @internal */
|
|
8940
|
+
export declare const SyncReconcileResponseCurrentReleaseDefaultNumber$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseDefaultNumber, unknown>;
|
|
8941
|
+
export declare function syncReconcileResponseCurrentReleaseDefaultNumberFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseDefaultNumber, SDKValidationError>;
|
|
8942
|
+
/** @internal */
|
|
8943
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeString$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeString>;
|
|
8944
|
+
/** @internal */
|
|
8945
|
+
export declare const SyncReconcileResponseCurrentReleaseDefaultString$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseDefaultString, unknown>;
|
|
8946
|
+
export declare function syncReconcileResponseCurrentReleaseDefaultStringFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseDefaultString, SDKValidationError>;
|
|
8947
|
+
/** @internal */
|
|
8948
|
+
export declare const SyncReconcileResponseCurrentReleaseDefaultUnion$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseDefaultUnion, unknown>;
|
|
8949
|
+
export declare function syncReconcileResponseCurrentReleaseDefaultUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseDefaultUnion, SDKValidationError>;
|
|
8950
|
+
/** @internal */
|
|
8951
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeEnvEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseTypeEnvEnum>;
|
|
8952
|
+
/** @internal */
|
|
8953
|
+
export declare const SyncReconcileResponseCurrentReleaseTypeUnion$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseTypeUnion, unknown>;
|
|
8954
|
+
export declare function syncReconcileResponseCurrentReleaseTypeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseTypeUnion, SDKValidationError>;
|
|
8955
|
+
/** @internal */
|
|
8956
|
+
export declare const SyncReconcileResponseCurrentReleaseEnv$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseEnv, unknown>;
|
|
8957
|
+
export declare function syncReconcileResponseCurrentReleaseEnvFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseEnv, SDKValidationError>;
|
|
8958
|
+
/** @internal */
|
|
8959
|
+
export declare const SyncReconcileResponseCurrentReleaseKind$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseKind>;
|
|
8960
|
+
/** @internal */
|
|
8961
|
+
export declare const SyncReconcileResponseCurrentReleasePlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleasePlatform>;
|
|
8962
|
+
/** @internal */
|
|
8963
|
+
export declare const SyncReconcileResponseCurrentReleaseProvidedBy$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseProvidedBy>;
|
|
8964
|
+
/** @internal */
|
|
8965
|
+
export declare const SyncReconcileResponseCurrentReleaseValidation$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseValidation, unknown>;
|
|
8966
|
+
export declare function syncReconcileResponseCurrentReleaseValidationFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseValidation, SDKValidationError>;
|
|
8967
|
+
/** @internal */
|
|
8968
|
+
export declare const SyncReconcileResponseCurrentReleaseValidationUnion$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseValidationUnion, unknown>;
|
|
8969
|
+
export declare function syncReconcileResponseCurrentReleaseValidationUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseValidationUnion, SDKValidationError>;
|
|
8970
|
+
/** @internal */
|
|
8971
|
+
export declare const SyncReconcileResponseCurrentReleaseInput$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseInput, unknown>;
|
|
8972
|
+
export declare function syncReconcileResponseCurrentReleaseInputFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseInput, SDKValidationError>;
|
|
8973
|
+
/** @internal */
|
|
7990
8974
|
export declare const SyncReconcileResponseCurrentReleaseManagementEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseManagementEnum>;
|
|
7991
8975
|
/** @internal */
|
|
7992
8976
|
export declare const SyncReconcileResponseCurrentReleaseOverrideAwResource$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseOverrideAwResource, unknown>;
|
|
@@ -8263,6 +9247,52 @@ export declare function syncReconcileResponseErrorUnionFromJSON(jsonString: stri
|
|
|
8263
9247
|
/** @internal */
|
|
8264
9248
|
export declare const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
8265
9249
|
/** @internal */
|
|
9250
|
+
export declare const SyncReconcileResponsePreparedStackTypeStringList$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeStringList>;
|
|
9251
|
+
/** @internal */
|
|
9252
|
+
export declare const SyncReconcileResponsePreparedStackDefaultStringList$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackDefaultStringList, unknown>;
|
|
9253
|
+
export declare function syncReconcileResponsePreparedStackDefaultStringListFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackDefaultStringList, SDKValidationError>;
|
|
9254
|
+
/** @internal */
|
|
9255
|
+
export declare const SyncReconcileResponsePreparedStackTypeBoolean$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeBoolean>;
|
|
9256
|
+
/** @internal */
|
|
9257
|
+
export declare const SyncReconcileResponsePreparedStackDefaultBoolean$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackDefaultBoolean, unknown>;
|
|
9258
|
+
export declare function syncReconcileResponsePreparedStackDefaultBooleanFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackDefaultBoolean, SDKValidationError>;
|
|
9259
|
+
/** @internal */
|
|
9260
|
+
export declare const SyncReconcileResponsePreparedStackTypeNumber$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeNumber>;
|
|
9261
|
+
/** @internal */
|
|
9262
|
+
export declare const SyncReconcileResponsePreparedStackDefaultNumber$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackDefaultNumber, unknown>;
|
|
9263
|
+
export declare function syncReconcileResponsePreparedStackDefaultNumberFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackDefaultNumber, SDKValidationError>;
|
|
9264
|
+
/** @internal */
|
|
9265
|
+
export declare const SyncReconcileResponsePreparedStackTypeString$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeString>;
|
|
9266
|
+
/** @internal */
|
|
9267
|
+
export declare const SyncReconcileResponsePreparedStackDefaultString$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackDefaultString, unknown>;
|
|
9268
|
+
export declare function syncReconcileResponsePreparedStackDefaultStringFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackDefaultString, SDKValidationError>;
|
|
9269
|
+
/** @internal */
|
|
9270
|
+
export declare const SyncReconcileResponsePreparedStackDefaultUnion$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackDefaultUnion, unknown>;
|
|
9271
|
+
export declare function syncReconcileResponsePreparedStackDefaultUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackDefaultUnion, SDKValidationError>;
|
|
9272
|
+
/** @internal */
|
|
9273
|
+
export declare const SyncReconcileResponsePreparedStackTypeEnvEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackTypeEnvEnum>;
|
|
9274
|
+
/** @internal */
|
|
9275
|
+
export declare const SyncReconcileResponsePreparedStackTypeUnion$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackTypeUnion, unknown>;
|
|
9276
|
+
export declare function syncReconcileResponsePreparedStackTypeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackTypeUnion, SDKValidationError>;
|
|
9277
|
+
/** @internal */
|
|
9278
|
+
export declare const SyncReconcileResponsePreparedStackEnv$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackEnv, unknown>;
|
|
9279
|
+
export declare function syncReconcileResponsePreparedStackEnvFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackEnv, SDKValidationError>;
|
|
9280
|
+
/** @internal */
|
|
9281
|
+
export declare const SyncReconcileResponsePreparedStackKind$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackKind>;
|
|
9282
|
+
/** @internal */
|
|
9283
|
+
export declare const SyncReconcileResponsePreparedStackPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackPlatform>;
|
|
9284
|
+
/** @internal */
|
|
9285
|
+
export declare const SyncReconcileResponsePreparedStackProvidedBy$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackProvidedBy>;
|
|
9286
|
+
/** @internal */
|
|
9287
|
+
export declare const SyncReconcileResponsePreparedStackValidation$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackValidation, unknown>;
|
|
9288
|
+
export declare function syncReconcileResponsePreparedStackValidationFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackValidation, SDKValidationError>;
|
|
9289
|
+
/** @internal */
|
|
9290
|
+
export declare const SyncReconcileResponsePreparedStackValidationUnion$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackValidationUnion, unknown>;
|
|
9291
|
+
export declare function syncReconcileResponsePreparedStackValidationUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackValidationUnion, SDKValidationError>;
|
|
9292
|
+
/** @internal */
|
|
9293
|
+
export declare const SyncReconcileResponsePreparedStackInput$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackInput, unknown>;
|
|
9294
|
+
export declare function syncReconcileResponsePreparedStackInputFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackInput, SDKValidationError>;
|
|
9295
|
+
/** @internal */
|
|
8266
9296
|
export declare const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum>;
|
|
8267
9297
|
/** @internal */
|
|
8268
9298
|
export declare const SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackOverrideAwResource, unknown>;
|
|
@@ -8555,6 +9585,52 @@ export declare function syncReconcileResponseStackStateUnionFromJSON(jsonString:
|
|
|
8555
9585
|
/** @internal */
|
|
8556
9586
|
export declare const SyncReconcileResponseStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseStatus>;
|
|
8557
9587
|
/** @internal */
|
|
9588
|
+
export declare const SyncReconcileResponseTargetReleaseTypeStringList$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeStringList>;
|
|
9589
|
+
/** @internal */
|
|
9590
|
+
export declare const SyncReconcileResponseTargetReleaseDefaultStringList$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseDefaultStringList, unknown>;
|
|
9591
|
+
export declare function syncReconcileResponseTargetReleaseDefaultStringListFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseDefaultStringList, SDKValidationError>;
|
|
9592
|
+
/** @internal */
|
|
9593
|
+
export declare const SyncReconcileResponseTargetReleaseTypeBoolean$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeBoolean>;
|
|
9594
|
+
/** @internal */
|
|
9595
|
+
export declare const SyncReconcileResponseTargetReleaseDefaultBoolean$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseDefaultBoolean, unknown>;
|
|
9596
|
+
export declare function syncReconcileResponseTargetReleaseDefaultBooleanFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseDefaultBoolean, SDKValidationError>;
|
|
9597
|
+
/** @internal */
|
|
9598
|
+
export declare const SyncReconcileResponseTargetReleaseTypeNumber$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeNumber>;
|
|
9599
|
+
/** @internal */
|
|
9600
|
+
export declare const SyncReconcileResponseTargetReleaseDefaultNumber$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseDefaultNumber, unknown>;
|
|
9601
|
+
export declare function syncReconcileResponseTargetReleaseDefaultNumberFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseDefaultNumber, SDKValidationError>;
|
|
9602
|
+
/** @internal */
|
|
9603
|
+
export declare const SyncReconcileResponseTargetReleaseTypeString$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeString>;
|
|
9604
|
+
/** @internal */
|
|
9605
|
+
export declare const SyncReconcileResponseTargetReleaseDefaultString$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseDefaultString, unknown>;
|
|
9606
|
+
export declare function syncReconcileResponseTargetReleaseDefaultStringFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseDefaultString, SDKValidationError>;
|
|
9607
|
+
/** @internal */
|
|
9608
|
+
export declare const SyncReconcileResponseTargetReleaseDefaultUnion$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseDefaultUnion, unknown>;
|
|
9609
|
+
export declare function syncReconcileResponseTargetReleaseDefaultUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseDefaultUnion, SDKValidationError>;
|
|
9610
|
+
/** @internal */
|
|
9611
|
+
export declare const SyncReconcileResponseTargetReleaseTypeEnvEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseTypeEnvEnum>;
|
|
9612
|
+
/** @internal */
|
|
9613
|
+
export declare const SyncReconcileResponseTargetReleaseTypeUnion$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseTypeUnion, unknown>;
|
|
9614
|
+
export declare function syncReconcileResponseTargetReleaseTypeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseTypeUnion, SDKValidationError>;
|
|
9615
|
+
/** @internal */
|
|
9616
|
+
export declare const SyncReconcileResponseTargetReleaseEnv$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseEnv, unknown>;
|
|
9617
|
+
export declare function syncReconcileResponseTargetReleaseEnvFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseEnv, SDKValidationError>;
|
|
9618
|
+
/** @internal */
|
|
9619
|
+
export declare const SyncReconcileResponseTargetReleaseKind$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseKind>;
|
|
9620
|
+
/** @internal */
|
|
9621
|
+
export declare const SyncReconcileResponseTargetReleasePlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleasePlatform>;
|
|
9622
|
+
/** @internal */
|
|
9623
|
+
export declare const SyncReconcileResponseTargetReleaseProvidedBy$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseProvidedBy>;
|
|
9624
|
+
/** @internal */
|
|
9625
|
+
export declare const SyncReconcileResponseTargetReleaseValidation$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseValidation, unknown>;
|
|
9626
|
+
export declare function syncReconcileResponseTargetReleaseValidationFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseValidation, SDKValidationError>;
|
|
9627
|
+
/** @internal */
|
|
9628
|
+
export declare const SyncReconcileResponseTargetReleaseValidationUnion$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseValidationUnion, unknown>;
|
|
9629
|
+
export declare function syncReconcileResponseTargetReleaseValidationUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseValidationUnion, SDKValidationError>;
|
|
9630
|
+
/** @internal */
|
|
9631
|
+
export declare const SyncReconcileResponseTargetReleaseInput$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseInput, unknown>;
|
|
9632
|
+
export declare function syncReconcileResponseTargetReleaseInputFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseInput, SDKValidationError>;
|
|
9633
|
+
/** @internal */
|
|
8558
9634
|
export declare const SyncReconcileResponseTargetReleaseManagementEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseManagementEnum>;
|
|
8559
9635
|
/** @internal */
|
|
8560
9636
|
export declare const SyncReconcileResponseTargetReleaseOverrideAwResource$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseOverrideAwResource, unknown>;
|
|
@@ -8839,7 +9915,7 @@ export declare function syncReconcileResponseHorizonMachineImageFromJSON(jsonStr
|
|
|
8839
9915
|
export declare const SyncReconcileResponseHorizonMachineImageUnion$inboundSchema: z.ZodType<SyncReconcileResponseHorizonMachineImageUnion, unknown>;
|
|
8840
9916
|
export declare function syncReconcileResponseHorizonMachineImageUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseHorizonMachineImageUnion, SDKValidationError>;
|
|
8841
9917
|
/** @internal */
|
|
8842
|
-
export declare const
|
|
9918
|
+
export declare const ComputeBackendTargetType$inboundSchema: z.ZodEnum<typeof ComputeBackendTargetType>;
|
|
8843
9919
|
/** @internal */
|
|
8844
9920
|
export declare const SyncReconcileResponseComputeBackendHorizon$inboundSchema: z.ZodType<SyncReconcileResponseComputeBackendHorizon, unknown>;
|
|
8845
9921
|
export declare function syncReconcileResponseComputeBackendHorizonFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseComputeBackendHorizon, SDKValidationError>;
|
|
@@ -8858,6 +9934,13 @@ export declare const SyncReconcileResponseCertificateStatus$inboundSchema: z.Zod
|
|
|
8858
9934
|
/** @internal */
|
|
8859
9935
|
export declare const SyncReconcileResponseDnsStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDnsStatus>;
|
|
8860
9936
|
/** @internal */
|
|
9937
|
+
export declare const SyncReconcileResponseEndpointsCertificateStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseEndpointsCertificateStatus>;
|
|
9938
|
+
/** @internal */
|
|
9939
|
+
export declare const SyncReconcileResponseEndpointsDnsStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseEndpointsDnsStatus>;
|
|
9940
|
+
/** @internal */
|
|
9941
|
+
export declare const SyncReconcileResponseEndpoints$inboundSchema: z.ZodType<SyncReconcileResponseEndpoints, unknown>;
|
|
9942
|
+
export declare function syncReconcileResponseEndpointsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEndpoints, SDKValidationError>;
|
|
9943
|
+
/** @internal */
|
|
8861
9944
|
export declare const DomainMetadataTargetResources$inboundSchema: z.ZodType<DomainMetadataTargetResources, unknown>;
|
|
8862
9945
|
export declare function domainMetadataTargetResourcesFromJSON(jsonString: string): SafeParseResult<DomainMetadataTargetResources, SDKValidationError>;
|
|
8863
9946
|
/** @internal */
|
|
@@ -8867,7 +9950,7 @@ export declare function syncReconcileResponseDomainMetadataFromJSON(jsonString:
|
|
|
8867
9950
|
export declare const SyncReconcileResponseDomainMetadataUnion$inboundSchema: z.ZodType<SyncReconcileResponseDomainMetadataUnion, unknown>;
|
|
8868
9951
|
export declare function syncReconcileResponseDomainMetadataUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDomainMetadataUnion, SDKValidationError>;
|
|
8869
9952
|
/** @internal */
|
|
8870
|
-
export declare const
|
|
9953
|
+
export declare const TargetEnvironmentVariablesType$inboundSchema: z.ZodEnum<typeof TargetEnvironmentVariablesType>;
|
|
8871
9954
|
/** @internal */
|
|
8872
9955
|
export declare const SyncReconcileResponseVariable$inboundSchema: z.ZodType<SyncReconcileResponseVariable, unknown>;
|
|
8873
9956
|
export declare function syncReconcileResponseVariableFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseVariable, SDKValidationError>;
|
|
@@ -8917,7 +10000,7 @@ export declare function syncReconcileResponseStaticIpSecretRefFromJSON(jsonStrin
|
|
|
8917
10000
|
export declare const SyncReconcileResponseStaticIp$inboundSchema: z.ZodType<SyncReconcileResponseStaticIp, unknown>;
|
|
8918
10001
|
export declare function syncReconcileResponseStaticIpFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStaticIp, SDKValidationError>;
|
|
8919
10002
|
/** @internal */
|
|
8920
|
-
export declare const
|
|
10003
|
+
export declare const TargetTypeContainerAppsEnvironment$inboundSchema: z.ZodEnum<typeof TargetTypeContainerAppsEnvironment>;
|
|
8921
10004
|
/** @internal */
|
|
8922
10005
|
export declare const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsContainerAppsEnvironment, unknown>;
|
|
8923
10006
|
export declare function syncReconcileResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsContainerAppsEnvironment, SDKValidationError>;
|
|
@@ -8931,7 +10014,7 @@ export declare function syncReconcileResponseDataDir3FromJSON(jsonString: string
|
|
|
8931
10014
|
export declare const SyncReconcileResponseDataDirUnion2$inboundSchema: z.ZodType<SyncReconcileResponseDataDirUnion2, unknown>;
|
|
8932
10015
|
export declare function syncReconcileResponseDataDirUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDataDirUnion2, SDKValidationError>;
|
|
8933
10016
|
/** @internal */
|
|
8934
|
-
export declare const
|
|
10017
|
+
export declare const TargetTypeVault5$inboundSchema: z.ZodEnum<typeof TargetTypeVault5>;
|
|
8935
10018
|
/** @internal */
|
|
8936
10019
|
export declare const SyncReconcileResponseExternalBindingsLocalVault$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocalVault, unknown>;
|
|
8937
10020
|
export declare function syncReconcileResponseExternalBindingsLocalVaultFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocalVault, SDKValidationError>;
|
|
@@ -8954,7 +10037,7 @@ export declare function syncReconcileResponseVaultPrefix3FromJSON(jsonString: st
|
|
|
8954
10037
|
export declare const SyncReconcileResponseVaultPrefixUnion3$inboundSchema: z.ZodType<SyncReconcileResponseVaultPrefixUnion3, unknown>;
|
|
8955
10038
|
export declare function syncReconcileResponseVaultPrefixUnion3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseVaultPrefixUnion3, SDKValidationError>;
|
|
8956
10039
|
/** @internal */
|
|
8957
|
-
export declare const
|
|
10040
|
+
export declare const TargetTypeVault4$inboundSchema: z.ZodEnum<typeof TargetTypeVault4>;
|
|
8958
10041
|
/** @internal */
|
|
8959
10042
|
export declare const SyncReconcileResponseExternalBindingsKubernetesSecret$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsKubernetesSecret, unknown>;
|
|
8960
10043
|
export declare function syncReconcileResponseExternalBindingsKubernetesSecretFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsKubernetesSecret, SDKValidationError>;
|
|
@@ -8968,7 +10051,7 @@ export declare function syncReconcileResponseVaultNameFromJSON(jsonString: strin
|
|
|
8968
10051
|
export declare const SyncReconcileResponseVaultNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseVaultNameUnion, unknown>;
|
|
8969
10052
|
export declare function syncReconcileResponseVaultNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseVaultNameUnion, SDKValidationError>;
|
|
8970
10053
|
/** @internal */
|
|
8971
|
-
export declare const
|
|
10054
|
+
export declare const TargetTypeVault3$inboundSchema: z.ZodEnum<typeof TargetTypeVault3>;
|
|
8972
10055
|
/** @internal */
|
|
8973
10056
|
export declare const SyncReconcileResponseExternalBindingsKeyVault$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsKeyVault, unknown>;
|
|
8974
10057
|
export declare function syncReconcileResponseExternalBindingsKeyVaultFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsKeyVault, SDKValidationError>;
|
|
@@ -8982,7 +10065,7 @@ export declare function syncReconcileResponseVaultPrefix2FromJSON(jsonString: st
|
|
|
8982
10065
|
export declare const SyncReconcileResponseVaultPrefixUnion2$inboundSchema: z.ZodType<SyncReconcileResponseVaultPrefixUnion2, unknown>;
|
|
8983
10066
|
export declare function syncReconcileResponseVaultPrefixUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseVaultPrefixUnion2, SDKValidationError>;
|
|
8984
10067
|
/** @internal */
|
|
8985
|
-
export declare const
|
|
10068
|
+
export declare const TargetTypeVault2$inboundSchema: z.ZodEnum<typeof TargetTypeVault2>;
|
|
8986
10069
|
/** @internal */
|
|
8987
10070
|
export declare const SyncReconcileResponseExternalBindingsSecretManager$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsSecretManager, unknown>;
|
|
8988
10071
|
export declare function syncReconcileResponseExternalBindingsSecretManagerFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsSecretManager, SDKValidationError>;
|
|
@@ -8996,7 +10079,7 @@ export declare function syncReconcileResponseVaultPrefix1FromJSON(jsonString: st
|
|
|
8996
10079
|
export declare const SyncReconcileResponseVaultPrefixUnion1$inboundSchema: z.ZodType<SyncReconcileResponseVaultPrefixUnion1, unknown>;
|
|
8997
10080
|
export declare function syncReconcileResponseVaultPrefixUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseVaultPrefixUnion1, SDKValidationError>;
|
|
8998
10081
|
/** @internal */
|
|
8999
|
-
export declare const
|
|
10082
|
+
export declare const TargetTypeVault1$inboundSchema: z.ZodEnum<typeof TargetTypeVault1>;
|
|
9000
10083
|
/** @internal */
|
|
9001
10084
|
export declare const SyncReconcileResponseExternalBindingsParameterStore$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsParameterStore, unknown>;
|
|
9002
10085
|
export declare function syncReconcileResponseExternalBindingsParameterStoreFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsParameterStore, SDKValidationError>;
|
|
@@ -9019,7 +10102,7 @@ export declare function syncReconcileResponseRegistryUrlFromJSON(jsonString: str
|
|
|
9019
10102
|
export declare const SyncReconcileResponseRegistryUrlUnion$inboundSchema: z.ZodType<SyncReconcileResponseRegistryUrlUnion, unknown>;
|
|
9020
10103
|
export declare function syncReconcileResponseRegistryUrlUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRegistryUrlUnion, SDKValidationError>;
|
|
9021
10104
|
/** @internal */
|
|
9022
|
-
export declare const
|
|
10105
|
+
export declare const TargetTypeArtifactRegistry4$inboundSchema: z.ZodEnum<typeof TargetTypeArtifactRegistry4>;
|
|
9023
10106
|
/** @internal */
|
|
9024
10107
|
export declare const SyncReconcileResponseExternalBindingsLocal$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocal, unknown>;
|
|
9025
10108
|
export declare function syncReconcileResponseExternalBindingsLocalFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocal, SDKValidationError>;
|
|
@@ -9045,7 +10128,7 @@ export declare function syncReconcileResponseRepositoryNameFromJSON(jsonString:
|
|
|
9045
10128
|
export declare const SyncReconcileResponseRepositoryNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryNameUnion, unknown>;
|
|
9046
10129
|
export declare function syncReconcileResponseRepositoryNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryNameUnion, SDKValidationError>;
|
|
9047
10130
|
/** @internal */
|
|
9048
|
-
export declare const
|
|
10131
|
+
export declare const TargetTypeArtifactRegistry3$inboundSchema: z.ZodEnum<typeof TargetTypeArtifactRegistry3>;
|
|
9049
10132
|
/** @internal */
|
|
9050
10133
|
export declare const SyncReconcileResponseExternalBindingsGar$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsGar, unknown>;
|
|
9051
10134
|
export declare function syncReconcileResponseExternalBindingsGarFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsGar, SDKValidationError>;
|
|
@@ -9074,7 +10157,7 @@ export declare function syncReconcileResponseResourceGroupName2FromJSON(jsonStri
|
|
|
9074
10157
|
export declare const SyncReconcileResponseResourceGroupNameUnion2$inboundSchema: z.ZodType<SyncReconcileResponseResourceGroupNameUnion2, unknown>;
|
|
9075
10158
|
export declare function syncReconcileResponseResourceGroupNameUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceGroupNameUnion2, SDKValidationError>;
|
|
9076
10159
|
/** @internal */
|
|
9077
|
-
export declare const
|
|
10160
|
+
export declare const TargetTypeArtifactRegistry2$inboundSchema: z.ZodEnum<typeof TargetTypeArtifactRegistry2>;
|
|
9078
10161
|
/** @internal */
|
|
9079
10162
|
export declare const SyncReconcileResponseExternalBindingsAcr$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsAcr, unknown>;
|
|
9080
10163
|
export declare function syncReconcileResponseExternalBindingsAcrFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsAcr, SDKValidationError>;
|
|
@@ -9100,7 +10183,7 @@ export declare function syncReconcileResponseRepositoryPrefix1FromJSON(jsonStrin
|
|
|
9100
10183
|
export declare const SyncReconcileResponseRepositoryPrefixUnion$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefixUnion, unknown>;
|
|
9101
10184
|
export declare function syncReconcileResponseRepositoryPrefixUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefixUnion, SDKValidationError>;
|
|
9102
10185
|
/** @internal */
|
|
9103
|
-
export declare const
|
|
10186
|
+
export declare const TargetTypeArtifactRegistry1$inboundSchema: z.ZodEnum<typeof TargetTypeArtifactRegistry1>;
|
|
9104
10187
|
/** @internal */
|
|
9105
10188
|
export declare const SyncReconcileResponseExternalBindingsEcr$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsEcr, unknown>;
|
|
9106
10189
|
export declare function syncReconcileResponseExternalBindingsEcrFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsEcr, SDKValidationError>;
|
|
@@ -9123,7 +10206,7 @@ export declare function syncReconcileResponseKeyPrefixSecretRef2FromJSON(jsonStr
|
|
|
9123
10206
|
export declare const SyncReconcileResponseKeyPrefix2$inboundSchema: z.ZodType<SyncReconcileResponseKeyPrefix2, unknown>;
|
|
9124
10207
|
export declare function syncReconcileResponseKeyPrefix2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseKeyPrefix2, SDKValidationError>;
|
|
9125
10208
|
/** @internal */
|
|
9126
|
-
export declare const
|
|
10209
|
+
export declare const TargetTypeKv5$inboundSchema: z.ZodEnum<typeof TargetTypeKv5>;
|
|
9127
10210
|
/** @internal */
|
|
9128
10211
|
export declare const SyncReconcileResponseExternalBindingsLocalKv$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocalKv, unknown>;
|
|
9129
10212
|
export declare function syncReconcileResponseExternalBindingsLocalKvFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocalKv, SDKValidationError>;
|
|
@@ -9149,7 +10232,7 @@ export declare function syncReconcileResponseKeyPrefixSecretRef1FromJSON(jsonStr
|
|
|
9149
10232
|
export declare const SyncReconcileResponseKeyPrefix1$inboundSchema: z.ZodType<SyncReconcileResponseKeyPrefix1, unknown>;
|
|
9150
10233
|
export declare function syncReconcileResponseKeyPrefix1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseKeyPrefix1, SDKValidationError>;
|
|
9151
10234
|
/** @internal */
|
|
9152
|
-
export declare const
|
|
10235
|
+
export declare const TargetTypeKv4$inboundSchema: z.ZodEnum<typeof TargetTypeKv4>;
|
|
9153
10236
|
/** @internal */
|
|
9154
10237
|
export declare const SyncReconcileResponseExternalBindingsRedis$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsRedis, unknown>;
|
|
9155
10238
|
export declare function syncReconcileResponseExternalBindingsRedisFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsRedis, SDKValidationError>;
|
|
@@ -9181,7 +10264,7 @@ export declare function syncReconcileResponseTableName2FromJSON(jsonString: stri
|
|
|
9181
10264
|
export declare const SyncReconcileResponseTableNameUnion2$inboundSchema: z.ZodType<SyncReconcileResponseTableNameUnion2, unknown>;
|
|
9182
10265
|
export declare function syncReconcileResponseTableNameUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTableNameUnion2, SDKValidationError>;
|
|
9183
10266
|
/** @internal */
|
|
9184
|
-
export declare const
|
|
10267
|
+
export declare const TargetTypeKv3$inboundSchema: z.ZodEnum<typeof TargetTypeKv3>;
|
|
9185
10268
|
/** @internal */
|
|
9186
10269
|
export declare const SyncReconcileResponseExternalBindingsTablestorage$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsTablestorage, unknown>;
|
|
9187
10270
|
export declare function syncReconcileResponseExternalBindingsTablestorageFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsTablestorage, SDKValidationError>;
|
|
@@ -9213,7 +10296,7 @@ export declare function syncReconcileResponseProjectIdFromJSON(jsonString: strin
|
|
|
9213
10296
|
export declare const SyncReconcileResponseProjectIdUnion$inboundSchema: z.ZodType<SyncReconcileResponseProjectIdUnion, unknown>;
|
|
9214
10297
|
export declare function syncReconcileResponseProjectIdUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProjectIdUnion, SDKValidationError>;
|
|
9215
10298
|
/** @internal */
|
|
9216
|
-
export declare const
|
|
10299
|
+
export declare const TargetTypeKv2$inboundSchema: z.ZodEnum<typeof TargetTypeKv2>;
|
|
9217
10300
|
/** @internal */
|
|
9218
10301
|
export declare const SyncReconcileResponseExternalBindingsFirestore$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsFirestore, unknown>;
|
|
9219
10302
|
export declare function syncReconcileResponseExternalBindingsFirestoreFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsFirestore, SDKValidationError>;
|
|
@@ -9242,7 +10325,7 @@ export declare function syncReconcileResponseTableName1FromJSON(jsonString: stri
|
|
|
9242
10325
|
export declare const SyncReconcileResponseTableNameUnion1$inboundSchema: z.ZodType<SyncReconcileResponseTableNameUnion1, unknown>;
|
|
9243
10326
|
export declare function syncReconcileResponseTableNameUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTableNameUnion1, SDKValidationError>;
|
|
9244
10327
|
/** @internal */
|
|
9245
|
-
export declare const
|
|
10328
|
+
export declare const TargetTypeKv1$inboundSchema: z.ZodEnum<typeof TargetTypeKv1>;
|
|
9246
10329
|
/** @internal */
|
|
9247
10330
|
export declare const SyncReconcileResponseExternalBindingsDynamodb$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsDynamodb, unknown>;
|
|
9248
10331
|
export declare function syncReconcileResponseExternalBindingsDynamodbFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsDynamodb, SDKValidationError>;
|
|
@@ -9259,7 +10342,7 @@ export declare function syncReconcileResponseQueuePathFromJSON(jsonString: strin
|
|
|
9259
10342
|
export declare const SyncReconcileResponseQueuePathUnion$inboundSchema: z.ZodType<SyncReconcileResponseQueuePathUnion, unknown>;
|
|
9260
10343
|
export declare function syncReconcileResponseQueuePathUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueuePathUnion, SDKValidationError>;
|
|
9261
10344
|
/** @internal */
|
|
9262
|
-
export declare const
|
|
10345
|
+
export declare const TargetTypeQueue4$inboundSchema: z.ZodEnum<typeof TargetTypeQueue4>;
|
|
9263
10346
|
/** @internal */
|
|
9264
10347
|
export declare const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocalQueue, unknown>;
|
|
9265
10348
|
export declare function syncReconcileResponseExternalBindingsLocalQueueFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocalQueue, SDKValidationError>;
|
|
@@ -9282,7 +10365,7 @@ export declare function syncReconcileResponseQueueNameFromJSON(jsonString: strin
|
|
|
9282
10365
|
export declare const SyncReconcileResponseQueueNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseQueueNameUnion, unknown>;
|
|
9283
10366
|
export declare function syncReconcileResponseQueueNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueueNameUnion, SDKValidationError>;
|
|
9284
10367
|
/** @internal */
|
|
9285
|
-
export declare const
|
|
10368
|
+
export declare const TargetTypeQueue3$inboundSchema: z.ZodEnum<typeof TargetTypeQueue3>;
|
|
9286
10369
|
/** @internal */
|
|
9287
10370
|
export declare const SyncReconcileResponseExternalBindingsServicebus$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsServicebus, unknown>;
|
|
9288
10371
|
export declare function syncReconcileResponseExternalBindingsServicebusFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsServicebus, SDKValidationError>;
|
|
@@ -9305,7 +10388,7 @@ export declare function syncReconcileResponseTopicFromJSON(jsonString: string):
|
|
|
9305
10388
|
export declare const SyncReconcileResponseTopicUnion$inboundSchema: z.ZodType<SyncReconcileResponseTopicUnion, unknown>;
|
|
9306
10389
|
export declare function syncReconcileResponseTopicUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTopicUnion, SDKValidationError>;
|
|
9307
10390
|
/** @internal */
|
|
9308
|
-
export declare const
|
|
10391
|
+
export declare const TargetTypeQueue2$inboundSchema: z.ZodEnum<typeof TargetTypeQueue2>;
|
|
9309
10392
|
/** @internal */
|
|
9310
10393
|
export declare const SyncReconcileResponseExternalBindingsPubsub$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsPubsub, unknown>;
|
|
9311
10394
|
export declare function syncReconcileResponseExternalBindingsPubsubFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsPubsub, SDKValidationError>;
|
|
@@ -9319,7 +10402,7 @@ export declare function syncReconcileResponseQueueUrlFromJSON(jsonString: string
|
|
|
9319
10402
|
export declare const SyncReconcileResponseQueueUrlUnion$inboundSchema: z.ZodType<SyncReconcileResponseQueueUrlUnion, unknown>;
|
|
9320
10403
|
export declare function syncReconcileResponseQueueUrlUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueueUrlUnion, SDKValidationError>;
|
|
9321
10404
|
/** @internal */
|
|
9322
|
-
export declare const
|
|
10405
|
+
export declare const TargetTypeQueue1$inboundSchema: z.ZodEnum<typeof TargetTypeQueue1>;
|
|
9323
10406
|
/** @internal */
|
|
9324
10407
|
export declare const SyncReconcileResponseExternalBindingsSqs$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsSqs, unknown>;
|
|
9325
10408
|
export declare function syncReconcileResponseExternalBindingsSqsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsSqs, SDKValidationError>;
|
|
@@ -9336,7 +10419,7 @@ export declare function syncReconcileResponseStoragePathFromJSON(jsonString: str
|
|
|
9336
10419
|
export declare const SyncReconcileResponseStoragePathUnion$inboundSchema: z.ZodType<SyncReconcileResponseStoragePathUnion, unknown>;
|
|
9337
10420
|
export declare function syncReconcileResponseStoragePathUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStoragePathUnion, SDKValidationError>;
|
|
9338
10421
|
/** @internal */
|
|
9339
|
-
export declare const
|
|
10422
|
+
export declare const TargetTypeStorage4$inboundSchema: z.ZodEnum<typeof TargetTypeStorage4>;
|
|
9340
10423
|
/** @internal */
|
|
9341
10424
|
export declare const SyncReconcileResponseExternalBindingsLocalStorage$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocalStorage, unknown>;
|
|
9342
10425
|
export declare function syncReconcileResponseExternalBindingsLocalStorageFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocalStorage, SDKValidationError>;
|
|
@@ -9350,7 +10433,7 @@ export declare function syncReconcileResponseBucketName2FromJSON(jsonString: str
|
|
|
9350
10433
|
export declare const SyncReconcileResponseBucketNameUnion2$inboundSchema: z.ZodType<SyncReconcileResponseBucketNameUnion2, unknown>;
|
|
9351
10434
|
export declare function syncReconcileResponseBucketNameUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseBucketNameUnion2, SDKValidationError>;
|
|
9352
10435
|
/** @internal */
|
|
9353
|
-
export declare const
|
|
10436
|
+
export declare const TargetTypeStorage3$inboundSchema: z.ZodEnum<typeof TargetTypeStorage3>;
|
|
9354
10437
|
/** @internal */
|
|
9355
10438
|
export declare const SyncReconcileResponseExternalBindingsGcs$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsGcs, unknown>;
|
|
9356
10439
|
export declare function syncReconcileResponseExternalBindingsGcsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsGcs, SDKValidationError>;
|
|
@@ -9373,7 +10456,7 @@ export declare function syncReconcileResponseContainerNameFromJSON(jsonString: s
|
|
|
9373
10456
|
export declare const SyncReconcileResponseContainerNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseContainerNameUnion, unknown>;
|
|
9374
10457
|
export declare function syncReconcileResponseContainerNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseContainerNameUnion, SDKValidationError>;
|
|
9375
10458
|
/** @internal */
|
|
9376
|
-
export declare const
|
|
10459
|
+
export declare const TargetTypeStorage2$inboundSchema: z.ZodEnum<typeof TargetTypeStorage2>;
|
|
9377
10460
|
/** @internal */
|
|
9378
10461
|
export declare const SyncReconcileResponseExternalBindingsBlob$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsBlob, unknown>;
|
|
9379
10462
|
export declare function syncReconcileResponseExternalBindingsBlobFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsBlob, SDKValidationError>;
|
|
@@ -9387,7 +10470,7 @@ export declare function syncReconcileResponseBucketName1FromJSON(jsonString: str
|
|
|
9387
10470
|
export declare const SyncReconcileResponseBucketNameUnion1$inboundSchema: z.ZodType<SyncReconcileResponseBucketNameUnion1, unknown>;
|
|
9388
10471
|
export declare function syncReconcileResponseBucketNameUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseBucketNameUnion1, SDKValidationError>;
|
|
9389
10472
|
/** @internal */
|
|
9390
|
-
export declare const
|
|
10473
|
+
export declare const TargetTypeStorage1$inboundSchema: z.ZodEnum<typeof TargetTypeStorage1>;
|
|
9391
10474
|
/** @internal */
|
|
9392
10475
|
export declare const SyncReconcileResponseExternalBindingsS3$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsS3, unknown>;
|
|
9393
10476
|
export declare function syncReconcileResponseExternalBindingsS3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsS3, SDKValidationError>;
|
|
@@ -9427,6 +10510,21 @@ export declare function syncReconcileResponseMonitoringFromJSON(jsonString: stri
|
|
|
9427
10510
|
export declare const SyncReconcileResponseMonitoringUnion$inboundSchema: z.ZodType<SyncReconcileResponseMonitoringUnion, unknown>;
|
|
9428
10511
|
export declare function syncReconcileResponseMonitoringUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseMonitoringUnion, SDKValidationError>;
|
|
9429
10512
|
/** @internal */
|
|
10513
|
+
export declare const SyncReconcileResponsePoolsAutoscale$inboundSchema: z.ZodType<SyncReconcileResponsePoolsAutoscale, unknown>;
|
|
10514
|
+
export declare function syncReconcileResponsePoolsAutoscaleFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePoolsAutoscale, SDKValidationError>;
|
|
10515
|
+
/** @internal */
|
|
10516
|
+
export declare const SyncReconcileResponsePoolsFixed$inboundSchema: z.ZodType<SyncReconcileResponsePoolsFixed, unknown>;
|
|
10517
|
+
export declare function syncReconcileResponsePoolsFixedFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePoolsFixed, SDKValidationError>;
|
|
10518
|
+
/** @internal */
|
|
10519
|
+
export declare const SyncReconcileResponsePoolsUnion$inboundSchema: z.ZodType<SyncReconcileResponsePoolsUnion, unknown>;
|
|
10520
|
+
export declare function syncReconcileResponsePoolsUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePoolsUnion, SDKValidationError>;
|
|
10521
|
+
/** @internal */
|
|
10522
|
+
export declare const SyncReconcileResponseCompute$inboundSchema: z.ZodType<SyncReconcileResponseCompute, unknown>;
|
|
10523
|
+
export declare function syncReconcileResponseComputeFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCompute, SDKValidationError>;
|
|
10524
|
+
/** @internal */
|
|
10525
|
+
export declare const SyncReconcileResponseComputeUnion$inboundSchema: z.ZodType<SyncReconcileResponseComputeUnion, unknown>;
|
|
10526
|
+
export declare function syncReconcileResponseComputeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseComputeUnion, SDKValidationError>;
|
|
10527
|
+
/** @internal */
|
|
9430
10528
|
export declare const SyncReconcileResponseDeploymentModel$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDeploymentModel>;
|
|
9431
10529
|
/** @internal */
|
|
9432
10530
|
export declare const SyncReconcileResponseAwsStackSettings$inboundSchema: z.ZodType<SyncReconcileResponseAwsStackSettings, unknown>;
|
|
@@ -9637,27 +10735,27 @@ export declare function syncReconcileResponseKubernetesFromJSON(jsonString: stri
|
|
|
9637
10735
|
export declare const SyncReconcileResponseKubernetesUnion$inboundSchema: z.ZodType<SyncReconcileResponseKubernetesUnion, unknown>;
|
|
9638
10736
|
export declare function syncReconcileResponseKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseKubernetesUnion, SDKValidationError>;
|
|
9639
10737
|
/** @internal */
|
|
9640
|
-
export declare const
|
|
10738
|
+
export declare const TargetTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof TargetTypeByoVnetAzure>;
|
|
9641
10739
|
/** @internal */
|
|
9642
10740
|
export declare const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<SyncReconcileResponseNetworkByoVnetAzure, unknown>;
|
|
9643
10741
|
export declare function syncReconcileResponseNetworkByoVnetAzureFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNetworkByoVnetAzure, SDKValidationError>;
|
|
9644
10742
|
/** @internal */
|
|
9645
|
-
export declare const
|
|
10743
|
+
export declare const TargetTypeByoVpcGcp$inboundSchema: z.ZodEnum<typeof TargetTypeByoVpcGcp>;
|
|
9646
10744
|
/** @internal */
|
|
9647
10745
|
export declare const SyncReconcileResponseNetworkByoVpcGcp$inboundSchema: z.ZodType<SyncReconcileResponseNetworkByoVpcGcp, unknown>;
|
|
9648
10746
|
export declare function syncReconcileResponseNetworkByoVpcGcpFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNetworkByoVpcGcp, SDKValidationError>;
|
|
9649
10747
|
/** @internal */
|
|
9650
|
-
export declare const
|
|
10748
|
+
export declare const TargetTypeByoVpcAws$inboundSchema: z.ZodEnum<typeof TargetTypeByoVpcAws>;
|
|
9651
10749
|
/** @internal */
|
|
9652
10750
|
export declare const SyncReconcileResponseNetworkByoVpcAws$inboundSchema: z.ZodType<SyncReconcileResponseNetworkByoVpcAws, unknown>;
|
|
9653
10751
|
export declare function syncReconcileResponseNetworkByoVpcAwsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNetworkByoVpcAws, SDKValidationError>;
|
|
9654
10752
|
/** @internal */
|
|
9655
|
-
export declare const
|
|
10753
|
+
export declare const TargetTypeCreate$inboundSchema: z.ZodEnum<typeof TargetTypeCreate>;
|
|
9656
10754
|
/** @internal */
|
|
9657
10755
|
export declare const SyncReconcileResponseNetworkCreate$inboundSchema: z.ZodType<SyncReconcileResponseNetworkCreate, unknown>;
|
|
9658
10756
|
export declare function syncReconcileResponseNetworkCreateFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNetworkCreate, SDKValidationError>;
|
|
9659
10757
|
/** @internal */
|
|
9660
|
-
export declare const
|
|
10758
|
+
export declare const TargetTypeUseDefault$inboundSchema: z.ZodEnum<typeof TargetTypeUseDefault>;
|
|
9661
10759
|
/** @internal */
|
|
9662
10760
|
export declare const SyncReconcileResponseNetworkUseDefault$inboundSchema: z.ZodType<SyncReconcileResponseNetworkUseDefault, unknown>;
|
|
9663
10761
|
export declare function syncReconcileResponseNetworkUseDefaultFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNetworkUseDefault, SDKValidationError>;
|
|
@@ -9675,6 +10773,52 @@ export declare function syncReconcileResponseStackSettingsFromJSON(jsonString: s
|
|
|
9675
10773
|
export declare const TargetConfig$inboundSchema: z.ZodType<TargetConfig, unknown>;
|
|
9676
10774
|
export declare function targetConfigFromJSON(jsonString: string): SafeParseResult<TargetConfig, SDKValidationError>;
|
|
9677
10775
|
/** @internal */
|
|
10776
|
+
export declare const ReleaseInfoTypeStringList$inboundSchema: z.ZodEnum<typeof ReleaseInfoTypeStringList>;
|
|
10777
|
+
/** @internal */
|
|
10778
|
+
export declare const DefaultReleaseInfoStringList$inboundSchema: z.ZodType<DefaultReleaseInfoStringList, unknown>;
|
|
10779
|
+
export declare function defaultReleaseInfoStringListFromJSON(jsonString: string): SafeParseResult<DefaultReleaseInfoStringList, SDKValidationError>;
|
|
10780
|
+
/** @internal */
|
|
10781
|
+
export declare const ReleaseInfoTypeBoolean$inboundSchema: z.ZodEnum<typeof ReleaseInfoTypeBoolean>;
|
|
10782
|
+
/** @internal */
|
|
10783
|
+
export declare const DefaultReleaseInfoBoolean$inboundSchema: z.ZodType<DefaultReleaseInfoBoolean, unknown>;
|
|
10784
|
+
export declare function defaultReleaseInfoBooleanFromJSON(jsonString: string): SafeParseResult<DefaultReleaseInfoBoolean, SDKValidationError>;
|
|
10785
|
+
/** @internal */
|
|
10786
|
+
export declare const ReleaseInfoTypeNumber$inboundSchema: z.ZodEnum<typeof ReleaseInfoTypeNumber>;
|
|
10787
|
+
/** @internal */
|
|
10788
|
+
export declare const DefaultReleaseInfoNumber$inboundSchema: z.ZodType<DefaultReleaseInfoNumber, unknown>;
|
|
10789
|
+
export declare function defaultReleaseInfoNumberFromJSON(jsonString: string): SafeParseResult<DefaultReleaseInfoNumber, SDKValidationError>;
|
|
10790
|
+
/** @internal */
|
|
10791
|
+
export declare const ReleaseInfoTypeString$inboundSchema: z.ZodEnum<typeof ReleaseInfoTypeString>;
|
|
10792
|
+
/** @internal */
|
|
10793
|
+
export declare const DefaultReleaseInfoString$inboundSchema: z.ZodType<DefaultReleaseInfoString, unknown>;
|
|
10794
|
+
export declare function defaultReleaseInfoStringFromJSON(jsonString: string): SafeParseResult<DefaultReleaseInfoString, SDKValidationError>;
|
|
10795
|
+
/** @internal */
|
|
10796
|
+
export declare const ReleaseInfoDefaultUnion$inboundSchema: z.ZodType<ReleaseInfoDefaultUnion, unknown>;
|
|
10797
|
+
export declare function releaseInfoDefaultUnionFromJSON(jsonString: string): SafeParseResult<ReleaseInfoDefaultUnion, SDKValidationError>;
|
|
10798
|
+
/** @internal */
|
|
10799
|
+
export declare const TypeReleaseInfoEnvEnum$inboundSchema: z.ZodEnum<typeof TypeReleaseInfoEnvEnum>;
|
|
10800
|
+
/** @internal */
|
|
10801
|
+
export declare const ReleaseInfoTypeUnion$inboundSchema: z.ZodType<ReleaseInfoTypeUnion, unknown>;
|
|
10802
|
+
export declare function releaseInfoTypeUnionFromJSON(jsonString: string): SafeParseResult<ReleaseInfoTypeUnion, SDKValidationError>;
|
|
10803
|
+
/** @internal */
|
|
10804
|
+
export declare const ReleaseInfoEnv$inboundSchema: z.ZodType<ReleaseInfoEnv, unknown>;
|
|
10805
|
+
export declare function releaseInfoEnvFromJSON(jsonString: string): SafeParseResult<ReleaseInfoEnv, SDKValidationError>;
|
|
10806
|
+
/** @internal */
|
|
10807
|
+
export declare const ReleaseInfoKind$inboundSchema: z.ZodEnum<typeof ReleaseInfoKind>;
|
|
10808
|
+
/** @internal */
|
|
10809
|
+
export declare const ReleaseInfoPlatform$inboundSchema: z.ZodEnum<typeof ReleaseInfoPlatform>;
|
|
10810
|
+
/** @internal */
|
|
10811
|
+
export declare const ReleaseInfoProvidedBy$inboundSchema: z.ZodEnum<typeof ReleaseInfoProvidedBy>;
|
|
10812
|
+
/** @internal */
|
|
10813
|
+
export declare const ValidationReleaseInfo$inboundSchema: z.ZodType<ValidationReleaseInfo, unknown>;
|
|
10814
|
+
export declare function validationReleaseInfoFromJSON(jsonString: string): SafeParseResult<ValidationReleaseInfo, SDKValidationError>;
|
|
10815
|
+
/** @internal */
|
|
10816
|
+
export declare const ReleaseInfoValidationUnion$inboundSchema: z.ZodType<ReleaseInfoValidationUnion, unknown>;
|
|
10817
|
+
export declare function releaseInfoValidationUnionFromJSON(jsonString: string): SafeParseResult<ReleaseInfoValidationUnion, SDKValidationError>;
|
|
10818
|
+
/** @internal */
|
|
10819
|
+
export declare const ReleaseInfoInput$inboundSchema: z.ZodType<ReleaseInfoInput, unknown>;
|
|
10820
|
+
export declare function releaseInfoInputFromJSON(jsonString: string): SafeParseResult<ReleaseInfoInput, SDKValidationError>;
|
|
10821
|
+
/** @internal */
|
|
9678
10822
|
export declare const ManagementReleaseInfoEnum$inboundSchema: z.ZodEnum<typeof ManagementReleaseInfoEnum>;
|
|
9679
10823
|
/** @internal */
|
|
9680
10824
|
export declare const OverrideReleaseInfoAwResource$inboundSchema: z.ZodType<OverrideReleaseInfoAwResource, unknown>;
|