Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use change_resource_record_sets
to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44.
See https://paws-r.github.io/docs/route53/change_resource_record_sets.html for full documentation.
route53_change_resource_record_sets(HostedZoneId, ChangeBatch)
[required] The ID of the hosted zone that contains the resource record sets that you want to change.
[required] A complex type that contains an optional comment and the Changes
element.