Skip to content

Commit aefab3c

Browse files
committed
[XPACK] Update generated code with stability docs
1 parent 4d8d3c3 commit aefab3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+168
-0
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/delete_autoscaling_policy.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module Autoscaling
2222
module Actions
2323
# Deletes an autoscaling policy.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [String] :name the name of the autoscaling policy
2630
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/get_autoscaling_decision.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module Autoscaling
2222
module Actions
2323
# Gets the current autoscaling decision based on the configured autoscaling policy, indicating whether or not autoscaling is needed.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [Hash] :headers Custom HTTP headers
2630
#

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/get_autoscaling_policy.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module Autoscaling
2222
module Actions
2323
# Retrieves an autoscaling policy.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [String] :name the name of the autoscaling policy
2630
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/autoscaling/put_autoscaling_policy.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module Autoscaling
2222
module Actions
2323
# Creates a new autoscaling policy.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [String] :name the name of the autoscaling policy
2630
# @option arguments [Hash] :headers Custom HTTP headers

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/delete_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Deletes an existing transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform to delete
2630
# @option arguments [Boolean] :force When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Retrieves configuration information for transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
2630
# @option arguments [Int] :from skips a number of transform configs, defaults to 0

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform_stats.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Retrieves usage information for transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform for which to get stats. '_all' or '*' implies all transforms
2630
# @option arguments [Number] :from skips a number of transform stats, defaults to 0

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/preview_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Previews a transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [Hash] :headers Custom HTTP headers
2630
# @option arguments [Hash] :body The definition for the transform to preview (*Required*)

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/put_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Instantiates a transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the new transform.
2630
# @option arguments [Boolean] :defer_validation If validations should be deferred until transform starts, defaults to false.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/start_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Starts one or more transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform to start
2630
# @option arguments [Time] :timeout Controls the time to wait for the transform to start

0 commit comments

Comments
 (0)