Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListHumanLoopsResponse

import type { ListHumanLoopsResponse } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";
interface ListHumanLoopsResponse {
HumanLoopSummaries: HumanLoopSummary[];
NextToken?: string | null;
}

§Properties

§
HumanLoopSummaries: HumanLoopSummary[]
[src]

An array of objects that contain information about the human loops.

§
NextToken?: string | null
[src]

A token to display the next page of results.