import { ConfigService } from "https://deno.land/x/windmill@v1.416.1/windmill-api/services/ConfigService.ts";
Static Methods
deleteConfig(unnamed 0: { name: string; }): CancelablePromise<string>
Delete Config
getConfig(unnamed 0: { name: string; }): CancelablePromise<any>
get config
listAutoscalingEvents(unnamed 0: { workerGroup: string; }): CancelablePromise<Array<AutoscalingEvent>>
List autoscaling events
listConfigs(): CancelablePromise<Array<Config>>
list configs
listWorkerGroups(): CancelablePromise<Array<{ name: string; config: any; }>>
list worker groups
updateConfig(unnamed 0: { name: string; requestBody: any; }): CancelablePromise<string>
Update config