RecoveryPointByResource
import type { RecoveryPointByResource } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";interface RecoveryPointByResource {
BackupSizeBytes?: number | null;
BackupVaultName?: string | null;
CreationDate?: Date | number | null;
EncryptionKeyArn?: string | null;
RecoveryPointArn?: string | null;
Status?: RecoveryPointStatus | null;
}