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

ListStageDevicesRequest

import type { ListStageDevicesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListStageDevicesRequest {
EdgeDeploymentPlanName: string;
ExcludeDevicesDeployedInOtherStage?: boolean | null;
MaxResults?: number | null;
NextToken?: string | null;
StageName: string;
}

§Properties

§
EdgeDeploymentPlanName: string
[src]

The name of the edge deployment plan.

§
ExcludeDevicesDeployedInOtherStage?: boolean | null
[src]

Toggle for excluding devices deployed in other stages.

§
MaxResults?: number | null
[src]

The maximum number of requests to select.

§
NextToken?: string | null
[src]

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

§
StageName: string
[src]

The name of the stage in the deployment.