UNPKG

@opensearch-project/opensearch

Version:

The official OpenSearch client for Node.js

62 lines (55 loc) 2.54 kB
/* * Copyright OpenSearch Contributors * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * */ /* * This file was generated from the OpenSearch API Spec. Do NOT edit it * manually. If you want to make changes, either update the spec or * modify the API generator. */ 'use strict'; /** @namespace API-Cat */ function CatApi(bindObj) { this.aliases = require('./aliases').bind(bindObj); this.allocation = require('./allocation').bind(bindObj); this.allPitSegments = require('./allPitSegments').bind(bindObj); this.clusterManager = require('./clusterManager').bind(bindObj); this.count = require('./count').bind(bindObj); this.fielddata = require('./fielddata').bind(bindObj); this.health = require('./health').bind(bindObj); this.help = require('./help').bind(bindObj); this.indices = require('./indices').bind(bindObj); this.master = require('./master').bind(bindObj); this.nodeattrs = require('./nodeattrs').bind(bindObj); this.nodes = require('./nodes').bind(bindObj); this.pendingTasks = require('./pendingTasks').bind(bindObj); this.pitSegments = require('./pitSegments').bind(bindObj); this.plugins = require('./plugins').bind(bindObj); this.recovery = require('./recovery').bind(bindObj); this.repositories = require('./repositories').bind(bindObj); this.segmentReplication = require('./segmentReplication').bind(bindObj); this.segments = require('./segments').bind(bindObj); this.shards = require('./shards').bind(bindObj); this.snapshots = require('./snapshots').bind(bindObj); this.tasks = require('./tasks').bind(bindObj); this.templates = require('./templates').bind(bindObj); this.threadPool = require('./threadPool').bind(bindObj); // Deprecated: Use allPitSegments instead. this.all_pit_segments = require('./allPitSegments').bind(bindObj); // Deprecated: Use clusterManager instead. this.cluster_manager = require('./clusterManager').bind(bindObj); // Deprecated: Use pendingTasks instead. this.pending_tasks = require('./pendingTasks').bind(bindObj); // Deprecated: Use pitSegments instead. this.pit_segments = require('./pitSegments').bind(bindObj); // Deprecated: Use segmentReplication instead. this.segment_replication = require('./segmentReplication').bind(bindObj); // Deprecated: Use threadPool instead. this.thread_pool = require('./threadPool').bind(bindObj); } module.exports = CatApi;