lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -25,10 +25,10 @@
# Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
#
# @option arguments [String] :name the name of the autoscaling policy
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/autoscaling-delete-autoscaling-policy.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/autoscaling-delete-autoscaling-policy.html
#
def delete_autoscaling_policy(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'autoscaling.delete_autoscaling_policy' }
defined_params = [:name].each_with_object({}) do |variable, set_variables|