Smaws_Client_ServiceDiscovery.GetServiceGets the settings for a specified service.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `ServiceNotFound of Types.service_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_service_request ->
(Types.get_service_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input
| `ServiceNotFound of Types.service_not_found ])
Stdlib.result