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

GetInstancePortStatesResult

import type { GetInstancePortStatesResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetInstancePortStatesResult {
portStates?: InstancePortState[] | null;
}

§Properties

§
portStates?: InstancePortState[] | null
[src]

An array of objects that describe the firewall port states for the specified instance.