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

GetEffectivePoliciesRequest

import type { GetEffectivePoliciesRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface GetEffectivePoliciesRequest {
cognitoIdentityPoolId?: string | null;
principal?: string | null;
thingName?: string | null;
}

§Properties

§
cognitoIdentityPoolId?: string | null
[src]

The Cognito identity pool ID.

§
principal?: string | null
[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).

§
thingName?: string | null
[src]

The thing name.