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

ListFlowDefinitionsResponse

import type { ListFlowDefinitionsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListFlowDefinitionsResponse {
FlowDefinitionSummaries: FlowDefinitionSummary[];
NextToken?: string | null;
}

§Properties

§
FlowDefinitionSummaries: FlowDefinitionSummary[]
[src]

An array of objects describing the flow definitions.

§
NextToken?: string | null
[src]

A token to resume pagination.