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

DeleteApplicationSnapshotRequest

import type { DeleteApplicationSnapshotRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface DeleteApplicationSnapshotRequest {
ApplicationName: string;
SnapshotCreationTimestamp: Date | number;
SnapshotName: string;
}

§Properties

§
ApplicationName: string
[src]

The name of an existing application.

§
SnapshotCreationTimestamp: Date | number
[src]

The creation timestamp of the application snapshot to delete. You can retrieve this value using or .

§
SnapshotName: string
[src]

The identifier for the snapshot delete.