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

DescribeEdgeDeploymentPlanRequest

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

§Properties

§
EdgeDeploymentPlanName: string
[src]

The name of the deployment plan to describe.

§
MaxResults?: number | null
[src]

The maximum number of results to select (50 by default).

§
NextToken?: string | null
[src]

If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.