// Code generated by chant generate. DO NOT EDIT. import { createResource, createProperty } from "./runtime"; export const App = createResource("Fly::Machines::App", "fly", {"id":"id","internal_numeric_id":"internal_numeric_id","machine_count":"machine_count","network_cidr":"network_cidr","organization":"organization","status":"status","volume_count":"volume_count"}); export const Certificate = createResource("Fly::Machines::Certificate", "fly", {"acme_requested":"acme_requested","certificates":"certificates","configured":"configured","dns_provider":"dns_provider","dns_requirements":"dns_requirements","rate_limited_until":"rate_limited_until","status":"status","validation":"validation","validation_errors":"validation_errors"}); export const IPAddress = createResource("Fly::Machines::IPAddress", "fly", {"created_at":"created_at","ip":"ip","shared":"shared"}); export const Machine = createResource("Fly::Machines::Machine", "fly", {"checks":"checks","cordoned":"cordoned","created_at":"created_at","events":"events","host_status":"host_status","id":"id","image_ref":"image_ref","incomplete_config":"incomplete_config","instance_id":"instance_id","lease":"lease","nonce":"nonce","private_ip":"private_ip","state":"state","updated_at":"updated_at"}); export const Secret = createResource("Fly::Machines::Secret", "fly", {"created_at":"created_at","digest":"digest","name":"name","updated_at":"updated_at"}); export const Volume = createResource("Fly::Machines::Volume", "fly", {"attached_alloc_id":"attached_alloc_id","attached_machine_id":"attached_machine_id","block_size":"block_size","blocks":"blocks","blocks_avail":"blocks_avail","blocks_free":"blocks_free","bytes_total":"bytes_total","bytes_used":"bytes_used","created_at":"created_at","host_status":"host_status","id":"id","state":"state","type":"type","zone":"zone"}); export const ContainerConfig = createProperty("Fly::Machines::ContainerConfig", "fly"); export const ContainerDependency = createProperty("Fly::Machines::ContainerDependency", "fly"); export const ContainerHealthcheck = createProperty("Fly::Machines::ContainerHealthcheck", "fly"); export const DNSConfig = createProperty("Fly::Machines::DNSConfig", "fly"); export const DnsForwardRule = createProperty("Fly::Machines::DnsForwardRule", "fly"); export const DnsOption = createProperty("Fly::Machines::DnsOption", "fly"); export const EnvFrom = createProperty("Fly::Machines::EnvFrom", "fly"); export const ExecHealthcheck = createProperty("Fly::Machines::ExecHealthcheck", "fly"); export const File = createProperty("Fly::Machines::File", "fly"); export const HTTPHealthcheck = createProperty("Fly::Machines::HTTPHealthcheck", "fly"); export const HTTPOptions = createProperty("Fly::Machines::HTTPOptions", "fly"); export const HTTPResponseOptions = createProperty("Fly::Machines::HTTPResponseOptions", "fly"); export const MachineCacheDrive = createProperty("Fly::Machines::MachineCacheDrive", "fly"); export const MachineCheck = createProperty("Fly::Machines::MachineCheck", "fly"); export const MachineConfig = createProperty("Fly::Machines::MachineConfig", "fly"); export const MachineGuest = createProperty("Fly::Machines::MachineGuest", "fly"); export const MachineHTTPHeader = createProperty("Fly::Machines::MachineHTTPHeader", "fly"); export const MachineInit = createProperty("Fly::Machines::MachineInit", "fly"); export const MachineMetrics = createProperty("Fly::Machines::MachineMetrics", "fly"); export const MachineMount = createProperty("Fly::Machines::MachineMount", "fly"); export const MachinePort = createProperty("Fly::Machines::MachinePort", "fly"); export const MachineProcess = createProperty("Fly::Machines::MachineProcess", "fly"); export const MachineRestart = createProperty("Fly::Machines::MachineRestart", "fly"); export const MachineRootfs = createProperty("Fly::Machines::MachineRootfs", "fly"); export const MachineSecret = createProperty("Fly::Machines::MachineSecret", "fly"); export const MachineService = createProperty("Fly::Machines::MachineService", "fly"); export const MachineServiceCheck = createProperty("Fly::Machines::MachineServiceCheck", "fly"); export const MachineServiceConcurrency = createProperty("Fly::Machines::MachineServiceConcurrency", "fly"); export const MachineSpot = createProperty("Fly::Machines::MachineSpot", "fly"); export const ProxyProtoOptions = createProperty("Fly::Machines::ProxyProtoOptions", "fly"); export const ReplayCache = createProperty("Fly::Machines::ReplayCache", "fly"); export const Static = createProperty("Fly::Machines::Static", "fly"); export const StopConfig = createProperty("Fly::Machines::StopConfig", "fly"); export const TCPHealthcheck = createProperty("Fly::Machines::TCPHealthcheck", "fly"); export const TLSOptions = createProperty("Fly::Machines::TLSOptions", "fly"); // Re-exports for convenience