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

UpdateOrganizationalUnitRequest

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

§Properties

§
Name?: string | null
[src]

The new name that you want to assign to the OU.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

§
OrganizationalUnitId: string
[src]

The unique identifier (ID) of the OU that you want to rename. You can get the ID from the "ListOrganizationalUnitsForParent" operation.

The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits.