import * as z from "zod/v3"; import { SDKError } from "./sdkerror.js"; /** * Rate limited */ export type UnsuspendClusterOrgAuthClusterResponse429ResponseBodyData = { message: string; }; /** * Rate limited */ export declare class UnsuspendClusterOrgAuthClusterResponse429ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgAuthClusterResponse429ResponseBodyData; constructor(err: UnsuspendClusterOrgAuthClusterResponse429ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Conflict */ export type UnsuspendClusterOrgAuthClusterResponse409ResponseBodyData = { message: string; }; /** * Conflict */ export declare class UnsuspendClusterOrgAuthClusterResponse409ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgAuthClusterResponse409ResponseBodyData; constructor(err: UnsuspendClusterOrgAuthClusterResponse409ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Not found */ export type UnsuspendClusterOrgAuthClusterResponse404ResponseBodyData = { message: string; }; /** * Not found */ export declare class UnsuspendClusterOrgAuthClusterResponse404ResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgAuthClusterResponse404ResponseBodyData; constructor(err: UnsuspendClusterOrgAuthClusterResponse404ResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Forbidden */ export type UnsuspendClusterOrgAuthClusterResponseResponseBodyData = { message: string; }; /** * Forbidden */ export declare class UnsuspendClusterOrgAuthClusterResponseResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgAuthClusterResponseResponseBodyData; constructor(err: UnsuspendClusterOrgAuthClusterResponseResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Unauthorized */ export type UnsuspendClusterOrgAuthClusterResponseBodyData = { message: string; }; /** * Unauthorized */ export declare class UnsuspendClusterOrgAuthClusterResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgAuthClusterResponseBodyData; constructor(err: UnsuspendClusterOrgAuthClusterResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** * Bad request */ export type UnsuspendClusterOrgResponseBodyData = { message: string; }; /** * Bad request */ export declare class UnsuspendClusterOrgResponseBody extends SDKError { /** The original data that was passed to this error instance. */ data$: UnsuspendClusterOrgResponseBodyData; constructor(err: UnsuspendClusterOrgResponseBodyData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse429ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgAuthClusterResponse429ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse429ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse409ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgAuthClusterResponse409ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse409ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse404ResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgAuthClusterResponse404ResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponse404ResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgAuthClusterResponseResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponseResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgAuthClusterResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgAuthClusterResponseBody$outboundSchema: z.ZodType; /** @internal */ export declare const UnsuspendClusterOrgResponseBody$inboundSchema: z.ZodType; /** @internal */ export type UnsuspendClusterOrgResponseBody$Outbound = { message: string; }; /** @internal */ export declare const UnsuspendClusterOrgResponseBody$outboundSchema: z.ZodType; //# sourceMappingURL=unsuspendclusterorg.d.ts.map