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

11 lines
304 B
TypeScript

/**
* 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;
}>;