@@ -326,7 +326,7 @@ export default class Indices {
326
326
327
327
/**
328
328
* Deletes an index template.
329
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
329
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template .html | Elasticsearch API documentation }
330
330
*/
331
331
async deleteIndexTemplate ( this : That , params : T . IndicesDeleteIndexTemplateRequest | TB . IndicesDeleteIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesDeleteIndexTemplateResponse >
332
332
async deleteIndexTemplate ( this : That , params : T . IndicesDeleteIndexTemplateRequest | TB . IndicesDeleteIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesDeleteIndexTemplateResponse , unknown > >
@@ -411,7 +411,7 @@ export default class Indices {
411
411
412
412
/**
413
413
* Returns information about whether a particular index template exists.
414
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices -templates.html | Elasticsearch API documentation }
414
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/index -templates.html | Elasticsearch API documentation }
415
415
*/
416
416
async existsIndexTemplate ( this : That , params : T . IndicesExistsIndexTemplateRequest | TB . IndicesExistsIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesExistsIndexTemplateResponse >
417
417
async existsIndexTemplate ( this : That , params : T . IndicesExistsIndexTemplateRequest | TB . IndicesExistsIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesExistsIndexTemplateResponse , unknown > >
@@ -589,7 +589,7 @@ export default class Indices {
589
589
590
590
/**
591
591
* Returns an index template.
592
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
592
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template .html | Elasticsearch API documentation }
593
593
*/
594
594
async getIndexTemplate ( this : That , params ?: T . IndicesGetIndexTemplateRequest | TB . IndicesGetIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesGetIndexTemplateResponse >
595
595
async getIndexTemplate ( this : That , params ?: T . IndicesGetIndexTemplateRequest | TB . IndicesGetIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesGetIndexTemplateResponse , unknown > >
@@ -844,7 +844,7 @@ export default class Indices {
844
844
845
845
/**
846
846
* Creates or updates an index template.
847
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
847
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template .html | Elasticsearch API documentation }
848
848
*/
849
849
async putIndexTemplate ( this : That , params : T . IndicesPutIndexTemplateRequest | TB . IndicesPutIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesPutIndexTemplateResponse >
850
850
async putIndexTemplate ( this : That , params : T . IndicesPutIndexTemplateRequest | TB . IndicesPutIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesPutIndexTemplateResponse , unknown > >
@@ -958,7 +958,7 @@ export default class Indices {
958
958
959
959
/**
960
960
* Creates or updates an index template.
961
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html | Elasticsearch API documentation }
961
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1 .html | Elasticsearch API documentation }
962
962
*/
963
963
async putTemplate ( this : That , params : T . IndicesPutTemplateRequest | TB . IndicesPutTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesPutTemplateResponse >
964
964
async putTemplate ( this : That , params : T . IndicesPutTemplateRequest | TB . IndicesPutTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesPutTemplateResponse , unknown > >
@@ -1101,7 +1101,7 @@ export default class Indices {
1101
1101
1102
1102
/**
1103
1103
* Simulate matching the given index name against the index templates in the system
1104
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1104
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index .html | Elasticsearch API documentation }
1105
1105
*/
1106
1106
async simulateIndexTemplate ( this : That , params : T . IndicesSimulateIndexTemplateRequest | TB . IndicesSimulateIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesSimulateIndexTemplateResponse >
1107
1107
async simulateIndexTemplate ( this : That , params : T . IndicesSimulateIndexTemplateRequest | TB . IndicesSimulateIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesSimulateIndexTemplateResponse , unknown > >
@@ -1139,7 +1139,7 @@ export default class Indices {
1139
1139
1140
1140
/**
1141
1141
* Simulate resolving the given template name or body
1142
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1142
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template .html | Elasticsearch API documentation }
1143
1143
*/
1144
1144
async simulateTemplate ( this : That , params : T . IndicesSimulateTemplateRequest | TB . IndicesSimulateTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesSimulateTemplateResponse >
1145
1145
async simulateTemplate ( this : That , params : T . IndicesSimulateTemplateRequest | TB . IndicesSimulateTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesSimulateTemplateResponse , unknown > >
0 commit comments