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

DeleteApplicationReferenceDataSourceRequest

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

§Properties

§
ApplicationName: string
[src]

Name of an existing application.

§
CurrentApplicationVersionId: number
[src]

Version of the application. 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.

§
ReferenceId: string
[src]

ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.