import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type ListClusterOrgsAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class ListClusterOrgsAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsAuthClusterResponse429ResponseBodyData; constructor(err: ListClusterOrgsAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type ListClusterOrgsAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class ListClusterOrgsAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsAuthClusterResponse409ResponseBodyData; constructor(err: ListClusterOrgsAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type ListClusterOrgsAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class ListClusterOrgsAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsAuthClusterResponse404ResponseBodyData; constructor(err: ListClusterOrgsAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type ListClusterOrgsAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class ListClusterOrgsAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsAuthClusterResponseResponseBodyData; constructor(err: ListClusterOrgsAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type ListClusterOrgsAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class ListClusterOrgsAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsAuthClusterResponseBodyData; constructor(err: ListClusterOrgsAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type ListClusterOrgsResponseBodyData = { message: string; }; /** * Bad request */ export declare class ListClusterOrgsResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: ListClusterOrgsResponseBodyData; constructor(err: ListClusterOrgsResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const ListClusterOrgsAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterOrgsAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterOrgsAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterOrgsAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterOrgsAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const ListClusterOrgsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ListClusterOrgsResponseBody$Outbound = { message: string; }; /** @internal */ export declare const ListClusterOrgsResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=listclusterorgs.d.ts.map