class Aws::Plugins::EndpointPattern
to default service endpoint when available.
Set to true to disable SDK automatically adding host prefix
@seahorse.client.option [Boolean] :disable_host_prefix_injection
Disable host prefix per operation when available
def add_handlers(handlers, config)
def add_handlers(handlers, config) if config.regional_endpoint && !config.disable_host_prefix_injection handlers.add(Handler, priority: 90) end end