@alienplatform/platform-api 1.5.1 → 1.7.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/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
|
@@ -1236,6 +1236,92 @@ export type SyncReconcileResponseEnvironmentInfoAws = {
|
|
|
1236
1236
|
platform: SyncReconcileResponseCurrentPlatformAws;
|
|
1237
1237
|
};
|
|
1238
1238
|
export type SyncReconcileResponseEnvironmentInfoUnion = SyncReconcileResponseEnvironmentInfoGcp | SyncReconcileResponseEnvironmentInfoAzure | SyncReconcileResponseEnvironmentInfoLocal | SyncReconcileResponseEnvironmentInfoAws | SyncReconcileResponseEnvironmentInfoTest | any;
|
|
1239
|
+
/**
|
|
1240
|
+
* Canonical error container that provides a structured way to represent errors
|
|
1241
|
+
*
|
|
1242
|
+
* @remarks
|
|
1243
|
+
* with rich metadata including error codes, human-readable messages, context,
|
|
1244
|
+
* and chaining capabilities for error propagation.
|
|
1245
|
+
*
|
|
1246
|
+
* This struct is designed to be both machine-readable and user-friendly,
|
|
1247
|
+
* supporting serialization for API responses and detailed error reporting
|
|
1248
|
+
* in distributed systems.
|
|
1249
|
+
*/
|
|
1250
|
+
export type SyncReconcileResponseError = {
|
|
1251
|
+
/**
|
|
1252
|
+
* A unique identifier for the type of error.
|
|
1253
|
+
*
|
|
1254
|
+
* @remarks
|
|
1255
|
+
*
|
|
1256
|
+
* This should be a short, machine-readable string that can be used
|
|
1257
|
+
* by clients to programmatically handle different error types.
|
|
1258
|
+
* Examples: "NOT_FOUND", "VALIDATION_ERROR", "TIMEOUT"
|
|
1259
|
+
*/
|
|
1260
|
+
code: string;
|
|
1261
|
+
/**
|
|
1262
|
+
* Additional diagnostic information about the error context.
|
|
1263
|
+
*
|
|
1264
|
+
* @remarks
|
|
1265
|
+
*
|
|
1266
|
+
* This optional field can contain structured data providing more details
|
|
1267
|
+
* about the error, such as validation errors, request parameters that
|
|
1268
|
+
* caused the issue, or other relevant context information.
|
|
1269
|
+
*/
|
|
1270
|
+
context?: any | null | undefined;
|
|
1271
|
+
/**
|
|
1272
|
+
* Optional human-facing remediation hint.
|
|
1273
|
+
*/
|
|
1274
|
+
hint?: string | null | undefined;
|
|
1275
|
+
/**
|
|
1276
|
+
* HTTP status code for this error.
|
|
1277
|
+
*
|
|
1278
|
+
* @remarks
|
|
1279
|
+
*
|
|
1280
|
+
* Used when converting the error to an HTTP response. If None, falls back to
|
|
1281
|
+
* the error type's default status code or 500.
|
|
1282
|
+
*/
|
|
1283
|
+
httpStatusCode?: number | null | undefined;
|
|
1284
|
+
/**
|
|
1285
|
+
* Indicates if this is an internal error that should not be exposed to users.
|
|
1286
|
+
*
|
|
1287
|
+
* @remarks
|
|
1288
|
+
*
|
|
1289
|
+
* When `true`, this error contains sensitive information or implementation
|
|
1290
|
+
* details that should not be shown to end-users. Such errors should be
|
|
1291
|
+
* logged for debugging but replaced with generic error messages in responses.
|
|
1292
|
+
*/
|
|
1293
|
+
internal: boolean;
|
|
1294
|
+
/**
|
|
1295
|
+
* Human-readable error message.
|
|
1296
|
+
*
|
|
1297
|
+
* @remarks
|
|
1298
|
+
*
|
|
1299
|
+
* This message should be clear and actionable for developers or end-users,
|
|
1300
|
+
* providing context about what went wrong and potentially how to fix it.
|
|
1301
|
+
*/
|
|
1302
|
+
message: string;
|
|
1303
|
+
/**
|
|
1304
|
+
* Indicates whether the operation that caused the error should be retried.
|
|
1305
|
+
*
|
|
1306
|
+
* @remarks
|
|
1307
|
+
*
|
|
1308
|
+
* When `true`, the error is transient and the operation might succeed
|
|
1309
|
+
* if attempted again. When `false`, retrying the same operation is
|
|
1310
|
+
* unlikely to succeed without changes.
|
|
1311
|
+
*/
|
|
1312
|
+
retryable: boolean;
|
|
1313
|
+
/**
|
|
1314
|
+
* The underlying error that caused this error, creating an error chain.
|
|
1315
|
+
*
|
|
1316
|
+
* @remarks
|
|
1317
|
+
*
|
|
1318
|
+
* This allows for proper error propagation and debugging by maintaining
|
|
1319
|
+
* the full context of how an error occurred through multiple layers
|
|
1320
|
+
* of an application.
|
|
1321
|
+
*/
|
|
1322
|
+
source?: any | null | undefined;
|
|
1323
|
+
};
|
|
1324
|
+
export type SyncReconcileResponseErrorUnion = SyncReconcileResponseError | any;
|
|
1239
1325
|
/**
|
|
1240
1326
|
* Represents the target cloud platform.
|
|
1241
1327
|
*/
|
|
@@ -1251,58 +1337,6 @@ export declare const SyncReconcileResponseCurrentPlatform: {
|
|
|
1251
1337
|
* Represents the target cloud platform.
|
|
1252
1338
|
*/
|
|
1253
1339
|
export type SyncReconcileResponseCurrentPlatform = ClosedEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
1254
|
-
/**
|
|
1255
|
-
* Scope for a delete operation.
|
|
1256
|
-
*
|
|
1257
|
-
* @remarks
|
|
1258
|
-
*
|
|
1259
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1260
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1261
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1262
|
-
* before setup tears down Frozen resources.
|
|
1263
|
-
*/
|
|
1264
|
-
export declare const SyncReconcileResponseDeleteScopeEnum: {
|
|
1265
|
-
readonly Full: "full";
|
|
1266
|
-
readonly LiveOnly: "liveOnly";
|
|
1267
|
-
};
|
|
1268
|
-
/**
|
|
1269
|
-
* Scope for a delete operation.
|
|
1270
|
-
*
|
|
1271
|
-
* @remarks
|
|
1272
|
-
*
|
|
1273
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1274
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1275
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1276
|
-
* before setup tears down Frozen resources.
|
|
1277
|
-
*/
|
|
1278
|
-
export type SyncReconcileResponseDeleteScopeEnum = ClosedEnum<typeof SyncReconcileResponseDeleteScopeEnum>;
|
|
1279
|
-
export type SyncReconcileResponseDeleteScopeUnion = SyncReconcileResponseDeleteScopeEnum | any;
|
|
1280
|
-
/**
|
|
1281
|
-
* Scope for a delete operation.
|
|
1282
|
-
*
|
|
1283
|
-
* @remarks
|
|
1284
|
-
*
|
|
1285
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1286
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1287
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1288
|
-
* before setup tears down Frozen resources.
|
|
1289
|
-
*/
|
|
1290
|
-
export declare const SyncReconcileResponsePendingDeleteScopeEnum: {
|
|
1291
|
-
readonly Full: "full";
|
|
1292
|
-
readonly LiveOnly: "liveOnly";
|
|
1293
|
-
};
|
|
1294
|
-
/**
|
|
1295
|
-
* Scope for a delete operation.
|
|
1296
|
-
*
|
|
1297
|
-
* @remarks
|
|
1298
|
-
*
|
|
1299
|
-
* Full deletes are setup/admin owned and may remove both Frozen and Live
|
|
1300
|
-
* resources. Live-only deletes are used by setup handoff resources
|
|
1301
|
-
* (Terraform/CloudFormation) so Alien removes only the resources it owns
|
|
1302
|
-
* before setup tears down Frozen resources.
|
|
1303
|
-
*/
|
|
1304
|
-
export type SyncReconcileResponsePendingDeleteScopeEnum = ClosedEnum<typeof SyncReconcileResponsePendingDeleteScopeEnum>;
|
|
1305
|
-
export type SyncReconcileResponsePendingDeleteScopeUnion = SyncReconcileResponsePendingDeleteScopeEnum | any;
|
|
1306
1340
|
export declare const SyncReconcileResponsePreparedStackManagementEnum: {
|
|
1307
1341
|
readonly Auto: "auto";
|
|
1308
1342
|
};
|
|
@@ -2419,7 +2453,6 @@ export type SyncReconcileResponsePreparedStackUnion = SyncReconcileResponsePrepa
|
|
|
2419
2453
|
* Stores deployment state that needs to persist across step calls.
|
|
2420
2454
|
*/
|
|
2421
2455
|
export type SyncReconcileResponseRuntimeMetadata = {
|
|
2422
|
-
deleteScope?: SyncReconcileResponseDeleteScopeEnum | any | null | undefined;
|
|
2423
2456
|
/**
|
|
2424
2457
|
* Hash of the environment variables snapshot that was last synced to the vault
|
|
2425
2458
|
*
|
|
@@ -2427,7 +2460,6 @@ export type SyncReconcileResponseRuntimeMetadata = {
|
|
|
2427
2460
|
* Used to avoid redundant sync operations during incremental deployment
|
|
2428
2461
|
*/
|
|
2429
2462
|
lastSyncedEnvVarsHash?: string | null | undefined;
|
|
2430
|
-
pendingDeleteScope?: SyncReconcileResponsePendingDeleteScopeEnum | any | null | undefined;
|
|
2431
2463
|
preparedStack?: SyncReconcileResponsePreparedStack | any | null | undefined;
|
|
2432
2464
|
/**
|
|
2433
2465
|
* Whether cross-account registry access has been successfully granted.
|
|
@@ -2511,7 +2543,7 @@ export type SyncReconcileResponseStackStateDependency = {
|
|
|
2511
2543
|
* supporting serialization for API responses and detailed error reporting
|
|
2512
2544
|
* in distributed systems.
|
|
2513
2545
|
*/
|
|
2514
|
-
export type
|
|
2546
|
+
export type SyncReconcileResponseStackStateError = {
|
|
2515
2547
|
/**
|
|
2516
2548
|
* A unique identifier for the type of error.
|
|
2517
2549
|
*
|
|
@@ -2585,7 +2617,7 @@ export type SyncReconcileResponseError = {
|
|
|
2585
2617
|
*/
|
|
2586
2618
|
source?: any | null | undefined;
|
|
2587
2619
|
};
|
|
2588
|
-
export type
|
|
2620
|
+
export type SyncReconcileResponseStackStateErrorUnion = SyncReconcileResponseStackStateError | any;
|
|
2589
2621
|
/**
|
|
2590
2622
|
* Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.
|
|
2591
2623
|
*/
|
|
@@ -2640,6 +2672,7 @@ export declare const SyncReconcileResponseStackStateStatus: {
|
|
|
2640
2672
|
readonly UpdateFailed: "update-failed";
|
|
2641
2673
|
readonly Deleting: "deleting";
|
|
2642
2674
|
readonly DeleteFailed: "delete-failed";
|
|
2675
|
+
readonly TeardownRequired: "teardown-required";
|
|
2643
2676
|
readonly Deleted: "deleted";
|
|
2644
2677
|
readonly RefreshFailed: "refresh-failed";
|
|
2645
2678
|
};
|
|
@@ -2671,7 +2704,7 @@ export type SyncReconcileResponseStackStateResources = {
|
|
|
2671
2704
|
* This preserves the full dependency information from the stack definition.
|
|
2672
2705
|
*/
|
|
2673
2706
|
dependencies?: Array<SyncReconcileResponseStackStateDependency> | undefined;
|
|
2674
|
-
error?:
|
|
2707
|
+
error?: SyncReconcileResponseStackStateError | any | null | undefined;
|
|
2675
2708
|
/**
|
|
2676
2709
|
* Stores the controller state that failed, used for manual retry operations.
|
|
2677
2710
|
*
|
|
@@ -2730,6 +2763,7 @@ export type SyncReconcileResponseStackStateUnion = SyncReconcileResponseStackSta
|
|
|
2730
2763
|
*/
|
|
2731
2764
|
export declare const SyncReconcileResponseStatus: {
|
|
2732
2765
|
readonly Pending: "pending";
|
|
2766
|
+
readonly PreflightsFailed: "preflights-failed";
|
|
2733
2767
|
readonly InitialSetup: "initial-setup";
|
|
2734
2768
|
readonly InitialSetupFailed: "initial-setup-failed";
|
|
2735
2769
|
readonly Provisioning: "provisioning";
|
|
@@ -2742,6 +2776,8 @@ export declare const SyncReconcileResponseStatus: {
|
|
|
2742
2776
|
readonly DeletePending: "delete-pending";
|
|
2743
2777
|
readonly Deleting: "deleting";
|
|
2744
2778
|
readonly DeleteFailed: "delete-failed";
|
|
2779
|
+
readonly TeardownRequired: "teardown-required";
|
|
2780
|
+
readonly TeardownFailed: "teardown-failed";
|
|
2745
2781
|
readonly Deleted: "deleted";
|
|
2746
2782
|
readonly Error: "error";
|
|
2747
2783
|
};
|
|
@@ -3890,6 +3926,7 @@ export type SyncReconcileResponseTargetReleaseUnion = SyncReconcileResponseTarge
|
|
|
3890
3926
|
export type SyncReconcileResponseCurrent = {
|
|
3891
3927
|
currentRelease?: SyncReconcileResponseCurrentRelease | any | null | undefined;
|
|
3892
3928
|
environmentInfo?: SyncReconcileResponseEnvironmentInfoGcp | SyncReconcileResponseEnvironmentInfoAzure | SyncReconcileResponseEnvironmentInfoLocal | SyncReconcileResponseEnvironmentInfoAws | SyncReconcileResponseEnvironmentInfoTest | any | null | undefined;
|
|
3929
|
+
error?: SyncReconcileResponseError | any | null | undefined;
|
|
3893
3930
|
/**
|
|
3894
3931
|
* Represents the target cloud platform.
|
|
3895
3932
|
*/
|
|
@@ -4092,6 +4129,81 @@ export type SyncReconcileResponseComputeBackendHorizon = {
|
|
|
4092
4129
|
type: SyncReconcileResponseComputeBackendType;
|
|
4093
4130
|
};
|
|
4094
4131
|
export type SyncReconcileResponseComputeBackendUnion = SyncReconcileResponseComputeBackendHorizon | any;
|
|
4132
|
+
/**
|
|
4133
|
+
* Certificate status in the certificate lifecycle
|
|
4134
|
+
*/
|
|
4135
|
+
export declare const SyncReconcileResponseAliasCertificateStatus: {
|
|
4136
|
+
readonly Pending: "pending";
|
|
4137
|
+
readonly Issued: "issued";
|
|
4138
|
+
readonly Renewing: "renewing";
|
|
4139
|
+
readonly RenewalFailed: "renewal-failed";
|
|
4140
|
+
readonly Failed: "failed";
|
|
4141
|
+
readonly Deleting: "deleting";
|
|
4142
|
+
};
|
|
4143
|
+
/**
|
|
4144
|
+
* Certificate status in the certificate lifecycle
|
|
4145
|
+
*/
|
|
4146
|
+
export type SyncReconcileResponseAliasCertificateStatus = ClosedEnum<typeof SyncReconcileResponseAliasCertificateStatus>;
|
|
4147
|
+
/**
|
|
4148
|
+
* DNS record status in the DNS lifecycle
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const SyncReconcileResponseAliasDnsStatus: {
|
|
4151
|
+
readonly Pending: "pending";
|
|
4152
|
+
readonly Active: "active";
|
|
4153
|
+
readonly Updating: "updating";
|
|
4154
|
+
readonly Deleting: "deleting";
|
|
4155
|
+
readonly Failed: "failed";
|
|
4156
|
+
};
|
|
4157
|
+
/**
|
|
4158
|
+
* DNS record status in the DNS lifecycle
|
|
4159
|
+
*/
|
|
4160
|
+
export type SyncReconcileResponseAliasDnsStatus = ClosedEnum<typeof SyncReconcileResponseAliasDnsStatus>;
|
|
4161
|
+
/**
|
|
4162
|
+
* Certificate and DNS metadata for a managed hostname.
|
|
4163
|
+
*
|
|
4164
|
+
* @remarks
|
|
4165
|
+
*
|
|
4166
|
+
* Includes decrypted certificate data for issued certificates.
|
|
4167
|
+
* Private keys are deployment-scoped secrets (like environment variables).
|
|
4168
|
+
*/
|
|
4169
|
+
export type SyncReconcileResponseAlias = {
|
|
4170
|
+
/**
|
|
4171
|
+
* Full PEM certificate chain (only present if status is "issued").
|
|
4172
|
+
*/
|
|
4173
|
+
certificateChain?: string | null | undefined;
|
|
4174
|
+
/**
|
|
4175
|
+
* Certificate ID (for tracking/logging).
|
|
4176
|
+
*/
|
|
4177
|
+
certificateId: string;
|
|
4178
|
+
/**
|
|
4179
|
+
* Certificate status in the certificate lifecycle
|
|
4180
|
+
*/
|
|
4181
|
+
certificateStatus: SyncReconcileResponseAliasCertificateStatus;
|
|
4182
|
+
/**
|
|
4183
|
+
* Last DNS error message. Present when DNS previously failed, even if status
|
|
4184
|
+
*
|
|
4185
|
+
* @remarks
|
|
4186
|
+
* was reset to pending for retry. Used to surface actionable error context
|
|
4187
|
+
* in WaitingForDns failure messages.
|
|
4188
|
+
*/
|
|
4189
|
+
dnsError?: string | null | undefined;
|
|
4190
|
+
/**
|
|
4191
|
+
* DNS record status in the DNS lifecycle
|
|
4192
|
+
*/
|
|
4193
|
+
dnsStatus: SyncReconcileResponseAliasDnsStatus;
|
|
4194
|
+
/**
|
|
4195
|
+
* Fully qualified domain name.
|
|
4196
|
+
*/
|
|
4197
|
+
fqdn: string;
|
|
4198
|
+
/**
|
|
4199
|
+
* ISO 8601 timestamp when certificate was issued (for renewal detection).
|
|
4200
|
+
*/
|
|
4201
|
+
issuedAt?: string | null | undefined;
|
|
4202
|
+
/**
|
|
4203
|
+
* Decrypted private key (only present if status is "issued").
|
|
4204
|
+
*/
|
|
4205
|
+
privateKey?: string | null | undefined;
|
|
4206
|
+
};
|
|
4095
4207
|
/**
|
|
4096
4208
|
* Certificate status in the certificate lifecycle
|
|
4097
4209
|
*/
|
|
@@ -4126,10 +4238,15 @@ export type SyncReconcileResponseDnsStatus = ClosedEnum<typeof SyncReconcileResp
|
|
|
4126
4238
|
*
|
|
4127
4239
|
* @remarks
|
|
4128
4240
|
*
|
|
4129
|
-
*
|
|
4130
|
-
*
|
|
4241
|
+
* The direct fields describe the primary generated hostname. `aliases`
|
|
4242
|
+
* contains additional managed hostnames that route directly to the same
|
|
4243
|
+
* resource.
|
|
4131
4244
|
*/
|
|
4132
4245
|
export type DomainMetadataTargetResources = {
|
|
4246
|
+
/**
|
|
4247
|
+
* Additional managed hostnames for the resource.
|
|
4248
|
+
*/
|
|
4249
|
+
aliases?: Array<SyncReconcileResponseAlias> | undefined;
|
|
4133
4250
|
/**
|
|
4134
4251
|
* Full PEM certificate chain (only present if status is "issued").
|
|
4135
4252
|
*/
|
|
@@ -5732,29 +5849,16 @@ export type SyncReconcileResponseManagementConfigUnion = SyncReconcileResponseMa
|
|
|
5732
5849
|
*
|
|
5733
5850
|
* @remarks
|
|
5734
5851
|
*
|
|
5735
|
-
* When set,
|
|
5736
|
-
*
|
|
5737
|
-
*
|
|
5738
|
-
*
|
|
5739
|
-
* alien-runtime reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time,
|
|
5740
|
-
* before vault secrets load. For worker VMs, worker-template stamping passes
|
|
5741
|
-
* the monitoring configuration to the provider controller, which stores the
|
|
5742
|
-
* sensitive header in the cloud vault used by the worker image.
|
|
5852
|
+
* When set, worker runtimes export captured application logs through the
|
|
5853
|
+
* given endpoint via OTLP/HTTP. Auth headers are runtime-owned secret material:
|
|
5854
|
+
* deployment code must sync them to a runtime-only secret and avoid putting
|
|
5855
|
+
* them into user application environment variables.
|
|
5743
5856
|
*/
|
|
5744
5857
|
export type SyncReconcileResponseMonitoring = {
|
|
5745
5858
|
/**
|
|
5746
|
-
* Auth header value in "key=value,..." format
|
|
5859
|
+
* Auth header value in "key=value,..." format.
|
|
5747
5860
|
*
|
|
5748
5861
|
* @remarks
|
|
5749
|
-
*
|
|
5750
|
-
* `alien-deployment` injects this as the `OTEL_EXPORTER_OTLP_HEADERS` plain env var
|
|
5751
|
-
* into all containers. It must be plain (not a vault secret) because alien-runtime
|
|
5752
|
-
* reads `OTEL_EXPORTER_OTLP_HEADERS` at tracing-init time, before vault secrets load.
|
|
5753
|
-
*
|
|
5754
|
-
* Worker VMs do NOT use this field directly. The ComputeCluster infra
|
|
5755
|
-
* controller writes the same value to the cloud vault used by the worker
|
|
5756
|
-
* image (GCP: Secret Manager, AWS: Secrets Manager, Azure: Key Vault).
|
|
5757
|
-
*
|
|
5758
5862
|
* Example: "authorization=Bearer <write-token>"
|
|
5759
5863
|
*/
|
|
5760
5864
|
logsAuthHeader: string;
|
|
@@ -8151,17 +8255,13 @@ export declare function syncReconcileResponseEnvironmentInfoAwsFromJSON(jsonStri
|
|
|
8151
8255
|
export declare const SyncReconcileResponseEnvironmentInfoUnion$inboundSchema: z.ZodType<SyncReconcileResponseEnvironmentInfoUnion, unknown>;
|
|
8152
8256
|
export declare function syncReconcileResponseEnvironmentInfoUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseEnvironmentInfoUnion, SDKValidationError>;
|
|
8153
8257
|
/** @internal */
|
|
8154
|
-
export declare const
|
|
8155
|
-
|
|
8156
|
-
export declare const SyncReconcileResponseDeleteScopeEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDeleteScopeEnum>;
|
|
8157
|
-
/** @internal */
|
|
8158
|
-
export declare const SyncReconcileResponseDeleteScopeUnion$inboundSchema: z.ZodType<SyncReconcileResponseDeleteScopeUnion, unknown>;
|
|
8159
|
-
export declare function syncReconcileResponseDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseDeleteScopeUnion, SDKValidationError>;
|
|
8258
|
+
export declare const SyncReconcileResponseError$inboundSchema: z.ZodType<SyncReconcileResponseError, unknown>;
|
|
8259
|
+
export declare function syncReconcileResponseErrorFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseError, SDKValidationError>;
|
|
8160
8260
|
/** @internal */
|
|
8161
|
-
export declare const
|
|
8261
|
+
export declare const SyncReconcileResponseErrorUnion$inboundSchema: z.ZodType<SyncReconcileResponseErrorUnion, unknown>;
|
|
8262
|
+
export declare function syncReconcileResponseErrorUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseErrorUnion, SDKValidationError>;
|
|
8162
8263
|
/** @internal */
|
|
8163
|
-
export declare const
|
|
8164
|
-
export declare function syncReconcileResponsePendingDeleteScopeUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponsePendingDeleteScopeUnion, SDKValidationError>;
|
|
8264
|
+
export declare const SyncReconcileResponseCurrentPlatform$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCurrentPlatform>;
|
|
8165
8265
|
/** @internal */
|
|
8166
8266
|
export declare const SyncReconcileResponsePreparedStackManagementEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponsePreparedStackManagementEnum>;
|
|
8167
8267
|
/** @internal */
|
|
@@ -8419,11 +8519,11 @@ export declare function syncReconcileResponseControllerPlatformUnionFromJSON(jso
|
|
|
8419
8519
|
export declare const SyncReconcileResponseStackStateDependency$inboundSchema: z.ZodType<SyncReconcileResponseStackStateDependency, unknown>;
|
|
8420
8520
|
export declare function syncReconcileResponseStackStateDependencyFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackStateDependency, SDKValidationError>;
|
|
8421
8521
|
/** @internal */
|
|
8422
|
-
export declare const
|
|
8423
|
-
export declare function
|
|
8522
|
+
export declare const SyncReconcileResponseStackStateError$inboundSchema: z.ZodType<SyncReconcileResponseStackStateError, unknown>;
|
|
8523
|
+
export declare function syncReconcileResponseStackStateErrorFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackStateError, SDKValidationError>;
|
|
8424
8524
|
/** @internal */
|
|
8425
|
-
export declare const
|
|
8426
|
-
export declare function
|
|
8525
|
+
export declare const SyncReconcileResponseStackStateErrorUnion$inboundSchema: z.ZodType<SyncReconcileResponseStackStateErrorUnion, unknown>;
|
|
8526
|
+
export declare function syncReconcileResponseStackStateErrorUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseStackStateErrorUnion, SDKValidationError>;
|
|
8427
8527
|
/** @internal */
|
|
8428
8528
|
export declare const SyncReconcileResponseStackStateLifecycleEnum$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseStackStateLifecycleEnum>;
|
|
8429
8529
|
/** @internal */
|
|
@@ -8747,6 +8847,13 @@ export declare function syncReconcileResponseComputeBackendHorizonFromJSON(jsonS
|
|
|
8747
8847
|
export declare const SyncReconcileResponseComputeBackendUnion$inboundSchema: z.ZodType<SyncReconcileResponseComputeBackendUnion, unknown>;
|
|
8748
8848
|
export declare function syncReconcileResponseComputeBackendUnionFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseComputeBackendUnion, SDKValidationError>;
|
|
8749
8849
|
/** @internal */
|
|
8850
|
+
export declare const SyncReconcileResponseAliasCertificateStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseAliasCertificateStatus>;
|
|
8851
|
+
/** @internal */
|
|
8852
|
+
export declare const SyncReconcileResponseAliasDnsStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseAliasDnsStatus>;
|
|
8853
|
+
/** @internal */
|
|
8854
|
+
export declare const SyncReconcileResponseAlias$inboundSchema: z.ZodType<SyncReconcileResponseAlias, unknown>;
|
|
8855
|
+
export declare function syncReconcileResponseAliasFromJSON(jsonString: string): SafeParseResult<SyncReconcileResponseAlias, SDKValidationError>;
|
|
8856
|
+
/** @internal */
|
|
8750
8857
|
export declare const SyncReconcileResponseCertificateStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseCertificateStatus>;
|
|
8751
8858
|
/** @internal */
|
|
8752
8859
|
export declare const SyncReconcileResponseDnsStatus$inboundSchema: z.ZodEnum<typeof SyncReconcileResponseDnsStatus>;
|