elasticsearch-serverless 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/async_search/delete.rb +9 -1
  3. data/lib/elasticsearch-serverless/api/async_search/get.rb +17 -3
  4. data/lib/elasticsearch-serverless/api/async_search/status.rb +9 -1
  5. data/lib/elasticsearch-serverless/api/async_search/submit.rb +15 -4
  6. data/lib/elasticsearch-serverless/api/bulk.rb +17 -4
  7. data/lib/elasticsearch-serverless/api/cat/aliases.rb +22 -6
  8. data/lib/elasticsearch-serverless/api/cat/component_templates.rb +22 -6
  9. data/lib/elasticsearch-serverless/api/cat/count.rb +25 -8
  10. data/lib/elasticsearch-serverless/api/cat/help.rb +16 -6
  11. data/lib/elasticsearch-serverless/api/cat/indices.rb +31 -9
  12. data/lib/elasticsearch-serverless/api/cat/ml_data_frame_analytics.rb +24 -8
  13. data/lib/elasticsearch-serverless/api/cat/ml_datafeeds.rb +29 -8
  14. data/lib/elasticsearch-serverless/api/cat/ml_jobs.rb +29 -8
  15. data/lib/elasticsearch-serverless/api/cat/ml_trained_models.rb +25 -8
  16. data/lib/elasticsearch-serverless/api/cat/transforms.rb +27 -9
  17. data/lib/elasticsearch-serverless/api/clear_scroll.rb +12 -3
  18. data/lib/elasticsearch-serverless/api/close_point_in_time.rb +3 -1
  19. data/lib/elasticsearch-serverless/api/cluster/delete_component_template.rb +14 -3
  20. data/lib/elasticsearch-serverless/api/cluster/exists_component_template.rb +18 -5
  21. data/lib/elasticsearch-serverless/api/cluster/get_component_template.rb +16 -4
  22. data/lib/elasticsearch-serverless/api/cluster/info.rb +11 -2
  23. data/lib/elasticsearch-serverless/api/cluster/put_component_template.rb +17 -7
  24. data/lib/elasticsearch-serverless/api/connector/check_in.rb +9 -1
  25. data/lib/elasticsearch-serverless/api/connector/delete.rb +14 -6
  26. data/lib/elasticsearch-serverless/api/connector/get.rb +13 -5
  27. data/lib/elasticsearch-serverless/api/connector/list.rb +7 -5
  28. data/lib/elasticsearch-serverless/api/connector/post.rb +7 -5
  29. data/lib/elasticsearch-serverless/api/connector/put.rb +14 -6
  30. data/lib/elasticsearch-serverless/api/connector/sync_job_cancel.rb +13 -5
  31. data/lib/elasticsearch-serverless/api/connector/sync_job_delete.rb +13 -5
  32. data/lib/elasticsearch-serverless/api/connector/sync_job_get.rb +13 -5
  33. data/lib/elasticsearch-serverless/api/connector/sync_job_list.rb +8 -6
  34. data/lib/elasticsearch-serverless/api/connector/sync_job_post.rb +7 -5
  35. data/lib/elasticsearch-serverless/api/connector/update_active_filtering.rb +9 -1
  36. data/lib/elasticsearch-serverless/api/connector/update_api_key_id.rb +13 -5
  37. data/lib/elasticsearch-serverless/api/connector/update_configuration.rb +13 -5
  38. data/lib/elasticsearch-serverless/api/connector/update_error.rb +9 -1
  39. data/lib/elasticsearch-serverless/api/connector/update_filtering.rb +13 -5
  40. data/lib/elasticsearch-serverless/api/connector/update_filtering_validation.rb +9 -1
  41. data/lib/elasticsearch-serverless/api/connector/update_index_name.rb +13 -5
  42. data/lib/elasticsearch-serverless/api/connector/update_name.rb +13 -5
  43. data/lib/elasticsearch-serverless/api/connector/update_native.rb +13 -5
  44. data/lib/elasticsearch-serverless/api/connector/update_pipeline.rb +13 -5
  45. data/lib/elasticsearch-serverless/api/connector/update_scheduling.rb +13 -5
  46. data/lib/elasticsearch-serverless/api/connector/update_service_type.rb +13 -5
  47. data/lib/elasticsearch-serverless/api/connector/update_status.rb +9 -1
  48. data/lib/elasticsearch-serverless/api/count.rb +30 -10
  49. data/lib/elasticsearch-serverless/api/create.rb +21 -5
  50. data/lib/elasticsearch-serverless/api/delete.rb +17 -5
  51. data/lib/elasticsearch-serverless/api/delete_by_query.rb +38 -11
  52. data/lib/elasticsearch-serverless/api/delete_script.rb +14 -3
  53. data/lib/elasticsearch-serverless/api/enrich/delete_policy.rb +10 -1
  54. data/lib/elasticsearch-serverless/api/enrich/execute_policy.rb +9 -1
  55. data/lib/elasticsearch-serverless/api/enrich/get_policy.rb +12 -2
  56. data/lib/elasticsearch-serverless/api/enrich/put_policy.rb +10 -1
  57. data/lib/elasticsearch-serverless/api/enrich/stats.rb +4 -1
  58. data/lib/elasticsearch-serverless/api/eql/delete.rb +12 -2
  59. data/lib/elasticsearch-serverless/api/eql/get.rb +13 -3
  60. data/lib/elasticsearch-serverless/api/eql/get_status.rb +9 -1
  61. data/lib/elasticsearch-serverless/api/eql/search.rb +9 -1
  62. data/lib/elasticsearch-serverless/api/exists.rb +20 -6
  63. data/lib/elasticsearch-serverless/api/exists_source.rb +16 -4
  64. data/lib/elasticsearch-serverless/api/explain.rb +17 -5
  65. data/lib/elasticsearch-serverless/api/field_caps.rb +12 -2
  66. data/lib/elasticsearch-serverless/api/get.rb +18 -5
  67. data/lib/elasticsearch-serverless/api/get_script.rb +10 -1
  68. data/lib/elasticsearch-serverless/api/get_source.rb +10 -1
  69. data/lib/elasticsearch-serverless/api/graph/explore.rb +12 -2
  70. data/lib/elasticsearch-serverless/api/index.rb +25 -6
  71. data/lib/elasticsearch-serverless/api/indices/add_block.rb +11 -2
  72. data/lib/elasticsearch-serverless/api/indices/analyze.rb +12 -2
  73. data/lib/elasticsearch-serverless/api/indices/create.rb +16 -4
  74. data/lib/elasticsearch-serverless/api/indices/create_data_stream.rb +16 -2
  75. data/lib/elasticsearch-serverless/api/indices/data_streams_stats.rb +15 -3
  76. data/lib/elasticsearch-serverless/api/indices/delete.rb +25 -7
  77. data/lib/elasticsearch-serverless/api/indices/delete_alias.rb +18 -5
  78. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +11 -2
  79. data/lib/elasticsearch-serverless/api/indices/delete_data_stream.rb +10 -1
  80. data/lib/elasticsearch-serverless/api/indices/delete_index_template.rb +9 -1
  81. data/lib/elasticsearch-serverless/api/indices/exists.rb +17 -4
  82. data/lib/elasticsearch-serverless/api/indices/exists_alias.rb +19 -5
  83. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +9 -1
  84. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +11 -2
  85. data/lib/elasticsearch-serverless/api/indices/get.rb +18 -4
  86. data/lib/elasticsearch-serverless/api/indices/get_alias.rb +23 -6
  87. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +16 -3
  88. data/lib/elasticsearch-serverless/api/indices/get_data_stream.rb +14 -3
  89. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +9 -1
  90. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +21 -5
  91. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +26 -6
  92. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +10 -1
  93. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +4 -1
  94. data/lib/elasticsearch-serverless/api/indices/put_alias.rb +20 -5
  95. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +22 -6
  96. data/lib/elasticsearch-serverless/api/indices/put_index_template.rb +11 -2
  97. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +20 -5
  98. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +28 -7
  99. data/lib/elasticsearch-serverless/api/indices/put_template.rb +14 -3
  100. data/lib/elasticsearch-serverless/api/indices/refresh.rb +19 -4
  101. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +15 -3
  102. data/lib/elasticsearch-serverless/api/indices/rollover.rb +19 -5
  103. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +9 -1
  104. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +11 -2
  105. data/lib/elasticsearch-serverless/api/indices/update_aliases.rb +8 -3
  106. data/lib/elasticsearch-serverless/api/indices/validate_query.rb +24 -7
  107. data/lib/elasticsearch-serverless/api/inference/delete.rb +9 -1
  108. data/lib/elasticsearch-serverless/api/inference/get.rb +9 -1
  109. data/lib/elasticsearch-serverless/api/inference/inference.rb +9 -1
  110. data/lib/elasticsearch-serverless/api/inference/put.rb +9 -1
  111. data/lib/elasticsearch-serverless/api/info.rb +4 -1
  112. data/lib/elasticsearch-serverless/api/ingest/delete_pipeline.rb +15 -4
  113. data/lib/elasticsearch-serverless/api/ingest/get_pipeline.rb +14 -3
  114. data/lib/elasticsearch-serverless/api/ingest/processor_grok.rb +3 -1
  115. data/lib/elasticsearch-serverless/api/ingest/put_pipeline.rb +9 -1
  116. data/lib/elasticsearch-serverless/api/ingest/simulate.rb +11 -2
  117. data/lib/elasticsearch-serverless/api/license/get.rb +8 -4
  118. data/lib/elasticsearch-serverless/api/logstash/delete_pipeline.rb +9 -1
  119. data/lib/elasticsearch-serverless/api/logstash/get_pipeline.rb +9 -1
  120. data/lib/elasticsearch-serverless/api/logstash/put_pipeline.rb +9 -1
  121. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +14 -4
  122. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +10 -1
  123. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +12 -3
  124. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +12 -3
  125. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +10 -2
  126. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +16 -4
  127. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +10 -2
  128. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +17 -6
  129. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +11 -3
  130. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +10 -2
  131. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +4 -1
  132. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +4 -2
  133. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +19 -6
  134. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +9 -1
  135. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +9 -1
  136. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +24 -4
  137. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +21 -3
  138. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +20 -3
  139. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +23 -4
  140. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +9 -1
  141. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +21 -3
  142. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +23 -4
  143. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +30 -7
  144. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +28 -7
  145. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +17 -3
  146. data/lib/elasticsearch-serverless/api/machine_learning/infer_trained_model.rb +9 -1
  147. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +10 -2
  148. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +9 -1
  149. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +9 -1
  150. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +13 -2
  151. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +9 -1
  152. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +9 -1
  153. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +12 -2
  154. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +17 -5
  155. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +9 -1
  156. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +11 -2
  157. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +14 -3
  158. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +12 -2
  159. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +11 -2
  160. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +9 -1
  161. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +14 -3
  162. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +14 -3
  163. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +27 -8
  164. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +25 -5
  165. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +23 -4
  166. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +19 -3
  167. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +15 -3
  168. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +12 -2
  169. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +21 -4
  170. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +9 -1
  171. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +9 -1
  172. data/lib/elasticsearch-serverless/api/machine_learning/update_trained_model_deployment.rb +15 -2
  173. data/lib/elasticsearch-serverless/api/mget.rb +17 -4
  174. data/lib/elasticsearch-serverless/api/msearch.rb +15 -1
  175. data/lib/elasticsearch-serverless/api/msearch_template.rb +16 -4
  176. data/lib/elasticsearch-serverless/api/mtermvectors.rb +14 -8
  177. data/lib/elasticsearch-serverless/api/open_point_in_time.rb +14 -3
  178. data/lib/elasticsearch-serverless/api/ping.rb +4 -1
  179. data/lib/elasticsearch-serverless/api/put_script.rb +18 -5
  180. data/lib/elasticsearch-serverless/api/query_rules/delete_rule.rb +9 -1
  181. data/lib/elasticsearch-serverless/api/query_rules/delete_ruleset.rb +9 -1
  182. data/lib/elasticsearch-serverless/api/query_rules/get_rule.rb +9 -1
  183. data/lib/elasticsearch-serverless/api/query_rules/get_ruleset.rb +9 -1
  184. data/lib/elasticsearch-serverless/api/query_rules/list_rulesets.rb +3 -1
  185. data/lib/elasticsearch-serverless/api/query_rules/put_rule.rb +9 -1
  186. data/lib/elasticsearch-serverless/api/query_rules/put_ruleset.rb +9 -1
  187. data/lib/elasticsearch-serverless/api/rank_eval.rb +11 -2
  188. data/lib/elasticsearch-serverless/api/reindex.rb +11 -7
  189. data/lib/elasticsearch-serverless/api/render_search_template.rb +11 -2
  190. data/lib/elasticsearch-serverless/api/scripts_painless_execute.rb +4 -1
  191. data/lib/elasticsearch-serverless/api/scroll.rb +9 -1
  192. data/lib/elasticsearch-serverless/api/search.rb +107 -30
  193. data/lib/elasticsearch-serverless/api/search_application/delete.rb +9 -1
  194. data/lib/elasticsearch-serverless/api/search_application/delete_behavioral_analytics.rb +9 -1
  195. data/lib/elasticsearch-serverless/api/search_application/get.rb +9 -1
  196. data/lib/elasticsearch-serverless/api/search_application/get_behavioral_analytics.rb +9 -1
  197. data/lib/elasticsearch-serverless/api/search_application/list.rb +3 -1
  198. data/lib/elasticsearch-serverless/api/search_application/put.rb +9 -1
  199. data/lib/elasticsearch-serverless/api/search_application/put_behavioral_analytics.rb +9 -1
  200. data/lib/elasticsearch-serverless/api/search_application/search.rb +9 -1
  201. data/lib/elasticsearch-serverless/api/search_mvt.rb +27 -7
  202. data/lib/elasticsearch-serverless/api/search_template.rb +22 -6
  203. data/lib/elasticsearch-serverless/api/security/authenticate.rb +6 -2
  204. data/lib/elasticsearch-serverless/api/security/create_api_key.rb +4 -1
  205. data/lib/elasticsearch-serverless/api/security/get_api_key.rb +19 -7
  206. data/lib/elasticsearch-serverless/api/security/has_privileges.rb +10 -1
  207. data/lib/elasticsearch-serverless/api/security/invalidate_api_key.rb +4 -1
  208. data/lib/elasticsearch-serverless/api/security/query_api_keys.rb +7 -3
  209. data/lib/elasticsearch-serverless/api/security/update_api_key.rb +10 -1
  210. data/lib/elasticsearch-serverless/api/sql/clear_cursor.rb +3 -1
  211. data/lib/elasticsearch-serverless/api/sql/delete_async.rb +9 -1
  212. data/lib/elasticsearch-serverless/api/sql/get_async.rb +15 -4
  213. data/lib/elasticsearch-serverless/api/sql/get_async_status.rb +9 -1
  214. data/lib/elasticsearch-serverless/api/sql/query.rb +3 -1
  215. data/lib/elasticsearch-serverless/api/sql/translate.rb +3 -1
  216. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +9 -1
  217. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +9 -1
  218. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +9 -1
  219. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +9 -1
  220. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +3 -1
  221. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +9 -1
  222. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +9 -1
  223. data/lib/elasticsearch-serverless/api/tasks/get.rb +13 -3
  224. data/lib/elasticsearch-serverless/api/terms_enum.rb +9 -1
  225. data/lib/elasticsearch-serverless/api/termvectors.rb +21 -9
  226. data/lib/elasticsearch-serverless/api/transform/delete_transform.rb +14 -3
  227. data/lib/elasticsearch-serverless/api/transform/get_transform.rb +23 -4
  228. data/lib/elasticsearch-serverless/api/transform/get_transform_stats.rb +20 -3
  229. data/lib/elasticsearch-serverless/api/transform/preview_transform.rb +15 -5
  230. data/lib/elasticsearch-serverless/api/transform/put_transform.rb +17 -7
  231. data/lib/elasticsearch-serverless/api/transform/reset_transform.rb +14 -3
  232. data/lib/elasticsearch-serverless/api/transform/schedule_now_transform.rb +11 -3
  233. data/lib/elasticsearch-serverless/api/transform/start_transform.rb +10 -3
  234. data/lib/elasticsearch-serverless/api/transform/stop_transform.rb +23 -6
  235. data/lib/elasticsearch-serverless/api/transform/update_transform.rb +15 -4
  236. data/lib/elasticsearch-serverless/api/update.rb +23 -7
  237. data/lib/elasticsearch-serverless/api/update_by_query.rb +36 -9
  238. data/lib/elasticsearch-serverless/api.rb +3 -2
  239. data/lib/elasticsearch-serverless/version.rb +1 -1
  240. data/lib/elasticsearch-serverless.rb +4 -3
  241. metadata +5 -76
  242. data/lib/elasticsearch-serverless/api/connector/last_sync.rb +0 -59
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Retrieves a connector.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -34,6 +34,14 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-connector-api.html
35
35
  #
36
36
  def get(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.get" }
38
+
39
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ set_variables
42
+ end
43
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
44
+
37
45
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
38
46
 
39
47
  arguments = arguments.clone
@@ -48,7 +56,7 @@ module ElasticsearchServerless
48
56
  params = {}
49
57
 
50
58
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
59
+ perform_request(method, path, params, body, headers, request_opts)
52
60
  )
53
61
  end
54
62
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Returns existing connectors.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [Integer] :from Starting offset (default: 0)
32
32
  # @option arguments [Integer] :size Specifies a max number of results to get
@@ -39,6 +39,8 @@ module ElasticsearchServerless
39
39
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/list-connector-api.html
40
40
  #
41
41
  def list(arguments = {})
42
+ request_opts = { endpoint: arguments[:endpoint] || "connector.list" }
43
+
42
44
  arguments = arguments.clone
43
45
  headers = arguments.delete(:headers) || {}
44
46
 
@@ -49,7 +51,7 @@ module ElasticsearchServerless
49
51
  params = Utils.process_params(arguments)
50
52
 
51
53
  ElasticsearchServerless::API::Response.new(
52
- perform_request(method, path, params, body, headers)
54
+ perform_request(method, path, params, body, headers, request_opts)
53
55
  )
54
56
  end
55
57
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Creates a connector.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [Hash] :headers Custom HTTP headers
32
32
  # @option arguments [Hash] :body request body
@@ -34,6 +34,8 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/create-connector-api.html
35
35
  #
36
36
  def post(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.post" }
38
+
37
39
  arguments = arguments.clone
38
40
  headers = arguments.delete(:headers) || {}
39
41
 
@@ -44,7 +46,7 @@ module ElasticsearchServerless
44
46
  params = {}
45
47
 
46
48
  ElasticsearchServerless::API::Response.new(
47
- perform_request(method, path, params, body, headers)
49
+ perform_request(method, path, params, body, headers, request_opts)
48
50
  )
49
51
  end
50
52
  end
@@ -23,18 +23,26 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Creates or updates a connector.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
- # @option arguments [String] :connector_id The unique identifier of the connector to be created or updated (*Required*)
31
+ # @option arguments [String] :connector_id The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
33
33
  # @option arguments [Hash] :body request body
34
34
  #
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/create-connector-api.html
36
36
  #
37
37
  def put(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.put" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  arguments = arguments.clone
39
47
  headers = arguments.delete(:headers) || {}
40
48
 
@@ -51,7 +59,7 @@ module ElasticsearchServerless
51
59
  params = {}
52
60
 
53
61
  ElasticsearchServerless::API::Response.new(
54
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
55
63
  )
56
64
  end
57
65
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Cancels a connector sync job.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -34,6 +34,14 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/cancel-connector-sync-job-api.html
35
35
  #
36
36
  def sync_job_cancel(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.sync_job_cancel" }
38
+
39
+ defined_params = [:connector_sync_job_id].inject({}) do |set_variables, variable|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ set_variables
42
+ end
43
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
44
+
37
45
  raise ArgumentError,
38
46
  "Required argument 'connector_sync_job_id' missing" unless arguments[:connector_sync_job_id]
39
47
 
@@ -49,7 +57,7 @@ module ElasticsearchServerless
49
57
  params = {}
50
58
 
51
59
  ElasticsearchServerless::API::Response.new(
52
- perform_request(method, path, params, body, headers)
60
+ perform_request(method, path, params, body, headers, request_opts)
53
61
  )
54
62
  end
55
63
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Deletes a connector sync job.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job to be deleted (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -34,6 +34,14 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-connector-sync-job-api.html
35
35
  #
36
36
  def sync_job_delete(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.sync_job_delete" }
38
+
39
+ defined_params = [:connector_sync_job_id].inject({}) do |set_variables, variable|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ set_variables
42
+ end
43
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
44
+
37
45
  raise ArgumentError,
38
46
  "Required argument 'connector_sync_job_id' missing" unless arguments[:connector_sync_job_id]
39
47
 
@@ -49,7 +57,7 @@ module ElasticsearchServerless
49
57
  params = {}
50
58
 
51
59
  ElasticsearchServerless::API::Response.new(
52
- perform_request(method, path, params, body, headers)
60
+ perform_request(method, path, params, body, headers, request_opts)
53
61
  )
54
62
  end
55
63
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Retrieves a connector sync job.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -34,6 +34,14 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-connector-sync-job-api.html
35
35
  #
36
36
  def sync_job_get(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.sync_job_get" }
38
+
39
+ defined_params = [:connector_sync_job_id].inject({}) do |set_variables, variable|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ set_variables
42
+ end
43
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
44
+
37
45
  raise ArgumentError,
38
46
  "Required argument 'connector_sync_job_id' missing" unless arguments[:connector_sync_job_id]
39
47
 
@@ -49,7 +57,7 @@ module ElasticsearchServerless
49
57
  params = {}
50
58
 
51
59
  ElasticsearchServerless::API::Response.new(
52
- perform_request(method, path, params, body, headers)
60
+ perform_request(method, path, params, body, headers, request_opts)
53
61
  )
54
62
  end
55
63
  end
@@ -23,21 +23,23 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Lists connector sync jobs.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [Integer] :from Starting offset (default: 0)
32
32
  # @option arguments [Integer] :size Specifies a max number of results to get
33
33
  # @option arguments [String] :status A sync job status to fetch connector sync jobs for
34
34
  # @option arguments [String] :connector_id A connector id to fetch connector sync jobs for
35
- # @option arguments [Array<String>] :job_type A comma-separated list of job types to fetch the sync jobs for
35
+ # @option arguments [Syncjobtype] :job_type A comma-separated list of job types to fetch the sync jobs for
36
36
  # @option arguments [Hash] :headers Custom HTTP headers
37
37
  #
38
38
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/list-connector-sync-jobs-api.html
39
39
  #
40
40
  def sync_job_list(arguments = {})
41
+ request_opts = { endpoint: arguments[:endpoint] || "connector.sync_job_list" }
42
+
41
43
  arguments = arguments.clone
42
44
  headers = arguments.delete(:headers) || {}
43
45
 
@@ -48,7 +50,7 @@ module ElasticsearchServerless
48
50
  params = Utils.process_params(arguments)
49
51
 
50
52
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
53
+ perform_request(method, path, params, body, headers, request_opts)
52
54
  )
53
55
  end
54
56
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Creates a connector sync job.
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [Hash] :headers Custom HTTP headers
32
32
  # @option arguments [Hash] :body request body
@@ -34,6 +34,8 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/create-connector-sync-job-api.html
35
35
  #
36
36
  def sync_job_post(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.sync_job_post" }
38
+
37
39
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
38
40
 
39
41
  arguments = arguments.clone
@@ -46,7 +48,7 @@ module ElasticsearchServerless
46
48
  params = {}
47
49
 
48
50
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
51
+ perform_request(method, path, params, body, headers, request_opts)
50
52
  )
51
53
  end
52
54
  end
@@ -34,6 +34,14 @@ module ElasticsearchServerless
34
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-filtering-api.html
35
35
  #
36
36
  def update_active_filtering(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_active_filtering" }
38
+
39
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
40
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
41
+ set_variables
42
+ end
43
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
44
+
37
45
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
38
46
 
39
47
  arguments = arguments.clone
@@ -48,7 +56,7 @@ module ElasticsearchServerless
48
56
  params = {}
49
57
 
50
58
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
59
+ perform_request(method, path, params, body, headers, request_opts)
52
60
  )
53
61
  end
54
62
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Updates the API key id in the connector document
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-api-key-id-api.html
36
36
  #
37
37
  def update_api_key_id(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_api_key_id" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Updates the configuration field in the connector document
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-configuration-api.html
36
36
  #
37
37
  def update_configuration(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_configuration" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-error-api.html
36
36
  #
37
37
  def update_error(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_error" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Updates the filtering field in the connector document
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-filtering-api.html
36
36
  #
37
37
  def update_filtering(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_filtering" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-filtering-validation-api.html
36
36
  #
37
37
  def update_filtering_validation(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_filtering_validation" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Updates the index_name in the connector document
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-index-name-api.html
36
36
  #
37
37
  def update_index_name(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_index_name" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end
@@ -23,10 +23,10 @@ module ElasticsearchServerless
23
23
  module Connector
24
24
  module Actions
25
25
  # Updates the name and description fields in the connector document
26
- # This functionality is Experimental and may be changed or removed
27
- # completely in a future release. Elastic will take a best effort approach
28
- # to fix any issues, but experimental features are not subject to the
29
- # support SLA of official GA features.
26
+ # This functionality is in Beta and is subject to change. The design and
27
+ # code is less mature than official GA features and is being provided
28
+ # as-is with no warranties. Beta features are not subject to the support
29
+ # SLA of official GA features.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/update-connector-name-description-api.html
36
36
  #
37
37
  def update_name(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "connector.update_name" }
39
+
40
+ defined_params = [:connector_id].inject({}) do |set_variables, variable|
41
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
42
+ set_variables
43
+ end
44
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
45
+
38
46
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
39
47
  raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
40
48
 
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  end