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

Grantee

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

Container for the person being granted permissions.

interface Grantee {
DisplayName?: string | null;
EmailAddress?: string | null;
ID?: string | null;
Type: Type;
URI?: string | null;
}

§Properties

§
DisplayName?: string | null
[src]

Screen name of the grantee.

§
EmailAddress?: string | null
[src]

Email address of the grantee.

Note: Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: - US East (N. Virginia) - US West (N. California) - US West (Oregon) - Asia Pacific (Singapore) - Asia Pacific (Sydney) - Asia Pacific (Tokyo) - Europe (Ireland) - South America (São Paulo) For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

§
ID?: string | null
[src]

The canonical user ID of the grantee.

§
Type: Type
[src]

Type of grantee

§
URI?: string | null
[src]

URI of the grantee group.