@@ -424,7 +424,7 @@ export default class Indices {
424
424
425
425
/**
426
426
* Deletes an index template.
427
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
427
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template .html | Elasticsearch API documentation }
428
428
*/
429
429
async deleteIndexTemplate ( this : That , params : T . IndicesDeleteIndexTemplateRequest | TB . IndicesDeleteIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesDeleteIndexTemplateResponse >
430
430
async deleteIndexTemplate ( this : That , params : T . IndicesDeleteIndexTemplateRequest | TB . IndicesDeleteIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesDeleteIndexTemplateResponse , unknown > >
@@ -450,7 +450,7 @@ export default class Indices {
450
450
451
451
/**
452
452
* Deletes an index template.
453
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
453
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template-v1 .html | Elasticsearch API documentation }
454
454
*/
455
455
async deleteTemplate ( this : That , params : T . IndicesDeleteTemplateRequest | TB . IndicesDeleteTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesDeleteTemplateResponse >
456
456
async deleteTemplate ( this : That , params : T . IndicesDeleteTemplateRequest | TB . IndicesDeleteTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesDeleteTemplateResponse , unknown > >
@@ -592,7 +592,7 @@ export default class Indices {
592
592
593
593
/**
594
594
* Returns information about whether a particular index template exists.
595
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices -templates.html | Elasticsearch API documentation }
595
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/index -templates.html | Elasticsearch API documentation }
596
596
*/
597
597
async existsIndexTemplate ( this : That , params : T . IndicesExistsIndexTemplateRequest | TB . IndicesExistsIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesExistsIndexTemplateResponse >
598
598
async existsIndexTemplate ( this : That , params : T . IndicesExistsIndexTemplateRequest | TB . IndicesExistsIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesExistsIndexTemplateResponse , unknown > >
@@ -618,7 +618,7 @@ export default class Indices {
618
618
619
619
/**
620
620
* Returns information about whether a particular index template exists.
621
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
621
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-template-exists-v1 .html | Elasticsearch API documentation }
622
622
*/
623
623
async existsTemplate ( this : That , params : T . IndicesExistsTemplateRequest | TB . IndicesExistsTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesExistsTemplateResponse >
624
624
async existsTemplate ( this : That , params : T . IndicesExistsTemplateRequest | TB . IndicesExistsTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesExistsTemplateResponse , unknown > >
@@ -923,7 +923,7 @@ export default class Indices {
923
923
924
924
/**
925
925
* Returns an index template.
926
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
926
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template .html | Elasticsearch API documentation }
927
927
*/
928
928
async getIndexTemplate ( this : That , params ?: T . IndicesGetIndexTemplateRequest | TB . IndicesGetIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesGetIndexTemplateResponse >
929
929
async getIndexTemplate ( this : That , params ?: T . IndicesGetIndexTemplateRequest | TB . IndicesGetIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesGetIndexTemplateResponse , unknown > >
@@ -1031,7 +1031,7 @@ export default class Indices {
1031
1031
1032
1032
/**
1033
1033
* Returns an index template.
1034
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1034
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template-v1 .html | Elasticsearch API documentation }
1035
1035
*/
1036
1036
async getTemplate ( this : That , params ?: T . IndicesGetTemplateRequest | TB . IndicesGetTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesGetTemplateResponse >
1037
1037
async getTemplate ( this : That , params ?: T . IndicesGetTemplateRequest | TB . IndicesGetTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesGetTemplateResponse , unknown > >
@@ -1264,7 +1264,7 @@ export default class Indices {
1264
1264
1265
1265
/**
1266
1266
* Creates or updates an index template.
1267
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1267
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template .html | Elasticsearch API documentation }
1268
1268
*/
1269
1269
async putIndexTemplate ( this : That , params : T . IndicesPutIndexTemplateRequest | TB . IndicesPutIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesPutIndexTemplateResponse >
1270
1270
async putIndexTemplate ( this : That , params : T . IndicesPutIndexTemplateRequest | TB . IndicesPutIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesPutIndexTemplateResponse , unknown > >
@@ -1378,7 +1378,7 @@ export default class Indices {
1378
1378
1379
1379
/**
1380
1380
* Creates or updates an index template.
1381
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html | Elasticsearch API documentation }
1381
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1 .html | Elasticsearch API documentation }
1382
1382
*/
1383
1383
async putTemplate ( this : That , params : T . IndicesPutTemplateRequest | TB . IndicesPutTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesPutTemplateResponse >
1384
1384
async putTemplate ( this : That , params : T . IndicesPutTemplateRequest | TB . IndicesPutTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesPutTemplateResponse , unknown > >
@@ -1687,7 +1687,7 @@ export default class Indices {
1687
1687
1688
1688
/**
1689
1689
* Simulate matching the given index name against the index templates in the system
1690
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1690
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index .html | Elasticsearch API documentation }
1691
1691
*/
1692
1692
async simulateIndexTemplate ( this : That , params : T . IndicesSimulateIndexTemplateRequest | TB . IndicesSimulateIndexTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesSimulateIndexTemplateResponse >
1693
1693
async simulateIndexTemplate ( this : That , params : T . IndicesSimulateIndexTemplateRequest | TB . IndicesSimulateIndexTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesSimulateIndexTemplateResponse , unknown > >
@@ -1725,7 +1725,7 @@ export default class Indices {
1725
1725
1726
1726
/**
1727
1727
* Simulate resolving the given template name or body
1728
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates .html | Elasticsearch API documentation }
1728
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template .html | Elasticsearch API documentation }
1729
1729
*/
1730
1730
async simulateTemplate ( this : That , params : T . IndicesSimulateTemplateRequest | TB . IndicesSimulateTemplateRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . IndicesSimulateTemplateResponse >
1731
1731
async simulateTemplate ( this : That , params : T . IndicesSimulateTemplateRequest | TB . IndicesSimulateTemplateRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . IndicesSimulateTemplateResponse , unknown > >
0 commit comments