Smaws_Client_KinesisAnalyticsV2.ListApplicationOperationsLists all the operations performed for the specified application such as UpdateApplication, StartApplication etc. The response also includes a summary of the operation.
To get the complete description of a specific operation, invoke the DescribeApplicationOperation operation.
This operation is supported only for Managed Service for Apache Flink.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgumentException of Types.invalid_argument_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_application_operations_request ->
(Types.list_application_operations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgumentException of Types.invalid_argument_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_application_operations_request ->
(Types.list_application_operations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArgumentException of Types.invalid_argument_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result