lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :name the name of the autoscaling policy
# @option arguments [Time] :master_timeout Timeout for processing on master node
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/autoscaling-get-autoscaling-policy.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/autoscaling-get-autoscaling-policy.html
#
def get_autoscaling_policy(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.get_autoscaling_policy' }
defined_params = [:name].each_with_object({}) do |variable, set_variables|