mirror of https://github.com/jkjoy/sunpeiwen.git
11 lines
304 B
TypeScript
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;
|
|
}>;
|