@akamai/openapi-ts
    Preparing search index...

    Variable postObjectStorageSslRequestSchemaConst

    postObjectStorageSslRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<{ certificate: ZodString; private_key: ZodString }, $strip>,
            >;
            path: ZodObject<{ bucket: ZodString; regionId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...