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

StopApplicationRequest

import type { StopApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalytics.ts?docs=full";
interface StopApplicationRequest {
ApplicationName: string;
}

§Properties

§
ApplicationName: string
[src]

Name of the running application to stop.