StartBackupJobInput
import type { StartBackupJobInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";interface StartBackupJobInput {
BackupOptions?: {} | null;
[key: string]: string | null | undefined;
BackupVaultName: string;
CompleteWindowMinutes?: number | null;
IamRoleArn: string;
IdempotencyToken?: string | null;
Lifecycle?: Lifecycle | null;
RecoveryPointTags?: {} | null;
[key: string]: string | null | undefined;
ResourceArn: string;
StartWindowMinutes?: number | null;
}