Is there a way to wait until the AWS ECR repository force deletion is successful. Similar to waiters in cfn, ecs etc... there are waiters in ecr as well but those are only for image scan and lifecycle policy preview.
A scenario where we must force delete a ECR repo and wait until the deletion is successful, so we can proceed with next steps. If there are no waiters, is the only way to implement a custom one using describe_repositories?