AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteApplicationOutputAsync.

Namespace: Amazon.KinesisAnalyticsV2
Assembly: AWSSDK.KinesisAnalyticsV2.dll
Version: 3.x.y.z

Syntax

C#
public virtual DeleteApplicationOutputResponse DeleteApplicationOutput(
         DeleteApplicationOutputRequest request
)

Parameters

request
Type: Amazon.KinesisAnalyticsV2.Model.DeleteApplicationOutputRequest

Container for the necessary parameters to execute the DeleteApplicationOutput service method.

Return Value


The response from the DeleteApplicationOutput service method, as returned by KinesisAnalyticsV2.

Exceptions

ExceptionCondition
ConcurrentModificationException Exception thrown as a result of concurrent modifications to an application. This error can be the result of attempting to modify an application without using the current application ID.
InvalidArgumentException The specified input parameter value is not valid.
InvalidRequestException The request JSON is not valid for the operation.
ResourceInUseException The application is not available for this operation.
ResourceNotFoundException Specified application can't be found.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also