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

CreateApplicationResponse

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

TBD

interface CreateApplicationResponse {
ApplicationSummary: ApplicationSummary;
}

§Properties

§
ApplicationSummary: ApplicationSummary
[src]

In response to your CreateApplication request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.