pub async fn undelete_versions( client: &impl Client, mount: &str, path: &str, versions: Vec<u64>, ) -> Result<(), ClientError>
Undelete specific versions of a secret
See UndeleteSecretVersionsRequest