@alienplatform/core 1.0.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +24 -0
- package/LICENSE.md +105 -0
- package/dist/index.d.ts +2343 -2321
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -6
- package/dist/index.js.map +1 -1
- package/dist/stack.js +264 -262
- package/dist/stack.js.map +1 -1
- package/dist/tests/index.d.ts +2 -1
- package/dist/tests/index.d.ts.map +1 -1
- package/kubb.config.ts +1 -0
- package/package.json +17 -10
- package/src/artifact-registry.ts +12 -0
- package/src/function.ts +5 -6
- package/src/generated/index.ts +0 -2
- package/src/generated/schemas/agentStatus.json +1 -1
- package/src/generated/schemas/alienError.json +1 -1
- package/src/generated/schemas/alienEvent.json +1 -1
- package/src/generated/schemas/artifactRegistry.json +1 -1
- package/src/generated/schemas/azureManagementConfig.json +1 -1
- package/src/generated/schemas/commandState.json +1 -1
- package/src/generated/schemas/createCommandRequest.json +1 -1
- package/src/generated/schemas/deploymentStatus.json +1 -1
- package/src/generated/schemas/devStatus.json +1 -1
- package/src/generated/schemas/envelope.json +1 -1
- package/src/generated/schemas/eventChange.json +1 -1
- package/src/generated/schemas/eventState.json +1 -1
- package/src/generated/schemas/function.json +1 -1
- package/src/generated/schemas/functionOutputs.json +1 -1
- package/src/generated/schemas/functionTrigger.json +1 -1
- package/src/generated/schemas/leaseInfo.json +1 -1
- package/src/generated/schemas/leaseResponse.json +1 -1
- package/src/generated/schemas/managementConfig.json +1 -1
- package/src/generated/schemas/managementPermissions.json +1 -1
- package/src/generated/schemas/permissionsConfig.json +1 -1
- package/src/generated/schemas/remoteStackManagement.json +1 -1
- package/src/generated/schemas/remoteStackManagementOutputs.json +1 -1
- package/src/generated/schemas/resourceEntry.json +1 -1
- package/src/generated/schemas/resourceLifecycle.json +1 -1
- package/src/generated/schemas/stack.json +1 -1
- package/src/generated/schemas/stackResourceState.json +1 -1
- package/src/generated/schemas/stackSettings.json +1 -1
- package/src/generated/schemas/stackState.json +1 -1
- package/src/generated/schemas/updatesMode.json +1 -1
- package/src/generated/zod/agent-status-schema.ts +6 -5
- package/src/generated/zod/alien-error-schema.ts +5 -4
- package/src/generated/zod/alien-event-schema.ts +6 -6
- package/src/generated/zod/artifact-registry-outputs-schema.ts +3 -3
- package/src/generated/zod/artifact-registry-schema.ts +3 -2
- package/src/generated/zod/aws-custom-certificate-config-schema.ts +1 -1
- package/src/generated/zod/aws-management-config-schema.ts +1 -1
- package/src/generated/zod/aws-platform-permission-schema.ts +3 -3
- package/src/generated/zod/azure-custom-certificate-config-schema.ts +1 -1
- package/src/generated/zod/azure-management-config-schema.ts +5 -3
- package/src/generated/zod/azure-platform-permission-schema.ts +3 -3
- package/src/generated/zod/base-resource-outputs-schema.ts +2 -2
- package/src/generated/zod/base-resource-schema.ts +2 -2
- package/src/generated/zod/binding-configuration-aws-binding-spec-schema.ts +7 -7
- package/src/generated/zod/binding-configuration-azure-binding-spec-schema.ts +5 -5
- package/src/generated/zod/binding-configuration-gcp-binding-spec-schema.ts +7 -7
- package/src/generated/zod/body-spec-schema.ts +4 -4
- package/src/generated/zod/build-config-schema.ts +5 -5
- package/src/generated/zod/build-outputs-schema.ts +1 -1
- package/src/generated/zod/build-schema.ts +5 -5
- package/src/generated/zod/build-status-schema.ts +1 -1
- package/src/generated/zod/command-response-schema.ts +3 -3
- package/src/generated/zod/command-state-schema.ts +3 -3
- package/src/generated/zod/command-status-response-schema.ts +4 -4
- package/src/generated/zod/compute-type-schema.ts +1 -1
- package/src/generated/zod/container-autoscaling-schema.ts +5 -5
- package/src/generated/zod/container-code-schema.ts +2 -2
- package/src/generated/zod/container-gpu-spec-schema.ts +1 -1
- package/src/generated/zod/container-outputs-schema.ts +5 -5
- package/src/generated/zod/container-port-schema.ts +2 -2
- package/src/generated/zod/container-schema.ts +18 -18
- package/src/generated/zod/container-status-schema.ts +1 -1
- package/src/generated/zod/create-command-request-schema.ts +6 -6
- package/src/generated/zod/create-command-response-schema.ts +4 -4
- package/src/generated/zod/custom-certificate-config-schema.ts +4 -4
- package/src/generated/zod/custom-domain-config-schema.ts +2 -2
- package/src/generated/zod/deployment-model-schema.ts +1 -1
- package/src/generated/zod/deployment-status-schema.ts +2 -2
- package/src/generated/zod/dev-resource-info-schema.ts +2 -2
- package/src/generated/zod/dev-status-schema.ts +4 -4
- package/src/generated/zod/dev-status-state-schema.ts +1 -1
- package/src/generated/zod/domain-settings-schema.ts +2 -2
- package/src/generated/zod/envelope-schema.ts +6 -6
- package/src/generated/zod/event-change-schema.ts +9 -9
- package/src/generated/zod/event-state-schema.ts +2 -2
- package/src/generated/zod/expose-protocol-schema.ts +1 -1
- package/src/generated/zod/function-code-schema.ts +2 -2
- package/src/generated/zod/function-outputs-schema.ts +6 -5
- package/src/generated/zod/function-schema.ts +13 -13
- package/src/generated/zod/function-trigger-schema.ts +4 -4
- package/src/generated/zod/gcp-condition-schema.ts +1 -1
- package/src/generated/zod/gcp-custom-certificate-config-schema.ts +1 -1
- package/src/generated/zod/gcp-management-config-schema.ts +1 -1
- package/src/generated/zod/gcp-platform-permission-schema.ts +3 -3
- package/src/generated/zod/health-check-schema.ts +6 -6
- package/src/generated/zod/heartbeats-mode-schema.ts +1 -1
- package/src/generated/zod/http-method-schema.ts +1 -1
- package/src/generated/zod/index.ts +0 -2
- package/src/generated/zod/ingress-schema.ts +1 -1
- package/src/generated/zod/kv-outputs-schema.ts +3 -3
- package/src/generated/zod/kv-schema.ts +1 -1
- package/src/generated/zod/lease-info-schema.ts +4 -4
- package/src/generated/zod/lease-request-schema.ts +3 -3
- package/src/generated/zod/lease-response-schema.ts +2 -2
- package/src/generated/zod/lifecycle-rule-schema.ts +2 -2
- package/src/generated/zod/load-balancer-endpoint-schema.ts +2 -2
- package/src/generated/zod/local-operation-schema.ts +1 -1
- package/src/generated/zod/management-config-schema.ts +6 -6
- package/src/generated/zod/management-permissions-schema.ts +3 -3
- package/src/generated/zod/message-payload-schema.ts +1 -1
- package/src/generated/zod/monitoring-config-schema.ts +6 -6
- package/src/generated/zod/network-settings-schema.ts +4 -4
- package/src/generated/zod/permission-grant-schema.ts +4 -4
- package/src/generated/zod/permission-profile-schema.ts +2 -2
- package/src/generated/zod/permission-set-reference-schema.ts +2 -2
- package/src/generated/zod/permission-set-schema.ts +2 -2
- package/src/generated/zod/permissions-config-schema.ts +3 -3
- package/src/generated/zod/persistent-storage-schema.ts +4 -4
- package/src/generated/zod/platform-permissions-schema.ts +7 -7
- package/src/generated/zod/platform-schema.ts +1 -1
- package/src/generated/zod/presigned-operation-schema.ts +1 -1
- package/src/generated/zod/presigned-request-backend-schema.ts +2 -2
- package/src/generated/zod/presigned-request-schema.ts +4 -4
- package/src/generated/zod/push-progress-schema.ts +1 -1
- package/src/generated/zod/queue-message-schema.ts +6 -6
- package/src/generated/zod/queue-outputs-schema.ts +2 -2
- package/src/generated/zod/queue-schema.ts +1 -1
- package/src/generated/zod/readiness-probe-schema.ts +3 -3
- package/src/generated/zod/release-request-schema.ts +1 -1
- package/src/generated/zod/remote-stack-management-outputs-schema.ts +3 -3
- package/src/generated/zod/remote-stack-management-schema.ts +3 -3
- package/src/generated/zod/replica-status-schema.ts +4 -4
- package/src/generated/zod/resource-entry-schema.ts +5 -5
- package/src/generated/zod/resource-lifecycle-schema.ts +2 -2
- package/src/generated/zod/resource-ref-schema.ts +2 -2
- package/src/generated/zod/resource-spec-schema.ts +1 -1
- package/src/generated/zod/resource-status-schema.ts +1 -1
- package/src/generated/zod/resource-type-schema.ts +1 -1
- package/src/generated/zod/response-handling-schema.ts +2 -2
- package/src/generated/zod/scheduled-event-schema.ts +2 -2
- package/src/generated/zod/service-account-outputs-schema.ts +1 -1
- package/src/generated/zod/service-account-schema.ts +2 -2
- package/src/generated/zod/stack-ref-schema.ts +1 -1
- package/src/generated/zod/stack-resource-state-schema.ts +13 -13
- package/src/generated/zod/stack-schema.ts +3 -3
- package/src/generated/zod/stack-settings-schema.ts +13 -10
- package/src/generated/zod/stack-state-schema.ts +3 -3
- package/src/generated/zod/stack-status-schema.ts +1 -1
- package/src/generated/zod/storage-event-schema.ts +13 -13
- package/src/generated/zod/storage-event-type-schema.ts +1 -1
- package/src/generated/zod/storage-events-schema.ts +2 -2
- package/src/generated/zod/storage-outputs-schema.ts +1 -1
- package/src/generated/zod/storage-schema.ts +4 -4
- package/src/generated/zod/storage-upload-schema.ts +3 -3
- package/src/generated/zod/submit-response-request-schema.ts +2 -2
- package/src/generated/zod/telemetry-mode-schema.ts +1 -1
- package/src/generated/zod/toolchain-config-schema.ts +5 -5
- package/src/generated/zod/updates-mode-schema.ts +3 -3
- package/src/generated/zod/upload-complete-request-schema.ts +1 -1
- package/src/generated/zod/upload-complete-response-schema.ts +3 -3
- package/src/generated/zod/vault-outputs-schema.ts +1 -1
- package/src/generated/zod/vault-schema.ts +1 -1
- package/src/index.ts +2 -2
- package/src/generated/schemas/imagePullCredentials.json +0 -1
- package/src/generated/zod/image-pull-credentials-schema.ts +0 -16
package/dist/stack.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.js","names":[],"sources":["../src/generated/zod/alien-error-schema.ts","../src/generated/zod/deployment-status-schema.ts","../src/generated/zod/dev-resource-info-schema.ts","../src/generated/zod/agent-status-schema.ts","../src/generated/zod/push-progress-schema.ts","../src/generated/zod/platform-schema.ts","../src/generated/zod/resource-type-schema.ts","../src/generated/zod/base-resource-outputs-schema.ts","../src/generated/zod/base-resource-schema.ts","../src/generated/zod/resource-lifecycle-schema.ts","../src/generated/zod/resource-ref-schema.ts","../src/generated/zod/resource-status-schema.ts","../src/generated/zod/stack-resource-state-schema.ts","../src/generated/zod/stack-state-schema.ts","../src/generated/zod/alien-event-schema.ts","../src/generated/zod/artifact-registry-outputs-schema.ts","../src/generated/zod/artifact-registry-schema.ts","../src/generated/zod/aws-custom-certificate-config-schema.ts","../src/generated/zod/aws-management-config-schema.ts","../src/generated/zod/binding-configuration-aws-binding-spec-schema.ts","../src/generated/zod/permission-grant-schema.ts","../src/generated/zod/aws-platform-permission-schema.ts","../src/generated/zod/azure-custom-certificate-config-schema.ts","../src/generated/zod/azure-management-config-schema.ts","../src/generated/zod/binding-configuration-azure-binding-spec-schema.ts","../src/generated/zod/azure-platform-permission-schema.ts","../src/generated/zod/gcp-condition-schema.ts","../src/generated/zod/binding-configuration-gcp-binding-spec-schema.ts","../src/generated/zod/presigned-operation-schema.ts","../src/generated/zod/local-operation-schema.ts","../src/generated/zod/presigned-request-backend-schema.ts","../src/generated/zod/presigned-request-schema.ts","../src/generated/zod/body-spec-schema.ts","../src/generated/zod/compute-type-schema.ts","../src/generated/zod/monitoring-config-schema.ts","../src/generated/zod/build-config-schema.ts","../src/generated/zod/build-outputs-schema.ts","../src/generated/zod/build-schema.ts","../src/generated/zod/build-status-schema.ts","../src/generated/zod/command-response-schema.ts","../src/generated/zod/command-state-schema.ts","../src/generated/zod/command-status-response-schema.ts","../src/generated/zod/container-autoscaling-schema.ts","../src/generated/zod/toolchain-config-schema.ts","../src/generated/zod/container-code-schema.ts","../src/generated/zod/container-gpu-spec-schema.ts","../src/generated/zod/container-status-schema.ts","../src/generated/zod/load-balancer-endpoint-schema.ts","../src/generated/zod/replica-status-schema.ts","../src/generated/zod/container-outputs-schema.ts","../src/generated/zod/expose-protocol-schema.ts","../src/generated/zod/container-port-schema.ts","../src/generated/zod/health-check-schema.ts","../src/generated/zod/persistent-storage-schema.ts","../src/generated/zod/resource-spec-schema.ts","../src/generated/zod/container-schema.ts","../src/generated/zod/create-command-request-schema.ts","../src/generated/zod/storage-upload-schema.ts","../src/generated/zod/create-command-response-schema.ts","../src/generated/zod/gcp-custom-certificate-config-schema.ts","../src/generated/zod/custom-certificate-config-schema.ts","../src/generated/zod/custom-domain-config-schema.ts","../src/generated/zod/deployment-model-schema.ts","../src/generated/zod/dev-status-state-schema.ts","../src/generated/zod/dev-status-schema.ts","../src/generated/zod/domain-settings-schema.ts","../src/generated/zod/response-handling-schema.ts","../src/generated/zod/envelope-schema.ts","../src/generated/zod/event-state-schema.ts","../src/generated/zod/event-change-schema.ts","../src/generated/zod/function-code-schema.ts","../src/generated/zod/function-outputs-schema.ts","../src/generated/zod/function-trigger-schema.ts","../src/generated/zod/ingress-schema.ts","../src/generated/zod/http-method-schema.ts","../src/generated/zod/readiness-probe-schema.ts","../src/generated/zod/function-schema.ts","../src/generated/zod/gcp-management-config-schema.ts","../src/generated/zod/gcp-platform-permission-schema.ts","../src/generated/zod/heartbeats-mode-schema.ts","../src/generated/zod/image-pull-credentials-schema.ts","../src/generated/zod/kv-outputs-schema.ts","../src/generated/zod/kv-schema.ts","../src/generated/zod/lease-info-schema.ts","../src/generated/zod/lease-request-schema.ts","../src/generated/zod/lease-response-schema.ts","../src/generated/zod/lifecycle-rule-schema.ts","../src/generated/zod/management-config-schema.ts","../src/generated/zod/platform-permissions-schema.ts","../src/generated/zod/permission-set-schema.ts","../src/generated/zod/permission-set-reference-schema.ts","../src/generated/zod/permission-profile-schema.ts","../src/generated/zod/management-permissions-schema.ts","../src/generated/zod/message-payload-schema.ts","../src/generated/zod/network-settings-schema.ts","../src/generated/zod/permissions-config-schema.ts","../src/generated/zod/queue-message-schema.ts","../src/generated/zod/queue-outputs-schema.ts","../src/generated/zod/queue-schema.ts","../src/generated/zod/release-request-schema.ts","../src/generated/zod/remote-stack-management-outputs-schema.ts","../src/generated/zod/remote-stack-management-schema.ts","../src/generated/zod/resource-entry-schema.ts","../src/generated/zod/scheduled-event-schema.ts","../src/generated/zod/service-account-outputs-schema.ts","../src/generated/zod/service-account-schema.ts","../src/generated/zod/stack-ref-schema.ts","../src/generated/zod/stack-schema.ts","../src/generated/zod/telemetry-mode-schema.ts","../src/generated/zod/updates-mode-schema.ts","../src/generated/zod/stack-settings-schema.ts","../src/generated/zod/stack-status-schema.ts","../src/generated/zod/storage-event-type-schema.ts","../src/generated/zod/storage-event-schema.ts","../src/generated/zod/storage-events-schema.ts","../src/generated/zod/storage-outputs-schema.ts","../src/generated/zod/storage-schema.ts","../src/generated/zod/submit-response-request-schema.ts","../src/generated/zod/upload-complete-request-schema.ts","../src/generated/zod/upload-complete-response-schema.ts","../src/generated/zod/vault-outputs-schema.ts","../src/generated/zod/vault-schema.ts","../src/stack.ts"],"sourcesContent":["/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Canonical error container that provides a structured way to represent errors\\nwith rich metadata including error codes, human-readable messages, context,\\nand chaining capabilities for error propagation.\\n\\nThis struct is designed to be both machine-readable and user-friendly,\\nsupporting serialization for API responses and detailed error reporting\\nin distributed systems.\n */\nexport const AlienErrorSchema = z.object({\n \"code\": z.string().max(128).describe(\"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\\\"\"),\n\"context\": z.any().optional(),\n\"httpStatusCode\": z.int().min(100).max(599).describe(\"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.\").optional().nullable(),\n\"internal\": z.boolean().describe(\"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.\"),\n\"message\": z.string().max(16384).describe(\"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.\"),\n\"retryable\": z.boolean().default(false).describe(\"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.\"),\n\"source\": z.any().optional()\n }).describe(\"Canonical error container that provides a structured way to represent errors\\nwith rich metadata including error codes, human-readable messages, context,\\nand chaining capabilities for error propagation.\\n\\nThis struct is designed to be both machine-readable and user-friendly,\\nsupporting serialization for API responses and detailed error reporting\\nin distributed systems.\")\n\nexport type AlienError = z.infer<typeof AlienErrorSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Deployment status in the deployment lifecycle\n */\nexport const DeploymentStatusSchema = z.enum([\"pending\", \"initial-setup\", \"initial-setup-failed\", \"provisioning\", \"provisioning-failed\", \"running\", \"refresh-failed\", \"update-pending\", \"updating\", \"update-failed\", \"delete-pending\", \"deleting\", \"delete-failed\", \"deleted\"]).describe(\"Deployment status in the deployment lifecycle\")\n\nexport type DeploymentStatus = z.infer<typeof DeploymentStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Information about a deployed resource\n */\nexport const DevResourceInfoSchema = z.object({\n \"resourceType\": z.string().describe(\"Resource type (\\\"function\\\" | \\\"container\\\")\").optional().nullable(),\n\"url\": z.string().describe(\"Resource URL (e.g., http://localhost:8080)\")\n }).describe(\"Information about a deployed resource\")\n\nexport type DevResourceInfo = z.infer<typeof DevResourceInfoSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { DeploymentStatusSchema } from \"./deployment-status-schema.js\";\nimport { DevResourceInfoSchema } from \"./dev-resource-info-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Status of a single agent in the dev server\n */\nexport const AgentStatusSchema = z.object({\n \"createdAt\": z.string().describe(\"ISO 8601 timestamp when agent was created\"),\nget error(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"id\": z.string().describe(\"Agent ID (e.g., ag_xyz123)\"),\n\"name\": z.string().describe(\"Agent name (from --agent-name flag)\"),\n\"resources\": z.object({\n \n }).catchall(DevResourceInfoSchema.describe(\"Information about a deployed resource\")).describe(\"Resources deployed by this agent (keyed by resource name)\"),\nget status(){\n return DeploymentStatusSchema.describe(\"Deployment status in the deployment lifecycle\")\n }\n }).describe(\"Status of a single agent in the dev server\")\n\nexport type AgentStatus = z.infer<typeof AgentStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Progress information for image push operations\n */\nexport const PushProgressSchema = z.object({\n \"bytesUploaded\": z.int().min(0).describe(\"Bytes uploaded so far\"),\n\"layersUploaded\": z.int().min(0).describe(\"Number of layers uploaded so far\"),\n\"operation\": z.string().describe(\"Current operation being performed\"),\n\"totalBytes\": z.int().min(0).describe(\"Total bytes to upload\"),\n\"totalLayers\": z.int().min(0).describe(\"Total number of layers to upload\")\n }).describe(\"Progress information for image push operations\")\n\nexport type PushProgress = z.infer<typeof PushProgressSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the target cloud platform.\n */\nexport const PlatformSchema = z.enum([\"aws\", \"gcp\", \"azure\", \"kubernetes\", \"local\", \"test\"]).describe(\"Represents the target cloud platform.\")\n\nexport type Platform = z.infer<typeof PlatformSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\n */\nexport const ResourceTypeSchema = z.string().describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n\nexport type ResourceType = z.infer<typeof ResourceTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common \\'type\\' field with additional type-specific output properties.\n */\nexport const BaseResourceOutputsSchema = z.object({\n get type(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).catchall(z.any()).describe(\"Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common 'type' field with additional type-specific output properties.\")\n\nexport type BaseResourceOutputs = z.infer<typeof BaseResourceOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Resource that can hold any resource type in the Alien system. All resources share common \\'type\\' and \\'id\\' fields with additional type-specific properties.\n */\nexport const BaseResourceSchema = z.object({\n \"id\": z.string().describe(\"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.\"),\nget type(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).catchall(z.any()).describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n\nexport type BaseResource = z.infer<typeof BaseResourceSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Describes the lifecycle of a resource within a stack, determining how it\\'s managed and deployed.\n */\nexport const ResourceLifecycleSchema = z.enum([\"frozen\", \"live\", \"live-on-setup\"]).describe(\"Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.\")\n\nexport type ResourceLifecycle = z.infer<typeof ResourceLifecycleSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\n */\nexport const ResourceRefSchema = z.object({\n \"id\": z.string(),\nget type(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n\nexport type ResourceRef = z.infer<typeof ResourceRefSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the high-level status of a resource during its lifecycle.\n */\nexport const ResourceStatusSchema = z.enum([\"pending\", \"provisioning\", \"provision-failed\", \"running\", \"updating\", \"update-failed\", \"deleting\", \"delete-failed\", \"deleted\", \"refresh-failed\"]).describe(\"Represents the high-level status of a resource during its lifecycle.\")\n\nexport type ResourceStatus = z.infer<typeof ResourceStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { BaseResourceOutputsSchema } from \"./base-resource-outputs-schema.js\";\nimport { BaseResourceSchema } from \"./base-resource-schema.js\";\nimport { ResourceLifecycleSchema } from \"./resource-lifecycle-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { ResourceStatusSchema } from \"./resource-status-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the state of a single resource within the stack for a specific platform.\n */\nexport const StackResourceStateSchema = z.object({\n \"_internal\": z.any().optional(),\nget config(){\n return BaseResourceSchema.describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n },\nget dependencies(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Complete list of dependencies for this resource, including infrastructure dependencies.\\nThis preserves the full dependency information from the stack definition.\").optional()\n },\nget error(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"isExternallyProvisioned\": z.boolean().describe(\"True if the resource was provisioned by an external system (e.g., CloudFormation).\\nDefaults to false, indicating dynamic provisioning by the executor.\").optional(),\n\"lastFailedState\": z.any().optional(),\nget lifecycle(){\n return z.union([ResourceLifecycleSchema, z.null()]).optional()\n },\nget outputs(){\n return z.union([BaseResourceOutputsSchema, z.null()]).optional()\n },\nget previousConfig(){\n return z.union([BaseResourceSchema, z.null()]).optional()\n },\n\"remoteBindingParams\": z.any().optional(),\n\"retryAttempt\": z.int().min(0).describe(\"Tracks consecutive retry attempts for the current state transition.\").optional(),\nget status(){\n return ResourceStatusSchema.describe(\"Represents the high-level status of a resource during its lifecycle.\")\n },\n\"type\": z.string().describe(\"The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE).\")\n }).describe(\"Represents the state of a single resource within the stack for a specific platform.\")\n\nexport type StackResourceState = z.infer<typeof StackResourceStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PlatformSchema } from \"./platform-schema.js\";\nimport { StackResourceStateSchema } from \"./stack-resource-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the collective state of all resources in a stack, including platform and pending actions.\n */\nexport const StackStateSchema = z.object({\n get platform(){\n return PlatformSchema.describe(\"Represents the target cloud platform.\")\n },\n\"resourcePrefix\": z.string().describe(\"A prefix used for resource naming to ensure uniqueness across deployments.\"),\n\"resources\": z.object({\n \n }).catchall(StackResourceStateSchema.describe(\"Represents the state of a single resource within the stack for a specific platform.\")).describe(\"The state of individual resources, keyed by resource ID.\")\n }).describe(\"Represents the collective state of all resources in a stack, including platform and pending actions.\")\n\nexport type StackState = z.infer<typeof StackStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PushProgressSchema } from \"./push-progress-schema.js\";\nimport { StackStateSchema } from \"./stack-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents all possible events in the Alien system\n */\nexport const AlienEventSchema = z.union([z.object({\n \"type\": z.enum([\"LoadingConfiguration\"])\n }), z.object({\n \"type\": z.enum([\"Finished\"])\n }), z.object({\n \"stack\": z.string().describe(\"Name of the stack being built\"),\n\"type\": z.enum([\"BuildingStack\"])\n }), z.object({\n \"platform\": z.string().describe(\"Platform being targeted\"),\n\"stack\": z.string().describe(\"Name of the stack being checked\"),\n\"type\": z.enum([\"RunningPreflights\"])\n }), z.object({\n \"targetTriple\": z.string().describe(\"Target triple for the runtime\"),\n\"type\": z.enum([\"DownloadingAlienRuntime\"]),\n\"url\": z.string().describe(\"URL being downloaded from\")\n }), z.object({\n \"relatedResources\": z.array(z.string()).describe(\"All resource names sharing this build (for deduped container groups)\").optional(),\n\"resourceName\": z.string().describe(\"Name of the resource being built\"),\n\"resourceType\": z.string().describe(\"Type of the resource: \\\"function\\\", \\\"container\\\", \\\"worker\\\"\"),\n\"type\": z.enum([\"BuildingResource\"])\n }), z.object({\n \"image\": z.string().describe(\"Name of the image being built\"),\n\"type\": z.enum([\"BuildingImage\"])\n }), z.object({\n \"image\": z.string().describe(\"Name of the image being pushed\"),\nget progress(){\n return z.union([PushProgressSchema, z.null()]).optional()\n },\n\"type\": z.enum([\"PushingImage\"])\n }), z.object({\n \"platform\": z.string().describe(\"Target platform\"),\n\"stack\": z.string().describe(\"Name of the stack being pushed\"),\n\"type\": z.enum([\"PushingStack\"])\n }), z.object({\n \"resourceName\": z.string().describe(\"Name of the resource being pushed\"),\n\"resourceType\": z.string().describe(\"Type of the resource: \\\"function\\\", \\\"container\\\", \\\"worker\\\"\"),\n\"type\": z.enum([\"PushingResource\"])\n }), z.object({\n \"project\": z.string().describe(\"Project name\"),\n\"type\": z.enum([\"CreatingRelease\"])\n }), z.object({\n \"language\": z.string().describe(\"Language being compiled (rust, typescript, etc.)\"),\n\"progress\": z.string().describe(\"Current progress/status line from the build output\").optional().nullable(),\n\"type\": z.enum([\"CompilingCode\"])\n }), z.object({\n get nextState(){\n return StackStateSchema.describe(\"Represents the collective state of all resources in a stack, including platform and pending actions.\")\n },\n\"suggestedDelayMs\": z.int().min(0).describe(\"An suggested duration to wait before executing the next step.\").optional().nullable(),\n\"type\": z.enum([\"StackStep\"])\n }), z.object({\n \"type\": z.enum([\"GeneratingCloudFormationTemplate\"])\n }), z.object({\n \"platform\": z.string().describe(\"Platform for which the template is being generated\"),\n\"type\": z.enum([\"GeneratingTemplate\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being provisioned\"),\n\"releaseId\": z.string().describe(\"ID of the release being deployed to the agent\"),\n\"type\": z.enum([\"ProvisioningAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being updated\"),\n\"releaseId\": z.string().describe(\"ID of the new release being deployed to the agent\"),\n\"type\": z.enum([\"UpdatingAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being deleted\"),\n\"releaseId\": z.string().describe(\"ID of the release that was running on the agent\"),\n\"type\": z.enum([\"DeletingAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being debugged\"),\n\"debugSessionId\": z.string().describe(\"ID of the debug session\"),\n\"type\": z.enum([\"DebuggingAgent\"])\n }), z.object({\n \"strategyName\": z.string().describe(\"Name of the deployment strategy being used\"),\n\"type\": z.enum([\"PreparingEnvironment\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being deployed\"),\n\"type\": z.enum([\"DeployingStack\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being tested\"),\n\"type\": z.enum([\"RunningTestFunction\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being cleaned up\"),\n\"strategyName\": z.string().describe(\"Name of the deployment strategy being used for cleanup\"),\n\"type\": z.enum([\"CleaningUpStack\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being cleaned up\"),\n\"strategyName\": z.string().describe(\"Name of the deployment strategy being used for cleanup\"),\n\"type\": z.enum([\"CleaningUpEnvironment\"])\n }), z.object({\n \"platformName\": z.string().describe(\"Name of the platform (e.g., \\\"AWS\\\", \\\"GCP\\\")\"),\n\"type\": z.enum([\"SettingUpPlatformContext\"])\n }), z.object({\n \"repositoryName\": z.string().describe(\"Name of the docker repository\"),\n\"type\": z.enum([\"EnsuringDockerRepository\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"currentStatus\": z.string().describe(\"Current stack status\"),\n\"type\": z.enum([\"DeployingCloudFormationStack\"])\n }), z.object({\n \"roleArn\": z.string().describe(\"ARN of the role to assume\"),\n\"type\": z.enum([\"AssumingRole\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"type\": z.enum([\"ImportingStackStateFromCloudFormation\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"currentStatus\": z.string().describe(\"Current stack status\"),\n\"type\": z.enum([\"DeletingCloudFormationStack\"])\n }), z.object({\n \"bucketNames\": z.array(z.string()).describe(\"Names of the S3 buckets being emptied\"),\n\"type\": z.enum([\"EmptyingBuckets\"])\n })]).describe(\"Represents all possible events in the Alien system\")\n\nexport type AlienEvent = z.infer<typeof AlienEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned ArtifactRegistry.\n */\nexport const ArtifactRegistryOutputsSchema = z.object({\n \"pullRole\": z.string().describe(\"Role/principal identifier for pull-only access.\\n- AWS: IAM role ARN (e.g., \\\"arn:aws:iam::123456789012:role/my-stack-my-registry-pull\\\")\\n- GCP: Service account email (e.g., \\\"my-stack-my-registry-pull@my-project.iam.gserviceaccount.com\\\")\\n- Azure: Managed identity resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-registry-pull\\\")\").optional().nullable(),\n\"pushRole\": z.string().describe(\"Role/principal identifier for push and pull access.\\n- AWS: IAM role ARN (e.g., \\\"arn:aws:iam::123456789012:role/my-stack-my-registry-push\\\")\\n- GCP: Service account email (e.g., \\\"my-stack-my-registry-push@my-project.iam.gserviceaccount.com\\\")\\n- Azure: Managed identity resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-registry-push\\\")\").optional().nullable(),\n\"registryEndpoint\": z.string().describe(\"The registry endpoint for docker operations.\\n- AWS: ECR registry URL (e.g., \\\"123456789012.dkr.ecr.us-west-2.amazonaws.com\\\")\\n- GCP: Artifact Registry URL (e.g., \\\"us-central1-docker.pkg.dev/my-project\\\")\\n- Azure: Container registry login server (e.g., \\\"myregistry.azurecr.io\\\")\"),\n\"registryId\": z.string().describe(\"The platform-specific registry identifier.\\n- AWS: Account and region (e.g., \\\"123456789012:us-west-2\\\")\\n- GCP: Full registry name (e.g., \\\"projects/my-project/locations/us-central1\\\")\\n- Azure: Registry resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ContainerRegistry/registries/myregistry\\\")\")\n }).describe(\"Outputs generated by a successfully provisioned ArtifactRegistry.\")\n\nexport type ArtifactRegistryOutputs = z.infer<typeof ArtifactRegistryOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents an artifact registry for storing container images and other build artifacts.\\nThis is a high-level wrapper resource that provides a cloud-agnostic interface over\\nAWS ECR, GCP Artifact Registry, and Azure Container Registry.\\n\\n# Platform Mapping\\n- **AWS**: Implicitly exists as the AWS account and region\\n- **GCP**: Explicitly configured per project and location (Artifact Registry API enabled)\\n- **Azure**: Explicitly provisioned Azure Container Registry instance\\n\\nThe actual repository management and permissions are handled through the bindings API.\n */\nexport const ArtifactRegistrySchema = z.object({\n \"id\": z.string().describe(\"Identifier for the artifact registry. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents an artifact registry for storing container images and other build artifacts.\\nThis is a high-level wrapper resource that provides a cloud-agnostic interface over\\nAWS ECR, GCP Artifact Registry, and Azure Container Registry.\\n\\n# Platform Mapping\\n- **AWS**: Implicitly exists as the AWS account and region\\n- **GCP**: Explicitly configured per project and location (Artifact Registry API enabled)\\n- **Azure**: Explicitly provisioned Azure Container Registry instance\\n\\nThe actual repository management and permissions are handled through the bindings API.\")\n\nexport type ArtifactRegistry = z.infer<typeof ArtifactRegistrySchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\nexport const AwsCustomCertificateConfigSchema = z.object({\n \"certificateArn\": z.string()\n })\n\nexport type AwsCustomCertificateConfig = z.infer<typeof AwsCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description AWS management configuration extracted from stack settings\n */\nexport const AwsManagementConfigSchema = z.object({\n \"managingRoleArn\": z.string().describe(\"The managing AWS IAM role ARN that can assume cross-account roles\")\n }).describe(\"AWS management configuration extracted from stack settings\")\n\nexport type AwsManagementConfig = z.infer<typeof AwsManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationAwsBindingSpecSchema = z.object({\n \"resource\": z.object({\n \"condition\": z.object({\n \n }).catchall(z.object({\n \n }).catchall(z.string())).describe(\"Optional condition for additional filtering (rare)\").optional().nullable(),\n\"resources\": z.array(z.string()).describe(\"Resource ARNs to bind to\")\n }).describe(\"AWS-specific binding specification\").optional(),\n\"stack\": z.object({\n \"condition\": z.object({\n \n }).catchall(z.object({\n \n }).catchall(z.string())).describe(\"Optional condition for additional filtering (rare)\").optional().nullable(),\n\"resources\": z.array(z.string()).describe(\"Resource ARNs to bind to\")\n }).describe(\"AWS-specific binding specification\").optional()\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationAwsBindingSpec = z.infer<typeof BindingConfigurationAwsBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Grant permissions for a specific cloud platform\n */\nexport const PermissionGrantSchema = z.object({\n \"actions\": z.array(z.string()).describe(\"AWS IAM actions (only for AWS)\").optional().nullable(),\n\"dataActions\": z.array(z.string()).describe(\"Azure actions (only for Azure)\").optional().nullable(),\n\"permissions\": z.array(z.string()).describe(\"GCP permissions (only for GCP)\").optional().nullable()\n }).describe(\"Grant permissions for a specific cloud platform\")\n\nexport type PermissionGrant = z.infer<typeof PermissionGrantSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BindingConfigurationAwsBindingSpecSchema } from \"./binding-configuration-aws-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description AWS-specific platform permission configuration\n */\nexport const AwsPlatformPermissionSchema = z.object({\n get binding(){\n return BindingConfigurationAwsBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget grant(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"AWS-specific platform permission configuration\")\n\nexport type AwsPlatformPermission = z.infer<typeof AwsPlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\nexport const AzureCustomCertificateConfigSchema = z.object({\n \"keyVaultCertificateId\": z.string()\n })\n\nexport type AzureCustomCertificateConfig = z.infer<typeof AzureCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Azure management configuration extracted from stack settings\n */\nexport const AzureManagementConfigSchema = z.object({\n \"managementPrincipalId\": z.string().describe(\"The principal ID of the service principal in the management account\"),\n\"managingTenantId\": z.string().describe(\"The managing Azure Tenant ID for cross-tenant access\")\n }).describe(\"Azure management configuration extracted from stack settings\")\n\nexport type AzureManagementConfig = z.infer<typeof AzureManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationAzureBindingSpecSchema = z.object({\n \"resource\": z.object({\n \"scope\": z.string().describe(\"Scope (subscription/resource group/resource level)\")\n }).describe(\"Azure-specific binding specification\").optional(),\n\"stack\": z.object({\n \"scope\": z.string().describe(\"Scope (subscription/resource group/resource level)\")\n }).describe(\"Azure-specific binding specification\").optional()\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationAzureBindingSpec = z.infer<typeof BindingConfigurationAzureBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BindingConfigurationAzureBindingSpecSchema } from \"./binding-configuration-azure-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Azure-specific platform permission configuration\n */\nexport const AzurePlatformPermissionSchema = z.object({\n get binding(){\n return BindingConfigurationAzureBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget grant(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"Azure-specific platform permission configuration\")\n\nexport type AzurePlatformPermission = z.infer<typeof AzurePlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description GCP IAM condition\n */\nexport const GcpConditionSchema = z.object({\n \"expression\": z.string(),\n\"title\": z.string()\n }).describe(\"GCP IAM condition\")\n\nexport type GcpCondition = z.infer<typeof GcpConditionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { GcpConditionSchema } from \"./gcp-condition-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationGcpBindingSpecSchema = z.object({\n \"resource\": z.object({\n get condition(){\n return z.union([GcpConditionSchema, z.null()]).optional()\n },\n\"scope\": z.string().describe(\"Scope (project/resource level)\")\n }).describe(\"GCP-specific binding specification\").optional(),\n\"stack\": z.object({\n get condition(){\n return z.union([GcpConditionSchema, z.null()]).optional()\n },\n\"scope\": z.string().describe(\"Scope (project/resource level)\")\n }).describe(\"GCP-specific binding specification\").optional()\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationGcpBindingSpec = z.infer<typeof BindingConfigurationGcpBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description The type of operation a presigned request performs\n */\nexport const PresignedOperationSchema = z.enum([\"put\", \"get\", \"delete\"]).describe(\"The type of operation a presigned request performs\")\n\nexport type PresignedOperation = z.infer<typeof PresignedOperationSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Local filesystem operations\n */\nexport const LocalOperationSchema = z.enum([\"put\", \"get\", \"delete\"]).describe(\"Local filesystem operations\")\n\nexport type LocalOperation = z.infer<typeof LocalOperationSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { LocalOperationSchema } from \"./local-operation-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Storage backend representation for different presigned request types\n */\nexport const PresignedRequestBackendSchema = z.union([z.object({\n \"headers\": z.object({\n \n }).catchall(z.string()),\n\"method\": z.string(),\n\"type\": z.enum([\"http\"]),\n\"url\": z.string()\n }), z.object({\n \"filePath\": z.string(),\nget operation(){\n return LocalOperationSchema.describe(\"Local filesystem operations\")\n },\n\"type\": z.enum([\"local\"])\n })]).describe(\"Storage backend representation for different presigned request types\")\n\nexport type PresignedRequestBackend = z.infer<typeof PresignedRequestBackendSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PresignedOperationSchema } from \"./presigned-operation-schema.js\";\nimport { PresignedRequestBackendSchema } from \"./presigned-request-backend-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\n */\nexport const PresignedRequestSchema = z.object({\n get backend(){\n return PresignedRequestBackendSchema.describe(\"Storage backend representation for different presigned request types\")\n },\n\"expiration\": z.string().datetime().describe(\"When this presigned request expires\"),\nget operation(){\n return PresignedOperationSchema.describe(\"The type of operation a presigned request performs\")\n },\n\"path\": z.string().describe(\"The path this request operates on\")\n }).describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n\nexport type PresignedRequest = z.infer<typeof PresignedRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Body specification supporting inline and storage modes\n */\nexport const BodySpecSchema = z.union([z.object({\n \"inlineBase64\": z.string(),\n\"mode\": z.enum([\"inline\"])\n }), z.object({\n \"mode\": z.enum([\"storage\"]),\n\"size\": z.int().min(0).describe(\"Size of the body in bytes\").optional().nullable(),\nget storageGetRequest(){\n return z.union([PresignedRequestSchema, z.null()]).optional()\n },\n\"storagePutUsed\": z.boolean().describe(\"Indicates storage upload was used for response submission\").optional().nullable()\n })]).describe(\"Body specification supporting inline and storage modes\")\n\nexport type BodySpec = z.infer<typeof BodySpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Compute type for build resources.\n */\nexport const ComputeTypeSchema = z.enum([\"small\", \"medium\", \"large\", \"x-large\"]).describe(\"Compute type for build resources.\")\n\nexport type ComputeType = z.infer<typeof ComputeTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Configuration for monitoring and observability.\n */\nexport const MonitoringConfigSchema = z.object({\n \"endpoint\": z.string().describe(\"The monitoring endpoint URL (e.g., \\\"https://otel-collector.example.com:4318\\\")\"),\n\"headers\": z.object({\n \n }).catchall(z.string()).describe(\"Optional HTTP headers to include in requests to the monitoring endpoint\").optional(),\n\"logsUri\": z.string().describe(\"Optional URI path for logs (defaults to \\\"/v1/logs\\\")\").optional(),\n\"tlsEnabled\": z.boolean().describe(\"Whether to enable TLS/HTTPS (defaults to true)\").optional(),\n\"tlsVerify\": z.boolean().describe(\"Whether to verify TLS certificates (defaults to true)\").optional()\n }).describe(\"Configuration for monitoring and observability.\")\n\nexport type MonitoringConfig = z.infer<typeof MonitoringConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ComputeTypeSchema } from \"./compute-type-schema.js\";\nimport { MonitoringConfigSchema } from \"./monitoring-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Configuration for starting a build.\n */\nexport const BuildConfigSchema = z.object({\n get computeType(){\n return ComputeTypeSchema.describe(\"Compute type for build resources.\").optional()\n },\n\"environment\": z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the build.\").optional(),\n\"image\": z.string().describe(\"Base container image to use for the build environment.\"),\nget monitoring(){\n return z.union([MonitoringConfigSchema, z.null()]).optional()\n },\n\"script\": z.string().describe(\"Bash script to execute for the build.\"),\n\"timeoutSeconds\": z.int().min(0).describe(\"Maximum execution time for the build in seconds.\")\n }).describe(\"Configuration for starting a build.\")\n\nexport type BuildConfig = z.infer<typeof BuildConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Build.\n */\nexport const BuildOutputsSchema = z.object({\n \"identifier\": z.string().describe(\"The platform-specific build project identifier (ARN for AWS, project ID for GCP, resource ID for Azure).\")\n }).describe(\"Outputs generated by a successfully provisioned Build.\")\n\nexport type BuildOutputs = z.infer<typeof BuildOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ComputeTypeSchema } from \"./compute-type-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a build resource that executes bash scripts to build code.\\nBuilds are designed to be stateless and can be triggered on-demand to compile,\\ntest, or package application code.\n */\nexport const BuildSchema = z.object({\n get computeType(){\n return ComputeTypeSchema.describe(\"Compute type for build resources.\").optional()\n },\n\"environment\": z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the build.\").optional(),\n\"id\": z.string().describe(\"Identifier for the build resource. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget links(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"List of resource references this build depends on.\")\n },\n\"permissions\": z.string().describe(\"Permission profile name that defines the permissions granted to this build.\\nThis references a profile defined in the stack's permission definitions.\")\n }).describe(\"Represents a build resource that executes bash scripts to build code.\\nBuilds are designed to be stateless and can be triggered on-demand to compile,\\ntest, or package application code.\")\n\nexport type Build = z.infer<typeof BuildSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Status of a build execution.\n */\nexport const BuildStatusSchema = z.enum([\"QUEUED\", \"RUNNING\", \"SUCCEEDED\", \"FAILED\", \"CANCELLED\", \"TIMED_OUT\"]).describe(\"Status of a build execution.\")\n\nexport type BuildStatus = z.infer<typeof BuildStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Command response from deployment\n */\nexport const CommandResponseSchema = z.union([z.object({\n get response(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n },\n\"status\": z.enum([\"success\"])\n }), z.object({\n \"code\": z.string().describe(\"Error code\"),\n\"details\": z.string().describe(\"Optional additional details\").optional().nullable(),\n\"message\": z.string().describe(\"Error message\"),\n\"status\": z.enum([\"error\"])\n })]).describe(\"Command response from deployment\")\n\nexport type CommandResponse = z.infer<typeof CommandResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Command states in the ARC protocol lifecycle\n */\nexport const CommandStateSchema = z.enum([\"PENDING_UPLOAD\", \"PENDING\", \"DISPATCHED\", \"SUCCEEDED\", \"FAILED\", \"EXPIRED\"]).describe(\"Command states in the ARC protocol lifecycle\")\n\nexport type CommandState = z.infer<typeof CommandStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CommandResponseSchema } from \"./command-response-schema.js\";\nimport { CommandStateSchema } from \"./command-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Response to status queries\n */\nexport const CommandStatusResponseSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Current attempt number\"),\n\"commandId\": z.string().describe(\"Command identifier\"),\nget response(){\n return z.union([CommandResponseSchema, z.null()]).optional()\n },\nget state(){\n return CommandStateSchema.describe(\"Command states in the ARC protocol lifecycle\")\n }\n }).describe(\"Response to status queries\")\n\nexport type CommandStatusResponse = z.infer<typeof CommandStatusResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Autoscaling configuration for stateless containers.\n */\nexport const ContainerAutoscalingSchema = z.object({\n \"desired\": z.int().min(0).describe(\"Initial desired replicas at container creation\"),\n\"max\": z.int().min(0).describe(\"Maximum replicas under load\"),\n\"maxHttpP95LatencyMs\": z.number().describe(\"Maximum acceptable p95 HTTP latency in milliseconds\").optional().nullable(),\n\"min\": z.int().min(0).describe(\"Minimum replicas (always running)\"),\n\"targetCpuPercent\": z.number().describe(\"Target CPU utilization percentage for scaling (default: 70%)\").optional().nullable(),\n\"targetHttpInFlightPerReplica\": z.int().min(0).describe(\"Target in-flight HTTP requests per replica\").optional().nullable(),\n\"targetMemoryPercent\": z.number().describe(\"Target memory utilization percentage for scaling (default: 80%)\").optional().nullable()\n }).describe(\"Autoscaling configuration for stateless containers.\")\n\nexport type ContainerAutoscaling = z.infer<typeof ContainerAutoscalingSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\n */\nexport const ToolchainConfigSchema = z.union([z.object({\n \"binaryName\": z.string().describe(\"Name of the binary to build and run\"),\n\"type\": z.enum([\"rust\"])\n }), z.object({\n \"binaryName\": z.string().describe(\"Name of the compiled binary (defaults to package.json name if not specified)\").optional().nullable(),\n\"type\": z.enum([\"typescript\"])\n }), z.object({\n \"buildArgs\": z.object({\n \n }).catchall(z.string()).describe(\"Build arguments for docker build\").optional().nullable(),\n\"dockerfile\": z.string().describe(\"Dockerfile path relative to src (default: \\\"Dockerfile\\\")\").optional().nullable(),\n\"target\": z.string().describe(\"Multi-stage build target\").optional().nullable(),\n\"type\": z.enum([\"docker\"])\n })]).describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n\nexport type ToolchainConfig = z.infer<typeof ToolchainConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ToolchainConfigSchema } from \"./toolchain-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Specifies the source of the container\\'s executable code.\n */\nexport const ContainerCodeSchema = z.union([z.object({\n \"image\": z.string().describe(\"Container image (e.g., `postgres:16`, `ghcr.io/myorg/myimage:latest`)\"),\n\"type\": z.enum([\"image\"])\n }), z.object({\n \"src\": z.string().describe(\"The source directory to build from\"),\nget toolchain(){\n return ToolchainConfigSchema.describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n },\n\"type\": z.enum([\"source\"])\n })]).describe(\"Specifies the source of the container's executable code.\")\n\nexport type ContainerCode = z.infer<typeof ContainerCodeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description GPU specification for a container.\n */\nexport const ContainerGpuSpecSchema = z.object({\n \"count\": z.int().min(0).describe(\"Number of GPUs required (1-8)\"),\n\"type\": z.string().describe(\"GPU type identifier (e.g., \\\"nvidia-a100\\\", \\\"nvidia-t4\\\")\")\n }).describe(\"GPU specification for a container.\")\n\nexport type ContainerGpuSpec = z.infer<typeof ContainerGpuSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Container status in Horizon.\n */\nexport const ContainerStatusSchema = z.enum([\"pending\", \"running\", \"stopped\", \"failing\"]).describe(\"Container status in Horizon.\")\n\nexport type ContainerStatus = z.infer<typeof ContainerStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Load balancer endpoint information for DNS management.\\nThis is optional metadata used by the DNS controller to create domain mappings.\n */\nexport const LoadBalancerEndpointSchema = z.object({\n \"dnsName\": z.string().describe(\"The DNS name of the load balancer endpoint (e.g., ALB DNS, API Gateway domain).\"),\n\"hostedZoneId\": z.string().describe(\"AWS Route53 hosted zone ID (for ALIAS records). Only set on AWS.\").optional().nullable()\n }).describe(\"Load balancer endpoint information for DNS management.\\nThis is optional metadata used by the DNS controller to create domain mappings.\")\n\nexport type LoadBalancerEndpoint = z.infer<typeof LoadBalancerEndpointSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Status of a single container replica.\n */\nexport const ReplicaStatusSchema = z.object({\n \"containerIp\": z.string().describe(\"Container IP address (for service discovery)\").optional().nullable(),\n\"healthy\": z.boolean().describe(\"Whether the replica is healthy\"),\n\"machineId\": z.string().describe(\"Machine ID the replica is running on\").optional().nullable(),\n\"ordinal\": z.int().min(0).describe(\"Ordinal (for stateful containers)\").optional().nullable(),\n\"replicaId\": z.string().describe(\"Replica ID (e.g., \\\"api-0\\\", \\\"api-1\\\")\")\n }).describe(\"Status of a single container replica.\")\n\nexport type ReplicaStatus = z.infer<typeof ReplicaStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ContainerStatusSchema } from \"./container-status-schema.js\";\nimport { LoadBalancerEndpointSchema } from \"./load-balancer-endpoint-schema.js\";\nimport { ReplicaStatusSchema } from \"./replica-status-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Container.\n */\nexport const ContainerOutputsSchema = z.object({\n \"currentReplicas\": z.int().min(0).describe(\"Number of current replicas\"),\n\"desiredReplicas\": z.int().min(0).describe(\"Desired number of replicas\"),\n\"internalDns\": z.string().describe(\"Internal DNS name (e.g., \\\"api.svc\\\")\"),\nget loadBalancerEndpoint(){\n return z.union([LoadBalancerEndpointSchema, z.null()]).optional()\n },\n\"name\": z.string().describe(\"Container name in Horizon\"),\nget replicas(){\n return z.array(ReplicaStatusSchema.describe(\"Status of a single container replica.\")).describe(\"Status of each replica\")\n },\nget status(){\n return ContainerStatusSchema.describe(\"Container status in Horizon.\")\n },\n\"url\": z.string().describe(\"Public URL (if exposed publicly)\").optional().nullable()\n }).describe(\"Outputs generated by a successfully provisioned Container.\")\n\nexport type ContainerOutputs = z.infer<typeof ContainerOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Protocol for exposed ports.\n */\nexport const ExposeProtocolSchema = z.enum([\"http\", \"tcp\"]).describe(\"Protocol for exposed ports.\")\n\nexport type ExposeProtocol = z.infer<typeof ExposeProtocolSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ExposeProtocolSchema } from \"./expose-protocol-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Container port configuration.\n */\nexport const ContainerPortSchema = z.object({\n get expose(){\n return z.union([ExposeProtocolSchema, z.null()]).optional()\n },\n\"port\": z.int().min(0).describe(\"Port number\")\n }).describe(\"Container port configuration.\")\n\nexport type ContainerPort = z.infer<typeof ContainerPortSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description HTTP health check configuration.\n */\nexport const HealthCheckSchema = z.object({\n \"failureThreshold\": z.int().min(0).describe(\"Number of consecutive failures before marking replica unhealthy\").optional(),\n\"method\": z.string().describe(\"HTTP method to use for health check\").optional(),\n\"path\": z.string().describe(\"HTTP endpoint path to check (e.g., \\\"/health\\\", \\\"/ready\\\")\").optional(),\n\"port\": z.int().min(0).describe(\"Port to check (defaults to container port if not specified)\").optional().nullable(),\n\"timeoutSeconds\": z.int().min(0).describe(\"Request timeout in seconds (1-5)\").optional()\n }).describe(\"HTTP health check configuration.\")\n\nexport type HealthCheck = z.infer<typeof HealthCheckSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Persistent storage configuration for stateful containers.\n */\nexport const PersistentStorageSchema = z.object({\n \"iops\": z.int().min(0).describe(\"IOPS (for storage types that support it)\").optional().nullable(),\n\"mountPath\": z.string().describe(\"Mount path inside the container\"),\n\"size\": z.string().describe(\"Storage size (e.g., \\\"100Gi\\\", \\\"500Gi\\\")\"),\n\"storageType\": z.string().describe(\"Storage type (e.g., \\\"gp3\\\", \\\"io2\\\" for AWS, \\\"pd-ssd\\\" for GCP)\").optional().nullable(),\n\"throughput\": z.int().min(0).describe(\"Throughput in MiB/s (for storage types that support it)\").optional().nullable()\n }).describe(\"Persistent storage configuration for stateful containers.\")\n\nexport type PersistentStorage = z.infer<typeof PersistentStorageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Resource specification with min/desired values.\n */\nexport const ResourceSpecSchema = z.object({\n \"desired\": z.string().describe(\"Desired resource allocation (used by scheduler)\"),\n\"min\": z.string().describe(\"Minimum resource allocation\")\n }).describe(\"Resource specification with min/desired values.\")\n\nexport type ResourceSpec = z.infer<typeof ResourceSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ContainerAutoscalingSchema } from \"./container-autoscaling-schema.js\";\nimport { ContainerCodeSchema } from \"./container-code-schema.js\";\nimport { ContainerGpuSpecSchema } from \"./container-gpu-spec-schema.js\";\nimport { ContainerPortSchema } from \"./container-port-schema.js\";\nimport { HealthCheckSchema } from \"./health-check-schema.js\";\nimport { PersistentStorageSchema } from \"./persistent-storage-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { ResourceSpecSchema } from \"./resource-spec-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Container resource for running long-running container workloads.\\n\\nA Container defines a deployable unit that runs on a ContainerCluster.\\nHorizon handles scheduling replicas across machines, autoscaling based on\\nvarious metrics, and service discovery.\\n\\n## Example\\n\\n```rust\\nuse alien_core::{Container, ContainerCode, ResourceSpec, ContainerAutoscaling, ContainerPort, ExposeProtocol};\\n\\nlet container = Container::new(\\\"api\\\".to_string())\\n .cluster(\\\"compute\\\".to_string())\\n .code(ContainerCode::Image {\\n image: \\\"myapp:latest\\\".to_string(),\\n })\\n .cpu(ResourceSpec { min: \\\"0.5\\\".to_string(), desired: \\\"1\\\".to_string() })\\n .memory(ResourceSpec { min: \\\"512Mi\\\".to_string(), desired: \\\"1Gi\\\".to_string() })\\n .port(8080)\\n .expose_port(8080, ExposeProtocol::Http)\\n .autoscaling(ContainerAutoscaling {\\n min: 2,\\n desired: 3,\\n max: 10,\\n target_cpu_percent: Some(70.0),\\n target_memory_percent: None,\\n target_http_in_flight_per_replica: Some(100),\\n max_http_p95_latency_ms: None,\\n })\\n .permissions(\\\"container-execution\\\".to_string())\\n .build();\\n```\n */\nexport const ContainerSchema = z.object({\n get autoscaling(){\n return z.union([ContainerAutoscalingSchema, z.null()]).optional()\n },\n\"cluster\": z.string().describe(\"ContainerCluster resource ID that this container runs on.\\nIf None, will be auto-assigned by ContainerClusterMutation at deployment time.\").optional().nullable(),\nget code(){\n return ContainerCodeSchema.describe(\"Specifies the source of the container's executable code.\")\n },\n\"command\": z.array(z.string()).describe(\"Command to override image default\").optional().nullable(),\nget cpu(){\n return ResourceSpecSchema.describe(\"Resource specification with min/desired values.\")\n },\n\"environment\": z.object({\n \n }).catchall(z.string()).describe(\"Environment variables\").optional(),\n\"ephemeralStorage\": z.string().describe(\"Ephemeral storage requirement (e.g., \\\"10Gi\\\")\").optional().nullable(),\nget gpu(){\n return z.union([ContainerGpuSpecSchema, z.null()]).optional()\n },\nget healthCheck(){\n return z.union([HealthCheckSchema, z.null()]).optional()\n },\n\"id\": z.string().describe(\"Unique identifier for the container.\\nMust be DNS-compatible: lowercase alphanumeric with hyphens.\"),\nget links(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Resource links (dependencies)\")\n },\nget memory(){\n return ResourceSpecSchema.describe(\"Resource specification with min/desired values.\")\n },\n\"permissions\": z.string().describe(\"Permission profile name\"),\nget persistentStorage(){\n return z.union([PersistentStorageSchema, z.null()]).optional()\n },\n\"pool\": z.string().describe(\"Capacity group to run on (must exist in the cluster)\\nIf not specified, containers are scheduled to any available group.\").optional().nullable(),\nget ports(){\n return z.array(ContainerPortSchema.describe(\"Container port configuration.\")).describe(\"Container ports to expose (at least one required)\")\n },\n\"replicas\": z.int().min(0).describe(\"Fixed replica count (for stateful containers or stateless without autoscaling)\").optional().nullable(),\n\"stateful\": z.boolean().describe(\"Whether container is stateful (gets stable ordinals, optional persistent volumes)\").optional()\n }).describe(\"Container resource for running long-running container workloads.\\n\\nA Container defines a deployable unit that runs on a ContainerCluster.\\nHorizon handles scheduling replicas across machines, autoscaling based on\\nvarious metrics, and service discovery.\\n\\n## Example\\n\\n```rust\\nuse alien_core::{Container, ContainerCode, ResourceSpec, ContainerAutoscaling, ContainerPort, ExposeProtocol};\\n\\nlet container = Container::new(\\\"api\\\".to_string())\\n .cluster(\\\"compute\\\".to_string())\\n .code(ContainerCode::Image {\\n image: \\\"myapp:latest\\\".to_string(),\\n })\\n .cpu(ResourceSpec { min: \\\"0.5\\\".to_string(), desired: \\\"1\\\".to_string() })\\n .memory(ResourceSpec { min: \\\"512Mi\\\".to_string(), desired: \\\"1Gi\\\".to_string() })\\n .port(8080)\\n .expose_port(8080, ExposeProtocol::Http)\\n .autoscaling(ContainerAutoscaling {\\n min: 2,\\n desired: 3,\\n max: 10,\\n target_cpu_percent: Some(70.0),\\n target_memory_percent: None,\\n target_http_in_flight_per_replica: Some(100),\\n max_http_p95_latency_ms: None,\\n })\\n .permissions(\\\"container-execution\\\".to_string())\\n .build();\\n```\")\n\nexport type Container = z.infer<typeof ContainerSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Request to create a new ARC command\n */\nexport const CreateCommandRequestSchema = z.object({\n \"command\": z.string().describe(\"Command name (e.g., \\\"generate-report\\\", \\\"sync-data\\\")\"),\n\"deadline\": z.string().datetime().describe(\"Optional deadline for command completion\").optional().nullable(),\n\"deploymentId\": z.string().describe(\"Target deployment identifier\"),\n\"idempotencyKey\": z.string().describe(\"Optional idempotency key\").optional().nullable(),\nget params(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n }\n }).describe(\"Request to create a new ARC command\")\n\nexport type CreateCommandRequest = z.infer<typeof CreateCommandRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Storage upload information\n */\nexport const StorageUploadSchema = z.object({\n \"expiresAt\": z.string().datetime().describe(\"Expiration time for upload URL\"),\nget putRequest(){\n return PresignedRequestSchema.describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n }\n }).describe(\"Storage upload information\")\n\nexport type StorageUpload = z.infer<typeof StorageUploadSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CommandStateSchema } from \"./command-state-schema.js\";\nimport { StorageUploadSchema } from \"./storage-upload-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Response to command creation\n */\nexport const CreateCommandResponseSchema = z.object({\n \"commandId\": z.string().describe(\"Unique command identifier\"),\n\"inlineAllowedUpTo\": z.int().min(0).describe(\"Maximum inline body size allowed\"),\n\"next\": z.string().describe(\"Next action for client: \\\"upload\\\" | \\\"poll\\\"\"),\nget state(){\n return CommandStateSchema.describe(\"Command states in the ARC protocol lifecycle\")\n },\nget storageUpload(){\n return z.union([StorageUploadSchema, z.null()]).optional()\n }\n }).describe(\"Response to command creation\")\n\nexport type CreateCommandResponse = z.infer<typeof CreateCommandResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\nexport const GcpCustomCertificateConfigSchema = z.object({\n \"certificateName\": z.string()\n })\n\nexport type GcpCustomCertificateConfig = z.infer<typeof GcpCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AwsCustomCertificateConfigSchema } from \"./aws-custom-certificate-config-schema.js\";\nimport { AzureCustomCertificateConfigSchema } from \"./azure-custom-certificate-config-schema.js\";\nimport { GcpCustomCertificateConfigSchema } from \"./gcp-custom-certificate-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Platform-specific certificate references for custom domains.\n */\nexport const CustomCertificateConfigSchema = z.object({\n get aws(){\n return z.union([AwsCustomCertificateConfigSchema, z.null()]).optional()\n },\nget azure(){\n return z.union([AzureCustomCertificateConfigSchema, z.null()]).optional()\n },\nget gcp(){\n return z.union([GcpCustomCertificateConfigSchema, z.null()]).optional()\n }\n }).describe(\"Platform-specific certificate references for custom domains.\")\n\nexport type CustomCertificateConfig = z.infer<typeof CustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CustomCertificateConfigSchema } from \"./custom-certificate-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Custom domain configuration for a single resource.\n */\nexport const CustomDomainConfigSchema = z.object({\n get certificate(){\n return CustomCertificateConfigSchema.describe(\"Platform-specific certificate references for custom domains.\")\n },\n\"domain\": z.string().describe(\"Fully qualified domain name to use.\")\n }).describe(\"Custom domain configuration for a single resource.\")\n\nexport type CustomDomainConfig = z.infer<typeof CustomDomainConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Deployment model: how updates are delivered to the remote environment.\n */\nexport const DeploymentModelSchema = z.enum([\"push\", \"pull\"]).describe(\"Deployment model: how updates are delivered to the remote environment.\")\n\nexport type DeploymentModel = z.infer<typeof DeploymentModelSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Overall dev server status\n */\nexport const DevStatusStateSchema = z.enum([\"initializing\", \"ready\", \"error\", \"shuttingDown\"]).describe(\"Overall dev server status\")\n\nexport type DevStatusState = z.infer<typeof DevStatusStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AgentStatusSchema } from \"./agent-status-schema.js\";\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { DevStatusStateSchema } from \"./dev-status-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Overall status of the dev server\n */\nexport const DevStatusSchema = z.object({\n \"agents\": z.object({\n \n }).catchall(AgentStatusSchema.describe(\"Status of a single agent in the dev server\")).describe(\"Agents being managed by this dev server (keyed by agent name)\"),\n\"apiUrl\": z.string().describe(\"Dev server API URL (e.g., http://localhost:9090)\"),\nget error(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"lastUpdated\": z.string().describe(\"ISO 8601 timestamp of last status update\"),\n\"pid\": z.int().min(0).describe(\"Dev server process ID\"),\n\"platform\": z.string().describe(\"Platform (always \\\"local\\\" for dev server)\"),\n\"stackId\": z.string().describe(\"Stack ID (always \\\"dev\\\" for dev server)\"),\n\"startedAt\": z.string().describe(\"ISO 8601 timestamp when dev server started\"),\n\"stateDir\": z.string().describe(\"Path to state directory\"),\nget status(){\n return DevStatusStateSchema.describe(\"Overall dev server status\")\n }\n }).describe(\"Overall status of the dev server\")\n\nexport type DevStatus = z.infer<typeof DevStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CustomDomainConfigSchema } from \"./custom-domain-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Domain configuration for the stack.\\n\\nWhen `custom_domains` is set, the specified resources use customer-provided\\ndomains and certificates. Otherwise, Alien auto-generates domains.\n */\nexport const DomainSettingsSchema = z.object({\n \"customDomains\": z.object({\n \n }).catchall(CustomDomainConfigSchema.describe(\"Custom domain configuration for a single resource.\")).describe(\"Custom domain configuration per resource ID.\").optional().nullable()\n }).describe(\"Domain configuration for the stack.\\n\\nWhen `custom_domains` is set, the specified resources use customer-provided\\ndomains and certificates. Otherwise, Alien auto-generates domains.\")\n\nexport type DomainSettings = z.infer<typeof DomainSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Response handling configuration for deployments\n */\nexport const ResponseHandlingSchema = z.object({\n \"maxInlineBytes\": z.int().min(0).describe(\"Maximum response body size that can be submitted inline\"),\nget storageUploadRequest(){\n return PresignedRequestSchema.describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n },\n\"submitResponseUrl\": z.string().describe(\"URL where deployments submit responses\")\n }).describe(\"Response handling configuration for deployments\")\n\nexport type ResponseHandling = z.infer<typeof ResponseHandlingSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\nimport { ResponseHandlingSchema } from \"./response-handling-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description ARC envelope sent to deployments\n */\nexport const EnvelopeSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Attempt number (starts at 1)\"),\n\"command\": z.string().describe(\"Command name (e.g., \\\"generate-report\\\", \\\"sync-data\\\")\"),\n\"commandId\": z.string().describe(\"Unique command identifier\"),\n\"deadline\": z.string().datetime().describe(\"Command deadline\").optional().nullable(),\n\"deploymentId\": z.string().describe(\"Target deployment identifier\"),\nget params(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n },\n\"protocol\": z.string().describe(\"Protocol version identifier\"),\nget responseHandling(){\n return ResponseHandlingSchema.describe(\"Response handling configuration for deployments\")\n }\n }).describe(\"ARC envelope sent to deployments\")\n\nexport type Envelope = z.infer<typeof EnvelopeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the state of an event\n */\nexport const EventStateSchema = z.union([z.object({\n \"failed\": z.object({\n get error(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n }\n }).describe(\"Event failed with an error\")\n }), z.enum([\"none\"]), z.enum([\"started\"]), z.enum([\"success\"])]).describe(\"Represents the state of an event\")\n\nexport type EventState = z.infer<typeof EventStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AlienEventSchema } from \"./alien-event-schema.js\";\nimport { EventStateSchema } from \"./event-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a change to an event\n */\nexport const EventChangeSchema = z.union([z.object({\n \"createdAt\": z.string().datetime().describe(\"Timestamp when the event was created\"),\nget event(){\n return AlienEventSchema.describe(\"Represents all possible events in the Alien system\")\n },\n\"id\": z.string().describe(\"Unique identifier for the event\"),\n\"parentId\": z.string().describe(\"Parent event ID if this is a child event\").optional().nullable(),\nget state(){\n return EventStateSchema.describe(\"Represents the state of an event\")\n },\n\"type\": z.enum([\"created\"])\n }), z.object({\n get event(){\n return AlienEventSchema.describe(\"Represents all possible events in the Alien system\")\n },\n\"id\": z.string().describe(\"Unique identifier for the event\"),\n\"type\": z.enum([\"updated\"]),\n\"updatedAt\": z.string().datetime().describe(\"Timestamp when the event was updated\")\n }), z.object({\n \"id\": z.string().describe(\"Unique identifier for the event\"),\nget newState(){\n return EventStateSchema.describe(\"Represents the state of an event\")\n },\n\"type\": z.enum([\"stateChanged\"]),\n\"updatedAt\": z.string().datetime().describe(\"Timestamp when the state changed\")\n })]).describe(\"Represents a change to an event\")\n\nexport type EventChange = z.infer<typeof EventChangeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ToolchainConfigSchema } from \"./toolchain-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Specifies the source of the function\\'s executable code.\\nThis can be a pre-built container image or source code that the system will build.\n */\nexport const FunctionCodeSchema = z.union([z.object({\n \"image\": z.string().describe(\"Container image (e.g., `ghcr.io/myorg/myimage:latest`).\"),\n\"type\": z.enum([\"image\"])\n }), z.object({\n \"src\": z.string().describe(\"The source directory to build from\"),\nget toolchain(){\n return ToolchainConfigSchema.describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n },\n\"type\": z.enum([\"source\"])\n })]).describe(\"Specifies the source of the function's executable code.\\nThis can be a pre-built container image or source code that the system will build.\")\n\nexport type FunctionCode = z.infer<typeof FunctionCodeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { LoadBalancerEndpointSchema } from \"./load-balancer-endpoint-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Function.\n */\nexport const FunctionOutputsSchema = z.object({\n \"functionName\": z.string().describe(\"The name of the function.\"),\n\"identifier\": z.string().describe(\"The ARN or platform-specific identifier.\").optional().nullable(),\nget loadBalancerEndpoint(){\n return z.union([LoadBalancerEndpointSchema, z.null()]).optional()\n },\n\"url\": z.string().describe(\"The invocation URL (if applicable, e.g., for public ingress or specific platforms).\").optional().nullable()\n }).describe(\"Outputs generated by a successfully provisioned Function.\")\n\nexport type FunctionOutputs = z.infer<typeof FunctionOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Defines what triggers a function execution\n */\nexport const FunctionTriggerSchema = z.union([z.object({\n get queue(){\n return ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n },\n\"type\": z.enum([\"queue\"])\n }), z.object({\n \"events\": z.array(z.string()).describe(\"Events to trigger on (e.g., [\\\"created\\\", \\\"deleted\\\"])\"),\nget storage(){\n return ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n },\n\"type\": z.enum([\"storage\"])\n }), z.object({\n \"cron\": z.string().describe(\"Cron expression for scheduling\"),\n\"type\": z.enum([\"schedule\"])\n })]).describe(\"Defines what triggers a function execution\")\n\nexport type FunctionTrigger = z.infer<typeof FunctionTriggerSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Controls network accessibility of the function.\n */\nexport const IngressSchema = z.enum([\"public\", \"private\"]).describe(\"Controls network accessibility of the function.\")\n\nexport type Ingress = z.infer<typeof IngressSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description HTTP method for readiness probe requests.\n */\nexport const HttpMethodSchema = z.enum([\"GET\", \"POST\", \"PUT\", \"DELETE\", \"HEAD\", \"OPTIONS\", \"PATCH\"]).describe(\"HTTP method for readiness probe requests.\")\n\nexport type HttpMethod = z.infer<typeof HttpMethodSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { HttpMethodSchema } from \"./http-method-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Configuration for HTTP-based readiness probe.\\nThis probe is executed after function provisioning/update to verify the function is ready to serve traffic.\\nOnly works with functions that have Public ingress.\n */\nexport const ReadinessProbeSchema = z.object({\n get method(){\n return HttpMethodSchema.describe(\"HTTP method for readiness probe requests.\").optional()\n },\n\"path\": z.string().describe(\"Path to request for the probe (e.g., \\\"/health\\\", \\\"/ready\\\").\\nDefault: \\\"/\\\"\").optional()\n }).describe(\"Configuration for HTTP-based readiness probe.\\nThis probe is executed after function provisioning/update to verify the function is ready to serve traffic.\\nOnly works with functions that have Public ingress.\")\n\nexport type ReadinessProbe = z.infer<typeof ReadinessProbeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { FunctionCodeSchema } from \"./function-code-schema.js\";\nimport { FunctionTriggerSchema } from \"./function-trigger-schema.js\";\nimport { IngressSchema } from \"./ingress-schema.js\";\nimport { ReadinessProbeSchema } from \"./readiness-probe-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a serverless function that executes code in response to triggers or direct invocations.\\nFunctions are the primary compute resource in serverless applications, designed to be stateless and ephemeral.\n */\nexport const FunctionSchema = z.object({\n \"arcEnabled\": z.boolean().default(false).describe(\"Whether the function can be invoked via ARC (Alien Remote Call) protocol from the control plane.\\nWhen enabled, the necessary queue infrastructure is automatically created for the target platform.\"),\nget code(){\n return FunctionCodeSchema.describe(\"Specifies the source of the function's executable code.\\nThis can be a pre-built container image or source code that the system will build.\")\n },\n\"concurrencyLimit\": z.int().min(0).describe(\"Maximum number of concurrent executions allowed for the function.\\nNone means platform default applies.\").optional().nullable(),\n\"environment\": z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the function.\").optional(),\n\"id\": z.string().describe(\"Identifier for the function. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget ingress(){\n return IngressSchema.default(\"private\")\n },\nget links(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"List of resource references this function depends on.\")\n },\n\"memoryMb\": z.int().min(0).default(256).describe(\"Memory allocated to the function in megabytes (MB).\\nConstraints: 128‑32768 MB (platform-specific limits may apply)\\nDefault: 256\"),\n\"permissions\": z.string().describe(\"Permission profile name that defines the permissions granted to this function.\\nThis references a profile defined in the stack's permission definitions.\"),\nget readinessProbe(){\n return z.union([ReadinessProbeSchema, z.null()]).optional()\n },\n\"timeoutSeconds\": z.int().min(0).default(180).describe(\"Maximum execution time for the function in seconds.\\nConstraints: 1‑3600 seconds (platform-specific limits may apply)\\nDefault: 30\"),\nget triggers(){\n return z.array(FunctionTriggerSchema.describe(\"Defines what triggers a function execution\")).describe(\"List of triggers that define what events automatically invoke this function.\\nIf empty, the function is only invokable directly via HTTP calls or platform-specific invocation APIs.\\nWhen configured, the function will be automatically invoked when any of the specified trigger conditions are met.\")\n }\n }).describe(\"Represents a serverless function that executes code in response to triggers or direct invocations.\\nFunctions are the primary compute resource in serverless applications, designed to be stateless and ephemeral.\")\n\nexport type Function = z.infer<typeof FunctionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description GCP management configuration extracted from stack settings\n */\nexport const GcpManagementConfigSchema = z.object({\n \"serviceAccountEmail\": z.string().describe(\"Service account email for management roles\")\n }).describe(\"GCP management configuration extracted from stack settings\")\n\nexport type GcpManagementConfig = z.infer<typeof GcpManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BindingConfigurationGcpBindingSpecSchema } from \"./binding-configuration-gcp-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description GCP-specific platform permission configuration\n */\nexport const GcpPlatformPermissionSchema = z.object({\n get binding(){\n return BindingConfigurationGcpBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget grant(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"GCP-specific platform permission configuration\")\n\nexport type GcpPlatformPermission = z.infer<typeof GcpPlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description How heartbeat health checks are handled.\n */\nexport const HeartbeatsModeSchema = z.enum([\"off\", \"on\"]).describe(\"How heartbeat health checks are handled.\")\n\nexport type HeartbeatsMode = z.infer<typeof HeartbeatsModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Image pull credentials for container registries\n */\nexport const ImagePullCredentialsSchema = z.object({\n \"password\": z.string().describe(\"Password for the container registry\"),\n\"username\": z.string().describe(\"Username for the container registry\")\n }).describe(\"Image pull credentials for container registries\")\n\nexport type ImagePullCredentials = z.infer<typeof ImagePullCredentialsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned KV store.\n */\nexport const KvOutputsSchema = z.object({\n \"endpoint\": z.string().describe(\"Platform-specific endpoint URL for direct access (if applicable).\").optional().nullable(),\n\"identifier\": z.string().describe(\"Platform-specific identifier (e.g., DynamoDB table ARN, Redis endpoint).\").optional().nullable(),\n\"storeName\": z.string().describe(\"The name of the KV store (may be platform-specific).\")\n }).describe(\"Outputs generated by a successfully provisioned KV store.\")\n\nexport type KvOutputs = z.infer<typeof KvOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a key-value storage resource that provides a minimal, platform-agnostic API\\ncompatible across DynamoDB, Firestore, Redis, and Azure Table Storage.\n */\nexport const KvSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the KV store. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a key-value storage resource that provides a minimal, platform-agnostic API\\ncompatible across DynamoDB, Firestore, Redis, and Azure Table Storage.\")\n\nexport type Kv = z.infer<typeof KvSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { EnvelopeSchema } from \"./envelope-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Lease information\n */\nexport const LeaseInfoSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Attempt number\"),\n\"commandId\": z.string().describe(\"Command identifier\"),\nget envelope(){\n return EnvelopeSchema.describe(\"ARC envelope sent to deployments\")\n },\n\"leaseExpiresAt\": z.string().datetime().describe(\"When lease expires\"),\n\"leaseId\": z.string().describe(\"Unique lease identifier\")\n }).describe(\"Lease information\")\n\nexport type LeaseInfo = z.infer<typeof LeaseInfoSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Request for acquiring leases\n */\nexport const LeaseRequestSchema = z.object({\n \"deploymentId\": z.string().describe(\"Deployment identifier\"),\n\"leaseSeconds\": z.int().min(0).describe(\"Lease duration in seconds\").optional(),\n\"maxLeases\": z.int().min(0).describe(\"Maximum number of leases to acquire\").optional()\n }).describe(\"Request for acquiring leases\")\n\nexport type LeaseRequest = z.infer<typeof LeaseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { LeaseInfoSchema } from \"./lease-info-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Response to lease acquisition\n */\nexport const LeaseResponseSchema = z.object({\n get leases(){\n return z.array(LeaseInfoSchema.describe(\"Lease information\")).describe(\"Acquired leases (empty array if none available)\")\n }\n }).describe(\"Response to lease acquisition\")\n\nexport type LeaseResponse = z.infer<typeof LeaseResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Defines a rule for managing the lifecycle of objects within a storage bucket.\n */\nexport const LifecycleRuleSchema = z.object({\n \"days\": z.int().min(0).describe(\"Number of days after which objects matching the rule expire.\"),\n\"prefix\": z.string().describe(\"Optional prefix to filter objects the rule applies to. If None, applies to all objects.\").optional().nullable()\n }).describe(\"Defines a rule for managing the lifecycle of objects within a storage bucket.\")\n\nexport type LifecycleRule = z.infer<typeof LifecycleRuleSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AwsManagementConfigSchema } from \"./aws-management-config-schema.js\";\nimport { AzureManagementConfigSchema } from \"./azure-management-config-schema.js\";\nimport { GcpManagementConfigSchema } from \"./gcp-management-config-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Management configuration for different cloud platforms.\\n\\nPlatform-derived configuration for cross-account/cross-tenant access.\\nThis is NOT user-specified - it\\'s derived from the Agent Manager\\'s ServiceAccount.\n */\nexport const ManagementConfigSchema = z.union([AwsManagementConfigSchema.and(z.object({\n \"platform\": z.enum([\"aws\"])\n })), GcpManagementConfigSchema.and(z.object({\n \"platform\": z.enum([\"gcp\"])\n })), AzureManagementConfigSchema.and(z.object({\n \"platform\": z.enum([\"azure\"])\n })), z.object({\n \"platform\": z.enum([\"kubernetes\"])\n })]).describe(\"Management configuration for different cloud platforms.\\n\\nPlatform-derived configuration for cross-account/cross-tenant access.\\nThis is NOT user-specified - it's derived from the Agent Manager's ServiceAccount.\")\n\nexport type ManagementConfig = z.infer<typeof ManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { AwsPlatformPermissionSchema } from \"./aws-platform-permission-schema.js\";\nimport { AzurePlatformPermissionSchema } from \"./azure-platform-permission-schema.js\";\nimport { GcpPlatformPermissionSchema } from \"./gcp-platform-permission-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Platform-specific permission configurations\n */\nexport const PlatformPermissionsSchema = z.object({\n get aws(){\n return z.array(AwsPlatformPermissionSchema.describe(\"AWS-specific platform permission configuration\")).describe(\"AWS permission configurations\").optional().nullable()\n },\nget azure(){\n return z.array(AzurePlatformPermissionSchema.describe(\"Azure-specific platform permission configuration\")).describe(\"Azure permission configurations\").optional().nullable()\n },\nget gcp(){\n return z.array(GcpPlatformPermissionSchema.describe(\"GCP-specific platform permission configuration\")).describe(\"GCP permission configurations\").optional().nullable()\n }\n }).describe(\"Platform-specific permission configurations\")\n\nexport type PlatformPermissions = z.infer<typeof PlatformPermissionsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PlatformPermissionsSchema } from \"./platform-permissions-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description A permission set that can be applied across different cloud platforms\n */\nexport const PermissionSetSchema = z.object({\n \"description\": z.string().describe(\"Human-readable description of what this permission set allows\"),\n\"id\": z.string().describe(\"Unique identifier for the permission set (e.g., \\\"storage/data-read\\\")\"),\nget platforms(){\n return PlatformPermissionsSchema.describe(\"Platform-specific permission configurations\")\n }\n }).describe(\"A permission set that can be applied across different cloud platforms\")\n\nexport type PermissionSet = z.infer<typeof PermissionSetSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PermissionSetSchema } from \"./permission-set-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Reference to a permission set - either by name or inline definition\n */\nexport const PermissionSetReferenceSchema = z.union([PermissionSetSchema, z.string()]).describe(\"Reference to a permission set - either by name or inline definition\")\n\nexport type PermissionSetReference = z.infer<typeof PermissionSetReferenceSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PermissionSetReferenceSchema } from \"./permission-set-reference-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\n */\nexport const PermissionProfileSchema = z.object({\n \n }).catchall(z.array(PermissionSetReferenceSchema.describe(\"Reference to a permission set - either by name or inline definition\"))).describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n\nexport type PermissionProfile = z.infer<typeof PermissionProfileSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PermissionProfileSchema } from \"./permission-profile-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Management permissions configuration for stack management access\n */\nexport const ManagementPermissionsSchema = z.union([z.object({\n get extend(){\n return PermissionProfileSchema.describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n }\n }), z.object({\n get override(){\n return PermissionProfileSchema.describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n }\n }), z.enum([\"auto\"])]).describe(\"Management permissions configuration for stack management access\")\n\nexport type ManagementPermissions = z.infer<typeof ManagementPermissionsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description JSON-first message payload that supports both structured JSON and UTF-8 text\n */\nexport const MessagePayloadSchema = z.union([z.object({\n \"type\": z.enum([\"json\"])\n }), z.object({\n \"type\": z.enum([\"text\"])\n })]).describe(\"JSON-first message payload that supports both structured JSON and UTF-8 text\")\n\nexport type MessagePayload = z.infer<typeof MessagePayloadSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Network configuration for the stack.\\n\\nControls how VPC/VNet networking is provisioned. Users configure this in\\n`StackSettings`; the Network resource itself is auto-generated by preflights.\\n\\n## Egress policy\\n\\nContainer cluster VMs are configured for egress based on the mode:\\n\\n- `UseDefault` → VMs get ephemeral public IPs (no NAT is provisioned)\\n- `Create` → VMs use private IPs; Alien provisions a NAT gateway for outbound access\\n- `ByoVpc*` / `ByoVnet*` → no public IPs assigned; customer manages egress\\n\\nFor production workloads, use `Create`. For fast dev/test iteration, `UseDefault` is\\nsufficient. For environments with existing VPCs, use the appropriate `ByoVpc*` variant.\n */\nexport const NetworkSettingsSchema = z.union([z.object({\n \"type\": z.enum([\"use-default\"])\n }), z.object({\n \"availability_zones\": z.int().min(0).describe(\"Number of availability zones (default: 2).\").optional(),\n\"cidr\": z.string().describe(\"VPC/VNet CIDR block. If not specified, auto-generated from stack ID\\nto reduce conflicts (e.g., \\\"10.{hash}.0.0/16\\\").\").optional().nullable(),\n\"type\": z.enum([\"create\"])\n }), z.object({\n \"private_subnet_ids\": z.array(z.string()).describe(\"IDs of private subnets\"),\n\"public_subnet_ids\": z.array(z.string()).describe(\"IDs of public subnets (required for public ingress)\"),\n\"security_group_ids\": z.array(z.string()).describe(\"Optional security group IDs to use\").optional(),\n\"type\": z.enum([\"byo-vpc-aws\"]),\n\"vpc_id\": z.string().describe(\"The ID of the existing VPC\")\n }), z.object({\n \"network_name\": z.string().describe(\"The name of the existing VPC network\"),\n\"region\": z.string().describe(\"The region of the subnet\"),\n\"subnet_name\": z.string().describe(\"The name of the subnet to use\"),\n\"type\": z.enum([\"byo-vpc-gcp\"])\n }), z.object({\n \"private_subnet_name\": z.string().describe(\"Name of the private subnet within the VNet\"),\n\"public_subnet_name\": z.string().describe(\"Name of the public subnet within the VNet\"),\n\"type\": z.enum([\"byo-vnet-azure\"]),\n\"vnet_resource_id\": z.string().describe(\"The full resource ID of the existing VNet\")\n })]).describe(\"Network configuration for the stack.\\n\\nControls how VPC/VNet networking is provisioned. Users configure this in\\n`StackSettings`; the Network resource itself is auto-generated by preflights.\\n\\n## Egress policy\\n\\nContainer cluster VMs are configured for egress based on the mode:\\n\\n- `UseDefault` → VMs get ephemeral public IPs (no NAT is provisioned)\\n- `Create` → VMs use private IPs; Alien provisions a NAT gateway for outbound access\\n- `ByoVpc*` / `ByoVnet*` → no public IPs assigned; customer manages egress\\n\\nFor production workloads, use `Create`. For fast dev/test iteration, `UseDefault` is\\nsufficient. For environments with existing VPCs, use the appropriate `ByoVpc*` variant.\")\n\nexport type NetworkSettings = z.infer<typeof NetworkSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { ManagementPermissionsSchema } from \"./management-permissions-schema.js\";\nimport { PermissionProfileSchema } from \"./permission-profile-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Combined permissions configuration that contains both profiles and management\n */\nexport const PermissionsConfigSchema = z.object({\n get management(){\n return ManagementPermissionsSchema.describe(\"Management permissions configuration for stack management access\").optional()\n },\n\"profiles\": z.object({\n \n }).catchall(PermissionProfileSchema.describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")).describe(\"Permission profiles that define access control for compute services\\nKey is the profile name, value is the permission configuration\")\n }).describe(\"Combined permissions configuration that contains both profiles and management\")\n\nexport type PermissionsConfig = z.infer<typeof PermissionsConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { MessagePayloadSchema } from \"./message-payload-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Standardized queue message structure used by alien-runtime\\n\\nThis structure contains commonly available metadata across all platforms\\nand a JSON-first payload that handles both structured data and plain text.\n */\nexport const QueueMessageSchema = z.object({\n \"attemptCount\": z.int().min(0).describe(\"Delivery attempt count (from ApproximateReceiveCount/deliveryCount, if available)\").optional().nullable(),\n\"attributes\": z.object({\n \n }).catchall(z.string()).describe(\"Message attributes/properties (flattened from messageAttributes/attributes/properties)\").optional(),\n\"id\": z.string().describe(\"Unique message identifier (from messageId/ce-id)\"),\nget payload(){\n return MessagePayloadSchema.describe(\"JSON-first message payload that supports both structured JSON and UTF-8 text\")\n },\n\"receiptHandle\": z.string().describe(\"Platform-specific receipt handle for acknowledgment\"),\n\"source\": z.string().describe(\"Source queue/topic name (derived from ARN/source/topic)\"),\n\"timestamp\": z.string().datetime().describe(\"Message timestamp (from SentTimestamp/ce-time/enqueuedTimeUtc)\")\n }).describe(\"Standardized queue message structure used by alien-runtime\\n\\nThis structure contains commonly available metadata across all platforms\\nand a JSON-first payload that handles both structured data and plain text.\")\n\nexport type QueueMessage = z.infer<typeof QueueMessageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Queue.\n */\nexport const QueueOutputsSchema = z.object({\n \"identifier\": z.string().describe(\"Platform-specific identifier or URL (e.g., SQS URL, Pub/Sub topic/subscription).\").optional().nullable(),\n\"queueName\": z.string().describe(\"The name of the queue (platform-specific physical name).\")\n }).describe(\"Outputs generated by a successfully provisioned Queue.\")\n\nexport type QueueOutputs = z.infer<typeof QueueOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a message queue resource with minimal, portable semantics.\\nQueue integrates with platform-native services (AWS SQS, GCP Pub/Sub, Azure Service Bus).\n */\nexport const QueueSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the queue. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a message queue resource with minimal, portable semantics.\\nQueue integrates with platform-native services (AWS SQS, GCP Pub/Sub, Azure Service Bus).\")\n\nexport type Queue = z.infer<typeof QueueSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Request to release a lease\n */\nexport const ReleaseRequestSchema = z.object({\n \"leaseId\": z.string().describe(\"Lease identifier to release\")\n }).describe(\"Request to release a lease\")\n\nexport type ReleaseRequest = z.infer<typeof ReleaseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Resource outputs for RemoteStackManagement.\\nDifferent platforms will provide different outputs based on their implementation.\n */\nexport const RemoteStackManagementOutputsSchema = z.object({\n \"accessConfiguration\": z.string().describe(\"Platform-specific access configuration\\nFor AWS: The role ARN to assume\\nFor GCP: The service account email to impersonate\\nFor Azure: The lighthouse registration assignment ID\"),\n\"managementResourceId\": z.string().describe(\"Platform-specific management resource identifier\\nFor AWS: The ARN of the created cross-account role\\nFor GCP: The email of the created service account\\nFor Azure: The resource ID of the lighthouse registration\")\n }).describe(\"Resource outputs for RemoteStackManagement.\\nDifferent platforms will provide different outputs based on their implementation.\")\n\nexport type RemoteStackManagementOutputs = z.infer<typeof RemoteStackManagementOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents cross-account management access configuration for a stack deployed\\non AWS, GCP, or Azure platforms. This resource sets up the necessary IAM/RBAC\\nconfiguration to allow another cloud account to manage the stack.\\n\\nMaps to:\\n- AWS: Cross-account IAM role with management permissions\\n- GCP: Service account with management permissions and impersonation rights\\n- Azure: Lighthouse registration definition and assignment\\n\\nThis resource is automatically created for AWS, GCP, and Azure platforms\\nwhen the stack needs to be managed by another account. The management account\\nand identity information comes from the platform configuration.\n */\nexport const RemoteStackManagementSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the remote stack management. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents cross-account management access configuration for a stack deployed\\non AWS, GCP, or Azure platforms. This resource sets up the necessary IAM/RBAC\\nconfiguration to allow another cloud account to manage the stack.\\n\\nMaps to:\\n- AWS: Cross-account IAM role with management permissions\\n- GCP: Service account with management permissions and impersonation rights\\n- Azure: Lighthouse registration definition and assignment\\n\\nThis resource is automatically created for AWS, GCP, and Azure platforms\\nwhen the stack needs to be managed by another account. The management account\\nand identity information comes from the platform configuration.\")\n\nexport type RemoteStackManagement = z.infer<typeof RemoteStackManagementSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { BaseResourceSchema } from \"./base-resource-schema.js\";\nimport { ResourceLifecycleSchema } from \"./resource-lifecycle-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { z } from \"zod/v4\";\n\nexport const ResourceEntrySchema = z.object({\n get config(){\n return BaseResourceSchema.describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n },\nget dependencies(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Additional dependencies for this resource beyond those defined in the resource itself.\\nThe total dependencies are: resource.get_dependencies() + this list\")\n },\nget lifecycle(){\n return ResourceLifecycleSchema.describe(\"Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.\")\n },\n\"remoteAccess\": z.boolean().describe(\"Enable remote bindings for this resource (BYOB use case).\\nWhen true, binding params are synced to StackState's `remote_binding_params`.\\nDefault: false (prevents sensitive data in synced state).\").optional()\n })\n\nexport type ResourceEntry = z.infer<typeof ResourceEntrySchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a scheduled event trigger, typically from a cron job or timer.\\n\\nThis struct aims to provide a common representation for scheduled events\\nacross different providers like AWS CloudWatch Events, Google Cloud Scheduler,\\nand Azure Timer Triggers.\n */\nexport const ScheduledEventSchema = z.object({\n \"timestamp\": z.string().datetime().describe(\"The timestamp when the event was scheduled or triggered.\")\n }).describe(\"Represents a scheduled event trigger, typically from a cron job or timer.\\n\\nThis struct aims to provide a common representation for scheduled events\\nacross different providers like AWS CloudWatch Events, Google Cloud Scheduler,\\nand Azure Timer Triggers.\")\n\nexport type ScheduledEvent = z.infer<typeof ScheduledEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned ServiceAccount.\n */\nexport const ServiceAccountOutputsSchema = z.object({\n \"identity\": z.string().describe(\"The platform-specific identifier of the service account\\n- AWS: Role ARN\\n- GCP: Service Account email\\n- Azure: Managed Identity client ID\"),\n\"resourceId\": z.string().describe(\"The platform-specific resource name/ID\\n- AWS: Role name\\n- GCP: Service Account unique ID\\n- Azure: Managed Identity resource ID\")\n }).describe(\"Outputs generated by a successfully provisioned ServiceAccount.\")\n\nexport type ServiceAccountOutputs = z.infer<typeof ServiceAccountOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PermissionSetSchema } from \"./permission-set-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a non-human identity that can be assumed by compute services\\nsuch as Lambda, Cloud Run, ECS, Container Apps, etc.\\n\\nMaps to:\\n- AWS: IAM Role\\n- GCP: Service Account\\n- Azure: User-assigned Managed Identity\\n\\nThe ServiceAccount is automatically created from permission profiles in the stack\\nand contains the resolved permission sets for both stack-level and resource-scoped access.\n */\nexport const ServiceAccountSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the service account. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget stackPermissionSets(){\n return z.array(PermissionSetSchema.describe(\"A permission set that can be applied across different cloud platforms\")).describe(\"Stack-level permission sets that apply to all resources in the stack.\\nThese are derived from the \\\"*\\\" scope in the permission profile.\\nResource-scoped permissions are handled by individual resource controllers.\")\n }\n }).describe(\"Represents a non-human identity that can be assumed by compute services\\nsuch as Lambda, Cloud Run, ECS, Container Apps, etc.\\n\\nMaps to:\\n- AWS: IAM Role\\n- GCP: Service Account\\n- Azure: User-assigned Managed Identity\\n\\nThe ServiceAccount is automatically created from permission profiles in the stack\\nand contains the resolved permission sets for both stack-level and resource-scoped access.\")\n\nexport type ServiceAccount = z.infer<typeof ServiceAccountSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Reference to a stack for management permissions\n */\nexport const StackRefSchema = z.union([z.object({\n \"external\": z.string().describe(\"Reference to another stack by ID\")\n }), z.enum([\"current\"])]).describe(\"Reference to a stack for management permissions\")\n\nexport type StackRef = z.infer<typeof StackRefSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { PermissionsConfigSchema } from \"./permissions-config-schema.js\";\nimport { ResourceEntrySchema } from \"./resource-entry-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description A bag of resources, unaware of any cloud.\n */\nexport const StackSchema = z.object({\n \"id\": z.string().describe(\"Unique identifier for the stack\"),\nget permissions(){\n return PermissionsConfigSchema.describe(\"Combined permissions configuration that contains both profiles and management\").optional()\n },\n\"resources\": z.object({\n \n }).catchall(ResourceEntrySchema).describe(\"Map of resource IDs to their configurations and lifecycle settings\")\n }).describe(\"A bag of resources, unaware of any cloud.\")\n\nexport type Stack = z.infer<typeof StackSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description How telemetry (logs, metrics, traces) is handled.\n */\nexport const TelemetryModeSchema = z.enum([\"off\", \"auto\", \"approval-required\"]).describe(\"How telemetry (logs, metrics, traces) is handled.\")\n\nexport type TelemetryMode = z.infer<typeof TelemetryModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description How updates are delivered to the agent.\n */\nexport const UpdatesModeSchema = z.enum([\"auto\", \"approval-required\"]).describe(\"How updates are delivered to the agent.\")\n\nexport type UpdatesMode = z.infer<typeof UpdatesModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { DeploymentModelSchema } from \"./deployment-model-schema.js\";\nimport { DomainSettingsSchema } from \"./domain-settings-schema.js\";\nimport { HeartbeatsModeSchema } from \"./heartbeats-mode-schema.js\";\nimport { NetworkSettingsSchema } from \"./network-settings-schema.js\";\nimport { TelemetryModeSchema } from \"./telemetry-mode-schema.js\";\nimport { UpdatesModeSchema } from \"./updates-mode-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description User-customizable deployment settings specified at deploy time.\\n\\nThese settings are provided by the customer via CloudFormation parameters,\\nTerraform attributes, CLI flags, or Helm values. They customize how the\\nagent is deployed and what capabilities are enabled.\\n\\n**Key distinction**: StackSettings is user-customizable, while ManagementConfig\\nis platform-derived (from the Agent Manager\\'s ServiceAccount).\n */\nexport const StackSettingsSchema = z.object({\n get deploymentModel(){\n return DeploymentModelSchema.describe(\"Deployment model: how updates are delivered to the remote environment.\").optional()\n },\nget domains(){\n return z.union([DomainSettingsSchema, z.null()]).optional()\n },\nget heartbeats(){\n return HeartbeatsModeSchema.describe(\"How heartbeat health checks are handled.\").optional()\n },\nget network(){\n return z.union([NetworkSettingsSchema, z.null()]).optional()\n },\nget telemetry(){\n return TelemetryModeSchema.describe(\"How telemetry (logs, metrics, traces) is handled.\").optional()\n },\nget updates(){\n return UpdatesModeSchema.describe(\"How updates are delivered to the agent.\").optional()\n }\n }).describe(\"User-customizable deployment settings specified at deploy time.\\n\\nThese settings are provided by the customer via CloudFormation parameters,\\nTerraform attributes, CLI flags, or Helm values. They customize how the\\nagent is deployed and what capabilities are enabled.\\n\\n**Key distinction**: StackSettings is user-customizable, while ManagementConfig\\nis platform-derived (from the Agent Manager's ServiceAccount).\")\n\nexport type StackSettings = z.infer<typeof StackSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the overall status of a stack based on its resource states.\n */\nexport const StackStatusSchema = z.enum([\"pending\", \"in_progress\", \"running\", \"deleted\", \"failure\"]).describe(\"Represents the overall status of a stack based on its resource states.\")\n\nexport type StackStatus = z.infer<typeof StackStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents the type of storage event that occurred.\n */\nexport const StorageEventTypeSchema = z.enum([\"created\", \"deleted\", \"copied\", \"metadataUpdated\", \"restored\", \"tierChanged\", \"unknown\"]).describe(\"Represents the type of storage event that occurred.\")\n\nexport type StorageEventType = z.infer<typeof StorageEventTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { StorageEventTypeSchema } from \"./storage-event-type-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\n */\nexport const StorageEventSchema = z.object({\n \"bucketName\": z.string().describe(\"The name of the bucket or container where the event occurred.\"),\n\"contentType\": z.string().describe(\"Optional content type (MIME type) of the object.\").optional().nullable(),\n\"copySource\": z.string().describe(\"Optional information about the source object for copy events.\").optional().nullable(),\n\"currentTier\": z.string().describe(\"Optional current storage tier for TierChanged or Restored events.\").optional().nullable(),\n\"etag\": z.string().describe(\"Optional ETag or hash of the object content.\").optional().nullable(),\nget eventType(){\n return StorageEventTypeSchema.describe(\"Represents the type of storage event that occurred.\")\n },\n\"metadata\": z.object({\n \n }).catchall(z.string()).describe(\"Optional metadata associated with the object.\").optional(),\n\"objectKey\": z.string().describe(\"The key or path of the object involved in the event.\"),\n\"previousTier\": z.string().describe(\"Optional previous storage tier for TierChanged or Restored events.\").optional().nullable(),\n\"region\": z.string().describe(\"Optional region where the event originated.\").optional().nullable(),\n\"size\": z.int().min(0).describe(\"Optional size of the object in bytes.\").optional().nullable(),\n\"timestamp\": z.string().datetime().describe(\"The timestamp when the event occurred.\"),\n\"versionId\": z.string().describe(\"Optional version or sequencer identifier for the event or object state.\").optional().nullable()\n }).describe(\"Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\")\n\nexport type StorageEvent = z.infer<typeof StorageEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { StorageEventSchema } from \"./storage-event-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description A wrapper type for a list of storage events.\n */\nexport const StorageEventsSchema = z.array(StorageEventSchema.describe(\"Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\")).describe(\"A wrapper type for a list of storage events.\")\n\nexport type StorageEvents = z.infer<typeof StorageEventsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Storage bucket.\n */\nexport const StorageOutputsSchema = z.object({\n \"bucketName\": z.string().describe(\"The globally unique name of the bucket.\")\n }).describe(\"Outputs generated by a successfully provisioned Storage bucket.\")\n\nexport type StorageOutputs = z.infer<typeof StorageOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { LifecycleRuleSchema } from \"./lifecycle-rule-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents an object storage bucket.\n */\nexport const StorageSchema = z.object({\n \"id\": z.string().describe(\"Name of the the storage bucket.\\nFor names with dots, each dot-separated label must be ≤ 63 characters.\"),\nget lifecycleRules(){\n return z.array(LifecycleRuleSchema.describe(\"Defines a rule for managing the lifecycle of objects within a storage bucket.\")).describe(\"List of rules for automatic object management (e.g., expiration).\\nDefault: `[]` (empty list)\").optional()\n },\n\"publicRead\": z.boolean().describe(\"Allows public read access to objects without authentication.\\nDefault: `false`\").optional(),\n\"versioning\": z.boolean().describe(\"Enables object versioning.\\nDefault: `false`\").optional()\n }).describe(\"Represents an object storage bucket.\")\n\nexport type Storage = z.infer<typeof StorageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CommandResponseSchema } from \"./command-response-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Request to submit a command response (from deployment)\n */\nexport const SubmitResponseRequestSchema = CommandResponseSchema.describe(\"Request to submit a command response (from deployment)\")\n\nexport type SubmitResponseRequest = z.infer<typeof SubmitResponseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Request to mark upload as complete\n */\nexport const UploadCompleteRequestSchema = z.object({\n \"size\": z.int().min(0).describe(\"Size of uploaded data\")\n }).describe(\"Request to mark upload as complete\")\n\nexport type UploadCompleteRequest = z.infer<typeof UploadCompleteRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { CommandStateSchema } from \"./command-state-schema.js\";\nimport { z } from \"zod/v4\";\n\n/**\n * @description Response to upload completion\n */\nexport const UploadCompleteResponseSchema = z.object({\n \"commandId\": z.string().describe(\"Command identifier\"),\nget state(){\n return CommandStateSchema.describe(\"Command states in the ARC protocol lifecycle\")\n }\n }).describe(\"Response to upload completion\")\n\nexport type UploadCompleteResponse = z.infer<typeof UploadCompleteResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Outputs generated by a successfully provisioned Vault.\n */\nexport const VaultOutputsSchema = z.object({\n \"vaultId\": z.string().describe(\"Platform-specific vault identifier.\\n- AWS: Account and region (e.g., \\\"123456789012:us-west-2\\\") - implicit reference to Secrets Manager\\n- GCP: Project and location (e.g., \\\"projects/my-project/locations/us-central1\\\") - implicit reference to Secret Manager\\n- Azure: Key Vault resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.KeyVault/vaults/my-vault\\\")\")\n }).describe(\"Outputs generated by a successfully provisioned Vault.\")\n\nexport type VaultOutputs = z.infer<typeof VaultOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport { z } from \"zod/v4\";\n\n/**\n * @description Represents a secure vault for storing secrets.\\nThis resource provides a platform-agnostic interface over cloud-native secret management services:\\n- AWS: AWS Secrets Manager with prefixed secret names\\n- GCP: Secret Manager with prefixed secret names\\n- Azure: Key Vault resource\\n\\nThe vault acts as a namespace for secrets and controls access permissions for functions and services.\n */\nexport const VaultSchema = z.object({\n \"id\": z.string().describe(\"Unique identifier for the vault. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a secure vault for storing secrets.\\nThis resource provides a platform-agnostic interface over cloud-native secret management services:\\n- AWS: AWS Secrets Manager with prefixed secret names\\n- GCP: Secret Manager with prefixed secret names\\n- Azure: Key Vault resource\\n\\nThe vault acts as a namespace for secrets and controls access permissions for functions and services.\")\n\nexport type Vault = z.infer<typeof VaultSchema>","import {\n type PermissionsConfig,\n type ResourceEntry,\n type ResourceLifecycle,\n type Stack as StackConfig,\n StackSchema,\n} from \"./generated/index.js\"\nimport type { Resource } from \"./resource.js\"\n\n/**\n * Options for adding a resource to a stack.\n */\nexport interface AddResourceOptions {\n /**\n * Enable remote bindings for this resource (BYOB use case).\n * When true, binding params are synced to StackState for external access.\n * Default: false (prevents sensitive data in synced state).\n */\n remoteAccess?: boolean\n}\n\nexport type {\n Stack as StackConfig,\n StackState,\n StackStatus,\n StackResourceState,\n ResourceStatus,\n PermissionSet,\n ManagementPermissions,\n PermissionsConfig,\n} from \"./generated/index.js\"\nexport {\n StackSchema,\n StackStateSchema,\n StackStatusSchema,\n StackResourceStateSchema,\n ResourceStatusSchema,\n} from \"./generated/index.js\"\n\n/**\n * Represents a collection of cloud resources that are managed together.\n * Stacks are the top-level organizational unit in an Alien application.\n */\nexport class Stack {\n private _config: Partial<StackConfig> = {\n resources: {},\n permissions: undefined,\n }\n\n /**\n * Creates a new Stack builder.\n * @param id Identifier for the stack. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 128 characters.\n */\n constructor(id: string) {\n this._config.id = id\n }\n\n /**\n * Adds a resource to the stack with a specified lifecycle.\n * @param resource The resource to add (e.g., Function, Storage).\n * @param lifecycle The lifecycle state of the resource (e.g., Frozen, Live).\n * @param options Optional configuration for the resource entry.\n * @returns The Stack builder instance.\n */\n public add(resource: Resource, lifecycle: ResourceLifecycle, options?: AddResourceOptions): this {\n const entry: ResourceEntry = {\n config: resource.config,\n lifecycle,\n dependencies: [], // Additional dependencies beyond what the resource itself defines\n }\n if (options?.remoteAccess) {\n entry.remoteAccess = true\n }\n this._config.resources![resource.config.id] = entry\n return this\n }\n\n /**\n * Configure permissions for this stack.\n * @param config Permission configuration\n * @returns The Stack builder instance.\n */\n public permissions(config: PermissionsConfig): this {\n this._config.permissions = config\n return this\n }\n\n /**\n * Gets the stack ID without building/validating the stack.\n * @returns The stack ID.\n */\n public get id(): string {\n return this._config.id!\n }\n\n /**\n * Builds and validates the stack configuration.\n * @returns The complete and validated stack configuration.\n * @throws Error if the stack configuration is invalid.\n */\n public build(): StackConfig {\n return StackSchema.parse(this._config)\n }\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"stack.js","names":[],"sources":["../src/generated/zod/alien-error-schema.ts","../src/generated/zod/deployment-status-schema.ts","../src/generated/zod/dev-resource-info-schema.ts","../src/generated/zod/agent-status-schema.ts","../src/generated/zod/push-progress-schema.ts","../src/generated/zod/platform-schema.ts","../src/generated/zod/resource-type-schema.ts","../src/generated/zod/base-resource-outputs-schema.ts","../src/generated/zod/base-resource-schema.ts","../src/generated/zod/resource-lifecycle-schema.ts","../src/generated/zod/resource-ref-schema.ts","../src/generated/zod/resource-status-schema.ts","../src/generated/zod/stack-resource-state-schema.ts","../src/generated/zod/stack-state-schema.ts","../src/generated/zod/alien-event-schema.ts","../src/generated/zod/artifact-registry-outputs-schema.ts","../src/generated/zod/artifact-registry-schema.ts","../src/generated/zod/aws-custom-certificate-config-schema.ts","../src/generated/zod/aws-management-config-schema.ts","../src/generated/zod/binding-configuration-aws-binding-spec-schema.ts","../src/generated/zod/permission-grant-schema.ts","../src/generated/zod/aws-platform-permission-schema.ts","../src/generated/zod/azure-custom-certificate-config-schema.ts","../src/generated/zod/azure-management-config-schema.ts","../src/generated/zod/binding-configuration-azure-binding-spec-schema.ts","../src/generated/zod/azure-platform-permission-schema.ts","../src/generated/zod/gcp-condition-schema.ts","../src/generated/zod/binding-configuration-gcp-binding-spec-schema.ts","../src/generated/zod/presigned-operation-schema.ts","../src/generated/zod/local-operation-schema.ts","../src/generated/zod/presigned-request-backend-schema.ts","../src/generated/zod/presigned-request-schema.ts","../src/generated/zod/body-spec-schema.ts","../src/generated/zod/compute-type-schema.ts","../src/generated/zod/monitoring-config-schema.ts","../src/generated/zod/build-config-schema.ts","../src/generated/zod/build-outputs-schema.ts","../src/generated/zod/build-schema.ts","../src/generated/zod/build-status-schema.ts","../src/generated/zod/command-response-schema.ts","../src/generated/zod/command-state-schema.ts","../src/generated/zod/command-status-response-schema.ts","../src/generated/zod/container-autoscaling-schema.ts","../src/generated/zod/toolchain-config-schema.ts","../src/generated/zod/container-code-schema.ts","../src/generated/zod/container-gpu-spec-schema.ts","../src/generated/zod/container-status-schema.ts","../src/generated/zod/load-balancer-endpoint-schema.ts","../src/generated/zod/replica-status-schema.ts","../src/generated/zod/container-outputs-schema.ts","../src/generated/zod/expose-protocol-schema.ts","../src/generated/zod/container-port-schema.ts","../src/generated/zod/health-check-schema.ts","../src/generated/zod/persistent-storage-schema.ts","../src/generated/zod/resource-spec-schema.ts","../src/generated/zod/container-schema.ts","../src/generated/zod/create-command-request-schema.ts","../src/generated/zod/storage-upload-schema.ts","../src/generated/zod/create-command-response-schema.ts","../src/generated/zod/gcp-custom-certificate-config-schema.ts","../src/generated/zod/custom-certificate-config-schema.ts","../src/generated/zod/custom-domain-config-schema.ts","../src/generated/zod/deployment-model-schema.ts","../src/generated/zod/dev-status-state-schema.ts","../src/generated/zod/dev-status-schema.ts","../src/generated/zod/domain-settings-schema.ts","../src/generated/zod/response-handling-schema.ts","../src/generated/zod/envelope-schema.ts","../src/generated/zod/event-state-schema.ts","../src/generated/zod/event-change-schema.ts","../src/generated/zod/function-code-schema.ts","../src/generated/zod/function-outputs-schema.ts","../src/generated/zod/function-trigger-schema.ts","../src/generated/zod/ingress-schema.ts","../src/generated/zod/http-method-schema.ts","../src/generated/zod/readiness-probe-schema.ts","../src/generated/zod/function-schema.ts","../src/generated/zod/gcp-management-config-schema.ts","../src/generated/zod/gcp-platform-permission-schema.ts","../src/generated/zod/heartbeats-mode-schema.ts","../src/generated/zod/kv-outputs-schema.ts","../src/generated/zod/kv-schema.ts","../src/generated/zod/lease-info-schema.ts","../src/generated/zod/lease-request-schema.ts","../src/generated/zod/lease-response-schema.ts","../src/generated/zod/lifecycle-rule-schema.ts","../src/generated/zod/management-config-schema.ts","../src/generated/zod/platform-permissions-schema.ts","../src/generated/zod/permission-set-schema.ts","../src/generated/zod/permission-set-reference-schema.ts","../src/generated/zod/permission-profile-schema.ts","../src/generated/zod/management-permissions-schema.ts","../src/generated/zod/message-payload-schema.ts","../src/generated/zod/network-settings-schema.ts","../src/generated/zod/permissions-config-schema.ts","../src/generated/zod/queue-message-schema.ts","../src/generated/zod/queue-outputs-schema.ts","../src/generated/zod/queue-schema.ts","../src/generated/zod/release-request-schema.ts","../src/generated/zod/remote-stack-management-outputs-schema.ts","../src/generated/zod/remote-stack-management-schema.ts","../src/generated/zod/resource-entry-schema.ts","../src/generated/zod/scheduled-event-schema.ts","../src/generated/zod/service-account-outputs-schema.ts","../src/generated/zod/service-account-schema.ts","../src/generated/zod/stack-ref-schema.ts","../src/generated/zod/stack-schema.ts","../src/generated/zod/telemetry-mode-schema.ts","../src/generated/zod/updates-mode-schema.ts","../src/generated/zod/stack-settings-schema.ts","../src/generated/zod/stack-status-schema.ts","../src/generated/zod/storage-event-type-schema.ts","../src/generated/zod/storage-event-schema.ts","../src/generated/zod/storage-events-schema.ts","../src/generated/zod/storage-outputs-schema.ts","../src/generated/zod/storage-schema.ts","../src/generated/zod/submit-response-request-schema.ts","../src/generated/zod/upload-complete-request-schema.ts","../src/generated/zod/upload-complete-response-schema.ts","../src/generated/zod/vault-outputs-schema.ts","../src/generated/zod/vault-schema.ts","../src/stack.ts"],"sourcesContent":["/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Canonical error container that provides a structured way to represent errors\\nwith rich metadata including error codes, human-readable messages, context,\\nand chaining capabilities for error propagation.\\n\\nThis struct is designed to be both machine-readable and user-friendly,\\nsupporting serialization for API responses and detailed error reporting\\nin distributed systems.\n */\nexport const AlienErrorSchema = z.object({\n \"code\": z.string().max(128).describe(\"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\\\"\"),\n\"context\": z.optional(z.any().describe(\"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.\")),\n\"hint\": z.string().describe(\"Optional human-facing remediation hint.\").nullish(),\n\"httpStatusCode\": z.int().min(100).max(599).describe(\"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.\").nullish(),\n\"internal\": z.boolean().describe(\"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.\"),\n\"message\": z.string().max(16384).describe(\"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.\"),\n\"retryable\": z.boolean().default(false).describe(\"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.\"),\n\"source\": z.optional(z.any().describe(\"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.\"))\n }).describe(\"Canonical error container that provides a structured way to represent errors\\nwith rich metadata including error codes, human-readable messages, context,\\nand chaining capabilities for error propagation.\\n\\nThis struct is designed to be both machine-readable and user-friendly,\\nsupporting serialization for API responses and detailed error reporting\\nin distributed systems.\")\n\nexport type AlienError = z.infer<typeof AlienErrorSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Deployment status in the deployment lifecycle\n */\nexport const DeploymentStatusSchema = z.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\"]).describe(\"Deployment status in the deployment lifecycle\")\n\nexport type DeploymentStatus = z.infer<typeof DeploymentStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Information about a deployed resource\n */\nexport const DevResourceInfoSchema = z.object({\n \"resourceType\": z.string().describe(\"Resource type (\\\"function\\\" | \\\"container\\\")\").nullish(),\n\"url\": z.string().describe(\"Resource URL (e.g., http://localhost:8080)\")\n }).describe(\"Information about a deployed resource\")\n\nexport type DevResourceInfo = z.infer<typeof DevResourceInfoSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { DeploymentStatusSchema } from \"./deployment-status-schema.js\";\nimport { DevResourceInfoSchema } from \"./dev-resource-info-schema.js\";\n\n/**\n * @description Status of a single agent in the dev server\n */\nexport const AgentStatusSchema = z.object({\n \"commandsUrl\": z.string().describe(\"Commands endpoint URL for the deployment\").nullish(),\n\"createdAt\": z.string().describe(\"ISO 8601 timestamp when agent was created\"),\nget \"error\"(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"id\": z.string().describe(\"Agent ID (e.g., ag_xyz123)\"),\n\"name\": z.string().describe(\"Agent name (from --agent-name flag)\"),\n\"resources\": z.object({\n \n }).catchall(z.lazy(() => DevResourceInfoSchema).describe(\"Information about a deployed resource\")).describe(\"Resources deployed by this agent (keyed by resource name)\"),\nget \"status\"(){\n return DeploymentStatusSchema.describe(\"Deployment status in the deployment lifecycle\")\n }\n }).describe(\"Status of a single agent in the dev server\")\n\nexport type AgentStatus = z.infer<typeof AgentStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Progress information for image push operations\n */\nexport const PushProgressSchema = z.object({\n \"bytesUploaded\": z.int().min(0).describe(\"Bytes uploaded so far\"),\n\"layersUploaded\": z.int().min(0).describe(\"Number of layers uploaded so far\"),\n\"operation\": z.string().describe(\"Current operation being performed\"),\n\"totalBytes\": z.int().min(0).describe(\"Total bytes to upload\"),\n\"totalLayers\": z.int().min(0).describe(\"Total number of layers to upload\")\n }).describe(\"Progress information for image push operations\")\n\nexport type PushProgress = z.infer<typeof PushProgressSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents the target cloud platform.\n */\nexport const PlatformSchema = z.enum([\"aws\", \"gcp\", \"azure\", \"kubernetes\", \"local\", \"test\"]).describe(\"Represents the target cloud platform.\")\n\nexport type Platform = z.infer<typeof PlatformSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\n */\nexport const ResourceTypeSchema = z.string().describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n\nexport type ResourceType = z.infer<typeof ResourceTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\n\n/**\n * @description Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common \\'type\\' field with additional type-specific output properties.\n */\nexport const BaseResourceOutputsSchema = z.object({\n get \"type\"(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).catchall(z.any()).describe(\"Resource outputs that can hold output data for any resource type in the Alien system. All resource outputs share a common 'type' field with additional type-specific output properties.\")\n\nexport type BaseResourceOutputs = z.infer<typeof BaseResourceOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\n\n/**\n * @description Resource that can hold any resource type in the Alien system. All resources share common \\'type\\' and \\'id\\' fields with additional type-specific properties.\n */\nexport const BaseResourceSchema = z.object({\n \"id\": z.string().describe(\"The unique identifier for this specific resource instance. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 64 characters.\"),\nget \"type\"(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).catchall(z.any()).describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n\nexport type BaseResource = z.infer<typeof BaseResourceSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Describes the lifecycle of a resource within a stack, determining how it\\'s managed and deployed.\n */\nexport const ResourceLifecycleSchema = z.enum([\"frozen\", \"live\"]).describe(\"Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.\")\n\nexport type ResourceLifecycle = z.infer<typeof ResourceLifecycleSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ResourceTypeSchema } from \"./resource-type-schema.js\";\n\n/**\n * @description New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\n */\nexport const ResourceRefSchema = z.object({\n \"id\": z.string(),\nget \"type\"(){\n return ResourceTypeSchema.describe(\"Resource type identifier that determines the specific kind of resource. This field is used for polymorphic deserialization and resource-specific behavior.\")\n }\n }).describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n\nexport type ResourceRef = z.infer<typeof ResourceRefSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents the high-level status of a resource during its lifecycle.\n */\nexport const ResourceStatusSchema = z.enum([\"pending\", \"provisioning\", \"provision-failed\", \"running\", \"updating\", \"update-failed\", \"deleting\", \"delete-failed\", \"deleted\", \"refresh-failed\"]).describe(\"Represents the high-level status of a resource during its lifecycle.\")\n\nexport type ResourceStatus = z.infer<typeof ResourceStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { BaseResourceOutputsSchema } from \"./base-resource-outputs-schema.js\";\nimport { BaseResourceSchema } from \"./base-resource-schema.js\";\nimport { ResourceLifecycleSchema } from \"./resource-lifecycle-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { ResourceStatusSchema } from \"./resource-status-schema.js\";\n\n/**\n * @description Represents the state of a single resource within the stack for a specific platform.\n */\nexport const StackResourceStateSchema = z.object({\n \"_internal\": z.optional(z.any().describe(\"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.\")),\nget \"config\"(){\n return BaseResourceSchema.describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n },\nget \"dependencies\"(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Complete list of dependencies for this resource, including infrastructure dependencies.\\nThis preserves the full dependency information from the stack definition.\").optional()\n },\nget \"error\"(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"isExternallyProvisioned\": z.optional(z.boolean().describe(\"True if the resource was provisioned by an external system (e.g., CloudFormation).\\nDefaults to false, indicating dynamic provisioning by the executor.\")),\n\"lastFailedState\": z.optional(z.any().describe(\"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.\")),\nget \"lifecycle\"(){\n return z.union([ResourceLifecycleSchema, z.null()]).optional()\n },\nget \"outputs\"(){\n return z.union([BaseResourceOutputsSchema, z.null()]).optional()\n },\nget \"previousConfig\"(){\n return z.union([BaseResourceSchema, z.null()]).optional()\n },\n\"remoteBindingParams\": z.optional(z.any().describe(\"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().\")),\n\"retryAttempt\": z.optional(z.int().min(0).describe(\"Tracks consecutive retry attempts for the current state transition.\")),\nget \"status\"(){\n return ResourceStatusSchema.describe(\"Represents the high-level status of a resource during its lifecycle.\")\n },\n\"type\": z.string().describe(\"The high-level type of the resource (e.g., Function::RESOURCE_TYPE, Storage::RESOURCE_TYPE).\")\n }).describe(\"Represents the state of a single resource within the stack for a specific platform.\")\n\nexport type StackResourceState = z.infer<typeof StackResourceStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PlatformSchema } from \"./platform-schema.js\";\nimport { StackResourceStateSchema } from \"./stack-resource-state-schema.js\";\n\n/**\n * @description Represents the collective state of all resources in a stack, including platform and pending actions.\n */\nexport const StackStateSchema = z.object({\n get \"platform\"(){\n return PlatformSchema.describe(\"Represents the target cloud platform.\")\n },\n\"resourcePrefix\": z.string().describe(\"A prefix used for resource naming to ensure uniqueness across deployments.\"),\n\"resources\": z.object({\n \n }).catchall(z.lazy(() => StackResourceStateSchema).describe(\"Represents the state of a single resource within the stack for a specific platform.\")).describe(\"The state of individual resources, keyed by resource ID.\")\n }).describe(\"Represents the collective state of all resources in a stack, including platform and pending actions.\")\n\nexport type StackState = z.infer<typeof StackStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PushProgressSchema } from \"./push-progress-schema.js\";\nimport { StackStateSchema } from \"./stack-state-schema.js\";\n\n/**\n * @description Represents all possible events in the Alien system\n */\nexport const AlienEventSchema = z.union([z.object({\n \"type\": z.enum([\"LoadingConfiguration\"])\n }), z.object({\n \"type\": z.enum([\"Finished\"])\n }), z.object({\n \"stack\": z.string().describe(\"Name of the stack being built\"),\n\"type\": z.enum([\"BuildingStack\"])\n }), z.object({\n \"platform\": z.string().describe(\"Platform being targeted\"),\n\"stack\": z.string().describe(\"Name of the stack being checked\"),\n\"type\": z.enum([\"RunningPreflights\"])\n }), z.object({\n \"targetTriple\": z.string().describe(\"Target triple for the runtime\"),\n\"type\": z.enum([\"DownloadingAlienRuntime\"]),\n\"url\": z.string().describe(\"URL being downloaded from\")\n }), z.object({\n \"relatedResources\": z.optional(z.array(z.string()).describe(\"All resource names sharing this build (for deduped container groups)\")),\n\"resourceName\": z.string().describe(\"Name of the resource being built\"),\n\"resourceType\": z.string().describe(\"Type of the resource: \\\"function\\\", \\\"container\\\", \\\"worker\\\"\"),\n\"type\": z.enum([\"BuildingResource\"])\n }), z.object({\n \"image\": z.string().describe(\"Name of the image being built\"),\n\"type\": z.enum([\"BuildingImage\"])\n }), z.object({\n \"image\": z.string().describe(\"Name of the image being pushed\"),\nget \"progress\"(){\n return z.union([PushProgressSchema, z.null()]).optional()\n },\n\"type\": z.enum([\"PushingImage\"])\n }), z.object({\n \"platform\": z.string().describe(\"Target platform\"),\n\"stack\": z.string().describe(\"Name of the stack being pushed\"),\n\"type\": z.enum([\"PushingStack\"])\n }), z.object({\n \"resourceName\": z.string().describe(\"Name of the resource being pushed\"),\n\"resourceType\": z.string().describe(\"Type of the resource: \\\"function\\\", \\\"container\\\", \\\"worker\\\"\"),\n\"type\": z.enum([\"PushingResource\"])\n }), z.object({\n \"project\": z.string().describe(\"Project name\"),\n\"type\": z.enum([\"CreatingRelease\"])\n }), z.object({\n \"language\": z.string().describe(\"Language being compiled (rust, typescript, etc.)\"),\n\"progress\": z.string().describe(\"Current progress/status line from the build output\").nullish(),\n\"type\": z.enum([\"CompilingCode\"])\n }), z.object({\n get \"nextState\"(){\n return StackStateSchema.describe(\"Represents the collective state of all resources in a stack, including platform and pending actions.\")\n },\n\"suggestedDelayMs\": z.int().min(0).describe(\"An suggested duration to wait before executing the next step.\").nullish(),\n\"type\": z.enum([\"StackStep\"])\n }), z.object({\n \"type\": z.enum([\"GeneratingCloudFormationTemplate\"])\n }), z.object({\n \"platform\": z.string().describe(\"Platform for which the template is being generated\"),\n\"type\": z.enum([\"GeneratingTemplate\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being provisioned\"),\n\"releaseId\": z.string().describe(\"ID of the release being deployed to the agent\"),\n\"type\": z.enum([\"ProvisioningAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being updated\"),\n\"releaseId\": z.string().describe(\"ID of the new release being deployed to the agent\"),\n\"type\": z.enum([\"UpdatingAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being deleted\"),\n\"releaseId\": z.string().describe(\"ID of the release that was running on the agent\"),\n\"type\": z.enum([\"DeletingAgent\"])\n }), z.object({\n \"agentId\": z.string().describe(\"ID of the agent being debugged\"),\n\"debugSessionId\": z.string().describe(\"ID of the debug session\"),\n\"type\": z.enum([\"DebuggingAgent\"])\n }), z.object({\n \"strategyName\": z.string().describe(\"Name of the deployment strategy being used\"),\n\"type\": z.enum([\"PreparingEnvironment\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being deployed\"),\n\"type\": z.enum([\"DeployingStack\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being tested\"),\n\"type\": z.enum([\"RunningTestFunction\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being cleaned up\"),\n\"strategyName\": z.string().describe(\"Name of the deployment strategy being used for cleanup\"),\n\"type\": z.enum([\"CleaningUpStack\"])\n }), z.object({\n \"stackName\": z.string().describe(\"Name of the stack being cleaned up\"),\n\"strategyName\": z.string().describe(\"Name of the deployment strategy being used for cleanup\"),\n\"type\": z.enum([\"CleaningUpEnvironment\"])\n }), z.object({\n \"platformName\": z.string().describe(\"Name of the platform (e.g., \\\"AWS\\\", \\\"GCP\\\")\"),\n\"type\": z.enum([\"SettingUpPlatformContext\"])\n }), z.object({\n \"repositoryName\": z.string().describe(\"Name of the docker repository\"),\n\"type\": z.enum([\"EnsuringDockerRepository\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"currentStatus\": z.string().describe(\"Current stack status\"),\n\"type\": z.enum([\"DeployingCloudFormationStack\"])\n }), z.object({\n \"roleArn\": z.string().describe(\"ARN of the role to assume\"),\n\"type\": z.enum([\"AssumingRole\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"type\": z.enum([\"ImportingStackStateFromCloudFormation\"])\n }), z.object({\n \"cfnStackName\": z.string().describe(\"Name of the CloudFormation stack\"),\n\"currentStatus\": z.string().describe(\"Current stack status\"),\n\"type\": z.enum([\"DeletingCloudFormationStack\"])\n }), z.object({\n \"bucketNames\": z.array(z.string()).describe(\"Names of the S3 buckets being emptied\"),\n\"type\": z.enum([\"EmptyingBuckets\"])\n })]).describe(\"Represents all possible events in the Alien system\")\n\nexport type AlienEvent = z.infer<typeof AlienEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned ArtifactRegistry.\n */\nexport const ArtifactRegistryOutputsSchema = z.object({\n \"pullRole\": z.string().describe(\"Role/principal identifier for pull-only access.\\n- AWS: IAM role ARN (e.g., \\\"arn:aws:iam::123456789012:role/my-stack-my-registry-pull\\\")\\n- GCP: Service account email (e.g., \\\"my-stack-my-registry-pull@my-project.iam.gserviceaccount.com\\\")\\n- Azure: Managed identity resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-registry-pull\\\")\").nullish(),\n\"pushRole\": z.string().describe(\"Role/principal identifier for push and pull access.\\n- AWS: IAM role ARN (e.g., \\\"arn:aws:iam::123456789012:role/my-stack-my-registry-push\\\")\\n- GCP: Service account email (e.g., \\\"my-stack-my-registry-push@my-project.iam.gserviceaccount.com\\\")\\n- Azure: Managed identity resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-registry-push\\\")\").nullish(),\n\"registryEndpoint\": z.string().describe(\"The registry endpoint for docker operations.\\n- AWS: ECR registry URL (e.g., \\\"123456789012.dkr.ecr.us-west-2.amazonaws.com\\\")\\n- GCP: Artifact Registry URL (e.g., \\\"us-central1-docker.pkg.dev/my-project\\\")\\n- Azure: Container registry login server (e.g., \\\"myregistry.azurecr.io\\\")\"),\n\"registryId\": z.string().describe(\"The platform-specific registry identifier.\\n- AWS: Account and region (e.g., \\\"123456789012:us-west-2\\\")\\n- GCP: Full registry name (e.g., \\\"projects/my-project/locations/us-central1\\\")\\n- Azure: Registry resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.ContainerRegistry/registries/myregistry\\\")\")\n }).describe(\"Outputs generated by a successfully provisioned ArtifactRegistry.\")\n\nexport type ArtifactRegistryOutputs = z.infer<typeof ArtifactRegistryOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents an artifact registry for storing container images and other build artifacts.\\nThis is a high-level wrapper resource that provides a cloud-agnostic interface over\\nAWS ECR, GCP Artifact Registry, and Azure Container Registry.\\n\\n# Platform Mapping\\n- **AWS**: Implicitly exists as the AWS account and region\\n- **GCP**: Explicitly configured per project and location (Artifact Registry API enabled)\\n- **Azure**: Explicitly provisioned Azure Container Registry instance\\n\\nThe actual repository management and permissions are handled through the bindings API.\n */\nexport const ArtifactRegistrySchema = z.object({\n \"id\": z.string().describe(\"Identifier for the artifact registry. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\n\"replicationRegions\": z.optional(z.array(z.string()).describe(\"AWS-only: regions to replicate container images to.\\nECR private image replication ensures images pushed in the registry's home region\\nare automatically available in these additional regions (required when Lambda or\\nother compute runs in a different region from the registry).\"))\n }).describe(\"Represents an artifact registry for storing container images and other build artifacts.\\nThis is a high-level wrapper resource that provides a cloud-agnostic interface over\\nAWS ECR, GCP Artifact Registry, and Azure Container Registry.\\n\\n# Platform Mapping\\n- **AWS**: Implicitly exists as the AWS account and region\\n- **GCP**: Explicitly configured per project and location (Artifact Registry API enabled)\\n- **Azure**: Explicitly provisioned Azure Container Registry instance\\n\\nThe actual repository management and permissions are handled through the bindings API.\")\n\nexport type ArtifactRegistry = z.infer<typeof ArtifactRegistrySchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\nexport const AwsCustomCertificateConfigSchema = z.object({\n \"certificateArn\": z.string()\n })\n\nexport type AwsCustomCertificateConfig = z.infer<typeof AwsCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description AWS management configuration extracted from stack settings\n */\nexport const AwsManagementConfigSchema = z.object({\n \"managingRoleArn\": z.string().describe(\"The managing AWS IAM role ARN that can assume cross-account roles\")\n }).describe(\"AWS management configuration extracted from stack settings\")\n\nexport type AwsManagementConfig = z.infer<typeof AwsManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationAwsBindingSpecSchema = z.object({\n \"resource\": z.optional(z.object({\n \"condition\": z.object({\n \n }).catchall(z.object({\n \n }).catchall(z.string())).describe(\"Optional condition for additional filtering (rare)\").nullish(),\n\"resources\": z.array(z.string()).describe(\"Resource ARNs to bind to\")\n }).describe(\"AWS-specific binding specification\")),\n\"stack\": z.optional(z.object({\n \"condition\": z.object({\n \n }).catchall(z.object({\n \n }).catchall(z.string())).describe(\"Optional condition for additional filtering (rare)\").nullish(),\n\"resources\": z.array(z.string()).describe(\"Resource ARNs to bind to\")\n }).describe(\"AWS-specific binding specification\"))\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationAwsBindingSpec = z.infer<typeof BindingConfigurationAwsBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Grant permissions for a specific cloud platform\n */\nexport const PermissionGrantSchema = z.object({\n \"actions\": z.array(z.string()).describe(\"AWS IAM actions (only for AWS)\").nullish(),\n\"dataActions\": z.array(z.string()).describe(\"Azure actions (only for Azure)\").nullish(),\n\"permissions\": z.array(z.string()).describe(\"GCP permissions (only for GCP)\").nullish()\n }).describe(\"Grant permissions for a specific cloud platform\")\n\nexport type PermissionGrant = z.infer<typeof PermissionGrantSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BindingConfigurationAwsBindingSpecSchema } from \"./binding-configuration-aws-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\n\n/**\n * @description AWS-specific platform permission configuration\n */\nexport const AwsPlatformPermissionSchema = z.object({\n get \"binding\"(){\n return BindingConfigurationAwsBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget \"grant\"(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"AWS-specific platform permission configuration\")\n\nexport type AwsPlatformPermission = z.infer<typeof AwsPlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\nexport const AzureCustomCertificateConfigSchema = z.object({\n \"keyVaultCertificateId\": z.string()\n })\n\nexport type AzureCustomCertificateConfig = z.infer<typeof AzureCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Azure management configuration extracted from stack settings\n */\nexport const AzureManagementConfigSchema = z.object({\n \"managementPrincipalId\": z.string().describe(\"Management service principal object ID for local development fallback\").nullish(),\n\"managingTenantId\": z.string().describe(\"The managing Azure Tenant ID for cross-tenant access\"),\n\"oidcIssuer\": z.string().describe(\"OIDC issuer URL for federated identity credential creation\").nullish(),\n\"oidcSubject\": z.string().describe(\"OIDC subject claim for federated identity credential creation\").nullish()\n }).describe(\"Azure management configuration extracted from stack settings\")\n\nexport type AzureManagementConfig = z.infer<typeof AzureManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationAzureBindingSpecSchema = z.object({\n \"resource\": z.optional(z.object({\n \"scope\": z.string().describe(\"Scope (subscription/resource group/resource level)\")\n }).describe(\"Azure-specific binding specification\")),\n\"stack\": z.optional(z.object({\n \"scope\": z.string().describe(\"Scope (subscription/resource group/resource level)\")\n }).describe(\"Azure-specific binding specification\"))\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationAzureBindingSpec = z.infer<typeof BindingConfigurationAzureBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BindingConfigurationAzureBindingSpecSchema } from \"./binding-configuration-azure-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\n\n/**\n * @description Azure-specific platform permission configuration\n */\nexport const AzurePlatformPermissionSchema = z.object({\n get \"binding\"(){\n return BindingConfigurationAzureBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget \"grant\"(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"Azure-specific platform permission configuration\")\n\nexport type AzurePlatformPermission = z.infer<typeof AzurePlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description GCP IAM condition\n */\nexport const GcpConditionSchema = z.object({\n \"expression\": z.string(),\n\"title\": z.string()\n }).describe(\"GCP IAM condition\")\n\nexport type GcpCondition = z.infer<typeof GcpConditionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { GcpConditionSchema } from \"./gcp-condition-schema.js\";\n\n/**\n * @description Generic binding configuration for permissions\n */\nexport const BindingConfigurationGcpBindingSpecSchema = z.object({\n \"resource\": z.optional(z.object({\n get \"condition\"(){\n return z.union([GcpConditionSchema, z.null()]).optional()\n },\n\"scope\": z.string().describe(\"Scope (project/resource level)\")\n }).describe(\"GCP-specific binding specification\")),\n\"stack\": z.optional(z.object({\n get \"condition\"(){\n return z.union([GcpConditionSchema, z.null()]).optional()\n },\n\"scope\": z.string().describe(\"Scope (project/resource level)\")\n }).describe(\"GCP-specific binding specification\"))\n }).describe(\"Generic binding configuration for permissions\")\n\nexport type BindingConfigurationGcpBindingSpec = z.infer<typeof BindingConfigurationGcpBindingSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description The type of operation a presigned request performs\n */\nexport const PresignedOperationSchema = z.enum([\"put\", \"get\", \"delete\"]).describe(\"The type of operation a presigned request performs\")\n\nexport type PresignedOperation = z.infer<typeof PresignedOperationSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Local filesystem operations\n */\nexport const LocalOperationSchema = z.enum([\"put\", \"get\", \"delete\"]).describe(\"Local filesystem operations\")\n\nexport type LocalOperation = z.infer<typeof LocalOperationSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { LocalOperationSchema } from \"./local-operation-schema.js\";\n\n/**\n * @description Storage backend representation for different presigned request types\n */\nexport const PresignedRequestBackendSchema = z.union([z.object({\n \"headers\": z.object({\n \n }).catchall(z.string()),\n\"method\": z.string(),\n\"type\": z.enum([\"http\"]),\n\"url\": z.string()\n }), z.object({\n \"filePath\": z.string(),\nget \"operation\"(){\n return LocalOperationSchema.describe(\"Local filesystem operations\")\n },\n\"type\": z.enum([\"local\"])\n })]).describe(\"Storage backend representation for different presigned request types\")\n\nexport type PresignedRequestBackend = z.infer<typeof PresignedRequestBackendSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PresignedOperationSchema } from \"./presigned-operation-schema.js\";\nimport { PresignedRequestBackendSchema } from \"./presigned-request-backend-schema.js\";\n\n/**\n * @description A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\n */\nexport const PresignedRequestSchema = z.object({\n get \"backend\"(){\n return PresignedRequestBackendSchema.describe(\"Storage backend representation for different presigned request types\")\n },\n\"expiration\": z.iso.datetime().describe(\"When this presigned request expires\"),\nget \"operation\"(){\n return PresignedOperationSchema.describe(\"The type of operation a presigned request performs\")\n },\n\"path\": z.string().describe(\"The path this request operates on\")\n }).describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n\nexport type PresignedRequest = z.infer<typeof PresignedRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\n\n/**\n * @description Body specification supporting inline and storage modes\n */\nexport const BodySpecSchema = z.union([z.object({\n \"inlineBase64\": z.string(),\n\"mode\": z.enum([\"inline\"])\n }), z.object({\n \"mode\": z.enum([\"storage\"]),\n\"size\": z.int().min(0).describe(\"Size of the body in bytes\").nullish(),\nget \"storageGetRequest\"(){\n return z.union([PresignedRequestSchema, z.null()]).optional()\n },\n\"storagePutUsed\": z.boolean().describe(\"Indicates storage upload was used for response submission\").nullish()\n })]).describe(\"Body specification supporting inline and storage modes\")\n\nexport type BodySpec = z.infer<typeof BodySpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Compute type for build resources.\n */\nexport const ComputeTypeSchema = z.enum([\"small\", \"medium\", \"large\", \"x-large\"]).describe(\"Compute type for build resources.\")\n\nexport type ComputeType = z.infer<typeof ComputeTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Configuration for monitoring and observability.\n */\nexport const MonitoringConfigSchema = z.object({\n \"endpoint\": z.string().describe(\"The monitoring endpoint URL (e.g., \\\"https://otel-collector.example.com:4318\\\")\"),\n\"headers\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Optional HTTP headers to include in requests to the monitoring endpoint\")),\n\"logsUri\": z.optional(z.string().describe(\"Optional URI path for logs (defaults to \\\"/v1/logs\\\")\")),\n\"tlsEnabled\": z.optional(z.boolean().describe(\"Whether to enable TLS/HTTPS (defaults to true)\")),\n\"tlsVerify\": z.optional(z.boolean().describe(\"Whether to verify TLS certificates (defaults to true)\"))\n }).describe(\"Configuration for monitoring and observability.\")\n\nexport type MonitoringConfig = z.infer<typeof MonitoringConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ComputeTypeSchema } from \"./compute-type-schema.js\";\nimport { MonitoringConfigSchema } from \"./monitoring-config-schema.js\";\n\n/**\n * @description Configuration for starting a build.\n */\nexport const BuildConfigSchema = z.object({\n get \"computeType\"(){\n return ComputeTypeSchema.describe(\"Compute type for build resources.\").optional()\n },\n\"environment\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the build.\")),\n\"image\": z.string().describe(\"Base container image to use for the build environment.\"),\nget \"monitoring\"(){\n return z.union([MonitoringConfigSchema, z.null()]).optional()\n },\n\"script\": z.string().describe(\"Bash script to execute for the build.\"),\n\"timeoutSeconds\": z.int().min(0).describe(\"Maximum execution time for the build in seconds.\")\n }).describe(\"Configuration for starting a build.\")\n\nexport type BuildConfig = z.infer<typeof BuildConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned Build.\n */\nexport const BuildOutputsSchema = z.object({\n \"identifier\": z.string().describe(\"The platform-specific build project identifier (ARN for AWS, project ID for GCP, resource ID for Azure).\")\n }).describe(\"Outputs generated by a successfully provisioned Build.\")\n\nexport type BuildOutputs = z.infer<typeof BuildOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ComputeTypeSchema } from \"./compute-type-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\n\n/**\n * @description Represents a build resource that executes bash scripts to build code.\\nBuilds are designed to be stateless and can be triggered on-demand to compile,\\ntest, or package application code.\n */\nexport const BuildSchema = z.object({\n get \"computeType\"(){\n return ComputeTypeSchema.describe(\"Compute type for build resources.\").optional()\n },\n\"environment\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the build.\")),\n\"id\": z.string().describe(\"Identifier for the build resource. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget \"links\"(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"List of resource references this build depends on.\")\n },\n\"permissions\": z.string().describe(\"Permission profile name that defines the permissions granted to this build.\\nThis references a profile defined in the stack's permission definitions.\")\n }).describe(\"Represents a build resource that executes bash scripts to build code.\\nBuilds are designed to be stateless and can be triggered on-demand to compile,\\ntest, or package application code.\")\n\nexport type Build = z.infer<typeof BuildSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Status of a build execution.\n */\nexport const BuildStatusSchema = z.enum([\"QUEUED\", \"RUNNING\", \"SUCCEEDED\", \"FAILED\", \"CANCELLED\", \"TIMED_OUT\"]).describe(\"Status of a build execution.\")\n\nexport type BuildStatus = z.infer<typeof BuildStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\n\n/**\n * @description Command response from deployment\n */\nexport const CommandResponseSchema = z.union([z.object({\n get \"response\"(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n },\n\"status\": z.enum([\"success\"])\n }), z.object({\n \"code\": z.string().describe(\"Error code\"),\n\"details\": z.string().describe(\"Optional additional details\").nullish(),\n\"message\": z.string().describe(\"Error message\"),\n\"status\": z.enum([\"error\"])\n })]).describe(\"Command response from deployment\")\n\nexport type CommandResponse = z.infer<typeof CommandResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Command states in the Commands protocol lifecycle\n */\nexport const CommandStateSchema = z.enum([\"PENDING_UPLOAD\", \"PENDING\", \"DISPATCHED\", \"SUCCEEDED\", \"FAILED\", \"EXPIRED\"]).describe(\"Command states in the Commands protocol lifecycle\")\n\nexport type CommandState = z.infer<typeof CommandStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CommandResponseSchema } from \"./command-response-schema.js\";\nimport { CommandStateSchema } from \"./command-state-schema.js\";\n\n/**\n * @description Response to status queries\n */\nexport const CommandStatusResponseSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Current attempt number\"),\n\"commandId\": z.string().describe(\"Command identifier\"),\nget \"response\"(){\n return z.union([CommandResponseSchema, z.null()]).optional()\n },\nget \"state\"(){\n return CommandStateSchema.describe(\"Command states in the Commands protocol lifecycle\")\n }\n }).describe(\"Response to status queries\")\n\nexport type CommandStatusResponse = z.infer<typeof CommandStatusResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Autoscaling configuration for stateless containers.\n */\nexport const ContainerAutoscalingSchema = z.object({\n \"desired\": z.int().min(0).describe(\"Initial desired replicas at container creation\"),\n\"max\": z.int().min(0).describe(\"Maximum replicas under load\"),\n\"maxHttpP95LatencyMs\": z.number().describe(\"Maximum acceptable p95 HTTP latency in milliseconds\").nullish(),\n\"min\": z.int().min(0).describe(\"Minimum replicas (always running)\"),\n\"targetCpuPercent\": z.number().describe(\"Target CPU utilization percentage for scaling (default: 70%)\").nullish(),\n\"targetHttpInFlightPerReplica\": z.int().min(0).describe(\"Target in-flight HTTP requests per replica\").nullish(),\n\"targetMemoryPercent\": z.number().describe(\"Target memory utilization percentage for scaling (default: 80%)\").nullish()\n }).describe(\"Autoscaling configuration for stateless containers.\")\n\nexport type ContainerAutoscaling = z.infer<typeof ContainerAutoscalingSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\n */\nexport const ToolchainConfigSchema = z.union([z.object({\n \"binaryName\": z.string().describe(\"Name of the binary to build and run\"),\n\"type\": z.enum([\"rust\"])\n }), z.object({\n \"binaryName\": z.string().describe(\"Name of the compiled binary (defaults to package.json name if not specified)\").nullish(),\n\"type\": z.enum([\"typescript\"])\n }), z.object({\n \"buildArgs\": z.object({\n \n }).catchall(z.string()).describe(\"Build arguments for docker build\").nullish(),\n\"dockerfile\": z.string().describe(\"Dockerfile path relative to src (default: \\\"Dockerfile\\\")\").nullish(),\n\"target\": z.string().describe(\"Multi-stage build target\").nullish(),\n\"type\": z.enum([\"docker\"])\n })]).describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n\nexport type ToolchainConfig = z.infer<typeof ToolchainConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ToolchainConfigSchema } from \"./toolchain-config-schema.js\";\n\n/**\n * @description Specifies the source of the container\\'s executable code.\n */\nexport const ContainerCodeSchema = z.union([z.object({\n \"image\": z.string().describe(\"Container image (e.g., `postgres:16`, `ghcr.io/myorg/myimage:latest`)\"),\n\"type\": z.enum([\"image\"])\n }), z.object({\n \"src\": z.string().describe(\"The source directory to build from\"),\nget \"toolchain\"(){\n return ToolchainConfigSchema.describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n },\n\"type\": z.enum([\"source\"])\n })]).describe(\"Specifies the source of the container's executable code.\")\n\nexport type ContainerCode = z.infer<typeof ContainerCodeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description GPU specification for a container.\n */\nexport const ContainerGpuSpecSchema = z.object({\n \"count\": z.int().min(0).describe(\"Number of GPUs required (1-8)\"),\n\"type\": z.string().describe(\"GPU type identifier (e.g., \\\"nvidia-a100\\\", \\\"nvidia-t4\\\")\")\n }).describe(\"GPU specification for a container.\")\n\nexport type ContainerGpuSpec = z.infer<typeof ContainerGpuSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Container status in Horizon.\n */\nexport const ContainerStatusSchema = z.enum([\"pending\", \"running\", \"stopped\", \"failing\"]).describe(\"Container status in Horizon.\")\n\nexport type ContainerStatus = z.infer<typeof ContainerStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Load balancer endpoint information for DNS management.\\nThis is optional metadata used by the DNS controller to create domain mappings.\n */\nexport const LoadBalancerEndpointSchema = z.object({\n \"dnsName\": z.string().describe(\"The DNS name of the load balancer endpoint (e.g., ALB DNS, API Gateway domain).\"),\n\"hostedZoneId\": z.string().describe(\"AWS Route53 hosted zone ID (for ALIAS records). Only set on AWS.\").nullish()\n }).describe(\"Load balancer endpoint information for DNS management.\\nThis is optional metadata used by the DNS controller to create domain mappings.\")\n\nexport type LoadBalancerEndpoint = z.infer<typeof LoadBalancerEndpointSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Status of a single container replica.\n */\nexport const ReplicaStatusSchema = z.object({\n \"containerIp\": z.string().describe(\"Container IP address (for service discovery)\").nullish(),\n\"healthy\": z.boolean().describe(\"Whether the replica is healthy\"),\n\"machineId\": z.string().describe(\"Machine ID the replica is running on\").nullish(),\n\"ordinal\": z.int().min(0).describe(\"Ordinal (for stateful containers)\").nullish(),\n\"replicaId\": z.string().describe(\"Replica ID (e.g., \\\"api-0\\\", \\\"api-1\\\")\")\n }).describe(\"Status of a single container replica.\")\n\nexport type ReplicaStatus = z.infer<typeof ReplicaStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ContainerStatusSchema } from \"./container-status-schema.js\";\nimport { LoadBalancerEndpointSchema } from \"./load-balancer-endpoint-schema.js\";\nimport { ReplicaStatusSchema } from \"./replica-status-schema.js\";\n\n/**\n * @description Outputs generated by a successfully provisioned Container.\n */\nexport const ContainerOutputsSchema = z.object({\n \"currentReplicas\": z.int().min(0).describe(\"Number of current replicas\"),\n\"desiredReplicas\": z.int().min(0).describe(\"Desired number of replicas\"),\n\"internalDns\": z.string().describe(\"Internal DNS name (e.g., \\\"api.svc\\\")\"),\nget \"loadBalancerEndpoint\"(){\n return z.union([LoadBalancerEndpointSchema, z.null()]).optional()\n },\n\"name\": z.string().describe(\"Container name in Horizon\"),\nget \"replicas\"(){\n return z.array(ReplicaStatusSchema.describe(\"Status of a single container replica.\")).describe(\"Status of each replica\")\n },\nget \"status\"(){\n return ContainerStatusSchema.describe(\"Container status in Horizon.\")\n },\n\"url\": z.string().describe(\"Public URL (if exposed publicly)\").nullish()\n }).describe(\"Outputs generated by a successfully provisioned Container.\")\n\nexport type ContainerOutputs = z.infer<typeof ContainerOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Protocol for exposed ports.\n */\nexport const ExposeProtocolSchema = z.enum([\"http\", \"tcp\"]).describe(\"Protocol for exposed ports.\")\n\nexport type ExposeProtocol = z.infer<typeof ExposeProtocolSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ExposeProtocolSchema } from \"./expose-protocol-schema.js\";\n\n/**\n * @description Container port configuration.\n */\nexport const ContainerPortSchema = z.object({\n get \"expose\"(){\n return z.union([ExposeProtocolSchema, z.null()]).optional()\n },\n\"port\": z.int().min(0).describe(\"Port number\")\n }).describe(\"Container port configuration.\")\n\nexport type ContainerPort = z.infer<typeof ContainerPortSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description HTTP health check configuration.\n */\nexport const HealthCheckSchema = z.object({\n \"failureThreshold\": z.optional(z.int().min(0).describe(\"Number of consecutive failures before marking replica unhealthy\")),\n\"method\": z.optional(z.string().describe(\"HTTP method to use for health check\")),\n\"path\": z.optional(z.string().describe(\"HTTP endpoint path to check (e.g., \\\"/health\\\", \\\"/ready\\\")\")),\n\"port\": z.int().min(0).describe(\"Port to check (defaults to container port if not specified)\").nullish(),\n\"timeoutSeconds\": z.optional(z.int().min(0).describe(\"Request timeout in seconds (1-5)\"))\n }).describe(\"HTTP health check configuration.\")\n\nexport type HealthCheck = z.infer<typeof HealthCheckSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Persistent storage configuration for stateful containers.\n */\nexport const PersistentStorageSchema = z.object({\n \"iops\": z.int().min(0).describe(\"IOPS (for storage types that support it)\").nullish(),\n\"mountPath\": z.string().describe(\"Mount path inside the container\"),\n\"size\": z.string().describe(\"Storage size (e.g., \\\"100Gi\\\", \\\"500Gi\\\")\"),\n\"storageType\": z.string().describe(\"Storage type (e.g., \\\"gp3\\\", \\\"io2\\\" for AWS, \\\"pd-ssd\\\" for GCP)\").nullish(),\n\"throughput\": z.int().min(0).describe(\"Throughput in MiB/s (for storage types that support it)\").nullish()\n }).describe(\"Persistent storage configuration for stateful containers.\")\n\nexport type PersistentStorage = z.infer<typeof PersistentStorageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Resource specification with min/desired values.\n */\nexport const ResourceSpecSchema = z.object({\n \"desired\": z.string().describe(\"Desired resource allocation (used by scheduler)\"),\n\"min\": z.string().describe(\"Minimum resource allocation\")\n }).describe(\"Resource specification with min/desired values.\")\n\nexport type ResourceSpec = z.infer<typeof ResourceSpecSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ContainerAutoscalingSchema } from \"./container-autoscaling-schema.js\";\nimport { ContainerCodeSchema } from \"./container-code-schema.js\";\nimport { ContainerGpuSpecSchema } from \"./container-gpu-spec-schema.js\";\nimport { ContainerPortSchema } from \"./container-port-schema.js\";\nimport { HealthCheckSchema } from \"./health-check-schema.js\";\nimport { PersistentStorageSchema } from \"./persistent-storage-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\nimport { ResourceSpecSchema } from \"./resource-spec-schema.js\";\n\n/**\n * @description Container resource for running long-running container workloads.\\n\\nA Container defines a deployable unit that runs on a ContainerCluster.\\nHorizon handles scheduling replicas across machines, autoscaling based on\\nvarious metrics, and service discovery.\\n\\n## Example\\n\\n```rust\\nuse alien_core::{Container, ContainerCode, ResourceSpec, ContainerAutoscaling, ContainerPort, ExposeProtocol};\\n\\nlet container = Container::new(\\\"api\\\".to_string())\\n .cluster(\\\"compute\\\".to_string())\\n .code(ContainerCode::Image {\\n image: \\\"myapp:latest\\\".to_string(),\\n })\\n .cpu(ResourceSpec { min: \\\"0.5\\\".to_string(), desired: \\\"1\\\".to_string() })\\n .memory(ResourceSpec { min: \\\"512Mi\\\".to_string(), desired: \\\"1Gi\\\".to_string() })\\n .port(8080)\\n .expose_port(8080, ExposeProtocol::Http)\\n .autoscaling(ContainerAutoscaling {\\n min: 2,\\n desired: 3,\\n max: 10,\\n target_cpu_percent: Some(70.0),\\n target_memory_percent: None,\\n target_http_in_flight_per_replica: Some(100),\\n max_http_p95_latency_ms: None,\\n })\\n .permissions(\\\"container-execution\\\".to_string())\\n .build();\\n```\n */\nexport const ContainerSchema = z.object({\n get \"autoscaling\"(){\n return z.union([ContainerAutoscalingSchema, z.null()]).optional()\n },\n\"cluster\": z.string().describe(\"ContainerCluster resource ID that this container runs on.\\nIf None, will be auto-assigned by ContainerClusterMutation at deployment time.\").nullish(),\nget \"code\"(){\n return ContainerCodeSchema.describe(\"Specifies the source of the container's executable code.\")\n },\n\"command\": z.array(z.string()).describe(\"Command to override image default\").nullish(),\nget \"cpu\"(){\n return ResourceSpecSchema.describe(\"Resource specification with min/desired values.\")\n },\n\"environment\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Environment variables\")),\n\"ephemeralStorage\": z.string().describe(\"Ephemeral storage requirement (e.g., \\\"10Gi\\\")\").nullish(),\nget \"gpu\"(){\n return z.union([ContainerGpuSpecSchema, z.null()]).optional()\n },\nget \"healthCheck\"(){\n return z.union([HealthCheckSchema, z.null()]).optional()\n },\n\"id\": z.string().describe(\"Unique identifier for the container.\\nMust be DNS-compatible: lowercase alphanumeric with hyphens.\"),\nget \"links\"(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Resource links (dependencies)\")\n },\nget \"memory\"(){\n return ResourceSpecSchema.describe(\"Resource specification with min/desired values.\")\n },\n\"permissions\": z.string().describe(\"Permission profile name\"),\nget \"persistentStorage\"(){\n return z.union([PersistentStorageSchema, z.null()]).optional()\n },\n\"pool\": z.string().describe(\"Capacity group to run on (must exist in the cluster)\\nIf not specified, containers are scheduled to any available group.\").nullish(),\nget \"ports\"(){\n return z.array(ContainerPortSchema.describe(\"Container port configuration.\")).describe(\"Container ports to expose (at least one required)\")\n },\n\"replicas\": z.int().min(0).describe(\"Fixed replica count (for stateful containers or stateless without autoscaling)\").nullish(),\n\"stateful\": z.optional(z.boolean().describe(\"Whether container is stateful (gets stable ordinals, optional persistent volumes)\"))\n }).describe(\"Container resource for running long-running container workloads.\\n\\nA Container defines a deployable unit that runs on a ContainerCluster.\\nHorizon handles scheduling replicas across machines, autoscaling based on\\nvarious metrics, and service discovery.\\n\\n## Example\\n\\n```rust\\nuse alien_core::{Container, ContainerCode, ResourceSpec, ContainerAutoscaling, ContainerPort, ExposeProtocol};\\n\\nlet container = Container::new(\\\"api\\\".to_string())\\n .cluster(\\\"compute\\\".to_string())\\n .code(ContainerCode::Image {\\n image: \\\"myapp:latest\\\".to_string(),\\n })\\n .cpu(ResourceSpec { min: \\\"0.5\\\".to_string(), desired: \\\"1\\\".to_string() })\\n .memory(ResourceSpec { min: \\\"512Mi\\\".to_string(), desired: \\\"1Gi\\\".to_string() })\\n .port(8080)\\n .expose_port(8080, ExposeProtocol::Http)\\n .autoscaling(ContainerAutoscaling {\\n min: 2,\\n desired: 3,\\n max: 10,\\n target_cpu_percent: Some(70.0),\\n target_memory_percent: None,\\n target_http_in_flight_per_replica: Some(100),\\n max_http_p95_latency_ms: None,\\n })\\n .permissions(\\\"container-execution\\\".to_string())\\n .build();\\n```\")\n\nexport type Container = z.infer<typeof ContainerSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\n\n/**\n * @description Request to create a new command\n */\nexport const CreateCommandRequestSchema = z.object({\n \"command\": z.string().describe(\"Command name (e.g., \\\"generate-report\\\", \\\"sync-data\\\")\"),\n\"deadline\": z.iso.datetime().describe(\"Optional deadline for command completion\").nullish(),\n\"deploymentId\": z.string().describe(\"Target deployment identifier\"),\n\"idempotencyKey\": z.string().describe(\"Optional idempotency key\").nullish(),\nget \"params\"(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n }\n }).describe(\"Request to create a new command\")\n\nexport type CreateCommandRequest = z.infer<typeof CreateCommandRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\n\n/**\n * @description Storage upload information\n */\nexport const StorageUploadSchema = z.object({\n \"expiresAt\": z.iso.datetime().describe(\"Expiration time for upload URL\"),\nget \"putRequest\"(){\n return PresignedRequestSchema.describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n }\n }).describe(\"Storage upload information\")\n\nexport type StorageUpload = z.infer<typeof StorageUploadSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CommandStateSchema } from \"./command-state-schema.js\";\nimport { StorageUploadSchema } from \"./storage-upload-schema.js\";\n\n/**\n * @description Response to command creation\n */\nexport const CreateCommandResponseSchema = z.object({\n \"commandId\": z.string().describe(\"Unique command identifier\"),\n\"inlineAllowedUpTo\": z.int().min(0).describe(\"Maximum inline body size allowed\"),\n\"next\": z.string().describe(\"Next action for client: \\\"upload\\\" | \\\"poll\\\"\"),\nget \"state\"(){\n return CommandStateSchema.describe(\"Command states in the Commands protocol lifecycle\")\n },\nget \"storageUpload\"(){\n return z.union([StorageUploadSchema, z.null()]).optional()\n }\n }).describe(\"Response to command creation\")\n\nexport type CreateCommandResponse = z.infer<typeof CreateCommandResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\nexport const GcpCustomCertificateConfigSchema = z.object({\n \"certificateName\": z.string()\n })\n\nexport type GcpCustomCertificateConfig = z.infer<typeof GcpCustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AwsCustomCertificateConfigSchema } from \"./aws-custom-certificate-config-schema.js\";\nimport { AzureCustomCertificateConfigSchema } from \"./azure-custom-certificate-config-schema.js\";\nimport { GcpCustomCertificateConfigSchema } from \"./gcp-custom-certificate-config-schema.js\";\n\n/**\n * @description Platform-specific certificate references for custom domains.\n */\nexport const CustomCertificateConfigSchema = z.object({\n get \"aws\"(){\n return z.union([AwsCustomCertificateConfigSchema, z.null()]).optional()\n },\nget \"azure\"(){\n return z.union([AzureCustomCertificateConfigSchema, z.null()]).optional()\n },\nget \"gcp\"(){\n return z.union([GcpCustomCertificateConfigSchema, z.null()]).optional()\n }\n }).describe(\"Platform-specific certificate references for custom domains.\")\n\nexport type CustomCertificateConfig = z.infer<typeof CustomCertificateConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CustomCertificateConfigSchema } from \"./custom-certificate-config-schema.js\";\n\n/**\n * @description Custom domain configuration for a single resource.\n */\nexport const CustomDomainConfigSchema = z.object({\n get \"certificate\"(){\n return CustomCertificateConfigSchema.describe(\"Platform-specific certificate references for custom domains.\")\n },\n\"domain\": z.string().describe(\"Fully qualified domain name to use.\")\n }).describe(\"Custom domain configuration for a single resource.\")\n\nexport type CustomDomainConfig = z.infer<typeof CustomDomainConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Deployment model: how updates are delivered to the remote environment.\n */\nexport const DeploymentModelSchema = z.enum([\"push\", \"pull\"]).describe(\"Deployment model: how updates are delivered to the remote environment.\")\n\nexport type DeploymentModel = z.infer<typeof DeploymentModelSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Overall dev server status\n */\nexport const DevStatusStateSchema = z.enum([\"initializing\", \"ready\", \"error\", \"shuttingDown\"]).describe(\"Overall dev server status\")\n\nexport type DevStatusState = z.infer<typeof DevStatusStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AgentStatusSchema } from \"./agent-status-schema.js\";\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\nimport { DevStatusStateSchema } from \"./dev-status-state-schema.js\";\n\n/**\n * @description Overall status of the dev server\n */\nexport const DevStatusSchema = z.object({\n \"agents\": z.object({\n \n }).catchall(z.lazy(() => AgentStatusSchema).describe(\"Status of a single agent in the dev server\")).describe(\"Agents being managed by this dev server (keyed by agent name)\"),\n\"apiUrl\": z.string().describe(\"Dev server API URL (e.g., http://localhost:9090)\"),\nget \"error\"(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n },\n\"lastUpdated\": z.string().describe(\"ISO 8601 timestamp of last status update\"),\n\"pid\": z.int().min(0).describe(\"Dev server process ID\"),\n\"platform\": z.string().describe(\"Platform (always \\\"local\\\" for dev server)\"),\n\"stackId\": z.string().describe(\"Stack ID (always \\\"dev\\\" for dev server)\"),\n\"startedAt\": z.string().describe(\"ISO 8601 timestamp when dev server started\"),\n\"stateDir\": z.string().describe(\"Path to state directory\"),\nget \"status\"(){\n return DevStatusStateSchema.describe(\"Overall dev server status\")\n }\n }).describe(\"Overall status of the dev server\")\n\nexport type DevStatus = z.infer<typeof DevStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CustomDomainConfigSchema } from \"./custom-domain-config-schema.js\";\n\n/**\n * @description Domain configuration for the stack.\\n\\nWhen `custom_domains` is set, the specified resources use customer-provided\\ndomains and certificates. Otherwise, Alien auto-generates domains.\n */\nexport const DomainSettingsSchema = z.object({\n \"customDomains\": z.object({\n \n }).catchall(z.lazy(() => CustomDomainConfigSchema).describe(\"Custom domain configuration for a single resource.\")).describe(\"Custom domain configuration per resource ID.\").nullish()\n }).describe(\"Domain configuration for the stack.\\n\\nWhen `custom_domains` is set, the specified resources use customer-provided\\ndomains and certificates. Otherwise, Alien auto-generates domains.\")\n\nexport type DomainSettings = z.infer<typeof DomainSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PresignedRequestSchema } from \"./presigned-request-schema.js\";\n\n/**\n * @description Response handling configuration for deployments\n */\nexport const ResponseHandlingSchema = z.object({\n \"maxInlineBytes\": z.int().min(0).describe(\"Maximum response body size that can be submitted inline\"),\nget \"storageUploadRequest\"(){\n return PresignedRequestSchema.describe(\"A presigned request that can be serialized, stored, and executed later.\\nHides implementation details for different storage backends.\")\n },\n\"submitResponseUrl\": z.string().describe(\"URL where deployments submit responses\")\n }).describe(\"Response handling configuration for deployments\")\n\nexport type ResponseHandling = z.infer<typeof ResponseHandlingSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BodySpecSchema } from \"./body-spec-schema.js\";\nimport { ResponseHandlingSchema } from \"./response-handling-schema.js\";\n\n/**\n * @description Commands envelope sent to deployments\n */\nexport const EnvelopeSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Attempt number (starts at 1)\"),\n\"command\": z.string().describe(\"Command name (e.g., \\\"generate-report\\\", \\\"sync-data\\\")\"),\n\"commandId\": z.string().describe(\"Unique command identifier\"),\n\"deadline\": z.iso.datetime().describe(\"Command deadline\").nullish(),\n\"deploymentId\": z.string().describe(\"Target deployment identifier\"),\nget \"params\"(){\n return BodySpecSchema.describe(\"Body specification supporting inline and storage modes\")\n },\n\"protocol\": z.string().describe(\"Protocol version identifier\"),\nget \"responseHandling\"(){\n return ResponseHandlingSchema.describe(\"Response handling configuration for deployments\")\n }\n }).describe(\"Commands envelope sent to deployments\")\n\nexport type Envelope = z.infer<typeof EnvelopeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AlienErrorSchema } from \"./alien-error-schema.js\";\n\n/**\n * @description Represents the state of an event\n */\nexport const EventStateSchema = z.union([z.object({\n \"failed\": z.object({\n get \"error\"(){\n return z.union([AlienErrorSchema, z.null()]).optional()\n }\n }).describe(\"Event failed with an error\")\n }), z.enum([\"none\"]), z.enum([\"started\"]), z.enum([\"success\"])]).describe(\"Represents the state of an event\")\n\nexport type EventState = z.infer<typeof EventStateSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AlienEventSchema } from \"./alien-event-schema.js\";\nimport { EventStateSchema } from \"./event-state-schema.js\";\n\n/**\n * @description Represents a change to an event\n */\nexport const EventChangeSchema = z.union([z.object({\n \"createdAt\": z.iso.datetime().describe(\"Timestamp when the event was created\"),\nget \"event\"(){\n return AlienEventSchema.describe(\"Represents all possible events in the Alien system\")\n },\n\"id\": z.string().describe(\"Unique identifier for the event\"),\n\"parentId\": z.string().describe(\"Parent event ID if this is a child event\").nullish(),\nget \"state\"(){\n return EventStateSchema.describe(\"Represents the state of an event\")\n },\n\"type\": z.enum([\"created\"])\n }), z.object({\n get \"event\"(){\n return AlienEventSchema.describe(\"Represents all possible events in the Alien system\")\n },\n\"id\": z.string().describe(\"Unique identifier for the event\"),\n\"type\": z.enum([\"updated\"]),\n\"updatedAt\": z.iso.datetime().describe(\"Timestamp when the event was updated\")\n }), z.object({\n \"id\": z.string().describe(\"Unique identifier for the event\"),\nget \"newState\"(){\n return EventStateSchema.describe(\"Represents the state of an event\")\n },\n\"type\": z.enum([\"stateChanged\"]),\n\"updatedAt\": z.iso.datetime().describe(\"Timestamp when the state changed\")\n })]).describe(\"Represents a change to an event\")\n\nexport type EventChange = z.infer<typeof EventChangeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ToolchainConfigSchema } from \"./toolchain-config-schema.js\";\n\n/**\n * @description Specifies the source of the function\\'s executable code.\\nThis can be a pre-built container image or source code that the system will build.\n */\nexport const FunctionCodeSchema = z.union([z.object({\n \"image\": z.string().describe(\"Container image (e.g., `ghcr.io/myorg/myimage:latest`).\"),\n\"type\": z.enum([\"image\"])\n }), z.object({\n \"src\": z.string().describe(\"The source directory to build from\"),\nget \"toolchain\"(){\n return ToolchainConfigSchema.describe(\"Configuration for different programming language toolchains.\\nEach toolchain provides type-safe build configuration and auto-detection capabilities.\")\n },\n\"type\": z.enum([\"source\"])\n })]).describe(\"Specifies the source of the function's executable code.\\nThis can be a pre-built container image or source code that the system will build.\")\n\nexport type FunctionCode = z.infer<typeof FunctionCodeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { LoadBalancerEndpointSchema } from \"./load-balancer-endpoint-schema.js\";\n\n/**\n * @description Outputs generated by a successfully provisioned Function.\n */\nexport const FunctionOutputsSchema = z.object({\n \"commandsPushTarget\": z.string().describe(\"Push target for commands delivery. Platform-specific:\\n- AWS: Lambda function name or ARN\\n- GCP: Full Pub/Sub topic path (projects/{project}/topics/{topic})\\n- Azure: Service Bus \\\"{namespace}/{queue}\\\"\").nullish(),\n\"functionName\": z.string().describe(\"The name of the function.\"),\n\"identifier\": z.string().describe(\"The ARN or platform-specific identifier.\").nullish(),\nget \"loadBalancerEndpoint\"(){\n return z.union([LoadBalancerEndpointSchema, z.null()]).optional()\n },\n\"url\": z.string().describe(\"The invocation URL (if applicable, e.g., for public ingress or specific platforms).\").nullish()\n }).describe(\"Outputs generated by a successfully provisioned Function.\")\n\nexport type FunctionOutputs = z.infer<typeof FunctionOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\n\n/**\n * @description Defines what triggers a function execution\n */\nexport const FunctionTriggerSchema = z.union([z.object({\n get \"queue\"(){\n return ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n },\n\"type\": z.enum([\"queue\"])\n }), z.object({\n \"events\": z.array(z.string()).describe(\"Events to trigger on (e.g., [\\\"created\\\", \\\"deleted\\\"])\"),\nget \"storage\"(){\n return ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")\n },\n\"type\": z.enum([\"storage\"])\n }), z.object({\n \"cron\": z.string().describe(\"Cron expression for scheduling (standard 5-field unix cron)\"),\n\"type\": z.enum([\"schedule\"])\n })]).describe(\"Defines what triggers a function execution\")\n\nexport type FunctionTrigger = z.infer<typeof FunctionTriggerSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Controls network accessibility of the function.\n */\nexport const IngressSchema = z.enum([\"public\", \"private\"]).describe(\"Controls network accessibility of the function.\")\n\nexport type Ingress = z.infer<typeof IngressSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description HTTP method for readiness probe requests.\n */\nexport const HttpMethodSchema = z.enum([\"GET\", \"POST\", \"PUT\", \"DELETE\", \"HEAD\", \"OPTIONS\", \"PATCH\"]).describe(\"HTTP method for readiness probe requests.\")\n\nexport type HttpMethod = z.infer<typeof HttpMethodSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { HttpMethodSchema } from \"./http-method-schema.js\";\n\n/**\n * @description Configuration for HTTP-based readiness probe.\\nThis probe is executed after function provisioning/update to verify the function is ready to serve traffic.\\nOnly works with functions that have Public ingress.\n */\nexport const ReadinessProbeSchema = z.object({\n get \"method\"(){\n return HttpMethodSchema.describe(\"HTTP method for readiness probe requests.\").optional()\n },\n\"path\": z.optional(z.string().describe(\"Path to request for the probe (e.g., \\\"/health\\\", \\\"/ready\\\").\\nDefault: \\\"/\\\"\"))\n }).describe(\"Configuration for HTTP-based readiness probe.\\nThis probe is executed after function provisioning/update to verify the function is ready to serve traffic.\\nOnly works with functions that have Public ingress.\")\n\nexport type ReadinessProbe = z.infer<typeof ReadinessProbeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { FunctionCodeSchema } from \"./function-code-schema.js\";\nimport { FunctionTriggerSchema } from \"./function-trigger-schema.js\";\nimport { IngressSchema } from \"./ingress-schema.js\";\nimport { ReadinessProbeSchema } from \"./readiness-probe-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\n\n/**\n * @description Represents a serverless function that executes code in response to triggers or direct invocations.\\nFunctions are the primary compute resource in serverless applications, designed to be stateless and ephemeral.\n */\nexport const FunctionSchema = z.object({\n get \"code\"(){\n return FunctionCodeSchema.describe(\"Specifies the source of the function's executable code.\\nThis can be a pre-built container image or source code that the system will build.\")\n },\n\"commandsEnabled\": z.optional(z.boolean().default(false).describe(\"Whether the function can receive remote commands via the Commands protocol.\\nWhen enabled, the runtime polls the manager for pending commands and executes registered handlers.\")),\n\"concurrencyLimit\": z.int().min(0).describe(\"Maximum number of concurrent executions allowed for the function.\\nNone means platform default applies.\").nullish(),\n\"environment\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Key-value pairs to set as environment variables for the function.\")),\n\"id\": z.string().describe(\"Identifier for the function. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget \"ingress\"(){\n return IngressSchema.default(\"private\").optional()\n },\nget \"links\"(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"List of resource references this function depends on.\")\n },\n\"memoryMb\": z.optional(z.int().min(0).default(256).describe(\"Memory allocated to the function in megabytes (MB).\\nConstraints: 128‑32768 MB (platform-specific limits may apply)\\nDefault: 256\")),\n\"permissions\": z.string().describe(\"Permission profile name that defines the permissions granted to this function.\\nThis references a profile defined in the stack's permission definitions.\"),\nget \"readinessProbe\"(){\n return z.union([ReadinessProbeSchema, z.null()]).optional()\n },\n\"timeoutSeconds\": z.optional(z.int().min(0).default(180).describe(\"Maximum execution time for the function in seconds.\\nConstraints: 1‑3600 seconds (platform-specific limits may apply)\\nDefault: 30\")),\nget \"triggers\"(){\n return z.array(FunctionTriggerSchema.describe(\"Defines what triggers a function execution\")).describe(\"List of triggers that define what events automatically invoke this function.\\nIf empty, the function is only invokable directly via HTTP calls or platform-specific invocation APIs.\\nWhen configured, the function will be automatically invoked when any of the specified trigger conditions are met.\")\n }\n }).describe(\"Represents a serverless function that executes code in response to triggers or direct invocations.\\nFunctions are the primary compute resource in serverless applications, designed to be stateless and ephemeral.\")\n\nexport type Function = z.infer<typeof FunctionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description GCP management configuration extracted from stack settings\n */\nexport const GcpManagementConfigSchema = z.object({\n \"serviceAccountEmail\": z.string().describe(\"Service account email for management roles\")\n }).describe(\"GCP management configuration extracted from stack settings\")\n\nexport type GcpManagementConfig = z.infer<typeof GcpManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BindingConfigurationGcpBindingSpecSchema } from \"./binding-configuration-gcp-binding-spec-schema.js\";\nimport { PermissionGrantSchema } from \"./permission-grant-schema.js\";\n\n/**\n * @description GCP-specific platform permission configuration\n */\nexport const GcpPlatformPermissionSchema = z.object({\n get \"binding\"(){\n return BindingConfigurationGcpBindingSpecSchema.describe(\"Generic binding configuration for permissions\")\n },\nget \"grant\"(){\n return PermissionGrantSchema.describe(\"Grant permissions for a specific cloud platform\")\n }\n }).describe(\"GCP-specific platform permission configuration\")\n\nexport type GcpPlatformPermission = z.infer<typeof GcpPlatformPermissionSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description How heartbeat health checks are handled.\n */\nexport const HeartbeatsModeSchema = z.enum([\"off\", \"on\"]).describe(\"How heartbeat health checks are handled.\")\n\nexport type HeartbeatsMode = z.infer<typeof HeartbeatsModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned KV store.\n */\nexport const KvOutputsSchema = z.object({\n \"endpoint\": z.string().describe(\"Platform-specific endpoint URL for direct access (if applicable).\").nullish(),\n\"identifier\": z.string().describe(\"Platform-specific identifier (e.g., DynamoDB table ARN, Redis endpoint).\").nullish(),\n\"storeName\": z.string().describe(\"The name of the KV store (may be platform-specific).\")\n }).describe(\"Outputs generated by a successfully provisioned KV store.\")\n\nexport type KvOutputs = z.infer<typeof KvOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents a key-value storage resource that provides a minimal, platform-agnostic API\\ncompatible across DynamoDB, Firestore, Redis, and Azure Table Storage.\n */\nexport const KvSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the KV store. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a key-value storage resource that provides a minimal, platform-agnostic API\\ncompatible across DynamoDB, Firestore, Redis, and Azure Table Storage.\")\n\nexport type Kv = z.infer<typeof KvSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { EnvelopeSchema } from \"./envelope-schema.js\";\n\n/**\n * @description Lease information\n */\nexport const LeaseInfoSchema = z.object({\n \"attempt\": z.int().min(0).describe(\"Attempt number\"),\n\"commandId\": z.string().describe(\"Command identifier\"),\nget \"envelope\"(){\n return EnvelopeSchema.describe(\"Commands envelope sent to deployments\")\n },\n\"leaseExpiresAt\": z.iso.datetime().describe(\"When lease expires\"),\n\"leaseId\": z.string().describe(\"Unique lease identifier\")\n }).describe(\"Lease information\")\n\nexport type LeaseInfo = z.infer<typeof LeaseInfoSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Request for acquiring leases\n */\nexport const LeaseRequestSchema = z.object({\n \"deploymentId\": z.string().describe(\"Deployment identifier\"),\n\"leaseSeconds\": z.optional(z.int().min(0).describe(\"Lease duration in seconds\")),\n\"maxLeases\": z.optional(z.int().min(0).describe(\"Maximum number of leases to acquire\"))\n }).describe(\"Request for acquiring leases\")\n\nexport type LeaseRequest = z.infer<typeof LeaseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { LeaseInfoSchema } from \"./lease-info-schema.js\";\n\n/**\n * @description Response to lease acquisition\n */\nexport const LeaseResponseSchema = z.object({\n get \"leases\"(){\n return z.array(LeaseInfoSchema.describe(\"Lease information\")).describe(\"Acquired leases (empty array if none available)\")\n }\n }).describe(\"Response to lease acquisition\")\n\nexport type LeaseResponse = z.infer<typeof LeaseResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Defines a rule for managing the lifecycle of objects within a storage bucket.\n */\nexport const LifecycleRuleSchema = z.object({\n \"days\": z.int().min(0).describe(\"Number of days after which objects matching the rule expire.\"),\n\"prefix\": z.string().describe(\"Optional prefix to filter objects the rule applies to. If None, applies to all objects.\").nullish()\n }).describe(\"Defines a rule for managing the lifecycle of objects within a storage bucket.\")\n\nexport type LifecycleRule = z.infer<typeof LifecycleRuleSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AwsManagementConfigSchema } from \"./aws-management-config-schema.js\";\nimport { AzureManagementConfigSchema } from \"./azure-management-config-schema.js\";\nimport { GcpManagementConfigSchema } from \"./gcp-management-config-schema.js\";\n\n/**\n * @description Management configuration for different cloud platforms.\\n\\nPlatform-derived configuration for cross-account/cross-tenant access.\\nThis is NOT user-specified - it\\'s derived from the Manager\\'s ServiceAccount.\n */\nexport const ManagementConfigSchema = z.union([z.lazy(() => AwsManagementConfigSchema).and(z.object({\n \"platform\": z.enum([\"aws\"])\n })), z.lazy(() => GcpManagementConfigSchema).and(z.object({\n \"platform\": z.enum([\"gcp\"])\n })), z.lazy(() => AzureManagementConfigSchema).and(z.object({\n \"platform\": z.enum([\"azure\"])\n })), z.object({\n \"platform\": z.enum([\"kubernetes\"])\n })]).describe(\"Management configuration for different cloud platforms.\\n\\nPlatform-derived configuration for cross-account/cross-tenant access.\\nThis is NOT user-specified - it's derived from the Manager's ServiceAccount.\")\n\nexport type ManagementConfig = z.infer<typeof ManagementConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { AwsPlatformPermissionSchema } from \"./aws-platform-permission-schema.js\";\nimport { AzurePlatformPermissionSchema } from \"./azure-platform-permission-schema.js\";\nimport { GcpPlatformPermissionSchema } from \"./gcp-platform-permission-schema.js\";\n\n/**\n * @description Platform-specific permission configurations\n */\nexport const PlatformPermissionsSchema = z.object({\n get \"aws\"(){\n return z.array(AwsPlatformPermissionSchema.describe(\"AWS-specific platform permission configuration\")).describe(\"AWS permission configurations\").nullish()\n },\nget \"azure\"(){\n return z.array(AzurePlatformPermissionSchema.describe(\"Azure-specific platform permission configuration\")).describe(\"Azure permission configurations\").nullish()\n },\nget \"gcp\"(){\n return z.array(GcpPlatformPermissionSchema.describe(\"GCP-specific platform permission configuration\")).describe(\"GCP permission configurations\").nullish()\n }\n }).describe(\"Platform-specific permission configurations\")\n\nexport type PlatformPermissions = z.infer<typeof PlatformPermissionsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PlatformPermissionsSchema } from \"./platform-permissions-schema.js\";\n\n/**\n * @description A permission set that can be applied across different cloud platforms\n */\nexport const PermissionSetSchema = z.object({\n \"description\": z.string().describe(\"Human-readable description of what this permission set allows\"),\n\"id\": z.string().describe(\"Unique identifier for the permission set (e.g., \\\"storage/data-read\\\")\"),\nget \"platforms\"(){\n return PlatformPermissionsSchema.describe(\"Platform-specific permission configurations\")\n }\n }).describe(\"A permission set that can be applied across different cloud platforms\")\n\nexport type PermissionSet = z.infer<typeof PermissionSetSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PermissionSetSchema } from \"./permission-set-schema.js\";\n\n/**\n * @description Reference to a permission set - either by name or inline definition\n */\nexport const PermissionSetReferenceSchema = z.union([z.lazy(() => PermissionSetSchema), z.string()]).describe(\"Reference to a permission set - either by name or inline definition\")\n\nexport type PermissionSetReference = z.infer<typeof PermissionSetReferenceSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PermissionSetReferenceSchema } from \"./permission-set-reference-schema.js\";\n\n/**\n * @description Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\n */\nexport const PermissionProfileSchema = z.object({\n \n }).catchall(z.array(z.lazy(() => PermissionSetReferenceSchema).describe(\"Reference to a permission set - either by name or inline definition\"))).describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n\nexport type PermissionProfile = z.infer<typeof PermissionProfileSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PermissionProfileSchema } from \"./permission-profile-schema.js\";\n\n/**\n * @description Management permissions configuration for stack management access\n */\nexport const ManagementPermissionsSchema = z.union([z.object({\n get \"extend\"(){\n return PermissionProfileSchema.describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n }\n }), z.object({\n get \"override\"(){\n return PermissionProfileSchema.describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")\n }\n }), z.enum([\"auto\"])]).describe(\"Management permissions configuration for stack management access\")\n\nexport type ManagementPermissions = z.infer<typeof ManagementPermissionsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description JSON-first message payload that supports both structured JSON and UTF-8 text\n */\nexport const MessagePayloadSchema = z.union([z.object({\n \"type\": z.enum([\"json\"])\n }), z.object({\n \"type\": z.enum([\"text\"])\n })]).describe(\"JSON-first message payload that supports both structured JSON and UTF-8 text\")\n\nexport type MessagePayload = z.infer<typeof MessagePayloadSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Network configuration for the stack.\\n\\nControls how VPC/VNet networking is provisioned. Users configure this in\\n`StackSettings`; the Network resource itself is auto-generated by preflights.\\n\\n## Egress policy\\n\\nContainer cluster VMs are configured for egress based on the mode:\\n\\n- `UseDefault` → VMs get ephemeral public IPs (no NAT is provisioned)\\n- `Create` → VMs use private IPs; Alien provisions a NAT gateway for outbound access\\n- `ByoVpc*` / `ByoVnet*` → no public IPs assigned; customer manages egress\\n\\nFor production workloads, use `Create`. For fast dev/test iteration, `UseDefault` is\\nsufficient. For environments with existing VPCs, use the appropriate `ByoVpc*` variant.\n */\nexport const NetworkSettingsSchema = z.union([z.object({\n \"type\": z.enum([\"use-default\"])\n }), z.object({\n \"availability_zones\": z.optional(z.int().min(0).describe(\"Number of availability zones (default: 2).\")),\n\"cidr\": z.string().describe(\"VPC/VNet CIDR block. If not specified, auto-generated from stack ID\\nto reduce conflicts (e.g., \\\"10.{hash}.0.0/16\\\").\").nullish(),\n\"type\": z.enum([\"create\"])\n }), z.object({\n \"private_subnet_ids\": z.array(z.string()).describe(\"IDs of private subnets\"),\n\"public_subnet_ids\": z.array(z.string()).describe(\"IDs of public subnets (required for public ingress)\"),\n\"security_group_ids\": z.optional(z.array(z.string()).describe(\"Optional security group IDs to use\")),\n\"type\": z.enum([\"byo-vpc-aws\"]),\n\"vpc_id\": z.string().describe(\"The ID of the existing VPC\")\n }), z.object({\n \"network_name\": z.string().describe(\"The name of the existing VPC network\"),\n\"region\": z.string().describe(\"The region of the subnet\"),\n\"subnet_name\": z.string().describe(\"The name of the subnet to use\"),\n\"type\": z.enum([\"byo-vpc-gcp\"])\n }), z.object({\n \"private_subnet_name\": z.string().describe(\"Name of the private subnet within the VNet\"),\n\"public_subnet_name\": z.string().describe(\"Name of the public subnet within the VNet\"),\n\"type\": z.enum([\"byo-vnet-azure\"]),\n\"vnet_resource_id\": z.string().describe(\"The full resource ID of the existing VNet\")\n })]).describe(\"Network configuration for the stack.\\n\\nControls how VPC/VNet networking is provisioned. Users configure this in\\n`StackSettings`; the Network resource itself is auto-generated by preflights.\\n\\n## Egress policy\\n\\nContainer cluster VMs are configured for egress based on the mode:\\n\\n- `UseDefault` → VMs get ephemeral public IPs (no NAT is provisioned)\\n- `Create` → VMs use private IPs; Alien provisions a NAT gateway for outbound access\\n- `ByoVpc*` / `ByoVnet*` → no public IPs assigned; customer manages egress\\n\\nFor production workloads, use `Create`. For fast dev/test iteration, `UseDefault` is\\nsufficient. For environments with existing VPCs, use the appropriate `ByoVpc*` variant.\")\n\nexport type NetworkSettings = z.infer<typeof NetworkSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { ManagementPermissionsSchema } from \"./management-permissions-schema.js\";\nimport { PermissionProfileSchema } from \"./permission-profile-schema.js\";\n\n/**\n * @description Combined permissions configuration that contains both profiles and management\n */\nexport const PermissionsConfigSchema = z.object({\n get \"management\"(){\n return ManagementPermissionsSchema.describe(\"Management permissions configuration for stack management access\").optional()\n },\n\"profiles\": z.object({\n \n }).catchall(z.lazy(() => PermissionProfileSchema).describe(\"Permission profile that maps resources to permission sets\\nKey can be \\\"*\\\" for all resources or resource name for specific resource\")).describe(\"Permission profiles that define access control for compute services\\nKey is the profile name, value is the permission configuration\")\n }).describe(\"Combined permissions configuration that contains both profiles and management\")\n\nexport type PermissionsConfig = z.infer<typeof PermissionsConfigSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { MessagePayloadSchema } from \"./message-payload-schema.js\";\n\n/**\n * @description Standardized queue message structure used by alien-runtime\\n\\nThis structure contains commonly available metadata across all platforms\\nand a JSON-first payload that handles both structured data and plain text.\n */\nexport const QueueMessageSchema = z.object({\n \"attemptCount\": z.int().min(0).describe(\"Delivery attempt count (from ApproximateReceiveCount/deliveryCount, if available)\").nullish(),\n\"attributes\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Message attributes/properties (flattened from messageAttributes/attributes/properties)\")),\n\"id\": z.string().describe(\"Unique message identifier (from messageId/ce-id)\"),\nget \"payload\"(){\n return MessagePayloadSchema.describe(\"JSON-first message payload that supports both structured JSON and UTF-8 text\")\n },\n\"receiptHandle\": z.string().describe(\"Platform-specific receipt handle for acknowledgment\"),\n\"source\": z.string().describe(\"Source queue/topic name (derived from ARN/source/topic)\"),\n\"timestamp\": z.iso.datetime().describe(\"Message timestamp (from SentTimestamp/ce-time/enqueuedTimeUtc)\")\n }).describe(\"Standardized queue message structure used by alien-runtime\\n\\nThis structure contains commonly available metadata across all platforms\\nand a JSON-first payload that handles both structured data and plain text.\")\n\nexport type QueueMessage = z.infer<typeof QueueMessageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned Queue.\n */\nexport const QueueOutputsSchema = z.object({\n \"identifier\": z.string().describe(\"Platform-specific identifier or URL (e.g., SQS URL, Pub/Sub topic/subscription).\").nullish(),\n\"queueName\": z.string().describe(\"The name of the queue (platform-specific physical name).\")\n }).describe(\"Outputs generated by a successfully provisioned Queue.\")\n\nexport type QueueOutputs = z.infer<typeof QueueOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents a message queue resource with minimal, portable semantics.\\nQueue integrates with platform-native services (AWS SQS, GCP Pub/Sub, Azure Service Bus).\n */\nexport const QueueSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the queue. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a message queue resource with minimal, portable semantics.\\nQueue integrates with platform-native services (AWS SQS, GCP Pub/Sub, Azure Service Bus).\")\n\nexport type Queue = z.infer<typeof QueueSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Request to release a lease\n */\nexport const ReleaseRequestSchema = z.object({\n \"leaseId\": z.string().describe(\"Lease identifier to release\")\n }).describe(\"Request to release a lease\")\n\nexport type ReleaseRequest = z.infer<typeof ReleaseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Resource outputs for RemoteStackManagement.\\nDifferent platforms will provide different outputs based on their implementation.\n */\nexport const RemoteStackManagementOutputsSchema = z.object({\n \"accessConfiguration\": z.string().describe(\"Platform-specific access configuration\\nFor AWS: The role ARN to assume\\nFor GCP: The service account email to impersonate\\nFor Azure: JSON containing the target managed identity client ID and tenant ID\"),\n\"managementResourceId\": z.string().describe(\"Platform-specific management resource identifier\\nFor AWS: The ARN of the created cross-account role\\nFor GCP: The email of the created service account\\nFor Azure: The resource ID of the target user-assigned managed identity\")\n }).describe(\"Resource outputs for RemoteStackManagement.\\nDifferent platforms will provide different outputs based on their implementation.\")\n\nexport type RemoteStackManagementOutputs = z.infer<typeof RemoteStackManagementOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents cross-account management access configuration for a stack deployed\\non AWS, GCP, or Azure platforms. This resource sets up the necessary IAM/RBAC\\nconfiguration to allow another cloud account to manage the stack.\\n\\nMaps to:\\n- AWS: Cross-account IAM role with management permissions\\n- GCP: Service account with management permissions and impersonation rights\\n- Azure: User-assigned managed identity with federated credential and custom RBAC\\n\\nThis resource is automatically created for AWS, GCP, and Azure platforms\\nwhen the stack needs to be managed by another account. The management account\\nand identity information comes from the platform configuration.\n */\nexport const RemoteStackManagementSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the remote stack management. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents cross-account management access configuration for a stack deployed\\non AWS, GCP, or Azure platforms. This resource sets up the necessary IAM/RBAC\\nconfiguration to allow another cloud account to manage the stack.\\n\\nMaps to:\\n- AWS: Cross-account IAM role with management permissions\\n- GCP: Service account with management permissions and impersonation rights\\n- Azure: User-assigned managed identity with federated credential and custom RBAC\\n\\nThis resource is automatically created for AWS, GCP, and Azure platforms\\nwhen the stack needs to be managed by another account. The management account\\nand identity information comes from the platform configuration.\")\n\nexport type RemoteStackManagement = z.infer<typeof RemoteStackManagementSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { BaseResourceSchema } from \"./base-resource-schema.js\";\nimport { ResourceLifecycleSchema } from \"./resource-lifecycle-schema.js\";\nimport { ResourceRefSchema } from \"./resource-ref-schema.js\";\n\nexport const ResourceEntrySchema = z.object({\n get \"config\"(){\n return BaseResourceSchema.describe(\"Resource that can hold any resource type in the Alien system. All resources share common 'type' and 'id' fields with additional type-specific properties.\")\n },\nget \"dependencies\"(){\n return z.array(ResourceRefSchema.describe(\"New ResourceRef that works with any resource type.\\nThis can eventually replace the enum-based ResourceRef for full extensibility.\")).describe(\"Additional dependencies for this resource beyond those defined in the resource itself.\\nThe total dependencies are: resource.get_dependencies() + this list\")\n },\nget \"lifecycle\"(){\n return ResourceLifecycleSchema.describe(\"Describes the lifecycle of a resource within a stack, determining how it's managed and deployed.\")\n },\n\"remoteAccess\": z.optional(z.boolean().describe(\"Enable remote bindings for this resource (BYOB use case).\\nWhen true, binding params are synced to StackState's `remote_binding_params`.\\nDefault: false (prevents sensitive data in synced state).\"))\n })\n\nexport type ResourceEntry = z.infer<typeof ResourceEntrySchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents a scheduled event trigger, typically from a cron job or timer.\\n\\nThis struct aims to provide a common representation for scheduled events\\nacross different providers like AWS CloudWatch Events, Google Cloud Scheduler,\\nand Azure Timer Triggers.\n */\nexport const ScheduledEventSchema = z.object({\n \"timestamp\": z.iso.datetime().describe(\"The timestamp when the event was scheduled or triggered.\")\n }).describe(\"Represents a scheduled event trigger, typically from a cron job or timer.\\n\\nThis struct aims to provide a common representation for scheduled events\\nacross different providers like AWS CloudWatch Events, Google Cloud Scheduler,\\nand Azure Timer Triggers.\")\n\nexport type ScheduledEvent = z.infer<typeof ScheduledEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned ServiceAccount.\n */\nexport const ServiceAccountOutputsSchema = z.object({\n \"identity\": z.string().describe(\"The platform-specific identifier of the service account\\n- AWS: Role ARN\\n- GCP: Service Account email\\n- Azure: Managed Identity client ID\"),\n\"resourceId\": z.string().describe(\"The platform-specific resource name/ID\\n- AWS: Role name\\n- GCP: Service Account unique ID\\n- Azure: Managed Identity resource ID\")\n }).describe(\"Outputs generated by a successfully provisioned ServiceAccount.\")\n\nexport type ServiceAccountOutputs = z.infer<typeof ServiceAccountOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PermissionSetSchema } from \"./permission-set-schema.js\";\n\n/**\n * @description Represents a non-human identity that can be assumed by compute services\\nsuch as Lambda, Cloud Run, ECS, Container Apps, etc.\\n\\nMaps to:\\n- AWS: IAM Role\\n- GCP: Service Account\\n- Azure: User-assigned Managed Identity\\n\\nThe ServiceAccount is automatically created from permission profiles in the stack\\nand contains the resolved permission sets for both stack-level and resource-scoped access.\n */\nexport const ServiceAccountSchema = z.object({\n \"id\": z.string().describe(\"Identifier for the service account. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\"),\nget \"stackPermissionSets\"(){\n return z.array(PermissionSetSchema.describe(\"A permission set that can be applied across different cloud platforms\")).describe(\"Stack-level permission sets that apply to all resources in the stack.\\nThese are derived from the \\\"*\\\" scope in the permission profile.\\nResource-scoped permissions are handled by individual resource controllers.\")\n }\n }).describe(\"Represents a non-human identity that can be assumed by compute services\\nsuch as Lambda, Cloud Run, ECS, Container Apps, etc.\\n\\nMaps to:\\n- AWS: IAM Role\\n- GCP: Service Account\\n- Azure: User-assigned Managed Identity\\n\\nThe ServiceAccount is automatically created from permission profiles in the stack\\nand contains the resolved permission sets for both stack-level and resource-scoped access.\")\n\nexport type ServiceAccount = z.infer<typeof ServiceAccountSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Reference to a stack for management permissions\n */\nexport const StackRefSchema = z.union([z.object({\n \"external\": z.string().describe(\"Reference to another stack by ID\")\n }), z.enum([\"current\"])]).describe(\"Reference to a stack for management permissions\")\n\nexport type StackRef = z.infer<typeof StackRefSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { PermissionsConfigSchema } from \"./permissions-config-schema.js\";\nimport { ResourceEntrySchema } from \"./resource-entry-schema.js\";\n\n/**\n * @description A bag of resources, unaware of any cloud.\n */\nexport const StackSchema = z.object({\n \"id\": z.string().describe(\"Unique identifier for the stack\"),\nget \"permissions\"(){\n return PermissionsConfigSchema.describe(\"Combined permissions configuration that contains both profiles and management\").optional()\n },\n\"resources\": z.object({\n \n }).catchall(z.lazy(() => ResourceEntrySchema)).describe(\"Map of resource IDs to their configurations and lifecycle settings\")\n }).describe(\"A bag of resources, unaware of any cloud.\")\n\nexport type Stack = z.infer<typeof StackSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description How telemetry (logs, metrics, traces) is handled.\n */\nexport const TelemetryModeSchema = z.enum([\"off\", \"auto\", \"approval-required\"]).describe(\"How telemetry (logs, metrics, traces) is handled.\")\n\nexport type TelemetryMode = z.infer<typeof TelemetryModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description How updates are delivered to the deployment.\n */\nexport const UpdatesModeSchema = z.enum([\"auto\", \"approval-required\"]).describe(\"How updates are delivered to the deployment.\")\n\nexport type UpdatesMode = z.infer<typeof UpdatesModeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { DeploymentModelSchema } from \"./deployment-model-schema.js\";\nimport { DomainSettingsSchema } from \"./domain-settings-schema.js\";\nimport { HeartbeatsModeSchema } from \"./heartbeats-mode-schema.js\";\nimport { NetworkSettingsSchema } from \"./network-settings-schema.js\";\nimport { TelemetryModeSchema } from \"./telemetry-mode-schema.js\";\nimport { UpdatesModeSchema } from \"./updates-mode-schema.js\";\n\n/**\n * @description User-customizable deployment settings specified at deploy time.\\n\\nThese settings are provided by the customer via CloudFormation parameters,\\nTerraform attributes, CLI flags, or Helm values. They customize how the\\ndeployment runs and what capabilities are enabled.\\n\\n**Key distinction**: StackSettings is user-customizable, while ManagementConfig\\nis platform-derived (from the Manager\\'s ServiceAccount).\n */\nexport const StackSettingsSchema = z.object({\n get \"deploymentModel\"(){\n return DeploymentModelSchema.describe(\"Deployment model: how updates are delivered to the remote environment.\").optional()\n },\nget \"domains\"(){\n return z.union([DomainSettingsSchema, z.null()]).optional()\n },\n\"externalBindings\": z.object({\n \n }).describe(\"External bindings for pre-existing infrastructure.\\nAllows using existing resources (MinIO, Redis, shared Container Apps\\nEnvironment, etc.) instead of having Alien provision them.\\nRequired for Kubernetes platform, optional for cloud platforms.\").nullish(),\nget \"heartbeats\"(){\n return HeartbeatsModeSchema.describe(\"How heartbeat health checks are handled.\").optional()\n },\nget \"network\"(){\n return z.union([NetworkSettingsSchema, z.null()]).optional()\n },\nget \"telemetry\"(){\n return TelemetryModeSchema.describe(\"How telemetry (logs, metrics, traces) is handled.\").optional()\n },\nget \"updates\"(){\n return UpdatesModeSchema.describe(\"How updates are delivered to the deployment.\").optional()\n }\n }).describe(\"User-customizable deployment settings specified at deploy time.\\n\\nThese settings are provided by the customer via CloudFormation parameters,\\nTerraform attributes, CLI flags, or Helm values. They customize how the\\ndeployment runs and what capabilities are enabled.\\n\\n**Key distinction**: StackSettings is user-customizable, while ManagementConfig\\nis platform-derived (from the Manager's ServiceAccount).\")\n\nexport type StackSettings = z.infer<typeof StackSettingsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents the overall status of a stack based on its resource states.\n */\nexport const StackStatusSchema = z.enum([\"pending\", \"in_progress\", \"running\", \"deleted\", \"failure\"]).describe(\"Represents the overall status of a stack based on its resource states.\")\n\nexport type StackStatus = z.infer<typeof StackStatusSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents the type of storage event that occurred.\n */\nexport const StorageEventTypeSchema = z.enum([\"created\", \"deleted\", \"copied\", \"metadataUpdated\", \"restored\", \"tierChanged\", \"unknown\"]).describe(\"Represents the type of storage event that occurred.\")\n\nexport type StorageEventType = z.infer<typeof StorageEventTypeSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { StorageEventTypeSchema } from \"./storage-event-type-schema.js\";\n\n/**\n * @description Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\n */\nexport const StorageEventSchema = z.object({\n \"bucketName\": z.string().describe(\"The name of the bucket or container where the event occurred.\"),\n\"contentType\": z.string().describe(\"Optional content type (MIME type) of the object.\").nullish(),\n\"copySource\": z.string().describe(\"Optional information about the source object for copy events.\").nullish(),\n\"currentTier\": z.string().describe(\"Optional current storage tier for TierChanged or Restored events.\").nullish(),\n\"etag\": z.string().describe(\"Optional ETag or hash of the object content.\").nullish(),\nget \"eventType\"(){\n return StorageEventTypeSchema.describe(\"Represents the type of storage event that occurred.\")\n },\n\"metadata\": z.optional(z.object({\n \n }).catchall(z.string()).describe(\"Optional metadata associated with the object.\")),\n\"objectKey\": z.string().describe(\"The key or path of the object involved in the event.\"),\n\"previousTier\": z.string().describe(\"Optional previous storage tier for TierChanged or Restored events.\").nullish(),\n\"region\": z.string().describe(\"Optional region where the event originated.\").nullish(),\n\"size\": z.int().min(0).describe(\"Optional size of the object in bytes.\").nullish(),\n\"timestamp\": z.iso.datetime().describe(\"The timestamp when the event occurred.\"),\n\"versionId\": z.string().describe(\"Optional version or sequencer identifier for the event or object state.\").nullish()\n }).describe(\"Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\")\n\nexport type StorageEvent = z.infer<typeof StorageEventSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { StorageEventSchema } from \"./storage-event-schema.js\";\n\n/**\n * @description A wrapper type for a list of storage events.\n */\nexport const StorageEventsSchema = z.array(z.lazy(() => StorageEventSchema).describe(\"Represents an event triggered by an action in an object storage service.\\n\\nThis struct provides a generic representation for events from services like\\nAWS S3, Google Cloud Storage (GCS), and Azure Blob Storage.\")).describe(\"A wrapper type for a list of storage events.\")\n\nexport type StorageEvents = z.infer<typeof StorageEventsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned Storage bucket.\n */\nexport const StorageOutputsSchema = z.object({\n \"bucketName\": z.string().describe(\"The globally unique name of the bucket.\")\n }).describe(\"Outputs generated by a successfully provisioned Storage bucket.\")\n\nexport type StorageOutputs = z.infer<typeof StorageOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { LifecycleRuleSchema } from \"./lifecycle-rule-schema.js\";\n\n/**\n * @description Represents an object storage bucket.\n */\nexport const StorageSchema = z.object({\n \"id\": z.string().describe(\"Name of the the storage bucket.\\nFor names with dots, each dot-separated label must be ≤ 63 characters.\"),\nget \"lifecycleRules\"(){\n return z.array(LifecycleRuleSchema.describe(\"Defines a rule for managing the lifecycle of objects within a storage bucket.\")).describe(\"List of rules for automatic object management (e.g., expiration).\\nDefault: `[]` (empty list)\").optional()\n },\n\"publicRead\": z.optional(z.boolean().describe(\"Allows public read access to objects without authentication.\\nDefault: `false`\")),\n\"versioning\": z.optional(z.boolean().describe(\"Enables object versioning.\\nDefault: `false`\"))\n }).describe(\"Represents an object storage bucket.\")\n\nexport type Storage = z.infer<typeof StorageSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CommandResponseSchema } from \"./command-response-schema.js\";\n\n/**\n * @description Request to submit a command response (from deployment)\n */\nexport const SubmitResponseRequestSchema = z.lazy(() => CommandResponseSchema).describe(\"Request to submit a command response (from deployment)\")\n\nexport type SubmitResponseRequest = z.infer<typeof SubmitResponseRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Request to mark upload as complete\n */\nexport const UploadCompleteRequestSchema = z.object({\n \"size\": z.int().min(0).describe(\"Size of uploaded data\")\n }).describe(\"Request to mark upload as complete\")\n\nexport type UploadCompleteRequest = z.infer<typeof UploadCompleteRequestSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\nimport { CommandStateSchema } from \"./command-state-schema.js\";\n\n/**\n * @description Response to upload completion\n */\nexport const UploadCompleteResponseSchema = z.object({\n \"commandId\": z.string().describe(\"Command identifier\"),\nget \"state\"(){\n return CommandStateSchema.describe(\"Command states in the Commands protocol lifecycle\")\n }\n }).describe(\"Response to upload completion\")\n\nexport type UploadCompleteResponse = z.infer<typeof UploadCompleteResponseSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Outputs generated by a successfully provisioned Vault.\n */\nexport const VaultOutputsSchema = z.object({\n \"vaultId\": z.string().describe(\"Platform-specific vault identifier.\\n- AWS: Account and region (e.g., \\\"123456789012:us-west-2\\\") - implicit reference to Secrets Manager\\n- GCP: Project and location (e.g., \\\"projects/my-project/locations/us-central1\\\") - implicit reference to Secret Manager\\n- Azure: Key Vault resource ID (e.g., \\\"/subscriptions/.../resourceGroups/.../providers/Microsoft.KeyVault/vaults/my-vault\\\")\")\n }).describe(\"Outputs generated by a successfully provisioned Vault.\")\n\nexport type VaultOutputs = z.infer<typeof VaultOutputsSchema>","/**\n* Generated by Kubb (https://kubb.dev/).\n* Do not edit manually.\n*/\n\nimport * as z from \"zod\";\n\n/**\n * @description Represents a secure vault for storing secrets.\\nThis resource provides a platform-agnostic interface over cloud-native secret management services:\\n- AWS: AWS Secrets Manager with prefixed secret names\\n- GCP: Secret Manager with prefixed secret names\\n- Azure: Key Vault resource\\n\\nThe vault acts as a namespace for secrets and controls access permissions for functions and services.\n */\nexport const VaultSchema = z.object({\n \"id\": z.string().describe(\"Unique identifier for the vault. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]).\\nMaximum 64 characters.\")\n }).describe(\"Represents a secure vault for storing secrets.\\nThis resource provides a platform-agnostic interface over cloud-native secret management services:\\n- AWS: AWS Secrets Manager with prefixed secret names\\n- GCP: Secret Manager with prefixed secret names\\n- Azure: Key Vault resource\\n\\nThe vault acts as a namespace for secrets and controls access permissions for functions and services.\")\n\nexport type Vault = z.infer<typeof VaultSchema>","import {\n type PermissionsConfig,\n type ResourceEntry,\n type ResourceLifecycle,\n type Stack as StackConfig,\n StackSchema,\n} from \"./generated/index.js\"\nimport type { Resource } from \"./resource.js\"\n\n/**\n * Options for adding a resource to a stack.\n */\nexport interface AddResourceOptions {\n /**\n * Enable remote bindings for this resource (BYOB use case).\n * When true, binding params are synced to StackState for external access.\n * Default: false (prevents sensitive data in synced state).\n */\n remoteAccess?: boolean\n}\n\nexport type {\n Stack as StackConfig,\n StackState,\n StackStatus,\n StackResourceState,\n ResourceStatus,\n PermissionSet,\n ManagementPermissions,\n PermissionsConfig,\n} from \"./generated/index.js\"\nexport {\n StackSchema,\n StackStateSchema,\n StackStatusSchema,\n StackResourceStateSchema,\n ResourceStatusSchema,\n} from \"./generated/index.js\"\n\n/**\n * Represents a collection of cloud resources that are managed together.\n * Stacks are the top-level organizational unit in an Alien application.\n */\nexport class Stack {\n private _config: Partial<StackConfig> = {\n resources: {},\n permissions: undefined,\n }\n\n /**\n * Creates a new Stack builder.\n * @param id Identifier for the stack. Must contain only alphanumeric characters, hyphens, and underscores ([A-Za-z0-9-_]). Maximum 128 characters.\n */\n constructor(id: string) {\n this._config.id = id\n }\n\n /**\n * Adds a resource to the stack with a specified lifecycle.\n * @param resource The resource to add (e.g., Function, Storage).\n * @param lifecycle The lifecycle state of the resource (e.g., Frozen, Live).\n * @param options Optional configuration for the resource entry.\n * @returns The Stack builder instance.\n */\n public add(resource: Resource, lifecycle: ResourceLifecycle, options?: AddResourceOptions): this {\n const entry: ResourceEntry = {\n config: resource.config,\n lifecycle,\n dependencies: [], // Additional dependencies beyond what the resource itself defines\n }\n if (options?.remoteAccess) {\n entry.remoteAccess = true\n }\n this._config.resources![resource.config.id] = entry\n return this\n }\n\n /**\n * Configure permissions for this stack.\n * @param config Permission configuration\n * @returns The Stack builder instance.\n */\n public permissions(config: PermissionsConfig): this {\n this._config.permissions = config\n return this\n }\n\n /**\n * Gets the stack ID without building/validating the stack.\n * @returns The stack ID.\n */\n public get id(): string {\n return this._config.id!\n }\n\n /**\n * Builds and validates the stack configuration.\n * @returns The complete and validated stack configuration.\n * @throws Error if the stack configuration is invalid.\n */\n public build(): StackConfig {\n return StackSchema.parse(this._config)\n }\n}\n"],"mappings":"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"}
|