Smaws_Client_AppRunner.ListOperations
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary
objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_operations_request ->
(Types.list_operations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidRequestException of Types.invalid_request_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result