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

§Properties

§
ApplicationName: string
[src]

The name of the application.

§
CurrentApplicationVersionId: number
[src]

The application version. You can use the "DescribeApplication" operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

§
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.