@alienplatform/core 1.3.5 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. package/.turbo/turbo-build.log +15 -15
  2. package/AGENTS.md +3 -3
  3. package/dist/index.d.ts +22033 -2518
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +212 -66
  6. package/dist/index.js.map +1 -1
  7. package/dist/stack.js +4467 -706
  8. package/dist/stack.js.map +1 -1
  9. package/dist/tests/index.d.ts +1 -1
  10. package/dist/tests/index.js +1 -1
  11. package/dist/tests/index.js.map +1 -1
  12. package/package.json +1 -1
  13. package/src/__tests__/__snapshots__/stack.test.ts.snap +23 -15
  14. package/src/__tests__/error.test.ts +1 -1
  15. package/src/__tests__/stack.test.ts +42 -23
  16. package/src/container.ts +21 -8
  17. package/src/daemon.ts +170 -0
  18. package/src/error.ts +2 -2
  19. package/src/generated/index.ts +391 -9
  20. package/src/generated/schemas/agentStatus.json +1 -1
  21. package/src/generated/schemas/alienEvent.json +1 -1
  22. package/src/generated/schemas/artifactRegistryHeartbeatData.json +1 -0
  23. package/src/generated/schemas/artifactRegistryHeartbeatStatus.json +1 -0
  24. package/src/generated/schemas/awsArtifactRegistryImportData.json +1 -0
  25. package/src/generated/schemas/awsBuildImportData.json +1 -0
  26. package/src/generated/schemas/awsCodeBuildHeartbeatData.json +1 -0
  27. package/src/generated/schemas/awsComputeClusterHeartbeatData.json +1 -0
  28. package/src/generated/schemas/awsComputeClusterImportData.json +1 -0
  29. package/src/generated/schemas/awsDaemonHeartbeatData.json +1 -0
  30. package/src/generated/schemas/awsDynamoDbKeySchemaElement.json +1 -0
  31. package/src/generated/schemas/awsDynamoDbKvHeartbeatData.json +1 -0
  32. package/src/generated/schemas/awsEcrArtifactRegistryHeartbeatData.json +1 -0
  33. package/src/generated/schemas/awsEcrRepositoryHeartbeatData.json +1 -0
  34. package/src/generated/schemas/awsIamRoleServiceAccountHeartbeatData.json +1 -0
  35. package/src/generated/schemas/awsKvImportData.json +1 -0
  36. package/src/generated/schemas/awsLambdaWorkerHeartbeatData.json +1 -0
  37. package/src/generated/schemas/awsNetworkImportData.json +1 -0
  38. package/src/generated/schemas/awsParameterStoreVaultHeartbeatData.json +1 -0
  39. package/src/generated/schemas/awsPermissionEffect.json +1 -0
  40. package/src/generated/schemas/awsPlatformPermission.json +1 -1
  41. package/src/generated/schemas/awsQueueImportData.json +1 -0
  42. package/src/generated/schemas/awsRemoteStackManagementHeartbeatData.json +1 -0
  43. package/src/generated/schemas/awsRemoteStackManagementImportData.json +1 -0
  44. package/src/generated/schemas/awsS3StorageHeartbeatData.json +1 -0
  45. package/src/generated/schemas/awsServiceAccountImportData.json +1 -0
  46. package/src/generated/schemas/awsSqsQueueHeartbeatData.json +1 -0
  47. package/src/generated/schemas/awsStorageImportData.json +1 -0
  48. package/src/generated/schemas/awsVaultImportData.json +1 -0
  49. package/src/generated/schemas/awsVpcNetworkHeartbeatData.json +1 -0
  50. package/src/generated/schemas/awsWorkerImportData.json +1 -0
  51. package/src/generated/schemas/azureArtifactRegistryImportData.json +1 -0
  52. package/src/generated/schemas/azureBlobStorageHeartbeatData.json +1 -0
  53. package/src/generated/schemas/azureBuildImportData.json +1 -0
  54. package/src/generated/schemas/azureComputeClusterHeartbeatData.json +1 -0
  55. package/src/generated/schemas/azureComputeClusterImportData.json +1 -0
  56. package/src/generated/schemas/azureContainerAppsBuildHeartbeatData.json +1 -0
  57. package/src/generated/schemas/azureContainerAppsEnvironmentHeartbeatData.json +1 -0
  58. package/src/generated/schemas/azureContainerAppsEnvironmentHeartbeatStatus.json +1 -0
  59. package/src/generated/schemas/azureContainerAppsEnvironmentImportData.json +1 -0
  60. package/src/generated/schemas/azureContainerAppsEnvironmentWorkloadProfile.json +1 -0
  61. package/src/generated/schemas/azureContainerAppsWorkerHeartbeatData.json +1 -0
  62. package/src/generated/schemas/azureContainerRegistryHeartbeatData.json +1 -0
  63. package/src/generated/schemas/azureDaemonHeartbeatData.json +1 -0
  64. package/src/generated/schemas/azureKeyVaultHeartbeatData.json +1 -0
  65. package/src/generated/schemas/azureKvImportData.json +1 -0
  66. package/src/generated/schemas/azureManagedIdentityServiceAccountHeartbeatData.json +1 -0
  67. package/src/generated/schemas/azureManagementConfig.json +1 -1
  68. package/src/generated/schemas/azureNetworkImportData.json +1 -0
  69. package/src/generated/schemas/azurePlatformPermission.json +1 -1
  70. package/src/generated/schemas/azureQueueImportData.json +1 -0
  71. package/src/generated/schemas/azureRemoteStackManagementHeartbeatData.json +1 -0
  72. package/src/generated/schemas/azureRemoteStackManagementImportData.json +1 -0
  73. package/src/generated/schemas/azureResourceGroupHeartbeatData.json +1 -0
  74. package/src/generated/schemas/azureResourceGroupHeartbeatStatus.json +1 -0
  75. package/src/generated/schemas/azureResourceGroupImportData.json +1 -0
  76. package/src/generated/schemas/azureResourceProviderActivationHeartbeatData.json +1 -0
  77. package/src/generated/schemas/azureServiceAccountImportData.json +1 -0
  78. package/src/generated/schemas/azureServiceActivationImportData.json +1 -0
  79. package/src/generated/schemas/azureServiceBusNamespaceHeartbeatData.json +1 -0
  80. package/src/generated/schemas/azureServiceBusNamespaceImportData.json +1 -0
  81. package/src/generated/schemas/azureServiceBusQueueHeartbeatData.json +1 -0
  82. package/src/generated/schemas/azureStorageAccountEndpoints.json +1 -0
  83. package/src/generated/schemas/azureStorageAccountHeartbeatData.json +1 -0
  84. package/src/generated/schemas/azureStorageAccountImportData.json +1 -0
  85. package/src/generated/schemas/azureStorageImportData.json +1 -0
  86. package/src/generated/schemas/azureTableKvHeartbeatData.json +1 -0
  87. package/src/generated/schemas/azureVaultImportData.json +1 -0
  88. package/src/generated/schemas/azureVnetNetworkHeartbeatData.json +1 -0
  89. package/src/generated/schemas/azureWorkerImportData.json +1 -0
  90. package/src/generated/schemas/baseResource.json +1 -1
  91. package/src/generated/schemas/baseResourceOutputs.json +1 -1
  92. package/src/generated/schemas/build.json +1 -1
  93. package/src/generated/schemas/buildHeartbeatData.json +1 -0
  94. package/src/generated/schemas/buildHeartbeatStatus.json +1 -0
  95. package/src/generated/schemas/computeCapacityBlocker.json +1 -0
  96. package/src/generated/schemas/computeCapacityBlockerCategory.json +1 -0
  97. package/src/generated/schemas/computeCapacityGroupStatus.json +1 -0
  98. package/src/generated/schemas/computeCapacityRecommendation.json +1 -0
  99. package/src/generated/schemas/computeClusterHeartbeatData.json +1 -0
  100. package/src/generated/schemas/computeClusterHeartbeatStatus.json +1 -0
  101. package/src/generated/schemas/container.json +1 -1
  102. package/src/generated/schemas/containerHeartbeatData.json +1 -0
  103. package/src/generated/schemas/containerOutputs.json +1 -1
  104. package/src/generated/schemas/containerStatus.json +1 -1
  105. package/src/generated/schemas/customCertificateConfig.json +1 -1
  106. package/src/generated/schemas/customDomainConfig.json +1 -1
  107. package/src/generated/schemas/daemon.json +1 -0
  108. package/src/generated/schemas/daemonCode.json +1 -0
  109. package/src/generated/schemas/daemonHeartbeatData.json +1 -0
  110. package/src/generated/schemas/daemonOutputs.json +1 -0
  111. package/src/generated/schemas/devResourceInfo.json +1 -1
  112. package/src/generated/schemas/devStatus.json +1 -1
  113. package/src/generated/schemas/domainSettings.json +1 -1
  114. package/src/generated/schemas/eventChange.json +1 -1
  115. package/src/generated/schemas/gcpArtifactRegistryHeartbeatData.json +1 -0
  116. package/src/generated/schemas/gcpArtifactRegistryImportData.json +1 -0
  117. package/src/generated/schemas/gcpBuildImportData.json +1 -0
  118. package/src/generated/schemas/gcpCloudBuildHeartbeatData.json +1 -0
  119. package/src/generated/schemas/gcpCloudRunWorkerHeartbeatData.json +1 -0
  120. package/src/generated/schemas/gcpCloudStorageHeartbeatData.json +1 -0
  121. package/src/generated/schemas/gcpComputeClusterHeartbeatData.json +1 -0
  122. package/src/generated/schemas/gcpComputeClusterImportData.json +1 -0
  123. package/src/generated/schemas/gcpDaemonHeartbeatData.json +1 -0
  124. package/src/generated/schemas/gcpFirestoreKvHeartbeatData.json +1 -0
  125. package/src/generated/schemas/gcpKvImportData.json +1 -0
  126. package/src/generated/schemas/gcpNetworkImportData.json +1 -0
  127. package/src/generated/schemas/gcpPlatformPermission.json +1 -1
  128. package/src/generated/schemas/gcpPubSubQueueHeartbeatData.json +1 -0
  129. package/src/generated/schemas/gcpQueueImportData.json +1 -0
  130. package/src/generated/schemas/gcpRemoteStackManagementHeartbeatData.json +1 -0
  131. package/src/generated/schemas/gcpRemoteStackManagementImportData.json +1 -0
  132. package/src/generated/schemas/gcpSecretManagerVaultHeartbeatData.json +1 -0
  133. package/src/generated/schemas/gcpServiceAccountHeartbeatData.json +1 -0
  134. package/src/generated/schemas/gcpServiceAccountImportData.json +1 -0
  135. package/src/generated/schemas/gcpServiceActivationImportData.json +1 -0
  136. package/src/generated/schemas/gcpServiceUsageActivationHeartbeatData.json +1 -0
  137. package/src/generated/schemas/gcpStorageImportData.json +1 -0
  138. package/src/generated/schemas/gcpVaultImportData.json +1 -0
  139. package/src/generated/schemas/gcpVpcNetworkHeartbeatData.json +1 -0
  140. package/src/generated/schemas/gcpWorkerImportData.json +1 -0
  141. package/src/generated/schemas/heartbeatBackend.json +1 -0
  142. package/src/generated/schemas/heartbeatCollectionIssue.json +1 -0
  143. package/src/generated/schemas/heartbeatCollectionIssueReason.json +1 -0
  144. package/src/generated/schemas/heartbeatIssueSeverity.json +1 -0
  145. package/src/generated/schemas/horizonContainerHeartbeatData.json +1 -0
  146. package/src/generated/schemas/horizonWorkloadSchedulingMode.json +1 -0
  147. package/src/generated/schemas/importSourceKind.json +1 -0
  148. package/src/generated/schemas/importedResource.json +1 -0
  149. package/src/generated/schemas/ingress.json +1 -1
  150. package/src/generated/schemas/kubernetesBuildHeartbeatData.json +1 -0
  151. package/src/generated/schemas/kubernetesCertificateMode.json +1 -0
  152. package/src/generated/schemas/kubernetesCloudReference.json +1 -0
  153. package/src/generated/schemas/kubernetesClusterHeartbeatData.json +1 -0
  154. package/src/generated/schemas/kubernetesClusterNodeStatus.json +1 -0
  155. package/src/generated/schemas/kubernetesClusterOwnership.json +1 -0
  156. package/src/generated/schemas/kubernetesClusterSettings.json +1 -0
  157. package/src/generated/schemas/kubernetesContainerHeartbeatData.json +1 -0
  158. package/src/generated/schemas/kubernetesCustomCertificateConfig.json +1 -0
  159. package/src/generated/schemas/kubernetesDaemonHeartbeatData.json +1 -0
  160. package/src/generated/schemas/kubernetesEventInvolvedObject.json +1 -0
  161. package/src/generated/schemas/kubernetesEventSnapshot.json +1 -0
  162. package/src/generated/schemas/kubernetesEventSource.json +1 -0
  163. package/src/generated/schemas/kubernetesExposureSettings.json +1 -0
  164. package/src/generated/schemas/kubernetesGatewayRouteProfile.json +1 -0
  165. package/src/generated/schemas/kubernetesIngressRouteProfile.json +1 -0
  166. package/src/generated/schemas/kubernetesNodeConditionStatus.json +1 -0
  167. package/src/generated/schemas/kubernetesNodeResources.json +1 -0
  168. package/src/generated/schemas/kubernetesNodeUsage.json +1 -0
  169. package/src/generated/schemas/kubernetesOwnerReference.json +1 -0
  170. package/src/generated/schemas/kubernetesPodRuntimeUnitStatus.json +1 -0
  171. package/src/generated/schemas/kubernetesRouteProfile.json +1 -0
  172. package/src/generated/schemas/kubernetesRouteProviderOptions.json +1 -0
  173. package/src/generated/schemas/kubernetesSecretVaultHeartbeatData.json +1 -0
  174. package/src/generated/schemas/kubernetesSettings.json +1 -0
  175. package/src/generated/schemas/kubernetesTlsSecretRef.json +1 -0
  176. package/src/generated/schemas/kubernetesWorkerHeartbeatData.json +1 -0
  177. package/src/generated/schemas/kubernetesWorkloadCondition.json +1 -0
  178. package/src/generated/schemas/kubernetesWorkloadKind.json +1 -0
  179. package/src/generated/schemas/kubernetesWorkloadStatus.json +1 -0
  180. package/src/generated/schemas/kvHeartbeatData.json +1 -0
  181. package/src/generated/schemas/kvHeartbeatStatus.json +1 -0
  182. package/src/generated/schemas/localArtifactRegistryHeartbeatData.json +1 -0
  183. package/src/generated/schemas/localComputeClusterHeartbeatData.json +1 -0
  184. package/src/generated/schemas/localContainerHeartbeatData.json +1 -0
  185. package/src/generated/schemas/localDaemonHeartbeatData.json +1 -0
  186. package/src/generated/schemas/localKvHeartbeatData.json +1 -0
  187. package/src/generated/schemas/localQueueHeartbeatData.json +1 -0
  188. package/src/generated/schemas/localRuntimeEventSnapshot.json +1 -0
  189. package/src/generated/schemas/localRuntimeEventSubject.json +1 -0
  190. package/src/generated/schemas/localRuntimeUnitKind.json +1 -0
  191. package/src/generated/schemas/localRuntimeUnitStatus.json +1 -0
  192. package/src/generated/schemas/localServiceAccountHeartbeatData.json +1 -0
  193. package/src/generated/schemas/localStorageHeartbeatData.json +1 -0
  194. package/src/generated/schemas/localVaultHeartbeatData.json +1 -0
  195. package/src/generated/schemas/localWorkerHeartbeatData.json +1 -0
  196. package/src/generated/schemas/managedRuntimeEventInvolvedObject.json +1 -0
  197. package/src/generated/schemas/managedRuntimeEventSnapshot.json +1 -0
  198. package/src/generated/schemas/managedRuntimeEventSource.json +1 -0
  199. package/src/generated/schemas/managedRuntimeUnitStatus.json +1 -0
  200. package/src/generated/schemas/managementConfig.json +1 -1
  201. package/src/generated/schemas/managementPermissions.json +1 -1
  202. package/src/generated/schemas/metricSample.json +1 -0
  203. package/src/generated/schemas/metricUnit.json +1 -0
  204. package/src/generated/schemas/networkHeartbeatData.json +1 -0
  205. package/src/generated/schemas/networkHeartbeatStatus.json +1 -0
  206. package/src/generated/schemas/observedCounts.json +1 -0
  207. package/src/generated/schemas/observedHealth.json +1 -0
  208. package/src/generated/schemas/permissionGrant.json +1 -1
  209. package/src/generated/schemas/permissionProfile.json +1 -1
  210. package/src/generated/schemas/permissionSet.json +1 -1
  211. package/src/generated/schemas/permissionSetReference.json +1 -1
  212. package/src/generated/schemas/permissionsConfig.json +1 -1
  213. package/src/generated/schemas/persistentStorage.json +1 -1
  214. package/src/generated/schemas/platformPermissions.json +1 -1
  215. package/src/generated/schemas/providerFleetStatus.json +1 -0
  216. package/src/generated/schemas/providerLifecycleState.json +1 -0
  217. package/src/generated/schemas/queueHeartbeatData.json +1 -0
  218. package/src/generated/schemas/queueHeartbeatStatus.json +1 -0
  219. package/src/generated/schemas/rawHeartbeatSnippet.json +1 -0
  220. package/src/generated/schemas/rawHeartbeatSnippetFormat.json +1 -0
  221. package/src/generated/schemas/readinessProbe.json +1 -1
  222. package/src/generated/schemas/remoteStackManagementHeartbeatData.json +1 -0
  223. package/src/generated/schemas/remoteStackManagementHeartbeatStatus.json +1 -0
  224. package/src/generated/schemas/resourceEntry.json +1 -1
  225. package/src/generated/schemas/resourceHeartbeat.json +1 -0
  226. package/src/generated/schemas/resourceHeartbeatData.json +1 -0
  227. package/src/generated/schemas/resourceRef.json +1 -1
  228. package/src/generated/schemas/resourceType.json +1 -1
  229. package/src/generated/schemas/serviceAccount.json +1 -1
  230. package/src/generated/schemas/serviceAccountHeartbeatData.json +1 -0
  231. package/src/generated/schemas/serviceAccountHeartbeatStatus.json +1 -0
  232. package/src/generated/schemas/serviceActivationHeartbeatData.json +1 -0
  233. package/src/generated/schemas/serviceActivationHeartbeatStatus.json +1 -0
  234. package/src/generated/schemas/stack.json +1 -1
  235. package/src/generated/schemas/stackImportRequest.json +1 -0
  236. package/src/generated/schemas/stackImportResponse.json +1 -0
  237. package/src/generated/schemas/stackResourceState.json +1 -1
  238. package/src/generated/schemas/stackSettings.json +1 -1
  239. package/src/generated/schemas/stackState.json +1 -1
  240. package/src/generated/schemas/storageHeartbeatData.json +1 -0
  241. package/src/generated/schemas/storageHeartbeatStatus.json +1 -0
  242. package/src/generated/schemas/value.json +1 -0
  243. package/src/generated/schemas/vault.json +1 -1
  244. package/src/generated/schemas/vaultHeartbeatData.json +1 -0
  245. package/src/generated/schemas/vaultHeartbeatStatus.json +1 -0
  246. package/src/generated/schemas/worker.json +1 -0
  247. package/src/generated/schemas/workerCode.json +1 -0
  248. package/src/generated/schemas/workerHeartbeatData.json +1 -0
  249. package/src/generated/schemas/workerOutputs.json +1 -0
  250. package/src/generated/schemas/workerTrigger.json +1 -0
  251. package/src/generated/schemas/workloadHeartbeatStatus.json +1 -0
  252. package/src/generated/schemas/workloadReplicaStatus.json +1 -0
  253. package/src/generated/zod/agent-status-schema.ts +1 -1
  254. package/src/generated/zod/alien-event-schema.ts +5 -4
  255. package/src/generated/zod/artifact-registry-heartbeat-data-schema.ts +22 -0
  256. package/src/generated/zod/artifact-registry-heartbeat-status-schema.ts +26 -0
  257. package/src/generated/zod/aws-artifact-registry-import-data-schema.ts +21 -0
  258. package/src/generated/zod/aws-build-import-data-schema.ts +19 -0
  259. package/src/generated/zod/aws-code-build-heartbeat-data-schema.ts +35 -0
  260. package/src/generated/zod/aws-compute-cluster-heartbeat-data-schema.ts +37 -0
  261. package/src/generated/zod/aws-compute-cluster-import-data-schema.ts +17 -0
  262. package/src/generated/zod/aws-daemon-heartbeat-data-schema.ts +35 -0
  263. package/src/generated/zod/aws-dynamo-db-key-schema-element-schema.ts +13 -0
  264. package/src/generated/zod/aws-dynamo-db-kv-heartbeat-data-schema.ts +38 -0
  265. package/src/generated/zod/aws-ecr-artifact-registry-heartbeat-data-schema.ts +27 -0
  266. package/src/generated/zod/aws-ecr-repository-heartbeat-data-schema.ts +20 -0
  267. package/src/generated/zod/aws-iam-role-service-account-heartbeat-data-schema.ts +34 -0
  268. package/src/generated/zod/aws-kv-import-data-schema.ts +16 -0
  269. package/src/generated/zod/aws-lambda-worker-heartbeat-data-schema.ts +34 -0
  270. package/src/generated/zod/aws-network-import-data-schema.ts +26 -0
  271. package/src/generated/zod/aws-parameter-store-vault-heartbeat-data-schema.ts +27 -0
  272. package/src/generated/zod/aws-permission-effect-schema.ts +10 -0
  273. package/src/generated/zod/aws-platform-permission-schema.ts +7 -1
  274. package/src/generated/zod/aws-queue-import-data-schema.ts +17 -0
  275. package/src/generated/zod/aws-remote-stack-management-heartbeat-data-schema.ts +18 -0
  276. package/src/generated/zod/aws-remote-stack-management-import-data-schema.ts +17 -0
  277. package/src/generated/zod/aws-s3-storage-heartbeat-data-schema.ts +31 -0
  278. package/src/generated/zod/aws-service-account-import-data-schema.ts +17 -0
  279. package/src/generated/zod/aws-sqs-queue-heartbeat-data-schema.ts +38 -0
  280. package/src/generated/zod/aws-storage-import-data-schema.ts +16 -0
  281. package/src/generated/zod/aws-vault-import-data-schema.ts +17 -0
  282. package/src/generated/zod/aws-vpc-network-heartbeat-data-schema.ts +26 -0
  283. package/src/generated/zod/aws-worker-import-data-schema.ts +25 -0
  284. package/src/generated/zod/azure-artifact-registry-import-data-schema.ts +20 -0
  285. package/src/generated/zod/azure-blob-storage-heartbeat-data-schema.ts +43 -0
  286. package/src/generated/zod/azure-build-import-data-schema.ts +21 -0
  287. package/src/generated/zod/azure-compute-cluster-heartbeat-data-schema.ts +37 -0
  288. package/src/generated/zod/azure-compute-cluster-import-data-schema.ts +17 -0
  289. package/src/generated/zod/azure-container-apps-build-heartbeat-data-schema.ts +20 -0
  290. package/src/generated/zod/azure-container-apps-environment-heartbeat-data-schema.ts +32 -0
  291. package/src/generated/zod/azure-container-apps-environment-heartbeat-status-schema.ts +26 -0
  292. package/src/generated/zod/azure-container-apps-environment-import-data-schema.ts +20 -0
  293. package/src/generated/zod/azure-container-apps-environment-workload-profile-schema.ts +15 -0
  294. package/src/generated/zod/azure-container-apps-worker-heartbeat-data-schema.ts +25 -0
  295. package/src/generated/zod/azure-container-registry-heartbeat-data-schema.ts +41 -0
  296. package/src/generated/zod/azure-daemon-heartbeat-data-schema.ts +35 -0
  297. package/src/generated/zod/azure-key-vault-heartbeat-data-schema.ts +31 -0
  298. package/src/generated/zod/azure-kv-import-data-schema.ts +19 -0
  299. package/src/generated/zod/azure-managed-identity-service-account-heartbeat-data-schema.ts +30 -0
  300. package/src/generated/zod/azure-management-config-schema.ts +3 -4
  301. package/src/generated/zod/azure-network-import-data-schema.ts +22 -0
  302. package/src/generated/zod/azure-platform-permission-schema.ts +3 -1
  303. package/src/generated/zod/azure-queue-import-data-schema.ts +18 -0
  304. package/src/generated/zod/azure-remote-stack-management-heartbeat-data-schema.ts +22 -0
  305. package/src/generated/zod/azure-remote-stack-management-import-data-schema.ts +21 -0
  306. package/src/generated/zod/azure-resource-group-heartbeat-data-schema.ts +22 -0
  307. package/src/generated/zod/azure-resource-group-heartbeat-status-schema.ts +26 -0
  308. package/src/generated/zod/azure-resource-group-import-data-schema.ts +17 -0
  309. package/src/generated/zod/azure-resource-provider-activation-heartbeat-data-schema.ts +21 -0
  310. package/src/generated/zod/azure-service-account-import-data-schema.ts +20 -0
  311. package/src/generated/zod/azure-service-activation-import-data-schema.ts +17 -0
  312. package/src/generated/zod/azure-service-bus-namespace-heartbeat-data-schema.ts +34 -0
  313. package/src/generated/zod/azure-service-bus-namespace-import-data-schema.ts +18 -0
  314. package/src/generated/zod/azure-service-bus-queue-heartbeat-data-schema.ts +46 -0
  315. package/src/generated/zod/azure-storage-account-endpoints-schema.ts +17 -0
  316. package/src/generated/zod/azure-storage-account-heartbeat-data-schema.ts +42 -0
  317. package/src/generated/zod/azure-storage-account-import-data-schema.ts +22 -0
  318. package/src/generated/zod/azure-storage-import-data-schema.ts +18 -0
  319. package/src/generated/zod/azure-table-kv-heartbeat-data-schema.ts +26 -0
  320. package/src/generated/zod/azure-vault-import-data-schema.ts +18 -0
  321. package/src/generated/zod/azure-vnet-network-heartbeat-data-schema.ts +27 -0
  322. package/src/generated/zod/azure-worker-import-data-schema.ts +18 -0
  323. package/src/generated/zod/build-heartbeat-data-schema.ts +22 -0
  324. package/src/generated/zod/build-heartbeat-status-schema.ts +26 -0
  325. package/src/generated/zod/compute-capacity-blocker-category-schema.ts +10 -0
  326. package/src/generated/zod/compute-capacity-blocker-schema.ts +19 -0
  327. package/src/generated/zod/compute-capacity-group-status-schema.ts +25 -0
  328. package/src/generated/zod/compute-capacity-recommendation-schema.ts +18 -0
  329. package/src/generated/zod/compute-cluster-heartbeat-data-schema.ts +22 -0
  330. package/src/generated/zod/compute-cluster-heartbeat-status-schema.ts +26 -0
  331. package/src/generated/zod/container-heartbeat-data-schema.ts +19 -0
  332. package/src/generated/zod/container-outputs-schema.ts +2 -2
  333. package/src/generated/zod/container-schema.ts +3 -3
  334. package/src/generated/zod/container-status-schema.ts +2 -2
  335. package/src/generated/zod/custom-certificate-config-schema.ts +4 -0
  336. package/src/generated/zod/daemon-code-schema.ts +20 -0
  337. package/src/generated/zod/daemon-heartbeat-data-schema.ts +25 -0
  338. package/src/generated/zod/daemon-outputs-schema.ts +13 -0
  339. package/src/generated/zod/daemon-schema.ts +35 -0
  340. package/src/generated/zod/dev-resource-info-schema.ts +1 -1
  341. package/src/generated/zod/gcp-artifact-registry-heartbeat-data-schema.ts +35 -0
  342. package/src/generated/zod/gcp-artifact-registry-import-data-schema.ts +21 -0
  343. package/src/generated/zod/gcp-build-import-data-schema.ts +22 -0
  344. package/src/generated/zod/gcp-cloud-build-heartbeat-data-schema.ts +20 -0
  345. package/src/generated/zod/gcp-cloud-run-worker-heartbeat-data-schema.ts +29 -0
  346. package/src/generated/zod/gcp-cloud-storage-heartbeat-data-schema.ts +33 -0
  347. package/src/generated/zod/gcp-compute-cluster-heartbeat-data-schema.ts +37 -0
  348. package/src/generated/zod/gcp-compute-cluster-import-data-schema.ts +17 -0
  349. package/src/generated/zod/gcp-daemon-heartbeat-data-schema.ts +35 -0
  350. package/src/generated/zod/gcp-firestore-kv-heartbeat-data-schema.ts +32 -0
  351. package/src/generated/zod/gcp-kv-import-data-schema.ts +17 -0
  352. package/src/generated/zod/gcp-network-import-data-schema.ts +22 -0
  353. package/src/generated/zod/gcp-platform-permission-schema.ts +3 -1
  354. package/src/generated/zod/gcp-pub-sub-queue-heartbeat-data-schema.ts +54 -0
  355. package/src/generated/zod/gcp-queue-import-data-schema.ts +19 -0
  356. package/src/generated/zod/gcp-remote-stack-management-heartbeat-data-schema.ts +19 -0
  357. package/src/generated/zod/gcp-remote-stack-management-import-data-schema.ts +19 -0
  358. package/src/generated/zod/gcp-secret-manager-vault-heartbeat-data-schema.ts +19 -0
  359. package/src/generated/zod/gcp-service-account-heartbeat-data-schema.ts +28 -0
  360. package/src/generated/zod/gcp-service-account-import-data-schema.ts +18 -0
  361. package/src/generated/zod/gcp-service-activation-import-data-schema.ts +17 -0
  362. package/src/generated/zod/gcp-service-usage-activation-heartbeat-data-schema.ts +22 -0
  363. package/src/generated/zod/gcp-storage-import-data-schema.ts +18 -0
  364. package/src/generated/zod/gcp-vault-import-data-schema.ts +16 -0
  365. package/src/generated/zod/gcp-vpc-network-heartbeat-data-schema.ts +25 -0
  366. package/src/generated/zod/gcp-worker-import-data-schema.ts +23 -0
  367. package/src/generated/zod/heartbeat-backend-schema.ts +10 -0
  368. package/src/generated/zod/heartbeat-collection-issue-reason-schema.ts +10 -0
  369. package/src/generated/zod/heartbeat-collection-issue-schema.ts +21 -0
  370. package/src/generated/zod/heartbeat-issue-severity-schema.ts +10 -0
  371. package/src/generated/zod/horizon-container-heartbeat-data-schema.ts +41 -0
  372. package/src/generated/zod/horizon-workload-scheduling-mode-schema.ts +10 -0
  373. package/src/generated/zod/import-source-kind-schema.ts +13 -0
  374. package/src/generated/zod/imported-resource-schema.ts +22 -0
  375. package/src/generated/zod/index.ts +391 -9
  376. package/src/generated/zod/ingress-schema.ts +2 -2
  377. package/src/generated/zod/kubernetes-build-heartbeat-data-schema.ts +28 -0
  378. package/src/generated/zod/kubernetes-certificate-mode-schema.ts +30 -0
  379. package/src/generated/zod/kubernetes-cloud-reference-schema.ts +21 -0
  380. package/src/generated/zod/kubernetes-cluster-heartbeat-data-schema.ts +41 -0
  381. package/src/generated/zod/kubernetes-cluster-node-status-schema.ts +35 -0
  382. package/src/generated/zod/kubernetes-cluster-ownership-schema.ts +13 -0
  383. package/src/generated/zod/kubernetes-cluster-settings-schema.ts +23 -0
  384. package/src/generated/zod/kubernetes-container-heartbeat-data-schema.ts +45 -0
  385. package/src/generated/zod/kubernetes-custom-certificate-config-schema.ts +15 -0
  386. package/src/generated/zod/kubernetes-daemon-heartbeat-data-schema.ts +42 -0
  387. package/src/generated/zod/kubernetes-event-involved-object-schema.ts +18 -0
  388. package/src/generated/zod/kubernetes-event-snapshot-schema.ts +30 -0
  389. package/src/generated/zod/kubernetes-event-source-schema.ts +13 -0
  390. package/src/generated/zod/kubernetes-exposure-settings-schema.ts +34 -0
  391. package/src/generated/zod/kubernetes-gateway-route-profile-schema.ts +27 -0
  392. package/src/generated/zod/kubernetes-ingress-route-profile-schema.ts +26 -0
  393. package/src/generated/zod/kubernetes-node-condition-status-schema.ts +15 -0
  394. package/src/generated/zod/kubernetes-node-resources-schema.ts +19 -0
  395. package/src/generated/zod/kubernetes-node-usage-schema.ts +18 -0
  396. package/src/generated/zod/kubernetes-owner-reference-schema.ts +15 -0
  397. package/src/generated/zod/kubernetes-pod-runtime-unit-status-schema.ts +31 -0
  398. package/src/generated/zod/kubernetes-route-profile-schema.ts +19 -0
  399. package/src/generated/zod/kubernetes-route-provider-options-schema.ts +27 -0
  400. package/src/generated/zod/kubernetes-secret-vault-heartbeat-data-schema.ts +18 -0
  401. package/src/generated/zod/kubernetes-settings-schema.ts +22 -0
  402. package/src/generated/zod/kubernetes-tls-secret-ref-schema.ts +16 -0
  403. package/src/generated/zod/kubernetes-worker-heartbeat-data-schema.ts +46 -0
  404. package/src/generated/zod/kubernetes-workload-condition-schema.ts +16 -0
  405. package/src/generated/zod/kubernetes-workload-kind-schema.ts +10 -0
  406. package/src/generated/zod/kubernetes-workload-status-schema.ts +22 -0
  407. package/src/generated/zod/kv-heartbeat-data-schema.ts +22 -0
  408. package/src/generated/zod/kv-heartbeat-status-schema.ts +26 -0
  409. package/src/generated/zod/local-artifact-registry-heartbeat-data-schema.ts +17 -0
  410. package/src/generated/zod/local-compute-cluster-heartbeat-data-schema.ts +30 -0
  411. package/src/generated/zod/local-container-heartbeat-data-schema.ts +39 -0
  412. package/src/generated/zod/local-daemon-heartbeat-data-schema.ts +30 -0
  413. package/src/generated/zod/local-kv-heartbeat-data-schema.ts +20 -0
  414. package/src/generated/zod/local-queue-heartbeat-data-schema.ts +18 -0
  415. package/src/generated/zod/local-runtime-event-snapshot-schema.ts +26 -0
  416. package/src/generated/zod/local-runtime-event-subject-schema.ts +14 -0
  417. package/src/generated/zod/local-runtime-unit-kind-schema.ts +10 -0
  418. package/src/generated/zod/local-runtime-unit-status-schema.ts +28 -0
  419. package/src/generated/zod/local-service-account-heartbeat-data-schema.ts +17 -0
  420. package/src/generated/zod/local-storage-heartbeat-data-schema.ts +20 -0
  421. package/src/generated/zod/local-vault-heartbeat-data-schema.ts +21 -0
  422. package/src/generated/zod/local-worker-heartbeat-data-schema.ts +35 -0
  423. package/src/generated/zod/managed-runtime-event-involved-object-schema.ts +20 -0
  424. package/src/generated/zod/managed-runtime-event-snapshot-schema.ts +34 -0
  425. package/src/generated/zod/managed-runtime-event-source-schema.ts +13 -0
  426. package/src/generated/zod/managed-runtime-unit-status-schema.ts +34 -0
  427. package/src/generated/zod/metric-sample-schema.ts +16 -0
  428. package/src/generated/zod/metric-unit-schema.ts +10 -0
  429. package/src/generated/zod/network-heartbeat-data-schema.ts +19 -0
  430. package/src/generated/zod/network-heartbeat-status-schema.ts +26 -0
  431. package/src/generated/zod/observed-counts-schema.ts +14 -0
  432. package/src/generated/zod/observed-health-schema.ts +10 -0
  433. package/src/generated/zod/permission-grant-schema.ts +3 -1
  434. package/src/generated/zod/persistent-storage-schema.ts +2 -5
  435. package/src/generated/zod/provider-fleet-status-schema.ts +16 -0
  436. package/src/generated/zod/provider-lifecycle-state-schema.ts +10 -0
  437. package/src/generated/zod/queue-heartbeat-data-schema.ts +22 -0
  438. package/src/generated/zod/queue-heartbeat-status-schema.ts +26 -0
  439. package/src/generated/zod/raw-heartbeat-snippet-format-schema.ts +10 -0
  440. package/src/generated/zod/raw-heartbeat-snippet-schema.ts +19 -0
  441. package/src/generated/zod/readiness-probe-schema.ts +2 -2
  442. package/src/generated/zod/remote-stack-management-heartbeat-data-schema.ts +19 -0
  443. package/src/generated/zod/remote-stack-management-heartbeat-status-schema.ts +26 -0
  444. package/src/generated/zod/resource-heartbeat-data-schema.ts +124 -0
  445. package/src/generated/zod/resource-heartbeat-schema.ts +34 -0
  446. package/src/generated/zod/service-account-heartbeat-data-schema.ts +22 -0
  447. package/src/generated/zod/service-account-heartbeat-status-schema.ts +26 -0
  448. package/src/generated/zod/service-activation-heartbeat-data-schema.ts +16 -0
  449. package/src/generated/zod/service-activation-heartbeat-status-schema.ts +26 -0
  450. package/src/generated/zod/stack-import-request-schema.ts +46 -0
  451. package/src/generated/zod/stack-import-response-schema.ts +24 -0
  452. package/src/generated/zod/stack-resource-state-schema.ts +5 -2
  453. package/src/generated/zod/stack-schema.ts +5 -1
  454. package/src/generated/zod/stack-settings-schema.ts +4 -0
  455. package/src/generated/zod/storage-heartbeat-data-schema.ts +22 -0
  456. package/src/generated/zod/storage-heartbeat-status-schema.ts +26 -0
  457. package/src/generated/zod/value-schema.ts +10 -0
  458. package/src/generated/zod/vault-heartbeat-data-schema.ts +25 -0
  459. package/src/generated/zod/vault-heartbeat-status-schema.ts +26 -0
  460. package/src/generated/zod/vault-schema.ts +2 -2
  461. package/src/generated/zod/{function-code-schema.ts → worker-code-schema.ts} +4 -4
  462. package/src/generated/zod/worker-heartbeat-data-schema.ts +25 -0
  463. package/src/generated/zod/{function-outputs-schema.ts → worker-outputs-schema.ts} +6 -6
  464. package/src/generated/zod/worker-schema.ts +43 -0
  465. package/src/generated/zod/{function-trigger-schema.ts → worker-trigger-schema.ts} +4 -4
  466. package/src/generated/zod/workload-heartbeat-status-schema.ts +26 -0
  467. package/src/generated/zod/workload-replica-status-schema.ts +17 -0
  468. package/src/get-resource-outputs.ts +4 -4
  469. package/src/index.ts +310 -1
  470. package/src/resource.ts +1 -1
  471. package/src/service-account.ts +2 -2
  472. package/src/stack.ts +11 -1
  473. package/src/vault.ts +1 -1
  474. package/src/{function.ts → worker.ts} +63 -64
  475. package/src/generated/schemas/function.json +0 -1
  476. package/src/generated/schemas/functionCode.json +0 -1
  477. package/src/generated/schemas/functionOutputs.json +0 -1
  478. package/src/generated/schemas/functionTrigger.json +0 -1
  479. package/src/generated/zod/function-schema.ts +0 -43
@@ -1 +1 @@
1
- {"type":"object","description":"Status of a single agent in the dev server","required":["id","name","status","resources","createdAt"],"properties":{"commandsUrl":{"type":["string","null"],"description":"Commands endpoint URL for the deployment"},"createdAt":{"type":"string","description":"ISO 8601 timestamp when agent was created"},"error":{"oneOf":[{"type":"null"},{"description":"Error if this agent has failed","type":"object","required":["code","message","retryable","internal"],"properties":{"code":{"type":"string","description":"A unique identifier for the type of error.\n\nThis should be a short, machine-readable string that can be used\nby clients to programmatically handle different error types.\nExamples: \"NOT_FOUND\", \"VALIDATION_ERROR\", \"TIMEOUT\"","example":"NOT_FOUND","maxLength":128},"context":{"description":"Additional diagnostic information about the error context.\n\nThis optional field can contain structured data providing more details\nabout the error, such as validation errors, request parameters that\ncaused the issue, or other relevant context information."},"hint":{"type":["string","null"],"description":"Optional human-facing remediation hint."},"httpStatusCode":{"type":["integer","null"],"format":"int32","description":"HTTP status code for this error.\n\nUsed when converting the error to an HTTP response. If None, falls back to\nthe error type's default status code or 500.","maximum":599,"minimum":100},"internal":{"type":"boolean","description":"Indicates if this is an internal error that should not be exposed to users.\n\nWhen `true`, this error contains sensitive information or implementation\ndetails that should not be shown to end-users. Such errors should be\nlogged for debugging but replaced with generic error messages in responses."},"message":{"type":"string","description":"Human-readable error message.\n\nThis message should be clear and actionable for developers or end-users,\nproviding context about what went wrong and potentially how to fix it.","example":"Item not found.","maxLength":16384},"retryable":{"type":"boolean","description":"Indicates whether the operation that caused the error should be retried.\n\nWhen `true`, the error is transient and the operation might succeed\nif attempted again. When `false`, retrying the same operation is\nunlikely to succeed without changes.","default":false},"source":{"description":"The underlying error that caused this error, creating an error chain.\n\nThis allows for proper error propagation and debugging by maintaining\nthe full context of how an error occurred through multiple layers\nof an application."}},"x-readme-ref-name":"AlienError"}]},"id":{"type":"string","description":"Agent ID (e.g., ag_xyz123)"},"name":{"type":"string","description":"Agent name (from --agent-name flag)"},"resources":{"type":"object","description":"Resources deployed by this agent (keyed by resource name)","additionalProperties":{"type":"object","description":"Information about a deployed resource","required":["url"],"properties":{"resourceType":{"type":["string","null"],"description":"Resource type (\"function\" | \"container\")"},"url":{"type":"string","description":"Resource URL (e.g., http://localhost:8080)"}},"x-readme-ref-name":"DevResourceInfo"},"propertyNames":{"type":"string"}},"status":{"description":"Deployment status (running, provisioning, etc.)","type":"string","enum":["pending","initial-setup","initial-setup-failed","provisioning","provisioning-failed","running","refresh-failed","update-pending","updating","update-failed","delete-pending","deleting","delete-failed","deleted","error"],"x-readme-ref-name":"DeploymentStatus"}},"x-readme-ref-name":"AgentStatus"}
1
+ {"type":"object","description":"Status of a single agent in the dev server","required":["id","name","status","resources","createdAt"],"properties":{"commandsUrl":{"type":["string","null"],"description":"Commands endpoint URL for the deployment"},"createdAt":{"type":"string","description":"ISO 8601 timestamp when agent was created"},"error":{"oneOf":[{"type":"null"},{"description":"Error if this agent has failed","type":"object","required":["code","message","retryable","internal"],"properties":{"code":{"type":"string","description":"A unique identifier for the type of error.\n\nThis should be a short, machine-readable string that can be used\nby clients to programmatically handle different error types.\nExamples: \"NOT_FOUND\", \"VALIDATION_ERROR\", \"TIMEOUT\"","example":"NOT_FOUND","maxLength":128},"context":{"description":"Additional diagnostic information about the error context.\n\nThis optional field can contain structured data providing more details\nabout the error, such as validation errors, request parameters that\ncaused the issue, or other relevant context information."},"hint":{"type":["string","null"],"description":"Optional human-facing remediation hint."},"httpStatusCode":{"type":["integer","null"],"format":"int32","description":"HTTP status code for this error.\n\nUsed when converting the error to an HTTP response. If None, falls back to\nthe error type's default status code or 500.","maximum":599,"minimum":100},"internal":{"type":"boolean","description":"Indicates if this is an internal error that should not be exposed to users.\n\nWhen `true`, this error contains sensitive information or implementation\ndetails that should not be shown to end-users. Such errors should be\nlogged for debugging but replaced with generic error messages in responses."},"message":{"type":"string","description":"Human-readable error message.\n\nThis message should be clear and actionable for developers or end-users,\nproviding context about what went wrong and potentially how to fix it.","example":"Item not found.","maxLength":16384},"retryable":{"type":"boolean","description":"Indicates whether the operation that caused the error should be retried.\n\nWhen `true`, the error is transient and the operation might succeed\nif attempted again. When `false`, retrying the same operation is\nunlikely to succeed without changes.","default":false},"source":{"description":"The underlying error that caused this error, creating an error chain.\n\nThis allows for proper error propagation and debugging by maintaining\nthe full context of how an error occurred through multiple layers\nof an application."}},"x-readme-ref-name":"AlienError"}]},"id":{"type":"string","description":"Deployment ID (e.g., dep_xyz123)"},"name":{"type":"string","description":"Agent name (from --agent-name flag)"},"resources":{"type":"object","description":"Resources deployed by this agent (keyed by resource name)","additionalProperties":{"type":"object","description":"Information about a deployed resource","required":["url"],"properties":{"resourceType":{"type":["string","null"],"description":"Resource type (\"worker\" | \"container\")"},"url":{"type":"string","description":"Resource URL (e.g., http://localhost:8080)"}},"x-readme-ref-name":"DevResourceInfo"},"propertyNames":{"type":"string"}},"status":{"description":"Deployment status (running, provisioning, etc.)","type":"string","enum":["pending","initial-setup","initial-setup-failed","provisioning","provisioning-failed","running","refresh-failed","update-pending","updating","update-failed","delete-pending","deleting","delete-failed","deleted","error"],"x-readme-ref-name":"DeploymentStatus"}},"x-readme-ref-name":"AgentStatus"}
@@ -1 +1 @@
1
- {"oneOf":[{"type":"object","description":"Loading configuration file","required":["type"],"properties":{"type":{"type":"string","enum":["LoadingConfiguration"]}}},{"type":"object","description":"Operation finished successfully","required":["type"],"properties":{"type":{"type":"string","enum":["Finished"]}}},{"type":"object","description":"Stack packaging event","required":["stack","type"],"properties":{"stack":{"type":"string","description":"Name of the stack being built"},"type":{"type":"string","enum":["BuildingStack"]}}},{"type":"object","description":"Running build-time preflight checks and mutations","required":["stack","platform","type"],"properties":{"platform":{"type":"string","description":"Platform being targeted"},"stack":{"type":"string","description":"Name of the stack being checked"},"type":{"type":"string","enum":["RunningPreflights"]}}},{"type":"object","description":"Downloading alien runtime event","required":["targetTriple","url","type"],"properties":{"targetTriple":{"type":"string","description":"Target triple for the runtime"},"type":{"type":"string","enum":["DownloadingAlienRuntime"]},"url":{"type":"string","description":"URL being downloaded from"}}},{"type":"object","description":"Resource build event (function, container, or worker)","required":["resourceName","resourceType","type"],"properties":{"relatedResources":{"type":"array","items":{"type":"string"},"description":"All resource names sharing this build (for deduped container groups)"},"resourceName":{"type":"string","description":"Name of the resource being built"},"resourceType":{"type":"string","description":"Type of the resource: \"function\", \"container\", \"worker\""},"type":{"type":"string","enum":["BuildingResource"]}}},{"type":"object","description":"Image build event","required":["image","type"],"properties":{"image":{"type":"string","description":"Name of the image being built"},"type":{"type":"string","enum":["BuildingImage"]}}},{"type":"object","description":"Image push event","required":["image","type"],"properties":{"image":{"type":"string","description":"Name of the image being pushed"},"progress":{"oneOf":[{"type":"null"},{"description":"Progress information for the push operation","type":"object","required":["operation","layersUploaded","totalLayers","bytesUploaded","totalBytes"],"properties":{"bytesUploaded":{"type":"integer","format":"int64","description":"Bytes uploaded so far","minimum":0},"layersUploaded":{"type":"integer","description":"Number of layers uploaded so far","minimum":0},"operation":{"type":"string","description":"Current operation being performed"},"totalBytes":{"type":"integer","format":"int64","description":"Total bytes to upload","minimum":0},"totalLayers":{"type":"integer","description":"Total number of layers to upload","minimum":0}},"x-readme-ref-name":"PushProgress"}]},"type":{"type":"string","enum":["PushingImage"]}}},{"type":"object","description":"Pushing stack images to registry","required":["stack","platform","type"],"properties":{"platform":{"type":"string","description":"Target platform"},"stack":{"type":"string","description":"Name of the stack being pushed"},"type":{"type":"string","enum":["PushingStack"]}}},{"type":"object","description":"Pushing resource images to registry","required":["resourceName","resourceType","type"],"properties":{"resourceName":{"type":"string","description":"Name of the resource being pushed"},"resourceType":{"type":"string","description":"Type of the resource: \"function\", \"container\", \"worker\""},"type":{"type":"string","enum":["PushingResource"]}}},{"type":"object","description":"Creating a release on the platform","required":["project","type"],"properties":{"project":{"type":"string","description":"Project name"},"type":{"type":"string","enum":["CreatingRelease"]}}},{"type":"object","description":"Code compilation event (rust, typescript, etc.)","required":["language","type"],"properties":{"language":{"type":"string","description":"Language being compiled (rust, typescript, etc.)"},"progress":{"type":["string","null"],"description":"Current progress/status line from the build output"},"type":{"type":"string","enum":["CompilingCode"]}}},{"type":"object","required":["nextState","type"],"properties":{"nextState":{"description":"The resulting state of the stack after the step.","type":"object","required":["platform","resources","resourcePrefix"],"properties":{"platform":{"description":"The target platform for this stack state.","type":"string","enum":["aws","gcp","azure","kubernetes","local","test"],"x-readme-ref-name":"Platform"},"resourcePrefix":{"type":"string","description":"A prefix used for resource naming to ensure uniqueness across deployments."},"resources":{"type":"object","description":"The state of individual resources, keyed by resource ID.","additionalProperties":{"type":"object","description":"Represents the state of a single resource within the stack for a specific platform.","required":["type","status","config"],"properties":{"_internal":{"description":"The platform-specific resource controller that manages this resource's lifecycle.\nThis is None when the resource status is Pending.\nStored as JSON to make the struct serializable and movable to alien-core."},"config":{"description":"The current resource configuration.","type":"object","required":["type","id"],"properties":{"id":{"type":"string","description":"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters."},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["function","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResource"},"dependencies":{"type":"array","items":{"type":"object","description":"New ResourceRef that works with any resource type.\nThis can eventually replace the enum-based ResourceRef for full extensibility.","required":["type","id"],"properties":{"id":{"type":"string"},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["function","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"x-readme-ref-name":"ResourceRef"},"description":"Complete list of dependencies for this resource, including infrastructure dependencies.\nThis preserves the full dependency information from the stack definition."},"error":{"oneOf":[{"type":"null"},{"description":"Stores the last error encountered during a failed step transition.","type":"object","required":["code","message","retryable","internal"],"properties":{"code":{"type":"string","description":"A unique identifier for the type of error.\n\nThis should be a short, machine-readable string that can be used\nby clients to programmatically handle different error types.\nExamples: \"NOT_FOUND\", \"VALIDATION_ERROR\", \"TIMEOUT\"","example":"NOT_FOUND","maxLength":128},"context":{"description":"Additional diagnostic information about the error context.\n\nThis optional field can contain structured data providing more details\nabout the error, such as validation errors, request parameters that\ncaused the issue, or other relevant context information."},"hint":{"type":["string","null"],"description":"Optional human-facing remediation hint."},"httpStatusCode":{"type":["integer","null"],"format":"int32","description":"HTTP status code for this error.\n\nUsed when converting the error to an HTTP response. If None, falls back to\nthe error type's default status code or 500.","maximum":599,"minimum":100},"internal":{"type":"boolean","description":"Indicates if this is an internal error that should not be exposed to users.\n\nWhen `true`, this error contains sensitive information or implementation\ndetails that should not be shown to end-users. Such errors should be\nlogged for debugging but replaced with generic error messages in responses."},"message":{"type":"string","description":"Human-readable error message.\n\nThis message should be clear and actionable for developers or end-users,\nproviding context about what went wrong and potentially how to fix it.","example":"Item not found.","maxLength":16384},"retryable":{"type":"boolean","description":"Indicates whether the operation that caused the error should be retried.\n\nWhen `true`, the error is transient and the operation might succeed\nif attempted again. When `false`, retrying the same operation is\nunlikely to succeed without changes.","default":false},"source":{"description":"The underlying error that caused this error, creating an error chain.\n\nThis allows for proper error propagation and debugging by maintaining\nthe full context of how an error occurred through multiple layers\nof an application."}},"x-readme-ref-name":"AlienError"}]},"isExternallyProvisioned":{"type":"boolean","description":"True if the resource was provisioned by an external system (e.g., CloudFormation).\nDefaults to false, indicating dynamic provisioning by the executor."},"lastFailedState":{"description":"Stores the controller state that failed, used for manual retry operations.\nThis allows resuming from the exact point where the failure occurred.\nStored as JSON to make the struct serializable and movable to alien-core."},"lifecycle":{"oneOf":[{"type":"null"},{"description":"The lifecycle of the resource (Frozen or Live).\nDefaults to Live if not specified.","type":"string","enum":["frozen","live"],"x-readme-ref-name":"ResourceLifecycle"}]},"outputs":{"oneOf":[{"type":"null"},{"description":"Outputs generated by the resource (e.g., ARN, URL, Bucket Name).","type":"object","required":["type"],"properties":{"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["function","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResourceOutputs"}]},"previousConfig":{"oneOf":[{"type":"null"},{"description":"The previous resource configuration during updates.\nThis is set when an update is initiated and cleared when the update completes or fails.","type":"object","required":["type","id"],"properties":{"id":{"type":"string","description":"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters."},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["function","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResource"}]},"remoteBindingParams":{"description":"Binding parameters for remote access.\nOnly populated when the resource has `remote_access: true` in its ResourceEntry.\nThis is the JSON serialization of the binding configuration (e.g., StorageBinding, VaultBinding).\nPopulated by controllers during provisioning using get_binding_params()."},"retryAttempt":{"type":"integer","format":"int32","description":"Tracks consecutive retry attempts for the current state transition.","minimum":0},"status":{"description":"High-level status derived from the internal state.","type":"string","enum":["pending","provisioning","provision-failed","running","updating","update-failed","deleting","delete-failed","deleted","refresh-failed"],"x-readme-ref-name":"ResourceStatus"},"type":{"type":"string","description":"The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE)."}},"x-readme-ref-name":"StackResourceState"},"propertyNames":{"type":"string"}}},"x-readme-ref-name":"StackState"},"suggestedDelayMs":{"type":["integer","null"],"format":"int64","description":"An suggested duration to wait before executing the next step.","minimum":0},"type":{"type":"string","enum":["StackStep"]}}},{"type":"object","description":"Generating CloudFormation template","required":["type"],"properties":{"type":{"type":"string","enum":["GeneratingCloudFormationTemplate"]}}},{"type":"object","description":"Generating infrastructure template","required":["platform","type"],"properties":{"platform":{"type":"string","description":"Platform for which the template is being generated"},"type":{"type":"string","enum":["GeneratingTemplate"]}}},{"type":"object","description":"Provisioning a new agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being provisioned"},"releaseId":{"type":"string","description":"ID of the release being deployed to the agent"},"type":{"type":"string","enum":["ProvisioningAgent"]}}},{"type":"object","description":"Updating an existing agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being updated"},"releaseId":{"type":"string","description":"ID of the new release being deployed to the agent"},"type":{"type":"string","enum":["UpdatingAgent"]}}},{"type":"object","description":"Deleting an agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being deleted"},"releaseId":{"type":"string","description":"ID of the release that was running on the agent"},"type":{"type":"string","enum":["DeletingAgent"]}}},{"type":"object","description":"Starting a debug session for an agent","required":["agentId","debugSessionId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being debugged"},"debugSessionId":{"type":"string","description":"ID of the debug session"},"type":{"type":"string","enum":["DebuggingAgent"]}}},{"type":"object","description":"Preparing environment for deployment","required":["strategyName","type"],"properties":{"strategyName":{"type":"string","description":"Name of the deployment strategy being used"},"type":{"type":"string","enum":["PreparingEnvironment"]}}},{"type":"object","description":"Deploying stack with alien-infra","required":["stackName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being deployed"},"type":{"type":"string","enum":["DeployingStack"]}}},{"type":"object","description":"Running test function after deployment","required":["stackName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being tested"},"type":{"type":"string","enum":["RunningTestFunction"]}}},{"type":"object","description":"Cleaning up deployed stack resources","required":["stackName","strategyName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being cleaned up"},"strategyName":{"type":"string","description":"Name of the deployment strategy being used for cleanup"},"type":{"type":"string","enum":["CleaningUpStack"]}}},{"type":"object","description":"Cleaning up deployment environment","required":["stackName","strategyName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being cleaned up"},"strategyName":{"type":"string","description":"Name of the deployment strategy being used for cleanup"},"type":{"type":"string","enum":["CleaningUpEnvironment"]}}},{"type":"object","description":"Setting up platform context","required":["platformName","type"],"properties":{"platformName":{"type":"string","description":"Name of the platform (e.g., \"AWS\", \"GCP\")"},"type":{"type":"string","enum":["SettingUpPlatformContext"]}}},{"type":"object","description":"Ensuring docker repository exists","required":["repositoryName","type"],"properties":{"repositoryName":{"type":"string","description":"Name of the docker repository"},"type":{"type":"string","enum":["EnsuringDockerRepository"]}}},{"type":"object","description":"Deploying CloudFormation stack","required":["cfnStackName","currentStatus","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"currentStatus":{"type":"string","description":"Current stack status"},"type":{"type":"string","enum":["DeployingCloudFormationStack"]}}},{"type":"object","description":"Assuming AWS IAM role","required":["roleArn","type"],"properties":{"roleArn":{"type":"string","description":"ARN of the role to assume"},"type":{"type":"string","enum":["AssumingRole"]}}},{"type":"object","description":"Importing stack state from CloudFormation","required":["cfnStackName","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"type":{"type":"string","enum":["ImportingStackStateFromCloudFormation"]}}},{"type":"object","description":"Deleting CloudFormation stack","required":["cfnStackName","currentStatus","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"currentStatus":{"type":"string","description":"Current stack status"},"type":{"type":"string","enum":["DeletingCloudFormationStack"]}}},{"type":"object","description":"Emptying S3 buckets before stack deletion","required":["bucketNames","type"],"properties":{"bucketNames":{"type":"array","items":{"type":"string"},"description":"Names of the S3 buckets being emptied"},"type":{"type":"string","enum":["EmptyingBuckets"]}}}],"description":"Represents all possible events in the Alien system","x-readme-ref-name":"AlienEvent"}
1
+ {"oneOf":[{"type":"object","description":"Loading configuration file","required":["type"],"properties":{"type":{"type":"string","enum":["LoadingConfiguration"]}}},{"type":"object","description":"Operation finished successfully","required":["type"],"properties":{"type":{"type":"string","enum":["Finished"]}}},{"type":"object","description":"Stack packaging event","required":["stack","type"],"properties":{"stack":{"type":"string","description":"Name of the stack being built"},"type":{"type":"string","enum":["BuildingStack"]}}},{"type":"object","description":"Running build-time preflight checks and mutations","required":["stack","platform","type"],"properties":{"platform":{"type":"string","description":"Platform being targeted"},"stack":{"type":"string","description":"Name of the stack being checked"},"type":{"type":"string","enum":["RunningPreflights"]}}},{"type":"object","description":"Downloading alien runtime event","required":["targetTriple","url","type"],"properties":{"targetTriple":{"type":"string","description":"Target triple for the runtime"},"type":{"type":"string","enum":["DownloadingAlienRuntime"]},"url":{"type":"string","description":"URL being downloaded from"}}},{"type":"object","description":"Resource build event (function, container, or worker)","required":["resourceName","resourceType","type"],"properties":{"relatedResources":{"type":"array","items":{"type":"string"},"description":"All resource names sharing this build (for deduped container groups)"},"resourceName":{"type":"string","description":"Name of the resource being built"},"resourceType":{"type":"string","description":"Type of the resource: \"worker\", \"container\""},"type":{"type":"string","enum":["BuildingResource"]}}},{"type":"object","description":"Image build event","required":["image","type"],"properties":{"image":{"type":"string","description":"Name of the image being built"},"type":{"type":"string","enum":["BuildingImage"]}}},{"type":"object","description":"Image push event","required":["image","type"],"properties":{"image":{"type":"string","description":"Name of the image being pushed"},"progress":{"oneOf":[{"type":"null"},{"description":"Progress information for the push operation","type":"object","required":["operation","layersUploaded","totalLayers","bytesUploaded","totalBytes"],"properties":{"bytesUploaded":{"type":"integer","format":"int64","description":"Bytes uploaded so far","minimum":0},"layersUploaded":{"type":"integer","description":"Number of layers uploaded so far","minimum":0},"operation":{"type":"string","description":"Current operation being performed"},"totalBytes":{"type":"integer","format":"int64","description":"Total bytes to upload","minimum":0},"totalLayers":{"type":"integer","description":"Total number of layers to upload","minimum":0}},"x-readme-ref-name":"PushProgress"}]},"type":{"type":"string","enum":["PushingImage"]}}},{"type":"object","description":"Pushing stack images to registry","required":["stack","platform","type"],"properties":{"destination":{"type":["string","null"],"description":"Human-readable destination for pushed images"},"platform":{"type":"string","description":"Target platform"},"stack":{"type":"string","description":"Name of the stack being pushed"},"type":{"type":"string","enum":["PushingStack"]}}},{"type":"object","description":"Pushing resource images to registry","required":["resourceName","resourceType","type"],"properties":{"resourceName":{"type":"string","description":"Name of the resource being pushed"},"resourceType":{"type":"string","description":"Type of the resource: \"worker\", \"container\""},"type":{"type":"string","enum":["PushingResource"]}}},{"type":"object","description":"Creating a release on the platform","required":["project","type"],"properties":{"project":{"type":"string","description":"Project name"},"type":{"type":"string","enum":["CreatingRelease"]}}},{"type":"object","description":"Code compilation event (rust, typescript, etc.)","required":["language","type"],"properties":{"language":{"type":"string","description":"Language being compiled (rust, typescript, etc.)"},"progress":{"type":["string","null"],"description":"Current progress/status line from the build output"},"type":{"type":"string","enum":["CompilingCode"]}}},{"type":"object","required":["nextState","type"],"properties":{"nextState":{"description":"The resulting state of the stack after the step.","type":"object","required":["platform","resources","resourcePrefix"],"properties":{"platform":{"description":"The target platform for this stack state.","type":"string","enum":["aws","gcp","azure","kubernetes","local","test"],"x-readme-ref-name":"Platform"},"resourcePrefix":{"type":"string","description":"A prefix used for resource naming to ensure uniqueness across deployments."},"resources":{"type":"object","description":"The state of individual resources, keyed by resource ID.","additionalProperties":{"type":"object","description":"Represents the state of a single resource within the stack for a specific platform.","required":["type","status","config"],"properties":{"_internal":{"description":"The platform-specific resource controller that manages this resource's lifecycle.\nThis is None when the resource status is Pending.\nStored as JSON to make the struct serializable and movable to alien-core."},"config":{"description":"The current resource configuration.","type":"object","required":["type","id"],"properties":{"id":{"type":"string","description":"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters."},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["worker","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResource"},"controllerPlatform":{"oneOf":[{"type":"null"},{"description":"Platform whose controller owns this resource state. Defaults to the\ncontaining stack platform when absent.","type":"string","enum":["aws","gcp","azure","kubernetes","local","test"],"x-readme-ref-name":"Platform"}]},"dependencies":{"type":"array","items":{"type":"object","description":"New ResourceRef that works with any resource type.\nThis can eventually replace the enum-based ResourceRef for full extensibility.","required":["type","id"],"properties":{"id":{"type":"string"},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["worker","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"x-readme-ref-name":"ResourceRef"},"description":"Complete list of dependencies for this resource, including infrastructure dependencies.\nThis preserves the full dependency information from the stack definition."},"error":{"oneOf":[{"type":"null"},{"description":"Stores the last error encountered during a failed step transition.","type":"object","required":["code","message","retryable","internal"],"properties":{"code":{"type":"string","description":"A unique identifier for the type of error.\n\nThis should be a short, machine-readable string that can be used\nby clients to programmatically handle different error types.\nExamples: \"NOT_FOUND\", \"VALIDATION_ERROR\", \"TIMEOUT\"","example":"NOT_FOUND","maxLength":128},"context":{"description":"Additional diagnostic information about the error context.\n\nThis optional field can contain structured data providing more details\nabout the error, such as validation errors, request parameters that\ncaused the issue, or other relevant context information."},"hint":{"type":["string","null"],"description":"Optional human-facing remediation hint."},"httpStatusCode":{"type":["integer","null"],"format":"int32","description":"HTTP status code for this error.\n\nUsed when converting the error to an HTTP response. If None, falls back to\nthe error type's default status code or 500.","maximum":599,"minimum":100},"internal":{"type":"boolean","description":"Indicates if this is an internal error that should not be exposed to users.\n\nWhen `true`, this error contains sensitive information or implementation\ndetails that should not be shown to end-users. Such errors should be\nlogged for debugging but replaced with generic error messages in responses."},"message":{"type":"string","description":"Human-readable error message.\n\nThis message should be clear and actionable for developers or end-users,\nproviding context about what went wrong and potentially how to fix it.","example":"Item not found.","maxLength":16384},"retryable":{"type":"boolean","description":"Indicates whether the operation that caused the error should be retried.\n\nWhen `true`, the error is transient and the operation might succeed\nif attempted again. When `false`, retrying the same operation is\nunlikely to succeed without changes.","default":false},"source":{"description":"The underlying error that caused this error, creating an error chain.\n\nThis allows for proper error propagation and debugging by maintaining\nthe full context of how an error occurred through multiple layers\nof an application."}},"x-readme-ref-name":"AlienError"}]},"lastFailedState":{"description":"Stores the controller state that failed, used for manual retry operations.\nThis allows resuming from the exact point where the failure occurred.\nStored as JSON to make the struct serializable and movable to alien-core."},"lifecycle":{"oneOf":[{"type":"null"},{"description":"The lifecycle of the resource (Frozen or Live).\nDefaults to Live if not specified.","type":"string","enum":["frozen","live"],"x-readme-ref-name":"ResourceLifecycle"}]},"outputs":{"oneOf":[{"type":"null"},{"description":"Outputs generated by the resource (e.g., ARN, URL, Bucket Name).","type":"object","required":["type"],"properties":{"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["worker","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResourceOutputs"}]},"previousConfig":{"oneOf":[{"type":"null"},{"description":"The previous resource configuration during updates.\nThis is set when an update is initiated and cleared when the update completes or fails.","type":"object","required":["type","id"],"properties":{"id":{"type":"string","description":"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters."},"type":{"type":"string","description":"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.","examples":["worker","storage","queue","redis","postgres"],"x-readme-ref-name":"ResourceType"}},"additionalProperties":true,"x-readme-ref-name":"BaseResource"}]},"remoteBindingParams":{"description":"Binding parameters for remote access.\nOnly populated when the resource has `remote_access: true` in its ResourceEntry.\nThis is the JSON serialization of the binding configuration (e.g., StorageBinding, VaultBinding).\nPopulated by controllers during provisioning using get_binding_params()."},"retryAttempt":{"type":"integer","format":"int32","description":"Tracks consecutive retry attempts for the current state transition.","minimum":0},"status":{"description":"High-level status derived from the internal state.","type":"string","enum":["pending","provisioning","provision-failed","running","updating","update-failed","deleting","delete-failed","deleted","refresh-failed"],"x-readme-ref-name":"ResourceStatus"},"type":{"type":"string","description":"The high-level type of the resource (e.g., Worker::RESOURCE_TYPE, Storage::RESOURCE_TYPE)."}},"x-readme-ref-name":"StackResourceState"},"propertyNames":{"type":"string"}}},"x-readme-ref-name":"StackState"},"suggestedDelayMs":{"type":["integer","null"],"format":"int64","description":"An suggested duration to wait before executing the next step.","minimum":0},"type":{"type":"string","enum":["StackStep"]}}},{"type":"object","description":"Generating CloudFormation template","required":["type"],"properties":{"type":{"type":"string","enum":["GeneratingCloudFormationTemplate"]}}},{"type":"object","description":"Generating infrastructure template","required":["platform","type"],"properties":{"platform":{"type":"string","description":"Platform for which the template is being generated"},"type":{"type":"string","enum":["GeneratingTemplate"]}}},{"type":"object","description":"Provisioning a new agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being provisioned"},"releaseId":{"type":"string","description":"ID of the release being deployed to the agent"},"type":{"type":"string","enum":["ProvisioningAgent"]}}},{"type":"object","description":"Updating an existing agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being updated"},"releaseId":{"type":"string","description":"ID of the new release being deployed to the agent"},"type":{"type":"string","enum":["UpdatingAgent"]}}},{"type":"object","description":"Deleting an agent","required":["agentId","releaseId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being deleted"},"releaseId":{"type":"string","description":"ID of the release that was running on the agent"},"type":{"type":"string","enum":["DeletingAgent"]}}},{"type":"object","description":"Starting a debug session for an agent","required":["agentId","debugSessionId","type"],"properties":{"agentId":{"type":"string","description":"ID of the agent being debugged"},"debugSessionId":{"type":"string","description":"ID of the debug session"},"type":{"type":"string","enum":["DebuggingAgent"]}}},{"type":"object","description":"Preparing environment for deployment","required":["strategyName","type"],"properties":{"strategyName":{"type":"string","description":"Name of the deployment strategy being used"},"type":{"type":"string","enum":["PreparingEnvironment"]}}},{"type":"object","description":"Deploying stack with alien-infra","required":["stackName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being deployed"},"type":{"type":"string","enum":["DeployingStack"]}}},{"type":"object","description":"Running test function after deployment","required":["stackName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being tested"},"type":{"type":"string","enum":["RunningTestWorker"]}}},{"type":"object","description":"Cleaning up deployed stack resources","required":["stackName","strategyName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being cleaned up"},"strategyName":{"type":"string","description":"Name of the deployment strategy being used for cleanup"},"type":{"type":"string","enum":["CleaningUpStack"]}}},{"type":"object","description":"Cleaning up deployment environment","required":["stackName","strategyName","type"],"properties":{"stackName":{"type":"string","description":"Name of the stack being cleaned up"},"strategyName":{"type":"string","description":"Name of the deployment strategy being used for cleanup"},"type":{"type":"string","enum":["CleaningUpEnvironment"]}}},{"type":"object","description":"Setting up platform context","required":["platformName","type"],"properties":{"platformName":{"type":"string","description":"Name of the platform (e.g., \"AWS\", \"GCP\")"},"type":{"type":"string","enum":["SettingUpPlatformContext"]}}},{"type":"object","description":"Ensuring docker repository exists","required":["repositoryName","type"],"properties":{"repositoryName":{"type":"string","description":"Name of the docker repository"},"type":{"type":"string","enum":["EnsuringDockerRepository"]}}},{"type":"object","description":"Deploying CloudFormation stack","required":["cfnStackName","currentStatus","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"currentStatus":{"type":"string","description":"Current stack status"},"type":{"type":"string","enum":["DeployingCloudFormationStack"]}}},{"type":"object","description":"Assuming AWS IAM role","required":["roleArn","type"],"properties":{"roleArn":{"type":"string","description":"ARN of the role to assume"},"type":{"type":"string","enum":["AssumingRole"]}}},{"type":"object","description":"Importing stack state from CloudFormation","required":["cfnStackName","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"type":{"type":"string","enum":["ImportingStackStateFromCloudFormation"]}}},{"type":"object","description":"Deleting CloudFormation stack","required":["cfnStackName","currentStatus","type"],"properties":{"cfnStackName":{"type":"string","description":"Name of the CloudFormation stack"},"currentStatus":{"type":"string","description":"Current stack status"},"type":{"type":"string","enum":["DeletingCloudFormationStack"]}}},{"type":"object","description":"Emptying S3 buckets before stack deletion","required":["bucketNames","type"],"properties":{"bucketNames":{"type":"array","items":{"type":"string"},"description":"Names of the S3 buckets being emptied"},"type":{"type":"string","enum":["EmptyingBuckets"]}}}],"description":"Represents all possible events in the Alien system","x-readme-ref-name":"AlienEvent"}
@@ -0,0 +1 @@
1
+ {"oneOf":[{"allOf":[{"type":"object","required":["status","registryId","region","registryUri","repositoryPrefix","repositoryCount","repositoriesTruncated","repositories"],"properties":{"pullRoleArn":{"type":["string","null"]},"pushRoleArn":{"type":["string","null"]},"region":{"type":"string"},"registryId":{"type":"string"},"registryUri":{"type":"string"},"repositories":{"type":"array","items":{"type":"object","required":["repositoryArn","registryId","repositoryName","repositoryUri","createdAt","kmsKeyPresent"],"properties":{"createdAt":{"type":"number","format":"double"},"encryptionType":{"type":["string","null"]},"imageTagMutability":{"type":["string","null"]},"kmsKeyPresent":{"type":"boolean"},"registryId":{"type":"string"},"repositoryArn":{"type":"string"},"repositoryName":{"type":"string"},"repositoryUri":{"type":"string"},"scanOnPush":{"type":["boolean","null"]}},"x-readme-ref-name":"AwsEcrRepositoryHeartbeatData"}},"repositoriesTruncated":{"type":"boolean"},"repositoryCount":{"type":"integer","format":"int32","minimum":0},"repositoryPrefix":{"type":"string"},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"}},"x-readme-ref-name":"AwsEcrArtifactRegistryHeartbeatData"},{"type":"object","required":["backend"],"properties":{"backend":{"type":"string","enum":["awsEcr"]}}}]},{"allOf":[{"type":"object","required":["status","projectId","location","repositoryId","labelCount","cleanupPolicyCount","kmsKeyNamePresent","iamPolicyEtagPresent","iamBindingCount","iamRoles"],"properties":{"cleanupPolicyCount":{"type":"integer","format":"int32","minimum":0},"cleanupPolicyDryRun":{"type":["boolean","null"]},"createTime":{"type":["string","null"]},"description":{"type":["string","null"]},"format":{"type":["string","null"]},"iamBindingCount":{"type":"integer","format":"int32","minimum":0},"iamPolicyEtagPresent":{"type":"boolean"},"iamRoles":{"type":"array","items":{"type":"string"}},"kmsKeyNamePresent":{"type":"boolean"},"labelCount":{"type":"integer","format":"int32","minimum":0},"location":{"type":"string"},"mode":{"type":["string","null"]},"name":{"type":["string","null"]},"projectId":{"type":"string"},"pullServiceAccountEmail":{"type":["string","null"]},"pushServiceAccountEmail":{"type":["string","null"]},"repositoryId":{"type":"string"},"satisfiesPzs":{"type":["boolean","null"]},"sizeBytes":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"},"updateTime":{"type":["string","null"]}},"x-readme-ref-name":"GcpArtifactRegistryHeartbeatData"},{"type":"object","required":["backend"],"properties":{"backend":{"type":"string","enum":["gcpArtifactRegistry"]}}}]},{"allOf":[{"type":"object","required":["status","name","resourceGroup","location","skuName","adminUserEnabled","anonymousPullEnabled","publicNetworkAccess","networkRuleBypassOptions","ipRuleCount","encryptionKeyVaultUriPresent","encryptionKeyIdentifierPresent","policiesPresent","policyCount","privateEndpointConnectionCount","dataEndpointHostNames","zoneRedundancy","managedTagCount"],"properties":{"adminUserEnabled":{"type":"boolean"},"anonymousPullEnabled":{"type":"boolean"},"creationDate":{"type":["string","null"]},"dataEndpointEnabled":{"type":["boolean","null"]},"dataEndpointHostNames":{"type":"array","items":{"type":"string"}},"encryptionKeyIdentifierPresent":{"type":"boolean"},"encryptionKeyVaultUriPresent":{"type":"boolean"},"encryptionStatus":{"type":["string","null"]},"ipRuleCount":{"type":"integer","format":"int32","minimum":0},"location":{"type":"string"},"loginServer":{"type":["string","null"]},"managedTagCount":{"type":"integer","format":"int32","minimum":0},"name":{"type":"string"},"networkRuleBypassOptions":{"type":"string"},"networkRuleDefaultAction":{"type":["string","null"]},"policiesPresent":{"type":"boolean"},"policyCount":{"type":"integer","format":"int32","minimum":0},"privateEndpointConnectionCount":{"type":"integer","format":"int32","minimum":0},"provisioningState":{"type":["string","null"]},"publicNetworkAccess":{"type":"string"},"resourceGroup":{"type":"string"},"resourceId":{"type":["string","null"]},"skuName":{"type":"string"},"skuTier":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"},"type":{"type":["string","null"]},"zoneRedundancy":{"type":"string"}},"x-readme-ref-name":"AzureContainerRegistryHeartbeatData"},{"type":"object","required":["backend"],"properties":{"backend":{"type":"string","enum":["azureContainerRegistry"]}}}]},{"allOf":[{"type":"object","required":["status","registryUrl","reachable"],"properties":{"reachable":{"type":"boolean"},"registryUrl":{"type":"string"},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"}},"x-readme-ref-name":"LocalArtifactRegistryHeartbeatData"},{"type":"object","required":["backend"],"properties":{"backend":{"type":"string","enum":["local"]}}}]}],"x-readme-ref-name":"ArtifactRegistryHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS ArtifactRegistry ImportData.","required":["accountId","region","registryId","registryEndpoint","repositoryPrefix","pullRoleArn","pushRoleArn"],"properties":{"accountId":{"type":"string","description":"AWS account ID that owns the ECR registry."},"pullRoleArn":{"type":"string","description":"IAM role ARN with pull-only access."},"pushRoleArn":{"type":"string","description":"IAM role ARN with push and pull access."},"region":{"type":"string","description":"AWS region for the registry endpoint."},"registryEndpoint":{"type":"string","description":"Docker registry endpoint."},"registryId":{"type":"string","description":"Registry identifier in `account:region` form."},"repositoryPrefix":{"type":"string","description":"Prefix used for repositories owned by this stack."}},"x-readme-ref-name":"AwsArtifactRegistryImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Build ImportData.","required":["projectName","projectArn","buildEnvVars"],"properties":{"buildEnvVars":{"type":"object","description":"Environment variables stamped into the CodeBuild project.","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"projectArn":{"type":"string","description":"CodeBuild project ARN."},"projectName":{"type":"string","description":"CodeBuild project name."}},"x-readme-ref-name":"AwsBuildImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","projectName","environmentVariableCount","serviceRolePresent","encryptionKeyPresent"],"properties":{"artifactsEncryptionDisabled":{"type":["boolean","null"]},"artifactsType":{"type":["string","null"]},"cloudWatchLogsStatus":{"type":["string","null"]},"computeType":{"type":["string","null"]},"created":{"type":["number","null"],"format":"double"},"description":{"type":["string","null"]},"encryptionKeyPresent":{"type":"boolean"},"environmentImage":{"type":["string","null"]},"environmentType":{"type":["string","null"]},"environmentVariableCount":{"type":"integer","format":"int32","minimum":0},"imagePullCredentialsType":{"type":["string","null"]},"lastModified":{"type":["number","null"],"format":"double"},"privilegedMode":{"type":["boolean","null"]},"projectArn":{"type":["string","null"]},"projectName":{"type":"string"},"queuedTimeoutInMinutes":{"type":["integer","null"],"format":"int32"},"s3LogsStatus":{"type":["string","null"]},"serviceRolePresent":{"type":"boolean"},"sourceType":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"BuildHeartbeatStatus"},"timeoutInMinutes":{"type":["integer","null"],"format":"int32"}},"x-readme-ref-name":"AwsCodeBuildHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","nodes","name","capacityGroups","providerFleets"],"properties":{"backendClusterId":{"type":["string","null"]},"capacityGroups":{"type":"array","items":{"type":"object","required":["groupId","currentMachines","desiredMachines"],"properties":{"capacityBlocker":{"oneOf":[{"type":"null"},{"type":"object","required":["category","message","observedAt"],"properties":{"category":{"type":"string","enum":["quota","capacity","allocation","other"],"x-readme-ref-name":"ComputeCapacityBlockerCategory"},"message":{"type":"string"},"observedAt":{"type":"string","format":"date-time"},"providerCode":{"type":["string","null"]},"providerReference":{"type":["string","null"]}},"x-readme-ref-name":"ComputeCapacityBlocker"}]},"currentMachines":{"type":"integer","format":"int32","minimum":0},"desiredMachines":{"type":"integer","format":"int32","minimum":0},"groupId":{"type":"string"},"instanceType":{"type":["string","null"]},"maxMachines":{"type":["integer","null"],"format":"int32","minimum":0},"minMachines":{"type":["integer","null"],"format":"int32","minimum":0},"recommendation":{"oneOf":[{"type":"null"},{"type":"object","required":["desiredMachines"],"properties":{"desiredMachines":{"type":"integer","format":"int32","minimum":0},"reason":{"type":["string","null"]},"unschedulableReplicas":{"type":["integer","null"],"format":"int32","minimum":0},"utilization":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]}},"x-readme-ref-name":"ComputeCapacityRecommendation"}]}},"x-readme-ref-name":"ComputeCapacityGroupStatus"}},"cpu":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"memory":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"name":{"type":"string"},"nodes":{"type":"object","properties":{"current":{"type":["integer","null"],"format":"int32","minimum":0},"desired":{"type":["integer","null"],"format":"int32","minimum":0},"ready":{"type":["integer","null"],"format":"int32","minimum":0}},"x-readme-ref-name":"ObservedCounts"},"providerFleets":{"type":"array","items":{"type":"object","required":["groupId","providerId","currentMachines","desiredMachines"],"properties":{"currentMachines":{"type":"integer","format":"int32","minimum":0},"desiredMachines":{"type":"integer","format":"int32","minimum":0},"groupId":{"type":"string"},"location":{"type":["string","null"]},"providerId":{"type":"string"}},"x-readme-ref-name":"ProviderFleetStatus"}},"region":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ComputeClusterHeartbeatStatus"}},"x-readme-ref-name":"AwsComputeClusterHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS ComputeCluster ImportData.","required":["clusterId","instanceProfileArn","securityGroupId"],"properties":{"clusterId":{"type":"string","description":"Cluster identifier used by container orchestration."},"instanceProfileArn":{"type":"string","description":"IAM instance profile ARN for cluster machines."},"securityGroupId":{"type":"string","description":"Security group ID attached to cluster machines."}},"x-readme-ref-name":"AwsComputeClusterImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","horizonClusterId","daemonName","horizonStatus","capacityGroup","desiredMachines","assignedMachines","healthyInstances","unavailableInstances","commandSupported","latestUpdateTimestamp","daemonInstances","events"],"properties":{"assignedMachines":{"type":"integer","format":"int32","minimum":0},"capacityGroup":{"type":"string"},"commandSupported":{"type":"boolean"},"daemonInstances":{"type":"array","items":{"type":"object","required":["replicaId","name","ready"],"properties":{"cpu":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"ip":{"type":["string","null"]},"machineId":{"type":["string","null"]},"memory":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"message":{"type":["string","null"]},"metricsHealthy":{"type":["boolean","null"]},"metricsLastUpdated":{"type":["string","null"]},"metricsStatus":{"type":["string","null"]},"name":{"type":"string"},"nodeName":{"type":["string","null"]},"phase":{"type":["string","null"]},"ready":{"type":"boolean"},"reason":{"type":["string","null"]},"replicaId":{"type":"string"},"restartCount":{"type":["integer","null"],"format":"int32","minimum":0},"status":{"type":["string","null"]},"terminatedReason":{"type":["string","null"]},"waitingReason":{"type":["string","null"]}},"x-readme-ref-name":"ManagedRuntimeUnitStatus"}},"daemonName":{"type":"string"},"desiredMachines":{"type":"integer","format":"int32","minimum":0},"events":{"type":"array","items":{"type":"object","required":["reason","message"],"properties":{"count":{"type":["integer","null"],"format":"int32"},"details":{"oneOf":[{"type":"null"},{"x-readme-ref-name":"Value"}]},"eventId":{"type":["string","null"]},"eventTime":{"type":["string","null"],"format":"date-time"},"firstTimestamp":{"type":["string","null"],"format":"date-time"},"involvedObject":{"oneOf":[{"type":"null"},{"type":"object","properties":{"details":{"oneOf":[{"type":"null"},{"x-readme-ref-name":"Value"}]},"id":{"type":["string","null"]},"kind":{"type":["string","null"]},"machineId":{"type":["string","null"]},"name":{"type":["string","null"]},"replicaId":{"type":["string","null"]}},"x-readme-ref-name":"ManagedRuntimeEventInvolvedObject"}]},"lastTimestamp":{"type":["string","null"],"format":"date-time"},"message":{"type":"string"},"raw":{"oneOf":[{"type":"null"},{"x-readme-ref-name":"Value"}]},"reason":{"type":"string"},"source":{"oneOf":[{"type":"null"},{"type":"object","properties":{"component":{"type":["string","null"]},"host":{"type":["string","null"]}},"x-readme-ref-name":"ManagedRuntimeEventSource"}]},"type":{"type":["string","null"]}},"x-readme-ref-name":"ManagedRuntimeEventSnapshot"}},"healthyInstances":{"type":"integer","format":"int32","minimum":0},"horizonClusterId":{"type":"string"},"horizonStatus":{"type":"string"},"horizonStatusMessage":{"type":["string","null"]},"horizonStatusReason":{"type":["string","null"]},"latestUpdateTimestamp":{"type":"string"},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"WorkloadHeartbeatStatus"},"unavailableInstances":{"type":"integer","format":"int32","minimum":0}},"x-readme-ref-name":"AwsDaemonHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["attributeName","keyType"],"properties":{"attributeName":{"type":"string"},"keyType":{"type":"string"}},"x-readme-ref-name":"AwsDynamoDbKeySchemaElement"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name","keySchema"],"properties":{"billingMode":{"type":["string","null"]},"deletionProtectionEnabled":{"type":["boolean","null"]},"globalSecondaryIndexCount":{"type":["integer","null"],"format":"int32","minimum":0},"itemCount":{"type":["integer","null"],"format":"int64","minimum":0},"keySchema":{"type":"array","items":{"type":"object","required":["attributeName","keyType"],"properties":{"attributeName":{"type":"string"},"keyType":{"type":"string"}},"x-readme-ref-name":"AwsDynamoDbKeySchemaElement"}},"localSecondaryIndexCount":{"type":["integer","null"],"format":"int32","minimum":0},"name":{"type":"string"},"region":{"type":["string","null"]},"replicaCount":{"type":["integer","null"],"format":"int32","minimum":0},"restoreInProgress":{"type":["boolean","null"]},"sseStatus":{"type":["string","null"]},"sseType":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"KvHeartbeatStatus"},"streamEnabled":{"type":["boolean","null"]},"streamViewType":{"type":["string","null"]},"tableArn":{"type":["string","null"]},"tableClass":{"type":["string","null"]},"tableSizeBytes":{"type":["integer","null"],"format":"int64","minimum":0},"tableStatus":{"type":["string","null"]},"ttlAttributeName":{"type":["string","null"]},"ttlStatus":{"type":["string","null"]}},"x-readme-ref-name":"AwsDynamoDbKvHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","registryId","region","registryUri","repositoryPrefix","repositoryCount","repositoriesTruncated","repositories"],"properties":{"pullRoleArn":{"type":["string","null"]},"pushRoleArn":{"type":["string","null"]},"region":{"type":"string"},"registryId":{"type":"string"},"registryUri":{"type":"string"},"repositories":{"type":"array","items":{"type":"object","required":["repositoryArn","registryId","repositoryName","repositoryUri","createdAt","kmsKeyPresent"],"properties":{"createdAt":{"type":"number","format":"double"},"encryptionType":{"type":["string","null"]},"imageTagMutability":{"type":["string","null"]},"kmsKeyPresent":{"type":"boolean"},"registryId":{"type":"string"},"repositoryArn":{"type":"string"},"repositoryName":{"type":"string"},"repositoryUri":{"type":"string"},"scanOnPush":{"type":["boolean","null"]}},"x-readme-ref-name":"AwsEcrRepositoryHeartbeatData"}},"repositoriesTruncated":{"type":"boolean"},"repositoryCount":{"type":"integer","format":"int32","minimum":0},"repositoryPrefix":{"type":"string"},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"}},"x-readme-ref-name":"AwsEcrArtifactRegistryHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["repositoryArn","registryId","repositoryName","repositoryUri","createdAt","kmsKeyPresent"],"properties":{"createdAt":{"type":"number","format":"double"},"encryptionType":{"type":["string","null"]},"imageTagMutability":{"type":["string","null"]},"kmsKeyPresent":{"type":"boolean"},"registryId":{"type":"string"},"repositoryArn":{"type":"string"},"repositoryName":{"type":"string"},"repositoryUri":{"type":"string"},"scanOnPush":{"type":["boolean","null"]}},"x-readme-ref-name":"AwsEcrRepositoryHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","roleName","roleArn","roleId","path","createDate","assumeRolePolicyPresent","tagCount","managedTagCount","attachedPolicyCount","attachedPolicyNames","inlinePolicyCount","inlinePolicyNames","stackPermissionsApplied"],"properties":{"assumeRolePolicyPresent":{"type":"boolean"},"attachedPolicyCount":{"type":"integer","format":"int32","minimum":0},"attachedPolicyNames":{"type":"array","items":{"type":"string"}},"createDate":{"type":"string"},"description":{"type":["string","null"]},"inlinePolicyCount":{"type":"integer","format":"int32","minimum":0},"inlinePolicyNames":{"type":"array","items":{"type":"string"}},"lastUsedDate":{"type":["string","null"]},"lastUsedRegion":{"type":["string","null"]},"managedTagCount":{"type":"integer","format":"int32","minimum":0},"maxSessionDuration":{"type":["integer","null"],"format":"int32"},"path":{"type":"string"},"permissionsBoundaryArn":{"type":["string","null"]},"permissionsBoundaryType":{"type":["string","null"]},"roleArn":{"type":"string"},"roleId":{"type":"string"},"roleName":{"type":"string"},"stackPermissionsApplied":{"type":"boolean"},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ServiceAccountHeartbeatStatus"},"tagCount":{"type":"integer","format":"int32","minimum":0}},"x-readme-ref-name":"AwsIamRoleServiceAccountHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS KV ImportData.","required":["tableName","tableArn"],"properties":{"tableArn":{"type":"string","description":"DynamoDB table ARN."},"tableName":{"type":"string","description":"DynamoDB table name."}},"x-readme-ref-name":"AwsKvImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","functionName","layerCount","functionUrlCorsPresent","triggerCount"],"properties":{"codeSha256":{"type":["string","null"]},"functionName":{"type":"string"},"functionUrlAuthType":{"type":["string","null"]},"functionUrlCorsPresent":{"type":"boolean"},"lastModified":{"type":["string","null"]},"lastUpdateStatus":{"type":["string","null"]},"lastUpdateStatusReason":{"type":["string","null"]},"lastUpdateStatusReasonCode":{"type":["string","null"]},"layerCount":{"type":"integer","format":"int32","minimum":0},"memorySizeMb":{"type":["integer","null"],"format":"int64"},"packageType":{"type":["string","null"]},"revisionId":{"type":["string","null"]},"runtime":{"type":["string","null"]},"state":{"type":["string","null"]},"stateReason":{"type":["string","null"]},"stateReasonCode":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"WorkloadHeartbeatStatus"},"timeoutSeconds":{"type":["integer","null"],"format":"int64"},"triggerCount":{"type":"integer","format":"int32","minimum":0},"version":{"type":["string","null"]}},"x-readme-ref-name":"AwsLambdaWorkerHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Network ImportData.","required":["publicSubnetIds","privateSubnetIds","availabilityZones","isByoVpc"],"properties":{"availabilityZones":{"type":"array","items":{"type":"string"},"description":"Availability zone names used by created or BYO subnets."},"cidrBlock":{"type":["string","null"],"description":"VPC CIDR block when the VPC is created by this stack."},"eipAllocationId":{"type":["string","null"],"description":"Elastic IP allocation ID backing the NAT gateway."},"internetGatewayId":{"type":["string","null"],"description":"Internet gateway ID when created by this stack."},"isByoVpc":{"type":"boolean","description":"True when the VPC is owned outside this stack."},"natGatewayId":{"type":["string","null"],"description":"NAT gateway ID when created by this stack."},"privateRouteTableId":{"type":["string","null"],"description":"Private route table ID."},"privateSubnetIds":{"type":"array","items":{"type":"string"},"description":"Private subnet IDs."},"publicRouteTableId":{"type":["string","null"],"description":"Public route table ID."},"publicSubnetIds":{"type":"array","items":{"type":"string"},"description":"Public subnet IDs."},"securityGroupId":{"type":["string","null"],"description":"Security group ID for private workloads."},"vpcId":{"type":["string","null"],"description":"VPC ID. Absent when default-VPC mode defers lookup to AWS at runtime."}},"x-readme-ref-name":"AwsNetworkImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","accountId","region","prefix","parameterMetadataSampled"],"properties":{"accountId":{"type":"string"},"hasMoreParameters":{"type":["boolean","null"]},"latestModifiedAt":{"type":["string","null"],"format":"date-time"},"parameterMetadataSampled":{"type":"boolean"},"prefix":{"type":"string"},"region":{"type":"string"},"sampledAdvancedTierCount":{"type":["integer","null"],"format":"int32","minimum":0},"sampledKmsKeyMetadataPresentCount":{"type":["integer","null"],"format":"int32","minimum":0},"sampledParameterCount":{"type":["integer","null"],"format":"int32","minimum":0},"sampledSecureStringCount":{"type":["integer","null"],"format":"int32","minimum":0},"sampledStringCount":{"type":["integer","null"],"format":"int32","minimum":0},"sampledStringListCount":{"type":["integer","null"],"format":"int32","minimum":0},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"VaultHeartbeatStatus"}},"x-readme-ref-name":"AwsParameterStoreVaultHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"string","enum":["Allow","Deny"],"x-readme-ref-name":"AwsPermissionEffect"}
@@ -1 +1 @@
1
- {"type":"object","description":"AWS-specific platform permission configuration","required":["grant","binding"],"properties":{"binding":{"description":"How to bind the permissions (stack vs resource scope)","type":"object","properties":{"resource":{"type":"object","description":"AWS-specific binding specification","required":["resources"],"properties":{"condition":{"type":["object","null"],"description":"Optional condition for additional filtering (rare)","additionalProperties":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"propertyNames":{"type":"string"}},"resources":{"type":"array","items":{"type":"string"},"description":"Resource ARNs to bind to"}},"additionalProperties":false},"stack":{"type":"object","description":"AWS-specific binding specification","required":["resources"],"properties":{"condition":{"type":["object","null"],"description":"Optional condition for additional filtering (rare)","additionalProperties":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"propertyNames":{"type":"string"}},"resources":{"type":"array","items":{"type":"string"},"description":"Resource ARNs to bind to"}},"additionalProperties":false}},"additionalProperties":false,"x-readme-ref-name":"BindingConfiguration_AwsBindingSpec"},"grant":{"description":"What permissions to grant","type":"object","properties":{"actions":{"type":["array","null"],"items":{"type":"string"},"description":"AWS IAM actions (only for AWS)"},"dataActions":{"type":["array","null"],"items":{"type":"string"},"description":"Azure actions (only for Azure)"},"permissions":{"type":["array","null"],"items":{"type":"string"},"description":"GCP permissions (only for GCP)"}},"additionalProperties":false,"x-readme-ref-name":"PermissionGrant"}},"additionalProperties":false,"x-readme-ref-name":"AwsPlatformPermission"}
1
+ {"type":"object","description":"AWS-specific platform permission configuration","required":["grant","binding"],"properties":{"binding":{"description":"How to bind the permissions (stack vs resource scope)","type":"object","properties":{"resource":{"type":"object","description":"AWS-specific binding specification","required":["resources"],"properties":{"condition":{"type":["object","null"],"description":"Optional condition for additional filtering (rare)","additionalProperties":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"propertyNames":{"type":"string"}},"resources":{"type":"array","items":{"type":"string"},"description":"Resource ARNs to bind to"}},"additionalProperties":false},"stack":{"type":"object","description":"AWS-specific binding specification","required":["resources"],"properties":{"condition":{"type":["object","null"],"description":"Optional condition for additional filtering (rare)","additionalProperties":{"type":"object","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"propertyNames":{"type":"string"}},"resources":{"type":"array","items":{"type":"string"},"description":"Resource ARNs to bind to"}},"additionalProperties":false}},"additionalProperties":false,"x-readme-ref-name":"BindingConfiguration_AwsBindingSpec"},"description":{"type":["string","null"],"description":"Short admin-facing description of why this entry exists."},"effect":{"description":"IAM effect. Defaults to Allow.","type":"string","enum":["Allow","Deny"],"x-readme-ref-name":"AwsPermissionEffect"},"grant":{"description":"What permissions to grant","type":"object","properties":{"actions":{"type":["array","null"],"items":{"type":"string"},"description":"AWS IAM actions (only for AWS)"},"dataActions":{"type":["array","null"],"items":{"type":"string"},"description":"Azure actions (only for Azure)"},"permissions":{"type":["array","null"],"items":{"type":"string"},"description":"GCP permissions that require an exact residual custom role."},"predefinedRoles":{"type":["array","null"],"items":{"type":"string"},"description":"Provider predefined roles to bind directly."},"residualPermissions":{"type":["array","null"],"items":{"type":"string"},"description":"GCP residual custom permissions to pair with predefined roles."}},"additionalProperties":false,"x-readme-ref-name":"PermissionGrant"},"label":{"type":["string","null"],"description":"Stable admin-facing label for this permission entry."}},"additionalProperties":false,"x-readme-ref-name":"AwsPlatformPermission"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Queue ImportData.","required":["queueName","queueUrl","queueArn"],"properties":{"queueArn":{"type":"string","description":"SQS queue ARN."},"queueName":{"type":"string","description":"SQS queue name."},"queueUrl":{"type":"string","description":"SQS queue URL."}},"x-readme-ref-name":"AwsQueueImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","managementPermissionsApplied"],"properties":{"managementPermissionsApplied":{"type":"boolean"},"roleArn":{"type":["string","null"]},"roleName":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"RemoteStackManagementHeartbeatStatus"}},"x-readme-ref-name":"AwsRemoteStackManagementHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS RemoteStackManagement ImportData.","required":["roleName","roleArn","managementPermissionsApplied"],"properties":{"managementPermissionsApplied":{"type":"boolean","description":"Whether the management inline policy was attached by the generated stack."},"roleArn":{"type":"string","description":"Cross-account management role ARN."},"roleName":{"type":"string","description":"Cross-account management role name."}},"x-readme-ref-name":"AwsRemoteStackManagementImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name","lifecyclePresent","encryptionConfigPresent","publicAccessBlockPresent"],"properties":{"blockPublicAcls":{"type":["boolean","null"]},"blockPublicPolicy":{"type":["boolean","null"]},"bucketAclPresent":{"type":["boolean","null"]},"bucketLocation":{"type":["string","null"]},"bucketPolicyPresent":{"type":["boolean","null"]},"encryptionConfigPresent":{"type":"boolean"},"encryptionEnabled":{"type":["boolean","null"]},"ignorePublicAcls":{"type":["boolean","null"]},"lifecyclePresent":{"type":"boolean"},"lifecycleRuleCount":{"type":["integer","null"],"format":"int64","minimum":0},"name":{"type":"string"},"publicAccessBlockPresent":{"type":"boolean"},"region":{"type":["string","null"]},"restrictPublicBuckets":{"type":["boolean","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"StorageHeartbeatStatus"},"versioningEnabled":{"type":["boolean","null"]},"versioningStatus":{"type":["string","null"]}},"x-readme-ref-name":"AwsS3StorageHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS ServiceAccount ImportData.","required":["roleName","roleArn","stackPermissionsApplied"],"properties":{"roleArn":{"type":"string","description":"IAM role ARN."},"roleName":{"type":"string","description":"IAM role name."},"stackPermissionsApplied":{"type":"boolean","description":"Whether stack-level permissions were attached by the generated stack."}},"x-readme-ref-name":"AwsServiceAccountImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name","approximateCounts"],"properties":{"approximateCounts":{"type":"boolean"},"approximateDelayedMessages":{"type":["integer","null"],"format":"int64","minimum":0},"approximateInFlightMessages":{"type":["integer","null"],"format":"int64","minimum":0},"approximateVisibleMessages":{"type":["integer","null"],"format":"int64","minimum":0},"contentBasedDeduplication":{"type":["boolean","null"]},"deduplicationScope":{"type":["string","null"]},"delaySeconds":{"type":["integer","null"],"format":"int32","minimum":0},"fifoQueue":{"type":["boolean","null"]},"fifoThroughputLimit":{"type":["string","null"]},"kmsDataKeyReusePeriodSeconds":{"type":["integer","null"],"format":"int32","minimum":0},"kmsMasterKeyId":{"type":["string","null"]},"maximumMessageSize":{"type":["integer","null"],"format":"int32","minimum":0},"messageRetentionPeriodSeconds":{"type":["integer","null"],"format":"int32","minimum":0},"name":{"type":"string"},"queueArn":{"type":["string","null"]},"queueUrl":{"type":["string","null"]},"receiveMessageWaitTimeSeconds":{"type":["integer","null"],"format":"int32","minimum":0},"redriveAllowPolicy":{"type":["string","null"]},"redrivePolicy":{"type":["string","null"]},"region":{"type":["string","null"]},"sqsManagedSseEnabled":{"type":["boolean","null"]},"sseEnabled":{"type":["boolean","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"QueueHeartbeatStatus"},"visibilityTimeoutSeconds":{"type":["integer","null"],"format":"int32","minimum":0}},"x-readme-ref-name":"AwsSqsQueueHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Storage ImportData.","required":["bucketName","bucketArn"],"properties":{"bucketArn":{"type":"string","description":"S3 bucket ARN."},"bucketName":{"type":"string","description":"S3 bucket name."}},"x-readme-ref-name":"AwsStorageImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Vault ImportData.","required":["accountId","region","parameterPrefix"],"properties":{"accountId":{"type":"string","description":"AWS account ID that owns the Parameter Store namespace."},"parameterPrefix":{"type":"string","description":"Prefix used for SecureString parameters in this vault."},"region":{"type":"string","description":"AWS region containing the Parameter Store namespace."}},"x-readme-ref-name":"AwsVaultImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","publicSubnetIds","privateSubnetIds","availabilityZones","routeTableCount","isByoVpc"],"properties":{"availabilityZones":{"type":"array","items":{"type":"string"}},"cidrBlock":{"type":["string","null"]},"internetGatewayId":{"type":["string","null"]},"isByoVpc":{"type":"boolean"},"natGatewayId":{"type":["string","null"]},"privateSubnetIds":{"type":"array","items":{"type":"string"}},"publicSubnetIds":{"type":"array","items":{"type":"string"}},"routeTableCount":{"type":"integer","format":"int32","minimum":0},"securityGroupId":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"NetworkHeartbeatStatus"},"vpcId":{"type":["string","null"]},"vpcState":{"type":["string","null"]}},"x-readme-ref-name":"AwsVpcNetworkHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"AWS Worker ImportData.","required":["functionName","functionArn","eventSourceMappings","eventbridgeRuleNames","s3PermissionStatementIds","eventbridgePermissionStatementIds"],"properties":{"apiId":{"type":["string","null"],"description":"API Gateway HTTP API ID, when public ingress is enabled."},"eventSourceMappings":{"type":"array","items":{"type":"string"},"description":"Queue event-source mapping UUIDs."},"eventbridgePermissionStatementIds":{"type":"array","items":{"type":"string"},"description":"Lambda permission statement IDs granted for EventBridge schedule triggers."},"eventbridgeRuleNames":{"type":"array","items":{"type":"string"},"description":"EventBridge rule names for schedule triggers."},"functionArn":{"type":"string","description":"Lambda function ARN."},"functionName":{"type":"string","description":"Lambda function name."},"integrationId":{"type":["string","null"],"description":"API Gateway integration ID, when public ingress is enabled."},"routeId":{"type":["string","null"],"description":"API Gateway route ID, when public ingress is enabled."},"s3PermissionStatementIds":{"type":"array","items":{"type":"string"},"description":"Lambda permission statement IDs granted for S3 storage triggers."},"stageName":{"type":["string","null"],"description":"API Gateway stage name, when public ingress is enabled."},"url":{"type":["string","null"],"description":"Public HTTPS URL, when public ingress is enabled."}},"x-readme-ref-name":"AwsWorkerImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"Azure ArtifactRegistry ImportData — an Azure Container Registry.","required":["subscriptionId","resourceGroup","registryName","loginServer","pullPrincipalId","pushPrincipalId"],"properties":{"loginServer":{"type":"string","description":"Login server URL (`<name>.azurecr.io`)."},"pullPrincipalId":{"type":"string","description":"UAMI principal id with `AcrPull` access."},"pushPrincipalId":{"type":"string","description":"UAMI principal id with `AcrPush` access."},"registryName":{"type":"string","description":"ACR name (must be globally unique, alphanumeric)."},"resourceGroup":{"type":"string","description":"Resource group hosting the registry."},"subscriptionId":{"type":"string","description":"Subscription ID hosting the registry."}},"x-readme-ref-name":"AzureArtifactRegistryImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name"],"properties":{"accessTier":{"type":["string","null"]},"accountKind":{"type":["string","null"]},"allowBlobPublicAccess":{"type":["boolean","null"]},"blobDeleteRetentionDays":{"type":["integer","null"],"format":"int64","minimum":0},"blobDeleteRetentionEnabled":{"type":["boolean","null"]},"blobEncryptionEnabled":{"type":["boolean","null"]},"blobVersioningEnabled":{"type":["boolean","null"]},"changeFeedEnabled":{"type":["boolean","null"]},"changeFeedRetentionDays":{"type":["integer","null"],"format":"int64","minimum":0},"containerDeleteRetentionDays":{"type":["integer","null"],"format":"int64","minimum":0},"containerDeleteRetentionEnabled":{"type":["boolean","null"]},"containerPublicAccess":{"type":["string","null"]},"encryptionKeySource":{"type":["string","null"]},"fileEncryptionEnabled":{"type":["boolean","null"]},"location":{"type":["string","null"]},"name":{"type":"string"},"primaryLocation":{"type":["string","null"]},"provisioningState":{"type":["string","null"]},"publicNetworkAccess":{"type":["string","null"]},"queueEncryptionEnabled":{"type":["boolean","null"]},"resourceGroup":{"type":["string","null"]},"secondaryLocation":{"type":["string","null"]},"skuName":{"type":["string","null"]},"skuTier":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"StorageHeartbeatStatus"},"statusOfPrimary":{"type":["string","null"]},"statusOfSecondary":{"type":["string","null"]},"storageAccountName":{"type":["string","null"]},"tableEncryptionEnabled":{"type":["boolean","null"]}},"x-readme-ref-name":"AzureBlobStorageHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"Azure Build ImportData — an Azure Container Registry build task.","required":["subscriptionId","resourceGroup","registryName","taskName","buildEnvVars"],"properties":{"buildEnvVars":{"type":"object","description":"Environment variables stamped into the task's variables block.","additionalProperties":{"type":"string"},"propertyNames":{"type":"string"}},"registryName":{"type":"string","description":"Azure Container Registry name."},"resourceGroup":{"type":"string","description":"Resource group hosting the registry."},"subscriptionId":{"type":"string","description":"Subscription ID hosting the build task."},"taskName":{"type":"string","description":"Build task name."}},"x-readme-ref-name":"AzureBuildImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","nodes","name","capacityGroups","providerFleets"],"properties":{"backendClusterId":{"type":["string","null"]},"capacityGroups":{"type":"array","items":{"type":"object","required":["groupId","currentMachines","desiredMachines"],"properties":{"capacityBlocker":{"oneOf":[{"type":"null"},{"type":"object","required":["category","message","observedAt"],"properties":{"category":{"type":"string","enum":["quota","capacity","allocation","other"],"x-readme-ref-name":"ComputeCapacityBlockerCategory"},"message":{"type":"string"},"observedAt":{"type":"string","format":"date-time"},"providerCode":{"type":["string","null"]},"providerReference":{"type":["string","null"]}},"x-readme-ref-name":"ComputeCapacityBlocker"}]},"currentMachines":{"type":"integer","format":"int32","minimum":0},"desiredMachines":{"type":"integer","format":"int32","minimum":0},"groupId":{"type":"string"},"instanceType":{"type":["string","null"]},"maxMachines":{"type":["integer","null"],"format":"int32","minimum":0},"minMachines":{"type":["integer","null"],"format":"int32","minimum":0},"recommendation":{"oneOf":[{"type":"null"},{"type":"object","required":["desiredMachines"],"properties":{"desiredMachines":{"type":"integer","format":"int32","minimum":0},"reason":{"type":["string","null"]},"unschedulableReplicas":{"type":["integer","null"],"format":"int32","minimum":0},"utilization":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]}},"x-readme-ref-name":"ComputeCapacityRecommendation"}]}},"x-readme-ref-name":"ComputeCapacityGroupStatus"}},"cpu":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"memory":{"oneOf":[{"type":"null"},{"type":"object","required":["value","unit"],"properties":{"unit":{"type":"string","enum":["count","percent","bytes","cores","milliseconds","requests-per-second"],"x-readme-ref-name":"MetricUnit"},"value":{"type":"number","format":"double"}},"x-readme-ref-name":"MetricSample"}]},"name":{"type":"string"},"nodes":{"type":"object","properties":{"current":{"type":["integer","null"],"format":"int32","minimum":0},"desired":{"type":["integer","null"],"format":"int32","minimum":0},"ready":{"type":["integer","null"],"format":"int32","minimum":0}},"x-readme-ref-name":"ObservedCounts"},"providerFleets":{"type":"array","items":{"type":"object","required":["groupId","providerId","currentMachines","desiredMachines"],"properties":{"currentMachines":{"type":"integer","format":"int32","minimum":0},"desiredMachines":{"type":"integer","format":"int32","minimum":0},"groupId":{"type":"string"},"location":{"type":["string","null"]},"providerId":{"type":"string"}},"x-readme-ref-name":"ProviderFleetStatus"}},"region":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ComputeClusterHeartbeatStatus"}},"x-readme-ref-name":"AzureComputeClusterHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"Azure ComputeCluster ImportData — AKS node pool identity / network.","required":["clusterId","clusterIdentityPrincipalId","kubeletIdentityClientId"],"properties":{"clusterId":{"type":"string","description":"Cluster identifier used by the controller."},"clusterIdentityPrincipalId":{"type":"string","description":"AKS cluster identity principal id (system-assigned identity)."},"kubeletIdentityClientId":{"type":"string","description":"kubelet UAMI client id used by node pools."}},"x-readme-ref-name":"AzureComputeClusterImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","managedEnvironmentId","resourceGroupName","environmentVariableCount"],"properties":{"environmentVariableCount":{"type":"integer","format":"int32","minimum":0},"managedEnvironmentId":{"type":"string"},"managedIdentityId":{"type":["string","null"]},"resourceGroupName":{"type":"string"},"resourcePrefix":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"BuildHeartbeatStatus"}},"x-readme-ref-name":"AzureContainerAppsBuildHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name","workloadProfileCount","workloadProfiles"],"properties":{"customDomainVerificationId":{"type":["string","null"]},"defaultDomain":{"type":["string","null"]},"eventStreamEndpoint":{"type":["string","null"]},"infrastructureResourceGroup":{"type":["string","null"]},"kind":{"type":["string","null"]},"location":{"type":["string","null"]},"name":{"type":"string"},"provisioningState":{"type":["string","null"]},"resourceGroup":{"type":["string","null"]},"resourceId":{"type":["string","null"]},"staticIp":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"AzureContainerAppsEnvironmentHeartbeatStatus"},"workloadProfileCount":{"type":"integer","format":"int32","minimum":0},"workloadProfiles":{"type":"array","items":{"type":"object","required":["name","workloadProfileType"],"properties":{"maximumCount":{"type":["integer","null"],"format":"int32"},"minimumCount":{"type":["integer","null"],"format":"int32"},"name":{"type":"string"},"workloadProfileType":{"type":"string"}},"x-readme-ref-name":"AzureContainerAppsEnvironmentWorkloadProfile"}},"zoneRedundant":{"type":["boolean","null"]}},"x-readme-ref-name":"AzureContainerAppsEnvironmentHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"AzureContainerAppsEnvironmentHeartbeatStatus"}
@@ -0,0 +1 @@
1
+ {"type":"object","description":"Azure ContainerAppsEnvironment ImportData — parent environment for\nContainer Apps in this stack. Realized once per stack.","required":["subscriptionId","resourceGroup","environmentName","resourceId","defaultDomain"],"properties":{"customDomainVerificationId":{"type":["string","null"],"description":"Domain verification ID required for Azure Container Apps custom domain\nDNS ownership records."},"defaultDomain":{"type":"string","description":"Default domain (`<env>.<region>.azurecontainerapps.io`)."},"environmentName":{"type":"string","description":"Container Apps Environment name."},"resourceGroup":{"type":"string","description":"Resource group hosting the environment."},"resourceId":{"type":"string","description":"ARM resource ID of the Container Apps Environment."},"subscriptionId":{"type":"string","description":"Subscription ID hosting the environment."}},"x-readme-ref-name":"AzureContainerAppsEnvironmentImportData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["name","workloadProfileType"],"properties":{"maximumCount":{"type":["integer","null"],"format":"int32"},"minimumCount":{"type":["integer","null"],"format":"int32"},"name":{"type":"string"},"workloadProfileType":{"type":"string"}},"x-readme-ref-name":"AzureContainerAppsEnvironmentWorkloadProfile"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","appName"],"properties":{"appName":{"type":"string"},"cpu":{"type":["number","null"],"format":"double"},"environmentName":{"type":["string","null"]},"ingressFqdn":{"type":["string","null"]},"maxReplicas":{"type":["integer","null"],"format":"int32"},"memory":{"type":["string","null"]},"minReplicas":{"type":["integer","null"],"format":"int32"},"provisioningState":{"type":["string","null"]},"revision":{"type":["string","null"]},"runningStatus":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"WorkloadHeartbeatStatus"}},"x-readme-ref-name":"AzureContainerAppsWorkerHeartbeatData"}
@@ -0,0 +1 @@
1
+ {"type":"object","required":["status","name","resourceGroup","location","skuName","adminUserEnabled","anonymousPullEnabled","publicNetworkAccess","networkRuleBypassOptions","ipRuleCount","encryptionKeyVaultUriPresent","encryptionKeyIdentifierPresent","policiesPresent","policyCount","privateEndpointConnectionCount","dataEndpointHostNames","zoneRedundancy","managedTagCount"],"properties":{"adminUserEnabled":{"type":"boolean"},"anonymousPullEnabled":{"type":"boolean"},"creationDate":{"type":["string","null"]},"dataEndpointEnabled":{"type":["boolean","null"]},"dataEndpointHostNames":{"type":"array","items":{"type":"string"}},"encryptionKeyIdentifierPresent":{"type":"boolean"},"encryptionKeyVaultUriPresent":{"type":"boolean"},"encryptionStatus":{"type":["string","null"]},"ipRuleCount":{"type":"integer","format":"int32","minimum":0},"location":{"type":"string"},"loginServer":{"type":["string","null"]},"managedTagCount":{"type":"integer","format":"int32","minimum":0},"name":{"type":"string"},"networkRuleBypassOptions":{"type":"string"},"networkRuleDefaultAction":{"type":["string","null"]},"policiesPresent":{"type":"boolean"},"policyCount":{"type":"integer","format":"int32","minimum":0},"privateEndpointConnectionCount":{"type":"integer","format":"int32","minimum":0},"provisioningState":{"type":["string","null"]},"publicNetworkAccess":{"type":"string"},"resourceGroup":{"type":"string"},"resourceId":{"type":["string","null"]},"skuName":{"type":"string"},"skuTier":{"type":["string","null"]},"status":{"type":"object","required":["health","lifecycle","stale","partial","collectionIssues"],"properties":{"collectionIssues":{"type":"array","items":{"type":"object","required":["source","reason","severity","message"],"properties":{"message":{"type":"string"},"reason":{"type":"string","enum":["forbidden","not-installed","api-unavailable","collection-failed","timed-out"],"x-readme-ref-name":"HeartbeatCollectionIssueReason"},"severity":{"type":"string","enum":["info","warning","error"],"x-readme-ref-name":"HeartbeatIssueSeverity"},"source":{"type":"string"}},"x-readme-ref-name":"HeartbeatCollectionIssue"}},"health":{"type":"string","enum":["unknown","healthy","degraded","unhealthy"],"x-readme-ref-name":"ObservedHealth"},"lifecycle":{"type":"string","enum":["unknown","creating","updating","running","scaling","stopping","stopped","deleting","deleted","failed"],"x-readme-ref-name":"ProviderLifecycleState"},"message":{"type":["string","null"]},"partial":{"type":"boolean"},"stale":{"type":"boolean"}},"x-readme-ref-name":"ArtifactRegistryHeartbeatStatus"},"type":{"type":["string","null"]},"zoneRedundancy":{"type":"string"}},"x-readme-ref-name":"AzureContainerRegistryHeartbeatData"}