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

DeleteApplicationRequest

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

§Properties

§
ApplicationName: string
[src]

The name of the application to delete.

§
CreateTimestamp: Date | number
[src]

Use the DescribeApplication operation to get this value.