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/kinesisanalyticsv2.ts?docs=full";
interface CreateApplicationResponse {
ApplicationDetail: ApplicationDetail;
}

§Properties

§
ApplicationDetail: ApplicationDetail
[src]

In response to your CreateApplication request, Kinesis Data Analytics returns a response with details of the application it created.