You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Plugins::Route53IdFix

Inherits:
Seahorse::Client::Plugin show all
Defined in:
aws-sdk-core/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, #before_initialize, before_initialize, option

Methods included from Seahorse::Client::HandlerBuilder

#handle, #handle_request, #handle_response