UpdateBackendAuthResponse
import type { UpdateBackendAuthResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/amplifybackend.ts";interface UpdateBackendAuthResponse {
AppId?: string | null;
BackendEnvironmentName?: string | null;
Error?: string | null;
JobId?: string | null;
Operation?: string | null;
Status?: string | null;
}