@@ -231,7 +231,7 @@ export function createMonitoringClient({
231
231
/**
232
232
* Retrieves known incidents for the selected clusters.
233
233
* @param getClusterIncidents - The getClusterIncidents object.
234
- * @param getClusterIncidents.clusters - Subset of clusters, separated by comma .
234
+ * @param getClusterIncidents.clusters - Subset of clusters, separated by commas .
235
235
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
236
236
*/
237
237
getClusterIncidents (
@@ -259,7 +259,7 @@ export function createMonitoringClient({
259
259
/**
260
260
* Retrieves the status of selected clusters.
261
261
* @param getClusterStatus - The getClusterStatus object.
262
- * @param getClusterStatus.clusters - Subset of clusters, separated by comma .
262
+ * @param getClusterStatus.clusters - Subset of clusters, separated by commas .
263
263
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
264
264
*/
265
265
getClusterStatus ( { clusters } : GetClusterStatusProps , requestOptions ?: RequestOptions ) : Promise < StatusResponse > {
@@ -303,7 +303,7 @@ export function createMonitoringClient({
303
303
/**
304
304
* Retrieves average times for indexing operations for selected clusters.
305
305
* @param getIndexingTime - The getIndexingTime object.
306
- * @param getIndexingTime.clusters - Subset of clusters, separated by comma .
306
+ * @param getIndexingTime.clusters - Subset of clusters, separated by commas .
307
307
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
308
308
*/
309
309
getIndexingTime (
@@ -331,7 +331,7 @@ export function createMonitoringClient({
331
331
/**
332
332
* Retrieves the average latency for search requests for selected clusters.
333
333
* @param getLatency - The getLatency object.
334
- * @param getLatency.clusters - Subset of clusters, separated by comma .
334
+ * @param getLatency.clusters - Subset of clusters, separated by commas .
335
335
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
336
336
*/
337
337
getLatency ( { clusters } : GetLatencyProps , requestOptions ?: RequestOptions ) : Promise < LatencyResponse > {
@@ -388,7 +388,7 @@ export function createMonitoringClient({
388
388
/**
389
389
* Test whether clusters are reachable or not.
390
390
* @param getReachability - The getReachability object.
391
- * @param getReachability.clusters - Subset of clusters, separated by comma .
391
+ * @param getReachability.clusters - Subset of clusters, separated by commas .
392
392
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
393
393
*/
394
394
getReachability (
0 commit comments