DBClusterSnapshot
import type { DBClusterSnapshot } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/docdb.ts";interface DBClusterSnapshot {
AvailabilityZones: string[];
ClusterCreateTime?: Date | number | null;
DBClusterIdentifier?: string | null;
DBClusterSnapshotArn?: string | null;
DBClusterSnapshotIdentifier?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
KmsKeyId?: string | null;
MasterUsername?: string | null;
PercentProgress?: number | null;
Port?: number | null;
SnapshotCreateTime?: Date | number | null;
SnapshotType?: string | null;
SourceDBClusterSnapshotArn?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
VpcId?: string | null;
}