@@ -45,7 +45,7 @@ export default class Cat {
45
45
46
46
/**
47
47
* Shows information about currently configured aliases to indices including filter and routing infos.
48
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-alias.html | Elasticsearch API documentation }
48
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-alias.html | Elasticsearch API documentation }
49
49
*/
50
50
async aliases ( this : That , params ?: T . CatAliasesRequest | TB . CatAliasesRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatAliasesResponse >
51
51
async aliases ( this : That , params ?: T . CatAliasesRequest | TB . CatAliasesRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatAliasesResponse , unknown > >
@@ -79,7 +79,7 @@ export default class Cat {
79
79
80
80
/**
81
81
* Returns information about existing component_templates templates.
82
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-component-templates.html | Elasticsearch API documentation }
82
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-component-templates.html | Elasticsearch API documentation }
83
83
*/
84
84
async componentTemplates ( this : That , params ?: T . CatComponentTemplatesRequest | TB . CatComponentTemplatesRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatComponentTemplatesResponse >
85
85
async componentTemplates ( this : That , params ?: T . CatComponentTemplatesRequest | TB . CatComponentTemplatesRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatComponentTemplatesResponse , unknown > >
@@ -113,7 +113,7 @@ export default class Cat {
113
113
114
114
/**
115
115
* Provides quick access to the document count of the entire cluster, or individual indices.
116
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-count.html | Elasticsearch API documentation }
116
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-count.html | Elasticsearch API documentation }
117
117
*/
118
118
async count ( this : That , params ?: T . CatCountRequest | TB . CatCountRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatCountResponse >
119
119
async count ( this : That , params ?: T . CatCountRequest | TB . CatCountRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatCountResponse , unknown > >
@@ -147,7 +147,7 @@ export default class Cat {
147
147
148
148
/**
149
149
* Returns help for the Cat APIs.
150
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat.html | Elasticsearch API documentation }
150
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat.html | Elasticsearch API documentation }
151
151
*/
152
152
async help ( this : That , params ?: T . CatHelpRequest | TB . CatHelpRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatHelpResponse >
153
153
async help ( this : That , params ?: T . CatHelpRequest | TB . CatHelpRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatHelpResponse , unknown > >
@@ -174,7 +174,7 @@ export default class Cat {
174
174
175
175
/**
176
176
* Returns information about indices: number of primaries and replicas, document counts, disk size, ...
177
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-indices.html | Elasticsearch API documentation }
177
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-indices.html | Elasticsearch API documentation }
178
178
*/
179
179
async indices ( this : That , params ?: T . CatIndicesRequest | TB . CatIndicesRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatIndicesResponse >
180
180
async indices ( this : That , params ?: T . CatIndicesRequest | TB . CatIndicesRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatIndicesResponse , unknown > >
@@ -208,7 +208,7 @@ export default class Cat {
208
208
209
209
/**
210
210
* Gets configuration and usage information about data frame analytics jobs.
211
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-dfanalytics.html | Elasticsearch API documentation }
211
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-dfanalytics.html | Elasticsearch API documentation }
212
212
*/
213
213
async mlDataFrameAnalytics ( this : That , params ?: T . CatMlDataFrameAnalyticsRequest | TB . CatMlDataFrameAnalyticsRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatMlDataFrameAnalyticsResponse >
214
214
async mlDataFrameAnalytics ( this : That , params ?: T . CatMlDataFrameAnalyticsRequest | TB . CatMlDataFrameAnalyticsRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatMlDataFrameAnalyticsResponse , unknown > >
@@ -242,7 +242,7 @@ export default class Cat {
242
242
243
243
/**
244
244
* Gets configuration and usage information about datafeeds.
245
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-datafeeds.html | Elasticsearch API documentation }
245
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-datafeeds.html | Elasticsearch API documentation }
246
246
*/
247
247
async mlDatafeeds ( this : That , params ?: T . CatMlDatafeedsRequest | TB . CatMlDatafeedsRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatMlDatafeedsResponse >
248
248
async mlDatafeeds ( this : That , params ?: T . CatMlDatafeedsRequest | TB . CatMlDatafeedsRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatMlDatafeedsResponse , unknown > >
@@ -276,7 +276,7 @@ export default class Cat {
276
276
277
277
/**
278
278
* Gets configuration and usage information about anomaly detection jobs.
279
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-anomaly-detectors.html | Elasticsearch API documentation }
279
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-anomaly-detectors.html | Elasticsearch API documentation }
280
280
*/
281
281
async mlJobs ( this : That , params ?: T . CatMlJobsRequest | TB . CatMlJobsRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatMlJobsResponse >
282
282
async mlJobs ( this : That , params ?: T . CatMlJobsRequest | TB . CatMlJobsRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatMlJobsResponse , unknown > >
@@ -310,7 +310,7 @@ export default class Cat {
310
310
311
311
/**
312
312
* Gets configuration and usage information about inference trained models.
313
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-trained-model.html | Elasticsearch API documentation }
313
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-trained-model.html | Elasticsearch API documentation }
314
314
*/
315
315
async mlTrainedModels ( this : That , params ?: T . CatMlTrainedModelsRequest | TB . CatMlTrainedModelsRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatMlTrainedModelsResponse >
316
316
async mlTrainedModels ( this : That , params ?: T . CatMlTrainedModelsRequest | TB . CatMlTrainedModelsRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatMlTrainedModelsResponse , unknown > >
@@ -344,7 +344,7 @@ export default class Cat {
344
344
345
345
/**
346
346
* Gets configuration and usage information about transforms.
347
- * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/main /cat-transforms.html | Elasticsearch API documentation }
347
+ * @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/master /cat-transforms.html | Elasticsearch API documentation }
348
348
*/
349
349
async transforms ( this : That , params ?: T . CatTransformsRequest | TB . CatTransformsRequest , options ?: TransportRequestOptionsWithOutMeta ) : Promise < T . CatTransformsResponse >
350
350
async transforms ( this : That , params ?: T . CatTransformsRequest | TB . CatTransformsRequest , options ?: TransportRequestOptionsWithMeta ) : Promise < TransportResult < T . CatTransformsResponse , unknown > >
0 commit comments