Policy
import type { Policy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";interface Policy {
Arn?: string | null;
AttachmentCount?: number | null;
CreateDate?: Date | number | null;
DefaultVersionId?: string | null;
Description?: string | null;
IsAttachable?: boolean | null;
Path?: string | null;
PermissionsBoundaryUsageCount?: number | null;
PolicyId?: string | null;
PolicyName?: string | null;
Tags: Tag[];
UpdateDate?: Date | number | null;
}