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

EulaAcceptance

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

The acceptance of a EULA, required to use Amazon-provided streaming images.

interface EulaAcceptance {
acceptedAt?: Date | number | null;
acceptedBy?: string | null;
accepteeId?: string | null;
eulaAcceptanceId?: string | null;
eulaId?: string | null;
}

§Properties

§
acceptedAt?: Date | number | null
[src]

The ISO timestamp in seconds for when the EULA was accepted.

§
acceptedBy?: string | null
[src]

The ID of the person who accepted the EULA.

§
accepteeId?: string | null
[src]

The ID of the acceptee.

§
eulaAcceptanceId?: string | null
[src]

The EULA acceptance ID.

§
eulaId?: string | null
[src]

The EULA ID.