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

§Properties

§
ApplicationName: string
[src]

The name of an existing application.

§
CurrentApplicationVersionId: number
[src]

The current 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.

§
ReferenceId: string
[src]

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