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

    Variable putObjectStorageBucketAclRequestSchemaConst

    putObjectStorageBucketAclRequestSchema: ZodObject<
        {
            body: ZodOptional<
                ZodObject<
                    {
                        acl: ZodEnum<
                            {
                                "authenticated-read": "authenticated-read";
                                custom: "custom";
                                private: "private";
                                "public-read": "public-read";
                                "public-read-write": "public-read-write";
                            },
                        >;
                        name: ZodString;
                    },
                    $strip,
                >,
            >;
            path: ZodObject<{ bucket: ZodString; regionId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...