pub async fn show_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
instance_id: &str,
) -> Result<ServiceInstance, Error<ShowServiceInstanceError>>
pub async fn show_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
instance_id: &str,
) -> Result<ServiceInstance, Error<ShowServiceInstanceError>>