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

ListAttachedPoliciesRequest

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

§Properties

§
marker?: string | null
[src]

The token to retrieve the next set of results.

§
pageSize?: number | null
[src]

The maximum number of results to be returned per request.

§
recursive?: boolean | null
[src]

When true, recursively list attached policies.

§
target: string
[src]

The group or principal for which the policies will be listed. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id).