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

Initiator

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

Container element that identifies who initiated the multipart upload.

interface Initiator {
DisplayName?: string | null;
ID?: string | null;
}

§Properties

§
DisplayName?: string | null
[src]

Name of the Principal.

§
ID?: string | null
[src]

If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.