@alienplatform/platform-api 1.3.4 → 1.4.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 +97 -70
- package/esm/funcs/apiKeysList.js +1 -0
- package/esm/funcs/apiKeysList.js.map +1 -1
- package/esm/funcs/authWhoami.d.ts +1 -1
- package/esm/funcs/authWhoami.js +1 -1
- package/esm/funcs/billingGetPlan.d.ts +14 -0
- package/esm/funcs/billingGetPlan.d.ts.map +1 -0
- package/esm/funcs/{containersGetMachines.js → billingGetPlan.js} +8 -14
- package/esm/funcs/billingGetPlan.js.map +1 -0
- package/esm/funcs/billingListAuditLog.d.ts +14 -0
- package/esm/funcs/billingListAuditLog.d.ts.map +1 -0
- package/esm/funcs/billingListAuditLog.js +80 -0
- package/esm/funcs/billingListAuditLog.js.map +1 -0
- package/esm/funcs/cloudRegionsGet.d.ts +15 -0
- package/esm/funcs/cloudRegionsGet.d.ts.map +1 -0
- package/esm/funcs/{containersGetAttention.js → cloudRegionsGet.js} +9 -14
- package/esm/funcs/cloudRegionsGet.js.map +1 -0
- package/esm/funcs/commandsList.js +1 -0
- package/esm/funcs/commandsList.js.map +1 -1
- package/esm/funcs/deploymentGetInfo.d.ts +1 -1
- package/esm/funcs/deploymentGetInfo.js +1 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js +1 -0
- package/esm/funcs/deploymentGroupsGetDeploymentGroup.js.map +1 -1
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js +1 -0
- package/esm/funcs/deploymentGroupsListDeploymentGroups.js.map +1 -1
- package/esm/funcs/deploymentPrepareStack.d.ts +16 -0
- package/esm/funcs/deploymentPrepareStack.d.ts.map +1 -0
- package/esm/funcs/deploymentPrepareStack.js +84 -0
- package/esm/funcs/deploymentPrepareStack.js.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts +15 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +1 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js +86 -0
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +1 -0
- package/esm/funcs/deploymentsCreate.d.ts +1 -1
- package/esm/funcs/deploymentsCreate.js +1 -1
- package/esm/funcs/deploymentsCreateToken.d.ts +1 -1
- package/esm/funcs/deploymentsCreateToken.js +1 -1
- package/esm/funcs/deploymentsDelete.d.ts +1 -1
- package/esm/funcs/deploymentsDelete.js +5 -3
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/deploymentsGet.d.ts +1 -1
- package/esm/funcs/deploymentsGet.js +1 -1
- package/esm/funcs/deploymentsGetStats.js +1 -1
- package/esm/funcs/deploymentsGetStats.js.map +1 -1
- package/esm/funcs/deploymentsImport.d.ts +1 -1
- package/esm/funcs/deploymentsImport.js +2 -2
- package/esm/funcs/deploymentsImport.js.map +1 -1
- package/esm/funcs/deploymentsList.js +1 -1
- package/esm/funcs/deploymentsList.js.map +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.d.ts +1 -1
- package/esm/funcs/deploymentsListFilterDeploymentGroups.js +1 -1
- package/esm/funcs/{containersGetDeploymentContainer.d.ts → deploymentsListFilterEnvironments.d.ts} +3 -3
- package/esm/funcs/deploymentsListFilterEnvironments.d.ts.map +1 -0
- package/esm/funcs/{deploymentsListFilterPlatforms.js → deploymentsListFilterEnvironments.js} +8 -8
- package/esm/funcs/deploymentsListFilterEnvironments.js.map +1 -0
- package/esm/funcs/deploymentsRedeploy.d.ts +1 -1
- package/esm/funcs/deploymentsRedeploy.js +1 -1
- package/esm/funcs/deploymentsRetry.d.ts +1 -1
- package/esm/funcs/deploymentsRetry.js +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.d.ts +1 -1
- package/esm/funcs/deploymentsUpdateEnvironmentVariables.js +1 -1
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.d.ts.map +1 -1
- package/esm/funcs/domainsCreate.js +2 -2
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/domainsGet.d.ts +1 -1
- package/esm/funcs/domainsGet.d.ts.map +1 -1
- package/esm/funcs/domainsGet.js +1 -1
- package/esm/funcs/domainsGet.js.map +1 -1
- package/esm/funcs/{containersListDeploymentMachines.d.ts → domainsRefresh.d.ts} +4 -3
- package/esm/funcs/domainsRefresh.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentMachines.js → domainsRefresh.js} +10 -9
- package/esm/funcs/domainsRefresh.js.map +1 -0
- package/esm/funcs/eventsList.js +1 -0
- package/esm/funcs/eventsList.js.map +1 -1
- package/esm/funcs/{containersListDeploymentEvents.d.ts → managersCancelSetup.d.ts} +3 -3
- package/esm/funcs/managersCancelSetup.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.js → managersCancelSetup.js} +9 -9
- package/esm/funcs/managersCancelSetup.js.map +1 -0
- package/esm/funcs/managersCreate.d.ts +2 -1
- package/esm/funcs/managersCreate.d.ts.map +1 -1
- package/esm/funcs/managersCreate.js +3 -2
- package/esm/funcs/managersCreate.js.map +1 -1
- package/esm/funcs/managersDelete.js +2 -2
- package/esm/funcs/managersDelete.js.map +1 -1
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts → managersGenerateManagerToken.d.ts} +3 -3
- package/esm/funcs/managersGenerateManagerToken.d.ts.map +1 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js → managersGenerateManagerToken.js} +8 -8
- package/esm/funcs/managersGenerateManagerToken.js.map +1 -0
- package/esm/funcs/managersGetManagementConfig.js +1 -0
- package/esm/funcs/managersGetManagementConfig.js.map +1 -1
- package/esm/funcs/managersList.js +2 -0
- package/esm/funcs/managersList.js.map +1 -1
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts +16 -0
- package/esm/funcs/managersResolveGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentEvents.js → managersResolveGcpOAuthProvider.js} +13 -16
- package/esm/funcs/managersResolveGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/{containersGetDeployments.d.ts → managersRetry.d.ts} +4 -3
- package/esm/funcs/managersRetry.d.ts.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.js → managersRetry.js} +9 -12
- package/esm/funcs/managersRetry.js.map +1 -0
- package/esm/funcs/managersRetrySetup.d.ts +16 -0
- package/esm/funcs/managersRetrySetup.d.ts.map +1 -0
- package/esm/funcs/managersRetrySetup.js +89 -0
- package/esm/funcs/managersRetrySetup.js.map +1 -0
- package/esm/funcs/packagesList.js +1 -0
- package/esm/funcs/packagesList.js.map +1 -1
- package/esm/funcs/projectsCreate.js +2 -2
- package/esm/funcs/projectsCreate.js.map +1 -1
- package/esm/funcs/projectsDelete.d.ts +1 -1
- package/esm/funcs/projectsDelete.js +1 -1
- package/esm/funcs/{containersGetAttention.d.ts → projectsGetDeploymentPortalDomain.d.ts} +4 -3
- package/esm/funcs/projectsGetDeploymentPortalDomain.d.ts.map +1 -0
- package/esm/funcs/{deploymentGroupsGetDeploymentGroupManager.js → projectsGetDeploymentPortalDomain.js} +8 -12
- package/esm/funcs/projectsGetDeploymentPortalDomain.js.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.d.ts → projectsGetGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/projectsGetGcpOAuthProvider.d.ts.map +1 -0
- package/esm/funcs/{projectsGetBuildConfig.js → projectsGetGcpOAuthProvider.js} +9 -12
- package/esm/funcs/projectsGetGcpOAuthProvider.js.map +1 -0
- package/esm/funcs/projectsGetTemplateUrls.d.ts +1 -1
- package/esm/funcs/projectsGetTemplateUrls.js +1 -1
- package/esm/funcs/projectsUpdate.js +1 -1
- package/esm/funcs/projectsUpdate.js.map +1 -1
- package/esm/funcs/{containersGetDeploymentCluster.d.ts → projectsUpdateGcpOAuthProvider.d.ts} +4 -3
- package/esm/funcs/{managersGenerateDeepstoreToken.d.ts.map → projectsUpdateGcpOAuthProvider.d.ts.map} +1 -1
- package/esm/funcs/projectsUpdateGcpOAuthProvider.js +92 -0
- package/esm/funcs/{managersGenerateDeepstoreToken.js.map → projectsUpdateGcpOAuthProvider.js.map} +1 -1
- package/esm/funcs/resolveResolve.d.ts +19 -0
- package/esm/funcs/resolveResolve.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeployments.js → resolveResolve.js} +14 -16
- package/esm/funcs/resolveResolve.js.map +1 -0
- package/esm/funcs/{containersListDeploymentContainers.d.ts → resourcesGetDeploymentDetail.d.ts} +2 -5
- package/esm/funcs/resourcesGetDeploymentDetail.d.ts.map +1 -0
- package/esm/funcs/{containersListDeploymentContainerInstanceEvents.js → resourcesGetDeploymentDetail.js} +13 -13
- package/esm/funcs/resourcesGetDeploymentDetail.js.map +1 -0
- package/esm/funcs/{managersGoogleCloudConnect.d.ts → resourcesListDeployments.d.ts} +2 -5
- package/esm/funcs/resourcesListDeployments.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentContainer.js → resourcesListDeployments.js} +11 -11
- package/esm/funcs/resourcesListDeployments.js.map +1 -0
- package/esm/funcs/resourcesListOverview.d.ts +12 -0
- package/esm/funcs/resourcesListOverview.d.ts.map +1 -0
- package/esm/funcs/{containersGetDeploymentCluster.js → resourcesListOverview.js} +10 -10
- package/esm/funcs/{containersListDeploymentMachines.js.map → resourcesListOverview.js.map} +1 -1
- package/esm/funcs/syncList.d.ts +16 -0
- package/esm/funcs/syncList.d.ts.map +1 -0
- package/esm/funcs/{containersGetOverview.js → syncList.js} +13 -13
- package/esm/funcs/syncList.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +2 -2
- package/esm/funcs/syncReconcile.d.ts.map +1 -1
- package/esm/funcs/syncReconcile.js +4 -4
- package/esm/funcs/syncReconcile.js.map +1 -1
- package/esm/funcs/syncRelease.d.ts +2 -2
- package/esm/funcs/syncRelease.d.ts.map +1 -1
- package/esm/funcs/syncRelease.js +4 -4
- package/esm/funcs/syncRelease.js.map +1 -1
- package/esm/funcs/userCompleteProfileSetup.d.ts +15 -0
- package/esm/funcs/userCompleteProfileSetup.d.ts.map +1 -0
- package/esm/funcs/userCompleteProfileSetup.js +81 -0
- package/esm/funcs/userCompleteProfileSetup.js.map +1 -0
- package/esm/funcs/userGetProfile.d.ts +15 -0
- package/esm/funcs/userGetProfile.d.ts.map +1 -0
- package/esm/funcs/userGetProfile.js +69 -0
- package/esm/funcs/userGetProfile.js.map +1 -0
- package/esm/funcs/userUpdateProfile.d.ts +2 -1
- package/esm/funcs/userUpdateProfile.d.ts.map +1 -1
- package/esm/funcs/userUpdateProfile.js +2 -1
- package/esm/funcs/userUpdateProfile.js.map +1 -1
- package/esm/funcs/workspacesDismissOnboarding.d.ts +16 -0
- package/esm/funcs/workspacesDismissOnboarding.d.ts.map +1 -0
- package/esm/funcs/workspacesDismissOnboarding.js +89 -0
- package/esm/funcs/workspacesDismissOnboarding.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/lib/config.js.map +1 -1
- package/esm/lib/sdks.js +2 -8
- package/esm/lib/sdks.js.map +1 -1
- package/esm/models/apierror.d.ts +0 -3
- package/esm/models/apierror.d.ts.map +1 -1
- package/esm/models/apierror.js.map +1 -1
- package/esm/models/apikey.d.ts +2 -0
- package/esm/models/apikey.d.ts.map +1 -1
- package/esm/models/apikey.js +2 -0
- package/esm/models/apikey.js.map +1 -1
- package/esm/models/apikeydeploymentsetupconfig.d.ts +16 -0
- package/esm/models/apikeydeploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupconfig.js +17 -0
- package/esm/models/apikeydeploymentsetupconfig.js.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts +22 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.d.ts.map +1 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js +16 -0
- package/esm/models/apikeydeploymentsetupenvironmentvariable.js.map +1 -0
- package/esm/models/billingauditlogrow.d.ts +14 -0
- package/esm/models/billingauditlogrow.d.ts.map +1 -0
- package/esm/models/billingauditlogrow.js +17 -0
- package/esm/models/billingauditlogrow.js.map +1 -0
- package/esm/models/cloudformationcallbackrequest.d.ts +1619 -0
- package/esm/models/cloudformationcallbackrequest.d.ts.map +1 -0
- package/esm/models/cloudformationcallbackrequest.js +977 -0
- package/esm/models/cloudformationcallbackrequest.js.map +1 -0
- package/esm/models/cloudregionsresponse.d.ts +11 -0
- package/esm/models/cloudregionsresponse.d.ts.map +1 -0
- package/esm/models/cloudregionsresponse.js +14 -0
- package/esm/models/cloudregionsresponse.js.map +1 -0
- package/esm/models/command.d.ts +7 -3
- package/esm/models/command.d.ts.map +1 -1
- package/esm/models/command.js +2 -1
- package/esm/models/command.js.map +1 -1
- package/esm/models/commanddeploymentinfo.d.ts +4 -0
- package/esm/models/commanddeploymentinfo.d.ts.map +1 -1
- package/esm/models/commanddeploymentinfo.js +1 -0
- package/esm/models/commanddeploymentinfo.js.map +1 -1
- package/esm/models/commandlistitemresponse.d.ts +7 -3
- package/esm/models/commandlistitemresponse.d.ts.map +1 -1
- package/esm/models/commandlistitemresponse.js +2 -1
- package/esm/models/commandlistitemresponse.js.map +1 -1
- package/esm/models/createapikeyresponse.d.ts +2 -0
- package/esm/models/createapikeyresponse.d.ts.map +1 -1
- package/esm/models/createapikeyresponse.js +2 -0
- package/esm/models/createapikeyresponse.js.map +1 -1
- package/esm/models/createcommandrequest.d.ts +5 -0
- package/esm/models/createcommandrequest.d.ts.map +1 -1
- package/esm/models/createcommandrequest.js +1 -0
- package/esm/models/createcommandrequest.js.map +1 -1
- package/esm/models/createdeploymentgrouptokenrequest.d.ts +8 -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/createdeploymenttokenrequest.d.ts +2 -2
- package/esm/models/createdeploymenttokenresponse.d.ts +2 -2
- package/esm/models/createmanagerresponse.d.ts +3226 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -0
- package/esm/models/createmanagerresponse.js +2574 -0
- package/esm/models/createmanagerresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +1127 -33
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +749 -17
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +1 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +1 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +1127 -33
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +784 -18
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +341 -13
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +217 -9
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentinfosetupconfig.d.ts +33 -0
- package/esm/models/deploymentinfosetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentinfosetupconfig.js +26 -0
- package/esm/models/deploymentinfosetupconfig.js.map +1 -0
- package/esm/models/deploymentlistitemresponse.d.ts +39 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +18 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportalaccentcolor.d.ts +22 -0
- package/esm/models/deploymentportalaccentcolor.d.ts.map +1 -0
- package/esm/models/deploymentportalaccentcolor.js +20 -0
- package/esm/models/deploymentportalaccentcolor.js.map +1 -0
- package/esm/models/deploymentportalappearance.d.ts +44 -0
- package/esm/models/deploymentportalappearance.d.ts.map +1 -0
- package/esm/models/deploymentportalappearance.js +23 -0
- package/esm/models/deploymentportalappearance.js.map +1 -0
- package/esm/models/deploymentportalappearancepreset.d.ts +21 -0
- package/esm/models/deploymentportalappearancepreset.d.ts.map +1 -0
- package/esm/models/deploymentportalappearancepreset.js +19 -0
- package/esm/models/deploymentportalappearancepreset.js.map +1 -0
- package/esm/models/deploymentportaldensity.d.ts +18 -0
- package/esm/models/deploymentportaldensity.d.ts.map +1 -0
- package/esm/models/deploymentportaldensity.js +16 -0
- package/esm/models/deploymentportaldensity.js.map +1 -0
- package/esm/models/deploymentportaldomain.d.ts +156 -0
- package/esm/models/deploymentportaldomain.d.ts.map +1 -0
- package/esm/models/deploymentportaldomain.js +58 -0
- package/esm/models/deploymentportaldomain.js.map +1 -0
- package/esm/models/deploymentportaldomainresponse.d.ts +11 -0
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -0
- package/esm/models/deploymentportaldomainresponse.js +14 -0
- package/esm/models/deploymentportaldomainresponse.js.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts +13 -0
- package/esm/models/deploymentportalmanageddnsrecord.d.ts.map +1 -0
- package/esm/models/deploymentportalmanageddnsrecord.js +16 -0
- package/esm/models/deploymentportalmanageddnsrecord.js.map +1 -0
- package/esm/models/deploymentsetupconfig.d.ts +22 -0
- package/esm/models/deploymentsetupconfig.d.ts.map +1 -0
- package/esm/models/deploymentsetupconfig.js +16 -0
- package/esm/models/deploymentsetupconfig.js.map +1 -0
- package/esm/models/deploymentsetupmethod.d.ts +16 -0
- package/esm/models/deploymentsetupmethod.d.ts.map +1 -0
- package/esm/models/deploymentsetupmethod.js +17 -0
- package/esm/models/deploymentsetupmethod.js.map +1 -0
- package/esm/models/deploymentsetuppolicy.d.ts +45 -0
- package/esm/models/deploymentsetuppolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetuppolicy.js +43 -0
- package/esm/models/deploymentsetuppolicy.js.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts +1718 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js +1733 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -0
- package/esm/models/deploymentstats.d.ts +12 -0
- package/esm/models/deploymentstats.d.ts.map +1 -1
- package/esm/models/deploymentstats.js +2 -0
- package/esm/models/deploymentstats.js.map +1 -1
- package/esm/models/domainwithusage.d.ts +63 -0
- package/esm/models/domainwithusage.d.ts.map +1 -0
- package/esm/models/domainwithusage.js +62 -0
- package/esm/models/domainwithusage.js.map +1 -0
- package/esm/models/event.d.ts +549 -32
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +240 -19
- package/esm/models/event.js.map +1 -1
- package/esm/models/forwardimportrequest.d.ts +40 -0
- package/esm/models/forwardimportrequest.d.ts.map +1 -0
- package/esm/models/forwardimportrequest.js +22 -0
- package/esm/models/forwardimportrequest.js.map +1 -0
- package/esm/models/generatemanagertokenrequest.d.ts +15 -0
- package/esm/models/generatemanagertokenrequest.d.ts.map +1 -0
- package/esm/models/generatemanagertokenrequest.js +12 -0
- package/esm/models/generatemanagertokenrequest.js.map +1 -0
- package/esm/models/generatemanagertokenresponse.d.ts +37 -0
- package/esm/models/generatemanagertokenresponse.d.ts.map +1 -0
- package/esm/models/generatemanagertokenresponse.js +23 -0
- package/esm/models/generatemanagertokenresponse.js.map +1 -0
- package/esm/models/gitnamespace.d.ts +4 -4
- package/esm/models/gitnamespace.d.ts.map +1 -1
- package/esm/models/gitnamespace.js +3 -3
- package/esm/models/gitnamespace.js.map +1 -1
- package/esm/models/importdeploymentrequest.d.ts +5 -82
- package/esm/models/importdeploymentrequest.d.ts.map +1 -1
- package/esm/models/importdeploymentrequest.js +6 -36
- package/esm/models/importdeploymentrequest.js.map +1 -1
- package/esm/models/importedresource.d.ts +29 -0
- package/esm/models/importedresource.d.ts.map +1 -0
- package/esm/models/importedresource.js +14 -0
- package/esm/models/importedresource.js.map +1 -0
- package/esm/models/importsource.d.ts +1587 -0
- package/esm/models/importsource.d.ts.map +1 -0
- package/esm/models/importsource.js +902 -0
- package/esm/models/importsource.js.map +1 -0
- package/esm/models/importsourcekind.d.ts +17 -0
- package/esm/models/importsourcekind.d.ts.map +1 -0
- package/esm/models/importsourcekind.js +15 -0
- package/esm/models/importsourcekind.js.map +1 -0
- package/esm/models/index.d.ts +45 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +45 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/manager.d.ts +68 -69
- package/esm/models/manager.d.ts.map +1 -1
- package/esm/models/manager.js +38 -66
- package/esm/models/manager.js.map +1 -1
- package/esm/models/managerdeployment.d.ts +13 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +4 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerheartbeatrequest.d.ts +9 -113
- package/esm/models/managerheartbeatrequest.d.ts.map +1 -1
- package/esm/models/managerheartbeatrequest.js +7 -75
- package/esm/models/managerheartbeatrequest.js.map +1 -1
- package/esm/models/managermanagementconfigs.d.ts +136 -0
- package/esm/models/managermanagementconfigs.d.ts.map +1 -0
- package/esm/models/managermanagementconfigs.js +122 -0
- package/esm/models/managermanagementconfigs.js.map +1 -0
- package/esm/models/managerretrydeploymentresponse.d.ts +21 -0
- package/esm/models/managerretrydeploymentresponse.d.ts.map +1 -0
- package/esm/models/managerretrydeploymentresponse.js +22 -0
- package/esm/models/managerretrydeploymentresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +3232 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -0
- package/esm/models/managerretryresponse.js +2584 -0
- package/esm/models/managerretryresponse.js.map +1 -0
- package/esm/models/newdeploymentrequest.d.ts +1029 -7
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +590 -4
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/newmanagerrequest.d.ts +25 -34
- package/esm/models/newmanagerrequest.d.ts.map +1 -1
- package/esm/models/newmanagerrequest.js +11 -24
- package/esm/models/newmanagerrequest.js.map +1 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +31 -0
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +1 -0
- package/esm/models/operations/acceptcloudformationcallback.js +30 -0
- package/esm/models/operations/acceptcloudformationcallback.js.map +1 -0
- package/esm/models/operations/cancelmanagersetup.d.ts +31 -0
- package/esm/models/operations/cancelmanagersetup.d.ts.map +1 -0
- package/esm/models/operations/cancelmanagersetup.js +21 -0
- package/esm/models/operations/cancelmanagersetup.js.map +1 -0
- package/esm/models/operations/createmanager.d.ts +0 -165
- package/esm/models/operations/createmanager.d.ts.map +1 -1
- package/esm/models/operations/createmanager.js +0 -104
- package/esm/models/operations/createmanager.js.map +1 -1
- package/esm/models/operations/createproject.d.ts +102 -93
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +38 -51
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.d.ts +98 -89
- package/esm/models/operations/createprojectfromtemplate.d.ts.map +1 -1
- package/esm/models/operations/createprojectfromtemplate.js +37 -52
- package/esm/models/operations/createprojectfromtemplate.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +21 -0
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +11 -0
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/dismissworkspaceonboarding.d.ts +20 -0
- package/esm/models/operations/dismissworkspaceonboarding.d.ts.map +1 -0
- package/esm/models/operations/dismissworkspaceonboarding.js +13 -0
- package/esm/models/operations/dismissworkspaceonboarding.js.map +1 -0
- package/esm/models/operations/generatemanagertoken.d.ts +23 -0
- package/esm/models/operations/generatemanagertoken.d.ts.map +1 -0
- package/esm/models/operations/generatemanagertoken.js +21 -0
- package/esm/models/operations/generatemanagertoken.js.map +1 -0
- package/esm/models/operations/getcloudregions.d.ts +15 -0
- package/esm/models/operations/getcloudregions.d.ts.map +1 -0
- package/esm/models/operations/getcloudregions.js +12 -0
- package/esm/models/operations/getcloudregions.js.map +1 -0
- package/esm/models/operations/getdeploymentgroup.d.ts +32 -0
- package/esm/models/operations/getdeploymentgroup.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentgroup.js +16 -0
- package/esm/models/operations/getdeploymentgroup.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +7 -6
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +4 -3
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.d.ts +41 -14
- package/esm/models/operations/getmanagermanagementconfig.d.ts.map +1 -1
- package/esm/models/operations/getmanagermanagementconfig.js +28 -14
- package/esm/models/operations/getmanagermanagementconfig.js.map +1 -1
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts +20 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.d.ts.map +1 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js +13 -0
- package/esm/models/operations/getprojectdeploymentportaldomain.js.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts +20 -0
- package/esm/models/operations/getprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js +13 -0
- package/esm/models/operations/getprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/getprojecttemplateurls.d.ts +2 -2
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +7437 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.js +7935 -0
- package/esm/models/operations/getresourcedeploymentdetail.js.map +1 -0
- package/esm/models/operations/getworkspaceplan.d.ts +27 -0
- package/esm/models/operations/getworkspaceplan.d.ts.map +1 -0
- package/esm/models/operations/getworkspaceplan.js +21 -0
- package/esm/models/operations/getworkspaceplan.js.map +1 -0
- package/esm/models/operations/index.d.ts +21 -15
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +21 -15
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listapikeys.d.ts +5 -0
- package/esm/models/operations/listapikeys.d.ts.map +1 -1
- package/esm/models/operations/listapikeys.js +1 -0
- package/esm/models/operations/listapikeys.js.map +1 -1
- package/esm/models/operations/listbillingauditlog.d.ts +35 -0
- package/esm/models/operations/listbillingauditlog.d.ts.map +1 -0
- package/esm/models/operations/listbillingauditlog.js +24 -0
- package/esm/models/operations/listbillingauditlog.js.map +1 -0
- package/esm/models/operations/listcommands.d.ts +5 -0
- package/esm/models/operations/listcommands.d.ts.map +1 -1
- package/esm/models/operations/listcommands.js +1 -0
- package/esm/models/operations/listcommands.js.map +1 -1
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts +49 -0
- package/esm/models/operations/listdeploymentfilterenvironments.d.ts.map +1 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js +34 -0
- package/esm/models/operations/listdeploymentfilterenvironments.js.map +1 -0
- package/esm/models/operations/listdeploymentgroups.d.ts +59 -2
- package/esm/models/operations/listdeploymentgroups.d.ts.map +1 -1
- package/esm/models/operations/listdeploymentgroups.js +29 -2
- package/esm/models/operations/listdeploymentgroups.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +8 -7
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +4 -3
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/operations/listdomains.d.ts +1 -1
- package/esm/models/operations/listdomains.d.ts.map +1 -1
- package/esm/models/operations/listdomains.js +1 -1
- package/esm/models/operations/listdomains.js.map +1 -1
- package/esm/models/operations/listevents.d.ts +5 -0
- package/esm/models/operations/listevents.d.ts.map +1 -1
- package/esm/models/operations/listevents.js +1 -0
- package/esm/models/operations/listevents.js.map +1 -1
- package/esm/models/operations/listmanagers.d.ts +10 -0
- package/esm/models/operations/listmanagers.d.ts.map +1 -1
- package/esm/models/operations/listmanagers.js +2 -0
- package/esm/models/operations/listmanagers.js.map +1 -1
- package/esm/models/operations/listpackages.d.ts +5 -0
- package/esm/models/operations/listpackages.d.ts.map +1 -1
- package/esm/models/operations/listpackages.js +1 -0
- package/esm/models/operations/listpackages.js.map +1 -1
- package/esm/models/operations/listresourcedeployments.d.ts +73 -0
- package/esm/models/operations/listresourcedeployments.d.ts.map +1 -0
- package/esm/models/operations/listresourcedeployments.js +58 -0
- package/esm/models/operations/listresourcedeployments.js.map +1 -0
- package/esm/models/operations/listresourceoverview.d.ts +68 -0
- package/esm/models/operations/listresourceoverview.d.ts.map +1 -0
- package/esm/models/operations/listresourceoverview.js +54 -0
- package/esm/models/operations/listresourceoverview.js.map +1 -0
- package/esm/models/operations/preparedeploymentstack.d.ts +1435 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -0
- package/esm/models/operations/preparedeploymentstack.js +858 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -0
- package/esm/models/operations/refreshdomain.d.ts +20 -0
- package/esm/models/operations/refreshdomain.d.ts.map +1 -0
- package/esm/models/operations/refreshdomain.js +13 -0
- package/esm/models/operations/refreshdomain.js.map +1 -0
- package/esm/models/operations/resolve.d.ts +43 -0
- package/esm/models/operations/resolve.d.ts.map +1 -0
- package/esm/models/operations/resolve.js +27 -0
- package/esm/models/operations/resolve.js.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js +21 -0
- package/esm/models/operations/resolvemanagergcpoauthprovider.js.map +1 -0
- package/esm/models/operations/retrydeployment.d.ts +1 -1
- package/esm/models/operations/retrymanager.d.ts +20 -0
- package/esm/models/operations/retrymanager.d.ts.map +1 -0
- package/esm/models/operations/retrymanager.js +13 -0
- package/esm/models/operations/retrymanager.js.map +1 -0
- package/esm/models/operations/retrymanagersetup.d.ts +20 -0
- package/esm/models/operations/retrymanagersetup.d.ts.map +1 -0
- package/esm/models/operations/retrymanagersetup.js +13 -0
- package/esm/models/operations/retrymanagersetup.js.map +1 -0
- package/esm/models/operations/synclist.d.ts +18 -0
- package/esm/models/operations/synclist.d.ts.map +1 -0
- package/esm/models/operations/synclist.js +19 -0
- package/esm/models/operations/synclist.js.map +1 -0
- package/esm/models/operations/syncreconcile.d.ts +2 -2
- package/esm/models/operations/syncreconcile.d.ts.map +1 -1
- package/esm/models/operations/syncreconcile.js +1 -1
- package/esm/models/operations/syncreconcile.js.map +1 -1
- package/esm/models/operations/syncrelease.d.ts +2 -2
- package/esm/models/operations/syncrelease.d.ts.map +1 -1
- package/esm/models/operations/syncrelease.js +1 -1
- package/esm/models/operations/syncrelease.js.map +1 -1
- package/esm/models/operations/updateproject.d.ts +3 -296
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +3 -127
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts +23 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js +21 -0
- package/esm/models/operations/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/operations/updateuserprofile.d.ts +0 -15
- package/esm/models/operations/updateuserprofile.d.ts.map +1 -1
- package/esm/models/operations/updateuserprofile.js +0 -12
- package/esm/models/operations/updateuserprofile.js.map +1 -1
- package/esm/models/package.d.ts +121 -22
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +45 -9
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +3668 -0
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -0
- package/esm/models/persistimporteddeploymentrequest.js +1896 -0
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -0
- package/esm/models/pinreleaserequest.d.ts +2 -2
- package/esm/models/planid.d.ts +12 -0
- package/esm/models/planid.d.ts.map +1 -0
- package/esm/models/planid.js +13 -0
- package/esm/models/planid.js.map +1 -0
- package/esm/models/prepareddeploymentstack.d.ts +1366 -0
- package/esm/models/prepareddeploymentstack.d.ts.map +1 -0
- package/esm/models/prepareddeploymentstack.js +775 -0
- package/esm/models/prepareddeploymentstack.js.map +1 -0
- package/esm/models/privatemanagercloud.d.ts +17 -0
- package/esm/models/privatemanagercloud.d.ts.map +1 -0
- package/esm/models/privatemanagercloud.js +15 -0
- package/esm/models/privatemanagercloud.js.map +1 -0
- package/esm/models/privatemanagersetupmethod.d.ts +17 -0
- package/esm/models/privatemanagersetupmethod.d.ts.map +1 -0
- package/esm/models/privatemanagersetupmethod.js +15 -0
- package/esm/models/privatemanagersetupmethod.js.map +1 -0
- package/esm/models/project.d.ts +79 -69
- package/esm/models/project.d.ts.map +1 -1
- package/esm/models/project.js +29 -42
- package/esm/models/project.js.map +1 -1
- package/esm/models/projectgcpoauthprovider.d.ts +33 -0
- package/esm/models/projectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/projectgcpoauthprovider.js +32 -0
- package/esm/models/projectgcpoauthprovider.js.map +1 -0
- package/esm/models/projectlistitemresponse.d.ts +83 -73
- package/esm/models/projectlistitemresponse.d.ts.map +1 -1
- package/esm/models/projectlistitemresponse.js +32 -46
- package/esm/models/projectlistitemresponse.js.map +1 -1
- package/esm/models/release.d.ts +4 -0
- package/esm/models/release.d.ts.map +1 -1
- package/esm/models/release.js +2 -0
- package/esm/models/release.js.map +1 -1
- package/esm/models/releaselistitemresponse.d.ts +4 -0
- package/esm/models/releaselistitemresponse.d.ts.map +1 -1
- package/esm/models/releaselistitemresponse.js +2 -0
- package/esm/models/releaselistitemresponse.js.map +1 -1
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts +20 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js +13 -0
- package/esm/models/resolvemanagergcpoauthproviderrequest.js.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts +28 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.d.ts.map +1 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js +31 -0
- package/esm/models/resolvemanagergcpoauthproviderresponse.js.map +1 -0
- package/esm/models/resolveresponse.d.ts +158 -0
- package/esm/models/resolveresponse.d.ts.map +1 -0
- package/esm/models/resolveresponse.js +103 -0
- package/esm/models/resolveresponse.js.map +1 -0
- package/esm/models/setupfingerprintinfo.d.ts +21 -0
- package/esm/models/setupfingerprintinfo.d.ts.map +1 -0
- package/esm/models/setupfingerprintinfo.js +15 -0
- package/esm/models/setupfingerprintinfo.js.map +1 -0
- package/esm/models/supportedcloudregions.d.ts +21 -0
- package/esm/models/supportedcloudregions.d.ts.map +1 -0
- package/esm/models/supportedcloudregions.js +15 -0
- package/esm/models/supportedcloudregions.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +1 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +1 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +2181 -274
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +1348 -120
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +84 -0
- package/esm/models/synclistrequest.d.ts.map +1 -0
- package/esm/models/synclistrequest.js +52 -0
- package/esm/models/synclistrequest.js.map +1 -0
- package/esm/models/synclistresponse.d.ts +3272 -0
- package/esm/models/synclistresponse.d.ts.map +1 -0
- package/esm/models/synclistresponse.js +2054 -0
- package/esm/models/synclistresponse.js.map +1 -0
- package/esm/models/syncreconcilerequest.d.ts +13095 -1549
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +9738 -1661
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +2346 -224
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +1420 -92
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatedeploymentenvironmentvariablesrequest.d.ts +2 -2
- package/esm/models/updateproject.d.ts +325 -0
- package/esm/models/updateproject.d.ts.map +1 -0
- package/esm/models/updateproject.js +118 -0
- package/esm/models/updateproject.js.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts +38 -0
- package/esm/models/updateprojectgcpoauthprovider.d.ts.map +1 -0
- package/esm/models/updateprojectgcpoauthprovider.js +29 -0
- package/esm/models/updateprojectgcpoauthprovider.js.map +1 -0
- package/esm/models/userprofile.d.ts +79 -0
- package/esm/models/userprofile.d.ts.map +1 -0
- package/esm/models/userprofile.js +42 -0
- package/esm/models/userprofile.js.map +1 -0
- package/esm/models/userprofilesetuprequest.d.ts +57 -0
- package/esm/models/userprofilesetuprequest.d.ts.map +1 -0
- package/esm/models/userprofilesetuprequest.js +33 -0
- package/esm/models/userprofilesetuprequest.js.map +1 -0
- package/esm/models/workspace.d.ts +4 -0
- package/esm/models/workspace.d.ts.map +1 -1
- package/esm/models/workspace.js +1 -0
- package/esm/models/workspace.js.map +1 -1
- package/esm/sdk/auth.d.ts +1 -1
- package/esm/sdk/auth.js +1 -1
- package/esm/sdk/billing.d.ts +13 -0
- package/esm/sdk/billing.d.ts.map +1 -0
- package/esm/sdk/billing.js +22 -0
- package/esm/sdk/billing.js.map +1 -0
- package/esm/sdk/cloudregions.d.ts +10 -0
- package/esm/sdk/cloudregions.d.ts.map +1 -0
- package/esm/sdk/cloudregions.js +15 -0
- package/esm/sdk/cloudregions.js.map +1 -0
- package/esm/sdk/deployment.d.ts +5 -1
- package/esm/sdk/deployment.d.ts.map +1 -1
- package/esm/sdk/deployment.js +8 -1
- package/esm/sdk/deployment.js.map +1 -1
- package/esm/sdk/deploymentgroups.d.ts +0 -7
- package/esm/sdk/deploymentgroups.d.ts.map +1 -1
- package/esm/sdk/deploymentgroups.js +0 -10
- package/esm/sdk/deploymentgroups.js.map +1 -1
- package/esm/sdk/deployments.d.ts +15 -11
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +20 -13
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +6 -2
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +7 -0
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/managers.d.ts +19 -7
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +32 -11
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/projects.d.ts +14 -6
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +23 -9
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/resolve.d.ts +13 -0
- package/esm/sdk/resolve.d.ts.map +1 -0
- package/esm/sdk/resolve.js +18 -0
- package/esm/sdk/resolve.js.map +1 -0
- package/esm/sdk/resources.d.ts +11 -0
- package/esm/sdk/resources.d.ts.map +1 -0
- package/esm/sdk/resources.js +23 -0
- package/esm/sdk/resources.js.map +1 -0
- package/esm/sdk/sdk.d.ts +12 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +15 -3
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/sync.d.ts +8 -4
- package/esm/sdk/sync.d.ts.map +1 -1
- package/esm/sdk/sync.js +9 -2
- package/esm/sdk/sync.js.map +1 -1
- package/esm/sdk/user.d.ts +9 -1
- package/esm/sdk/user.d.ts.map +1 -1
- package/esm/sdk/user.js +14 -0
- package/esm/sdk/user.js.map +1 -1
- package/esm/sdk/workspaces.d.ts +4 -0
- package/esm/sdk/workspaces.d.ts.map +1 -1
- package/esm/sdk/workspaces.js +7 -0
- package/esm/sdk/workspaces.js.map +1 -1
- package/examples/{userUpdateProfile.example.ts → userGetProfile.example.ts} +2 -2
- package/jsr.json +1 -1
- package/package.json +8 -6
- package/src/funcs/apiKeysList.ts +1 -0
- package/src/funcs/authWhoami.ts +1 -1
- package/src/funcs/billingGetPlan.ts +162 -0
- package/src/funcs/billingListAuditLog.ts +166 -0
- package/src/funcs/cloudRegionsGet.ts +163 -0
- package/src/funcs/commandsList.ts +1 -0
- package/src/funcs/deploymentGetInfo.ts +1 -1
- package/src/funcs/deploymentGroupsGetDeploymentGroup.ts +1 -0
- package/src/funcs/deploymentGroupsListDeploymentGroups.ts +1 -0
- package/src/funcs/{containersGetOverview.ts → deploymentPrepareStack.ts} +18 -17
- package/src/funcs/deploymentsAcceptCloudFormationCallback.ts +176 -0
- package/src/funcs/deploymentsCreate.ts +1 -1
- package/src/funcs/deploymentsCreateToken.ts +1 -1
- package/src/funcs/deploymentsDelete.ts +5 -3
- package/src/funcs/deploymentsGet.ts +1 -1
- package/src/funcs/deploymentsGetStats.ts +1 -1
- package/src/funcs/deploymentsImport.ts +2 -2
- package/src/funcs/deploymentsList.ts +1 -1
- package/src/funcs/deploymentsListFilterDeploymentGroups.ts +1 -1
- package/src/funcs/{containersGetAttention.ts → deploymentsListFilterEnvironments.ts} +15 -14
- package/src/funcs/deploymentsRedeploy.ts +1 -1
- package/src/funcs/deploymentsRetry.ts +1 -1
- package/src/funcs/deploymentsUpdateEnvironmentVariables.ts +1 -1
- package/src/funcs/domainsCreate.ts +6 -5
- package/src/funcs/domainsGet.ts +4 -4
- package/src/funcs/domainsRefresh.ts +179 -0
- package/src/funcs/eventsList.ts +1 -0
- package/src/funcs/{managersGoogleCloudConnect.ts → managersCancelSetup.ts} +12 -17
- package/src/funcs/managersCreate.ts +7 -6
- package/src/funcs/managersDelete.ts +2 -2
- package/src/funcs/{managersGenerateDeepstoreToken.ts → managersGenerateManagerToken.ts} +12 -12
- package/src/funcs/managersGetManagementConfig.ts +1 -0
- package/src/funcs/managersList.ts +2 -0
- package/src/funcs/{deploymentGroupsGetDeploymentGroupManager.ts → managersResolveGcpOAuthProvider.ts} +25 -20
- package/src/funcs/managersRetry.ts +179 -0
- package/src/funcs/managersRetrySetup.ts +179 -0
- package/src/funcs/packagesList.ts +1 -0
- package/src/funcs/projectsCreate.ts +2 -2
- package/src/funcs/projectsDelete.ts +1 -1
- package/src/funcs/projectsGetDeploymentPortalDomain.ts +184 -0
- package/src/funcs/{containersListDeploymentMachines.ts → projectsGetGcpOAuthProvider.ts} +13 -12
- package/src/funcs/projectsGetTemplateUrls.ts +1 -1
- package/src/funcs/projectsUpdate.ts +1 -1
- package/src/funcs/{projectsGetBuildConfig.ts → projectsUpdateGcpOAuthProvider.ts} +23 -21
- package/src/funcs/{containersGetMachines.ts → resolveResolve.ts} +21 -19
- package/src/funcs/{containersListDeploymentContainerInstanceEvents.ts → resourcesGetDeploymentDetail.ts} +17 -20
- package/src/funcs/{containersGetDeploymentContainer.ts → resourcesListDeployments.ts} +17 -17
- package/src/funcs/{containersGetDeploymentCluster.ts → resourcesListOverview.ts} +14 -16
- package/src/funcs/{deploymentsListFilterPlatforms.ts → syncList.ts} +18 -17
- package/src/funcs/syncReconcile.ts +6 -7
- package/src/funcs/syncRelease.ts +6 -7
- package/src/funcs/userCompleteProfileSetup.ts +170 -0
- package/src/funcs/userGetProfile.ts +149 -0
- package/src/funcs/userUpdateProfile.ts +5 -4
- package/src/funcs/{containersListDeploymentContainers.ts → workspacesDismissOnboarding.ts} +13 -14
- package/src/lib/config.ts +2 -2
- package/src/lib/sdks.ts +2 -8
- package/src/models/apierror.ts +0 -3
- package/src/models/apikey.ts +6 -0
- package/src/models/apikeydeploymentsetupconfig.ts +44 -0
- package/src/models/apikeydeploymentsetupenvironmentvariable.ts +53 -0
- package/src/models/billingauditlogrow.ts +38 -0
- package/src/models/cloudformationcallbackrequest.ts +3844 -0
- package/src/models/cloudregionsresponse.ts +34 -0
- package/src/models/command.ts +8 -3
- package/src/models/commanddeploymentinfo.ts +5 -0
- package/src/models/commandlistitemresponse.ts +8 -3
- package/src/models/createapikeyresponse.ts +6 -0
- package/src/models/createcommandrequest.ts +6 -0
- package/src/models/createdeploymentgrouptokenrequest.ts +14 -0
- package/src/models/createdeploymenttokenrequest.ts +2 -2
- package/src/models/createdeploymenttokenresponse.ts +2 -2
- package/src/models/createmanagerresponse.ts +8631 -0
- package/src/models/deployment.ts +3519 -1137
- package/src/models/deploymentconnectioninfo.ts +1 -0
- package/src/models/deploymentdetailresponse.ts +3918 -1231
- package/src/models/deploymentinfo.ts +687 -25
- package/src/models/deploymentinfosetupconfig.ts +83 -0
- package/src/models/deploymentlistitemresponse.ts +52 -0
- package/src/models/deploymentportalaccentcolor.ts +33 -0
- package/src/models/deploymentportalappearance.ts +80 -0
- package/src/models/deploymentportalappearancepreset.ts +32 -0
- package/src/models/deploymentportaldensity.ts +29 -0
- package/src/models/deploymentportaldomain.ts +226 -0
- package/src/models/deploymentportaldomainresponse.ts +34 -0
- package/src/models/deploymentportalmanageddnsrecord.ts +36 -0
- package/src/models/deploymentsetupconfig.ts +46 -0
- package/src/models/deploymentsetupmethod.ts +25 -0
- package/src/models/deploymentsetuppolicy.ts +96 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +5512 -0
- package/src/models/deploymentstats.ts +10 -0
- package/src/models/domainwithusage.ts +154 -0
- package/src/models/event.ts +992 -96
- package/src/models/forwardimportrequest.ts +72 -0
- package/src/models/{generatedeepstoretokenrequest.ts → generatemanagertokenrequest.ts} +9 -9
- package/src/models/generatemanagertokenresponse.ts +68 -0
- package/src/models/gitnamespace.ts +7 -7
- package/src/models/importdeploymentrequest.ts +21 -113
- package/src/models/importedresource.ts +45 -0
- package/src/models/importsource.ts +3346 -0
- package/src/models/importsourcekind.ts +24 -0
- package/src/models/index.ts +45 -5
- package/src/models/manager.ts +94 -187
- package/src/models/managerdeployment.ts +16 -0
- package/src/models/managerheartbeatrequest.ts +31 -286
- package/src/models/managermanagementconfigs.ts +340 -0
- package/src/models/managerretrydeploymentresponse.ts +51 -0
- package/src/models/managerretryresponse.ts +8571 -0
- package/src/models/newdeploymentrequest.ts +2732 -389
- package/src/models/newmanagerrequest.ts +37 -46
- package/src/models/operations/acceptcloudformationcallback.ts +82 -0
- package/src/models/operations/cancelmanagersetup.ts +67 -0
- package/src/models/operations/createmanager.ts +0 -332
- package/src/models/operations/createproject.ts +162 -136
- package/src/models/operations/createprojectfromtemplate.ts +159 -127
- package/src/models/operations/deletedeployment.ts +27 -0
- package/src/models/operations/dismissworkspaceonboarding.ts +41 -0
- package/src/models/operations/generatemanagertoken.ts +53 -0
- package/src/models/operations/getcloudregions.ts +33 -0
- package/src/models/operations/getdeploymentgroup.ts +58 -0
- package/src/models/operations/getdeploymentstats.ts +11 -10
- package/src/models/operations/getmanagermanagementconfig.ts +77 -32
- package/src/models/operations/getprojectdeploymentportaldomain.ts +42 -0
- package/src/models/operations/getprojectgcpoauthprovider.ts +41 -0
- package/src/models/operations/getprojecttemplateurls.ts +2 -2
- package/src/models/operations/getresourcedeploymentdetail.ts +17224 -0
- package/src/models/operations/getworkspaceplan.ts +62 -0
- package/src/models/operations/index.ts +21 -15
- package/src/models/operations/listapikeys.ts +6 -0
- package/src/models/operations/listbillingauditlog.ts +73 -0
- package/src/models/operations/listcommands.ts +6 -0
- package/src/models/operations/listdeploymentfilterenvironments.ts +100 -0
- package/src/models/operations/listdeploymentgroups.ts +107 -3
- package/src/models/operations/listdeployments.ts +12 -11
- package/src/models/operations/listdomains.ts +2 -2
- package/src/models/operations/listevents.ts +6 -0
- package/src/models/operations/listmanagers.ts +12 -0
- package/src/models/operations/listpackages.ts +6 -0
- package/src/models/operations/listresourcedeployments.ts +158 -0
- package/src/models/operations/listresourceoverview.ts +144 -0
- package/src/models/operations/preparedeploymentstack.ts +2845 -0
- package/src/models/operations/refreshdomain.ts +39 -0
- package/src/models/operations/resolve.ts +62 -0
- package/src/models/operations/resolvemanagergcpoauthprovider.ts +56 -0
- package/src/models/operations/retrydeployment.ts +1 -1
- package/src/models/operations/retrymanager.ts +39 -0
- package/src/models/operations/retrymanagersetup.ts +39 -0
- package/src/models/operations/synclist.ts +40 -0
- package/src/models/operations/syncreconcile.ts +3 -3
- package/src/models/operations/syncrelease.ts +3 -3
- package/src/models/operations/updateproject.ts +5 -497
- package/src/models/operations/updateprojectgcpoauthprovider.ts +55 -0
- package/src/models/operations/updateuserprofile.ts +0 -36
- package/src/models/package.ts +188 -34
- package/src/models/persistimporteddeploymentrequest.ts +8221 -0
- package/src/models/pinreleaserequest.ts +2 -2
- package/src/models/planid.ts +17 -0
- package/src/models/prepareddeploymentstack.ts +3123 -0
- package/src/models/privatemanagercloud.ts +24 -0
- package/src/models/privatemanagersetupmethod.ts +26 -0
- package/src/models/project.ts +130 -94
- package/src/models/projectgcpoauthprovider.ts +93 -0
- package/src/models/projectlistitemresponse.ts +139 -107
- package/src/models/release.ts +6 -0
- package/src/models/releaselistitemresponse.ts +6 -0
- package/src/models/resolvemanagergcpoauthproviderrequest.ts +41 -0
- package/src/models/resolvemanagergcpoauthproviderresponse.ts +97 -0
- package/src/models/resolveresponse.ts +322 -0
- package/src/models/setupfingerprintinfo.ts +43 -0
- package/src/models/supportedcloudregions.ts +43 -0
- package/src/models/syncacquirerequest.ts +1 -0
- package/src/models/syncacquireresponse.ts +10222 -5960
- package/src/models/synclistrequest.ts +115 -0
- package/src/models/synclistresponse.ts +7202 -0
- package/src/models/syncreconcilerequest.ts +26977 -5873
- package/src/models/syncreconcileresponse.ts +10792 -6180
- package/src/models/updatedeploymentenvironmentvariablesrequest.ts +2 -2
- package/src/models/updateproject.ts +544 -0
- package/src/models/updateprojectgcpoauthprovider.ts +101 -0
- package/src/models/userprofile.ts +116 -0
- package/src/models/userprofilesetuprequest.ts +85 -0
- package/src/models/workspace.ts +7 -0
- package/src/sdk/auth.ts +1 -1
- package/src/sdk/billing.ts +39 -0
- package/src/sdk/cloudregions.ts +25 -0
- package/src/sdk/deployment.ts +16 -1
- package/src/sdk/deploymentgroups.ts +0 -18
- package/src/sdk/deployments.ts +30 -15
- package/src/sdk/domains.ts +17 -2
- package/src/sdk/managers.ts +67 -22
- package/src/sdk/projects.ts +47 -17
- package/src/sdk/resolve.ts +28 -0
- package/src/sdk/resources.ts +48 -0
- package/src/sdk/sdk.ts +22 -4
- package/src/sdk/sync.ts +19 -4
- package/src/sdk/user.ts +29 -1
- package/src/sdk/workspaces.ts +15 -0
- package/esm/funcs/containersGetAttention.d.ts.map +0 -1
- package/esm/funcs/containersGetAttention.js.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentCluster.js.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.d.ts.map +0 -1
- package/esm/funcs/containersGetDeploymentContainer.js.map +0 -1
- package/esm/funcs/containersGetDeployments.d.ts.map +0 -1
- package/esm/funcs/containersGetDeployments.js.map +0 -1
- package/esm/funcs/containersGetMachines.d.ts +0 -15
- package/esm/funcs/containersGetMachines.d.ts.map +0 -1
- package/esm/funcs/containersGetMachines.js.map +0 -1
- package/esm/funcs/containersGetOverview.d.ts +0 -15
- package/esm/funcs/containersGetOverview.d.ts.map +0 -1
- package/esm/funcs/containersGetOverview.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts +0 -15
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainerInstanceEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentContainers.js.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.d.ts.map +0 -1
- package/esm/funcs/containersListDeploymentEvents.js.map +0 -1
- package/esm/funcs/containersListDeploymentMachines.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts +0 -19
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.d.ts.map +0 -1
- package/esm/funcs/deploymentGroupsGetDeploymentGroupManager.js.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts +0 -15
- package/esm/funcs/deploymentsListFilterPlatforms.d.ts.map +0 -1
- package/esm/funcs/deploymentsListFilterPlatforms.js.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.d.ts.map +0 -1
- package/esm/funcs/managersGoogleCloudConnect.js.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.d.ts.map +0 -1
- package/esm/funcs/projectsGetBuildConfig.js.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.d.ts +0 -17
- package/esm/models/deploymentgroupmanagerresponse.d.ts.map +0 -1
- package/esm/models/deploymentgroupmanagerresponse.js +0 -14
- package/esm/models/deploymentgroupmanagerresponse.js.map +0 -1
- package/esm/models/deploymentpagebackground.d.ts +0 -67
- package/esm/models/deploymentpagebackground.d.ts.map +0 -1
- package/esm/models/deploymentpagebackground.js +0 -48
- package/esm/models/deploymentpagebackground.js.map +0 -1
- package/esm/models/domain.d.ts +0 -36
- package/esm/models/domain.d.ts.map +0 -1
- package/esm/models/domain.js +0 -32
- package/esm/models/domain.js.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.d.ts +0 -15
- package/esm/models/generatedeepstoretokenrequest.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenrequest.js +0 -12
- package/esm/models/generatedeepstoretokenrequest.js.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.d.ts +0 -37
- package/esm/models/generatedeepstoretokenresponse.d.ts.map +0 -1
- package/esm/models/generatedeepstoretokenresponse.js +0 -23
- package/esm/models/generatedeepstoretokenresponse.js.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.d.ts +0 -32
- package/esm/models/operations/connectmanagertogooglecloud.d.ts.map +0 -1
- package/esm/models/operations/connectmanagertogooglecloud.js +0 -16
- package/esm/models/operations/connectmanagertogooglecloud.js.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.d.ts +0 -23
- package/esm/models/operations/generatedeepstoretoken.d.ts.map +0 -1
- package/esm/models/operations/generatedeepstoretoken.js +0 -21
- package/esm/models/operations/generatedeepstoretoken.js.map +0 -1
- package/esm/models/operations/getcontainerattention.d.ts +0 -75
- package/esm/models/operations/getcontainerattention.d.ts.map +0 -1
- package/esm/models/operations/getcontainerattention.js +0 -52
- package/esm/models/operations/getcontainerattention.js.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts +0 -64
- package/esm/models/operations/getcontainerdefinitiondeployments.d.ts.map +0 -1
- package/esm/models/operations/getcontainerdefinitiondeployments.js +0 -47
- package/esm/models/operations/getcontainerdefinitiondeployments.js.map +0 -1
- package/esm/models/operations/getcontainermachines.d.ts +0 -94
- package/esm/models/operations/getcontainermachines.d.ts.map +0 -1
- package/esm/models/operations/getcontainermachines.js +0 -90
- package/esm/models/operations/getcontainermachines.js.map +0 -1
- package/esm/models/operations/getcontaineroverview.d.ts +0 -106
- package/esm/models/operations/getcontaineroverview.d.ts.map +0 -1
- package/esm/models/operations/getcontaineroverview.js +0 -68
- package/esm/models/operations/getcontaineroverview.js.map +0 -1
- package/esm/models/operations/getdeploymentcluster.d.ts +0 -62
- package/esm/models/operations/getdeploymentcluster.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcluster.js +0 -56
- package/esm/models/operations/getdeploymentcluster.js.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.d.ts +0 -171
- package/esm/models/operations/getdeploymentcontainer.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentcontainer.js +0 -163
- package/esm/models/operations/getdeploymentcontainer.js.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.d.ts +0 -43
- package/esm/models/operations/getdeploymentgroupmanager.d.ts.map +0 -1
- package/esm/models/operations/getdeploymentgroupmanager.js +0 -27
- package/esm/models/operations/getdeploymentgroupmanager.js.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.d.ts +0 -65
- package/esm/models/operations/getprojectbuildconfig.d.ts.map +0 -1
- package/esm/models/operations/getprojectbuildconfig.js +0 -37
- package/esm/models/operations/getprojectbuildconfig.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.d.ts +0 -81
- package/esm/models/operations/listdeploymentcontainerevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerevents.js +0 -62
- package/esm/models/operations/listdeploymentcontainerevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts +0 -67
- package/esm/models/operations/listdeploymentcontainerinstanceevents.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js +0 -53
- package/esm/models/operations/listdeploymentcontainerinstanceevents.js.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.d.ts +0 -50
- package/esm/models/operations/listdeploymentcontainers.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentcontainers.js +0 -39
- package/esm/models/operations/listdeploymentcontainers.js.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts +0 -49
- package/esm/models/operations/listdeploymentfilterplatforms.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentfilterplatforms.js +0 -34
- package/esm/models/operations/listdeploymentfilterplatforms.js.map +0 -1
- package/esm/models/operations/listdeploymentmachines.d.ts +0 -78
- package/esm/models/operations/listdeploymentmachines.d.ts.map +0 -1
- package/esm/models/operations/listdeploymentmachines.js +0 -70
- package/esm/models/operations/listdeploymentmachines.js.map +0 -1
- package/esm/sdk/containers.d.ts +0 -45
- package/esm/sdk/containers.d.ts.map +0 -1
- package/esm/sdk/containers.js +0 -78
- package/esm/sdk/containers.js.map +0 -1
- package/src/funcs/containersGetDeployments.ts +0 -187
- package/src/funcs/containersListDeploymentEvents.ts +0 -186
- package/src/models/deploymentgroupmanagerresponse.ts +0 -38
- package/src/models/deploymentpagebackground.ts +0 -107
- package/src/models/domain.ts +0 -67
- package/src/models/generatedeepstoretokenresponse.ts +0 -68
- package/src/models/operations/connectmanagertogooglecloud.ts +0 -56
- package/src/models/operations/generatedeepstoretoken.ts +0 -55
- package/src/models/operations/getcontainerattention.ts +0 -160
- package/src/models/operations/getcontainerdefinitiondeployments.ts +0 -150
- package/src/models/operations/getcontainermachines.ts +0 -258
- package/src/models/operations/getcontaineroverview.ts +0 -223
- package/src/models/operations/getdeploymentcluster.ts +0 -168
- package/src/models/operations/getdeploymentcontainer.ts +0 -429
- package/src/models/operations/getdeploymentgroupmanager.ts +0 -71
- package/src/models/operations/getprojectbuildconfig.ts +0 -112
- package/src/models/operations/listdeploymentcontainerevents.ts +0 -192
- package/src/models/operations/listdeploymentcontainerinstanceevents.ts +0 -178
- package/src/models/operations/listdeploymentcontainers.ts +0 -110
- package/src/models/operations/listdeploymentfilterplatforms.ts +0 -94
- package/src/models/operations/listdeploymentmachines.ts +0 -196
- package/src/sdk/containers.ts +0 -159
|
@@ -53,6 +53,17 @@ export type SyncReconcileResponseCurrentReleaseOverrideAwBinding = {
|
|
|
53
53
|
*/
|
|
54
54
|
stack?: SyncReconcileResponseCurrentReleaseOverrideAwStack | undefined;
|
|
55
55
|
};
|
|
56
|
+
/**
|
|
57
|
+
* IAM effect. Defaults to Allow.
|
|
58
|
+
*/
|
|
59
|
+
export declare const SyncReconcileResponseCurrentReleaseOverrideEffect: {
|
|
60
|
+
readonly Allow: "Allow";
|
|
61
|
+
readonly Deny: "Deny";
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* IAM effect. Defaults to Allow.
|
|
65
|
+
*/
|
|
66
|
+
export type SyncReconcileResponseCurrentReleaseOverrideEffect = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseOverrideEffect>;
|
|
56
67
|
/**
|
|
57
68
|
* Grant permissions for a specific cloud platform
|
|
58
69
|
*/
|
|
@@ -66,9 +77,17 @@ export type SyncReconcileResponseCurrentReleaseOverrideAwGrant = {
|
|
|
66
77
|
*/
|
|
67
78
|
dataActions?: Array<string> | null | undefined;
|
|
68
79
|
/**
|
|
69
|
-
* GCP permissions
|
|
80
|
+
* GCP permissions that require an exact residual custom role.
|
|
70
81
|
*/
|
|
71
82
|
permissions?: Array<string> | null | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Provider predefined roles to bind directly.
|
|
85
|
+
*/
|
|
86
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
89
|
+
*/
|
|
90
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
72
91
|
};
|
|
73
92
|
/**
|
|
74
93
|
* AWS-specific platform permission configuration
|
|
@@ -78,10 +97,22 @@ export type SyncReconcileResponseCurrentReleaseOverrideAw = {
|
|
|
78
97
|
* Generic binding configuration for permissions
|
|
79
98
|
*/
|
|
80
99
|
binding: SyncReconcileResponseCurrentReleaseOverrideAwBinding;
|
|
100
|
+
/**
|
|
101
|
+
* Short admin-facing description of why this entry exists.
|
|
102
|
+
*/
|
|
103
|
+
description?: string | null | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* IAM effect. Defaults to Allow.
|
|
106
|
+
*/
|
|
107
|
+
effect?: SyncReconcileResponseCurrentReleaseOverrideEffect | undefined;
|
|
81
108
|
/**
|
|
82
109
|
* Grant permissions for a specific cloud platform
|
|
83
110
|
*/
|
|
84
111
|
grant: SyncReconcileResponseCurrentReleaseOverrideAwGrant;
|
|
112
|
+
/**
|
|
113
|
+
* Stable admin-facing label for this permission entry.
|
|
114
|
+
*/
|
|
115
|
+
label?: string | null | undefined;
|
|
85
116
|
};
|
|
86
117
|
/**
|
|
87
118
|
* Azure-specific binding specification
|
|
@@ -127,9 +158,17 @@ export type SyncReconcileResponseCurrentReleaseOverrideAzureGrant = {
|
|
|
127
158
|
*/
|
|
128
159
|
dataActions?: Array<string> | null | undefined;
|
|
129
160
|
/**
|
|
130
|
-
* GCP permissions
|
|
161
|
+
* GCP permissions that require an exact residual custom role.
|
|
131
162
|
*/
|
|
132
163
|
permissions?: Array<string> | null | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Provider predefined roles to bind directly.
|
|
166
|
+
*/
|
|
167
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
170
|
+
*/
|
|
171
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
133
172
|
};
|
|
134
173
|
/**
|
|
135
174
|
* Azure-specific platform permission configuration
|
|
@@ -139,10 +178,18 @@ export type SyncReconcileResponseCurrentReleaseOverrideAzure = {
|
|
|
139
178
|
* Generic binding configuration for permissions
|
|
140
179
|
*/
|
|
141
180
|
binding: SyncReconcileResponseCurrentReleaseOverrideAzureBinding;
|
|
181
|
+
/**
|
|
182
|
+
* Short admin-facing description of why this entry exists.
|
|
183
|
+
*/
|
|
184
|
+
description?: string | null | undefined;
|
|
142
185
|
/**
|
|
143
186
|
* Grant permissions for a specific cloud platform
|
|
144
187
|
*/
|
|
145
188
|
grant: SyncReconcileResponseCurrentReleaseOverrideAzureGrant;
|
|
189
|
+
/**
|
|
190
|
+
* Stable admin-facing label for this permission entry.
|
|
191
|
+
*/
|
|
192
|
+
label?: string | null | undefined;
|
|
146
193
|
};
|
|
147
194
|
/**
|
|
148
195
|
* GCP IAM condition
|
|
@@ -206,9 +253,17 @@ export type SyncReconcileResponseCurrentReleaseOverrideGcpGrant = {
|
|
|
206
253
|
*/
|
|
207
254
|
dataActions?: Array<string> | null | undefined;
|
|
208
255
|
/**
|
|
209
|
-
* GCP permissions
|
|
256
|
+
* GCP permissions that require an exact residual custom role.
|
|
210
257
|
*/
|
|
211
258
|
permissions?: Array<string> | null | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* Provider predefined roles to bind directly.
|
|
261
|
+
*/
|
|
262
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
265
|
+
*/
|
|
266
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
212
267
|
};
|
|
213
268
|
/**
|
|
214
269
|
* GCP-specific platform permission configuration
|
|
@@ -218,10 +273,18 @@ export type SyncReconcileResponseCurrentReleaseOverrideGcp = {
|
|
|
218
273
|
* Generic binding configuration for permissions
|
|
219
274
|
*/
|
|
220
275
|
binding: SyncReconcileResponseCurrentReleaseOverrideGcpBinding;
|
|
276
|
+
/**
|
|
277
|
+
* Short admin-facing description of why this entry exists.
|
|
278
|
+
*/
|
|
279
|
+
description?: string | null | undefined;
|
|
221
280
|
/**
|
|
222
281
|
* Grant permissions for a specific cloud platform
|
|
223
282
|
*/
|
|
224
283
|
grant: SyncReconcileResponseCurrentReleaseOverrideGcpGrant;
|
|
284
|
+
/**
|
|
285
|
+
* Stable admin-facing label for this permission entry.
|
|
286
|
+
*/
|
|
287
|
+
label?: string | null | undefined;
|
|
225
288
|
};
|
|
226
289
|
/**
|
|
227
290
|
* Platform-specific permission configurations
|
|
@@ -319,6 +382,17 @@ export type SyncReconcileResponseCurrentReleaseExtendAwBinding = {
|
|
|
319
382
|
*/
|
|
320
383
|
stack?: SyncReconcileResponseCurrentReleaseExtendAwStack | undefined;
|
|
321
384
|
};
|
|
385
|
+
/**
|
|
386
|
+
* IAM effect. Defaults to Allow.
|
|
387
|
+
*/
|
|
388
|
+
export declare const SyncReconcileResponseCurrentReleaseExtendEffect: {
|
|
389
|
+
readonly Allow: "Allow";
|
|
390
|
+
readonly Deny: "Deny";
|
|
391
|
+
};
|
|
392
|
+
/**
|
|
393
|
+
* IAM effect. Defaults to Allow.
|
|
394
|
+
*/
|
|
395
|
+
export type SyncReconcileResponseCurrentReleaseExtendEffect = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseExtendEffect>;
|
|
322
396
|
/**
|
|
323
397
|
* Grant permissions for a specific cloud platform
|
|
324
398
|
*/
|
|
@@ -332,9 +406,17 @@ export type SyncReconcileResponseCurrentReleaseExtendAwGrant = {
|
|
|
332
406
|
*/
|
|
333
407
|
dataActions?: Array<string> | null | undefined;
|
|
334
408
|
/**
|
|
335
|
-
* GCP permissions
|
|
409
|
+
* GCP permissions that require an exact residual custom role.
|
|
336
410
|
*/
|
|
337
411
|
permissions?: Array<string> | null | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* Provider predefined roles to bind directly.
|
|
414
|
+
*/
|
|
415
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
418
|
+
*/
|
|
419
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
338
420
|
};
|
|
339
421
|
/**
|
|
340
422
|
* AWS-specific platform permission configuration
|
|
@@ -344,10 +426,22 @@ export type SyncReconcileResponseCurrentReleaseExtendAw = {
|
|
|
344
426
|
* Generic binding configuration for permissions
|
|
345
427
|
*/
|
|
346
428
|
binding: SyncReconcileResponseCurrentReleaseExtendAwBinding;
|
|
429
|
+
/**
|
|
430
|
+
* Short admin-facing description of why this entry exists.
|
|
431
|
+
*/
|
|
432
|
+
description?: string | null | undefined;
|
|
433
|
+
/**
|
|
434
|
+
* IAM effect. Defaults to Allow.
|
|
435
|
+
*/
|
|
436
|
+
effect?: SyncReconcileResponseCurrentReleaseExtendEffect | undefined;
|
|
347
437
|
/**
|
|
348
438
|
* Grant permissions for a specific cloud platform
|
|
349
439
|
*/
|
|
350
440
|
grant: SyncReconcileResponseCurrentReleaseExtendAwGrant;
|
|
441
|
+
/**
|
|
442
|
+
* Stable admin-facing label for this permission entry.
|
|
443
|
+
*/
|
|
444
|
+
label?: string | null | undefined;
|
|
351
445
|
};
|
|
352
446
|
/**
|
|
353
447
|
* Azure-specific binding specification
|
|
@@ -393,9 +487,17 @@ export type SyncReconcileResponseCurrentReleaseExtendAzureGrant = {
|
|
|
393
487
|
*/
|
|
394
488
|
dataActions?: Array<string> | null | undefined;
|
|
395
489
|
/**
|
|
396
|
-
* GCP permissions
|
|
490
|
+
* GCP permissions that require an exact residual custom role.
|
|
397
491
|
*/
|
|
398
492
|
permissions?: Array<string> | null | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* Provider predefined roles to bind directly.
|
|
495
|
+
*/
|
|
496
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
499
|
+
*/
|
|
500
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
399
501
|
};
|
|
400
502
|
/**
|
|
401
503
|
* Azure-specific platform permission configuration
|
|
@@ -405,10 +507,18 @@ export type SyncReconcileResponseCurrentReleaseExtendAzure = {
|
|
|
405
507
|
* Generic binding configuration for permissions
|
|
406
508
|
*/
|
|
407
509
|
binding: SyncReconcileResponseCurrentReleaseExtendAzureBinding;
|
|
510
|
+
/**
|
|
511
|
+
* Short admin-facing description of why this entry exists.
|
|
512
|
+
*/
|
|
513
|
+
description?: string | null | undefined;
|
|
408
514
|
/**
|
|
409
515
|
* Grant permissions for a specific cloud platform
|
|
410
516
|
*/
|
|
411
517
|
grant: SyncReconcileResponseCurrentReleaseExtendAzureGrant;
|
|
518
|
+
/**
|
|
519
|
+
* Stable admin-facing label for this permission entry.
|
|
520
|
+
*/
|
|
521
|
+
label?: string | null | undefined;
|
|
412
522
|
};
|
|
413
523
|
/**
|
|
414
524
|
* GCP IAM condition
|
|
@@ -472,9 +582,17 @@ export type SyncReconcileResponseCurrentReleaseExtendGcpGrant = {
|
|
|
472
582
|
*/
|
|
473
583
|
dataActions?: Array<string> | null | undefined;
|
|
474
584
|
/**
|
|
475
|
-
* GCP permissions
|
|
585
|
+
* GCP permissions that require an exact residual custom role.
|
|
476
586
|
*/
|
|
477
587
|
permissions?: Array<string> | null | undefined;
|
|
588
|
+
/**
|
|
589
|
+
* Provider predefined roles to bind directly.
|
|
590
|
+
*/
|
|
591
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
594
|
+
*/
|
|
595
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
478
596
|
};
|
|
479
597
|
/**
|
|
480
598
|
* GCP-specific platform permission configuration
|
|
@@ -484,10 +602,18 @@ export type SyncReconcileResponseCurrentReleaseExtendGcp = {
|
|
|
484
602
|
* Generic binding configuration for permissions
|
|
485
603
|
*/
|
|
486
604
|
binding: SyncReconcileResponseCurrentReleaseExtendGcpBinding;
|
|
605
|
+
/**
|
|
606
|
+
* Short admin-facing description of why this entry exists.
|
|
607
|
+
*/
|
|
608
|
+
description?: string | null | undefined;
|
|
487
609
|
/**
|
|
488
610
|
* Grant permissions for a specific cloud platform
|
|
489
611
|
*/
|
|
490
612
|
grant: SyncReconcileResponseCurrentReleaseExtendGcpGrant;
|
|
613
|
+
/**
|
|
614
|
+
* Stable admin-facing label for this permission entry.
|
|
615
|
+
*/
|
|
616
|
+
label?: string | null | undefined;
|
|
491
617
|
};
|
|
492
618
|
/**
|
|
493
619
|
* Platform-specific permission configurations
|
|
@@ -589,6 +715,17 @@ export type SyncReconcileResponseCurrentReleaseProfileAwBinding = {
|
|
|
589
715
|
*/
|
|
590
716
|
stack?: SyncReconcileResponseCurrentReleaseProfileAwStack | undefined;
|
|
591
717
|
};
|
|
718
|
+
/**
|
|
719
|
+
* IAM effect. Defaults to Allow.
|
|
720
|
+
*/
|
|
721
|
+
export declare const SyncReconcileResponseCurrentReleaseProfileEffect: {
|
|
722
|
+
readonly Allow: "Allow";
|
|
723
|
+
readonly Deny: "Deny";
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* IAM effect. Defaults to Allow.
|
|
727
|
+
*/
|
|
728
|
+
export type SyncReconcileResponseCurrentReleaseProfileEffect = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseProfileEffect>;
|
|
592
729
|
/**
|
|
593
730
|
* Grant permissions for a specific cloud platform
|
|
594
731
|
*/
|
|
@@ -602,9 +739,17 @@ export type SyncReconcileResponseCurrentReleaseProfileAwGrant = {
|
|
|
602
739
|
*/
|
|
603
740
|
dataActions?: Array<string> | null | undefined;
|
|
604
741
|
/**
|
|
605
|
-
* GCP permissions
|
|
742
|
+
* GCP permissions that require an exact residual custom role.
|
|
606
743
|
*/
|
|
607
744
|
permissions?: Array<string> | null | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* Provider predefined roles to bind directly.
|
|
747
|
+
*/
|
|
748
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
751
|
+
*/
|
|
752
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
608
753
|
};
|
|
609
754
|
/**
|
|
610
755
|
* AWS-specific platform permission configuration
|
|
@@ -614,10 +759,22 @@ export type SyncReconcileResponseCurrentReleaseProfileAw = {
|
|
|
614
759
|
* Generic binding configuration for permissions
|
|
615
760
|
*/
|
|
616
761
|
binding: SyncReconcileResponseCurrentReleaseProfileAwBinding;
|
|
762
|
+
/**
|
|
763
|
+
* Short admin-facing description of why this entry exists.
|
|
764
|
+
*/
|
|
765
|
+
description?: string | null | undefined;
|
|
766
|
+
/**
|
|
767
|
+
* IAM effect. Defaults to Allow.
|
|
768
|
+
*/
|
|
769
|
+
effect?: SyncReconcileResponseCurrentReleaseProfileEffect | undefined;
|
|
617
770
|
/**
|
|
618
771
|
* Grant permissions for a specific cloud platform
|
|
619
772
|
*/
|
|
620
773
|
grant: SyncReconcileResponseCurrentReleaseProfileAwGrant;
|
|
774
|
+
/**
|
|
775
|
+
* Stable admin-facing label for this permission entry.
|
|
776
|
+
*/
|
|
777
|
+
label?: string | null | undefined;
|
|
621
778
|
};
|
|
622
779
|
/**
|
|
623
780
|
* Azure-specific binding specification
|
|
@@ -663,9 +820,17 @@ export type SyncReconcileResponseCurrentReleaseProfileAzureGrant = {
|
|
|
663
820
|
*/
|
|
664
821
|
dataActions?: Array<string> | null | undefined;
|
|
665
822
|
/**
|
|
666
|
-
* GCP permissions
|
|
823
|
+
* GCP permissions that require an exact residual custom role.
|
|
667
824
|
*/
|
|
668
825
|
permissions?: Array<string> | null | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* Provider predefined roles to bind directly.
|
|
828
|
+
*/
|
|
829
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
830
|
+
/**
|
|
831
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
832
|
+
*/
|
|
833
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
669
834
|
};
|
|
670
835
|
/**
|
|
671
836
|
* Azure-specific platform permission configuration
|
|
@@ -675,10 +840,18 @@ export type SyncReconcileResponseCurrentReleaseProfileAzure = {
|
|
|
675
840
|
* Generic binding configuration for permissions
|
|
676
841
|
*/
|
|
677
842
|
binding: SyncReconcileResponseCurrentReleaseProfileAzureBinding;
|
|
843
|
+
/**
|
|
844
|
+
* Short admin-facing description of why this entry exists.
|
|
845
|
+
*/
|
|
846
|
+
description?: string | null | undefined;
|
|
678
847
|
/**
|
|
679
848
|
* Grant permissions for a specific cloud platform
|
|
680
849
|
*/
|
|
681
850
|
grant: SyncReconcileResponseCurrentReleaseProfileAzureGrant;
|
|
851
|
+
/**
|
|
852
|
+
* Stable admin-facing label for this permission entry.
|
|
853
|
+
*/
|
|
854
|
+
label?: string | null | undefined;
|
|
682
855
|
};
|
|
683
856
|
/**
|
|
684
857
|
* GCP IAM condition
|
|
@@ -742,9 +915,17 @@ export type SyncReconcileResponseCurrentReleaseProfileGcpGrant = {
|
|
|
742
915
|
*/
|
|
743
916
|
dataActions?: Array<string> | null | undefined;
|
|
744
917
|
/**
|
|
745
|
-
* GCP permissions
|
|
918
|
+
* GCP permissions that require an exact residual custom role.
|
|
746
919
|
*/
|
|
747
920
|
permissions?: Array<string> | null | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* Provider predefined roles to bind directly.
|
|
923
|
+
*/
|
|
924
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
927
|
+
*/
|
|
928
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
748
929
|
};
|
|
749
930
|
/**
|
|
750
931
|
* GCP-specific platform permission configuration
|
|
@@ -754,10 +935,18 @@ export type SyncReconcileResponseCurrentReleaseProfileGcp = {
|
|
|
754
935
|
* Generic binding configuration for permissions
|
|
755
936
|
*/
|
|
756
937
|
binding: SyncReconcileResponseCurrentReleaseProfileGcpBinding;
|
|
938
|
+
/**
|
|
939
|
+
* Short admin-facing description of why this entry exists.
|
|
940
|
+
*/
|
|
941
|
+
description?: string | null | undefined;
|
|
757
942
|
/**
|
|
758
943
|
* Grant permissions for a specific cloud platform
|
|
759
944
|
*/
|
|
760
945
|
grant: SyncReconcileResponseCurrentReleaseProfileGcpGrant;
|
|
946
|
+
/**
|
|
947
|
+
* Stable admin-facing label for this permission entry.
|
|
948
|
+
*/
|
|
949
|
+
label?: string | null | undefined;
|
|
761
950
|
};
|
|
762
951
|
/**
|
|
763
952
|
* Platform-specific permission configurations
|
|
@@ -852,7 +1041,6 @@ export type SyncReconcileResponseCurrentReleaseDependency = {
|
|
|
852
1041
|
export declare const SyncReconcileResponseCurrentReleaseLifecycle: {
|
|
853
1042
|
readonly Frozen: "frozen";
|
|
854
1043
|
readonly Live: "live";
|
|
855
|
-
readonly LiveOnSetup: "live-on-setup";
|
|
856
1044
|
};
|
|
857
1045
|
/**
|
|
858
1046
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -883,6 +1071,21 @@ export type SyncReconcileResponseCurrentReleaseResources = {
|
|
|
883
1071
|
*/
|
|
884
1072
|
remoteAccess?: boolean | undefined;
|
|
885
1073
|
};
|
|
1074
|
+
/**
|
|
1075
|
+
* Represents the target cloud platform.
|
|
1076
|
+
*/
|
|
1077
|
+
export declare const SyncReconcileResponseCurrentReleaseSupportedPlatform: {
|
|
1078
|
+
readonly Aws: "aws";
|
|
1079
|
+
readonly Gcp: "gcp";
|
|
1080
|
+
readonly Azure: "azure";
|
|
1081
|
+
readonly Kubernetes: "kubernetes";
|
|
1082
|
+
readonly Local: "local";
|
|
1083
|
+
readonly Test: "test";
|
|
1084
|
+
};
|
|
1085
|
+
/**
|
|
1086
|
+
* Represents the target cloud platform.
|
|
1087
|
+
*/
|
|
1088
|
+
export type SyncReconcileResponseCurrentReleaseSupportedPlatform = ClosedEnum<typeof SyncReconcileResponseCurrentReleaseSupportedPlatform>;
|
|
886
1089
|
/**
|
|
887
1090
|
* A bag of resources, unaware of any cloud.
|
|
888
1091
|
*/
|
|
@@ -901,6 +1104,10 @@ export type SyncReconcileResponseCurrentReleaseStack = {
|
|
|
901
1104
|
resources: {
|
|
902
1105
|
[k: string]: SyncReconcileResponseCurrentReleaseResources;
|
|
903
1106
|
};
|
|
1107
|
+
/**
|
|
1108
|
+
* Which platforms this stack supports. When None, all platforms are supported.
|
|
1109
|
+
*/
|
|
1110
|
+
supportedPlatforms?: Array<SyncReconcileResponseCurrentReleaseSupportedPlatform> | null | undefined;
|
|
904
1111
|
};
|
|
905
1112
|
/**
|
|
906
1113
|
* Release metadata
|
|
@@ -1044,6 +1251,58 @@ export declare const SyncReconcileResponseCurrentPlatform: {
|
|
|
1044
1251
|
* Represents the target cloud platform.
|
|
1045
1252
|
*/
|
|
1046
1253
|
export type SyncReconcileResponseCurrentPlatform = ClosedEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
1254
|
+
/**
|
|
1255
|
+
* Scope for a delete operation.
|
|
1256
|
+
*
|
|
1257
|
+
* @remarks
|
|
1258
|
+
*
|
|
1259
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1260
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
1261
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1262
|
+
* before setup tears down Frozen resources.
|
|
1263
|
+
*/
|
|
1264
|
+
export declare const SyncReconcileResponseDeleteScopeEnum: {
|
|
1265
|
+
readonly Full: "full";
|
|
1266
|
+
readonly LiveOnly: "liveOnly";
|
|
1267
|
+
};
|
|
1268
|
+
/**
|
|
1269
|
+
* Scope for a delete operation.
|
|
1270
|
+
*
|
|
1271
|
+
* @remarks
|
|
1272
|
+
*
|
|
1273
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1274
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
1275
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1276
|
+
* before setup tears down Frozen resources.
|
|
1277
|
+
*/
|
|
1278
|
+
export type SyncReconcileResponseDeleteScopeEnum = ClosedEnum<typeof SyncReconcileResponseDeleteScopeEnum>;
|
|
1279
|
+
export type SyncReconcileResponseDeleteScopeUnion = SyncReconcileResponseDeleteScopeEnum | any;
|
|
1280
|
+
/**
|
|
1281
|
+
* Scope for a delete operation.
|
|
1282
|
+
*
|
|
1283
|
+
* @remarks
|
|
1284
|
+
*
|
|
1285
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1286
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
1287
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1288
|
+
* before setup tears down Frozen resources.
|
|
1289
|
+
*/
|
|
1290
|
+
export declare const SyncReconcileResponsePendingDeleteScopeEnum: {
|
|
1291
|
+
readonly Full: "full";
|
|
1292
|
+
readonly LiveOnly: "liveOnly";
|
|
1293
|
+
};
|
|
1294
|
+
/**
|
|
1295
|
+
* Scope for a delete operation.
|
|
1296
|
+
*
|
|
1297
|
+
* @remarks
|
|
1298
|
+
*
|
|
1299
|
+
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1300
|
+
* resources. Live-only deletes are used by setup handoff resources
|
|
1301
|
+
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1302
|
+
* before setup tears down Frozen resources.
|
|
1303
|
+
*/
|
|
1304
|
+
export type SyncReconcileResponsePendingDeleteScopeEnum = ClosedEnum<typeof SyncReconcileResponsePendingDeleteScopeEnum>;
|
|
1305
|
+
export type SyncReconcileResponsePendingDeleteScopeUnion = SyncReconcileResponsePendingDeleteScopeEnum | any;
|
|
1047
1306
|
export declare const SyncReconcileResponsePreparedStackManagementEnum: {
|
|
1048
1307
|
readonly Auto: "auto";
|
|
1049
1308
|
};
|
|
@@ -1095,6 +1354,17 @@ export type SyncReconcileResponsePreparedStackOverrideAwBinding = {
|
|
|
1095
1354
|
*/
|
|
1096
1355
|
stack?: SyncReconcileResponsePreparedStackOverrideAwStack | undefined;
|
|
1097
1356
|
};
|
|
1357
|
+
/**
|
|
1358
|
+
* IAM effect. Defaults to Allow.
|
|
1359
|
+
*/
|
|
1360
|
+
export declare const SyncReconcileResponsePreparedStackOverrideEffect: {
|
|
1361
|
+
readonly Allow: "Allow";
|
|
1362
|
+
readonly Deny: "Deny";
|
|
1363
|
+
};
|
|
1364
|
+
/**
|
|
1365
|
+
* IAM effect. Defaults to Allow.
|
|
1366
|
+
*/
|
|
1367
|
+
export type SyncReconcileResponsePreparedStackOverrideEffect = ClosedEnum<typeof SyncReconcileResponsePreparedStackOverrideEffect>;
|
|
1098
1368
|
/**
|
|
1099
1369
|
* Grant permissions for a specific cloud platform
|
|
1100
1370
|
*/
|
|
@@ -1108,9 +1378,17 @@ export type SyncReconcileResponsePreparedStackOverrideAwGrant = {
|
|
|
1108
1378
|
*/
|
|
1109
1379
|
dataActions?: Array<string> | null | undefined;
|
|
1110
1380
|
/**
|
|
1111
|
-
* GCP permissions
|
|
1381
|
+
* GCP permissions that require an exact residual custom role.
|
|
1112
1382
|
*/
|
|
1113
1383
|
permissions?: Array<string> | null | undefined;
|
|
1384
|
+
/**
|
|
1385
|
+
* Provider predefined roles to bind directly.
|
|
1386
|
+
*/
|
|
1387
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1388
|
+
/**
|
|
1389
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1390
|
+
*/
|
|
1391
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1114
1392
|
};
|
|
1115
1393
|
/**
|
|
1116
1394
|
* AWS-specific platform permission configuration
|
|
@@ -1120,10 +1398,22 @@ export type SyncReconcileResponsePreparedStackOverrideAw = {
|
|
|
1120
1398
|
* Generic binding configuration for permissions
|
|
1121
1399
|
*/
|
|
1122
1400
|
binding: SyncReconcileResponsePreparedStackOverrideAwBinding;
|
|
1401
|
+
/**
|
|
1402
|
+
* Short admin-facing description of why this entry exists.
|
|
1403
|
+
*/
|
|
1404
|
+
description?: string | null | undefined;
|
|
1405
|
+
/**
|
|
1406
|
+
* IAM effect. Defaults to Allow.
|
|
1407
|
+
*/
|
|
1408
|
+
effect?: SyncReconcileResponsePreparedStackOverrideEffect | undefined;
|
|
1123
1409
|
/**
|
|
1124
1410
|
* Grant permissions for a specific cloud platform
|
|
1125
1411
|
*/
|
|
1126
1412
|
grant: SyncReconcileResponsePreparedStackOverrideAwGrant;
|
|
1413
|
+
/**
|
|
1414
|
+
* Stable admin-facing label for this permission entry.
|
|
1415
|
+
*/
|
|
1416
|
+
label?: string | null | undefined;
|
|
1127
1417
|
};
|
|
1128
1418
|
/**
|
|
1129
1419
|
* Azure-specific binding specification
|
|
@@ -1169,9 +1459,17 @@ export type SyncReconcileResponsePreparedStackOverrideAzureGrant = {
|
|
|
1169
1459
|
*/
|
|
1170
1460
|
dataActions?: Array<string> | null | undefined;
|
|
1171
1461
|
/**
|
|
1172
|
-
* GCP permissions
|
|
1462
|
+
* GCP permissions that require an exact residual custom role.
|
|
1173
1463
|
*/
|
|
1174
1464
|
permissions?: Array<string> | null | undefined;
|
|
1465
|
+
/**
|
|
1466
|
+
* Provider predefined roles to bind directly.
|
|
1467
|
+
*/
|
|
1468
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1471
|
+
*/
|
|
1472
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1175
1473
|
};
|
|
1176
1474
|
/**
|
|
1177
1475
|
* Azure-specific platform permission configuration
|
|
@@ -1181,10 +1479,18 @@ export type SyncReconcileResponsePreparedStackOverrideAzure = {
|
|
|
1181
1479
|
* Generic binding configuration for permissions
|
|
1182
1480
|
*/
|
|
1183
1481
|
binding: SyncReconcileResponsePreparedStackOverrideAzureBinding;
|
|
1482
|
+
/**
|
|
1483
|
+
* Short admin-facing description of why this entry exists.
|
|
1484
|
+
*/
|
|
1485
|
+
description?: string | null | undefined;
|
|
1184
1486
|
/**
|
|
1185
1487
|
* Grant permissions for a specific cloud platform
|
|
1186
1488
|
*/
|
|
1187
1489
|
grant: SyncReconcileResponsePreparedStackOverrideAzureGrant;
|
|
1490
|
+
/**
|
|
1491
|
+
* Stable admin-facing label for this permission entry.
|
|
1492
|
+
*/
|
|
1493
|
+
label?: string | null | undefined;
|
|
1188
1494
|
};
|
|
1189
1495
|
/**
|
|
1190
1496
|
* GCP IAM condition
|
|
@@ -1248,9 +1554,17 @@ export type SyncReconcileResponsePreparedStackOverrideGcpGrant = {
|
|
|
1248
1554
|
*/
|
|
1249
1555
|
dataActions?: Array<string> | null | undefined;
|
|
1250
1556
|
/**
|
|
1251
|
-
* GCP permissions
|
|
1557
|
+
* GCP permissions that require an exact residual custom role.
|
|
1252
1558
|
*/
|
|
1253
1559
|
permissions?: Array<string> | null | undefined;
|
|
1560
|
+
/**
|
|
1561
|
+
* Provider predefined roles to bind directly.
|
|
1562
|
+
*/
|
|
1563
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1564
|
+
/**
|
|
1565
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1566
|
+
*/
|
|
1567
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1254
1568
|
};
|
|
1255
1569
|
/**
|
|
1256
1570
|
* GCP-specific platform permission configuration
|
|
@@ -1260,10 +1574,18 @@ export type SyncReconcileResponsePreparedStackOverrideGcp = {
|
|
|
1260
1574
|
* Generic binding configuration for permissions
|
|
1261
1575
|
*/
|
|
1262
1576
|
binding: SyncReconcileResponsePreparedStackOverrideGcpBinding;
|
|
1577
|
+
/**
|
|
1578
|
+
* Short admin-facing description of why this entry exists.
|
|
1579
|
+
*/
|
|
1580
|
+
description?: string | null | undefined;
|
|
1263
1581
|
/**
|
|
1264
1582
|
* Grant permissions for a specific cloud platform
|
|
1265
1583
|
*/
|
|
1266
1584
|
grant: SyncReconcileResponsePreparedStackOverrideGcpGrant;
|
|
1585
|
+
/**
|
|
1586
|
+
* Stable admin-facing label for this permission entry.
|
|
1587
|
+
*/
|
|
1588
|
+
label?: string | null | undefined;
|
|
1267
1589
|
};
|
|
1268
1590
|
/**
|
|
1269
1591
|
* Platform-specific permission configurations
|
|
@@ -1361,6 +1683,17 @@ export type SyncReconcileResponsePreparedStackExtendAwBinding = {
|
|
|
1361
1683
|
*/
|
|
1362
1684
|
stack?: SyncReconcileResponsePreparedStackExtendAwStack | undefined;
|
|
1363
1685
|
};
|
|
1686
|
+
/**
|
|
1687
|
+
* IAM effect. Defaults to Allow.
|
|
1688
|
+
*/
|
|
1689
|
+
export declare const SyncReconcileResponsePreparedStackExtendEffect: {
|
|
1690
|
+
readonly Allow: "Allow";
|
|
1691
|
+
readonly Deny: "Deny";
|
|
1692
|
+
};
|
|
1693
|
+
/**
|
|
1694
|
+
* IAM effect. Defaults to Allow.
|
|
1695
|
+
*/
|
|
1696
|
+
export type SyncReconcileResponsePreparedStackExtendEffect = ClosedEnum<typeof SyncReconcileResponsePreparedStackExtendEffect>;
|
|
1364
1697
|
/**
|
|
1365
1698
|
* Grant permissions for a specific cloud platform
|
|
1366
1699
|
*/
|
|
@@ -1374,9 +1707,17 @@ export type SyncReconcileResponsePreparedStackExtendAwGrant = {
|
|
|
1374
1707
|
*/
|
|
1375
1708
|
dataActions?: Array<string> | null | undefined;
|
|
1376
1709
|
/**
|
|
1377
|
-
* GCP permissions
|
|
1710
|
+
* GCP permissions that require an exact residual custom role.
|
|
1378
1711
|
*/
|
|
1379
1712
|
permissions?: Array<string> | null | undefined;
|
|
1713
|
+
/**
|
|
1714
|
+
* Provider predefined roles to bind directly.
|
|
1715
|
+
*/
|
|
1716
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1717
|
+
/**
|
|
1718
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1719
|
+
*/
|
|
1720
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1380
1721
|
};
|
|
1381
1722
|
/**
|
|
1382
1723
|
* AWS-specific platform permission configuration
|
|
@@ -1386,10 +1727,22 @@ export type SyncReconcileResponsePreparedStackExtendAw = {
|
|
|
1386
1727
|
* Generic binding configuration for permissions
|
|
1387
1728
|
*/
|
|
1388
1729
|
binding: SyncReconcileResponsePreparedStackExtendAwBinding;
|
|
1730
|
+
/**
|
|
1731
|
+
* Short admin-facing description of why this entry exists.
|
|
1732
|
+
*/
|
|
1733
|
+
description?: string | null | undefined;
|
|
1734
|
+
/**
|
|
1735
|
+
* IAM effect. Defaults to Allow.
|
|
1736
|
+
*/
|
|
1737
|
+
effect?: SyncReconcileResponsePreparedStackExtendEffect | undefined;
|
|
1389
1738
|
/**
|
|
1390
1739
|
* Grant permissions for a specific cloud platform
|
|
1391
1740
|
*/
|
|
1392
1741
|
grant: SyncReconcileResponsePreparedStackExtendAwGrant;
|
|
1742
|
+
/**
|
|
1743
|
+
* Stable admin-facing label for this permission entry.
|
|
1744
|
+
*/
|
|
1745
|
+
label?: string | null | undefined;
|
|
1393
1746
|
};
|
|
1394
1747
|
/**
|
|
1395
1748
|
* Azure-specific binding specification
|
|
@@ -1435,9 +1788,17 @@ export type SyncReconcileResponsePreparedStackExtendAzureGrant = {
|
|
|
1435
1788
|
*/
|
|
1436
1789
|
dataActions?: Array<string> | null | undefined;
|
|
1437
1790
|
/**
|
|
1438
|
-
* GCP permissions
|
|
1791
|
+
* GCP permissions that require an exact residual custom role.
|
|
1439
1792
|
*/
|
|
1440
1793
|
permissions?: Array<string> | null | undefined;
|
|
1794
|
+
/**
|
|
1795
|
+
* Provider predefined roles to bind directly.
|
|
1796
|
+
*/
|
|
1797
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1798
|
+
/**
|
|
1799
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1800
|
+
*/
|
|
1801
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1441
1802
|
};
|
|
1442
1803
|
/**
|
|
1443
1804
|
* Azure-specific platform permission configuration
|
|
@@ -1447,10 +1808,18 @@ export type SyncReconcileResponsePreparedStackExtendAzure = {
|
|
|
1447
1808
|
* Generic binding configuration for permissions
|
|
1448
1809
|
*/
|
|
1449
1810
|
binding: SyncReconcileResponsePreparedStackExtendAzureBinding;
|
|
1811
|
+
/**
|
|
1812
|
+
* Short admin-facing description of why this entry exists.
|
|
1813
|
+
*/
|
|
1814
|
+
description?: string | null | undefined;
|
|
1450
1815
|
/**
|
|
1451
1816
|
* Grant permissions for a specific cloud platform
|
|
1452
1817
|
*/
|
|
1453
1818
|
grant: SyncReconcileResponsePreparedStackExtendAzureGrant;
|
|
1819
|
+
/**
|
|
1820
|
+
* Stable admin-facing label for this permission entry.
|
|
1821
|
+
*/
|
|
1822
|
+
label?: string | null | undefined;
|
|
1454
1823
|
};
|
|
1455
1824
|
/**
|
|
1456
1825
|
* GCP IAM condition
|
|
@@ -1514,9 +1883,17 @@ export type SyncReconcileResponsePreparedStackExtendGcpGrant = {
|
|
|
1514
1883
|
*/
|
|
1515
1884
|
dataActions?: Array<string> | null | undefined;
|
|
1516
1885
|
/**
|
|
1517
|
-
* GCP permissions
|
|
1886
|
+
* GCP permissions that require an exact residual custom role.
|
|
1518
1887
|
*/
|
|
1519
1888
|
permissions?: Array<string> | null | undefined;
|
|
1889
|
+
/**
|
|
1890
|
+
* Provider predefined roles to bind directly.
|
|
1891
|
+
*/
|
|
1892
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1893
|
+
/**
|
|
1894
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1895
|
+
*/
|
|
1896
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1520
1897
|
};
|
|
1521
1898
|
/**
|
|
1522
1899
|
* GCP-specific platform permission configuration
|
|
@@ -1526,10 +1903,18 @@ export type SyncReconcileResponsePreparedStackExtendGcp = {
|
|
|
1526
1903
|
* Generic binding configuration for permissions
|
|
1527
1904
|
*/
|
|
1528
1905
|
binding: SyncReconcileResponsePreparedStackExtendGcpBinding;
|
|
1906
|
+
/**
|
|
1907
|
+
* Short admin-facing description of why this entry exists.
|
|
1908
|
+
*/
|
|
1909
|
+
description?: string | null | undefined;
|
|
1529
1910
|
/**
|
|
1530
1911
|
* Grant permissions for a specific cloud platform
|
|
1531
1912
|
*/
|
|
1532
1913
|
grant: SyncReconcileResponsePreparedStackExtendGcpGrant;
|
|
1914
|
+
/**
|
|
1915
|
+
* Stable admin-facing label for this permission entry.
|
|
1916
|
+
*/
|
|
1917
|
+
label?: string | null | undefined;
|
|
1533
1918
|
};
|
|
1534
1919
|
/**
|
|
1535
1920
|
* Platform-specific permission configurations
|
|
@@ -1631,6 +2016,17 @@ export type SyncReconcileResponsePreparedStackProfileAwBinding = {
|
|
|
1631
2016
|
*/
|
|
1632
2017
|
stack?: SyncReconcileResponsePreparedStackProfileAwStack | undefined;
|
|
1633
2018
|
};
|
|
2019
|
+
/**
|
|
2020
|
+
* IAM effect. Defaults to Allow.
|
|
2021
|
+
*/
|
|
2022
|
+
export declare const SyncReconcileResponsePreparedStackProfileEffect: {
|
|
2023
|
+
readonly Allow: "Allow";
|
|
2024
|
+
readonly Deny: "Deny";
|
|
2025
|
+
};
|
|
2026
|
+
/**
|
|
2027
|
+
* IAM effect. Defaults to Allow.
|
|
2028
|
+
*/
|
|
2029
|
+
export type SyncReconcileResponsePreparedStackProfileEffect = ClosedEnum<typeof SyncReconcileResponsePreparedStackProfileEffect>;
|
|
1634
2030
|
/**
|
|
1635
2031
|
* Grant permissions for a specific cloud platform
|
|
1636
2032
|
*/
|
|
@@ -1644,9 +2040,17 @@ export type SyncReconcileResponsePreparedStackProfileAwGrant = {
|
|
|
1644
2040
|
*/
|
|
1645
2041
|
dataActions?: Array<string> | null | undefined;
|
|
1646
2042
|
/**
|
|
1647
|
-
* GCP permissions
|
|
2043
|
+
* GCP permissions that require an exact residual custom role.
|
|
1648
2044
|
*/
|
|
1649
2045
|
permissions?: Array<string> | null | undefined;
|
|
2046
|
+
/**
|
|
2047
|
+
* Provider predefined roles to bind directly.
|
|
2048
|
+
*/
|
|
2049
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2050
|
+
/**
|
|
2051
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2052
|
+
*/
|
|
2053
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1650
2054
|
};
|
|
1651
2055
|
/**
|
|
1652
2056
|
* AWS-specific platform permission configuration
|
|
@@ -1656,10 +2060,22 @@ export type SyncReconcileResponsePreparedStackProfileAw = {
|
|
|
1656
2060
|
* Generic binding configuration for permissions
|
|
1657
2061
|
*/
|
|
1658
2062
|
binding: SyncReconcileResponsePreparedStackProfileAwBinding;
|
|
2063
|
+
/**
|
|
2064
|
+
* Short admin-facing description of why this entry exists.
|
|
2065
|
+
*/
|
|
2066
|
+
description?: string | null | undefined;
|
|
2067
|
+
/**
|
|
2068
|
+
* IAM effect. Defaults to Allow.
|
|
2069
|
+
*/
|
|
2070
|
+
effect?: SyncReconcileResponsePreparedStackProfileEffect | undefined;
|
|
1659
2071
|
/**
|
|
1660
2072
|
* Grant permissions for a specific cloud platform
|
|
1661
2073
|
*/
|
|
1662
2074
|
grant: SyncReconcileResponsePreparedStackProfileAwGrant;
|
|
2075
|
+
/**
|
|
2076
|
+
* Stable admin-facing label for this permission entry.
|
|
2077
|
+
*/
|
|
2078
|
+
label?: string | null | undefined;
|
|
1663
2079
|
};
|
|
1664
2080
|
/**
|
|
1665
2081
|
* Azure-specific binding specification
|
|
@@ -1705,9 +2121,17 @@ export type SyncReconcileResponsePreparedStackProfileAzureGrant = {
|
|
|
1705
2121
|
*/
|
|
1706
2122
|
dataActions?: Array<string> | null | undefined;
|
|
1707
2123
|
/**
|
|
1708
|
-
* GCP permissions
|
|
2124
|
+
* GCP permissions that require an exact residual custom role.
|
|
1709
2125
|
*/
|
|
1710
2126
|
permissions?: Array<string> | null | undefined;
|
|
2127
|
+
/**
|
|
2128
|
+
* Provider predefined roles to bind directly.
|
|
2129
|
+
*/
|
|
2130
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2131
|
+
/**
|
|
2132
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2133
|
+
*/
|
|
2134
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1711
2135
|
};
|
|
1712
2136
|
/**
|
|
1713
2137
|
* Azure-specific platform permission configuration
|
|
@@ -1717,10 +2141,18 @@ export type SyncReconcileResponsePreparedStackProfileAzure = {
|
|
|
1717
2141
|
* Generic binding configuration for permissions
|
|
1718
2142
|
*/
|
|
1719
2143
|
binding: SyncReconcileResponsePreparedStackProfileAzureBinding;
|
|
2144
|
+
/**
|
|
2145
|
+
* Short admin-facing description of why this entry exists.
|
|
2146
|
+
*/
|
|
2147
|
+
description?: string | null | undefined;
|
|
1720
2148
|
/**
|
|
1721
2149
|
* Grant permissions for a specific cloud platform
|
|
1722
2150
|
*/
|
|
1723
2151
|
grant: SyncReconcileResponsePreparedStackProfileAzureGrant;
|
|
2152
|
+
/**
|
|
2153
|
+
* Stable admin-facing label for this permission entry.
|
|
2154
|
+
*/
|
|
2155
|
+
label?: string | null | undefined;
|
|
1724
2156
|
};
|
|
1725
2157
|
/**
|
|
1726
2158
|
* GCP IAM condition
|
|
@@ -1784,9 +2216,17 @@ export type SyncReconcileResponsePreparedStackProfileGcpGrant = {
|
|
|
1784
2216
|
*/
|
|
1785
2217
|
dataActions?: Array<string> | null | undefined;
|
|
1786
2218
|
/**
|
|
1787
|
-
* GCP permissions
|
|
2219
|
+
* GCP permissions that require an exact residual custom role.
|
|
1788
2220
|
*/
|
|
1789
2221
|
permissions?: Array<string> | null | undefined;
|
|
2222
|
+
/**
|
|
2223
|
+
* Provider predefined roles to bind directly.
|
|
2224
|
+
*/
|
|
2225
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2226
|
+
/**
|
|
2227
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2228
|
+
*/
|
|
2229
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1790
2230
|
};
|
|
1791
2231
|
/**
|
|
1792
2232
|
* GCP-specific platform permission configuration
|
|
@@ -1796,10 +2236,18 @@ export type SyncReconcileResponsePreparedStackProfileGcp = {
|
|
|
1796
2236
|
* Generic binding configuration for permissions
|
|
1797
2237
|
*/
|
|
1798
2238
|
binding: SyncReconcileResponsePreparedStackProfileGcpBinding;
|
|
2239
|
+
/**
|
|
2240
|
+
* Short admin-facing description of why this entry exists.
|
|
2241
|
+
*/
|
|
2242
|
+
description?: string | null | undefined;
|
|
1799
2243
|
/**
|
|
1800
2244
|
* Grant permissions for a specific cloud platform
|
|
1801
2245
|
*/
|
|
1802
2246
|
grant: SyncReconcileResponsePreparedStackProfileGcpGrant;
|
|
2247
|
+
/**
|
|
2248
|
+
* Stable admin-facing label for this permission entry.
|
|
2249
|
+
*/
|
|
2250
|
+
label?: string | null | undefined;
|
|
1803
2251
|
};
|
|
1804
2252
|
/**
|
|
1805
2253
|
* Platform-specific permission configurations
|
|
@@ -1894,7 +2342,6 @@ export type SyncReconcileResponsePreparedStackDependency = {
|
|
|
1894
2342
|
export declare const SyncReconcileResponsePreparedStackLifecycle: {
|
|
1895
2343
|
readonly Frozen: "frozen";
|
|
1896
2344
|
readonly Live: "live";
|
|
1897
|
-
readonly LiveOnSetup: "live-on-setup";
|
|
1898
2345
|
};
|
|
1899
2346
|
/**
|
|
1900
2347
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -1925,6 +2372,21 @@ export type SyncReconcileResponsePreparedStackResources = {
|
|
|
1925
2372
|
*/
|
|
1926
2373
|
remoteAccess?: boolean | undefined;
|
|
1927
2374
|
};
|
|
2375
|
+
/**
|
|
2376
|
+
* Represents the target cloud platform.
|
|
2377
|
+
*/
|
|
2378
|
+
export declare const SyncReconcileResponsePreparedStackSupportedPlatform: {
|
|
2379
|
+
readonly Aws: "aws";
|
|
2380
|
+
readonly Gcp: "gcp";
|
|
2381
|
+
readonly Azure: "azure";
|
|
2382
|
+
readonly Kubernetes: "kubernetes";
|
|
2383
|
+
readonly Local: "local";
|
|
2384
|
+
readonly Test: "test";
|
|
2385
|
+
};
|
|
2386
|
+
/**
|
|
2387
|
+
* Represents the target cloud platform.
|
|
2388
|
+
*/
|
|
2389
|
+
export type SyncReconcileResponsePreparedStackSupportedPlatform = ClosedEnum<typeof SyncReconcileResponsePreparedStackSupportedPlatform>;
|
|
1928
2390
|
/**
|
|
1929
2391
|
* A bag of resources, unaware of any cloud.
|
|
1930
2392
|
*/
|
|
@@ -1943,6 +2405,10 @@ export type SyncReconcileResponsePreparedStack = {
|
|
|
1943
2405
|
resources: {
|
|
1944
2406
|
[k: string]: SyncReconcileResponsePreparedStackResources;
|
|
1945
2407
|
};
|
|
2408
|
+
/**
|
|
2409
|
+
* Which platforms this stack supports. When None, all platforms are supported.
|
|
2410
|
+
*/
|
|
2411
|
+
supportedPlatforms?: Array<SyncReconcileResponsePreparedStackSupportedPlatform> | null | undefined;
|
|
1946
2412
|
};
|
|
1947
2413
|
export type SyncReconcileResponsePreparedStackUnion = SyncReconcileResponsePreparedStack | any;
|
|
1948
2414
|
/**
|
|
@@ -1953,6 +2419,7 @@ export type SyncReconcileResponsePreparedStackUnion = SyncReconcileResponsePrepa
|
|
|
1953
2419
|
* Stores deployment state that needs to persist across step calls.
|
|
1954
2420
|
*/
|
|
1955
2421
|
export type SyncReconcileResponseRuntimeMetadata = {
|
|
2422
|
+
deleteScope?: SyncReconcileResponseDeleteScopeEnum | any | null | undefined;
|
|
1956
2423
|
/**
|
|
1957
2424
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
1958
2425
|
*
|
|
@@ -1960,7 +2427,17 @@ export type SyncReconcileResponseRuntimeMetadata = {
|
|
|
1960
2427
|
* Used to avoid redundant sync operations during incremental deployment
|
|
1961
2428
|
*/
|
|
1962
2429
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2430
|
+
pendingDeleteScope?: SyncReconcileResponsePendingDeleteScopeEnum | any | null | undefined;
|
|
1963
2431
|
preparedStack?: SyncReconcileResponsePreparedStack | any | null | undefined;
|
|
2432
|
+
/**
|
|
2433
|
+
* Whether cross-account registry access has been successfully granted.
|
|
2434
|
+
*
|
|
2435
|
+
* @remarks
|
|
2436
|
+
* Set to true after the manager successfully sets the ECR/GAR repo policy
|
|
2437
|
+
* for this deployment's target account. Prevents redundant API calls on
|
|
2438
|
+
* every reconcile tick.
|
|
2439
|
+
*/
|
|
2440
|
+
registryAccessGranted?: boolean | undefined;
|
|
1964
2441
|
};
|
|
1965
2442
|
export type SyncReconcileResponseRuntimeMetadataUnion = SyncReconcileResponseRuntimeMetadata | any;
|
|
1966
2443
|
/**
|
|
@@ -1994,6 +2471,22 @@ export type SyncReconcileResponseStackStateConfig = {
|
|
|
1994
2471
|
[k: string]: any | null;
|
|
1995
2472
|
} | undefined;
|
|
1996
2473
|
};
|
|
2474
|
+
/**
|
|
2475
|
+
* Represents the target cloud platform.
|
|
2476
|
+
*/
|
|
2477
|
+
export declare const SyncReconcileResponseControllerPlatformEnum: {
|
|
2478
|
+
readonly Aws: "aws";
|
|
2479
|
+
readonly Gcp: "gcp";
|
|
2480
|
+
readonly Azure: "azure";
|
|
2481
|
+
readonly Kubernetes: "kubernetes";
|
|
2482
|
+
readonly Local: "local";
|
|
2483
|
+
readonly Test: "test";
|
|
2484
|
+
};
|
|
2485
|
+
/**
|
|
2486
|
+
* Represents the target cloud platform.
|
|
2487
|
+
*/
|
|
2488
|
+
export type SyncReconcileResponseControllerPlatformEnum = ClosedEnum<typeof SyncReconcileResponseControllerPlatformEnum>;
|
|
2489
|
+
export type SyncReconcileResponseControllerPlatformUnion = SyncReconcileResponseControllerPlatformEnum | any;
|
|
1997
2490
|
/**
|
|
1998
2491
|
* New ResourceRef that works with any resource type.
|
|
1999
2492
|
*
|
|
@@ -2039,6 +2532,10 @@ export type SyncReconcileResponseError = {
|
|
|
2039
2532
|
* caused the issue, or other relevant context information.
|
|
2040
2533
|
*/
|
|
2041
2534
|
context?: any | null | undefined;
|
|
2535
|
+
/**
|
|
2536
|
+
* Optional human-facing remediation hint.
|
|
2537
|
+
*/
|
|
2538
|
+
hint?: string | null | undefined;
|
|
2042
2539
|
/**
|
|
2043
2540
|
* HTTP status code for this error.
|
|
2044
2541
|
*
|
|
@@ -2095,7 +2592,6 @@ export type SyncReconcileResponseErrorUnion = SyncReconcileResponseError | any;
|
|
|
2095
2592
|
export declare const SyncReconcileResponseStackStateLifecycleEnum: {
|
|
2096
2593
|
readonly Frozen: "frozen";
|
|
2097
2594
|
readonly Live: "live";
|
|
2098
|
-
readonly LiveOnSetup: "live-on-setup";
|
|
2099
2595
|
};
|
|
2100
2596
|
/**
|
|
2101
2597
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -2167,6 +2663,7 @@ export type SyncReconcileResponseStackStateResources = {
|
|
|
2167
2663
|
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
2168
2664
|
*/
|
|
2169
2665
|
config: SyncReconcileResponseStackStateConfig;
|
|
2666
|
+
controllerPlatform?: SyncReconcileResponseControllerPlatformEnum | any | null | undefined;
|
|
2170
2667
|
/**
|
|
2171
2668
|
* Complete list of dependencies for this resource, including infrastructure dependencies.
|
|
2172
2669
|
*
|
|
@@ -2175,13 +2672,6 @@ export type SyncReconcileResponseStackStateResources = {
|
|
|
2175
2672
|
*/
|
|
2176
2673
|
dependencies?: Array<SyncReconcileResponseStackStateDependency> | undefined;
|
|
2177
2674
|
error?: SyncReconcileResponseError | any | null | undefined;
|
|
2178
|
-
/**
|
|
2179
|
-
* True if the resource was provisioned by an external system (e.g., CloudFormation).
|
|
2180
|
-
*
|
|
2181
|
-
* @remarks
|
|
2182
|
-
* Defaults to false, indicating dynamic provisioning by the executor.
|
|
2183
|
-
*/
|
|
2184
|
-
isExternallyProvisioned?: boolean | undefined;
|
|
2185
2675
|
/**
|
|
2186
2676
|
* Stores the controller state that failed, used for manual retry operations.
|
|
2187
2677
|
*
|
|
@@ -2211,7 +2701,7 @@ export type SyncReconcileResponseStackStateResources = {
|
|
|
2211
2701
|
*/
|
|
2212
2702
|
status: SyncReconcileResponseStackStateStatus;
|
|
2213
2703
|
/**
|
|
2214
|
-
* The high-level type of the resource (e.g.,
|
|
2704
|
+
* The high-level type of the resource (e.g., Worker::RESOURCE_TYPE, Storage::RESOURCE_TYPE).
|
|
2215
2705
|
*/
|
|
2216
2706
|
type: string;
|
|
2217
2707
|
};
|
|
@@ -2253,6 +2743,7 @@ export declare const SyncReconcileResponseStatus: {
|
|
|
2253
2743
|
readonly Deleting: "deleting";
|
|
2254
2744
|
readonly DeleteFailed: "delete-failed";
|
|
2255
2745
|
readonly Deleted: "deleted";
|
|
2746
|
+
readonly Error: "error";
|
|
2256
2747
|
};
|
|
2257
2748
|
/**
|
|
2258
2749
|
* Deployment status in the deployment lifecycle
|
|
@@ -2309,6 +2800,17 @@ export type SyncReconcileResponseTargetReleaseOverrideAwBinding = {
|
|
|
2309
2800
|
*/
|
|
2310
2801
|
stack?: SyncReconcileResponseTargetReleaseOverrideAwStack | undefined;
|
|
2311
2802
|
};
|
|
2803
|
+
/**
|
|
2804
|
+
* IAM effect. Defaults to Allow.
|
|
2805
|
+
*/
|
|
2806
|
+
export declare const SyncReconcileResponseTargetReleaseOverrideEffect: {
|
|
2807
|
+
readonly Allow: "Allow";
|
|
2808
|
+
readonly Deny: "Deny";
|
|
2809
|
+
};
|
|
2810
|
+
/**
|
|
2811
|
+
* IAM effect. Defaults to Allow.
|
|
2812
|
+
*/
|
|
2813
|
+
export type SyncReconcileResponseTargetReleaseOverrideEffect = ClosedEnum<typeof SyncReconcileResponseTargetReleaseOverrideEffect>;
|
|
2312
2814
|
/**
|
|
2313
2815
|
* Grant permissions for a specific cloud platform
|
|
2314
2816
|
*/
|
|
@@ -2322,9 +2824,17 @@ export type SyncReconcileResponseTargetReleaseOverrideAwGrant = {
|
|
|
2322
2824
|
*/
|
|
2323
2825
|
dataActions?: Array<string> | null | undefined;
|
|
2324
2826
|
/**
|
|
2325
|
-
* GCP permissions
|
|
2827
|
+
* GCP permissions that require an exact residual custom role.
|
|
2326
2828
|
*/
|
|
2327
2829
|
permissions?: Array<string> | null | undefined;
|
|
2830
|
+
/**
|
|
2831
|
+
* Provider predefined roles to bind directly.
|
|
2832
|
+
*/
|
|
2833
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2834
|
+
/**
|
|
2835
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2836
|
+
*/
|
|
2837
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2328
2838
|
};
|
|
2329
2839
|
/**
|
|
2330
2840
|
* AWS-specific platform permission configuration
|
|
@@ -2334,10 +2844,22 @@ export type SyncReconcileResponseTargetReleaseOverrideAw = {
|
|
|
2334
2844
|
* Generic binding configuration for permissions
|
|
2335
2845
|
*/
|
|
2336
2846
|
binding: SyncReconcileResponseTargetReleaseOverrideAwBinding;
|
|
2847
|
+
/**
|
|
2848
|
+
* Short admin-facing description of why this entry exists.
|
|
2849
|
+
*/
|
|
2850
|
+
description?: string | null | undefined;
|
|
2851
|
+
/**
|
|
2852
|
+
* IAM effect. Defaults to Allow.
|
|
2853
|
+
*/
|
|
2854
|
+
effect?: SyncReconcileResponseTargetReleaseOverrideEffect | undefined;
|
|
2337
2855
|
/**
|
|
2338
2856
|
* Grant permissions for a specific cloud platform
|
|
2339
2857
|
*/
|
|
2340
2858
|
grant: SyncReconcileResponseTargetReleaseOverrideAwGrant;
|
|
2859
|
+
/**
|
|
2860
|
+
* Stable admin-facing label for this permission entry.
|
|
2861
|
+
*/
|
|
2862
|
+
label?: string | null | undefined;
|
|
2341
2863
|
};
|
|
2342
2864
|
/**
|
|
2343
2865
|
* Azure-specific binding specification
|
|
@@ -2383,9 +2905,17 @@ export type SyncReconcileResponseTargetReleaseOverrideAzureGrant = {
|
|
|
2383
2905
|
*/
|
|
2384
2906
|
dataActions?: Array<string> | null | undefined;
|
|
2385
2907
|
/**
|
|
2386
|
-
* GCP permissions
|
|
2908
|
+
* GCP permissions that require an exact residual custom role.
|
|
2387
2909
|
*/
|
|
2388
2910
|
permissions?: Array<string> | null | undefined;
|
|
2911
|
+
/**
|
|
2912
|
+
* Provider predefined roles to bind directly.
|
|
2913
|
+
*/
|
|
2914
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
2915
|
+
/**
|
|
2916
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
2917
|
+
*/
|
|
2918
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2389
2919
|
};
|
|
2390
2920
|
/**
|
|
2391
2921
|
* Azure-specific platform permission configuration
|
|
@@ -2395,10 +2925,18 @@ export type SyncReconcileResponseTargetReleaseOverrideAzure = {
|
|
|
2395
2925
|
* Generic binding configuration for permissions
|
|
2396
2926
|
*/
|
|
2397
2927
|
binding: SyncReconcileResponseTargetReleaseOverrideAzureBinding;
|
|
2928
|
+
/**
|
|
2929
|
+
* Short admin-facing description of why this entry exists.
|
|
2930
|
+
*/
|
|
2931
|
+
description?: string | null | undefined;
|
|
2398
2932
|
/**
|
|
2399
2933
|
* Grant permissions for a specific cloud platform
|
|
2400
2934
|
*/
|
|
2401
2935
|
grant: SyncReconcileResponseTargetReleaseOverrideAzureGrant;
|
|
2936
|
+
/**
|
|
2937
|
+
* Stable admin-facing label for this permission entry.
|
|
2938
|
+
*/
|
|
2939
|
+
label?: string | null | undefined;
|
|
2402
2940
|
};
|
|
2403
2941
|
/**
|
|
2404
2942
|
* GCP IAM condition
|
|
@@ -2462,9 +3000,17 @@ export type SyncReconcileResponseTargetReleaseOverrideGcpGrant = {
|
|
|
2462
3000
|
*/
|
|
2463
3001
|
dataActions?: Array<string> | null | undefined;
|
|
2464
3002
|
/**
|
|
2465
|
-
* GCP permissions
|
|
3003
|
+
* GCP permissions that require an exact residual custom role.
|
|
2466
3004
|
*/
|
|
2467
3005
|
permissions?: Array<string> | null | undefined;
|
|
3006
|
+
/**
|
|
3007
|
+
* Provider predefined roles to bind directly.
|
|
3008
|
+
*/
|
|
3009
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3010
|
+
/**
|
|
3011
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3012
|
+
*/
|
|
3013
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2468
3014
|
};
|
|
2469
3015
|
/**
|
|
2470
3016
|
* GCP-specific platform permission configuration
|
|
@@ -2474,10 +3020,18 @@ export type SyncReconcileResponseTargetReleaseOverrideGcp = {
|
|
|
2474
3020
|
* Generic binding configuration for permissions
|
|
2475
3021
|
*/
|
|
2476
3022
|
binding: SyncReconcileResponseTargetReleaseOverrideGcpBinding;
|
|
3023
|
+
/**
|
|
3024
|
+
* Short admin-facing description of why this entry exists.
|
|
3025
|
+
*/
|
|
3026
|
+
description?: string | null | undefined;
|
|
2477
3027
|
/**
|
|
2478
3028
|
* Grant permissions for a specific cloud platform
|
|
2479
3029
|
*/
|
|
2480
3030
|
grant: SyncReconcileResponseTargetReleaseOverrideGcpGrant;
|
|
3031
|
+
/**
|
|
3032
|
+
* Stable admin-facing label for this permission entry.
|
|
3033
|
+
*/
|
|
3034
|
+
label?: string | null | undefined;
|
|
2481
3035
|
};
|
|
2482
3036
|
/**
|
|
2483
3037
|
* Platform-specific permission configurations
|
|
@@ -2575,6 +3129,17 @@ export type SyncReconcileResponseTargetReleaseExtendAwBinding = {
|
|
|
2575
3129
|
*/
|
|
2576
3130
|
stack?: SyncReconcileResponseTargetReleaseExtendAwStack | undefined;
|
|
2577
3131
|
};
|
|
3132
|
+
/**
|
|
3133
|
+
* IAM effect. Defaults to Allow.
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const SyncReconcileResponseTargetReleaseExtendEffect: {
|
|
3136
|
+
readonly Allow: "Allow";
|
|
3137
|
+
readonly Deny: "Deny";
|
|
3138
|
+
};
|
|
3139
|
+
/**
|
|
3140
|
+
* IAM effect. Defaults to Allow.
|
|
3141
|
+
*/
|
|
3142
|
+
export type SyncReconcileResponseTargetReleaseExtendEffect = ClosedEnum<typeof SyncReconcileResponseTargetReleaseExtendEffect>;
|
|
2578
3143
|
/**
|
|
2579
3144
|
* Grant permissions for a specific cloud platform
|
|
2580
3145
|
*/
|
|
@@ -2588,9 +3153,17 @@ export type SyncReconcileResponseTargetReleaseExtendAwGrant = {
|
|
|
2588
3153
|
*/
|
|
2589
3154
|
dataActions?: Array<string> | null | undefined;
|
|
2590
3155
|
/**
|
|
2591
|
-
* GCP permissions
|
|
3156
|
+
* GCP permissions that require an exact residual custom role.
|
|
2592
3157
|
*/
|
|
2593
3158
|
permissions?: Array<string> | null | undefined;
|
|
3159
|
+
/**
|
|
3160
|
+
* Provider predefined roles to bind directly.
|
|
3161
|
+
*/
|
|
3162
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3163
|
+
/**
|
|
3164
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3165
|
+
*/
|
|
3166
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2594
3167
|
};
|
|
2595
3168
|
/**
|
|
2596
3169
|
* AWS-specific platform permission configuration
|
|
@@ -2600,10 +3173,22 @@ export type SyncReconcileResponseTargetReleaseExtendAw = {
|
|
|
2600
3173
|
* Generic binding configuration for permissions
|
|
2601
3174
|
*/
|
|
2602
3175
|
binding: SyncReconcileResponseTargetReleaseExtendAwBinding;
|
|
3176
|
+
/**
|
|
3177
|
+
* Short admin-facing description of why this entry exists.
|
|
3178
|
+
*/
|
|
3179
|
+
description?: string | null | undefined;
|
|
3180
|
+
/**
|
|
3181
|
+
* IAM effect. Defaults to Allow.
|
|
3182
|
+
*/
|
|
3183
|
+
effect?: SyncReconcileResponseTargetReleaseExtendEffect | undefined;
|
|
2603
3184
|
/**
|
|
2604
3185
|
* Grant permissions for a specific cloud platform
|
|
2605
3186
|
*/
|
|
2606
3187
|
grant: SyncReconcileResponseTargetReleaseExtendAwGrant;
|
|
3188
|
+
/**
|
|
3189
|
+
* Stable admin-facing label for this permission entry.
|
|
3190
|
+
*/
|
|
3191
|
+
label?: string | null | undefined;
|
|
2607
3192
|
};
|
|
2608
3193
|
/**
|
|
2609
3194
|
* Azure-specific binding specification
|
|
@@ -2649,9 +3234,17 @@ export type SyncReconcileResponseTargetReleaseExtendAzureGrant = {
|
|
|
2649
3234
|
*/
|
|
2650
3235
|
dataActions?: Array<string> | null | undefined;
|
|
2651
3236
|
/**
|
|
2652
|
-
* GCP permissions
|
|
3237
|
+
* GCP permissions that require an exact residual custom role.
|
|
2653
3238
|
*/
|
|
2654
3239
|
permissions?: Array<string> | null | undefined;
|
|
3240
|
+
/**
|
|
3241
|
+
* Provider predefined roles to bind directly.
|
|
3242
|
+
*/
|
|
3243
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3244
|
+
/**
|
|
3245
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3246
|
+
*/
|
|
3247
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2655
3248
|
};
|
|
2656
3249
|
/**
|
|
2657
3250
|
* Azure-specific platform permission configuration
|
|
@@ -2661,10 +3254,18 @@ export type SyncReconcileResponseTargetReleaseExtendAzure = {
|
|
|
2661
3254
|
* Generic binding configuration for permissions
|
|
2662
3255
|
*/
|
|
2663
3256
|
binding: SyncReconcileResponseTargetReleaseExtendAzureBinding;
|
|
3257
|
+
/**
|
|
3258
|
+
* Short admin-facing description of why this entry exists.
|
|
3259
|
+
*/
|
|
3260
|
+
description?: string | null | undefined;
|
|
2664
3261
|
/**
|
|
2665
3262
|
* Grant permissions for a specific cloud platform
|
|
2666
3263
|
*/
|
|
2667
3264
|
grant: SyncReconcileResponseTargetReleaseExtendAzureGrant;
|
|
3265
|
+
/**
|
|
3266
|
+
* Stable admin-facing label for this permission entry.
|
|
3267
|
+
*/
|
|
3268
|
+
label?: string | null | undefined;
|
|
2668
3269
|
};
|
|
2669
3270
|
/**
|
|
2670
3271
|
* GCP IAM condition
|
|
@@ -2728,9 +3329,17 @@ export type SyncReconcileResponseTargetReleaseExtendGcpGrant = {
|
|
|
2728
3329
|
*/
|
|
2729
3330
|
dataActions?: Array<string> | null | undefined;
|
|
2730
3331
|
/**
|
|
2731
|
-
* GCP permissions
|
|
3332
|
+
* GCP permissions that require an exact residual custom role.
|
|
2732
3333
|
*/
|
|
2733
3334
|
permissions?: Array<string> | null | undefined;
|
|
3335
|
+
/**
|
|
3336
|
+
* Provider predefined roles to bind directly.
|
|
3337
|
+
*/
|
|
3338
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3339
|
+
/**
|
|
3340
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3341
|
+
*/
|
|
3342
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2734
3343
|
};
|
|
2735
3344
|
/**
|
|
2736
3345
|
* GCP-specific platform permission configuration
|
|
@@ -2740,10 +3349,18 @@ export type SyncReconcileResponseTargetReleaseExtendGcp = {
|
|
|
2740
3349
|
* Generic binding configuration for permissions
|
|
2741
3350
|
*/
|
|
2742
3351
|
binding: SyncReconcileResponseTargetReleaseExtendGcpBinding;
|
|
3352
|
+
/**
|
|
3353
|
+
* Short admin-facing description of why this entry exists.
|
|
3354
|
+
*/
|
|
3355
|
+
description?: string | null | undefined;
|
|
2743
3356
|
/**
|
|
2744
3357
|
* Grant permissions for a specific cloud platform
|
|
2745
3358
|
*/
|
|
2746
3359
|
grant: SyncReconcileResponseTargetReleaseExtendGcpGrant;
|
|
3360
|
+
/**
|
|
3361
|
+
* Stable admin-facing label for this permission entry.
|
|
3362
|
+
*/
|
|
3363
|
+
label?: string | null | undefined;
|
|
2747
3364
|
};
|
|
2748
3365
|
/**
|
|
2749
3366
|
* Platform-specific permission configurations
|
|
@@ -2845,6 +3462,17 @@ export type SyncReconcileResponseTargetReleaseProfileAwBinding = {
|
|
|
2845
3462
|
*/
|
|
2846
3463
|
stack?: SyncReconcileResponseTargetReleaseProfileAwStack | undefined;
|
|
2847
3464
|
};
|
|
3465
|
+
/**
|
|
3466
|
+
* IAM effect. Defaults to Allow.
|
|
3467
|
+
*/
|
|
3468
|
+
export declare const SyncReconcileResponseTargetReleaseProfileEffect: {
|
|
3469
|
+
readonly Allow: "Allow";
|
|
3470
|
+
readonly Deny: "Deny";
|
|
3471
|
+
};
|
|
3472
|
+
/**
|
|
3473
|
+
* IAM effect. Defaults to Allow.
|
|
3474
|
+
*/
|
|
3475
|
+
export type SyncReconcileResponseTargetReleaseProfileEffect = ClosedEnum<typeof SyncReconcileResponseTargetReleaseProfileEffect>;
|
|
2848
3476
|
/**
|
|
2849
3477
|
* Grant permissions for a specific cloud platform
|
|
2850
3478
|
*/
|
|
@@ -2858,9 +3486,17 @@ export type SyncReconcileResponseTargetReleaseProfileAwGrant = {
|
|
|
2858
3486
|
*/
|
|
2859
3487
|
dataActions?: Array<string> | null | undefined;
|
|
2860
3488
|
/**
|
|
2861
|
-
* GCP permissions
|
|
3489
|
+
* GCP permissions that require an exact residual custom role.
|
|
2862
3490
|
*/
|
|
2863
3491
|
permissions?: Array<string> | null | undefined;
|
|
3492
|
+
/**
|
|
3493
|
+
* Provider predefined roles to bind directly.
|
|
3494
|
+
*/
|
|
3495
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3496
|
+
/**
|
|
3497
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3498
|
+
*/
|
|
3499
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2864
3500
|
};
|
|
2865
3501
|
/**
|
|
2866
3502
|
* AWS-specific platform permission configuration
|
|
@@ -2870,10 +3506,22 @@ export type SyncReconcileResponseTargetReleaseProfileAw = {
|
|
|
2870
3506
|
* Generic binding configuration for permissions
|
|
2871
3507
|
*/
|
|
2872
3508
|
binding: SyncReconcileResponseTargetReleaseProfileAwBinding;
|
|
3509
|
+
/**
|
|
3510
|
+
* Short admin-facing description of why this entry exists.
|
|
3511
|
+
*/
|
|
3512
|
+
description?: string | null | undefined;
|
|
3513
|
+
/**
|
|
3514
|
+
* IAM effect. Defaults to Allow.
|
|
3515
|
+
*/
|
|
3516
|
+
effect?: SyncReconcileResponseTargetReleaseProfileEffect | undefined;
|
|
2873
3517
|
/**
|
|
2874
3518
|
* Grant permissions for a specific cloud platform
|
|
2875
3519
|
*/
|
|
2876
3520
|
grant: SyncReconcileResponseTargetReleaseProfileAwGrant;
|
|
3521
|
+
/**
|
|
3522
|
+
* Stable admin-facing label for this permission entry.
|
|
3523
|
+
*/
|
|
3524
|
+
label?: string | null | undefined;
|
|
2877
3525
|
};
|
|
2878
3526
|
/**
|
|
2879
3527
|
* Azure-specific binding specification
|
|
@@ -2919,9 +3567,17 @@ export type SyncReconcileResponseTargetReleaseProfileAzureGrant = {
|
|
|
2919
3567
|
*/
|
|
2920
3568
|
dataActions?: Array<string> | null | undefined;
|
|
2921
3569
|
/**
|
|
2922
|
-
* GCP permissions
|
|
3570
|
+
* GCP permissions that require an exact residual custom role.
|
|
2923
3571
|
*/
|
|
2924
3572
|
permissions?: Array<string> | null | undefined;
|
|
3573
|
+
/**
|
|
3574
|
+
* Provider predefined roles to bind directly.
|
|
3575
|
+
*/
|
|
3576
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3577
|
+
/**
|
|
3578
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3579
|
+
*/
|
|
3580
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
2925
3581
|
};
|
|
2926
3582
|
/**
|
|
2927
3583
|
* Azure-specific platform permission configuration
|
|
@@ -2931,10 +3587,18 @@ export type SyncReconcileResponseTargetReleaseProfileAzure = {
|
|
|
2931
3587
|
* Generic binding configuration for permissions
|
|
2932
3588
|
*/
|
|
2933
3589
|
binding: SyncReconcileResponseTargetReleaseProfileAzureBinding;
|
|
3590
|
+
/**
|
|
3591
|
+
* Short admin-facing description of why this entry exists.
|
|
3592
|
+
*/
|
|
3593
|
+
description?: string | null | undefined;
|
|
2934
3594
|
/**
|
|
2935
3595
|
* Grant permissions for a specific cloud platform
|
|
2936
3596
|
*/
|
|
2937
3597
|
grant: SyncReconcileResponseTargetReleaseProfileAzureGrant;
|
|
3598
|
+
/**
|
|
3599
|
+
* Stable admin-facing label for this permission entry.
|
|
3600
|
+
*/
|
|
3601
|
+
label?: string | null | undefined;
|
|
2938
3602
|
};
|
|
2939
3603
|
/**
|
|
2940
3604
|
* GCP IAM condition
|
|
@@ -2998,9 +3662,17 @@ export type SyncReconcileResponseTargetReleaseProfileGcpGrant = {
|
|
|
2998
3662
|
*/
|
|
2999
3663
|
dataActions?: Array<string> | null | undefined;
|
|
3000
3664
|
/**
|
|
3001
|
-
* GCP permissions
|
|
3665
|
+
* GCP permissions that require an exact residual custom role.
|
|
3002
3666
|
*/
|
|
3003
3667
|
permissions?: Array<string> | null | undefined;
|
|
3668
|
+
/**
|
|
3669
|
+
* Provider predefined roles to bind directly.
|
|
3670
|
+
*/
|
|
3671
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
3672
|
+
/**
|
|
3673
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
3674
|
+
*/
|
|
3675
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
3004
3676
|
};
|
|
3005
3677
|
/**
|
|
3006
3678
|
* GCP-specific platform permission configuration
|
|
@@ -3010,10 +3682,18 @@ export type SyncReconcileResponseTargetReleaseProfileGcp = {
|
|
|
3010
3682
|
* Generic binding configuration for permissions
|
|
3011
3683
|
*/
|
|
3012
3684
|
binding: SyncReconcileResponseTargetReleaseProfileGcpBinding;
|
|
3685
|
+
/**
|
|
3686
|
+
* Short admin-facing description of why this entry exists.
|
|
3687
|
+
*/
|
|
3688
|
+
description?: string | null | undefined;
|
|
3013
3689
|
/**
|
|
3014
3690
|
* Grant permissions for a specific cloud platform
|
|
3015
3691
|
*/
|
|
3016
3692
|
grant: SyncReconcileResponseTargetReleaseProfileGcpGrant;
|
|
3693
|
+
/**
|
|
3694
|
+
* Stable admin-facing label for this permission entry.
|
|
3695
|
+
*/
|
|
3696
|
+
label?: string | null | undefined;
|
|
3017
3697
|
};
|
|
3018
3698
|
/**
|
|
3019
3699
|
* Platform-specific permission configurations
|
|
@@ -3108,7 +3788,6 @@ export type SyncReconcileResponseTargetReleaseDependency = {
|
|
|
3108
3788
|
export declare const SyncReconcileResponseTargetReleaseLifecycle: {
|
|
3109
3789
|
readonly Frozen: "frozen";
|
|
3110
3790
|
readonly Live: "live";
|
|
3111
|
-
readonly LiveOnSetup: "live-on-setup";
|
|
3112
3791
|
};
|
|
3113
3792
|
/**
|
|
3114
3793
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -3139,6 +3818,21 @@ export type SyncReconcileResponseTargetReleaseResources = {
|
|
|
3139
3818
|
*/
|
|
3140
3819
|
remoteAccess?: boolean | undefined;
|
|
3141
3820
|
};
|
|
3821
|
+
/**
|
|
3822
|
+
* Represents the target cloud platform.
|
|
3823
|
+
*/
|
|
3824
|
+
export declare const SyncReconcileResponseTargetReleaseSupportedPlatform: {
|
|
3825
|
+
readonly Aws: "aws";
|
|
3826
|
+
readonly Gcp: "gcp";
|
|
3827
|
+
readonly Azure: "azure";
|
|
3828
|
+
readonly Kubernetes: "kubernetes";
|
|
3829
|
+
readonly Local: "local";
|
|
3830
|
+
readonly Test: "test";
|
|
3831
|
+
};
|
|
3832
|
+
/**
|
|
3833
|
+
* Represents the target cloud platform.
|
|
3834
|
+
*/
|
|
3835
|
+
export type SyncReconcileResponseTargetReleaseSupportedPlatform = ClosedEnum<typeof SyncReconcileResponseTargetReleaseSupportedPlatform>;
|
|
3142
3836
|
/**
|
|
3143
3837
|
* A bag of resources, unaware of any cloud.
|
|
3144
3838
|
*/
|
|
@@ -3157,6 +3851,10 @@ export type SyncReconcileResponseTargetReleaseStack = {
|
|
|
3157
3851
|
resources: {
|
|
3158
3852
|
[k: string]: SyncReconcileResponseTargetReleaseResources;
|
|
3159
3853
|
};
|
|
3854
|
+
/**
|
|
3855
|
+
* Which platforms this stack supports. When None, all platforms are supported.
|
|
3856
|
+
*/
|
|
3857
|
+
supportedPlatforms?: Array<SyncReconcileResponseTargetReleaseSupportedPlatform> | null | undefined;
|
|
3160
3858
|
};
|
|
3161
3859
|
/**
|
|
3162
3860
|
* Release metadata
|
|
@@ -3196,6 +3894,15 @@ export type SyncReconcileResponseCurrent = {
|
|
|
3196
3894
|
* Represents the target cloud platform.
|
|
3197
3895
|
*/
|
|
3198
3896
|
platform: SyncReconcileResponseCurrentPlatform;
|
|
3897
|
+
/**
|
|
3898
|
+
* Protocol version for cross-actor compatibility.
|
|
3899
|
+
*
|
|
3900
|
+
* @remarks
|
|
3901
|
+
* All actors (manager, push client, agent) check this before stepping.
|
|
3902
|
+
* Mismatched versions produce a clear error instead of silent corruption.
|
|
3903
|
+
* See docs/02-manager/10-deployment-protocol.md.
|
|
3904
|
+
*/
|
|
3905
|
+
protocolVersion: number;
|
|
3199
3906
|
/**
|
|
3200
3907
|
* Whether a retry has been requested for a failed deployment
|
|
3201
3908
|
*
|
|
@@ -3212,35 +3919,28 @@ export type SyncReconcileResponseCurrent = {
|
|
|
3212
3919
|
targetRelease?: SyncReconcileResponseTargetRelease | any | null | undefined;
|
|
3213
3920
|
};
|
|
3214
3921
|
/**
|
|
3215
|
-
*
|
|
3216
|
-
*
|
|
3217
|
-
* @remarks
|
|
3218
|
-
*
|
|
3219
|
-
* Used when the deployment needs to pull images from a manager's artifact registry.
|
|
3220
|
-
* This is required for Local platform and can optionally be used by cloud platforms
|
|
3221
|
-
* instead of native registry mechanisms (ECR/GCR/ACR).
|
|
3922
|
+
* Represents the target cloud platform.
|
|
3222
3923
|
*/
|
|
3223
|
-
export
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
authToken?: string | null | undefined;
|
|
3231
|
-
/**
|
|
3232
|
-
* Manager base URL for fetching credentials and accessing the registry
|
|
3233
|
-
*/
|
|
3234
|
-
managerUrl: string;
|
|
3924
|
+
export declare const SyncReconcileResponseBasePlatformEnum: {
|
|
3925
|
+
readonly Aws: "aws";
|
|
3926
|
+
readonly Gcp: "gcp";
|
|
3927
|
+
readonly Azure: "azure";
|
|
3928
|
+
readonly Kubernetes: "kubernetes";
|
|
3929
|
+
readonly Local: "local";
|
|
3930
|
+
readonly Test: "test";
|
|
3235
3931
|
};
|
|
3236
|
-
export type SyncReconcileResponseArtifactRegistryUnion = SyncReconcileResponseArtifactRegistry | any;
|
|
3237
3932
|
/**
|
|
3238
|
-
*
|
|
3933
|
+
* Represents the target cloud platform.
|
|
3934
|
+
*/
|
|
3935
|
+
export type SyncReconcileResponseBasePlatformEnum = ClosedEnum<typeof SyncReconcileResponseBasePlatformEnum>;
|
|
3936
|
+
export type SyncReconcileResponseBasePlatformUnion = SyncReconcileResponseBasePlatformEnum | any;
|
|
3937
|
+
/**
|
|
3938
|
+
* Configuration for a single container worker cluster.
|
|
3239
3939
|
*
|
|
3240
3940
|
* @remarks
|
|
3241
3941
|
*
|
|
3242
3942
|
* Contains the cluster ID and management token needed to interact with
|
|
3243
|
-
* the
|
|
3943
|
+
* the managed container control plane API for container operations.
|
|
3244
3944
|
*/
|
|
3245
3945
|
export type SyncReconcileResponseClusters = {
|
|
3246
3946
|
/**
|
|
@@ -3255,54 +3955,138 @@ export type SyncReconcileResponseClusters = {
|
|
|
3255
3955
|
*/
|
|
3256
3956
|
managementToken: string;
|
|
3257
3957
|
};
|
|
3958
|
+
/**
|
|
3959
|
+
* AWS Horizon machine image catalog.
|
|
3960
|
+
*/
|
|
3961
|
+
export type SyncReconcileResponseHorizonMachineImageAws = {
|
|
3962
|
+
/**
|
|
3963
|
+
* AMI IDs by architecture, then AWS region.
|
|
3964
|
+
*/
|
|
3965
|
+
amis: {
|
|
3966
|
+
[k: string]: {
|
|
3967
|
+
[k: string]: string;
|
|
3968
|
+
};
|
|
3969
|
+
};
|
|
3970
|
+
};
|
|
3971
|
+
export type SyncReconcileResponseHorizonMachineImageAwsUnion = SyncReconcileResponseHorizonMachineImageAws | any;
|
|
3972
|
+
/**
|
|
3973
|
+
* Azure Horizon machine image entry.
|
|
3974
|
+
*/
|
|
3975
|
+
export type SyncReconcileResponseAzureImages = {
|
|
3976
|
+
/**
|
|
3977
|
+
* Azure Compute Gallery image version ID.
|
|
3978
|
+
*/
|
|
3979
|
+
imageVersionId: string;
|
|
3980
|
+
};
|
|
3981
|
+
/**
|
|
3982
|
+
* Azure Horizon machine image catalog.
|
|
3983
|
+
*/
|
|
3984
|
+
export type HorizonMachineImageAzureTarget = {
|
|
3985
|
+
/**
|
|
3986
|
+
* Images by architecture.
|
|
3987
|
+
*/
|
|
3988
|
+
images: {
|
|
3989
|
+
[k: string]: SyncReconcileResponseAzureImages;
|
|
3990
|
+
};
|
|
3991
|
+
};
|
|
3992
|
+
export type HorizonMachineImageTargetAzureUnion = HorizonMachineImageAzureTarget | any;
|
|
3993
|
+
/**
|
|
3994
|
+
* Base image metadata for the Horizon machine image.
|
|
3995
|
+
*/
|
|
3996
|
+
export type SyncReconcileResponseBaseImage = {
|
|
3997
|
+
/**
|
|
3998
|
+
* Base OS image name.
|
|
3999
|
+
*/
|
|
4000
|
+
name: string;
|
|
4001
|
+
/**
|
|
4002
|
+
* Base OS image version or channel.
|
|
4003
|
+
*/
|
|
4004
|
+
version: string;
|
|
4005
|
+
};
|
|
4006
|
+
/**
|
|
4007
|
+
* GCP Horizon machine image entry.
|
|
4008
|
+
*/
|
|
4009
|
+
export type SyncReconcileResponseGcpImages = {
|
|
4010
|
+
/**
|
|
4011
|
+
* Source image self link or image-family URL.
|
|
4012
|
+
*/
|
|
4013
|
+
sourceImage: string;
|
|
4014
|
+
};
|
|
4015
|
+
/**
|
|
4016
|
+
* GCP Horizon machine image catalog.
|
|
4017
|
+
*/
|
|
4018
|
+
export type HorizonMachineImageGcpTarget = {
|
|
4019
|
+
/**
|
|
4020
|
+
* Images by architecture.
|
|
4021
|
+
*/
|
|
4022
|
+
images: {
|
|
4023
|
+
[k: string]: SyncReconcileResponseGcpImages;
|
|
4024
|
+
};
|
|
4025
|
+
};
|
|
4026
|
+
export type HorizonMachineImageTargetGcpUnion = HorizonMachineImageGcpTarget | any;
|
|
4027
|
+
/**
|
|
4028
|
+
* Horizon machine image catalog.
|
|
4029
|
+
*
|
|
4030
|
+
* @remarks
|
|
4031
|
+
*
|
|
4032
|
+
* Platform resolves concrete provider images from this catalog during rollout.
|
|
4033
|
+
*/
|
|
4034
|
+
export type SyncReconcileResponseHorizonMachineImage = {
|
|
4035
|
+
aws?: SyncReconcileResponseHorizonMachineImageAws | any | null | undefined;
|
|
4036
|
+
azure?: HorizonMachineImageAzureTarget | any | null | undefined;
|
|
4037
|
+
/**
|
|
4038
|
+
* Base image metadata for the Horizon machine image.
|
|
4039
|
+
*/
|
|
4040
|
+
baseImage: SyncReconcileResponseBaseImage;
|
|
4041
|
+
/**
|
|
4042
|
+
* Logical image channel, such as prod, staging, or canary.
|
|
4043
|
+
*/
|
|
4044
|
+
channel: string;
|
|
4045
|
+
/**
|
|
4046
|
+
* Image manifest creation timestamp.
|
|
4047
|
+
*/
|
|
4048
|
+
createdAt: string;
|
|
4049
|
+
gcp?: HorizonMachineImageGcpTarget | any | null | undefined;
|
|
4050
|
+
/**
|
|
4051
|
+
* Git commit SHA used to build the image.
|
|
4052
|
+
*/
|
|
4053
|
+
gitSha: string;
|
|
4054
|
+
/**
|
|
4055
|
+
* horizond daemon version baked into the image.
|
|
4056
|
+
*/
|
|
4057
|
+
horizondVersion: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* Published immutable machine image version.
|
|
4060
|
+
*/
|
|
4061
|
+
machineImageVersion: string;
|
|
4062
|
+
};
|
|
4063
|
+
export type SyncReconcileResponseHorizonMachineImageUnion = SyncReconcileResponseHorizonMachineImage | any;
|
|
3258
4064
|
export declare const SyncReconcileResponseComputeBackendType: {
|
|
3259
4065
|
readonly Horizon: "horizon";
|
|
3260
4066
|
};
|
|
3261
4067
|
export type SyncReconcileResponseComputeBackendType = ClosedEnum<typeof SyncReconcileResponseComputeBackendType>;
|
|
3262
4068
|
/**
|
|
3263
|
-
* Compute backend for Container and
|
|
4069
|
+
* Compute backend for Container and Worker resources.
|
|
3264
4070
|
*
|
|
3265
4071
|
* @remarks
|
|
3266
4072
|
*
|
|
3267
4073
|
* Determines how compute workloads are orchestrated on cloud platforms.
|
|
3268
|
-
* When None, the platform default is used
|
|
4074
|
+
* When None, the platform default is used for cloud platforms.
|
|
3269
4075
|
*/
|
|
3270
4076
|
export type SyncReconcileResponseComputeBackendHorizon = {
|
|
3271
4077
|
/**
|
|
3272
|
-
* Cluster configurations (one per
|
|
4078
|
+
* Cluster configurations (one per ComputeCluster resource)
|
|
3273
4079
|
*
|
|
3274
4080
|
* @remarks
|
|
3275
|
-
* Key:
|
|
4081
|
+
* Key: ComputeCluster resource ID from stack
|
|
3276
4082
|
* Value: Cluster ID and management token for that cluster
|
|
3277
4083
|
*/
|
|
3278
4084
|
clusters: {
|
|
3279
4085
|
[k: string]: SyncReconcileResponseClusters;
|
|
3280
4086
|
};
|
|
4087
|
+
horizonMachineImage?: SyncReconcileResponseHorizonMachineImage | any | null | undefined;
|
|
3281
4088
|
/**
|
|
3282
|
-
*
|
|
3283
|
-
*
|
|
3284
|
-
* @remarks
|
|
3285
|
-
* change-detection signal only. nginx auto-generates ETags from mtime+size,
|
|
3286
|
-
* so every `cargo zigbuild` changes this value and triggers a rolling update.
|
|
3287
|
-
*
|
|
3288
|
-
* Optional: when absent (releases server unreachable), change detection
|
|
3289
|
-
* falls back to URL-only (sufficient for versioned production releases).
|
|
3290
|
-
*/
|
|
3291
|
-
horizondBinaryHash?: string | null | undefined;
|
|
3292
|
-
/**
|
|
3293
|
-
* Base URL for downloading the horizond binary, without arch suffix.
|
|
3294
|
-
*
|
|
3295
|
-
* @remarks
|
|
3296
|
-
*
|
|
3297
|
-
* Each cloud controller appends `/linux-{arch}/horizond` to construct the
|
|
3298
|
-
* final download URL used in VM startup scripts.
|
|
3299
|
-
*
|
|
3300
|
-
* Production example: "https://releases.alien.dev/horizond/v0.3.0"
|
|
3301
|
-
* Dev example (ngrok): "https://abc123.ngrok.io"
|
|
3302
|
-
*/
|
|
3303
|
-
horizondDownloadBaseUrl: string;
|
|
3304
|
-
/**
|
|
3305
|
-
* Horizon API base URL (e.g., "https://horizon.alien.dev")
|
|
4089
|
+
* Horizon control-plane API base URL.
|
|
3306
4090
|
*/
|
|
3307
4091
|
url: string;
|
|
3308
4092
|
type: SyncReconcileResponseComputeBackendType;
|
|
@@ -3459,15 +4243,15 @@ export type SyncReconcileResponseEnvironmentVariables = {
|
|
|
3459
4243
|
/**
|
|
3460
4244
|
* Reference to a Kubernetes Secret
|
|
3461
4245
|
*/
|
|
3462
|
-
export type
|
|
4246
|
+
export type SyncReconcileResponseDefaultDomainSecretRef = {
|
|
3463
4247
|
key: string;
|
|
3464
4248
|
name: string;
|
|
3465
4249
|
};
|
|
3466
|
-
export type
|
|
4250
|
+
export type SyncReconcileResponseDefaultDomain = {
|
|
3467
4251
|
/**
|
|
3468
4252
|
* Reference to a Kubernetes Secret
|
|
3469
4253
|
*/
|
|
3470
|
-
secretRef:
|
|
4254
|
+
secretRef: SyncReconcileResponseDefaultDomainSecretRef;
|
|
3471
4255
|
};
|
|
3472
4256
|
/**
|
|
3473
4257
|
* Represents a value that can be either a concrete value, a template expression,
|
|
@@ -3475,26 +4259,164 @@ export type SyncReconcileResponseDataDir3 = {
|
|
|
3475
4259
|
* @remarks
|
|
3476
4260
|
* or a reference to a Kubernetes Secret
|
|
3477
4261
|
*/
|
|
3478
|
-
export type
|
|
3479
|
-
export declare const SyncReconcileResponseTypeVault5: {
|
|
3480
|
-
readonly Vault: "vault";
|
|
3481
|
-
};
|
|
3482
|
-
export type SyncReconcileResponseTypeVault5 = ClosedEnum<typeof SyncReconcileResponseTypeVault5>;
|
|
4262
|
+
export type SyncReconcileResponseDefaultDomainUnion = SyncReconcileResponseDefaultDomain | any | string;
|
|
3483
4263
|
/**
|
|
3484
|
-
*
|
|
4264
|
+
* Reference to a Kubernetes Secret
|
|
3485
4265
|
*/
|
|
3486
|
-
export type
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
* or a reference to a Kubernetes Secret
|
|
3492
|
-
*/
|
|
3493
|
-
dataDir?: SyncReconcileResponseDataDir3 | any | string | null | undefined;
|
|
4266
|
+
export type SyncReconcileResponseEnvironmentNameSecretRef = {
|
|
4267
|
+
key: string;
|
|
4268
|
+
name: string;
|
|
4269
|
+
};
|
|
4270
|
+
export type SyncReconcileResponseEnvironmentName = {
|
|
3494
4271
|
/**
|
|
3495
|
-
*
|
|
4272
|
+
* Reference to a Kubernetes Secret
|
|
3496
4273
|
*/
|
|
3497
|
-
|
|
4274
|
+
secretRef: SyncReconcileResponseEnvironmentNameSecretRef;
|
|
4275
|
+
};
|
|
4276
|
+
/**
|
|
4277
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4278
|
+
*
|
|
4279
|
+
* @remarks
|
|
4280
|
+
* or a reference to a Kubernetes Secret
|
|
4281
|
+
*/
|
|
4282
|
+
export type SyncReconcileResponseEnvironmentNameUnion = SyncReconcileResponseEnvironmentName | any | string;
|
|
4283
|
+
/**
|
|
4284
|
+
* Reference to a Kubernetes Secret
|
|
4285
|
+
*/
|
|
4286
|
+
export type SyncReconcileResponseResourceGroupNameSecretRef3 = {
|
|
4287
|
+
key: string;
|
|
4288
|
+
name: string;
|
|
4289
|
+
};
|
|
4290
|
+
export type SyncReconcileResponseResourceGroupName3 = {
|
|
4291
|
+
/**
|
|
4292
|
+
* Reference to a Kubernetes Secret
|
|
4293
|
+
*/
|
|
4294
|
+
secretRef: SyncReconcileResponseResourceGroupNameSecretRef3;
|
|
4295
|
+
};
|
|
4296
|
+
/**
|
|
4297
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4298
|
+
*
|
|
4299
|
+
* @remarks
|
|
4300
|
+
* or a reference to a Kubernetes Secret
|
|
4301
|
+
*/
|
|
4302
|
+
export type SyncReconcileResponseResourceGroupNameUnion3 = SyncReconcileResponseResourceGroupName3 | any | string;
|
|
4303
|
+
/**
|
|
4304
|
+
* Reference to a Kubernetes Secret
|
|
4305
|
+
*/
|
|
4306
|
+
export type SyncReconcileResponseResourceIdSecretRef = {
|
|
4307
|
+
key: string;
|
|
4308
|
+
name: string;
|
|
4309
|
+
};
|
|
4310
|
+
export type SyncReconcileResponseResourceId = {
|
|
4311
|
+
/**
|
|
4312
|
+
* Reference to a Kubernetes Secret
|
|
4313
|
+
*/
|
|
4314
|
+
secretRef: SyncReconcileResponseResourceIdSecretRef;
|
|
4315
|
+
};
|
|
4316
|
+
/**
|
|
4317
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4318
|
+
*
|
|
4319
|
+
* @remarks
|
|
4320
|
+
* or a reference to a Kubernetes Secret
|
|
4321
|
+
*/
|
|
4322
|
+
export type SyncReconcileResponseResourceIdUnion = SyncReconcileResponseResourceId | any | string;
|
|
4323
|
+
/**
|
|
4324
|
+
* Reference to a Kubernetes Secret
|
|
4325
|
+
*/
|
|
4326
|
+
export type SyncReconcileResponseStaticIpSecretRef = {
|
|
4327
|
+
key: string;
|
|
4328
|
+
name: string;
|
|
4329
|
+
};
|
|
4330
|
+
export type SyncReconcileResponseStaticIp = {
|
|
4331
|
+
/**
|
|
4332
|
+
* Reference to a Kubernetes Secret
|
|
4333
|
+
*/
|
|
4334
|
+
secretRef: SyncReconcileResponseStaticIpSecretRef;
|
|
4335
|
+
};
|
|
4336
|
+
export declare const SyncReconcileResponseTypeContainerAppsEnvironment: {
|
|
4337
|
+
readonly ContainerAppsEnvironment: "container_apps_environment";
|
|
4338
|
+
};
|
|
4339
|
+
export type SyncReconcileResponseTypeContainerAppsEnvironment = ClosedEnum<typeof SyncReconcileResponseTypeContainerAppsEnvironment>;
|
|
4340
|
+
/**
|
|
4341
|
+
* Binding configuration for a pre-existing Azure Container Apps Environment.
|
|
4342
|
+
*
|
|
4343
|
+
* @remarks
|
|
4344
|
+
*
|
|
4345
|
+
* Used when deploying to an existing environment instead of having Alien provision one.
|
|
4346
|
+
* This is useful for shared environments (e.g., test infrastructure) or enterprise
|
|
4347
|
+
* setups where environments are managed by a separate team.
|
|
4348
|
+
*/
|
|
4349
|
+
export type SyncReconcileResponseExternalBindingsContainerAppsEnvironment = {
|
|
4350
|
+
/**
|
|
4351
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4352
|
+
*
|
|
4353
|
+
* @remarks
|
|
4354
|
+
* or a reference to a Kubernetes Secret
|
|
4355
|
+
*/
|
|
4356
|
+
defaultDomain?: SyncReconcileResponseDefaultDomain | any | string | null | undefined;
|
|
4357
|
+
/**
|
|
4358
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4359
|
+
*
|
|
4360
|
+
* @remarks
|
|
4361
|
+
* or a reference to a Kubernetes Secret
|
|
4362
|
+
*/
|
|
4363
|
+
environmentName?: SyncReconcileResponseEnvironmentName | any | string | null | undefined;
|
|
4364
|
+
/**
|
|
4365
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4366
|
+
*
|
|
4367
|
+
* @remarks
|
|
4368
|
+
* or a reference to a Kubernetes Secret
|
|
4369
|
+
*/
|
|
4370
|
+
resourceGroupName?: SyncReconcileResponseResourceGroupName3 | any | string | null | undefined;
|
|
4371
|
+
/**
|
|
4372
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4373
|
+
*
|
|
4374
|
+
* @remarks
|
|
4375
|
+
* or a reference to a Kubernetes Secret
|
|
4376
|
+
*/
|
|
4377
|
+
resourceId?: SyncReconcileResponseResourceId | any | string | null | undefined;
|
|
4378
|
+
staticIp?: any | null | undefined;
|
|
4379
|
+
type: SyncReconcileResponseTypeContainerAppsEnvironment;
|
|
4380
|
+
};
|
|
4381
|
+
/**
|
|
4382
|
+
* Reference to a Kubernetes Secret
|
|
4383
|
+
*/
|
|
4384
|
+
export type SyncReconcileResponseDataDirSecretRef3 = {
|
|
4385
|
+
key: string;
|
|
4386
|
+
name: string;
|
|
4387
|
+
};
|
|
4388
|
+
export type SyncReconcileResponseDataDir3 = {
|
|
4389
|
+
/**
|
|
4390
|
+
* Reference to a Kubernetes Secret
|
|
4391
|
+
*/
|
|
4392
|
+
secretRef: SyncReconcileResponseDataDirSecretRef3;
|
|
4393
|
+
};
|
|
4394
|
+
/**
|
|
4395
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4396
|
+
*
|
|
4397
|
+
* @remarks
|
|
4398
|
+
* or a reference to a Kubernetes Secret
|
|
4399
|
+
*/
|
|
4400
|
+
export type SyncReconcileResponseDataDirUnion2 = SyncReconcileResponseDataDir3 | any | string;
|
|
4401
|
+
export declare const SyncReconcileResponseTypeVault5: {
|
|
4402
|
+
readonly Vault: "vault";
|
|
4403
|
+
};
|
|
4404
|
+
export type SyncReconcileResponseTypeVault5 = ClosedEnum<typeof SyncReconcileResponseTypeVault5>;
|
|
4405
|
+
/**
|
|
4406
|
+
* Local development vault binding (for testing/development)
|
|
4407
|
+
*/
|
|
4408
|
+
export type SyncReconcileResponseExternalBindingsLocalVault = {
|
|
4409
|
+
/**
|
|
4410
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4411
|
+
*
|
|
4412
|
+
* @remarks
|
|
4413
|
+
* or a reference to a Kubernetes Secret
|
|
4414
|
+
*/
|
|
4415
|
+
dataDir?: SyncReconcileResponseDataDir3 | any | string | null | undefined;
|
|
4416
|
+
/**
|
|
4417
|
+
* The vault name for local storage
|
|
4418
|
+
*/
|
|
4419
|
+
vaultName: string;
|
|
3498
4420
|
service: "local-vault";
|
|
3499
4421
|
type: SyncReconcileResponseTypeVault5;
|
|
3500
4422
|
};
|
|
@@ -3719,7 +4641,13 @@ export declare const SyncReconcileResponseTypeArtifactRegistry4: {
|
|
|
3719
4641
|
};
|
|
3720
4642
|
export type SyncReconcileResponseTypeArtifactRegistry4 = ClosedEnum<typeof SyncReconcileResponseTypeArtifactRegistry4>;
|
|
3721
4643
|
/**
|
|
3722
|
-
* Local container registry binding configuration
|
|
4644
|
+
* Local container registry binding configuration.
|
|
4645
|
+
*
|
|
4646
|
+
* @remarks
|
|
4647
|
+
*
|
|
4648
|
+
* The local registry runs on localhost only and does not require authentication.
|
|
4649
|
+
* Security boundary is the OS process isolation on the customer's machine.
|
|
4650
|
+
* External image access is secured by the manager's registry proxy (deployment tokens).
|
|
3723
4651
|
*/
|
|
3724
4652
|
export type SyncReconcileResponseExternalBindingsLocal = {
|
|
3725
4653
|
/**
|
|
@@ -3765,6 +4693,26 @@ export type SyncReconcileResponsePushServiceAccountEmail = {
|
|
|
3765
4693
|
*/
|
|
3766
4694
|
secretRef: SyncReconcileResponsePushServiceAccountEmailSecretRef;
|
|
3767
4695
|
};
|
|
4696
|
+
/**
|
|
4697
|
+
* Reference to a Kubernetes Secret
|
|
4698
|
+
*/
|
|
4699
|
+
export type SyncReconcileResponseRepositoryNameSecretRef = {
|
|
4700
|
+
key: string;
|
|
4701
|
+
name: string;
|
|
4702
|
+
};
|
|
4703
|
+
export type SyncReconcileResponseRepositoryName = {
|
|
4704
|
+
/**
|
|
4705
|
+
* Reference to a Kubernetes Secret
|
|
4706
|
+
*/
|
|
4707
|
+
secretRef: SyncReconcileResponseRepositoryNameSecretRef;
|
|
4708
|
+
};
|
|
4709
|
+
/**
|
|
4710
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
4711
|
+
*
|
|
4712
|
+
* @remarks
|
|
4713
|
+
* or a reference to a Kubernetes Secret
|
|
4714
|
+
*/
|
|
4715
|
+
export type SyncReconcileResponseRepositoryNameUnion = SyncReconcileResponseRepositoryName | any | string;
|
|
3768
4716
|
export declare const SyncReconcileResponseTypeArtifactRegistry3: {
|
|
3769
4717
|
readonly ArtifactRegistry: "artifact_registry";
|
|
3770
4718
|
};
|
|
@@ -3773,20 +4721,15 @@ export type SyncReconcileResponseTypeArtifactRegistry3 = ClosedEnum<typeof SyncR
|
|
|
3773
4721
|
* Google Artifact Registry binding configuration
|
|
3774
4722
|
*/
|
|
3775
4723
|
export type SyncReconcileResponseExternalBindingsGar = {
|
|
3776
|
-
/**
|
|
3777
|
-
* Represents a value that can be either a concrete value, a template expression,
|
|
3778
|
-
*
|
|
3779
|
-
* @remarks
|
|
3780
|
-
* or a reference to a Kubernetes Secret
|
|
3781
|
-
*/
|
|
3782
4724
|
pullServiceAccountEmail?: any | null | undefined;
|
|
4725
|
+
pushServiceAccountEmail?: any | null | undefined;
|
|
3783
4726
|
/**
|
|
3784
4727
|
* Represents a value that can be either a concrete value, a template expression,
|
|
3785
4728
|
*
|
|
3786
4729
|
* @remarks
|
|
3787
4730
|
* or a reference to a Kubernetes Secret
|
|
3788
4731
|
*/
|
|
3789
|
-
|
|
4732
|
+
repositoryName?: SyncReconcileResponseRepositoryName | any | string | null | undefined;
|
|
3790
4733
|
service: "gar";
|
|
3791
4734
|
type: SyncReconcileResponseTypeArtifactRegistry3;
|
|
3792
4735
|
};
|
|
@@ -3810,6 +4753,19 @@ export type SyncReconcileResponseRegistryName = {
|
|
|
3810
4753
|
* or a reference to a Kubernetes Secret
|
|
3811
4754
|
*/
|
|
3812
4755
|
export type SyncReconcileResponseRegistryNameUnion = SyncReconcileResponseRegistryName | any | string;
|
|
4756
|
+
/**
|
|
4757
|
+
* Reference to a Kubernetes Secret
|
|
4758
|
+
*/
|
|
4759
|
+
export type SyncReconcileResponseRepositoryPrefixSecretRef2 = {
|
|
4760
|
+
key: string;
|
|
4761
|
+
name: string;
|
|
4762
|
+
};
|
|
4763
|
+
export type SyncReconcileResponseRepositoryPrefix2 = {
|
|
4764
|
+
/**
|
|
4765
|
+
* Reference to a Kubernetes Secret
|
|
4766
|
+
*/
|
|
4767
|
+
secretRef: SyncReconcileResponseRepositoryPrefixSecretRef2;
|
|
4768
|
+
};
|
|
3813
4769
|
/**
|
|
3814
4770
|
* Reference to a Kubernetes Secret
|
|
3815
4771
|
*/
|
|
@@ -3845,6 +4801,7 @@ export type SyncReconcileResponseExternalBindingsAcr = {
|
|
|
3845
4801
|
* or a reference to a Kubernetes Secret
|
|
3846
4802
|
*/
|
|
3847
4803
|
registryName?: SyncReconcileResponseRegistryName | any | string | null | undefined;
|
|
4804
|
+
repositoryPrefix?: any | null | undefined;
|
|
3848
4805
|
/**
|
|
3849
4806
|
* Represents a value that can be either a concrete value, a template expression,
|
|
3850
4807
|
*
|
|
@@ -3884,15 +4841,15 @@ export type SyncReconcileResponsePushRoleArn = {
|
|
|
3884
4841
|
/**
|
|
3885
4842
|
* Reference to a Kubernetes Secret
|
|
3886
4843
|
*/
|
|
3887
|
-
export type
|
|
4844
|
+
export type SyncReconcileResponseRepositoryPrefixSecretRef1 = {
|
|
3888
4845
|
key: string;
|
|
3889
4846
|
name: string;
|
|
3890
4847
|
};
|
|
3891
|
-
export type
|
|
4848
|
+
export type SyncReconcileResponseRepositoryPrefix1 = {
|
|
3892
4849
|
/**
|
|
3893
4850
|
* Reference to a Kubernetes Secret
|
|
3894
4851
|
*/
|
|
3895
|
-
secretRef:
|
|
4852
|
+
secretRef: SyncReconcileResponseRepositoryPrefixSecretRef1;
|
|
3896
4853
|
};
|
|
3897
4854
|
/**
|
|
3898
4855
|
* Represents a value that can be either a concrete value, a template expression,
|
|
@@ -3900,7 +4857,7 @@ export type SyncReconcileResponseRepositoryPrefix = {
|
|
|
3900
4857
|
* @remarks
|
|
3901
4858
|
* or a reference to a Kubernetes Secret
|
|
3902
4859
|
*/
|
|
3903
|
-
export type SyncReconcileResponseRepositoryPrefixUnion =
|
|
4860
|
+
export type SyncReconcileResponseRepositoryPrefixUnion = SyncReconcileResponseRepositoryPrefix1 | any | string;
|
|
3904
4861
|
export declare const SyncReconcileResponseTypeArtifactRegistry1: {
|
|
3905
4862
|
readonly ArtifactRegistry: "artifact_registry";
|
|
3906
4863
|
};
|
|
@@ -3909,19 +4866,7 @@ export type SyncReconcileResponseTypeArtifactRegistry1 = ClosedEnum<typeof SyncR
|
|
|
3909
4866
|
* AWS ECR (Elastic Container Registry) binding configuration
|
|
3910
4867
|
*/
|
|
3911
4868
|
export type SyncReconcileResponseExternalBindingsEcr = {
|
|
3912
|
-
/**
|
|
3913
|
-
* Represents a value that can be either a concrete value, a template expression,
|
|
3914
|
-
*
|
|
3915
|
-
* @remarks
|
|
3916
|
-
* or a reference to a Kubernetes Secret
|
|
3917
|
-
*/
|
|
3918
4869
|
pullRoleArn?: any | null | undefined;
|
|
3919
|
-
/**
|
|
3920
|
-
* Represents a value that can be either a concrete value, a template expression,
|
|
3921
|
-
*
|
|
3922
|
-
* @remarks
|
|
3923
|
-
* or a reference to a Kubernetes Secret
|
|
3924
|
-
*/
|
|
3925
4870
|
pushRoleArn?: any | null | undefined;
|
|
3926
4871
|
/**
|
|
3927
4872
|
* Represents a value that can be either a concrete value, a template expression,
|
|
@@ -3929,7 +4874,7 @@ export type SyncReconcileResponseExternalBindingsEcr = {
|
|
|
3929
4874
|
* @remarks
|
|
3930
4875
|
* or a reference to a Kubernetes Secret
|
|
3931
4876
|
*/
|
|
3932
|
-
repositoryPrefix?:
|
|
4877
|
+
repositoryPrefix?: SyncReconcileResponseRepositoryPrefix1 | any | string | null | undefined;
|
|
3933
4878
|
service: "ecr";
|
|
3934
4879
|
type: SyncReconcileResponseTypeArtifactRegistry1;
|
|
3935
4880
|
};
|
|
@@ -4322,6 +5267,44 @@ export type SyncReconcileResponseExternalBindingsDynamodb = {
|
|
|
4322
5267
|
* Represents a KV binding for key-value storage across platforms
|
|
4323
5268
|
*/
|
|
4324
5269
|
export type SyncReconcileResponseExternalBindingsUnion3 = SyncReconcileResponseExternalBindingsDynamodb | SyncReconcileResponseExternalBindingsFirestore | SyncReconcileResponseExternalBindingsTablestorage | SyncReconcileResponseExternalBindingsRedis | SyncReconcileResponseExternalBindingsLocalKv;
|
|
5270
|
+
/**
|
|
5271
|
+
* Reference to a Kubernetes Secret
|
|
5272
|
+
*/
|
|
5273
|
+
export type SyncReconcileResponseQueuePathSecretRef = {
|
|
5274
|
+
key: string;
|
|
5275
|
+
name: string;
|
|
5276
|
+
};
|
|
5277
|
+
export type SyncReconcileResponseQueuePath = {
|
|
5278
|
+
/**
|
|
5279
|
+
* Reference to a Kubernetes Secret
|
|
5280
|
+
*/
|
|
5281
|
+
secretRef: SyncReconcileResponseQueuePathSecretRef;
|
|
5282
|
+
};
|
|
5283
|
+
/**
|
|
5284
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
5285
|
+
*
|
|
5286
|
+
* @remarks
|
|
5287
|
+
* or a reference to a Kubernetes Secret
|
|
5288
|
+
*/
|
|
5289
|
+
export type SyncReconcileResponseQueuePathUnion = SyncReconcileResponseQueuePath | any | string;
|
|
5290
|
+
export declare const SyncReconcileResponseTypeQueue4: {
|
|
5291
|
+
readonly Queue: "queue";
|
|
5292
|
+
};
|
|
5293
|
+
export type SyncReconcileResponseTypeQueue4 = ClosedEnum<typeof SyncReconcileResponseTypeQueue4>;
|
|
5294
|
+
/**
|
|
5295
|
+
* Local queue parameters
|
|
5296
|
+
*/
|
|
5297
|
+
export type SyncReconcileResponseExternalBindingsLocalQueue = {
|
|
5298
|
+
/**
|
|
5299
|
+
* Represents a value that can be either a concrete value, a template expression,
|
|
5300
|
+
*
|
|
5301
|
+
* @remarks
|
|
5302
|
+
* or a reference to a Kubernetes Secret
|
|
5303
|
+
*/
|
|
5304
|
+
queuePath?: SyncReconcileResponseQueuePath | any | string | null | undefined;
|
|
5305
|
+
service: "local-queue";
|
|
5306
|
+
type: SyncReconcileResponseTypeQueue4;
|
|
5307
|
+
};
|
|
4325
5308
|
/**
|
|
4326
5309
|
* Reference to a Kubernetes Secret
|
|
4327
5310
|
*/
|
|
@@ -4493,7 +5476,7 @@ export type SyncReconcileResponseExternalBindingsSqs = {
|
|
|
4493
5476
|
/**
|
|
4494
5477
|
* Binding parameters for Queue at runtime or in templates.
|
|
4495
5478
|
*/
|
|
4496
|
-
export type SyncReconcileResponseExternalBindingsUnion2 = SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus;
|
|
5479
|
+
export type SyncReconcileResponseExternalBindingsUnion2 = SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus | SyncReconcileResponseExternalBindingsLocalQueue;
|
|
4497
5480
|
/**
|
|
4498
5481
|
* Reference to a Kubernetes Secret
|
|
4499
5482
|
*/
|
|
@@ -4685,21 +5668,7 @@ export type SyncReconcileResponseExternalBindingsUnion1 = SyncReconcileResponseE
|
|
|
4685
5668
|
* The binding type must match the resource type it's applied to.
|
|
4686
5669
|
* Validated at runtime by the executor.
|
|
4687
5670
|
*/
|
|
4688
|
-
export type SyncReconcileResponseExternalBindingsUnion6 = SyncReconcileResponseExternalBindingsS3 | SyncReconcileResponseExternalBindingsBlob | SyncReconcileResponseExternalBindingsGcs | SyncReconcileResponseExternalBindingsLocalStorage | SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus | SyncReconcileResponseExternalBindingsDynamodb | SyncReconcileResponseExternalBindingsFirestore | SyncReconcileResponseExternalBindingsTablestorage | SyncReconcileResponseExternalBindingsRedis | SyncReconcileResponseExternalBindingsLocalKv | SyncReconcileResponseExternalBindingsEcr | SyncReconcileResponseExternalBindingsAcr | SyncReconcileResponseExternalBindingsGar | SyncReconcileResponseExternalBindingsLocal | SyncReconcileResponseExternalBindingsParameterStore | SyncReconcileResponseExternalBindingsSecretManager | SyncReconcileResponseExternalBindingsKeyVault | SyncReconcileResponseExternalBindingsKubernetesSecret | SyncReconcileResponseExternalBindingsLocalVault;
|
|
4689
|
-
/**
|
|
4690
|
-
* Image pull credentials for container registries
|
|
4691
|
-
*/
|
|
4692
|
-
export type SyncReconcileResponseImagePullCredentials = {
|
|
4693
|
-
/**
|
|
4694
|
-
* Password for the container registry
|
|
4695
|
-
*/
|
|
4696
|
-
password: string;
|
|
4697
|
-
/**
|
|
4698
|
-
* Username for the container registry
|
|
4699
|
-
*/
|
|
4700
|
-
username: string;
|
|
4701
|
-
};
|
|
4702
|
-
export type SyncReconcileResponseImagePullCredentialsUnion = SyncReconcileResponseImagePullCredentials | any;
|
|
5671
|
+
export type SyncReconcileResponseExternalBindingsUnion6 = SyncReconcileResponseExternalBindingsContainerAppsEnvironment | SyncReconcileResponseExternalBindingsS3 | SyncReconcileResponseExternalBindingsBlob | SyncReconcileResponseExternalBindingsGcs | SyncReconcileResponseExternalBindingsLocalStorage | SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus | SyncReconcileResponseExternalBindingsLocalQueue | SyncReconcileResponseExternalBindingsDynamodb | SyncReconcileResponseExternalBindingsFirestore | SyncReconcileResponseExternalBindingsTablestorage | SyncReconcileResponseExternalBindingsRedis | SyncReconcileResponseExternalBindingsLocalKv | SyncReconcileResponseExternalBindingsEcr | SyncReconcileResponseExternalBindingsAcr | SyncReconcileResponseExternalBindingsGar | SyncReconcileResponseExternalBindingsLocal | SyncReconcileResponseExternalBindingsParameterStore | SyncReconcileResponseExternalBindingsSecretManager | SyncReconcileResponseExternalBindingsKeyVault | SyncReconcileResponseExternalBindingsKubernetesSecret | SyncReconcileResponseExternalBindingsLocalVault;
|
|
4703
5672
|
export declare const TargetPlatformKubernetes: {
|
|
4704
5673
|
readonly Kubernetes: "kubernetes";
|
|
4705
5674
|
};
|
|
@@ -4715,14 +5684,18 @@ export type TargetPlatformAzure = ClosedEnum<typeof TargetPlatformAzure>;
|
|
|
4715
5684
|
* Azure management configuration extracted from stack settings
|
|
4716
5685
|
*/
|
|
4717
5686
|
export type SyncReconcileResponseManagementConfigAzure = {
|
|
4718
|
-
/**
|
|
4719
|
-
* The principal ID of the service principal in the management account
|
|
4720
|
-
*/
|
|
4721
|
-
managementPrincipalId: string;
|
|
4722
5687
|
/**
|
|
4723
5688
|
* The managing Azure Tenant ID for cross-tenant access
|
|
4724
5689
|
*/
|
|
4725
5690
|
managingTenantId: string;
|
|
5691
|
+
/**
|
|
5692
|
+
* OIDC issuer URL trusted by the target-side managed identity.
|
|
5693
|
+
*/
|
|
5694
|
+
oidcIssuer: string;
|
|
5695
|
+
/**
|
|
5696
|
+
* OIDC subject claim trusted by the target-side managed identity.
|
|
5697
|
+
*/
|
|
5698
|
+
oidcSubject: string;
|
|
4726
5699
|
platform: TargetPlatformAzure;
|
|
4727
5700
|
};
|
|
4728
5701
|
export declare const TargetPlatformGcp: {
|
|
@@ -4759,14 +5732,14 @@ export type SyncReconcileResponseManagementConfigUnion = SyncReconcileResponseMa
|
|
|
4759
5732
|
*
|
|
4760
5733
|
* @remarks
|
|
4761
5734
|
*
|
|
4762
|
-
* When set, all compute workloads (containers and
|
|
5735
|
+
* When set, all compute workloads (containers and worker VMs) export
|
|
4763
5736
|
* their logs to the given endpoint via OTLP/HTTP.
|
|
4764
5737
|
*
|
|
4765
5738
|
* The `logs_auth_header` is stored as plain text in DeploymentConfig because
|
|
4766
5739
|
* alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
|
|
4767
|
-
* before vault secrets load. For
|
|
4768
|
-
*
|
|
4769
|
-
*
|
|
5740
|
+
* before vault secrets load. For worker VMs, worker-template stamping passes
|
|
5741
|
+
* the monitoring configuration to the provider controller, which stores the
|
|
5742
|
+
* sensitive header in the cloud vault used by the worker image.
|
|
4770
5743
|
*/
|
|
4771
5744
|
export type SyncReconcileResponseMonitoring = {
|
|
4772
5745
|
/**
|
|
@@ -4778,10 +5751,9 @@ export type SyncReconcileResponseMonitoring = {
|
|
|
4778
5751
|
* into all containers. It must be plain (not a vault secret) because alien-runtime
|
|
4779
5752
|
* reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
|
|
4780
5753
|
*
|
|
4781
|
-
*
|
|
4782
|
-
* controller writes the same value to the cloud vault
|
|
4783
|
-
* AWS: Secrets Manager, Azure: Key Vault)
|
|
4784
|
-
* boot via IAM — the same pattern as the machine token.
|
|
5754
|
+
* Worker VMs do NOT use this field directly. The ComputeCluster infra
|
|
5755
|
+
* controller writes the same value to the cloud vault used by the worker
|
|
5756
|
+
* image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
|
|
4785
5757
|
*
|
|
4786
5758
|
* Example: "authorization=Bearer <write-token>"
|
|
4787
5759
|
*/
|
|
@@ -4798,7 +5770,7 @@ export type SyncReconcileResponseMonitoring = {
|
|
|
4798
5770
|
*
|
|
4799
5771
|
* @remarks
|
|
4800
5772
|
*
|
|
4801
|
-
* When absent, `logs_auth_header` is reused for metrics
|
|
5773
|
+
* When absent, `logs_auth_header` is reused for metrics -- suitable when the same
|
|
4802
5774
|
* credential covers both signals. When present (e.g. Axiom with separate datasets),
|
|
4803
5775
|
* this value is used exclusively for metrics.
|
|
4804
5776
|
*
|
|
@@ -4809,7 +5781,7 @@ export type SyncReconcileResponseMonitoring = {
|
|
|
4809
5781
|
* Full OTLP metrics endpoint URL (optional).
|
|
4810
5782
|
*
|
|
4811
5783
|
* @remarks
|
|
4812
|
-
* When set,
|
|
5784
|
+
* When set, the worker runtime exports its own VM/container orchestration metrics here.
|
|
4813
5785
|
* Example: "https://api.axiom.co/v1/metrics"
|
|
4814
5786
|
*/
|
|
4815
5787
|
metricsEndpoint?: string | null | undefined;
|
|
@@ -4826,25 +5798,46 @@ export declare const SyncReconcileResponseDeploymentModel: {
|
|
|
4826
5798
|
* Deployment model: how updates are delivered to the remote environment.
|
|
4827
5799
|
*/
|
|
4828
5800
|
export type SyncReconcileResponseDeploymentModel = ClosedEnum<typeof SyncReconcileResponseDeploymentModel>;
|
|
4829
|
-
export type
|
|
5801
|
+
export type SyncReconcileResponseAwsStackSettings = {
|
|
4830
5802
|
certificateArn: string;
|
|
4831
5803
|
};
|
|
4832
|
-
export type
|
|
4833
|
-
export type
|
|
5804
|
+
export type SyncReconcileResponseStackSettingsAwsUnion = SyncReconcileResponseAwsStackSettings | any;
|
|
5805
|
+
export type AzureTargetStackSettings = {
|
|
4834
5806
|
keyVaultCertificateId: string;
|
|
4835
5807
|
};
|
|
4836
|
-
export type
|
|
4837
|
-
export type
|
|
5808
|
+
export type TargetStackSettingsAzureUnion = AzureTargetStackSettings | any;
|
|
5809
|
+
export type GcpTargetStackSettings = {
|
|
4838
5810
|
certificateName: string;
|
|
4839
5811
|
};
|
|
4840
|
-
export type
|
|
5812
|
+
export type TargetStackSettingsGcpUnion = GcpTargetStackSettings | any;
|
|
5813
|
+
/**
|
|
5814
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
5815
|
+
*/
|
|
5816
|
+
export type SyncReconcileResponseTlsSecretRef = {
|
|
5817
|
+
/**
|
|
5818
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
5819
|
+
*/
|
|
5820
|
+
namespace?: string | null | undefined;
|
|
5821
|
+
/**
|
|
5822
|
+
* Secret name.
|
|
5823
|
+
*/
|
|
5824
|
+
secretName: string;
|
|
5825
|
+
};
|
|
5826
|
+
export type SyncReconcileResponseDomainsKubernetes = {
|
|
5827
|
+
/**
|
|
5828
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
5829
|
+
*/
|
|
5830
|
+
tlsSecretRef: SyncReconcileResponseTlsSecretRef;
|
|
5831
|
+
};
|
|
5832
|
+
export type SyncReconcileResponseDomainsKubernetesUnion = SyncReconcileResponseDomainsKubernetes | any;
|
|
4841
5833
|
/**
|
|
4842
5834
|
* Platform-specific certificate references for custom domains.
|
|
4843
5835
|
*/
|
|
4844
|
-
export type
|
|
4845
|
-
aws?:
|
|
4846
|
-
azure?:
|
|
4847
|
-
gcp?:
|
|
5836
|
+
export type SyncReconcileResponseDomainsCertificate = {
|
|
5837
|
+
aws?: SyncReconcileResponseAwsStackSettings | any | null | undefined;
|
|
5838
|
+
azure?: AzureTargetStackSettings | any | null | undefined;
|
|
5839
|
+
gcp?: GcpTargetStackSettings | any | null | undefined;
|
|
5840
|
+
kubernetes?: SyncReconcileResponseDomainsKubernetes | any | null | undefined;
|
|
4848
5841
|
};
|
|
4849
5842
|
/**
|
|
4850
5843
|
* Custom domain configuration for a single resource.
|
|
@@ -4853,7 +5846,7 @@ export type SyncReconcileResponseCustomDomains = {
|
|
|
4853
5846
|
/**
|
|
4854
5847
|
* Platform-specific certificate references for custom domains.
|
|
4855
5848
|
*/
|
|
4856
|
-
certificate:
|
|
5849
|
+
certificate: SyncReconcileResponseDomainsCertificate;
|
|
4857
5850
|
/**
|
|
4858
5851
|
* Fully qualified domain name to use.
|
|
4859
5852
|
*/
|
|
@@ -4876,6 +5869,15 @@ export type SyncReconcileResponseDomains = {
|
|
|
4876
5869
|
} | null | undefined;
|
|
4877
5870
|
};
|
|
4878
5871
|
export type SyncReconcileResponseDomainsUnion = SyncReconcileResponseDomains | any;
|
|
5872
|
+
/**
|
|
5873
|
+
* External bindings for pre-existing infrastructure.
|
|
5874
|
+
*
|
|
5875
|
+
* @remarks
|
|
5876
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
5877
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
5878
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
5879
|
+
*/
|
|
5880
|
+
export type SyncReconcileResponseStackSettingsExternalBindings = {};
|
|
4879
5881
|
/**
|
|
4880
5882
|
* How heartbeat health checks are handled.
|
|
4881
5883
|
*/
|
|
@@ -4887,6 +5889,539 @@ export declare const SyncReconcileResponseHeartbeats: {
|
|
|
4887
5889
|
* How heartbeat health checks are handled.
|
|
4888
5890
|
*/
|
|
4889
5891
|
export type SyncReconcileResponseHeartbeats = ClosedEnum<typeof SyncReconcileResponseHeartbeats>;
|
|
5892
|
+
/**
|
|
5893
|
+
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
5894
|
+
*/
|
|
5895
|
+
export type SyncReconcileResponseCloud = {
|
|
5896
|
+
accountId?: string | null | undefined;
|
|
5897
|
+
clusterId?: string | null | undefined;
|
|
5898
|
+
clusterName?: string | null | undefined;
|
|
5899
|
+
projectId?: string | null | undefined;
|
|
5900
|
+
region?: string | null | undefined;
|
|
5901
|
+
resourceGroup?: string | null | undefined;
|
|
5902
|
+
subscriptionId?: string | null | undefined;
|
|
5903
|
+
};
|
|
5904
|
+
export type SyncReconcileResponseCloudUnion = SyncReconcileResponseCloud | any;
|
|
5905
|
+
/**
|
|
5906
|
+
* Ownership model for the Kubernetes cluster.
|
|
5907
|
+
*/
|
|
5908
|
+
export declare const SyncReconcileResponseOwnership: {
|
|
5909
|
+
readonly Managed: "managed";
|
|
5910
|
+
readonly Existing: "existing";
|
|
5911
|
+
readonly External: "external";
|
|
5912
|
+
};
|
|
5913
|
+
/**
|
|
5914
|
+
* Ownership model for the Kubernetes cluster.
|
|
5915
|
+
*/
|
|
5916
|
+
export type SyncReconcileResponseOwnership = ClosedEnum<typeof SyncReconcileResponseOwnership>;
|
|
5917
|
+
/**
|
|
5918
|
+
* Kubernetes cluster setup settings.
|
|
5919
|
+
*/
|
|
5920
|
+
export type SyncReconcileResponseCluster = {
|
|
5921
|
+
cloud?: SyncReconcileResponseCloud | any | null | undefined;
|
|
5922
|
+
/**
|
|
5923
|
+
* Namespace where the Alien chart and application resources run.
|
|
5924
|
+
*/
|
|
5925
|
+
namespace?: string | null | undefined;
|
|
5926
|
+
/**
|
|
5927
|
+
* Ownership model for the Kubernetes cluster.
|
|
5928
|
+
*/
|
|
5929
|
+
ownership: SyncReconcileResponseOwnership;
|
|
5930
|
+
};
|
|
5931
|
+
export type SyncReconcileResponseClusterUnion = SyncReconcileResponseCluster | any;
|
|
5932
|
+
export type SyncReconcileResponseCertificateNone2 = {
|
|
5933
|
+
mode: "none";
|
|
5934
|
+
};
|
|
5935
|
+
export type SyncReconcileResponseCertificateManagedTLSSecret2 = {
|
|
5936
|
+
mode: "managedTlsSecret";
|
|
5937
|
+
/**
|
|
5938
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
5939
|
+
*/
|
|
5940
|
+
secretNameTemplate: string;
|
|
5941
|
+
};
|
|
5942
|
+
export type SyncReconcileResponseCertificateAwsAcmArn2 = {
|
|
5943
|
+
/**
|
|
5944
|
+
* Existing ACM certificate ARN.
|
|
5945
|
+
*/
|
|
5946
|
+
certificateArn: string;
|
|
5947
|
+
mode: "awsAcmArn";
|
|
5948
|
+
};
|
|
5949
|
+
export type SyncReconcileResponseCertificateManagedAcmImport2 = {
|
|
5950
|
+
mode: "managedAcmImport";
|
|
5951
|
+
/**
|
|
5952
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
5953
|
+
*/
|
|
5954
|
+
region?: string | null | undefined;
|
|
5955
|
+
/**
|
|
5956
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
5957
|
+
*/
|
|
5958
|
+
tags?: {
|
|
5959
|
+
[k: string]: string;
|
|
5960
|
+
} | undefined;
|
|
5961
|
+
};
|
|
5962
|
+
/**
|
|
5963
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
5964
|
+
*/
|
|
5965
|
+
export type SyncReconcileResponseCertificateTLSSecretRef2 = {
|
|
5966
|
+
/**
|
|
5967
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
5968
|
+
*/
|
|
5969
|
+
namespace?: string | null | undefined;
|
|
5970
|
+
/**
|
|
5971
|
+
* Secret name.
|
|
5972
|
+
*/
|
|
5973
|
+
secretName: string;
|
|
5974
|
+
mode: "tlsSecretRef";
|
|
5975
|
+
};
|
|
5976
|
+
/**
|
|
5977
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
5978
|
+
*/
|
|
5979
|
+
export type SyncReconcileResponseCertificateUnion2 = SyncReconcileResponseCertificateTLSSecretRef2 | SyncReconcileResponseCertificateManagedAcmImport2 | SyncReconcileResponseCertificateAwsAcmArn2 | SyncReconcileResponseCertificateManagedTLSSecret2 | SyncReconcileResponseCertificateNone2;
|
|
5980
|
+
export declare const SyncReconcileResponseModeCustom: {
|
|
5981
|
+
readonly Custom: "custom";
|
|
5982
|
+
};
|
|
5983
|
+
export type SyncReconcileResponseModeCustom = ClosedEnum<typeof SyncReconcileResponseModeCustom>;
|
|
5984
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4: {
|
|
5985
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
5986
|
+
};
|
|
5987
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4>;
|
|
5988
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainers4 = {
|
|
5989
|
+
/**
|
|
5990
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
5991
|
+
*/
|
|
5992
|
+
albName?: string | null | undefined;
|
|
5993
|
+
/**
|
|
5994
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
5995
|
+
*/
|
|
5996
|
+
albNamespace?: string | null | undefined;
|
|
5997
|
+
/**
|
|
5998
|
+
* Public or internal frontend exposure.
|
|
5999
|
+
*/
|
|
6000
|
+
frontend: string;
|
|
6001
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4;
|
|
6002
|
+
};
|
|
6003
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum4: {
|
|
6004
|
+
readonly GkeGateway: "gkeGateway";
|
|
6005
|
+
};
|
|
6006
|
+
export type SyncReconcileResponseProviderGkeGatewayEnum4 = ClosedEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum4>;
|
|
6007
|
+
export type SyncReconcileResponseProviderGkeGateway4 = {
|
|
6008
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum4;
|
|
6009
|
+
/**
|
|
6010
|
+
* Optional static address name for the Gateway frontend.
|
|
6011
|
+
*/
|
|
6012
|
+
staticAddressName?: string | null | undefined;
|
|
6013
|
+
};
|
|
6014
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum4: {
|
|
6015
|
+
readonly AwsAlb: "awsAlb";
|
|
6016
|
+
};
|
|
6017
|
+
export type SyncReconcileResponseProviderAwsAlbEnum4 = ClosedEnum<typeof SyncReconcileResponseProviderAwsAlbEnum4>;
|
|
6018
|
+
export type SyncReconcileResponseProviderAwsAlb4 = {
|
|
6019
|
+
/**
|
|
6020
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
6021
|
+
*/
|
|
6022
|
+
ipAddressType?: string | null | undefined;
|
|
6023
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum4;
|
|
6024
|
+
/**
|
|
6025
|
+
* Internet-facing or internal ALB scheme.
|
|
6026
|
+
*/
|
|
6027
|
+
scheme: string;
|
|
6028
|
+
/**
|
|
6029
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
6030
|
+
*/
|
|
6031
|
+
subnetIds?: Array<string> | undefined;
|
|
6032
|
+
/**
|
|
6033
|
+
* ALB target type, usually `ip`.
|
|
6034
|
+
*/
|
|
6035
|
+
targetType: string;
|
|
6036
|
+
};
|
|
6037
|
+
export type SyncReconcileResponseProviderUnion4 = SyncReconcileResponseProviderAwsAlb4 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers4 | SyncReconcileResponseProviderGkeGateway4 | any;
|
|
6038
|
+
/**
|
|
6039
|
+
* Shared Gateway API route profile values.
|
|
6040
|
+
*/
|
|
6041
|
+
export type SyncReconcileResponseRouteGateway2 = {
|
|
6042
|
+
/**
|
|
6043
|
+
* Annotations applied to route objects.
|
|
6044
|
+
*/
|
|
6045
|
+
annotations?: {
|
|
6046
|
+
[k: string]: string;
|
|
6047
|
+
} | undefined;
|
|
6048
|
+
/**
|
|
6049
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
6050
|
+
*/
|
|
6051
|
+
controller?: string | null | undefined;
|
|
6052
|
+
/**
|
|
6053
|
+
* GatewayClass selected for generated Gateways.
|
|
6054
|
+
*/
|
|
6055
|
+
gatewayClassName: string;
|
|
6056
|
+
/**
|
|
6057
|
+
* Labels applied to route objects.
|
|
6058
|
+
*/
|
|
6059
|
+
labels?: {
|
|
6060
|
+
[k: string]: string;
|
|
6061
|
+
} | undefined;
|
|
6062
|
+
/**
|
|
6063
|
+
* Listener port, usually 443.
|
|
6064
|
+
*/
|
|
6065
|
+
listenerPort: number;
|
|
6066
|
+
provider?: SyncReconcileResponseProviderAwsAlb4 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers4 | SyncReconcileResponseProviderGkeGateway4 | any | null | undefined;
|
|
6067
|
+
routeApi: "gateway";
|
|
6068
|
+
};
|
|
6069
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3: {
|
|
6070
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
6071
|
+
};
|
|
6072
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3>;
|
|
6073
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainers3 = {
|
|
6074
|
+
/**
|
|
6075
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
6076
|
+
*/
|
|
6077
|
+
albName?: string | null | undefined;
|
|
6078
|
+
/**
|
|
6079
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
6080
|
+
*/
|
|
6081
|
+
albNamespace?: string | null | undefined;
|
|
6082
|
+
/**
|
|
6083
|
+
* Public or internal frontend exposure.
|
|
6084
|
+
*/
|
|
6085
|
+
frontend: string;
|
|
6086
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3;
|
|
6087
|
+
};
|
|
6088
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum3: {
|
|
6089
|
+
readonly GkeGateway: "gkeGateway";
|
|
6090
|
+
};
|
|
6091
|
+
export type SyncReconcileResponseProviderGkeGatewayEnum3 = ClosedEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum3>;
|
|
6092
|
+
export type SyncReconcileResponseProviderGkeGateway3 = {
|
|
6093
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum3;
|
|
6094
|
+
/**
|
|
6095
|
+
* Optional static address name for the Gateway frontend.
|
|
6096
|
+
*/
|
|
6097
|
+
staticAddressName?: string | null | undefined;
|
|
6098
|
+
};
|
|
6099
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum3: {
|
|
6100
|
+
readonly AwsAlb: "awsAlb";
|
|
6101
|
+
};
|
|
6102
|
+
export type SyncReconcileResponseProviderAwsAlbEnum3 = ClosedEnum<typeof SyncReconcileResponseProviderAwsAlbEnum3>;
|
|
6103
|
+
export type SyncReconcileResponseProviderAwsAlb3 = {
|
|
6104
|
+
/**
|
|
6105
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
6106
|
+
*/
|
|
6107
|
+
ipAddressType?: string | null | undefined;
|
|
6108
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum3;
|
|
6109
|
+
/**
|
|
6110
|
+
* Internet-facing or internal ALB scheme.
|
|
6111
|
+
*/
|
|
6112
|
+
scheme: string;
|
|
6113
|
+
/**
|
|
6114
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
6115
|
+
*/
|
|
6116
|
+
subnetIds?: Array<string> | undefined;
|
|
6117
|
+
/**
|
|
6118
|
+
* ALB target type, usually `ip`.
|
|
6119
|
+
*/
|
|
6120
|
+
targetType: string;
|
|
6121
|
+
};
|
|
6122
|
+
export type SyncReconcileResponseProviderUnion3 = SyncReconcileResponseProviderAwsAlb3 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers3 | SyncReconcileResponseProviderGkeGateway3 | any;
|
|
6123
|
+
/**
|
|
6124
|
+
* Shared Ingress route profile values.
|
|
6125
|
+
*/
|
|
6126
|
+
export type SyncReconcileResponseRouteIngress2 = {
|
|
6127
|
+
/**
|
|
6128
|
+
* Annotations applied to route objects.
|
|
6129
|
+
*/
|
|
6130
|
+
annotations?: {
|
|
6131
|
+
[k: string]: string;
|
|
6132
|
+
} | undefined;
|
|
6133
|
+
/**
|
|
6134
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
6135
|
+
*/
|
|
6136
|
+
controller?: string | null | undefined;
|
|
6137
|
+
/**
|
|
6138
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
6139
|
+
*/
|
|
6140
|
+
ingressClassName: string;
|
|
6141
|
+
/**
|
|
6142
|
+
* Labels applied to route objects.
|
|
6143
|
+
*/
|
|
6144
|
+
labels?: {
|
|
6145
|
+
[k: string]: string;
|
|
6146
|
+
} | undefined;
|
|
6147
|
+
provider?: SyncReconcileResponseProviderAwsAlb3 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers3 | SyncReconcileResponseProviderGkeGateway3 | any | null | undefined;
|
|
6148
|
+
routeApi: "ingress";
|
|
6149
|
+
};
|
|
6150
|
+
/**
|
|
6151
|
+
* Kubernetes route API selected for public endpoints.
|
|
6152
|
+
*/
|
|
6153
|
+
export type SyncReconcileResponseRouteUnion2 = SyncReconcileResponseRouteIngress2 | SyncReconcileResponseRouteGateway2;
|
|
6154
|
+
export type SyncReconcileResponseExposureCustom = {
|
|
6155
|
+
/**
|
|
6156
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
6157
|
+
*/
|
|
6158
|
+
certificate: SyncReconcileResponseCertificateTLSSecretRef2 | SyncReconcileResponseCertificateManagedAcmImport2 | SyncReconcileResponseCertificateAwsAcmArn2 | SyncReconcileResponseCertificateManagedTLSSecret2 | SyncReconcileResponseCertificateNone2;
|
|
6159
|
+
/**
|
|
6160
|
+
* Hostname routed by the Kubernetes public endpoint.
|
|
6161
|
+
*/
|
|
6162
|
+
domain: string;
|
|
6163
|
+
mode: SyncReconcileResponseModeCustom;
|
|
6164
|
+
/**
|
|
6165
|
+
* Kubernetes route API selected for public endpoints.
|
|
6166
|
+
*/
|
|
6167
|
+
route: SyncReconcileResponseRouteIngress2 | SyncReconcileResponseRouteGateway2;
|
|
6168
|
+
};
|
|
6169
|
+
export type SyncReconcileResponseCertificateNone1 = {
|
|
6170
|
+
mode: "none";
|
|
6171
|
+
};
|
|
6172
|
+
export type SyncReconcileResponseCertificateManagedTLSSecret1 = {
|
|
6173
|
+
mode: "managedTlsSecret";
|
|
6174
|
+
/**
|
|
6175
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
6176
|
+
*/
|
|
6177
|
+
secretNameTemplate: string;
|
|
6178
|
+
};
|
|
6179
|
+
export type SyncReconcileResponseCertificateAwsAcmArn1 = {
|
|
6180
|
+
/**
|
|
6181
|
+
* Existing ACM certificate ARN.
|
|
6182
|
+
*/
|
|
6183
|
+
certificateArn: string;
|
|
6184
|
+
mode: "awsAcmArn";
|
|
6185
|
+
};
|
|
6186
|
+
export type SyncReconcileResponseCertificateManagedAcmImport1 = {
|
|
6187
|
+
mode: "managedAcmImport";
|
|
6188
|
+
/**
|
|
6189
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
6190
|
+
*/
|
|
6191
|
+
region?: string | null | undefined;
|
|
6192
|
+
/**
|
|
6193
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
6194
|
+
*/
|
|
6195
|
+
tags?: {
|
|
6196
|
+
[k: string]: string;
|
|
6197
|
+
} | undefined;
|
|
6198
|
+
};
|
|
6199
|
+
/**
|
|
6200
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
6201
|
+
*/
|
|
6202
|
+
export type SyncReconcileResponseCertificateTLSSecretRef1 = {
|
|
6203
|
+
/**
|
|
6204
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
6205
|
+
*/
|
|
6206
|
+
namespace?: string | null | undefined;
|
|
6207
|
+
/**
|
|
6208
|
+
* Secret name.
|
|
6209
|
+
*/
|
|
6210
|
+
secretName: string;
|
|
6211
|
+
mode: "tlsSecretRef";
|
|
6212
|
+
};
|
|
6213
|
+
/**
|
|
6214
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
6215
|
+
*/
|
|
6216
|
+
export type SyncReconcileResponseCertificateUnion1 = SyncReconcileResponseCertificateTLSSecretRef1 | SyncReconcileResponseCertificateManagedAcmImport1 | SyncReconcileResponseCertificateAwsAcmArn1 | SyncReconcileResponseCertificateManagedTLSSecret1 | SyncReconcileResponseCertificateNone1;
|
|
6217
|
+
export declare const SyncReconcileResponseModeGenerated: {
|
|
6218
|
+
readonly Generated: "generated";
|
|
6219
|
+
};
|
|
6220
|
+
export type SyncReconcileResponseModeGenerated = ClosedEnum<typeof SyncReconcileResponseModeGenerated>;
|
|
6221
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2: {
|
|
6222
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
6223
|
+
};
|
|
6224
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2>;
|
|
6225
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainers2 = {
|
|
6226
|
+
/**
|
|
6227
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
6228
|
+
*/
|
|
6229
|
+
albName?: string | null | undefined;
|
|
6230
|
+
/**
|
|
6231
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
6232
|
+
*/
|
|
6233
|
+
albNamespace?: string | null | undefined;
|
|
6234
|
+
/**
|
|
6235
|
+
* Public or internal frontend exposure.
|
|
6236
|
+
*/
|
|
6237
|
+
frontend: string;
|
|
6238
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2;
|
|
6239
|
+
};
|
|
6240
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum2: {
|
|
6241
|
+
readonly GkeGateway: "gkeGateway";
|
|
6242
|
+
};
|
|
6243
|
+
export type SyncReconcileResponseProviderGkeGatewayEnum2 = ClosedEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum2>;
|
|
6244
|
+
export type SyncReconcileResponseProviderGkeGateway2 = {
|
|
6245
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum2;
|
|
6246
|
+
/**
|
|
6247
|
+
* Optional static address name for the Gateway frontend.
|
|
6248
|
+
*/
|
|
6249
|
+
staticAddressName?: string | null | undefined;
|
|
6250
|
+
};
|
|
6251
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum2: {
|
|
6252
|
+
readonly AwsAlb: "awsAlb";
|
|
6253
|
+
};
|
|
6254
|
+
export type SyncReconcileResponseProviderAwsAlbEnum2 = ClosedEnum<typeof SyncReconcileResponseProviderAwsAlbEnum2>;
|
|
6255
|
+
export type SyncReconcileResponseProviderAwsAlb2 = {
|
|
6256
|
+
/**
|
|
6257
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
6258
|
+
*/
|
|
6259
|
+
ipAddressType?: string | null | undefined;
|
|
6260
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum2;
|
|
6261
|
+
/**
|
|
6262
|
+
* Internet-facing or internal ALB scheme.
|
|
6263
|
+
*/
|
|
6264
|
+
scheme: string;
|
|
6265
|
+
/**
|
|
6266
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
6267
|
+
*/
|
|
6268
|
+
subnetIds?: Array<string> | undefined;
|
|
6269
|
+
/**
|
|
6270
|
+
* ALB target type, usually `ip`.
|
|
6271
|
+
*/
|
|
6272
|
+
targetType: string;
|
|
6273
|
+
};
|
|
6274
|
+
export type SyncReconcileResponseProviderUnion2 = SyncReconcileResponseProviderAwsAlb2 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers2 | SyncReconcileResponseProviderGkeGateway2 | any;
|
|
6275
|
+
/**
|
|
6276
|
+
* Shared Gateway API route profile values.
|
|
6277
|
+
*/
|
|
6278
|
+
export type SyncReconcileResponseRouteGateway1 = {
|
|
6279
|
+
/**
|
|
6280
|
+
* Annotations applied to route objects.
|
|
6281
|
+
*/
|
|
6282
|
+
annotations?: {
|
|
6283
|
+
[k: string]: string;
|
|
6284
|
+
} | undefined;
|
|
6285
|
+
/**
|
|
6286
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
6287
|
+
*/
|
|
6288
|
+
controller?: string | null | undefined;
|
|
6289
|
+
/**
|
|
6290
|
+
* GatewayClass selected for generated Gateways.
|
|
6291
|
+
*/
|
|
6292
|
+
gatewayClassName: string;
|
|
6293
|
+
/**
|
|
6294
|
+
* Labels applied to route objects.
|
|
6295
|
+
*/
|
|
6296
|
+
labels?: {
|
|
6297
|
+
[k: string]: string;
|
|
6298
|
+
} | undefined;
|
|
6299
|
+
/**
|
|
6300
|
+
* Listener port, usually 443.
|
|
6301
|
+
*/
|
|
6302
|
+
listenerPort: number;
|
|
6303
|
+
provider?: SyncReconcileResponseProviderAwsAlb2 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers2 | SyncReconcileResponseProviderGkeGateway2 | any | null | undefined;
|
|
6304
|
+
routeApi: "gateway";
|
|
6305
|
+
};
|
|
6306
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1: {
|
|
6307
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
6308
|
+
};
|
|
6309
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1>;
|
|
6310
|
+
export type SyncReconcileResponseProviderAzureApplicationGatewayForContainers1 = {
|
|
6311
|
+
/**
|
|
6312
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
6313
|
+
*/
|
|
6314
|
+
albName?: string | null | undefined;
|
|
6315
|
+
/**
|
|
6316
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
6317
|
+
*/
|
|
6318
|
+
albNamespace?: string | null | undefined;
|
|
6319
|
+
/**
|
|
6320
|
+
* Public or internal frontend exposure.
|
|
6321
|
+
*/
|
|
6322
|
+
frontend: string;
|
|
6323
|
+
provider: SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1;
|
|
6324
|
+
};
|
|
6325
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum1: {
|
|
6326
|
+
readonly GkeGateway: "gkeGateway";
|
|
6327
|
+
};
|
|
6328
|
+
export type SyncReconcileResponseProviderGkeGatewayEnum1 = ClosedEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum1>;
|
|
6329
|
+
export type SyncReconcileResponseProviderGkeGateway1 = {
|
|
6330
|
+
provider: SyncReconcileResponseProviderGkeGatewayEnum1;
|
|
6331
|
+
/**
|
|
6332
|
+
* Optional static address name for the Gateway frontend.
|
|
6333
|
+
*/
|
|
6334
|
+
staticAddressName?: string | null | undefined;
|
|
6335
|
+
};
|
|
6336
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum1: {
|
|
6337
|
+
readonly AwsAlb: "awsAlb";
|
|
6338
|
+
};
|
|
6339
|
+
export type SyncReconcileResponseProviderAwsAlbEnum1 = ClosedEnum<typeof SyncReconcileResponseProviderAwsAlbEnum1>;
|
|
6340
|
+
export type SyncReconcileResponseProviderAwsAlb1 = {
|
|
6341
|
+
/**
|
|
6342
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
6343
|
+
*/
|
|
6344
|
+
ipAddressType?: string | null | undefined;
|
|
6345
|
+
provider: SyncReconcileResponseProviderAwsAlbEnum1;
|
|
6346
|
+
/**
|
|
6347
|
+
* Internet-facing or internal ALB scheme.
|
|
6348
|
+
*/
|
|
6349
|
+
scheme: string;
|
|
6350
|
+
/**
|
|
6351
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
6352
|
+
*/
|
|
6353
|
+
subnetIds?: Array<string> | undefined;
|
|
6354
|
+
/**
|
|
6355
|
+
* ALB target type, usually `ip`.
|
|
6356
|
+
*/
|
|
6357
|
+
targetType: string;
|
|
6358
|
+
};
|
|
6359
|
+
export type SyncReconcileResponseProviderUnion1 = SyncReconcileResponseProviderAwsAlb1 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers1 | SyncReconcileResponseProviderGkeGateway1 | any;
|
|
6360
|
+
/**
|
|
6361
|
+
* Shared Ingress route profile values.
|
|
6362
|
+
*/
|
|
6363
|
+
export type SyncReconcileResponseRouteIngress1 = {
|
|
6364
|
+
/**
|
|
6365
|
+
* Annotations applied to route objects.
|
|
6366
|
+
*/
|
|
6367
|
+
annotations?: {
|
|
6368
|
+
[k: string]: string;
|
|
6369
|
+
} | undefined;
|
|
6370
|
+
/**
|
|
6371
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
6372
|
+
*/
|
|
6373
|
+
controller?: string | null | undefined;
|
|
6374
|
+
/**
|
|
6375
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
6376
|
+
*/
|
|
6377
|
+
ingressClassName: string;
|
|
6378
|
+
/**
|
|
6379
|
+
* Labels applied to route objects.
|
|
6380
|
+
*/
|
|
6381
|
+
labels?: {
|
|
6382
|
+
[k: string]: string;
|
|
6383
|
+
} | undefined;
|
|
6384
|
+
provider?: SyncReconcileResponseProviderAwsAlb1 | SyncReconcileResponseProviderAzureApplicationGatewayForContainers1 | SyncReconcileResponseProviderGkeGateway1 | any | null | undefined;
|
|
6385
|
+
routeApi: "ingress";
|
|
6386
|
+
};
|
|
6387
|
+
/**
|
|
6388
|
+
* Kubernetes route API selected for public endpoints.
|
|
6389
|
+
*/
|
|
6390
|
+
export type SyncReconcileResponseRouteUnion1 = SyncReconcileResponseRouteIngress1 | SyncReconcileResponseRouteGateway1;
|
|
6391
|
+
export type SyncReconcileResponseExposureGenerated = {
|
|
6392
|
+
/**
|
|
6393
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
6394
|
+
*/
|
|
6395
|
+
certificate: SyncReconcileResponseCertificateTLSSecretRef1 | SyncReconcileResponseCertificateManagedAcmImport1 | SyncReconcileResponseCertificateAwsAcmArn1 | SyncReconcileResponseCertificateManagedTLSSecret1 | SyncReconcileResponseCertificateNone1;
|
|
6396
|
+
mode: SyncReconcileResponseModeGenerated;
|
|
6397
|
+
/**
|
|
6398
|
+
* Kubernetes route API selected for public endpoints.
|
|
6399
|
+
*/
|
|
6400
|
+
route: SyncReconcileResponseRouteIngress1 | SyncReconcileResponseRouteGateway1;
|
|
6401
|
+
};
|
|
6402
|
+
export declare const SyncReconcileResponseModeDisabled: {
|
|
6403
|
+
readonly Disabled: "disabled";
|
|
6404
|
+
};
|
|
6405
|
+
export type SyncReconcileResponseModeDisabled = ClosedEnum<typeof SyncReconcileResponseModeDisabled>;
|
|
6406
|
+
export type SyncReconcileResponseExposureDisabled = {
|
|
6407
|
+
mode: SyncReconcileResponseModeDisabled;
|
|
6408
|
+
};
|
|
6409
|
+
export type SyncReconcileResponseExposureUnion = SyncReconcileResponseExposureCustom | SyncReconcileResponseExposureGenerated | SyncReconcileResponseExposureDisabled | any;
|
|
6410
|
+
/**
|
|
6411
|
+
* Kubernetes runtime substrate configuration.
|
|
6412
|
+
*
|
|
6413
|
+
* @remarks
|
|
6414
|
+
*
|
|
6415
|
+
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
6416
|
+
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
6417
|
+
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
6418
|
+
* cluster.
|
|
6419
|
+
*/
|
|
6420
|
+
export type SyncReconcileResponseKubernetes = {
|
|
6421
|
+
cluster?: SyncReconcileResponseCluster | any | null | undefined;
|
|
6422
|
+
exposure?: SyncReconcileResponseExposureCustom | SyncReconcileResponseExposureGenerated | SyncReconcileResponseExposureDisabled | any | null | undefined;
|
|
6423
|
+
};
|
|
6424
|
+
export type SyncReconcileResponseKubernetesUnion = SyncReconcileResponseKubernetes | any;
|
|
4890
6425
|
export declare const SyncReconcileResponseTypeByoVnetAzure: {
|
|
4891
6426
|
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
4892
6427
|
};
|
|
@@ -5015,10 +6550,20 @@ export type SyncReconcileResponseStackSettings = {
|
|
|
5015
6550
|
*/
|
|
5016
6551
|
deploymentModel?: SyncReconcileResponseDeploymentModel | undefined;
|
|
5017
6552
|
domains?: SyncReconcileResponseDomains | any | null | undefined;
|
|
6553
|
+
/**
|
|
6554
|
+
* External bindings for pre-existing infrastructure.
|
|
6555
|
+
*
|
|
6556
|
+
* @remarks
|
|
6557
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
6558
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
6559
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
6560
|
+
*/
|
|
6561
|
+
externalBindings?: SyncReconcileResponseStackSettingsExternalBindings | null | undefined;
|
|
5018
6562
|
/**
|
|
5019
6563
|
* How heartbeat health checks are handled.
|
|
5020
6564
|
*/
|
|
5021
6565
|
heartbeats?: SyncReconcileResponseHeartbeats | undefined;
|
|
6566
|
+
kubernetes?: SyncReconcileResponseKubernetes | any | null | undefined;
|
|
5022
6567
|
network?: SyncReconcileResponseNetworkByoVpcAws | SyncReconcileResponseNetworkByoVpcGcp | SyncReconcileResponseNetworkByoVnetAzure | SyncReconcileResponseNetworkUseDefault | SyncReconcileResponseNetworkCreate | any | null | undefined;
|
|
5023
6568
|
/**
|
|
5024
6569
|
* How telemetry (logs, metrics, traces) is handled.
|
|
@@ -5045,9 +6590,28 @@ export type TargetConfig = {
|
|
|
5045
6590
|
* When true, skips the frozen resources compatibility check.
|
|
5046
6591
|
* This requires running with elevated cloud credentials.
|
|
5047
6592
|
*/
|
|
5048
|
-
allowFrozenChanges?: boolean | undefined;
|
|
5049
|
-
|
|
5050
|
-
computeBackend?: SyncReconcileResponseComputeBackendHorizon | any | null | undefined;
|
|
6593
|
+
allowFrozenChanges?: boolean | undefined;
|
|
6594
|
+
basePlatform?: SyncReconcileResponseBasePlatformEnum | any | null | undefined;
|
|
6595
|
+
computeBackend?: SyncReconcileResponseComputeBackendHorizon | any | null | undefined;
|
|
6596
|
+
/**
|
|
6597
|
+
* Human-readable deployment name for cloud console metadata.
|
|
6598
|
+
*
|
|
6599
|
+
* @remarks
|
|
6600
|
+
*
|
|
6601
|
+
* This is separate from the physical resource prefix in StackState. It is
|
|
6602
|
+
* used only for display text such as IAM role descriptions, service
|
|
6603
|
+
* account descriptions, and custom role titles.
|
|
6604
|
+
*/
|
|
6605
|
+
deploymentName?: string | null | undefined;
|
|
6606
|
+
/**
|
|
6607
|
+
* Deployment token for pull authentication with the manager's registry.
|
|
6608
|
+
*
|
|
6609
|
+
* @remarks
|
|
6610
|
+
*
|
|
6611
|
+
* Used by controllers to configure registry credentials so cloud platforms
|
|
6612
|
+
* and K8s can pull images from the manager's `/v2/` endpoint.
|
|
6613
|
+
*/
|
|
6614
|
+
deploymentToken?: string | null | undefined;
|
|
5051
6615
|
domainMetadata?: SyncReconcileResponseDomainMetadata | any | null | undefined;
|
|
5052
6616
|
/**
|
|
5053
6617
|
* Snapshot of environment variables at a point in time
|
|
@@ -5061,24 +6625,50 @@ export type TargetConfig = {
|
|
|
5061
6625
|
* Validated at runtime: binding type must match resource type.
|
|
5062
6626
|
*/
|
|
5063
6627
|
externalBindings?: {
|
|
5064
|
-
[k: string]: SyncReconcileResponseExternalBindingsS3 | SyncReconcileResponseExternalBindingsBlob | SyncReconcileResponseExternalBindingsGcs | SyncReconcileResponseExternalBindingsLocalStorage | SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus | SyncReconcileResponseExternalBindingsDynamodb | SyncReconcileResponseExternalBindingsFirestore | SyncReconcileResponseExternalBindingsTablestorage | SyncReconcileResponseExternalBindingsRedis | SyncReconcileResponseExternalBindingsLocalKv | SyncReconcileResponseExternalBindingsEcr | SyncReconcileResponseExternalBindingsAcr | SyncReconcileResponseExternalBindingsGar | SyncReconcileResponseExternalBindingsLocal | SyncReconcileResponseExternalBindingsParameterStore | SyncReconcileResponseExternalBindingsSecretManager | SyncReconcileResponseExternalBindingsKeyVault | SyncReconcileResponseExternalBindingsKubernetesSecret | SyncReconcileResponseExternalBindingsLocalVault;
|
|
6628
|
+
[k: string]: SyncReconcileResponseExternalBindingsContainerAppsEnvironment | SyncReconcileResponseExternalBindingsS3 | SyncReconcileResponseExternalBindingsBlob | SyncReconcileResponseExternalBindingsGcs | SyncReconcileResponseExternalBindingsLocalStorage | SyncReconcileResponseExternalBindingsSqs | SyncReconcileResponseExternalBindingsPubsub | SyncReconcileResponseExternalBindingsServicebus | SyncReconcileResponseExternalBindingsLocalQueue | SyncReconcileResponseExternalBindingsDynamodb | SyncReconcileResponseExternalBindingsFirestore | SyncReconcileResponseExternalBindingsTablestorage | SyncReconcileResponseExternalBindingsRedis | SyncReconcileResponseExternalBindingsLocalKv | SyncReconcileResponseExternalBindingsEcr | SyncReconcileResponseExternalBindingsAcr | SyncReconcileResponseExternalBindingsGar | SyncReconcileResponseExternalBindingsLocal | SyncReconcileResponseExternalBindingsParameterStore | SyncReconcileResponseExternalBindingsSecretManager | SyncReconcileResponseExternalBindingsKeyVault | SyncReconcileResponseExternalBindingsKubernetesSecret | SyncReconcileResponseExternalBindingsLocalVault;
|
|
5065
6629
|
} | undefined;
|
|
5066
|
-
imagePullCredentials?: SyncReconcileResponseImagePullCredentials | any | null | undefined;
|
|
5067
6630
|
managementConfig?: SyncReconcileResponseManagementConfigAzure | SyncReconcileResponseManagementConfigAws | SyncReconcileResponseManagementConfigGcp | SyncReconcileResponseManagementConfigKubernetes | any | null | undefined;
|
|
6631
|
+
/**
|
|
6632
|
+
* Manager base URL (e.g., "https://manager.alien.dev").
|
|
6633
|
+
*
|
|
6634
|
+
* @remarks
|
|
6635
|
+
*
|
|
6636
|
+
* The manager IS the container registry — its `/v2/` endpoint serves as
|
|
6637
|
+
* the OCI Distribution API. Controllers derive the proxy host from this
|
|
6638
|
+
* to configure pull auth (RegistryCredentials, imagePullSecrets).
|
|
6639
|
+
*
|
|
6640
|
+
* When None (e.g., `alien dev`), controllers use image URIs as-is.
|
|
6641
|
+
*/
|
|
6642
|
+
managerUrl?: string | null | undefined;
|
|
5068
6643
|
monitoring?: SyncReconcileResponseMonitoring | any | null | undefined;
|
|
5069
6644
|
/**
|
|
5070
|
-
*
|
|
6645
|
+
* Native image registry host+prefix for platforms that require it.
|
|
5071
6646
|
*
|
|
5072
6647
|
* @remarks
|
|
5073
6648
|
*
|
|
5074
|
-
*
|
|
5075
|
-
*
|
|
5076
|
-
*
|
|
6649
|
+
* Lambda (ECR) and Cloud Run (GAR) require native registry URIs. Other
|
|
6650
|
+
* runtimes, including Azure Container Apps, pull through the manager's
|
|
6651
|
+
* registry proxy.
|
|
6652
|
+
*
|
|
6653
|
+
* Derived by the manager from the artifact registry binding:
|
|
6654
|
+
* - ECR: `{account_id}.dkr.ecr.{region}.amazonaws.com/{repository_prefix}`
|
|
6655
|
+
* - GAR: `{region}-docker.pkg.dev/{project_id}/{repository_name}`
|
|
6656
|
+
*/
|
|
6657
|
+
nativeImageHost?: string | null | undefined;
|
|
6658
|
+
/**
|
|
6659
|
+
* Public URLs for exposed resources (optional override).
|
|
6660
|
+
*
|
|
6661
|
+
* @remarks
|
|
6662
|
+
*
|
|
6663
|
+
* Use this only when a caller already knows the public URL. Managed public
|
|
6664
|
+
* endpoint flows should prefer `domain_metadata` plus controller-reported
|
|
6665
|
+
* load balancer outputs so DNS, certificate renewal, and route readiness
|
|
6666
|
+
* stay tied to the resource state.
|
|
5077
6667
|
*
|
|
5078
6668
|
* If not set, platforms determine public URLs from other sources:
|
|
5079
|
-
* -
|
|
5080
|
-
* - Local: http://localhost:{allocated_port}
|
|
5081
|
-
* -
|
|
6669
|
+
* - Managed DNS/TLS flows: `domain_metadata` FQDN or load balancer DNS
|
|
6670
|
+
* - Local: `http://localhost:{allocated_port}`
|
|
6671
|
+
* - Custom or disabled exposure: no public URL unless a controller reports one
|
|
5082
6672
|
*
|
|
5083
6673
|
* Key: resource ID, Value: public URL (e.g., "https://api.acme.com")
|
|
5084
6674
|
*/
|
|
@@ -5150,6 +6740,17 @@ export type OverrideReleaseInfoAwBinding = {
|
|
|
5150
6740
|
*/
|
|
5151
6741
|
stack?: OverrideReleaseInfoAwStack | undefined;
|
|
5152
6742
|
};
|
|
6743
|
+
/**
|
|
6744
|
+
* IAM effect. Defaults to Allow.
|
|
6745
|
+
*/
|
|
6746
|
+
export declare const OverrideReleaseInfoEffect: {
|
|
6747
|
+
readonly Allow: "Allow";
|
|
6748
|
+
readonly Deny: "Deny";
|
|
6749
|
+
};
|
|
6750
|
+
/**
|
|
6751
|
+
* IAM effect. Defaults to Allow.
|
|
6752
|
+
*/
|
|
6753
|
+
export type OverrideReleaseInfoEffect = ClosedEnum<typeof OverrideReleaseInfoEffect>;
|
|
5153
6754
|
/**
|
|
5154
6755
|
* Grant permissions for a specific cloud platform
|
|
5155
6756
|
*/
|
|
@@ -5163,9 +6764,17 @@ export type OverrideReleaseInfoAwGrant = {
|
|
|
5163
6764
|
*/
|
|
5164
6765
|
dataActions?: Array<string> | null | undefined;
|
|
5165
6766
|
/**
|
|
5166
|
-
* GCP permissions
|
|
6767
|
+
* GCP permissions that require an exact residual custom role.
|
|
5167
6768
|
*/
|
|
5168
6769
|
permissions?: Array<string> | null | undefined;
|
|
6770
|
+
/**
|
|
6771
|
+
* Provider predefined roles to bind directly.
|
|
6772
|
+
*/
|
|
6773
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
6774
|
+
/**
|
|
6775
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
6776
|
+
*/
|
|
6777
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5169
6778
|
};
|
|
5170
6779
|
/**
|
|
5171
6780
|
* AWS-specific platform permission configuration
|
|
@@ -5175,10 +6784,22 @@ export type OverrideReleaseInfoAw = {
|
|
|
5175
6784
|
* Generic binding configuration for permissions
|
|
5176
6785
|
*/
|
|
5177
6786
|
binding: OverrideReleaseInfoAwBinding;
|
|
6787
|
+
/**
|
|
6788
|
+
* Short admin-facing description of why this entry exists.
|
|
6789
|
+
*/
|
|
6790
|
+
description?: string | null | undefined;
|
|
6791
|
+
/**
|
|
6792
|
+
* IAM effect. Defaults to Allow.
|
|
6793
|
+
*/
|
|
6794
|
+
effect?: OverrideReleaseInfoEffect | undefined;
|
|
5178
6795
|
/**
|
|
5179
6796
|
* Grant permissions for a specific cloud platform
|
|
5180
6797
|
*/
|
|
5181
6798
|
grant: OverrideReleaseInfoAwGrant;
|
|
6799
|
+
/**
|
|
6800
|
+
* Stable admin-facing label for this permission entry.
|
|
6801
|
+
*/
|
|
6802
|
+
label?: string | null | undefined;
|
|
5182
6803
|
};
|
|
5183
6804
|
/**
|
|
5184
6805
|
* Azure-specific binding specification
|
|
@@ -5224,9 +6845,17 @@ export type OverrideReleaseInfoAzureGrant = {
|
|
|
5224
6845
|
*/
|
|
5225
6846
|
dataActions?: Array<string> | null | undefined;
|
|
5226
6847
|
/**
|
|
5227
|
-
* GCP permissions
|
|
6848
|
+
* GCP permissions that require an exact residual custom role.
|
|
5228
6849
|
*/
|
|
5229
6850
|
permissions?: Array<string> | null | undefined;
|
|
6851
|
+
/**
|
|
6852
|
+
* Provider predefined roles to bind directly.
|
|
6853
|
+
*/
|
|
6854
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
6855
|
+
/**
|
|
6856
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
6857
|
+
*/
|
|
6858
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5230
6859
|
};
|
|
5231
6860
|
/**
|
|
5232
6861
|
* Azure-specific platform permission configuration
|
|
@@ -5236,10 +6865,18 @@ export type OverrideReleaseInfoAzure = {
|
|
|
5236
6865
|
* Generic binding configuration for permissions
|
|
5237
6866
|
*/
|
|
5238
6867
|
binding: OverrideReleaseInfoAzureBinding;
|
|
6868
|
+
/**
|
|
6869
|
+
* Short admin-facing description of why this entry exists.
|
|
6870
|
+
*/
|
|
6871
|
+
description?: string | null | undefined;
|
|
5239
6872
|
/**
|
|
5240
6873
|
* Grant permissions for a specific cloud platform
|
|
5241
6874
|
*/
|
|
5242
6875
|
grant: OverrideReleaseInfoAzureGrant;
|
|
6876
|
+
/**
|
|
6877
|
+
* Stable admin-facing label for this permission entry.
|
|
6878
|
+
*/
|
|
6879
|
+
label?: string | null | undefined;
|
|
5243
6880
|
};
|
|
5244
6881
|
/**
|
|
5245
6882
|
* GCP IAM condition
|
|
@@ -5303,9 +6940,17 @@ export type OverrideReleaseInfoGcpGrant = {
|
|
|
5303
6940
|
*/
|
|
5304
6941
|
dataActions?: Array<string> | null | undefined;
|
|
5305
6942
|
/**
|
|
5306
|
-
* GCP permissions
|
|
6943
|
+
* GCP permissions that require an exact residual custom role.
|
|
5307
6944
|
*/
|
|
5308
6945
|
permissions?: Array<string> | null | undefined;
|
|
6946
|
+
/**
|
|
6947
|
+
* Provider predefined roles to bind directly.
|
|
6948
|
+
*/
|
|
6949
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
6950
|
+
/**
|
|
6951
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
6952
|
+
*/
|
|
6953
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5309
6954
|
};
|
|
5310
6955
|
/**
|
|
5311
6956
|
* GCP-specific platform permission configuration
|
|
@@ -5315,10 +6960,18 @@ export type OverrideReleaseInfoGcp = {
|
|
|
5315
6960
|
* Generic binding configuration for permissions
|
|
5316
6961
|
*/
|
|
5317
6962
|
binding: OverrideReleaseInfoGcpBinding;
|
|
6963
|
+
/**
|
|
6964
|
+
* Short admin-facing description of why this entry exists.
|
|
6965
|
+
*/
|
|
6966
|
+
description?: string | null | undefined;
|
|
5318
6967
|
/**
|
|
5319
6968
|
* Grant permissions for a specific cloud platform
|
|
5320
6969
|
*/
|
|
5321
6970
|
grant: OverrideReleaseInfoGcpGrant;
|
|
6971
|
+
/**
|
|
6972
|
+
* Stable admin-facing label for this permission entry.
|
|
6973
|
+
*/
|
|
6974
|
+
label?: string | null | undefined;
|
|
5322
6975
|
};
|
|
5323
6976
|
/**
|
|
5324
6977
|
* Platform-specific permission configurations
|
|
@@ -5416,6 +7069,17 @@ export type ExtendReleaseInfoAwBinding = {
|
|
|
5416
7069
|
*/
|
|
5417
7070
|
stack?: ExtendReleaseInfoAwStack | undefined;
|
|
5418
7071
|
};
|
|
7072
|
+
/**
|
|
7073
|
+
* IAM effect. Defaults to Allow.
|
|
7074
|
+
*/
|
|
7075
|
+
export declare const ExtendReleaseInfoEffect: {
|
|
7076
|
+
readonly Allow: "Allow";
|
|
7077
|
+
readonly Deny: "Deny";
|
|
7078
|
+
};
|
|
7079
|
+
/**
|
|
7080
|
+
* IAM effect. Defaults to Allow.
|
|
7081
|
+
*/
|
|
7082
|
+
export type ExtendReleaseInfoEffect = ClosedEnum<typeof ExtendReleaseInfoEffect>;
|
|
5419
7083
|
/**
|
|
5420
7084
|
* Grant permissions for a specific cloud platform
|
|
5421
7085
|
*/
|
|
@@ -5429,9 +7093,17 @@ export type ExtendReleaseInfoAwGrant = {
|
|
|
5429
7093
|
*/
|
|
5430
7094
|
dataActions?: Array<string> | null | undefined;
|
|
5431
7095
|
/**
|
|
5432
|
-
* GCP permissions
|
|
7096
|
+
* GCP permissions that require an exact residual custom role.
|
|
5433
7097
|
*/
|
|
5434
7098
|
permissions?: Array<string> | null | undefined;
|
|
7099
|
+
/**
|
|
7100
|
+
* Provider predefined roles to bind directly.
|
|
7101
|
+
*/
|
|
7102
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7103
|
+
/**
|
|
7104
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7105
|
+
*/
|
|
7106
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5435
7107
|
};
|
|
5436
7108
|
/**
|
|
5437
7109
|
* AWS-specific platform permission configuration
|
|
@@ -5441,10 +7113,22 @@ export type ExtendReleaseInfoAw = {
|
|
|
5441
7113
|
* Generic binding configuration for permissions
|
|
5442
7114
|
*/
|
|
5443
7115
|
binding: ExtendReleaseInfoAwBinding;
|
|
7116
|
+
/**
|
|
7117
|
+
* Short admin-facing description of why this entry exists.
|
|
7118
|
+
*/
|
|
7119
|
+
description?: string | null | undefined;
|
|
7120
|
+
/**
|
|
7121
|
+
* IAM effect. Defaults to Allow.
|
|
7122
|
+
*/
|
|
7123
|
+
effect?: ExtendReleaseInfoEffect | undefined;
|
|
5444
7124
|
/**
|
|
5445
7125
|
* Grant permissions for a specific cloud platform
|
|
5446
7126
|
*/
|
|
5447
7127
|
grant: ExtendReleaseInfoAwGrant;
|
|
7128
|
+
/**
|
|
7129
|
+
* Stable admin-facing label for this permission entry.
|
|
7130
|
+
*/
|
|
7131
|
+
label?: string | null | undefined;
|
|
5448
7132
|
};
|
|
5449
7133
|
/**
|
|
5450
7134
|
* Azure-specific binding specification
|
|
@@ -5490,9 +7174,17 @@ export type ExtendReleaseInfoAzureGrant = {
|
|
|
5490
7174
|
*/
|
|
5491
7175
|
dataActions?: Array<string> | null | undefined;
|
|
5492
7176
|
/**
|
|
5493
|
-
* GCP permissions
|
|
7177
|
+
* GCP permissions that require an exact residual custom role.
|
|
5494
7178
|
*/
|
|
5495
7179
|
permissions?: Array<string> | null | undefined;
|
|
7180
|
+
/**
|
|
7181
|
+
* Provider predefined roles to bind directly.
|
|
7182
|
+
*/
|
|
7183
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7184
|
+
/**
|
|
7185
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7186
|
+
*/
|
|
7187
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5496
7188
|
};
|
|
5497
7189
|
/**
|
|
5498
7190
|
* Azure-specific platform permission configuration
|
|
@@ -5502,10 +7194,18 @@ export type ExtendReleaseInfoAzure = {
|
|
|
5502
7194
|
* Generic binding configuration for permissions
|
|
5503
7195
|
*/
|
|
5504
7196
|
binding: ExtendReleaseInfoAzureBinding;
|
|
7197
|
+
/**
|
|
7198
|
+
* Short admin-facing description of why this entry exists.
|
|
7199
|
+
*/
|
|
7200
|
+
description?: string | null | undefined;
|
|
5505
7201
|
/**
|
|
5506
7202
|
* Grant permissions for a specific cloud platform
|
|
5507
7203
|
*/
|
|
5508
7204
|
grant: ExtendReleaseInfoAzureGrant;
|
|
7205
|
+
/**
|
|
7206
|
+
* Stable admin-facing label for this permission entry.
|
|
7207
|
+
*/
|
|
7208
|
+
label?: string | null | undefined;
|
|
5509
7209
|
};
|
|
5510
7210
|
/**
|
|
5511
7211
|
* GCP IAM condition
|
|
@@ -5569,9 +7269,17 @@ export type ExtendReleaseInfoGcpGrant = {
|
|
|
5569
7269
|
*/
|
|
5570
7270
|
dataActions?: Array<string> | null | undefined;
|
|
5571
7271
|
/**
|
|
5572
|
-
* GCP permissions
|
|
7272
|
+
* GCP permissions that require an exact residual custom role.
|
|
5573
7273
|
*/
|
|
5574
7274
|
permissions?: Array<string> | null | undefined;
|
|
7275
|
+
/**
|
|
7276
|
+
* Provider predefined roles to bind directly.
|
|
7277
|
+
*/
|
|
7278
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7279
|
+
/**
|
|
7280
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7281
|
+
*/
|
|
7282
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5575
7283
|
};
|
|
5576
7284
|
/**
|
|
5577
7285
|
* GCP-specific platform permission configuration
|
|
@@ -5581,10 +7289,18 @@ export type ExtendReleaseInfoGcp = {
|
|
|
5581
7289
|
* Generic binding configuration for permissions
|
|
5582
7290
|
*/
|
|
5583
7291
|
binding: ExtendReleaseInfoGcpBinding;
|
|
7292
|
+
/**
|
|
7293
|
+
* Short admin-facing description of why this entry exists.
|
|
7294
|
+
*/
|
|
7295
|
+
description?: string | null | undefined;
|
|
5584
7296
|
/**
|
|
5585
7297
|
* Grant permissions for a specific cloud platform
|
|
5586
7298
|
*/
|
|
5587
7299
|
grant: ExtendReleaseInfoGcpGrant;
|
|
7300
|
+
/**
|
|
7301
|
+
* Stable admin-facing label for this permission entry.
|
|
7302
|
+
*/
|
|
7303
|
+
label?: string | null | undefined;
|
|
5588
7304
|
};
|
|
5589
7305
|
/**
|
|
5590
7306
|
* Platform-specific permission configurations
|
|
@@ -5686,6 +7402,17 @@ export type ProfileReleaseInfoAwBinding = {
|
|
|
5686
7402
|
*/
|
|
5687
7403
|
stack?: ProfileReleaseInfoAwStack | undefined;
|
|
5688
7404
|
};
|
|
7405
|
+
/**
|
|
7406
|
+
* IAM effect. Defaults to Allow.
|
|
7407
|
+
*/
|
|
7408
|
+
export declare const ProfileReleaseInfoEffect: {
|
|
7409
|
+
readonly Allow: "Allow";
|
|
7410
|
+
readonly Deny: "Deny";
|
|
7411
|
+
};
|
|
7412
|
+
/**
|
|
7413
|
+
* IAM effect. Defaults to Allow.
|
|
7414
|
+
*/
|
|
7415
|
+
export type ProfileReleaseInfoEffect = ClosedEnum<typeof ProfileReleaseInfoEffect>;
|
|
5689
7416
|
/**
|
|
5690
7417
|
* Grant permissions for a specific cloud platform
|
|
5691
7418
|
*/
|
|
@@ -5699,9 +7426,17 @@ export type ProfileReleaseInfoAwGrant = {
|
|
|
5699
7426
|
*/
|
|
5700
7427
|
dataActions?: Array<string> | null | undefined;
|
|
5701
7428
|
/**
|
|
5702
|
-
* GCP permissions
|
|
7429
|
+
* GCP permissions that require an exact residual custom role.
|
|
5703
7430
|
*/
|
|
5704
7431
|
permissions?: Array<string> | null | undefined;
|
|
7432
|
+
/**
|
|
7433
|
+
* Provider predefined roles to bind directly.
|
|
7434
|
+
*/
|
|
7435
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7436
|
+
/**
|
|
7437
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7438
|
+
*/
|
|
7439
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5705
7440
|
};
|
|
5706
7441
|
/**
|
|
5707
7442
|
* AWS-specific platform permission configuration
|
|
@@ -5711,10 +7446,22 @@ export type ProfileReleaseInfoAw = {
|
|
|
5711
7446
|
* Generic binding configuration for permissions
|
|
5712
7447
|
*/
|
|
5713
7448
|
binding: ProfileReleaseInfoAwBinding;
|
|
7449
|
+
/**
|
|
7450
|
+
* Short admin-facing description of why this entry exists.
|
|
7451
|
+
*/
|
|
7452
|
+
description?: string | null | undefined;
|
|
7453
|
+
/**
|
|
7454
|
+
* IAM effect. Defaults to Allow.
|
|
7455
|
+
*/
|
|
7456
|
+
effect?: ProfileReleaseInfoEffect | undefined;
|
|
5714
7457
|
/**
|
|
5715
7458
|
* Grant permissions for a specific cloud platform
|
|
5716
7459
|
*/
|
|
5717
7460
|
grant: ProfileReleaseInfoAwGrant;
|
|
7461
|
+
/**
|
|
7462
|
+
* Stable admin-facing label for this permission entry.
|
|
7463
|
+
*/
|
|
7464
|
+
label?: string | null | undefined;
|
|
5718
7465
|
};
|
|
5719
7466
|
/**
|
|
5720
7467
|
* Azure-specific binding specification
|
|
@@ -5760,9 +7507,17 @@ export type ProfileReleaseInfoAzureGrant = {
|
|
|
5760
7507
|
*/
|
|
5761
7508
|
dataActions?: Array<string> | null | undefined;
|
|
5762
7509
|
/**
|
|
5763
|
-
* GCP permissions
|
|
7510
|
+
* GCP permissions that require an exact residual custom role.
|
|
5764
7511
|
*/
|
|
5765
7512
|
permissions?: Array<string> | null | undefined;
|
|
7513
|
+
/**
|
|
7514
|
+
* Provider predefined roles to bind directly.
|
|
7515
|
+
*/
|
|
7516
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7517
|
+
/**
|
|
7518
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7519
|
+
*/
|
|
7520
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5766
7521
|
};
|
|
5767
7522
|
/**
|
|
5768
7523
|
* Azure-specific platform permission configuration
|
|
@@ -5772,10 +7527,18 @@ export type ProfileReleaseInfoAzure = {
|
|
|
5772
7527
|
* Generic binding configuration for permissions
|
|
5773
7528
|
*/
|
|
5774
7529
|
binding: ProfileReleaseInfoAzureBinding;
|
|
7530
|
+
/**
|
|
7531
|
+
* Short admin-facing description of why this entry exists.
|
|
7532
|
+
*/
|
|
7533
|
+
description?: string | null | undefined;
|
|
5775
7534
|
/**
|
|
5776
7535
|
* Grant permissions for a specific cloud platform
|
|
5777
7536
|
*/
|
|
5778
7537
|
grant: ProfileReleaseInfoAzureGrant;
|
|
7538
|
+
/**
|
|
7539
|
+
* Stable admin-facing label for this permission entry.
|
|
7540
|
+
*/
|
|
7541
|
+
label?: string | null | undefined;
|
|
5779
7542
|
};
|
|
5780
7543
|
/**
|
|
5781
7544
|
* GCP IAM condition
|
|
@@ -5839,9 +7602,17 @@ export type ProfileReleaseInfoGcpGrant = {
|
|
|
5839
7602
|
*/
|
|
5840
7603
|
dataActions?: Array<string> | null | undefined;
|
|
5841
7604
|
/**
|
|
5842
|
-
* GCP permissions
|
|
7605
|
+
* GCP permissions that require an exact residual custom role.
|
|
5843
7606
|
*/
|
|
5844
7607
|
permissions?: Array<string> | null | undefined;
|
|
7608
|
+
/**
|
|
7609
|
+
* Provider predefined roles to bind directly.
|
|
7610
|
+
*/
|
|
7611
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
7612
|
+
/**
|
|
7613
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
7614
|
+
*/
|
|
7615
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
5845
7616
|
};
|
|
5846
7617
|
/**
|
|
5847
7618
|
* GCP-specific platform permission configuration
|
|
@@ -5851,10 +7622,18 @@ export type ProfileReleaseInfoGcp = {
|
|
|
5851
7622
|
* Generic binding configuration for permissions
|
|
5852
7623
|
*/
|
|
5853
7624
|
binding: ProfileReleaseInfoGcpBinding;
|
|
7625
|
+
/**
|
|
7626
|
+
* Short admin-facing description of why this entry exists.
|
|
7627
|
+
*/
|
|
7628
|
+
description?: string | null | undefined;
|
|
5854
7629
|
/**
|
|
5855
7630
|
* Grant permissions for a specific cloud platform
|
|
5856
7631
|
*/
|
|
5857
7632
|
grant: ProfileReleaseInfoGcpGrant;
|
|
7633
|
+
/**
|
|
7634
|
+
* Stable admin-facing label for this permission entry.
|
|
7635
|
+
*/
|
|
7636
|
+
label?: string | null | undefined;
|
|
5858
7637
|
};
|
|
5859
7638
|
/**
|
|
5860
7639
|
* Platform-specific permission configurations
|
|
@@ -5949,7 +7728,6 @@ export type ReleaseInfoDependency = {
|
|
|
5949
7728
|
export declare const ReleaseInfoLifecycle: {
|
|
5950
7729
|
readonly Frozen: "frozen";
|
|
5951
7730
|
readonly Live: "live";
|
|
5952
|
-
readonly LiveOnSetup: "live-on-setup";
|
|
5953
7731
|
};
|
|
5954
7732
|
/**
|
|
5955
7733
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
@@ -5980,6 +7758,21 @@ export type ReleaseInfoResources = {
|
|
|
5980
7758
|
*/
|
|
5981
7759
|
remoteAccess?: boolean | undefined;
|
|
5982
7760
|
};
|
|
7761
|
+
/**
|
|
7762
|
+
* Represents the target cloud platform.
|
|
7763
|
+
*/
|
|
7764
|
+
export declare const ReleaseInfoSupportedPlatform: {
|
|
7765
|
+
readonly Aws: "aws";
|
|
7766
|
+
readonly Gcp: "gcp";
|
|
7767
|
+
readonly Azure: "azure";
|
|
7768
|
+
readonly Kubernetes: "kubernetes";
|
|
7769
|
+
readonly Local: "local";
|
|
7770
|
+
readonly Test: "test";
|
|
7771
|
+
};
|
|
7772
|
+
/**
|
|
7773
|
+
* Represents the target cloud platform.
|
|
7774
|
+
*/
|
|
7775
|
+
export type ReleaseInfoSupportedPlatform = ClosedEnum<typeof ReleaseInfoSupportedPlatform>;
|
|
5983
7776
|
/**
|
|
5984
7777
|
* A bag of resources, unaware of any cloud.
|
|
5985
7778
|
*/
|
|
@@ -5998,6 +7791,10 @@ export type ReleaseInfoStack = {
|
|
|
5998
7791
|
resources: {
|
|
5999
7792
|
[k: string]: ReleaseInfoResources;
|
|
6000
7793
|
};
|
|
7794
|
+
/**
|
|
7795
|
+
* Which platforms this stack supports. When None, all platforms are supported.
|
|
7796
|
+
*/
|
|
7797
|
+
supportedPlatforms?: Array<ReleaseInfoSupportedPlatform> | null | undefined;
|
|
6001
7798
|
};
|
|
6002
7799
|
/**
|
|
6003
7800
|
* Release metadata
|
|
@@ -6079,6 +7876,8 @@ export declare function syncReconcileResponseCurrentReleaseOverrideAwStackFromJS
|
|
|
6079
7876
|
export declare const SyncReconcileResponseCurrentReleaseOverrideAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseOverrideAwBinding, unknown>;
|
|
6080
7877
|
export declare function syncReconcileResponseCurrentReleaseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseOverrideAwBinding, SDKValidationError>;
|
|
6081
7878
|
/** @internal */
|
|
7879
|
+
export declare const SyncReconcileResponseCurrentReleaseOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseOverrideEffect>;
|
|
7880
|
+
/** @internal */
|
|
6082
7881
|
export declare const SyncReconcileResponseCurrentReleaseOverrideAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseOverrideAwGrant, unknown>;
|
|
6083
7882
|
export declare function syncReconcileResponseCurrentReleaseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseOverrideAwGrant, SDKValidationError>;
|
|
6084
7883
|
/** @internal */
|
|
@@ -6148,6 +7947,8 @@ export declare function syncReconcileResponseCurrentReleaseExtendAwStackFromJSON
|
|
|
6148
7947
|
export declare const SyncReconcileResponseCurrentReleaseExtendAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseExtendAwBinding, unknown>;
|
|
6149
7948
|
export declare function syncReconcileResponseCurrentReleaseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseExtendAwBinding, SDKValidationError>;
|
|
6150
7949
|
/** @internal */
|
|
7950
|
+
export declare const SyncReconcileResponseCurrentReleaseExtendEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseExtendEffect>;
|
|
7951
|
+
/** @internal */
|
|
6151
7952
|
export declare const SyncReconcileResponseCurrentReleaseExtendAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseExtendAwGrant, unknown>;
|
|
6152
7953
|
export declare function syncReconcileResponseCurrentReleaseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseExtendAwGrant, SDKValidationError>;
|
|
6153
7954
|
/** @internal */
|
|
@@ -6220,6 +8021,8 @@ export declare function syncReconcileResponseCurrentReleaseProfileAwStackFromJSO
|
|
|
6220
8021
|
export declare const SyncReconcileResponseCurrentReleaseProfileAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseProfileAwBinding, unknown>;
|
|
6221
8022
|
export declare function syncReconcileResponseCurrentReleaseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseProfileAwBinding, SDKValidationError>;
|
|
6222
8023
|
/** @internal */
|
|
8024
|
+
export declare const SyncReconcileResponseCurrentReleaseProfileEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseProfileEffect>;
|
|
8025
|
+
/** @internal */
|
|
6223
8026
|
export declare const SyncReconcileResponseCurrentReleaseProfileAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseProfileAwGrant, unknown>;
|
|
6224
8027
|
export declare function syncReconcileResponseCurrentReleaseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseProfileAwGrant, SDKValidationError>;
|
|
6225
8028
|
/** @internal */
|
|
@@ -6291,6 +8094,8 @@ export declare const SyncReconcileResponseCurrentReleaseLifecycle$inboundSchema:
|
|
|
6291
8094
|
export declare const SyncReconcileResponseCurrentReleaseResources$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseResources, unknown>;
|
|
6292
8095
|
export declare function syncReconcileResponseCurrentReleaseResourcesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseResources, SDKValidationError>;
|
|
6293
8096
|
/** @internal */
|
|
8097
|
+
export declare const SyncReconcileResponseCurrentReleaseSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentReleaseSupportedPlatform>;
|
|
8098
|
+
/** @internal */
|
|
6294
8099
|
export declare const SyncReconcileResponseCurrentReleaseStack$inboundSchema: z.ZodType<SyncReconcileResponseCurrentReleaseStack, unknown>;
|
|
6295
8100
|
export declare function syncReconcileResponseCurrentReleaseStackFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrentReleaseStack, SDKValidationError>;
|
|
6296
8101
|
/** @internal */
|
|
@@ -6330,6 +8135,16 @@ export declare function syncReconcileResponseEnvironmentInfoUnionFromJSON(jsonSt
|
|
|
6330
8135
|
/** @internal */
|
|
6331
8136
|
export declare const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
6332
8137
|
/** @internal */
|
|
8138
|
+
export declare const SyncReconcileResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDeleteScopeEnum>;
|
|
8139
|
+
/** @internal */
|
|
8140
|
+
export declare const SyncReconcileResponseDeleteScopeUnion$inboundSchema: z.ZodType<SyncReconcileResponseDeleteScopeUnion, unknown>;
|
|
8141
|
+
export declare function syncReconcileResponseDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDeleteScopeUnion, SDKValidationError>;
|
|
8142
|
+
/** @internal */
|
|
8143
|
+
export declare const SyncReconcileResponsePendingDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePendingDeleteScopeEnum>;
|
|
8144
|
+
/** @internal */
|
|
8145
|
+
export declare const SyncReconcileResponsePendingDeleteScopeUnion$inboundSchema: z.ZodType<SyncReconcileResponsePendingDeleteScopeUnion, unknown>;
|
|
8146
|
+
export declare function syncReconcileResponsePendingDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePendingDeleteScopeUnion, SDKValidationError>;
|
|
8147
|
+
/** @internal */
|
|
6333
8148
|
export declare const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum>;
|
|
6334
8149
|
/** @internal */
|
|
6335
8150
|
export declare const SyncReconcileResponsePreparedStackOverrideAwResource$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackOverrideAwResource, unknown>;
|
|
@@ -6341,6 +8156,8 @@ export declare function syncReconcileResponsePreparedStackOverrideAwStackFromJSO
|
|
|
6341
8156
|
export declare const SyncReconcileResponsePreparedStackOverrideAwBinding$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackOverrideAwBinding, unknown>;
|
|
6342
8157
|
export declare function syncReconcileResponsePreparedStackOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackOverrideAwBinding, SDKValidationError>;
|
|
6343
8158
|
/** @internal */
|
|
8159
|
+
export declare const SyncReconcileResponsePreparedStackOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackOverrideEffect>;
|
|
8160
|
+
/** @internal */
|
|
6344
8161
|
export declare const SyncReconcileResponsePreparedStackOverrideAwGrant$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackOverrideAwGrant, unknown>;
|
|
6345
8162
|
export declare function syncReconcileResponsePreparedStackOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackOverrideAwGrant, SDKValidationError>;
|
|
6346
8163
|
/** @internal */
|
|
@@ -6410,6 +8227,8 @@ export declare function syncReconcileResponsePreparedStackExtendAwStackFromJSON(
|
|
|
6410
8227
|
export declare const SyncReconcileResponsePreparedStackExtendAwBinding$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackExtendAwBinding, unknown>;
|
|
6411
8228
|
export declare function syncReconcileResponsePreparedStackExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackExtendAwBinding, SDKValidationError>;
|
|
6412
8229
|
/** @internal */
|
|
8230
|
+
export declare const SyncReconcileResponsePreparedStackExtendEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackExtendEffect>;
|
|
8231
|
+
/** @internal */
|
|
6413
8232
|
export declare const SyncReconcileResponsePreparedStackExtendAwGrant$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackExtendAwGrant, unknown>;
|
|
6414
8233
|
export declare function syncReconcileResponsePreparedStackExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackExtendAwGrant, SDKValidationError>;
|
|
6415
8234
|
/** @internal */
|
|
@@ -6482,6 +8301,8 @@ export declare function syncReconcileResponsePreparedStackProfileAwStackFromJSON
|
|
|
6482
8301
|
export declare const SyncReconcileResponsePreparedStackProfileAwBinding$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackProfileAwBinding, unknown>;
|
|
6483
8302
|
export declare function syncReconcileResponsePreparedStackProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackProfileAwBinding, SDKValidationError>;
|
|
6484
8303
|
/** @internal */
|
|
8304
|
+
export declare const SyncReconcileResponsePreparedStackProfileEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackProfileEffect>;
|
|
8305
|
+
/** @internal */
|
|
6485
8306
|
export declare const SyncReconcileResponsePreparedStackProfileAwGrant$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackProfileAwGrant, unknown>;
|
|
6486
8307
|
export declare function syncReconcileResponsePreparedStackProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackProfileAwGrant, SDKValidationError>;
|
|
6487
8308
|
/** @internal */
|
|
@@ -6553,6 +8374,8 @@ export declare const SyncReconcileResponsePreparedStackLifecycle$inboundSchema:
|
|
|
6553
8374
|
export declare const SyncReconcileResponsePreparedStackResources$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStackResources, unknown>;
|
|
6554
8375
|
export declare function syncReconcileResponsePreparedStackResourcesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStackResources, SDKValidationError>;
|
|
6555
8376
|
/** @internal */
|
|
8377
|
+
export declare const SyncReconcileResponsePreparedStackSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackSupportedPlatform>;
|
|
8378
|
+
/** @internal */
|
|
6556
8379
|
export declare const SyncReconcileResponsePreparedStack$inboundSchema: z.ZodType<SyncReconcileResponsePreparedStack, unknown>;
|
|
6557
8380
|
export declare function syncReconcileResponsePreparedStackFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePreparedStack, SDKValidationError>;
|
|
6558
8381
|
/** @internal */
|
|
@@ -6570,6 +8393,11 @@ export declare const SyncReconcileResponseStackStatePlatform$inboundSchema: z.Zo
|
|
|
6570
8393
|
export declare const SyncReconcileResponseStackStateConfig$inboundSchema: z.ZodType<SyncReconcileResponseStackStateConfig, unknown>;
|
|
6571
8394
|
export declare function syncReconcileResponseStackStateConfigFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackStateConfig, SDKValidationError>;
|
|
6572
8395
|
/** @internal */
|
|
8396
|
+
export declare const SyncReconcileResponseControllerPlatformEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseControllerPlatformEnum>;
|
|
8397
|
+
/** @internal */
|
|
8398
|
+
export declare const SyncReconcileResponseControllerPlatformUnion$inboundSchema: z.ZodType<SyncReconcileResponseControllerPlatformUnion, unknown>;
|
|
8399
|
+
export declare function syncReconcileResponseControllerPlatformUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseControllerPlatformUnion, SDKValidationError>;
|
|
8400
|
+
/** @internal */
|
|
6573
8401
|
export declare const SyncReconcileResponseStackStateDependency$inboundSchema: z.ZodType<SyncReconcileResponseStackStateDependency, unknown>;
|
|
6574
8402
|
export declare function syncReconcileResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackStateDependency, SDKValidationError>;
|
|
6575
8403
|
/** @internal */
|
|
@@ -6620,6 +8448,8 @@ export declare function syncReconcileResponseTargetReleaseOverrideAwStackFromJSO
|
|
|
6620
8448
|
export declare const SyncReconcileResponseTargetReleaseOverrideAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseOverrideAwBinding, unknown>;
|
|
6621
8449
|
export declare function syncReconcileResponseTargetReleaseOverrideAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseOverrideAwBinding, SDKValidationError>;
|
|
6622
8450
|
/** @internal */
|
|
8451
|
+
export declare const SyncReconcileResponseTargetReleaseOverrideEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseOverrideEffect>;
|
|
8452
|
+
/** @internal */
|
|
6623
8453
|
export declare const SyncReconcileResponseTargetReleaseOverrideAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseOverrideAwGrant, unknown>;
|
|
6624
8454
|
export declare function syncReconcileResponseTargetReleaseOverrideAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseOverrideAwGrant, SDKValidationError>;
|
|
6625
8455
|
/** @internal */
|
|
@@ -6689,6 +8519,8 @@ export declare function syncReconcileResponseTargetReleaseExtendAwStackFromJSON(
|
|
|
6689
8519
|
export declare const SyncReconcileResponseTargetReleaseExtendAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseExtendAwBinding, unknown>;
|
|
6690
8520
|
export declare function syncReconcileResponseTargetReleaseExtendAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseExtendAwBinding, SDKValidationError>;
|
|
6691
8521
|
/** @internal */
|
|
8522
|
+
export declare const SyncReconcileResponseTargetReleaseExtendEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseExtendEffect>;
|
|
8523
|
+
/** @internal */
|
|
6692
8524
|
export declare const SyncReconcileResponseTargetReleaseExtendAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseExtendAwGrant, unknown>;
|
|
6693
8525
|
export declare function syncReconcileResponseTargetReleaseExtendAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseExtendAwGrant, SDKValidationError>;
|
|
6694
8526
|
/** @internal */
|
|
@@ -6761,6 +8593,8 @@ export declare function syncReconcileResponseTargetReleaseProfileAwStackFromJSON
|
|
|
6761
8593
|
export declare const SyncReconcileResponseTargetReleaseProfileAwBinding$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseProfileAwBinding, unknown>;
|
|
6762
8594
|
export declare function syncReconcileResponseTargetReleaseProfileAwBindingFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseProfileAwBinding, SDKValidationError>;
|
|
6763
8595
|
/** @internal */
|
|
8596
|
+
export declare const SyncReconcileResponseTargetReleaseProfileEffect$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseProfileEffect>;
|
|
8597
|
+
/** @internal */
|
|
6764
8598
|
export declare const SyncReconcileResponseTargetReleaseProfileAwGrant$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseProfileAwGrant, unknown>;
|
|
6765
8599
|
export declare function syncReconcileResponseTargetReleaseProfileAwGrantFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseProfileAwGrant, SDKValidationError>;
|
|
6766
8600
|
/** @internal */
|
|
@@ -6832,6 +8666,8 @@ export declare const SyncReconcileResponseTargetReleaseLifecycle$inboundSchema:
|
|
|
6832
8666
|
export declare const SyncReconcileResponseTargetReleaseResources$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseResources, unknown>;
|
|
6833
8667
|
export declare function syncReconcileResponseTargetReleaseResourcesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseResources, SDKValidationError>;
|
|
6834
8668
|
/** @internal */
|
|
8669
|
+
export declare const SyncReconcileResponseTargetReleaseSupportedPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTargetReleaseSupportedPlatform>;
|
|
8670
|
+
/** @internal */
|
|
6835
8671
|
export declare const SyncReconcileResponseTargetReleaseStack$inboundSchema: z.ZodType<SyncReconcileResponseTargetReleaseStack, unknown>;
|
|
6836
8672
|
export declare function syncReconcileResponseTargetReleaseStackFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTargetReleaseStack, SDKValidationError>;
|
|
6837
8673
|
/** @internal */
|
|
@@ -6844,15 +8680,47 @@ export declare function syncReconcileResponseTargetReleaseUnionFromJSON(jsonStri
|
|
|
6844
8680
|
export declare const SyncReconcileResponseCurrent$inboundSchema: z.ZodType<SyncReconcileResponseCurrent, unknown>;
|
|
6845
8681
|
export declare function syncReconcileResponseCurrentFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCurrent, SDKValidationError>;
|
|
6846
8682
|
/** @internal */
|
|
6847
|
-
export declare const
|
|
6848
|
-
export declare function syncReconcileResponseArtifactRegistryFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseArtifactRegistry, SDKValidationError>;
|
|
8683
|
+
export declare const SyncReconcileResponseBasePlatformEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseBasePlatformEnum>;
|
|
6849
8684
|
/** @internal */
|
|
6850
|
-
export declare const
|
|
6851
|
-
export declare function
|
|
8685
|
+
export declare const SyncReconcileResponseBasePlatformUnion$inboundSchema: z.ZodType<SyncReconcileResponseBasePlatformUnion, unknown>;
|
|
8686
|
+
export declare function syncReconcileResponseBasePlatformUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseBasePlatformUnion, SDKValidationError>;
|
|
6852
8687
|
/** @internal */
|
|
6853
8688
|
export declare const SyncReconcileResponseClusters$inboundSchema: z.ZodType<SyncReconcileResponseClusters, unknown>;
|
|
6854
8689
|
export declare function syncReconcileResponseClustersFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseClusters, SDKValidationError>;
|
|
6855
8690
|
/** @internal */
|
|
8691
|
+
export declare const SyncReconcileResponseHorizonMachineImageAws$inboundSchema: z.ZodType<SyncReconcileResponseHorizonMachineImageAws, unknown>;
|
|
8692
|
+
export declare function syncReconcileResponseHorizonMachineImageAwsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseHorizonMachineImageAws, SDKValidationError>;
|
|
8693
|
+
/** @internal */
|
|
8694
|
+
export declare const SyncReconcileResponseHorizonMachineImageAwsUnion$inboundSchema: z.ZodType<SyncReconcileResponseHorizonMachineImageAwsUnion, unknown>;
|
|
8695
|
+
export declare function syncReconcileResponseHorizonMachineImageAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseHorizonMachineImageAwsUnion, SDKValidationError>;
|
|
8696
|
+
/** @internal */
|
|
8697
|
+
export declare const SyncReconcileResponseAzureImages$inboundSchema: z.ZodType<SyncReconcileResponseAzureImages, unknown>;
|
|
8698
|
+
export declare function syncReconcileResponseAzureImagesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseAzureImages, SDKValidationError>;
|
|
8699
|
+
/** @internal */
|
|
8700
|
+
export declare const HorizonMachineImageAzureTarget$inboundSchema: z.ZodType<HorizonMachineImageAzureTarget, unknown>;
|
|
8701
|
+
export declare function horizonMachineImageAzureTargetFromJSON(jsonString: string): SafeParseResult<HorizonMachineImageAzureTarget, SDKValidationError>;
|
|
8702
|
+
/** @internal */
|
|
8703
|
+
export declare const HorizonMachineImageTargetAzureUnion$inboundSchema: z.ZodType<HorizonMachineImageTargetAzureUnion, unknown>;
|
|
8704
|
+
export declare function horizonMachineImageTargetAzureUnionFromJSON(jsonString: string): SafeParseResult<HorizonMachineImageTargetAzureUnion, SDKValidationError>;
|
|
8705
|
+
/** @internal */
|
|
8706
|
+
export declare const SyncReconcileResponseBaseImage$inboundSchema: z.ZodType<SyncReconcileResponseBaseImage, unknown>;
|
|
8707
|
+
export declare function syncReconcileResponseBaseImageFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseBaseImage, SDKValidationError>;
|
|
8708
|
+
/** @internal */
|
|
8709
|
+
export declare const SyncReconcileResponseGcpImages$inboundSchema: z.ZodType<SyncReconcileResponseGcpImages, unknown>;
|
|
8710
|
+
export declare function syncReconcileResponseGcpImagesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseGcpImages, SDKValidationError>;
|
|
8711
|
+
/** @internal */
|
|
8712
|
+
export declare const HorizonMachineImageGcpTarget$inboundSchema: z.ZodType<HorizonMachineImageGcpTarget, unknown>;
|
|
8713
|
+
export declare function horizonMachineImageGcpTargetFromJSON(jsonString: string): SafeParseResult<HorizonMachineImageGcpTarget, SDKValidationError>;
|
|
8714
|
+
/** @internal */
|
|
8715
|
+
export declare const HorizonMachineImageTargetGcpUnion$inboundSchema: z.ZodType<HorizonMachineImageTargetGcpUnion, unknown>;
|
|
8716
|
+
export declare function horizonMachineImageTargetGcpUnionFromJSON(jsonString: string): SafeParseResult<HorizonMachineImageTargetGcpUnion, SDKValidationError>;
|
|
8717
|
+
/** @internal */
|
|
8718
|
+
export declare const SyncReconcileResponseHorizonMachineImage$inboundSchema: z.ZodType<SyncReconcileResponseHorizonMachineImage, unknown>;
|
|
8719
|
+
export declare function syncReconcileResponseHorizonMachineImageFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseHorizonMachineImage, SDKValidationError>;
|
|
8720
|
+
/** @internal */
|
|
8721
|
+
export declare const SyncReconcileResponseHorizonMachineImageUnion$inboundSchema: z.ZodType<SyncReconcileResponseHorizonMachineImageUnion, unknown>;
|
|
8722
|
+
export declare function syncReconcileResponseHorizonMachineImageUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseHorizonMachineImageUnion, SDKValidationError>;
|
|
8723
|
+
/** @internal */
|
|
6856
8724
|
export declare const SyncReconcileResponseComputeBackendType$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseComputeBackendType>;
|
|
6857
8725
|
/** @internal */
|
|
6858
8726
|
export declare const SyncReconcileResponseComputeBackendHorizon$inboundSchema: z.ZodType<SyncReconcileResponseComputeBackendHorizon, unknown>;
|
|
@@ -6882,6 +8750,53 @@ export declare function syncReconcileResponseVariableFromJSON(jsonString: string
|
|
|
6882
8750
|
export declare const SyncReconcileResponseEnvironmentVariables$inboundSchema: z.ZodType<SyncReconcileResponseEnvironmentVariables, unknown>;
|
|
6883
8751
|
export declare function syncReconcileResponseEnvironmentVariablesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEnvironmentVariables, SDKValidationError>;
|
|
6884
8752
|
/** @internal */
|
|
8753
|
+
export declare const SyncReconcileResponseDefaultDomainSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseDefaultDomainSecretRef, unknown>;
|
|
8754
|
+
export declare function syncReconcileResponseDefaultDomainSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDefaultDomainSecretRef, SDKValidationError>;
|
|
8755
|
+
/** @internal */
|
|
8756
|
+
export declare const SyncReconcileResponseDefaultDomain$inboundSchema: z.ZodType<SyncReconcileResponseDefaultDomain, unknown>;
|
|
8757
|
+
export declare function syncReconcileResponseDefaultDomainFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDefaultDomain, SDKValidationError>;
|
|
8758
|
+
/** @internal */
|
|
8759
|
+
export declare const SyncReconcileResponseDefaultDomainUnion$inboundSchema: z.ZodType<SyncReconcileResponseDefaultDomainUnion, unknown>;
|
|
8760
|
+
export declare function syncReconcileResponseDefaultDomainUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDefaultDomainUnion, SDKValidationError>;
|
|
8761
|
+
/** @internal */
|
|
8762
|
+
export declare const SyncReconcileResponseEnvironmentNameSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseEnvironmentNameSecretRef, unknown>;
|
|
8763
|
+
export declare function syncReconcileResponseEnvironmentNameSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEnvironmentNameSecretRef, SDKValidationError>;
|
|
8764
|
+
/** @internal */
|
|
8765
|
+
export declare const SyncReconcileResponseEnvironmentName$inboundSchema: z.ZodType<SyncReconcileResponseEnvironmentName, unknown>;
|
|
8766
|
+
export declare function syncReconcileResponseEnvironmentNameFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEnvironmentName, SDKValidationError>;
|
|
8767
|
+
/** @internal */
|
|
8768
|
+
export declare const SyncReconcileResponseEnvironmentNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseEnvironmentNameUnion, unknown>;
|
|
8769
|
+
export declare function syncReconcileResponseEnvironmentNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEnvironmentNameUnion, SDKValidationError>;
|
|
8770
|
+
/** @internal */
|
|
8771
|
+
export declare const SyncReconcileResponseResourceGroupNameSecretRef3$inboundSchema: z.ZodType<SyncReconcileResponseResourceGroupNameSecretRef3, unknown>;
|
|
8772
|
+
export declare function syncReconcileResponseResourceGroupNameSecretRef3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceGroupNameSecretRef3, SDKValidationError>;
|
|
8773
|
+
/** @internal */
|
|
8774
|
+
export declare const SyncReconcileResponseResourceGroupName3$inboundSchema: z.ZodType<SyncReconcileResponseResourceGroupName3, unknown>;
|
|
8775
|
+
export declare function syncReconcileResponseResourceGroupName3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceGroupName3, SDKValidationError>;
|
|
8776
|
+
/** @internal */
|
|
8777
|
+
export declare const SyncReconcileResponseResourceGroupNameUnion3$inboundSchema: z.ZodType<SyncReconcileResponseResourceGroupNameUnion3, unknown>;
|
|
8778
|
+
export declare function syncReconcileResponseResourceGroupNameUnion3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceGroupNameUnion3, SDKValidationError>;
|
|
8779
|
+
/** @internal */
|
|
8780
|
+
export declare const SyncReconcileResponseResourceIdSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseResourceIdSecretRef, unknown>;
|
|
8781
|
+
export declare function syncReconcileResponseResourceIdSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceIdSecretRef, SDKValidationError>;
|
|
8782
|
+
/** @internal */
|
|
8783
|
+
export declare const SyncReconcileResponseResourceId$inboundSchema: z.ZodType<SyncReconcileResponseResourceId, unknown>;
|
|
8784
|
+
export declare function syncReconcileResponseResourceIdFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceId, SDKValidationError>;
|
|
8785
|
+
/** @internal */
|
|
8786
|
+
export declare const SyncReconcileResponseResourceIdUnion$inboundSchema: z.ZodType<SyncReconcileResponseResourceIdUnion, unknown>;
|
|
8787
|
+
export declare function syncReconcileResponseResourceIdUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceIdUnion, SDKValidationError>;
|
|
8788
|
+
/** @internal */
|
|
8789
|
+
export declare const SyncReconcileResponseStaticIpSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseStaticIpSecretRef, unknown>;
|
|
8790
|
+
export declare function syncReconcileResponseStaticIpSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStaticIpSecretRef, SDKValidationError>;
|
|
8791
|
+
/** @internal */
|
|
8792
|
+
export declare const SyncReconcileResponseStaticIp$inboundSchema: z.ZodType<SyncReconcileResponseStaticIp, unknown>;
|
|
8793
|
+
export declare function syncReconcileResponseStaticIpFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStaticIp, SDKValidationError>;
|
|
8794
|
+
/** @internal */
|
|
8795
|
+
export declare const SyncReconcileResponseTypeContainerAppsEnvironment$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTypeContainerAppsEnvironment>;
|
|
8796
|
+
/** @internal */
|
|
8797
|
+
export declare const SyncReconcileResponseExternalBindingsContainerAppsEnvironment$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsContainerAppsEnvironment, unknown>;
|
|
8798
|
+
export declare function syncReconcileResponseExternalBindingsContainerAppsEnvironmentFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsContainerAppsEnvironment, SDKValidationError>;
|
|
8799
|
+
/** @internal */
|
|
6885
8800
|
export declare const SyncReconcileResponseDataDirSecretRef3$inboundSchema: z.ZodType<SyncReconcileResponseDataDirSecretRef3, unknown>;
|
|
6886
8801
|
export declare function syncReconcileResponseDataDirSecretRef3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDataDirSecretRef3, SDKValidationError>;
|
|
6887
8802
|
/** @internal */
|
|
@@ -6996,6 +8911,15 @@ export declare function syncReconcileResponsePushServiceAccountEmailSecretRefFro
|
|
|
6996
8911
|
export declare const SyncReconcileResponsePushServiceAccountEmail$inboundSchema: z.ZodType<SyncReconcileResponsePushServiceAccountEmail, unknown>;
|
|
6997
8912
|
export declare function syncReconcileResponsePushServiceAccountEmailFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePushServiceAccountEmail, SDKValidationError>;
|
|
6998
8913
|
/** @internal */
|
|
8914
|
+
export declare const SyncReconcileResponseRepositoryNameSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryNameSecretRef, unknown>;
|
|
8915
|
+
export declare function syncReconcileResponseRepositoryNameSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryNameSecretRef, SDKValidationError>;
|
|
8916
|
+
/** @internal */
|
|
8917
|
+
export declare const SyncReconcileResponseRepositoryName$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryName, unknown>;
|
|
8918
|
+
export declare function syncReconcileResponseRepositoryNameFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryName, SDKValidationError>;
|
|
8919
|
+
/** @internal */
|
|
8920
|
+
export declare const SyncReconcileResponseRepositoryNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryNameUnion, unknown>;
|
|
8921
|
+
export declare function syncReconcileResponseRepositoryNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryNameUnion, SDKValidationError>;
|
|
8922
|
+
/** @internal */
|
|
6999
8923
|
export declare const SyncReconcileResponseTypeArtifactRegistry3$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTypeArtifactRegistry3>;
|
|
7000
8924
|
/** @internal */
|
|
7001
8925
|
export declare const SyncReconcileResponseExternalBindingsGar$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsGar, unknown>;
|
|
@@ -7010,6 +8934,12 @@ export declare function syncReconcileResponseRegistryNameFromJSON(jsonString: st
|
|
|
7010
8934
|
export declare const SyncReconcileResponseRegistryNameUnion$inboundSchema: z.ZodType<SyncReconcileResponseRegistryNameUnion, unknown>;
|
|
7011
8935
|
export declare function syncReconcileResponseRegistryNameUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRegistryNameUnion, SDKValidationError>;
|
|
7012
8936
|
/** @internal */
|
|
8937
|
+
export declare const SyncReconcileResponseRepositoryPrefixSecretRef2$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefixSecretRef2, unknown>;
|
|
8938
|
+
export declare function syncReconcileResponseRepositoryPrefixSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefixSecretRef2, SDKValidationError>;
|
|
8939
|
+
/** @internal */
|
|
8940
|
+
export declare const SyncReconcileResponseRepositoryPrefix2$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefix2, unknown>;
|
|
8941
|
+
export declare function syncReconcileResponseRepositoryPrefix2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefix2, SDKValidationError>;
|
|
8942
|
+
/** @internal */
|
|
7013
8943
|
export declare const SyncReconcileResponseResourceGroupNameSecretRef2$inboundSchema: z.ZodType<SyncReconcileResponseResourceGroupNameSecretRef2, unknown>;
|
|
7014
8944
|
export declare function syncReconcileResponseResourceGroupNameSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseResourceGroupNameSecretRef2, SDKValidationError>;
|
|
7015
8945
|
/** @internal */
|
|
@@ -7036,11 +8966,11 @@ export declare function syncReconcileResponsePushRoleArnSecretRefFromJSON(jsonSt
|
|
|
7036
8966
|
export declare const SyncReconcileResponsePushRoleArn$inboundSchema: z.ZodType<SyncReconcileResponsePushRoleArn, unknown>;
|
|
7037
8967
|
export declare function syncReconcileResponsePushRoleArnFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePushRoleArn, SDKValidationError>;
|
|
7038
8968
|
/** @internal */
|
|
7039
|
-
export declare const
|
|
7040
|
-
export declare function
|
|
8969
|
+
export declare const SyncReconcileResponseRepositoryPrefixSecretRef1$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefixSecretRef1, unknown>;
|
|
8970
|
+
export declare function syncReconcileResponseRepositoryPrefixSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefixSecretRef1, SDKValidationError>;
|
|
7041
8971
|
/** @internal */
|
|
7042
|
-
export declare const
|
|
7043
|
-
export declare function
|
|
8972
|
+
export declare const SyncReconcileResponseRepositoryPrefix1$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefix1, unknown>;
|
|
8973
|
+
export declare function syncReconcileResponseRepositoryPrefix1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefix1, SDKValidationError>;
|
|
7044
8974
|
/** @internal */
|
|
7045
8975
|
export declare const SyncReconcileResponseRepositoryPrefixUnion$inboundSchema: z.ZodType<SyncReconcileResponseRepositoryPrefixUnion, unknown>;
|
|
7046
8976
|
export declare function syncReconcileResponseRepositoryPrefixUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRepositoryPrefixUnion, SDKValidationError>;
|
|
@@ -7195,6 +9125,20 @@ export declare function syncReconcileResponseExternalBindingsDynamodbFromJSON(js
|
|
|
7195
9125
|
export declare const SyncReconcileResponseExternalBindingsUnion3$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsUnion3, unknown>;
|
|
7196
9126
|
export declare function syncReconcileResponseExternalBindingsUnion3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsUnion3, SDKValidationError>;
|
|
7197
9127
|
/** @internal */
|
|
9128
|
+
export declare const SyncReconcileResponseQueuePathSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseQueuePathSecretRef, unknown>;
|
|
9129
|
+
export declare function syncReconcileResponseQueuePathSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueuePathSecretRef, SDKValidationError>;
|
|
9130
|
+
/** @internal */
|
|
9131
|
+
export declare const SyncReconcileResponseQueuePath$inboundSchema: z.ZodType<SyncReconcileResponseQueuePath, unknown>;
|
|
9132
|
+
export declare function syncReconcileResponseQueuePathFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueuePath, SDKValidationError>;
|
|
9133
|
+
/** @internal */
|
|
9134
|
+
export declare const SyncReconcileResponseQueuePathUnion$inboundSchema: z.ZodType<SyncReconcileResponseQueuePathUnion, unknown>;
|
|
9135
|
+
export declare function syncReconcileResponseQueuePathUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseQueuePathUnion, SDKValidationError>;
|
|
9136
|
+
/** @internal */
|
|
9137
|
+
export declare const SyncReconcileResponseTypeQueue4$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTypeQueue4>;
|
|
9138
|
+
/** @internal */
|
|
9139
|
+
export declare const SyncReconcileResponseExternalBindingsLocalQueue$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsLocalQueue, unknown>;
|
|
9140
|
+
export declare function syncReconcileResponseExternalBindingsLocalQueueFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsLocalQueue, SDKValidationError>;
|
|
9141
|
+
/** @internal */
|
|
7198
9142
|
export declare const SyncReconcileResponseNamespaceSecretRef1$inboundSchema: z.ZodType<SyncReconcileResponseNamespaceSecretRef1, unknown>;
|
|
7199
9143
|
export declare function syncReconcileResponseNamespaceSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseNamespaceSecretRef1, SDKValidationError>;
|
|
7200
9144
|
/** @internal */
|
|
@@ -7329,12 +9273,6 @@ export declare function syncReconcileResponseExternalBindingsUnion1FromJSON(json
|
|
|
7329
9273
|
export declare const SyncReconcileResponseExternalBindingsUnion6$inboundSchema: z.ZodType<SyncReconcileResponseExternalBindingsUnion6, unknown>;
|
|
7330
9274
|
export declare function syncReconcileResponseExternalBindingsUnion6FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExternalBindingsUnion6, SDKValidationError>;
|
|
7331
9275
|
/** @internal */
|
|
7332
|
-
export declare const SyncReconcileResponseImagePullCredentials$inboundSchema: z.ZodType<SyncReconcileResponseImagePullCredentials, unknown>;
|
|
7333
|
-
export declare function syncReconcileResponseImagePullCredentialsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseImagePullCredentials, SDKValidationError>;
|
|
7334
|
-
/** @internal */
|
|
7335
|
-
export declare const SyncReconcileResponseImagePullCredentialsUnion$inboundSchema: z.ZodType<SyncReconcileResponseImagePullCredentialsUnion, unknown>;
|
|
7336
|
-
export declare function syncReconcileResponseImagePullCredentialsUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseImagePullCredentialsUnion, SDKValidationError>;
|
|
7337
|
-
/** @internal */
|
|
7338
9276
|
export declare const TargetPlatformKubernetes$inboundSchema: z.ZodEnum<typeof TargetPlatformKubernetes>;
|
|
7339
9277
|
/** @internal */
|
|
7340
9278
|
export declare const SyncReconcileResponseManagementConfigKubernetes$inboundSchema: z.ZodType<SyncReconcileResponseManagementConfigKubernetes, unknown>;
|
|
@@ -7366,26 +9304,35 @@ export declare function syncReconcileResponseMonitoringUnionFromJSON(jsonString:
|
|
|
7366
9304
|
/** @internal */
|
|
7367
9305
|
export declare const SyncReconcileResponseDeploymentModel$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDeploymentModel>;
|
|
7368
9306
|
/** @internal */
|
|
7369
|
-
export declare const
|
|
7370
|
-
export declare function
|
|
9307
|
+
export declare const SyncReconcileResponseAwsStackSettings$inboundSchema: z.ZodType<SyncReconcileResponseAwsStackSettings, unknown>;
|
|
9308
|
+
export declare function syncReconcileResponseAwsStackSettingsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseAwsStackSettings, SDKValidationError>;
|
|
7371
9309
|
/** @internal */
|
|
7372
|
-
export declare const
|
|
7373
|
-
export declare function
|
|
9310
|
+
export declare const SyncReconcileResponseStackSettingsAwsUnion$inboundSchema: z.ZodType<SyncReconcileResponseStackSettingsAwsUnion, unknown>;
|
|
9311
|
+
export declare function syncReconcileResponseStackSettingsAwsUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackSettingsAwsUnion, SDKValidationError>;
|
|
7374
9312
|
/** @internal */
|
|
7375
|
-
export declare const
|
|
7376
|
-
export declare function
|
|
9313
|
+
export declare const AzureTargetStackSettings$inboundSchema: z.ZodType<AzureTargetStackSettings, unknown>;
|
|
9314
|
+
export declare function azureTargetStackSettingsFromJSON(jsonString: string): SafeParseResult<AzureTargetStackSettings, SDKValidationError>;
|
|
7377
9315
|
/** @internal */
|
|
7378
|
-
export declare const
|
|
7379
|
-
export declare function
|
|
9316
|
+
export declare const TargetStackSettingsAzureUnion$inboundSchema: z.ZodType<TargetStackSettingsAzureUnion, unknown>;
|
|
9317
|
+
export declare function targetStackSettingsAzureUnionFromJSON(jsonString: string): SafeParseResult<TargetStackSettingsAzureUnion, SDKValidationError>;
|
|
7380
9318
|
/** @internal */
|
|
7381
|
-
export declare const
|
|
7382
|
-
export declare function
|
|
9319
|
+
export declare const GcpTargetStackSettings$inboundSchema: z.ZodType<GcpTargetStackSettings, unknown>;
|
|
9320
|
+
export declare function gcpTargetStackSettingsFromJSON(jsonString: string): SafeParseResult<GcpTargetStackSettings, SDKValidationError>;
|
|
7383
9321
|
/** @internal */
|
|
7384
|
-
export declare const
|
|
7385
|
-
export declare function
|
|
9322
|
+
export declare const TargetStackSettingsGcpUnion$inboundSchema: z.ZodType<TargetStackSettingsGcpUnion, unknown>;
|
|
9323
|
+
export declare function targetStackSettingsGcpUnionFromJSON(jsonString: string): SafeParseResult<TargetStackSettingsGcpUnion, SDKValidationError>;
|
|
7386
9324
|
/** @internal */
|
|
7387
|
-
export declare const
|
|
7388
|
-
export declare function
|
|
9325
|
+
export declare const SyncReconcileResponseTlsSecretRef$inboundSchema: z.ZodType<SyncReconcileResponseTlsSecretRef, unknown>;
|
|
9326
|
+
export declare function syncReconcileResponseTlsSecretRefFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseTlsSecretRef, SDKValidationError>;
|
|
9327
|
+
/** @internal */
|
|
9328
|
+
export declare const SyncReconcileResponseDomainsKubernetes$inboundSchema: z.ZodType<SyncReconcileResponseDomainsKubernetes, unknown>;
|
|
9329
|
+
export declare function syncReconcileResponseDomainsKubernetesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDomainsKubernetes, SDKValidationError>;
|
|
9330
|
+
/** @internal */
|
|
9331
|
+
export declare const SyncReconcileResponseDomainsKubernetesUnion$inboundSchema: z.ZodType<SyncReconcileResponseDomainsKubernetesUnion, unknown>;
|
|
9332
|
+
export declare function syncReconcileResponseDomainsKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDomainsKubernetesUnion, SDKValidationError>;
|
|
9333
|
+
/** @internal */
|
|
9334
|
+
export declare const SyncReconcileResponseDomainsCertificate$inboundSchema: z.ZodType<SyncReconcileResponseDomainsCertificate, unknown>;
|
|
9335
|
+
export declare function syncReconcileResponseDomainsCertificateFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDomainsCertificate, SDKValidationError>;
|
|
7389
9336
|
/** @internal */
|
|
7390
9337
|
export declare const SyncReconcileResponseCustomDomains$inboundSchema: z.ZodType<SyncReconcileResponseCustomDomains, unknown>;
|
|
7391
9338
|
export declare function syncReconcileResponseCustomDomainsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCustomDomains, SDKValidationError>;
|
|
@@ -7396,8 +9343,175 @@ export declare function syncReconcileResponseDomainsFromJSON(jsonString: string)
|
|
|
7396
9343
|
export declare const SyncReconcileResponseDomainsUnion$inboundSchema: z.ZodType<SyncReconcileResponseDomainsUnion, unknown>;
|
|
7397
9344
|
export declare function syncReconcileResponseDomainsUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDomainsUnion, SDKValidationError>;
|
|
7398
9345
|
/** @internal */
|
|
9346
|
+
export declare const SyncReconcileResponseStackSettingsExternalBindings$inboundSchema: z.ZodType<SyncReconcileResponseStackSettingsExternalBindings, unknown>;
|
|
9347
|
+
export declare function syncReconcileResponseStackSettingsExternalBindingsFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackSettingsExternalBindings, SDKValidationError>;
|
|
9348
|
+
/** @internal */
|
|
7399
9349
|
export declare const SyncReconcileResponseHeartbeats$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseHeartbeats>;
|
|
7400
9350
|
/** @internal */
|
|
9351
|
+
export declare const SyncReconcileResponseCloud$inboundSchema: z.ZodType<SyncReconcileResponseCloud, unknown>;
|
|
9352
|
+
export declare function syncReconcileResponseCloudFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCloud, SDKValidationError>;
|
|
9353
|
+
/** @internal */
|
|
9354
|
+
export declare const SyncReconcileResponseCloudUnion$inboundSchema: z.ZodType<SyncReconcileResponseCloudUnion, unknown>;
|
|
9355
|
+
export declare function syncReconcileResponseCloudUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCloudUnion, SDKValidationError>;
|
|
9356
|
+
/** @internal */
|
|
9357
|
+
export declare const SyncReconcileResponseOwnership$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseOwnership>;
|
|
9358
|
+
/** @internal */
|
|
9359
|
+
export declare const SyncReconcileResponseCluster$inboundSchema: z.ZodType<SyncReconcileResponseCluster, unknown>;
|
|
9360
|
+
export declare function syncReconcileResponseClusterFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCluster, SDKValidationError>;
|
|
9361
|
+
/** @internal */
|
|
9362
|
+
export declare const SyncReconcileResponseClusterUnion$inboundSchema: z.ZodType<SyncReconcileResponseClusterUnion, unknown>;
|
|
9363
|
+
export declare function syncReconcileResponseClusterUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseClusterUnion, SDKValidationError>;
|
|
9364
|
+
/** @internal */
|
|
9365
|
+
export declare const SyncReconcileResponseCertificateNone2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateNone2, unknown>;
|
|
9366
|
+
export declare function syncReconcileResponseCertificateNone2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateNone2, SDKValidationError>;
|
|
9367
|
+
/** @internal */
|
|
9368
|
+
export declare const SyncReconcileResponseCertificateManagedTLSSecret2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateManagedTLSSecret2, unknown>;
|
|
9369
|
+
export declare function syncReconcileResponseCertificateManagedTLSSecret2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateManagedTLSSecret2, SDKValidationError>;
|
|
9370
|
+
/** @internal */
|
|
9371
|
+
export declare const SyncReconcileResponseCertificateAwsAcmArn2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateAwsAcmArn2, unknown>;
|
|
9372
|
+
export declare function syncReconcileResponseCertificateAwsAcmArn2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateAwsAcmArn2, SDKValidationError>;
|
|
9373
|
+
/** @internal */
|
|
9374
|
+
export declare const SyncReconcileResponseCertificateManagedAcmImport2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateManagedAcmImport2, unknown>;
|
|
9375
|
+
export declare function syncReconcileResponseCertificateManagedAcmImport2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateManagedAcmImport2, SDKValidationError>;
|
|
9376
|
+
/** @internal */
|
|
9377
|
+
export declare const SyncReconcileResponseCertificateTLSSecretRef2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateTLSSecretRef2, unknown>;
|
|
9378
|
+
export declare function syncReconcileResponseCertificateTLSSecretRef2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateTLSSecretRef2, SDKValidationError>;
|
|
9379
|
+
/** @internal */
|
|
9380
|
+
export declare const SyncReconcileResponseCertificateUnion2$inboundSchema: z.ZodType<SyncReconcileResponseCertificateUnion2, unknown>;
|
|
9381
|
+
export declare function syncReconcileResponseCertificateUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateUnion2, SDKValidationError>;
|
|
9382
|
+
/** @internal */
|
|
9383
|
+
export declare const SyncReconcileResponseModeCustom$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseModeCustom>;
|
|
9384
|
+
/** @internal */
|
|
9385
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum4>;
|
|
9386
|
+
/** @internal */
|
|
9387
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainers4$inboundSchema: z.ZodType<SyncReconcileResponseProviderAzureApplicationGatewayForContainers4, unknown>;
|
|
9388
|
+
export declare function syncReconcileResponseProviderAzureApplicationGatewayForContainers4FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAzureApplicationGatewayForContainers4, SDKValidationError>;
|
|
9389
|
+
/** @internal */
|
|
9390
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum4$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum4>;
|
|
9391
|
+
/** @internal */
|
|
9392
|
+
export declare const SyncReconcileResponseProviderGkeGateway4$inboundSchema: z.ZodType<SyncReconcileResponseProviderGkeGateway4, unknown>;
|
|
9393
|
+
export declare function syncReconcileResponseProviderGkeGateway4FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderGkeGateway4, SDKValidationError>;
|
|
9394
|
+
/** @internal */
|
|
9395
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum4$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAwsAlbEnum4>;
|
|
9396
|
+
/** @internal */
|
|
9397
|
+
export declare const SyncReconcileResponseProviderAwsAlb4$inboundSchema: z.ZodType<SyncReconcileResponseProviderAwsAlb4, unknown>;
|
|
9398
|
+
export declare function syncReconcileResponseProviderAwsAlb4FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAwsAlb4, SDKValidationError>;
|
|
9399
|
+
/** @internal */
|
|
9400
|
+
export declare const SyncReconcileResponseProviderUnion4$inboundSchema: z.ZodType<SyncReconcileResponseProviderUnion4, unknown>;
|
|
9401
|
+
export declare function syncReconcileResponseProviderUnion4FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderUnion4, SDKValidationError>;
|
|
9402
|
+
/** @internal */
|
|
9403
|
+
export declare const SyncReconcileResponseRouteGateway2$inboundSchema: z.ZodType<SyncReconcileResponseRouteGateway2, unknown>;
|
|
9404
|
+
export declare function syncReconcileResponseRouteGateway2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteGateway2, SDKValidationError>;
|
|
9405
|
+
/** @internal */
|
|
9406
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum3>;
|
|
9407
|
+
/** @internal */
|
|
9408
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainers3$inboundSchema: z.ZodType<SyncReconcileResponseProviderAzureApplicationGatewayForContainers3, unknown>;
|
|
9409
|
+
export declare function syncReconcileResponseProviderAzureApplicationGatewayForContainers3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAzureApplicationGatewayForContainers3, SDKValidationError>;
|
|
9410
|
+
/** @internal */
|
|
9411
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum3$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum3>;
|
|
9412
|
+
/** @internal */
|
|
9413
|
+
export declare const SyncReconcileResponseProviderGkeGateway3$inboundSchema: z.ZodType<SyncReconcileResponseProviderGkeGateway3, unknown>;
|
|
9414
|
+
export declare function syncReconcileResponseProviderGkeGateway3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderGkeGateway3, SDKValidationError>;
|
|
9415
|
+
/** @internal */
|
|
9416
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum3$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAwsAlbEnum3>;
|
|
9417
|
+
/** @internal */
|
|
9418
|
+
export declare const SyncReconcileResponseProviderAwsAlb3$inboundSchema: z.ZodType<SyncReconcileResponseProviderAwsAlb3, unknown>;
|
|
9419
|
+
export declare function syncReconcileResponseProviderAwsAlb3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAwsAlb3, SDKValidationError>;
|
|
9420
|
+
/** @internal */
|
|
9421
|
+
export declare const SyncReconcileResponseProviderUnion3$inboundSchema: z.ZodType<SyncReconcileResponseProviderUnion3, unknown>;
|
|
9422
|
+
export declare function syncReconcileResponseProviderUnion3FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderUnion3, SDKValidationError>;
|
|
9423
|
+
/** @internal */
|
|
9424
|
+
export declare const SyncReconcileResponseRouteIngress2$inboundSchema: z.ZodType<SyncReconcileResponseRouteIngress2, unknown>;
|
|
9425
|
+
export declare function syncReconcileResponseRouteIngress2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteIngress2, SDKValidationError>;
|
|
9426
|
+
/** @internal */
|
|
9427
|
+
export declare const SyncReconcileResponseRouteUnion2$inboundSchema: z.ZodType<SyncReconcileResponseRouteUnion2, unknown>;
|
|
9428
|
+
export declare function syncReconcileResponseRouteUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteUnion2, SDKValidationError>;
|
|
9429
|
+
/** @internal */
|
|
9430
|
+
export declare const SyncReconcileResponseExposureCustom$inboundSchema: z.ZodType<SyncReconcileResponseExposureCustom, unknown>;
|
|
9431
|
+
export declare function syncReconcileResponseExposureCustomFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExposureCustom, SDKValidationError>;
|
|
9432
|
+
/** @internal */
|
|
9433
|
+
export declare const SyncReconcileResponseCertificateNone1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateNone1, unknown>;
|
|
9434
|
+
export declare function syncReconcileResponseCertificateNone1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateNone1, SDKValidationError>;
|
|
9435
|
+
/** @internal */
|
|
9436
|
+
export declare const SyncReconcileResponseCertificateManagedTLSSecret1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateManagedTLSSecret1, unknown>;
|
|
9437
|
+
export declare function syncReconcileResponseCertificateManagedTLSSecret1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateManagedTLSSecret1, SDKValidationError>;
|
|
9438
|
+
/** @internal */
|
|
9439
|
+
export declare const SyncReconcileResponseCertificateAwsAcmArn1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateAwsAcmArn1, unknown>;
|
|
9440
|
+
export declare function syncReconcileResponseCertificateAwsAcmArn1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateAwsAcmArn1, SDKValidationError>;
|
|
9441
|
+
/** @internal */
|
|
9442
|
+
export declare const SyncReconcileResponseCertificateManagedAcmImport1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateManagedAcmImport1, unknown>;
|
|
9443
|
+
export declare function syncReconcileResponseCertificateManagedAcmImport1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateManagedAcmImport1, SDKValidationError>;
|
|
9444
|
+
/** @internal */
|
|
9445
|
+
export declare const SyncReconcileResponseCertificateTLSSecretRef1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateTLSSecretRef1, unknown>;
|
|
9446
|
+
export declare function syncReconcileResponseCertificateTLSSecretRef1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateTLSSecretRef1, SDKValidationError>;
|
|
9447
|
+
/** @internal */
|
|
9448
|
+
export declare const SyncReconcileResponseCertificateUnion1$inboundSchema: z.ZodType<SyncReconcileResponseCertificateUnion1, unknown>;
|
|
9449
|
+
export declare function syncReconcileResponseCertificateUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseCertificateUnion1, SDKValidationError>;
|
|
9450
|
+
/** @internal */
|
|
9451
|
+
export declare const SyncReconcileResponseModeGenerated$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseModeGenerated>;
|
|
9452
|
+
/** @internal */
|
|
9453
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum2>;
|
|
9454
|
+
/** @internal */
|
|
9455
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainers2$inboundSchema: z.ZodType<SyncReconcileResponseProviderAzureApplicationGatewayForContainers2, unknown>;
|
|
9456
|
+
export declare function syncReconcileResponseProviderAzureApplicationGatewayForContainers2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAzureApplicationGatewayForContainers2, SDKValidationError>;
|
|
9457
|
+
/** @internal */
|
|
9458
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum2$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum2>;
|
|
9459
|
+
/** @internal */
|
|
9460
|
+
export declare const SyncReconcileResponseProviderGkeGateway2$inboundSchema: z.ZodType<SyncReconcileResponseProviderGkeGateway2, unknown>;
|
|
9461
|
+
export declare function syncReconcileResponseProviderGkeGateway2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderGkeGateway2, SDKValidationError>;
|
|
9462
|
+
/** @internal */
|
|
9463
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum2$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAwsAlbEnum2>;
|
|
9464
|
+
/** @internal */
|
|
9465
|
+
export declare const SyncReconcileResponseProviderAwsAlb2$inboundSchema: z.ZodType<SyncReconcileResponseProviderAwsAlb2, unknown>;
|
|
9466
|
+
export declare function syncReconcileResponseProviderAwsAlb2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAwsAlb2, SDKValidationError>;
|
|
9467
|
+
/** @internal */
|
|
9468
|
+
export declare const SyncReconcileResponseProviderUnion2$inboundSchema: z.ZodType<SyncReconcileResponseProviderUnion2, unknown>;
|
|
9469
|
+
export declare function syncReconcileResponseProviderUnion2FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderUnion2, SDKValidationError>;
|
|
9470
|
+
/** @internal */
|
|
9471
|
+
export declare const SyncReconcileResponseRouteGateway1$inboundSchema: z.ZodType<SyncReconcileResponseRouteGateway1, unknown>;
|
|
9472
|
+
export declare function syncReconcileResponseRouteGateway1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteGateway1, SDKValidationError>;
|
|
9473
|
+
/** @internal */
|
|
9474
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAzureApplicationGatewayForContainersEnum1>;
|
|
9475
|
+
/** @internal */
|
|
9476
|
+
export declare const SyncReconcileResponseProviderAzureApplicationGatewayForContainers1$inboundSchema: z.ZodType<SyncReconcileResponseProviderAzureApplicationGatewayForContainers1, unknown>;
|
|
9477
|
+
export declare function syncReconcileResponseProviderAzureApplicationGatewayForContainers1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAzureApplicationGatewayForContainers1, SDKValidationError>;
|
|
9478
|
+
/** @internal */
|
|
9479
|
+
export declare const SyncReconcileResponseProviderGkeGatewayEnum1$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderGkeGatewayEnum1>;
|
|
9480
|
+
/** @internal */
|
|
9481
|
+
export declare const SyncReconcileResponseProviderGkeGateway1$inboundSchema: z.ZodType<SyncReconcileResponseProviderGkeGateway1, unknown>;
|
|
9482
|
+
export declare function syncReconcileResponseProviderGkeGateway1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderGkeGateway1, SDKValidationError>;
|
|
9483
|
+
/** @internal */
|
|
9484
|
+
export declare const SyncReconcileResponseProviderAwsAlbEnum1$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseProviderAwsAlbEnum1>;
|
|
9485
|
+
/** @internal */
|
|
9486
|
+
export declare const SyncReconcileResponseProviderAwsAlb1$inboundSchema: z.ZodType<SyncReconcileResponseProviderAwsAlb1, unknown>;
|
|
9487
|
+
export declare function syncReconcileResponseProviderAwsAlb1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderAwsAlb1, SDKValidationError>;
|
|
9488
|
+
/** @internal */
|
|
9489
|
+
export declare const SyncReconcileResponseProviderUnion1$inboundSchema: z.ZodType<SyncReconcileResponseProviderUnion1, unknown>;
|
|
9490
|
+
export declare function syncReconcileResponseProviderUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseProviderUnion1, SDKValidationError>;
|
|
9491
|
+
/** @internal */
|
|
9492
|
+
export declare const SyncReconcileResponseRouteIngress1$inboundSchema: z.ZodType<SyncReconcileResponseRouteIngress1, unknown>;
|
|
9493
|
+
export declare function syncReconcileResponseRouteIngress1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteIngress1, SDKValidationError>;
|
|
9494
|
+
/** @internal */
|
|
9495
|
+
export declare const SyncReconcileResponseRouteUnion1$inboundSchema: z.ZodType<SyncReconcileResponseRouteUnion1, unknown>;
|
|
9496
|
+
export declare function syncReconcileResponseRouteUnion1FromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseRouteUnion1, SDKValidationError>;
|
|
9497
|
+
/** @internal */
|
|
9498
|
+
export declare const SyncReconcileResponseExposureGenerated$inboundSchema: z.ZodType<SyncReconcileResponseExposureGenerated, unknown>;
|
|
9499
|
+
export declare function syncReconcileResponseExposureGeneratedFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExposureGenerated, SDKValidationError>;
|
|
9500
|
+
/** @internal */
|
|
9501
|
+
export declare const SyncReconcileResponseModeDisabled$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseModeDisabled>;
|
|
9502
|
+
/** @internal */
|
|
9503
|
+
export declare const SyncReconcileResponseExposureDisabled$inboundSchema: z.ZodType<SyncReconcileResponseExposureDisabled, unknown>;
|
|
9504
|
+
export declare function syncReconcileResponseExposureDisabledFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExposureDisabled, SDKValidationError>;
|
|
9505
|
+
/** @internal */
|
|
9506
|
+
export declare const SyncReconcileResponseExposureUnion$inboundSchema: z.ZodType<SyncReconcileResponseExposureUnion, unknown>;
|
|
9507
|
+
export declare function syncReconcileResponseExposureUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseExposureUnion, SDKValidationError>;
|
|
9508
|
+
/** @internal */
|
|
9509
|
+
export declare const SyncReconcileResponseKubernetes$inboundSchema: z.ZodType<SyncReconcileResponseKubernetes, unknown>;
|
|
9510
|
+
export declare function syncReconcileResponseKubernetesFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseKubernetes, SDKValidationError>;
|
|
9511
|
+
/** @internal */
|
|
9512
|
+
export declare const SyncReconcileResponseKubernetesUnion$inboundSchema: z.ZodType<SyncReconcileResponseKubernetesUnion, unknown>;
|
|
9513
|
+
export declare function syncReconcileResponseKubernetesUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseKubernetesUnion, SDKValidationError>;
|
|
9514
|
+
/** @internal */
|
|
7401
9515
|
export declare const SyncReconcileResponseTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseTypeByoVnetAzure>;
|
|
7402
9516
|
/** @internal */
|
|
7403
9517
|
export declare const SyncReconcileResponseNetworkByoVnetAzure$inboundSchema: z.ZodType<SyncReconcileResponseNetworkByoVnetAzure, unknown>;
|
|
@@ -7447,6 +9561,8 @@ export declare function overrideReleaseInfoAwStackFromJSON(jsonString: string):
|
|
|
7447
9561
|
export declare const OverrideReleaseInfoAwBinding$inboundSchema: z.ZodType<OverrideReleaseInfoAwBinding, unknown>;
|
|
7448
9562
|
export declare function overrideReleaseInfoAwBindingFromJSON(jsonString: string): SafeParseResult<OverrideReleaseInfoAwBinding, SDKValidationError>;
|
|
7449
9563
|
/** @internal */
|
|
9564
|
+
export declare const OverrideReleaseInfoEffect$inboundSchema: z.ZodEnum<typeof OverrideReleaseInfoEffect>;
|
|
9565
|
+
/** @internal */
|
|
7450
9566
|
export declare const OverrideReleaseInfoAwGrant$inboundSchema: z.ZodType<OverrideReleaseInfoAwGrant, unknown>;
|
|
7451
9567
|
export declare function overrideReleaseInfoAwGrantFromJSON(jsonString: string): SafeParseResult<OverrideReleaseInfoAwGrant, SDKValidationError>;
|
|
7452
9568
|
/** @internal */
|
|
@@ -7516,6 +9632,8 @@ export declare function extendReleaseInfoAwStackFromJSON(jsonString: string): Sa
|
|
|
7516
9632
|
export declare const ExtendReleaseInfoAwBinding$inboundSchema: z.ZodType<ExtendReleaseInfoAwBinding, unknown>;
|
|
7517
9633
|
export declare function extendReleaseInfoAwBindingFromJSON(jsonString: string): SafeParseResult<ExtendReleaseInfoAwBinding, SDKValidationError>;
|
|
7518
9634
|
/** @internal */
|
|
9635
|
+
export declare const ExtendReleaseInfoEffect$inboundSchema: z.ZodEnum<typeof ExtendReleaseInfoEffect>;
|
|
9636
|
+
/** @internal */
|
|
7519
9637
|
export declare const ExtendReleaseInfoAwGrant$inboundSchema: z.ZodType<ExtendReleaseInfoAwGrant, unknown>;
|
|
7520
9638
|
export declare function extendReleaseInfoAwGrantFromJSON(jsonString: string): SafeParseResult<ExtendReleaseInfoAwGrant, SDKValidationError>;
|
|
7521
9639
|
/** @internal */
|
|
@@ -7588,6 +9706,8 @@ export declare function profileReleaseInfoAwStackFromJSON(jsonString: string): S
|
|
|
7588
9706
|
export declare const ProfileReleaseInfoAwBinding$inboundSchema: z.ZodType<ProfileReleaseInfoAwBinding, unknown>;
|
|
7589
9707
|
export declare function profileReleaseInfoAwBindingFromJSON(jsonString: string): SafeParseResult<ProfileReleaseInfoAwBinding, SDKValidationError>;
|
|
7590
9708
|
/** @internal */
|
|
9709
|
+
export declare const ProfileReleaseInfoEffect$inboundSchema: z.ZodEnum<typeof ProfileReleaseInfoEffect>;
|
|
9710
|
+
/** @internal */
|
|
7591
9711
|
export declare const ProfileReleaseInfoAwGrant$inboundSchema: z.ZodType<ProfileReleaseInfoAwGrant, unknown>;
|
|
7592
9712
|
export declare function profileReleaseInfoAwGrantFromJSON(jsonString: string): SafeParseResult<ProfileReleaseInfoAwGrant, SDKValidationError>;
|
|
7593
9713
|
/** @internal */
|
|
@@ -7659,6 +9779,8 @@ export declare const ReleaseInfoLifecycle$inboundSchema: z.ZodEnum<typeof Releas
|
|
|
7659
9779
|
export declare const ReleaseInfoResources$inboundSchema: z.ZodType<ReleaseInfoResources, unknown>;
|
|
7660
9780
|
export declare function releaseInfoResourcesFromJSON(jsonString: string): SafeParseResult<ReleaseInfoResources, SDKValidationError>;
|
|
7661
9781
|
/** @internal */
|
|
9782
|
+
export declare const ReleaseInfoSupportedPlatform$inboundSchema: z.ZodEnum<typeof ReleaseInfoSupportedPlatform>;
|
|
9783
|
+
/** @internal */
|
|
7662
9784
|
export declare const ReleaseInfoStack$inboundSchema: z.ZodType<ReleaseInfoStack, unknown>;
|
|
7663
9785
|
export declare function releaseInfoStackFromJSON(jsonString: string): SafeParseResult<ReleaseInfoStack, SDKValidationError>;
|
|
7664
9786
|
/** @internal */
|