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

DeleteApplicationInputProcessingConfigurationRequest

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

§Properties

§
ApplicationName: string
[src]

The Kinesis Analytics application name.

§
CurrentApplicationVersionId: number
[src]

The version ID of the Kinesis Analytics application.

§
InputId: string
[src]

The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the DescribeApplication operation.