DescribeApplicationOperation - Amazon Managed Service for Apache Flink (formerly Amazon Kinesis Data Analytics for Apache Flink)
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DescribeApplicationOperation

Provides a detailed description of a specified application operation. To see a list of all the operations of an application, invoke the ListApplicationOperations operation.

Note

This operation is supported only for Managed Service for Apache Flink.

Request Syntax

{ "ApplicationName": "string", "OperationId": "string" }

Request Parameters

The request accepts the following data in JSON format.

ApplicationName

The name of the application.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [a-zA-Z0-9_.-]+

Required: Yes

OperationId

The operation ID of the request.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Required: Yes

Response Syntax

{ "ApplicationOperationInfoDetails": { "ApplicationVersionChangeDetails": { "ApplicationVersionUpdatedFrom": number, "ApplicationVersionUpdatedTo": number }, "EndTime": number, "Operation": "string", "OperationFailureDetails": { "ErrorInfo": { "ErrorString": "string" }, "RollbackOperationId": "string" }, "OperationStatus": "string", "StartTime": number } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

ApplicationOperationInfoDetails

A description of the application operation that provides information about the updates that were made to the application.

Type: ApplicationOperationInfoDetails object

Errors

InvalidArgumentException

The specified input parameter value is not valid.

HTTP Status Code: 400

ResourceNotFoundException

Specified application can't be found.

HTTP Status Code: 400

UnsupportedOperationException

The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: