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

DescribeEffectivePolicyRequest

import type { DescribeEffectivePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface DescribeEffectivePolicyRequest {
PolicyType: EffectivePolicyType;
TargetId?: string | null;
}

§Properties

§

The type of policy that you want information about. You can specify one of the following values:

§
TargetId?: string | null
[src]

When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.