v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Removes a VPC configuration from a Kinesis Data Analytics application.

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

Headers

X-Amz-Target'KinesisAnalytics_20180523.DeleteApplicationVpcConfiguration' required

Request body

ApplicationNamestring required

The name of an existing application.

CurrentApplicationVersionIdinteger

The current application version ID. 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>.

VpcConfigurationIdstring required

The ID of the VPC configuration to delete.

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 ARN of the Kinesis Data Analytics application.

ApplicationVersionIdinteger

The updated version ID of the application.