Skip to content

Commit a612cd3

Browse files
committed
[API] Updated generated code with stability doc
1 parent 5f2773b commit a612cd3

16 files changed

+64
-0
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cluster/delete_component_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Cluster
2121
module Actions
2222
# Deletes a component template
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [String] :name The name of the template
2529
# @option arguments [Time] :timeout Explicit operation timeout

elasticsearch-api/lib/elasticsearch/api/actions/cluster/exists_component_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Cluster
2121
module Actions
2222
# Returns information about whether a particular component template exist
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [String] :name The name of the template
2529
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cluster/get_component_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Cluster
2121
module Actions
2222
# Returns one or more component templates
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [List] :name The comma separated names of the component templates
2529
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node

elasticsearch-api/lib/elasticsearch/api/actions/cluster/put_component_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Cluster
2121
module Actions
2222
# Creates or updates a component template
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [String] :name The name of the template
2529
# @option arguments [Boolean] :create Whether the index template should only be added if new or can also replace an existing one

elasticsearch-api/lib/elasticsearch/api/actions/get_script_context.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ module Elasticsearch
1919
module API
2020
module Actions
2121
# Returns all script contexts.
22+
# This functionality is Experimental and may be changed or removed
23+
# completely in a future release. Elastic will take a best effort approach
24+
# to fix any issues, but experimental features are not subject to the
25+
# support SLA of official GA features.
2226
#
2327
# @option arguments [Hash] :headers Custom HTTP headers
2428
#

elasticsearch-api/lib/elasticsearch/api/actions/get_script_languages.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ module Elasticsearch
1919
module API
2020
module Actions
2121
# Returns available script types, languages and contexts
22+
# This functionality is Experimental and may be changed or removed
23+
# completely in a future release. Elastic will take a best effort approach
24+
# to fix any issues, but experimental features are not subject to the
25+
# support SLA of official GA features.
2226
#
2327
# @option arguments [Hash] :headers Custom HTTP headers
2428
#

elasticsearch-api/lib/elasticsearch/api/actions/indices/create_data_stream.rb

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

elasticsearch-api/lib/elasticsearch/api/actions/indices/delete_data_stream.rb

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

elasticsearch-api/lib/elasticsearch/api/actions/indices/delete_index_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Indices
2121
module Actions
2222
# Deletes an index template.
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [String] :name The name of the template
2529
# @option arguments [Time] :timeout Explicit operation timeout

elasticsearch-api/lib/elasticsearch/api/actions/indices/exists_index_template.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ module API
2020
module Indices
2121
module Actions
2222
# Returns information about whether a particular index template exists.
23+
# This functionality is Experimental and may be changed or removed
24+
# completely in a future release. Elastic will take a best effort approach
25+
# to fix any issues, but experimental features are not subject to the
26+
# support SLA of official GA features.
2327
#
2428
# @option arguments [String] :name The name of the template
2529
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)

0 commit comments

Comments
 (0)