import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type DeleteClusterOrgAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class DeleteClusterOrgAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgAuthClusterResponse429ResponseBodyData; constructor(err: DeleteClusterOrgAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type DeleteClusterOrgAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class DeleteClusterOrgAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgAuthClusterResponse409ResponseBodyData; constructor(err: DeleteClusterOrgAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type DeleteClusterOrgAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class DeleteClusterOrgAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgAuthClusterResponse404ResponseBodyData; constructor(err: DeleteClusterOrgAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type DeleteClusterOrgAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class DeleteClusterOrgAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgAuthClusterResponseResponseBodyData; constructor(err: DeleteClusterOrgAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type DeleteClusterOrgAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class DeleteClusterOrgAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgAuthClusterResponseBodyData; constructor(err: DeleteClusterOrgAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type DeleteClusterOrgResponseBodyData = { message: string; }; /** * Bad request */ export declare class DeleteClusterOrgResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: DeleteClusterOrgResponseBodyData; constructor(err: DeleteClusterOrgResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const DeleteClusterOrgResponseBody$inboundSchema: z.ZodType; /** @internal */ export type DeleteClusterOrgResponseBody$Outbound = { message: string; }; /** @internal */ export declare const DeleteClusterOrgResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=deleteclusterorg.d.ts.map