import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type GetClusterOrgAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class GetClusterOrgAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgAuthClusterResponse429ResponseBodyData; constructor(err: GetClusterOrgAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type GetClusterOrgAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class GetClusterOrgAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgAuthClusterResponse409ResponseBodyData; constructor(err: GetClusterOrgAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type GetClusterOrgAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class GetClusterOrgAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgAuthClusterResponse404ResponseBodyData; constructor(err: GetClusterOrgAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type GetClusterOrgAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class GetClusterOrgAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgAuthClusterResponseResponseBodyData; constructor(err: GetClusterOrgAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type GetClusterOrgAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class GetClusterOrgAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgAuthClusterResponseBodyData; constructor(err: GetClusterOrgAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type GetClusterOrgResponseBodyData = { message: string; }; /** * Bad request */ export declare class GetClusterOrgResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: GetClusterOrgResponseBodyData; constructor(err: GetClusterOrgResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const GetClusterOrgAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterOrgAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterOrgAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterOrgAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterOrgAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const GetClusterOrgResponseBody$inboundSchema: z.ZodType; /** @internal */ export type GetClusterOrgResponseBody$Outbound = { message: string; }; /** @internal */ export declare const GetClusterOrgResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=getclusterorg.d.ts.map