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

DisablePolicyTypeRequest

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

§Properties

§
PolicyType: PolicyType
[src]

The policy type that you want to disable in this root. You can specify one of the following values:

§
RootId: string
[src]

The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the "ListRoots" operation.

The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lowercase letters or digits.