CopyJob
import type { CopyJob } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";interface CopyJob {
AccountId?: string | null;
BackupSizeInBytes?: number | null;
CompletionDate?: Date | number | null;
CopyJobId?: string | null;
CreatedBy?: RecoveryPointCreator | null;
CreationDate?: Date | number | null;
DestinationBackupVaultArn?: string | null;
DestinationRecoveryPointArn?: string | null;
IamRoleArn?: string | null;
ResourceArn?: string | null;
ResourceType?: string | null;
SourceBackupVaultArn?: string | null;
SourceRecoveryPointArn?: string | null;
State?: CopyJobState | null;
StatusMessage?: string | null;
}