import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type SuspendClusterOrgAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class SuspendClusterOrgAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgAuthClusterResponse429ResponseBodyData; constructor(err: SuspendClusterOrgAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type SuspendClusterOrgAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class SuspendClusterOrgAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgAuthClusterResponse409ResponseBodyData; constructor(err: SuspendClusterOrgAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type SuspendClusterOrgAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class SuspendClusterOrgAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgAuthClusterResponse404ResponseBodyData; constructor(err: SuspendClusterOrgAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type SuspendClusterOrgAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class SuspendClusterOrgAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgAuthClusterResponseResponseBodyData; constructor(err: SuspendClusterOrgAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type SuspendClusterOrgAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class SuspendClusterOrgAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgAuthClusterResponseBodyData; constructor(err: SuspendClusterOrgAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type SuspendClusterOrgResponseBodyData = { message: string; }; /** * Bad request */ export declare class SuspendClusterOrgResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: SuspendClusterOrgResponseBodyData; constructor(err: SuspendClusterOrgResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const SuspendClusterOrgResponseBody$inboundSchema: z.ZodType; /** @internal */ export type SuspendClusterOrgResponseBody$Outbound = { message: string; }; /** @internal */ export declare const SuspendClusterOrgResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=suspendclusterorg.d.ts.map