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

ListPolicyPrincipalsRequest

import type { ListPolicyPrincipalsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The input for the ListPolicyPrincipals operation.

interface ListPolicyPrincipalsRequest {
ascendingOrder?: boolean | null;
marker?: string | null;
pageSize?: number | null;
policyName: string;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Specifies the order for results. If true, the results are returned in ascending creation order.

§
marker?: string | null
[src]

The marker for the next set of results.

§
pageSize?: number | null
[src]

The result page size.

§
policyName: string
[src]

The policy name.