class Aws::Route53::Plugins::IdFix

The Amazon Route 53 API returns hosted zones and request Ids as strings formatted like:

'/hostedzone/ID'
'/change/ID'

However, their API does not accept Ids with the '/hostedzone/' or '/change/' prefixes. This plugin removes those prefixes before serializing their Ids onto the request. This allows a user to use the prefixed Ids returned in {Aws::Route53::Client} responses.

@api private