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

ListDeviceFleetsResponse

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

§Properties

§
DeviceFleetSummaries: DeviceFleetSummary[]
[src]

Summary of the device fleet.

§
NextToken?: string | null
[src]

The response from the last list when returning a list large enough to need tokening.