JobQueueDetail
import type { JobQueueDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";interface JobQueueDetail {
computeEnvironmentOrder: ComputeEnvironmentOrder[];
jobQueueArn: string;
jobQueueName: string;
priority: number;
state: JQState;
status?: JQStatus | null;
statusReason?: string | null;
tags?: {} | null;
}[key: string]: string | null | undefined;