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

ListHumanLoopsRequest

import type { ListHumanLoopsRequest } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";
interface ListHumanLoopsRequest {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
FlowDefinitionArn: string;
MaxResults?: number | null;
NextToken?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
CreationTimeAfter?: Date | number | null
[src]

(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

§
CreationTimeBefore?: Date | number | null
[src]

(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of a flow definition.

§
MaxResults?: number | null
[src]

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken is returned in the output. You can use this token to display the next page of results.

§
NextToken?: string | null
[src]

A token to display the next page of results.

§
SortOrder?: SortOrder | null
[src]

Optional. The order for displaying results. Valid values: Ascending and Descending.