@alienplatform/platform-api 1.4.2 → 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 +18 -10
- 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/deploymentsGetSetupRegistrationOperation.d.ts +16 -0
- 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/funcs/{billingGetPlan.d.ts → managersGetDomainBinding.d.ts} +5 -3
- package/esm/funcs/managersGetDomainBinding.d.ts.map +1 -0
- package/esm/funcs/managersGetDomainBinding.js +89 -0
- package/esm/funcs/managersGetDomainBinding.js.map +1 -0
- package/esm/funcs/managersUpdateDomainBinding.d.ts +16 -0
- package/esm/funcs/managersUpdateDomainBinding.d.ts.map +1 -0
- package/esm/funcs/managersUpdateDomainBinding.js +92 -0
- package/esm/funcs/managersUpdateDomainBinding.js.map +1 -0
- package/esm/funcs/syncReconcile.d.ts +1 -1
- package/esm/funcs/syncReconcile.js +1 -1
- 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/createmanagerresponse.d.ts +15 -0
- package/esm/models/createmanagerresponse.d.ts.map +1 -1
- package/esm/models/createmanagerresponse.js +9 -0
- package/esm/models/createmanagerresponse.js.map +1 -1
- 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 +58 -64
- package/esm/models/deployment.d.ts.map +1 -1
- package/esm/models/deployment.js +35 -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 +58 -64
- package/esm/models/deploymentdetailresponse.d.ts.map +1 -1
- package/esm/models/deploymentdetailresponse.js +37 -47
- package/esm/models/deploymentdetailresponse.js.map +1 -1
- package/esm/models/deploymentinfo.d.ts +40 -12
- package/esm/models/deploymentinfo.d.ts.map +1 -1
- package/esm/models/deploymentinfo.js +36 -13
- 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 -2
- package/esm/models/deploymentportaldomainresponse.d.ts.map +1 -1
- package/esm/models/deploymentportaldomainresponse.js +3 -2
- 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/deploymentsetupstacksettingspolicy.d.ts +7 -0
- package/esm/models/deploymentsetupstacksettingspolicy.d.ts.map +1 -1
- package/esm/models/deploymentsetupstacksettingspolicy.js +6 -0
- package/esm/models/deploymentsetupstacksettingspolicy.js.map +1 -1
- package/esm/models/{deploymentportaldomain.d.ts → domainendpoint.d.ts} +17 -33
- package/esm/models/domainendpoint.d.ts.map +1 -0
- package/esm/models/domainendpoint.js +49 -0
- 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 +22 -2
- package/esm/models/domainwithusage.d.ts.map +1 -1
- package/esm/models/domainwithusage.js +25 -2
- 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 +55 -34
- package/esm/models/importsource.d.ts.map +1 -1
- package/esm/models/importsource.js +39 -25
- 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 +20 -2
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +20 -2
- 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 +11 -0
- package/esm/models/managerdomainbindingresponse.d.ts.map +1 -0
- package/esm/models/managerdomainbindingresponse.js +14 -0
- package/esm/models/managerdomainbindingresponse.js.map +1 -0
- package/esm/models/managerretryresponse.d.ts +15 -0
- package/esm/models/managerretryresponse.d.ts.map +1 -1
- package/esm/models/managerretryresponse.js +9 -0
- package/esm/models/managerretryresponse.js.map +1 -1
- package/esm/models/newdeploymentrequest.d.ts +16 -0
- package/esm/models/newdeploymentrequest.d.ts.map +1 -1
- package/esm/models/newdeploymentrequest.js +6 -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/createproject.d.ts +8 -8
- package/esm/models/operations/createprojectfromtemplate.d.ts +8 -8
- 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/getmanagerdomainbinding.d.ts +20 -0
- package/esm/models/operations/getmanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/operations/getmanagerdomainbinding.js +13 -0
- package/esm/models/operations/getmanagerdomainbinding.js.map +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.d.ts.map +1 -1
- package/esm/models/operations/getresourcedeploymentdetail.js +1 -0
- package/esm/models/operations/getresourcedeploymentdetail.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 +6 -2
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +6 -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/operations/preparedeploymentstack.d.ts +7 -0
- package/esm/models/operations/preparedeploymentstack.d.ts.map +1 -1
- package/esm/models/operations/preparedeploymentstack.js +3 -0
- package/esm/models/operations/preparedeploymentstack.js.map +1 -1
- package/esm/models/operations/updatemanagerdomainbinding.d.ts +23 -0
- package/esm/models/operations/updatemanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/operations/updatemanagerdomainbinding.js +21 -0
- package/esm/models/operations/updatemanagerdomainbinding.js.map +1 -0
- package/esm/models/package.d.ts +10 -6
- 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 +22 -70
- package/esm/models/persistimporteddeploymentrequest.d.ts.map +1 -1
- package/esm/models/persistimporteddeploymentrequest.js +9 -58
- package/esm/models/persistimporteddeploymentrequest.js.map +1 -1
- package/esm/models/project.d.ts +4 -4
- package/esm/models/projectlistitemresponse.d.ts +4 -4
- 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 +215 -90
- package/esm/models/syncacquireresponse.d.ts.map +1 -1
- package/esm/models/syncacquireresponse.js +80 -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 +58 -64
- package/esm/models/synclistresponse.d.ts.map +1 -1
- package/esm/models/synclistresponse.js +36 -44
- package/esm/models/synclistresponse.js.map +1 -1
- package/esm/models/syncreconcilerequest.d.ts +120 -173
- package/esm/models/syncreconcilerequest.d.ts.map +1 -1
- package/esm/models/syncreconcilerequest.js +31 -72
- package/esm/models/syncreconcilerequest.js.map +1 -1
- package/esm/models/syncreconcileresponse.d.ts +215 -90
- package/esm/models/syncreconcileresponse.d.ts.map +1 -1
- package/esm/models/syncreconcileresponse.js +80 -55
- package/esm/models/syncreconcileresponse.js.map +1 -1
- package/esm/models/updatemanagerdomainbinding.d.ts +15 -0
- package/esm/models/updatemanagerdomainbinding.d.ts.map +1 -0
- package/esm/models/updatemanagerdomainbinding.js +12 -0
- package/esm/models/updatemanagerdomainbinding.js.map +1 -0
- package/esm/models/updateproject.d.ts +4 -9
- 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/esm/sdk/managers.d.ts +8 -0
- package/esm/sdk/managers.d.ts.map +1 -1
- package/esm/sdk/managers.js +14 -0
- package/esm/sdk/managers.js.map +1 -1
- package/esm/sdk/sync.d.ts +1 -1
- package/esm/sdk/sync.js +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/funcs/managersGetDomainBinding.ts +180 -0
- package/src/funcs/managersUpdateDomainBinding.ts +183 -0
- package/src/funcs/syncReconcile.ts +1 -1
- 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/createmanagerresponse.ts +24 -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 +72 -116
- package/src/models/deploymentconnectioninfo.ts +3 -0
- package/src/models/deploymentdetailresponse.ts +78 -138
- package/src/models/deploymentinfo.ts +85 -31
- package/src/models/deploymentlistitemresponse.ts +38 -0
- package/src/models/deploymentportaldomainresponse.ts +7 -5
- package/src/models/deploymentrole.ts +1 -0
- package/src/models/deploymentsetupstacksettingspolicy.ts +13 -0
- package/src/models/{deploymentportaldomain.ts → domainendpoint.ts} +57 -70
- 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 +62 -4
- package/src/models/event.ts +11 -6
- package/src/models/importsource.ts +115 -63
- package/src/models/importsourcekind.ts +5 -1
- package/src/models/index.ts +20 -2
- package/src/models/kubernetesbaseplatform.ts +24 -0
- package/src/models/managerdeployment.ts +3 -0
- package/src/models/managerdomainbindingresponse.ts +34 -0
- package/src/models/managerretryresponse.ts +24 -0
- package/src/models/newdeploymentrequest.ts +20 -0
- package/src/models/operations/createdomain.ts +33 -0
- package/src/models/operations/createdomainendpoint.ts +131 -0
- package/src/models/operations/createproject.ts +8 -8
- package/src/models/operations/createprojectfromtemplate.ts +8 -8
- 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/getmanagerdomainbinding.ts +41 -0
- package/src/models/operations/getresourcedeploymentdetail.ts +2 -0
- package/src/models/operations/getsetupregistrationoperation.ts +41 -0
- package/src/models/operations/getworkspacebillingentitlements.ts +36 -0
- package/src/models/operations/index.ts +6 -2
- package/src/models/operations/listdeployments.ts +3 -0
- package/src/models/operations/preparedeploymentstack.ts +10 -0
- package/src/models/operations/updatemanagerdomainbinding.ts +53 -0
- package/src/models/package.ts +11 -6
- package/src/models/persistimporteddeploymentrequest.ts +26 -150
- package/src/models/project.ts +4 -4
- package/src/models/projectlistitemresponse.ts +4 -4
- 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 +308 -151
- package/src/models/synclistrequest.ts +3 -0
- package/src/models/synclistresponse.ts +77 -124
- package/src/models/syncreconcilerequest.ts +167 -265
- package/src/models/syncreconcileresponse.ts +309 -155
- package/src/models/updatemanagerdomainbinding.ts +33 -0
- package/src/models/updateproject.ts +4 -10
- 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/src/sdk/managers.ts +30 -0
- package/src/sdk/sync.ts +1 -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 -1619
- package/esm/models/cloudformationcallbackrequest.d.ts.map +0 -1
- package/esm/models/cloudformationcallbackrequest.js +0 -977
- package/esm/models/cloudformationcallbackrequest.js.map +0 -1
- 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/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/src/models/cloudformationcallbackrequest.ts +0 -3844
- package/src/models/operations/acceptcloudformationcallback.ts +0 -82
- package/src/models/operations/getworkspaceplan.ts +0 -62
|
@@ -1,1619 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v4";
|
|
2
|
-
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
-
import { ImportedResource, ImportedResource$Outbound } from "./importedresource.js";
|
|
4
|
-
import { ImportSourceKind } from "./importsourcekind.js";
|
|
5
|
-
export declare const RequestType: {
|
|
6
|
-
readonly Create: "Create";
|
|
7
|
-
readonly Update: "Update";
|
|
8
|
-
readonly Delete: "Delete";
|
|
9
|
-
};
|
|
10
|
-
export type RequestType = ClosedEnum<typeof RequestType>;
|
|
11
|
-
/**
|
|
12
|
-
* Cloud platform of the imported stack
|
|
13
|
-
*/
|
|
14
|
-
export declare const CloudFormationCallbackRequestPlatformEnum: {
|
|
15
|
-
readonly Aws: "aws";
|
|
16
|
-
readonly Gcp: "gcp";
|
|
17
|
-
readonly Azure: "azure";
|
|
18
|
-
readonly Kubernetes: "kubernetes";
|
|
19
|
-
readonly Local: "local";
|
|
20
|
-
readonly Test: "test";
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Cloud platform of the imported stack
|
|
24
|
-
*/
|
|
25
|
-
export type CloudFormationCallbackRequestPlatformEnum = ClosedEnum<typeof CloudFormationCallbackRequestPlatformEnum>;
|
|
26
|
-
/**
|
|
27
|
-
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
28
|
-
*/
|
|
29
|
-
export declare const CloudFormationCallbackRequestBasePlatform: {
|
|
30
|
-
readonly Aws: "aws";
|
|
31
|
-
readonly Gcp: "gcp";
|
|
32
|
-
readonly Azure: "azure";
|
|
33
|
-
readonly Kubernetes: "kubernetes";
|
|
34
|
-
readonly Local: "local";
|
|
35
|
-
readonly Test: "test";
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
39
|
-
*/
|
|
40
|
-
export type CloudFormationCallbackRequestBasePlatform = ClosedEnum<typeof CloudFormationCallbackRequestBasePlatform>;
|
|
41
|
-
/**
|
|
42
|
-
* Deployment model: how updates are delivered to the remote environment.
|
|
43
|
-
*/
|
|
44
|
-
export declare const CloudFormationCallbackRequestDeploymentModel: {
|
|
45
|
-
readonly Push: "push";
|
|
46
|
-
readonly Pull: "pull";
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Deployment model: how updates are delivered to the remote environment.
|
|
50
|
-
*/
|
|
51
|
-
export type CloudFormationCallbackRequestDeploymentModel = ClosedEnum<typeof CloudFormationCallbackRequestDeploymentModel>;
|
|
52
|
-
export type CloudFormationCallbackRequestAws = {
|
|
53
|
-
certificateArn: string;
|
|
54
|
-
};
|
|
55
|
-
export type CloudFormationCallbackRequestAwsUnion = CloudFormationCallbackRequestAws | any;
|
|
56
|
-
export type CloudFormationCallbackRequestAzure = {
|
|
57
|
-
keyVaultCertificateId: string;
|
|
58
|
-
};
|
|
59
|
-
export type CloudFormationCallbackRequestAzureUnion = CloudFormationCallbackRequestAzure | any;
|
|
60
|
-
export type CloudFormationCallbackRequestGcp = {
|
|
61
|
-
certificateName: string;
|
|
62
|
-
};
|
|
63
|
-
export type CloudFormationCallbackRequestGcpUnion = CloudFormationCallbackRequestGcp | any;
|
|
64
|
-
/**
|
|
65
|
-
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
66
|
-
*/
|
|
67
|
-
export type CloudFormationCallbackRequestTlsSecretRef = {
|
|
68
|
-
/**
|
|
69
|
-
* Secret namespace. Defaults to the release namespace when omitted.
|
|
70
|
-
*/
|
|
71
|
-
namespace?: string | null | undefined;
|
|
72
|
-
/**
|
|
73
|
-
* Secret name.
|
|
74
|
-
*/
|
|
75
|
-
secretName: string;
|
|
76
|
-
};
|
|
77
|
-
export type CloudFormationCallbackRequestDomainsKubernetes = {
|
|
78
|
-
/**
|
|
79
|
-
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
80
|
-
*/
|
|
81
|
-
tlsSecretRef: CloudFormationCallbackRequestTlsSecretRef;
|
|
82
|
-
};
|
|
83
|
-
export type CloudFormationCallbackRequestDomainsKubernetesUnion = CloudFormationCallbackRequestDomainsKubernetes | any;
|
|
84
|
-
/**
|
|
85
|
-
* Platform-specific certificate references for custom domains.
|
|
86
|
-
*/
|
|
87
|
-
export type CloudFormationCallbackRequestDomainsCertificate = {
|
|
88
|
-
aws?: CloudFormationCallbackRequestAws | any | null | undefined;
|
|
89
|
-
azure?: CloudFormationCallbackRequestAzure | any | null | undefined;
|
|
90
|
-
gcp?: CloudFormationCallbackRequestGcp | any | null | undefined;
|
|
91
|
-
kubernetes?: CloudFormationCallbackRequestDomainsKubernetes | any | null | undefined;
|
|
92
|
-
};
|
|
93
|
-
/**
|
|
94
|
-
* Custom domain configuration for a single resource.
|
|
95
|
-
*/
|
|
96
|
-
export type CloudFormationCallbackRequestCustomDomains = {
|
|
97
|
-
/**
|
|
98
|
-
* Platform-specific certificate references for custom domains.
|
|
99
|
-
*/
|
|
100
|
-
certificate: CloudFormationCallbackRequestDomainsCertificate;
|
|
101
|
-
/**
|
|
102
|
-
* Fully qualified domain name to use.
|
|
103
|
-
*/
|
|
104
|
-
domain: string;
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Domain configuration for the stack.
|
|
108
|
-
*
|
|
109
|
-
* @remarks
|
|
110
|
-
*
|
|
111
|
-
* When `custom_domains` is set, the specified resources use customer-provided
|
|
112
|
-
* domains and certificates. Otherwise, Alien auto-generates domains.
|
|
113
|
-
*/
|
|
114
|
-
export type CloudFormationCallbackRequestDomains = {
|
|
115
|
-
/**
|
|
116
|
-
* Custom domain configuration per resource ID.
|
|
117
|
-
*/
|
|
118
|
-
customDomains?: {
|
|
119
|
-
[k: string]: CloudFormationCallbackRequestCustomDomains;
|
|
120
|
-
} | null | undefined;
|
|
121
|
-
};
|
|
122
|
-
export type CloudFormationCallbackRequestDomainsUnion = CloudFormationCallbackRequestDomains | any;
|
|
123
|
-
/**
|
|
124
|
-
* External bindings for pre-existing infrastructure.
|
|
125
|
-
*
|
|
126
|
-
* @remarks
|
|
127
|
-
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
128
|
-
* Environment, etc.) instead of having Alien provision them.
|
|
129
|
-
* Required for Kubernetes platform, optional for cloud platforms.
|
|
130
|
-
*/
|
|
131
|
-
export type CloudFormationCallbackRequestExternalBindings = {};
|
|
132
|
-
/**
|
|
133
|
-
* How heartbeat health checks are handled.
|
|
134
|
-
*/
|
|
135
|
-
export declare const CloudFormationCallbackRequestHeartbeats: {
|
|
136
|
-
readonly Off: "off";
|
|
137
|
-
readonly On: "on";
|
|
138
|
-
};
|
|
139
|
-
/**
|
|
140
|
-
* How heartbeat health checks are handled.
|
|
141
|
-
*/
|
|
142
|
-
export type CloudFormationCallbackRequestHeartbeats = ClosedEnum<typeof CloudFormationCallbackRequestHeartbeats>;
|
|
143
|
-
/**
|
|
144
|
-
* Optional provider-specific identity for a cloud-backed Kubernetes cluster.
|
|
145
|
-
*/
|
|
146
|
-
export type CloudFormationCallbackRequestCloud = {
|
|
147
|
-
accountId?: string | null | undefined;
|
|
148
|
-
clusterId?: string | null | undefined;
|
|
149
|
-
clusterName?: string | null | undefined;
|
|
150
|
-
projectId?: string | null | undefined;
|
|
151
|
-
region?: string | null | undefined;
|
|
152
|
-
resourceGroup?: string | null | undefined;
|
|
153
|
-
subscriptionId?: string | null | undefined;
|
|
154
|
-
};
|
|
155
|
-
export type CloudFormationCallbackRequestCloudUnion = CloudFormationCallbackRequestCloud | any;
|
|
156
|
-
/**
|
|
157
|
-
* Ownership model for the Kubernetes cluster.
|
|
158
|
-
*/
|
|
159
|
-
export declare const CloudFormationCallbackRequestOwnership: {
|
|
160
|
-
readonly Managed: "managed";
|
|
161
|
-
readonly Existing: "existing";
|
|
162
|
-
readonly External: "external";
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Ownership model for the Kubernetes cluster.
|
|
166
|
-
*/
|
|
167
|
-
export type CloudFormationCallbackRequestOwnership = ClosedEnum<typeof CloudFormationCallbackRequestOwnership>;
|
|
168
|
-
/**
|
|
169
|
-
* Kubernetes cluster setup settings.
|
|
170
|
-
*/
|
|
171
|
-
export type CloudFormationCallbackRequestCluster = {
|
|
172
|
-
cloud?: CloudFormationCallbackRequestCloud | any | null | undefined;
|
|
173
|
-
/**
|
|
174
|
-
* Namespace where the Alien chart and application resources run.
|
|
175
|
-
*/
|
|
176
|
-
namespace?: string | null | undefined;
|
|
177
|
-
/**
|
|
178
|
-
* Ownership model for the Kubernetes cluster.
|
|
179
|
-
*/
|
|
180
|
-
ownership: CloudFormationCallbackRequestOwnership;
|
|
181
|
-
};
|
|
182
|
-
export type CloudFormationCallbackRequestClusterUnion = CloudFormationCallbackRequestCluster | any;
|
|
183
|
-
export type CloudFormationCallbackRequestCertificateNone2 = {
|
|
184
|
-
mode: "none";
|
|
185
|
-
};
|
|
186
|
-
export type CloudFormationCallbackRequestCertificateManagedTLSSecret2 = {
|
|
187
|
-
mode: "managedTlsSecret";
|
|
188
|
-
/**
|
|
189
|
-
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
190
|
-
*/
|
|
191
|
-
secretNameTemplate: string;
|
|
192
|
-
};
|
|
193
|
-
export type CloudFormationCallbackRequestCertificateAwsAcmArn2 = {
|
|
194
|
-
/**
|
|
195
|
-
* Existing ACM certificate ARN.
|
|
196
|
-
*/
|
|
197
|
-
certificateArn: string;
|
|
198
|
-
mode: "awsAcmArn";
|
|
199
|
-
};
|
|
200
|
-
export type CloudFormationCallbackRequestCertificateManagedAcmImport2 = {
|
|
201
|
-
mode: "managedAcmImport";
|
|
202
|
-
/**
|
|
203
|
-
* ACM region. Defaults to the deployment region when omitted.
|
|
204
|
-
*/
|
|
205
|
-
region?: string | null | undefined;
|
|
206
|
-
/**
|
|
207
|
-
* Tags applied to runtime-imported ACM certificates.
|
|
208
|
-
*/
|
|
209
|
-
tags?: {
|
|
210
|
-
[k: string]: string;
|
|
211
|
-
} | undefined;
|
|
212
|
-
};
|
|
213
|
-
/**
|
|
214
|
-
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
215
|
-
*/
|
|
216
|
-
export type CloudFormationCallbackRequestCertificateTLSSecretRef2 = {
|
|
217
|
-
/**
|
|
218
|
-
* Secret namespace. Defaults to the release namespace when omitted.
|
|
219
|
-
*/
|
|
220
|
-
namespace?: string | null | undefined;
|
|
221
|
-
/**
|
|
222
|
-
* Secret name.
|
|
223
|
-
*/
|
|
224
|
-
secretName: string;
|
|
225
|
-
mode: "tlsSecretRef";
|
|
226
|
-
};
|
|
227
|
-
/**
|
|
228
|
-
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
229
|
-
*/
|
|
230
|
-
export type CloudFormationCallbackRequestCertificateUnion2 = CloudFormationCallbackRequestCertificateTLSSecretRef2 | CloudFormationCallbackRequestCertificateManagedAcmImport2 | CloudFormationCallbackRequestCertificateAwsAcmArn2 | CloudFormationCallbackRequestCertificateManagedTLSSecret2 | CloudFormationCallbackRequestCertificateNone2;
|
|
231
|
-
export declare const CloudFormationCallbackRequestModeCustom: {
|
|
232
|
-
readonly Custom: "custom";
|
|
233
|
-
};
|
|
234
|
-
export type CloudFormationCallbackRequestModeCustom = ClosedEnum<typeof CloudFormationCallbackRequestModeCustom>;
|
|
235
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4: {
|
|
236
|
-
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
237
|
-
};
|
|
238
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4>;
|
|
239
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4 = {
|
|
240
|
-
/**
|
|
241
|
-
* Optional ALB name when using BYO Application Gateway resources.
|
|
242
|
-
*/
|
|
243
|
-
albName?: string | null | undefined;
|
|
244
|
-
/**
|
|
245
|
-
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
246
|
-
*/
|
|
247
|
-
albNamespace?: string | null | undefined;
|
|
248
|
-
/**
|
|
249
|
-
* Public or internal frontend exposure.
|
|
250
|
-
*/
|
|
251
|
-
frontend: string;
|
|
252
|
-
provider: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4;
|
|
253
|
-
};
|
|
254
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum4: {
|
|
255
|
-
readonly GkeGateway: "gkeGateway";
|
|
256
|
-
};
|
|
257
|
-
export type CloudFormationCallbackRequestProviderGkeGatewayEnum4 = ClosedEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum4>;
|
|
258
|
-
export type CloudFormationCallbackRequestProviderGkeGateway4 = {
|
|
259
|
-
provider: CloudFormationCallbackRequestProviderGkeGatewayEnum4;
|
|
260
|
-
/**
|
|
261
|
-
* Optional static address name for the Gateway frontend.
|
|
262
|
-
*/
|
|
263
|
-
staticAddressName?: string | null | undefined;
|
|
264
|
-
};
|
|
265
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum4: {
|
|
266
|
-
readonly AwsAlb: "awsAlb";
|
|
267
|
-
};
|
|
268
|
-
export type CloudFormationCallbackRequestProviderAwsAlbEnum4 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum4>;
|
|
269
|
-
export type CloudFormationCallbackRequestProviderAwsAlb4 = {
|
|
270
|
-
/**
|
|
271
|
-
* Optional ALB IP address type, such as `dualstack`.
|
|
272
|
-
*/
|
|
273
|
-
ipAddressType?: string | null | undefined;
|
|
274
|
-
provider: CloudFormationCallbackRequestProviderAwsAlbEnum4;
|
|
275
|
-
/**
|
|
276
|
-
* Internet-facing or internal ALB scheme.
|
|
277
|
-
*/
|
|
278
|
-
scheme: string;
|
|
279
|
-
/**
|
|
280
|
-
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
281
|
-
*/
|
|
282
|
-
subnetIds?: Array<string> | undefined;
|
|
283
|
-
/**
|
|
284
|
-
* ALB target type, usually `ip`.
|
|
285
|
-
*/
|
|
286
|
-
targetType: string;
|
|
287
|
-
};
|
|
288
|
-
export type CloudFormationCallbackRequestProviderUnion4 = CloudFormationCallbackRequestProviderAwsAlb4 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4 | CloudFormationCallbackRequestProviderGkeGateway4 | any;
|
|
289
|
-
/**
|
|
290
|
-
* Shared Gateway API route profile values.
|
|
291
|
-
*/
|
|
292
|
-
export type CloudFormationCallbackRequestRouteGateway2 = {
|
|
293
|
-
/**
|
|
294
|
-
* Annotations applied to route objects.
|
|
295
|
-
*/
|
|
296
|
-
annotations?: {
|
|
297
|
-
[k: string]: string;
|
|
298
|
-
} | undefined;
|
|
299
|
-
/**
|
|
300
|
-
* Route controller identifier, for example a cloud Gateway controller.
|
|
301
|
-
*/
|
|
302
|
-
controller?: string | null | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* GatewayClass selected for generated Gateways.
|
|
305
|
-
*/
|
|
306
|
-
gatewayClassName: string;
|
|
307
|
-
/**
|
|
308
|
-
* Labels applied to route objects.
|
|
309
|
-
*/
|
|
310
|
-
labels?: {
|
|
311
|
-
[k: string]: string;
|
|
312
|
-
} | undefined;
|
|
313
|
-
/**
|
|
314
|
-
* Listener port, usually 443.
|
|
315
|
-
*/
|
|
316
|
-
listenerPort: number;
|
|
317
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb4 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4 | CloudFormationCallbackRequestProviderGkeGateway4 | any | null | undefined;
|
|
318
|
-
routeApi: "gateway";
|
|
319
|
-
};
|
|
320
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3: {
|
|
321
|
-
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
322
|
-
};
|
|
323
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3>;
|
|
324
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3 = {
|
|
325
|
-
/**
|
|
326
|
-
* Optional ALB name when using BYO Application Gateway resources.
|
|
327
|
-
*/
|
|
328
|
-
albName?: string | null | undefined;
|
|
329
|
-
/**
|
|
330
|
-
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
331
|
-
*/
|
|
332
|
-
albNamespace?: string | null | undefined;
|
|
333
|
-
/**
|
|
334
|
-
* Public or internal frontend exposure.
|
|
335
|
-
*/
|
|
336
|
-
frontend: string;
|
|
337
|
-
provider: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3;
|
|
338
|
-
};
|
|
339
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum3: {
|
|
340
|
-
readonly GkeGateway: "gkeGateway";
|
|
341
|
-
};
|
|
342
|
-
export type CloudFormationCallbackRequestProviderGkeGatewayEnum3 = ClosedEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum3>;
|
|
343
|
-
export type CloudFormationCallbackRequestProviderGkeGateway3 = {
|
|
344
|
-
provider: CloudFormationCallbackRequestProviderGkeGatewayEnum3;
|
|
345
|
-
/**
|
|
346
|
-
* Optional static address name for the Gateway frontend.
|
|
347
|
-
*/
|
|
348
|
-
staticAddressName?: string | null | undefined;
|
|
349
|
-
};
|
|
350
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum3: {
|
|
351
|
-
readonly AwsAlb: "awsAlb";
|
|
352
|
-
};
|
|
353
|
-
export type CloudFormationCallbackRequestProviderAwsAlbEnum3 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum3>;
|
|
354
|
-
export type CloudFormationCallbackRequestProviderAwsAlb3 = {
|
|
355
|
-
/**
|
|
356
|
-
* Optional ALB IP address type, such as `dualstack`.
|
|
357
|
-
*/
|
|
358
|
-
ipAddressType?: string | null | undefined;
|
|
359
|
-
provider: CloudFormationCallbackRequestProviderAwsAlbEnum3;
|
|
360
|
-
/**
|
|
361
|
-
* Internet-facing or internal ALB scheme.
|
|
362
|
-
*/
|
|
363
|
-
scheme: string;
|
|
364
|
-
/**
|
|
365
|
-
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
366
|
-
*/
|
|
367
|
-
subnetIds?: Array<string> | undefined;
|
|
368
|
-
/**
|
|
369
|
-
* ALB target type, usually `ip`.
|
|
370
|
-
*/
|
|
371
|
-
targetType: string;
|
|
372
|
-
};
|
|
373
|
-
export type CloudFormationCallbackRequestProviderUnion3 = CloudFormationCallbackRequestProviderAwsAlb3 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3 | CloudFormationCallbackRequestProviderGkeGateway3 | any;
|
|
374
|
-
/**
|
|
375
|
-
* Shared Ingress route profile values.
|
|
376
|
-
*/
|
|
377
|
-
export type CloudFormationCallbackRequestRouteIngress2 = {
|
|
378
|
-
/**
|
|
379
|
-
* Annotations applied to route objects.
|
|
380
|
-
*/
|
|
381
|
-
annotations?: {
|
|
382
|
-
[k: string]: string;
|
|
383
|
-
} | undefined;
|
|
384
|
-
/**
|
|
385
|
-
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
386
|
-
*/
|
|
387
|
-
controller?: string | null | undefined;
|
|
388
|
-
/**
|
|
389
|
-
* `spec.ingressClassName` for generated Ingresses.
|
|
390
|
-
*/
|
|
391
|
-
ingressClassName: string;
|
|
392
|
-
/**
|
|
393
|
-
* Labels applied to route objects.
|
|
394
|
-
*/
|
|
395
|
-
labels?: {
|
|
396
|
-
[k: string]: string;
|
|
397
|
-
} | undefined;
|
|
398
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb3 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3 | CloudFormationCallbackRequestProviderGkeGateway3 | any | null | undefined;
|
|
399
|
-
routeApi: "ingress";
|
|
400
|
-
};
|
|
401
|
-
/**
|
|
402
|
-
* Kubernetes route API selected for public endpoints.
|
|
403
|
-
*/
|
|
404
|
-
export type CloudFormationCallbackRequestRouteUnion2 = CloudFormationCallbackRequestRouteIngress2 | CloudFormationCallbackRequestRouteGateway2;
|
|
405
|
-
export type CloudFormationCallbackRequestExposureCustom = {
|
|
406
|
-
/**
|
|
407
|
-
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
408
|
-
*/
|
|
409
|
-
certificate: CloudFormationCallbackRequestCertificateTLSSecretRef2 | CloudFormationCallbackRequestCertificateManagedAcmImport2 | CloudFormationCallbackRequestCertificateAwsAcmArn2 | CloudFormationCallbackRequestCertificateManagedTLSSecret2 | CloudFormationCallbackRequestCertificateNone2;
|
|
410
|
-
/**
|
|
411
|
-
* Hostname routed by the Kubernetes public endpoint.
|
|
412
|
-
*/
|
|
413
|
-
domain: string;
|
|
414
|
-
mode: CloudFormationCallbackRequestModeCustom;
|
|
415
|
-
/**
|
|
416
|
-
* Kubernetes route API selected for public endpoints.
|
|
417
|
-
*/
|
|
418
|
-
route: CloudFormationCallbackRequestRouteIngress2 | CloudFormationCallbackRequestRouteGateway2;
|
|
419
|
-
};
|
|
420
|
-
export type CloudFormationCallbackRequestCertificateNone1 = {
|
|
421
|
-
mode: "none";
|
|
422
|
-
};
|
|
423
|
-
export type CloudFormationCallbackRequestCertificateManagedTLSSecret1 = {
|
|
424
|
-
mode: "managedTlsSecret";
|
|
425
|
-
/**
|
|
426
|
-
* Secret name template. Runtime may substitute resource/deployment tokens.
|
|
427
|
-
*/
|
|
428
|
-
secretNameTemplate: string;
|
|
429
|
-
};
|
|
430
|
-
export type CloudFormationCallbackRequestCertificateAwsAcmArn1 = {
|
|
431
|
-
/**
|
|
432
|
-
* Existing ACM certificate ARN.
|
|
433
|
-
*/
|
|
434
|
-
certificateArn: string;
|
|
435
|
-
mode: "awsAcmArn";
|
|
436
|
-
};
|
|
437
|
-
export type CloudFormationCallbackRequestCertificateManagedAcmImport1 = {
|
|
438
|
-
mode: "managedAcmImport";
|
|
439
|
-
/**
|
|
440
|
-
* ACM region. Defaults to the deployment region when omitted.
|
|
441
|
-
*/
|
|
442
|
-
region?: string | null | undefined;
|
|
443
|
-
/**
|
|
444
|
-
* Tags applied to runtime-imported ACM certificates.
|
|
445
|
-
*/
|
|
446
|
-
tags?: {
|
|
447
|
-
[k: string]: string;
|
|
448
|
-
} | undefined;
|
|
449
|
-
};
|
|
450
|
-
/**
|
|
451
|
-
* Namespace-scoped Kubernetes TLS Secret reference.
|
|
452
|
-
*/
|
|
453
|
-
export type CloudFormationCallbackRequestCertificateTLSSecretRef1 = {
|
|
454
|
-
/**
|
|
455
|
-
* Secret namespace. Defaults to the release namespace when omitted.
|
|
456
|
-
*/
|
|
457
|
-
namespace?: string | null | undefined;
|
|
458
|
-
/**
|
|
459
|
-
* Secret name.
|
|
460
|
-
*/
|
|
461
|
-
secretName: string;
|
|
462
|
-
mode: "tlsSecretRef";
|
|
463
|
-
};
|
|
464
|
-
/**
|
|
465
|
-
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
466
|
-
*/
|
|
467
|
-
export type CloudFormationCallbackRequestCertificateUnion1 = CloudFormationCallbackRequestCertificateTLSSecretRef1 | CloudFormationCallbackRequestCertificateManagedAcmImport1 | CloudFormationCallbackRequestCertificateAwsAcmArn1 | CloudFormationCallbackRequestCertificateManagedTLSSecret1 | CloudFormationCallbackRequestCertificateNone1;
|
|
468
|
-
export declare const CloudFormationCallbackRequestModeGenerated: {
|
|
469
|
-
readonly Generated: "generated";
|
|
470
|
-
};
|
|
471
|
-
export type CloudFormationCallbackRequestModeGenerated = ClosedEnum<typeof CloudFormationCallbackRequestModeGenerated>;
|
|
472
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2: {
|
|
473
|
-
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
474
|
-
};
|
|
475
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2>;
|
|
476
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2 = {
|
|
477
|
-
/**
|
|
478
|
-
* Optional ALB name when using BYO Application Gateway resources.
|
|
479
|
-
*/
|
|
480
|
-
albName?: string | null | undefined;
|
|
481
|
-
/**
|
|
482
|
-
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
483
|
-
*/
|
|
484
|
-
albNamespace?: string | null | undefined;
|
|
485
|
-
/**
|
|
486
|
-
* Public or internal frontend exposure.
|
|
487
|
-
*/
|
|
488
|
-
frontend: string;
|
|
489
|
-
provider: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2;
|
|
490
|
-
};
|
|
491
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum2: {
|
|
492
|
-
readonly GkeGateway: "gkeGateway";
|
|
493
|
-
};
|
|
494
|
-
export type CloudFormationCallbackRequestProviderGkeGatewayEnum2 = ClosedEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum2>;
|
|
495
|
-
export type CloudFormationCallbackRequestProviderGkeGateway2 = {
|
|
496
|
-
provider: CloudFormationCallbackRequestProviderGkeGatewayEnum2;
|
|
497
|
-
/**
|
|
498
|
-
* Optional static address name for the Gateway frontend.
|
|
499
|
-
*/
|
|
500
|
-
staticAddressName?: string | null | undefined;
|
|
501
|
-
};
|
|
502
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum2: {
|
|
503
|
-
readonly AwsAlb: "awsAlb";
|
|
504
|
-
};
|
|
505
|
-
export type CloudFormationCallbackRequestProviderAwsAlbEnum2 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum2>;
|
|
506
|
-
export type CloudFormationCallbackRequestProviderAwsAlb2 = {
|
|
507
|
-
/**
|
|
508
|
-
* Optional ALB IP address type, such as `dualstack`.
|
|
509
|
-
*/
|
|
510
|
-
ipAddressType?: string | null | undefined;
|
|
511
|
-
provider: CloudFormationCallbackRequestProviderAwsAlbEnum2;
|
|
512
|
-
/**
|
|
513
|
-
* Internet-facing or internal ALB scheme.
|
|
514
|
-
*/
|
|
515
|
-
scheme: string;
|
|
516
|
-
/**
|
|
517
|
-
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
518
|
-
*/
|
|
519
|
-
subnetIds?: Array<string> | undefined;
|
|
520
|
-
/**
|
|
521
|
-
* ALB target type, usually `ip`.
|
|
522
|
-
*/
|
|
523
|
-
targetType: string;
|
|
524
|
-
};
|
|
525
|
-
export type CloudFormationCallbackRequestProviderUnion2 = CloudFormationCallbackRequestProviderAwsAlb2 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2 | CloudFormationCallbackRequestProviderGkeGateway2 | any;
|
|
526
|
-
/**
|
|
527
|
-
* Shared Gateway API route profile values.
|
|
528
|
-
*/
|
|
529
|
-
export type CloudFormationCallbackRequestRouteGateway1 = {
|
|
530
|
-
/**
|
|
531
|
-
* Annotations applied to route objects.
|
|
532
|
-
*/
|
|
533
|
-
annotations?: {
|
|
534
|
-
[k: string]: string;
|
|
535
|
-
} | undefined;
|
|
536
|
-
/**
|
|
537
|
-
* Route controller identifier, for example a cloud Gateway controller.
|
|
538
|
-
*/
|
|
539
|
-
controller?: string | null | undefined;
|
|
540
|
-
/**
|
|
541
|
-
* GatewayClass selected for generated Gateways.
|
|
542
|
-
*/
|
|
543
|
-
gatewayClassName: string;
|
|
544
|
-
/**
|
|
545
|
-
* Labels applied to route objects.
|
|
546
|
-
*/
|
|
547
|
-
labels?: {
|
|
548
|
-
[k: string]: string;
|
|
549
|
-
} | undefined;
|
|
550
|
-
/**
|
|
551
|
-
* Listener port, usually 443.
|
|
552
|
-
*/
|
|
553
|
-
listenerPort: number;
|
|
554
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb2 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2 | CloudFormationCallbackRequestProviderGkeGateway2 | any | null | undefined;
|
|
555
|
-
routeApi: "gateway";
|
|
556
|
-
};
|
|
557
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1: {
|
|
558
|
-
readonly AzureApplicationGatewayForContainers: "azureApplicationGatewayForContainers";
|
|
559
|
-
};
|
|
560
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1>;
|
|
561
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1 = {
|
|
562
|
-
/**
|
|
563
|
-
* Optional ALB name when using BYO Application Gateway resources.
|
|
564
|
-
*/
|
|
565
|
-
albName?: string | null | undefined;
|
|
566
|
-
/**
|
|
567
|
-
* Optional ALB namespace when using BYO Application Gateway resources.
|
|
568
|
-
*/
|
|
569
|
-
albNamespace?: string | null | undefined;
|
|
570
|
-
/**
|
|
571
|
-
* Public or internal frontend exposure.
|
|
572
|
-
*/
|
|
573
|
-
frontend: string;
|
|
574
|
-
provider: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1;
|
|
575
|
-
};
|
|
576
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum1: {
|
|
577
|
-
readonly GkeGateway: "gkeGateway";
|
|
578
|
-
};
|
|
579
|
-
export type CloudFormationCallbackRequestProviderGkeGatewayEnum1 = ClosedEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum1>;
|
|
580
|
-
export type CloudFormationCallbackRequestProviderGkeGateway1 = {
|
|
581
|
-
provider: CloudFormationCallbackRequestProviderGkeGatewayEnum1;
|
|
582
|
-
/**
|
|
583
|
-
* Optional static address name for the Gateway frontend.
|
|
584
|
-
*/
|
|
585
|
-
staticAddressName?: string | null | undefined;
|
|
586
|
-
};
|
|
587
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum1: {
|
|
588
|
-
readonly AwsAlb: "awsAlb";
|
|
589
|
-
};
|
|
590
|
-
export type CloudFormationCallbackRequestProviderAwsAlbEnum1 = ClosedEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum1>;
|
|
591
|
-
export type CloudFormationCallbackRequestProviderAwsAlb1 = {
|
|
592
|
-
/**
|
|
593
|
-
* Optional ALB IP address type, such as `dualstack`.
|
|
594
|
-
*/
|
|
595
|
-
ipAddressType?: string | null | undefined;
|
|
596
|
-
provider: CloudFormationCallbackRequestProviderAwsAlbEnum1;
|
|
597
|
-
/**
|
|
598
|
-
* Internet-facing or internal ALB scheme.
|
|
599
|
-
*/
|
|
600
|
-
scheme: string;
|
|
601
|
-
/**
|
|
602
|
-
* Explicit subnet IDs when the profile cannot rely on controller discovery.
|
|
603
|
-
*/
|
|
604
|
-
subnetIds?: Array<string> | undefined;
|
|
605
|
-
/**
|
|
606
|
-
* ALB target type, usually `ip`.
|
|
607
|
-
*/
|
|
608
|
-
targetType: string;
|
|
609
|
-
};
|
|
610
|
-
export type CloudFormationCallbackRequestProviderUnion1 = CloudFormationCallbackRequestProviderAwsAlb1 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1 | CloudFormationCallbackRequestProviderGkeGateway1 | any;
|
|
611
|
-
/**
|
|
612
|
-
* Shared Ingress route profile values.
|
|
613
|
-
*/
|
|
614
|
-
export type CloudFormationCallbackRequestRouteIngress1 = {
|
|
615
|
-
/**
|
|
616
|
-
* Annotations applied to route objects.
|
|
617
|
-
*/
|
|
618
|
-
annotations?: {
|
|
619
|
-
[k: string]: string;
|
|
620
|
-
} | undefined;
|
|
621
|
-
/**
|
|
622
|
-
* Route controller identifier, for example `eks.amazonaws.com/alb`.
|
|
623
|
-
*/
|
|
624
|
-
controller?: string | null | undefined;
|
|
625
|
-
/**
|
|
626
|
-
* `spec.ingressClassName` for generated Ingresses.
|
|
627
|
-
*/
|
|
628
|
-
ingressClassName: string;
|
|
629
|
-
/**
|
|
630
|
-
* Labels applied to route objects.
|
|
631
|
-
*/
|
|
632
|
-
labels?: {
|
|
633
|
-
[k: string]: string;
|
|
634
|
-
} | undefined;
|
|
635
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb1 | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1 | CloudFormationCallbackRequestProviderGkeGateway1 | any | null | undefined;
|
|
636
|
-
routeApi: "ingress";
|
|
637
|
-
};
|
|
638
|
-
/**
|
|
639
|
-
* Kubernetes route API selected for public endpoints.
|
|
640
|
-
*/
|
|
641
|
-
export type CloudFormationCallbackRequestRouteUnion1 = CloudFormationCallbackRequestRouteIngress1 | CloudFormationCallbackRequestRouteGateway1;
|
|
642
|
-
export type CloudFormationCallbackRequestExposureGenerated = {
|
|
643
|
-
/**
|
|
644
|
-
* Certificate publication or reference mode for Kubernetes public endpoints.
|
|
645
|
-
*/
|
|
646
|
-
certificate: CloudFormationCallbackRequestCertificateTLSSecretRef1 | CloudFormationCallbackRequestCertificateManagedAcmImport1 | CloudFormationCallbackRequestCertificateAwsAcmArn1 | CloudFormationCallbackRequestCertificateManagedTLSSecret1 | CloudFormationCallbackRequestCertificateNone1;
|
|
647
|
-
mode: CloudFormationCallbackRequestModeGenerated;
|
|
648
|
-
/**
|
|
649
|
-
* Kubernetes route API selected for public endpoints.
|
|
650
|
-
*/
|
|
651
|
-
route: CloudFormationCallbackRequestRouteIngress1 | CloudFormationCallbackRequestRouteGateway1;
|
|
652
|
-
};
|
|
653
|
-
export declare const CloudFormationCallbackRequestModeDisabled: {
|
|
654
|
-
readonly Disabled: "disabled";
|
|
655
|
-
};
|
|
656
|
-
export type CloudFormationCallbackRequestModeDisabled = ClosedEnum<typeof CloudFormationCallbackRequestModeDisabled>;
|
|
657
|
-
export type CloudFormationCallbackRequestExposureDisabled = {
|
|
658
|
-
mode: CloudFormationCallbackRequestModeDisabled;
|
|
659
|
-
};
|
|
660
|
-
export type CloudFormationCallbackRequestExposureUnion = CloudFormationCallbackRequestExposureCustom | CloudFormationCallbackRequestExposureGenerated | CloudFormationCallbackRequestExposureDisabled | any;
|
|
661
|
-
/**
|
|
662
|
-
* Kubernetes runtime substrate configuration.
|
|
663
|
-
*
|
|
664
|
-
* @remarks
|
|
665
|
-
*
|
|
666
|
-
* This controls how setup chooses the cluster backing `Platform::Kubernetes`
|
|
667
|
-
* deployments. When omitted, cloud-backed Kubernetes deployments default to a
|
|
668
|
-
* managed cluster and generic/on-prem Kubernetes defaults to an external
|
|
669
|
-
* cluster.
|
|
670
|
-
*/
|
|
671
|
-
export type CloudFormationCallbackRequestKubernetes = {
|
|
672
|
-
cluster?: CloudFormationCallbackRequestCluster | any | null | undefined;
|
|
673
|
-
exposure?: CloudFormationCallbackRequestExposureCustom | CloudFormationCallbackRequestExposureGenerated | CloudFormationCallbackRequestExposureDisabled | any | null | undefined;
|
|
674
|
-
};
|
|
675
|
-
export type CloudFormationCallbackRequestKubernetesUnion = CloudFormationCallbackRequestKubernetes | any;
|
|
676
|
-
export declare const CloudFormationCallbackRequestTypeByoVnetAzure: {
|
|
677
|
-
readonly ByoVnetAzure: "byo-vnet-azure";
|
|
678
|
-
};
|
|
679
|
-
export type CloudFormationCallbackRequestTypeByoVnetAzure = ClosedEnum<typeof CloudFormationCallbackRequestTypeByoVnetAzure>;
|
|
680
|
-
export type CloudFormationCallbackRequestNetworkByoVnetAzure = {
|
|
681
|
-
/**
|
|
682
|
-
* Name of the private subnet within the VNet
|
|
683
|
-
*/
|
|
684
|
-
privateSubnetName: string;
|
|
685
|
-
/**
|
|
686
|
-
* Name of the public subnet within the VNet
|
|
687
|
-
*/
|
|
688
|
-
publicSubnetName: string;
|
|
689
|
-
type: CloudFormationCallbackRequestTypeByoVnetAzure;
|
|
690
|
-
/**
|
|
691
|
-
* The full resource ID of the existing VNet
|
|
692
|
-
*/
|
|
693
|
-
vnetResourceId: string;
|
|
694
|
-
};
|
|
695
|
-
export declare const CloudFormationCallbackRequestTypeByoVpcGcp: {
|
|
696
|
-
readonly ByoVpcGcp: "byo-vpc-gcp";
|
|
697
|
-
};
|
|
698
|
-
export type CloudFormationCallbackRequestTypeByoVpcGcp = ClosedEnum<typeof CloudFormationCallbackRequestTypeByoVpcGcp>;
|
|
699
|
-
export type CloudFormationCallbackRequestNetworkByoVpcGcp = {
|
|
700
|
-
/**
|
|
701
|
-
* The name of the existing VPC network
|
|
702
|
-
*/
|
|
703
|
-
networkName: string;
|
|
704
|
-
/**
|
|
705
|
-
* The region of the subnet
|
|
706
|
-
*/
|
|
707
|
-
region: string;
|
|
708
|
-
/**
|
|
709
|
-
* The name of the subnet to use
|
|
710
|
-
*/
|
|
711
|
-
subnetName: string;
|
|
712
|
-
type: CloudFormationCallbackRequestTypeByoVpcGcp;
|
|
713
|
-
};
|
|
714
|
-
export declare const CloudFormationCallbackRequestTypeByoVpcAws: {
|
|
715
|
-
readonly ByoVpcAws: "byo-vpc-aws";
|
|
716
|
-
};
|
|
717
|
-
export type CloudFormationCallbackRequestTypeByoVpcAws = ClosedEnum<typeof CloudFormationCallbackRequestTypeByoVpcAws>;
|
|
718
|
-
export type CloudFormationCallbackRequestNetworkByoVpcAws = {
|
|
719
|
-
/**
|
|
720
|
-
* IDs of private subnets
|
|
721
|
-
*/
|
|
722
|
-
privateSubnetIds: Array<string>;
|
|
723
|
-
/**
|
|
724
|
-
* IDs of public subnets (required for public ingress)
|
|
725
|
-
*/
|
|
726
|
-
publicSubnetIds: Array<string>;
|
|
727
|
-
/**
|
|
728
|
-
* Optional security group IDs to use
|
|
729
|
-
*/
|
|
730
|
-
securityGroupIds?: Array<string> | undefined;
|
|
731
|
-
type: CloudFormationCallbackRequestTypeByoVpcAws;
|
|
732
|
-
/**
|
|
733
|
-
* The ID of the existing VPC
|
|
734
|
-
*/
|
|
735
|
-
vpcId: string;
|
|
736
|
-
};
|
|
737
|
-
export declare const CloudFormationCallbackRequestTypeCreate: {
|
|
738
|
-
readonly Create: "create";
|
|
739
|
-
};
|
|
740
|
-
export type CloudFormationCallbackRequestTypeCreate = ClosedEnum<typeof CloudFormationCallbackRequestTypeCreate>;
|
|
741
|
-
export type CloudFormationCallbackRequestNetworkCreate = {
|
|
742
|
-
/**
|
|
743
|
-
* Number of availability zones (default: 2).
|
|
744
|
-
*/
|
|
745
|
-
availabilityZones?: number | undefined;
|
|
746
|
-
/**
|
|
747
|
-
* VPC/VNet CIDR block. If not specified, auto-generated from stack ID
|
|
748
|
-
*
|
|
749
|
-
* @remarks
|
|
750
|
-
* to reduce conflicts (e.g., "10.{hash}.0.0/16").
|
|
751
|
-
*/
|
|
752
|
-
cidr?: string | null | undefined;
|
|
753
|
-
type: CloudFormationCallbackRequestTypeCreate;
|
|
754
|
-
};
|
|
755
|
-
export declare const CloudFormationCallbackRequestTypeUseDefault: {
|
|
756
|
-
readonly UseDefault: "use-default";
|
|
757
|
-
};
|
|
758
|
-
export type CloudFormationCallbackRequestTypeUseDefault = ClosedEnum<typeof CloudFormationCallbackRequestTypeUseDefault>;
|
|
759
|
-
export type CloudFormationCallbackRequestNetworkUseDefault = {
|
|
760
|
-
type: CloudFormationCallbackRequestTypeUseDefault;
|
|
761
|
-
};
|
|
762
|
-
export type CloudFormationCallbackRequestNetworkUnion = CloudFormationCallbackRequestNetworkByoVpcAws | CloudFormationCallbackRequestNetworkByoVpcGcp | CloudFormationCallbackRequestNetworkByoVnetAzure | CloudFormationCallbackRequestNetworkUseDefault | CloudFormationCallbackRequestNetworkCreate | any;
|
|
763
|
-
/**
|
|
764
|
-
* How telemetry (logs, metrics, traces) is handled.
|
|
765
|
-
*/
|
|
766
|
-
export declare const CloudFormationCallbackRequestTelemetry: {
|
|
767
|
-
readonly Off: "off";
|
|
768
|
-
readonly Auto: "auto";
|
|
769
|
-
readonly ApprovalRequired: "approval-required";
|
|
770
|
-
};
|
|
771
|
-
/**
|
|
772
|
-
* How telemetry (logs, metrics, traces) is handled.
|
|
773
|
-
*/
|
|
774
|
-
export type CloudFormationCallbackRequestTelemetry = ClosedEnum<typeof CloudFormationCallbackRequestTelemetry>;
|
|
775
|
-
/**
|
|
776
|
-
* How updates are delivered to the deployment.
|
|
777
|
-
*/
|
|
778
|
-
export declare const CloudFormationCallbackRequestUpdates: {
|
|
779
|
-
readonly Auto: "auto";
|
|
780
|
-
readonly ApprovalRequired: "approval-required";
|
|
781
|
-
};
|
|
782
|
-
/**
|
|
783
|
-
* How updates are delivered to the deployment.
|
|
784
|
-
*/
|
|
785
|
-
export type CloudFormationCallbackRequestUpdates = ClosedEnum<typeof CloudFormationCallbackRequestUpdates>;
|
|
786
|
-
/**
|
|
787
|
-
* User-customizable deployment settings specified at deploy time.
|
|
788
|
-
*
|
|
789
|
-
* @remarks
|
|
790
|
-
*
|
|
791
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
792
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
793
|
-
* deployment runs and what capabilities are enabled.
|
|
794
|
-
*
|
|
795
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
796
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
797
|
-
*/
|
|
798
|
-
export type CloudFormationCallbackRequestStackSettings = {
|
|
799
|
-
/**
|
|
800
|
-
* Deployment model: how updates are delivered to the remote environment.
|
|
801
|
-
*/
|
|
802
|
-
deploymentModel?: CloudFormationCallbackRequestDeploymentModel | undefined;
|
|
803
|
-
domains?: CloudFormationCallbackRequestDomains | any | null | undefined;
|
|
804
|
-
/**
|
|
805
|
-
* External bindings for pre-existing infrastructure.
|
|
806
|
-
*
|
|
807
|
-
* @remarks
|
|
808
|
-
* Allows using existing resources (MinIO, Redis, shared Container Apps
|
|
809
|
-
* Environment, etc.) instead of having Alien provision them.
|
|
810
|
-
* Required for Kubernetes platform, optional for cloud platforms.
|
|
811
|
-
*/
|
|
812
|
-
externalBindings?: CloudFormationCallbackRequestExternalBindings | null | undefined;
|
|
813
|
-
/**
|
|
814
|
-
* How heartbeat health checks are handled.
|
|
815
|
-
*/
|
|
816
|
-
heartbeats?: CloudFormationCallbackRequestHeartbeats | undefined;
|
|
817
|
-
kubernetes?: CloudFormationCallbackRequestKubernetes | any | null | undefined;
|
|
818
|
-
network?: CloudFormationCallbackRequestNetworkByoVpcAws | CloudFormationCallbackRequestNetworkByoVpcGcp | CloudFormationCallbackRequestNetworkByoVnetAzure | CloudFormationCallbackRequestNetworkUseDefault | CloudFormationCallbackRequestNetworkCreate | any | null | undefined;
|
|
819
|
-
/**
|
|
820
|
-
* How telemetry (logs, metrics, traces) is handled.
|
|
821
|
-
*/
|
|
822
|
-
telemetry?: CloudFormationCallbackRequestTelemetry | undefined;
|
|
823
|
-
/**
|
|
824
|
-
* How updates are delivered to the deployment.
|
|
825
|
-
*/
|
|
826
|
-
updates?: CloudFormationCallbackRequestUpdates | undefined;
|
|
827
|
-
};
|
|
828
|
-
export type CloudFormationCallbackRequestManagementConfigKubernetes = {
|
|
829
|
-
platform: "kubernetes";
|
|
830
|
-
};
|
|
831
|
-
/**
|
|
832
|
-
* Azure management configuration extracted from stack settings
|
|
833
|
-
*/
|
|
834
|
-
export type CloudFormationCallbackRequestManagementConfigAzure = {
|
|
835
|
-
/**
|
|
836
|
-
* The managing Azure Tenant ID for cross-tenant access
|
|
837
|
-
*/
|
|
838
|
-
managingTenantId: string;
|
|
839
|
-
/**
|
|
840
|
-
* OIDC issuer URL trusted by the target-side managed identity.
|
|
841
|
-
*/
|
|
842
|
-
oidcIssuer: string;
|
|
843
|
-
/**
|
|
844
|
-
* OIDC subject claim trusted by the target-side managed identity.
|
|
845
|
-
*/
|
|
846
|
-
oidcSubject: string;
|
|
847
|
-
platform: "azure";
|
|
848
|
-
};
|
|
849
|
-
/**
|
|
850
|
-
* GCP management configuration extracted from stack settings
|
|
851
|
-
*/
|
|
852
|
-
export type CloudFormationCallbackRequestManagementConfigGcp = {
|
|
853
|
-
/**
|
|
854
|
-
* Service account email for management roles
|
|
855
|
-
*/
|
|
856
|
-
serviceAccountEmail: string;
|
|
857
|
-
platform: "gcp";
|
|
858
|
-
};
|
|
859
|
-
/**
|
|
860
|
-
* AWS management configuration extracted from stack settings
|
|
861
|
-
*/
|
|
862
|
-
export type CloudFormationCallbackRequestManagementConfigAws = {
|
|
863
|
-
/**
|
|
864
|
-
* The managing AWS IAM role ARN that can assume cross-account roles
|
|
865
|
-
*/
|
|
866
|
-
managingRoleArn: string;
|
|
867
|
-
platform: "aws";
|
|
868
|
-
};
|
|
869
|
-
/**
|
|
870
|
-
* Management configuration for different cloud platforms.
|
|
871
|
-
*
|
|
872
|
-
* @remarks
|
|
873
|
-
*
|
|
874
|
-
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
875
|
-
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
876
|
-
*/
|
|
877
|
-
export type CloudFormationCallbackRequestManagementConfigUnion = CloudFormationCallbackRequestManagementConfigAws | CloudFormationCallbackRequestManagementConfigGcp | CloudFormationCallbackRequestManagementConfigAzure | CloudFormationCallbackRequestManagementConfigKubernetes;
|
|
878
|
-
/**
|
|
879
|
-
* Resolved setup import payload
|
|
880
|
-
*/
|
|
881
|
-
export type CloudFormationCallbackRequestSource = {
|
|
882
|
-
/**
|
|
883
|
-
* User-chosen deployment name. Must be unique within the deployment group; the manager returns 409 on collision.
|
|
884
|
-
*/
|
|
885
|
-
deploymentName: string;
|
|
886
|
-
resourcePrefix: string;
|
|
887
|
-
/**
|
|
888
|
-
* Source label for observability only — does not affect import behavior.
|
|
889
|
-
*/
|
|
890
|
-
sourceKind?: ImportSourceKind | undefined;
|
|
891
|
-
/**
|
|
892
|
-
* Release that produced the setup artifact. Defaults to latest.
|
|
893
|
-
*/
|
|
894
|
-
releaseId?: string | undefined;
|
|
895
|
-
/**
|
|
896
|
-
* Cloud platform of the imported stack
|
|
897
|
-
*/
|
|
898
|
-
platform: CloudFormationCallbackRequestPlatformEnum;
|
|
899
|
-
/**
|
|
900
|
-
* Base cloud platform for cloud-backed Kubernetes imports.
|
|
901
|
-
*/
|
|
902
|
-
basePlatform?: CloudFormationCallbackRequestBasePlatform | undefined;
|
|
903
|
-
/**
|
|
904
|
-
* Region or location reported by the setup artifact
|
|
905
|
-
*/
|
|
906
|
-
region: string;
|
|
907
|
-
setupTarget: string;
|
|
908
|
-
/**
|
|
909
|
-
* Setup import payload format version embedded in the package
|
|
910
|
-
*/
|
|
911
|
-
setupImportFormatVersion: number;
|
|
912
|
-
setupFingerprint: string;
|
|
913
|
-
setupFingerprintVersion: number;
|
|
914
|
-
/**
|
|
915
|
-
* User-customizable deployment settings specified at deploy time.
|
|
916
|
-
*
|
|
917
|
-
* @remarks
|
|
918
|
-
*
|
|
919
|
-
* These settings are provided by the customer via CloudFormation parameters,
|
|
920
|
-
* Terraform attributes, CLI flags, or Helm values. They customize how the
|
|
921
|
-
* deployment runs and what capabilities are enabled.
|
|
922
|
-
*
|
|
923
|
-
* **Key distinction**: StackSettings is user-customizable, while ManagementConfig
|
|
924
|
-
* is platform-derived (from the Manager's ServiceAccount).
|
|
925
|
-
*/
|
|
926
|
-
stackSettings: CloudFormationCallbackRequestStackSettings;
|
|
927
|
-
/**
|
|
928
|
-
* Management configuration for different cloud platforms.
|
|
929
|
-
*
|
|
930
|
-
* @remarks
|
|
931
|
-
*
|
|
932
|
-
* Platform-derived configuration for cross-account/cross-tenant access.
|
|
933
|
-
* This is NOT user-specified - it's derived from the Manager's ServiceAccount.
|
|
934
|
-
*/
|
|
935
|
-
managementConfig: CloudFormationCallbackRequestManagementConfigAws | CloudFormationCallbackRequestManagementConfigGcp | CloudFormationCallbackRequestManagementConfigAzure | CloudFormationCallbackRequestManagementConfigKubernetes;
|
|
936
|
-
resources: Array<ImportedResource>;
|
|
937
|
-
};
|
|
938
|
-
export type CloudFormationCallbackRequest = {
|
|
939
|
-
stackId: string;
|
|
940
|
-
requestId: string;
|
|
941
|
-
logicalResourceId: string;
|
|
942
|
-
requestType: RequestType;
|
|
943
|
-
responseUrl: string;
|
|
944
|
-
physicalResourceId?: string | null | undefined;
|
|
945
|
-
source?: CloudFormationCallbackRequestSource | null | undefined;
|
|
946
|
-
serviceTimeoutSeconds?: number | undefined;
|
|
947
|
-
};
|
|
948
|
-
/** @internal */
|
|
949
|
-
export declare const RequestType$outboundSchema: z.ZodEnum<typeof RequestType>;
|
|
950
|
-
/** @internal */
|
|
951
|
-
export declare const CloudFormationCallbackRequestPlatformEnum$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestPlatformEnum>;
|
|
952
|
-
/** @internal */
|
|
953
|
-
export declare const CloudFormationCallbackRequestBasePlatform$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestBasePlatform>;
|
|
954
|
-
/** @internal */
|
|
955
|
-
export declare const CloudFormationCallbackRequestDeploymentModel$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestDeploymentModel>;
|
|
956
|
-
/** @internal */
|
|
957
|
-
export type CloudFormationCallbackRequestAws$Outbound = {
|
|
958
|
-
certificateArn: string;
|
|
959
|
-
};
|
|
960
|
-
/** @internal */
|
|
961
|
-
export declare const CloudFormationCallbackRequestAws$outboundSchema: z.ZodType<CloudFormationCallbackRequestAws$Outbound, CloudFormationCallbackRequestAws>;
|
|
962
|
-
export declare function cloudFormationCallbackRequestAwsToJSON(cloudFormationCallbackRequestAws: CloudFormationCallbackRequestAws): string;
|
|
963
|
-
/** @internal */
|
|
964
|
-
export type CloudFormationCallbackRequestAwsUnion$Outbound = CloudFormationCallbackRequestAws$Outbound | any;
|
|
965
|
-
/** @internal */
|
|
966
|
-
export declare const CloudFormationCallbackRequestAwsUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestAwsUnion$Outbound, CloudFormationCallbackRequestAwsUnion>;
|
|
967
|
-
export declare function cloudFormationCallbackRequestAwsUnionToJSON(cloudFormationCallbackRequestAwsUnion: CloudFormationCallbackRequestAwsUnion): string;
|
|
968
|
-
/** @internal */
|
|
969
|
-
export type CloudFormationCallbackRequestAzure$Outbound = {
|
|
970
|
-
keyVaultCertificateId: string;
|
|
971
|
-
};
|
|
972
|
-
/** @internal */
|
|
973
|
-
export declare const CloudFormationCallbackRequestAzure$outboundSchema: z.ZodType<CloudFormationCallbackRequestAzure$Outbound, CloudFormationCallbackRequestAzure>;
|
|
974
|
-
export declare function cloudFormationCallbackRequestAzureToJSON(cloudFormationCallbackRequestAzure: CloudFormationCallbackRequestAzure): string;
|
|
975
|
-
/** @internal */
|
|
976
|
-
export type CloudFormationCallbackRequestAzureUnion$Outbound = CloudFormationCallbackRequestAzure$Outbound | any;
|
|
977
|
-
/** @internal */
|
|
978
|
-
export declare const CloudFormationCallbackRequestAzureUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestAzureUnion$Outbound, CloudFormationCallbackRequestAzureUnion>;
|
|
979
|
-
export declare function cloudFormationCallbackRequestAzureUnionToJSON(cloudFormationCallbackRequestAzureUnion: CloudFormationCallbackRequestAzureUnion): string;
|
|
980
|
-
/** @internal */
|
|
981
|
-
export type CloudFormationCallbackRequestGcp$Outbound = {
|
|
982
|
-
certificateName: string;
|
|
983
|
-
};
|
|
984
|
-
/** @internal */
|
|
985
|
-
export declare const CloudFormationCallbackRequestGcp$outboundSchema: z.ZodType<CloudFormationCallbackRequestGcp$Outbound, CloudFormationCallbackRequestGcp>;
|
|
986
|
-
export declare function cloudFormationCallbackRequestGcpToJSON(cloudFormationCallbackRequestGcp: CloudFormationCallbackRequestGcp): string;
|
|
987
|
-
/** @internal */
|
|
988
|
-
export type CloudFormationCallbackRequestGcpUnion$Outbound = CloudFormationCallbackRequestGcp$Outbound | any;
|
|
989
|
-
/** @internal */
|
|
990
|
-
export declare const CloudFormationCallbackRequestGcpUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestGcpUnion$Outbound, CloudFormationCallbackRequestGcpUnion>;
|
|
991
|
-
export declare function cloudFormationCallbackRequestGcpUnionToJSON(cloudFormationCallbackRequestGcpUnion: CloudFormationCallbackRequestGcpUnion): string;
|
|
992
|
-
/** @internal */
|
|
993
|
-
export type CloudFormationCallbackRequestTlsSecretRef$Outbound = {
|
|
994
|
-
namespace?: string | null | undefined;
|
|
995
|
-
secretName: string;
|
|
996
|
-
};
|
|
997
|
-
/** @internal */
|
|
998
|
-
export declare const CloudFormationCallbackRequestTlsSecretRef$outboundSchema: z.ZodType<CloudFormationCallbackRequestTlsSecretRef$Outbound, CloudFormationCallbackRequestTlsSecretRef>;
|
|
999
|
-
export declare function cloudFormationCallbackRequestTlsSecretRefToJSON(cloudFormationCallbackRequestTlsSecretRef: CloudFormationCallbackRequestTlsSecretRef): string;
|
|
1000
|
-
/** @internal */
|
|
1001
|
-
export type CloudFormationCallbackRequestDomainsKubernetes$Outbound = {
|
|
1002
|
-
tlsSecretRef: CloudFormationCallbackRequestTlsSecretRef$Outbound;
|
|
1003
|
-
};
|
|
1004
|
-
/** @internal */
|
|
1005
|
-
export declare const CloudFormationCallbackRequestDomainsKubernetes$outboundSchema: z.ZodType<CloudFormationCallbackRequestDomainsKubernetes$Outbound, CloudFormationCallbackRequestDomainsKubernetes>;
|
|
1006
|
-
export declare function cloudFormationCallbackRequestDomainsKubernetesToJSON(cloudFormationCallbackRequestDomainsKubernetes: CloudFormationCallbackRequestDomainsKubernetes): string;
|
|
1007
|
-
/** @internal */
|
|
1008
|
-
export type CloudFormationCallbackRequestDomainsKubernetesUnion$Outbound = CloudFormationCallbackRequestDomainsKubernetes$Outbound | any;
|
|
1009
|
-
/** @internal */
|
|
1010
|
-
export declare const CloudFormationCallbackRequestDomainsKubernetesUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestDomainsKubernetesUnion$Outbound, CloudFormationCallbackRequestDomainsKubernetesUnion>;
|
|
1011
|
-
export declare function cloudFormationCallbackRequestDomainsKubernetesUnionToJSON(cloudFormationCallbackRequestDomainsKubernetesUnion: CloudFormationCallbackRequestDomainsKubernetesUnion): string;
|
|
1012
|
-
/** @internal */
|
|
1013
|
-
export type CloudFormationCallbackRequestDomainsCertificate$Outbound = {
|
|
1014
|
-
aws?: CloudFormationCallbackRequestAws$Outbound | any | null | undefined;
|
|
1015
|
-
azure?: CloudFormationCallbackRequestAzure$Outbound | any | null | undefined;
|
|
1016
|
-
gcp?: CloudFormationCallbackRequestGcp$Outbound | any | null | undefined;
|
|
1017
|
-
kubernetes?: CloudFormationCallbackRequestDomainsKubernetes$Outbound | any | null | undefined;
|
|
1018
|
-
};
|
|
1019
|
-
/** @internal */
|
|
1020
|
-
export declare const CloudFormationCallbackRequestDomainsCertificate$outboundSchema: z.ZodType<CloudFormationCallbackRequestDomainsCertificate$Outbound, CloudFormationCallbackRequestDomainsCertificate>;
|
|
1021
|
-
export declare function cloudFormationCallbackRequestDomainsCertificateToJSON(cloudFormationCallbackRequestDomainsCertificate: CloudFormationCallbackRequestDomainsCertificate): string;
|
|
1022
|
-
/** @internal */
|
|
1023
|
-
export type CloudFormationCallbackRequestCustomDomains$Outbound = {
|
|
1024
|
-
certificate: CloudFormationCallbackRequestDomainsCertificate$Outbound;
|
|
1025
|
-
domain: string;
|
|
1026
|
-
};
|
|
1027
|
-
/** @internal */
|
|
1028
|
-
export declare const CloudFormationCallbackRequestCustomDomains$outboundSchema: z.ZodType<CloudFormationCallbackRequestCustomDomains$Outbound, CloudFormationCallbackRequestCustomDomains>;
|
|
1029
|
-
export declare function cloudFormationCallbackRequestCustomDomainsToJSON(cloudFormationCallbackRequestCustomDomains: CloudFormationCallbackRequestCustomDomains): string;
|
|
1030
|
-
/** @internal */
|
|
1031
|
-
export type CloudFormationCallbackRequestDomains$Outbound = {
|
|
1032
|
-
customDomains?: {
|
|
1033
|
-
[k: string]: CloudFormationCallbackRequestCustomDomains$Outbound;
|
|
1034
|
-
} | null | undefined;
|
|
1035
|
-
};
|
|
1036
|
-
/** @internal */
|
|
1037
|
-
export declare const CloudFormationCallbackRequestDomains$outboundSchema: z.ZodType<CloudFormationCallbackRequestDomains$Outbound, CloudFormationCallbackRequestDomains>;
|
|
1038
|
-
export declare function cloudFormationCallbackRequestDomainsToJSON(cloudFormationCallbackRequestDomains: CloudFormationCallbackRequestDomains): string;
|
|
1039
|
-
/** @internal */
|
|
1040
|
-
export type CloudFormationCallbackRequestDomainsUnion$Outbound = CloudFormationCallbackRequestDomains$Outbound | any;
|
|
1041
|
-
/** @internal */
|
|
1042
|
-
export declare const CloudFormationCallbackRequestDomainsUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestDomainsUnion$Outbound, CloudFormationCallbackRequestDomainsUnion>;
|
|
1043
|
-
export declare function cloudFormationCallbackRequestDomainsUnionToJSON(cloudFormationCallbackRequestDomainsUnion: CloudFormationCallbackRequestDomainsUnion): string;
|
|
1044
|
-
/** @internal */
|
|
1045
|
-
export type CloudFormationCallbackRequestExternalBindings$Outbound = {};
|
|
1046
|
-
/** @internal */
|
|
1047
|
-
export declare const CloudFormationCallbackRequestExternalBindings$outboundSchema: z.ZodType<CloudFormationCallbackRequestExternalBindings$Outbound, CloudFormationCallbackRequestExternalBindings>;
|
|
1048
|
-
export declare function cloudFormationCallbackRequestExternalBindingsToJSON(cloudFormationCallbackRequestExternalBindings: CloudFormationCallbackRequestExternalBindings): string;
|
|
1049
|
-
/** @internal */
|
|
1050
|
-
export declare const CloudFormationCallbackRequestHeartbeats$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestHeartbeats>;
|
|
1051
|
-
/** @internal */
|
|
1052
|
-
export type CloudFormationCallbackRequestCloud$Outbound = {
|
|
1053
|
-
accountId?: string | null | undefined;
|
|
1054
|
-
clusterId?: string | null | undefined;
|
|
1055
|
-
clusterName?: string | null | undefined;
|
|
1056
|
-
projectId?: string | null | undefined;
|
|
1057
|
-
region?: string | null | undefined;
|
|
1058
|
-
resourceGroup?: string | null | undefined;
|
|
1059
|
-
subscriptionId?: string | null | undefined;
|
|
1060
|
-
};
|
|
1061
|
-
/** @internal */
|
|
1062
|
-
export declare const CloudFormationCallbackRequestCloud$outboundSchema: z.ZodType<CloudFormationCallbackRequestCloud$Outbound, CloudFormationCallbackRequestCloud>;
|
|
1063
|
-
export declare function cloudFormationCallbackRequestCloudToJSON(cloudFormationCallbackRequestCloud: CloudFormationCallbackRequestCloud): string;
|
|
1064
|
-
/** @internal */
|
|
1065
|
-
export type CloudFormationCallbackRequestCloudUnion$Outbound = CloudFormationCallbackRequestCloud$Outbound | any;
|
|
1066
|
-
/** @internal */
|
|
1067
|
-
export declare const CloudFormationCallbackRequestCloudUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestCloudUnion$Outbound, CloudFormationCallbackRequestCloudUnion>;
|
|
1068
|
-
export declare function cloudFormationCallbackRequestCloudUnionToJSON(cloudFormationCallbackRequestCloudUnion: CloudFormationCallbackRequestCloudUnion): string;
|
|
1069
|
-
/** @internal */
|
|
1070
|
-
export declare const CloudFormationCallbackRequestOwnership$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestOwnership>;
|
|
1071
|
-
/** @internal */
|
|
1072
|
-
export type CloudFormationCallbackRequestCluster$Outbound = {
|
|
1073
|
-
cloud?: CloudFormationCallbackRequestCloud$Outbound | any | null | undefined;
|
|
1074
|
-
namespace?: string | null | undefined;
|
|
1075
|
-
ownership: string;
|
|
1076
|
-
};
|
|
1077
|
-
/** @internal */
|
|
1078
|
-
export declare const CloudFormationCallbackRequestCluster$outboundSchema: z.ZodType<CloudFormationCallbackRequestCluster$Outbound, CloudFormationCallbackRequestCluster>;
|
|
1079
|
-
export declare function cloudFormationCallbackRequestClusterToJSON(cloudFormationCallbackRequestCluster: CloudFormationCallbackRequestCluster): string;
|
|
1080
|
-
/** @internal */
|
|
1081
|
-
export type CloudFormationCallbackRequestClusterUnion$Outbound = CloudFormationCallbackRequestCluster$Outbound | any;
|
|
1082
|
-
/** @internal */
|
|
1083
|
-
export declare const CloudFormationCallbackRequestClusterUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestClusterUnion$Outbound, CloudFormationCallbackRequestClusterUnion>;
|
|
1084
|
-
export declare function cloudFormationCallbackRequestClusterUnionToJSON(cloudFormationCallbackRequestClusterUnion: CloudFormationCallbackRequestClusterUnion): string;
|
|
1085
|
-
/** @internal */
|
|
1086
|
-
export type CloudFormationCallbackRequestCertificateNone2$Outbound = {
|
|
1087
|
-
mode: "none";
|
|
1088
|
-
};
|
|
1089
|
-
/** @internal */
|
|
1090
|
-
export declare const CloudFormationCallbackRequestCertificateNone2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateNone2$Outbound, CloudFormationCallbackRequestCertificateNone2>;
|
|
1091
|
-
export declare function cloudFormationCallbackRequestCertificateNone2ToJSON(cloudFormationCallbackRequestCertificateNone2: CloudFormationCallbackRequestCertificateNone2): string;
|
|
1092
|
-
/** @internal */
|
|
1093
|
-
export type CloudFormationCallbackRequestCertificateManagedTLSSecret2$Outbound = {
|
|
1094
|
-
mode: "managedTlsSecret";
|
|
1095
|
-
secretNameTemplate: string;
|
|
1096
|
-
};
|
|
1097
|
-
/** @internal */
|
|
1098
|
-
export declare const CloudFormationCallbackRequestCertificateManagedTLSSecret2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateManagedTLSSecret2$Outbound, CloudFormationCallbackRequestCertificateManagedTLSSecret2>;
|
|
1099
|
-
export declare function cloudFormationCallbackRequestCertificateManagedTLSSecret2ToJSON(cloudFormationCallbackRequestCertificateManagedTLSSecret2: CloudFormationCallbackRequestCertificateManagedTLSSecret2): string;
|
|
1100
|
-
/** @internal */
|
|
1101
|
-
export type CloudFormationCallbackRequestCertificateAwsAcmArn2$Outbound = {
|
|
1102
|
-
certificateArn: string;
|
|
1103
|
-
mode: "awsAcmArn";
|
|
1104
|
-
};
|
|
1105
|
-
/** @internal */
|
|
1106
|
-
export declare const CloudFormationCallbackRequestCertificateAwsAcmArn2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateAwsAcmArn2$Outbound, CloudFormationCallbackRequestCertificateAwsAcmArn2>;
|
|
1107
|
-
export declare function cloudFormationCallbackRequestCertificateAwsAcmArn2ToJSON(cloudFormationCallbackRequestCertificateAwsAcmArn2: CloudFormationCallbackRequestCertificateAwsAcmArn2): string;
|
|
1108
|
-
/** @internal */
|
|
1109
|
-
export type CloudFormationCallbackRequestCertificateManagedAcmImport2$Outbound = {
|
|
1110
|
-
mode: "managedAcmImport";
|
|
1111
|
-
region?: string | null | undefined;
|
|
1112
|
-
tags?: {
|
|
1113
|
-
[k: string]: string;
|
|
1114
|
-
} | undefined;
|
|
1115
|
-
};
|
|
1116
|
-
/** @internal */
|
|
1117
|
-
export declare const CloudFormationCallbackRequestCertificateManagedAcmImport2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateManagedAcmImport2$Outbound, CloudFormationCallbackRequestCertificateManagedAcmImport2>;
|
|
1118
|
-
export declare function cloudFormationCallbackRequestCertificateManagedAcmImport2ToJSON(cloudFormationCallbackRequestCertificateManagedAcmImport2: CloudFormationCallbackRequestCertificateManagedAcmImport2): string;
|
|
1119
|
-
/** @internal */
|
|
1120
|
-
export type CloudFormationCallbackRequestCertificateTLSSecretRef2$Outbound = {
|
|
1121
|
-
namespace?: string | null | undefined;
|
|
1122
|
-
secretName: string;
|
|
1123
|
-
mode: "tlsSecretRef";
|
|
1124
|
-
};
|
|
1125
|
-
/** @internal */
|
|
1126
|
-
export declare const CloudFormationCallbackRequestCertificateTLSSecretRef2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateTLSSecretRef2$Outbound, CloudFormationCallbackRequestCertificateTLSSecretRef2>;
|
|
1127
|
-
export declare function cloudFormationCallbackRequestCertificateTLSSecretRef2ToJSON(cloudFormationCallbackRequestCertificateTLSSecretRef2: CloudFormationCallbackRequestCertificateTLSSecretRef2): string;
|
|
1128
|
-
/** @internal */
|
|
1129
|
-
export type CloudFormationCallbackRequestCertificateUnion2$Outbound = CloudFormationCallbackRequestCertificateTLSSecretRef2$Outbound | CloudFormationCallbackRequestCertificateManagedAcmImport2$Outbound | CloudFormationCallbackRequestCertificateAwsAcmArn2$Outbound | CloudFormationCallbackRequestCertificateManagedTLSSecret2$Outbound | CloudFormationCallbackRequestCertificateNone2$Outbound;
|
|
1130
|
-
/** @internal */
|
|
1131
|
-
export declare const CloudFormationCallbackRequestCertificateUnion2$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateUnion2$Outbound, CloudFormationCallbackRequestCertificateUnion2>;
|
|
1132
|
-
export declare function cloudFormationCallbackRequestCertificateUnion2ToJSON(cloudFormationCallbackRequestCertificateUnion2: CloudFormationCallbackRequestCertificateUnion2): string;
|
|
1133
|
-
/** @internal */
|
|
1134
|
-
export declare const CloudFormationCallbackRequestModeCustom$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestModeCustom>;
|
|
1135
|
-
/** @internal */
|
|
1136
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum4>;
|
|
1137
|
-
/** @internal */
|
|
1138
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4$Outbound = {
|
|
1139
|
-
albName?: string | null | undefined;
|
|
1140
|
-
albNamespace?: string | null | undefined;
|
|
1141
|
-
frontend: string;
|
|
1142
|
-
provider: string;
|
|
1143
|
-
};
|
|
1144
|
-
/** @internal */
|
|
1145
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4$Outbound, CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4>;
|
|
1146
|
-
export declare function cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4ToJSON(cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4): string;
|
|
1147
|
-
/** @internal */
|
|
1148
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum4$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum4>;
|
|
1149
|
-
/** @internal */
|
|
1150
|
-
export type CloudFormationCallbackRequestProviderGkeGateway4$Outbound = {
|
|
1151
|
-
provider: string;
|
|
1152
|
-
staticAddressName?: string | null | undefined;
|
|
1153
|
-
};
|
|
1154
|
-
/** @internal */
|
|
1155
|
-
export declare const CloudFormationCallbackRequestProviderGkeGateway4$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderGkeGateway4$Outbound, CloudFormationCallbackRequestProviderGkeGateway4>;
|
|
1156
|
-
export declare function cloudFormationCallbackRequestProviderGkeGateway4ToJSON(cloudFormationCallbackRequestProviderGkeGateway4: CloudFormationCallbackRequestProviderGkeGateway4): string;
|
|
1157
|
-
/** @internal */
|
|
1158
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum4$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum4>;
|
|
1159
|
-
/** @internal */
|
|
1160
|
-
export type CloudFormationCallbackRequestProviderAwsAlb4$Outbound = {
|
|
1161
|
-
ipAddressType?: string | null | undefined;
|
|
1162
|
-
provider: string;
|
|
1163
|
-
scheme: string;
|
|
1164
|
-
subnetIds?: Array<string> | undefined;
|
|
1165
|
-
targetType: string;
|
|
1166
|
-
};
|
|
1167
|
-
/** @internal */
|
|
1168
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlb4$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAwsAlb4$Outbound, CloudFormationCallbackRequestProviderAwsAlb4>;
|
|
1169
|
-
export declare function cloudFormationCallbackRequestProviderAwsAlb4ToJSON(cloudFormationCallbackRequestProviderAwsAlb4: CloudFormationCallbackRequestProviderAwsAlb4): string;
|
|
1170
|
-
/** @internal */
|
|
1171
|
-
export type CloudFormationCallbackRequestProviderUnion4$Outbound = CloudFormationCallbackRequestProviderAwsAlb4$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4$Outbound | CloudFormationCallbackRequestProviderGkeGateway4$Outbound | any;
|
|
1172
|
-
/** @internal */
|
|
1173
|
-
export declare const CloudFormationCallbackRequestProviderUnion4$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderUnion4$Outbound, CloudFormationCallbackRequestProviderUnion4>;
|
|
1174
|
-
export declare function cloudFormationCallbackRequestProviderUnion4ToJSON(cloudFormationCallbackRequestProviderUnion4: CloudFormationCallbackRequestProviderUnion4): string;
|
|
1175
|
-
/** @internal */
|
|
1176
|
-
export type CloudFormationCallbackRequestRouteGateway2$Outbound = {
|
|
1177
|
-
annotations?: {
|
|
1178
|
-
[k: string]: string;
|
|
1179
|
-
} | undefined;
|
|
1180
|
-
controller?: string | null | undefined;
|
|
1181
|
-
gatewayClassName: string;
|
|
1182
|
-
labels?: {
|
|
1183
|
-
[k: string]: string;
|
|
1184
|
-
} | undefined;
|
|
1185
|
-
listenerPort: number;
|
|
1186
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb4$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers4$Outbound | CloudFormationCallbackRequestProviderGkeGateway4$Outbound | any | null | undefined;
|
|
1187
|
-
routeApi: "gateway";
|
|
1188
|
-
};
|
|
1189
|
-
/** @internal */
|
|
1190
|
-
export declare const CloudFormationCallbackRequestRouteGateway2$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteGateway2$Outbound, CloudFormationCallbackRequestRouteGateway2>;
|
|
1191
|
-
export declare function cloudFormationCallbackRequestRouteGateway2ToJSON(cloudFormationCallbackRequestRouteGateway2: CloudFormationCallbackRequestRouteGateway2): string;
|
|
1192
|
-
/** @internal */
|
|
1193
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum3>;
|
|
1194
|
-
/** @internal */
|
|
1195
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3$Outbound = {
|
|
1196
|
-
albName?: string | null | undefined;
|
|
1197
|
-
albNamespace?: string | null | undefined;
|
|
1198
|
-
frontend: string;
|
|
1199
|
-
provider: string;
|
|
1200
|
-
};
|
|
1201
|
-
/** @internal */
|
|
1202
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3$Outbound, CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3>;
|
|
1203
|
-
export declare function cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3ToJSON(cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3): string;
|
|
1204
|
-
/** @internal */
|
|
1205
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum3$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum3>;
|
|
1206
|
-
/** @internal */
|
|
1207
|
-
export type CloudFormationCallbackRequestProviderGkeGateway3$Outbound = {
|
|
1208
|
-
provider: string;
|
|
1209
|
-
staticAddressName?: string | null | undefined;
|
|
1210
|
-
};
|
|
1211
|
-
/** @internal */
|
|
1212
|
-
export declare const CloudFormationCallbackRequestProviderGkeGateway3$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderGkeGateway3$Outbound, CloudFormationCallbackRequestProviderGkeGateway3>;
|
|
1213
|
-
export declare function cloudFormationCallbackRequestProviderGkeGateway3ToJSON(cloudFormationCallbackRequestProviderGkeGateway3: CloudFormationCallbackRequestProviderGkeGateway3): string;
|
|
1214
|
-
/** @internal */
|
|
1215
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum3$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum3>;
|
|
1216
|
-
/** @internal */
|
|
1217
|
-
export type CloudFormationCallbackRequestProviderAwsAlb3$Outbound = {
|
|
1218
|
-
ipAddressType?: string | null | undefined;
|
|
1219
|
-
provider: string;
|
|
1220
|
-
scheme: string;
|
|
1221
|
-
subnetIds?: Array<string> | undefined;
|
|
1222
|
-
targetType: string;
|
|
1223
|
-
};
|
|
1224
|
-
/** @internal */
|
|
1225
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlb3$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAwsAlb3$Outbound, CloudFormationCallbackRequestProviderAwsAlb3>;
|
|
1226
|
-
export declare function cloudFormationCallbackRequestProviderAwsAlb3ToJSON(cloudFormationCallbackRequestProviderAwsAlb3: CloudFormationCallbackRequestProviderAwsAlb3): string;
|
|
1227
|
-
/** @internal */
|
|
1228
|
-
export type CloudFormationCallbackRequestProviderUnion3$Outbound = CloudFormationCallbackRequestProviderAwsAlb3$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3$Outbound | CloudFormationCallbackRequestProviderGkeGateway3$Outbound | any;
|
|
1229
|
-
/** @internal */
|
|
1230
|
-
export declare const CloudFormationCallbackRequestProviderUnion3$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderUnion3$Outbound, CloudFormationCallbackRequestProviderUnion3>;
|
|
1231
|
-
export declare function cloudFormationCallbackRequestProviderUnion3ToJSON(cloudFormationCallbackRequestProviderUnion3: CloudFormationCallbackRequestProviderUnion3): string;
|
|
1232
|
-
/** @internal */
|
|
1233
|
-
export type CloudFormationCallbackRequestRouteIngress2$Outbound = {
|
|
1234
|
-
annotations?: {
|
|
1235
|
-
[k: string]: string;
|
|
1236
|
-
} | undefined;
|
|
1237
|
-
controller?: string | null | undefined;
|
|
1238
|
-
ingressClassName: string;
|
|
1239
|
-
labels?: {
|
|
1240
|
-
[k: string]: string;
|
|
1241
|
-
} | undefined;
|
|
1242
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb3$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers3$Outbound | CloudFormationCallbackRequestProviderGkeGateway3$Outbound | any | null | undefined;
|
|
1243
|
-
routeApi: "ingress";
|
|
1244
|
-
};
|
|
1245
|
-
/** @internal */
|
|
1246
|
-
export declare const CloudFormationCallbackRequestRouteIngress2$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteIngress2$Outbound, CloudFormationCallbackRequestRouteIngress2>;
|
|
1247
|
-
export declare function cloudFormationCallbackRequestRouteIngress2ToJSON(cloudFormationCallbackRequestRouteIngress2: CloudFormationCallbackRequestRouteIngress2): string;
|
|
1248
|
-
/** @internal */
|
|
1249
|
-
export type CloudFormationCallbackRequestRouteUnion2$Outbound = CloudFormationCallbackRequestRouteIngress2$Outbound | CloudFormationCallbackRequestRouteGateway2$Outbound;
|
|
1250
|
-
/** @internal */
|
|
1251
|
-
export declare const CloudFormationCallbackRequestRouteUnion2$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteUnion2$Outbound, CloudFormationCallbackRequestRouteUnion2>;
|
|
1252
|
-
export declare function cloudFormationCallbackRequestRouteUnion2ToJSON(cloudFormationCallbackRequestRouteUnion2: CloudFormationCallbackRequestRouteUnion2): string;
|
|
1253
|
-
/** @internal */
|
|
1254
|
-
export type CloudFormationCallbackRequestExposureCustom$Outbound = {
|
|
1255
|
-
certificate: CloudFormationCallbackRequestCertificateTLSSecretRef2$Outbound | CloudFormationCallbackRequestCertificateManagedAcmImport2$Outbound | CloudFormationCallbackRequestCertificateAwsAcmArn2$Outbound | CloudFormationCallbackRequestCertificateManagedTLSSecret2$Outbound | CloudFormationCallbackRequestCertificateNone2$Outbound;
|
|
1256
|
-
domain: string;
|
|
1257
|
-
mode: string;
|
|
1258
|
-
route: CloudFormationCallbackRequestRouteIngress2$Outbound | CloudFormationCallbackRequestRouteGateway2$Outbound;
|
|
1259
|
-
};
|
|
1260
|
-
/** @internal */
|
|
1261
|
-
export declare const CloudFormationCallbackRequestExposureCustom$outboundSchema: z.ZodType<CloudFormationCallbackRequestExposureCustom$Outbound, CloudFormationCallbackRequestExposureCustom>;
|
|
1262
|
-
export declare function cloudFormationCallbackRequestExposureCustomToJSON(cloudFormationCallbackRequestExposureCustom: CloudFormationCallbackRequestExposureCustom): string;
|
|
1263
|
-
/** @internal */
|
|
1264
|
-
export type CloudFormationCallbackRequestCertificateNone1$Outbound = {
|
|
1265
|
-
mode: "none";
|
|
1266
|
-
};
|
|
1267
|
-
/** @internal */
|
|
1268
|
-
export declare const CloudFormationCallbackRequestCertificateNone1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateNone1$Outbound, CloudFormationCallbackRequestCertificateNone1>;
|
|
1269
|
-
export declare function cloudFormationCallbackRequestCertificateNone1ToJSON(cloudFormationCallbackRequestCertificateNone1: CloudFormationCallbackRequestCertificateNone1): string;
|
|
1270
|
-
/** @internal */
|
|
1271
|
-
export type CloudFormationCallbackRequestCertificateManagedTLSSecret1$Outbound = {
|
|
1272
|
-
mode: "managedTlsSecret";
|
|
1273
|
-
secretNameTemplate: string;
|
|
1274
|
-
};
|
|
1275
|
-
/** @internal */
|
|
1276
|
-
export declare const CloudFormationCallbackRequestCertificateManagedTLSSecret1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateManagedTLSSecret1$Outbound, CloudFormationCallbackRequestCertificateManagedTLSSecret1>;
|
|
1277
|
-
export declare function cloudFormationCallbackRequestCertificateManagedTLSSecret1ToJSON(cloudFormationCallbackRequestCertificateManagedTLSSecret1: CloudFormationCallbackRequestCertificateManagedTLSSecret1): string;
|
|
1278
|
-
/** @internal */
|
|
1279
|
-
export type CloudFormationCallbackRequestCertificateAwsAcmArn1$Outbound = {
|
|
1280
|
-
certificateArn: string;
|
|
1281
|
-
mode: "awsAcmArn";
|
|
1282
|
-
};
|
|
1283
|
-
/** @internal */
|
|
1284
|
-
export declare const CloudFormationCallbackRequestCertificateAwsAcmArn1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateAwsAcmArn1$Outbound, CloudFormationCallbackRequestCertificateAwsAcmArn1>;
|
|
1285
|
-
export declare function cloudFormationCallbackRequestCertificateAwsAcmArn1ToJSON(cloudFormationCallbackRequestCertificateAwsAcmArn1: CloudFormationCallbackRequestCertificateAwsAcmArn1): string;
|
|
1286
|
-
/** @internal */
|
|
1287
|
-
export type CloudFormationCallbackRequestCertificateManagedAcmImport1$Outbound = {
|
|
1288
|
-
mode: "managedAcmImport";
|
|
1289
|
-
region?: string | null | undefined;
|
|
1290
|
-
tags?: {
|
|
1291
|
-
[k: string]: string;
|
|
1292
|
-
} | undefined;
|
|
1293
|
-
};
|
|
1294
|
-
/** @internal */
|
|
1295
|
-
export declare const CloudFormationCallbackRequestCertificateManagedAcmImport1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateManagedAcmImport1$Outbound, CloudFormationCallbackRequestCertificateManagedAcmImport1>;
|
|
1296
|
-
export declare function cloudFormationCallbackRequestCertificateManagedAcmImport1ToJSON(cloudFormationCallbackRequestCertificateManagedAcmImport1: CloudFormationCallbackRequestCertificateManagedAcmImport1): string;
|
|
1297
|
-
/** @internal */
|
|
1298
|
-
export type CloudFormationCallbackRequestCertificateTLSSecretRef1$Outbound = {
|
|
1299
|
-
namespace?: string | null | undefined;
|
|
1300
|
-
secretName: string;
|
|
1301
|
-
mode: "tlsSecretRef";
|
|
1302
|
-
};
|
|
1303
|
-
/** @internal */
|
|
1304
|
-
export declare const CloudFormationCallbackRequestCertificateTLSSecretRef1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateTLSSecretRef1$Outbound, CloudFormationCallbackRequestCertificateTLSSecretRef1>;
|
|
1305
|
-
export declare function cloudFormationCallbackRequestCertificateTLSSecretRef1ToJSON(cloudFormationCallbackRequestCertificateTLSSecretRef1: CloudFormationCallbackRequestCertificateTLSSecretRef1): string;
|
|
1306
|
-
/** @internal */
|
|
1307
|
-
export type CloudFormationCallbackRequestCertificateUnion1$Outbound = CloudFormationCallbackRequestCertificateTLSSecretRef1$Outbound | CloudFormationCallbackRequestCertificateManagedAcmImport1$Outbound | CloudFormationCallbackRequestCertificateAwsAcmArn1$Outbound | CloudFormationCallbackRequestCertificateManagedTLSSecret1$Outbound | CloudFormationCallbackRequestCertificateNone1$Outbound;
|
|
1308
|
-
/** @internal */
|
|
1309
|
-
export declare const CloudFormationCallbackRequestCertificateUnion1$outboundSchema: z.ZodType<CloudFormationCallbackRequestCertificateUnion1$Outbound, CloudFormationCallbackRequestCertificateUnion1>;
|
|
1310
|
-
export declare function cloudFormationCallbackRequestCertificateUnion1ToJSON(cloudFormationCallbackRequestCertificateUnion1: CloudFormationCallbackRequestCertificateUnion1): string;
|
|
1311
|
-
/** @internal */
|
|
1312
|
-
export declare const CloudFormationCallbackRequestModeGenerated$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestModeGenerated>;
|
|
1313
|
-
/** @internal */
|
|
1314
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum2>;
|
|
1315
|
-
/** @internal */
|
|
1316
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2$Outbound = {
|
|
1317
|
-
albName?: string | null | undefined;
|
|
1318
|
-
albNamespace?: string | null | undefined;
|
|
1319
|
-
frontend: string;
|
|
1320
|
-
provider: string;
|
|
1321
|
-
};
|
|
1322
|
-
/** @internal */
|
|
1323
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2$Outbound, CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2>;
|
|
1324
|
-
export declare function cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2ToJSON(cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2): string;
|
|
1325
|
-
/** @internal */
|
|
1326
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum2$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum2>;
|
|
1327
|
-
/** @internal */
|
|
1328
|
-
export type CloudFormationCallbackRequestProviderGkeGateway2$Outbound = {
|
|
1329
|
-
provider: string;
|
|
1330
|
-
staticAddressName?: string | null | undefined;
|
|
1331
|
-
};
|
|
1332
|
-
/** @internal */
|
|
1333
|
-
export declare const CloudFormationCallbackRequestProviderGkeGateway2$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderGkeGateway2$Outbound, CloudFormationCallbackRequestProviderGkeGateway2>;
|
|
1334
|
-
export declare function cloudFormationCallbackRequestProviderGkeGateway2ToJSON(cloudFormationCallbackRequestProviderGkeGateway2: CloudFormationCallbackRequestProviderGkeGateway2): string;
|
|
1335
|
-
/** @internal */
|
|
1336
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum2$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum2>;
|
|
1337
|
-
/** @internal */
|
|
1338
|
-
export type CloudFormationCallbackRequestProviderAwsAlb2$Outbound = {
|
|
1339
|
-
ipAddressType?: string | null | undefined;
|
|
1340
|
-
provider: string;
|
|
1341
|
-
scheme: string;
|
|
1342
|
-
subnetIds?: Array<string> | undefined;
|
|
1343
|
-
targetType: string;
|
|
1344
|
-
};
|
|
1345
|
-
/** @internal */
|
|
1346
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlb2$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAwsAlb2$Outbound, CloudFormationCallbackRequestProviderAwsAlb2>;
|
|
1347
|
-
export declare function cloudFormationCallbackRequestProviderAwsAlb2ToJSON(cloudFormationCallbackRequestProviderAwsAlb2: CloudFormationCallbackRequestProviderAwsAlb2): string;
|
|
1348
|
-
/** @internal */
|
|
1349
|
-
export type CloudFormationCallbackRequestProviderUnion2$Outbound = CloudFormationCallbackRequestProviderAwsAlb2$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2$Outbound | CloudFormationCallbackRequestProviderGkeGateway2$Outbound | any;
|
|
1350
|
-
/** @internal */
|
|
1351
|
-
export declare const CloudFormationCallbackRequestProviderUnion2$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderUnion2$Outbound, CloudFormationCallbackRequestProviderUnion2>;
|
|
1352
|
-
export declare function cloudFormationCallbackRequestProviderUnion2ToJSON(cloudFormationCallbackRequestProviderUnion2: CloudFormationCallbackRequestProviderUnion2): string;
|
|
1353
|
-
/** @internal */
|
|
1354
|
-
export type CloudFormationCallbackRequestRouteGateway1$Outbound = {
|
|
1355
|
-
annotations?: {
|
|
1356
|
-
[k: string]: string;
|
|
1357
|
-
} | undefined;
|
|
1358
|
-
controller?: string | null | undefined;
|
|
1359
|
-
gatewayClassName: string;
|
|
1360
|
-
labels?: {
|
|
1361
|
-
[k: string]: string;
|
|
1362
|
-
} | undefined;
|
|
1363
|
-
listenerPort: number;
|
|
1364
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb2$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers2$Outbound | CloudFormationCallbackRequestProviderGkeGateway2$Outbound | any | null | undefined;
|
|
1365
|
-
routeApi: "gateway";
|
|
1366
|
-
};
|
|
1367
|
-
/** @internal */
|
|
1368
|
-
export declare const CloudFormationCallbackRequestRouteGateway1$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteGateway1$Outbound, CloudFormationCallbackRequestRouteGateway1>;
|
|
1369
|
-
export declare function cloudFormationCallbackRequestRouteGateway1ToJSON(cloudFormationCallbackRequestRouteGateway1: CloudFormationCallbackRequestRouteGateway1): string;
|
|
1370
|
-
/** @internal */
|
|
1371
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainersEnum1>;
|
|
1372
|
-
/** @internal */
|
|
1373
|
-
export type CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1$Outbound = {
|
|
1374
|
-
albName?: string | null | undefined;
|
|
1375
|
-
albNamespace?: string | null | undefined;
|
|
1376
|
-
frontend: string;
|
|
1377
|
-
provider: string;
|
|
1378
|
-
};
|
|
1379
|
-
/** @internal */
|
|
1380
|
-
export declare const CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1$Outbound, CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1>;
|
|
1381
|
-
export declare function cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1ToJSON(cloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1: CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1): string;
|
|
1382
|
-
/** @internal */
|
|
1383
|
-
export declare const CloudFormationCallbackRequestProviderGkeGatewayEnum1$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderGkeGatewayEnum1>;
|
|
1384
|
-
/** @internal */
|
|
1385
|
-
export type CloudFormationCallbackRequestProviderGkeGateway1$Outbound = {
|
|
1386
|
-
provider: string;
|
|
1387
|
-
staticAddressName?: string | null | undefined;
|
|
1388
|
-
};
|
|
1389
|
-
/** @internal */
|
|
1390
|
-
export declare const CloudFormationCallbackRequestProviderGkeGateway1$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderGkeGateway1$Outbound, CloudFormationCallbackRequestProviderGkeGateway1>;
|
|
1391
|
-
export declare function cloudFormationCallbackRequestProviderGkeGateway1ToJSON(cloudFormationCallbackRequestProviderGkeGateway1: CloudFormationCallbackRequestProviderGkeGateway1): string;
|
|
1392
|
-
/** @internal */
|
|
1393
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlbEnum1$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestProviderAwsAlbEnum1>;
|
|
1394
|
-
/** @internal */
|
|
1395
|
-
export type CloudFormationCallbackRequestProviderAwsAlb1$Outbound = {
|
|
1396
|
-
ipAddressType?: string | null | undefined;
|
|
1397
|
-
provider: string;
|
|
1398
|
-
scheme: string;
|
|
1399
|
-
subnetIds?: Array<string> | undefined;
|
|
1400
|
-
targetType: string;
|
|
1401
|
-
};
|
|
1402
|
-
/** @internal */
|
|
1403
|
-
export declare const CloudFormationCallbackRequestProviderAwsAlb1$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderAwsAlb1$Outbound, CloudFormationCallbackRequestProviderAwsAlb1>;
|
|
1404
|
-
export declare function cloudFormationCallbackRequestProviderAwsAlb1ToJSON(cloudFormationCallbackRequestProviderAwsAlb1: CloudFormationCallbackRequestProviderAwsAlb1): string;
|
|
1405
|
-
/** @internal */
|
|
1406
|
-
export type CloudFormationCallbackRequestProviderUnion1$Outbound = CloudFormationCallbackRequestProviderAwsAlb1$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1$Outbound | CloudFormationCallbackRequestProviderGkeGateway1$Outbound | any;
|
|
1407
|
-
/** @internal */
|
|
1408
|
-
export declare const CloudFormationCallbackRequestProviderUnion1$outboundSchema: z.ZodType<CloudFormationCallbackRequestProviderUnion1$Outbound, CloudFormationCallbackRequestProviderUnion1>;
|
|
1409
|
-
export declare function cloudFormationCallbackRequestProviderUnion1ToJSON(cloudFormationCallbackRequestProviderUnion1: CloudFormationCallbackRequestProviderUnion1): string;
|
|
1410
|
-
/** @internal */
|
|
1411
|
-
export type CloudFormationCallbackRequestRouteIngress1$Outbound = {
|
|
1412
|
-
annotations?: {
|
|
1413
|
-
[k: string]: string;
|
|
1414
|
-
} | undefined;
|
|
1415
|
-
controller?: string | null | undefined;
|
|
1416
|
-
ingressClassName: string;
|
|
1417
|
-
labels?: {
|
|
1418
|
-
[k: string]: string;
|
|
1419
|
-
} | undefined;
|
|
1420
|
-
provider?: CloudFormationCallbackRequestProviderAwsAlb1$Outbound | CloudFormationCallbackRequestProviderAzureApplicationGatewayForContainers1$Outbound | CloudFormationCallbackRequestProviderGkeGateway1$Outbound | any | null | undefined;
|
|
1421
|
-
routeApi: "ingress";
|
|
1422
|
-
};
|
|
1423
|
-
/** @internal */
|
|
1424
|
-
export declare const CloudFormationCallbackRequestRouteIngress1$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteIngress1$Outbound, CloudFormationCallbackRequestRouteIngress1>;
|
|
1425
|
-
export declare function cloudFormationCallbackRequestRouteIngress1ToJSON(cloudFormationCallbackRequestRouteIngress1: CloudFormationCallbackRequestRouteIngress1): string;
|
|
1426
|
-
/** @internal */
|
|
1427
|
-
export type CloudFormationCallbackRequestRouteUnion1$Outbound = CloudFormationCallbackRequestRouteIngress1$Outbound | CloudFormationCallbackRequestRouteGateway1$Outbound;
|
|
1428
|
-
/** @internal */
|
|
1429
|
-
export declare const CloudFormationCallbackRequestRouteUnion1$outboundSchema: z.ZodType<CloudFormationCallbackRequestRouteUnion1$Outbound, CloudFormationCallbackRequestRouteUnion1>;
|
|
1430
|
-
export declare function cloudFormationCallbackRequestRouteUnion1ToJSON(cloudFormationCallbackRequestRouteUnion1: CloudFormationCallbackRequestRouteUnion1): string;
|
|
1431
|
-
/** @internal */
|
|
1432
|
-
export type CloudFormationCallbackRequestExposureGenerated$Outbound = {
|
|
1433
|
-
certificate: CloudFormationCallbackRequestCertificateTLSSecretRef1$Outbound | CloudFormationCallbackRequestCertificateManagedAcmImport1$Outbound | CloudFormationCallbackRequestCertificateAwsAcmArn1$Outbound | CloudFormationCallbackRequestCertificateManagedTLSSecret1$Outbound | CloudFormationCallbackRequestCertificateNone1$Outbound;
|
|
1434
|
-
mode: string;
|
|
1435
|
-
route: CloudFormationCallbackRequestRouteIngress1$Outbound | CloudFormationCallbackRequestRouteGateway1$Outbound;
|
|
1436
|
-
};
|
|
1437
|
-
/** @internal */
|
|
1438
|
-
export declare const CloudFormationCallbackRequestExposureGenerated$outboundSchema: z.ZodType<CloudFormationCallbackRequestExposureGenerated$Outbound, CloudFormationCallbackRequestExposureGenerated>;
|
|
1439
|
-
export declare function cloudFormationCallbackRequestExposureGeneratedToJSON(cloudFormationCallbackRequestExposureGenerated: CloudFormationCallbackRequestExposureGenerated): string;
|
|
1440
|
-
/** @internal */
|
|
1441
|
-
export declare const CloudFormationCallbackRequestModeDisabled$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestModeDisabled>;
|
|
1442
|
-
/** @internal */
|
|
1443
|
-
export type CloudFormationCallbackRequestExposureDisabled$Outbound = {
|
|
1444
|
-
mode: string;
|
|
1445
|
-
};
|
|
1446
|
-
/** @internal */
|
|
1447
|
-
export declare const CloudFormationCallbackRequestExposureDisabled$outboundSchema: z.ZodType<CloudFormationCallbackRequestExposureDisabled$Outbound, CloudFormationCallbackRequestExposureDisabled>;
|
|
1448
|
-
export declare function cloudFormationCallbackRequestExposureDisabledToJSON(cloudFormationCallbackRequestExposureDisabled: CloudFormationCallbackRequestExposureDisabled): string;
|
|
1449
|
-
/** @internal */
|
|
1450
|
-
export type CloudFormationCallbackRequestExposureUnion$Outbound = CloudFormationCallbackRequestExposureCustom$Outbound | CloudFormationCallbackRequestExposureGenerated$Outbound | CloudFormationCallbackRequestExposureDisabled$Outbound | any;
|
|
1451
|
-
/** @internal */
|
|
1452
|
-
export declare const CloudFormationCallbackRequestExposureUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestExposureUnion$Outbound, CloudFormationCallbackRequestExposureUnion>;
|
|
1453
|
-
export declare function cloudFormationCallbackRequestExposureUnionToJSON(cloudFormationCallbackRequestExposureUnion: CloudFormationCallbackRequestExposureUnion): string;
|
|
1454
|
-
/** @internal */
|
|
1455
|
-
export type CloudFormationCallbackRequestKubernetes$Outbound = {
|
|
1456
|
-
cluster?: CloudFormationCallbackRequestCluster$Outbound | any | null | undefined;
|
|
1457
|
-
exposure?: CloudFormationCallbackRequestExposureCustom$Outbound | CloudFormationCallbackRequestExposureGenerated$Outbound | CloudFormationCallbackRequestExposureDisabled$Outbound | any | null | undefined;
|
|
1458
|
-
};
|
|
1459
|
-
/** @internal */
|
|
1460
|
-
export declare const CloudFormationCallbackRequestKubernetes$outboundSchema: z.ZodType<CloudFormationCallbackRequestKubernetes$Outbound, CloudFormationCallbackRequestKubernetes>;
|
|
1461
|
-
export declare function cloudFormationCallbackRequestKubernetesToJSON(cloudFormationCallbackRequestKubernetes: CloudFormationCallbackRequestKubernetes): string;
|
|
1462
|
-
/** @internal */
|
|
1463
|
-
export type CloudFormationCallbackRequestKubernetesUnion$Outbound = CloudFormationCallbackRequestKubernetes$Outbound | any;
|
|
1464
|
-
/** @internal */
|
|
1465
|
-
export declare const CloudFormationCallbackRequestKubernetesUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestKubernetesUnion$Outbound, CloudFormationCallbackRequestKubernetesUnion>;
|
|
1466
|
-
export declare function cloudFormationCallbackRequestKubernetesUnionToJSON(cloudFormationCallbackRequestKubernetesUnion: CloudFormationCallbackRequestKubernetesUnion): string;
|
|
1467
|
-
/** @internal */
|
|
1468
|
-
export declare const CloudFormationCallbackRequestTypeByoVnetAzure$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTypeByoVnetAzure>;
|
|
1469
|
-
/** @internal */
|
|
1470
|
-
export type CloudFormationCallbackRequestNetworkByoVnetAzure$Outbound = {
|
|
1471
|
-
private_subnet_name: string;
|
|
1472
|
-
public_subnet_name: string;
|
|
1473
|
-
type: string;
|
|
1474
|
-
vnet_resource_id: string;
|
|
1475
|
-
};
|
|
1476
|
-
/** @internal */
|
|
1477
|
-
export declare const CloudFormationCallbackRequestNetworkByoVnetAzure$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkByoVnetAzure$Outbound, CloudFormationCallbackRequestNetworkByoVnetAzure>;
|
|
1478
|
-
export declare function cloudFormationCallbackRequestNetworkByoVnetAzureToJSON(cloudFormationCallbackRequestNetworkByoVnetAzure: CloudFormationCallbackRequestNetworkByoVnetAzure): string;
|
|
1479
|
-
/** @internal */
|
|
1480
|
-
export declare const CloudFormationCallbackRequestTypeByoVpcGcp$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTypeByoVpcGcp>;
|
|
1481
|
-
/** @internal */
|
|
1482
|
-
export type CloudFormationCallbackRequestNetworkByoVpcGcp$Outbound = {
|
|
1483
|
-
network_name: string;
|
|
1484
|
-
region: string;
|
|
1485
|
-
subnet_name: string;
|
|
1486
|
-
type: string;
|
|
1487
|
-
};
|
|
1488
|
-
/** @internal */
|
|
1489
|
-
export declare const CloudFormationCallbackRequestNetworkByoVpcGcp$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkByoVpcGcp$Outbound, CloudFormationCallbackRequestNetworkByoVpcGcp>;
|
|
1490
|
-
export declare function cloudFormationCallbackRequestNetworkByoVpcGcpToJSON(cloudFormationCallbackRequestNetworkByoVpcGcp: CloudFormationCallbackRequestNetworkByoVpcGcp): string;
|
|
1491
|
-
/** @internal */
|
|
1492
|
-
export declare const CloudFormationCallbackRequestTypeByoVpcAws$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTypeByoVpcAws>;
|
|
1493
|
-
/** @internal */
|
|
1494
|
-
export type CloudFormationCallbackRequestNetworkByoVpcAws$Outbound = {
|
|
1495
|
-
private_subnet_ids: Array<string>;
|
|
1496
|
-
public_subnet_ids: Array<string>;
|
|
1497
|
-
security_group_ids?: Array<string> | undefined;
|
|
1498
|
-
type: string;
|
|
1499
|
-
vpc_id: string;
|
|
1500
|
-
};
|
|
1501
|
-
/** @internal */
|
|
1502
|
-
export declare const CloudFormationCallbackRequestNetworkByoVpcAws$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkByoVpcAws$Outbound, CloudFormationCallbackRequestNetworkByoVpcAws>;
|
|
1503
|
-
export declare function cloudFormationCallbackRequestNetworkByoVpcAwsToJSON(cloudFormationCallbackRequestNetworkByoVpcAws: CloudFormationCallbackRequestNetworkByoVpcAws): string;
|
|
1504
|
-
/** @internal */
|
|
1505
|
-
export declare const CloudFormationCallbackRequestTypeCreate$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTypeCreate>;
|
|
1506
|
-
/** @internal */
|
|
1507
|
-
export type CloudFormationCallbackRequestNetworkCreate$Outbound = {
|
|
1508
|
-
availability_zones?: number | undefined;
|
|
1509
|
-
cidr?: string | null | undefined;
|
|
1510
|
-
type: string;
|
|
1511
|
-
};
|
|
1512
|
-
/** @internal */
|
|
1513
|
-
export declare const CloudFormationCallbackRequestNetworkCreate$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkCreate$Outbound, CloudFormationCallbackRequestNetworkCreate>;
|
|
1514
|
-
export declare function cloudFormationCallbackRequestNetworkCreateToJSON(cloudFormationCallbackRequestNetworkCreate: CloudFormationCallbackRequestNetworkCreate): string;
|
|
1515
|
-
/** @internal */
|
|
1516
|
-
export declare const CloudFormationCallbackRequestTypeUseDefault$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTypeUseDefault>;
|
|
1517
|
-
/** @internal */
|
|
1518
|
-
export type CloudFormationCallbackRequestNetworkUseDefault$Outbound = {
|
|
1519
|
-
type: string;
|
|
1520
|
-
};
|
|
1521
|
-
/** @internal */
|
|
1522
|
-
export declare const CloudFormationCallbackRequestNetworkUseDefault$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkUseDefault$Outbound, CloudFormationCallbackRequestNetworkUseDefault>;
|
|
1523
|
-
export declare function cloudFormationCallbackRequestNetworkUseDefaultToJSON(cloudFormationCallbackRequestNetworkUseDefault: CloudFormationCallbackRequestNetworkUseDefault): string;
|
|
1524
|
-
/** @internal */
|
|
1525
|
-
export type CloudFormationCallbackRequestNetworkUnion$Outbound = CloudFormationCallbackRequestNetworkByoVpcAws$Outbound | CloudFormationCallbackRequestNetworkByoVpcGcp$Outbound | CloudFormationCallbackRequestNetworkByoVnetAzure$Outbound | CloudFormationCallbackRequestNetworkUseDefault$Outbound | CloudFormationCallbackRequestNetworkCreate$Outbound | any;
|
|
1526
|
-
/** @internal */
|
|
1527
|
-
export declare const CloudFormationCallbackRequestNetworkUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestNetworkUnion$Outbound, CloudFormationCallbackRequestNetworkUnion>;
|
|
1528
|
-
export declare function cloudFormationCallbackRequestNetworkUnionToJSON(cloudFormationCallbackRequestNetworkUnion: CloudFormationCallbackRequestNetworkUnion): string;
|
|
1529
|
-
/** @internal */
|
|
1530
|
-
export declare const CloudFormationCallbackRequestTelemetry$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestTelemetry>;
|
|
1531
|
-
/** @internal */
|
|
1532
|
-
export declare const CloudFormationCallbackRequestUpdates$outboundSchema: z.ZodEnum<typeof CloudFormationCallbackRequestUpdates>;
|
|
1533
|
-
/** @internal */
|
|
1534
|
-
export type CloudFormationCallbackRequestStackSettings$Outbound = {
|
|
1535
|
-
deploymentModel?: string | undefined;
|
|
1536
|
-
domains?: CloudFormationCallbackRequestDomains$Outbound | any | null | undefined;
|
|
1537
|
-
externalBindings?: CloudFormationCallbackRequestExternalBindings$Outbound | null | undefined;
|
|
1538
|
-
heartbeats?: string | undefined;
|
|
1539
|
-
kubernetes?: CloudFormationCallbackRequestKubernetes$Outbound | any | null | undefined;
|
|
1540
|
-
network?: CloudFormationCallbackRequestNetworkByoVpcAws$Outbound | CloudFormationCallbackRequestNetworkByoVpcGcp$Outbound | CloudFormationCallbackRequestNetworkByoVnetAzure$Outbound | CloudFormationCallbackRequestNetworkUseDefault$Outbound | CloudFormationCallbackRequestNetworkCreate$Outbound | any | null | undefined;
|
|
1541
|
-
telemetry?: string | undefined;
|
|
1542
|
-
updates?: string | undefined;
|
|
1543
|
-
};
|
|
1544
|
-
/** @internal */
|
|
1545
|
-
export declare const CloudFormationCallbackRequestStackSettings$outboundSchema: z.ZodType<CloudFormationCallbackRequestStackSettings$Outbound, CloudFormationCallbackRequestStackSettings>;
|
|
1546
|
-
export declare function cloudFormationCallbackRequestStackSettingsToJSON(cloudFormationCallbackRequestStackSettings: CloudFormationCallbackRequestStackSettings): string;
|
|
1547
|
-
/** @internal */
|
|
1548
|
-
export type CloudFormationCallbackRequestManagementConfigKubernetes$Outbound = {
|
|
1549
|
-
platform: "kubernetes";
|
|
1550
|
-
};
|
|
1551
|
-
/** @internal */
|
|
1552
|
-
export declare const CloudFormationCallbackRequestManagementConfigKubernetes$outboundSchema: z.ZodType<CloudFormationCallbackRequestManagementConfigKubernetes$Outbound, CloudFormationCallbackRequestManagementConfigKubernetes>;
|
|
1553
|
-
export declare function cloudFormationCallbackRequestManagementConfigKubernetesToJSON(cloudFormationCallbackRequestManagementConfigKubernetes: CloudFormationCallbackRequestManagementConfigKubernetes): string;
|
|
1554
|
-
/** @internal */
|
|
1555
|
-
export type CloudFormationCallbackRequestManagementConfigAzure$Outbound = {
|
|
1556
|
-
managingTenantId: string;
|
|
1557
|
-
oidcIssuer: string;
|
|
1558
|
-
oidcSubject: string;
|
|
1559
|
-
platform: "azure";
|
|
1560
|
-
};
|
|
1561
|
-
/** @internal */
|
|
1562
|
-
export declare const CloudFormationCallbackRequestManagementConfigAzure$outboundSchema: z.ZodType<CloudFormationCallbackRequestManagementConfigAzure$Outbound, CloudFormationCallbackRequestManagementConfigAzure>;
|
|
1563
|
-
export declare function cloudFormationCallbackRequestManagementConfigAzureToJSON(cloudFormationCallbackRequestManagementConfigAzure: CloudFormationCallbackRequestManagementConfigAzure): string;
|
|
1564
|
-
/** @internal */
|
|
1565
|
-
export type CloudFormationCallbackRequestManagementConfigGcp$Outbound = {
|
|
1566
|
-
serviceAccountEmail: string;
|
|
1567
|
-
platform: "gcp";
|
|
1568
|
-
};
|
|
1569
|
-
/** @internal */
|
|
1570
|
-
export declare const CloudFormationCallbackRequestManagementConfigGcp$outboundSchema: z.ZodType<CloudFormationCallbackRequestManagementConfigGcp$Outbound, CloudFormationCallbackRequestManagementConfigGcp>;
|
|
1571
|
-
export declare function cloudFormationCallbackRequestManagementConfigGcpToJSON(cloudFormationCallbackRequestManagementConfigGcp: CloudFormationCallbackRequestManagementConfigGcp): string;
|
|
1572
|
-
/** @internal */
|
|
1573
|
-
export type CloudFormationCallbackRequestManagementConfigAws$Outbound = {
|
|
1574
|
-
managingRoleArn: string;
|
|
1575
|
-
platform: "aws";
|
|
1576
|
-
};
|
|
1577
|
-
/** @internal */
|
|
1578
|
-
export declare const CloudFormationCallbackRequestManagementConfigAws$outboundSchema: z.ZodType<CloudFormationCallbackRequestManagementConfigAws$Outbound, CloudFormationCallbackRequestManagementConfigAws>;
|
|
1579
|
-
export declare function cloudFormationCallbackRequestManagementConfigAwsToJSON(cloudFormationCallbackRequestManagementConfigAws: CloudFormationCallbackRequestManagementConfigAws): string;
|
|
1580
|
-
/** @internal */
|
|
1581
|
-
export type CloudFormationCallbackRequestManagementConfigUnion$Outbound = CloudFormationCallbackRequestManagementConfigAws$Outbound | CloudFormationCallbackRequestManagementConfigGcp$Outbound | CloudFormationCallbackRequestManagementConfigAzure$Outbound | CloudFormationCallbackRequestManagementConfigKubernetes$Outbound;
|
|
1582
|
-
/** @internal */
|
|
1583
|
-
export declare const CloudFormationCallbackRequestManagementConfigUnion$outboundSchema: z.ZodType<CloudFormationCallbackRequestManagementConfigUnion$Outbound, CloudFormationCallbackRequestManagementConfigUnion>;
|
|
1584
|
-
export declare function cloudFormationCallbackRequestManagementConfigUnionToJSON(cloudFormationCallbackRequestManagementConfigUnion: CloudFormationCallbackRequestManagementConfigUnion): string;
|
|
1585
|
-
/** @internal */
|
|
1586
|
-
export type CloudFormationCallbackRequestSource$Outbound = {
|
|
1587
|
-
deploymentName: string;
|
|
1588
|
-
resourcePrefix: string;
|
|
1589
|
-
sourceKind?: string | undefined;
|
|
1590
|
-
releaseId?: string | undefined;
|
|
1591
|
-
platform: string;
|
|
1592
|
-
basePlatform?: string | undefined;
|
|
1593
|
-
region: string;
|
|
1594
|
-
setupTarget: string;
|
|
1595
|
-
setupImportFormatVersion: number;
|
|
1596
|
-
setupFingerprint: string;
|
|
1597
|
-
setupFingerprintVersion: number;
|
|
1598
|
-
stackSettings: CloudFormationCallbackRequestStackSettings$Outbound;
|
|
1599
|
-
managementConfig: CloudFormationCallbackRequestManagementConfigAws$Outbound | CloudFormationCallbackRequestManagementConfigGcp$Outbound | CloudFormationCallbackRequestManagementConfigAzure$Outbound | CloudFormationCallbackRequestManagementConfigKubernetes$Outbound;
|
|
1600
|
-
resources: Array<ImportedResource$Outbound>;
|
|
1601
|
-
};
|
|
1602
|
-
/** @internal */
|
|
1603
|
-
export declare const CloudFormationCallbackRequestSource$outboundSchema: z.ZodType<CloudFormationCallbackRequestSource$Outbound, CloudFormationCallbackRequestSource>;
|
|
1604
|
-
export declare function cloudFormationCallbackRequestSourceToJSON(cloudFormationCallbackRequestSource: CloudFormationCallbackRequestSource): string;
|
|
1605
|
-
/** @internal */
|
|
1606
|
-
export type CloudFormationCallbackRequest$Outbound = {
|
|
1607
|
-
stackId: string;
|
|
1608
|
-
requestId: string;
|
|
1609
|
-
logicalResourceId: string;
|
|
1610
|
-
requestType: string;
|
|
1611
|
-
responseUrl: string;
|
|
1612
|
-
physicalResourceId?: string | null | undefined;
|
|
1613
|
-
source?: CloudFormationCallbackRequestSource$Outbound | null | undefined;
|
|
1614
|
-
serviceTimeoutSeconds: number;
|
|
1615
|
-
};
|
|
1616
|
-
/** @internal */
|
|
1617
|
-
export declare const CloudFormationCallbackRequest$outboundSchema: z.ZodType<CloudFormationCallbackRequest$Outbound, CloudFormationCallbackRequest>;
|
|
1618
|
-
export declare function cloudFormationCallbackRequestToJSON(cloudFormationCallbackRequest: CloudFormationCallbackRequest): string;
|
|
1619
|
-
//# sourceMappingURL=cloudformationcallbackrequest.d.ts.map
|