I am newbie to Amazon Services and their API.
Using Amazon route53Clinet class, I know there is a method getHostedZone which get the Hosted Zone information on the
This will give you a list with hosted zones ID's.
aws route53 list-hosted-zones | jq '.HostedZones| .[] | .Id'