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

GetDeploymentsRequest

import type { GetDeploymentsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemakeredge.ts?docs=full";
interface GetDeploymentsRequest {
DeviceFleetName: string;
DeviceName: string;
}

§Properties

§
DeviceFleetName: string
[src]

The name of the fleet that the device belongs to.

§
DeviceName: string
[src]

The unique name of the device you want to get the configuration of active deployments from.