@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,1587 @@
|
|
|
1
|
+
import * as z from "zod/v4";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { ImportedResource, ImportedResource$Outbound } from "./importedresource.js";
|
|
4
|
+
import { ImportSourceKind } from "./importsourcekind.js";
|
|
5
|
+
/**
|
|
6
|
+
* Cloud platform of the imported stack
|
|
7
|
+
*/
|
|
8
|
+
export declare const ImportSourcePlatformEnum: {
|
|
9
|
+
readonly Aws: "aws";
|
|
10
|
+
readonly Gcp: "gcp";
|
|
11
|
+
readonly Azure: "azure";
|
|
12
|
+
readonly Kubernetes: "kubernetes";
|
|
13
|
+
readonly Local: "local";
|
|
14
|
+
readonly Test: "test";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Cloud platform of the imported stack
|
|
18
|
+
*/
|
|
19
|
+
export type ImportSourcePlatformEnum = ClosedEnum<typeof ImportSourcePlatformEnum>;
|
|
20
|
+
/**
|
|
21
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
22
|
+
*/
|
|
23
|
+
export declare const ImportSourceBasePlatform: {
|
|
24
|
+
readonly Aws: "aws";
|
|
25
|
+
readonly Gcp: "gcp";
|
|
26
|
+
readonly Azure: "azure";
|
|
27
|
+
readonly Kubernetes: "kubernetes";
|
|
28
|
+
readonly Local: "local";
|
|
29
|
+
readonly Test: "test";
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
33
|
+
*/
|
|
34
|
+
export type ImportSourceBasePlatform = ClosedEnum<typeof ImportSourceBasePlatform>;
|
|
35
|
+
/**
|
|
36
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
37
|
+
*/
|
|
38
|
+
export declare const ImportSourceDeploymentModel: {
|
|
39
|
+
readonly Push: "push";
|
|
40
|
+
readonly Pull: "pull";
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
44
|
+
*/
|
|
45
|
+
export type ImportSourceDeploymentModel = ClosedEnum<typeof ImportSourceDeploymentModel>;
|
|
46
|
+
export type ImportSourceAws = {
|
|
47
|
+
certificateArn: string;
|
|
48
|
+
};
|
|
49
|
+
export type ImportSourceAwsUnion = ImportSourceAws | any;
|
|
50
|
+
export type ImportSourceAzure = {
|
|
51
|
+
keyVaultCertificateId: string;
|
|
52
|
+
};
|
|
53
|
+
export type ImportSourceAzureUnion = ImportSourceAzure | any;
|
|
54
|
+
export type ImportSourceGcp = {
|
|
55
|
+
certificateName: string;
|
|
56
|
+
};
|
|
57
|
+
export type ImportSourceGcpUnion = ImportSourceGcp | any;
|
|
58
|
+
/**
|
|
59
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
60
|
+
*/
|
|
61
|
+
export type ImportSourceTlsSecretRef = {
|
|
62
|
+
/**
|
|
63
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
64
|
+
*/
|
|
65
|
+
namespace?: string | null | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Secret name.
|
|
68
|
+
*/
|
|
69
|
+
secretName: string;
|
|
70
|
+
};
|
|
71
|
+
export type ImportSourceDomainsKubernetes = {
|
|
72
|
+
/**
|
|
73
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
74
|
+
*/
|
|
75
|
+
tlsSecretRef: ImportSourceTlsSecretRef;
|
|
76
|
+
};
|
|
77
|
+
export type ImportSourceDomainsKubernetesUnion = ImportSourceDomainsKubernetes | any;
|
|
78
|
+
/**
|
|
79
|
+
* Platform-specific certificate references for custom domains.
|
|
80
|
+
*/
|
|
81
|
+
export type ImportSourceDomainsCertificate = {
|
|
82
|
+
aws?: ImportSourceAws | any | null | undefined;
|
|
83
|
+
azure?: ImportSourceAzure | any | null | undefined;
|
|
84
|
+
gcp?: ImportSourceGcp | any | null | undefined;
|
|
85
|
+
kubernetes?: ImportSourceDomainsKubernetes | any | null | undefined;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Custom domain configuration for a single resource.
|
|
89
|
+
*/
|
|
90
|
+
export type ImportSourceCustomDomains = {
|
|
91
|
+
/**
|
|
92
|
+
* Platform-specific certificate references for custom domains.
|
|
93
|
+
*/
|
|
94
|
+
certificate: ImportSourceDomainsCertificate;
|
|
95
|
+
/**
|
|
96
|
+
* Fully qualified domain name to use.
|
|
97
|
+
*/
|
|
98
|
+
domain: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Domain configuration for the stack.
|
|
102
|
+
*
|
|
103
|
+
* @remarks
|
|
104
|
+
*
|
|
105
|
+
* When `custom_domains` is set, the specified resources use customer-provided
|
|
106
|
+
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
107
|
+
*/
|
|
108
|
+
export type ImportSourceDomains = {
|
|
109
|
+
/**
|
|
110
|
+
* Custom domain configuration per resource ID.
|
|
111
|
+
*/
|
|
112
|
+
customDomains?: {
|
|
113
|
+
[k: string]: ImportSourceCustomDomains;
|
|
114
|
+
} | null | undefined;
|
|
115
|
+
};
|
|
116
|
+
export type ImportSourceDomainsUnion = ImportSourceDomains | any;
|
|
117
|
+
/**
|
|
118
|
+
* External bindings for pre-existing infrastructure.
|
|
119
|
+
*
|
|
120
|
+
* @remarks
|
|
121
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
122
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
123
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
124
|
+
*/
|
|
125
|
+
export type ImportSourceExternalBindings = {};
|
|
126
|
+
/**
|
|
127
|
+
* How heartbeat health checks are handled.
|
|
128
|
+
*/
|
|
129
|
+
export declare const ImportSourceHeartbeats: {
|
|
130
|
+
readonly Off: "off";
|
|
131
|
+
readonly On: "on";
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* How heartbeat health checks are handled.
|
|
135
|
+
*/
|
|
136
|
+
export type ImportSourceHeartbeats = ClosedEnum<typeof ImportSourceHeartbeats>;
|
|
137
|
+
/**
|
|
138
|
+
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
139
|
+
*/
|
|
140
|
+
export type ImportSourceCloud = {
|
|
141
|
+
accountId?: string | null | undefined;
|
|
142
|
+
clusterId?: string | null | undefined;
|
|
143
|
+
clusterName?: string | null | undefined;
|
|
144
|
+
projectId?: string | null | undefined;
|
|
145
|
+
region?: string | null | undefined;
|
|
146
|
+
resourceGroup?: string | null | undefined;
|
|
147
|
+
subscriptionId?: string | null | undefined;
|
|
148
|
+
};
|
|
149
|
+
export type ImportSourceCloudUnion = ImportSourceCloud | any;
|
|
150
|
+
/**
|
|
151
|
+
* Ownership model for the Kubernetes cluster.
|
|
152
|
+
*/
|
|
153
|
+
export declare const ImportSourceOwnership: {
|
|
154
|
+
readonly Managed: "managed";
|
|
155
|
+
readonly Existing: "existing";
|
|
156
|
+
readonly External: "external";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Ownership model for the Kubernetes cluster.
|
|
160
|
+
*/
|
|
161
|
+
export type ImportSourceOwnership = ClosedEnum<typeof ImportSourceOwnership>;
|
|
162
|
+
/**
|
|
163
|
+
* Kubernetes cluster setup settings.
|
|
164
|
+
*/
|
|
165
|
+
export type ImportSourceCluster = {
|
|
166
|
+
cloud?: ImportSourceCloud | any | null | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* Namespace where the Alien chart and application resources run.
|
|
169
|
+
*/
|
|
170
|
+
namespace?: string | null | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* Ownership model for the Kubernetes cluster.
|
|
173
|
+
*/
|
|
174
|
+
ownership: ImportSourceOwnership;
|
|
175
|
+
};
|
|
176
|
+
export type ImportSourceClusterUnion = ImportSourceCluster | any;
|
|
177
|
+
export type ImportSourceCertificateNone2 = {
|
|
178
|
+
mode: "none";
|
|
179
|
+
};
|
|
180
|
+
export type ImportSourceCertificateManagedTLSSecret2 = {
|
|
181
|
+
mode: "managedTlsSecret";
|
|
182
|
+
/**
|
|
183
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
184
|
+
*/
|
|
185
|
+
secretNameTemplate: string;
|
|
186
|
+
};
|
|
187
|
+
export type ImportSourceCertificateAwsAcmArn2 = {
|
|
188
|
+
/**
|
|
189
|
+
* Existing ACM certificate ARN.
|
|
190
|
+
*/
|
|
191
|
+
certificateArn: string;
|
|
192
|
+
mode: "awsAcmArn";
|
|
193
|
+
};
|
|
194
|
+
export type ImportSourceCertificateManagedAcmImport2 = {
|
|
195
|
+
mode: "managedAcmImport";
|
|
196
|
+
/**
|
|
197
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
198
|
+
*/
|
|
199
|
+
region?: string | null | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
202
|
+
*/
|
|
203
|
+
tags?: {
|
|
204
|
+
[k: string]: string;
|
|
205
|
+
} | undefined;
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
209
|
+
*/
|
|
210
|
+
export type ImportSourceCertificateTLSSecretRef2 = {
|
|
211
|
+
/**
|
|
212
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
213
|
+
*/
|
|
214
|
+
namespace?: string | null | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* Secret name.
|
|
217
|
+
*/
|
|
218
|
+
secretName: string;
|
|
219
|
+
mode: "tlsSecretRef";
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
223
|
+
*/
|
|
224
|
+
export type ImportSourceCertificateUnion2 = ImportSourceCertificateTLSSecretRef2 | ImportSourceCertificateManagedAcmImport2 | ImportSourceCertificateAwsAcmArn2 | ImportSourceCertificateManagedTLSSecret2 | ImportSourceCertificateNone2;
|
|
225
|
+
export declare const ImportSourceModeCustom: {
|
|
226
|
+
readonly Custom: "custom";
|
|
227
|
+
};
|
|
228
|
+
export type ImportSourceModeCustom = ClosedEnum<typeof ImportSourceModeCustom>;
|
|
229
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum4: {
|
|
230
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
231
|
+
};
|
|
232
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4>;
|
|
233
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers4 = {
|
|
234
|
+
/**
|
|
235
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
236
|
+
*/
|
|
237
|
+
albName?: string | null | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
240
|
+
*/
|
|
241
|
+
albNamespace?: string | null | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* Public or internal frontend exposure.
|
|
244
|
+
*/
|
|
245
|
+
frontend: string;
|
|
246
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum4;
|
|
247
|
+
};
|
|
248
|
+
export declare const ImportSourceProviderGkeGatewayEnum4: {
|
|
249
|
+
readonly GkeGateway: "gkeGateway";
|
|
250
|
+
};
|
|
251
|
+
export type ImportSourceProviderGkeGatewayEnum4 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum4>;
|
|
252
|
+
export type ImportSourceProviderGkeGateway4 = {
|
|
253
|
+
provider: ImportSourceProviderGkeGatewayEnum4;
|
|
254
|
+
/**
|
|
255
|
+
* Optional static address name for the Gateway frontend.
|
|
256
|
+
*/
|
|
257
|
+
staticAddressName?: string | null | undefined;
|
|
258
|
+
};
|
|
259
|
+
export declare const ImportSourceProviderAwsAlbEnum4: {
|
|
260
|
+
readonly AwsAlb: "awsAlb";
|
|
261
|
+
};
|
|
262
|
+
export type ImportSourceProviderAwsAlbEnum4 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum4>;
|
|
263
|
+
export type ImportSourceProviderAwsAlb4 = {
|
|
264
|
+
/**
|
|
265
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
266
|
+
*/
|
|
267
|
+
ipAddressType?: string | null | undefined;
|
|
268
|
+
provider: ImportSourceProviderAwsAlbEnum4;
|
|
269
|
+
/**
|
|
270
|
+
* Internet-facing or internal ALB scheme.
|
|
271
|
+
*/
|
|
272
|
+
scheme: string;
|
|
273
|
+
/**
|
|
274
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
275
|
+
*/
|
|
276
|
+
subnetIds?: Array<string> | undefined;
|
|
277
|
+
/**
|
|
278
|
+
* ALB target type, usually `ip`.
|
|
279
|
+
*/
|
|
280
|
+
targetType: string;
|
|
281
|
+
};
|
|
282
|
+
export type ImportSourceProviderUnion4 = ImportSourceProviderAwsAlb4 | ImportSourceProviderAzureApplicationGatewayForContainers4 | ImportSourceProviderGkeGateway4 | any;
|
|
283
|
+
/**
|
|
284
|
+
* Shared Gateway API route profile values.
|
|
285
|
+
*/
|
|
286
|
+
export type ImportSourceRouteGateway2 = {
|
|
287
|
+
/**
|
|
288
|
+
* Annotations applied to route objects.
|
|
289
|
+
*/
|
|
290
|
+
annotations?: {
|
|
291
|
+
[k: string]: string;
|
|
292
|
+
} | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
295
|
+
*/
|
|
296
|
+
controller?: string | null | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* GatewayClass selected for generated Gateways.
|
|
299
|
+
*/
|
|
300
|
+
gatewayClassName: string;
|
|
301
|
+
/**
|
|
302
|
+
* Labels applied to route objects.
|
|
303
|
+
*/
|
|
304
|
+
labels?: {
|
|
305
|
+
[k: string]: string;
|
|
306
|
+
} | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* Listener port, usually 443.
|
|
309
|
+
*/
|
|
310
|
+
listenerPort: number;
|
|
311
|
+
provider?: ImportSourceProviderAwsAlb4 | ImportSourceProviderAzureApplicationGatewayForContainers4 | ImportSourceProviderGkeGateway4 | any | null | undefined;
|
|
312
|
+
routeApi: "gateway";
|
|
313
|
+
};
|
|
314
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum3: {
|
|
315
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
316
|
+
};
|
|
317
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3>;
|
|
318
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers3 = {
|
|
319
|
+
/**
|
|
320
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
321
|
+
*/
|
|
322
|
+
albName?: string | null | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
325
|
+
*/
|
|
326
|
+
albNamespace?: string | null | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* Public or internal frontend exposure.
|
|
329
|
+
*/
|
|
330
|
+
frontend: string;
|
|
331
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum3;
|
|
332
|
+
};
|
|
333
|
+
export declare const ImportSourceProviderGkeGatewayEnum3: {
|
|
334
|
+
readonly GkeGateway: "gkeGateway";
|
|
335
|
+
};
|
|
336
|
+
export type ImportSourceProviderGkeGatewayEnum3 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum3>;
|
|
337
|
+
export type ImportSourceProviderGkeGateway3 = {
|
|
338
|
+
provider: ImportSourceProviderGkeGatewayEnum3;
|
|
339
|
+
/**
|
|
340
|
+
* Optional static address name for the Gateway frontend.
|
|
341
|
+
*/
|
|
342
|
+
staticAddressName?: string | null | undefined;
|
|
343
|
+
};
|
|
344
|
+
export declare const ImportSourceProviderAwsAlbEnum3: {
|
|
345
|
+
readonly AwsAlb: "awsAlb";
|
|
346
|
+
};
|
|
347
|
+
export type ImportSourceProviderAwsAlbEnum3 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum3>;
|
|
348
|
+
export type ImportSourceProviderAwsAlb3 = {
|
|
349
|
+
/**
|
|
350
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
351
|
+
*/
|
|
352
|
+
ipAddressType?: string | null | undefined;
|
|
353
|
+
provider: ImportSourceProviderAwsAlbEnum3;
|
|
354
|
+
/**
|
|
355
|
+
* Internet-facing or internal ALB scheme.
|
|
356
|
+
*/
|
|
357
|
+
scheme: string;
|
|
358
|
+
/**
|
|
359
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
360
|
+
*/
|
|
361
|
+
subnetIds?: Array<string> | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* ALB target type, usually `ip`.
|
|
364
|
+
*/
|
|
365
|
+
targetType: string;
|
|
366
|
+
};
|
|
367
|
+
export type ImportSourceProviderUnion3 = ImportSourceProviderAwsAlb3 | ImportSourceProviderAzureApplicationGatewayForContainers3 | ImportSourceProviderGkeGateway3 | any;
|
|
368
|
+
/**
|
|
369
|
+
* Shared Ingress route profile values.
|
|
370
|
+
*/
|
|
371
|
+
export type ImportSourceRouteIngress2 = {
|
|
372
|
+
/**
|
|
373
|
+
* Annotations applied to route objects.
|
|
374
|
+
*/
|
|
375
|
+
annotations?: {
|
|
376
|
+
[k: string]: string;
|
|
377
|
+
} | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
380
|
+
*/
|
|
381
|
+
controller?: string | null | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
384
|
+
*/
|
|
385
|
+
ingressClassName: string;
|
|
386
|
+
/**
|
|
387
|
+
* Labels applied to route objects.
|
|
388
|
+
*/
|
|
389
|
+
labels?: {
|
|
390
|
+
[k: string]: string;
|
|
391
|
+
} | undefined;
|
|
392
|
+
provider?: ImportSourceProviderAwsAlb3 | ImportSourceProviderAzureApplicationGatewayForContainers3 | ImportSourceProviderGkeGateway3 | any | null | undefined;
|
|
393
|
+
routeApi: "ingress";
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* Kubernetes route API selected for public endpoints.
|
|
397
|
+
*/
|
|
398
|
+
export type ImportSourceRouteUnion2 = ImportSourceRouteIngress2 | ImportSourceRouteGateway2;
|
|
399
|
+
export type ImportSourceExposureCustom = {
|
|
400
|
+
/**
|
|
401
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
402
|
+
*/
|
|
403
|
+
certificate: ImportSourceCertificateTLSSecretRef2 | ImportSourceCertificateManagedAcmImport2 | ImportSourceCertificateAwsAcmArn2 | ImportSourceCertificateManagedTLSSecret2 | ImportSourceCertificateNone2;
|
|
404
|
+
/**
|
|
405
|
+
* Hostname routed by the Kubernetes public endpoint.
|
|
406
|
+
*/
|
|
407
|
+
domain: string;
|
|
408
|
+
mode: ImportSourceModeCustom;
|
|
409
|
+
/**
|
|
410
|
+
* Kubernetes route API selected for public endpoints.
|
|
411
|
+
*/
|
|
412
|
+
route: ImportSourceRouteIngress2 | ImportSourceRouteGateway2;
|
|
413
|
+
};
|
|
414
|
+
export type ImportSourceCertificateNone1 = {
|
|
415
|
+
mode: "none";
|
|
416
|
+
};
|
|
417
|
+
export type ImportSourceCertificateManagedTLSSecret1 = {
|
|
418
|
+
mode: "managedTlsSecret";
|
|
419
|
+
/**
|
|
420
|
+
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
421
|
+
*/
|
|
422
|
+
secretNameTemplate: string;
|
|
423
|
+
};
|
|
424
|
+
export type ImportSourceCertificateAwsAcmArn1 = {
|
|
425
|
+
/**
|
|
426
|
+
* Existing ACM certificate ARN.
|
|
427
|
+
*/
|
|
428
|
+
certificateArn: string;
|
|
429
|
+
mode: "awsAcmArn";
|
|
430
|
+
};
|
|
431
|
+
export type ImportSourceCertificateManagedAcmImport1 = {
|
|
432
|
+
mode: "managedAcmImport";
|
|
433
|
+
/**
|
|
434
|
+
* ACM region. Defaults to the deployment region when omitted.
|
|
435
|
+
*/
|
|
436
|
+
region?: string | null | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* Tags applied to runtime-imported ACM certificates.
|
|
439
|
+
*/
|
|
440
|
+
tags?: {
|
|
441
|
+
[k: string]: string;
|
|
442
|
+
} | undefined;
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
446
|
+
*/
|
|
447
|
+
export type ImportSourceCertificateTLSSecretRef1 = {
|
|
448
|
+
/**
|
|
449
|
+
* Secret namespace. Defaults to the release namespace when omitted.
|
|
450
|
+
*/
|
|
451
|
+
namespace?: string | null | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* Secret name.
|
|
454
|
+
*/
|
|
455
|
+
secretName: string;
|
|
456
|
+
mode: "tlsSecretRef";
|
|
457
|
+
};
|
|
458
|
+
/**
|
|
459
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
460
|
+
*/
|
|
461
|
+
export type ImportSourceCertificateUnion1 = ImportSourceCertificateTLSSecretRef1 | ImportSourceCertificateManagedAcmImport1 | ImportSourceCertificateAwsAcmArn1 | ImportSourceCertificateManagedTLSSecret1 | ImportSourceCertificateNone1;
|
|
462
|
+
export declare const ImportSourceModeGenerated: {
|
|
463
|
+
readonly Generated: "generated";
|
|
464
|
+
};
|
|
465
|
+
export type ImportSourceModeGenerated = ClosedEnum<typeof ImportSourceModeGenerated>;
|
|
466
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum2: {
|
|
467
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
468
|
+
};
|
|
469
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2>;
|
|
470
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers2 = {
|
|
471
|
+
/**
|
|
472
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
473
|
+
*/
|
|
474
|
+
albName?: string | null | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
477
|
+
*/
|
|
478
|
+
albNamespace?: string | null | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* Public or internal frontend exposure.
|
|
481
|
+
*/
|
|
482
|
+
frontend: string;
|
|
483
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum2;
|
|
484
|
+
};
|
|
485
|
+
export declare const ImportSourceProviderGkeGatewayEnum2: {
|
|
486
|
+
readonly GkeGateway: "gkeGateway";
|
|
487
|
+
};
|
|
488
|
+
export type ImportSourceProviderGkeGatewayEnum2 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum2>;
|
|
489
|
+
export type ImportSourceProviderGkeGateway2 = {
|
|
490
|
+
provider: ImportSourceProviderGkeGatewayEnum2;
|
|
491
|
+
/**
|
|
492
|
+
* Optional static address name for the Gateway frontend.
|
|
493
|
+
*/
|
|
494
|
+
staticAddressName?: string | null | undefined;
|
|
495
|
+
};
|
|
496
|
+
export declare const ImportSourceProviderAwsAlbEnum2: {
|
|
497
|
+
readonly AwsAlb: "awsAlb";
|
|
498
|
+
};
|
|
499
|
+
export type ImportSourceProviderAwsAlbEnum2 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum2>;
|
|
500
|
+
export type ImportSourceProviderAwsAlb2 = {
|
|
501
|
+
/**
|
|
502
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
503
|
+
*/
|
|
504
|
+
ipAddressType?: string | null | undefined;
|
|
505
|
+
provider: ImportSourceProviderAwsAlbEnum2;
|
|
506
|
+
/**
|
|
507
|
+
* Internet-facing or internal ALB scheme.
|
|
508
|
+
*/
|
|
509
|
+
scheme: string;
|
|
510
|
+
/**
|
|
511
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
512
|
+
*/
|
|
513
|
+
subnetIds?: Array<string> | undefined;
|
|
514
|
+
/**
|
|
515
|
+
* ALB target type, usually `ip`.
|
|
516
|
+
*/
|
|
517
|
+
targetType: string;
|
|
518
|
+
};
|
|
519
|
+
export type ImportSourceProviderUnion2 = ImportSourceProviderAwsAlb2 | ImportSourceProviderAzureApplicationGatewayForContainers2 | ImportSourceProviderGkeGateway2 | any;
|
|
520
|
+
/**
|
|
521
|
+
* Shared Gateway API route profile values.
|
|
522
|
+
*/
|
|
523
|
+
export type ImportSourceRouteGateway1 = {
|
|
524
|
+
/**
|
|
525
|
+
* Annotations applied to route objects.
|
|
526
|
+
*/
|
|
527
|
+
annotations?: {
|
|
528
|
+
[k: string]: string;
|
|
529
|
+
} | undefined;
|
|
530
|
+
/**
|
|
531
|
+
* Route controller identifier, for example a cloud Gateway controller.
|
|
532
|
+
*/
|
|
533
|
+
controller?: string | null | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* GatewayClass selected for generated Gateways.
|
|
536
|
+
*/
|
|
537
|
+
gatewayClassName: string;
|
|
538
|
+
/**
|
|
539
|
+
* Labels applied to route objects.
|
|
540
|
+
*/
|
|
541
|
+
labels?: {
|
|
542
|
+
[k: string]: string;
|
|
543
|
+
} | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* Listener port, usually 443.
|
|
546
|
+
*/
|
|
547
|
+
listenerPort: number;
|
|
548
|
+
provider?: ImportSourceProviderAwsAlb2 | ImportSourceProviderAzureApplicationGatewayForContainers2 | ImportSourceProviderGkeGateway2 | any | null | undefined;
|
|
549
|
+
routeApi: "gateway";
|
|
550
|
+
};
|
|
551
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum1: {
|
|
552
|
+
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
553
|
+
};
|
|
554
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1>;
|
|
555
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers1 = {
|
|
556
|
+
/**
|
|
557
|
+
* Optional ALB name when using BYO Application Gateway resources.
|
|
558
|
+
*/
|
|
559
|
+
albName?: string | null | undefined;
|
|
560
|
+
/**
|
|
561
|
+
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
562
|
+
*/
|
|
563
|
+
albNamespace?: string | null | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* Public or internal frontend exposure.
|
|
566
|
+
*/
|
|
567
|
+
frontend: string;
|
|
568
|
+
provider: ImportSourceProviderAzureApplicationGatewayForContainersEnum1;
|
|
569
|
+
};
|
|
570
|
+
export declare const ImportSourceProviderGkeGatewayEnum1: {
|
|
571
|
+
readonly GkeGateway: "gkeGateway";
|
|
572
|
+
};
|
|
573
|
+
export type ImportSourceProviderGkeGatewayEnum1 = ClosedEnum<typeof ImportSourceProviderGkeGatewayEnum1>;
|
|
574
|
+
export type ImportSourceProviderGkeGateway1 = {
|
|
575
|
+
provider: ImportSourceProviderGkeGatewayEnum1;
|
|
576
|
+
/**
|
|
577
|
+
* Optional static address name for the Gateway frontend.
|
|
578
|
+
*/
|
|
579
|
+
staticAddressName?: string | null | undefined;
|
|
580
|
+
};
|
|
581
|
+
export declare const ImportSourceProviderAwsAlbEnum1: {
|
|
582
|
+
readonly AwsAlb: "awsAlb";
|
|
583
|
+
};
|
|
584
|
+
export type ImportSourceProviderAwsAlbEnum1 = ClosedEnum<typeof ImportSourceProviderAwsAlbEnum1>;
|
|
585
|
+
export type ImportSourceProviderAwsAlb1 = {
|
|
586
|
+
/**
|
|
587
|
+
* Optional ALB IP address type, such as `dualstack`.
|
|
588
|
+
*/
|
|
589
|
+
ipAddressType?: string | null | undefined;
|
|
590
|
+
provider: ImportSourceProviderAwsAlbEnum1;
|
|
591
|
+
/**
|
|
592
|
+
* Internet-facing or internal ALB scheme.
|
|
593
|
+
*/
|
|
594
|
+
scheme: string;
|
|
595
|
+
/**
|
|
596
|
+
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
597
|
+
*/
|
|
598
|
+
subnetIds?: Array<string> | undefined;
|
|
599
|
+
/**
|
|
600
|
+
* ALB target type, usually `ip`.
|
|
601
|
+
*/
|
|
602
|
+
targetType: string;
|
|
603
|
+
};
|
|
604
|
+
export type ImportSourceProviderUnion1 = ImportSourceProviderAwsAlb1 | ImportSourceProviderAzureApplicationGatewayForContainers1 | ImportSourceProviderGkeGateway1 | any;
|
|
605
|
+
/**
|
|
606
|
+
* Shared Ingress route profile values.
|
|
607
|
+
*/
|
|
608
|
+
export type ImportSourceRouteIngress1 = {
|
|
609
|
+
/**
|
|
610
|
+
* Annotations applied to route objects.
|
|
611
|
+
*/
|
|
612
|
+
annotations?: {
|
|
613
|
+
[k: string]: string;
|
|
614
|
+
} | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
617
|
+
*/
|
|
618
|
+
controller?: string | null | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* `spec.ingressClassName` for generated Ingresses.
|
|
621
|
+
*/
|
|
622
|
+
ingressClassName: string;
|
|
623
|
+
/**
|
|
624
|
+
* Labels applied to route objects.
|
|
625
|
+
*/
|
|
626
|
+
labels?: {
|
|
627
|
+
[k: string]: string;
|
|
628
|
+
} | undefined;
|
|
629
|
+
provider?: ImportSourceProviderAwsAlb1 | ImportSourceProviderAzureApplicationGatewayForContainers1 | ImportSourceProviderGkeGateway1 | any | null | undefined;
|
|
630
|
+
routeApi: "ingress";
|
|
631
|
+
};
|
|
632
|
+
/**
|
|
633
|
+
* Kubernetes route API selected for public endpoints.
|
|
634
|
+
*/
|
|
635
|
+
export type ImportSourceRouteUnion1 = ImportSourceRouteIngress1 | ImportSourceRouteGateway1;
|
|
636
|
+
export type ImportSourceExposureGenerated = {
|
|
637
|
+
/**
|
|
638
|
+
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
639
|
+
*/
|
|
640
|
+
certificate: ImportSourceCertificateTLSSecretRef1 | ImportSourceCertificateManagedAcmImport1 | ImportSourceCertificateAwsAcmArn1 | ImportSourceCertificateManagedTLSSecret1 | ImportSourceCertificateNone1;
|
|
641
|
+
mode: ImportSourceModeGenerated;
|
|
642
|
+
/**
|
|
643
|
+
* Kubernetes route API selected for public endpoints.
|
|
644
|
+
*/
|
|
645
|
+
route: ImportSourceRouteIngress1 | ImportSourceRouteGateway1;
|
|
646
|
+
};
|
|
647
|
+
export declare const ImportSourceModeDisabled: {
|
|
648
|
+
readonly Disabled: "disabled";
|
|
649
|
+
};
|
|
650
|
+
export type ImportSourceModeDisabled = ClosedEnum<typeof ImportSourceModeDisabled>;
|
|
651
|
+
export type ImportSourceExposureDisabled = {
|
|
652
|
+
mode: ImportSourceModeDisabled;
|
|
653
|
+
};
|
|
654
|
+
export type ImportSourceExposureUnion = ImportSourceExposureCustom | ImportSourceExposureGenerated | ImportSourceExposureDisabled | any;
|
|
655
|
+
/**
|
|
656
|
+
* Kubernetes runtime substrate configuration.
|
|
657
|
+
*
|
|
658
|
+
* @remarks
|
|
659
|
+
*
|
|
660
|
+
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
661
|
+
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
662
|
+
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
663
|
+
* cluster.
|
|
664
|
+
*/
|
|
665
|
+
export type ImportSourceKubernetes = {
|
|
666
|
+
cluster?: ImportSourceCluster | any | null | undefined;
|
|
667
|
+
exposure?: ImportSourceExposureCustom | ImportSourceExposureGenerated | ImportSourceExposureDisabled | any | null | undefined;
|
|
668
|
+
};
|
|
669
|
+
export type ImportSourceKubernetesUnion = ImportSourceKubernetes | any;
|
|
670
|
+
export declare const ImportSourceTypeByoVnetAzure: {
|
|
671
|
+
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
672
|
+
};
|
|
673
|
+
export type ImportSourceTypeByoVnetAzure = ClosedEnum<typeof ImportSourceTypeByoVnetAzure>;
|
|
674
|
+
export type ImportSourceNetworkByoVnetAzure = {
|
|
675
|
+
/**
|
|
676
|
+
* Name of the private subnet within the VNet
|
|
677
|
+
*/
|
|
678
|
+
privateSubnetName: string;
|
|
679
|
+
/**
|
|
680
|
+
* Name of the public subnet within the VNet
|
|
681
|
+
*/
|
|
682
|
+
publicSubnetName: string;
|
|
683
|
+
type: ImportSourceTypeByoVnetAzure;
|
|
684
|
+
/**
|
|
685
|
+
* The full resource ID of the existing VNet
|
|
686
|
+
*/
|
|
687
|
+
vnetResourceId: string;
|
|
688
|
+
};
|
|
689
|
+
export declare const ImportSourceTypeByoVpcGcp: {
|
|
690
|
+
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
691
|
+
};
|
|
692
|
+
export type ImportSourceTypeByoVpcGcp = ClosedEnum<typeof ImportSourceTypeByoVpcGcp>;
|
|
693
|
+
export type ImportSourceNetworkByoVpcGcp = {
|
|
694
|
+
/**
|
|
695
|
+
* The name of the existing VPC network
|
|
696
|
+
*/
|
|
697
|
+
networkName: string;
|
|
698
|
+
/**
|
|
699
|
+
* The region of the subnet
|
|
700
|
+
*/
|
|
701
|
+
region: string;
|
|
702
|
+
/**
|
|
703
|
+
* The name of the subnet to use
|
|
704
|
+
*/
|
|
705
|
+
subnetName: string;
|
|
706
|
+
type: ImportSourceTypeByoVpcGcp;
|
|
707
|
+
};
|
|
708
|
+
export declare const ImportSourceTypeByoVpcAws: {
|
|
709
|
+
readonly ByoVpcAws: "byo-vpc-aws";
|
|
710
|
+
};
|
|
711
|
+
export type ImportSourceTypeByoVpcAws = ClosedEnum<typeof ImportSourceTypeByoVpcAws>;
|
|
712
|
+
export type ImportSourceNetworkByoVpcAws = {
|
|
713
|
+
/**
|
|
714
|
+
* IDs of private subnets
|
|
715
|
+
*/
|
|
716
|
+
privateSubnetIds: Array<string>;
|
|
717
|
+
/**
|
|
718
|
+
* IDs of public subnets (required for public ingress)
|
|
719
|
+
*/
|
|
720
|
+
publicSubnetIds: Array<string>;
|
|
721
|
+
/**
|
|
722
|
+
* Optional security group IDs to use
|
|
723
|
+
*/
|
|
724
|
+
securityGroupIds?: Array<string> | undefined;
|
|
725
|
+
type: ImportSourceTypeByoVpcAws;
|
|
726
|
+
/**
|
|
727
|
+
* The ID of the existing VPC
|
|
728
|
+
*/
|
|
729
|
+
vpcId: string;
|
|
730
|
+
};
|
|
731
|
+
export declare const ImportSourceTypeCreate: {
|
|
732
|
+
readonly Create: "create";
|
|
733
|
+
};
|
|
734
|
+
export type ImportSourceTypeCreate = ClosedEnum<typeof ImportSourceTypeCreate>;
|
|
735
|
+
export type ImportSourceNetworkCreate = {
|
|
736
|
+
/**
|
|
737
|
+
* Number of availability zones (default: 2).
|
|
738
|
+
*/
|
|
739
|
+
availabilityZones?: number | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
742
|
+
*
|
|
743
|
+
* @remarks
|
|
744
|
+
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
745
|
+
*/
|
|
746
|
+
cidr?: string | null | undefined;
|
|
747
|
+
type: ImportSourceTypeCreate;
|
|
748
|
+
};
|
|
749
|
+
export declare const ImportSourceTypeUseDefault: {
|
|
750
|
+
readonly UseDefault: "use-default";
|
|
751
|
+
};
|
|
752
|
+
export type ImportSourceTypeUseDefault = ClosedEnum<typeof ImportSourceTypeUseDefault>;
|
|
753
|
+
export type ImportSourceNetworkUseDefault = {
|
|
754
|
+
type: ImportSourceTypeUseDefault;
|
|
755
|
+
};
|
|
756
|
+
export type ImportSourceNetworkUnion = ImportSourceNetworkByoVpcAws | ImportSourceNetworkByoVpcGcp | ImportSourceNetworkByoVnetAzure | ImportSourceNetworkUseDefault | ImportSourceNetworkCreate | any;
|
|
757
|
+
/**
|
|
758
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
759
|
+
*/
|
|
760
|
+
export declare const ImportSourceTelemetry: {
|
|
761
|
+
readonly Off: "off";
|
|
762
|
+
readonly Auto: "auto";
|
|
763
|
+
readonly ApprovalRequired: "approval-required";
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
767
|
+
*/
|
|
768
|
+
export type ImportSourceTelemetry = ClosedEnum<typeof ImportSourceTelemetry>;
|
|
769
|
+
/**
|
|
770
|
+
* How updates are delivered to the deployment.
|
|
771
|
+
*/
|
|
772
|
+
export declare const ImportSourceUpdates: {
|
|
773
|
+
readonly Auto: "auto";
|
|
774
|
+
readonly ApprovalRequired: "approval-required";
|
|
775
|
+
};
|
|
776
|
+
/**
|
|
777
|
+
* How updates are delivered to the deployment.
|
|
778
|
+
*/
|
|
779
|
+
export type ImportSourceUpdates = ClosedEnum<typeof ImportSourceUpdates>;
|
|
780
|
+
/**
|
|
781
|
+
* User-customizable deployment settings specified at deploy time.
|
|
782
|
+
*
|
|
783
|
+
* @remarks
|
|
784
|
+
*
|
|
785
|
+
* These settings are provided by the customer via CloudFormation parameters,
|
|
786
|
+
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
787
|
+
* deployment runs and what capabilities are enabled.
|
|
788
|
+
*
|
|
789
|
+
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
790
|
+
* is platform-derived (from the Manager's ServiceAccount).
|
|
791
|
+
*/
|
|
792
|
+
export type ImportSourceStackSettings = {
|
|
793
|
+
/**
|
|
794
|
+
* Deployment model: how updates are delivered to the remote environment.
|
|
795
|
+
*/
|
|
796
|
+
deploymentModel?: ImportSourceDeploymentModel | undefined;
|
|
797
|
+
domains?: ImportSourceDomains | any | null | undefined;
|
|
798
|
+
/**
|
|
799
|
+
* External bindings for pre-existing infrastructure.
|
|
800
|
+
*
|
|
801
|
+
* @remarks
|
|
802
|
+
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
803
|
+
* Environment, etc.) instead of having Alien provision them.
|
|
804
|
+
* Required for Kubernetes platform, optional for cloud platforms.
|
|
805
|
+
*/
|
|
806
|
+
externalBindings?: ImportSourceExternalBindings | null | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* How heartbeat health checks are handled.
|
|
809
|
+
*/
|
|
810
|
+
heartbeats?: ImportSourceHeartbeats | undefined;
|
|
811
|
+
kubernetes?: ImportSourceKubernetes | any | null | undefined;
|
|
812
|
+
network?: ImportSourceNetworkByoVpcAws | ImportSourceNetworkByoVpcGcp | ImportSourceNetworkByoVnetAzure | ImportSourceNetworkUseDefault | ImportSourceNetworkCreate | any | null | undefined;
|
|
813
|
+
/**
|
|
814
|
+
* How telemetry (logs, metrics, traces) is handled.
|
|
815
|
+
*/
|
|
816
|
+
telemetry?: ImportSourceTelemetry | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* How updates are delivered to the deployment.
|
|
819
|
+
*/
|
|
820
|
+
updates?: ImportSourceUpdates | undefined;
|
|
821
|
+
};
|
|
822
|
+
export type ImportSourceManagementConfigKubernetes = {
|
|
823
|
+
platform: "kubernetes";
|
|
824
|
+
};
|
|
825
|
+
/**
|
|
826
|
+
* Azure management configuration extracted from stack settings
|
|
827
|
+
*/
|
|
828
|
+
export type ImportSourceManagementConfigAzure = {
|
|
829
|
+
/**
|
|
830
|
+
* The managing Azure Tenant ID for cross-tenant access
|
|
831
|
+
*/
|
|
832
|
+
managingTenantId: string;
|
|
833
|
+
/**
|
|
834
|
+
* OIDC issuer URL trusted by the target-side managed identity.
|
|
835
|
+
*/
|
|
836
|
+
oidcIssuer: string;
|
|
837
|
+
/**
|
|
838
|
+
* OIDC subject claim trusted by the target-side managed identity.
|
|
839
|
+
*/
|
|
840
|
+
oidcSubject: string;
|
|
841
|
+
platform: "azure";
|
|
842
|
+
};
|
|
843
|
+
/**
|
|
844
|
+
* GCP management configuration extracted from stack settings
|
|
845
|
+
*/
|
|
846
|
+
export type ImportSourceManagementConfigGcp = {
|
|
847
|
+
/**
|
|
848
|
+
* Service account email for management roles
|
|
849
|
+
*/
|
|
850
|
+
serviceAccountEmail: string;
|
|
851
|
+
platform: "gcp";
|
|
852
|
+
};
|
|
853
|
+
/**
|
|
854
|
+
* AWS management configuration extracted from stack settings
|
|
855
|
+
*/
|
|
856
|
+
export type ImportSourceManagementConfigAws = {
|
|
857
|
+
/**
|
|
858
|
+
* The managing AWS IAM role ARN that can assume cross-account roles
|
|
859
|
+
*/
|
|
860
|
+
managingRoleArn: string;
|
|
861
|
+
platform: "aws";
|
|
862
|
+
};
|
|
863
|
+
/**
|
|
864
|
+
* Management configuration for different cloud platforms.
|
|
865
|
+
*
|
|
866
|
+
* @remarks
|
|
867
|
+
*
|
|
868
|
+
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
869
|
+
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
870
|
+
*/
|
|
871
|
+
export type ImportSourceManagementConfigUnion = ImportSourceManagementConfigAws | ImportSourceManagementConfigGcp | ImportSourceManagementConfigAzure | ImportSourceManagementConfigKubernetes;
|
|
872
|
+
/**
|
|
873
|
+
* Resolved setup import payload
|
|
874
|
+
*/
|
|
875
|
+
export type ImportSource = {
|
|
876
|
+
/**
|
|
877
|
+
* User-chosen deployment name. Must be unique within the deployment group; the manager returns 409 on collision.
|
|
878
|
+
*/
|
|
879
|
+
deploymentName: string;
|
|
880
|
+
resourcePrefix: string;
|
|
881
|
+
/**
|
|
882
|
+
* Source label for observability only — does not affect import behavior.
|
|
883
|
+
*/
|
|
884
|
+
sourceKind?: ImportSourceKind | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* Release that produced the setup artifact. Defaults to latest.
|
|
887
|
+
*/
|
|
888
|
+
releaseId?: string | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* Cloud platform of the imported stack
|
|
891
|
+
*/
|
|
892
|
+
platform: ImportSourcePlatformEnum;
|
|
893
|
+
/**
|
|
894
|
+
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
895
|
+
*/
|
|
896
|
+
basePlatform?: ImportSourceBasePlatform | undefined;
|
|
897
|
+
/**
|
|
898
|
+
* Region or location reported by the setup artifact
|
|
899
|
+
*/
|
|
900
|
+
region: string;
|
|
901
|
+
setupTarget: string;
|
|
902
|
+
/**
|
|
903
|
+
* Setup import payload format version embedded in the package
|
|
904
|
+
*/
|
|
905
|
+
setupImportFormatVersion: number;
|
|
906
|
+
setupFingerprint: string;
|
|
907
|
+
setupFingerprintVersion: number;
|
|
908
|
+
/**
|
|
909
|
+
* User-customizable deployment settings specified at deploy time.
|
|
910
|
+
*
|
|
911
|
+
* @remarks
|
|
912
|
+
*
|
|
913
|
+
* These settings are provided by the customer via CloudFormation parameters,
|
|
914
|
+
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
915
|
+
* deployment runs and what capabilities are enabled.
|
|
916
|
+
*
|
|
917
|
+
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
918
|
+
* is platform-derived (from the Manager's ServiceAccount).
|
|
919
|
+
*/
|
|
920
|
+
stackSettings: ImportSourceStackSettings;
|
|
921
|
+
/**
|
|
922
|
+
* Management configuration for different cloud platforms.
|
|
923
|
+
*
|
|
924
|
+
* @remarks
|
|
925
|
+
*
|
|
926
|
+
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
927
|
+
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
928
|
+
*/
|
|
929
|
+
managementConfig: ImportSourceManagementConfigAws | ImportSourceManagementConfigGcp | ImportSourceManagementConfigAzure | ImportSourceManagementConfigKubernetes;
|
|
930
|
+
resources: Array<ImportedResource>;
|
|
931
|
+
};
|
|
932
|
+
/** @internal */
|
|
933
|
+
export declare const ImportSourcePlatformEnum$outboundSchema: z.ZodEnum<typeof ImportSourcePlatformEnum>;
|
|
934
|
+
/** @internal */
|
|
935
|
+
export declare const ImportSourceBasePlatform$outboundSchema: z.ZodEnum<typeof ImportSourceBasePlatform>;
|
|
936
|
+
/** @internal */
|
|
937
|
+
export declare const ImportSourceDeploymentModel$outboundSchema: z.ZodEnum<typeof ImportSourceDeploymentModel>;
|
|
938
|
+
/** @internal */
|
|
939
|
+
export type ImportSourceAws$Outbound = {
|
|
940
|
+
certificateArn: string;
|
|
941
|
+
};
|
|
942
|
+
/** @internal */
|
|
943
|
+
export declare const ImportSourceAws$outboundSchema: z.ZodType<ImportSourceAws$Outbound, ImportSourceAws>;
|
|
944
|
+
export declare function importSourceAwsToJSON(importSourceAws: ImportSourceAws): string;
|
|
945
|
+
/** @internal */
|
|
946
|
+
export type ImportSourceAwsUnion$Outbound = ImportSourceAws$Outbound | any;
|
|
947
|
+
/** @internal */
|
|
948
|
+
export declare const ImportSourceAwsUnion$outboundSchema: z.ZodType<ImportSourceAwsUnion$Outbound, ImportSourceAwsUnion>;
|
|
949
|
+
export declare function importSourceAwsUnionToJSON(importSourceAwsUnion: ImportSourceAwsUnion): string;
|
|
950
|
+
/** @internal */
|
|
951
|
+
export type ImportSourceAzure$Outbound = {
|
|
952
|
+
keyVaultCertificateId: string;
|
|
953
|
+
};
|
|
954
|
+
/** @internal */
|
|
955
|
+
export declare const ImportSourceAzure$outboundSchema: z.ZodType<ImportSourceAzure$Outbound, ImportSourceAzure>;
|
|
956
|
+
export declare function importSourceAzureToJSON(importSourceAzure: ImportSourceAzure): string;
|
|
957
|
+
/** @internal */
|
|
958
|
+
export type ImportSourceAzureUnion$Outbound = ImportSourceAzure$Outbound | any;
|
|
959
|
+
/** @internal */
|
|
960
|
+
export declare const ImportSourceAzureUnion$outboundSchema: z.ZodType<ImportSourceAzureUnion$Outbound, ImportSourceAzureUnion>;
|
|
961
|
+
export declare function importSourceAzureUnionToJSON(importSourceAzureUnion: ImportSourceAzureUnion): string;
|
|
962
|
+
/** @internal */
|
|
963
|
+
export type ImportSourceGcp$Outbound = {
|
|
964
|
+
certificateName: string;
|
|
965
|
+
};
|
|
966
|
+
/** @internal */
|
|
967
|
+
export declare const ImportSourceGcp$outboundSchema: z.ZodType<ImportSourceGcp$Outbound, ImportSourceGcp>;
|
|
968
|
+
export declare function importSourceGcpToJSON(importSourceGcp: ImportSourceGcp): string;
|
|
969
|
+
/** @internal */
|
|
970
|
+
export type ImportSourceGcpUnion$Outbound = ImportSourceGcp$Outbound | any;
|
|
971
|
+
/** @internal */
|
|
972
|
+
export declare const ImportSourceGcpUnion$outboundSchema: z.ZodType<ImportSourceGcpUnion$Outbound, ImportSourceGcpUnion>;
|
|
973
|
+
export declare function importSourceGcpUnionToJSON(importSourceGcpUnion: ImportSourceGcpUnion): string;
|
|
974
|
+
/** @internal */
|
|
975
|
+
export type ImportSourceTlsSecretRef$Outbound = {
|
|
976
|
+
namespace?: string | null | undefined;
|
|
977
|
+
secretName: string;
|
|
978
|
+
};
|
|
979
|
+
/** @internal */
|
|
980
|
+
export declare const ImportSourceTlsSecretRef$outboundSchema: z.ZodType<ImportSourceTlsSecretRef$Outbound, ImportSourceTlsSecretRef>;
|
|
981
|
+
export declare function importSourceTlsSecretRefToJSON(importSourceTlsSecretRef: ImportSourceTlsSecretRef): string;
|
|
982
|
+
/** @internal */
|
|
983
|
+
export type ImportSourceDomainsKubernetes$Outbound = {
|
|
984
|
+
tlsSecretRef: ImportSourceTlsSecretRef$Outbound;
|
|
985
|
+
};
|
|
986
|
+
/** @internal */
|
|
987
|
+
export declare const ImportSourceDomainsKubernetes$outboundSchema: z.ZodType<ImportSourceDomainsKubernetes$Outbound, ImportSourceDomainsKubernetes>;
|
|
988
|
+
export declare function importSourceDomainsKubernetesToJSON(importSourceDomainsKubernetes: ImportSourceDomainsKubernetes): string;
|
|
989
|
+
/** @internal */
|
|
990
|
+
export type ImportSourceDomainsKubernetesUnion$Outbound = ImportSourceDomainsKubernetes$Outbound | any;
|
|
991
|
+
/** @internal */
|
|
992
|
+
export declare const ImportSourceDomainsKubernetesUnion$outboundSchema: z.ZodType<ImportSourceDomainsKubernetesUnion$Outbound, ImportSourceDomainsKubernetesUnion>;
|
|
993
|
+
export declare function importSourceDomainsKubernetesUnionToJSON(importSourceDomainsKubernetesUnion: ImportSourceDomainsKubernetesUnion): string;
|
|
994
|
+
/** @internal */
|
|
995
|
+
export type ImportSourceDomainsCertificate$Outbound = {
|
|
996
|
+
aws?: ImportSourceAws$Outbound | any | null | undefined;
|
|
997
|
+
azure?: ImportSourceAzure$Outbound | any | null | undefined;
|
|
998
|
+
gcp?: ImportSourceGcp$Outbound | any | null | undefined;
|
|
999
|
+
kubernetes?: ImportSourceDomainsKubernetes$Outbound | any | null | undefined;
|
|
1000
|
+
};
|
|
1001
|
+
/** @internal */
|
|
1002
|
+
export declare const ImportSourceDomainsCertificate$outboundSchema: z.ZodType<ImportSourceDomainsCertificate$Outbound, ImportSourceDomainsCertificate>;
|
|
1003
|
+
export declare function importSourceDomainsCertificateToJSON(importSourceDomainsCertificate: ImportSourceDomainsCertificate): string;
|
|
1004
|
+
/** @internal */
|
|
1005
|
+
export type ImportSourceCustomDomains$Outbound = {
|
|
1006
|
+
certificate: ImportSourceDomainsCertificate$Outbound;
|
|
1007
|
+
domain: string;
|
|
1008
|
+
};
|
|
1009
|
+
/** @internal */
|
|
1010
|
+
export declare const ImportSourceCustomDomains$outboundSchema: z.ZodType<ImportSourceCustomDomains$Outbound, ImportSourceCustomDomains>;
|
|
1011
|
+
export declare function importSourceCustomDomainsToJSON(importSourceCustomDomains: ImportSourceCustomDomains): string;
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
export type ImportSourceDomains$Outbound = {
|
|
1014
|
+
customDomains?: {
|
|
1015
|
+
[k: string]: ImportSourceCustomDomains$Outbound;
|
|
1016
|
+
} | null | undefined;
|
|
1017
|
+
};
|
|
1018
|
+
/** @internal */
|
|
1019
|
+
export declare const ImportSourceDomains$outboundSchema: z.ZodType<ImportSourceDomains$Outbound, ImportSourceDomains>;
|
|
1020
|
+
export declare function importSourceDomainsToJSON(importSourceDomains: ImportSourceDomains): string;
|
|
1021
|
+
/** @internal */
|
|
1022
|
+
export type ImportSourceDomainsUnion$Outbound = ImportSourceDomains$Outbound | any;
|
|
1023
|
+
/** @internal */
|
|
1024
|
+
export declare const ImportSourceDomainsUnion$outboundSchema: z.ZodType<ImportSourceDomainsUnion$Outbound, ImportSourceDomainsUnion>;
|
|
1025
|
+
export declare function importSourceDomainsUnionToJSON(importSourceDomainsUnion: ImportSourceDomainsUnion): string;
|
|
1026
|
+
/** @internal */
|
|
1027
|
+
export type ImportSourceExternalBindings$Outbound = {};
|
|
1028
|
+
/** @internal */
|
|
1029
|
+
export declare const ImportSourceExternalBindings$outboundSchema: z.ZodType<ImportSourceExternalBindings$Outbound, ImportSourceExternalBindings>;
|
|
1030
|
+
export declare function importSourceExternalBindingsToJSON(importSourceExternalBindings: ImportSourceExternalBindings): string;
|
|
1031
|
+
/** @internal */
|
|
1032
|
+
export declare const ImportSourceHeartbeats$outboundSchema: z.ZodEnum<typeof ImportSourceHeartbeats>;
|
|
1033
|
+
/** @internal */
|
|
1034
|
+
export type ImportSourceCloud$Outbound = {
|
|
1035
|
+
accountId?: string | null | undefined;
|
|
1036
|
+
clusterId?: string | null | undefined;
|
|
1037
|
+
clusterName?: string | null | undefined;
|
|
1038
|
+
projectId?: string | null | undefined;
|
|
1039
|
+
region?: string | null | undefined;
|
|
1040
|
+
resourceGroup?: string | null | undefined;
|
|
1041
|
+
subscriptionId?: string | null | undefined;
|
|
1042
|
+
};
|
|
1043
|
+
/** @internal */
|
|
1044
|
+
export declare const ImportSourceCloud$outboundSchema: z.ZodType<ImportSourceCloud$Outbound, ImportSourceCloud>;
|
|
1045
|
+
export declare function importSourceCloudToJSON(importSourceCloud: ImportSourceCloud): string;
|
|
1046
|
+
/** @internal */
|
|
1047
|
+
export type ImportSourceCloudUnion$Outbound = ImportSourceCloud$Outbound | any;
|
|
1048
|
+
/** @internal */
|
|
1049
|
+
export declare const ImportSourceCloudUnion$outboundSchema: z.ZodType<ImportSourceCloudUnion$Outbound, ImportSourceCloudUnion>;
|
|
1050
|
+
export declare function importSourceCloudUnionToJSON(importSourceCloudUnion: ImportSourceCloudUnion): string;
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export declare const ImportSourceOwnership$outboundSchema: z.ZodEnum<typeof ImportSourceOwnership>;
|
|
1053
|
+
/** @internal */
|
|
1054
|
+
export type ImportSourceCluster$Outbound = {
|
|
1055
|
+
cloud?: ImportSourceCloud$Outbound | any | null | undefined;
|
|
1056
|
+
namespace?: string | null | undefined;
|
|
1057
|
+
ownership: string;
|
|
1058
|
+
};
|
|
1059
|
+
/** @internal */
|
|
1060
|
+
export declare const ImportSourceCluster$outboundSchema: z.ZodType<ImportSourceCluster$Outbound, ImportSourceCluster>;
|
|
1061
|
+
export declare function importSourceClusterToJSON(importSourceCluster: ImportSourceCluster): string;
|
|
1062
|
+
/** @internal */
|
|
1063
|
+
export type ImportSourceClusterUnion$Outbound = ImportSourceCluster$Outbound | any;
|
|
1064
|
+
/** @internal */
|
|
1065
|
+
export declare const ImportSourceClusterUnion$outboundSchema: z.ZodType<ImportSourceClusterUnion$Outbound, ImportSourceClusterUnion>;
|
|
1066
|
+
export declare function importSourceClusterUnionToJSON(importSourceClusterUnion: ImportSourceClusterUnion): string;
|
|
1067
|
+
/** @internal */
|
|
1068
|
+
export type ImportSourceCertificateNone2$Outbound = {
|
|
1069
|
+
mode: "none";
|
|
1070
|
+
};
|
|
1071
|
+
/** @internal */
|
|
1072
|
+
export declare const ImportSourceCertificateNone2$outboundSchema: z.ZodType<ImportSourceCertificateNone2$Outbound, ImportSourceCertificateNone2>;
|
|
1073
|
+
export declare function importSourceCertificateNone2ToJSON(importSourceCertificateNone2: ImportSourceCertificateNone2): string;
|
|
1074
|
+
/** @internal */
|
|
1075
|
+
export type ImportSourceCertificateManagedTLSSecret2$Outbound = {
|
|
1076
|
+
mode: "managedTlsSecret";
|
|
1077
|
+
secretNameTemplate: string;
|
|
1078
|
+
};
|
|
1079
|
+
/** @internal */
|
|
1080
|
+
export declare const ImportSourceCertificateManagedTLSSecret2$outboundSchema: z.ZodType<ImportSourceCertificateManagedTLSSecret2$Outbound, ImportSourceCertificateManagedTLSSecret2>;
|
|
1081
|
+
export declare function importSourceCertificateManagedTLSSecret2ToJSON(importSourceCertificateManagedTLSSecret2: ImportSourceCertificateManagedTLSSecret2): string;
|
|
1082
|
+
/** @internal */
|
|
1083
|
+
export type ImportSourceCertificateAwsAcmArn2$Outbound = {
|
|
1084
|
+
certificateArn: string;
|
|
1085
|
+
mode: "awsAcmArn";
|
|
1086
|
+
};
|
|
1087
|
+
/** @internal */
|
|
1088
|
+
export declare const ImportSourceCertificateAwsAcmArn2$outboundSchema: z.ZodType<ImportSourceCertificateAwsAcmArn2$Outbound, ImportSourceCertificateAwsAcmArn2>;
|
|
1089
|
+
export declare function importSourceCertificateAwsAcmArn2ToJSON(importSourceCertificateAwsAcmArn2: ImportSourceCertificateAwsAcmArn2): string;
|
|
1090
|
+
/** @internal */
|
|
1091
|
+
export type ImportSourceCertificateManagedAcmImport2$Outbound = {
|
|
1092
|
+
mode: "managedAcmImport";
|
|
1093
|
+
region?: string | null | undefined;
|
|
1094
|
+
tags?: {
|
|
1095
|
+
[k: string]: string;
|
|
1096
|
+
} | undefined;
|
|
1097
|
+
};
|
|
1098
|
+
/** @internal */
|
|
1099
|
+
export declare const ImportSourceCertificateManagedAcmImport2$outboundSchema: z.ZodType<ImportSourceCertificateManagedAcmImport2$Outbound, ImportSourceCertificateManagedAcmImport2>;
|
|
1100
|
+
export declare function importSourceCertificateManagedAcmImport2ToJSON(importSourceCertificateManagedAcmImport2: ImportSourceCertificateManagedAcmImport2): string;
|
|
1101
|
+
/** @internal */
|
|
1102
|
+
export type ImportSourceCertificateTLSSecretRef2$Outbound = {
|
|
1103
|
+
namespace?: string | null | undefined;
|
|
1104
|
+
secretName: string;
|
|
1105
|
+
mode: "tlsSecretRef";
|
|
1106
|
+
};
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export declare const ImportSourceCertificateTLSSecretRef2$outboundSchema: z.ZodType<ImportSourceCertificateTLSSecretRef2$Outbound, ImportSourceCertificateTLSSecretRef2>;
|
|
1109
|
+
export declare function importSourceCertificateTLSSecretRef2ToJSON(importSourceCertificateTLSSecretRef2: ImportSourceCertificateTLSSecretRef2): string;
|
|
1110
|
+
/** @internal */
|
|
1111
|
+
export type ImportSourceCertificateUnion2$Outbound = ImportSourceCertificateTLSSecretRef2$Outbound | ImportSourceCertificateManagedAcmImport2$Outbound | ImportSourceCertificateAwsAcmArn2$Outbound | ImportSourceCertificateManagedTLSSecret2$Outbound | ImportSourceCertificateNone2$Outbound;
|
|
1112
|
+
/** @internal */
|
|
1113
|
+
export declare const ImportSourceCertificateUnion2$outboundSchema: z.ZodType<ImportSourceCertificateUnion2$Outbound, ImportSourceCertificateUnion2>;
|
|
1114
|
+
export declare function importSourceCertificateUnion2ToJSON(importSourceCertificateUnion2: ImportSourceCertificateUnion2): string;
|
|
1115
|
+
/** @internal */
|
|
1116
|
+
export declare const ImportSourceModeCustom$outboundSchema: z.ZodEnum<typeof ImportSourceModeCustom>;
|
|
1117
|
+
/** @internal */
|
|
1118
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1119
|
+
/** @internal */
|
|
1120
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound = {
|
|
1121
|
+
albName?: string | null | undefined;
|
|
1122
|
+
albNamespace?: string | null | undefined;
|
|
1123
|
+
frontend: string;
|
|
1124
|
+
provider: string;
|
|
1125
|
+
};
|
|
1126
|
+
/** @internal */
|
|
1127
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers4>;
|
|
1128
|
+
export declare function importSourceProviderAzureApplicationGatewayForContainers4ToJSON(importSourceProviderAzureApplicationGatewayForContainers4: ImportSourceProviderAzureApplicationGatewayForContainers4): string;
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export declare const ImportSourceProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum4>;
|
|
1131
|
+
/** @internal */
|
|
1132
|
+
export type ImportSourceProviderGkeGateway4$Outbound = {
|
|
1133
|
+
provider: string;
|
|
1134
|
+
staticAddressName?: string | null | undefined;
|
|
1135
|
+
};
|
|
1136
|
+
/** @internal */
|
|
1137
|
+
export declare const ImportSourceProviderGkeGateway4$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway4$Outbound, ImportSourceProviderGkeGateway4>;
|
|
1138
|
+
export declare function importSourceProviderGkeGateway4ToJSON(importSourceProviderGkeGateway4: ImportSourceProviderGkeGateway4): string;
|
|
1139
|
+
/** @internal */
|
|
1140
|
+
export declare const ImportSourceProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum4>;
|
|
1141
|
+
/** @internal */
|
|
1142
|
+
export type ImportSourceProviderAwsAlb4$Outbound = {
|
|
1143
|
+
ipAddressType?: string | null | undefined;
|
|
1144
|
+
provider: string;
|
|
1145
|
+
scheme: string;
|
|
1146
|
+
subnetIds?: Array<string> | undefined;
|
|
1147
|
+
targetType: string;
|
|
1148
|
+
};
|
|
1149
|
+
/** @internal */
|
|
1150
|
+
export declare const ImportSourceProviderAwsAlb4$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb4$Outbound, ImportSourceProviderAwsAlb4>;
|
|
1151
|
+
export declare function importSourceProviderAwsAlb4ToJSON(importSourceProviderAwsAlb4: ImportSourceProviderAwsAlb4): string;
|
|
1152
|
+
/** @internal */
|
|
1153
|
+
export type ImportSourceProviderUnion4$Outbound = ImportSourceProviderAwsAlb4$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound | ImportSourceProviderGkeGateway4$Outbound | any;
|
|
1154
|
+
/** @internal */
|
|
1155
|
+
export declare const ImportSourceProviderUnion4$outboundSchema: z.ZodType<ImportSourceProviderUnion4$Outbound, ImportSourceProviderUnion4>;
|
|
1156
|
+
export declare function importSourceProviderUnion4ToJSON(importSourceProviderUnion4: ImportSourceProviderUnion4): string;
|
|
1157
|
+
/** @internal */
|
|
1158
|
+
export type ImportSourceRouteGateway2$Outbound = {
|
|
1159
|
+
annotations?: {
|
|
1160
|
+
[k: string]: string;
|
|
1161
|
+
} | undefined;
|
|
1162
|
+
controller?: string | null | undefined;
|
|
1163
|
+
gatewayClassName: string;
|
|
1164
|
+
labels?: {
|
|
1165
|
+
[k: string]: string;
|
|
1166
|
+
} | undefined;
|
|
1167
|
+
listenerPort: number;
|
|
1168
|
+
provider?: ImportSourceProviderAwsAlb4$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers4$Outbound | ImportSourceProviderGkeGateway4$Outbound | any | null | undefined;
|
|
1169
|
+
routeApi: "gateway";
|
|
1170
|
+
};
|
|
1171
|
+
/** @internal */
|
|
1172
|
+
export declare const ImportSourceRouteGateway2$outboundSchema: z.ZodType<ImportSourceRouteGateway2$Outbound, ImportSourceRouteGateway2>;
|
|
1173
|
+
export declare function importSourceRouteGateway2ToJSON(importSourceRouteGateway2: ImportSourceRouteGateway2): string;
|
|
1174
|
+
/** @internal */
|
|
1175
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1176
|
+
/** @internal */
|
|
1177
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound = {
|
|
1178
|
+
albName?: string | null | undefined;
|
|
1179
|
+
albNamespace?: string | null | undefined;
|
|
1180
|
+
frontend: string;
|
|
1181
|
+
provider: string;
|
|
1182
|
+
};
|
|
1183
|
+
/** @internal */
|
|
1184
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers3>;
|
|
1185
|
+
export declare function importSourceProviderAzureApplicationGatewayForContainers3ToJSON(importSourceProviderAzureApplicationGatewayForContainers3: ImportSourceProviderAzureApplicationGatewayForContainers3): string;
|
|
1186
|
+
/** @internal */
|
|
1187
|
+
export declare const ImportSourceProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum3>;
|
|
1188
|
+
/** @internal */
|
|
1189
|
+
export type ImportSourceProviderGkeGateway3$Outbound = {
|
|
1190
|
+
provider: string;
|
|
1191
|
+
staticAddressName?: string | null | undefined;
|
|
1192
|
+
};
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
export declare const ImportSourceProviderGkeGateway3$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway3$Outbound, ImportSourceProviderGkeGateway3>;
|
|
1195
|
+
export declare function importSourceProviderGkeGateway3ToJSON(importSourceProviderGkeGateway3: ImportSourceProviderGkeGateway3): string;
|
|
1196
|
+
/** @internal */
|
|
1197
|
+
export declare const ImportSourceProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum3>;
|
|
1198
|
+
/** @internal */
|
|
1199
|
+
export type ImportSourceProviderAwsAlb3$Outbound = {
|
|
1200
|
+
ipAddressType?: string | null | undefined;
|
|
1201
|
+
provider: string;
|
|
1202
|
+
scheme: string;
|
|
1203
|
+
subnetIds?: Array<string> | undefined;
|
|
1204
|
+
targetType: string;
|
|
1205
|
+
};
|
|
1206
|
+
/** @internal */
|
|
1207
|
+
export declare const ImportSourceProviderAwsAlb3$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb3$Outbound, ImportSourceProviderAwsAlb3>;
|
|
1208
|
+
export declare function importSourceProviderAwsAlb3ToJSON(importSourceProviderAwsAlb3: ImportSourceProviderAwsAlb3): string;
|
|
1209
|
+
/** @internal */
|
|
1210
|
+
export type ImportSourceProviderUnion3$Outbound = ImportSourceProviderAwsAlb3$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound | ImportSourceProviderGkeGateway3$Outbound | any;
|
|
1211
|
+
/** @internal */
|
|
1212
|
+
export declare const ImportSourceProviderUnion3$outboundSchema: z.ZodType<ImportSourceProviderUnion3$Outbound, ImportSourceProviderUnion3>;
|
|
1213
|
+
export declare function importSourceProviderUnion3ToJSON(importSourceProviderUnion3: ImportSourceProviderUnion3): string;
|
|
1214
|
+
/** @internal */
|
|
1215
|
+
export type ImportSourceRouteIngress2$Outbound = {
|
|
1216
|
+
annotations?: {
|
|
1217
|
+
[k: string]: string;
|
|
1218
|
+
} | undefined;
|
|
1219
|
+
controller?: string | null | undefined;
|
|
1220
|
+
ingressClassName: string;
|
|
1221
|
+
labels?: {
|
|
1222
|
+
[k: string]: string;
|
|
1223
|
+
} | undefined;
|
|
1224
|
+
provider?: ImportSourceProviderAwsAlb3$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers3$Outbound | ImportSourceProviderGkeGateway3$Outbound | any | null | undefined;
|
|
1225
|
+
routeApi: "ingress";
|
|
1226
|
+
};
|
|
1227
|
+
/** @internal */
|
|
1228
|
+
export declare const ImportSourceRouteIngress2$outboundSchema: z.ZodType<ImportSourceRouteIngress2$Outbound, ImportSourceRouteIngress2>;
|
|
1229
|
+
export declare function importSourceRouteIngress2ToJSON(importSourceRouteIngress2: ImportSourceRouteIngress2): string;
|
|
1230
|
+
/** @internal */
|
|
1231
|
+
export type ImportSourceRouteUnion2$Outbound = ImportSourceRouteIngress2$Outbound | ImportSourceRouteGateway2$Outbound;
|
|
1232
|
+
/** @internal */
|
|
1233
|
+
export declare const ImportSourceRouteUnion2$outboundSchema: z.ZodType<ImportSourceRouteUnion2$Outbound, ImportSourceRouteUnion2>;
|
|
1234
|
+
export declare function importSourceRouteUnion2ToJSON(importSourceRouteUnion2: ImportSourceRouteUnion2): string;
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
export type ImportSourceExposureCustom$Outbound = {
|
|
1237
|
+
certificate: ImportSourceCertificateTLSSecretRef2$Outbound | ImportSourceCertificateManagedAcmImport2$Outbound | ImportSourceCertificateAwsAcmArn2$Outbound | ImportSourceCertificateManagedTLSSecret2$Outbound | ImportSourceCertificateNone2$Outbound;
|
|
1238
|
+
domain: string;
|
|
1239
|
+
mode: string;
|
|
1240
|
+
route: ImportSourceRouteIngress2$Outbound | ImportSourceRouteGateway2$Outbound;
|
|
1241
|
+
};
|
|
1242
|
+
/** @internal */
|
|
1243
|
+
export declare const ImportSourceExposureCustom$outboundSchema: z.ZodType<ImportSourceExposureCustom$Outbound, ImportSourceExposureCustom>;
|
|
1244
|
+
export declare function importSourceExposureCustomToJSON(importSourceExposureCustom: ImportSourceExposureCustom): string;
|
|
1245
|
+
/** @internal */
|
|
1246
|
+
export type ImportSourceCertificateNone1$Outbound = {
|
|
1247
|
+
mode: "none";
|
|
1248
|
+
};
|
|
1249
|
+
/** @internal */
|
|
1250
|
+
export declare const ImportSourceCertificateNone1$outboundSchema: z.ZodType<ImportSourceCertificateNone1$Outbound, ImportSourceCertificateNone1>;
|
|
1251
|
+
export declare function importSourceCertificateNone1ToJSON(importSourceCertificateNone1: ImportSourceCertificateNone1): string;
|
|
1252
|
+
/** @internal */
|
|
1253
|
+
export type ImportSourceCertificateManagedTLSSecret1$Outbound = {
|
|
1254
|
+
mode: "managedTlsSecret";
|
|
1255
|
+
secretNameTemplate: string;
|
|
1256
|
+
};
|
|
1257
|
+
/** @internal */
|
|
1258
|
+
export declare const ImportSourceCertificateManagedTLSSecret1$outboundSchema: z.ZodType<ImportSourceCertificateManagedTLSSecret1$Outbound, ImportSourceCertificateManagedTLSSecret1>;
|
|
1259
|
+
export declare function importSourceCertificateManagedTLSSecret1ToJSON(importSourceCertificateManagedTLSSecret1: ImportSourceCertificateManagedTLSSecret1): string;
|
|
1260
|
+
/** @internal */
|
|
1261
|
+
export type ImportSourceCertificateAwsAcmArn1$Outbound = {
|
|
1262
|
+
certificateArn: string;
|
|
1263
|
+
mode: "awsAcmArn";
|
|
1264
|
+
};
|
|
1265
|
+
/** @internal */
|
|
1266
|
+
export declare const ImportSourceCertificateAwsAcmArn1$outboundSchema: z.ZodType<ImportSourceCertificateAwsAcmArn1$Outbound, ImportSourceCertificateAwsAcmArn1>;
|
|
1267
|
+
export declare function importSourceCertificateAwsAcmArn1ToJSON(importSourceCertificateAwsAcmArn1: ImportSourceCertificateAwsAcmArn1): string;
|
|
1268
|
+
/** @internal */
|
|
1269
|
+
export type ImportSourceCertificateManagedAcmImport1$Outbound = {
|
|
1270
|
+
mode: "managedAcmImport";
|
|
1271
|
+
region?: string | null | undefined;
|
|
1272
|
+
tags?: {
|
|
1273
|
+
[k: string]: string;
|
|
1274
|
+
} | undefined;
|
|
1275
|
+
};
|
|
1276
|
+
/** @internal */
|
|
1277
|
+
export declare const ImportSourceCertificateManagedAcmImport1$outboundSchema: z.ZodType<ImportSourceCertificateManagedAcmImport1$Outbound, ImportSourceCertificateManagedAcmImport1>;
|
|
1278
|
+
export declare function importSourceCertificateManagedAcmImport1ToJSON(importSourceCertificateManagedAcmImport1: ImportSourceCertificateManagedAcmImport1): string;
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
export type ImportSourceCertificateTLSSecretRef1$Outbound = {
|
|
1281
|
+
namespace?: string | null | undefined;
|
|
1282
|
+
secretName: string;
|
|
1283
|
+
mode: "tlsSecretRef";
|
|
1284
|
+
};
|
|
1285
|
+
/** @internal */
|
|
1286
|
+
export declare const ImportSourceCertificateTLSSecretRef1$outboundSchema: z.ZodType<ImportSourceCertificateTLSSecretRef1$Outbound, ImportSourceCertificateTLSSecretRef1>;
|
|
1287
|
+
export declare function importSourceCertificateTLSSecretRef1ToJSON(importSourceCertificateTLSSecretRef1: ImportSourceCertificateTLSSecretRef1): string;
|
|
1288
|
+
/** @internal */
|
|
1289
|
+
export type ImportSourceCertificateUnion1$Outbound = ImportSourceCertificateTLSSecretRef1$Outbound | ImportSourceCertificateManagedAcmImport1$Outbound | ImportSourceCertificateAwsAcmArn1$Outbound | ImportSourceCertificateManagedTLSSecret1$Outbound | ImportSourceCertificateNone1$Outbound;
|
|
1290
|
+
/** @internal */
|
|
1291
|
+
export declare const ImportSourceCertificateUnion1$outboundSchema: z.ZodType<ImportSourceCertificateUnion1$Outbound, ImportSourceCertificateUnion1>;
|
|
1292
|
+
export declare function importSourceCertificateUnion1ToJSON(importSourceCertificateUnion1: ImportSourceCertificateUnion1): string;
|
|
1293
|
+
/** @internal */
|
|
1294
|
+
export declare const ImportSourceModeGenerated$outboundSchema: z.ZodEnum<typeof ImportSourceModeGenerated>;
|
|
1295
|
+
/** @internal */
|
|
1296
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1297
|
+
/** @internal */
|
|
1298
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound = {
|
|
1299
|
+
albName?: string | null | undefined;
|
|
1300
|
+
albNamespace?: string | null | undefined;
|
|
1301
|
+
frontend: string;
|
|
1302
|
+
provider: string;
|
|
1303
|
+
};
|
|
1304
|
+
/** @internal */
|
|
1305
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers2>;
|
|
1306
|
+
export declare function importSourceProviderAzureApplicationGatewayForContainers2ToJSON(importSourceProviderAzureApplicationGatewayForContainers2: ImportSourceProviderAzureApplicationGatewayForContainers2): string;
|
|
1307
|
+
/** @internal */
|
|
1308
|
+
export declare const ImportSourceProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum2>;
|
|
1309
|
+
/** @internal */
|
|
1310
|
+
export type ImportSourceProviderGkeGateway2$Outbound = {
|
|
1311
|
+
provider: string;
|
|
1312
|
+
staticAddressName?: string | null | undefined;
|
|
1313
|
+
};
|
|
1314
|
+
/** @internal */
|
|
1315
|
+
export declare const ImportSourceProviderGkeGateway2$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway2$Outbound, ImportSourceProviderGkeGateway2>;
|
|
1316
|
+
export declare function importSourceProviderGkeGateway2ToJSON(importSourceProviderGkeGateway2: ImportSourceProviderGkeGateway2): string;
|
|
1317
|
+
/** @internal */
|
|
1318
|
+
export declare const ImportSourceProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum2>;
|
|
1319
|
+
/** @internal */
|
|
1320
|
+
export type ImportSourceProviderAwsAlb2$Outbound = {
|
|
1321
|
+
ipAddressType?: string | null | undefined;
|
|
1322
|
+
provider: string;
|
|
1323
|
+
scheme: string;
|
|
1324
|
+
subnetIds?: Array<string> | undefined;
|
|
1325
|
+
targetType: string;
|
|
1326
|
+
};
|
|
1327
|
+
/** @internal */
|
|
1328
|
+
export declare const ImportSourceProviderAwsAlb2$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb2$Outbound, ImportSourceProviderAwsAlb2>;
|
|
1329
|
+
export declare function importSourceProviderAwsAlb2ToJSON(importSourceProviderAwsAlb2: ImportSourceProviderAwsAlb2): string;
|
|
1330
|
+
/** @internal */
|
|
1331
|
+
export type ImportSourceProviderUnion2$Outbound = ImportSourceProviderAwsAlb2$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound | ImportSourceProviderGkeGateway2$Outbound | any;
|
|
1332
|
+
/** @internal */
|
|
1333
|
+
export declare const ImportSourceProviderUnion2$outboundSchema: z.ZodType<ImportSourceProviderUnion2$Outbound, ImportSourceProviderUnion2>;
|
|
1334
|
+
export declare function importSourceProviderUnion2ToJSON(importSourceProviderUnion2: ImportSourceProviderUnion2): string;
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export type ImportSourceRouteGateway1$Outbound = {
|
|
1337
|
+
annotations?: {
|
|
1338
|
+
[k: string]: string;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
controller?: string | null | undefined;
|
|
1341
|
+
gatewayClassName: string;
|
|
1342
|
+
labels?: {
|
|
1343
|
+
[k: string]: string;
|
|
1344
|
+
} | undefined;
|
|
1345
|
+
listenerPort: number;
|
|
1346
|
+
provider?: ImportSourceProviderAwsAlb2$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers2$Outbound | ImportSourceProviderGkeGateway2$Outbound | any | null | undefined;
|
|
1347
|
+
routeApi: "gateway";
|
|
1348
|
+
};
|
|
1349
|
+
/** @internal */
|
|
1350
|
+
export declare const ImportSourceRouteGateway1$outboundSchema: z.ZodType<ImportSourceRouteGateway1$Outbound, ImportSourceRouteGateway1>;
|
|
1351
|
+
export declare function importSourceRouteGateway1ToJSON(importSourceRouteGateway1: ImportSourceRouteGateway1): string;
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1354
|
+
/** @internal */
|
|
1355
|
+
export type ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound = {
|
|
1356
|
+
albName?: string | null | undefined;
|
|
1357
|
+
albNamespace?: string | null | undefined;
|
|
1358
|
+
frontend: string;
|
|
1359
|
+
provider: string;
|
|
1360
|
+
};
|
|
1361
|
+
/** @internal */
|
|
1362
|
+
export declare const ImportSourceProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound, ImportSourceProviderAzureApplicationGatewayForContainers1>;
|
|
1363
|
+
export declare function importSourceProviderAzureApplicationGatewayForContainers1ToJSON(importSourceProviderAzureApplicationGatewayForContainers1: ImportSourceProviderAzureApplicationGatewayForContainers1): string;
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export declare const ImportSourceProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderGkeGatewayEnum1>;
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
export type ImportSourceProviderGkeGateway1$Outbound = {
|
|
1368
|
+
provider: string;
|
|
1369
|
+
staticAddressName?: string | null | undefined;
|
|
1370
|
+
};
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export declare const ImportSourceProviderGkeGateway1$outboundSchema: z.ZodType<ImportSourceProviderGkeGateway1$Outbound, ImportSourceProviderGkeGateway1>;
|
|
1373
|
+
export declare function importSourceProviderGkeGateway1ToJSON(importSourceProviderGkeGateway1: ImportSourceProviderGkeGateway1): string;
|
|
1374
|
+
/** @internal */
|
|
1375
|
+
export declare const ImportSourceProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof ImportSourceProviderAwsAlbEnum1>;
|
|
1376
|
+
/** @internal */
|
|
1377
|
+
export type ImportSourceProviderAwsAlb1$Outbound = {
|
|
1378
|
+
ipAddressType?: string | null | undefined;
|
|
1379
|
+
provider: string;
|
|
1380
|
+
scheme: string;
|
|
1381
|
+
subnetIds?: Array<string> | undefined;
|
|
1382
|
+
targetType: string;
|
|
1383
|
+
};
|
|
1384
|
+
/** @internal */
|
|
1385
|
+
export declare const ImportSourceProviderAwsAlb1$outboundSchema: z.ZodType<ImportSourceProviderAwsAlb1$Outbound, ImportSourceProviderAwsAlb1>;
|
|
1386
|
+
export declare function importSourceProviderAwsAlb1ToJSON(importSourceProviderAwsAlb1: ImportSourceProviderAwsAlb1): string;
|
|
1387
|
+
/** @internal */
|
|
1388
|
+
export type ImportSourceProviderUnion1$Outbound = ImportSourceProviderAwsAlb1$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound | ImportSourceProviderGkeGateway1$Outbound | any;
|
|
1389
|
+
/** @internal */
|
|
1390
|
+
export declare const ImportSourceProviderUnion1$outboundSchema: z.ZodType<ImportSourceProviderUnion1$Outbound, ImportSourceProviderUnion1>;
|
|
1391
|
+
export declare function importSourceProviderUnion1ToJSON(importSourceProviderUnion1: ImportSourceProviderUnion1): string;
|
|
1392
|
+
/** @internal */
|
|
1393
|
+
export type ImportSourceRouteIngress1$Outbound = {
|
|
1394
|
+
annotations?: {
|
|
1395
|
+
[k: string]: string;
|
|
1396
|
+
} | undefined;
|
|
1397
|
+
controller?: string | null | undefined;
|
|
1398
|
+
ingressClassName: string;
|
|
1399
|
+
labels?: {
|
|
1400
|
+
[k: string]: string;
|
|
1401
|
+
} | undefined;
|
|
1402
|
+
provider?: ImportSourceProviderAwsAlb1$Outbound | ImportSourceProviderAzureApplicationGatewayForContainers1$Outbound | ImportSourceProviderGkeGateway1$Outbound | any | null | undefined;
|
|
1403
|
+
routeApi: "ingress";
|
|
1404
|
+
};
|
|
1405
|
+
/** @internal */
|
|
1406
|
+
export declare const ImportSourceRouteIngress1$outboundSchema: z.ZodType<ImportSourceRouteIngress1$Outbound, ImportSourceRouteIngress1>;
|
|
1407
|
+
export declare function importSourceRouteIngress1ToJSON(importSourceRouteIngress1: ImportSourceRouteIngress1): string;
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export type ImportSourceRouteUnion1$Outbound = ImportSourceRouteIngress1$Outbound | ImportSourceRouteGateway1$Outbound;
|
|
1410
|
+
/** @internal */
|
|
1411
|
+
export declare const ImportSourceRouteUnion1$outboundSchema: z.ZodType<ImportSourceRouteUnion1$Outbound, ImportSourceRouteUnion1>;
|
|
1412
|
+
export declare function importSourceRouteUnion1ToJSON(importSourceRouteUnion1: ImportSourceRouteUnion1): string;
|
|
1413
|
+
/** @internal */
|
|
1414
|
+
export type ImportSourceExposureGenerated$Outbound = {
|
|
1415
|
+
certificate: ImportSourceCertificateTLSSecretRef1$Outbound | ImportSourceCertificateManagedAcmImport1$Outbound | ImportSourceCertificateAwsAcmArn1$Outbound | ImportSourceCertificateManagedTLSSecret1$Outbound | ImportSourceCertificateNone1$Outbound;
|
|
1416
|
+
mode: string;
|
|
1417
|
+
route: ImportSourceRouteIngress1$Outbound | ImportSourceRouteGateway1$Outbound;
|
|
1418
|
+
};
|
|
1419
|
+
/** @internal */
|
|
1420
|
+
export declare const ImportSourceExposureGenerated$outboundSchema: z.ZodType<ImportSourceExposureGenerated$Outbound, ImportSourceExposureGenerated>;
|
|
1421
|
+
export declare function importSourceExposureGeneratedToJSON(importSourceExposureGenerated: ImportSourceExposureGenerated): string;
|
|
1422
|
+
/** @internal */
|
|
1423
|
+
export declare const ImportSourceModeDisabled$outboundSchema: z.ZodEnum<typeof ImportSourceModeDisabled>;
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export type ImportSourceExposureDisabled$Outbound = {
|
|
1426
|
+
mode: string;
|
|
1427
|
+
};
|
|
1428
|
+
/** @internal */
|
|
1429
|
+
export declare const ImportSourceExposureDisabled$outboundSchema: z.ZodType<ImportSourceExposureDisabled$Outbound, ImportSourceExposureDisabled>;
|
|
1430
|
+
export declare function importSourceExposureDisabledToJSON(importSourceExposureDisabled: ImportSourceExposureDisabled): string;
|
|
1431
|
+
/** @internal */
|
|
1432
|
+
export type ImportSourceExposureUnion$Outbound = ImportSourceExposureCustom$Outbound | ImportSourceExposureGenerated$Outbound | ImportSourceExposureDisabled$Outbound | any;
|
|
1433
|
+
/** @internal */
|
|
1434
|
+
export declare const ImportSourceExposureUnion$outboundSchema: z.ZodType<ImportSourceExposureUnion$Outbound, ImportSourceExposureUnion>;
|
|
1435
|
+
export declare function importSourceExposureUnionToJSON(importSourceExposureUnion: ImportSourceExposureUnion): string;
|
|
1436
|
+
/** @internal */
|
|
1437
|
+
export type ImportSourceKubernetes$Outbound = {
|
|
1438
|
+
cluster?: ImportSourceCluster$Outbound | any | null | undefined;
|
|
1439
|
+
exposure?: ImportSourceExposureCustom$Outbound | ImportSourceExposureGenerated$Outbound | ImportSourceExposureDisabled$Outbound | any | null | undefined;
|
|
1440
|
+
};
|
|
1441
|
+
/** @internal */
|
|
1442
|
+
export declare const ImportSourceKubernetes$outboundSchema: z.ZodType<ImportSourceKubernetes$Outbound, ImportSourceKubernetes>;
|
|
1443
|
+
export declare function importSourceKubernetesToJSON(importSourceKubernetes: ImportSourceKubernetes): string;
|
|
1444
|
+
/** @internal */
|
|
1445
|
+
export type ImportSourceKubernetesUnion$Outbound = ImportSourceKubernetes$Outbound | any;
|
|
1446
|
+
/** @internal */
|
|
1447
|
+
export declare const ImportSourceKubernetesUnion$outboundSchema: z.ZodType<ImportSourceKubernetesUnion$Outbound, ImportSourceKubernetesUnion>;
|
|
1448
|
+
export declare function importSourceKubernetesUnionToJSON(importSourceKubernetesUnion: ImportSourceKubernetesUnion): string;
|
|
1449
|
+
/** @internal */
|
|
1450
|
+
export declare const ImportSourceTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVnetAzure>;
|
|
1451
|
+
/** @internal */
|
|
1452
|
+
export type ImportSourceNetworkByoVnetAzure$Outbound = {
|
|
1453
|
+
private_subnet_name: string;
|
|
1454
|
+
public_subnet_name: string;
|
|
1455
|
+
type: string;
|
|
1456
|
+
vnet_resource_id: string;
|
|
1457
|
+
};
|
|
1458
|
+
/** @internal */
|
|
1459
|
+
export declare const ImportSourceNetworkByoVnetAzure$outboundSchema: z.ZodType<ImportSourceNetworkByoVnetAzure$Outbound, ImportSourceNetworkByoVnetAzure>;
|
|
1460
|
+
export declare function importSourceNetworkByoVnetAzureToJSON(importSourceNetworkByoVnetAzure: ImportSourceNetworkByoVnetAzure): string;
|
|
1461
|
+
/** @internal */
|
|
1462
|
+
export declare const ImportSourceTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVpcGcp>;
|
|
1463
|
+
/** @internal */
|
|
1464
|
+
export type ImportSourceNetworkByoVpcGcp$Outbound = {
|
|
1465
|
+
network_name: string;
|
|
1466
|
+
region: string;
|
|
1467
|
+
subnet_name: string;
|
|
1468
|
+
type: string;
|
|
1469
|
+
};
|
|
1470
|
+
/** @internal */
|
|
1471
|
+
export declare const ImportSourceNetworkByoVpcGcp$outboundSchema: z.ZodType<ImportSourceNetworkByoVpcGcp$Outbound, ImportSourceNetworkByoVpcGcp>;
|
|
1472
|
+
export declare function importSourceNetworkByoVpcGcpToJSON(importSourceNetworkByoVpcGcp: ImportSourceNetworkByoVpcGcp): string;
|
|
1473
|
+
/** @internal */
|
|
1474
|
+
export declare const ImportSourceTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof ImportSourceTypeByoVpcAws>;
|
|
1475
|
+
/** @internal */
|
|
1476
|
+
export type ImportSourceNetworkByoVpcAws$Outbound = {
|
|
1477
|
+
private_subnet_ids: Array<string>;
|
|
1478
|
+
public_subnet_ids: Array<string>;
|
|
1479
|
+
security_group_ids?: Array<string> | undefined;
|
|
1480
|
+
type: string;
|
|
1481
|
+
vpc_id: string;
|
|
1482
|
+
};
|
|
1483
|
+
/** @internal */
|
|
1484
|
+
export declare const ImportSourceNetworkByoVpcAws$outboundSchema: z.ZodType<ImportSourceNetworkByoVpcAws$Outbound, ImportSourceNetworkByoVpcAws>;
|
|
1485
|
+
export declare function importSourceNetworkByoVpcAwsToJSON(importSourceNetworkByoVpcAws: ImportSourceNetworkByoVpcAws): string;
|
|
1486
|
+
/** @internal */
|
|
1487
|
+
export declare const ImportSourceTypeCreate$outboundSchema: z.ZodEnum<typeof ImportSourceTypeCreate>;
|
|
1488
|
+
/** @internal */
|
|
1489
|
+
export type ImportSourceNetworkCreate$Outbound = {
|
|
1490
|
+
availability_zones?: number | undefined;
|
|
1491
|
+
cidr?: string | null | undefined;
|
|
1492
|
+
type: string;
|
|
1493
|
+
};
|
|
1494
|
+
/** @internal */
|
|
1495
|
+
export declare const ImportSourceNetworkCreate$outboundSchema: z.ZodType<ImportSourceNetworkCreate$Outbound, ImportSourceNetworkCreate>;
|
|
1496
|
+
export declare function importSourceNetworkCreateToJSON(importSourceNetworkCreate: ImportSourceNetworkCreate): string;
|
|
1497
|
+
/** @internal */
|
|
1498
|
+
export declare const ImportSourceTypeUseDefault$outboundSchema: z.ZodEnum<typeof ImportSourceTypeUseDefault>;
|
|
1499
|
+
/** @internal */
|
|
1500
|
+
export type ImportSourceNetworkUseDefault$Outbound = {
|
|
1501
|
+
type: string;
|
|
1502
|
+
};
|
|
1503
|
+
/** @internal */
|
|
1504
|
+
export declare const ImportSourceNetworkUseDefault$outboundSchema: z.ZodType<ImportSourceNetworkUseDefault$Outbound, ImportSourceNetworkUseDefault>;
|
|
1505
|
+
export declare function importSourceNetworkUseDefaultToJSON(importSourceNetworkUseDefault: ImportSourceNetworkUseDefault): string;
|
|
1506
|
+
/** @internal */
|
|
1507
|
+
export type ImportSourceNetworkUnion$Outbound = ImportSourceNetworkByoVpcAws$Outbound | ImportSourceNetworkByoVpcGcp$Outbound | ImportSourceNetworkByoVnetAzure$Outbound | ImportSourceNetworkUseDefault$Outbound | ImportSourceNetworkCreate$Outbound | any;
|
|
1508
|
+
/** @internal */
|
|
1509
|
+
export declare const ImportSourceNetworkUnion$outboundSchema: z.ZodType<ImportSourceNetworkUnion$Outbound, ImportSourceNetworkUnion>;
|
|
1510
|
+
export declare function importSourceNetworkUnionToJSON(importSourceNetworkUnion: ImportSourceNetworkUnion): string;
|
|
1511
|
+
/** @internal */
|
|
1512
|
+
export declare const ImportSourceTelemetry$outboundSchema: z.ZodEnum<typeof ImportSourceTelemetry>;
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export declare const ImportSourceUpdates$outboundSchema: z.ZodEnum<typeof ImportSourceUpdates>;
|
|
1515
|
+
/** @internal */
|
|
1516
|
+
export type ImportSourceStackSettings$Outbound = {
|
|
1517
|
+
deploymentModel?: string | undefined;
|
|
1518
|
+
domains?: ImportSourceDomains$Outbound | any | null | undefined;
|
|
1519
|
+
externalBindings?: ImportSourceExternalBindings$Outbound | null | undefined;
|
|
1520
|
+
heartbeats?: string | undefined;
|
|
1521
|
+
kubernetes?: ImportSourceKubernetes$Outbound | any | null | undefined;
|
|
1522
|
+
network?: ImportSourceNetworkByoVpcAws$Outbound | ImportSourceNetworkByoVpcGcp$Outbound | ImportSourceNetworkByoVnetAzure$Outbound | ImportSourceNetworkUseDefault$Outbound | ImportSourceNetworkCreate$Outbound | any | null | undefined;
|
|
1523
|
+
telemetry?: string | undefined;
|
|
1524
|
+
updates?: string | undefined;
|
|
1525
|
+
};
|
|
1526
|
+
/** @internal */
|
|
1527
|
+
export declare const ImportSourceStackSettings$outboundSchema: z.ZodType<ImportSourceStackSettings$Outbound, ImportSourceStackSettings>;
|
|
1528
|
+
export declare function importSourceStackSettingsToJSON(importSourceStackSettings: ImportSourceStackSettings): string;
|
|
1529
|
+
/** @internal */
|
|
1530
|
+
export type ImportSourceManagementConfigKubernetes$Outbound = {
|
|
1531
|
+
platform: "kubernetes";
|
|
1532
|
+
};
|
|
1533
|
+
/** @internal */
|
|
1534
|
+
export declare const ImportSourceManagementConfigKubernetes$outboundSchema: z.ZodType<ImportSourceManagementConfigKubernetes$Outbound, ImportSourceManagementConfigKubernetes>;
|
|
1535
|
+
export declare function importSourceManagementConfigKubernetesToJSON(importSourceManagementConfigKubernetes: ImportSourceManagementConfigKubernetes): string;
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export type ImportSourceManagementConfigAzure$Outbound = {
|
|
1538
|
+
managingTenantId: string;
|
|
1539
|
+
oidcIssuer: string;
|
|
1540
|
+
oidcSubject: string;
|
|
1541
|
+
platform: "azure";
|
|
1542
|
+
};
|
|
1543
|
+
/** @internal */
|
|
1544
|
+
export declare const ImportSourceManagementConfigAzure$outboundSchema: z.ZodType<ImportSourceManagementConfigAzure$Outbound, ImportSourceManagementConfigAzure>;
|
|
1545
|
+
export declare function importSourceManagementConfigAzureToJSON(importSourceManagementConfigAzure: ImportSourceManagementConfigAzure): string;
|
|
1546
|
+
/** @internal */
|
|
1547
|
+
export type ImportSourceManagementConfigGcp$Outbound = {
|
|
1548
|
+
serviceAccountEmail: string;
|
|
1549
|
+
platform: "gcp";
|
|
1550
|
+
};
|
|
1551
|
+
/** @internal */
|
|
1552
|
+
export declare const ImportSourceManagementConfigGcp$outboundSchema: z.ZodType<ImportSourceManagementConfigGcp$Outbound, ImportSourceManagementConfigGcp>;
|
|
1553
|
+
export declare function importSourceManagementConfigGcpToJSON(importSourceManagementConfigGcp: ImportSourceManagementConfigGcp): string;
|
|
1554
|
+
/** @internal */
|
|
1555
|
+
export type ImportSourceManagementConfigAws$Outbound = {
|
|
1556
|
+
managingRoleArn: string;
|
|
1557
|
+
platform: "aws";
|
|
1558
|
+
};
|
|
1559
|
+
/** @internal */
|
|
1560
|
+
export declare const ImportSourceManagementConfigAws$outboundSchema: z.ZodType<ImportSourceManagementConfigAws$Outbound, ImportSourceManagementConfigAws>;
|
|
1561
|
+
export declare function importSourceManagementConfigAwsToJSON(importSourceManagementConfigAws: ImportSourceManagementConfigAws): string;
|
|
1562
|
+
/** @internal */
|
|
1563
|
+
export type ImportSourceManagementConfigUnion$Outbound = ImportSourceManagementConfigAws$Outbound | ImportSourceManagementConfigGcp$Outbound | ImportSourceManagementConfigAzure$Outbound | ImportSourceManagementConfigKubernetes$Outbound;
|
|
1564
|
+
/** @internal */
|
|
1565
|
+
export declare const ImportSourceManagementConfigUnion$outboundSchema: z.ZodType<ImportSourceManagementConfigUnion$Outbound, ImportSourceManagementConfigUnion>;
|
|
1566
|
+
export declare function importSourceManagementConfigUnionToJSON(importSourceManagementConfigUnion: ImportSourceManagementConfigUnion): string;
|
|
1567
|
+
/** @internal */
|
|
1568
|
+
export type ImportSource$Outbound = {
|
|
1569
|
+
deploymentName: string;
|
|
1570
|
+
resourcePrefix: string;
|
|
1571
|
+
sourceKind?: string | undefined;
|
|
1572
|
+
releaseId?: string | undefined;
|
|
1573
|
+
platform: string;
|
|
1574
|
+
basePlatform?: string | undefined;
|
|
1575
|
+
region: string;
|
|
1576
|
+
setupTarget: string;
|
|
1577
|
+
setupImportFormatVersion: number;
|
|
1578
|
+
setupFingerprint: string;
|
|
1579
|
+
setupFingerprintVersion: number;
|
|
1580
|
+
stackSettings: ImportSourceStackSettings$Outbound;
|
|
1581
|
+
managementConfig: ImportSourceManagementConfigAws$Outbound | ImportSourceManagementConfigGcp$Outbound | ImportSourceManagementConfigAzure$Outbound | ImportSourceManagementConfigKubernetes$Outbound;
|
|
1582
|
+
resources: Array<ImportedResource$Outbound>;
|
|
1583
|
+
};
|
|
1584
|
+
/** @internal */
|
|
1585
|
+
export declare const ImportSource$outboundSchema: z.ZodType<ImportSource$Outbound, ImportSource>;
|
|
1586
|
+
export declare function importSourceToJSON(importSource: ImportSource): string;
|
|
1587
|
+
//# sourceMappingURL=importsource.d.ts.map
|