Function netlify_rust::apis::service_instance_api::show_service_instance[][src]

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