@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,3123 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v4";
|
|
6
|
+
import {
|
|
7
|
+
collectExtraKeys as collectExtraKeys$,
|
|
8
|
+
safeParse,
|
|
9
|
+
} from "../lib/schemas.js";
|
|
10
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
11
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
12
|
+
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
13
|
+
import {
|
|
14
|
+
SetupFingerprintInfo,
|
|
15
|
+
SetupFingerprintInfo$inboundSchema,
|
|
16
|
+
} from "./setupfingerprintinfo.js";
|
|
17
|
+
|
|
18
|
+
export const PreparedDeploymentStackPlatform = {
|
|
19
|
+
Aws: "aws",
|
|
20
|
+
Gcp: "gcp",
|
|
21
|
+
Azure: "azure",
|
|
22
|
+
} as const;
|
|
23
|
+
export type PreparedDeploymentStackPlatform = ClosedEnum<
|
|
24
|
+
typeof PreparedDeploymentStackPlatform
|
|
25
|
+
>;
|
|
26
|
+
|
|
27
|
+
export const PreparedDeploymentStackManagementEnum = {
|
|
28
|
+
Auto: "auto",
|
|
29
|
+
} as const;
|
|
30
|
+
export type PreparedDeploymentStackManagementEnum = ClosedEnum<
|
|
31
|
+
typeof PreparedDeploymentStackManagementEnum
|
|
32
|
+
>;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* AWS-specific binding specification
|
|
36
|
+
*/
|
|
37
|
+
export type PreparedDeploymentStackOverrideAwResource = {
|
|
38
|
+
/**
|
|
39
|
+
* Optional condition for additional filtering (rare)
|
|
40
|
+
*/
|
|
41
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* Resource ARNs to bind to
|
|
44
|
+
*/
|
|
45
|
+
resources: Array<string>;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* AWS-specific binding specification
|
|
50
|
+
*/
|
|
51
|
+
export type PreparedDeploymentStackOverrideAwStack = {
|
|
52
|
+
/**
|
|
53
|
+
* Optional condition for additional filtering (rare)
|
|
54
|
+
*/
|
|
55
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Resource ARNs to bind to
|
|
58
|
+
*/
|
|
59
|
+
resources: Array<string>;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Generic binding configuration for permissions
|
|
64
|
+
*/
|
|
65
|
+
export type PreparedDeploymentStackOverrideAwBinding = {
|
|
66
|
+
/**
|
|
67
|
+
* AWS-specific binding specification
|
|
68
|
+
*/
|
|
69
|
+
resource?: PreparedDeploymentStackOverrideAwResource | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* AWS-specific binding specification
|
|
72
|
+
*/
|
|
73
|
+
stack?: PreparedDeploymentStackOverrideAwStack | undefined;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* IAM effect. Defaults to Allow.
|
|
78
|
+
*/
|
|
79
|
+
export const PreparedDeploymentStackOverrideEffect = {
|
|
80
|
+
Allow: "Allow",
|
|
81
|
+
Deny: "Deny",
|
|
82
|
+
} as const;
|
|
83
|
+
/**
|
|
84
|
+
* IAM effect. Defaults to Allow.
|
|
85
|
+
*/
|
|
86
|
+
export type PreparedDeploymentStackOverrideEffect = ClosedEnum<
|
|
87
|
+
typeof PreparedDeploymentStackOverrideEffect
|
|
88
|
+
>;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Grant permissions for a specific cloud platform
|
|
92
|
+
*/
|
|
93
|
+
export type PreparedDeploymentStackOverrideAwGrant = {
|
|
94
|
+
/**
|
|
95
|
+
* AWS IAM actions (only for AWS)
|
|
96
|
+
*/
|
|
97
|
+
actions?: Array<string> | null | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* Azure actions (only for Azure)
|
|
100
|
+
*/
|
|
101
|
+
dataActions?: Array<string> | null | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* GCP permissions that require an exact residual custom role.
|
|
104
|
+
*/
|
|
105
|
+
permissions?: Array<string> | null | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Provider predefined roles to bind directly.
|
|
108
|
+
*/
|
|
109
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
112
|
+
*/
|
|
113
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* AWS-specific platform permission configuration
|
|
118
|
+
*/
|
|
119
|
+
export type PreparedDeploymentStackOverrideAw = {
|
|
120
|
+
/**
|
|
121
|
+
* Generic binding configuration for permissions
|
|
122
|
+
*/
|
|
123
|
+
binding: PreparedDeploymentStackOverrideAwBinding;
|
|
124
|
+
/**
|
|
125
|
+
* Short admin-facing description of why this entry exists.
|
|
126
|
+
*/
|
|
127
|
+
description?: string | null | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* IAM effect. Defaults to Allow.
|
|
130
|
+
*/
|
|
131
|
+
effect?: PreparedDeploymentStackOverrideEffect | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* Grant permissions for a specific cloud platform
|
|
134
|
+
*/
|
|
135
|
+
grant: PreparedDeploymentStackOverrideAwGrant;
|
|
136
|
+
/**
|
|
137
|
+
* Stable admin-facing label for this permission entry.
|
|
138
|
+
*/
|
|
139
|
+
label?: string | null | undefined;
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Azure-specific binding specification
|
|
144
|
+
*/
|
|
145
|
+
export type PreparedDeploymentStackOverrideAzureResource = {
|
|
146
|
+
/**
|
|
147
|
+
* Scope (subscription/resource group/resource level)
|
|
148
|
+
*/
|
|
149
|
+
scope: string;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Azure-specific binding specification
|
|
154
|
+
*/
|
|
155
|
+
export type PreparedDeploymentStackOverrideAzureStack = {
|
|
156
|
+
/**
|
|
157
|
+
* Scope (subscription/resource group/resource level)
|
|
158
|
+
*/
|
|
159
|
+
scope: string;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Generic binding configuration for permissions
|
|
164
|
+
*/
|
|
165
|
+
export type PreparedDeploymentStackOverrideAzureBinding = {
|
|
166
|
+
/**
|
|
167
|
+
* Azure-specific binding specification
|
|
168
|
+
*/
|
|
169
|
+
resource?: PreparedDeploymentStackOverrideAzureResource | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* Azure-specific binding specification
|
|
172
|
+
*/
|
|
173
|
+
stack?: PreparedDeploymentStackOverrideAzureStack | undefined;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Grant permissions for a specific cloud platform
|
|
178
|
+
*/
|
|
179
|
+
export type PreparedDeploymentStackOverrideAzureGrant = {
|
|
180
|
+
/**
|
|
181
|
+
* AWS IAM actions (only for AWS)
|
|
182
|
+
*/
|
|
183
|
+
actions?: Array<string> | null | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* Azure actions (only for Azure)
|
|
186
|
+
*/
|
|
187
|
+
dataActions?: Array<string> | null | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* GCP permissions that require an exact residual custom role.
|
|
190
|
+
*/
|
|
191
|
+
permissions?: Array<string> | null | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* Provider predefined roles to bind directly.
|
|
194
|
+
*/
|
|
195
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
198
|
+
*/
|
|
199
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Azure-specific platform permission configuration
|
|
204
|
+
*/
|
|
205
|
+
export type PreparedDeploymentStackOverrideAzure = {
|
|
206
|
+
/**
|
|
207
|
+
* Generic binding configuration for permissions
|
|
208
|
+
*/
|
|
209
|
+
binding: PreparedDeploymentStackOverrideAzureBinding;
|
|
210
|
+
/**
|
|
211
|
+
* Short admin-facing description of why this entry exists.
|
|
212
|
+
*/
|
|
213
|
+
description?: string | null | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* Grant permissions for a specific cloud platform
|
|
216
|
+
*/
|
|
217
|
+
grant: PreparedDeploymentStackOverrideAzureGrant;
|
|
218
|
+
/**
|
|
219
|
+
* Stable admin-facing label for this permission entry.
|
|
220
|
+
*/
|
|
221
|
+
label?: string | null | undefined;
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* GCP IAM condition
|
|
226
|
+
*/
|
|
227
|
+
export type PreparedDeploymentStackOverrideConditionResource = {
|
|
228
|
+
expression: string;
|
|
229
|
+
title: string;
|
|
230
|
+
};
|
|
231
|
+
|
|
232
|
+
export type PreparedDeploymentStackOverrideResourceConditionUnion =
|
|
233
|
+
| PreparedDeploymentStackOverrideConditionResource
|
|
234
|
+
| any;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* GCP-specific binding specification
|
|
238
|
+
*/
|
|
239
|
+
export type PreparedDeploymentStackOverrideGcpResource = {
|
|
240
|
+
condition?:
|
|
241
|
+
| PreparedDeploymentStackOverrideConditionResource
|
|
242
|
+
| any
|
|
243
|
+
| null
|
|
244
|
+
| undefined;
|
|
245
|
+
/**
|
|
246
|
+
* Scope (project/resource level)
|
|
247
|
+
*/
|
|
248
|
+
scope: string;
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* GCP IAM condition
|
|
253
|
+
*/
|
|
254
|
+
export type PreparedDeploymentStackOverrideCondition = {
|
|
255
|
+
expression: string;
|
|
256
|
+
title: string;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
export type PreparedDeploymentStackOverrideConditionUnion =
|
|
260
|
+
| PreparedDeploymentStackOverrideCondition
|
|
261
|
+
| any;
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* GCP-specific binding specification
|
|
265
|
+
*/
|
|
266
|
+
export type PreparedDeploymentStackOverrideGcpStack = {
|
|
267
|
+
condition?: PreparedDeploymentStackOverrideCondition | any | null | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* Scope (project/resource level)
|
|
270
|
+
*/
|
|
271
|
+
scope: string;
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Generic binding configuration for permissions
|
|
276
|
+
*/
|
|
277
|
+
export type PreparedDeploymentStackOverrideGcpBinding = {
|
|
278
|
+
/**
|
|
279
|
+
* GCP-specific binding specification
|
|
280
|
+
*/
|
|
281
|
+
resource?: PreparedDeploymentStackOverrideGcpResource | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* GCP-specific binding specification
|
|
284
|
+
*/
|
|
285
|
+
stack?: PreparedDeploymentStackOverrideGcpStack | undefined;
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Grant permissions for a specific cloud platform
|
|
290
|
+
*/
|
|
291
|
+
export type PreparedDeploymentStackOverrideGcpGrant = {
|
|
292
|
+
/**
|
|
293
|
+
* AWS IAM actions (only for AWS)
|
|
294
|
+
*/
|
|
295
|
+
actions?: Array<string> | null | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* Azure actions (only for Azure)
|
|
298
|
+
*/
|
|
299
|
+
dataActions?: Array<string> | null | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* GCP permissions that require an exact residual custom role.
|
|
302
|
+
*/
|
|
303
|
+
permissions?: Array<string> | null | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* Provider predefined roles to bind directly.
|
|
306
|
+
*/
|
|
307
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
308
|
+
/**
|
|
309
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
310
|
+
*/
|
|
311
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
312
|
+
};
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* GCP-specific platform permission configuration
|
|
316
|
+
*/
|
|
317
|
+
export type PreparedDeploymentStackOverrideGcp = {
|
|
318
|
+
/**
|
|
319
|
+
* Generic binding configuration for permissions
|
|
320
|
+
*/
|
|
321
|
+
binding: PreparedDeploymentStackOverrideGcpBinding;
|
|
322
|
+
/**
|
|
323
|
+
* Short admin-facing description of why this entry exists.
|
|
324
|
+
*/
|
|
325
|
+
description?: string | null | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* Grant permissions for a specific cloud platform
|
|
328
|
+
*/
|
|
329
|
+
grant: PreparedDeploymentStackOverrideGcpGrant;
|
|
330
|
+
/**
|
|
331
|
+
* Stable admin-facing label for this permission entry.
|
|
332
|
+
*/
|
|
333
|
+
label?: string | null | undefined;
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Platform-specific permission configurations
|
|
338
|
+
*/
|
|
339
|
+
export type PreparedDeploymentStackOverridePlatforms = {
|
|
340
|
+
/**
|
|
341
|
+
* AWS permission configurations
|
|
342
|
+
*/
|
|
343
|
+
aws?: Array<PreparedDeploymentStackOverrideAw> | null | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* Azure permission configurations
|
|
346
|
+
*/
|
|
347
|
+
azure?: Array<PreparedDeploymentStackOverrideAzure> | null | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* GCP permission configurations
|
|
350
|
+
*/
|
|
351
|
+
gcp?: Array<PreparedDeploymentStackOverrideGcp> | null | undefined;
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
/**
|
|
355
|
+
* A permission set that can be applied across different cloud platforms
|
|
356
|
+
*/
|
|
357
|
+
export type PreparedDeploymentStackOverride = {
|
|
358
|
+
/**
|
|
359
|
+
* Human-readable description of what this permission set allows
|
|
360
|
+
*/
|
|
361
|
+
description: string;
|
|
362
|
+
/**
|
|
363
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
364
|
+
*/
|
|
365
|
+
id: string;
|
|
366
|
+
/**
|
|
367
|
+
* Platform-specific permission configurations
|
|
368
|
+
*/
|
|
369
|
+
platforms: PreparedDeploymentStackOverridePlatforms;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Reference to a permission set - either by name or inline definition
|
|
374
|
+
*/
|
|
375
|
+
export type PreparedDeploymentStackOverrideUnion =
|
|
376
|
+
| PreparedDeploymentStackOverride
|
|
377
|
+
| string;
|
|
378
|
+
|
|
379
|
+
export type PreparedDeploymentStackManagement2 = {
|
|
380
|
+
/**
|
|
381
|
+
* Permission profile that maps resources to permission sets
|
|
382
|
+
*
|
|
383
|
+
* @remarks
|
|
384
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
385
|
+
*/
|
|
386
|
+
override: { [k: string]: Array<PreparedDeploymentStackOverride | string> };
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* AWS-specific binding specification
|
|
391
|
+
*/
|
|
392
|
+
export type PreparedDeploymentStackExtendAwResource = {
|
|
393
|
+
/**
|
|
394
|
+
* Optional condition for additional filtering (rare)
|
|
395
|
+
*/
|
|
396
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* Resource ARNs to bind to
|
|
399
|
+
*/
|
|
400
|
+
resources: Array<string>;
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* AWS-specific binding specification
|
|
405
|
+
*/
|
|
406
|
+
export type PreparedDeploymentStackExtendAwStack = {
|
|
407
|
+
/**
|
|
408
|
+
* Optional condition for additional filtering (rare)
|
|
409
|
+
*/
|
|
410
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* Resource ARNs to bind to
|
|
413
|
+
*/
|
|
414
|
+
resources: Array<string>;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Generic binding configuration for permissions
|
|
419
|
+
*/
|
|
420
|
+
export type PreparedDeploymentStackExtendAwBinding = {
|
|
421
|
+
/**
|
|
422
|
+
* AWS-specific binding specification
|
|
423
|
+
*/
|
|
424
|
+
resource?: PreparedDeploymentStackExtendAwResource | undefined;
|
|
425
|
+
/**
|
|
426
|
+
* AWS-specific binding specification
|
|
427
|
+
*/
|
|
428
|
+
stack?: PreparedDeploymentStackExtendAwStack | undefined;
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
/**
|
|
432
|
+
* IAM effect. Defaults to Allow.
|
|
433
|
+
*/
|
|
434
|
+
export const PreparedDeploymentStackExtendEffect = {
|
|
435
|
+
Allow: "Allow",
|
|
436
|
+
Deny: "Deny",
|
|
437
|
+
} as const;
|
|
438
|
+
/**
|
|
439
|
+
* IAM effect. Defaults to Allow.
|
|
440
|
+
*/
|
|
441
|
+
export type PreparedDeploymentStackExtendEffect = ClosedEnum<
|
|
442
|
+
typeof PreparedDeploymentStackExtendEffect
|
|
443
|
+
>;
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* Grant permissions for a specific cloud platform
|
|
447
|
+
*/
|
|
448
|
+
export type PreparedDeploymentStackExtendAwGrant = {
|
|
449
|
+
/**
|
|
450
|
+
* AWS IAM actions (only for AWS)
|
|
451
|
+
*/
|
|
452
|
+
actions?: Array<string> | null | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* Azure actions (only for Azure)
|
|
455
|
+
*/
|
|
456
|
+
dataActions?: Array<string> | null | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* GCP permissions that require an exact residual custom role.
|
|
459
|
+
*/
|
|
460
|
+
permissions?: Array<string> | null | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* Provider predefined roles to bind directly.
|
|
463
|
+
*/
|
|
464
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
467
|
+
*/
|
|
468
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* AWS-specific platform permission configuration
|
|
473
|
+
*/
|
|
474
|
+
export type PreparedDeploymentStackExtendAw = {
|
|
475
|
+
/**
|
|
476
|
+
* Generic binding configuration for permissions
|
|
477
|
+
*/
|
|
478
|
+
binding: PreparedDeploymentStackExtendAwBinding;
|
|
479
|
+
/**
|
|
480
|
+
* Short admin-facing description of why this entry exists.
|
|
481
|
+
*/
|
|
482
|
+
description?: string | null | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* IAM effect. Defaults to Allow.
|
|
485
|
+
*/
|
|
486
|
+
effect?: PreparedDeploymentStackExtendEffect | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* Grant permissions for a specific cloud platform
|
|
489
|
+
*/
|
|
490
|
+
grant: PreparedDeploymentStackExtendAwGrant;
|
|
491
|
+
/**
|
|
492
|
+
* Stable admin-facing label for this permission entry.
|
|
493
|
+
*/
|
|
494
|
+
label?: string | null | undefined;
|
|
495
|
+
};
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* Azure-specific binding specification
|
|
499
|
+
*/
|
|
500
|
+
export type PreparedDeploymentStackExtendAzureResource = {
|
|
501
|
+
/**
|
|
502
|
+
* Scope (subscription/resource group/resource level)
|
|
503
|
+
*/
|
|
504
|
+
scope: string;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Azure-specific binding specification
|
|
509
|
+
*/
|
|
510
|
+
export type PreparedDeploymentStackExtendAzureStack = {
|
|
511
|
+
/**
|
|
512
|
+
* Scope (subscription/resource group/resource level)
|
|
513
|
+
*/
|
|
514
|
+
scope: string;
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* Generic binding configuration for permissions
|
|
519
|
+
*/
|
|
520
|
+
export type PreparedDeploymentStackExtendAzureBinding = {
|
|
521
|
+
/**
|
|
522
|
+
* Azure-specific binding specification
|
|
523
|
+
*/
|
|
524
|
+
resource?: PreparedDeploymentStackExtendAzureResource | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* Azure-specific binding specification
|
|
527
|
+
*/
|
|
528
|
+
stack?: PreparedDeploymentStackExtendAzureStack | undefined;
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Grant permissions for a specific cloud platform
|
|
533
|
+
*/
|
|
534
|
+
export type PreparedDeploymentStackExtendAzureGrant = {
|
|
535
|
+
/**
|
|
536
|
+
* AWS IAM actions (only for AWS)
|
|
537
|
+
*/
|
|
538
|
+
actions?: Array<string> | null | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* Azure actions (only for Azure)
|
|
541
|
+
*/
|
|
542
|
+
dataActions?: Array<string> | null | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* GCP permissions that require an exact residual custom role.
|
|
545
|
+
*/
|
|
546
|
+
permissions?: Array<string> | null | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* Provider predefined roles to bind directly.
|
|
549
|
+
*/
|
|
550
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
551
|
+
/**
|
|
552
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
553
|
+
*/
|
|
554
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Azure-specific platform permission configuration
|
|
559
|
+
*/
|
|
560
|
+
export type PreparedDeploymentStackExtendAzure = {
|
|
561
|
+
/**
|
|
562
|
+
* Generic binding configuration for permissions
|
|
563
|
+
*/
|
|
564
|
+
binding: PreparedDeploymentStackExtendAzureBinding;
|
|
565
|
+
/**
|
|
566
|
+
* Short admin-facing description of why this entry exists.
|
|
567
|
+
*/
|
|
568
|
+
description?: string | null | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* Grant permissions for a specific cloud platform
|
|
571
|
+
*/
|
|
572
|
+
grant: PreparedDeploymentStackExtendAzureGrant;
|
|
573
|
+
/**
|
|
574
|
+
* Stable admin-facing label for this permission entry.
|
|
575
|
+
*/
|
|
576
|
+
label?: string | null | undefined;
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* GCP IAM condition
|
|
581
|
+
*/
|
|
582
|
+
export type PreparedDeploymentStackExtendConditionResource = {
|
|
583
|
+
expression: string;
|
|
584
|
+
title: string;
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
export type PreparedDeploymentStackExtendResourceConditionUnion =
|
|
588
|
+
| PreparedDeploymentStackExtendConditionResource
|
|
589
|
+
| any;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* GCP-specific binding specification
|
|
593
|
+
*/
|
|
594
|
+
export type PreparedDeploymentStackExtendGcpResource = {
|
|
595
|
+
condition?:
|
|
596
|
+
| PreparedDeploymentStackExtendConditionResource
|
|
597
|
+
| any
|
|
598
|
+
| null
|
|
599
|
+
| undefined;
|
|
600
|
+
/**
|
|
601
|
+
* Scope (project/resource level)
|
|
602
|
+
*/
|
|
603
|
+
scope: string;
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* GCP IAM condition
|
|
608
|
+
*/
|
|
609
|
+
export type PreparedDeploymentStackExtendCondition = {
|
|
610
|
+
expression: string;
|
|
611
|
+
title: string;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
export type PreparedDeploymentStackExtendConditionUnion =
|
|
615
|
+
| PreparedDeploymentStackExtendCondition
|
|
616
|
+
| any;
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* GCP-specific binding specification
|
|
620
|
+
*/
|
|
621
|
+
export type PreparedDeploymentStackExtendGcpStack = {
|
|
622
|
+
condition?: PreparedDeploymentStackExtendCondition | any | null | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* Scope (project/resource level)
|
|
625
|
+
*/
|
|
626
|
+
scope: string;
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* Generic binding configuration for permissions
|
|
631
|
+
*/
|
|
632
|
+
export type PreparedDeploymentStackExtendGcpBinding = {
|
|
633
|
+
/**
|
|
634
|
+
* GCP-specific binding specification
|
|
635
|
+
*/
|
|
636
|
+
resource?: PreparedDeploymentStackExtendGcpResource | undefined;
|
|
637
|
+
/**
|
|
638
|
+
* GCP-specific binding specification
|
|
639
|
+
*/
|
|
640
|
+
stack?: PreparedDeploymentStackExtendGcpStack | undefined;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
/**
|
|
644
|
+
* Grant permissions for a specific cloud platform
|
|
645
|
+
*/
|
|
646
|
+
export type PreparedDeploymentStackExtendGcpGrant = {
|
|
647
|
+
/**
|
|
648
|
+
* AWS IAM actions (only for AWS)
|
|
649
|
+
*/
|
|
650
|
+
actions?: Array<string> | null | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* Azure actions (only for Azure)
|
|
653
|
+
*/
|
|
654
|
+
dataActions?: Array<string> | null | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* GCP permissions that require an exact residual custom role.
|
|
657
|
+
*/
|
|
658
|
+
permissions?: Array<string> | null | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* Provider predefined roles to bind directly.
|
|
661
|
+
*/
|
|
662
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
665
|
+
*/
|
|
666
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
667
|
+
};
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* GCP-specific platform permission configuration
|
|
671
|
+
*/
|
|
672
|
+
export type PreparedDeploymentStackExtendGcp = {
|
|
673
|
+
/**
|
|
674
|
+
* Generic binding configuration for permissions
|
|
675
|
+
*/
|
|
676
|
+
binding: PreparedDeploymentStackExtendGcpBinding;
|
|
677
|
+
/**
|
|
678
|
+
* Short admin-facing description of why this entry exists.
|
|
679
|
+
*/
|
|
680
|
+
description?: string | null | undefined;
|
|
681
|
+
/**
|
|
682
|
+
* Grant permissions for a specific cloud platform
|
|
683
|
+
*/
|
|
684
|
+
grant: PreparedDeploymentStackExtendGcpGrant;
|
|
685
|
+
/**
|
|
686
|
+
* Stable admin-facing label for this permission entry.
|
|
687
|
+
*/
|
|
688
|
+
label?: string | null | undefined;
|
|
689
|
+
};
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* Platform-specific permission configurations
|
|
693
|
+
*/
|
|
694
|
+
export type PreparedDeploymentStackExtendPlatforms = {
|
|
695
|
+
/**
|
|
696
|
+
* AWS permission configurations
|
|
697
|
+
*/
|
|
698
|
+
aws?: Array<PreparedDeploymentStackExtendAw> | null | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* Azure permission configurations
|
|
701
|
+
*/
|
|
702
|
+
azure?: Array<PreparedDeploymentStackExtendAzure> | null | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* GCP permission configurations
|
|
705
|
+
*/
|
|
706
|
+
gcp?: Array<PreparedDeploymentStackExtendGcp> | null | undefined;
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* A permission set that can be applied across different cloud platforms
|
|
711
|
+
*/
|
|
712
|
+
export type PreparedDeploymentStackExtend = {
|
|
713
|
+
/**
|
|
714
|
+
* Human-readable description of what this permission set allows
|
|
715
|
+
*/
|
|
716
|
+
description: string;
|
|
717
|
+
/**
|
|
718
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
719
|
+
*/
|
|
720
|
+
id: string;
|
|
721
|
+
/**
|
|
722
|
+
* Platform-specific permission configurations
|
|
723
|
+
*/
|
|
724
|
+
platforms: PreparedDeploymentStackExtendPlatforms;
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
/**
|
|
728
|
+
* Reference to a permission set - either by name or inline definition
|
|
729
|
+
*/
|
|
730
|
+
export type PreparedDeploymentStackExtendUnion =
|
|
731
|
+
| PreparedDeploymentStackExtend
|
|
732
|
+
| string;
|
|
733
|
+
|
|
734
|
+
export type PreparedDeploymentStackManagement1 = {
|
|
735
|
+
/**
|
|
736
|
+
* Permission profile that maps resources to permission sets
|
|
737
|
+
*
|
|
738
|
+
* @remarks
|
|
739
|
+
* Key can be "*" for all resources or resource name for specific resource
|
|
740
|
+
*/
|
|
741
|
+
extend: { [k: string]: Array<PreparedDeploymentStackExtend | string> };
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* Management permissions configuration for stack management access
|
|
746
|
+
*/
|
|
747
|
+
export type PreparedDeploymentStackManagementUnion =
|
|
748
|
+
| PreparedDeploymentStackManagement1
|
|
749
|
+
| PreparedDeploymentStackManagement2
|
|
750
|
+
| PreparedDeploymentStackManagementEnum;
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* AWS-specific binding specification
|
|
754
|
+
*/
|
|
755
|
+
export type PreparedDeploymentStackProfileAwResource = {
|
|
756
|
+
/**
|
|
757
|
+
* Optional condition for additional filtering (rare)
|
|
758
|
+
*/
|
|
759
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* Resource ARNs to bind to
|
|
762
|
+
*/
|
|
763
|
+
resources: Array<string>;
|
|
764
|
+
};
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* AWS-specific binding specification
|
|
768
|
+
*/
|
|
769
|
+
export type PreparedDeploymentStackProfileAwStack = {
|
|
770
|
+
/**
|
|
771
|
+
* Optional condition for additional filtering (rare)
|
|
772
|
+
*/
|
|
773
|
+
condition?: { [k: string]: { [k: string]: string } } | null | undefined;
|
|
774
|
+
/**
|
|
775
|
+
* Resource ARNs to bind to
|
|
776
|
+
*/
|
|
777
|
+
resources: Array<string>;
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
/**
|
|
781
|
+
* Generic binding configuration for permissions
|
|
782
|
+
*/
|
|
783
|
+
export type PreparedDeploymentStackProfileAwBinding = {
|
|
784
|
+
/**
|
|
785
|
+
* AWS-specific binding specification
|
|
786
|
+
*/
|
|
787
|
+
resource?: PreparedDeploymentStackProfileAwResource | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* AWS-specific binding specification
|
|
790
|
+
*/
|
|
791
|
+
stack?: PreparedDeploymentStackProfileAwStack | undefined;
|
|
792
|
+
};
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* IAM effect. Defaults to Allow.
|
|
796
|
+
*/
|
|
797
|
+
export const PreparedDeploymentStackProfileEffect = {
|
|
798
|
+
Allow: "Allow",
|
|
799
|
+
Deny: "Deny",
|
|
800
|
+
} as const;
|
|
801
|
+
/**
|
|
802
|
+
* IAM effect. Defaults to Allow.
|
|
803
|
+
*/
|
|
804
|
+
export type PreparedDeploymentStackProfileEffect = ClosedEnum<
|
|
805
|
+
typeof PreparedDeploymentStackProfileEffect
|
|
806
|
+
>;
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* Grant permissions for a specific cloud platform
|
|
810
|
+
*/
|
|
811
|
+
export type PreparedDeploymentStackProfileAwGrant = {
|
|
812
|
+
/**
|
|
813
|
+
* AWS IAM actions (only for AWS)
|
|
814
|
+
*/
|
|
815
|
+
actions?: Array<string> | null | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* Azure actions (only for Azure)
|
|
818
|
+
*/
|
|
819
|
+
dataActions?: Array<string> | null | undefined;
|
|
820
|
+
/**
|
|
821
|
+
* GCP permissions that require an exact residual custom role.
|
|
822
|
+
*/
|
|
823
|
+
permissions?: Array<string> | null | undefined;
|
|
824
|
+
/**
|
|
825
|
+
* Provider predefined roles to bind directly.
|
|
826
|
+
*/
|
|
827
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
828
|
+
/**
|
|
829
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
830
|
+
*/
|
|
831
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
/**
|
|
835
|
+
* AWS-specific platform permission configuration
|
|
836
|
+
*/
|
|
837
|
+
export type PreparedDeploymentStackProfileAw = {
|
|
838
|
+
/**
|
|
839
|
+
* Generic binding configuration for permissions
|
|
840
|
+
*/
|
|
841
|
+
binding: PreparedDeploymentStackProfileAwBinding;
|
|
842
|
+
/**
|
|
843
|
+
* Short admin-facing description of why this entry exists.
|
|
844
|
+
*/
|
|
845
|
+
description?: string | null | undefined;
|
|
846
|
+
/**
|
|
847
|
+
* IAM effect. Defaults to Allow.
|
|
848
|
+
*/
|
|
849
|
+
effect?: PreparedDeploymentStackProfileEffect | undefined;
|
|
850
|
+
/**
|
|
851
|
+
* Grant permissions for a specific cloud platform
|
|
852
|
+
*/
|
|
853
|
+
grant: PreparedDeploymentStackProfileAwGrant;
|
|
854
|
+
/**
|
|
855
|
+
* Stable admin-facing label for this permission entry.
|
|
856
|
+
*/
|
|
857
|
+
label?: string | null | undefined;
|
|
858
|
+
};
|
|
859
|
+
|
|
860
|
+
/**
|
|
861
|
+
* Azure-specific binding specification
|
|
862
|
+
*/
|
|
863
|
+
export type PreparedDeploymentStackProfileAzureResource = {
|
|
864
|
+
/**
|
|
865
|
+
* Scope (subscription/resource group/resource level)
|
|
866
|
+
*/
|
|
867
|
+
scope: string;
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* Azure-specific binding specification
|
|
872
|
+
*/
|
|
873
|
+
export type PreparedDeploymentStackProfileAzureStack = {
|
|
874
|
+
/**
|
|
875
|
+
* Scope (subscription/resource group/resource level)
|
|
876
|
+
*/
|
|
877
|
+
scope: string;
|
|
878
|
+
};
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* Generic binding configuration for permissions
|
|
882
|
+
*/
|
|
883
|
+
export type PreparedDeploymentStackProfileAzureBinding = {
|
|
884
|
+
/**
|
|
885
|
+
* Azure-specific binding specification
|
|
886
|
+
*/
|
|
887
|
+
resource?: PreparedDeploymentStackProfileAzureResource | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* Azure-specific binding specification
|
|
890
|
+
*/
|
|
891
|
+
stack?: PreparedDeploymentStackProfileAzureStack | undefined;
|
|
892
|
+
};
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Grant permissions for a specific cloud platform
|
|
896
|
+
*/
|
|
897
|
+
export type PreparedDeploymentStackProfileAzureGrant = {
|
|
898
|
+
/**
|
|
899
|
+
* AWS IAM actions (only for AWS)
|
|
900
|
+
*/
|
|
901
|
+
actions?: Array<string> | null | undefined;
|
|
902
|
+
/**
|
|
903
|
+
* Azure actions (only for Azure)
|
|
904
|
+
*/
|
|
905
|
+
dataActions?: Array<string> | null | undefined;
|
|
906
|
+
/**
|
|
907
|
+
* GCP permissions that require an exact residual custom role.
|
|
908
|
+
*/
|
|
909
|
+
permissions?: Array<string> | null | undefined;
|
|
910
|
+
/**
|
|
911
|
+
* Provider predefined roles to bind directly.
|
|
912
|
+
*/
|
|
913
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
914
|
+
/**
|
|
915
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
916
|
+
*/
|
|
917
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* Azure-specific platform permission configuration
|
|
922
|
+
*/
|
|
923
|
+
export type PreparedDeploymentStackProfileAzure = {
|
|
924
|
+
/**
|
|
925
|
+
* Generic binding configuration for permissions
|
|
926
|
+
*/
|
|
927
|
+
binding: PreparedDeploymentStackProfileAzureBinding;
|
|
928
|
+
/**
|
|
929
|
+
* Short admin-facing description of why this entry exists.
|
|
930
|
+
*/
|
|
931
|
+
description?: string | null | undefined;
|
|
932
|
+
/**
|
|
933
|
+
* Grant permissions for a specific cloud platform
|
|
934
|
+
*/
|
|
935
|
+
grant: PreparedDeploymentStackProfileAzureGrant;
|
|
936
|
+
/**
|
|
937
|
+
* Stable admin-facing label for this permission entry.
|
|
938
|
+
*/
|
|
939
|
+
label?: string | null | undefined;
|
|
940
|
+
};
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* GCP IAM condition
|
|
944
|
+
*/
|
|
945
|
+
export type PreparedDeploymentStackProfileConditionResource = {
|
|
946
|
+
expression: string;
|
|
947
|
+
title: string;
|
|
948
|
+
};
|
|
949
|
+
|
|
950
|
+
export type PreparedDeploymentStackProfileResourceConditionUnion =
|
|
951
|
+
| PreparedDeploymentStackProfileConditionResource
|
|
952
|
+
| any;
|
|
953
|
+
|
|
954
|
+
/**
|
|
955
|
+
* GCP-specific binding specification
|
|
956
|
+
*/
|
|
957
|
+
export type PreparedDeploymentStackProfileGcpResource = {
|
|
958
|
+
condition?:
|
|
959
|
+
| PreparedDeploymentStackProfileConditionResource
|
|
960
|
+
| any
|
|
961
|
+
| null
|
|
962
|
+
| undefined;
|
|
963
|
+
/**
|
|
964
|
+
* Scope (project/resource level)
|
|
965
|
+
*/
|
|
966
|
+
scope: string;
|
|
967
|
+
};
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* GCP IAM condition
|
|
971
|
+
*/
|
|
972
|
+
export type PreparedDeploymentStackProfileCondition = {
|
|
973
|
+
expression: string;
|
|
974
|
+
title: string;
|
|
975
|
+
};
|
|
976
|
+
|
|
977
|
+
export type PreparedDeploymentStackProfileConditionUnion =
|
|
978
|
+
| PreparedDeploymentStackProfileCondition
|
|
979
|
+
| any;
|
|
980
|
+
|
|
981
|
+
/**
|
|
982
|
+
* GCP-specific binding specification
|
|
983
|
+
*/
|
|
984
|
+
export type PreparedDeploymentStackProfileGcpStack = {
|
|
985
|
+
condition?: PreparedDeploymentStackProfileCondition | any | null | undefined;
|
|
986
|
+
/**
|
|
987
|
+
* Scope (project/resource level)
|
|
988
|
+
*/
|
|
989
|
+
scope: string;
|
|
990
|
+
};
|
|
991
|
+
|
|
992
|
+
/**
|
|
993
|
+
* Generic binding configuration for permissions
|
|
994
|
+
*/
|
|
995
|
+
export type PreparedDeploymentStackProfileGcpBinding = {
|
|
996
|
+
/**
|
|
997
|
+
* GCP-specific binding specification
|
|
998
|
+
*/
|
|
999
|
+
resource?: PreparedDeploymentStackProfileGcpResource | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* GCP-specific binding specification
|
|
1002
|
+
*/
|
|
1003
|
+
stack?: PreparedDeploymentStackProfileGcpStack | undefined;
|
|
1004
|
+
};
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Grant permissions for a specific cloud platform
|
|
1008
|
+
*/
|
|
1009
|
+
export type PreparedDeploymentStackProfileGcpGrant = {
|
|
1010
|
+
/**
|
|
1011
|
+
* AWS IAM actions (only for AWS)
|
|
1012
|
+
*/
|
|
1013
|
+
actions?: Array<string> | null | undefined;
|
|
1014
|
+
/**
|
|
1015
|
+
* Azure actions (only for Azure)
|
|
1016
|
+
*/
|
|
1017
|
+
dataActions?: Array<string> | null | undefined;
|
|
1018
|
+
/**
|
|
1019
|
+
* GCP permissions that require an exact residual custom role.
|
|
1020
|
+
*/
|
|
1021
|
+
permissions?: Array<string> | null | undefined;
|
|
1022
|
+
/**
|
|
1023
|
+
* Provider predefined roles to bind directly.
|
|
1024
|
+
*/
|
|
1025
|
+
predefinedRoles?: Array<string> | null | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* GCP residual custom permissions to pair with predefined roles.
|
|
1028
|
+
*/
|
|
1029
|
+
residualPermissions?: Array<string> | null | undefined;
|
|
1030
|
+
};
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* GCP-specific platform permission configuration
|
|
1034
|
+
*/
|
|
1035
|
+
export type PreparedDeploymentStackProfileGcp = {
|
|
1036
|
+
/**
|
|
1037
|
+
* Generic binding configuration for permissions
|
|
1038
|
+
*/
|
|
1039
|
+
binding: PreparedDeploymentStackProfileGcpBinding;
|
|
1040
|
+
/**
|
|
1041
|
+
* Short admin-facing description of why this entry exists.
|
|
1042
|
+
*/
|
|
1043
|
+
description?: string | null | undefined;
|
|
1044
|
+
/**
|
|
1045
|
+
* Grant permissions for a specific cloud platform
|
|
1046
|
+
*/
|
|
1047
|
+
grant: PreparedDeploymentStackProfileGcpGrant;
|
|
1048
|
+
/**
|
|
1049
|
+
* Stable admin-facing label for this permission entry.
|
|
1050
|
+
*/
|
|
1051
|
+
label?: string | null | undefined;
|
|
1052
|
+
};
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Platform-specific permission configurations
|
|
1056
|
+
*/
|
|
1057
|
+
export type PreparedDeploymentStackProfilePlatforms = {
|
|
1058
|
+
/**
|
|
1059
|
+
* AWS permission configurations
|
|
1060
|
+
*/
|
|
1061
|
+
aws?: Array<PreparedDeploymentStackProfileAw> | null | undefined;
|
|
1062
|
+
/**
|
|
1063
|
+
* Azure permission configurations
|
|
1064
|
+
*/
|
|
1065
|
+
azure?: Array<PreparedDeploymentStackProfileAzure> | null | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* GCP permission configurations
|
|
1068
|
+
*/
|
|
1069
|
+
gcp?: Array<PreparedDeploymentStackProfileGcp> | null | undefined;
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* A permission set that can be applied across different cloud platforms
|
|
1074
|
+
*/
|
|
1075
|
+
export type PreparedDeploymentStackProfile = {
|
|
1076
|
+
/**
|
|
1077
|
+
* Human-readable description of what this permission set allows
|
|
1078
|
+
*/
|
|
1079
|
+
description: string;
|
|
1080
|
+
/**
|
|
1081
|
+
* Unique identifier for the permission set (e.g., "storage/data-read")
|
|
1082
|
+
*/
|
|
1083
|
+
id: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Platform-specific permission configurations
|
|
1086
|
+
*/
|
|
1087
|
+
platforms: PreparedDeploymentStackProfilePlatforms;
|
|
1088
|
+
};
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* Reference to a permission set - either by name or inline definition
|
|
1092
|
+
*/
|
|
1093
|
+
export type PreparedDeploymentStackProfileUnion =
|
|
1094
|
+
| PreparedDeploymentStackProfile
|
|
1095
|
+
| string;
|
|
1096
|
+
|
|
1097
|
+
/**
|
|
1098
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1099
|
+
*/
|
|
1100
|
+
export type PreparedDeploymentStackPermissions = {
|
|
1101
|
+
/**
|
|
1102
|
+
* Management permissions configuration for stack management access
|
|
1103
|
+
*/
|
|
1104
|
+
management?:
|
|
1105
|
+
| PreparedDeploymentStackManagement1
|
|
1106
|
+
| PreparedDeploymentStackManagement2
|
|
1107
|
+
| PreparedDeploymentStackManagementEnum
|
|
1108
|
+
| undefined;
|
|
1109
|
+
/**
|
|
1110
|
+
* Permission profiles that define access control for compute services
|
|
1111
|
+
*
|
|
1112
|
+
* @remarks
|
|
1113
|
+
* Key is the profile name, value is the permission configuration
|
|
1114
|
+
*/
|
|
1115
|
+
profiles: {
|
|
1116
|
+
[k: string]: {
|
|
1117
|
+
[k: string]: Array<PreparedDeploymentStackProfile | string>;
|
|
1118
|
+
};
|
|
1119
|
+
};
|
|
1120
|
+
};
|
|
1121
|
+
|
|
1122
|
+
/**
|
|
1123
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1124
|
+
*/
|
|
1125
|
+
export type PreparedDeploymentStackConfig = {
|
|
1126
|
+
/**
|
|
1127
|
+
* The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.
|
|
1128
|
+
*/
|
|
1129
|
+
id: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1132
|
+
*/
|
|
1133
|
+
type: string;
|
|
1134
|
+
additionalProperties?: { [k: string]: any | null } | undefined;
|
|
1135
|
+
};
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* New ResourceRef that works with any resource type.
|
|
1139
|
+
*
|
|
1140
|
+
* @remarks
|
|
1141
|
+
* This can eventually replace the enum-based ResourceRef for full extensibility.
|
|
1142
|
+
*/
|
|
1143
|
+
export type PreparedDeploymentStackDependency = {
|
|
1144
|
+
id: string;
|
|
1145
|
+
/**
|
|
1146
|
+
* Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.
|
|
1147
|
+
*/
|
|
1148
|
+
type: string;
|
|
1149
|
+
};
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1153
|
+
*/
|
|
1154
|
+
export const PreparedDeploymentStackLifecycle = {
|
|
1155
|
+
Frozen: "frozen",
|
|
1156
|
+
Live: "live",
|
|
1157
|
+
} as const;
|
|
1158
|
+
/**
|
|
1159
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1160
|
+
*/
|
|
1161
|
+
export type PreparedDeploymentStackLifecycle = ClosedEnum<
|
|
1162
|
+
typeof PreparedDeploymentStackLifecycle
|
|
1163
|
+
>;
|
|
1164
|
+
|
|
1165
|
+
export type PreparedDeploymentStackResources = {
|
|
1166
|
+
/**
|
|
1167
|
+
* Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.
|
|
1168
|
+
*/
|
|
1169
|
+
config: PreparedDeploymentStackConfig;
|
|
1170
|
+
/**
|
|
1171
|
+
* Additional dependencies for this resource beyond those defined in the resource itself.
|
|
1172
|
+
*
|
|
1173
|
+
* @remarks
|
|
1174
|
+
* The total dependencies are: resource.get_dependencies() + this list
|
|
1175
|
+
*/
|
|
1176
|
+
dependencies: Array<PreparedDeploymentStackDependency>;
|
|
1177
|
+
/**
|
|
1178
|
+
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
1179
|
+
*/
|
|
1180
|
+
lifecycle: PreparedDeploymentStackLifecycle;
|
|
1181
|
+
/**
|
|
1182
|
+
* Enable remote bindings for this resource (BYOB use case).
|
|
1183
|
+
*
|
|
1184
|
+
* @remarks
|
|
1185
|
+
* When true, binding params are synced to StackState's `remote_binding_params`.
|
|
1186
|
+
* Default: false (prevents sensitive data in synced state).
|
|
1187
|
+
*/
|
|
1188
|
+
remoteAccess?: boolean | undefined;
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Represents the target cloud platform.
|
|
1193
|
+
*/
|
|
1194
|
+
export const PreparedDeploymentStackSupportedPlatform = {
|
|
1195
|
+
Aws: "aws",
|
|
1196
|
+
Gcp: "gcp",
|
|
1197
|
+
Azure: "azure",
|
|
1198
|
+
Kubernetes: "kubernetes",
|
|
1199
|
+
Local: "local",
|
|
1200
|
+
Test: "test",
|
|
1201
|
+
} as const;
|
|
1202
|
+
/**
|
|
1203
|
+
* Represents the target cloud platform.
|
|
1204
|
+
*/
|
|
1205
|
+
export type PreparedDeploymentStackSupportedPlatform = ClosedEnum<
|
|
1206
|
+
typeof PreparedDeploymentStackSupportedPlatform
|
|
1207
|
+
>;
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* A bag of resources, unaware of any cloud.
|
|
1211
|
+
*/
|
|
1212
|
+
export type PreparedDeploymentStackStack = {
|
|
1213
|
+
/**
|
|
1214
|
+
* Unique identifier for the stack
|
|
1215
|
+
*/
|
|
1216
|
+
id: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* Combined permissions configuration that contains both profiles and management
|
|
1219
|
+
*/
|
|
1220
|
+
permissions?: PreparedDeploymentStackPermissions | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* Map of resource IDs to their configurations and lifecycle settings
|
|
1223
|
+
*/
|
|
1224
|
+
resources: { [k: string]: PreparedDeploymentStackResources };
|
|
1225
|
+
/**
|
|
1226
|
+
* Which platforms this stack supports. When None, all platforms are supported.
|
|
1227
|
+
*/
|
|
1228
|
+
supportedPlatforms?:
|
|
1229
|
+
| Array<PreparedDeploymentStackSupportedPlatform>
|
|
1230
|
+
| null
|
|
1231
|
+
| undefined;
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
export type PreparedDeploymentStack = {
|
|
1235
|
+
platform: PreparedDeploymentStackPlatform;
|
|
1236
|
+
/**
|
|
1237
|
+
* A bag of resources, unaware of any cloud.
|
|
1238
|
+
*/
|
|
1239
|
+
stack: PreparedDeploymentStackStack;
|
|
1240
|
+
setup: SetupFingerprintInfo;
|
|
1241
|
+
};
|
|
1242
|
+
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export const PreparedDeploymentStackPlatform$inboundSchema: z.ZodEnum<
|
|
1245
|
+
typeof PreparedDeploymentStackPlatform
|
|
1246
|
+
> = z.enum(PreparedDeploymentStackPlatform);
|
|
1247
|
+
|
|
1248
|
+
/** @internal */
|
|
1249
|
+
export const PreparedDeploymentStackManagementEnum$inboundSchema: z.ZodEnum<
|
|
1250
|
+
typeof PreparedDeploymentStackManagementEnum
|
|
1251
|
+
> = z.enum(PreparedDeploymentStackManagementEnum);
|
|
1252
|
+
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export const PreparedDeploymentStackOverrideAwResource$inboundSchema: z.ZodType<
|
|
1255
|
+
PreparedDeploymentStackOverrideAwResource,
|
|
1256
|
+
unknown
|
|
1257
|
+
> = z.object({
|
|
1258
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
1259
|
+
.optional(),
|
|
1260
|
+
resources: z.array(z.string()),
|
|
1261
|
+
});
|
|
1262
|
+
|
|
1263
|
+
export function preparedDeploymentStackOverrideAwResourceFromJSON(
|
|
1264
|
+
jsonString: string,
|
|
1265
|
+
): SafeParseResult<
|
|
1266
|
+
PreparedDeploymentStackOverrideAwResource,
|
|
1267
|
+
SDKValidationError
|
|
1268
|
+
> {
|
|
1269
|
+
return safeParse(
|
|
1270
|
+
jsonString,
|
|
1271
|
+
(x) =>
|
|
1272
|
+
PreparedDeploymentStackOverrideAwResource$inboundSchema.parse(
|
|
1273
|
+
JSON.parse(x),
|
|
1274
|
+
),
|
|
1275
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAwResource' from JSON`,
|
|
1276
|
+
);
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
export const PreparedDeploymentStackOverrideAwStack$inboundSchema: z.ZodType<
|
|
1281
|
+
PreparedDeploymentStackOverrideAwStack,
|
|
1282
|
+
unknown
|
|
1283
|
+
> = z.object({
|
|
1284
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
1285
|
+
.optional(),
|
|
1286
|
+
resources: z.array(z.string()),
|
|
1287
|
+
});
|
|
1288
|
+
|
|
1289
|
+
export function preparedDeploymentStackOverrideAwStackFromJSON(
|
|
1290
|
+
jsonString: string,
|
|
1291
|
+
): SafeParseResult<PreparedDeploymentStackOverrideAwStack, SDKValidationError> {
|
|
1292
|
+
return safeParse(
|
|
1293
|
+
jsonString,
|
|
1294
|
+
(x) =>
|
|
1295
|
+
PreparedDeploymentStackOverrideAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
1296
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAwStack' from JSON`,
|
|
1297
|
+
);
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
/** @internal */
|
|
1301
|
+
export const PreparedDeploymentStackOverrideAwBinding$inboundSchema: z.ZodType<
|
|
1302
|
+
PreparedDeploymentStackOverrideAwBinding,
|
|
1303
|
+
unknown
|
|
1304
|
+
> = z.object({
|
|
1305
|
+
resource: z.lazy(() =>
|
|
1306
|
+
PreparedDeploymentStackOverrideAwResource$inboundSchema
|
|
1307
|
+
).optional(),
|
|
1308
|
+
stack: z.lazy(() => PreparedDeploymentStackOverrideAwStack$inboundSchema)
|
|
1309
|
+
.optional(),
|
|
1310
|
+
});
|
|
1311
|
+
|
|
1312
|
+
export function preparedDeploymentStackOverrideAwBindingFromJSON(
|
|
1313
|
+
jsonString: string,
|
|
1314
|
+
): SafeParseResult<
|
|
1315
|
+
PreparedDeploymentStackOverrideAwBinding,
|
|
1316
|
+
SDKValidationError
|
|
1317
|
+
> {
|
|
1318
|
+
return safeParse(
|
|
1319
|
+
jsonString,
|
|
1320
|
+
(x) =>
|
|
1321
|
+
PreparedDeploymentStackOverrideAwBinding$inboundSchema.parse(
|
|
1322
|
+
JSON.parse(x),
|
|
1323
|
+
),
|
|
1324
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAwBinding' from JSON`,
|
|
1325
|
+
);
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
/** @internal */
|
|
1329
|
+
export const PreparedDeploymentStackOverrideEffect$inboundSchema: z.ZodEnum<
|
|
1330
|
+
typeof PreparedDeploymentStackOverrideEffect
|
|
1331
|
+
> = z.enum(PreparedDeploymentStackOverrideEffect);
|
|
1332
|
+
|
|
1333
|
+
/** @internal */
|
|
1334
|
+
export const PreparedDeploymentStackOverrideAwGrant$inboundSchema: z.ZodType<
|
|
1335
|
+
PreparedDeploymentStackOverrideAwGrant,
|
|
1336
|
+
unknown
|
|
1337
|
+
> = z.object({
|
|
1338
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1339
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1340
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1341
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1342
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1343
|
+
});
|
|
1344
|
+
|
|
1345
|
+
export function preparedDeploymentStackOverrideAwGrantFromJSON(
|
|
1346
|
+
jsonString: string,
|
|
1347
|
+
): SafeParseResult<PreparedDeploymentStackOverrideAwGrant, SDKValidationError> {
|
|
1348
|
+
return safeParse(
|
|
1349
|
+
jsonString,
|
|
1350
|
+
(x) =>
|
|
1351
|
+
PreparedDeploymentStackOverrideAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
1352
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAwGrant' from JSON`,
|
|
1353
|
+
);
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
/** @internal */
|
|
1357
|
+
export const PreparedDeploymentStackOverrideAw$inboundSchema: z.ZodType<
|
|
1358
|
+
PreparedDeploymentStackOverrideAw,
|
|
1359
|
+
unknown
|
|
1360
|
+
> = z.object({
|
|
1361
|
+
binding: z.lazy(() => PreparedDeploymentStackOverrideAwBinding$inboundSchema),
|
|
1362
|
+
description: z.nullable(z.string()).optional(),
|
|
1363
|
+
effect: PreparedDeploymentStackOverrideEffect$inboundSchema.optional(),
|
|
1364
|
+
grant: z.lazy(() => PreparedDeploymentStackOverrideAwGrant$inboundSchema),
|
|
1365
|
+
label: z.nullable(z.string()).optional(),
|
|
1366
|
+
});
|
|
1367
|
+
|
|
1368
|
+
export function preparedDeploymentStackOverrideAwFromJSON(
|
|
1369
|
+
jsonString: string,
|
|
1370
|
+
): SafeParseResult<PreparedDeploymentStackOverrideAw, SDKValidationError> {
|
|
1371
|
+
return safeParse(
|
|
1372
|
+
jsonString,
|
|
1373
|
+
(x) => PreparedDeploymentStackOverrideAw$inboundSchema.parse(JSON.parse(x)),
|
|
1374
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAw' from JSON`,
|
|
1375
|
+
);
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
/** @internal */
|
|
1379
|
+
export const PreparedDeploymentStackOverrideAzureResource$inboundSchema:
|
|
1380
|
+
z.ZodType<PreparedDeploymentStackOverrideAzureResource, unknown> = z.object({
|
|
1381
|
+
scope: z.string(),
|
|
1382
|
+
});
|
|
1383
|
+
|
|
1384
|
+
export function preparedDeploymentStackOverrideAzureResourceFromJSON(
|
|
1385
|
+
jsonString: string,
|
|
1386
|
+
): SafeParseResult<
|
|
1387
|
+
PreparedDeploymentStackOverrideAzureResource,
|
|
1388
|
+
SDKValidationError
|
|
1389
|
+
> {
|
|
1390
|
+
return safeParse(
|
|
1391
|
+
jsonString,
|
|
1392
|
+
(x) =>
|
|
1393
|
+
PreparedDeploymentStackOverrideAzureResource$inboundSchema.parse(
|
|
1394
|
+
JSON.parse(x),
|
|
1395
|
+
),
|
|
1396
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAzureResource' from JSON`,
|
|
1397
|
+
);
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
/** @internal */
|
|
1401
|
+
export const PreparedDeploymentStackOverrideAzureStack$inboundSchema: z.ZodType<
|
|
1402
|
+
PreparedDeploymentStackOverrideAzureStack,
|
|
1403
|
+
unknown
|
|
1404
|
+
> = z.object({
|
|
1405
|
+
scope: z.string(),
|
|
1406
|
+
});
|
|
1407
|
+
|
|
1408
|
+
export function preparedDeploymentStackOverrideAzureStackFromJSON(
|
|
1409
|
+
jsonString: string,
|
|
1410
|
+
): SafeParseResult<
|
|
1411
|
+
PreparedDeploymentStackOverrideAzureStack,
|
|
1412
|
+
SDKValidationError
|
|
1413
|
+
> {
|
|
1414
|
+
return safeParse(
|
|
1415
|
+
jsonString,
|
|
1416
|
+
(x) =>
|
|
1417
|
+
PreparedDeploymentStackOverrideAzureStack$inboundSchema.parse(
|
|
1418
|
+
JSON.parse(x),
|
|
1419
|
+
),
|
|
1420
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAzureStack' from JSON`,
|
|
1421
|
+
);
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export const PreparedDeploymentStackOverrideAzureBinding$inboundSchema:
|
|
1426
|
+
z.ZodType<PreparedDeploymentStackOverrideAzureBinding, unknown> = z.object({
|
|
1427
|
+
resource: z.lazy(() =>
|
|
1428
|
+
PreparedDeploymentStackOverrideAzureResource$inboundSchema
|
|
1429
|
+
).optional(),
|
|
1430
|
+
stack: z.lazy(() => PreparedDeploymentStackOverrideAzureStack$inboundSchema)
|
|
1431
|
+
.optional(),
|
|
1432
|
+
});
|
|
1433
|
+
|
|
1434
|
+
export function preparedDeploymentStackOverrideAzureBindingFromJSON(
|
|
1435
|
+
jsonString: string,
|
|
1436
|
+
): SafeParseResult<
|
|
1437
|
+
PreparedDeploymentStackOverrideAzureBinding,
|
|
1438
|
+
SDKValidationError
|
|
1439
|
+
> {
|
|
1440
|
+
return safeParse(
|
|
1441
|
+
jsonString,
|
|
1442
|
+
(x) =>
|
|
1443
|
+
PreparedDeploymentStackOverrideAzureBinding$inboundSchema.parse(
|
|
1444
|
+
JSON.parse(x),
|
|
1445
|
+
),
|
|
1446
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAzureBinding' from JSON`,
|
|
1447
|
+
);
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
/** @internal */
|
|
1451
|
+
export const PreparedDeploymentStackOverrideAzureGrant$inboundSchema: z.ZodType<
|
|
1452
|
+
PreparedDeploymentStackOverrideAzureGrant,
|
|
1453
|
+
unknown
|
|
1454
|
+
> = z.object({
|
|
1455
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1456
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1457
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1458
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1459
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1460
|
+
});
|
|
1461
|
+
|
|
1462
|
+
export function preparedDeploymentStackOverrideAzureGrantFromJSON(
|
|
1463
|
+
jsonString: string,
|
|
1464
|
+
): SafeParseResult<
|
|
1465
|
+
PreparedDeploymentStackOverrideAzureGrant,
|
|
1466
|
+
SDKValidationError
|
|
1467
|
+
> {
|
|
1468
|
+
return safeParse(
|
|
1469
|
+
jsonString,
|
|
1470
|
+
(x) =>
|
|
1471
|
+
PreparedDeploymentStackOverrideAzureGrant$inboundSchema.parse(
|
|
1472
|
+
JSON.parse(x),
|
|
1473
|
+
),
|
|
1474
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAzureGrant' from JSON`,
|
|
1475
|
+
);
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
/** @internal */
|
|
1479
|
+
export const PreparedDeploymentStackOverrideAzure$inboundSchema: z.ZodType<
|
|
1480
|
+
PreparedDeploymentStackOverrideAzure,
|
|
1481
|
+
unknown
|
|
1482
|
+
> = z.object({
|
|
1483
|
+
binding: z.lazy(() =>
|
|
1484
|
+
PreparedDeploymentStackOverrideAzureBinding$inboundSchema
|
|
1485
|
+
),
|
|
1486
|
+
description: z.nullable(z.string()).optional(),
|
|
1487
|
+
grant: z.lazy(() => PreparedDeploymentStackOverrideAzureGrant$inboundSchema),
|
|
1488
|
+
label: z.nullable(z.string()).optional(),
|
|
1489
|
+
});
|
|
1490
|
+
|
|
1491
|
+
export function preparedDeploymentStackOverrideAzureFromJSON(
|
|
1492
|
+
jsonString: string,
|
|
1493
|
+
): SafeParseResult<PreparedDeploymentStackOverrideAzure, SDKValidationError> {
|
|
1494
|
+
return safeParse(
|
|
1495
|
+
jsonString,
|
|
1496
|
+
(x) =>
|
|
1497
|
+
PreparedDeploymentStackOverrideAzure$inboundSchema.parse(JSON.parse(x)),
|
|
1498
|
+
`Failed to parse 'PreparedDeploymentStackOverrideAzure' from JSON`,
|
|
1499
|
+
);
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
/** @internal */
|
|
1503
|
+
export const PreparedDeploymentStackOverrideConditionResource$inboundSchema:
|
|
1504
|
+
z.ZodType<PreparedDeploymentStackOverrideConditionResource, unknown> = z
|
|
1505
|
+
.object({
|
|
1506
|
+
expression: z.string(),
|
|
1507
|
+
title: z.string(),
|
|
1508
|
+
});
|
|
1509
|
+
|
|
1510
|
+
export function preparedDeploymentStackOverrideConditionResourceFromJSON(
|
|
1511
|
+
jsonString: string,
|
|
1512
|
+
): SafeParseResult<
|
|
1513
|
+
PreparedDeploymentStackOverrideConditionResource,
|
|
1514
|
+
SDKValidationError
|
|
1515
|
+
> {
|
|
1516
|
+
return safeParse(
|
|
1517
|
+
jsonString,
|
|
1518
|
+
(x) =>
|
|
1519
|
+
PreparedDeploymentStackOverrideConditionResource$inboundSchema.parse(
|
|
1520
|
+
JSON.parse(x),
|
|
1521
|
+
),
|
|
1522
|
+
`Failed to parse 'PreparedDeploymentStackOverrideConditionResource' from JSON`,
|
|
1523
|
+
);
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
/** @internal */
|
|
1527
|
+
export const PreparedDeploymentStackOverrideResourceConditionUnion$inboundSchema:
|
|
1528
|
+
z.ZodType<PreparedDeploymentStackOverrideResourceConditionUnion, unknown> = z
|
|
1529
|
+
.union([
|
|
1530
|
+
z.lazy(() =>
|
|
1531
|
+
PreparedDeploymentStackOverrideConditionResource$inboundSchema
|
|
1532
|
+
),
|
|
1533
|
+
z.any(),
|
|
1534
|
+
]);
|
|
1535
|
+
|
|
1536
|
+
export function preparedDeploymentStackOverrideResourceConditionUnionFromJSON(
|
|
1537
|
+
jsonString: string,
|
|
1538
|
+
): SafeParseResult<
|
|
1539
|
+
PreparedDeploymentStackOverrideResourceConditionUnion,
|
|
1540
|
+
SDKValidationError
|
|
1541
|
+
> {
|
|
1542
|
+
return safeParse(
|
|
1543
|
+
jsonString,
|
|
1544
|
+
(x) =>
|
|
1545
|
+
PreparedDeploymentStackOverrideResourceConditionUnion$inboundSchema.parse(
|
|
1546
|
+
JSON.parse(x),
|
|
1547
|
+
),
|
|
1548
|
+
`Failed to parse 'PreparedDeploymentStackOverrideResourceConditionUnion' from JSON`,
|
|
1549
|
+
);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
/** @internal */
|
|
1553
|
+
export const PreparedDeploymentStackOverrideGcpResource$inboundSchema:
|
|
1554
|
+
z.ZodType<PreparedDeploymentStackOverrideGcpResource, unknown> = z.object({
|
|
1555
|
+
condition: z.nullable(
|
|
1556
|
+
z.union([
|
|
1557
|
+
z.lazy(() =>
|
|
1558
|
+
PreparedDeploymentStackOverrideConditionResource$inboundSchema
|
|
1559
|
+
),
|
|
1560
|
+
z.any(),
|
|
1561
|
+
]),
|
|
1562
|
+
).optional(),
|
|
1563
|
+
scope: z.string(),
|
|
1564
|
+
});
|
|
1565
|
+
|
|
1566
|
+
export function preparedDeploymentStackOverrideGcpResourceFromJSON(
|
|
1567
|
+
jsonString: string,
|
|
1568
|
+
): SafeParseResult<
|
|
1569
|
+
PreparedDeploymentStackOverrideGcpResource,
|
|
1570
|
+
SDKValidationError
|
|
1571
|
+
> {
|
|
1572
|
+
return safeParse(
|
|
1573
|
+
jsonString,
|
|
1574
|
+
(x) =>
|
|
1575
|
+
PreparedDeploymentStackOverrideGcpResource$inboundSchema.parse(
|
|
1576
|
+
JSON.parse(x),
|
|
1577
|
+
),
|
|
1578
|
+
`Failed to parse 'PreparedDeploymentStackOverrideGcpResource' from JSON`,
|
|
1579
|
+
);
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
/** @internal */
|
|
1583
|
+
export const PreparedDeploymentStackOverrideCondition$inboundSchema: z.ZodType<
|
|
1584
|
+
PreparedDeploymentStackOverrideCondition,
|
|
1585
|
+
unknown
|
|
1586
|
+
> = z.object({
|
|
1587
|
+
expression: z.string(),
|
|
1588
|
+
title: z.string(),
|
|
1589
|
+
});
|
|
1590
|
+
|
|
1591
|
+
export function preparedDeploymentStackOverrideConditionFromJSON(
|
|
1592
|
+
jsonString: string,
|
|
1593
|
+
): SafeParseResult<
|
|
1594
|
+
PreparedDeploymentStackOverrideCondition,
|
|
1595
|
+
SDKValidationError
|
|
1596
|
+
> {
|
|
1597
|
+
return safeParse(
|
|
1598
|
+
jsonString,
|
|
1599
|
+
(x) =>
|
|
1600
|
+
PreparedDeploymentStackOverrideCondition$inboundSchema.parse(
|
|
1601
|
+
JSON.parse(x),
|
|
1602
|
+
),
|
|
1603
|
+
`Failed to parse 'PreparedDeploymentStackOverrideCondition' from JSON`,
|
|
1604
|
+
);
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
/** @internal */
|
|
1608
|
+
export const PreparedDeploymentStackOverrideConditionUnion$inboundSchema:
|
|
1609
|
+
z.ZodType<PreparedDeploymentStackOverrideConditionUnion, unknown> = z.union([
|
|
1610
|
+
z.lazy(() => PreparedDeploymentStackOverrideCondition$inboundSchema),
|
|
1611
|
+
z.any(),
|
|
1612
|
+
]);
|
|
1613
|
+
|
|
1614
|
+
export function preparedDeploymentStackOverrideConditionUnionFromJSON(
|
|
1615
|
+
jsonString: string,
|
|
1616
|
+
): SafeParseResult<
|
|
1617
|
+
PreparedDeploymentStackOverrideConditionUnion,
|
|
1618
|
+
SDKValidationError
|
|
1619
|
+
> {
|
|
1620
|
+
return safeParse(
|
|
1621
|
+
jsonString,
|
|
1622
|
+
(x) =>
|
|
1623
|
+
PreparedDeploymentStackOverrideConditionUnion$inboundSchema.parse(
|
|
1624
|
+
JSON.parse(x),
|
|
1625
|
+
),
|
|
1626
|
+
`Failed to parse 'PreparedDeploymentStackOverrideConditionUnion' from JSON`,
|
|
1627
|
+
);
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
export const PreparedDeploymentStackOverrideGcpStack$inboundSchema: z.ZodType<
|
|
1632
|
+
PreparedDeploymentStackOverrideGcpStack,
|
|
1633
|
+
unknown
|
|
1634
|
+
> = z.object({
|
|
1635
|
+
condition: z.nullable(
|
|
1636
|
+
z.union([
|
|
1637
|
+
z.lazy(() => PreparedDeploymentStackOverrideCondition$inboundSchema),
|
|
1638
|
+
z.any(),
|
|
1639
|
+
]),
|
|
1640
|
+
).optional(),
|
|
1641
|
+
scope: z.string(),
|
|
1642
|
+
});
|
|
1643
|
+
|
|
1644
|
+
export function preparedDeploymentStackOverrideGcpStackFromJSON(
|
|
1645
|
+
jsonString: string,
|
|
1646
|
+
): SafeParseResult<
|
|
1647
|
+
PreparedDeploymentStackOverrideGcpStack,
|
|
1648
|
+
SDKValidationError
|
|
1649
|
+
> {
|
|
1650
|
+
return safeParse(
|
|
1651
|
+
jsonString,
|
|
1652
|
+
(x) =>
|
|
1653
|
+
PreparedDeploymentStackOverrideGcpStack$inboundSchema.parse(
|
|
1654
|
+
JSON.parse(x),
|
|
1655
|
+
),
|
|
1656
|
+
`Failed to parse 'PreparedDeploymentStackOverrideGcpStack' from JSON`,
|
|
1657
|
+
);
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
/** @internal */
|
|
1661
|
+
export const PreparedDeploymentStackOverrideGcpBinding$inboundSchema: z.ZodType<
|
|
1662
|
+
PreparedDeploymentStackOverrideGcpBinding,
|
|
1663
|
+
unknown
|
|
1664
|
+
> = z.object({
|
|
1665
|
+
resource: z.lazy(() =>
|
|
1666
|
+
PreparedDeploymentStackOverrideGcpResource$inboundSchema
|
|
1667
|
+
).optional(),
|
|
1668
|
+
stack: z.lazy(() => PreparedDeploymentStackOverrideGcpStack$inboundSchema)
|
|
1669
|
+
.optional(),
|
|
1670
|
+
});
|
|
1671
|
+
|
|
1672
|
+
export function preparedDeploymentStackOverrideGcpBindingFromJSON(
|
|
1673
|
+
jsonString: string,
|
|
1674
|
+
): SafeParseResult<
|
|
1675
|
+
PreparedDeploymentStackOverrideGcpBinding,
|
|
1676
|
+
SDKValidationError
|
|
1677
|
+
> {
|
|
1678
|
+
return safeParse(
|
|
1679
|
+
jsonString,
|
|
1680
|
+
(x) =>
|
|
1681
|
+
PreparedDeploymentStackOverrideGcpBinding$inboundSchema.parse(
|
|
1682
|
+
JSON.parse(x),
|
|
1683
|
+
),
|
|
1684
|
+
`Failed to parse 'PreparedDeploymentStackOverrideGcpBinding' from JSON`,
|
|
1685
|
+
);
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
export const PreparedDeploymentStackOverrideGcpGrant$inboundSchema: z.ZodType<
|
|
1690
|
+
PreparedDeploymentStackOverrideGcpGrant,
|
|
1691
|
+
unknown
|
|
1692
|
+
> = z.object({
|
|
1693
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1694
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1695
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1696
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1697
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1698
|
+
});
|
|
1699
|
+
|
|
1700
|
+
export function preparedDeploymentStackOverrideGcpGrantFromJSON(
|
|
1701
|
+
jsonString: string,
|
|
1702
|
+
): SafeParseResult<
|
|
1703
|
+
PreparedDeploymentStackOverrideGcpGrant,
|
|
1704
|
+
SDKValidationError
|
|
1705
|
+
> {
|
|
1706
|
+
return safeParse(
|
|
1707
|
+
jsonString,
|
|
1708
|
+
(x) =>
|
|
1709
|
+
PreparedDeploymentStackOverrideGcpGrant$inboundSchema.parse(
|
|
1710
|
+
JSON.parse(x),
|
|
1711
|
+
),
|
|
1712
|
+
`Failed to parse 'PreparedDeploymentStackOverrideGcpGrant' from JSON`,
|
|
1713
|
+
);
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
/** @internal */
|
|
1717
|
+
export const PreparedDeploymentStackOverrideGcp$inboundSchema: z.ZodType<
|
|
1718
|
+
PreparedDeploymentStackOverrideGcp,
|
|
1719
|
+
unknown
|
|
1720
|
+
> = z.object({
|
|
1721
|
+
binding: z.lazy(() =>
|
|
1722
|
+
PreparedDeploymentStackOverrideGcpBinding$inboundSchema
|
|
1723
|
+
),
|
|
1724
|
+
description: z.nullable(z.string()).optional(),
|
|
1725
|
+
grant: z.lazy(() => PreparedDeploymentStackOverrideGcpGrant$inboundSchema),
|
|
1726
|
+
label: z.nullable(z.string()).optional(),
|
|
1727
|
+
});
|
|
1728
|
+
|
|
1729
|
+
export function preparedDeploymentStackOverrideGcpFromJSON(
|
|
1730
|
+
jsonString: string,
|
|
1731
|
+
): SafeParseResult<PreparedDeploymentStackOverrideGcp, SDKValidationError> {
|
|
1732
|
+
return safeParse(
|
|
1733
|
+
jsonString,
|
|
1734
|
+
(x) =>
|
|
1735
|
+
PreparedDeploymentStackOverrideGcp$inboundSchema.parse(JSON.parse(x)),
|
|
1736
|
+
`Failed to parse 'PreparedDeploymentStackOverrideGcp' from JSON`,
|
|
1737
|
+
);
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
/** @internal */
|
|
1741
|
+
export const PreparedDeploymentStackOverridePlatforms$inboundSchema: z.ZodType<
|
|
1742
|
+
PreparedDeploymentStackOverridePlatforms,
|
|
1743
|
+
unknown
|
|
1744
|
+
> = z.object({
|
|
1745
|
+
aws: z.nullable(
|
|
1746
|
+
z.array(z.lazy(() => PreparedDeploymentStackOverrideAw$inboundSchema)),
|
|
1747
|
+
).optional(),
|
|
1748
|
+
azure: z.nullable(
|
|
1749
|
+
z.array(z.lazy(() => PreparedDeploymentStackOverrideAzure$inboundSchema)),
|
|
1750
|
+
).optional(),
|
|
1751
|
+
gcp: z.nullable(
|
|
1752
|
+
z.array(z.lazy(() => PreparedDeploymentStackOverrideGcp$inboundSchema)),
|
|
1753
|
+
).optional(),
|
|
1754
|
+
});
|
|
1755
|
+
|
|
1756
|
+
export function preparedDeploymentStackOverridePlatformsFromJSON(
|
|
1757
|
+
jsonString: string,
|
|
1758
|
+
): SafeParseResult<
|
|
1759
|
+
PreparedDeploymentStackOverridePlatforms,
|
|
1760
|
+
SDKValidationError
|
|
1761
|
+
> {
|
|
1762
|
+
return safeParse(
|
|
1763
|
+
jsonString,
|
|
1764
|
+
(x) =>
|
|
1765
|
+
PreparedDeploymentStackOverridePlatforms$inboundSchema.parse(
|
|
1766
|
+
JSON.parse(x),
|
|
1767
|
+
),
|
|
1768
|
+
`Failed to parse 'PreparedDeploymentStackOverridePlatforms' from JSON`,
|
|
1769
|
+
);
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
export const PreparedDeploymentStackOverride$inboundSchema: z.ZodType<
|
|
1774
|
+
PreparedDeploymentStackOverride,
|
|
1775
|
+
unknown
|
|
1776
|
+
> = z.object({
|
|
1777
|
+
description: z.string(),
|
|
1778
|
+
id: z.string(),
|
|
1779
|
+
platforms: z.lazy(() =>
|
|
1780
|
+
PreparedDeploymentStackOverridePlatforms$inboundSchema
|
|
1781
|
+
),
|
|
1782
|
+
});
|
|
1783
|
+
|
|
1784
|
+
export function preparedDeploymentStackOverrideFromJSON(
|
|
1785
|
+
jsonString: string,
|
|
1786
|
+
): SafeParseResult<PreparedDeploymentStackOverride, SDKValidationError> {
|
|
1787
|
+
return safeParse(
|
|
1788
|
+
jsonString,
|
|
1789
|
+
(x) => PreparedDeploymentStackOverride$inboundSchema.parse(JSON.parse(x)),
|
|
1790
|
+
`Failed to parse 'PreparedDeploymentStackOverride' from JSON`,
|
|
1791
|
+
);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
/** @internal */
|
|
1795
|
+
export const PreparedDeploymentStackOverrideUnion$inboundSchema: z.ZodType<
|
|
1796
|
+
PreparedDeploymentStackOverrideUnion,
|
|
1797
|
+
unknown
|
|
1798
|
+
> = z.union([
|
|
1799
|
+
z.lazy(() => PreparedDeploymentStackOverride$inboundSchema),
|
|
1800
|
+
z.string(),
|
|
1801
|
+
]);
|
|
1802
|
+
|
|
1803
|
+
export function preparedDeploymentStackOverrideUnionFromJSON(
|
|
1804
|
+
jsonString: string,
|
|
1805
|
+
): SafeParseResult<PreparedDeploymentStackOverrideUnion, SDKValidationError> {
|
|
1806
|
+
return safeParse(
|
|
1807
|
+
jsonString,
|
|
1808
|
+
(x) =>
|
|
1809
|
+
PreparedDeploymentStackOverrideUnion$inboundSchema.parse(JSON.parse(x)),
|
|
1810
|
+
`Failed to parse 'PreparedDeploymentStackOverrideUnion' from JSON`,
|
|
1811
|
+
);
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
/** @internal */
|
|
1815
|
+
export const PreparedDeploymentStackManagement2$inboundSchema: z.ZodType<
|
|
1816
|
+
PreparedDeploymentStackManagement2,
|
|
1817
|
+
unknown
|
|
1818
|
+
> = z.object({
|
|
1819
|
+
override: z.record(
|
|
1820
|
+
z.string(),
|
|
1821
|
+
z.array(z.union([
|
|
1822
|
+
z.lazy(() => PreparedDeploymentStackOverride$inboundSchema),
|
|
1823
|
+
z.string(),
|
|
1824
|
+
])),
|
|
1825
|
+
),
|
|
1826
|
+
});
|
|
1827
|
+
|
|
1828
|
+
export function preparedDeploymentStackManagement2FromJSON(
|
|
1829
|
+
jsonString: string,
|
|
1830
|
+
): SafeParseResult<PreparedDeploymentStackManagement2, SDKValidationError> {
|
|
1831
|
+
return safeParse(
|
|
1832
|
+
jsonString,
|
|
1833
|
+
(x) =>
|
|
1834
|
+
PreparedDeploymentStackManagement2$inboundSchema.parse(JSON.parse(x)),
|
|
1835
|
+
`Failed to parse 'PreparedDeploymentStackManagement2' from JSON`,
|
|
1836
|
+
);
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export const PreparedDeploymentStackExtendAwResource$inboundSchema: z.ZodType<
|
|
1841
|
+
PreparedDeploymentStackExtendAwResource,
|
|
1842
|
+
unknown
|
|
1843
|
+
> = z.object({
|
|
1844
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
1845
|
+
.optional(),
|
|
1846
|
+
resources: z.array(z.string()),
|
|
1847
|
+
});
|
|
1848
|
+
|
|
1849
|
+
export function preparedDeploymentStackExtendAwResourceFromJSON(
|
|
1850
|
+
jsonString: string,
|
|
1851
|
+
): SafeParseResult<
|
|
1852
|
+
PreparedDeploymentStackExtendAwResource,
|
|
1853
|
+
SDKValidationError
|
|
1854
|
+
> {
|
|
1855
|
+
return safeParse(
|
|
1856
|
+
jsonString,
|
|
1857
|
+
(x) =>
|
|
1858
|
+
PreparedDeploymentStackExtendAwResource$inboundSchema.parse(
|
|
1859
|
+
JSON.parse(x),
|
|
1860
|
+
),
|
|
1861
|
+
`Failed to parse 'PreparedDeploymentStackExtendAwResource' from JSON`,
|
|
1862
|
+
);
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
/** @internal */
|
|
1866
|
+
export const PreparedDeploymentStackExtendAwStack$inboundSchema: z.ZodType<
|
|
1867
|
+
PreparedDeploymentStackExtendAwStack,
|
|
1868
|
+
unknown
|
|
1869
|
+
> = z.object({
|
|
1870
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
1871
|
+
.optional(),
|
|
1872
|
+
resources: z.array(z.string()),
|
|
1873
|
+
});
|
|
1874
|
+
|
|
1875
|
+
export function preparedDeploymentStackExtendAwStackFromJSON(
|
|
1876
|
+
jsonString: string,
|
|
1877
|
+
): SafeParseResult<PreparedDeploymentStackExtendAwStack, SDKValidationError> {
|
|
1878
|
+
return safeParse(
|
|
1879
|
+
jsonString,
|
|
1880
|
+
(x) =>
|
|
1881
|
+
PreparedDeploymentStackExtendAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
1882
|
+
`Failed to parse 'PreparedDeploymentStackExtendAwStack' from JSON`,
|
|
1883
|
+
);
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
/** @internal */
|
|
1887
|
+
export const PreparedDeploymentStackExtendAwBinding$inboundSchema: z.ZodType<
|
|
1888
|
+
PreparedDeploymentStackExtendAwBinding,
|
|
1889
|
+
unknown
|
|
1890
|
+
> = z.object({
|
|
1891
|
+
resource: z.lazy(() => PreparedDeploymentStackExtendAwResource$inboundSchema)
|
|
1892
|
+
.optional(),
|
|
1893
|
+
stack: z.lazy(() => PreparedDeploymentStackExtendAwStack$inboundSchema)
|
|
1894
|
+
.optional(),
|
|
1895
|
+
});
|
|
1896
|
+
|
|
1897
|
+
export function preparedDeploymentStackExtendAwBindingFromJSON(
|
|
1898
|
+
jsonString: string,
|
|
1899
|
+
): SafeParseResult<PreparedDeploymentStackExtendAwBinding, SDKValidationError> {
|
|
1900
|
+
return safeParse(
|
|
1901
|
+
jsonString,
|
|
1902
|
+
(x) =>
|
|
1903
|
+
PreparedDeploymentStackExtendAwBinding$inboundSchema.parse(JSON.parse(x)),
|
|
1904
|
+
`Failed to parse 'PreparedDeploymentStackExtendAwBinding' from JSON`,
|
|
1905
|
+
);
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
/** @internal */
|
|
1909
|
+
export const PreparedDeploymentStackExtendEffect$inboundSchema: z.ZodEnum<
|
|
1910
|
+
typeof PreparedDeploymentStackExtendEffect
|
|
1911
|
+
> = z.enum(PreparedDeploymentStackExtendEffect);
|
|
1912
|
+
|
|
1913
|
+
/** @internal */
|
|
1914
|
+
export const PreparedDeploymentStackExtendAwGrant$inboundSchema: z.ZodType<
|
|
1915
|
+
PreparedDeploymentStackExtendAwGrant,
|
|
1916
|
+
unknown
|
|
1917
|
+
> = z.object({
|
|
1918
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
1919
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
1920
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
1921
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
1922
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
1923
|
+
});
|
|
1924
|
+
|
|
1925
|
+
export function preparedDeploymentStackExtendAwGrantFromJSON(
|
|
1926
|
+
jsonString: string,
|
|
1927
|
+
): SafeParseResult<PreparedDeploymentStackExtendAwGrant, SDKValidationError> {
|
|
1928
|
+
return safeParse(
|
|
1929
|
+
jsonString,
|
|
1930
|
+
(x) =>
|
|
1931
|
+
PreparedDeploymentStackExtendAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
1932
|
+
`Failed to parse 'PreparedDeploymentStackExtendAwGrant' from JSON`,
|
|
1933
|
+
);
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
/** @internal */
|
|
1937
|
+
export const PreparedDeploymentStackExtendAw$inboundSchema: z.ZodType<
|
|
1938
|
+
PreparedDeploymentStackExtendAw,
|
|
1939
|
+
unknown
|
|
1940
|
+
> = z.object({
|
|
1941
|
+
binding: z.lazy(() => PreparedDeploymentStackExtendAwBinding$inboundSchema),
|
|
1942
|
+
description: z.nullable(z.string()).optional(),
|
|
1943
|
+
effect: PreparedDeploymentStackExtendEffect$inboundSchema.optional(),
|
|
1944
|
+
grant: z.lazy(() => PreparedDeploymentStackExtendAwGrant$inboundSchema),
|
|
1945
|
+
label: z.nullable(z.string()).optional(),
|
|
1946
|
+
});
|
|
1947
|
+
|
|
1948
|
+
export function preparedDeploymentStackExtendAwFromJSON(
|
|
1949
|
+
jsonString: string,
|
|
1950
|
+
): SafeParseResult<PreparedDeploymentStackExtendAw, SDKValidationError> {
|
|
1951
|
+
return safeParse(
|
|
1952
|
+
jsonString,
|
|
1953
|
+
(x) => PreparedDeploymentStackExtendAw$inboundSchema.parse(JSON.parse(x)),
|
|
1954
|
+
`Failed to parse 'PreparedDeploymentStackExtendAw' from JSON`,
|
|
1955
|
+
);
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/** @internal */
|
|
1959
|
+
export const PreparedDeploymentStackExtendAzureResource$inboundSchema:
|
|
1960
|
+
z.ZodType<PreparedDeploymentStackExtendAzureResource, unknown> = z.object({
|
|
1961
|
+
scope: z.string(),
|
|
1962
|
+
});
|
|
1963
|
+
|
|
1964
|
+
export function preparedDeploymentStackExtendAzureResourceFromJSON(
|
|
1965
|
+
jsonString: string,
|
|
1966
|
+
): SafeParseResult<
|
|
1967
|
+
PreparedDeploymentStackExtendAzureResource,
|
|
1968
|
+
SDKValidationError
|
|
1969
|
+
> {
|
|
1970
|
+
return safeParse(
|
|
1971
|
+
jsonString,
|
|
1972
|
+
(x) =>
|
|
1973
|
+
PreparedDeploymentStackExtendAzureResource$inboundSchema.parse(
|
|
1974
|
+
JSON.parse(x),
|
|
1975
|
+
),
|
|
1976
|
+
`Failed to parse 'PreparedDeploymentStackExtendAzureResource' from JSON`,
|
|
1977
|
+
);
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
/** @internal */
|
|
1981
|
+
export const PreparedDeploymentStackExtendAzureStack$inboundSchema: z.ZodType<
|
|
1982
|
+
PreparedDeploymentStackExtendAzureStack,
|
|
1983
|
+
unknown
|
|
1984
|
+
> = z.object({
|
|
1985
|
+
scope: z.string(),
|
|
1986
|
+
});
|
|
1987
|
+
|
|
1988
|
+
export function preparedDeploymentStackExtendAzureStackFromJSON(
|
|
1989
|
+
jsonString: string,
|
|
1990
|
+
): SafeParseResult<
|
|
1991
|
+
PreparedDeploymentStackExtendAzureStack,
|
|
1992
|
+
SDKValidationError
|
|
1993
|
+
> {
|
|
1994
|
+
return safeParse(
|
|
1995
|
+
jsonString,
|
|
1996
|
+
(x) =>
|
|
1997
|
+
PreparedDeploymentStackExtendAzureStack$inboundSchema.parse(
|
|
1998
|
+
JSON.parse(x),
|
|
1999
|
+
),
|
|
2000
|
+
`Failed to parse 'PreparedDeploymentStackExtendAzureStack' from JSON`,
|
|
2001
|
+
);
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/** @internal */
|
|
2005
|
+
export const PreparedDeploymentStackExtendAzureBinding$inboundSchema: z.ZodType<
|
|
2006
|
+
PreparedDeploymentStackExtendAzureBinding,
|
|
2007
|
+
unknown
|
|
2008
|
+
> = z.object({
|
|
2009
|
+
resource: z.lazy(() =>
|
|
2010
|
+
PreparedDeploymentStackExtendAzureResource$inboundSchema
|
|
2011
|
+
).optional(),
|
|
2012
|
+
stack: z.lazy(() => PreparedDeploymentStackExtendAzureStack$inboundSchema)
|
|
2013
|
+
.optional(),
|
|
2014
|
+
});
|
|
2015
|
+
|
|
2016
|
+
export function preparedDeploymentStackExtendAzureBindingFromJSON(
|
|
2017
|
+
jsonString: string,
|
|
2018
|
+
): SafeParseResult<
|
|
2019
|
+
PreparedDeploymentStackExtendAzureBinding,
|
|
2020
|
+
SDKValidationError
|
|
2021
|
+
> {
|
|
2022
|
+
return safeParse(
|
|
2023
|
+
jsonString,
|
|
2024
|
+
(x) =>
|
|
2025
|
+
PreparedDeploymentStackExtendAzureBinding$inboundSchema.parse(
|
|
2026
|
+
JSON.parse(x),
|
|
2027
|
+
),
|
|
2028
|
+
`Failed to parse 'PreparedDeploymentStackExtendAzureBinding' from JSON`,
|
|
2029
|
+
);
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
/** @internal */
|
|
2033
|
+
export const PreparedDeploymentStackExtendAzureGrant$inboundSchema: z.ZodType<
|
|
2034
|
+
PreparedDeploymentStackExtendAzureGrant,
|
|
2035
|
+
unknown
|
|
2036
|
+
> = z.object({
|
|
2037
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2038
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2039
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2040
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2041
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2042
|
+
});
|
|
2043
|
+
|
|
2044
|
+
export function preparedDeploymentStackExtendAzureGrantFromJSON(
|
|
2045
|
+
jsonString: string,
|
|
2046
|
+
): SafeParseResult<
|
|
2047
|
+
PreparedDeploymentStackExtendAzureGrant,
|
|
2048
|
+
SDKValidationError
|
|
2049
|
+
> {
|
|
2050
|
+
return safeParse(
|
|
2051
|
+
jsonString,
|
|
2052
|
+
(x) =>
|
|
2053
|
+
PreparedDeploymentStackExtendAzureGrant$inboundSchema.parse(
|
|
2054
|
+
JSON.parse(x),
|
|
2055
|
+
),
|
|
2056
|
+
`Failed to parse 'PreparedDeploymentStackExtendAzureGrant' from JSON`,
|
|
2057
|
+
);
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
/** @internal */
|
|
2061
|
+
export const PreparedDeploymentStackExtendAzure$inboundSchema: z.ZodType<
|
|
2062
|
+
PreparedDeploymentStackExtendAzure,
|
|
2063
|
+
unknown
|
|
2064
|
+
> = z.object({
|
|
2065
|
+
binding: z.lazy(() =>
|
|
2066
|
+
PreparedDeploymentStackExtendAzureBinding$inboundSchema
|
|
2067
|
+
),
|
|
2068
|
+
description: z.nullable(z.string()).optional(),
|
|
2069
|
+
grant: z.lazy(() => PreparedDeploymentStackExtendAzureGrant$inboundSchema),
|
|
2070
|
+
label: z.nullable(z.string()).optional(),
|
|
2071
|
+
});
|
|
2072
|
+
|
|
2073
|
+
export function preparedDeploymentStackExtendAzureFromJSON(
|
|
2074
|
+
jsonString: string,
|
|
2075
|
+
): SafeParseResult<PreparedDeploymentStackExtendAzure, SDKValidationError> {
|
|
2076
|
+
return safeParse(
|
|
2077
|
+
jsonString,
|
|
2078
|
+
(x) =>
|
|
2079
|
+
PreparedDeploymentStackExtendAzure$inboundSchema.parse(JSON.parse(x)),
|
|
2080
|
+
`Failed to parse 'PreparedDeploymentStackExtendAzure' from JSON`,
|
|
2081
|
+
);
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/** @internal */
|
|
2085
|
+
export const PreparedDeploymentStackExtendConditionResource$inboundSchema:
|
|
2086
|
+
z.ZodType<PreparedDeploymentStackExtendConditionResource, unknown> = z.object(
|
|
2087
|
+
{
|
|
2088
|
+
expression: z.string(),
|
|
2089
|
+
title: z.string(),
|
|
2090
|
+
},
|
|
2091
|
+
);
|
|
2092
|
+
|
|
2093
|
+
export function preparedDeploymentStackExtendConditionResourceFromJSON(
|
|
2094
|
+
jsonString: string,
|
|
2095
|
+
): SafeParseResult<
|
|
2096
|
+
PreparedDeploymentStackExtendConditionResource,
|
|
2097
|
+
SDKValidationError
|
|
2098
|
+
> {
|
|
2099
|
+
return safeParse(
|
|
2100
|
+
jsonString,
|
|
2101
|
+
(x) =>
|
|
2102
|
+
PreparedDeploymentStackExtendConditionResource$inboundSchema.parse(
|
|
2103
|
+
JSON.parse(x),
|
|
2104
|
+
),
|
|
2105
|
+
`Failed to parse 'PreparedDeploymentStackExtendConditionResource' from JSON`,
|
|
2106
|
+
);
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
/** @internal */
|
|
2110
|
+
export const PreparedDeploymentStackExtendResourceConditionUnion$inboundSchema:
|
|
2111
|
+
z.ZodType<PreparedDeploymentStackExtendResourceConditionUnion, unknown> = z
|
|
2112
|
+
.union([
|
|
2113
|
+
z.lazy(() =>
|
|
2114
|
+
PreparedDeploymentStackExtendConditionResource$inboundSchema
|
|
2115
|
+
),
|
|
2116
|
+
z.any(),
|
|
2117
|
+
]);
|
|
2118
|
+
|
|
2119
|
+
export function preparedDeploymentStackExtendResourceConditionUnionFromJSON(
|
|
2120
|
+
jsonString: string,
|
|
2121
|
+
): SafeParseResult<
|
|
2122
|
+
PreparedDeploymentStackExtendResourceConditionUnion,
|
|
2123
|
+
SDKValidationError
|
|
2124
|
+
> {
|
|
2125
|
+
return safeParse(
|
|
2126
|
+
jsonString,
|
|
2127
|
+
(x) =>
|
|
2128
|
+
PreparedDeploymentStackExtendResourceConditionUnion$inboundSchema.parse(
|
|
2129
|
+
JSON.parse(x),
|
|
2130
|
+
),
|
|
2131
|
+
`Failed to parse 'PreparedDeploymentStackExtendResourceConditionUnion' from JSON`,
|
|
2132
|
+
);
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
/** @internal */
|
|
2136
|
+
export const PreparedDeploymentStackExtendGcpResource$inboundSchema: z.ZodType<
|
|
2137
|
+
PreparedDeploymentStackExtendGcpResource,
|
|
2138
|
+
unknown
|
|
2139
|
+
> = z.object({
|
|
2140
|
+
condition: z.nullable(
|
|
2141
|
+
z.union([
|
|
2142
|
+
z.lazy(() =>
|
|
2143
|
+
PreparedDeploymentStackExtendConditionResource$inboundSchema
|
|
2144
|
+
),
|
|
2145
|
+
z.any(),
|
|
2146
|
+
]),
|
|
2147
|
+
).optional(),
|
|
2148
|
+
scope: z.string(),
|
|
2149
|
+
});
|
|
2150
|
+
|
|
2151
|
+
export function preparedDeploymentStackExtendGcpResourceFromJSON(
|
|
2152
|
+
jsonString: string,
|
|
2153
|
+
): SafeParseResult<
|
|
2154
|
+
PreparedDeploymentStackExtendGcpResource,
|
|
2155
|
+
SDKValidationError
|
|
2156
|
+
> {
|
|
2157
|
+
return safeParse(
|
|
2158
|
+
jsonString,
|
|
2159
|
+
(x) =>
|
|
2160
|
+
PreparedDeploymentStackExtendGcpResource$inboundSchema.parse(
|
|
2161
|
+
JSON.parse(x),
|
|
2162
|
+
),
|
|
2163
|
+
`Failed to parse 'PreparedDeploymentStackExtendGcpResource' from JSON`,
|
|
2164
|
+
);
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
/** @internal */
|
|
2168
|
+
export const PreparedDeploymentStackExtendCondition$inboundSchema: z.ZodType<
|
|
2169
|
+
PreparedDeploymentStackExtendCondition,
|
|
2170
|
+
unknown
|
|
2171
|
+
> = z.object({
|
|
2172
|
+
expression: z.string(),
|
|
2173
|
+
title: z.string(),
|
|
2174
|
+
});
|
|
2175
|
+
|
|
2176
|
+
export function preparedDeploymentStackExtendConditionFromJSON(
|
|
2177
|
+
jsonString: string,
|
|
2178
|
+
): SafeParseResult<PreparedDeploymentStackExtendCondition, SDKValidationError> {
|
|
2179
|
+
return safeParse(
|
|
2180
|
+
jsonString,
|
|
2181
|
+
(x) =>
|
|
2182
|
+
PreparedDeploymentStackExtendCondition$inboundSchema.parse(JSON.parse(x)),
|
|
2183
|
+
`Failed to parse 'PreparedDeploymentStackExtendCondition' from JSON`,
|
|
2184
|
+
);
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
/** @internal */
|
|
2188
|
+
export const PreparedDeploymentStackExtendConditionUnion$inboundSchema:
|
|
2189
|
+
z.ZodType<PreparedDeploymentStackExtendConditionUnion, unknown> = z.union([
|
|
2190
|
+
z.lazy(() => PreparedDeploymentStackExtendCondition$inboundSchema),
|
|
2191
|
+
z.any(),
|
|
2192
|
+
]);
|
|
2193
|
+
|
|
2194
|
+
export function preparedDeploymentStackExtendConditionUnionFromJSON(
|
|
2195
|
+
jsonString: string,
|
|
2196
|
+
): SafeParseResult<
|
|
2197
|
+
PreparedDeploymentStackExtendConditionUnion,
|
|
2198
|
+
SDKValidationError
|
|
2199
|
+
> {
|
|
2200
|
+
return safeParse(
|
|
2201
|
+
jsonString,
|
|
2202
|
+
(x) =>
|
|
2203
|
+
PreparedDeploymentStackExtendConditionUnion$inboundSchema.parse(
|
|
2204
|
+
JSON.parse(x),
|
|
2205
|
+
),
|
|
2206
|
+
`Failed to parse 'PreparedDeploymentStackExtendConditionUnion' from JSON`,
|
|
2207
|
+
);
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
/** @internal */
|
|
2211
|
+
export const PreparedDeploymentStackExtendGcpStack$inboundSchema: z.ZodType<
|
|
2212
|
+
PreparedDeploymentStackExtendGcpStack,
|
|
2213
|
+
unknown
|
|
2214
|
+
> = z.object({
|
|
2215
|
+
condition: z.nullable(
|
|
2216
|
+
z.union([
|
|
2217
|
+
z.lazy(() => PreparedDeploymentStackExtendCondition$inboundSchema),
|
|
2218
|
+
z.any(),
|
|
2219
|
+
]),
|
|
2220
|
+
).optional(),
|
|
2221
|
+
scope: z.string(),
|
|
2222
|
+
});
|
|
2223
|
+
|
|
2224
|
+
export function preparedDeploymentStackExtendGcpStackFromJSON(
|
|
2225
|
+
jsonString: string,
|
|
2226
|
+
): SafeParseResult<PreparedDeploymentStackExtendGcpStack, SDKValidationError> {
|
|
2227
|
+
return safeParse(
|
|
2228
|
+
jsonString,
|
|
2229
|
+
(x) =>
|
|
2230
|
+
PreparedDeploymentStackExtendGcpStack$inboundSchema.parse(JSON.parse(x)),
|
|
2231
|
+
`Failed to parse 'PreparedDeploymentStackExtendGcpStack' from JSON`,
|
|
2232
|
+
);
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
/** @internal */
|
|
2236
|
+
export const PreparedDeploymentStackExtendGcpBinding$inboundSchema: z.ZodType<
|
|
2237
|
+
PreparedDeploymentStackExtendGcpBinding,
|
|
2238
|
+
unknown
|
|
2239
|
+
> = z.object({
|
|
2240
|
+
resource: z.lazy(() => PreparedDeploymentStackExtendGcpResource$inboundSchema)
|
|
2241
|
+
.optional(),
|
|
2242
|
+
stack: z.lazy(() => PreparedDeploymentStackExtendGcpStack$inboundSchema)
|
|
2243
|
+
.optional(),
|
|
2244
|
+
});
|
|
2245
|
+
|
|
2246
|
+
export function preparedDeploymentStackExtendGcpBindingFromJSON(
|
|
2247
|
+
jsonString: string,
|
|
2248
|
+
): SafeParseResult<
|
|
2249
|
+
PreparedDeploymentStackExtendGcpBinding,
|
|
2250
|
+
SDKValidationError
|
|
2251
|
+
> {
|
|
2252
|
+
return safeParse(
|
|
2253
|
+
jsonString,
|
|
2254
|
+
(x) =>
|
|
2255
|
+
PreparedDeploymentStackExtendGcpBinding$inboundSchema.parse(
|
|
2256
|
+
JSON.parse(x),
|
|
2257
|
+
),
|
|
2258
|
+
`Failed to parse 'PreparedDeploymentStackExtendGcpBinding' from JSON`,
|
|
2259
|
+
);
|
|
2260
|
+
}
|
|
2261
|
+
|
|
2262
|
+
/** @internal */
|
|
2263
|
+
export const PreparedDeploymentStackExtendGcpGrant$inboundSchema: z.ZodType<
|
|
2264
|
+
PreparedDeploymentStackExtendGcpGrant,
|
|
2265
|
+
unknown
|
|
2266
|
+
> = z.object({
|
|
2267
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2268
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2269
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2270
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2271
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2272
|
+
});
|
|
2273
|
+
|
|
2274
|
+
export function preparedDeploymentStackExtendGcpGrantFromJSON(
|
|
2275
|
+
jsonString: string,
|
|
2276
|
+
): SafeParseResult<PreparedDeploymentStackExtendGcpGrant, SDKValidationError> {
|
|
2277
|
+
return safeParse(
|
|
2278
|
+
jsonString,
|
|
2279
|
+
(x) =>
|
|
2280
|
+
PreparedDeploymentStackExtendGcpGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2281
|
+
`Failed to parse 'PreparedDeploymentStackExtendGcpGrant' from JSON`,
|
|
2282
|
+
);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
/** @internal */
|
|
2286
|
+
export const PreparedDeploymentStackExtendGcp$inboundSchema: z.ZodType<
|
|
2287
|
+
PreparedDeploymentStackExtendGcp,
|
|
2288
|
+
unknown
|
|
2289
|
+
> = z.object({
|
|
2290
|
+
binding: z.lazy(() => PreparedDeploymentStackExtendGcpBinding$inboundSchema),
|
|
2291
|
+
description: z.nullable(z.string()).optional(),
|
|
2292
|
+
grant: z.lazy(() => PreparedDeploymentStackExtendGcpGrant$inboundSchema),
|
|
2293
|
+
label: z.nullable(z.string()).optional(),
|
|
2294
|
+
});
|
|
2295
|
+
|
|
2296
|
+
export function preparedDeploymentStackExtendGcpFromJSON(
|
|
2297
|
+
jsonString: string,
|
|
2298
|
+
): SafeParseResult<PreparedDeploymentStackExtendGcp, SDKValidationError> {
|
|
2299
|
+
return safeParse(
|
|
2300
|
+
jsonString,
|
|
2301
|
+
(x) => PreparedDeploymentStackExtendGcp$inboundSchema.parse(JSON.parse(x)),
|
|
2302
|
+
`Failed to parse 'PreparedDeploymentStackExtendGcp' from JSON`,
|
|
2303
|
+
);
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
/** @internal */
|
|
2307
|
+
export const PreparedDeploymentStackExtendPlatforms$inboundSchema: z.ZodType<
|
|
2308
|
+
PreparedDeploymentStackExtendPlatforms,
|
|
2309
|
+
unknown
|
|
2310
|
+
> = z.object({
|
|
2311
|
+
aws: z.nullable(
|
|
2312
|
+
z.array(z.lazy(() => PreparedDeploymentStackExtendAw$inboundSchema)),
|
|
2313
|
+
).optional(),
|
|
2314
|
+
azure: z.nullable(
|
|
2315
|
+
z.array(z.lazy(() => PreparedDeploymentStackExtendAzure$inboundSchema)),
|
|
2316
|
+
).optional(),
|
|
2317
|
+
gcp: z.nullable(
|
|
2318
|
+
z.array(z.lazy(() => PreparedDeploymentStackExtendGcp$inboundSchema)),
|
|
2319
|
+
).optional(),
|
|
2320
|
+
});
|
|
2321
|
+
|
|
2322
|
+
export function preparedDeploymentStackExtendPlatformsFromJSON(
|
|
2323
|
+
jsonString: string,
|
|
2324
|
+
): SafeParseResult<PreparedDeploymentStackExtendPlatforms, SDKValidationError> {
|
|
2325
|
+
return safeParse(
|
|
2326
|
+
jsonString,
|
|
2327
|
+
(x) =>
|
|
2328
|
+
PreparedDeploymentStackExtendPlatforms$inboundSchema.parse(JSON.parse(x)),
|
|
2329
|
+
`Failed to parse 'PreparedDeploymentStackExtendPlatforms' from JSON`,
|
|
2330
|
+
);
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
/** @internal */
|
|
2334
|
+
export const PreparedDeploymentStackExtend$inboundSchema: z.ZodType<
|
|
2335
|
+
PreparedDeploymentStackExtend,
|
|
2336
|
+
unknown
|
|
2337
|
+
> = z.object({
|
|
2338
|
+
description: z.string(),
|
|
2339
|
+
id: z.string(),
|
|
2340
|
+
platforms: z.lazy(() => PreparedDeploymentStackExtendPlatforms$inboundSchema),
|
|
2341
|
+
});
|
|
2342
|
+
|
|
2343
|
+
export function preparedDeploymentStackExtendFromJSON(
|
|
2344
|
+
jsonString: string,
|
|
2345
|
+
): SafeParseResult<PreparedDeploymentStackExtend, SDKValidationError> {
|
|
2346
|
+
return safeParse(
|
|
2347
|
+
jsonString,
|
|
2348
|
+
(x) => PreparedDeploymentStackExtend$inboundSchema.parse(JSON.parse(x)),
|
|
2349
|
+
`Failed to parse 'PreparedDeploymentStackExtend' from JSON`,
|
|
2350
|
+
);
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
/** @internal */
|
|
2354
|
+
export const PreparedDeploymentStackExtendUnion$inboundSchema: z.ZodType<
|
|
2355
|
+
PreparedDeploymentStackExtendUnion,
|
|
2356
|
+
unknown
|
|
2357
|
+
> = z.union([
|
|
2358
|
+
z.lazy(() => PreparedDeploymentStackExtend$inboundSchema),
|
|
2359
|
+
z.string(),
|
|
2360
|
+
]);
|
|
2361
|
+
|
|
2362
|
+
export function preparedDeploymentStackExtendUnionFromJSON(
|
|
2363
|
+
jsonString: string,
|
|
2364
|
+
): SafeParseResult<PreparedDeploymentStackExtendUnion, SDKValidationError> {
|
|
2365
|
+
return safeParse(
|
|
2366
|
+
jsonString,
|
|
2367
|
+
(x) =>
|
|
2368
|
+
PreparedDeploymentStackExtendUnion$inboundSchema.parse(JSON.parse(x)),
|
|
2369
|
+
`Failed to parse 'PreparedDeploymentStackExtendUnion' from JSON`,
|
|
2370
|
+
);
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
/** @internal */
|
|
2374
|
+
export const PreparedDeploymentStackManagement1$inboundSchema: z.ZodType<
|
|
2375
|
+
PreparedDeploymentStackManagement1,
|
|
2376
|
+
unknown
|
|
2377
|
+
> = z.object({
|
|
2378
|
+
extend: z.record(
|
|
2379
|
+
z.string(),
|
|
2380
|
+
z.array(z.union([
|
|
2381
|
+
z.lazy(() => PreparedDeploymentStackExtend$inboundSchema),
|
|
2382
|
+
z.string(),
|
|
2383
|
+
])),
|
|
2384
|
+
),
|
|
2385
|
+
});
|
|
2386
|
+
|
|
2387
|
+
export function preparedDeploymentStackManagement1FromJSON(
|
|
2388
|
+
jsonString: string,
|
|
2389
|
+
): SafeParseResult<PreparedDeploymentStackManagement1, SDKValidationError> {
|
|
2390
|
+
return safeParse(
|
|
2391
|
+
jsonString,
|
|
2392
|
+
(x) =>
|
|
2393
|
+
PreparedDeploymentStackManagement1$inboundSchema.parse(JSON.parse(x)),
|
|
2394
|
+
`Failed to parse 'PreparedDeploymentStackManagement1' from JSON`,
|
|
2395
|
+
);
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
/** @internal */
|
|
2399
|
+
export const PreparedDeploymentStackManagementUnion$inboundSchema: z.ZodType<
|
|
2400
|
+
PreparedDeploymentStackManagementUnion,
|
|
2401
|
+
unknown
|
|
2402
|
+
> = z.union([
|
|
2403
|
+
z.lazy(() => PreparedDeploymentStackManagement1$inboundSchema),
|
|
2404
|
+
z.lazy(() => PreparedDeploymentStackManagement2$inboundSchema),
|
|
2405
|
+
PreparedDeploymentStackManagementEnum$inboundSchema,
|
|
2406
|
+
]);
|
|
2407
|
+
|
|
2408
|
+
export function preparedDeploymentStackManagementUnionFromJSON(
|
|
2409
|
+
jsonString: string,
|
|
2410
|
+
): SafeParseResult<PreparedDeploymentStackManagementUnion, SDKValidationError> {
|
|
2411
|
+
return safeParse(
|
|
2412
|
+
jsonString,
|
|
2413
|
+
(x) =>
|
|
2414
|
+
PreparedDeploymentStackManagementUnion$inboundSchema.parse(JSON.parse(x)),
|
|
2415
|
+
`Failed to parse 'PreparedDeploymentStackManagementUnion' from JSON`,
|
|
2416
|
+
);
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
/** @internal */
|
|
2420
|
+
export const PreparedDeploymentStackProfileAwResource$inboundSchema: z.ZodType<
|
|
2421
|
+
PreparedDeploymentStackProfileAwResource,
|
|
2422
|
+
unknown
|
|
2423
|
+
> = z.object({
|
|
2424
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
2425
|
+
.optional(),
|
|
2426
|
+
resources: z.array(z.string()),
|
|
2427
|
+
});
|
|
2428
|
+
|
|
2429
|
+
export function preparedDeploymentStackProfileAwResourceFromJSON(
|
|
2430
|
+
jsonString: string,
|
|
2431
|
+
): SafeParseResult<
|
|
2432
|
+
PreparedDeploymentStackProfileAwResource,
|
|
2433
|
+
SDKValidationError
|
|
2434
|
+
> {
|
|
2435
|
+
return safeParse(
|
|
2436
|
+
jsonString,
|
|
2437
|
+
(x) =>
|
|
2438
|
+
PreparedDeploymentStackProfileAwResource$inboundSchema.parse(
|
|
2439
|
+
JSON.parse(x),
|
|
2440
|
+
),
|
|
2441
|
+
`Failed to parse 'PreparedDeploymentStackProfileAwResource' from JSON`,
|
|
2442
|
+
);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/** @internal */
|
|
2446
|
+
export const PreparedDeploymentStackProfileAwStack$inboundSchema: z.ZodType<
|
|
2447
|
+
PreparedDeploymentStackProfileAwStack,
|
|
2448
|
+
unknown
|
|
2449
|
+
> = z.object({
|
|
2450
|
+
condition: z.nullable(z.record(z.string(), z.record(z.string(), z.string())))
|
|
2451
|
+
.optional(),
|
|
2452
|
+
resources: z.array(z.string()),
|
|
2453
|
+
});
|
|
2454
|
+
|
|
2455
|
+
export function preparedDeploymentStackProfileAwStackFromJSON(
|
|
2456
|
+
jsonString: string,
|
|
2457
|
+
): SafeParseResult<PreparedDeploymentStackProfileAwStack, SDKValidationError> {
|
|
2458
|
+
return safeParse(
|
|
2459
|
+
jsonString,
|
|
2460
|
+
(x) =>
|
|
2461
|
+
PreparedDeploymentStackProfileAwStack$inboundSchema.parse(JSON.parse(x)),
|
|
2462
|
+
`Failed to parse 'PreparedDeploymentStackProfileAwStack' from JSON`,
|
|
2463
|
+
);
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
/** @internal */
|
|
2467
|
+
export const PreparedDeploymentStackProfileAwBinding$inboundSchema: z.ZodType<
|
|
2468
|
+
PreparedDeploymentStackProfileAwBinding,
|
|
2469
|
+
unknown
|
|
2470
|
+
> = z.object({
|
|
2471
|
+
resource: z.lazy(() => PreparedDeploymentStackProfileAwResource$inboundSchema)
|
|
2472
|
+
.optional(),
|
|
2473
|
+
stack: z.lazy(() => PreparedDeploymentStackProfileAwStack$inboundSchema)
|
|
2474
|
+
.optional(),
|
|
2475
|
+
});
|
|
2476
|
+
|
|
2477
|
+
export function preparedDeploymentStackProfileAwBindingFromJSON(
|
|
2478
|
+
jsonString: string,
|
|
2479
|
+
): SafeParseResult<
|
|
2480
|
+
PreparedDeploymentStackProfileAwBinding,
|
|
2481
|
+
SDKValidationError
|
|
2482
|
+
> {
|
|
2483
|
+
return safeParse(
|
|
2484
|
+
jsonString,
|
|
2485
|
+
(x) =>
|
|
2486
|
+
PreparedDeploymentStackProfileAwBinding$inboundSchema.parse(
|
|
2487
|
+
JSON.parse(x),
|
|
2488
|
+
),
|
|
2489
|
+
`Failed to parse 'PreparedDeploymentStackProfileAwBinding' from JSON`,
|
|
2490
|
+
);
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
/** @internal */
|
|
2494
|
+
export const PreparedDeploymentStackProfileEffect$inboundSchema: z.ZodEnum<
|
|
2495
|
+
typeof PreparedDeploymentStackProfileEffect
|
|
2496
|
+
> = z.enum(PreparedDeploymentStackProfileEffect);
|
|
2497
|
+
|
|
2498
|
+
/** @internal */
|
|
2499
|
+
export const PreparedDeploymentStackProfileAwGrant$inboundSchema: z.ZodType<
|
|
2500
|
+
PreparedDeploymentStackProfileAwGrant,
|
|
2501
|
+
unknown
|
|
2502
|
+
> = z.object({
|
|
2503
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2504
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2505
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2506
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2507
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2508
|
+
});
|
|
2509
|
+
|
|
2510
|
+
export function preparedDeploymentStackProfileAwGrantFromJSON(
|
|
2511
|
+
jsonString: string,
|
|
2512
|
+
): SafeParseResult<PreparedDeploymentStackProfileAwGrant, SDKValidationError> {
|
|
2513
|
+
return safeParse(
|
|
2514
|
+
jsonString,
|
|
2515
|
+
(x) =>
|
|
2516
|
+
PreparedDeploymentStackProfileAwGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2517
|
+
`Failed to parse 'PreparedDeploymentStackProfileAwGrant' from JSON`,
|
|
2518
|
+
);
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
/** @internal */
|
|
2522
|
+
export const PreparedDeploymentStackProfileAw$inboundSchema: z.ZodType<
|
|
2523
|
+
PreparedDeploymentStackProfileAw,
|
|
2524
|
+
unknown
|
|
2525
|
+
> = z.object({
|
|
2526
|
+
binding: z.lazy(() => PreparedDeploymentStackProfileAwBinding$inboundSchema),
|
|
2527
|
+
description: z.nullable(z.string()).optional(),
|
|
2528
|
+
effect: PreparedDeploymentStackProfileEffect$inboundSchema.optional(),
|
|
2529
|
+
grant: z.lazy(() => PreparedDeploymentStackProfileAwGrant$inboundSchema),
|
|
2530
|
+
label: z.nullable(z.string()).optional(),
|
|
2531
|
+
});
|
|
2532
|
+
|
|
2533
|
+
export function preparedDeploymentStackProfileAwFromJSON(
|
|
2534
|
+
jsonString: string,
|
|
2535
|
+
): SafeParseResult<PreparedDeploymentStackProfileAw, SDKValidationError> {
|
|
2536
|
+
return safeParse(
|
|
2537
|
+
jsonString,
|
|
2538
|
+
(x) => PreparedDeploymentStackProfileAw$inboundSchema.parse(JSON.parse(x)),
|
|
2539
|
+
`Failed to parse 'PreparedDeploymentStackProfileAw' from JSON`,
|
|
2540
|
+
);
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
/** @internal */
|
|
2544
|
+
export const PreparedDeploymentStackProfileAzureResource$inboundSchema:
|
|
2545
|
+
z.ZodType<PreparedDeploymentStackProfileAzureResource, unknown> = z.object({
|
|
2546
|
+
scope: z.string(),
|
|
2547
|
+
});
|
|
2548
|
+
|
|
2549
|
+
export function preparedDeploymentStackProfileAzureResourceFromJSON(
|
|
2550
|
+
jsonString: string,
|
|
2551
|
+
): SafeParseResult<
|
|
2552
|
+
PreparedDeploymentStackProfileAzureResource,
|
|
2553
|
+
SDKValidationError
|
|
2554
|
+
> {
|
|
2555
|
+
return safeParse(
|
|
2556
|
+
jsonString,
|
|
2557
|
+
(x) =>
|
|
2558
|
+
PreparedDeploymentStackProfileAzureResource$inboundSchema.parse(
|
|
2559
|
+
JSON.parse(x),
|
|
2560
|
+
),
|
|
2561
|
+
`Failed to parse 'PreparedDeploymentStackProfileAzureResource' from JSON`,
|
|
2562
|
+
);
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
/** @internal */
|
|
2566
|
+
export const PreparedDeploymentStackProfileAzureStack$inboundSchema: z.ZodType<
|
|
2567
|
+
PreparedDeploymentStackProfileAzureStack,
|
|
2568
|
+
unknown
|
|
2569
|
+
> = z.object({
|
|
2570
|
+
scope: z.string(),
|
|
2571
|
+
});
|
|
2572
|
+
|
|
2573
|
+
export function preparedDeploymentStackProfileAzureStackFromJSON(
|
|
2574
|
+
jsonString: string,
|
|
2575
|
+
): SafeParseResult<
|
|
2576
|
+
PreparedDeploymentStackProfileAzureStack,
|
|
2577
|
+
SDKValidationError
|
|
2578
|
+
> {
|
|
2579
|
+
return safeParse(
|
|
2580
|
+
jsonString,
|
|
2581
|
+
(x) =>
|
|
2582
|
+
PreparedDeploymentStackProfileAzureStack$inboundSchema.parse(
|
|
2583
|
+
JSON.parse(x),
|
|
2584
|
+
),
|
|
2585
|
+
`Failed to parse 'PreparedDeploymentStackProfileAzureStack' from JSON`,
|
|
2586
|
+
);
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
/** @internal */
|
|
2590
|
+
export const PreparedDeploymentStackProfileAzureBinding$inboundSchema:
|
|
2591
|
+
z.ZodType<PreparedDeploymentStackProfileAzureBinding, unknown> = z.object({
|
|
2592
|
+
resource: z.lazy(() =>
|
|
2593
|
+
PreparedDeploymentStackProfileAzureResource$inboundSchema
|
|
2594
|
+
).optional(),
|
|
2595
|
+
stack: z.lazy(() => PreparedDeploymentStackProfileAzureStack$inboundSchema)
|
|
2596
|
+
.optional(),
|
|
2597
|
+
});
|
|
2598
|
+
|
|
2599
|
+
export function preparedDeploymentStackProfileAzureBindingFromJSON(
|
|
2600
|
+
jsonString: string,
|
|
2601
|
+
): SafeParseResult<
|
|
2602
|
+
PreparedDeploymentStackProfileAzureBinding,
|
|
2603
|
+
SDKValidationError
|
|
2604
|
+
> {
|
|
2605
|
+
return safeParse(
|
|
2606
|
+
jsonString,
|
|
2607
|
+
(x) =>
|
|
2608
|
+
PreparedDeploymentStackProfileAzureBinding$inboundSchema.parse(
|
|
2609
|
+
JSON.parse(x),
|
|
2610
|
+
),
|
|
2611
|
+
`Failed to parse 'PreparedDeploymentStackProfileAzureBinding' from JSON`,
|
|
2612
|
+
);
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
/** @internal */
|
|
2616
|
+
export const PreparedDeploymentStackProfileAzureGrant$inboundSchema: z.ZodType<
|
|
2617
|
+
PreparedDeploymentStackProfileAzureGrant,
|
|
2618
|
+
unknown
|
|
2619
|
+
> = z.object({
|
|
2620
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2621
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2622
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2623
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2624
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2625
|
+
});
|
|
2626
|
+
|
|
2627
|
+
export function preparedDeploymentStackProfileAzureGrantFromJSON(
|
|
2628
|
+
jsonString: string,
|
|
2629
|
+
): SafeParseResult<
|
|
2630
|
+
PreparedDeploymentStackProfileAzureGrant,
|
|
2631
|
+
SDKValidationError
|
|
2632
|
+
> {
|
|
2633
|
+
return safeParse(
|
|
2634
|
+
jsonString,
|
|
2635
|
+
(x) =>
|
|
2636
|
+
PreparedDeploymentStackProfileAzureGrant$inboundSchema.parse(
|
|
2637
|
+
JSON.parse(x),
|
|
2638
|
+
),
|
|
2639
|
+
`Failed to parse 'PreparedDeploymentStackProfileAzureGrant' from JSON`,
|
|
2640
|
+
);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
/** @internal */
|
|
2644
|
+
export const PreparedDeploymentStackProfileAzure$inboundSchema: z.ZodType<
|
|
2645
|
+
PreparedDeploymentStackProfileAzure,
|
|
2646
|
+
unknown
|
|
2647
|
+
> = z.object({
|
|
2648
|
+
binding: z.lazy(() =>
|
|
2649
|
+
PreparedDeploymentStackProfileAzureBinding$inboundSchema
|
|
2650
|
+
),
|
|
2651
|
+
description: z.nullable(z.string()).optional(),
|
|
2652
|
+
grant: z.lazy(() => PreparedDeploymentStackProfileAzureGrant$inboundSchema),
|
|
2653
|
+
label: z.nullable(z.string()).optional(),
|
|
2654
|
+
});
|
|
2655
|
+
|
|
2656
|
+
export function preparedDeploymentStackProfileAzureFromJSON(
|
|
2657
|
+
jsonString: string,
|
|
2658
|
+
): SafeParseResult<PreparedDeploymentStackProfileAzure, SDKValidationError> {
|
|
2659
|
+
return safeParse(
|
|
2660
|
+
jsonString,
|
|
2661
|
+
(x) =>
|
|
2662
|
+
PreparedDeploymentStackProfileAzure$inboundSchema.parse(JSON.parse(x)),
|
|
2663
|
+
`Failed to parse 'PreparedDeploymentStackProfileAzure' from JSON`,
|
|
2664
|
+
);
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
/** @internal */
|
|
2668
|
+
export const PreparedDeploymentStackProfileConditionResource$inboundSchema:
|
|
2669
|
+
z.ZodType<PreparedDeploymentStackProfileConditionResource, unknown> = z
|
|
2670
|
+
.object({
|
|
2671
|
+
expression: z.string(),
|
|
2672
|
+
title: z.string(),
|
|
2673
|
+
});
|
|
2674
|
+
|
|
2675
|
+
export function preparedDeploymentStackProfileConditionResourceFromJSON(
|
|
2676
|
+
jsonString: string,
|
|
2677
|
+
): SafeParseResult<
|
|
2678
|
+
PreparedDeploymentStackProfileConditionResource,
|
|
2679
|
+
SDKValidationError
|
|
2680
|
+
> {
|
|
2681
|
+
return safeParse(
|
|
2682
|
+
jsonString,
|
|
2683
|
+
(x) =>
|
|
2684
|
+
PreparedDeploymentStackProfileConditionResource$inboundSchema.parse(
|
|
2685
|
+
JSON.parse(x),
|
|
2686
|
+
),
|
|
2687
|
+
`Failed to parse 'PreparedDeploymentStackProfileConditionResource' from JSON`,
|
|
2688
|
+
);
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
/** @internal */
|
|
2692
|
+
export const PreparedDeploymentStackProfileResourceConditionUnion$inboundSchema:
|
|
2693
|
+
z.ZodType<PreparedDeploymentStackProfileResourceConditionUnion, unknown> = z
|
|
2694
|
+
.union([
|
|
2695
|
+
z.lazy(() =>
|
|
2696
|
+
PreparedDeploymentStackProfileConditionResource$inboundSchema
|
|
2697
|
+
),
|
|
2698
|
+
z.any(),
|
|
2699
|
+
]);
|
|
2700
|
+
|
|
2701
|
+
export function preparedDeploymentStackProfileResourceConditionUnionFromJSON(
|
|
2702
|
+
jsonString: string,
|
|
2703
|
+
): SafeParseResult<
|
|
2704
|
+
PreparedDeploymentStackProfileResourceConditionUnion,
|
|
2705
|
+
SDKValidationError
|
|
2706
|
+
> {
|
|
2707
|
+
return safeParse(
|
|
2708
|
+
jsonString,
|
|
2709
|
+
(x) =>
|
|
2710
|
+
PreparedDeploymentStackProfileResourceConditionUnion$inboundSchema.parse(
|
|
2711
|
+
JSON.parse(x),
|
|
2712
|
+
),
|
|
2713
|
+
`Failed to parse 'PreparedDeploymentStackProfileResourceConditionUnion' from JSON`,
|
|
2714
|
+
);
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
/** @internal */
|
|
2718
|
+
export const PreparedDeploymentStackProfileGcpResource$inboundSchema: z.ZodType<
|
|
2719
|
+
PreparedDeploymentStackProfileGcpResource,
|
|
2720
|
+
unknown
|
|
2721
|
+
> = z.object({
|
|
2722
|
+
condition: z.nullable(
|
|
2723
|
+
z.union([
|
|
2724
|
+
z.lazy(() =>
|
|
2725
|
+
PreparedDeploymentStackProfileConditionResource$inboundSchema
|
|
2726
|
+
),
|
|
2727
|
+
z.any(),
|
|
2728
|
+
]),
|
|
2729
|
+
).optional(),
|
|
2730
|
+
scope: z.string(),
|
|
2731
|
+
});
|
|
2732
|
+
|
|
2733
|
+
export function preparedDeploymentStackProfileGcpResourceFromJSON(
|
|
2734
|
+
jsonString: string,
|
|
2735
|
+
): SafeParseResult<
|
|
2736
|
+
PreparedDeploymentStackProfileGcpResource,
|
|
2737
|
+
SDKValidationError
|
|
2738
|
+
> {
|
|
2739
|
+
return safeParse(
|
|
2740
|
+
jsonString,
|
|
2741
|
+
(x) =>
|
|
2742
|
+
PreparedDeploymentStackProfileGcpResource$inboundSchema.parse(
|
|
2743
|
+
JSON.parse(x),
|
|
2744
|
+
),
|
|
2745
|
+
`Failed to parse 'PreparedDeploymentStackProfileGcpResource' from JSON`,
|
|
2746
|
+
);
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2749
|
+
/** @internal */
|
|
2750
|
+
export const PreparedDeploymentStackProfileCondition$inboundSchema: z.ZodType<
|
|
2751
|
+
PreparedDeploymentStackProfileCondition,
|
|
2752
|
+
unknown
|
|
2753
|
+
> = z.object({
|
|
2754
|
+
expression: z.string(),
|
|
2755
|
+
title: z.string(),
|
|
2756
|
+
});
|
|
2757
|
+
|
|
2758
|
+
export function preparedDeploymentStackProfileConditionFromJSON(
|
|
2759
|
+
jsonString: string,
|
|
2760
|
+
): SafeParseResult<
|
|
2761
|
+
PreparedDeploymentStackProfileCondition,
|
|
2762
|
+
SDKValidationError
|
|
2763
|
+
> {
|
|
2764
|
+
return safeParse(
|
|
2765
|
+
jsonString,
|
|
2766
|
+
(x) =>
|
|
2767
|
+
PreparedDeploymentStackProfileCondition$inboundSchema.parse(
|
|
2768
|
+
JSON.parse(x),
|
|
2769
|
+
),
|
|
2770
|
+
`Failed to parse 'PreparedDeploymentStackProfileCondition' from JSON`,
|
|
2771
|
+
);
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2774
|
+
/** @internal */
|
|
2775
|
+
export const PreparedDeploymentStackProfileConditionUnion$inboundSchema:
|
|
2776
|
+
z.ZodType<PreparedDeploymentStackProfileConditionUnion, unknown> = z.union([
|
|
2777
|
+
z.lazy(() => PreparedDeploymentStackProfileCondition$inboundSchema),
|
|
2778
|
+
z.any(),
|
|
2779
|
+
]);
|
|
2780
|
+
|
|
2781
|
+
export function preparedDeploymentStackProfileConditionUnionFromJSON(
|
|
2782
|
+
jsonString: string,
|
|
2783
|
+
): SafeParseResult<
|
|
2784
|
+
PreparedDeploymentStackProfileConditionUnion,
|
|
2785
|
+
SDKValidationError
|
|
2786
|
+
> {
|
|
2787
|
+
return safeParse(
|
|
2788
|
+
jsonString,
|
|
2789
|
+
(x) =>
|
|
2790
|
+
PreparedDeploymentStackProfileConditionUnion$inboundSchema.parse(
|
|
2791
|
+
JSON.parse(x),
|
|
2792
|
+
),
|
|
2793
|
+
`Failed to parse 'PreparedDeploymentStackProfileConditionUnion' from JSON`,
|
|
2794
|
+
);
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
/** @internal */
|
|
2798
|
+
export const PreparedDeploymentStackProfileGcpStack$inboundSchema: z.ZodType<
|
|
2799
|
+
PreparedDeploymentStackProfileGcpStack,
|
|
2800
|
+
unknown
|
|
2801
|
+
> = z.object({
|
|
2802
|
+
condition: z.nullable(
|
|
2803
|
+
z.union([
|
|
2804
|
+
z.lazy(() => PreparedDeploymentStackProfileCondition$inboundSchema),
|
|
2805
|
+
z.any(),
|
|
2806
|
+
]),
|
|
2807
|
+
).optional(),
|
|
2808
|
+
scope: z.string(),
|
|
2809
|
+
});
|
|
2810
|
+
|
|
2811
|
+
export function preparedDeploymentStackProfileGcpStackFromJSON(
|
|
2812
|
+
jsonString: string,
|
|
2813
|
+
): SafeParseResult<PreparedDeploymentStackProfileGcpStack, SDKValidationError> {
|
|
2814
|
+
return safeParse(
|
|
2815
|
+
jsonString,
|
|
2816
|
+
(x) =>
|
|
2817
|
+
PreparedDeploymentStackProfileGcpStack$inboundSchema.parse(JSON.parse(x)),
|
|
2818
|
+
`Failed to parse 'PreparedDeploymentStackProfileGcpStack' from JSON`,
|
|
2819
|
+
);
|
|
2820
|
+
}
|
|
2821
|
+
|
|
2822
|
+
/** @internal */
|
|
2823
|
+
export const PreparedDeploymentStackProfileGcpBinding$inboundSchema: z.ZodType<
|
|
2824
|
+
PreparedDeploymentStackProfileGcpBinding,
|
|
2825
|
+
unknown
|
|
2826
|
+
> = z.object({
|
|
2827
|
+
resource: z.lazy(() =>
|
|
2828
|
+
PreparedDeploymentStackProfileGcpResource$inboundSchema
|
|
2829
|
+
).optional(),
|
|
2830
|
+
stack: z.lazy(() => PreparedDeploymentStackProfileGcpStack$inboundSchema)
|
|
2831
|
+
.optional(),
|
|
2832
|
+
});
|
|
2833
|
+
|
|
2834
|
+
export function preparedDeploymentStackProfileGcpBindingFromJSON(
|
|
2835
|
+
jsonString: string,
|
|
2836
|
+
): SafeParseResult<
|
|
2837
|
+
PreparedDeploymentStackProfileGcpBinding,
|
|
2838
|
+
SDKValidationError
|
|
2839
|
+
> {
|
|
2840
|
+
return safeParse(
|
|
2841
|
+
jsonString,
|
|
2842
|
+
(x) =>
|
|
2843
|
+
PreparedDeploymentStackProfileGcpBinding$inboundSchema.parse(
|
|
2844
|
+
JSON.parse(x),
|
|
2845
|
+
),
|
|
2846
|
+
`Failed to parse 'PreparedDeploymentStackProfileGcpBinding' from JSON`,
|
|
2847
|
+
);
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
/** @internal */
|
|
2851
|
+
export const PreparedDeploymentStackProfileGcpGrant$inboundSchema: z.ZodType<
|
|
2852
|
+
PreparedDeploymentStackProfileGcpGrant,
|
|
2853
|
+
unknown
|
|
2854
|
+
> = z.object({
|
|
2855
|
+
actions: z.nullable(z.array(z.string())).optional(),
|
|
2856
|
+
dataActions: z.nullable(z.array(z.string())).optional(),
|
|
2857
|
+
permissions: z.nullable(z.array(z.string())).optional(),
|
|
2858
|
+
predefinedRoles: z.nullable(z.array(z.string())).optional(),
|
|
2859
|
+
residualPermissions: z.nullable(z.array(z.string())).optional(),
|
|
2860
|
+
});
|
|
2861
|
+
|
|
2862
|
+
export function preparedDeploymentStackProfileGcpGrantFromJSON(
|
|
2863
|
+
jsonString: string,
|
|
2864
|
+
): SafeParseResult<PreparedDeploymentStackProfileGcpGrant, SDKValidationError> {
|
|
2865
|
+
return safeParse(
|
|
2866
|
+
jsonString,
|
|
2867
|
+
(x) =>
|
|
2868
|
+
PreparedDeploymentStackProfileGcpGrant$inboundSchema.parse(JSON.parse(x)),
|
|
2869
|
+
`Failed to parse 'PreparedDeploymentStackProfileGcpGrant' from JSON`,
|
|
2870
|
+
);
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
/** @internal */
|
|
2874
|
+
export const PreparedDeploymentStackProfileGcp$inboundSchema: z.ZodType<
|
|
2875
|
+
PreparedDeploymentStackProfileGcp,
|
|
2876
|
+
unknown
|
|
2877
|
+
> = z.object({
|
|
2878
|
+
binding: z.lazy(() => PreparedDeploymentStackProfileGcpBinding$inboundSchema),
|
|
2879
|
+
description: z.nullable(z.string()).optional(),
|
|
2880
|
+
grant: z.lazy(() => PreparedDeploymentStackProfileGcpGrant$inboundSchema),
|
|
2881
|
+
label: z.nullable(z.string()).optional(),
|
|
2882
|
+
});
|
|
2883
|
+
|
|
2884
|
+
export function preparedDeploymentStackProfileGcpFromJSON(
|
|
2885
|
+
jsonString: string,
|
|
2886
|
+
): SafeParseResult<PreparedDeploymentStackProfileGcp, SDKValidationError> {
|
|
2887
|
+
return safeParse(
|
|
2888
|
+
jsonString,
|
|
2889
|
+
(x) => PreparedDeploymentStackProfileGcp$inboundSchema.parse(JSON.parse(x)),
|
|
2890
|
+
`Failed to parse 'PreparedDeploymentStackProfileGcp' from JSON`,
|
|
2891
|
+
);
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
/** @internal */
|
|
2895
|
+
export const PreparedDeploymentStackProfilePlatforms$inboundSchema: z.ZodType<
|
|
2896
|
+
PreparedDeploymentStackProfilePlatforms,
|
|
2897
|
+
unknown
|
|
2898
|
+
> = z.object({
|
|
2899
|
+
aws: z.nullable(
|
|
2900
|
+
z.array(z.lazy(() => PreparedDeploymentStackProfileAw$inboundSchema)),
|
|
2901
|
+
).optional(),
|
|
2902
|
+
azure: z.nullable(
|
|
2903
|
+
z.array(z.lazy(() => PreparedDeploymentStackProfileAzure$inboundSchema)),
|
|
2904
|
+
).optional(),
|
|
2905
|
+
gcp: z.nullable(
|
|
2906
|
+
z.array(z.lazy(() => PreparedDeploymentStackProfileGcp$inboundSchema)),
|
|
2907
|
+
).optional(),
|
|
2908
|
+
});
|
|
2909
|
+
|
|
2910
|
+
export function preparedDeploymentStackProfilePlatformsFromJSON(
|
|
2911
|
+
jsonString: string,
|
|
2912
|
+
): SafeParseResult<
|
|
2913
|
+
PreparedDeploymentStackProfilePlatforms,
|
|
2914
|
+
SDKValidationError
|
|
2915
|
+
> {
|
|
2916
|
+
return safeParse(
|
|
2917
|
+
jsonString,
|
|
2918
|
+
(x) =>
|
|
2919
|
+
PreparedDeploymentStackProfilePlatforms$inboundSchema.parse(
|
|
2920
|
+
JSON.parse(x),
|
|
2921
|
+
),
|
|
2922
|
+
`Failed to parse 'PreparedDeploymentStackProfilePlatforms' from JSON`,
|
|
2923
|
+
);
|
|
2924
|
+
}
|
|
2925
|
+
|
|
2926
|
+
/** @internal */
|
|
2927
|
+
export const PreparedDeploymentStackProfile$inboundSchema: z.ZodType<
|
|
2928
|
+
PreparedDeploymentStackProfile,
|
|
2929
|
+
unknown
|
|
2930
|
+
> = z.object({
|
|
2931
|
+
description: z.string(),
|
|
2932
|
+
id: z.string(),
|
|
2933
|
+
platforms: z.lazy(() =>
|
|
2934
|
+
PreparedDeploymentStackProfilePlatforms$inboundSchema
|
|
2935
|
+
),
|
|
2936
|
+
});
|
|
2937
|
+
|
|
2938
|
+
export function preparedDeploymentStackProfileFromJSON(
|
|
2939
|
+
jsonString: string,
|
|
2940
|
+
): SafeParseResult<PreparedDeploymentStackProfile, SDKValidationError> {
|
|
2941
|
+
return safeParse(
|
|
2942
|
+
jsonString,
|
|
2943
|
+
(x) => PreparedDeploymentStackProfile$inboundSchema.parse(JSON.parse(x)),
|
|
2944
|
+
`Failed to parse 'PreparedDeploymentStackProfile' from JSON`,
|
|
2945
|
+
);
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
/** @internal */
|
|
2949
|
+
export const PreparedDeploymentStackProfileUnion$inboundSchema: z.ZodType<
|
|
2950
|
+
PreparedDeploymentStackProfileUnion,
|
|
2951
|
+
unknown
|
|
2952
|
+
> = z.union([
|
|
2953
|
+
z.lazy(() => PreparedDeploymentStackProfile$inboundSchema),
|
|
2954
|
+
z.string(),
|
|
2955
|
+
]);
|
|
2956
|
+
|
|
2957
|
+
export function preparedDeploymentStackProfileUnionFromJSON(
|
|
2958
|
+
jsonString: string,
|
|
2959
|
+
): SafeParseResult<PreparedDeploymentStackProfileUnion, SDKValidationError> {
|
|
2960
|
+
return safeParse(
|
|
2961
|
+
jsonString,
|
|
2962
|
+
(x) =>
|
|
2963
|
+
PreparedDeploymentStackProfileUnion$inboundSchema.parse(JSON.parse(x)),
|
|
2964
|
+
`Failed to parse 'PreparedDeploymentStackProfileUnion' from JSON`,
|
|
2965
|
+
);
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
/** @internal */
|
|
2969
|
+
export const PreparedDeploymentStackPermissions$inboundSchema: z.ZodType<
|
|
2970
|
+
PreparedDeploymentStackPermissions,
|
|
2971
|
+
unknown
|
|
2972
|
+
> = z.object({
|
|
2973
|
+
management: z.union([
|
|
2974
|
+
z.lazy(() => PreparedDeploymentStackManagement1$inboundSchema),
|
|
2975
|
+
z.lazy(() => PreparedDeploymentStackManagement2$inboundSchema),
|
|
2976
|
+
PreparedDeploymentStackManagementEnum$inboundSchema,
|
|
2977
|
+
]).optional(),
|
|
2978
|
+
profiles: z.record(
|
|
2979
|
+
z.string(),
|
|
2980
|
+
z.record(
|
|
2981
|
+
z.string(),
|
|
2982
|
+
z.array(
|
|
2983
|
+
z.union([
|
|
2984
|
+
z.lazy(() => PreparedDeploymentStackProfile$inboundSchema),
|
|
2985
|
+
z.string(),
|
|
2986
|
+
]),
|
|
2987
|
+
),
|
|
2988
|
+
),
|
|
2989
|
+
),
|
|
2990
|
+
});
|
|
2991
|
+
|
|
2992
|
+
export function preparedDeploymentStackPermissionsFromJSON(
|
|
2993
|
+
jsonString: string,
|
|
2994
|
+
): SafeParseResult<PreparedDeploymentStackPermissions, SDKValidationError> {
|
|
2995
|
+
return safeParse(
|
|
2996
|
+
jsonString,
|
|
2997
|
+
(x) =>
|
|
2998
|
+
PreparedDeploymentStackPermissions$inboundSchema.parse(JSON.parse(x)),
|
|
2999
|
+
`Failed to parse 'PreparedDeploymentStackPermissions' from JSON`,
|
|
3000
|
+
);
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
/** @internal */
|
|
3004
|
+
export const PreparedDeploymentStackConfig$inboundSchema: z.ZodType<
|
|
3005
|
+
PreparedDeploymentStackConfig,
|
|
3006
|
+
unknown
|
|
3007
|
+
> = collectExtraKeys$(
|
|
3008
|
+
z.object({
|
|
3009
|
+
id: z.string(),
|
|
3010
|
+
type: z.string(),
|
|
3011
|
+
}).catchall(z.any()),
|
|
3012
|
+
"additionalProperties",
|
|
3013
|
+
true,
|
|
3014
|
+
);
|
|
3015
|
+
|
|
3016
|
+
export function preparedDeploymentStackConfigFromJSON(
|
|
3017
|
+
jsonString: string,
|
|
3018
|
+
): SafeParseResult<PreparedDeploymentStackConfig, SDKValidationError> {
|
|
3019
|
+
return safeParse(
|
|
3020
|
+
jsonString,
|
|
3021
|
+
(x) => PreparedDeploymentStackConfig$inboundSchema.parse(JSON.parse(x)),
|
|
3022
|
+
`Failed to parse 'PreparedDeploymentStackConfig' from JSON`,
|
|
3023
|
+
);
|
|
3024
|
+
}
|
|
3025
|
+
|
|
3026
|
+
/** @internal */
|
|
3027
|
+
export const PreparedDeploymentStackDependency$inboundSchema: z.ZodType<
|
|
3028
|
+
PreparedDeploymentStackDependency,
|
|
3029
|
+
unknown
|
|
3030
|
+
> = z.object({
|
|
3031
|
+
id: z.string(),
|
|
3032
|
+
type: z.string(),
|
|
3033
|
+
});
|
|
3034
|
+
|
|
3035
|
+
export function preparedDeploymentStackDependencyFromJSON(
|
|
3036
|
+
jsonString: string,
|
|
3037
|
+
): SafeParseResult<PreparedDeploymentStackDependency, SDKValidationError> {
|
|
3038
|
+
return safeParse(
|
|
3039
|
+
jsonString,
|
|
3040
|
+
(x) => PreparedDeploymentStackDependency$inboundSchema.parse(JSON.parse(x)),
|
|
3041
|
+
`Failed to parse 'PreparedDeploymentStackDependency' from JSON`,
|
|
3042
|
+
);
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
/** @internal */
|
|
3046
|
+
export const PreparedDeploymentStackLifecycle$inboundSchema: z.ZodEnum<
|
|
3047
|
+
typeof PreparedDeploymentStackLifecycle
|
|
3048
|
+
> = z.enum(PreparedDeploymentStackLifecycle);
|
|
3049
|
+
|
|
3050
|
+
/** @internal */
|
|
3051
|
+
export const PreparedDeploymentStackResources$inboundSchema: z.ZodType<
|
|
3052
|
+
PreparedDeploymentStackResources,
|
|
3053
|
+
unknown
|
|
3054
|
+
> = z.object({
|
|
3055
|
+
config: z.lazy(() => PreparedDeploymentStackConfig$inboundSchema),
|
|
3056
|
+
dependencies: z.array(
|
|
3057
|
+
z.lazy(() => PreparedDeploymentStackDependency$inboundSchema),
|
|
3058
|
+
),
|
|
3059
|
+
lifecycle: PreparedDeploymentStackLifecycle$inboundSchema,
|
|
3060
|
+
remoteAccess: z.boolean().optional(),
|
|
3061
|
+
});
|
|
3062
|
+
|
|
3063
|
+
export function preparedDeploymentStackResourcesFromJSON(
|
|
3064
|
+
jsonString: string,
|
|
3065
|
+
): SafeParseResult<PreparedDeploymentStackResources, SDKValidationError> {
|
|
3066
|
+
return safeParse(
|
|
3067
|
+
jsonString,
|
|
3068
|
+
(x) => PreparedDeploymentStackResources$inboundSchema.parse(JSON.parse(x)),
|
|
3069
|
+
`Failed to parse 'PreparedDeploymentStackResources' from JSON`,
|
|
3070
|
+
);
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
/** @internal */
|
|
3074
|
+
export const PreparedDeploymentStackSupportedPlatform$inboundSchema: z.ZodEnum<
|
|
3075
|
+
typeof PreparedDeploymentStackSupportedPlatform
|
|
3076
|
+
> = z.enum(PreparedDeploymentStackSupportedPlatform);
|
|
3077
|
+
|
|
3078
|
+
/** @internal */
|
|
3079
|
+
export const PreparedDeploymentStackStack$inboundSchema: z.ZodType<
|
|
3080
|
+
PreparedDeploymentStackStack,
|
|
3081
|
+
unknown
|
|
3082
|
+
> = z.object({
|
|
3083
|
+
id: z.string(),
|
|
3084
|
+
permissions: z.lazy(() => PreparedDeploymentStackPermissions$inboundSchema)
|
|
3085
|
+
.optional(),
|
|
3086
|
+
resources: z.record(
|
|
3087
|
+
z.string(),
|
|
3088
|
+
z.lazy(() => PreparedDeploymentStackResources$inboundSchema),
|
|
3089
|
+
),
|
|
3090
|
+
supportedPlatforms: z.nullable(
|
|
3091
|
+
z.array(PreparedDeploymentStackSupportedPlatform$inboundSchema),
|
|
3092
|
+
).optional(),
|
|
3093
|
+
});
|
|
3094
|
+
|
|
3095
|
+
export function preparedDeploymentStackStackFromJSON(
|
|
3096
|
+
jsonString: string,
|
|
3097
|
+
): SafeParseResult<PreparedDeploymentStackStack, SDKValidationError> {
|
|
3098
|
+
return safeParse(
|
|
3099
|
+
jsonString,
|
|
3100
|
+
(x) => PreparedDeploymentStackStack$inboundSchema.parse(JSON.parse(x)),
|
|
3101
|
+
`Failed to parse 'PreparedDeploymentStackStack' from JSON`,
|
|
3102
|
+
);
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
/** @internal */
|
|
3106
|
+
export const PreparedDeploymentStack$inboundSchema: z.ZodType<
|
|
3107
|
+
PreparedDeploymentStack,
|
|
3108
|
+
unknown
|
|
3109
|
+
> = z.object({
|
|
3110
|
+
platform: PreparedDeploymentStackPlatform$inboundSchema,
|
|
3111
|
+
stack: z.lazy(() => PreparedDeploymentStackStack$inboundSchema),
|
|
3112
|
+
setup: SetupFingerprintInfo$inboundSchema,
|
|
3113
|
+
});
|
|
3114
|
+
|
|
3115
|
+
export function preparedDeploymentStackFromJSON(
|
|
3116
|
+
jsonString: string,
|
|
3117
|
+
): SafeParseResult<PreparedDeploymentStack, SDKValidationError> {
|
|
3118
|
+
return safeParse(
|
|
3119
|
+
jsonString,
|
|
3120
|
+
(x) => PreparedDeploymentStack$inboundSchema.parse(JSON.parse(x)),
|
|
3121
|
+
`Failed to parse 'PreparedDeploymentStack' from JSON`,
|
|
3122
|
+
);
|
|
3123
|
+
}
|