UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

9 lines (8 loc) 251 B
import { BaseCollector } from "../../base"; export declare class VolumeSnapshotsCollector extends BaseCollector { collect(): Promise<{ snapshots: {}; }>; private getAllVolumeSnapshots; private getDateStringForSearch; }