Skip to content

Commit c5f9704

Browse files
Auto-generated API code
1 parent 7113cad commit c5f9704

File tree

6 files changed

+726
-172
lines changed

6 files changed

+726
-172
lines changed

elasticsearch_serverless/_async/client/indices.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ async def migrate_to_data_stream(
15671567
The write index for the alias becomes the write index for the stream.</p>
15681568
15691569
1570-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html>`_
1570+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-migrate-to-data-stream>`_
15711571
15721572
:param name: Name of the index alias to convert to a data stream.
15731573
:param master_timeout: Period to wait for a connection to the master node. If
@@ -1623,7 +1623,7 @@ async def modify_data_stream(
16231623
Performs one or more data stream modification actions in a single atomic operation.</p>
16241624
16251625
1626-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html>`_
1626+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-modify-data-stream>`_
16271627
16281628
:param actions: Actions to perform.
16291629
"""
@@ -1689,7 +1689,7 @@ async def put_alias(
16891689
Adds a data stream or index to an alias.</p>
16901690
16911691
1692-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html>`_
1692+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-alias>`_
16931693
16941694
:param index: Comma-separated list of data streams or indices to add. Supports
16951695
wildcards (`*`). Wildcard patterns that match both data streams and indices
@@ -1796,7 +1796,7 @@ async def put_data_lifecycle(
17961796
Update the data stream lifecycle of the specified data streams.</p>
17971797
17981798
1799-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html>`_
1799+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-data-lifecycle>`_
18001800
18011801
:param name: Comma-separated list of data streams used to limit the request.
18021802
Supports wildcards (`*`). To target all data streams use `*` or `_all`.
@@ -1924,7 +1924,7 @@ async def put_index_template(
19241924
If an entry already exists with the same key, then it is overwritten by the new definition.</p>
19251925
19261926
1927-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html>`_
1927+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-index-template>`_
19281928
19291929
:param name: Index or template name
19301930
:param allow_auto_create: This setting overrides the value of the `action.auto_create_index`
@@ -2845,7 +2845,7 @@ async def update_aliases(
28452845
Adds a data stream or index to an alias.</p>
28462846
28472847
2848-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html>`_
2848+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-update-aliases>`_
28492849
28502850
:param actions: Actions to perform.
28512851
:param master_timeout: Period to wait for a connection to the master node. If
@@ -2924,7 +2924,7 @@ async def validate_query(
29242924
Validates a query without running it.</p>
29252925
29262926
2927-
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/search-validate.html>`_
2927+
`<https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-validate-query>`_
29282928
29292929
:param index: Comma-separated list of data streams, indices, and aliases to search.
29302930
Supports wildcards (`*`). To search all data streams or indices, omit this

0 commit comments

Comments
 (0)