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

ListPrincipalPoliciesRequest

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

The input for the ListPrincipalPolicies operation.

interface ListPrincipalPoliciesRequest {
ascendingOrder?: boolean | null;
marker?: string | null;
pageSize?: number | null;
principal: string;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Specifies the order for results. If true, 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.

§
principal: string
[src]

The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).