lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb in elasticsearch-api-8.2.0

- old
+ new

@@ -22,10 +22,10 @@ # Retrieves 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.1/autoscaling-get-autoscaling-policy.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/autoscaling-get-autoscaling-policy.html # def get_autoscaling_policy(arguments = {}) raise ArgumentError, "Required argument 'name' missing" unless arguments[:name] arguments = arguments.clone