DeleteSnapshotRequest: {
    region?: Region;
    snapshotId: string;
}

Type declaration

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • snapshotId: string

    UUID of the snapshot.