Class: Aws::Route53::Plugins::IdFix Private

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws-sdk-route53/plugins/id_fix.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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 Client responses.

Defined Under Namespace

Classes: Handler