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

12 lines
308 B
TypeScript
Raw Normal View History

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