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

ClientData

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

Describes the client-specific data.

interface ClientData {
Comment?: string | null;
UploadEnd?: Date | number | null;
UploadSize?: number | null;
UploadStart?: Date | number | null;
}

§Properties

§
Comment?: string | null
[src]

A user-defined comment about the disk upload.

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

The time that the disk upload ends.

§
UploadSize?: number | null
[src]

The size of the uploaded disk image, in GiB.

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

The time that the disk upload starts.