Class: Aws::Plugins::Route53IdFix
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::Plugins::Route53IdFix
- Defined in:
- lib/aws-sdk-core/plugins/route_53_id_fix.rb
Overview
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 Route53::Client responses.
Defined Under Namespace
Classes: Handler
Method Summary
Methods inherited from Seahorse::Client::Plugin
#add_handlers, #add_options, after_initialize, #after_initialize, after_initialize_hooks, #before_initialize, before_initialize, before_initialize_hooks, handlers, option, options
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response, #handler_for, #new_handler