UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

11 lines (10 loc) 336 B
/** * Generates XML for S3 batch delete operations * * @param objects - Array of objects to delete with their keys * @param quiet - Whether to use quiet mode (default: true) * @returns XML string for the delete request */ export declare const generateDeleteObjectsXml: (objects: { Key: string; }[], quiet: boolean) => string;