import { z } from 'zod'; /** * Zod schema for the SesConfigCollection model. * Defines the structure and validation rules for this data type. * This is the shape used in application code - what developers interact with. */ export declare const sesConfigCollection: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; keyId: z.ZodString; region: z.ZodString; secretKey: z.ZodString; }, "strip", z.ZodTypeAny, { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }, { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {SesConfigCollection} sesConfigCollection * @property {SesConfig[]} * @property {Links} */ export type SesConfigCollection = z.infer; /** * Zod schema for mapping API responses to the SesConfigCollection application shape. * Handles any property name transformations from the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const sesConfigCollectionResponse: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; key_id: z.ZodString; region: z.ZodString; secret_key: z.ZodString; }, "strip", z.ZodTypeAny, { key_id: string; region: string; secret_key: string; from?: { email: string; name: string | null | undefined; } | undefined; }, { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }>, { from: { email: string; name: string | null | undefined; } | undefined; keyId: string; region: string; secretKey: string; }, { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { from: { email: string; name: string | null | undefined; } | undefined; keyId: string; region: string; secretKey: string; }; id: string; name: string; }, { config: { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>, { config: { from: { email: string; name: string | null | undefined; } | undefined; keyId: string; region: string; secretKey: string; }; id: string; name: string; }, { config: { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>, { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { from: { email: string; name: string | null | undefined; } | undefined; keyId: string; region: string; secretKey: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { from: { email: string; name: string | null | undefined; } | undefined; keyId: string; region: string; secretKey: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { key_id: string; region: string; secret_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the SesConfigCollection application shape to API requests. * Handles any property name transformations required by the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const sesConfigCollectionRequest: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; keyId: z.ZodString; region: z.ZodString; secretKey: z.ZodString; }, "strip", z.ZodTypeAny, { keyId: string; region: string; secretKey: string; from?: { email: string; name: string | null | undefined; } | undefined; }, { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }>, { from: { email: string; name: string | null | undefined; } | undefined; key_id: string; region: string; secret_key: string; }, { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { from: { email: string; name: string | null | undefined; } | undefined; key_id: string; region: string; secret_key: string; }; id: string; name: string; }, { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>, { config: { from: { email: string; name: string | null | undefined; } | undefined; key_id: string; region: string; secret_key: string; }; id: string; name: string; }, { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>, { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { from: { email: string; name: string | null | undefined; } | undefined; key_id: string; region: string; secret_key: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { from: { email: string; name: string | null | undefined; } | undefined; key_id: string; region: string; secret_key: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { keyId: string; region: string; secretKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=ses-config-collection.d.ts.map