v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.

If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

post/#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationReferenceDataSource

Headers

X-Amz-Target'KinesisAnalytics_20180523.DeleteApplicationReferenceDataSource' required

Request body

ApplicationNamestring required

The name of an existing application.

CurrentApplicationVersionIdinteger required

The current application version. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned.

ReferenceIdstring required

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

Response

Success

ApplicationARNstring

The application Amazon Resource Name (ARN).

ApplicationVersionIdinteger

The updated version ID of the application.