pub type PulumiAny = PulumiValueMiddleware;
pub enum PulumiAny { Ready(PulumiValue), Deferred(Shared<Pin<Box<dyn Future<Output = PulumiValue> + Send>>>), }