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

AddApplicationInputProcessingConfigurationResponse

import type { AddApplicationInputProcessingConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface AddApplicationInputProcessingConfigurationResponse {
ApplicationARN?: string | null;
ApplicationVersionId?: number | null;
InputId?: string | null;
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | null;
}

§Properties

§
ApplicationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the application.

§
ApplicationVersionId?: number | null
[src]

Provides the current application version.

§
InputId?: string | null
[src]

The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.

§
InputProcessingConfigurationDescription?: InputProcessingConfigurationDescription | null
[src]

The description of the preprocessor that executes on records in this input before the application's code is run.