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

ListTargetsForPolicyResponse

import type { ListTargetsForPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListTargetsForPolicyResponse {
nextMarker?: string | null;
targets?: string[] | null;
}

§Properties

§
nextMarker?: string | null
[src]

A marker used to get the next set of results.

§
targets?: string[] | null
[src]

The policy targets.