@alienplatform/platform-api 1.5.1 → 1.7.1
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/README.md +12 -8
- package/esm/funcs/billingGetEntitlements.d.ts +16 -0
- package/esm/funcs/billingGetEntitlements.d.ts.map +1 -0
- package/esm/funcs/{billingGetPlan.js → billingGetEntitlements.js} +14 -8
- package/esm/funcs/billingGetEntitlements.js.map +1 -0
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts +16 -0
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.d.ts.map +1 -0
- package/esm/funcs/{deploymentsAcceptCloudFormationCallback.js → deploymentsCreateSetupRegistrationOperation.js} +10 -11
- package/esm/funcs/deploymentsCreateSetupRegistrationOperation.js.map +1 -0
- package/esm/funcs/deploymentsDelete.d.ts +3 -2
- package/esm/funcs/deploymentsDelete.d.ts.map +1 -1
- package/esm/funcs/deploymentsDelete.js +10 -8
- package/esm/funcs/deploymentsDelete.js.map +1 -1
- package/esm/funcs/{billingGetPlan.d.ts → deploymentsGetSetupRegistrationOperation.d.ts} +5 -3
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.d.ts.map +1 -0
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.js +89 -0
- package/esm/funcs/deploymentsGetSetupRegistrationOperation.js.map +1 -0
- package/esm/funcs/domainsCreate.d.ts +1 -1
- package/esm/funcs/domainsCreate.js +3 -3
- package/esm/funcs/domainsCreate.js.map +1 -1
- package/esm/funcs/{deploymentsAcceptCloudFormationCallback.d.ts → domainsCreateEndpoint.d.ts} +4 -3
- package/esm/funcs/domainsCreateEndpoint.d.ts.map +1 -0
- package/esm/funcs/domainsCreateEndpoint.js +90 -0
- package/esm/funcs/domainsCreateEndpoint.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/billingfeatureflags.d.ts +14 -0
- package/esm/models/billingfeatureflags.d.ts.map +1 -0
- package/esm/models/billingfeatureflags.js +25 -0
- package/esm/models/billingfeatureflags.js.map +1 -0
- package/esm/models/billinglimits.d.ts +15 -0
- package/esm/models/billinglimits.d.ts.map +1 -0
- package/esm/models/billinglimits.js +19 -0
- package/esm/models/billinglimits.js.map +1 -0
- package/esm/models/billingplanstatus.d.ts +13 -0
- package/esm/models/billingplanstatus.d.ts.map +1 -0
- package/esm/models/billingplanstatus.js +14 -0
- package/esm/models/billingplanstatus.js.map +1 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts +1633 -0
- package/esm/models/createsetupregistrationoperationrequest.d.ts.map +1 -0
- package/esm/models/createsetupregistrationoperationrequest.js +1015 -0
- package/esm/models/createsetupregistrationoperationrequest.js.map +1 -0
- package/esm/models/deletedeploymentrequest.d.ts +21 -0
- package/esm/models/deletedeploymentrequest.d.ts.map +1 -0
- package/esm/models/deletedeploymentrequest.js +19 -0
- package/esm/models/deletedeploymentrequest.js.map +1 -0
- package/esm/models/deletedeploymentresponse.d.ts +20 -0
- package/esm/models/deletedeploymentresponse.d.ts.map +1 -0
- package/esm/models/deletedeploymentresponse.js +21 -0
- package/esm/models/deletedeploymentresponse.js.map +1 -0
- package/esm/models/deployment.d.ts +53 -64
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +32 -44
- package/esm/models/deployment.js.map +1 -1
- package/esm/models/deploymentconnectioninfo.d.ts +3 -0
- package/esm/models/deploymentconnectioninfo.d.ts.map +1 -1
- package/esm/models/deploymentconnectioninfo.js +3 -0
- package/esm/models/deploymentconnectioninfo.js.map +1 -1
- package/esm/models/deploymentdetailresponse.d.ts +53 -64
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +34 -47
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +4 -0
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +1 -0
- package/esm/models/deploymentinfo.js.map +1 -1
- package/esm/models/deploymentlistitemresponse.d.ts +30 -0
- package/esm/models/deploymentlistitemresponse.d.ts.map +1 -1
- package/esm/models/deploymentlistitemresponse.js +20 -0
- package/esm/models/deploymentlistitemresponse.js.map +1 -1
- package/esm/models/deploymentportaldomainresponse.d.ts +3 -4
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
- package/esm/models/deploymentportaldomainresponse.js +3 -4
- package/esm/models/deploymentportaldomainresponse.js.map +1 -1
- package/esm/models/deploymentrole.d.ts +1 -0
- package/esm/models/deploymentrole.d.ts.map +1 -1
- package/esm/models/deploymentrole.js +1 -0
- package/esm/models/deploymentrole.js.map +1 -1
- package/esm/models/{managerdomainbinding.d.ts → domainendpoint.d.ts} +19 -12
- package/esm/models/domainendpoint.d.ts.map +1 -0
- package/esm/models/{managerdomainbinding.js → domainendpoint.js} +17 -11
- package/esm/models/domainendpoint.js.map +1 -0
- package/esm/models/domainendpointkind.d.ts +12 -0
- package/esm/models/domainendpointkind.d.ts.map +1 -0
- package/esm/models/domainendpointkind.js +13 -0
- package/esm/models/domainendpointkind.js.map +1 -0
- package/esm/models/domainendpointowner.d.ts +12 -0
- package/esm/models/domainendpointowner.d.ts.map +1 -0
- package/esm/models/domainendpointowner.js +15 -0
- package/esm/models/domainendpointowner.js.map +1 -0
- package/esm/models/domainendpointownertype.d.ts +11 -0
- package/esm/models/domainendpointownertype.d.ts.map +1 -0
- package/esm/models/domainendpointownertype.js +12 -0
- package/esm/models/domainendpointownertype.js.map +1 -0
- package/esm/models/domainendpointstatus.d.ts +15 -0
- package/esm/models/domainendpointstatus.d.ts.map +1 -0
- package/esm/models/domainendpointstatus.js +16 -0
- package/esm/models/domainendpointstatus.js.map +1 -0
- package/esm/models/domainwithusage.d.ts +8 -6
- package/esm/models/domainwithusage.d.ts.map +1 -1
- package/esm/models/domainwithusage.js +9 -6
- package/esm/models/domainwithusage.js.map +1 -1
- package/esm/models/event.d.ts +11 -6
- package/esm/models/event.d.ts.map +1 -1
- package/esm/models/event.js +5 -2
- package/esm/models/event.js.map +1 -1
- package/esm/models/importsource.d.ts +8 -18
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +3 -14
- package/esm/models/importsource.js.map +1 -1
- package/esm/models/importsourcekind.d.ts +2 -0
- package/esm/models/importsourcekind.d.ts.map +1 -1
- package/esm/models/importsourcekind.js +3 -1
- package/esm/models/importsourcekind.js.map +1 -1
- package/esm/models/index.d.ts +18 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +18 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/kubernetesbaseplatform.d.ts +17 -0
- package/esm/models/kubernetesbaseplatform.d.ts.map +1 -0
- package/esm/models/kubernetesbaseplatform.js +15 -0
- package/esm/models/kubernetesbaseplatform.js.map +1 -0
- package/esm/models/managerdeployment.d.ts +3 -0
- package/esm/models/managerdeployment.d.ts.map +1 -1
- package/esm/models/managerdeployment.js +3 -0
- package/esm/models/managerdeployment.js.map +1 -1
- package/esm/models/managerdomainbindingresponse.d.ts +2 -2
- package/esm/models/managerdomainbindingresponse.d.ts.map +1 -1
- package/esm/models/managerdomainbindingresponse.js +2 -2
- package/esm/models/managerdomainbindingresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +9 -0
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +3 -0
- package/esm/models/newdeploymentrequest.js.map +1 -1
- package/esm/models/operations/createdomain.d.ts +21 -0
- package/esm/models/operations/createdomain.d.ts.map +1 -1
- package/esm/models/operations/createdomain.js +11 -0
- package/esm/models/operations/createdomain.js.map +1 -1
- package/esm/models/operations/createdomainendpoint.d.ts +64 -0
- package/esm/models/operations/createdomainendpoint.d.ts.map +1 -0
- package/esm/models/operations/createdomainendpoint.js +51 -0
- package/esm/models/operations/createdomainendpoint.js.map +1 -0
- package/esm/models/operations/createsetupregistrationoperation.d.ts +18 -0
- package/esm/models/operations/createsetupregistrationoperation.d.ts.map +1 -0
- package/esm/models/operations/createsetupregistrationoperation.js +20 -0
- package/esm/models/operations/createsetupregistrationoperation.js.map +1 -0
- package/esm/models/operations/deletedeployment.d.ts +3 -32
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +8 -19
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/getdeploymentstats.d.ts +3 -0
- package/esm/models/operations/getdeploymentstats.d.ts.map +1 -1
- package/esm/models/operations/getdeploymentstats.js +3 -0
- package/esm/models/operations/getdeploymentstats.js.map +1 -1
- package/esm/models/operations/getsetupregistrationoperation.d.ts +20 -0
- package/esm/models/operations/getsetupregistrationoperation.d.ts.map +1 -0
- package/esm/models/operations/getsetupregistrationoperation.js +13 -0
- package/esm/models/operations/getsetupregistrationoperation.js.map +1 -0
- package/esm/models/operations/getworkspacebillingentitlements.d.ts +15 -0
- package/esm/models/operations/getworkspacebillingentitlements.d.ts.map +1 -0
- package/esm/models/operations/getworkspacebillingentitlements.js +12 -0
- package/esm/models/operations/getworkspacebillingentitlements.js.map +1 -0
- package/esm/models/operations/index.d.ts +4 -2
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +4 -2
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/listdeployments.d.ts +3 -0
- package/esm/models/operations/listdeployments.d.ts.map +1 -1
- package/esm/models/operations/listdeployments.js +3 -0
- package/esm/models/operations/listdeployments.js.map +1 -1
- package/esm/models/package.d.ts +4 -0
- package/esm/models/package.d.ts.map +1 -1
- package/esm/models/package.js +1 -0
- package/esm/models/package.js.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.d.ts +11 -88
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +6 -73
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/setupregistrationaction.d.ts +13 -0
- package/esm/models/setupregistrationaction.d.ts.map +1 -0
- package/esm/models/setupregistrationaction.js +14 -0
- package/esm/models/setupregistrationaction.js.map +1 -0
- package/esm/models/setupregistrationcloudformationtarget.d.ts +22 -0
- package/esm/models/setupregistrationcloudformationtarget.d.ts.map +1 -0
- package/esm/models/setupregistrationcloudformationtarget.js +17 -0
- package/esm/models/setupregistrationcloudformationtarget.js.map +1 -0
- package/esm/models/setupregistrationoperationresponse.d.ts +34 -0
- package/esm/models/setupregistrationoperationresponse.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationresponse.js +32 -0
- package/esm/models/setupregistrationoperationresponse.js.map +1 -0
- package/esm/models/setupregistrationoperationresult.d.ts +15 -0
- package/esm/models/setupregistrationoperationresult.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationresult.js +15 -0
- package/esm/models/setupregistrationoperationresult.js.map +1 -0
- package/esm/models/setupregistrationoperationstatus.d.ts +15 -0
- package/esm/models/setupregistrationoperationstatus.d.ts.map +1 -0
- package/esm/models/setupregistrationoperationstatus.js +16 -0
- package/esm/models/setupregistrationoperationstatus.js.map +1 -0
- package/esm/models/syncacquirerequest.d.ts +25 -0
- package/esm/models/syncacquirerequest.d.ts.map +1 -1
- package/esm/models/syncacquirerequest.js +16 -0
- package/esm/models/syncacquirerequest.js.map +1 -1
- package/esm/models/syncacquireresponse.d.ts +197 -90
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +76 -52
- package/esm/models/syncacquireresponse.js.map +1 -1
- package/esm/models/synclistrequest.d.ts +3 -0
- package/esm/models/synclistrequest.d.ts.map +1 -1
- package/esm/models/synclistrequest.js +3 -0
- package/esm/models/synclistrequest.js.map +1 -1
- package/esm/models/synclistresponse.d.ts +53 -64
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +33 -44
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +118 -173
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +30 -72
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +197 -90
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +76 -55
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updateproject.d.ts +0 -5
- package/esm/models/updateproject.d.ts.map +1 -1
- package/esm/models/updateproject.js +0 -1
- package/esm/models/updateproject.js.map +1 -1
- package/esm/models/workspacebillingentitlements.d.ts +19 -0
- package/esm/models/workspacebillingentitlements.d.ts.map +1 -0
- package/esm/models/workspacebillingentitlements.js +22 -0
- package/esm/models/workspacebillingentitlements.js.map +1 -0
- package/esm/sdk/billing.d.ts +3 -2
- package/esm/sdk/billing.d.ts.map +1 -1
- package/esm/sdk/billing.js +4 -4
- package/esm/sdk/billing.js.map +1 -1
- package/esm/sdk/deployments.d.ts +10 -6
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +17 -10
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +5 -1
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +8 -1
- package/esm/sdk/domains.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/funcs/{billingGetPlan.ts → billingGetEntitlements.ts} +24 -13
- package/src/funcs/{deploymentsAcceptCloudFormationCallback.ts → deploymentsCreateSetupRegistrationOperation.ts} +18 -15
- package/src/funcs/deploymentsDelete.ts +13 -11
- package/src/funcs/deploymentsGetSetupRegistrationOperation.ts +184 -0
- package/src/funcs/domainsCreate.ts +3 -3
- package/src/funcs/domainsCreateEndpoint.ts +181 -0
- package/src/lib/config.ts +2 -2
- package/src/models/billingfeatureflags.ts +46 -0
- package/src/models/billinglimits.ts +38 -0
- package/src/models/billingplanstatus.ts +20 -0
- package/src/models/createsetupregistrationoperationrequest.ts +4032 -0
- package/src/models/deletedeploymentrequest.ts +45 -0
- package/src/models/deletedeploymentresponse.ts +47 -0
- package/src/models/deployment.ts +64 -116
- package/src/models/deploymentconnectioninfo.ts +3 -0
- package/src/models/deploymentdetailresponse.ts +70 -138
- package/src/models/deploymentinfo.ts +5 -0
- package/src/models/deploymentlistitemresponse.ts +38 -0
- package/src/models/deploymentportaldomainresponse.ts +7 -8
- package/src/models/deploymentrole.ts +1 -0
- package/src/models/{packagedomain.ts → domainendpoint.ts} +40 -35
- package/src/models/domainendpointkind.ts +19 -0
- package/src/models/domainendpointowner.ts +36 -0
- package/src/models/domainendpointownertype.ts +20 -0
- package/src/models/domainendpointstatus.ts +22 -0
- package/src/models/domainwithusage.ts +22 -20
- package/src/models/event.ts +11 -6
- package/src/models/importsource.ts +9 -25
- package/src/models/importsourcekind.ts +5 -1
- package/src/models/index.ts +18 -5
- package/src/models/kubernetesbaseplatform.ts +24 -0
- package/src/models/managerdeployment.ts +3 -0
- package/src/models/managerdomainbindingresponse.ts +6 -6
- package/src/models/newdeploymentrequest.ts +10 -0
- package/src/models/operations/createdomain.ts +33 -0
- package/src/models/operations/createdomainendpoint.ts +131 -0
- package/src/models/operations/createsetupregistrationoperation.ts +51 -0
- package/src/models/operations/deletedeployment.ts +10 -55
- package/src/models/operations/getdeploymentstats.ts +3 -0
- package/src/models/operations/getsetupregistrationoperation.ts +41 -0
- package/src/models/operations/getworkspacebillingentitlements.ts +36 -0
- package/src/models/operations/index.ts +4 -2
- package/src/models/operations/listdeployments.ts +3 -0
- package/src/models/package.ts +5 -0
- package/src/models/persistimporteddeploymentrequest.ts +12 -177
- package/src/models/setupregistrationaction.ts +24 -0
- package/src/models/setupregistrationcloudformationtarget.ts +47 -0
- package/src/models/setupregistrationoperationresponse.ts +99 -0
- package/src/models/setupregistrationoperationresult.ts +37 -0
- package/src/models/setupregistrationoperationstatus.ts +24 -0
- package/src/models/syncacquirerequest.ts +34 -0
- package/src/models/syncacquireresponse.ts +288 -151
- package/src/models/synclistrequest.ts +3 -0
- package/src/models/synclistresponse.ts +69 -124
- package/src/models/syncreconcilerequest.ts +164 -265
- package/src/models/syncreconcileresponse.ts +289 -155
- package/src/models/updateproject.ts +0 -6
- package/src/models/workspacebillingentitlements.ts +52 -0
- package/src/sdk/billing.ts +7 -6
- package/src/sdk/deployments.ts +35 -20
- package/src/sdk/domains.ts +16 -1
- package/esm/funcs/billingGetPlan.d.ts.map +0 -1
- package/esm/funcs/billingGetPlan.js.map +0 -1
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.d.ts.map +0 -1
- package/esm/funcs/deploymentsAcceptCloudFormationCallback.js.map +0 -1
- package/esm/models/cloudformationcallbackrequest.d.ts +0 -1650
- package/esm/models/cloudformationcallbackrequest.d.ts.map +0 -1
- package/esm/models/cloudformationcallbackrequest.js +0 -1002
- package/esm/models/cloudformationcallbackrequest.js.map +0 -1
- package/esm/models/deploymentportaldomain.d.ts +0 -156
- package/esm/models/deploymentportaldomain.d.ts.map +0 -1
- package/esm/models/deploymentportaldomain.js +0 -58
- package/esm/models/deploymentportaldomain.js.map +0 -1
- package/esm/models/managerdomainbinding.d.ts.map +0 -1
- package/esm/models/managerdomainbinding.js.map +0 -1
- package/esm/models/managerdomainbindingstatus.d.ts +0 -15
- package/esm/models/managerdomainbindingstatus.d.ts.map +0 -1
- package/esm/models/managerdomainbindingstatus.js +0 -16
- package/esm/models/managerdomainbindingstatus.js.map +0 -1
- package/esm/models/operations/acceptcloudformationcallback.d.ts +0 -31
- package/esm/models/operations/acceptcloudformationcallback.d.ts.map +0 -1
- package/esm/models/operations/acceptcloudformationcallback.js +0 -30
- package/esm/models/operations/acceptcloudformationcallback.js.map +0 -1
- package/esm/models/operations/getworkspaceplan.d.ts +0 -27
- package/esm/models/operations/getworkspaceplan.d.ts.map +0 -1
- package/esm/models/operations/getworkspaceplan.js +0 -21
- package/esm/models/operations/getworkspaceplan.js.map +0 -1
- package/esm/models/packagedomain.d.ts +0 -143
- package/esm/models/packagedomain.d.ts.map +0 -1
- package/esm/models/packagedomain.js +0 -52
- package/esm/models/packagedomain.js.map +0 -1
- package/src/models/cloudformationcallbackrequest.ts +0 -3915
- package/src/models/deploymentportaldomain.ts +0 -226
- package/src/models/managerdomainbinding.ts +0 -200
- package/src/models/managerdomainbindingstatus.ts +0 -24
- package/src/models/operations/acceptcloudformationcallback.ts +0 -82
- package/src/models/operations/getworkspaceplan.ts +0 -62
|
@@ -1237,6 +1237,92 @@ export type SyncAcquireResponseEnvironmentInfoAws = {
|
|
|
1237
1237
|
platform: SyncAcquireResponseCurrentPlatformAws;
|
|
1238
1238
|
};
|
|
1239
1239
|
export type SyncAcquireResponseEnvironmentInfoUnion = SyncAcquireResponseEnvironmentInfoGcp | SyncAcquireResponseEnvironmentInfoAzure | SyncAcquireResponseEnvironmentInfoLocal | SyncAcquireResponseEnvironmentInfoAws | SyncAcquireResponseEnvironmentInfoTest | any;
|
|
1240
|
+
/**
|
|
1241
|
+
* Canonical error container that provides a structured way to represent errors
|
|
1242
|
+
*
|
|
1243
|
+
* @remarks
|
|
1244
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
1245
|
+
* and chaining capabilities for error propagation.
|
|
1246
|
+
*
|
|
1247
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
1248
|
+
* supporting serialization for API responses and detailed error reporting
|
|
1249
|
+
* in distributed systems.
|
|
1250
|
+
*/
|
|
1251
|
+
export type SyncAcquireResponseError = {
|
|
1252
|
+
/**
|
|
1253
|
+
* A unique identifier for the type of error.
|
|
1254
|
+
*
|
|
1255
|
+
* @remarks
|
|
1256
|
+
*
|
|
1257
|
+
* This should be a short, machine-readable string that can be used
|
|
1258
|
+
* by clients to programmatically handle different error types.
|
|
1259
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1260
|
+
*/
|
|
1261
|
+
code: string;
|
|
1262
|
+
/**
|
|
1263
|
+
* Additional diagnostic information about the error context.
|
|
1264
|
+
*
|
|
1265
|
+
* @remarks
|
|
1266
|
+
*
|
|
1267
|
+
* This optional field can contain structured data providing more details
|
|
1268
|
+
* about the error, such as validation errors, request parameters that
|
|
1269
|
+
* caused the issue, or other relevant context information.
|
|
1270
|
+
*/
|
|
1271
|
+
context?: any | null | undefined;
|
|
1272
|
+
/**
|
|
1273
|
+
* Optional human-facing remediation hint.
|
|
1274
|
+
*/
|
|
1275
|
+
hint?: string | null | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* HTTP status code for this error.
|
|
1278
|
+
*
|
|
1279
|
+
* @remarks
|
|
1280
|
+
*
|
|
1281
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1282
|
+
* the error type's default status code or 500.
|
|
1283
|
+
*/
|
|
1284
|
+
httpStatusCode?: number | null | undefined;
|
|
1285
|
+
/**
|
|
1286
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1287
|
+
*
|
|
1288
|
+
* @remarks
|
|
1289
|
+
*
|
|
1290
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1291
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1292
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1293
|
+
*/
|
|
1294
|
+
internal: boolean;
|
|
1295
|
+
/**
|
|
1296
|
+
* Human-readable error message.
|
|
1297
|
+
*
|
|
1298
|
+
* @remarks
|
|
1299
|
+
*
|
|
1300
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1301
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1302
|
+
*/
|
|
1303
|
+
message: string;
|
|
1304
|
+
/**
|
|
1305
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1306
|
+
*
|
|
1307
|
+
* @remarks
|
|
1308
|
+
*
|
|
1309
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1310
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1311
|
+
* unlikely to succeed without changes.
|
|
1312
|
+
*/
|
|
1313
|
+
retryable: boolean;
|
|
1314
|
+
/**
|
|
1315
|
+
* The underlying error that caused this error, creating an error chain.
|
|
1316
|
+
*
|
|
1317
|
+
* @remarks
|
|
1318
|
+
*
|
|
1319
|
+
* This allows for proper error propagation and debugging by maintaining
|
|
1320
|
+
* the full context of how an error occurred through multiple layers
|
|
1321
|
+
* of an application.
|
|
1322
|
+
*/
|
|
1323
|
+
source?: any | null | undefined;
|
|
1324
|
+
};
|
|
1325
|
+
export type SyncAcquireResponseErrorUnion = SyncAcquireResponseError | any;
|
|
1240
1326
|
/**
|
|
1241
1327
|
* Represents the target cloud platform.
|
|
1242
1328
|
*/
|
|
@@ -1252,58 +1338,6 @@ export declare const SyncAcquireResponseCurrentPlatform: {
|
|
|
1252
1338
|
* Represents the target cloud platform.
|
|
1253
1339
|
*/
|
|
1254
1340
|
export type SyncAcquireResponseCurrentPlatform = ClosedEnum<typeof SyncAcquireResponseCurrentPlatform>;
|
|
1255
|
-
/**
|
|
1256
|
-
* Scope for a delete operation.
|
|
1257
|
-
*
|
|
1258
|
-
* @remarks
|
|
1259
|
-
*
|
|
1260
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1261
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1262
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1263
|
-
* before setup tears down Frozen resources.
|
|
1264
|
-
*/
|
|
1265
|
-
export declare const SyncAcquireResponseDeleteScopeEnum: {
|
|
1266
|
-
readonly Full: "full";
|
|
1267
|
-
readonly LiveOnly: "liveOnly";
|
|
1268
|
-
};
|
|
1269
|
-
/**
|
|
1270
|
-
* Scope for a delete operation.
|
|
1271
|
-
*
|
|
1272
|
-
* @remarks
|
|
1273
|
-
*
|
|
1274
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1275
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1276
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1277
|
-
* before setup tears down Frozen resources.
|
|
1278
|
-
*/
|
|
1279
|
-
export type SyncAcquireResponseDeleteScopeEnum = ClosedEnum<typeof SyncAcquireResponseDeleteScopeEnum>;
|
|
1280
|
-
export type SyncAcquireResponseDeleteScopeUnion = SyncAcquireResponseDeleteScopeEnum | any;
|
|
1281
|
-
/**
|
|
1282
|
-
* Scope for a delete operation.
|
|
1283
|
-
*
|
|
1284
|
-
* @remarks
|
|
1285
|
-
*
|
|
1286
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1287
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1288
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1289
|
-
* before setup tears down Frozen resources.
|
|
1290
|
-
*/
|
|
1291
|
-
export declare const SyncAcquireResponsePendingDeleteScopeEnum: {
|
|
1292
|
-
readonly Full: "full";
|
|
1293
|
-
readonly LiveOnly: "liveOnly";
|
|
1294
|
-
};
|
|
1295
|
-
/**
|
|
1296
|
-
* Scope for a delete operation.
|
|
1297
|
-
*
|
|
1298
|
-
* @remarks
|
|
1299
|
-
*
|
|
1300
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1301
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1302
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1303
|
-
* before setup tears down Frozen resources.
|
|
1304
|
-
*/
|
|
1305
|
-
export type SyncAcquireResponsePendingDeleteScopeEnum = ClosedEnum<typeof SyncAcquireResponsePendingDeleteScopeEnum>;
|
|
1306
|
-
export type SyncAcquireResponsePendingDeleteScopeUnion = SyncAcquireResponsePendingDeleteScopeEnum | any;
|
|
1307
1341
|
export declare const SyncAcquireResponsePreparedStackManagementEnum: {
|
|
1308
1342
|
readonly Auto: "auto";
|
|
1309
1343
|
};
|
|
@@ -2420,7 +2454,6 @@ export type SyncAcquireResponsePreparedStackUnion = SyncAcquireResponsePreparedS
|
|
|
2420
2454
|
* Stores deployment state that needs to persist across step calls.
|
|
2421
2455
|
*/
|
|
2422
2456
|
export type SyncAcquireResponseRuntimeMetadata = {
|
|
2423
|
-
deleteScope?: SyncAcquireResponseDeleteScopeEnum | any | null | undefined;
|
|
2424
2457
|
/**
|
|
2425
2458
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2426
2459
|
*
|
|
@@ -2428,7 +2461,6 @@ export type SyncAcquireResponseRuntimeMetadata = {
|
|
|
2428
2461
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2429
2462
|
*/
|
|
2430
2463
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2431
|
-
pendingDeleteScope?: SyncAcquireResponsePendingDeleteScopeEnum | any | null | undefined;
|
|
2432
2464
|
preparedStack?: SyncAcquireResponsePreparedStack | any | null | undefined;
|
|
2433
2465
|
/**
|
|
2434
2466
|
* Whether cross-account registry access has been successfully granted.
|
|
@@ -2512,7 +2544,7 @@ export type SyncAcquireResponseStackStateDependency = {
|
|
|
2512
2544
|
* supporting serialization for API responses and detailed error reporting
|
|
2513
2545
|
* in distributed systems.
|
|
2514
2546
|
*/
|
|
2515
|
-
export type
|
|
2547
|
+
export type SyncAcquireResponseStackStateError = {
|
|
2516
2548
|
/**
|
|
2517
2549
|
* A unique identifier for the type of error.
|
|
2518
2550
|
*
|
|
@@ -2586,7 +2618,7 @@ export type SyncAcquireResponseError = {
|
|
|
2586
2618
|
*/
|
|
2587
2619
|
source?: any | null | undefined;
|
|
2588
2620
|
};
|
|
2589
|
-
export type
|
|
2621
|
+
export type SyncAcquireResponseStackStateErrorUnion = SyncAcquireResponseStackStateError | any;
|
|
2590
2622
|
/**
|
|
2591
2623
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
2592
2624
|
*/
|
|
@@ -2641,6 +2673,7 @@ export declare const SyncAcquireResponseStackStateStatus: {
|
|
|
2641
2673
|
readonly UpdateFailed: "update-failed";
|
|
2642
2674
|
readonly Deleting: "deleting";
|
|
2643
2675
|
readonly DeleteFailed: "delete-failed";
|
|
2676
|
+
readonly TeardownRequired: "teardown-required";
|
|
2644
2677
|
readonly Deleted: "deleted";
|
|
2645
2678
|
readonly RefreshFailed: "refresh-failed";
|
|
2646
2679
|
};
|
|
@@ -2672,7 +2705,7 @@ export type SyncAcquireResponseStackStateResources = {
|
|
|
2672
2705
|
* This preserves the full dependency information from the stack definition.
|
|
2673
2706
|
*/
|
|
2674
2707
|
dependencies?: Array<SyncAcquireResponseStackStateDependency> | undefined;
|
|
2675
|
-
error?:
|
|
2708
|
+
error?: SyncAcquireResponseStackStateError | any | null | undefined;
|
|
2676
2709
|
/**
|
|
2677
2710
|
* Stores the controller state that failed, used for manual retry operations.
|
|
2678
2711
|
*
|
|
@@ -2731,6 +2764,7 @@ export type SyncAcquireResponseStackStateUnion = SyncAcquireResponseStackState |
|
|
|
2731
2764
|
*/
|
|
2732
2765
|
export declare const SyncAcquireResponseStatus: {
|
|
2733
2766
|
readonly Pending: "pending";
|
|
2767
|
+
readonly PreflightsFailed: "preflights-failed";
|
|
2734
2768
|
readonly InitialSetup: "initial-setup";
|
|
2735
2769
|
readonly InitialSetupFailed: "initial-setup-failed";
|
|
2736
2770
|
readonly Provisioning: "provisioning";
|
|
@@ -2743,6 +2777,8 @@ export declare const SyncAcquireResponseStatus: {
|
|
|
2743
2777
|
readonly DeletePending: "delete-pending";
|
|
2744
2778
|
readonly Deleting: "deleting";
|
|
2745
2779
|
readonly DeleteFailed: "delete-failed";
|
|
2780
|
+
readonly TeardownRequired: "teardown-required";
|
|
2781
|
+
readonly TeardownFailed: "teardown-failed";
|
|
2746
2782
|
readonly Deleted: "deleted";
|
|
2747
2783
|
readonly Error: "error";
|
|
2748
2784
|
};
|
|
@@ -3891,6 +3927,7 @@ export type SyncAcquireResponseTargetReleaseUnion = SyncAcquireResponseTargetRel
|
|
|
3891
3927
|
export type SyncAcquireResponseCurrent = {
|
|
3892
3928
|
currentRelease?: SyncAcquireResponseCurrentRelease | any | null | undefined;
|
|
3893
3929
|
environmentInfo?: SyncAcquireResponseEnvironmentInfoGcp | SyncAcquireResponseEnvironmentInfoAzure | SyncAcquireResponseEnvironmentInfoLocal | SyncAcquireResponseEnvironmentInfoAws | SyncAcquireResponseEnvironmentInfoTest | any | null | undefined;
|
|
3930
|
+
error?: SyncAcquireResponseError | any | null | undefined;
|
|
3894
3931
|
/**
|
|
3895
3932
|
* Represents the target cloud platform.
|
|
3896
3933
|
*/
|
|
@@ -4093,6 +4130,81 @@ export type SyncAcquireResponseComputeBackendHorizon = {
|
|
|
4093
4130
|
type: SyncAcquireResponseComputeBackendType;
|
|
4094
4131
|
};
|
|
4095
4132
|
export type SyncAcquireResponseComputeBackendUnion = SyncAcquireResponseComputeBackendHorizon | any;
|
|
4133
|
+
/**
|
|
4134
|
+
* Certificate status in the certificate lifecycle
|
|
4135
|
+
*/
|
|
4136
|
+
export declare const SyncAcquireResponseAliasCertificateStatus: {
|
|
4137
|
+
readonly Pending: "pending";
|
|
4138
|
+
readonly Issued: "issued";
|
|
4139
|
+
readonly Renewing: "renewing";
|
|
4140
|
+
readonly RenewalFailed: "renewal-failed";
|
|
4141
|
+
readonly Failed: "failed";
|
|
4142
|
+
readonly Deleting: "deleting";
|
|
4143
|
+
};
|
|
4144
|
+
/**
|
|
4145
|
+
* Certificate status in the certificate lifecycle
|
|
4146
|
+
*/
|
|
4147
|
+
export type SyncAcquireResponseAliasCertificateStatus = ClosedEnum<typeof SyncAcquireResponseAliasCertificateStatus>;
|
|
4148
|
+
/**
|
|
4149
|
+
* DNS record status in the DNS lifecycle
|
|
4150
|
+
*/
|
|
4151
|
+
export declare const SyncAcquireResponseAliasDnsStatus: {
|
|
4152
|
+
readonly Pending: "pending";
|
|
4153
|
+
readonly Active: "active";
|
|
4154
|
+
readonly Updating: "updating";
|
|
4155
|
+
readonly Deleting: "deleting";
|
|
4156
|
+
readonly Failed: "failed";
|
|
4157
|
+
};
|
|
4158
|
+
/**
|
|
4159
|
+
* DNS record status in the DNS lifecycle
|
|
4160
|
+
*/
|
|
4161
|
+
export type SyncAcquireResponseAliasDnsStatus = ClosedEnum<typeof SyncAcquireResponseAliasDnsStatus>;
|
|
4162
|
+
/**
|
|
4163
|
+
* Certificate and DNS metadata for a managed hostname.
|
|
4164
|
+
*
|
|
4165
|
+
* @remarks
|
|
4166
|
+
*
|
|
4167
|
+
* Includes decrypted certificate data for issued certificates.
|
|
4168
|
+
* Private keys are deployment-scoped secrets (like environment variables).
|
|
4169
|
+
*/
|
|
4170
|
+
export type SyncAcquireResponseAlias = {
|
|
4171
|
+
/**
|
|
4172
|
+
* Full PEM certificate chain (only present if status is "issued").
|
|
4173
|
+
*/
|
|
4174
|
+
certificateChain?: string | null | undefined;
|
|
4175
|
+
/**
|
|
4176
|
+
* Certificate ID (for tracking/logging).
|
|
4177
|
+
*/
|
|
4178
|
+
certificateId: string;
|
|
4179
|
+
/**
|
|
4180
|
+
* Certificate status in the certificate lifecycle
|
|
4181
|
+
*/
|
|
4182
|
+
certificateStatus: SyncAcquireResponseAliasCertificateStatus;
|
|
4183
|
+
/**
|
|
4184
|
+
* Last DNS error message. Present when DNS previously failed, even if status
|
|
4185
|
+
*
|
|
4186
|
+
* @remarks
|
|
4187
|
+
* was reset to pending for retry. Used to surface actionable error context
|
|
4188
|
+
* in WaitingForDns failure messages.
|
|
4189
|
+
*/
|
|
4190
|
+
dnsError?: string | null | undefined;
|
|
4191
|
+
/**
|
|
4192
|
+
* DNS record status in the DNS lifecycle
|
|
4193
|
+
*/
|
|
4194
|
+
dnsStatus: SyncAcquireResponseAliasDnsStatus;
|
|
4195
|
+
/**
|
|
4196
|
+
* Fully qualified domain name.
|
|
4197
|
+
*/
|
|
4198
|
+
fqdn: string;
|
|
4199
|
+
/**
|
|
4200
|
+
* ISO 8601 timestamp when certificate was issued (for renewal detection).
|
|
4201
|
+
*/
|
|
4202
|
+
issuedAt?: string | null | undefined;
|
|
4203
|
+
/**
|
|
4204
|
+
* Decrypted private key (only present if status is "issued").
|
|
4205
|
+
*/
|
|
4206
|
+
privateKey?: string | null | undefined;
|
|
4207
|
+
};
|
|
4096
4208
|
/**
|
|
4097
4209
|
* Certificate status in the certificate lifecycle
|
|
4098
4210
|
*/
|
|
@@ -4127,10 +4239,15 @@ export type SyncAcquireResponseDnsStatus = ClosedEnum<typeof SyncAcquireResponse
|
|
|
4127
4239
|
*
|
|
4128
4240
|
* @remarks
|
|
4129
4241
|
*
|
|
4130
|
-
*
|
|
4131
|
-
*
|
|
4242
|
+
* The direct fields describe the primary generated hostname. `aliases`
|
|
4243
|
+
* contains additional managed hostnames that route directly to the same
|
|
4244
|
+
* resource.
|
|
4132
4245
|
*/
|
|
4133
4246
|
export type SyncAcquireResponseDomainMetadataResources = {
|
|
4247
|
+
/**
|
|
4248
|
+
* Additional managed hostnames for the resource.
|
|
4249
|
+
*/
|
|
4250
|
+
aliases?: Array<SyncAcquireResponseAlias> | undefined;
|
|
4134
4251
|
/**
|
|
4135
4252
|
* Full PEM certificate chain (only present if status is "issued").
|
|
4136
4253
|
*/
|
|
@@ -5733,29 +5850,16 @@ export type SyncAcquireResponseManagementConfigUnion = SyncAcquireResponseManage
|
|
|
5733
5850
|
*
|
|
5734
5851
|
* @remarks
|
|
5735
5852
|
*
|
|
5736
|
-
* When set,
|
|
5737
|
-
*
|
|
5738
|
-
*
|
|
5739
|
-
*
|
|
5740
|
-
* alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
|
|
5741
|
-
* before vault secrets load. For worker VMs, worker-template stamping passes
|
|
5742
|
-
* the monitoring configuration to the provider controller, which stores the
|
|
5743
|
-
* sensitive header in the cloud vault used by the worker image.
|
|
5853
|
+
* When set, worker runtimes export captured application logs through the
|
|
5854
|
+
* given endpoint via OTLP/HTTP. Auth headers are runtime-owned secret material:
|
|
5855
|
+
* deployment code must sync them to a runtime-only secret and avoid putting
|
|
5856
|
+
* them into user application environment variables.
|
|
5744
5857
|
*/
|
|
5745
5858
|
export type SyncAcquireResponseMonitoring = {
|
|
5746
5859
|
/**
|
|
5747
|
-
* Auth header value in "key=value,..." format
|
|
5860
|
+
* Auth header value in "key=value,..." format.
|
|
5748
5861
|
*
|
|
5749
5862
|
* @remarks
|
|
5750
|
-
*
|
|
5751
|
-
* `alien-deployment` injects this as the `OTEL_EXPORTER_OTLP_HEADERS` plain env var
|
|
5752
|
-
* into all containers. It must be plain (not a vault secret) because alien-runtime
|
|
5753
|
-
* reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
|
|
5754
|
-
*
|
|
5755
|
-
* Worker VMs do NOT use this field directly. The ComputeCluster infra
|
|
5756
|
-
* controller writes the same value to the cloud vault used by the worker
|
|
5757
|
-
* image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
|
|
5758
|
-
*
|
|
5759
5863
|
* Example: "authorization=Bearer <write-token>"
|
|
5760
5864
|
*/
|
|
5761
5865
|
logsAuthHeader: string;
|
|
@@ -7014,17 +7118,13 @@ export declare function syncAcquireResponseEnvironmentInfoAwsFromJSON(jsonString
|
|
|
7014
7118
|
export declare const SyncAcquireResponseEnvironmentInfoUnion$inboundSchema: z.ZodType<SyncAcquireResponseEnvironmentInfoUnion, unknown>;
|
|
7015
7119
|
export declare function syncAcquireResponseEnvironmentInfoUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseEnvironmentInfoUnion, SDKValidationError>;
|
|
7016
7120
|
/** @internal */
|
|
7017
|
-
export declare const
|
|
7018
|
-
|
|
7019
|
-
export declare const SyncAcquireResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseDeleteScopeEnum>;
|
|
7020
|
-
/** @internal */
|
|
7021
|
-
export declare const SyncAcquireResponseDeleteScopeUnion$inboundSchema: z.ZodType<SyncAcquireResponseDeleteScopeUnion, unknown>;
|
|
7022
|
-
export declare function syncAcquireResponseDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseDeleteScopeUnion, SDKValidationError>;
|
|
7121
|
+
export declare const SyncAcquireResponseError$inboundSchema: z.ZodType<SyncAcquireResponseError, unknown>;
|
|
7122
|
+
export declare function syncAcquireResponseErrorFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseError, SDKValidationError>;
|
|
7023
7123
|
/** @internal */
|
|
7024
|
-
export declare const
|
|
7124
|
+
export declare const SyncAcquireResponseErrorUnion$inboundSchema: z.ZodType<SyncAcquireResponseErrorUnion, unknown>;
|
|
7125
|
+
export declare function syncAcquireResponseErrorUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseErrorUnion, SDKValidationError>;
|
|
7025
7126
|
/** @internal */
|
|
7026
|
-
export declare const
|
|
7027
|
-
export declare function syncAcquireResponsePendingDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponsePendingDeleteScopeUnion, SDKValidationError>;
|
|
7127
|
+
export declare const SyncAcquireResponseCurrentPlatform$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCurrentPlatform>;
|
|
7028
7128
|
/** @internal */
|
|
7029
7129
|
export declare const SyncAcquireResponsePreparedStackManagementEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponsePreparedStackManagementEnum>;
|
|
7030
7130
|
/** @internal */
|
|
@@ -7282,11 +7382,11 @@ export declare function syncAcquireResponseControllerPlatformUnionFromJSON(jsonS
|
|
|
7282
7382
|
export declare const SyncAcquireResponseStackStateDependency$inboundSchema: z.ZodType<SyncAcquireResponseStackStateDependency, unknown>;
|
|
7283
7383
|
export declare function syncAcquireResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackStateDependency, SDKValidationError>;
|
|
7284
7384
|
/** @internal */
|
|
7285
|
-
export declare const
|
|
7286
|
-
export declare function
|
|
7385
|
+
export declare const SyncAcquireResponseStackStateError$inboundSchema: z.ZodType<SyncAcquireResponseStackStateError, unknown>;
|
|
7386
|
+
export declare function syncAcquireResponseStackStateErrorFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackStateError, SDKValidationError>;
|
|
7287
7387
|
/** @internal */
|
|
7288
|
-
export declare const
|
|
7289
|
-
export declare function
|
|
7388
|
+
export declare const SyncAcquireResponseStackStateErrorUnion$inboundSchema: z.ZodType<SyncAcquireResponseStackStateErrorUnion, unknown>;
|
|
7389
|
+
export declare function syncAcquireResponseStackStateErrorUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseStackStateErrorUnion, SDKValidationError>;
|
|
7290
7390
|
/** @internal */
|
|
7291
7391
|
export declare const SyncAcquireResponseStackStateLifecycleEnum$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseStackStateLifecycleEnum>;
|
|
7292
7392
|
/** @internal */
|
|
@@ -7610,6 +7710,13 @@ export declare function syncAcquireResponseComputeBackendHorizonFromJSON(jsonStr
|
|
|
7610
7710
|
export declare const SyncAcquireResponseComputeBackendUnion$inboundSchema: z.ZodType<SyncAcquireResponseComputeBackendUnion, unknown>;
|
|
7611
7711
|
export declare function syncAcquireResponseComputeBackendUnionFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseComputeBackendUnion, SDKValidationError>;
|
|
7612
7712
|
/** @internal */
|
|
7713
|
+
export declare const SyncAcquireResponseAliasCertificateStatus$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseAliasCertificateStatus>;
|
|
7714
|
+
/** @internal */
|
|
7715
|
+
export declare const SyncAcquireResponseAliasDnsStatus$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseAliasDnsStatus>;
|
|
7716
|
+
/** @internal */
|
|
7717
|
+
export declare const SyncAcquireResponseAlias$inboundSchema: z.ZodType<SyncAcquireResponseAlias, unknown>;
|
|
7718
|
+
export declare function syncAcquireResponseAliasFromJSON(jsonString: string): SafeParseResult<SyncAcquireResponseAlias, SDKValidationError>;
|
|
7719
|
+
/** @internal */
|
|
7613
7720
|
export declare const SyncAcquireResponseCertificateStatus$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseCertificateStatus>;
|
|
7614
7721
|
/** @internal */
|
|
7615
7722
|
export declare const SyncAcquireResponseDnsStatus$inboundSchema: z.ZodEnum<typeof SyncAcquireResponseDnsStatus>;
|