import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1IngestionControllerGenBackfillIngestionStatus: { readonly FourHundred: 400; }; export type ConsoleV1IngestionControllerGenBackfillIngestionStatus = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1IngestionControllerGenBackfillIngestionResponseBodyData = { status: ConsoleV1IngestionControllerGenBackfillIngestionStatus; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1IngestionControllerGenBackfillIngestionResponseBody extends Error { status: ConsoleV1IngestionControllerGenBackfillIngestionStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1IngestionControllerGenBackfillIngestionResponseBodyData; constructor(err: ConsoleV1IngestionControllerGenBackfillIngestionResponseBodyData); } /** @internal */ export declare const ConsoleV1IngestionControllerGenBackfillIngestionStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenBackfillIngestionStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionControllerGenBackfillIngestionStatus$ { /** @deprecated use `ConsoleV1IngestionControllerGenBackfillIngestionStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1IngestionControllerGenBackfillIngestionStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$ { /** @deprecated use `ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenBackfillIngestionResponseBody$Outbound; } //# sourceMappingURL=consolev1ingestioncontrollergenbackfillingestion.d.ts.map