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

GetOnPremisesInstanceInput

import type { GetOnPremisesInstanceInput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";

Represents the input of a GetOnPremisesInstance operation.

interface GetOnPremisesInstanceInput {
instanceName: string;
}

§Properties

§
instanceName: string
[src]

The name of the on-premises instance about which to get information.