hexo/node_modules/ali-oss/lib/common/bucket/deleteBucketInventory.d.ts

11 lines
294 B
TypeScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
/**
* deleteBucketInventory
* @param {String} bucketName - bucket name
* @param {String} inventoryId
* @param {Object} options
*/
export declare function deleteBucketInventory(this: any, bucketName: string, inventoryId: string, options?: any): Promise<{
status: any;
res: any;
}>;