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

CreateEdgeDeploymentStageRequest

import type { CreateEdgeDeploymentStageRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateEdgeDeploymentStageRequest {
EdgeDeploymentPlanName: string;
Stages: DeploymentStage[];
}

§Properties

§
EdgeDeploymentPlanName: string
[src]

The name of the edge deployment plan.

§

List of stages to be added to the edge deployment plan.