Principal
import type { Principal } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ram.ts";interface Principal {
creationTime?: Date | number | null;
external?: boolean | null;
id?: string | null;
lastUpdatedTime?: Date | number | null;
resourceShareArn?: string | null;
}