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

SnapshotDetails

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

Provides details about a snapshot of application state.

interface SnapshotDetails {
ApplicationVersionId: number;
SnapshotCreationTimestamp?: Date | number | null;
SnapshotName: string;
SnapshotStatus: SnapshotStatus;
}

§Properties

§
ApplicationVersionId: number
[src]

The current application version ID when the snapshot was created.

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

The timestamp of the application snapshot.

§
SnapshotName: string
[src]

The identifier for the application snapshot.

§
SnapshotStatus: SnapshotStatus
[src]

The status of the application snapshot.