v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.

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

Headers

X-Amz-Target'KinesisAnalytics_20180523.DeleteApplicationOutput' required

Request body

ApplicationNamestring required

The application name.

CurrentApplicationVersionIdinteger required

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

OutputIdstring required

The ID of the configuration to delete. Each output configuration that is added to the application (either when the application is created or later) using the <a>AddApplicationOutput</a> operation has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the <a>DescribeApplication</a> operation to get the specific <code>OutputId</code>.

Response

Success

ApplicationARNstring

The application Amazon Resource Name (ARN).

ApplicationVersionIdinteger

The current application version ID.