ali-oss
Version:
aliyun oss(object storage service) node client
14 lines (13 loc) • 351 B
TypeScript
/**
* listBucketInventory
* @param {String} bucketName - bucket name
* @param {String} inventoryId
* @param {Object} options
*/
export declare function listBucketInventory(this: any, bucketName: string, options?: any): Promise<{
isTruncated: boolean;
nextContinuationToken: any;
inventoryList: any;
status: any;
res: any;
}>;