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

AddApplicationInputRequest

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

§Properties

§
ApplicationName: string
[src]

The name of your existing application to which you want to add the streaming source.

§
CurrentApplicationVersionId: number
[src]

The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the "DescribeApplication" operation to find the current application version.

§
Input: Input
[src]

The "Input" to add.