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/kinesisanalytics.ts?docs=full";
interface AddApplicationInputRequest {
ApplicationName: string;
CurrentApplicationVersionId: number;
Input: Input;
}

§Properties

§
ApplicationName: string
[src]

Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

§
CurrentApplicationVersionId: number
[src]

Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

§
Input: Input
[src]

The Input to add.