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

WorldExportJobSummary

import type { WorldExportJobSummary } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about a world export job.

interface WorldExportJobSummary {
arn?: string | null;
createdAt?: Date | number | null;
status?: WorldExportJobStatus | null;
worlds?: string[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the world export job.

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

The time, in milliseconds since the epoch, when the world export job was created.

§

The status of the world export job.

Pending: The world export job request is pending.

Running: The world export job is running.

Completed: The world export job completed.

Failed: The world export job failed. See failureCode for more information.

Canceled: The world export job was cancelled.

Canceling: The world export job is being cancelled.

§
worlds?: string[] | null
[src]

A list of worlds.