CopySnapshotMessage
import type { CopySnapshotMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface CopySnapshotMessage {
KmsKeyId?: string | null;
SourceSnapshotName: string;
Tags?: Tag[] | null;
TargetBucket?: string | null;
TargetSnapshotName: string;
}