missing wait option in amazon.aws.ec2_spot_instance module

Hi,
amazon.aws.ec2 module has wait option which wait for the instance to reach its desired state before returning this is applicable for spot and non spot. But the new module amazon.aws.ec2_spot_instance doesnt have a wait option. This simply raise a spot request and exits. Is the wait use case is being handled by any other option in that module ? Correct me if I am wrong .