Smaws_Client_Proton.GetServiceInstance
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
val request :
Smaws_Lib.Context.t ->
Types.get_service_instance_input ->
(Types.get_service_instance_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerException of Types.internal_server_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ThrottlingException of Types.throttling_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result