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

AclGrantee

import type { AclGrantee } from "https://aws-api.deno.dev/v0.4/services/accessanalyzer.ts?docs=full";

You specify each grantee as a type-value pair using one of these types. You can specify only one type of grantee. For more information, see PutBucketAcl.

interface AclGrantee {
id?: string | null;
uri?: string | null;
}

§Properties

§
id?: string | null
[src]

The value specified is the canonical user ID of an Amazon Web Services account.

§
uri?: string | null
[src]

Used for granting permissions to a predefined group.