import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class Ingestions extends ClientSDK { /** * Read Ingestion Run */ getRun(request: operations.ConsoleV1IngestionControllerGenIngestionRunRequest, options?: RequestOptions): Promise; /** * List Ingestion Runs */ listRuns(request: operations.ConsoleV1IngestionControllerGenIngestionRunsRequest, options?: RequestOptions): Promise; /** * Backfill Ingestion */ backfill(request: operations.ConsoleV1IngestionControllerGenBackfillIngestionRequest, options?: RequestOptions): Promise; /** * Read Ingestion Schedule */ getSchedule(request: operations.ConsoleV1IngestionControllerGenReadIngestionScheduleRequest, options?: RequestOptions): Promise; /** * Update Ingestion Schedule */ updateSchedule(request: operations.ConsoleV1IngestionControllerGenUpdateIngestionScheduleRequest, options?: RequestOptions): Promise; /** * Read Ingestion */ get(request: operations.ConsoleV1IngestionControllerGenReadIngestionRequest, options?: RequestOptions): Promise; /** * Create Ingestion Source */ createSource(request: operations.ConsoleV1IngestionControllerGenCreateIngestionSourceRequest, options?: RequestOptions): Promise; /** * Update Ingestion Source */ updateSource(request: operations.ConsoleV1IngestionControllerGenUpdateIngestionRequest, options?: RequestOptions): Promise; /** * Delete Ingestion Source */ deleteSource(request: operations.ConsoleV1IngestionControllerGenDeleteIngestionSourceRequest, options?: RequestOptions): Promise; /** * Create Ingestion Databricks */ createConnectionDatabricks(request: operations.ConsoleV1IngestionConnectionControllerGenCreateIngestionDatabricksRequest, options?: RequestOptions): Promise; /** * Get Ingestion Event Count */ getEventCount(request: operations.ConsoleV1IngestionEventsControllerGenIngestionEventCountRequest, options?: RequestOptions): Promise; /** * Get Ingestion Event Delta Ledger */ getEventDeltaLedger(request: operations.ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=ingestions.d.ts.map