@alienplatform/platform-api 1.3.5 → 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
|
@@ -0,0 +1,1718 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
5
|
+
/**
|
|
6
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
7
|
+
*/
|
|
8
|
+
export declare const DeploymentSetupStackSettingsPolicyDeploymentModel: {
|
|
9
|
+
readonly Push: "push";
|
|
10
|
+
readonly Pull: "pull";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
14
|
+
*/
|
|
15
|
+
export type DeploymentSetupStackSettingsPolicyDeploymentModel = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyDeploymentModel>;
|
|
16
|
+
export type DeploymentSetupStackSettingsPolicyAws = {
|
|
17
|
+
certificateArn: string;
|
|
18
|
+
};
|
|
19
|
+
export type DeploymentSetupStackSettingsPolicyAwsUnion = DeploymentSetupStackSettingsPolicyAws | any;
|
|
20
|
+
export type DeploymentSetupStackSettingsPolicyAzure = {
|
|
21
|
+
keyVaultCertificateId: string;
|
|
22
|
+
};
|
|
23
|
+
export type DeploymentSetupStackSettingsPolicyAzureUnion = DeploymentSetupStackSettingsPolicyAzure | any;
|
|
24
|
+
export type DeploymentSetupStackSettingsPolicyGcp = {
|
|
25
|
+
certificateName: string;
|
|
26
|
+
};
|
|
27
|
+
export type DeploymentSetupStackSettingsPolicyGcpUnion = DeploymentSetupStackSettingsPolicyGcp | any;
|
|
28
|
+
/**
|
|
29
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
30
|
+
*/
|
|
31
|
+
export type DeploymentSetupStackSettingsPolicyTlsSecretRef = {
|
|
32
|
+
/**
|
|
33
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
34
|
+
*/
|
|
35
|
+
namespace?: string | null | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Secret name.
|
|
38
|
+
*/
|
|
39
|
+
secretName: string;
|
|
40
|
+
};
|
|
41
|
+
export type DeploymentSetupStackSettingsPolicyDomainsKubernetes = {
|
|
42
|
+
/**
|
|
43
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
44
|
+
*/
|
|
45
|
+
tlsSecretRef: DeploymentSetupStackSettingsPolicyTlsSecretRef;
|
|
46
|
+
};
|
|
47
|
+
export type DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion = DeploymentSetupStackSettingsPolicyDomainsKubernetes | any;
|
|
48
|
+
/**
|
|
49
|
+
* Platform-specific certificate references for custom domains.
|
|
50
|
+
*/
|
|
51
|
+
export type DeploymentSetupStackSettingsPolicyDomainsCertificate = {
|
|
52
|
+
aws?: DeploymentSetupStackSettingsPolicyAws | any | null | undefined;
|
|
53
|
+
azure?: DeploymentSetupStackSettingsPolicyAzure | any | null | undefined;
|
|
54
|
+
gcp?: DeploymentSetupStackSettingsPolicyGcp | any | null | undefined;
|
|
55
|
+
kubernetes?: DeploymentSetupStackSettingsPolicyDomainsKubernetes | any | null | undefined;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Custom domain configuration for a single resource.
|
|
59
|
+
*/
|
|
60
|
+
export type DeploymentSetupStackSettingsPolicyCustomDomains = {
|
|
61
|
+
/**
|
|
62
|
+
* Platform-specific certificate references for custom domains.
|
|
63
|
+
*/
|
|
64
|
+
certificate: DeploymentSetupStackSettingsPolicyDomainsCertificate;
|
|
65
|
+
/**
|
|
66
|
+
* Fully qualified domain name to use.
|
|
67
|
+
*/
|
|
68
|
+
domain: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Domain configuration for the stack.
|
|
72
|
+
*
|
|
73
|
+
* @remarks
|
|
74
|
+
*
|
|
75
|
+
* When `custom_domains` is set, the specified resources use customer-provided
|
|
76
|
+
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
77
|
+
*/
|
|
78
|
+
export type DeploymentSetupStackSettingsPolicyDomains = {
|
|
79
|
+
/**
|
|
80
|
+
* Custom domain configuration per resource ID.
|
|
81
|
+
*/
|
|
82
|
+
customDomains?: {
|
|
83
|
+
[k: string]: DeploymentSetupStackSettingsPolicyCustomDomains;
|
|
84
|
+
} | null | undefined;
|
|
85
|
+
};
|
|
86
|
+
export type DeploymentSetupStackSettingsPolicyDomainsUnion = DeploymentSetupStackSettingsPolicyDomains | any;
|
|
87
|
+
/**
|
|
88
|
+
* External bindings for pre-existing infrastructure.
|
|
89
|
+
*
|
|
90
|
+
* @remarks
|
|
91
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
92
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
93
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
94
|
+
*/
|
|
95
|
+
export type DeploymentSetupStackSettingsPolicyExternalBindings = {};
|
|
96
|
+
/**
|
|
97
|
+
* How heartbeat health checks are handled.
|
|
98
|
+
*/
|
|
99
|
+
export declare const DeploymentSetupStackSettingsPolicyHeartbeats: {
|
|
100
|
+
readonly Off: "off";
|
|
101
|
+
readonly On: "on";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* How heartbeat health checks are handled.
|
|
105
|
+
*/
|
|
106
|
+
export type DeploymentSetupStackSettingsPolicyHeartbeats = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyHeartbeats>;
|
|
107
|
+
/**
|
|
108
|
+
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
109
|
+
*/
|
|
110
|
+
export type DeploymentSetupStackSettingsPolicyCloud = {
|
|
111
|
+
accountId?: string | null | undefined;
|
|
112
|
+
clusterId?: string | null | undefined;
|
|
113
|
+
clusterName?: string | null | undefined;
|
|
114
|
+
projectId?: string | null | undefined;
|
|
115
|
+
region?: string | null | undefined;
|
|
116
|
+
resourceGroup?: string | null | undefined;
|
|
117
|
+
subscriptionId?: string | null | undefined;
|
|
118
|
+
};
|
|
119
|
+
export type DeploymentSetupStackSettingsPolicyCloudUnion = DeploymentSetupStackSettingsPolicyCloud | any;
|
|
120
|
+
/**
|
|
121
|
+
* Ownership model for the Kubernetes cluster.
|
|
122
|
+
*/
|
|
123
|
+
export declare const DeploymentSetupStackSettingsPolicyOwnership: {
|
|
124
|
+
readonly Managed: "managed";
|
|
125
|
+
readonly Existing: "existing";
|
|
126
|
+
readonly External: "external";
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Ownership model for the Kubernetes cluster.
|
|
130
|
+
*/
|
|
131
|
+
export type DeploymentSetupStackSettingsPolicyOwnership = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyOwnership>;
|
|
132
|
+
/**
|
|
133
|
+
* Kubernetes cluster setup settings.
|
|
134
|
+
*/
|
|
135
|
+
export type DeploymentSetupStackSettingsPolicyCluster = {
|
|
136
|
+
cloud?: DeploymentSetupStackSettingsPolicyCloud | any | null | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* Namespace where the Alien chart and application resources run.
|
|
139
|
+
*/
|
|
140
|
+
namespace?: string | null | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* Ownership model for the Kubernetes cluster.
|
|
143
|
+
*/
|
|
144
|
+
ownership: DeploymentSetupStackSettingsPolicyOwnership;
|
|
145
|
+
};
|
|
146
|
+
export type DeploymentSetupStackSettingsPolicyClusterUnion = DeploymentSetupStackSettingsPolicyCluster | any;
|
|
147
|
+
export type DeploymentSetupStackSettingsPolicyCertificateNone2 = {
|
|
148
|
+
mode: "none";
|
|
149
|
+
};
|
|
150
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2 = {
|
|
151
|
+
mode: "managedTlsSecret";
|
|
152
|
+
/**
|
|
153
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
154
|
+
*/
|
|
155
|
+
secretNameTemplate: string;
|
|
156
|
+
};
|
|
157
|
+
export type DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2 = {
|
|
158
|
+
/**
|
|
159
|
+
* Existing ACM certificate ARN.
|
|
160
|
+
*/
|
|
161
|
+
certificateArn: string;
|
|
162
|
+
mode: "awsAcmArn";
|
|
163
|
+
};
|
|
164
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2 = {
|
|
165
|
+
mode: "managedAcmImport";
|
|
166
|
+
/**
|
|
167
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
168
|
+
*/
|
|
169
|
+
region?: string | null | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
172
|
+
*/
|
|
173
|
+
tags?: {
|
|
174
|
+
[k: string]: string;
|
|
175
|
+
} | undefined;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
179
|
+
*/
|
|
180
|
+
export type DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2 = {
|
|
181
|
+
/**
|
|
182
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
183
|
+
*/
|
|
184
|
+
namespace?: string | null | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* Secret name.
|
|
187
|
+
*/
|
|
188
|
+
secretName: string;
|
|
189
|
+
mode: "tlsSecretRef";
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
193
|
+
*/
|
|
194
|
+
export type DeploymentSetupStackSettingsPolicyCertificateUnion2 = DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2 | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2 | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2 | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2 | DeploymentSetupStackSettingsPolicyCertificateNone2;
|
|
195
|
+
export declare const DeploymentSetupStackSettingsPolicyModeCustom: {
|
|
196
|
+
readonly Custom: "custom";
|
|
197
|
+
};
|
|
198
|
+
export type DeploymentSetupStackSettingsPolicyModeCustom = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyModeCustom>;
|
|
199
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4: {
|
|
200
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
201
|
+
};
|
|
202
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4>;
|
|
203
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4 = {
|
|
204
|
+
/**
|
|
205
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
206
|
+
*/
|
|
207
|
+
albName?: string | null | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
210
|
+
*/
|
|
211
|
+
albNamespace?: string | null | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* Public or internal frontend exposure.
|
|
214
|
+
*/
|
|
215
|
+
frontend: string;
|
|
216
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4;
|
|
217
|
+
};
|
|
218
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4: {
|
|
219
|
+
readonly GkeGateway: "gkeGateway";
|
|
220
|
+
};
|
|
221
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4>;
|
|
222
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway4 = {
|
|
223
|
+
provider: DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4;
|
|
224
|
+
/**
|
|
225
|
+
* Optional static address name for the Gateway frontend.
|
|
226
|
+
*/
|
|
227
|
+
staticAddressName?: string | null | undefined;
|
|
228
|
+
};
|
|
229
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4: {
|
|
230
|
+
readonly AwsAlb: "awsAlb";
|
|
231
|
+
};
|
|
232
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4>;
|
|
233
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb4 = {
|
|
234
|
+
/**
|
|
235
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
236
|
+
*/
|
|
237
|
+
ipAddressType?: string | null | undefined;
|
|
238
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4;
|
|
239
|
+
/**
|
|
240
|
+
* Internet-facing or internal ALB scheme.
|
|
241
|
+
*/
|
|
242
|
+
scheme: string;
|
|
243
|
+
/**
|
|
244
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
245
|
+
*/
|
|
246
|
+
subnetIds?: Array<string> | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* ALB target type, usually `ip`.
|
|
249
|
+
*/
|
|
250
|
+
targetType: string;
|
|
251
|
+
};
|
|
252
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion4 = DeploymentSetupStackSettingsPolicyProviderAwsAlb4 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4 | DeploymentSetupStackSettingsPolicyProviderGkeGateway4 | any;
|
|
253
|
+
/**
|
|
254
|
+
* Shared Gateway API route profile values.
|
|
255
|
+
*/
|
|
256
|
+
export type DeploymentSetupStackSettingsPolicyRouteGateway2 = {
|
|
257
|
+
/**
|
|
258
|
+
* Annotations applied to route objects.
|
|
259
|
+
*/
|
|
260
|
+
annotations?: {
|
|
261
|
+
[k: string]: string;
|
|
262
|
+
} | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
265
|
+
*/
|
|
266
|
+
controller?: string | null | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* GatewayClass selected for generated Gateways.
|
|
269
|
+
*/
|
|
270
|
+
gatewayClassName: string;
|
|
271
|
+
/**
|
|
272
|
+
* Labels applied to route objects.
|
|
273
|
+
*/
|
|
274
|
+
labels?: {
|
|
275
|
+
[k: string]: string;
|
|
276
|
+
} | undefined;
|
|
277
|
+
/**
|
|
278
|
+
* Listener port, usually 443.
|
|
279
|
+
*/
|
|
280
|
+
listenerPort: number;
|
|
281
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb4 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4 | DeploymentSetupStackSettingsPolicyProviderGkeGateway4 | any | null | undefined;
|
|
282
|
+
routeApi: "gateway";
|
|
283
|
+
};
|
|
284
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3: {
|
|
285
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
286
|
+
};
|
|
287
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3>;
|
|
288
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3 = {
|
|
289
|
+
/**
|
|
290
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
291
|
+
*/
|
|
292
|
+
albName?: string | null | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
295
|
+
*/
|
|
296
|
+
albNamespace?: string | null | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* Public or internal frontend exposure.
|
|
299
|
+
*/
|
|
300
|
+
frontend: string;
|
|
301
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3;
|
|
302
|
+
};
|
|
303
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3: {
|
|
304
|
+
readonly GkeGateway: "gkeGateway";
|
|
305
|
+
};
|
|
306
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3>;
|
|
307
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway3 = {
|
|
308
|
+
provider: DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3;
|
|
309
|
+
/**
|
|
310
|
+
* Optional static address name for the Gateway frontend.
|
|
311
|
+
*/
|
|
312
|
+
staticAddressName?: string | null | undefined;
|
|
313
|
+
};
|
|
314
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3: {
|
|
315
|
+
readonly AwsAlb: "awsAlb";
|
|
316
|
+
};
|
|
317
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3>;
|
|
318
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb3 = {
|
|
319
|
+
/**
|
|
320
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
321
|
+
*/
|
|
322
|
+
ipAddressType?: string | null | undefined;
|
|
323
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3;
|
|
324
|
+
/**
|
|
325
|
+
* Internet-facing or internal ALB scheme.
|
|
326
|
+
*/
|
|
327
|
+
scheme: string;
|
|
328
|
+
/**
|
|
329
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
330
|
+
*/
|
|
331
|
+
subnetIds?: Array<string> | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* ALB target type, usually `ip`.
|
|
334
|
+
*/
|
|
335
|
+
targetType: string;
|
|
336
|
+
};
|
|
337
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion3 = DeploymentSetupStackSettingsPolicyProviderAwsAlb3 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3 | DeploymentSetupStackSettingsPolicyProviderGkeGateway3 | any;
|
|
338
|
+
/**
|
|
339
|
+
* Shared Ingress route profile values.
|
|
340
|
+
*/
|
|
341
|
+
export type DeploymentSetupStackSettingsPolicyRouteIngress2 = {
|
|
342
|
+
/**
|
|
343
|
+
* Annotations applied to route objects.
|
|
344
|
+
*/
|
|
345
|
+
annotations?: {
|
|
346
|
+
[k: string]: string;
|
|
347
|
+
} | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
350
|
+
*/
|
|
351
|
+
controller?: string | null | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
354
|
+
*/
|
|
355
|
+
ingressClassName: string;
|
|
356
|
+
/**
|
|
357
|
+
* Labels applied to route objects.
|
|
358
|
+
*/
|
|
359
|
+
labels?: {
|
|
360
|
+
[k: string]: string;
|
|
361
|
+
} | undefined;
|
|
362
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb3 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3 | DeploymentSetupStackSettingsPolicyProviderGkeGateway3 | any | null | undefined;
|
|
363
|
+
routeApi: "ingress";
|
|
364
|
+
};
|
|
365
|
+
/**
|
|
366
|
+
* Kubernetes route API selected for public endpoints.
|
|
367
|
+
*/
|
|
368
|
+
export type DeploymentSetupStackSettingsPolicyRouteUnion2 = DeploymentSetupStackSettingsPolicyRouteIngress2 | DeploymentSetupStackSettingsPolicyRouteGateway2;
|
|
369
|
+
export type DeploymentSetupStackSettingsPolicyExposureCustom = {
|
|
370
|
+
/**
|
|
371
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
372
|
+
*/
|
|
373
|
+
certificate: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2 | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2 | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2 | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2 | DeploymentSetupStackSettingsPolicyCertificateNone2;
|
|
374
|
+
/**
|
|
375
|
+
* Hostname routed by the Kubernetes public endpoint.
|
|
376
|
+
*/
|
|
377
|
+
domain: string;
|
|
378
|
+
mode: DeploymentSetupStackSettingsPolicyModeCustom;
|
|
379
|
+
/**
|
|
380
|
+
* Kubernetes route API selected for public endpoints.
|
|
381
|
+
*/
|
|
382
|
+
route: DeploymentSetupStackSettingsPolicyRouteIngress2 | DeploymentSetupStackSettingsPolicyRouteGateway2;
|
|
383
|
+
};
|
|
384
|
+
export type DeploymentSetupStackSettingsPolicyCertificateNone1 = {
|
|
385
|
+
mode: "none";
|
|
386
|
+
};
|
|
387
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1 = {
|
|
388
|
+
mode: "managedTlsSecret";
|
|
389
|
+
/**
|
|
390
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
391
|
+
*/
|
|
392
|
+
secretNameTemplate: string;
|
|
393
|
+
};
|
|
394
|
+
export type DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1 = {
|
|
395
|
+
/**
|
|
396
|
+
* Existing ACM certificate ARN.
|
|
397
|
+
*/
|
|
398
|
+
certificateArn: string;
|
|
399
|
+
mode: "awsAcmArn";
|
|
400
|
+
};
|
|
401
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1 = {
|
|
402
|
+
mode: "managedAcmImport";
|
|
403
|
+
/**
|
|
404
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
405
|
+
*/
|
|
406
|
+
region?: string | null | undefined;
|
|
407
|
+
/**
|
|
408
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
409
|
+
*/
|
|
410
|
+
tags?: {
|
|
411
|
+
[k: string]: string;
|
|
412
|
+
} | undefined;
|
|
413
|
+
};
|
|
414
|
+
/**
|
|
415
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
416
|
+
*/
|
|
417
|
+
export type DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1 = {
|
|
418
|
+
/**
|
|
419
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
420
|
+
*/
|
|
421
|
+
namespace?: string | null | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* Secret name.
|
|
424
|
+
*/
|
|
425
|
+
secretName: string;
|
|
426
|
+
mode: "tlsSecretRef";
|
|
427
|
+
};
|
|
428
|
+
/**
|
|
429
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
430
|
+
*/
|
|
431
|
+
export type DeploymentSetupStackSettingsPolicyCertificateUnion1 = DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1 | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1 | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1 | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1 | DeploymentSetupStackSettingsPolicyCertificateNone1;
|
|
432
|
+
export declare const DeploymentSetupStackSettingsPolicyModeGenerated: {
|
|
433
|
+
readonly Generated: "generated";
|
|
434
|
+
};
|
|
435
|
+
export type DeploymentSetupStackSettingsPolicyModeGenerated = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyModeGenerated>;
|
|
436
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2: {
|
|
437
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
438
|
+
};
|
|
439
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2>;
|
|
440
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2 = {
|
|
441
|
+
/**
|
|
442
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
443
|
+
*/
|
|
444
|
+
albName?: string | null | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
447
|
+
*/
|
|
448
|
+
albNamespace?: string | null | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* Public or internal frontend exposure.
|
|
451
|
+
*/
|
|
452
|
+
frontend: string;
|
|
453
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2;
|
|
454
|
+
};
|
|
455
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2: {
|
|
456
|
+
readonly GkeGateway: "gkeGateway";
|
|
457
|
+
};
|
|
458
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2>;
|
|
459
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway2 = {
|
|
460
|
+
provider: DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2;
|
|
461
|
+
/**
|
|
462
|
+
* Optional static address name for the Gateway frontend.
|
|
463
|
+
*/
|
|
464
|
+
staticAddressName?: string | null | undefined;
|
|
465
|
+
};
|
|
466
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2: {
|
|
467
|
+
readonly AwsAlb: "awsAlb";
|
|
468
|
+
};
|
|
469
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2>;
|
|
470
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb2 = {
|
|
471
|
+
/**
|
|
472
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
473
|
+
*/
|
|
474
|
+
ipAddressType?: string | null | undefined;
|
|
475
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2;
|
|
476
|
+
/**
|
|
477
|
+
* Internet-facing or internal ALB scheme.
|
|
478
|
+
*/
|
|
479
|
+
scheme: string;
|
|
480
|
+
/**
|
|
481
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
482
|
+
*/
|
|
483
|
+
subnetIds?: Array<string> | undefined;
|
|
484
|
+
/**
|
|
485
|
+
* ALB target type, usually `ip`.
|
|
486
|
+
*/
|
|
487
|
+
targetType: string;
|
|
488
|
+
};
|
|
489
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion2 = DeploymentSetupStackSettingsPolicyProviderAwsAlb2 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2 | DeploymentSetupStackSettingsPolicyProviderGkeGateway2 | any;
|
|
490
|
+
/**
|
|
491
|
+
* Shared Gateway API route profile values.
|
|
492
|
+
*/
|
|
493
|
+
export type DeploymentSetupStackSettingsPolicyRouteGateway1 = {
|
|
494
|
+
/**
|
|
495
|
+
* Annotations applied to route objects.
|
|
496
|
+
*/
|
|
497
|
+
annotations?: {
|
|
498
|
+
[k: string]: string;
|
|
499
|
+
} | undefined;
|
|
500
|
+
/**
|
|
501
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
502
|
+
*/
|
|
503
|
+
controller?: string | null | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* GatewayClass selected for generated Gateways.
|
|
506
|
+
*/
|
|
507
|
+
gatewayClassName: string;
|
|
508
|
+
/**
|
|
509
|
+
* Labels applied to route objects.
|
|
510
|
+
*/
|
|
511
|
+
labels?: {
|
|
512
|
+
[k: string]: string;
|
|
513
|
+
} | undefined;
|
|
514
|
+
/**
|
|
515
|
+
* Listener port, usually 443.
|
|
516
|
+
*/
|
|
517
|
+
listenerPort: number;
|
|
518
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb2 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2 | DeploymentSetupStackSettingsPolicyProviderGkeGateway2 | any | null | undefined;
|
|
519
|
+
routeApi: "gateway";
|
|
520
|
+
};
|
|
521
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1: {
|
|
522
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
523
|
+
};
|
|
524
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1>;
|
|
525
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1 = {
|
|
526
|
+
/**
|
|
527
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
528
|
+
*/
|
|
529
|
+
albName?: string | null | undefined;
|
|
530
|
+
/**
|
|
531
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
532
|
+
*/
|
|
533
|
+
albNamespace?: string | null | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* Public or internal frontend exposure.
|
|
536
|
+
*/
|
|
537
|
+
frontend: string;
|
|
538
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1;
|
|
539
|
+
};
|
|
540
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1: {
|
|
541
|
+
readonly GkeGateway: "gkeGateway";
|
|
542
|
+
};
|
|
543
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1>;
|
|
544
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway1 = {
|
|
545
|
+
provider: DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1;
|
|
546
|
+
/**
|
|
547
|
+
* Optional static address name for the Gateway frontend.
|
|
548
|
+
*/
|
|
549
|
+
staticAddressName?: string | null | undefined;
|
|
550
|
+
};
|
|
551
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1: {
|
|
552
|
+
readonly AwsAlb: "awsAlb";
|
|
553
|
+
};
|
|
554
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1 = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1>;
|
|
555
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb1 = {
|
|
556
|
+
/**
|
|
557
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
558
|
+
*/
|
|
559
|
+
ipAddressType?: string | null | undefined;
|
|
560
|
+
provider: DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1;
|
|
561
|
+
/**
|
|
562
|
+
* Internet-facing or internal ALB scheme.
|
|
563
|
+
*/
|
|
564
|
+
scheme: string;
|
|
565
|
+
/**
|
|
566
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
567
|
+
*/
|
|
568
|
+
subnetIds?: Array<string> | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* ALB target type, usually `ip`.
|
|
571
|
+
*/
|
|
572
|
+
targetType: string;
|
|
573
|
+
};
|
|
574
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion1 = DeploymentSetupStackSettingsPolicyProviderAwsAlb1 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1 | DeploymentSetupStackSettingsPolicyProviderGkeGateway1 | any;
|
|
575
|
+
/**
|
|
576
|
+
* Shared Ingress route profile values.
|
|
577
|
+
*/
|
|
578
|
+
export type DeploymentSetupStackSettingsPolicyRouteIngress1 = {
|
|
579
|
+
/**
|
|
580
|
+
* Annotations applied to route objects.
|
|
581
|
+
*/
|
|
582
|
+
annotations?: {
|
|
583
|
+
[k: string]: string;
|
|
584
|
+
} | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
587
|
+
*/
|
|
588
|
+
controller?: string | null | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
591
|
+
*/
|
|
592
|
+
ingressClassName: string;
|
|
593
|
+
/**
|
|
594
|
+
* Labels applied to route objects.
|
|
595
|
+
*/
|
|
596
|
+
labels?: {
|
|
597
|
+
[k: string]: string;
|
|
598
|
+
} | undefined;
|
|
599
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb1 | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1 | DeploymentSetupStackSettingsPolicyProviderGkeGateway1 | any | null | undefined;
|
|
600
|
+
routeApi: "ingress";
|
|
601
|
+
};
|
|
602
|
+
/**
|
|
603
|
+
* Kubernetes route API selected for public endpoints.
|
|
604
|
+
*/
|
|
605
|
+
export type DeploymentSetupStackSettingsPolicyRouteUnion1 = DeploymentSetupStackSettingsPolicyRouteIngress1 | DeploymentSetupStackSettingsPolicyRouteGateway1;
|
|
606
|
+
export type DeploymentSetupStackSettingsPolicyExposureGenerated = {
|
|
607
|
+
/**
|
|
608
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
609
|
+
*/
|
|
610
|
+
certificate: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1 | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1 | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1 | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1 | DeploymentSetupStackSettingsPolicyCertificateNone1;
|
|
611
|
+
mode: DeploymentSetupStackSettingsPolicyModeGenerated;
|
|
612
|
+
/**
|
|
613
|
+
* Kubernetes route API selected for public endpoints.
|
|
614
|
+
*/
|
|
615
|
+
route: DeploymentSetupStackSettingsPolicyRouteIngress1 | DeploymentSetupStackSettingsPolicyRouteGateway1;
|
|
616
|
+
};
|
|
617
|
+
export declare const DeploymentSetupStackSettingsPolicyModeDisabled: {
|
|
618
|
+
readonly Disabled: "disabled";
|
|
619
|
+
};
|
|
620
|
+
export type DeploymentSetupStackSettingsPolicyModeDisabled = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyModeDisabled>;
|
|
621
|
+
export type DeploymentSetupStackSettingsPolicyExposureDisabled = {
|
|
622
|
+
mode: DeploymentSetupStackSettingsPolicyModeDisabled;
|
|
623
|
+
};
|
|
624
|
+
export type DeploymentSetupStackSettingsPolicyExposureUnion = DeploymentSetupStackSettingsPolicyExposureCustom | DeploymentSetupStackSettingsPolicyExposureGenerated | DeploymentSetupStackSettingsPolicyExposureDisabled | any;
|
|
625
|
+
/**
|
|
626
|
+
* Kubernetes runtime substrate configuration.
|
|
627
|
+
*
|
|
628
|
+
* @remarks
|
|
629
|
+
*
|
|
630
|
+
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
631
|
+
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
632
|
+
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
633
|
+
* cluster.
|
|
634
|
+
*/
|
|
635
|
+
export type DeploymentSetupStackSettingsPolicyKubernetes = {
|
|
636
|
+
cluster?: DeploymentSetupStackSettingsPolicyCluster | any | null | undefined;
|
|
637
|
+
exposure?: DeploymentSetupStackSettingsPolicyExposureCustom | DeploymentSetupStackSettingsPolicyExposureGenerated | DeploymentSetupStackSettingsPolicyExposureDisabled | any | null | undefined;
|
|
638
|
+
};
|
|
639
|
+
export type DeploymentSetupStackSettingsPolicyKubernetesUnion = DeploymentSetupStackSettingsPolicyKubernetes | any;
|
|
640
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVnetAzure: {
|
|
641
|
+
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
642
|
+
};
|
|
643
|
+
export type DeploymentSetupStackSettingsPolicyTypeByoVnetAzure = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVnetAzure>;
|
|
644
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure = {
|
|
645
|
+
/**
|
|
646
|
+
* Name of the private subnet within the VNet
|
|
647
|
+
*/
|
|
648
|
+
privateSubnetName: string;
|
|
649
|
+
/**
|
|
650
|
+
* Name of the public subnet within the VNet
|
|
651
|
+
*/
|
|
652
|
+
publicSubnetName: string;
|
|
653
|
+
type: DeploymentSetupStackSettingsPolicyTypeByoVnetAzure;
|
|
654
|
+
/**
|
|
655
|
+
* The full resource ID of the existing VNet
|
|
656
|
+
*/
|
|
657
|
+
vnetResourceId: string;
|
|
658
|
+
};
|
|
659
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcGcp: {
|
|
660
|
+
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
661
|
+
};
|
|
662
|
+
export type DeploymentSetupStackSettingsPolicyTypeByoVpcGcp = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcGcp>;
|
|
663
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp = {
|
|
664
|
+
/**
|
|
665
|
+
* The name of the existing VPC network
|
|
666
|
+
*/
|
|
667
|
+
networkName: string;
|
|
668
|
+
/**
|
|
669
|
+
* The region of the subnet
|
|
670
|
+
*/
|
|
671
|
+
region: string;
|
|
672
|
+
/**
|
|
673
|
+
* The name of the subnet to use
|
|
674
|
+
*/
|
|
675
|
+
subnetName: string;
|
|
676
|
+
type: DeploymentSetupStackSettingsPolicyTypeByoVpcGcp;
|
|
677
|
+
};
|
|
678
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcAws: {
|
|
679
|
+
readonly ByoVpcAws: "byo-vpc-aws";
|
|
680
|
+
};
|
|
681
|
+
export type DeploymentSetupStackSettingsPolicyTypeByoVpcAws = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcAws>;
|
|
682
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVpcAws = {
|
|
683
|
+
/**
|
|
684
|
+
* IDs of private subnets
|
|
685
|
+
*/
|
|
686
|
+
privateSubnetIds: Array<string>;
|
|
687
|
+
/**
|
|
688
|
+
* IDs of public subnets (required for public ingress)
|
|
689
|
+
*/
|
|
690
|
+
publicSubnetIds: Array<string>;
|
|
691
|
+
/**
|
|
692
|
+
* Optional security group IDs to use
|
|
693
|
+
*/
|
|
694
|
+
securityGroupIds?: Array<string> | undefined;
|
|
695
|
+
type: DeploymentSetupStackSettingsPolicyTypeByoVpcAws;
|
|
696
|
+
/**
|
|
697
|
+
* The ID of the existing VPC
|
|
698
|
+
*/
|
|
699
|
+
vpcId: string;
|
|
700
|
+
};
|
|
701
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeCreate: {
|
|
702
|
+
readonly Create: "create";
|
|
703
|
+
};
|
|
704
|
+
export type DeploymentSetupStackSettingsPolicyTypeCreate = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTypeCreate>;
|
|
705
|
+
export type DeploymentSetupStackSettingsPolicyNetworkCreate = {
|
|
706
|
+
/**
|
|
707
|
+
* Number of availability zones (default: 2).
|
|
708
|
+
*/
|
|
709
|
+
availabilityZones?: number | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
712
|
+
*
|
|
713
|
+
* @remarks
|
|
714
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
715
|
+
*/
|
|
716
|
+
cidr?: string | null | undefined;
|
|
717
|
+
type: DeploymentSetupStackSettingsPolicyTypeCreate;
|
|
718
|
+
};
|
|
719
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeUseDefault: {
|
|
720
|
+
readonly UseDefault: "use-default";
|
|
721
|
+
};
|
|
722
|
+
export type DeploymentSetupStackSettingsPolicyTypeUseDefault = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTypeUseDefault>;
|
|
723
|
+
export type DeploymentSetupStackSettingsPolicyNetworkUseDefault = {
|
|
724
|
+
type: DeploymentSetupStackSettingsPolicyTypeUseDefault;
|
|
725
|
+
};
|
|
726
|
+
export type DeploymentSetupStackSettingsPolicyNetworkUnion = DeploymentSetupStackSettingsPolicyNetworkByoVpcAws | DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp | DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure | DeploymentSetupStackSettingsPolicyNetworkUseDefault | DeploymentSetupStackSettingsPolicyNetworkCreate | any;
|
|
727
|
+
/**
|
|
728
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
729
|
+
*/
|
|
730
|
+
export declare const DeploymentSetupStackSettingsPolicyTelemetry: {
|
|
731
|
+
readonly Off: "off";
|
|
732
|
+
readonly Auto: "auto";
|
|
733
|
+
readonly ApprovalRequired: "approval-required";
|
|
734
|
+
};
|
|
735
|
+
/**
|
|
736
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
737
|
+
*/
|
|
738
|
+
export type DeploymentSetupStackSettingsPolicyTelemetry = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyTelemetry>;
|
|
739
|
+
/**
|
|
740
|
+
* How updates are delivered to the deployment.
|
|
741
|
+
*/
|
|
742
|
+
export declare const DeploymentSetupStackSettingsPolicyUpdates: {
|
|
743
|
+
readonly Auto: "auto";
|
|
744
|
+
readonly ApprovalRequired: "approval-required";
|
|
745
|
+
};
|
|
746
|
+
/**
|
|
747
|
+
* How updates are delivered to the deployment.
|
|
748
|
+
*/
|
|
749
|
+
export type DeploymentSetupStackSettingsPolicyUpdates = ClosedEnum<typeof DeploymentSetupStackSettingsPolicyUpdates>;
|
|
750
|
+
/**
|
|
751
|
+
* User-customizable deployment settings specified at deploy time.
|
|
752
|
+
*
|
|
753
|
+
* @remarks
|
|
754
|
+
*
|
|
755
|
+
* These settings are provided by the customer via CloudFormation parameters,
|
|
756
|
+
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
757
|
+
* deployment runs and what capabilities are enabled.
|
|
758
|
+
*
|
|
759
|
+
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
760
|
+
* is platform-derived (from the Manager's ServiceAccount).
|
|
761
|
+
*/
|
|
762
|
+
export type Defaults = {
|
|
763
|
+
/**
|
|
764
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
765
|
+
*/
|
|
766
|
+
deploymentModel?: DeploymentSetupStackSettingsPolicyDeploymentModel | undefined;
|
|
767
|
+
domains?: DeploymentSetupStackSettingsPolicyDomains | any | null | undefined;
|
|
768
|
+
/**
|
|
769
|
+
* External bindings for pre-existing infrastructure.
|
|
770
|
+
*
|
|
771
|
+
* @remarks
|
|
772
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
773
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
774
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
775
|
+
*/
|
|
776
|
+
externalBindings?: DeploymentSetupStackSettingsPolicyExternalBindings | null | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* How heartbeat health checks are handled.
|
|
779
|
+
*/
|
|
780
|
+
heartbeats?: DeploymentSetupStackSettingsPolicyHeartbeats | undefined;
|
|
781
|
+
kubernetes?: DeploymentSetupStackSettingsPolicyKubernetes | any | null | undefined;
|
|
782
|
+
network?: DeploymentSetupStackSettingsPolicyNetworkByoVpcAws | DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp | DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure | DeploymentSetupStackSettingsPolicyNetworkUseDefault | DeploymentSetupStackSettingsPolicyNetworkCreate | any | null | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
785
|
+
*/
|
|
786
|
+
telemetry?: DeploymentSetupStackSettingsPolicyTelemetry | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* How updates are delivered to the deployment.
|
|
789
|
+
*/
|
|
790
|
+
updates?: DeploymentSetupStackSettingsPolicyUpdates | undefined;
|
|
791
|
+
};
|
|
792
|
+
export declare const AllowedDeploymentModel: {
|
|
793
|
+
readonly Push: "push";
|
|
794
|
+
readonly Pull: "pull";
|
|
795
|
+
readonly Airgapped: "airgapped";
|
|
796
|
+
};
|
|
797
|
+
export type AllowedDeploymentModel = ClosedEnum<typeof AllowedDeploymentModel>;
|
|
798
|
+
export declare const AllowedNetworkMode: {
|
|
799
|
+
readonly None: "none";
|
|
800
|
+
readonly Create: "create";
|
|
801
|
+
readonly Default: "default";
|
|
802
|
+
readonly Byo: "byo";
|
|
803
|
+
};
|
|
804
|
+
export type AllowedNetworkMode = ClosedEnum<typeof AllowedNetworkMode>;
|
|
805
|
+
export declare const AllowedUpdatesMode: {
|
|
806
|
+
readonly Auto: "auto";
|
|
807
|
+
readonly ApprovalRequired: "approval-required";
|
|
808
|
+
};
|
|
809
|
+
export type AllowedUpdatesMode = ClosedEnum<typeof AllowedUpdatesMode>;
|
|
810
|
+
export declare const AllowedTelemetryMode: {
|
|
811
|
+
readonly Auto: "auto";
|
|
812
|
+
readonly ApprovalRequired: "approval-required";
|
|
813
|
+
readonly Off: "off";
|
|
814
|
+
};
|
|
815
|
+
export type AllowedTelemetryMode = ClosedEnum<typeof AllowedTelemetryMode>;
|
|
816
|
+
export declare const AllowedHeartbeatsMode: {
|
|
817
|
+
readonly On: "on";
|
|
818
|
+
readonly Off: "off";
|
|
819
|
+
};
|
|
820
|
+
export type AllowedHeartbeatsMode = ClosedEnum<typeof AllowedHeartbeatsMode>;
|
|
821
|
+
export type DeploymentSetupStackSettingsPolicy = {
|
|
822
|
+
/**
|
|
823
|
+
* User-customizable deployment settings specified at deploy time.
|
|
824
|
+
*
|
|
825
|
+
* @remarks
|
|
826
|
+
*
|
|
827
|
+
* These settings are provided by the customer via CloudFormation parameters,
|
|
828
|
+
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
829
|
+
* deployment runs and what capabilities are enabled.
|
|
830
|
+
*
|
|
831
|
+
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
832
|
+
* is platform-derived (from the Manager's ServiceAccount).
|
|
833
|
+
*/
|
|
834
|
+
defaults?: Defaults | undefined;
|
|
835
|
+
allowedDeploymentModels?: Array<AllowedDeploymentModel> | undefined;
|
|
836
|
+
allowedNetworkModes?: Array<AllowedNetworkMode> | undefined;
|
|
837
|
+
allowedUpdatesModes?: Array<AllowedUpdatesMode> | undefined;
|
|
838
|
+
allowedTelemetryModes?: Array<AllowedTelemetryMode> | undefined;
|
|
839
|
+
allowedHeartbeatsModes?: Array<AllowedHeartbeatsMode> | undefined;
|
|
840
|
+
allowExternalBindings?: boolean | undefined;
|
|
841
|
+
allowCustomRegistry?: boolean | undefined;
|
|
842
|
+
};
|
|
843
|
+
/** @internal */
|
|
844
|
+
export declare const DeploymentSetupStackSettingsPolicyDeploymentModel$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyDeploymentModel>;
|
|
845
|
+
/** @internal */
|
|
846
|
+
export declare const DeploymentSetupStackSettingsPolicyDeploymentModel$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyDeploymentModel>;
|
|
847
|
+
/** @internal */
|
|
848
|
+
export declare const DeploymentSetupStackSettingsPolicyAws$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAws, unknown>;
|
|
849
|
+
/** @internal */
|
|
850
|
+
export type DeploymentSetupStackSettingsPolicyAws$Outbound = {
|
|
851
|
+
certificateArn: string;
|
|
852
|
+
};
|
|
853
|
+
/** @internal */
|
|
854
|
+
export declare const DeploymentSetupStackSettingsPolicyAws$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAws$Outbound, DeploymentSetupStackSettingsPolicyAws>;
|
|
855
|
+
export declare function deploymentSetupStackSettingsPolicyAwsToJSON(deploymentSetupStackSettingsPolicyAws: DeploymentSetupStackSettingsPolicyAws): string;
|
|
856
|
+
export declare function deploymentSetupStackSettingsPolicyAwsFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyAws, SDKValidationError>;
|
|
857
|
+
/** @internal */
|
|
858
|
+
export declare const DeploymentSetupStackSettingsPolicyAwsUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAwsUnion, unknown>;
|
|
859
|
+
/** @internal */
|
|
860
|
+
export type DeploymentSetupStackSettingsPolicyAwsUnion$Outbound = DeploymentSetupStackSettingsPolicyAws$Outbound | any;
|
|
861
|
+
/** @internal */
|
|
862
|
+
export declare const DeploymentSetupStackSettingsPolicyAwsUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAwsUnion$Outbound, DeploymentSetupStackSettingsPolicyAwsUnion>;
|
|
863
|
+
export declare function deploymentSetupStackSettingsPolicyAwsUnionToJSON(deploymentSetupStackSettingsPolicyAwsUnion: DeploymentSetupStackSettingsPolicyAwsUnion): string;
|
|
864
|
+
export declare function deploymentSetupStackSettingsPolicyAwsUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyAwsUnion, SDKValidationError>;
|
|
865
|
+
/** @internal */
|
|
866
|
+
export declare const DeploymentSetupStackSettingsPolicyAzure$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAzure, unknown>;
|
|
867
|
+
/** @internal */
|
|
868
|
+
export type DeploymentSetupStackSettingsPolicyAzure$Outbound = {
|
|
869
|
+
keyVaultCertificateId: string;
|
|
870
|
+
};
|
|
871
|
+
/** @internal */
|
|
872
|
+
export declare const DeploymentSetupStackSettingsPolicyAzure$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAzure$Outbound, DeploymentSetupStackSettingsPolicyAzure>;
|
|
873
|
+
export declare function deploymentSetupStackSettingsPolicyAzureToJSON(deploymentSetupStackSettingsPolicyAzure: DeploymentSetupStackSettingsPolicyAzure): string;
|
|
874
|
+
export declare function deploymentSetupStackSettingsPolicyAzureFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyAzure, SDKValidationError>;
|
|
875
|
+
/** @internal */
|
|
876
|
+
export declare const DeploymentSetupStackSettingsPolicyAzureUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAzureUnion, unknown>;
|
|
877
|
+
/** @internal */
|
|
878
|
+
export type DeploymentSetupStackSettingsPolicyAzureUnion$Outbound = DeploymentSetupStackSettingsPolicyAzure$Outbound | any;
|
|
879
|
+
/** @internal */
|
|
880
|
+
export declare const DeploymentSetupStackSettingsPolicyAzureUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyAzureUnion$Outbound, DeploymentSetupStackSettingsPolicyAzureUnion>;
|
|
881
|
+
export declare function deploymentSetupStackSettingsPolicyAzureUnionToJSON(deploymentSetupStackSettingsPolicyAzureUnion: DeploymentSetupStackSettingsPolicyAzureUnion): string;
|
|
882
|
+
export declare function deploymentSetupStackSettingsPolicyAzureUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyAzureUnion, SDKValidationError>;
|
|
883
|
+
/** @internal */
|
|
884
|
+
export declare const DeploymentSetupStackSettingsPolicyGcp$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyGcp, unknown>;
|
|
885
|
+
/** @internal */
|
|
886
|
+
export type DeploymentSetupStackSettingsPolicyGcp$Outbound = {
|
|
887
|
+
certificateName: string;
|
|
888
|
+
};
|
|
889
|
+
/** @internal */
|
|
890
|
+
export declare const DeploymentSetupStackSettingsPolicyGcp$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyGcp$Outbound, DeploymentSetupStackSettingsPolicyGcp>;
|
|
891
|
+
export declare function deploymentSetupStackSettingsPolicyGcpToJSON(deploymentSetupStackSettingsPolicyGcp: DeploymentSetupStackSettingsPolicyGcp): string;
|
|
892
|
+
export declare function deploymentSetupStackSettingsPolicyGcpFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyGcp, SDKValidationError>;
|
|
893
|
+
/** @internal */
|
|
894
|
+
export declare const DeploymentSetupStackSettingsPolicyGcpUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyGcpUnion, unknown>;
|
|
895
|
+
/** @internal */
|
|
896
|
+
export type DeploymentSetupStackSettingsPolicyGcpUnion$Outbound = DeploymentSetupStackSettingsPolicyGcp$Outbound | any;
|
|
897
|
+
/** @internal */
|
|
898
|
+
export declare const DeploymentSetupStackSettingsPolicyGcpUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyGcpUnion$Outbound, DeploymentSetupStackSettingsPolicyGcpUnion>;
|
|
899
|
+
export declare function deploymentSetupStackSettingsPolicyGcpUnionToJSON(deploymentSetupStackSettingsPolicyGcpUnion: DeploymentSetupStackSettingsPolicyGcpUnion): string;
|
|
900
|
+
export declare function deploymentSetupStackSettingsPolicyGcpUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyGcpUnion, SDKValidationError>;
|
|
901
|
+
/** @internal */
|
|
902
|
+
export declare const DeploymentSetupStackSettingsPolicyTlsSecretRef$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyTlsSecretRef, unknown>;
|
|
903
|
+
/** @internal */
|
|
904
|
+
export type DeploymentSetupStackSettingsPolicyTlsSecretRef$Outbound = {
|
|
905
|
+
namespace?: string | null | undefined;
|
|
906
|
+
secretName: string;
|
|
907
|
+
};
|
|
908
|
+
/** @internal */
|
|
909
|
+
export declare const DeploymentSetupStackSettingsPolicyTlsSecretRef$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyTlsSecretRef$Outbound, DeploymentSetupStackSettingsPolicyTlsSecretRef>;
|
|
910
|
+
export declare function deploymentSetupStackSettingsPolicyTlsSecretRefToJSON(deploymentSetupStackSettingsPolicyTlsSecretRef: DeploymentSetupStackSettingsPolicyTlsSecretRef): string;
|
|
911
|
+
export declare function deploymentSetupStackSettingsPolicyTlsSecretRefFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyTlsSecretRef, SDKValidationError>;
|
|
912
|
+
/** @internal */
|
|
913
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsKubernetes$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsKubernetes, unknown>;
|
|
914
|
+
/** @internal */
|
|
915
|
+
export type DeploymentSetupStackSettingsPolicyDomainsKubernetes$Outbound = {
|
|
916
|
+
tlsSecretRef: DeploymentSetupStackSettingsPolicyTlsSecretRef$Outbound;
|
|
917
|
+
};
|
|
918
|
+
/** @internal */
|
|
919
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsKubernetes$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsKubernetes$Outbound, DeploymentSetupStackSettingsPolicyDomainsKubernetes>;
|
|
920
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsKubernetesToJSON(deploymentSetupStackSettingsPolicyDomainsKubernetes: DeploymentSetupStackSettingsPolicyDomainsKubernetes): string;
|
|
921
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsKubernetesFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyDomainsKubernetes, SDKValidationError>;
|
|
922
|
+
/** @internal */
|
|
923
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion, unknown>;
|
|
924
|
+
/** @internal */
|
|
925
|
+
export type DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion$Outbound = DeploymentSetupStackSettingsPolicyDomainsKubernetes$Outbound | any;
|
|
926
|
+
/** @internal */
|
|
927
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion$Outbound, DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion>;
|
|
928
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsKubernetesUnionToJSON(deploymentSetupStackSettingsPolicyDomainsKubernetesUnion: DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion): string;
|
|
929
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsKubernetesUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyDomainsKubernetesUnion, SDKValidationError>;
|
|
930
|
+
/** @internal */
|
|
931
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsCertificate$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsCertificate, unknown>;
|
|
932
|
+
/** @internal */
|
|
933
|
+
export type DeploymentSetupStackSettingsPolicyDomainsCertificate$Outbound = {
|
|
934
|
+
aws?: DeploymentSetupStackSettingsPolicyAws$Outbound | any | null | undefined;
|
|
935
|
+
azure?: DeploymentSetupStackSettingsPolicyAzure$Outbound | any | null | undefined;
|
|
936
|
+
gcp?: DeploymentSetupStackSettingsPolicyGcp$Outbound | any | null | undefined;
|
|
937
|
+
kubernetes?: DeploymentSetupStackSettingsPolicyDomainsKubernetes$Outbound | any | null | undefined;
|
|
938
|
+
};
|
|
939
|
+
/** @internal */
|
|
940
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsCertificate$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsCertificate$Outbound, DeploymentSetupStackSettingsPolicyDomainsCertificate>;
|
|
941
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsCertificateToJSON(deploymentSetupStackSettingsPolicyDomainsCertificate: DeploymentSetupStackSettingsPolicyDomainsCertificate): string;
|
|
942
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsCertificateFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyDomainsCertificate, SDKValidationError>;
|
|
943
|
+
/** @internal */
|
|
944
|
+
export declare const DeploymentSetupStackSettingsPolicyCustomDomains$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCustomDomains, unknown>;
|
|
945
|
+
/** @internal */
|
|
946
|
+
export type DeploymentSetupStackSettingsPolicyCustomDomains$Outbound = {
|
|
947
|
+
certificate: DeploymentSetupStackSettingsPolicyDomainsCertificate$Outbound;
|
|
948
|
+
domain: string;
|
|
949
|
+
};
|
|
950
|
+
/** @internal */
|
|
951
|
+
export declare const DeploymentSetupStackSettingsPolicyCustomDomains$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCustomDomains$Outbound, DeploymentSetupStackSettingsPolicyCustomDomains>;
|
|
952
|
+
export declare function deploymentSetupStackSettingsPolicyCustomDomainsToJSON(deploymentSetupStackSettingsPolicyCustomDomains: DeploymentSetupStackSettingsPolicyCustomDomains): string;
|
|
953
|
+
export declare function deploymentSetupStackSettingsPolicyCustomDomainsFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCustomDomains, SDKValidationError>;
|
|
954
|
+
/** @internal */
|
|
955
|
+
export declare const DeploymentSetupStackSettingsPolicyDomains$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomains, unknown>;
|
|
956
|
+
/** @internal */
|
|
957
|
+
export type DeploymentSetupStackSettingsPolicyDomains$Outbound = {
|
|
958
|
+
customDomains?: {
|
|
959
|
+
[k: string]: DeploymentSetupStackSettingsPolicyCustomDomains$Outbound;
|
|
960
|
+
} | null | undefined;
|
|
961
|
+
};
|
|
962
|
+
/** @internal */
|
|
963
|
+
export declare const DeploymentSetupStackSettingsPolicyDomains$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomains$Outbound, DeploymentSetupStackSettingsPolicyDomains>;
|
|
964
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsToJSON(deploymentSetupStackSettingsPolicyDomains: DeploymentSetupStackSettingsPolicyDomains): string;
|
|
965
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyDomains, SDKValidationError>;
|
|
966
|
+
/** @internal */
|
|
967
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsUnion, unknown>;
|
|
968
|
+
/** @internal */
|
|
969
|
+
export type DeploymentSetupStackSettingsPolicyDomainsUnion$Outbound = DeploymentSetupStackSettingsPolicyDomains$Outbound | any;
|
|
970
|
+
/** @internal */
|
|
971
|
+
export declare const DeploymentSetupStackSettingsPolicyDomainsUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyDomainsUnion$Outbound, DeploymentSetupStackSettingsPolicyDomainsUnion>;
|
|
972
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsUnionToJSON(deploymentSetupStackSettingsPolicyDomainsUnion: DeploymentSetupStackSettingsPolicyDomainsUnion): string;
|
|
973
|
+
export declare function deploymentSetupStackSettingsPolicyDomainsUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyDomainsUnion, SDKValidationError>;
|
|
974
|
+
/** @internal */
|
|
975
|
+
export declare const DeploymentSetupStackSettingsPolicyExternalBindings$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExternalBindings, unknown>;
|
|
976
|
+
/** @internal */
|
|
977
|
+
export type DeploymentSetupStackSettingsPolicyExternalBindings$Outbound = {};
|
|
978
|
+
/** @internal */
|
|
979
|
+
export declare const DeploymentSetupStackSettingsPolicyExternalBindings$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExternalBindings$Outbound, DeploymentSetupStackSettingsPolicyExternalBindings>;
|
|
980
|
+
export declare function deploymentSetupStackSettingsPolicyExternalBindingsToJSON(deploymentSetupStackSettingsPolicyExternalBindings: DeploymentSetupStackSettingsPolicyExternalBindings): string;
|
|
981
|
+
export declare function deploymentSetupStackSettingsPolicyExternalBindingsFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyExternalBindings, SDKValidationError>;
|
|
982
|
+
/** @internal */
|
|
983
|
+
export declare const DeploymentSetupStackSettingsPolicyHeartbeats$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyHeartbeats>;
|
|
984
|
+
/** @internal */
|
|
985
|
+
export declare const DeploymentSetupStackSettingsPolicyHeartbeats$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyHeartbeats>;
|
|
986
|
+
/** @internal */
|
|
987
|
+
export declare const DeploymentSetupStackSettingsPolicyCloud$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCloud, unknown>;
|
|
988
|
+
/** @internal */
|
|
989
|
+
export type DeploymentSetupStackSettingsPolicyCloud$Outbound = {
|
|
990
|
+
accountId?: string | null | undefined;
|
|
991
|
+
clusterId?: string | null | undefined;
|
|
992
|
+
clusterName?: string | null | undefined;
|
|
993
|
+
projectId?: string | null | undefined;
|
|
994
|
+
region?: string | null | undefined;
|
|
995
|
+
resourceGroup?: string | null | undefined;
|
|
996
|
+
subscriptionId?: string | null | undefined;
|
|
997
|
+
};
|
|
998
|
+
/** @internal */
|
|
999
|
+
export declare const DeploymentSetupStackSettingsPolicyCloud$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCloud$Outbound, DeploymentSetupStackSettingsPolicyCloud>;
|
|
1000
|
+
export declare function deploymentSetupStackSettingsPolicyCloudToJSON(deploymentSetupStackSettingsPolicyCloud: DeploymentSetupStackSettingsPolicyCloud): string;
|
|
1001
|
+
export declare function deploymentSetupStackSettingsPolicyCloudFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCloud, SDKValidationError>;
|
|
1002
|
+
/** @internal */
|
|
1003
|
+
export declare const DeploymentSetupStackSettingsPolicyCloudUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCloudUnion, unknown>;
|
|
1004
|
+
/** @internal */
|
|
1005
|
+
export type DeploymentSetupStackSettingsPolicyCloudUnion$Outbound = DeploymentSetupStackSettingsPolicyCloud$Outbound | any;
|
|
1006
|
+
/** @internal */
|
|
1007
|
+
export declare const DeploymentSetupStackSettingsPolicyCloudUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCloudUnion$Outbound, DeploymentSetupStackSettingsPolicyCloudUnion>;
|
|
1008
|
+
export declare function deploymentSetupStackSettingsPolicyCloudUnionToJSON(deploymentSetupStackSettingsPolicyCloudUnion: DeploymentSetupStackSettingsPolicyCloudUnion): string;
|
|
1009
|
+
export declare function deploymentSetupStackSettingsPolicyCloudUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCloudUnion, SDKValidationError>;
|
|
1010
|
+
/** @internal */
|
|
1011
|
+
export declare const DeploymentSetupStackSettingsPolicyOwnership$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyOwnership>;
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export declare const DeploymentSetupStackSettingsPolicyOwnership$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyOwnership>;
|
|
1014
|
+
/** @internal */
|
|
1015
|
+
export declare const DeploymentSetupStackSettingsPolicyCluster$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCluster, unknown>;
|
|
1016
|
+
/** @internal */
|
|
1017
|
+
export type DeploymentSetupStackSettingsPolicyCluster$Outbound = {
|
|
1018
|
+
cloud?: DeploymentSetupStackSettingsPolicyCloud$Outbound | any | null | undefined;
|
|
1019
|
+
namespace?: string | null | undefined;
|
|
1020
|
+
ownership: string;
|
|
1021
|
+
};
|
|
1022
|
+
/** @internal */
|
|
1023
|
+
export declare const DeploymentSetupStackSettingsPolicyCluster$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCluster$Outbound, DeploymentSetupStackSettingsPolicyCluster>;
|
|
1024
|
+
export declare function deploymentSetupStackSettingsPolicyClusterToJSON(deploymentSetupStackSettingsPolicyCluster: DeploymentSetupStackSettingsPolicyCluster): string;
|
|
1025
|
+
export declare function deploymentSetupStackSettingsPolicyClusterFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCluster, SDKValidationError>;
|
|
1026
|
+
/** @internal */
|
|
1027
|
+
export declare const DeploymentSetupStackSettingsPolicyClusterUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyClusterUnion, unknown>;
|
|
1028
|
+
/** @internal */
|
|
1029
|
+
export type DeploymentSetupStackSettingsPolicyClusterUnion$Outbound = DeploymentSetupStackSettingsPolicyCluster$Outbound | any;
|
|
1030
|
+
/** @internal */
|
|
1031
|
+
export declare const DeploymentSetupStackSettingsPolicyClusterUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyClusterUnion$Outbound, DeploymentSetupStackSettingsPolicyClusterUnion>;
|
|
1032
|
+
export declare function deploymentSetupStackSettingsPolicyClusterUnionToJSON(deploymentSetupStackSettingsPolicyClusterUnion: DeploymentSetupStackSettingsPolicyClusterUnion): string;
|
|
1033
|
+
export declare function deploymentSetupStackSettingsPolicyClusterUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyClusterUnion, SDKValidationError>;
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateNone2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateNone2, unknown>;
|
|
1036
|
+
/** @internal */
|
|
1037
|
+
export type DeploymentSetupStackSettingsPolicyCertificateNone2$Outbound = {
|
|
1038
|
+
mode: "none";
|
|
1039
|
+
};
|
|
1040
|
+
/** @internal */
|
|
1041
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateNone2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateNone2$Outbound, DeploymentSetupStackSettingsPolicyCertificateNone2>;
|
|
1042
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateNone2ToJSON(deploymentSetupStackSettingsPolicyCertificateNone2: DeploymentSetupStackSettingsPolicyCertificateNone2): string;
|
|
1043
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateNone2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateNone2, SDKValidationError>;
|
|
1044
|
+
/** @internal */
|
|
1045
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2, unknown>;
|
|
1046
|
+
/** @internal */
|
|
1047
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$Outbound = {
|
|
1048
|
+
mode: "managedTlsSecret";
|
|
1049
|
+
secretNameTemplate: string;
|
|
1050
|
+
};
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$Outbound, DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2>;
|
|
1053
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2ToJSON(deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2: DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2): string;
|
|
1054
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2, SDKValidationError>;
|
|
1055
|
+
/** @internal */
|
|
1056
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2, unknown>;
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
export type DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$Outbound = {
|
|
1059
|
+
certificateArn: string;
|
|
1060
|
+
mode: "awsAcmArn";
|
|
1061
|
+
};
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$Outbound, DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2>;
|
|
1064
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateAwsAcmArn2ToJSON(deploymentSetupStackSettingsPolicyCertificateAwsAcmArn2: DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2): string;
|
|
1065
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateAwsAcmArn2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2, SDKValidationError>;
|
|
1066
|
+
/** @internal */
|
|
1067
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2, unknown>;
|
|
1068
|
+
/** @internal */
|
|
1069
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$Outbound = {
|
|
1070
|
+
mode: "managedAcmImport";
|
|
1071
|
+
region?: string | null | undefined;
|
|
1072
|
+
tags?: {
|
|
1073
|
+
[k: string]: string;
|
|
1074
|
+
} | undefined;
|
|
1075
|
+
};
|
|
1076
|
+
/** @internal */
|
|
1077
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$Outbound, DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2>;
|
|
1078
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedAcmImport2ToJSON(deploymentSetupStackSettingsPolicyCertificateManagedAcmImport2: DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2): string;
|
|
1079
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedAcmImport2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2, SDKValidationError>;
|
|
1080
|
+
/** @internal */
|
|
1081
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2, unknown>;
|
|
1082
|
+
/** @internal */
|
|
1083
|
+
export type DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$Outbound = {
|
|
1084
|
+
namespace?: string | null | undefined;
|
|
1085
|
+
secretName: string;
|
|
1086
|
+
mode: "tlsSecretRef";
|
|
1087
|
+
};
|
|
1088
|
+
/** @internal */
|
|
1089
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$Outbound, DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2>;
|
|
1090
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateTLSSecretRef2ToJSON(deploymentSetupStackSettingsPolicyCertificateTLSSecretRef2: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2): string;
|
|
1091
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateTLSSecretRef2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2, SDKValidationError>;
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateUnion2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateUnion2, unknown>;
|
|
1094
|
+
/** @internal */
|
|
1095
|
+
export type DeploymentSetupStackSettingsPolicyCertificateUnion2$Outbound = DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$Outbound | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$Outbound | DeploymentSetupStackSettingsPolicyCertificateNone2$Outbound;
|
|
1096
|
+
/** @internal */
|
|
1097
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateUnion2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateUnion2$Outbound, DeploymentSetupStackSettingsPolicyCertificateUnion2>;
|
|
1098
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateUnion2ToJSON(deploymentSetupStackSettingsPolicyCertificateUnion2: DeploymentSetupStackSettingsPolicyCertificateUnion2): string;
|
|
1099
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateUnion2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateUnion2, SDKValidationError>;
|
|
1100
|
+
/** @internal */
|
|
1101
|
+
export declare const DeploymentSetupStackSettingsPolicyModeCustom$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeCustom>;
|
|
1102
|
+
/** @internal */
|
|
1103
|
+
export declare const DeploymentSetupStackSettingsPolicyModeCustom$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeCustom>;
|
|
1104
|
+
/** @internal */
|
|
1105
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1106
|
+
/** @internal */
|
|
1107
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1108
|
+
/** @internal */
|
|
1109
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4, unknown>;
|
|
1110
|
+
/** @internal */
|
|
1111
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$Outbound = {
|
|
1112
|
+
albName?: string | null | undefined;
|
|
1113
|
+
albNamespace?: string | null | undefined;
|
|
1114
|
+
frontend: string;
|
|
1115
|
+
provider: string;
|
|
1116
|
+
};
|
|
1117
|
+
/** @internal */
|
|
1118
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$Outbound, DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4>;
|
|
1119
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4ToJSON(deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4): string;
|
|
1120
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4, SDKValidationError>;
|
|
1121
|
+
/** @internal */
|
|
1122
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4>;
|
|
1123
|
+
/** @internal */
|
|
1124
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum4>;
|
|
1125
|
+
/** @internal */
|
|
1126
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway4$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway4, unknown>;
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway4$Outbound = {
|
|
1129
|
+
provider: string;
|
|
1130
|
+
staticAddressName?: string | null | undefined;
|
|
1131
|
+
};
|
|
1132
|
+
/** @internal */
|
|
1133
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway4$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway4$Outbound, DeploymentSetupStackSettingsPolicyProviderGkeGateway4>;
|
|
1134
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway4ToJSON(deploymentSetupStackSettingsPolicyProviderGkeGateway4: DeploymentSetupStackSettingsPolicyProviderGkeGateway4): string;
|
|
1135
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway4FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderGkeGateway4, SDKValidationError>;
|
|
1136
|
+
/** @internal */
|
|
1137
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4>;
|
|
1138
|
+
/** @internal */
|
|
1139
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum4>;
|
|
1140
|
+
/** @internal */
|
|
1141
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb4$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb4, unknown>;
|
|
1142
|
+
/** @internal */
|
|
1143
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb4$Outbound = {
|
|
1144
|
+
ipAddressType?: string | null | undefined;
|
|
1145
|
+
provider: string;
|
|
1146
|
+
scheme: string;
|
|
1147
|
+
subnetIds?: Array<string> | undefined;
|
|
1148
|
+
targetType: string;
|
|
1149
|
+
};
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb4$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb4$Outbound, DeploymentSetupStackSettingsPolicyProviderAwsAlb4>;
|
|
1152
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb4ToJSON(deploymentSetupStackSettingsPolicyProviderAwsAlb4: DeploymentSetupStackSettingsPolicyProviderAwsAlb4): string;
|
|
1153
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb4FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAwsAlb4, SDKValidationError>;
|
|
1154
|
+
/** @internal */
|
|
1155
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion4$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion4, unknown>;
|
|
1156
|
+
/** @internal */
|
|
1157
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion4$Outbound = DeploymentSetupStackSettingsPolicyProviderAwsAlb4$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway4$Outbound | any;
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion4$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion4$Outbound, DeploymentSetupStackSettingsPolicyProviderUnion4>;
|
|
1160
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion4ToJSON(deploymentSetupStackSettingsPolicyProviderUnion4: DeploymentSetupStackSettingsPolicyProviderUnion4): string;
|
|
1161
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion4FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderUnion4, SDKValidationError>;
|
|
1162
|
+
/** @internal */
|
|
1163
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteGateway2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteGateway2, unknown>;
|
|
1164
|
+
/** @internal */
|
|
1165
|
+
export type DeploymentSetupStackSettingsPolicyRouteGateway2$Outbound = {
|
|
1166
|
+
annotations?: {
|
|
1167
|
+
[k: string]: string;
|
|
1168
|
+
} | undefined;
|
|
1169
|
+
controller?: string | null | undefined;
|
|
1170
|
+
gatewayClassName: string;
|
|
1171
|
+
labels?: {
|
|
1172
|
+
[k: string]: string;
|
|
1173
|
+
} | undefined;
|
|
1174
|
+
listenerPort: number;
|
|
1175
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb4$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers4$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway4$Outbound | any | null | undefined;
|
|
1176
|
+
routeApi: "gateway";
|
|
1177
|
+
};
|
|
1178
|
+
/** @internal */
|
|
1179
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteGateway2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteGateway2$Outbound, DeploymentSetupStackSettingsPolicyRouteGateway2>;
|
|
1180
|
+
export declare function deploymentSetupStackSettingsPolicyRouteGateway2ToJSON(deploymentSetupStackSettingsPolicyRouteGateway2: DeploymentSetupStackSettingsPolicyRouteGateway2): string;
|
|
1181
|
+
export declare function deploymentSetupStackSettingsPolicyRouteGateway2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteGateway2, SDKValidationError>;
|
|
1182
|
+
/** @internal */
|
|
1183
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1184
|
+
/** @internal */
|
|
1185
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1186
|
+
/** @internal */
|
|
1187
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3, unknown>;
|
|
1188
|
+
/** @internal */
|
|
1189
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$Outbound = {
|
|
1190
|
+
albName?: string | null | undefined;
|
|
1191
|
+
albNamespace?: string | null | undefined;
|
|
1192
|
+
frontend: string;
|
|
1193
|
+
provider: string;
|
|
1194
|
+
};
|
|
1195
|
+
/** @internal */
|
|
1196
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$Outbound, DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3>;
|
|
1197
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3ToJSON(deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3): string;
|
|
1198
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3, SDKValidationError>;
|
|
1199
|
+
/** @internal */
|
|
1200
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3>;
|
|
1201
|
+
/** @internal */
|
|
1202
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum3>;
|
|
1203
|
+
/** @internal */
|
|
1204
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway3$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway3, unknown>;
|
|
1205
|
+
/** @internal */
|
|
1206
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway3$Outbound = {
|
|
1207
|
+
provider: string;
|
|
1208
|
+
staticAddressName?: string | null | undefined;
|
|
1209
|
+
};
|
|
1210
|
+
/** @internal */
|
|
1211
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway3$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway3$Outbound, DeploymentSetupStackSettingsPolicyProviderGkeGateway3>;
|
|
1212
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway3ToJSON(deploymentSetupStackSettingsPolicyProviderGkeGateway3: DeploymentSetupStackSettingsPolicyProviderGkeGateway3): string;
|
|
1213
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway3FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderGkeGateway3, SDKValidationError>;
|
|
1214
|
+
/** @internal */
|
|
1215
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3>;
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum3>;
|
|
1218
|
+
/** @internal */
|
|
1219
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb3$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb3, unknown>;
|
|
1220
|
+
/** @internal */
|
|
1221
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb3$Outbound = {
|
|
1222
|
+
ipAddressType?: string | null | undefined;
|
|
1223
|
+
provider: string;
|
|
1224
|
+
scheme: string;
|
|
1225
|
+
subnetIds?: Array<string> | undefined;
|
|
1226
|
+
targetType: string;
|
|
1227
|
+
};
|
|
1228
|
+
/** @internal */
|
|
1229
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb3$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb3$Outbound, DeploymentSetupStackSettingsPolicyProviderAwsAlb3>;
|
|
1230
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb3ToJSON(deploymentSetupStackSettingsPolicyProviderAwsAlb3: DeploymentSetupStackSettingsPolicyProviderAwsAlb3): string;
|
|
1231
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb3FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAwsAlb3, SDKValidationError>;
|
|
1232
|
+
/** @internal */
|
|
1233
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion3$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion3, unknown>;
|
|
1234
|
+
/** @internal */
|
|
1235
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion3$Outbound = DeploymentSetupStackSettingsPolicyProviderAwsAlb3$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway3$Outbound | any;
|
|
1236
|
+
/** @internal */
|
|
1237
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion3$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion3$Outbound, DeploymentSetupStackSettingsPolicyProviderUnion3>;
|
|
1238
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion3ToJSON(deploymentSetupStackSettingsPolicyProviderUnion3: DeploymentSetupStackSettingsPolicyProviderUnion3): string;
|
|
1239
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion3FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderUnion3, SDKValidationError>;
|
|
1240
|
+
/** @internal */
|
|
1241
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteIngress2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteIngress2, unknown>;
|
|
1242
|
+
/** @internal */
|
|
1243
|
+
export type DeploymentSetupStackSettingsPolicyRouteIngress2$Outbound = {
|
|
1244
|
+
annotations?: {
|
|
1245
|
+
[k: string]: string;
|
|
1246
|
+
} | undefined;
|
|
1247
|
+
controller?: string | null | undefined;
|
|
1248
|
+
ingressClassName: string;
|
|
1249
|
+
labels?: {
|
|
1250
|
+
[k: string]: string;
|
|
1251
|
+
} | undefined;
|
|
1252
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb3$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers3$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway3$Outbound | any | null | undefined;
|
|
1253
|
+
routeApi: "ingress";
|
|
1254
|
+
};
|
|
1255
|
+
/** @internal */
|
|
1256
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteIngress2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteIngress2$Outbound, DeploymentSetupStackSettingsPolicyRouteIngress2>;
|
|
1257
|
+
export declare function deploymentSetupStackSettingsPolicyRouteIngress2ToJSON(deploymentSetupStackSettingsPolicyRouteIngress2: DeploymentSetupStackSettingsPolicyRouteIngress2): string;
|
|
1258
|
+
export declare function deploymentSetupStackSettingsPolicyRouteIngress2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteIngress2, SDKValidationError>;
|
|
1259
|
+
/** @internal */
|
|
1260
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteUnion2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteUnion2, unknown>;
|
|
1261
|
+
/** @internal */
|
|
1262
|
+
export type DeploymentSetupStackSettingsPolicyRouteUnion2$Outbound = DeploymentSetupStackSettingsPolicyRouteIngress2$Outbound | DeploymentSetupStackSettingsPolicyRouteGateway2$Outbound;
|
|
1263
|
+
/** @internal */
|
|
1264
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteUnion2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteUnion2$Outbound, DeploymentSetupStackSettingsPolicyRouteUnion2>;
|
|
1265
|
+
export declare function deploymentSetupStackSettingsPolicyRouteUnion2ToJSON(deploymentSetupStackSettingsPolicyRouteUnion2: DeploymentSetupStackSettingsPolicyRouteUnion2): string;
|
|
1266
|
+
export declare function deploymentSetupStackSettingsPolicyRouteUnion2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteUnion2, SDKValidationError>;
|
|
1267
|
+
/** @internal */
|
|
1268
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureCustom$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureCustom, unknown>;
|
|
1269
|
+
/** @internal */
|
|
1270
|
+
export type DeploymentSetupStackSettingsPolicyExposureCustom$Outbound = {
|
|
1271
|
+
certificate: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef2$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport2$Outbound | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn2$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret2$Outbound | DeploymentSetupStackSettingsPolicyCertificateNone2$Outbound;
|
|
1272
|
+
domain: string;
|
|
1273
|
+
mode: string;
|
|
1274
|
+
route: DeploymentSetupStackSettingsPolicyRouteIngress2$Outbound | DeploymentSetupStackSettingsPolicyRouteGateway2$Outbound;
|
|
1275
|
+
};
|
|
1276
|
+
/** @internal */
|
|
1277
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureCustom$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureCustom$Outbound, DeploymentSetupStackSettingsPolicyExposureCustom>;
|
|
1278
|
+
export declare function deploymentSetupStackSettingsPolicyExposureCustomToJSON(deploymentSetupStackSettingsPolicyExposureCustom: DeploymentSetupStackSettingsPolicyExposureCustom): string;
|
|
1279
|
+
export declare function deploymentSetupStackSettingsPolicyExposureCustomFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyExposureCustom, SDKValidationError>;
|
|
1280
|
+
/** @internal */
|
|
1281
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateNone1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateNone1, unknown>;
|
|
1282
|
+
/** @internal */
|
|
1283
|
+
export type DeploymentSetupStackSettingsPolicyCertificateNone1$Outbound = {
|
|
1284
|
+
mode: "none";
|
|
1285
|
+
};
|
|
1286
|
+
/** @internal */
|
|
1287
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateNone1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateNone1$Outbound, DeploymentSetupStackSettingsPolicyCertificateNone1>;
|
|
1288
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateNone1ToJSON(deploymentSetupStackSettingsPolicyCertificateNone1: DeploymentSetupStackSettingsPolicyCertificateNone1): string;
|
|
1289
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateNone1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateNone1, SDKValidationError>;
|
|
1290
|
+
/** @internal */
|
|
1291
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1, unknown>;
|
|
1292
|
+
/** @internal */
|
|
1293
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$Outbound = {
|
|
1294
|
+
mode: "managedTlsSecret";
|
|
1295
|
+
secretNameTemplate: string;
|
|
1296
|
+
};
|
|
1297
|
+
/** @internal */
|
|
1298
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$Outbound, DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1>;
|
|
1299
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1ToJSON(deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1: DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1): string;
|
|
1300
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1, SDKValidationError>;
|
|
1301
|
+
/** @internal */
|
|
1302
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1, unknown>;
|
|
1303
|
+
/** @internal */
|
|
1304
|
+
export type DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$Outbound = {
|
|
1305
|
+
certificateArn: string;
|
|
1306
|
+
mode: "awsAcmArn";
|
|
1307
|
+
};
|
|
1308
|
+
/** @internal */
|
|
1309
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$Outbound, DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1>;
|
|
1310
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateAwsAcmArn1ToJSON(deploymentSetupStackSettingsPolicyCertificateAwsAcmArn1: DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1): string;
|
|
1311
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateAwsAcmArn1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1, SDKValidationError>;
|
|
1312
|
+
/** @internal */
|
|
1313
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1, unknown>;
|
|
1314
|
+
/** @internal */
|
|
1315
|
+
export type DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$Outbound = {
|
|
1316
|
+
mode: "managedAcmImport";
|
|
1317
|
+
region?: string | null | undefined;
|
|
1318
|
+
tags?: {
|
|
1319
|
+
[k: string]: string;
|
|
1320
|
+
} | undefined;
|
|
1321
|
+
};
|
|
1322
|
+
/** @internal */
|
|
1323
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$Outbound, DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1>;
|
|
1324
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedAcmImport1ToJSON(deploymentSetupStackSettingsPolicyCertificateManagedAcmImport1: DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1): string;
|
|
1325
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateManagedAcmImport1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1, SDKValidationError>;
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1, unknown>;
|
|
1328
|
+
/** @internal */
|
|
1329
|
+
export type DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$Outbound = {
|
|
1330
|
+
namespace?: string | null | undefined;
|
|
1331
|
+
secretName: string;
|
|
1332
|
+
mode: "tlsSecretRef";
|
|
1333
|
+
};
|
|
1334
|
+
/** @internal */
|
|
1335
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$Outbound, DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1>;
|
|
1336
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateTLSSecretRef1ToJSON(deploymentSetupStackSettingsPolicyCertificateTLSSecretRef1: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1): string;
|
|
1337
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateTLSSecretRef1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1, SDKValidationError>;
|
|
1338
|
+
/** @internal */
|
|
1339
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateUnion1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateUnion1, unknown>;
|
|
1340
|
+
/** @internal */
|
|
1341
|
+
export type DeploymentSetupStackSettingsPolicyCertificateUnion1$Outbound = DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$Outbound | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$Outbound | DeploymentSetupStackSettingsPolicyCertificateNone1$Outbound;
|
|
1342
|
+
/** @internal */
|
|
1343
|
+
export declare const DeploymentSetupStackSettingsPolicyCertificateUnion1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyCertificateUnion1$Outbound, DeploymentSetupStackSettingsPolicyCertificateUnion1>;
|
|
1344
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateUnion1ToJSON(deploymentSetupStackSettingsPolicyCertificateUnion1: DeploymentSetupStackSettingsPolicyCertificateUnion1): string;
|
|
1345
|
+
export declare function deploymentSetupStackSettingsPolicyCertificateUnion1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyCertificateUnion1, SDKValidationError>;
|
|
1346
|
+
/** @internal */
|
|
1347
|
+
export declare const DeploymentSetupStackSettingsPolicyModeGenerated$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeGenerated>;
|
|
1348
|
+
/** @internal */
|
|
1349
|
+
export declare const DeploymentSetupStackSettingsPolicyModeGenerated$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeGenerated>;
|
|
1350
|
+
/** @internal */
|
|
1351
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1354
|
+
/** @internal */
|
|
1355
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2, unknown>;
|
|
1356
|
+
/** @internal */
|
|
1357
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$Outbound = {
|
|
1358
|
+
albName?: string | null | undefined;
|
|
1359
|
+
albNamespace?: string | null | undefined;
|
|
1360
|
+
frontend: string;
|
|
1361
|
+
provider: string;
|
|
1362
|
+
};
|
|
1363
|
+
/** @internal */
|
|
1364
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$Outbound, DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2>;
|
|
1365
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2ToJSON(deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2): string;
|
|
1366
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2, SDKValidationError>;
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2>;
|
|
1369
|
+
/** @internal */
|
|
1370
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum2>;
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway2, unknown>;
|
|
1373
|
+
/** @internal */
|
|
1374
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway2$Outbound = {
|
|
1375
|
+
provider: string;
|
|
1376
|
+
staticAddressName?: string | null | undefined;
|
|
1377
|
+
};
|
|
1378
|
+
/** @internal */
|
|
1379
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway2$Outbound, DeploymentSetupStackSettingsPolicyProviderGkeGateway2>;
|
|
1380
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway2ToJSON(deploymentSetupStackSettingsPolicyProviderGkeGateway2: DeploymentSetupStackSettingsPolicyProviderGkeGateway2): string;
|
|
1381
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderGkeGateway2, SDKValidationError>;
|
|
1382
|
+
/** @internal */
|
|
1383
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2>;
|
|
1384
|
+
/** @internal */
|
|
1385
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum2>;
|
|
1386
|
+
/** @internal */
|
|
1387
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb2, unknown>;
|
|
1388
|
+
/** @internal */
|
|
1389
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb2$Outbound = {
|
|
1390
|
+
ipAddressType?: string | null | undefined;
|
|
1391
|
+
provider: string;
|
|
1392
|
+
scheme: string;
|
|
1393
|
+
subnetIds?: Array<string> | undefined;
|
|
1394
|
+
targetType: string;
|
|
1395
|
+
};
|
|
1396
|
+
/** @internal */
|
|
1397
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb2$Outbound, DeploymentSetupStackSettingsPolicyProviderAwsAlb2>;
|
|
1398
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb2ToJSON(deploymentSetupStackSettingsPolicyProviderAwsAlb2: DeploymentSetupStackSettingsPolicyProviderAwsAlb2): string;
|
|
1399
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAwsAlb2, SDKValidationError>;
|
|
1400
|
+
/** @internal */
|
|
1401
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion2$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion2, unknown>;
|
|
1402
|
+
/** @internal */
|
|
1403
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion2$Outbound = DeploymentSetupStackSettingsPolicyProviderAwsAlb2$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway2$Outbound | any;
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion2$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion2$Outbound, DeploymentSetupStackSettingsPolicyProviderUnion2>;
|
|
1406
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion2ToJSON(deploymentSetupStackSettingsPolicyProviderUnion2: DeploymentSetupStackSettingsPolicyProviderUnion2): string;
|
|
1407
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion2FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderUnion2, SDKValidationError>;
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteGateway1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteGateway1, unknown>;
|
|
1410
|
+
/** @internal */
|
|
1411
|
+
export type DeploymentSetupStackSettingsPolicyRouteGateway1$Outbound = {
|
|
1412
|
+
annotations?: {
|
|
1413
|
+
[k: string]: string;
|
|
1414
|
+
} | undefined;
|
|
1415
|
+
controller?: string | null | undefined;
|
|
1416
|
+
gatewayClassName: string;
|
|
1417
|
+
labels?: {
|
|
1418
|
+
[k: string]: string;
|
|
1419
|
+
} | undefined;
|
|
1420
|
+
listenerPort: number;
|
|
1421
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb2$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers2$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway2$Outbound | any | null | undefined;
|
|
1422
|
+
routeApi: "gateway";
|
|
1423
|
+
};
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteGateway1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteGateway1$Outbound, DeploymentSetupStackSettingsPolicyRouteGateway1>;
|
|
1426
|
+
export declare function deploymentSetupStackSettingsPolicyRouteGateway1ToJSON(deploymentSetupStackSettingsPolicyRouteGateway1: DeploymentSetupStackSettingsPolicyRouteGateway1): string;
|
|
1427
|
+
export declare function deploymentSetupStackSettingsPolicyRouteGateway1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteGateway1, SDKValidationError>;
|
|
1428
|
+
/** @internal */
|
|
1429
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1430
|
+
/** @internal */
|
|
1431
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1432
|
+
/** @internal */
|
|
1433
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1, unknown>;
|
|
1434
|
+
/** @internal */
|
|
1435
|
+
export type DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$Outbound = {
|
|
1436
|
+
albName?: string | null | undefined;
|
|
1437
|
+
albNamespace?: string | null | undefined;
|
|
1438
|
+
frontend: string;
|
|
1439
|
+
provider: string;
|
|
1440
|
+
};
|
|
1441
|
+
/** @internal */
|
|
1442
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$Outbound, DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1>;
|
|
1443
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1ToJSON(deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1: DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1): string;
|
|
1444
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1, SDKValidationError>;
|
|
1445
|
+
/** @internal */
|
|
1446
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1>;
|
|
1447
|
+
/** @internal */
|
|
1448
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderGkeGatewayEnum1>;
|
|
1449
|
+
/** @internal */
|
|
1450
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway1, unknown>;
|
|
1451
|
+
/** @internal */
|
|
1452
|
+
export type DeploymentSetupStackSettingsPolicyProviderGkeGateway1$Outbound = {
|
|
1453
|
+
provider: string;
|
|
1454
|
+
staticAddressName?: string | null | undefined;
|
|
1455
|
+
};
|
|
1456
|
+
/** @internal */
|
|
1457
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderGkeGateway1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderGkeGateway1$Outbound, DeploymentSetupStackSettingsPolicyProviderGkeGateway1>;
|
|
1458
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway1ToJSON(deploymentSetupStackSettingsPolicyProviderGkeGateway1: DeploymentSetupStackSettingsPolicyProviderGkeGateway1): string;
|
|
1459
|
+
export declare function deploymentSetupStackSettingsPolicyProviderGkeGateway1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderGkeGateway1, SDKValidationError>;
|
|
1460
|
+
/** @internal */
|
|
1461
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1>;
|
|
1462
|
+
/** @internal */
|
|
1463
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyProviderAwsAlbEnum1>;
|
|
1464
|
+
/** @internal */
|
|
1465
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb1, unknown>;
|
|
1466
|
+
/** @internal */
|
|
1467
|
+
export type DeploymentSetupStackSettingsPolicyProviderAwsAlb1$Outbound = {
|
|
1468
|
+
ipAddressType?: string | null | undefined;
|
|
1469
|
+
provider: string;
|
|
1470
|
+
scheme: string;
|
|
1471
|
+
subnetIds?: Array<string> | undefined;
|
|
1472
|
+
targetType: string;
|
|
1473
|
+
};
|
|
1474
|
+
/** @internal */
|
|
1475
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderAwsAlb1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderAwsAlb1$Outbound, DeploymentSetupStackSettingsPolicyProviderAwsAlb1>;
|
|
1476
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb1ToJSON(deploymentSetupStackSettingsPolicyProviderAwsAlb1: DeploymentSetupStackSettingsPolicyProviderAwsAlb1): string;
|
|
1477
|
+
export declare function deploymentSetupStackSettingsPolicyProviderAwsAlb1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderAwsAlb1, SDKValidationError>;
|
|
1478
|
+
/** @internal */
|
|
1479
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion1, unknown>;
|
|
1480
|
+
/** @internal */
|
|
1481
|
+
export type DeploymentSetupStackSettingsPolicyProviderUnion1$Outbound = DeploymentSetupStackSettingsPolicyProviderAwsAlb1$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway1$Outbound | any;
|
|
1482
|
+
/** @internal */
|
|
1483
|
+
export declare const DeploymentSetupStackSettingsPolicyProviderUnion1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyProviderUnion1$Outbound, DeploymentSetupStackSettingsPolicyProviderUnion1>;
|
|
1484
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion1ToJSON(deploymentSetupStackSettingsPolicyProviderUnion1: DeploymentSetupStackSettingsPolicyProviderUnion1): string;
|
|
1485
|
+
export declare function deploymentSetupStackSettingsPolicyProviderUnion1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyProviderUnion1, SDKValidationError>;
|
|
1486
|
+
/** @internal */
|
|
1487
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteIngress1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteIngress1, unknown>;
|
|
1488
|
+
/** @internal */
|
|
1489
|
+
export type DeploymentSetupStackSettingsPolicyRouteIngress1$Outbound = {
|
|
1490
|
+
annotations?: {
|
|
1491
|
+
[k: string]: string;
|
|
1492
|
+
} | undefined;
|
|
1493
|
+
controller?: string | null | undefined;
|
|
1494
|
+
ingressClassName: string;
|
|
1495
|
+
labels?: {
|
|
1496
|
+
[k: string]: string;
|
|
1497
|
+
} | undefined;
|
|
1498
|
+
provider?: DeploymentSetupStackSettingsPolicyProviderAwsAlb1$Outbound | DeploymentSetupStackSettingsPolicyProviderAzureApplicationGatewayForContainers1$Outbound | DeploymentSetupStackSettingsPolicyProviderGkeGateway1$Outbound | any | null | undefined;
|
|
1499
|
+
routeApi: "ingress";
|
|
1500
|
+
};
|
|
1501
|
+
/** @internal */
|
|
1502
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteIngress1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteIngress1$Outbound, DeploymentSetupStackSettingsPolicyRouteIngress1>;
|
|
1503
|
+
export declare function deploymentSetupStackSettingsPolicyRouteIngress1ToJSON(deploymentSetupStackSettingsPolicyRouteIngress1: DeploymentSetupStackSettingsPolicyRouteIngress1): string;
|
|
1504
|
+
export declare function deploymentSetupStackSettingsPolicyRouteIngress1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteIngress1, SDKValidationError>;
|
|
1505
|
+
/** @internal */
|
|
1506
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteUnion1$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteUnion1, unknown>;
|
|
1507
|
+
/** @internal */
|
|
1508
|
+
export type DeploymentSetupStackSettingsPolicyRouteUnion1$Outbound = DeploymentSetupStackSettingsPolicyRouteIngress1$Outbound | DeploymentSetupStackSettingsPolicyRouteGateway1$Outbound;
|
|
1509
|
+
/** @internal */
|
|
1510
|
+
export declare const DeploymentSetupStackSettingsPolicyRouteUnion1$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyRouteUnion1$Outbound, DeploymentSetupStackSettingsPolicyRouteUnion1>;
|
|
1511
|
+
export declare function deploymentSetupStackSettingsPolicyRouteUnion1ToJSON(deploymentSetupStackSettingsPolicyRouteUnion1: DeploymentSetupStackSettingsPolicyRouteUnion1): string;
|
|
1512
|
+
export declare function deploymentSetupStackSettingsPolicyRouteUnion1FromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyRouteUnion1, SDKValidationError>;
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureGenerated$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureGenerated, unknown>;
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export type DeploymentSetupStackSettingsPolicyExposureGenerated$Outbound = {
|
|
1517
|
+
certificate: DeploymentSetupStackSettingsPolicyCertificateTLSSecretRef1$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedAcmImport1$Outbound | DeploymentSetupStackSettingsPolicyCertificateAwsAcmArn1$Outbound | DeploymentSetupStackSettingsPolicyCertificateManagedTLSSecret1$Outbound | DeploymentSetupStackSettingsPolicyCertificateNone1$Outbound;
|
|
1518
|
+
mode: string;
|
|
1519
|
+
route: DeploymentSetupStackSettingsPolicyRouteIngress1$Outbound | DeploymentSetupStackSettingsPolicyRouteGateway1$Outbound;
|
|
1520
|
+
};
|
|
1521
|
+
/** @internal */
|
|
1522
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureGenerated$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureGenerated$Outbound, DeploymentSetupStackSettingsPolicyExposureGenerated>;
|
|
1523
|
+
export declare function deploymentSetupStackSettingsPolicyExposureGeneratedToJSON(deploymentSetupStackSettingsPolicyExposureGenerated: DeploymentSetupStackSettingsPolicyExposureGenerated): string;
|
|
1524
|
+
export declare function deploymentSetupStackSettingsPolicyExposureGeneratedFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyExposureGenerated, SDKValidationError>;
|
|
1525
|
+
/** @internal */
|
|
1526
|
+
export declare const DeploymentSetupStackSettingsPolicyModeDisabled$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeDisabled>;
|
|
1527
|
+
/** @internal */
|
|
1528
|
+
export declare const DeploymentSetupStackSettingsPolicyModeDisabled$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyModeDisabled>;
|
|
1529
|
+
/** @internal */
|
|
1530
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureDisabled$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureDisabled, unknown>;
|
|
1531
|
+
/** @internal */
|
|
1532
|
+
export type DeploymentSetupStackSettingsPolicyExposureDisabled$Outbound = {
|
|
1533
|
+
mode: string;
|
|
1534
|
+
};
|
|
1535
|
+
/** @internal */
|
|
1536
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureDisabled$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureDisabled$Outbound, DeploymentSetupStackSettingsPolicyExposureDisabled>;
|
|
1537
|
+
export declare function deploymentSetupStackSettingsPolicyExposureDisabledToJSON(deploymentSetupStackSettingsPolicyExposureDisabled: DeploymentSetupStackSettingsPolicyExposureDisabled): string;
|
|
1538
|
+
export declare function deploymentSetupStackSettingsPolicyExposureDisabledFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyExposureDisabled, SDKValidationError>;
|
|
1539
|
+
/** @internal */
|
|
1540
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureUnion, unknown>;
|
|
1541
|
+
/** @internal */
|
|
1542
|
+
export type DeploymentSetupStackSettingsPolicyExposureUnion$Outbound = DeploymentSetupStackSettingsPolicyExposureCustom$Outbound | DeploymentSetupStackSettingsPolicyExposureGenerated$Outbound | DeploymentSetupStackSettingsPolicyExposureDisabled$Outbound | any;
|
|
1543
|
+
/** @internal */
|
|
1544
|
+
export declare const DeploymentSetupStackSettingsPolicyExposureUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyExposureUnion$Outbound, DeploymentSetupStackSettingsPolicyExposureUnion>;
|
|
1545
|
+
export declare function deploymentSetupStackSettingsPolicyExposureUnionToJSON(deploymentSetupStackSettingsPolicyExposureUnion: DeploymentSetupStackSettingsPolicyExposureUnion): string;
|
|
1546
|
+
export declare function deploymentSetupStackSettingsPolicyExposureUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyExposureUnion, SDKValidationError>;
|
|
1547
|
+
/** @internal */
|
|
1548
|
+
export declare const DeploymentSetupStackSettingsPolicyKubernetes$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyKubernetes, unknown>;
|
|
1549
|
+
/** @internal */
|
|
1550
|
+
export type DeploymentSetupStackSettingsPolicyKubernetes$Outbound = {
|
|
1551
|
+
cluster?: DeploymentSetupStackSettingsPolicyCluster$Outbound | any | null | undefined;
|
|
1552
|
+
exposure?: DeploymentSetupStackSettingsPolicyExposureCustom$Outbound | DeploymentSetupStackSettingsPolicyExposureGenerated$Outbound | DeploymentSetupStackSettingsPolicyExposureDisabled$Outbound | any | null | undefined;
|
|
1553
|
+
};
|
|
1554
|
+
/** @internal */
|
|
1555
|
+
export declare const DeploymentSetupStackSettingsPolicyKubernetes$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyKubernetes$Outbound, DeploymentSetupStackSettingsPolicyKubernetes>;
|
|
1556
|
+
export declare function deploymentSetupStackSettingsPolicyKubernetesToJSON(deploymentSetupStackSettingsPolicyKubernetes: DeploymentSetupStackSettingsPolicyKubernetes): string;
|
|
1557
|
+
export declare function deploymentSetupStackSettingsPolicyKubernetesFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyKubernetes, SDKValidationError>;
|
|
1558
|
+
/** @internal */
|
|
1559
|
+
export declare const DeploymentSetupStackSettingsPolicyKubernetesUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyKubernetesUnion, unknown>;
|
|
1560
|
+
/** @internal */
|
|
1561
|
+
export type DeploymentSetupStackSettingsPolicyKubernetesUnion$Outbound = DeploymentSetupStackSettingsPolicyKubernetes$Outbound | any;
|
|
1562
|
+
/** @internal */
|
|
1563
|
+
export declare const DeploymentSetupStackSettingsPolicyKubernetesUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyKubernetesUnion$Outbound, DeploymentSetupStackSettingsPolicyKubernetesUnion>;
|
|
1564
|
+
export declare function deploymentSetupStackSettingsPolicyKubernetesUnionToJSON(deploymentSetupStackSettingsPolicyKubernetesUnion: DeploymentSetupStackSettingsPolicyKubernetesUnion): string;
|
|
1565
|
+
export declare function deploymentSetupStackSettingsPolicyKubernetesUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyKubernetesUnion, SDKValidationError>;
|
|
1566
|
+
/** @internal */
|
|
1567
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVnetAzure$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVnetAzure>;
|
|
1568
|
+
/** @internal */
|
|
1569
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVnetAzure>;
|
|
1570
|
+
/** @internal */
|
|
1571
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure, unknown>;
|
|
1572
|
+
/** @internal */
|
|
1573
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$Outbound = {
|
|
1574
|
+
private_subnet_name: string;
|
|
1575
|
+
public_subnet_name: string;
|
|
1576
|
+
type: string;
|
|
1577
|
+
vnet_resource_id: string;
|
|
1578
|
+
};
|
|
1579
|
+
/** @internal */
|
|
1580
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$Outbound, DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure>;
|
|
1581
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVnetAzureToJSON(deploymentSetupStackSettingsPolicyNetworkByoVnetAzure: DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure): string;
|
|
1582
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVnetAzureFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure, SDKValidationError>;
|
|
1583
|
+
/** @internal */
|
|
1584
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcGcp$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcGcp>;
|
|
1585
|
+
/** @internal */
|
|
1586
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcGcp>;
|
|
1587
|
+
/** @internal */
|
|
1588
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp, unknown>;
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$Outbound = {
|
|
1591
|
+
network_name: string;
|
|
1592
|
+
region: string;
|
|
1593
|
+
subnet_name: string;
|
|
1594
|
+
type: string;
|
|
1595
|
+
};
|
|
1596
|
+
/** @internal */
|
|
1597
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$Outbound, DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp>;
|
|
1598
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVpcGcpToJSON(deploymentSetupStackSettingsPolicyNetworkByoVpcGcp: DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp): string;
|
|
1599
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVpcGcpFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp, SDKValidationError>;
|
|
1600
|
+
/** @internal */
|
|
1601
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcAws$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcAws>;
|
|
1602
|
+
/** @internal */
|
|
1603
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeByoVpcAws>;
|
|
1604
|
+
/** @internal */
|
|
1605
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVpcAws, unknown>;
|
|
1606
|
+
/** @internal */
|
|
1607
|
+
export type DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$Outbound = {
|
|
1608
|
+
private_subnet_ids: Array<string>;
|
|
1609
|
+
public_subnet_ids: Array<string>;
|
|
1610
|
+
security_group_ids?: Array<string> | undefined;
|
|
1611
|
+
type: string;
|
|
1612
|
+
vpc_id: string;
|
|
1613
|
+
};
|
|
1614
|
+
/** @internal */
|
|
1615
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$Outbound, DeploymentSetupStackSettingsPolicyNetworkByoVpcAws>;
|
|
1616
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVpcAwsToJSON(deploymentSetupStackSettingsPolicyNetworkByoVpcAws: DeploymentSetupStackSettingsPolicyNetworkByoVpcAws): string;
|
|
1617
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkByoVpcAwsFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkByoVpcAws, SDKValidationError>;
|
|
1618
|
+
/** @internal */
|
|
1619
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeCreate$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeCreate>;
|
|
1620
|
+
/** @internal */
|
|
1621
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeCreate$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeCreate>;
|
|
1622
|
+
/** @internal */
|
|
1623
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkCreate$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkCreate, unknown>;
|
|
1624
|
+
/** @internal */
|
|
1625
|
+
export type DeploymentSetupStackSettingsPolicyNetworkCreate$Outbound = {
|
|
1626
|
+
availability_zones?: number | undefined;
|
|
1627
|
+
cidr?: string | null | undefined;
|
|
1628
|
+
type: string;
|
|
1629
|
+
};
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkCreate$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkCreate$Outbound, DeploymentSetupStackSettingsPolicyNetworkCreate>;
|
|
1632
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkCreateToJSON(deploymentSetupStackSettingsPolicyNetworkCreate: DeploymentSetupStackSettingsPolicyNetworkCreate): string;
|
|
1633
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkCreateFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkCreate, SDKValidationError>;
|
|
1634
|
+
/** @internal */
|
|
1635
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeUseDefault$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeUseDefault>;
|
|
1636
|
+
/** @internal */
|
|
1637
|
+
export declare const DeploymentSetupStackSettingsPolicyTypeUseDefault$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTypeUseDefault>;
|
|
1638
|
+
/** @internal */
|
|
1639
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkUseDefault$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkUseDefault, unknown>;
|
|
1640
|
+
/** @internal */
|
|
1641
|
+
export type DeploymentSetupStackSettingsPolicyNetworkUseDefault$Outbound = {
|
|
1642
|
+
type: string;
|
|
1643
|
+
};
|
|
1644
|
+
/** @internal */
|
|
1645
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkUseDefault$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkUseDefault$Outbound, DeploymentSetupStackSettingsPolicyNetworkUseDefault>;
|
|
1646
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkUseDefaultToJSON(deploymentSetupStackSettingsPolicyNetworkUseDefault: DeploymentSetupStackSettingsPolicyNetworkUseDefault): string;
|
|
1647
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkUseDefaultFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkUseDefault, SDKValidationError>;
|
|
1648
|
+
/** @internal */
|
|
1649
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkUnion$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkUnion, unknown>;
|
|
1650
|
+
/** @internal */
|
|
1651
|
+
export type DeploymentSetupStackSettingsPolicyNetworkUnion$Outbound = DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$Outbound | DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$Outbound | DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$Outbound | DeploymentSetupStackSettingsPolicyNetworkUseDefault$Outbound | DeploymentSetupStackSettingsPolicyNetworkCreate$Outbound | any;
|
|
1652
|
+
/** @internal */
|
|
1653
|
+
export declare const DeploymentSetupStackSettingsPolicyNetworkUnion$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicyNetworkUnion$Outbound, DeploymentSetupStackSettingsPolicyNetworkUnion>;
|
|
1654
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkUnionToJSON(deploymentSetupStackSettingsPolicyNetworkUnion: DeploymentSetupStackSettingsPolicyNetworkUnion): string;
|
|
1655
|
+
export declare function deploymentSetupStackSettingsPolicyNetworkUnionFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicyNetworkUnion, SDKValidationError>;
|
|
1656
|
+
/** @internal */
|
|
1657
|
+
export declare const DeploymentSetupStackSettingsPolicyTelemetry$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTelemetry>;
|
|
1658
|
+
/** @internal */
|
|
1659
|
+
export declare const DeploymentSetupStackSettingsPolicyTelemetry$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyTelemetry>;
|
|
1660
|
+
/** @internal */
|
|
1661
|
+
export declare const DeploymentSetupStackSettingsPolicyUpdates$inboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyUpdates>;
|
|
1662
|
+
/** @internal */
|
|
1663
|
+
export declare const DeploymentSetupStackSettingsPolicyUpdates$outboundSchema: z.ZodEnum<typeof DeploymentSetupStackSettingsPolicyUpdates>;
|
|
1664
|
+
/** @internal */
|
|
1665
|
+
export declare const Defaults$inboundSchema: z.ZodType<Defaults, unknown>;
|
|
1666
|
+
/** @internal */
|
|
1667
|
+
export type Defaults$Outbound = {
|
|
1668
|
+
deploymentModel?: string | undefined;
|
|
1669
|
+
domains?: DeploymentSetupStackSettingsPolicyDomains$Outbound | any | null | undefined;
|
|
1670
|
+
externalBindings?: DeploymentSetupStackSettingsPolicyExternalBindings$Outbound | null | undefined;
|
|
1671
|
+
heartbeats?: string | undefined;
|
|
1672
|
+
kubernetes?: DeploymentSetupStackSettingsPolicyKubernetes$Outbound | any | null | undefined;
|
|
1673
|
+
network?: DeploymentSetupStackSettingsPolicyNetworkByoVpcAws$Outbound | DeploymentSetupStackSettingsPolicyNetworkByoVpcGcp$Outbound | DeploymentSetupStackSettingsPolicyNetworkByoVnetAzure$Outbound | DeploymentSetupStackSettingsPolicyNetworkUseDefault$Outbound | DeploymentSetupStackSettingsPolicyNetworkCreate$Outbound | any | null | undefined;
|
|
1674
|
+
telemetry?: string | undefined;
|
|
1675
|
+
updates?: string | undefined;
|
|
1676
|
+
};
|
|
1677
|
+
/** @internal */
|
|
1678
|
+
export declare const Defaults$outboundSchema: z.ZodType<Defaults$Outbound, Defaults>;
|
|
1679
|
+
export declare function defaultsToJSON(defaults: Defaults): string;
|
|
1680
|
+
export declare function defaultsFromJSON(jsonString: string): SafeParseResult<Defaults, SDKValidationError>;
|
|
1681
|
+
/** @internal */
|
|
1682
|
+
export declare const AllowedDeploymentModel$inboundSchema: z.ZodEnum<typeof AllowedDeploymentModel>;
|
|
1683
|
+
/** @internal */
|
|
1684
|
+
export declare const AllowedDeploymentModel$outboundSchema: z.ZodEnum<typeof AllowedDeploymentModel>;
|
|
1685
|
+
/** @internal */
|
|
1686
|
+
export declare const AllowedNetworkMode$inboundSchema: z.ZodEnum<typeof AllowedNetworkMode>;
|
|
1687
|
+
/** @internal */
|
|
1688
|
+
export declare const AllowedNetworkMode$outboundSchema: z.ZodEnum<typeof AllowedNetworkMode>;
|
|
1689
|
+
/** @internal */
|
|
1690
|
+
export declare const AllowedUpdatesMode$inboundSchema: z.ZodEnum<typeof AllowedUpdatesMode>;
|
|
1691
|
+
/** @internal */
|
|
1692
|
+
export declare const AllowedUpdatesMode$outboundSchema: z.ZodEnum<typeof AllowedUpdatesMode>;
|
|
1693
|
+
/** @internal */
|
|
1694
|
+
export declare const AllowedTelemetryMode$inboundSchema: z.ZodEnum<typeof AllowedTelemetryMode>;
|
|
1695
|
+
/** @internal */
|
|
1696
|
+
export declare const AllowedTelemetryMode$outboundSchema: z.ZodEnum<typeof AllowedTelemetryMode>;
|
|
1697
|
+
/** @internal */
|
|
1698
|
+
export declare const AllowedHeartbeatsMode$inboundSchema: z.ZodEnum<typeof AllowedHeartbeatsMode>;
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
export declare const AllowedHeartbeatsMode$outboundSchema: z.ZodEnum<typeof AllowedHeartbeatsMode>;
|
|
1701
|
+
/** @internal */
|
|
1702
|
+
export declare const DeploymentSetupStackSettingsPolicy$inboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicy, unknown>;
|
|
1703
|
+
/** @internal */
|
|
1704
|
+
export type DeploymentSetupStackSettingsPolicy$Outbound = {
|
|
1705
|
+
defaults?: Defaults$Outbound | undefined;
|
|
1706
|
+
allowedDeploymentModels?: Array<string> | undefined;
|
|
1707
|
+
allowedNetworkModes?: Array<string> | undefined;
|
|
1708
|
+
allowedUpdatesModes?: Array<string> | undefined;
|
|
1709
|
+
allowedTelemetryModes?: Array<string> | undefined;
|
|
1710
|
+
allowedHeartbeatsModes?: Array<string> | undefined;
|
|
1711
|
+
allowExternalBindings?: boolean | undefined;
|
|
1712
|
+
allowCustomRegistry?: boolean | undefined;
|
|
1713
|
+
};
|
|
1714
|
+
/** @internal */
|
|
1715
|
+
export declare const DeploymentSetupStackSettingsPolicy$outboundSchema: z.ZodType<DeploymentSetupStackSettingsPolicy$Outbound, DeploymentSetupStackSettingsPolicy>;
|
|
1716
|
+
export declare function deploymentSetupStackSettingsPolicyToJSON(deploymentSetupStackSettingsPolicy: DeploymentSetupStackSettingsPolicy): string;
|
|
1717
|
+
export declare function deploymentSetupStackSettingsPolicyFromJSON(jsonString: string): SafeParseResult<DeploymentSetupStackSettingsPolicy, SDKValidationError>;
|
|
1718
|
+
//# sourceMappingURL=deploymentsetupstacksettingspolicy.d.ts.map
|