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

ListTargetsForPolicyRequest

import type { ListTargetsForPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListTargetsForPolicyRequest {
marker?: string | null;
pageSize?: number | null;
policyName: string;
}

§Properties

§
marker?: string | null
[src]

A marker used to get the next set of results.

§
pageSize?: number | null
[src]

The maximum number of results to return at one time.

§
policyName: string
[src]

The policy name.