Smaws_Client_ServiceDiscovery.GetOperation
Gets information about any operation that returns an operation ID in the response, such as a CreateHttpNamespace
request.
To get a list of operations that match specified criteria, see ListOperations.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationNotFound of Types.operation_not_found ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.get_operation_request ->
(Types.get_operation_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `OperationNotFound of Types.operation_not_found ])
Stdlib.result