v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application.

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

Headers

X-Amz-Target'KinesisAnalytics_20180523.DeleteApplicationCloudWatchLoggingOption' required

Request body

ApplicationNamestring required

The application name.

CurrentApplicationVersionIdinteger

The version ID of the application. You must provide the <code>CurrentApplicationVersionId</code> or the <code>ConditionalToken</code>. You can retrieve the application version ID using <a>DescribeApplication</a>. For better concurrency support, use the <code>ConditionalToken</code> parameter instead of <code>CurrentApplicationVersionId</code>.

CloudWatchLoggingOptionIdstring required

The <code>CloudWatchLoggingOptionId</code> of the Amazon CloudWatch logging option to delete. You can get the <code>CloudWatchLoggingOptionId</code> by using the <a>DescribeApplication</a> operation.

ConditionalTokenstring

A value you use to implement strong concurrency for application updates. You must provide the <code>CurrentApplicationVersionId</code> or the <code>ConditionalToken</code>. You get the application's current <code>ConditionalToken</code> using <a>DescribeApplication</a>. For better concurrency support, use the <code>ConditionalToken</code> parameter instead of <code>CurrentApplicationVersionId</code>.

Response

Success

ApplicationARNstring

The application's Amazon Resource Name (ARN).

ApplicationVersionIdinteger

The version ID of the application. Kinesis Data Analytics updates the <code>ApplicationVersionId</code> each time you change the CloudWatch logging options.