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

ListDevicesRequest

import type { ListDevicesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ListDevicesRequest {
DeviceFleetName?: string | null;
LatestHeartbeatAfter?: Date | number | null;
MaxResults?: number | null;
ModelName?: string | null;
NextToken?: string | null;
}

§Properties

§
DeviceFleetName?: string | null
[src]
§
LatestHeartbeatAfter?: Date | number | null
[src]
§
MaxResults?: number | null
[src]
§
ModelName?: string | null
[src]
§
NextToken?: string | null
[src]