ExecuteCommandResponse
import type { ExecuteCommandResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface ExecuteCommandResponse {
clusterArn?: string | null;
containerArn?: string | null;
containerName?: string | null;
interactive?: boolean | null;
session?: Session | null;
taskArn?: string | null;
}