diff --git a/api/esapi.d.ts b/api/esapi.d.ts new file mode 100644 index 000000000..582501424 --- /dev/null +++ b/api/esapi.d.ts @@ -0,0 +1,1418 @@ +/* + * Licensed to Elasticsearch B.V. under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch B.V. licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +import * as T from './types' +import { + TransportRequestPromise, + TransportRequestCallback, + TransportRequestOptions, + ApiError, + ApiResponse +} from '../lib/Transport' + +/** + * We are still working on this type, it will arrive soon. + * If it's critical for you, please open an issue. + * https://github.com/elastic/elasticsearch-js + */ +type TODO = Record + +declare type callbackFn = (err: ApiError, result: ApiResponse) => void; +declare class ESAPI { + asyncSearch: { + delete(params: T.AsyncSearchDeleteRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.AsyncSearchDeleteRequest, callback: callbackFn): TransportRequestCallback + delete(params: T.AsyncSearchDeleteRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params: T.AsyncSearchGetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + get(params: T.AsyncSearchGetRequest, callback: callbackFn, TContext>): TransportRequestCallback + get(params: T.AsyncSearchGetRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + status(params: T.AsyncSearchStatusRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + status(params: T.AsyncSearchStatusRequest, callback: callbackFn, TContext>): TransportRequestCallback + status(params: T.AsyncSearchStatusRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + submit(params?: T.AsyncSearchSubmitRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + submit(callback: callbackFn, TContext>): TransportRequestCallback + submit(params: T.AsyncSearchSubmitRequest, callback: callbackFn, TContext>): TransportRequestCallback + submit(params: T.AsyncSearchSubmitRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + } + autoscaling: { + deleteAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteAutoscalingPolicy(callback: callbackFn): TransportRequestCallback + deleteAutoscalingPolicy(params: TODO, callback: callbackFn): TransportRequestCallback + deleteAutoscalingPolicy(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getAutoscalingCapacity(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getAutoscalingCapacity(callback: callbackFn): TransportRequestCallback + getAutoscalingCapacity(params: TODO, callback: callbackFn): TransportRequestCallback + getAutoscalingCapacity(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getAutoscalingPolicy(callback: callbackFn): TransportRequestCallback + getAutoscalingPolicy(params: TODO, callback: callbackFn): TransportRequestCallback + getAutoscalingPolicy(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putAutoscalingPolicy(callback: callbackFn): TransportRequestCallback + putAutoscalingPolicy(params: TODO, callback: callbackFn): TransportRequestCallback + putAutoscalingPolicy(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + bulk(params: T.BulkRequest, options?: TransportRequestOptions): TransportRequestPromise> + bulk(params: T.BulkRequest, callback: callbackFn): TransportRequestCallback + bulk(params: T.BulkRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + cat: { + aliases(params?: T.CatAliasesRequest, options?: TransportRequestOptions): TransportRequestPromise> + aliases(callback: callbackFn): TransportRequestCallback + aliases(params: T.CatAliasesRequest, callback: callbackFn): TransportRequestCallback + aliases(params: T.CatAliasesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + allocation(params?: T.CatAllocationRequest, options?: TransportRequestOptions): TransportRequestPromise> + allocation(callback: callbackFn): TransportRequestCallback + allocation(params: T.CatAllocationRequest, callback: callbackFn): TransportRequestCallback + allocation(params: T.CatAllocationRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + count(params?: T.CatCountRequest, options?: TransportRequestOptions): TransportRequestPromise> + count(callback: callbackFn): TransportRequestCallback + count(params: T.CatCountRequest, callback: callbackFn): TransportRequestCallback + count(params: T.CatCountRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + fielddata(params?: T.CatFielddataRequest, options?: TransportRequestOptions): TransportRequestPromise> + fielddata(callback: callbackFn): TransportRequestCallback + fielddata(params: T.CatFielddataRequest, callback: callbackFn): TransportRequestCallback + fielddata(params: T.CatFielddataRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + health(params?: T.CatHealthRequest, options?: TransportRequestOptions): TransportRequestPromise> + health(callback: callbackFn): TransportRequestCallback + health(params: T.CatHealthRequest, callback: callbackFn): TransportRequestCallback + health(params: T.CatHealthRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + help(params?: T.CatHelpRequest, options?: TransportRequestOptions): TransportRequestPromise> + help(callback: callbackFn): TransportRequestCallback + help(params: T.CatHelpRequest, callback: callbackFn): TransportRequestCallback + help(params: T.CatHelpRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + indices(params?: T.CatIndicesRequest, options?: TransportRequestOptions): TransportRequestPromise> + indices(callback: callbackFn): TransportRequestCallback + indices(params: T.CatIndicesRequest, callback: callbackFn): TransportRequestCallback + indices(params: T.CatIndicesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + master(params?: T.CatMasterRequest, options?: TransportRequestOptions): TransportRequestPromise> + master(callback: callbackFn): TransportRequestCallback + master(params: T.CatMasterRequest, callback: callbackFn): TransportRequestCallback + master(params: T.CatMasterRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mlDataFrameAnalytics(params?: T.CatDataFrameAnalyticsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + mlDataFrameAnalytics(params: T.CatDataFrameAnalyticsRequest, callback: callbackFn): TransportRequestCallback + mlDataFrameAnalytics(params: T.CatDataFrameAnalyticsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mlDatafeeds(params?: T.CatDatafeedsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlDatafeeds(callback: callbackFn): TransportRequestCallback + mlDatafeeds(params: T.CatDatafeedsRequest, callback: callbackFn): TransportRequestCallback + mlDatafeeds(params: T.CatDatafeedsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mlJobs(params?: T.CatJobsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlJobs(callback: callbackFn): TransportRequestCallback + mlJobs(params: T.CatJobsRequest, callback: callbackFn): TransportRequestCallback + mlJobs(params: T.CatJobsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mlTrainedModels(params?: T.CatTrainedModelsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlTrainedModels(callback: callbackFn): TransportRequestCallback + mlTrainedModels(params: T.CatTrainedModelsRequest, callback: callbackFn): TransportRequestCallback + mlTrainedModels(params: T.CatTrainedModelsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + nodeattrs(params?: T.CatNodeAttributesRequest, options?: TransportRequestOptions): TransportRequestPromise> + nodeattrs(callback: callbackFn): TransportRequestCallback + nodeattrs(params: T.CatNodeAttributesRequest, callback: callbackFn): TransportRequestCallback + nodeattrs(params: T.CatNodeAttributesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + nodes(params?: T.CatNodesRequest, options?: TransportRequestOptions): TransportRequestPromise> + nodes(callback: callbackFn): TransportRequestCallback + nodes(params: T.CatNodesRequest, callback: callbackFn): TransportRequestCallback + nodes(params: T.CatNodesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + pendingTasks(params?: T.CatPendingTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + pendingTasks(callback: callbackFn): TransportRequestCallback + pendingTasks(params: T.CatPendingTasksRequest, callback: callbackFn): TransportRequestCallback + pendingTasks(params: T.CatPendingTasksRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + plugins(params?: T.CatPluginsRequest, options?: TransportRequestOptions): TransportRequestPromise> + plugins(callback: callbackFn): TransportRequestCallback + plugins(params: T.CatPluginsRequest, callback: callbackFn): TransportRequestCallback + plugins(params: T.CatPluginsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + recovery(params?: T.CatRecoveryRequest, options?: TransportRequestOptions): TransportRequestPromise> + recovery(callback: callbackFn): TransportRequestCallback + recovery(params: T.CatRecoveryRequest, callback: callbackFn): TransportRequestCallback + recovery(params: T.CatRecoveryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + repositories(params?: T.CatRepositoriesRequest, options?: TransportRequestOptions): TransportRequestPromise> + repositories(callback: callbackFn): TransportRequestCallback + repositories(params: T.CatRepositoriesRequest, callback: callbackFn): TransportRequestCallback + repositories(params: T.CatRepositoriesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + segments(params?: T.CatSegmentsRequest, options?: TransportRequestOptions): TransportRequestPromise> + segments(callback: callbackFn): TransportRequestCallback + segments(params: T.CatSegmentsRequest, callback: callbackFn): TransportRequestCallback + segments(params: T.CatSegmentsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + shards(params?: T.CatShardsRequest, options?: TransportRequestOptions): TransportRequestPromise> + shards(callback: callbackFn): TransportRequestCallback + shards(params: T.CatShardsRequest, callback: callbackFn): TransportRequestCallback + shards(params: T.CatShardsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + snapshots(params?: T.CatSnapshotsRequest, options?: TransportRequestOptions): TransportRequestPromise> + snapshots(callback: callbackFn): TransportRequestCallback + snapshots(params: T.CatSnapshotsRequest, callback: callbackFn): TransportRequestCallback + snapshots(params: T.CatSnapshotsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + tasks(params?: T.CatTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + tasks(callback: callbackFn): TransportRequestCallback + tasks(params: T.CatTasksRequest, callback: callbackFn): TransportRequestCallback + tasks(params: T.CatTasksRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + templates(params?: T.CatTemplatesRequest, options?: TransportRequestOptions): TransportRequestPromise> + templates(callback: callbackFn): TransportRequestCallback + templates(params: T.CatTemplatesRequest, callback: callbackFn): TransportRequestCallback + templates(params: T.CatTemplatesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + threadPool(params?: T.CatThreadPoolRequest, options?: TransportRequestOptions): TransportRequestPromise> + threadPool(callback: callbackFn): TransportRequestCallback + threadPool(params: T.CatThreadPoolRequest, callback: callbackFn): TransportRequestCallback + threadPool(params: T.CatThreadPoolRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + transforms(params?: T.CatTransformsRequest, options?: TransportRequestOptions): TransportRequestPromise> + transforms(callback: callbackFn): TransportRequestCallback + transforms(params: T.CatTransformsRequest, callback: callbackFn): TransportRequestCallback + transforms(params: T.CatTransformsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + ccr: { + deleteAutoFollowPattern(params: T.DeleteAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteAutoFollowPattern(params: T.DeleteAutoFollowPatternRequest, callback: callbackFn): TransportRequestCallback + deleteAutoFollowPattern(params: T.DeleteAutoFollowPatternRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + follow(params: T.CreateFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + follow(params: T.CreateFollowIndexRequest, callback: callbackFn): TransportRequestCallback + follow(params: T.CreateFollowIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + followInfo(params: T.FollowInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + followInfo(params: T.FollowInfoRequest, callback: callbackFn): TransportRequestCallback + followInfo(params: T.FollowInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + followStats(params: T.FollowIndexStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + followStats(params: T.FollowIndexStatsRequest, callback: callbackFn): TransportRequestCallback + followStats(params: T.FollowIndexStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + forgetFollower(params: T.ForgetFollowerIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + forgetFollower(params: T.ForgetFollowerIndexRequest, callback: callbackFn): TransportRequestCallback + forgetFollower(params: T.ForgetFollowerIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getAutoFollowPattern(params?: T.GetAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + getAutoFollowPattern(callback: callbackFn): TransportRequestCallback + getAutoFollowPattern(params: T.GetAutoFollowPatternRequest, callback: callbackFn): TransportRequestCallback + getAutoFollowPattern(params: T.GetAutoFollowPatternRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + pauseAutoFollowPattern(params: T.PauseAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + pauseAutoFollowPattern(params: T.PauseAutoFollowPatternRequest, callback: callbackFn): TransportRequestCallback + pauseAutoFollowPattern(params: T.PauseAutoFollowPatternRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + pauseFollow(params: T.PauseFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + pauseFollow(params: T.PauseFollowIndexRequest, callback: callbackFn): TransportRequestCallback + pauseFollow(params: T.PauseFollowIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putAutoFollowPattern(params: T.CreateAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + putAutoFollowPattern(params: T.CreateAutoFollowPatternRequest, callback: callbackFn): TransportRequestCallback + putAutoFollowPattern(params: T.CreateAutoFollowPatternRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + resumeAutoFollowPattern(params: T.ResumeAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + resumeAutoFollowPattern(params: T.ResumeAutoFollowPatternRequest, callback: callbackFn): TransportRequestCallback + resumeAutoFollowPattern(params: T.ResumeAutoFollowPatternRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + resumeFollow(params: T.ResumeFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + resumeFollow(params: T.ResumeFollowIndexRequest, callback: callbackFn): TransportRequestCallback + resumeFollow(params: T.ResumeFollowIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.CcrStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.CcrStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.CcrStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + unfollow(params: T.UnfollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + unfollow(params: T.UnfollowIndexRequest, callback: callbackFn): TransportRequestCallback + unfollow(params: T.UnfollowIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + clearScroll(params?: T.ClearScrollRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearScroll(callback: callbackFn): TransportRequestCallback + clearScroll(params: T.ClearScrollRequest, callback: callbackFn): TransportRequestCallback + clearScroll(params: T.ClearScrollRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + closePointInTime(params?: T.ClosePointInTimeRequest, options?: TransportRequestOptions): TransportRequestPromise> + closePointInTime(callback: callbackFn): TransportRequestCallback + closePointInTime(params: T.ClosePointInTimeRequest, callback: callbackFn): TransportRequestCallback + closePointInTime(params: T.ClosePointInTimeRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + cluster: { + allocationExplain(params?: T.ClusterAllocationExplainRequest, options?: TransportRequestOptions): TransportRequestPromise> + allocationExplain(callback: callbackFn): TransportRequestCallback + allocationExplain(params: T.ClusterAllocationExplainRequest, callback: callbackFn): TransportRequestCallback + allocationExplain(params: T.ClusterAllocationExplainRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteComponentTemplate(callback: callbackFn): TransportRequestCallback + deleteComponentTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + deleteComponentTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteVotingConfigExclusions(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteVotingConfigExclusions(callback: callbackFn): TransportRequestCallback + deleteVotingConfigExclusions(params: TODO, callback: callbackFn): TransportRequestCallback + deleteVotingConfigExclusions(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + existsComponentTemplate(callback: callbackFn): TransportRequestCallback + existsComponentTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + existsComponentTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getComponentTemplate(callback: callbackFn): TransportRequestCallback + getComponentTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + getComponentTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getSettings(params?: T.ClusterGetSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getSettings(callback: callbackFn): TransportRequestCallback + getSettings(params: T.ClusterGetSettingsRequest, callback: callbackFn): TransportRequestCallback + getSettings(params: T.ClusterGetSettingsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + health(params?: T.ClusterHealthRequest, options?: TransportRequestOptions): TransportRequestPromise> + health(callback: callbackFn): TransportRequestCallback + health(params: T.ClusterHealthRequest, callback: callbackFn): TransportRequestCallback + health(params: T.ClusterHealthRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + pendingTasks(params?: T.ClusterPendingTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + pendingTasks(callback: callbackFn): TransportRequestCallback + pendingTasks(params: T.ClusterPendingTasksRequest, callback: callbackFn): TransportRequestCallback + pendingTasks(params: T.ClusterPendingTasksRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + postVotingConfigExclusions(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + postVotingConfigExclusions(callback: callbackFn): TransportRequestCallback + postVotingConfigExclusions(params: TODO, callback: callbackFn): TransportRequestCallback + postVotingConfigExclusions(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putComponentTemplate(callback: callbackFn): TransportRequestCallback + putComponentTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + putComponentTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putSettings(params?: T.ClusterPutSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + putSettings(callback: callbackFn): TransportRequestCallback + putSettings(params: T.ClusterPutSettingsRequest, callback: callbackFn): TransportRequestCallback + putSettings(params: T.ClusterPutSettingsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + remoteInfo(params?: T.RemoteInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + remoteInfo(callback: callbackFn): TransportRequestCallback + remoteInfo(params: T.RemoteInfoRequest, callback: callbackFn): TransportRequestCallback + remoteInfo(params: T.RemoteInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + reroute(params?: T.ClusterRerouteRequest, options?: TransportRequestOptions): TransportRequestPromise> + reroute(callback: callbackFn): TransportRequestCallback + reroute(params: T.ClusterRerouteRequest, callback: callbackFn): TransportRequestCallback + reroute(params: T.ClusterRerouteRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + state(params?: T.ClusterStateRequest, options?: TransportRequestOptions): TransportRequestPromise> + state(callback: callbackFn): TransportRequestCallback + state(params: T.ClusterStateRequest, callback: callbackFn): TransportRequestCallback + state(params: T.ClusterStateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.ClusterStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.ClusterStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.ClusterStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + count(params?: T.CountRequest, options?: TransportRequestOptions): TransportRequestPromise> + count(callback: callbackFn): TransportRequestCallback + count(params: T.CountRequest, callback: callbackFn): TransportRequestCallback + count(params: T.CountRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + create(params: T.CreateRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.CreateRequest, callback: callbackFn): TransportRequestCallback + create(params: T.CreateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + danglingIndices: { + deleteDanglingIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteDanglingIndex(callback: callbackFn): TransportRequestCallback + deleteDanglingIndex(params: TODO, callback: callbackFn): TransportRequestCallback + deleteDanglingIndex(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + importDanglingIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + importDanglingIndex(callback: callbackFn): TransportRequestCallback + importDanglingIndex(params: TODO, callback: callbackFn): TransportRequestCallback + importDanglingIndex(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + listDanglingIndices(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + listDanglingIndices(callback: callbackFn): TransportRequestCallback + listDanglingIndices(params: TODO, callback: callbackFn): TransportRequestCallback + listDanglingIndices(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + dataFrameTransformDeprecated: { + deleteTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteTransform(callback: callbackFn): TransportRequestCallback + deleteTransform(params: TODO, callback: callbackFn): TransportRequestCallback + deleteTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTransform(callback: callbackFn): TransportRequestCallback + getTransform(params: TODO, callback: callbackFn): TransportRequestCallback + getTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTransformStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTransformStats(callback: callbackFn): TransportRequestCallback + getTransformStats(params: TODO, callback: callbackFn): TransportRequestCallback + getTransformStats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + previewTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + previewTransform(callback: callbackFn): TransportRequestCallback + previewTransform(params: TODO, callback: callbackFn): TransportRequestCallback + previewTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putTransform(callback: callbackFn): TransportRequestCallback + putTransform(params: TODO, callback: callbackFn): TransportRequestCallback + putTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + startTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + startTransform(callback: callbackFn): TransportRequestCallback + startTransform(params: TODO, callback: callbackFn): TransportRequestCallback + startTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stopTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stopTransform(callback: callbackFn): TransportRequestCallback + stopTransform(params: TODO, callback: callbackFn): TransportRequestCallback + stopTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + updateTransform(callback: callbackFn): TransportRequestCallback + updateTransform(params: TODO, callback: callbackFn): TransportRequestCallback + updateTransform(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + delete(params: T.DeleteRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.DeleteRequest, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteByQuery(params: T.DeleteByQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteByQuery(params: T.DeleteByQueryRequest, callback: callbackFn): TransportRequestCallback + deleteByQuery(params: T.DeleteByQueryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteByQueryRethrottle(params: T.DeleteByQueryRethrottleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteByQueryRethrottle(params: T.DeleteByQueryRethrottleRequest, callback: callbackFn): TransportRequestCallback + deleteByQueryRethrottle(params: T.DeleteByQueryRethrottleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteScript(params: T.DeleteScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteScript(params: T.DeleteScriptRequest, callback: callbackFn): TransportRequestCallback + deleteScript(params: T.DeleteScriptRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + enrich: { + deletePolicy(params: T.DeleteEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + deletePolicy(params: T.DeleteEnrichPolicyRequest, callback: callbackFn): TransportRequestCallback + deletePolicy(params: T.DeleteEnrichPolicyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + executePolicy(params: T.ExecuteEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + executePolicy(params: T.ExecuteEnrichPolicyRequest, callback: callbackFn): TransportRequestCallback + executePolicy(params: T.ExecuteEnrichPolicyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getPolicy(params?: T.GetEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPolicy(callback: callbackFn): TransportRequestCallback + getPolicy(params: T.GetEnrichPolicyRequest, callback: callbackFn): TransportRequestCallback + getPolicy(params: T.GetEnrichPolicyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putPolicy(params: T.PutEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPolicy(params: T.PutEnrichPolicyRequest, callback: callbackFn): TransportRequestCallback + putPolicy(params: T.PutEnrichPolicyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.EnrichStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.EnrichStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.EnrichStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + eql: { + delete(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + delete(callback: callbackFn): TransportRequestCallback + delete(params: TODO, callback: callbackFn): TransportRequestCallback + delete(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + get(callback: callbackFn): TransportRequestCallback + get(params: TODO, callback: callbackFn): TransportRequestCallback + get(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getStatus(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(callback: callbackFn): TransportRequestCallback + getStatus(params: TODO, callback: callbackFn): TransportRequestCallback + getStatus(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + search(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + search(callback: callbackFn): TransportRequestCallback + search(params: TODO, callback: callbackFn): TransportRequestCallback + search(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + exists(params: T.DocumentExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + exists(params: T.DocumentExistsRequest, callback: callbackFn): TransportRequestCallback + exists(params: T.DocumentExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsSource(params: T.SourceExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsSource(params: T.SourceExistsRequest, callback: callbackFn): TransportRequestCallback + existsSource(params: T.SourceExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + explain(params: T.ExplainRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + explain(params: T.ExplainRequest, callback: callbackFn, TContext>): TransportRequestCallback + explain(params: T.ExplainRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + features: { + getFeatures(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getFeatures(callback: callbackFn): TransportRequestCallback + getFeatures(params: TODO, callback: callbackFn): TransportRequestCallback + getFeatures(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + fieldCaps(params?: T.FieldCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + fieldCaps(callback: callbackFn): TransportRequestCallback + fieldCaps(params: T.FieldCapabilitiesRequest, callback: callbackFn): TransportRequestCallback + fieldCaps(params: T.FieldCapabilitiesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params: T.GetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + get(params: T.GetRequest, callback: callbackFn, TContext>): TransportRequestCallback + get(params: T.GetRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + getScript(params: T.GetScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> + getScript(params: T.GetScriptRequest, callback: callbackFn): TransportRequestCallback + getScript(params: T.GetScriptRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getScriptContext(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getScriptContext(callback: callbackFn): TransportRequestCallback + getScriptContext(params: TODO, callback: callbackFn): TransportRequestCallback + getScriptContext(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getScriptLanguages(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getScriptLanguages(callback: callbackFn): TransportRequestCallback + getScriptLanguages(params: TODO, callback: callbackFn): TransportRequestCallback + getScriptLanguages(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getSource(params: T.SourceRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + getSource(params: T.SourceRequest, callback: callbackFn, TContext>): TransportRequestCallback + getSource(params: T.SourceRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + graph: { + explore(params: T.GraphExploreRequest, options?: TransportRequestOptions): TransportRequestPromise> + explore(params: T.GraphExploreRequest, callback: callbackFn): TransportRequestCallback + explore(params: T.GraphExploreRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + ilm: { + deleteLifecycle(params: T.DeleteLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteLifecycle(params: T.DeleteLifecycleRequest, callback: callbackFn): TransportRequestCallback + deleteLifecycle(params: T.DeleteLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + explainLifecycle(params: T.ExplainLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + explainLifecycle(params: T.ExplainLifecycleRequest, callback: callbackFn): TransportRequestCallback + explainLifecycle(params: T.ExplainLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getLifecycle(params?: T.GetLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getLifecycle(callback: callbackFn): TransportRequestCallback + getLifecycle(params: T.GetLifecycleRequest, callback: callbackFn): TransportRequestCallback + getLifecycle(params: T.GetLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getStatus(params?: T.GetIlmStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(callback: callbackFn): TransportRequestCallback + getStatus(params: T.GetIlmStatusRequest, callback: callbackFn): TransportRequestCallback + getStatus(params: T.GetIlmStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + moveToStep(params: T.MoveToStepRequest, options?: TransportRequestOptions): TransportRequestPromise> + moveToStep(params: T.MoveToStepRequest, callback: callbackFn): TransportRequestCallback + moveToStep(params: T.MoveToStepRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putLifecycle(params?: T.PutLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + putLifecycle(callback: callbackFn): TransportRequestCallback + putLifecycle(params: T.PutLifecycleRequest, callback: callbackFn): TransportRequestCallback + putLifecycle(params: T.PutLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + removePolicy(params: T.RemovePolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + removePolicy(params: T.RemovePolicyRequest, callback: callbackFn): TransportRequestCallback + removePolicy(params: T.RemovePolicyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + retry(params: T.RetryIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + retry(params: T.RetryIlmRequest, callback: callbackFn): TransportRequestCallback + retry(params: T.RetryIlmRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + start(params?: T.StartIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + start(callback: callbackFn): TransportRequestCallback + start(params: T.StartIlmRequest, callback: callbackFn): TransportRequestCallback + start(params: T.StartIlmRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stop(params?: T.StopIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(callback: callbackFn): TransportRequestCallback + stop(params: T.StopIlmRequest, callback: callbackFn): TransportRequestCallback + stop(params: T.StopIlmRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + index(params: T.IndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + index(params: T.IndexRequest, callback: callbackFn): TransportRequestCallback + index(params: T.IndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + indices: { + addBlock(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + addBlock(callback: callbackFn): TransportRequestCallback + addBlock(params: TODO, callback: callbackFn): TransportRequestCallback + addBlock(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + analyze(params?: T.AnalyzeRequest, options?: TransportRequestOptions): TransportRequestPromise> + analyze(callback: callbackFn): TransportRequestCallback + analyze(params: T.AnalyzeRequest, callback: callbackFn): TransportRequestCallback + analyze(params: T.AnalyzeRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clearCache(params?: T.ClearCacheRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCache(callback: callbackFn): TransportRequestCallback + clearCache(params: T.ClearCacheRequest, callback: callbackFn): TransportRequestCallback + clearCache(params: T.ClearCacheRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clone(params: T.CloneIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + clone(params: T.CloneIndexRequest, callback: callbackFn): TransportRequestCallback + clone(params: T.CloneIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + close(params: T.CloseIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + close(params: T.CloseIndexRequest, callback: callbackFn): TransportRequestCallback + close(params: T.CloseIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + create(params: T.CreateIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.CreateIndexRequest, callback: callbackFn): TransportRequestCallback + create(params: T.CreateIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + createDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + createDataStream(callback: callbackFn): TransportRequestCallback + createDataStream(params: TODO, callback: callbackFn): TransportRequestCallback + createDataStream(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + dataStreamsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + dataStreamsStats(callback: callbackFn): TransportRequestCallback + dataStreamsStats(params: TODO, callback: callbackFn): TransportRequestCallback + dataStreamsStats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.DeleteIndexRequest, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteAlias(params: T.DeleteAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteAlias(params: T.DeleteAliasRequest, callback: callbackFn): TransportRequestCallback + deleteAlias(params: T.DeleteAliasRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteDataStream(callback: callbackFn): TransportRequestCallback + deleteDataStream(params: TODO, callback: callbackFn): TransportRequestCallback + deleteDataStream(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteIndexTemplate(callback: callbackFn): TransportRequestCallback + deleteIndexTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + deleteIndexTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteTemplate(params: T.DeleteIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteTemplate(params: T.DeleteIndexTemplateRequest, callback: callbackFn): TransportRequestCallback + deleteTemplate(params: T.DeleteIndexTemplateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + exists(params: T.IndexExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + exists(params: T.IndexExistsRequest, callback: callbackFn): TransportRequestCallback + exists(params: T.IndexExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsAlias(params: T.AliasExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsAlias(params: T.AliasExistsRequest, callback: callbackFn): TransportRequestCallback + existsAlias(params: T.AliasExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + existsIndexTemplate(callback: callbackFn): TransportRequestCallback + existsIndexTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + existsIndexTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsTemplate(params: T.IndexTemplateExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsTemplate(params: T.IndexTemplateExistsRequest, callback: callbackFn): TransportRequestCallback + existsTemplate(params: T.IndexTemplateExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + existsType(params: T.TypeExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsType(params: T.TypeExistsRequest, callback: callbackFn): TransportRequestCallback + existsType(params: T.TypeExistsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + flush(params?: T.FlushRequest, options?: TransportRequestOptions): TransportRequestPromise> + flush(callback: callbackFn): TransportRequestCallback + flush(params: T.FlushRequest, callback: callbackFn): TransportRequestCallback + flush(params: T.FlushRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + flushSynced(params?: T.SyncedFlushRequest, options?: TransportRequestOptions): TransportRequestPromise> + flushSynced(callback: callbackFn): TransportRequestCallback + flushSynced(params: T.SyncedFlushRequest, callback: callbackFn): TransportRequestCallback + flushSynced(params: T.SyncedFlushRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + forcemerge(params?: T.ForceMergeRequest, options?: TransportRequestOptions): TransportRequestPromise> + forcemerge(callback: callbackFn): TransportRequestCallback + forcemerge(params: T.ForceMergeRequest, callback: callbackFn): TransportRequestCallback + forcemerge(params: T.ForceMergeRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + freeze(params: T.FreezeIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + freeze(params: T.FreezeIndexRequest, callback: callbackFn): TransportRequestCallback + freeze(params: T.FreezeIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params: T.GetIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetIndexRequest, callback: callbackFn): TransportRequestCallback + get(params: T.GetIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getAlias(params?: T.GetAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + getAlias(callback: callbackFn): TransportRequestCallback + getAlias(params: T.GetAliasRequest, callback: callbackFn): TransportRequestCallback + getAlias(params: T.GetAliasRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getDataStream(callback: callbackFn): TransportRequestCallback + getDataStream(params: TODO, callback: callbackFn): TransportRequestCallback + getDataStream(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getFieldMapping(params: T.GetFieldMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getFieldMapping(params: T.GetFieldMappingRequest, callback: callbackFn): TransportRequestCallback + getFieldMapping(params: T.GetFieldMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getIndexTemplate(callback: callbackFn): TransportRequestCallback + getIndexTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + getIndexTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getMapping(params?: T.GetMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getMapping(callback: callbackFn): TransportRequestCallback + getMapping(params: T.GetMappingRequest, callback: callbackFn): TransportRequestCallback + getMapping(params: T.GetMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getSettings(params?: T.GetIndexSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getSettings(callback: callbackFn): TransportRequestCallback + getSettings(params: T.GetIndexSettingsRequest, callback: callbackFn): TransportRequestCallback + getSettings(params: T.GetIndexSettingsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTemplate(params?: T.GetIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTemplate(callback: callbackFn): TransportRequestCallback + getTemplate(params: T.GetIndexTemplateRequest, callback: callbackFn): TransportRequestCallback + getTemplate(params: T.GetIndexTemplateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getUpgrade(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getUpgrade(callback: callbackFn): TransportRequestCallback + getUpgrade(params: TODO, callback: callbackFn): TransportRequestCallback + getUpgrade(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + migrateToDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + migrateToDataStream(callback: callbackFn): TransportRequestCallback + migrateToDataStream(params: TODO, callback: callbackFn): TransportRequestCallback + migrateToDataStream(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + open(params: T.OpenIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + open(params: T.OpenIndexRequest, callback: callbackFn): TransportRequestCallback + open(params: T.OpenIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + promoteDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + promoteDataStream(callback: callbackFn): TransportRequestCallback + promoteDataStream(params: TODO, callback: callbackFn): TransportRequestCallback + promoteDataStream(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putAlias(params: T.PutAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + putAlias(params: T.PutAliasRequest, callback: callbackFn): TransportRequestCallback + putAlias(params: T.PutAliasRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putIndexTemplate(callback: callbackFn): TransportRequestCallback + putIndexTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + putIndexTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putMapping(params?: T.PutMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + putMapping(callback: callbackFn): TransportRequestCallback + putMapping(params: T.PutMappingRequest, callback: callbackFn): TransportRequestCallback + putMapping(params: T.PutMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putSettings(params?: T.UpdateIndexSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + putSettings(callback: callbackFn): TransportRequestCallback + putSettings(params: T.UpdateIndexSettingsRequest, callback: callbackFn): TransportRequestCallback + putSettings(params: T.UpdateIndexSettingsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putTemplate(params: T.PutIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + putTemplate(params: T.PutIndexTemplateRequest, callback: callbackFn): TransportRequestCallback + putTemplate(params: T.PutIndexTemplateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + recovery(params?: T.RecoveryStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + recovery(callback: callbackFn): TransportRequestCallback + recovery(params: T.RecoveryStatusRequest, callback: callbackFn): TransportRequestCallback + recovery(params: T.RecoveryStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + refresh(params?: T.RefreshRequest, options?: TransportRequestOptions): TransportRequestPromise> + refresh(callback: callbackFn): TransportRequestCallback + refresh(params: T.RefreshRequest, callback: callbackFn): TransportRequestCallback + refresh(params: T.RefreshRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + reloadSearchAnalyzers(params: T.ReloadSearchAnalyzersRequest, options?: TransportRequestOptions): TransportRequestPromise> + reloadSearchAnalyzers(params: T.ReloadSearchAnalyzersRequest, callback: callbackFn): TransportRequestCallback + reloadSearchAnalyzers(params: T.ReloadSearchAnalyzersRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + resolveIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + resolveIndex(callback: callbackFn): TransportRequestCallback + resolveIndex(params: TODO, callback: callbackFn): TransportRequestCallback + resolveIndex(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + rollover(params: T.RolloverIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + rollover(params: T.RolloverIndexRequest, callback: callbackFn): TransportRequestCallback + rollover(params: T.RolloverIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + segments(params?: T.SegmentsRequest, options?: TransportRequestOptions): TransportRequestPromise> + segments(callback: callbackFn): TransportRequestCallback + segments(params: T.SegmentsRequest, callback: callbackFn): TransportRequestCallback + segments(params: T.SegmentsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + shardStores(params?: T.IndicesShardStoresRequest, options?: TransportRequestOptions): TransportRequestPromise> + shardStores(callback: callbackFn): TransportRequestCallback + shardStores(params: T.IndicesShardStoresRequest, callback: callbackFn): TransportRequestCallback + shardStores(params: T.IndicesShardStoresRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + shrink(params: T.ShrinkIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + shrink(params: T.ShrinkIndexRequest, callback: callbackFn): TransportRequestCallback + shrink(params: T.ShrinkIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + simulateIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + simulateIndexTemplate(callback: callbackFn): TransportRequestCallback + simulateIndexTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + simulateIndexTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + simulateTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + simulateTemplate(callback: callbackFn): TransportRequestCallback + simulateTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + simulateTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + split(params: T.SplitIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + split(params: T.SplitIndexRequest, callback: callbackFn): TransportRequestCallback + split(params: T.SplitIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.IndicesStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.IndicesStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.IndicesStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + unfreeze(params: T.UnfreezeIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + unfreeze(params: T.UnfreezeIndexRequest, callback: callbackFn): TransportRequestCallback + unfreeze(params: T.UnfreezeIndexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateAliases(params?: T.BulkAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateAliases(callback: callbackFn): TransportRequestCallback + updateAliases(params: T.BulkAliasRequest, callback: callbackFn): TransportRequestCallback + updateAliases(params: T.BulkAliasRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + upgrade(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + upgrade(callback: callbackFn): TransportRequestCallback + upgrade(params: TODO, callback: callbackFn): TransportRequestCallback + upgrade(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + validateQuery(params?: T.ValidateQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + validateQuery(callback: callbackFn): TransportRequestCallback + validateQuery(params: T.ValidateQueryRequest, callback: callbackFn): TransportRequestCallback + validateQuery(params: T.ValidateQueryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + info(params?: T.RootNodeInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + info(callback: callbackFn): TransportRequestCallback + info(params: T.RootNodeInfoRequest, callback: callbackFn): TransportRequestCallback + info(params: T.RootNodeInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + ingest: { + deletePipeline(params: T.DeletePipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + deletePipeline(params: T.DeletePipelineRequest, callback: callbackFn): TransportRequestCallback + deletePipeline(params: T.DeletePipelineRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getPipeline(params?: T.GetPipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPipeline(callback: callbackFn): TransportRequestCallback + getPipeline(params: T.GetPipelineRequest, callback: callbackFn): TransportRequestCallback + getPipeline(params: T.GetPipelineRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + processorGrok(params?: T.GrokProcessorPatternsRequest, options?: TransportRequestOptions): TransportRequestPromise> + processorGrok(callback: callbackFn): TransportRequestCallback + processorGrok(params: T.GrokProcessorPatternsRequest, callback: callbackFn): TransportRequestCallback + processorGrok(params: T.GrokProcessorPatternsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putPipeline(params: T.PutPipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPipeline(params: T.PutPipelineRequest, callback: callbackFn): TransportRequestCallback + putPipeline(params: T.PutPipelineRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + simulate(params?: T.SimulatePipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + simulate(callback: callbackFn): TransportRequestCallback + simulate(params: T.SimulatePipelineRequest, callback: callbackFn): TransportRequestCallback + simulate(params: T.SimulatePipelineRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + license: { + delete(params?: T.DeleteLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteLicenseRequest, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteLicenseRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params?: T.GetLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(callback: callbackFn): TransportRequestCallback + get(params: T.GetLicenseRequest, callback: callbackFn): TransportRequestCallback + get(params: T.GetLicenseRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getBasicStatus(params?: T.GetBasicLicenseStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBasicStatus(callback: callbackFn): TransportRequestCallback + getBasicStatus(params: T.GetBasicLicenseStatusRequest, callback: callbackFn): TransportRequestCallback + getBasicStatus(params: T.GetBasicLicenseStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTrialStatus(params?: T.GetTrialLicenseStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTrialStatus(callback: callbackFn): TransportRequestCallback + getTrialStatus(params: T.GetTrialLicenseStatusRequest, callback: callbackFn): TransportRequestCallback + getTrialStatus(params: T.GetTrialLicenseStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + post(params?: T.PostLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + post(callback: callbackFn): TransportRequestCallback + post(params: T.PostLicenseRequest, callback: callbackFn): TransportRequestCallback + post(params: T.PostLicenseRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + postStartBasic(params?: T.StartBasicLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + postStartBasic(callback: callbackFn): TransportRequestCallback + postStartBasic(params: T.StartBasicLicenseRequest, callback: callbackFn): TransportRequestCallback + postStartBasic(params: T.StartBasicLicenseRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + postStartTrial(params?: T.StartTrialLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + postStartTrial(callback: callbackFn): TransportRequestCallback + postStartTrial(params: T.StartTrialLicenseRequest, callback: callbackFn): TransportRequestCallback + postStartTrial(params: T.StartTrialLicenseRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + logstash: { + deletePipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deletePipeline(callback: callbackFn): TransportRequestCallback + deletePipeline(params: TODO, callback: callbackFn): TransportRequestCallback + deletePipeline(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getPipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getPipeline(callback: callbackFn): TransportRequestCallback + getPipeline(params: TODO, callback: callbackFn): TransportRequestCallback + getPipeline(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putPipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putPipeline(callback: callbackFn): TransportRequestCallback + putPipeline(params: TODO, callback: callbackFn): TransportRequestCallback + putPipeline(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + mget(params?: T.MultiGetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + mget(callback: callbackFn, TContext>): TransportRequestCallback + mget(params: T.MultiGetRequest, callback: callbackFn, TContext>): TransportRequestCallback + mget(params: T.MultiGetRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + migration: { + deprecations(params?: T.DeprecationInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + deprecations(callback: callbackFn): TransportRequestCallback + deprecations(params: T.DeprecationInfoRequest, callback: callbackFn): TransportRequestCallback + deprecations(params: T.DeprecationInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + ml: { + closeJob(params: T.CloseJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + closeJob(params: T.CloseJobRequest, callback: callbackFn): TransportRequestCallback + closeJob(params: T.CloseJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteCalendar(params: T.DeleteCalendarRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendar(params: T.DeleteCalendarRequest, callback: callbackFn): TransportRequestCallback + deleteCalendar(params: T.DeleteCalendarRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteCalendarEvent(params: T.DeleteCalendarEventRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendarEvent(params: T.DeleteCalendarEventRequest, callback: callbackFn): TransportRequestCallback + deleteCalendarEvent(params: T.DeleteCalendarEventRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteCalendarJob(params: T.DeleteCalendarJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendarJob(params: T.DeleteCalendarJobRequest, callback: callbackFn): TransportRequestCallback + deleteCalendarJob(params: T.DeleteCalendarJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + deleteDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + deleteDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteDatafeed(params: T.DeleteDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteDatafeed(params: T.DeleteDatafeedRequest, callback: callbackFn): TransportRequestCallback + deleteDatafeed(params: T.DeleteDatafeedRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteExpiredData(params?: T.DeleteExpiredDataRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteExpiredData(callback: callbackFn): TransportRequestCallback + deleteExpiredData(params: T.DeleteExpiredDataRequest, callback: callbackFn): TransportRequestCallback + deleteExpiredData(params: T.DeleteExpiredDataRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteFilter(params: T.DeleteFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteFilter(params: T.DeleteFilterRequest, callback: callbackFn): TransportRequestCallback + deleteFilter(params: T.DeleteFilterRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteForecast(params: T.DeleteForecastRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteForecast(params: T.DeleteForecastRequest, callback: callbackFn): TransportRequestCallback + deleteForecast(params: T.DeleteForecastRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteJob(params: T.DeleteJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteJob(params: T.DeleteJobRequest, callback: callbackFn): TransportRequestCallback + deleteJob(params: T.DeleteJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteModelSnapshot(params: T.DeleteModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteModelSnapshot(params: T.DeleteModelSnapshotRequest, callback: callbackFn): TransportRequestCallback + deleteModelSnapshot(params: T.DeleteModelSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteTrainedModel(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteTrainedModel(callback: callbackFn): TransportRequestCallback + deleteTrainedModel(params: TODO, callback: callbackFn): TransportRequestCallback + deleteTrainedModel(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteTrainedModelAlias(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteTrainedModelAlias(callback: callbackFn): TransportRequestCallback + deleteTrainedModelAlias(params: TODO, callback: callbackFn): TransportRequestCallback + deleteTrainedModelAlias(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + estimateModelMemory(params?: T.EstimateModelMemoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + estimateModelMemory(callback: callbackFn): TransportRequestCallback + estimateModelMemory(params: T.EstimateModelMemoryRequest, callback: callbackFn): TransportRequestCallback + estimateModelMemory(params: T.EstimateModelMemoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + evaluateDataFrame(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + evaluateDataFrame(callback: callbackFn): TransportRequestCallback + evaluateDataFrame(params: TODO, callback: callbackFn): TransportRequestCallback + evaluateDataFrame(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + explainDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + explainDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + explainDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + explainDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + flushJob(params: T.FlushJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + flushJob(params: T.FlushJobRequest, callback: callbackFn): TransportRequestCallback + flushJob(params: T.FlushJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + forecast(params: T.ForecastJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + forecast(params: T.ForecastJobRequest, callback: callbackFn): TransportRequestCallback + forecast(params: T.ForecastJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getBuckets(params: T.GetBucketsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBuckets(params: T.GetBucketsRequest, callback: callbackFn): TransportRequestCallback + getBuckets(params: T.GetBucketsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getCalendarEvents(params: T.GetCalendarEventsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCalendarEvents(params: T.GetCalendarEventsRequest, callback: callbackFn): TransportRequestCallback + getCalendarEvents(params: T.GetCalendarEventsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getCalendars(params?: T.GetCalendarsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCalendars(callback: callbackFn): TransportRequestCallback + getCalendars(params: T.GetCalendarsRequest, callback: callbackFn): TransportRequestCallback + getCalendars(params: T.GetCalendarsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getCategories(params: T.GetCategoriesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCategories(params: T.GetCategoriesRequest, callback: callbackFn): TransportRequestCallback + getCategories(params: T.GetCategoriesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + getDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + getDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getDataFrameAnalyticsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getDataFrameAnalyticsStats(callback: callbackFn): TransportRequestCallback + getDataFrameAnalyticsStats(params: TODO, callback: callbackFn): TransportRequestCallback + getDataFrameAnalyticsStats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getDatafeedStats(params?: T.GetDatafeedStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getDatafeedStats(callback: callbackFn): TransportRequestCallback + getDatafeedStats(params: T.GetDatafeedStatsRequest, callback: callbackFn): TransportRequestCallback + getDatafeedStats(params: T.GetDatafeedStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getDatafeeds(params?: T.GetDatafeedsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getDatafeeds(callback: callbackFn): TransportRequestCallback + getDatafeeds(params: T.GetDatafeedsRequest, callback: callbackFn): TransportRequestCallback + getDatafeeds(params: T.GetDatafeedsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getFilters(params?: T.GetFiltersRequest, options?: TransportRequestOptions): TransportRequestPromise> + getFilters(callback: callbackFn): TransportRequestCallback + getFilters(params: T.GetFiltersRequest, callback: callbackFn): TransportRequestCallback + getFilters(params: T.GetFiltersRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getInfluencers(params: T.GetInfluencersRequest, options?: TransportRequestOptions): TransportRequestPromise> + getInfluencers(params: T.GetInfluencersRequest, callback: callbackFn): TransportRequestCallback + getInfluencers(params: T.GetInfluencersRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getJobStats(params?: T.GetJobStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobStats(callback: callbackFn): TransportRequestCallback + getJobStats(params: T.GetJobStatsRequest, callback: callbackFn): TransportRequestCallback + getJobStats(params: T.GetJobStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getJobs(params?: T.GetJobsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobs(callback: callbackFn): TransportRequestCallback + getJobs(params: T.GetJobsRequest, callback: callbackFn): TransportRequestCallback + getJobs(params: T.GetJobsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getModelSnapshots(params: T.GetModelSnapshotsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getModelSnapshots(params: T.GetModelSnapshotsRequest, callback: callbackFn): TransportRequestCallback + getModelSnapshots(params: T.GetModelSnapshotsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getOverallBuckets(params: T.GetOverallBucketsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getOverallBuckets(params: T.GetOverallBucketsRequest, callback: callbackFn): TransportRequestCallback + getOverallBuckets(params: T.GetOverallBucketsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRecords(params: T.GetAnomalyRecordsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRecords(params: T.GetAnomalyRecordsRequest, callback: callbackFn): TransportRequestCallback + getRecords(params: T.GetAnomalyRecordsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTrainedModels(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTrainedModels(callback: callbackFn): TransportRequestCallback + getTrainedModels(params: TODO, callback: callbackFn): TransportRequestCallback + getTrainedModels(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTrainedModelsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTrainedModelsStats(callback: callbackFn): TransportRequestCallback + getTrainedModelsStats(params: TODO, callback: callbackFn): TransportRequestCallback + getTrainedModelsStats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + info(params?: T.MachineLearningInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + info(callback: callbackFn): TransportRequestCallback + info(params: T.MachineLearningInfoRequest, callback: callbackFn): TransportRequestCallback + info(params: T.MachineLearningInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + openJob(params: T.OpenJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + openJob(params: T.OpenJobRequest, callback: callbackFn): TransportRequestCallback + openJob(params: T.OpenJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + postCalendarEvents(params: T.PostCalendarEventsRequest, options?: TransportRequestOptions): TransportRequestPromise> + postCalendarEvents(params: T.PostCalendarEventsRequest, callback: callbackFn): TransportRequestCallback + postCalendarEvents(params: T.PostCalendarEventsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + postData(params: T.PostJobDataRequest, options?: TransportRequestOptions): TransportRequestPromise> + postData(params: T.PostJobDataRequest, callback: callbackFn): TransportRequestCallback + postData(params: T.PostJobDataRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + previewDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + previewDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + previewDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + previewDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + previewDatafeed(params: T.PreviewDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + previewDatafeed(params: T.PreviewDatafeedRequest, callback: callbackFn, TContext>): TransportRequestCallback + previewDatafeed(params: T.PreviewDatafeedRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + putCalendar(params: T.PutCalendarRequest, options?: TransportRequestOptions): TransportRequestPromise> + putCalendar(params: T.PutCalendarRequest, callback: callbackFn): TransportRequestCallback + putCalendar(params: T.PutCalendarRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putCalendarJob(params: T.PutCalendarJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + putCalendarJob(params: T.PutCalendarJobRequest, callback: callbackFn): TransportRequestCallback + putCalendarJob(params: T.PutCalendarJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + putDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + putDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putDatafeed(params: T.PutDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + putDatafeed(params: T.PutDatafeedRequest, callback: callbackFn): TransportRequestCallback + putDatafeed(params: T.PutDatafeedRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putFilter(params: T.PutFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + putFilter(params: T.PutFilterRequest, callback: callbackFn): TransportRequestCallback + putFilter(params: T.PutFilterRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putJob(params: T.PutJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + putJob(params: T.PutJobRequest, callback: callbackFn): TransportRequestCallback + putJob(params: T.PutJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putTrainedModel(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putTrainedModel(callback: callbackFn): TransportRequestCallback + putTrainedModel(params: TODO, callback: callbackFn): TransportRequestCallback + putTrainedModel(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putTrainedModelAlias(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putTrainedModelAlias(callback: callbackFn): TransportRequestCallback + putTrainedModelAlias(params: TODO, callback: callbackFn): TransportRequestCallback + putTrainedModelAlias(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + revertModelSnapshot(params: T.RevertModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + revertModelSnapshot(params: T.RevertModelSnapshotRequest, callback: callbackFn): TransportRequestCallback + revertModelSnapshot(params: T.RevertModelSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + setUpgradeMode(params?: T.SetUpgradeModeRequest, options?: TransportRequestOptions): TransportRequestPromise> + setUpgradeMode(callback: callbackFn): TransportRequestCallback + setUpgradeMode(params: T.SetUpgradeModeRequest, callback: callbackFn): TransportRequestCallback + setUpgradeMode(params: T.SetUpgradeModeRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + startDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + startDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + startDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + startDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + startDatafeed(params: T.StartDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + startDatafeed(params: T.StartDatafeedRequest, callback: callbackFn): TransportRequestCallback + startDatafeed(params: T.StartDatafeedRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stopDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stopDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + stopDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + stopDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stopDatafeed(params: T.StopDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopDatafeed(params: T.StopDatafeedRequest, callback: callbackFn): TransportRequestCallback + stopDatafeed(params: T.StopDatafeedRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + updateDataFrameAnalytics(callback: callbackFn): TransportRequestCallback + updateDataFrameAnalytics(params: TODO, callback: callbackFn): TransportRequestCallback + updateDataFrameAnalytics(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateDatafeed(params: T.UpdateDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateDatafeed(params: T.UpdateDatafeedRequest, callback: callbackFn): TransportRequestCallback + updateDatafeed(params: T.UpdateDatafeedRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateFilter(params: T.UpdateFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateFilter(params: T.UpdateFilterRequest, callback: callbackFn): TransportRequestCallback + updateFilter(params: T.UpdateFilterRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateJob(params: T.UpdateJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateJob(params: T.UpdateJobRequest, callback: callbackFn): TransportRequestCallback + updateJob(params: T.UpdateJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateModelSnapshot(params: T.UpdateModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateModelSnapshot(params: T.UpdateModelSnapshotRequest, callback: callbackFn): TransportRequestCallback + updateModelSnapshot(params: T.UpdateModelSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + upgradeJobSnapshot(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + upgradeJobSnapshot(callback: callbackFn): TransportRequestCallback + upgradeJobSnapshot(params: TODO, callback: callbackFn): TransportRequestCallback + upgradeJobSnapshot(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + validate(params?: T.ValidateJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + validate(callback: callbackFn): TransportRequestCallback + validate(params: T.ValidateJobRequest, callback: callbackFn): TransportRequestCallback + validate(params: T.ValidateJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + validateDetector(params?: T.ValidateDetectorRequest, options?: TransportRequestOptions): TransportRequestPromise> + validateDetector(callback: callbackFn): TransportRequestCallback + validateDetector(params: T.ValidateDetectorRequest, callback: callbackFn): TransportRequestCallback + validateDetector(params: T.ValidateDetectorRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + monitoring: { + bulk(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + bulk(callback: callbackFn): TransportRequestCallback + bulk(params: TODO, callback: callbackFn): TransportRequestCallback + bulk(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + msearch(params?: T.MultiSearchRequest, options?: TransportRequestOptions): TransportRequestPromise> + msearch(callback: callbackFn): TransportRequestCallback + msearch(params: T.MultiSearchRequest, callback: callbackFn): TransportRequestCallback + msearch(params: T.MultiSearchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + msearchTemplate(params?: T.MultiSearchTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + msearchTemplate(callback: callbackFn): TransportRequestCallback + msearchTemplate(params: T.MultiSearchTemplateRequest, callback: callbackFn): TransportRequestCallback + msearchTemplate(params: T.MultiSearchTemplateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mtermvectors(params?: T.MultiTermVectorsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mtermvectors(callback: callbackFn): TransportRequestCallback + mtermvectors(params: T.MultiTermVectorsRequest, callback: callbackFn): TransportRequestCallback + mtermvectors(params: T.MultiTermVectorsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + nodes: { + hotThreads(params?: T.NodesHotThreadsRequest, options?: TransportRequestOptions): TransportRequestPromise> + hotThreads(callback: callbackFn): TransportRequestCallback + hotThreads(params: T.NodesHotThreadsRequest, callback: callbackFn): TransportRequestCallback + hotThreads(params: T.NodesHotThreadsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + info(params?: T.NodesInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + info(callback: callbackFn): TransportRequestCallback + info(params: T.NodesInfoRequest, callback: callbackFn): TransportRequestCallback + info(params: T.NodesInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + reloadSecureSettings(params?: T.ReloadSecureSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + reloadSecureSettings(callback: callbackFn): TransportRequestCallback + reloadSecureSettings(params: T.ReloadSecureSettingsRequest, callback: callbackFn): TransportRequestCallback + reloadSecureSettings(params: T.ReloadSecureSettingsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.NodesStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.NodesStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.NodesStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + usage(params?: T.NodesUsageRequest, options?: TransportRequestOptions): TransportRequestPromise> + usage(callback: callbackFn): TransportRequestCallback + usage(params: T.NodesUsageRequest, callback: callbackFn): TransportRequestCallback + usage(params: T.NodesUsageRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + openPointInTime(params: T.OpenPointInTimeRequest, options?: TransportRequestOptions): TransportRequestPromise> + openPointInTime(params: T.OpenPointInTimeRequest, callback: callbackFn): TransportRequestCallback + openPointInTime(params: T.OpenPointInTimeRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + ping(params?: T.PingRequest, options?: TransportRequestOptions): TransportRequestPromise> + ping(callback: callbackFn): TransportRequestCallback + ping(params: T.PingRequest, callback: callbackFn): TransportRequestCallback + ping(params: T.PingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putScript(params: T.PutScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> + putScript(params: T.PutScriptRequest, callback: callbackFn): TransportRequestCallback + putScript(params: T.PutScriptRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + rankEval(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + rankEval(callback: callbackFn): TransportRequestCallback + rankEval(params: TODO, callback: callbackFn): TransportRequestCallback + rankEval(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + reindex(params?: T.ReindexRequest, options?: TransportRequestOptions): TransportRequestPromise> + reindex(callback: callbackFn): TransportRequestCallback + reindex(params: T.ReindexRequest, callback: callbackFn): TransportRequestCallback + reindex(params: T.ReindexRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + reindexRethrottle(params: T.ReindexRethrottleRequest, options?: TransportRequestOptions): TransportRequestPromise> + reindexRethrottle(params: T.ReindexRethrottleRequest, callback: callbackFn): TransportRequestCallback + reindexRethrottle(params: T.ReindexRethrottleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + renderSearchTemplate(params?: T.RenderSearchTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + renderSearchTemplate(callback: callbackFn): TransportRequestCallback + renderSearchTemplate(params: T.RenderSearchTemplateRequest, callback: callbackFn): TransportRequestCallback + renderSearchTemplate(params: T.RenderSearchTemplateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + rollup: { + deleteJob(params: T.DeleteRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteJob(params: T.DeleteRollupJobRequest, callback: callbackFn): TransportRequestCallback + deleteJob(params: T.DeleteRollupJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getJobs(params?: T.GetRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobs(callback: callbackFn): TransportRequestCallback + getJobs(params: T.GetRollupJobRequest, callback: callbackFn): TransportRequestCallback + getJobs(params: T.GetRollupJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRollupCaps(params?: T.GetRollupCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRollupCaps(callback: callbackFn): TransportRequestCallback + getRollupCaps(params: T.GetRollupCapabilitiesRequest, callback: callbackFn): TransportRequestCallback + getRollupCaps(params: T.GetRollupCapabilitiesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRollupIndexCaps(params: T.GetRollupIndexCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRollupIndexCaps(params: T.GetRollupIndexCapabilitiesRequest, callback: callbackFn): TransportRequestCallback + getRollupIndexCaps(params: T.GetRollupIndexCapabilitiesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putJob(params: T.CreateRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + putJob(params: T.CreateRollupJobRequest, callback: callbackFn): TransportRequestCallback + putJob(params: T.CreateRollupJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + rollup(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + rollup(callback: callbackFn): TransportRequestCallback + rollup(params: TODO, callback: callbackFn): TransportRequestCallback + rollup(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + rollupSearch(params: T.RollupSearchRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + rollupSearch(params: T.RollupSearchRequest, callback: callbackFn, TContext>): TransportRequestCallback + rollupSearch(params: T.RollupSearchRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + startJob(params: T.StartRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + startJob(params: T.StartRollupJobRequest, callback: callbackFn): TransportRequestCallback + startJob(params: T.StartRollupJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stopJob(params: T.StopRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopJob(params: T.StopRollupJobRequest, callback: callbackFn): TransportRequestCallback + stopJob(params: T.StopRollupJobRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + scriptsPainlessExecute(params?: T.ExecutePainlessScriptRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + scriptsPainlessExecute(callback: callbackFn, TContext>): TransportRequestCallback + scriptsPainlessExecute(params: T.ExecutePainlessScriptRequest, callback: callbackFn, TContext>): TransportRequestCallback + scriptsPainlessExecute(params: T.ExecutePainlessScriptRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + scroll(params?: T.ScrollRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + scroll(callback: callbackFn, TContext>): TransportRequestCallback + scroll(params: T.ScrollRequest, callback: callbackFn, TContext>): TransportRequestCallback + scroll(params: T.ScrollRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + search(params?: T.SearchRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + search(callback: callbackFn, TContext>): TransportRequestCallback + search(params: T.SearchRequest, callback: callbackFn, TContext>): TransportRequestCallback + search(params: T.SearchRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + searchShards(params?: T.SearchShardsRequest, options?: TransportRequestOptions): TransportRequestPromise> + searchShards(callback: callbackFn): TransportRequestCallback + searchShards(params: T.SearchShardsRequest, callback: callbackFn): TransportRequestCallback + searchShards(params: T.SearchShardsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + searchTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + searchTemplate(callback: callbackFn): TransportRequestCallback + searchTemplate(params: TODO, callback: callbackFn): TransportRequestCallback + searchTemplate(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + searchableSnapshots: { + clearCache(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + clearCache(callback: callbackFn): TransportRequestCallback + clearCache(params: TODO, callback: callbackFn): TransportRequestCallback + clearCache(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + mount(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + mount(callback: callbackFn): TransportRequestCallback + mount(params: TODO, callback: callbackFn): TransportRequestCallback + mount(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + repositoryStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + repositoryStats(callback: callbackFn): TransportRequestCallback + repositoryStats(params: TODO, callback: callbackFn): TransportRequestCallback + repositoryStats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: TODO, callback: callbackFn): TransportRequestCallback + stats(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + security: { + authenticate(params?: T.AuthenticateRequest, options?: TransportRequestOptions): TransportRequestPromise> + authenticate(callback: callbackFn): TransportRequestCallback + authenticate(params: T.AuthenticateRequest, callback: callbackFn): TransportRequestCallback + authenticate(params: T.AuthenticateRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + changePassword(params?: T.ChangePasswordRequest, options?: TransportRequestOptions): TransportRequestPromise> + changePassword(callback: callbackFn): TransportRequestCallback + changePassword(params: T.ChangePasswordRequest, callback: callbackFn): TransportRequestCallback + changePassword(params: T.ChangePasswordRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clearApiKeyCache(params?: T.ClearApiKeyCacheRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearApiKeyCache(callback: callbackFn): TransportRequestCallback + clearApiKeyCache(params: T.ClearApiKeyCacheRequest, callback: callbackFn): TransportRequestCallback + clearApiKeyCache(params: T.ClearApiKeyCacheRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clearCachedPrivileges(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedPrivileges(callback: callbackFn): TransportRequestCallback + clearCachedPrivileges(params: TODO, callback: callbackFn): TransportRequestCallback + clearCachedPrivileges(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clearCachedRealms(params: T.ClearCachedRealmsRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedRealms(params: T.ClearCachedRealmsRequest, callback: callbackFn): TransportRequestCallback + clearCachedRealms(params: T.ClearCachedRealmsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clearCachedRoles(params: T.ClearCachedRolesRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedRoles(params: T.ClearCachedRolesRequest, callback: callbackFn): TransportRequestCallback + clearCachedRoles(params: T.ClearCachedRolesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + createApiKey(params?: T.CreateApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + createApiKey(callback: callbackFn): TransportRequestCallback + createApiKey(params: T.CreateApiKeyRequest, callback: callbackFn): TransportRequestCallback + createApiKey(params: T.CreateApiKeyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deletePrivileges(params: T.DeletePrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + deletePrivileges(params: T.DeletePrivilegesRequest, callback: callbackFn): TransportRequestCallback + deletePrivileges(params: T.DeletePrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteRole(params: T.DeleteRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRole(params: T.DeleteRoleRequest, callback: callbackFn): TransportRequestCallback + deleteRole(params: T.DeleteRoleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteRoleMapping(params: T.DeleteRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRoleMapping(params: T.DeleteRoleMappingRequest, callback: callbackFn): TransportRequestCallback + deleteRoleMapping(params: T.DeleteRoleMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteUser(params: T.DeleteUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteUser(params: T.DeleteUserRequest, callback: callbackFn): TransportRequestCallback + deleteUser(params: T.DeleteUserRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + disableUser(params: T.DisableUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + disableUser(params: T.DisableUserRequest, callback: callbackFn): TransportRequestCallback + disableUser(params: T.DisableUserRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + enableUser(params: T.EnableUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + enableUser(params: T.EnableUserRequest, callback: callbackFn): TransportRequestCallback + enableUser(params: T.EnableUserRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getApiKey(params?: T.GetApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + getApiKey(callback: callbackFn): TransportRequestCallback + getApiKey(params: T.GetApiKeyRequest, callback: callbackFn): TransportRequestCallback + getApiKey(params: T.GetApiKeyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getBuiltinPrivileges(params?: T.GetBuiltinPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBuiltinPrivileges(callback: callbackFn): TransportRequestCallback + getBuiltinPrivileges(params: T.GetBuiltinPrivilegesRequest, callback: callbackFn): TransportRequestCallback + getBuiltinPrivileges(params: T.GetBuiltinPrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getPrivileges(params?: T.GetPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPrivileges(callback: callbackFn): TransportRequestCallback + getPrivileges(params: T.GetPrivilegesRequest, callback: callbackFn): TransportRequestCallback + getPrivileges(params: T.GetPrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRole(params?: T.GetRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRole(callback: callbackFn): TransportRequestCallback + getRole(params: T.GetRoleRequest, callback: callbackFn): TransportRequestCallback + getRole(params: T.GetRoleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRoleMapping(params?: T.GetRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRoleMapping(callback: callbackFn): TransportRequestCallback + getRoleMapping(params: T.GetRoleMappingRequest, callback: callbackFn): TransportRequestCallback + getRoleMapping(params: T.GetRoleMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getToken(params?: T.GetUserAccessTokenRequest, options?: TransportRequestOptions): TransportRequestPromise> + getToken(callback: callbackFn): TransportRequestCallback + getToken(params: T.GetUserAccessTokenRequest, callback: callbackFn): TransportRequestCallback + getToken(params: T.GetUserAccessTokenRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getUser(params?: T.GetUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + getUser(callback: callbackFn): TransportRequestCallback + getUser(params: T.GetUserRequest, callback: callbackFn): TransportRequestCallback + getUser(params: T.GetUserRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getUserPrivileges(params?: T.GetUserPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getUserPrivileges(callback: callbackFn): TransportRequestCallback + getUserPrivileges(params: T.GetUserPrivilegesRequest, callback: callbackFn): TransportRequestCallback + getUserPrivileges(params: T.GetUserPrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + grantApiKey(params?: T.GrantApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + grantApiKey(callback: callbackFn): TransportRequestCallback + grantApiKey(params: T.GrantApiKeyRequest, callback: callbackFn): TransportRequestCallback + grantApiKey(params: T.GrantApiKeyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + hasPrivileges(params?: T.HasPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + hasPrivileges(callback: callbackFn): TransportRequestCallback + hasPrivileges(params: T.HasPrivilegesRequest, callback: callbackFn): TransportRequestCallback + hasPrivileges(params: T.HasPrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + invalidateApiKey(params?: T.InvalidateApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + invalidateApiKey(callback: callbackFn): TransportRequestCallback + invalidateApiKey(params: T.InvalidateApiKeyRequest, callback: callbackFn): TransportRequestCallback + invalidateApiKey(params: T.InvalidateApiKeyRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + invalidateToken(params?: T.InvalidateUserAccessTokenRequest, options?: TransportRequestOptions): TransportRequestPromise> + invalidateToken(callback: callbackFn): TransportRequestCallback + invalidateToken(params: T.InvalidateUserAccessTokenRequest, callback: callbackFn): TransportRequestCallback + invalidateToken(params: T.InvalidateUserAccessTokenRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putPrivileges(params?: T.PutPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPrivileges(callback: callbackFn): TransportRequestCallback + putPrivileges(params: T.PutPrivilegesRequest, callback: callbackFn): TransportRequestCallback + putPrivileges(params: T.PutPrivilegesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putRole(params: T.PutRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + putRole(params: T.PutRoleRequest, callback: callbackFn): TransportRequestCallback + putRole(params: T.PutRoleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putRoleMapping(params: T.PutRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + putRoleMapping(params: T.PutRoleMappingRequest, callback: callbackFn): TransportRequestCallback + putRoleMapping(params: T.PutRoleMappingRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putUser(params: T.PutUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + putUser(params: T.PutUserRequest, callback: callbackFn): TransportRequestCallback + putUser(params: T.PutUserRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + slm: { + deleteLifecycle(params: T.DeleteSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteLifecycle(params: T.DeleteSnapshotLifecycleRequest, callback: callbackFn): TransportRequestCallback + deleteLifecycle(params: T.DeleteSnapshotLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + executeLifecycle(params: T.ExecuteSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeLifecycle(params: T.ExecuteSnapshotLifecycleRequest, callback: callbackFn): TransportRequestCallback + executeLifecycle(params: T.ExecuteSnapshotLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + executeRetention(params?: T.ExecuteRetentionRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeRetention(callback: callbackFn): TransportRequestCallback + executeRetention(params: T.ExecuteRetentionRequest, callback: callbackFn): TransportRequestCallback + executeRetention(params: T.ExecuteRetentionRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getLifecycle(params?: T.GetSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getLifecycle(callback: callbackFn): TransportRequestCallback + getLifecycle(params: T.GetSnapshotLifecycleRequest, callback: callbackFn): TransportRequestCallback + getLifecycle(params: T.GetSnapshotLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getStats(params?: T.GetSnapshotLifecycleStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStats(callback: callbackFn): TransportRequestCallback + getStats(params: T.GetSnapshotLifecycleStatsRequest, callback: callbackFn): TransportRequestCallback + getStats(params: T.GetSnapshotLifecycleStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getStatus(params?: T.GetSnapshotLifecycleManagementStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(callback: callbackFn): TransportRequestCallback + getStatus(params: T.GetSnapshotLifecycleManagementStatusRequest, callback: callbackFn): TransportRequestCallback + getStatus(params: T.GetSnapshotLifecycleManagementStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putLifecycle(params: T.PutSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + putLifecycle(params: T.PutSnapshotLifecycleRequest, callback: callbackFn): TransportRequestCallback + putLifecycle(params: T.PutSnapshotLifecycleRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + start(params?: T.StartSnapshotLifecycleManagementRequest, options?: TransportRequestOptions): TransportRequestPromise> + start(callback: callbackFn): TransportRequestCallback + start(params: T.StartSnapshotLifecycleManagementRequest, callback: callbackFn): TransportRequestCallback + start(params: T.StartSnapshotLifecycleManagementRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stop(params?: T.StopSnapshotLifecycleManagementRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(callback: callbackFn): TransportRequestCallback + stop(params: T.StopSnapshotLifecycleManagementRequest, callback: callbackFn): TransportRequestCallback + stop(params: T.StopSnapshotLifecycleManagementRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + snapshot: { + cleanupRepository(params: T.CleanupRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + cleanupRepository(params: T.CleanupRepositoryRequest, callback: callbackFn): TransportRequestCallback + cleanupRepository(params: T.CleanupRepositoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + clone(params: T.CloneSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + clone(params: T.CloneSnapshotRequest, callback: callbackFn): TransportRequestCallback + clone(params: T.CloneSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + create(params: T.SnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.SnapshotRequest, callback: callbackFn): TransportRequestCallback + create(params: T.SnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + createRepository(params: T.CreateRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + createRepository(params: T.CreateRepositoryRequest, callback: callbackFn): TransportRequestCallback + createRepository(params: T.CreateRepositoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.DeleteSnapshotRequest, callback: callbackFn): TransportRequestCallback + delete(params: T.DeleteSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteRepository(params: T.DeleteRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRepository(params: T.DeleteRepositoryRequest, callback: callbackFn): TransportRequestCallback + deleteRepository(params: T.DeleteRepositoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params: T.GetSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetSnapshotRequest, callback: callbackFn): TransportRequestCallback + get(params: T.GetSnapshotRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getRepository(params?: T.GetRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRepository(callback: callbackFn): TransportRequestCallback + getRepository(params: T.GetRepositoryRequest, callback: callbackFn): TransportRequestCallback + getRepository(params: T.GetRepositoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + restore(params: T.RestoreRequest, options?: TransportRequestOptions): TransportRequestPromise> + restore(params: T.RestoreRequest, callback: callbackFn): TransportRequestCallback + restore(params: T.RestoreRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + status(params?: T.SnapshotStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + status(callback: callbackFn): TransportRequestCallback + status(params: T.SnapshotStatusRequest, callback: callbackFn): TransportRequestCallback + status(params: T.SnapshotStatusRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + verifyRepository(params: T.VerifyRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + verifyRepository(params: T.VerifyRepositoryRequest, callback: callbackFn): TransportRequestCallback + verifyRepository(params: T.VerifyRepositoryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + sql: { + clearCursor(params?: T.ClearSqlCursorRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCursor(callback: callbackFn): TransportRequestCallback + clearCursor(params: T.ClearSqlCursorRequest, callback: callbackFn): TransportRequestCallback + clearCursor(params: T.ClearSqlCursorRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + query(params?: T.QuerySqlRequest, options?: TransportRequestOptions): TransportRequestPromise> + query(callback: callbackFn): TransportRequestCallback + query(params: T.QuerySqlRequest, callback: callbackFn): TransportRequestCallback + query(params: T.QuerySqlRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + translate(params?: T.TranslateSqlRequest, options?: TransportRequestOptions): TransportRequestPromise> + translate(callback: callbackFn): TransportRequestCallback + translate(params: T.TranslateSqlRequest, callback: callbackFn): TransportRequestCallback + translate(params: T.TranslateSqlRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + ssl: { + certificates(params?: T.GetCertificatesRequest, options?: TransportRequestOptions): TransportRequestPromise> + certificates(callback: callbackFn): TransportRequestCallback + certificates(params: T.GetCertificatesRequest, callback: callbackFn): TransportRequestCallback + certificates(params: T.GetCertificatesRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + tasks: { + cancel(params?: T.CancelTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + cancel(callback: callbackFn): TransportRequestCallback + cancel(params: T.CancelTasksRequest, callback: callbackFn): TransportRequestCallback + cancel(params: T.CancelTasksRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + get(params: T.GetTaskRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetTaskRequest, callback: callbackFn): TransportRequestCallback + get(params: T.GetTaskRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + list(params?: T.ListTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + list(callback: callbackFn): TransportRequestCallback + list(params: T.ListTasksRequest, callback: callbackFn): TransportRequestCallback + list(params: T.ListTasksRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + termvectors(params: T.TermVectorsRequest, options?: TransportRequestOptions): TransportRequestPromise> + termvectors(params: T.TermVectorsRequest, callback: callbackFn): TransportRequestCallback + termvectors(params: T.TermVectorsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + textStructure: { + findStructure(params: T.FindStructureRequest, options?: TransportRequestOptions): TransportRequestPromise> + findStructure(params: T.FindStructureRequest, callback: callbackFn): TransportRequestCallback + findStructure(params: T.FindStructureRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + transform: { + deleteTransform(params: T.DeleteTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteTransform(params: T.DeleteTransformRequest, callback: callbackFn): TransportRequestCallback + deleteTransform(params: T.DeleteTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTransform(params?: T.GetTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTransform(callback: callbackFn): TransportRequestCallback + getTransform(params: T.GetTransformRequest, callback: callbackFn): TransportRequestCallback + getTransform(params: T.GetTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getTransformStats(params: T.GetTransformStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTransformStats(params: T.GetTransformStatsRequest, callback: callbackFn): TransportRequestCallback + getTransformStats(params: T.GetTransformStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + previewTransform(params?: T.PreviewTransformRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + previewTransform(callback: callbackFn, TContext>): TransportRequestCallback + previewTransform(params: T.PreviewTransformRequest, callback: callbackFn, TContext>): TransportRequestCallback + previewTransform(params: T.PreviewTransformRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + putTransform(params: T.PutTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + putTransform(params: T.PutTransformRequest, callback: callbackFn): TransportRequestCallback + putTransform(params: T.PutTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + startTransform(params: T.StartTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + startTransform(params: T.StartTransformRequest, callback: callbackFn): TransportRequestCallback + startTransform(params: T.StartTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stopTransform(params: T.StopTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopTransform(params: T.StopTransformRequest, callback: callbackFn): TransportRequestCallback + stopTransform(params: T.StopTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateTransform(params: T.UpdateTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateTransform(params: T.UpdateTransformRequest, callback: callbackFn): TransportRequestCallback + updateTransform(params: T.UpdateTransformRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + update(params: T.UpdateRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + update(params: T.UpdateRequest, callback: callbackFn, TContext>): TransportRequestCallback + update(params: T.UpdateRequest, options: TransportRequestOptions, callback: callbackFn, TContext>): TransportRequestCallback + updateByQuery(params: T.UpdateByQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateByQuery(params: T.UpdateByQueryRequest, callback: callbackFn): TransportRequestCallback + updateByQuery(params: T.UpdateByQueryRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + updateByQueryRethrottle(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + updateByQueryRethrottle(callback: callbackFn): TransportRequestCallback + updateByQueryRethrottle(params: TODO, callback: callbackFn): TransportRequestCallback + updateByQueryRethrottle(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + watcher: { + ackWatch(params: T.AcknowledgeWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + ackWatch(params: T.AcknowledgeWatchRequest, callback: callbackFn): TransportRequestCallback + ackWatch(params: T.AcknowledgeWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + activateWatch(params: T.ActivateWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + activateWatch(params: T.ActivateWatchRequest, callback: callbackFn): TransportRequestCallback + activateWatch(params: T.ActivateWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deactivateWatch(params: T.DeactivateWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + deactivateWatch(params: T.DeactivateWatchRequest, callback: callbackFn): TransportRequestCallback + deactivateWatch(params: T.DeactivateWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + deleteWatch(params: T.DeleteWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteWatch(params: T.DeleteWatchRequest, callback: callbackFn): TransportRequestCallback + deleteWatch(params: T.DeleteWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + executeWatch(params?: T.ExecuteWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeWatch(callback: callbackFn): TransportRequestCallback + executeWatch(params: T.ExecuteWatchRequest, callback: callbackFn): TransportRequestCallback + executeWatch(params: T.ExecuteWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + getWatch(params: T.GetWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + getWatch(params: T.GetWatchRequest, callback: callbackFn): TransportRequestCallback + getWatch(params: T.GetWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + putWatch(params: T.PutWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + putWatch(params: T.PutWatchRequest, callback: callbackFn): TransportRequestCallback + putWatch(params: T.PutWatchRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + queryWatches(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + queryWatches(callback: callbackFn): TransportRequestCallback + queryWatches(params: TODO, callback: callbackFn): TransportRequestCallback + queryWatches(params: TODO, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + start(params?: T.StartWatcherRequest, options?: TransportRequestOptions): TransportRequestPromise> + start(callback: callbackFn): TransportRequestCallback + start(params: T.StartWatcherRequest, callback: callbackFn): TransportRequestCallback + start(params: T.StartWatcherRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stats(params?: T.WatcherStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(callback: callbackFn): TransportRequestCallback + stats(params: T.WatcherStatsRequest, callback: callbackFn): TransportRequestCallback + stats(params: T.WatcherStatsRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + stop(params?: T.StopWatcherRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(callback: callbackFn): TransportRequestCallback + stop(params: T.StopWatcherRequest, callback: callbackFn): TransportRequestCallback + stop(params: T.StopWatcherRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } + xpack: { + info(params?: T.XPackInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + info(callback: callbackFn): TransportRequestCallback + info(params: T.XPackInfoRequest, callback: callbackFn): TransportRequestCallback + info(params: T.XPackInfoRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + usage(params?: T.XPackUsageRequest, options?: TransportRequestOptions): TransportRequestPromise> + usage(callback: callbackFn): TransportRequestCallback + usage(params: T.XPackUsageRequest, callback: callbackFn): TransportRequestCallback + usage(params: T.XPackUsageRequest, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback + } +} + +export default ESAPI diff --git a/api/kibana.d.ts b/api/kibana.d.ts index e9b5147a4..996402ed5 100644 --- a/api/kibana.d.ts +++ b/api/kibana.d.ts @@ -32,14 +32,18 @@ import { import Helpers from '../lib/Helpers' import { ApiResponse, - RequestBody, - RequestNDBody, - TransportRequestParams, - TransportRequestOptions, TransportRequestPromise, - Context + TransportRequestParams, + TransportRequestOptions } from '../lib/Transport' -import * as RequestParams from './requestParams' +import * as T from './types' + +/** + * We are still working on this type, it will arrive soon. + * If it's critical for you, please open an issue. + * https://github.com/elastic/elasticsearch-js + */ +type TODO = Record // Extend API interface ClientExtendsCallbackOptions { @@ -74,423 +78,434 @@ interface KibanaClient { once(event: 'sniff', listener: (err: ApiError, meta: RequestEvent) => void): this; once(event: 'resurrect', listener: (err: null, meta: ResurrectEvent) => void): this; off(event: string | symbol, listener: (...args: any[]) => void): this; - /* GENERATED */ asyncSearch: { - delete, TContext = Context>(params?: RequestParams.AsyncSearchDelete, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.AsyncSearchGet, options?: TransportRequestOptions): TransportRequestPromise> - status, TContext = Context>(params?: RequestParams.AsyncSearchStatus, options?: TransportRequestOptions): TransportRequestPromise> - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AsyncSearchSubmit, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.AsyncSearchDeleteRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.AsyncSearchGetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + status(params: T.AsyncSearchStatusRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + submit(params?: T.AsyncSearchSubmitRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> } autoscaling: { - deleteAutoscalingPolicy, TContext = Context>(params?: RequestParams.AutoscalingDeleteAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - getAutoscalingCapacity, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingCapacity, options?: TransportRequestOptions): TransportRequestPromise> - getAutoscalingPolicy, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - putAutoscalingPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AutoscalingPutAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> + deleteAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getAutoscalingCapacity(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putAutoscalingPolicy(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> } - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.Bulk, options?: TransportRequestOptions): TransportRequestPromise> + bulk(params: T.BulkRequest, options?: TransportRequestOptions): TransportRequestPromise> cat: { - aliases, TContext = Context>(params?: RequestParams.CatAliases, options?: TransportRequestOptions): TransportRequestPromise> - allocation, TContext = Context>(params?: RequestParams.CatAllocation, options?: TransportRequestOptions): TransportRequestPromise> - count, TContext = Context>(params?: RequestParams.CatCount, options?: TransportRequestOptions): TransportRequestPromise> - fielddata, TContext = Context>(params?: RequestParams.CatFielddata, options?: TransportRequestOptions): TransportRequestPromise> - health, TContext = Context>(params?: RequestParams.CatHealth, options?: TransportRequestOptions): TransportRequestPromise> - help, TContext = Context>(params?: RequestParams.CatHelp, options?: TransportRequestOptions): TransportRequestPromise> - indices, TContext = Context>(params?: RequestParams.CatIndices, options?: TransportRequestOptions): TransportRequestPromise> - master, TContext = Context>(params?: RequestParams.CatMaster, options?: TransportRequestOptions): TransportRequestPromise> - mlDataFrameAnalytics, TContext = Context>(params?: RequestParams.CatMlDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - mlDatafeeds, TContext = Context>(params?: RequestParams.CatMlDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - mlJobs, TContext = Context>(params?: RequestParams.CatMlJobs, options?: TransportRequestOptions): TransportRequestPromise> - mlTrainedModels, TContext = Context>(params?: RequestParams.CatMlTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - nodeattrs, TContext = Context>(params?: RequestParams.CatNodeattrs, options?: TransportRequestOptions): TransportRequestPromise> - nodes, TContext = Context>(params?: RequestParams.CatNodes, options?: TransportRequestOptions): TransportRequestPromise> - pendingTasks, TContext = Context>(params?: RequestParams.CatPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - plugins, TContext = Context>(params?: RequestParams.CatPlugins, options?: TransportRequestOptions): TransportRequestPromise> - recovery, TContext = Context>(params?: RequestParams.CatRecovery, options?: TransportRequestOptions): TransportRequestPromise> - repositories, TContext = Context>(params?: RequestParams.CatRepositories, options?: TransportRequestOptions): TransportRequestPromise> - segments, TContext = Context>(params?: RequestParams.CatSegments, options?: TransportRequestOptions): TransportRequestPromise> - shards, TContext = Context>(params?: RequestParams.CatShards, options?: TransportRequestOptions): TransportRequestPromise> - snapshots, TContext = Context>(params?: RequestParams.CatSnapshots, options?: TransportRequestOptions): TransportRequestPromise> - tasks, TContext = Context>(params?: RequestParams.CatTasks, options?: TransportRequestOptions): TransportRequestPromise> - templates, TContext = Context>(params?: RequestParams.CatTemplates, options?: TransportRequestOptions): TransportRequestPromise> - threadPool, TContext = Context>(params?: RequestParams.CatThreadPool, options?: TransportRequestOptions): TransportRequestPromise> - transforms, TContext = Context>(params?: RequestParams.CatTransforms, options?: TransportRequestOptions): TransportRequestPromise> + aliases(params?: T.CatAliasesRequest, options?: TransportRequestOptions): TransportRequestPromise> + allocation(params?: T.CatAllocationRequest, options?: TransportRequestOptions): TransportRequestPromise> + count(params?: T.CatCountRequest, options?: TransportRequestOptions): TransportRequestPromise> + fielddata(params?: T.CatFielddataRequest, options?: TransportRequestOptions): TransportRequestPromise> + health(params?: T.CatHealthRequest, options?: TransportRequestOptions): TransportRequestPromise> + help(params?: T.CatHelpRequest, options?: TransportRequestOptions): TransportRequestPromise> + indices(params?: T.CatIndicesRequest, options?: TransportRequestOptions): TransportRequestPromise> + master(params?: T.CatMasterRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlDataFrameAnalytics(params?: T.CatDataFrameAnalyticsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlDatafeeds(params?: T.CatDatafeedsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlJobs(params?: T.CatJobsRequest, options?: TransportRequestOptions): TransportRequestPromise> + mlTrainedModels(params?: T.CatTrainedModelsRequest, options?: TransportRequestOptions): TransportRequestPromise> + nodeattrs(params?: T.CatNodeAttributesRequest, options?: TransportRequestOptions): TransportRequestPromise> + nodes(params?: T.CatNodesRequest, options?: TransportRequestOptions): TransportRequestPromise> + pendingTasks(params?: T.CatPendingTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + plugins(params?: T.CatPluginsRequest, options?: TransportRequestOptions): TransportRequestPromise> + recovery(params?: T.CatRecoveryRequest, options?: TransportRequestOptions): TransportRequestPromise> + repositories(params?: T.CatRepositoriesRequest, options?: TransportRequestOptions): TransportRequestPromise> + segments(params?: T.CatSegmentsRequest, options?: TransportRequestOptions): TransportRequestPromise> + shards(params?: T.CatShardsRequest, options?: TransportRequestOptions): TransportRequestPromise> + snapshots(params?: T.CatSnapshotsRequest, options?: TransportRequestOptions): TransportRequestPromise> + tasks(params?: T.CatTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + templates(params?: T.CatTemplatesRequest, options?: TransportRequestOptions): TransportRequestPromise> + threadPool(params?: T.CatThreadPoolRequest, options?: TransportRequestOptions): TransportRequestPromise> + transforms(params?: T.CatTransformsRequest, options?: TransportRequestOptions): TransportRequestPromise> } ccr: { - deleteAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrDeleteAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - follow, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrFollow, options?: TransportRequestOptions): TransportRequestPromise> - followInfo, TContext = Context>(params?: RequestParams.CcrFollowInfo, options?: TransportRequestOptions): TransportRequestPromise> - followStats, TContext = Context>(params?: RequestParams.CcrFollowStats, options?: TransportRequestOptions): TransportRequestPromise> - forgetFollower, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrForgetFollower, options?: TransportRequestOptions): TransportRequestPromise> - getAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrGetAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - pauseAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrPauseAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - pauseFollow, TContext = Context>(params?: RequestParams.CcrPauseFollow, options?: TransportRequestOptions): TransportRequestPromise> - putAutoFollowPattern, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrPutAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - resumeAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrResumeAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - resumeFollow, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrResumeFollow, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.CcrStats, options?: TransportRequestOptions): TransportRequestPromise> - unfollow, TContext = Context>(params?: RequestParams.CcrUnfollow, options?: TransportRequestOptions): TransportRequestPromise> - } - clearScroll, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClearScroll, options?: TransportRequestOptions): TransportRequestPromise> - closePointInTime, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClosePointInTime, options?: TransportRequestOptions): TransportRequestPromise> + deleteAutoFollowPattern(params: T.DeleteAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + follow(params: T.CreateFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + followInfo(params: T.FollowInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + followStats(params: T.FollowIndexStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + forgetFollower(params: T.ForgetFollowerIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + getAutoFollowPattern(params?: T.GetAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + pauseAutoFollowPattern(params: T.PauseAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + pauseFollow(params: T.PauseFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + putAutoFollowPattern(params: T.CreateAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + resumeAutoFollowPattern(params: T.ResumeAutoFollowPatternRequest, options?: TransportRequestOptions): TransportRequestPromise> + resumeFollow(params: T.ResumeFollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.CcrStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + unfollow(params: T.UnfollowIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + clearScroll(params?: T.ClearScrollRequest, options?: TransportRequestOptions): TransportRequestPromise> + closePointInTime(params?: T.ClosePointInTimeRequest, options?: TransportRequestOptions): TransportRequestPromise> cluster: { - allocationExplain, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterAllocationExplain, options?: TransportRequestOptions): TransportRequestPromise> - deleteComponentTemplate, TContext = Context>(params?: RequestParams.ClusterDeleteComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - deleteVotingConfigExclusions, TContext = Context>(params?: RequestParams.ClusterDeleteVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - existsComponentTemplate(params?: RequestParams.ClusterExistsComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getComponentTemplate, TContext = Context>(params?: RequestParams.ClusterGetComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getSettings, TContext = Context>(params?: RequestParams.ClusterGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - health, TContext = Context>(params?: RequestParams.ClusterHealth, options?: TransportRequestOptions): TransportRequestPromise> - pendingTasks, TContext = Context>(params?: RequestParams.ClusterPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - postVotingConfigExclusions, TContext = Context>(params?: RequestParams.ClusterPostVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - putComponentTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - remoteInfo, TContext = Context>(params?: RequestParams.ClusterRemoteInfo, options?: TransportRequestOptions): TransportRequestPromise> - reroute, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterReroute, options?: TransportRequestOptions): TransportRequestPromise> - state, TContext = Context>(params?: RequestParams.ClusterState, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.ClusterStats, options?: TransportRequestOptions): TransportRequestPromise> - } - count, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Count, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Create, options?: TransportRequestOptions): TransportRequestPromise> + allocationExplain(params?: T.ClusterAllocationExplainRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteVotingConfigExclusions(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + existsComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getSettings(params?: T.ClusterGetSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + health(params?: T.ClusterHealthRequest, options?: TransportRequestOptions): TransportRequestPromise> + pendingTasks(params?: T.ClusterPendingTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + postVotingConfigExclusions(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putComponentTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putSettings(params?: T.ClusterPutSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + remoteInfo(params?: T.RemoteInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + reroute(params?: T.ClusterRerouteRequest, options?: TransportRequestOptions): TransportRequestPromise> + state(params?: T.ClusterStateRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.ClusterStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + count(params?: T.CountRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.CreateRequest, options?: TransportRequestOptions): TransportRequestPromise> danglingIndices: { - deleteDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesDeleteDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - importDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesImportDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - listDanglingIndices, TContext = Context>(params?: RequestParams.DanglingIndicesListDanglingIndices, options?: TransportRequestOptions): TransportRequestPromise> - } - delete, TContext = Context>(params?: RequestParams.Delete, options?: TransportRequestOptions): TransportRequestPromise> - deleteByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.DeleteByQuery, options?: TransportRequestOptions): TransportRequestPromise> - deleteByQueryRethrottle, TContext = Context>(params?: RequestParams.DeleteByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - deleteScript, TContext = Context>(params?: RequestParams.DeleteScript, options?: TransportRequestOptions): TransportRequestPromise> + deleteDanglingIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + importDanglingIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + listDanglingIndices(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + } + dataFrameTransformDeprecated: { + deleteTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTransformStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + previewTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + startTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stopTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + updateTransform(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + } + delete(params: T.DeleteRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteByQuery(params: T.DeleteByQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteByQueryRethrottle(params: T.DeleteByQueryRethrottleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteScript(params: T.DeleteScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> enrich: { - deletePolicy, TContext = Context>(params?: RequestParams.EnrichDeletePolicy, options?: TransportRequestOptions): TransportRequestPromise> - executePolicy, TContext = Context>(params?: RequestParams.EnrichExecutePolicy, options?: TransportRequestOptions): TransportRequestPromise> - getPolicy, TContext = Context>(params?: RequestParams.EnrichGetPolicy, options?: TransportRequestOptions): TransportRequestPromise> - putPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.EnrichPutPolicy, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.EnrichStats, options?: TransportRequestOptions): TransportRequestPromise> + deletePolicy(params: T.DeleteEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + executePolicy(params: T.ExecuteEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPolicy(params?: T.GetEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPolicy(params: T.PutEnrichPolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.EnrichStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> } eql: { - delete, TContext = Context>(params?: RequestParams.EqlDelete, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.EqlGet, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(params?: RequestParams.EqlGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - search, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.EqlSearch, options?: TransportRequestOptions): TransportRequestPromise> - } - exists(params?: RequestParams.Exists, options?: TransportRequestOptions): TransportRequestPromise> - existsSource(params?: RequestParams.ExistsSource, options?: TransportRequestOptions): TransportRequestPromise> - explain, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Explain, options?: TransportRequestOptions): TransportRequestPromise> + delete(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + get(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + search(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + } + exists(params: T.DocumentExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsSource(params: T.SourceExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + explain(params: T.ExplainRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> features: { - getFeatures, TContext = Context>(params?: RequestParams.FeaturesGetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - resetFeatures, TContext = Context>(params?: RequestParams.FeaturesResetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - } - fieldCaps, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.FieldCaps, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.Get, options?: TransportRequestOptions): TransportRequestPromise> - getScript, TContext = Context>(params?: RequestParams.GetScript, options?: TransportRequestOptions): TransportRequestPromise> - getScriptContext, TContext = Context>(params?: RequestParams.GetScriptContext, options?: TransportRequestOptions): TransportRequestPromise> - getScriptLanguages, TContext = Context>(params?: RequestParams.GetScriptLanguages, options?: TransportRequestOptions): TransportRequestPromise> - getSource, TContext = Context>(params?: RequestParams.GetSource, options?: TransportRequestOptions): TransportRequestPromise> + getFeatures(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + } + fieldCaps(params?: T.FieldCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + getScript(params: T.GetScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> + getScriptContext(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getScriptLanguages(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getSource(params: T.SourceRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> graph: { - explore, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.GraphExplore, options?: TransportRequestOptions): TransportRequestPromise> + explore(params: T.GraphExploreRequest, options?: TransportRequestOptions): TransportRequestPromise> } ilm: { - deleteLifecycle, TContext = Context>(params?: RequestParams.IlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - explainLifecycle, TContext = Context>(params?: RequestParams.IlmExplainLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - getLifecycle, TContext = Context>(params?: RequestParams.IlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(params?: RequestParams.IlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - moveToStep, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmMoveToStep, options?: TransportRequestOptions): TransportRequestPromise> - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - removePolicy, TContext = Context>(params?: RequestParams.IlmRemovePolicy, options?: TransportRequestOptions): TransportRequestPromise> - retry, TContext = Context>(params?: RequestParams.IlmRetry, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(params?: RequestParams.IlmStart, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(params?: RequestParams.IlmStop, options?: TransportRequestOptions): TransportRequestPromise> - } - index, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Index, options?: TransportRequestOptions): TransportRequestPromise> + deleteLifecycle(params: T.DeleteLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + explainLifecycle(params: T.ExplainLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getLifecycle(params?: T.GetLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(params?: T.GetIlmStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + moveToStep(params: T.MoveToStepRequest, options?: TransportRequestOptions): TransportRequestPromise> + putLifecycle(params?: T.PutLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + removePolicy(params: T.RemovePolicyRequest, options?: TransportRequestOptions): TransportRequestPromise> + retry(params: T.RetryIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + start(params?: T.StartIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(params?: T.StopIlmRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + index(params: T.IndexRequest, options?: TransportRequestOptions): TransportRequestPromise> indices: { - addBlock, TContext = Context>(params?: RequestParams.IndicesAddBlock, options?: TransportRequestOptions): TransportRequestPromise> - analyze, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesAnalyze, options?: TransportRequestOptions): TransportRequestPromise> - clearCache, TContext = Context>(params?: RequestParams.IndicesClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesClone, options?: TransportRequestOptions): TransportRequestPromise> - close, TContext = Context>(params?: RequestParams.IndicesClose, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesCreate, options?: TransportRequestOptions): TransportRequestPromise> - createDataStream, TContext = Context>(params?: RequestParams.IndicesCreateDataStream, options?: TransportRequestOptions): TransportRequestPromise> - dataStreamsStats, TContext = Context>(params?: RequestParams.IndicesDataStreamsStats, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(params?: RequestParams.IndicesDelete, options?: TransportRequestOptions): TransportRequestPromise> - deleteAlias, TContext = Context>(params?: RequestParams.IndicesDeleteAlias, options?: TransportRequestOptions): TransportRequestPromise> - deleteDataStream, TContext = Context>(params?: RequestParams.IndicesDeleteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - deleteIndexTemplate, TContext = Context>(params?: RequestParams.IndicesDeleteIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - deleteTemplate, TContext = Context>(params?: RequestParams.IndicesDeleteTemplate, options?: TransportRequestOptions): TransportRequestPromise> - exists(params?: RequestParams.IndicesExists, options?: TransportRequestOptions): TransportRequestPromise> - existsAlias(params?: RequestParams.IndicesExistsAlias, options?: TransportRequestOptions): TransportRequestPromise> - existsIndexTemplate(params?: RequestParams.IndicesExistsIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - existsTemplate(params?: RequestParams.IndicesExistsTemplate, options?: TransportRequestOptions): TransportRequestPromise> - existsType(params?: RequestParams.IndicesExistsType, options?: TransportRequestOptions): TransportRequestPromise> - flush, TContext = Context>(params?: RequestParams.IndicesFlush, options?: TransportRequestOptions): TransportRequestPromise> - forcemerge, TContext = Context>(params?: RequestParams.IndicesForcemerge, options?: TransportRequestOptions): TransportRequestPromise> - freeze, TContext = Context>(params?: RequestParams.IndicesFreeze, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.IndicesGet, options?: TransportRequestOptions): TransportRequestPromise> - getAlias, TContext = Context>(params?: RequestParams.IndicesGetAlias, options?: TransportRequestOptions): TransportRequestPromise> - getDataStream, TContext = Context>(params?: RequestParams.IndicesGetDataStream, options?: TransportRequestOptions): TransportRequestPromise> - getFieldMapping, TContext = Context>(params?: RequestParams.IndicesGetFieldMapping, options?: TransportRequestOptions): TransportRequestPromise> - getIndexTemplate, TContext = Context>(params?: RequestParams.IndicesGetIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getMapping, TContext = Context>(params?: RequestParams.IndicesGetMapping, options?: TransportRequestOptions): TransportRequestPromise> - getSettings, TContext = Context>(params?: RequestParams.IndicesGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - getTemplate, TContext = Context>(params?: RequestParams.IndicesGetTemplate, options?: TransportRequestOptions): TransportRequestPromise> - migrateToDataStream, TContext = Context>(params?: RequestParams.IndicesMigrateToDataStream, options?: TransportRequestOptions): TransportRequestPromise> - open, TContext = Context>(params?: RequestParams.IndicesOpen, options?: TransportRequestOptions): TransportRequestPromise> - promoteDataStream, TContext = Context>(params?: RequestParams.IndicesPromoteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - putAlias, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutAlias, options?: TransportRequestOptions): TransportRequestPromise> - putIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - putMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutMapping, options?: TransportRequestOptions): TransportRequestPromise> - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - putTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutTemplate, options?: TransportRequestOptions): TransportRequestPromise> - recovery, TContext = Context>(params?: RequestParams.IndicesRecovery, options?: TransportRequestOptions): TransportRequestPromise> - refresh, TContext = Context>(params?: RequestParams.IndicesRefresh, options?: TransportRequestOptions): TransportRequestPromise> - reloadSearchAnalyzers, TContext = Context>(params?: RequestParams.IndicesReloadSearchAnalyzers, options?: TransportRequestOptions): TransportRequestPromise> - resolveIndex, TContext = Context>(params?: RequestParams.IndicesResolveIndex, options?: TransportRequestOptions): TransportRequestPromise> - rollover, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesRollover, options?: TransportRequestOptions): TransportRequestPromise> - segments, TContext = Context>(params?: RequestParams.IndicesSegments, options?: TransportRequestOptions): TransportRequestPromise> - shardStores, TContext = Context>(params?: RequestParams.IndicesShardStores, options?: TransportRequestOptions): TransportRequestPromise> - shrink, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesShrink, options?: TransportRequestOptions): TransportRequestPromise> - simulateIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - simulateTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateTemplate, options?: TransportRequestOptions): TransportRequestPromise> - split, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSplit, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.IndicesStats, options?: TransportRequestOptions): TransportRequestPromise> - unfreeze, TContext = Context>(params?: RequestParams.IndicesUnfreeze, options?: TransportRequestOptions): TransportRequestPromise> - updateAliases, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesUpdateAliases, options?: TransportRequestOptions): TransportRequestPromise> - validateQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesValidateQuery, options?: TransportRequestOptions): TransportRequestPromise> - } - info, TContext = Context>(params?: RequestParams.Info, options?: TransportRequestOptions): TransportRequestPromise> + addBlock(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + analyze(params?: T.AnalyzeRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCache(params?: T.ClearCacheRequest, options?: TransportRequestOptions): TransportRequestPromise> + clone(params: T.CloneIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + close(params: T.CloseIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.CreateIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + createDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + dataStreamsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.DeleteIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteAlias(params: T.DeleteAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteTemplate(params: T.DeleteIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + exists(params: T.IndexExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsAlias(params: T.AliasExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + existsTemplate(params: T.IndexTemplateExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + existsType(params: T.TypeExistsRequest, options?: TransportRequestOptions): TransportRequestPromise> + flush(params?: T.FlushRequest, options?: TransportRequestOptions): TransportRequestPromise> + flushSynced(params?: T.SyncedFlushRequest, options?: TransportRequestOptions): TransportRequestPromise> + forcemerge(params?: T.ForceMergeRequest, options?: TransportRequestOptions): TransportRequestPromise> + freeze(params: T.FreezeIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + getAlias(params?: T.GetAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + getDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getFieldMapping(params: T.GetFieldMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getMapping(params?: T.GetMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getSettings(params?: T.GetIndexSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTemplate(params?: T.GetIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + getUpgrade(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + migrateToDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + open(params: T.OpenIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + promoteDataStream(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putAlias(params: T.PutAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + putIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putMapping(params?: T.PutMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + putSettings(params?: T.UpdateIndexSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + putTemplate(params: T.PutIndexTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + recovery(params?: T.RecoveryStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + refresh(params?: T.RefreshRequest, options?: TransportRequestOptions): TransportRequestPromise> + reloadSearchAnalyzers(params: T.ReloadSearchAnalyzersRequest, options?: TransportRequestOptions): TransportRequestPromise> + resolveIndex(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + rollover(params: T.RolloverIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + segments(params?: T.SegmentsRequest, options?: TransportRequestOptions): TransportRequestPromise> + shardStores(params?: T.IndicesShardStoresRequest, options?: TransportRequestOptions): TransportRequestPromise> + shrink(params: T.ShrinkIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + simulateIndexTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + simulateTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + split(params: T.SplitIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.IndicesStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + unfreeze(params: T.UnfreezeIndexRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateAliases(params?: T.BulkAliasRequest, options?: TransportRequestOptions): TransportRequestPromise> + upgrade(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + validateQuery(params?: T.ValidateQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + info(params?: T.RootNodeInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> ingest: { - deletePipeline, TContext = Context>(params?: RequestParams.IngestDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - getPipeline, TContext = Context>(params?: RequestParams.IngestGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - processorGrok, TContext = Context>(params?: RequestParams.IngestProcessorGrok, options?: TransportRequestOptions): TransportRequestPromise> - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IngestPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> - simulate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IngestSimulate, options?: TransportRequestOptions): TransportRequestPromise> + deletePipeline(params: T.DeletePipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPipeline(params?: T.GetPipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + processorGrok(params?: T.GrokProcessorPatternsRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPipeline(params: T.PutPipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> + simulate(params?: T.SimulatePipelineRequest, options?: TransportRequestOptions): TransportRequestPromise> } license: { - delete, TContext = Context>(params?: RequestParams.LicenseDelete, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.LicenseGet, options?: TransportRequestOptions): TransportRequestPromise> - getBasicStatus, TContext = Context>(params?: RequestParams.LicenseGetBasicStatus, options?: TransportRequestOptions): TransportRequestPromise> - getTrialStatus, TContext = Context>(params?: RequestParams.LicenseGetTrialStatus, options?: TransportRequestOptions): TransportRequestPromise> - post, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.LicensePost, options?: TransportRequestOptions): TransportRequestPromise> - postStartBasic, TContext = Context>(params?: RequestParams.LicensePostStartBasic, options?: TransportRequestOptions): TransportRequestPromise> - postStartTrial, TContext = Context>(params?: RequestParams.LicensePostStartTrial, options?: TransportRequestOptions): TransportRequestPromise> + delete(params?: T.DeleteLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params?: T.GetLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBasicStatus(params?: T.GetBasicLicenseStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTrialStatus(params?: T.GetTrialLicenseStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + post(params?: T.PostLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + postStartBasic(params?: T.StartBasicLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> + postStartTrial(params?: T.StartTrialLicenseRequest, options?: TransportRequestOptions): TransportRequestPromise> } logstash: { - deletePipeline, TContext = Context>(params?: RequestParams.LogstashDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - getPipeline, TContext = Context>(params?: RequestParams.LogstashGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.LogstashPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> + deletePipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getPipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putPipeline(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> } - mget, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Mget, options?: TransportRequestOptions): TransportRequestPromise> + mget(params?: T.MultiGetRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> migration: { - deprecations, TContext = Context>(params?: RequestParams.MigrationDeprecations, options?: TransportRequestOptions): TransportRequestPromise> + deprecations(params?: T.DeprecationInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> } ml: { - closeJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlCloseJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendar, TContext = Context>(params?: RequestParams.MlDeleteCalendar, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendarEvent, TContext = Context>(params?: RequestParams.MlDeleteCalendarEvent, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendarJob, TContext = Context>(params?: RequestParams.MlDeleteCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteDataFrameAnalytics, TContext = Context>(params?: RequestParams.MlDeleteDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - deleteDatafeed, TContext = Context>(params?: RequestParams.MlDeleteDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - deleteExpiredData, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlDeleteExpiredData, options?: TransportRequestOptions): TransportRequestPromise> - deleteFilter, TContext = Context>(params?: RequestParams.MlDeleteFilter, options?: TransportRequestOptions): TransportRequestPromise> - deleteForecast, TContext = Context>(params?: RequestParams.MlDeleteForecast, options?: TransportRequestOptions): TransportRequestPromise> - deleteJob, TContext = Context>(params?: RequestParams.MlDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteModelSnapshot, TContext = Context>(params?: RequestParams.MlDeleteModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - deleteTrainedModel, TContext = Context>(params?: RequestParams.MlDeleteTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - deleteTrainedModelAlias, TContext = Context>(params?: RequestParams.MlDeleteTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - estimateModelMemory, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEstimateModelMemory, options?: TransportRequestOptions): TransportRequestPromise> - evaluateDataFrame, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEvaluateDataFrame, options?: TransportRequestOptions): TransportRequestPromise> - explainDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlExplainDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - flushJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlFlushJob, options?: TransportRequestOptions): TransportRequestPromise> - forecast, TContext = Context>(params?: RequestParams.MlForecast, options?: TransportRequestOptions): TransportRequestPromise> - getBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetBuckets, options?: TransportRequestOptions): TransportRequestPromise> - getCalendarEvents, TContext = Context>(params?: RequestParams.MlGetCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - getCalendars, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCalendars, options?: TransportRequestOptions): TransportRequestPromise> - getCategories, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCategories, options?: TransportRequestOptions): TransportRequestPromise> - getDataFrameAnalytics, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - getDataFrameAnalyticsStats, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalyticsStats, options?: TransportRequestOptions): TransportRequestPromise> - getDatafeedStats, TContext = Context>(params?: RequestParams.MlGetDatafeedStats, options?: TransportRequestOptions): TransportRequestPromise> - getDatafeeds, TContext = Context>(params?: RequestParams.MlGetDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - getFilters, TContext = Context>(params?: RequestParams.MlGetFilters, options?: TransportRequestOptions): TransportRequestPromise> - getInfluencers, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetInfluencers, options?: TransportRequestOptions): TransportRequestPromise> - getJobStats, TContext = Context>(params?: RequestParams.MlGetJobStats, options?: TransportRequestOptions): TransportRequestPromise> - getJobs, TContext = Context>(params?: RequestParams.MlGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - getModelSnapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetModelSnapshots, options?: TransportRequestOptions): TransportRequestPromise> - getOverallBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetOverallBuckets, options?: TransportRequestOptions): TransportRequestPromise> - getRecords, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetRecords, options?: TransportRequestOptions): TransportRequestPromise> - getTrainedModels, TContext = Context>(params?: RequestParams.MlGetTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - getTrainedModelsStats, TContext = Context>(params?: RequestParams.MlGetTrainedModelsStats, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(params?: RequestParams.MlInfo, options?: TransportRequestOptions): TransportRequestPromise> - openJob, TContext = Context>(params?: RequestParams.MlOpenJob, options?: TransportRequestOptions): TransportRequestPromise> - postCalendarEvents, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - postData, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostData, options?: TransportRequestOptions): TransportRequestPromise> - previewDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPreviewDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - previewDatafeed, TContext = Context>(params?: RequestParams.MlPreviewDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - putCalendar, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutCalendar, options?: TransportRequestOptions): TransportRequestPromise> - putCalendarJob, TContext = Context>(params?: RequestParams.MlPutCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - putDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - putDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - putFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutFilter, options?: TransportRequestOptions): TransportRequestPromise> - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutJob, options?: TransportRequestOptions): TransportRequestPromise> - putTrainedModel, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - putTrainedModelAlias, TContext = Context>(params?: RequestParams.MlPutTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - revertModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlRevertModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - setUpgradeMode, TContext = Context>(params?: RequestParams.MlSetUpgradeMode, options?: TransportRequestOptions): TransportRequestPromise> - startDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - startDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - stopDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - stopDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - updateDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - updateDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - updateFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateFilter, options?: TransportRequestOptions): TransportRequestPromise> - updateJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateJob, options?: TransportRequestOptions): TransportRequestPromise> - updateModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - upgradeJobSnapshot, TContext = Context>(params?: RequestParams.MlUpgradeJobSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - validate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlValidate, options?: TransportRequestOptions): TransportRequestPromise> - validateDetector, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlValidateDetector, options?: TransportRequestOptions): TransportRequestPromise> + closeJob(params: T.CloseJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendar(params: T.DeleteCalendarRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendarEvent(params: T.DeleteCalendarEventRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteCalendarJob(params: T.DeleteCalendarJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteDatafeed(params: T.DeleteDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteExpiredData(params?: T.DeleteExpiredDataRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteFilter(params: T.DeleteFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteForecast(params: T.DeleteForecastRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteJob(params: T.DeleteJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteModelSnapshot(params: T.DeleteModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteTrainedModel(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + deleteTrainedModelAlias(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + estimateModelMemory(params?: T.EstimateModelMemoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + evaluateDataFrame(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + explainDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + flushJob(params: T.FlushJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + forecast(params: T.ForecastJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBuckets(params: T.GetBucketsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCalendarEvents(params: T.GetCalendarEventsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCalendars(params?: T.GetCalendarsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getCategories(params: T.GetCategoriesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getDataFrameAnalyticsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getDatafeedStats(params?: T.GetDatafeedStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getDatafeeds(params?: T.GetDatafeedsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getFilters(params?: T.GetFiltersRequest, options?: TransportRequestOptions): TransportRequestPromise> + getInfluencers(params: T.GetInfluencersRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobStats(params?: T.GetJobStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobs(params?: T.GetJobsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getModelSnapshots(params: T.GetModelSnapshotsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getOverallBuckets(params: T.GetOverallBucketsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRecords(params: T.GetAnomalyRecordsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTrainedModels(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + getTrainedModelsStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + info(params?: T.MachineLearningInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + openJob(params: T.OpenJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + postCalendarEvents(params: T.PostCalendarEventsRequest, options?: TransportRequestOptions): TransportRequestPromise> + postData(params: T.PostJobDataRequest, options?: TransportRequestOptions): TransportRequestPromise> + previewDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + previewDatafeed(params: T.PreviewDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + putCalendar(params: T.PutCalendarRequest, options?: TransportRequestOptions): TransportRequestPromise> + putCalendarJob(params: T.PutCalendarJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + putDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putDatafeed(params: T.PutDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + putFilter(params: T.PutFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + putJob(params: T.PutJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + putTrainedModel(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + putTrainedModelAlias(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + revertModelSnapshot(params: T.RevertModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + setUpgradeMode(params?: T.SetUpgradeModeRequest, options?: TransportRequestOptions): TransportRequestPromise> + startDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + startDatafeed(params: T.StartDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stopDatafeed(params: T.StopDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateDataFrameAnalytics(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + updateDatafeed(params: T.UpdateDatafeedRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateFilter(params: T.UpdateFilterRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateJob(params: T.UpdateJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateModelSnapshot(params: T.UpdateModelSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + upgradeJobSnapshot(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + validate(params?: T.ValidateJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + validateDetector(params?: T.ValidateDetectorRequest, options?: TransportRequestOptions): TransportRequestPromise> } monitoring: { - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.MonitoringBulk, options?: TransportRequestOptions): TransportRequestPromise> + bulk(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> } - msearch, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.Msearch, options?: TransportRequestOptions): TransportRequestPromise> - msearchTemplate, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.MsearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - mtermvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Mtermvectors, options?: TransportRequestOptions): TransportRequestPromise> + msearch(params?: T.MultiSearchRequest, options?: TransportRequestOptions): TransportRequestPromise> + msearchTemplate(params?: T.MultiSearchTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> + mtermvectors(params?: T.MultiTermVectorsRequest, options?: TransportRequestOptions): TransportRequestPromise> nodes: { - hotThreads, TContext = Context>(params?: RequestParams.NodesHotThreads, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(params?: RequestParams.NodesInfo, options?: TransportRequestOptions): TransportRequestPromise> - reloadSecureSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.NodesReloadSecureSettings, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.NodesStats, options?: TransportRequestOptions): TransportRequestPromise> - usage, TContext = Context>(params?: RequestParams.NodesUsage, options?: TransportRequestOptions): TransportRequestPromise> - } - openPointInTime, TContext = Context>(params?: RequestParams.OpenPointInTime, options?: TransportRequestOptions): TransportRequestPromise> - ping(params?: RequestParams.Ping, options?: TransportRequestOptions): TransportRequestPromise> - putScript, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.PutScript, options?: TransportRequestOptions): TransportRequestPromise> - rankEval, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RankEval, options?: TransportRequestOptions): TransportRequestPromise> - reindex, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Reindex, options?: TransportRequestOptions): TransportRequestPromise> - reindexRethrottle, TContext = Context>(params?: RequestParams.ReindexRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - renderSearchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RenderSearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> + hotThreads(params?: T.NodesHotThreadsRequest, options?: TransportRequestOptions): TransportRequestPromise> + info(params?: T.NodesInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + reloadSecureSettings(params?: T.ReloadSecureSettingsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.NodesStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + usage(params?: T.NodesUsageRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + openPointInTime(params: T.OpenPointInTimeRequest, options?: TransportRequestOptions): TransportRequestPromise> + ping(params?: T.PingRequest, options?: TransportRequestOptions): TransportRequestPromise> + putScript(params: T.PutScriptRequest, options?: TransportRequestOptions): TransportRequestPromise> + rankEval(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + reindex(params?: T.ReindexRequest, options?: TransportRequestOptions): TransportRequestPromise> + reindexRethrottle(params: T.ReindexRethrottleRequest, options?: TransportRequestOptions): TransportRequestPromise> + renderSearchTemplate(params?: T.RenderSearchTemplateRequest, options?: TransportRequestOptions): TransportRequestPromise> rollup: { - deleteJob, TContext = Context>(params?: RequestParams.RollupDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - getJobs, TContext = Context>(params?: RequestParams.RollupGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - getRollupCaps, TContext = Context>(params?: RequestParams.RollupGetRollupCaps, options?: TransportRequestOptions): TransportRequestPromise> - getRollupIndexCaps, TContext = Context>(params?: RequestParams.RollupGetRollupIndexCaps, options?: TransportRequestOptions): TransportRequestPromise> - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupPutJob, options?: TransportRequestOptions): TransportRequestPromise> - rollup, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupRollup, options?: TransportRequestOptions): TransportRequestPromise> - rollupSearch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupRollupSearch, options?: TransportRequestOptions): TransportRequestPromise> - startJob, TContext = Context>(params?: RequestParams.RollupStartJob, options?: TransportRequestOptions): TransportRequestPromise> - stopJob, TContext = Context>(params?: RequestParams.RollupStopJob, options?: TransportRequestOptions): TransportRequestPromise> - } - scriptsPainlessExecute, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ScriptsPainlessExecute, options?: TransportRequestOptions): TransportRequestPromise> - scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Scroll, options?: TransportRequestOptions): TransportRequestPromise> - search, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Search, options?: TransportRequestOptions): TransportRequestPromise> - searchShards, TContext = Context>(params?: RequestParams.SearchShards, options?: TransportRequestOptions): TransportRequestPromise> - searchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> + deleteJob(params: T.DeleteRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + getJobs(params?: T.GetRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRollupCaps(params?: T.GetRollupCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRollupIndexCaps(params: T.GetRollupIndexCapabilitiesRequest, options?: TransportRequestOptions): TransportRequestPromise> + putJob(params: T.CreateRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + rollup(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + rollupSearch(params: T.RollupSearchRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + startJob(params: T.StartRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopJob(params: T.StopRollupJobRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + scriptsPainlessExecute(params?: T.ExecutePainlessScriptRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + scroll(params?: T.ScrollRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + search(params?: T.SearchRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + searchShards(params?: T.SearchShardsRequest, options?: TransportRequestOptions): TransportRequestPromise> + searchTemplate(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> searchableSnapshots: { - clearCache, TContext = Context>(params?: RequestParams.SearchableSnapshotsClearCache, options?: TransportRequestOptions): TransportRequestPromise> - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchableSnapshotsMount, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.SearchableSnapshotsStats, options?: TransportRequestOptions): TransportRequestPromise> + clearCache(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + mount(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + repositoryStats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> } security: { - authenticate, TContext = Context>(params?: RequestParams.SecurityAuthenticate, options?: TransportRequestOptions): TransportRequestPromise> - changePassword, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityChangePassword, options?: TransportRequestOptions): TransportRequestPromise> - clearApiKeyCache, TContext = Context>(params?: RequestParams.SecurityClearApiKeyCache, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedPrivileges, TContext = Context>(params?: RequestParams.SecurityClearCachedPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedRealms, TContext = Context>(params?: RequestParams.SecurityClearCachedRealms, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedRoles, TContext = Context>(params?: RequestParams.SecurityClearCachedRoles, options?: TransportRequestOptions): TransportRequestPromise> - createApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityCreateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - deletePrivileges, TContext = Context>(params?: RequestParams.SecurityDeletePrivileges, options?: TransportRequestOptions): TransportRequestPromise> - deleteRole, TContext = Context>(params?: RequestParams.SecurityDeleteRole, options?: TransportRequestOptions): TransportRequestPromise> - deleteRoleMapping, TContext = Context>(params?: RequestParams.SecurityDeleteRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - deleteUser, TContext = Context>(params?: RequestParams.SecurityDeleteUser, options?: TransportRequestOptions): TransportRequestPromise> - disableUser, TContext = Context>(params?: RequestParams.SecurityDisableUser, options?: TransportRequestOptions): TransportRequestPromise> - enableUser, TContext = Context>(params?: RequestParams.SecurityEnableUser, options?: TransportRequestOptions): TransportRequestPromise> - getApiKey, TContext = Context>(params?: RequestParams.SecurityGetApiKey, options?: TransportRequestOptions): TransportRequestPromise> - getBuiltinPrivileges, TContext = Context>(params?: RequestParams.SecurityGetBuiltinPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - getPrivileges, TContext = Context>(params?: RequestParams.SecurityGetPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - getRole, TContext = Context>(params?: RequestParams.SecurityGetRole, options?: TransportRequestOptions): TransportRequestPromise> - getRoleMapping, TContext = Context>(params?: RequestParams.SecurityGetRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - getToken, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGetToken, options?: TransportRequestOptions): TransportRequestPromise> - getUser, TContext = Context>(params?: RequestParams.SecurityGetUser, options?: TransportRequestOptions): TransportRequestPromise> - getUserPrivileges, TContext = Context>(params?: RequestParams.SecurityGetUserPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - grantApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGrantApiKey, options?: TransportRequestOptions): TransportRequestPromise> - hasPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityHasPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - invalidateApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - invalidateToken, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateToken, options?: TransportRequestOptions): TransportRequestPromise> - putPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - putRole, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRole, options?: TransportRequestOptions): TransportRequestPromise> - putRoleMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - putUser, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutUser, options?: TransportRequestOptions): TransportRequestPromise> + authenticate(params?: T.AuthenticateRequest, options?: TransportRequestOptions): TransportRequestPromise> + changePassword(params?: T.ChangePasswordRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearApiKeyCache(params?: T.ClearApiKeyCacheRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedPrivileges(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedRealms(params: T.ClearCachedRealmsRequest, options?: TransportRequestOptions): TransportRequestPromise> + clearCachedRoles(params: T.ClearCachedRolesRequest, options?: TransportRequestOptions): TransportRequestPromise> + createApiKey(params?: T.CreateApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + deletePrivileges(params: T.DeletePrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRole(params: T.DeleteRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRoleMapping(params: T.DeleteRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteUser(params: T.DeleteUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + disableUser(params: T.DisableUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + enableUser(params: T.EnableUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + getApiKey(params?: T.GetApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + getBuiltinPrivileges(params?: T.GetBuiltinPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getPrivileges(params?: T.GetPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRole(params?: T.GetRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRoleMapping(params?: T.GetRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + getToken(params?: T.GetUserAccessTokenRequest, options?: TransportRequestOptions): TransportRequestPromise> + getUser(params?: T.GetUserRequest, options?: TransportRequestOptions): TransportRequestPromise> + getUserPrivileges(params?: T.GetUserPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + grantApiKey(params?: T.GrantApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + hasPrivileges(params?: T.HasPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + invalidateApiKey(params?: T.InvalidateApiKeyRequest, options?: TransportRequestOptions): TransportRequestPromise> + invalidateToken(params?: T.InvalidateUserAccessTokenRequest, options?: TransportRequestOptions): TransportRequestPromise> + putPrivileges(params?: T.PutPrivilegesRequest, options?: TransportRequestOptions): TransportRequestPromise> + putRole(params: T.PutRoleRequest, options?: TransportRequestOptions): TransportRequestPromise> + putRoleMapping(params: T.PutRoleMappingRequest, options?: TransportRequestOptions): TransportRequestPromise> + putUser(params: T.PutUserRequest, options?: TransportRequestOptions): TransportRequestPromise> } slm: { - deleteLifecycle, TContext = Context>(params?: RequestParams.SlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - executeLifecycle, TContext = Context>(params?: RequestParams.SlmExecuteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - executeRetention, TContext = Context>(params?: RequestParams.SlmExecuteRetention, options?: TransportRequestOptions): TransportRequestPromise> - getLifecycle, TContext = Context>(params?: RequestParams.SlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - getStats, TContext = Context>(params?: RequestParams.SlmGetStats, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(params?: RequestParams.SlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(params?: RequestParams.SlmStart, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(params?: RequestParams.SlmStop, options?: TransportRequestOptions): TransportRequestPromise> + deleteLifecycle(params: T.DeleteSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeLifecycle(params: T.ExecuteSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeRetention(params?: T.ExecuteRetentionRequest, options?: TransportRequestOptions): TransportRequestPromise> + getLifecycle(params?: T.GetSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStats(params?: T.GetSnapshotLifecycleStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + getStatus(params?: T.GetSnapshotLifecycleManagementStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + putLifecycle(params: T.PutSnapshotLifecycleRequest, options?: TransportRequestOptions): TransportRequestPromise> + start(params?: T.StartSnapshotLifecycleManagementRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(params?: T.StopSnapshotLifecycleManagementRequest, options?: TransportRequestOptions): TransportRequestPromise> } snapshot: { - cleanupRepository, TContext = Context>(params?: RequestParams.SnapshotCleanupRepository, options?: TransportRequestOptions): TransportRequestPromise> - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotClone, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotCreate, options?: TransportRequestOptions): TransportRequestPromise> - createRepository, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotCreateRepository, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(params?: RequestParams.SnapshotDelete, options?: TransportRequestOptions): TransportRequestPromise> - deleteRepository, TContext = Context>(params?: RequestParams.SnapshotDeleteRepository, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.SnapshotGet, options?: TransportRequestOptions): TransportRequestPromise> - getRepository, TContext = Context>(params?: RequestParams.SnapshotGetRepository, options?: TransportRequestOptions): TransportRequestPromise> - restore, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotRestore, options?: TransportRequestOptions): TransportRequestPromise> - status, TContext = Context>(params?: RequestParams.SnapshotStatus, options?: TransportRequestOptions): TransportRequestPromise> - verifyRepository, TContext = Context>(params?: RequestParams.SnapshotVerifyRepository, options?: TransportRequestOptions): TransportRequestPromise> + cleanupRepository(params: T.CleanupRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + clone(params: T.CloneSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + create(params: T.SnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + createRepository(params: T.CreateRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + delete(params: T.DeleteSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteRepository(params: T.DeleteRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetSnapshotRequest, options?: TransportRequestOptions): TransportRequestPromise> + getRepository(params?: T.GetRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> + restore(params: T.RestoreRequest, options?: TransportRequestOptions): TransportRequestPromise> + status(params?: T.SnapshotStatusRequest, options?: TransportRequestOptions): TransportRequestPromise> + verifyRepository(params: T.VerifyRepositoryRequest, options?: TransportRequestOptions): TransportRequestPromise> } sql: { - clearCursor, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlClearCursor, options?: TransportRequestOptions): TransportRequestPromise> - query, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlQuery, options?: TransportRequestOptions): TransportRequestPromise> - translate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlTranslate, options?: TransportRequestOptions): TransportRequestPromise> + clearCursor(params?: T.ClearSqlCursorRequest, options?: TransportRequestOptions): TransportRequestPromise> + query(params?: T.QuerySqlRequest, options?: TransportRequestOptions): TransportRequestPromise> + translate(params?: T.TranslateSqlRequest, options?: TransportRequestOptions): TransportRequestPromise> } ssl: { - certificates, TContext = Context>(params?: RequestParams.SslCertificates, options?: TransportRequestOptions): TransportRequestPromise> + certificates(params?: T.GetCertificatesRequest, options?: TransportRequestOptions): TransportRequestPromise> } tasks: { - cancel, TContext = Context>(params?: RequestParams.TasksCancel, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(params?: RequestParams.TasksGet, options?: TransportRequestOptions): TransportRequestPromise> - list, TContext = Context>(params?: RequestParams.TasksList, options?: TransportRequestOptions): TransportRequestPromise> + cancel(params?: T.CancelTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> + get(params: T.GetTaskRequest, options?: TransportRequestOptions): TransportRequestPromise> + list(params?: T.ListTasksRequest, options?: TransportRequestOptions): TransportRequestPromise> } - termvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Termvectors, options?: TransportRequestOptions): TransportRequestPromise> + termvectors(params: T.TermVectorsRequest, options?: TransportRequestOptions): TransportRequestPromise> textStructure: { - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TextStructureFindStructure, options?: TransportRequestOptions): TransportRequestPromise> + findStructure(params: T.FindStructureRequest, options?: TransportRequestOptions): TransportRequestPromise> } transform: { - deleteTransform, TContext = Context>(params?: RequestParams.TransformDeleteTransform, options?: TransportRequestOptions): TransportRequestPromise> - getTransform, TContext = Context>(params?: RequestParams.TransformGetTransform, options?: TransportRequestOptions): TransportRequestPromise> - getTransformStats, TContext = Context>(params?: RequestParams.TransformGetTransformStats, options?: TransportRequestOptions): TransportRequestPromise> - previewTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPreviewTransform, options?: TransportRequestOptions): TransportRequestPromise> - putTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPutTransform, options?: TransportRequestOptions): TransportRequestPromise> - startTransform, TContext = Context>(params?: RequestParams.TransformStartTransform, options?: TransportRequestOptions): TransportRequestPromise> - stopTransform, TContext = Context>(params?: RequestParams.TransformStopTransform, options?: TransportRequestOptions): TransportRequestPromise> - updateTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformUpdateTransform, options?: TransportRequestOptions): TransportRequestPromise> - } - update, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Update, options?: TransportRequestOptions): TransportRequestPromise> - updateByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.UpdateByQuery, options?: TransportRequestOptions): TransportRequestPromise> - updateByQueryRethrottle, TContext = Context>(params?: RequestParams.UpdateByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> + deleteTransform(params: T.DeleteTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTransform(params?: T.GetTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + getTransformStats(params: T.GetTransformStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + previewTransform(params?: T.PreviewTransformRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + putTransform(params: T.PutTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + startTransform(params: T.StartTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + stopTransform(params: T.StopTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateTransform(params: T.UpdateTransformRequest, options?: TransportRequestOptions): TransportRequestPromise> + } + update(params: T.UpdateRequest, options?: TransportRequestOptions): TransportRequestPromise, TContext>> + updateByQuery(params: T.UpdateByQueryRequest, options?: TransportRequestOptions): TransportRequestPromise> + updateByQueryRethrottle(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> watcher: { - ackWatch, TContext = Context>(params?: RequestParams.WatcherAckWatch, options?: TransportRequestOptions): TransportRequestPromise> - activateWatch, TContext = Context>(params?: RequestParams.WatcherActivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - deactivateWatch, TContext = Context>(params?: RequestParams.WatcherDeactivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - deleteWatch, TContext = Context>(params?: RequestParams.WatcherDeleteWatch, options?: TransportRequestOptions): TransportRequestPromise> - executeWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherExecuteWatch, options?: TransportRequestOptions): TransportRequestPromise> - getWatch, TContext = Context>(params?: RequestParams.WatcherGetWatch, options?: TransportRequestOptions): TransportRequestPromise> - putWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherPutWatch, options?: TransportRequestOptions): TransportRequestPromise> - queryWatches, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherQueryWatches, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(params?: RequestParams.WatcherStart, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(params?: RequestParams.WatcherStats, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(params?: RequestParams.WatcherStop, options?: TransportRequestOptions): TransportRequestPromise> + ackWatch(params: T.AcknowledgeWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + activateWatch(params: T.ActivateWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + deactivateWatch(params: T.DeactivateWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + deleteWatch(params: T.DeleteWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + executeWatch(params?: T.ExecuteWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + getWatch(params: T.GetWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + putWatch(params: T.PutWatchRequest, options?: TransportRequestOptions): TransportRequestPromise> + queryWatches(params?: TODO, options?: TransportRequestOptions): TransportRequestPromise> + start(params?: T.StartWatcherRequest, options?: TransportRequestOptions): TransportRequestPromise> + stats(params?: T.WatcherStatsRequest, options?: TransportRequestOptions): TransportRequestPromise> + stop(params?: T.StopWatcherRequest, options?: TransportRequestOptions): TransportRequestPromise> } xpack: { - info, TContext = Context>(params?: RequestParams.XpackInfo, options?: TransportRequestOptions): TransportRequestPromise> - usage, TContext = Context>(params?: RequestParams.XpackUsage, options?: TransportRequestOptions): TransportRequestPromise> + info(params?: T.XPackInfoRequest, options?: TransportRequestOptions): TransportRequestPromise> + usage(params?: T.XPackUsageRequest, options?: TransportRequestOptions): TransportRequestPromise> } - /* /GENERATED */ } export { KibanaClient } diff --git a/api/types.d.ts b/api/types.d.ts new file mode 100644 index 000000000..3805d360d --- /dev/null +++ b/api/types.d.ts @@ -0,0 +1,12802 @@ +/* + * Licensed to Elasticsearch B.V. under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch B.V. licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +export type AccessTokenGrantType = 'password' | 'client_credentials' | '_kerberos' | 'refresh_token' + +export interface AcknowledgeState { + state: AcknowledgementState + timestamp: DateString +} + +export interface AcknowledgeWatchRequest extends RequestBase { + watch_id: Name + action_id?: Names +} + +export interface AcknowledgeWatchResponse extends ResponseBase { + status: WatchStatus +} + +export interface AcknowledgedResponseBase extends ResponseBase { + acknowledged: boolean +} + +export type AcknowledgementState = 'awaits_successful_execution' | 'ackable' | 'acked' + +export interface Action { + action_type?: ActionType + condition?: ConditionContainer + foreach?: string + max_iterations?: integer + name?: string + throttle_period?: Time + throttle_period_in_millis?: EpochMillis + transform?: TransformContainer + index: ActionIndex +} + +export type ActionExecutionMode = 'simulate' | 'force_simulate' | 'execute' | 'force_execute' | 'skip' + +export type ActionExecutionState = 'awaits_execution' | 'checking' | 'execution_not_needed' | 'throttled' | 'executed' | 'failed' | 'deleted_while_queued' | 'not_executed_already_queued' + +export interface ActionIndex { + index: IndexName +} + +export interface ActionStatus { + ack: AcknowledgeState + last_execution?: ExecutionState + last_successful_execution?: ExecutionState + last_throttle?: ThrottleState +} + +export type ActionType = 'email' | 'webhook' | 'index' | 'logging' | 'slack' | 'pagerduty' + +export interface ActivateWatchRequest extends RequestBase { + watch_id: Name +} + +export interface ActivateWatchResponse extends ResponseBase { + status: ActivationStatus +} + +export interface ActivationState { + active: boolean + timestamp: Timestamp +} + +export interface ActivationStatus { + actions: Record + state: ActivationState + version: integer +} + +export interface AdaptiveSelectionStats { + avg_queue_size: long + avg_response_time: long + avg_response_time_ns: long + avg_service_time: string + avg_service_time_ns: long + outgoing_searches: long + rank: string +} + +export interface AdjacencyMatrixAggregation extends BucketAggregationBase { + filters?: Record +} + +export type Aggregate = SingleBucketAggregate | AutoDateHistogramAggregate | FiltersAggregate | SignificantTermsAggregate | TermsAggregate | BucketAggregate | CompositeBucketAggregate | MultiBucketAggregate | MatrixStatsAggregate | KeyedValueAggregate | MetricAggregate + +export interface AggregateBase { + meta?: Record +} + +export type AggregateName = string + +export interface Aggregation { + meta?: Record + name?: string +} + +export interface AggregationBreakdown { + build_aggregation: long + build_aggregation_count: long + build_leaf_collector: long + build_leaf_collector_count: long + collect: long + collect_count: long + initialize: long + initialize_count: long + post_collection?: long + post_collection_count?: long + reduce: long + reduce_count: long +} + +export interface AggregationContainer { + adjacency_matrix?: AdjacencyMatrixAggregation + aggs?: Record + aggregations?: Record + auto_date_histogram?: AutoDateHistogramAggregation + avg?: AverageAggregation + avg_bucket?: AverageBucketAggregation + boxplot?: BoxplotAggregation + bucket_script?: BucketScriptAggregation + bucket_selector?: BucketSelectorAggregation + bucket_sort?: BucketSortAggregation + cardinality?: CardinalityAggregation + children?: ChildrenAggregation + composite?: CompositeAggregation + cumulative_cardinality?: CumulativeCardinalityAggregation + cumulative_sum?: CumulativeSumAggregation + date_histogram?: DateHistogramAggregation + date_range?: DateRangeAggregation + derivative?: DerivativeAggregation + diversified_sampler?: DiversifiedSamplerAggregation + extended_stats?: ExtendedStatsAggregation + extended_stats_bucket?: ExtendedStatsBucketAggregation + filter?: QueryContainer + filters?: FiltersAggregation + geo_bounds?: GeoBoundsAggregation + geo_centroid?: GeoCentroidAggregation + geo_distance?: GeoDistanceAggregation + geohash_grid?: GeoHashGridAggregation + geo_line?: GeoLineAggregation + geotile_grid?: GeoTileGridAggregation + global?: GlobalAggregation + histogram?: HistogramAggregation + ip_range?: IpRangeAggregation + inference?: InferenceAggregation + line?: GeoLineAggregation + matrix_stats?: MatrixStatsAggregation + max?: MaxAggregation + max_bucket?: MaxBucketAggregation + median_absolute_deviation?: MedianAbsoluteDeviationAggregation + meta?: Record + min?: MinAggregation + min_bucket?: MinBucketAggregation + missing?: MissingAggregation + moving_avg?: MovingAverageAggregation + moving_percentiles?: MovingPercentilesAggregation + moving_fn?: MovingFunctionAggregation + multi_terms?: MultiTermsAggregation + nested?: NestedAggregation + normalize?: NormalizeAggregation + parent?: ParentAggregation + percentile_ranks?: PercentileRanksAggregation + percentiles?: PercentilesAggregation + percentiles_bucket?: PercentilesBucketAggregation + range?: RangeAggregation + rare_terms?: RareTermsAggregation + rate?: RateAggregation + reverse_nested?: ReverseNestedAggregation + sampler?: SamplerAggregation + scripted_metric?: ScriptedMetricAggregation + serial_diff?: SerialDifferencingAggregation + significant_terms?: SignificantTermsAggregation + significant_text?: SignificantTextAggregation + stats?: StatsAggregation + stats_bucket?: StatsBucketAggregation + string_stats?: StringStatsAggregation + sum?: SumAggregation + sum_bucket?: SumBucketAggregation + terms?: TermsAggregation + top_hits?: TopHitsAggregation + t_test?: TTestAggregation + top_metrics?: TopMetricsAggregation + value_count?: ValueCountAggregation + weighted_avg?: WeightedAverageAggregation + variable_width_histogram?: VariableWidthHistogramAggregation +} + +export interface AggregationProfile { + breakdown: AggregationBreakdown + description: string + time_in_nanos: long + type: string + debug: AggregationProfileDebug + children?: Array +} + +export interface AggregationProfileDebug { +} + +export interface AggregationRange { + from?: double + key?: string + to?: double +} + +export interface AlertingCount { + active: long + total: long +} + +export interface AlertingExecution { + actions: Record +} + +export interface AlertingInput { + input: Record + trigger: Record +} + +export interface AlertingUsage extends XPackUsage { + count: AlertingCount + execution: AlertingExecution + watch: AlertingInput +} + +export interface Alias { + filter?: QueryContainer + index_routing?: Routing + is_hidden?: boolean + is_write_index?: boolean + routing?: Routing + search_routing?: Routing +} + +export interface AliasAction { +} + +export interface AliasDefinition { + filter?: QueryContainer + index_routing?: string + is_write_index?: boolean + routing?: string + search_routing?: string +} + +export interface AliasExistsRequest extends RequestBase { + name: Names + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + local?: boolean +} + +export type AliasExistsResponse = boolean + +export interface AllField { + analyzer: string + enabled: boolean + omit_norms: boolean + search_analyzer: string + similarity: string + store: boolean + store_term_vector_offsets: boolean + store_term_vector_payloads: boolean + store_term_vector_positions: boolean + store_term_vectors: boolean +} + +export interface AllocationDecision { + decider: string + decision: AllocationExplainDecision + explanation: string +} + +export type AllocationExplainDecision = 'NO' | 'YES' | 'THROTTLE' | 'ALWAYS' + +export interface AllocationStore { + allocation_id: string + found: boolean + in_sync: boolean + matching_size_in_bytes: long + matching_sync_id: boolean + store_exception: string +} + +export interface AlwaysCondition { +} + +export interface AnalysisConfig { + bucket_span: TimeSpan + categorization_field_name?: Field + categorization_filters?: Array + detectors: Array + influencers: Array + latency?: Time + multivariate_by_fields?: boolean + per_partition_categorization?: PerPartitionCategorization + summary_count_field_name?: Field + categorization_analyzer?: CategorizationAnalyzer | string +} + +export interface AnalysisLimits { + categorization_examples_limit?: long + model_memory_limit: string +} + +export interface AnalysisMemoryLimit { + model_memory_limit: string +} + +export interface AnalyzeDetail { + analyzer?: AnalyzerDetail + charfilters?: Array + custom_analyzer: boolean + tokenfilters?: Array + tokenizer?: TokenDetail +} + +export interface AnalyzeRequest extends RequestBase { + index?: IndexName + body?: { + analyzer?: string + attributes?: Array + char_filter?: Array + explain?: boolean + field?: Field + filter?: Array + normalizer?: string + text?: TextToAnalyze + tokenizer?: string | Tokenizer + } +} + +export interface AnalyzeResponse extends ResponseBase { + detail?: AnalyzeDetail + tokens?: Array +} + +export interface AnalyzeToken { + end_offset: long + position: long + position_length?: long + start_offset: long + token: string + type: string +} + +export interface AnalyzerDetail { + name: string + tokens: Array +} + +export interface AnomalyCause { + actual: Array + by_field_name: string + by_field_value: string + correlated_by_field_value: string + field_name: string + function: string + function_description: string + influencers: Array + over_field_name: string + over_field_value: string + partition_field_name: string + partition_field_value: string + probability: double + typical: Array +} + +export interface AnomalyDetectors { + categorization_analyzer: CategorizationAnalyzer + categorization_examples_limit: integer + model_memory_limit: string + model_snapshot_retention_days: integer +} + +export interface AnomalyRecord { + actual?: Array + bucket_span: Time + by_field_name?: string + by_field_value?: string + causes?: Array + detector_index: integer + field_name?: string + function?: string + function_description?: string + influencers?: Array + initial_record_score: double + is_interim: boolean + job_id: string + over_field_name?: string + over_field_value?: string + partition_field_name?: string + partition_field_value?: string + probability: double + record_score: double + result_type: string + timestamp: EpochMillis + typical?: Array +} + +export interface ApiKey { + name: Name + expiration?: Time + role_descriptors?: Array +} + +export interface ApiKeyApplication { + application: string + privileges: Array + resources: Array +} + +export type ApiKeyGrantType = 'access_token' | 'password' + +export interface ApiKeyPrivileges { + names: Indices + privileges: Array +} + +export interface ApiKeyRole { + cluster: Array + index: Array + applications?: Array +} + +export interface ApiKeys { + creation: long + expiration?: long + id: Id + invalidated: boolean + name: string + realm: string + username: string +} + +export interface AppendProcessor extends ProcessorBase { + field: Field + value: Array + allow_duplicates?: boolean +} + +export interface ApplicationGlobalUserPrivileges { + manage: ManageUserPrivileges +} + +export interface ApplicationPrivileges { + application: string + privileges: Array + resources: Array +} + +export interface ApplicationPrivilegesCheck { + application: string + privileges: Array + resources: Array +} + +export interface ApplicationResourcePrivileges { + application: string + privileges: Array + resources: Array +} + +export type ApplicationsPrivileges = Record + +export type AppliesTo = 'actual' | 'typical' | 'diff_from_typical' | 'time' + +export interface ArrayCompareCondition { + array_path: string + comparison: string + path: string + quantifier: Quantifier + value: any +} + +export interface AsciiFoldingTokenFilter extends TokenFilterBase { + preserve_original: boolean +} + +export interface AsyncSearch { + aggregations?: Record + _clusters?: ClusterStatistics + fields?: Record + hits: HitsMetadata + max_score?: double + num_reduce_phases?: long + profile?: Profile + pit_id?: Id + _scroll_id?: Id + _shards: ShardStatistics + suggest?: Record>> + terminated_early?: boolean + timed_out: boolean + took: long +} + +export interface AsyncSearchDeleteRequest extends RequestBase { + id: Id +} + +export interface AsyncSearchDeleteResponse extends AcknowledgedResponseBase { +} + +export interface AsyncSearchDocumentResponseBase extends AsyncSearchResponseBase { + response: AsyncSearch +} + +export interface AsyncSearchGetRequest extends RequestBase { + id: Id + typed_keys?: boolean + body?: { + keep_alive?: Time + typed_keys?: boolean + wait_for_completion_timeout?: Time + } +} + +export interface AsyncSearchGetResponse extends AsyncSearchDocumentResponseBase { +} + +export interface AsyncSearchResponseBase extends ResponseBase { + id?: Id + is_partial: boolean + is_running: boolean + expiration_time_in_millis: EpochMillis + start_time_in_millis: EpochMillis +} + +export interface AsyncSearchStatusRequest extends RequestBase { + id: Id +} + +export interface AsyncSearchStatusResponse extends AsyncSearchResponseBase { + _shards: ShardStatistics + completion_status: integer +} + +export interface AsyncSearchSubmitRequest extends RequestBase { + index?: Indices + batched_reduce_size?: long + wait_for_completion_timeout?: Time + keep_on_completion?: boolean + typed_keys?: boolean + body?: { + aggs?: Record + allow_no_indices?: boolean + allow_partial_search_results?: boolean + analyzer?: string + analyze_wildcard?: boolean + batched_reduce_size?: long + collapse?: FieldCollapse + default_operator?: DefaultOperator + df?: string + docvalue_fields?: Fields + expand_wildcards?: ExpandWildcards + explain?: boolean + from?: integer + highlight?: Highlight + ignore_throttled?: boolean + ignore_unavailable?: boolean + indices_boost?: Record + keep_alive?: Time + keep_on_completion?: boolean + lenient?: boolean + max_concurrent_shard_requests?: long + min_score?: double + post_filter?: QueryContainer + preference?: string + profile?: boolean + pit?: PointInTimeReference + query?: QueryContainer + query_on_query_string?: string + request_cache?: boolean + rescore?: Array + routing?: Routing + script_fields?: Record + search_after?: Array + search_type?: SearchType + sequence_number_primary_term?: boolean + size?: integer + sort?: Sort + _source?: boolean | SourceFilter + stats?: Array + stored_fields?: Fields + suggest?: Record + suggest_field?: Field + suggest_mode?: SuggestMode + suggest_size?: long + suggest_text?: string + terminate_after?: long + timeout?: string + track_scores?: boolean + track_total_hits?: boolean + typed_keys?: boolean + version?: boolean + wait_for_completion_timeout?: Time + } +} + +export interface AsyncSearchSubmitResponse extends AsyncSearchDocumentResponseBase { +} + +export interface AttachmentProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + indexed_chars?: long + indexed_chars_field?: Field + properties?: Array + target_field?: Field + resource_name?: string +} + +export interface AuditUsage extends SecurityFeatureToggle { + outputs: Array +} + +export interface AuthenticateRequest extends RequestBase { +} + +export interface AuthenticateResponse extends ResponseBase { + authentication_realm: RealmInfo + email?: string + full_name?: string + lookup_realm: RealmInfo + metadata: Record + roles: Array + username: string + enabled: boolean + authentication_type: string +} + +export interface AuthenticatedUser extends XPackUser { + authentication_realm: UserRealm + lookup_realm: UserRealm + authentication_provider?: AuthenticationProvider + authentication_type: string +} + +export interface AuthenticationProvider { + type: string + name: string +} + +export interface AutoDateHistogramAggregate extends MultiBucketAggregate> { + interval: DateMathTime +} + +export interface AutoDateHistogramAggregation extends BucketAggregationBase { + buckets?: integer + field?: Field + format?: string + minimum_interval?: MinimumInterval + missing?: DateString + offset?: string + params?: Record + script?: Script + time_zone?: string +} + +export interface AutoFollowPattern { + follow_index_pattern: string + leader_index_patterns: Array + max_outstanding_read_requests: long + max_outstanding_write_requests: integer + read_poll_timeout: Time + max_read_request_operation_count: integer + max_read_request_size: string + max_retry_delay: Time + max_write_buffer_count: integer + max_write_buffer_size: string + max_write_request_operation_count: integer + max_write_request_size: string + remote_cluster: string +} + +export interface AutoFollowedCluster { + cluster_name: string + last_seen_metadata_version: long + time_since_last_check_millis: DateString +} + +export interface AverageAggregation extends FormatMetricAggregationBase { +} + +export interface AverageBucketAggregation extends PipelineAggregationBase { +} + +export interface BaseUrlConfig { + url_name: string + url_value: string +} + +export interface BoolQuery extends QueryBase { + filter?: QueryContainer | Array + minimum_should_match?: MinimumShouldMatch + must?: QueryContainer | Array + must_not?: QueryContainer | Array + should?: QueryContainer | Array +} + +export interface BoostingQuery extends QueryBase { + negative_boost?: double + negative?: QueryContainer + positive?: QueryContainer +} + +export type BoundaryScanner = 'chars' | 'sentence' | 'word' + +export interface BoundingBox { + bottom_right?: GeoLocation + top_left?: GeoLocation + wkt?: string +} + +export interface BoxPlotAggregate extends AggregateBase { + min: double + max: double + q1: double + q2: double + q3: double +} + +export interface BoxplotAggregation extends MetricAggregationBase { + compression?: double +} + +export interface BreakerStats { + estimated_size: string + estimated_size_in_bytes: long + limit_size: string + limit_size_in_bytes: long + overhead: float + tripped: float +} + +export type Bucket = CompositeBucket | DateHistogramBucket | FiltersBucketItem | IpRangeBucket | RangeBucket | RareTermsBucket | SignificantTermsBucket | KeyedBucket + +export interface BucketAggregate extends AggregateBase { + after_key: Record + bg_count: long + doc_count: long + doc_count_error_upper_bound: long + sum_other_doc_count: long + interval: DateMathTime + items: Bucket +} + +export interface BucketAggregationBase extends Aggregation { + aggregations?: Record +} + +export interface BucketInfluencer { + bucket_span: long + influencer_field_name: string + influencer_field_value: string + influencer_score: double + initial_influencer_score: double + is_interim: boolean + job_id: string + probability: double + result_type: string + timestamp: DateString +} + +export interface BucketScriptAggregation extends PipelineAggregationBase { + script?: Script +} + +export interface BucketSelectorAggregation extends PipelineAggregationBase { + script?: Script +} + +export interface BucketSortAggregation extends Aggregation { + from?: integer + gap_policy?: GapPolicy + size?: integer + sort?: Sort +} + +export interface BucketsPath { +} + +export interface BulkAliasRequest extends RequestBase { + master_timeout?: Time + timeout?: Time + body: { + actions?: Array + } +} + +export interface BulkAliasResponse extends AcknowledgedResponseBase { +} + +export interface BulkCreateOperation extends BulkOperation { +} + +export interface BulkCreateResponseItem extends BulkResponseItemBase { +} + +export interface BulkDeleteOperation extends BulkOperation { +} + +export interface BulkDeleteResponseItem extends BulkResponseItemBase { +} + +export interface BulkIndexByScrollFailure { + cause: MainError + id: string + index: string + status: integer + type: string +} + +export interface BulkIndexOperation extends BulkOperation { +} + +export interface BulkIndexResponseItem extends BulkResponseItemBase { +} + +export interface BulkMonitoringRequest extends RequestBase { + stub_a: string + stub_b: string + body: { + stub_c: string + } +} + +export interface BulkMonitoringResponse extends ResponseBase { + stub: integer +} + +export interface BulkOperation { + _id: Id + _index: IndexName + retry_on_conflict: integer + routing: Routing + version: long + version_type: VersionType +} + +export interface BulkOperationContainer { + index?: BulkIndexOperation + create?: BulkCreateOperation + update?: BulkUpdateOperation + delete?: BulkDeleteOperation +} + +export interface BulkRequest extends RequestBase { + index?: IndexName + type?: Type + pipeline?: string + refresh?: Refresh + routing?: Routing + _source?: boolean + _source_excludes?: Fields + _source_includes?: Fields + timeout?: Time + type_query_string?: string + wait_for_active_shards?: string + require_alias?: boolean + body: Array +} + +export interface BulkResponse extends ResponseBase { + errors: boolean + items: Array + took: long + ingest_took?: long +} + +export interface BulkResponseItemBase { + _id?: string | null + _index: string + status: integer + error?: ErrorCause + _primary_term?: long + result?: string + _seq_no?: long + _shards?: ShardStatistics + _type?: string + _version?: long + forced_refresh?: boolean + get?: InlineGet> +} + +export interface BulkResponseItemContainer { + index?: BulkIndexResponseItem + create?: BulkCreateResponseItem + update?: BulkUpdateResponseItem + delete?: BulkDeleteResponseItem +} + +export interface BulkUpdateOperation extends BulkOperation { +} + +export interface BulkUpdateResponseItem extends BulkResponseItemBase { +} + +export type ByteSize = long | string + +export type Bytes = 'b' | 'k' | 'kb' | 'm' | 'mb' | 'g' | 'gb' | 't' | 'tb' | 'p' | 'pb' + +export interface BytesProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field?: Field +} + +export interface CPUStats { + percent: integer + sys: string + sys_in_millis: long + total: string + total_in_millis: long + user: string + user_in_millis: long +} + +export interface Calendar { + calendar_id: string + description: string + job_ids: Array +} + +export interface CancelTasksRequest extends RequestBase { + task_id?: TaskId + actions?: string | Array + nodes?: Array + parent_task_id?: string +} + +export interface CancelTasksResponse extends ResponseBase { + node_failures?: Array + nodes: Record +} + +export interface CardinalityAggregation extends MetricAggregationBase { + precision_threshold?: integer + rehash?: boolean +} + +export interface CatAliasesRecord { + alias?: string + a?: string + index?: IndexName + i?: IndexName + idx?: IndexName + filter?: string + f?: string + fi?: string + 'routing.index'?: string + ri?: string + routingIndex?: string + 'routing.search'?: string + rs?: string + routingSearch?: string + is_write_index?: string + w?: string + isWriteIndex?: string +} + +export interface CatAliasesRequest extends CatRequestBase { + name?: Names + expand_wildcards?: ExpandWildcards +} + +export type CatAliasesResponse = CatAliasesRecord[] + +export interface CatAllocationRecord { + shards?: string + s?: string + 'disk.indices'?: ByteSize + di?: ByteSize + diskIndices?: ByteSize + 'disk.used'?: ByteSize + du?: ByteSize + diskUsed?: ByteSize + 'disk.avail'?: ByteSize + da?: ByteSize + diskAvail?: ByteSize + 'disk.total'?: ByteSize + dt?: ByteSize + diskTotal?: ByteSize + 'disk.percent'?: Percentage + dp?: Percentage + diskPercent?: Percentage + host?: string + h?: string + ip?: string + node?: string + n?: string +} + +export interface CatAllocationRequest extends CatRequestBase { + node_id?: NodeIds + bytes?: Bytes +} + +export type CatAllocationResponse = CatAllocationRecord[] + +export interface CatCountRecord { + epoch?: EpochMillis + t?: EpochMillis + time?: EpochMillis + timestamp?: DateString + ts?: DateString + hms?: DateString + hhmmss?: DateString + count?: string + dc?: string + 'docs.count'?: string + docsCount?: string +} + +export interface CatCountRequest extends CatRequestBase { + index?: Indices +} + +export type CatCountResponse = CatCountRecord[] + +export interface CatDataFrameAnalyticsRecord { + id?: string + type?: string + t?: string + create_time?: string + ct?: string + createTime?: string + version?: string + v?: string + source_index?: string + si?: string + sourceIndex?: string + dest_index?: string + di?: string + destIndex?: string + description?: string + d?: string + model_memory_limit?: string + mml?: string + modelMemoryLimit?: string + state?: string + s?: string + failure_reason?: string + fr?: string + failureReason?: string + progress?: string + p?: string + assignment_explanation?: string + ae?: string + assignmentExplanation?: string + 'node.id'?: string + ni?: string + nodeId?: string + 'node.name'?: string + nn?: string + nodeName?: string + 'node.ephemeral_id'?: string + ne?: string + nodeEphemeralId?: string + 'node.address'?: string + na?: string + nodeAddress?: string +} + +export interface CatDataFrameAnalyticsRequest extends CatRequestBase { + id?: Id + allow_no_match?: boolean + bytes?: Bytes +} + +export type CatDataFrameAnalyticsResponse = CatDataFrameAnalyticsRecord[] + +export interface CatDatafeedsRecord { + id?: string + state?: DatafeedState + s?: DatafeedState + assignment_explanation?: string + ae?: string + 'buckets.count'?: string + bc?: string + bucketsCount?: string + 'search.count'?: string + sc?: string + searchCount?: string + 'search.time'?: string + st?: string + searchTime?: string + 'search.bucket_avg'?: string + sba?: string + searchBucketAvg?: string + 'search.exp_avg_hour'?: string + seah?: string + searchExpAvgHour?: string + 'node.id'?: string + ni?: string + nodeId?: string + 'node.name'?: string + nn?: string + nodeName?: string + 'node.ephemeral_id'?: string + ne?: string + nodeEphemeralId?: string + 'node.address'?: string + na?: string + nodeAddress?: string +} + +export interface CatDatafeedsRequest extends CatRequestBase { + datafeed_id?: Id + allow_no_datafeeds?: boolean +} + +export type CatDatafeedsResponse = CatDatafeedsRecord[] + +export interface CatFielddataRecord { + id?: string + host?: string + h?: string + ip?: string + node?: string + n?: string + field?: string + f?: string + size?: string +} + +export interface CatFielddataRequest extends CatRequestBase { + fields?: Fields + bytes?: Bytes +} + +export type CatFielddataResponse = CatFielddataRecord[] + +export interface CatHealthRecord { + epoch?: EpochMillis + time?: EpochMillis + timestamp?: DateString + ts?: DateString + hms?: DateString + hhmmss?: DateString + cluster?: string + cl?: string + status?: string + st?: string + 'node.total'?: string + nt?: string + nodeTotal?: string + 'node.data'?: string + nd?: string + nodeData?: string + shards?: string + t?: string + sh?: string + 'shards.total'?: string + shardsTotal?: string + pri?: string + p?: string + 'shards.primary'?: string + shardsPrimary?: string + relo?: string + r?: string + 'shards.relocating'?: string + shardsRelocating?: string + init?: string + i?: string + 'shards.initializing'?: string + shardsInitializing?: string + unassign?: string + u?: string + 'shards.unassigned'?: string + shardsUnassigned?: string + pending_tasks?: string + pt?: string + pendingTasks?: string + max_task_wait_time?: string + mtwt?: string + maxTaskWaitTime?: string + active_shards_percent?: string + asp?: string + activeShardsPercent?: string +} + +export interface CatHealthRequest extends CatRequestBase { + include_timestamp?: boolean + ts?: boolean +} + +export type CatHealthResponse = CatHealthRecord[] + +export interface CatHelpRecord { + endpoint: string +} + +export interface CatHelpRequest extends CatRequestBase { +} + +export type CatHelpResponse = CatHelpRecord[] + +export interface CatIndicesRecord { + health?: string + h?: string + status?: string + s?: string + index?: string + i?: string + idx?: string + uuid?: string + id?: string + pri?: string + p?: string + 'shards.primary'?: string + shardsPrimary?: string + rep?: string + r?: string + 'shards.replica'?: string + shardsReplica?: string + 'docs.count'?: string + dc?: string + docsCount?: string + 'docs.deleted'?: string + dd?: string + docsDeleted?: string + 'creation.date'?: string + cd?: string + 'creation.date.string'?: string + cds?: string + 'store.size'?: string + ss?: string + storeSize?: string + 'pri.store.size'?: string + 'completion.size'?: string + cs?: string + completionSize?: string + 'pri.completion.size'?: string + 'fielddata.memory_size'?: string + fm?: string + fielddataMemory?: string + 'pri.fielddata.memory_size'?: string + 'fielddata.evictions'?: string + fe?: string + fielddataEvictions?: string + 'pri.fielddata.evictions'?: string + 'query_cache.memory_size'?: string + qcm?: string + queryCacheMemory?: string + 'pri.query_cache.memory_size'?: string + 'query_cache.evictions'?: string + qce?: string + queryCacheEvictions?: string + 'pri.query_cache.evictions'?: string + 'request_cache.memory_size'?: string + rcm?: string + requestCacheMemory?: string + 'pri.request_cache.memory_size'?: string + 'request_cache.evictions'?: string + rce?: string + requestCacheEvictions?: string + 'pri.request_cache.evictions'?: string + 'request_cache.hit_count'?: string + rchc?: string + requestCacheHitCount?: string + 'pri.request_cache.hit_count'?: string + 'request_cache.miss_count'?: string + rcmc?: string + requestCacheMissCount?: string + 'pri.request_cache.miss_count'?: string + 'flush.total'?: string + ft?: string + flushTotal?: string + 'pri.flush.total'?: string + 'flush.total_time'?: string + ftt?: string + flushTotalTime?: string + 'pri.flush.total_time'?: string + 'get.current'?: string + gc?: string + getCurrent?: string + 'pri.get.current'?: string + 'get.time'?: string + gti?: string + getTime?: string + 'pri.get.time'?: string + 'get.total'?: string + gto?: string + getTotal?: string + 'pri.get.total'?: string + 'get.exists_time'?: string + geti?: string + getExistsTime?: string + 'pri.get.exists_time'?: string + 'get.exists_total'?: string + geto?: string + getExistsTotal?: string + 'pri.get.exists_total'?: string + 'get.missing_time'?: string + gmti?: string + getMissingTime?: string + 'pri.get.missing_time'?: string + 'get.missing_total'?: string + gmto?: string + getMissingTotal?: string + 'pri.get.missing_total'?: string + 'indexing.delete_current'?: string + idc?: string + indexingDeleteCurrent?: string + 'pri.indexing.delete_current'?: string + 'indexing.delete_time'?: string + idti?: string + indexingDeleteTime?: string + 'pri.indexing.delete_time'?: string + 'indexing.delete_total'?: string + idto?: string + indexingDeleteTotal?: string + 'pri.indexing.delete_total'?: string + 'indexing.index_current'?: string + iic?: string + indexingIndexCurrent?: string + 'pri.indexing.index_current'?: string + 'indexing.index_time'?: string + iiti?: string + indexingIndexTime?: string + 'pri.indexing.index_time'?: string + 'indexing.index_total'?: string + iito?: string + indexingIndexTotal?: string + 'pri.indexing.index_total'?: string + 'indexing.index_failed'?: string + iif?: string + indexingIndexFailed?: string + 'pri.indexing.index_failed'?: string + 'merges.current'?: string + mc?: string + mergesCurrent?: string + 'pri.merges.current'?: string + 'merges.current_docs'?: string + mcd?: string + mergesCurrentDocs?: string + 'pri.merges.current_docs'?: string + 'merges.current_size'?: string + mcs?: string + mergesCurrentSize?: string + 'pri.merges.current_size'?: string + 'merges.total'?: string + mt?: string + mergesTotal?: string + 'pri.merges.total'?: string + 'merges.total_docs'?: string + mtd?: string + mergesTotalDocs?: string + 'pri.merges.total_docs'?: string + 'merges.total_size'?: string + mts?: string + mergesTotalSize?: string + 'pri.merges.total_size'?: string + 'merges.total_time'?: string + mtt?: string + mergesTotalTime?: string + 'pri.merges.total_time'?: string + 'refresh.total'?: string + rto?: string + refreshTotal?: string + 'pri.refresh.total'?: string + 'refresh.time'?: string + rti?: string + refreshTime?: string + 'pri.refresh.time'?: string + 'refresh.external_total'?: string + reto?: string + 'pri.refresh.external_total'?: string + 'refresh.external_time'?: string + reti?: string + 'pri.refresh.external_time'?: string + 'refresh.listeners'?: string + rli?: string + refreshListeners?: string + 'pri.refresh.listeners'?: string + 'search.fetch_current'?: string + sfc?: string + searchFetchCurrent?: string + 'pri.search.fetch_current'?: string + 'search.fetch_time'?: string + sfti?: string + searchFetchTime?: string + 'pri.search.fetch_time'?: string + 'search.fetch_total'?: string + sfto?: string + searchFetchTotal?: string + 'pri.search.fetch_total'?: string + 'search.open_contexts'?: string + so?: string + searchOpenContexts?: string + 'pri.search.open_contexts'?: string + 'search.query_current'?: string + sqc?: string + searchQueryCurrent?: string + 'pri.search.query_current'?: string + 'search.query_time'?: string + sqti?: string + searchQueryTime?: string + 'pri.search.query_time'?: string + 'search.query_total'?: string + sqto?: string + searchQueryTotal?: string + 'pri.search.query_total'?: string + 'search.scroll_current'?: string + scc?: string + searchScrollCurrent?: string + 'pri.search.scroll_current'?: string + 'search.scroll_time'?: string + scti?: string + searchScrollTime?: string + 'pri.search.scroll_time'?: string + 'search.scroll_total'?: string + scto?: string + searchScrollTotal?: string + 'pri.search.scroll_total'?: string + 'segments.count'?: string + sc?: string + segmentsCount?: string + 'pri.segments.count'?: string + 'segments.memory'?: string + sm?: string + segmentsMemory?: string + 'pri.segments.memory'?: string + 'segments.index_writer_memory'?: string + siwm?: string + segmentsIndexWriterMemory?: string + 'pri.segments.index_writer_memory'?: string + 'segments.version_map_memory'?: string + svmm?: string + segmentsVersionMapMemory?: string + 'pri.segments.version_map_memory'?: string + 'segments.fixed_bitset_memory'?: string + sfbm?: string + fixedBitsetMemory?: string + 'pri.segments.fixed_bitset_memory'?: string + 'warmer.current'?: string + wc?: string + warmerCurrent?: string + 'pri.warmer.current'?: string + 'warmer.total'?: string + wto?: string + warmerTotal?: string + 'pri.warmer.total'?: string + 'warmer.total_time'?: string + wtt?: string + warmerTotalTime?: string + 'pri.warmer.total_time'?: string + 'suggest.current'?: string + suc?: string + suggestCurrent?: string + 'pri.suggest.current'?: string + 'suggest.time'?: string + suti?: string + suggestTime?: string + 'pri.suggest.time'?: string + 'suggest.total'?: string + suto?: string + suggestTotal?: string + 'pri.suggest.total'?: string + 'memory.total'?: string + tm?: string + memoryTotal?: string + 'pri.memory.total'?: string + 'search.throttled'?: string + sth?: string + 'bulk.total_operations'?: string + bto?: string + bulkTotalOperation?: string + 'pri.bulk.total_operations'?: string + 'bulk.total_time'?: string + btti?: string + bulkTotalTime?: string + 'pri.bulk.total_time'?: string + 'bulk.total_size_in_bytes'?: string + btsi?: string + bulkTotalSizeInBytes?: string + 'pri.bulk.total_size_in_bytes'?: string + 'bulk.avg_time'?: string + bati?: string + bulkAvgTime?: string + 'pri.bulk.avg_time'?: string + 'bulk.avg_size_in_bytes'?: string + basi?: string + bulkAvgSizeInBytes?: string + 'pri.bulk.avg_size_in_bytes'?: string +} + +export interface CatIndicesRequest extends CatRequestBase { + index?: Indices + bytes?: Bytes + expand_wildcards?: ExpandWildcards + health?: Health + include_unloaded_segments?: boolean + pri?: boolean +} + +export type CatIndicesResponse = CatIndicesRecord[] + +export interface CatJobsRecord { + id?: Id + state?: JobState + s?: JobState + opened_time?: string + ot?: string + assignment_explanation?: string + ae?: string + 'data.processed_records'?: string + dpr?: string + dataProcessedRecords?: string + 'data.processed_fields'?: string + dpf?: string + dataProcessedFields?: string + 'data.input_bytes'?: ByteSize + dib?: ByteSize + dataInputBytes?: ByteSize + 'data.input_records'?: string + dir?: string + dataInputRecords?: string + 'data.input_fields'?: string + dif?: string + dataInputFields?: string + 'data.invalid_dates'?: string + did?: string + dataInvalidDates?: string + 'data.missing_fields'?: string + dmf?: string + dataMissingFields?: string + 'data.out_of_order_timestamps'?: string + doot?: string + dataOutOfOrderTimestamps?: string + 'data.empty_buckets'?: string + deb?: string + dataEmptyBuckets?: string + 'data.sparse_buckets'?: string + dsb?: string + dataSparseBuckets?: string + 'data.buckets'?: string + db?: string + dataBuckets?: string + 'data.earliest_record'?: string + der?: string + dataEarliestRecord?: string + 'data.latest_record'?: string + dlr?: string + dataLatestRecord?: string + 'data.last'?: string + dl?: string + dataLast?: string + 'data.last_empty_bucket'?: string + dleb?: string + dataLastEmptyBucket?: string + 'data.last_sparse_bucket'?: string + dlsb?: string + dataLastSparseBucket?: string + 'model.bytes'?: ByteSize + mb?: ByteSize + modelBytes?: ByteSize + 'model.memory_status'?: ModelMemoryStatus + mms?: ModelMemoryStatus + modelMemoryStatus?: ModelMemoryStatus + 'model.bytes_exceeded'?: ByteSize + mbe?: ByteSize + modelBytesExceeded?: ByteSize + 'model.memory_limit'?: string + mml?: string + modelMemoryLimit?: string + 'model.by_fields'?: string + mbf?: string + modelByFields?: string + 'model.over_fields'?: string + mof?: string + modelOverFields?: string + 'model.partition_fields'?: string + mpf?: string + modelPartitionFields?: string + 'model.bucket_allocation_failures'?: string + mbaf?: string + modelBucketAllocationFailures?: string + 'model.categorization_status'?: ModelCategorizationStatus + mcs?: ModelCategorizationStatus + modelCategorizationStatus?: ModelCategorizationStatus + 'model.categorized_doc_count'?: string + mcdc?: string + modelCategorizedDocCount?: string + 'model.total_category_count'?: string + mtcc?: string + modelTotalCategoryCount?: string + 'model.frequent_category_count'?: string + modelFrequentCategoryCount?: string + 'model.rare_category_count'?: string + mrcc?: string + modelRareCategoryCount?: string + 'model.dead_category_count'?: string + mdcc?: string + modelDeadCategoryCount?: string + 'model.failed_category_count'?: string + mfcc?: string + modelFailedCategoryCount?: string + 'model.log_time'?: string + mlt?: string + modelLogTime?: string + 'model.timestamp'?: string + mt?: string + modelTimestamp?: string + 'forecasts.total'?: string + ft?: string + forecastsTotal?: string + 'forecasts.memory.min'?: string + fmmin?: string + forecastsMemoryMin?: string + 'forecasts.memory.max'?: string + fmmax?: string + forecastsMemoryMax?: string + 'forecasts.memory.avg'?: string + fmavg?: string + forecastsMemoryAvg?: string + 'forecasts.memory.total'?: string + fmt?: string + forecastsMemoryTotal?: string + 'forecasts.records.min'?: string + frmin?: string + forecastsRecordsMin?: string + 'forecasts.records.max'?: string + frmax?: string + forecastsRecordsMax?: string + 'forecasts.records.avg'?: string + fravg?: string + forecastsRecordsAvg?: string + 'forecasts.records.total'?: string + frt?: string + forecastsRecordsTotal?: string + 'forecasts.time.min'?: string + ftmin?: string + forecastsTimeMin?: string + 'forecasts.time.max'?: string + ftmax?: string + forecastsTimeMax?: string + 'forecasts.time.avg'?: string + ftavg?: string + forecastsTimeAvg?: string + 'forecasts.time.total'?: string + ftt?: string + forecastsTimeTotal?: string + 'node.id'?: NodeId + ni?: NodeId + nodeId?: NodeId + 'node.name'?: string + nn?: string + nodeName?: string + 'node.ephemeral_id'?: NodeId + ne?: NodeId + nodeEphemeralId?: NodeId + 'node.address'?: string + na?: string + nodeAddress?: string + 'buckets.count'?: string + bc?: string + bucketsCount?: string + 'buckets.time.total'?: string + btt?: string + bucketsTimeTotal?: string + 'buckets.time.min'?: string + btmin?: string + bucketsTimeMin?: string + 'buckets.time.max'?: string + btmax?: string + bucketsTimeMax?: string + 'buckets.time.exp_avg'?: string + btea?: string + bucketsTimeExpAvg?: string + 'buckets.time.exp_avg_hour'?: string + bteah?: string + bucketsTimeExpAvgHour?: string +} + +export interface CatJobsRequest extends CatRequestBase { + job_id?: Id + allow_no_jobs?: boolean + bytes?: Bytes +} + +export type CatJobsResponse = CatJobsRecord[] + +export interface CatMasterRecord { + id?: string + host?: string + h?: string + ip?: string + node?: string + n?: string +} + +export interface CatMasterRequest extends CatRequestBase { +} + +export type CatMasterResponse = CatMasterRecord[] + +export interface CatNodeAttributesRecord { + node?: string + id?: string + pid?: string + host?: string + h?: string + ip?: string + i?: string + port?: string + attr?: string + value?: string +} + +export interface CatNodeAttributesRequest extends CatRequestBase { +} + +export type CatNodeAttributesResponse = CatNodeAttributesRecord[] + +export interface CatNodesRecord { + id?: string + nodeId?: string + pid?: string + p?: string + ip?: string + i?: string + port?: string + po?: string + http_address?: string + http?: string + version?: string + v?: string + flavor?: string + f?: string + type?: string + t?: string + build?: string + b?: string + jdk?: string + j?: string + 'disk.total'?: ByteSize + dt?: ByteSize + diskTotal?: ByteSize + 'disk.used'?: ByteSize + du?: ByteSize + diskUsed?: ByteSize + 'disk.avail'?: ByteSize + d?: ByteSize + da?: ByteSize + disk?: ByteSize + diskAvail?: ByteSize + 'disk.used_percent'?: Percentage + dup?: Percentage + diskUsedPercent?: Percentage + 'heap.current'?: string + hc?: string + heapCurrent?: string + 'heap.percent'?: Percentage + hp?: Percentage + heapPercent?: Percentage + 'heap.max'?: string + hm?: string + heapMax?: string + 'ram.current'?: string + rc?: string + ramCurrent?: string + 'ram.percent'?: Percentage + rp?: Percentage + ramPercent?: Percentage + 'ram.max'?: string + rn?: string + ramMax?: string + 'file_desc.current'?: string + fdc?: string + fileDescriptorCurrent?: string + 'file_desc.percent'?: Percentage + fdp?: Percentage + fileDescriptorPercent?: Percentage + 'file_desc.max'?: string + fdm?: string + fileDescriptorMax?: string + cpu?: string + load_1m?: string + load_5m?: string + load_15m?: string + l?: string + uptime?: string + u?: string + 'node.role'?: string + r?: string + role?: string + nodeRole?: string + master?: string + m?: string + name?: string + n?: string + 'completion.size'?: string + cs?: string + completionSize?: string + 'fielddata.memory_size'?: string + fm?: string + fielddataMemory?: string + 'fielddata.evictions'?: string + fe?: string + fielddataEvictions?: string + 'query_cache.memory_size'?: string + qcm?: string + queryCacheMemory?: string + 'query_cache.evictions'?: string + qce?: string + queryCacheEvictions?: string + 'query_cache.hit_count'?: string + qchc?: string + queryCacheHitCount?: string + 'query_cache.miss_count'?: string + qcmc?: string + queryCacheMissCount?: string + 'request_cache.memory_size'?: string + rcm?: string + requestCacheMemory?: string + 'request_cache.evictions'?: string + rce?: string + requestCacheEvictions?: string + 'request_cache.hit_count'?: string + rchc?: string + requestCacheHitCount?: string + 'request_cache.miss_count'?: string + rcmc?: string + requestCacheMissCount?: string + 'flush.total'?: string + ft?: string + flushTotal?: string + 'flush.total_time'?: string + ftt?: string + flushTotalTime?: string + 'get.current'?: string + gc?: string + getCurrent?: string + 'get.time'?: string + gti?: string + getTime?: string + 'get.total'?: string + gto?: string + getTotal?: string + 'get.exists_time'?: string + geti?: string + getExistsTime?: string + 'get.exists_total'?: string + geto?: string + getExistsTotal?: string + 'get.missing_time'?: string + gmti?: string + getMissingTime?: string + 'get.missing_total'?: string + gmto?: string + getMissingTotal?: string + 'indexing.delete_current'?: string + idc?: string + indexingDeleteCurrent?: string + 'indexing.delete_time'?: string + idti?: string + indexingDeleteTime?: string + 'indexing.delete_total'?: string + idto?: string + indexingDeleteTotal?: string + 'indexing.index_current'?: string + iic?: string + indexingIndexCurrent?: string + 'indexing.index_time'?: string + iiti?: string + indexingIndexTime?: string + 'indexing.index_total'?: string + iito?: string + indexingIndexTotal?: string + 'indexing.index_failed'?: string + iif?: string + indexingIndexFailed?: string + 'merges.current'?: string + mc?: string + mergesCurrent?: string + 'merges.current_docs'?: string + mcd?: string + mergesCurrentDocs?: string + 'merges.current_size'?: string + mcs?: string + mergesCurrentSize?: string + 'merges.total'?: string + mt?: string + mergesTotal?: string + 'merges.total_docs'?: string + mtd?: string + mergesTotalDocs?: string + 'merges.total_size'?: string + mts?: string + mergesTotalSize?: string + 'merges.total_time'?: string + mtt?: string + mergesTotalTime?: string + 'refresh.total'?: string + 'refresh.time'?: string + 'refresh.external_total'?: string + rto?: string + refreshTotal?: string + 'refresh.external_time'?: string + rti?: string + refreshTime?: string + 'refresh.listeners'?: string + rli?: string + refreshListeners?: string + 'script.compilations'?: string + scrcc?: string + scriptCompilations?: string + 'script.cache_evictions'?: string + scrce?: string + scriptCacheEvictions?: string + 'script.compilation_limit_triggered'?: string + scrclt?: string + scriptCacheCompilationLimitTriggered?: string + 'search.fetch_current'?: string + sfc?: string + searchFetchCurrent?: string + 'search.fetch_time'?: string + sfti?: string + searchFetchTime?: string + 'search.fetch_total'?: string + sfto?: string + searchFetchTotal?: string + 'search.open_contexts'?: string + so?: string + searchOpenContexts?: string + 'search.query_current'?: string + sqc?: string + searchQueryCurrent?: string + 'search.query_time'?: string + sqti?: string + searchQueryTime?: string + 'search.query_total'?: string + sqto?: string + searchQueryTotal?: string + 'search.scroll_current'?: string + scc?: string + searchScrollCurrent?: string + 'search.scroll_time'?: string + scti?: string + searchScrollTime?: string + 'search.scroll_total'?: string + scto?: string + searchScrollTotal?: string + 'segments.count'?: string + sc?: string + segmentsCount?: string + 'segments.memory'?: string + sm?: string + segmentsMemory?: string + 'segments.index_writer_memory'?: string + siwm?: string + segmentsIndexWriterMemory?: string + 'segments.version_map_memory'?: string + svmm?: string + segmentsVersionMapMemory?: string + 'segments.fixed_bitset_memory'?: string + sfbm?: string + fixedBitsetMemory?: string + 'suggest.current'?: string + suc?: string + suggestCurrent?: string + 'suggest.time'?: string + suti?: string + suggestTime?: string + 'suggest.total'?: string + suto?: string + suggestTotal?: string + 'bulk.total_operations'?: string + bto?: string + bulkTotalOperations?: string + 'bulk.total_time'?: string + btti?: string + bulkTotalTime?: string + 'bulk.total_size_in_bytes'?: string + btsi?: string + bulkTotalSizeInBytes?: string + 'bulk.avg_time'?: string + bati?: string + bulkAvgTime?: string + 'bulk.avg_size_in_bytes'?: string + basi?: string + bulkAvgSizeInBytes?: string +} + +export interface CatNodesRequest extends CatRequestBase { + bytes?: Bytes + full_id?: boolean | string +} + +export type CatNodesResponse = CatNodesRecord[] + +export interface CatPendingTasksRecord { + insertOrder?: string + o?: string + timeInQueue?: string + t?: string + priority?: string + p?: string + source?: string + s?: string +} + +export interface CatPendingTasksRequest extends CatRequestBase { +} + +export type CatPendingTasksResponse = CatPendingTasksRecord[] + +export interface CatPluginsRecord { + id?: NodeId + name?: string + n?: string + component?: string + c?: string + version?: string + v?: string + description?: string + d?: string + type?: Type + t?: Type +} + +export interface CatPluginsRequest extends CatRequestBase { +} + +export type CatPluginsResponse = CatPluginsRecord[] + +export interface CatRecoveryRecord { + index?: IndexName + i?: IndexName + idx?: IndexName + shard?: string + s?: string + sh?: string + start_time?: string + start?: string + start_time_millis?: string + start_millis?: string + stop_time?: string + stop?: string + stop_time_millis?: string + stop_millis?: string + time?: string + t?: string + ti?: string + type?: Type + ty?: Type + stage?: string + st?: string + source_host?: string + shost?: string + source_node?: string + snode?: string + target_host?: string + thost?: string + target_node?: string + tnode?: string + repository?: string + rep?: string + snapshot?: string + snap?: string + files?: string + f?: string + files_recovered?: string + fr?: string + files_percent?: Percentage + fp?: Percentage + files_total?: string + tf?: string + bytes?: string + b?: string + bytes_recovered?: string + br?: string + bytes_percent?: Percentage + bp?: Percentage + bytes_total?: string + tb?: string + translog_ops?: string + to?: string + translog_ops_recovered?: string + tor?: string + translog_ops_percent?: Percentage + top?: Percentage +} + +export interface CatRecoveryRequest extends CatRequestBase { + index?: Indices + active_only?: boolean + bytes?: Bytes + detailed?: boolean +} + +export type CatRecoveryResponse = CatRecoveryRecord[] + +export interface CatRepositoriesRecord { + id?: string + repoId?: string + type?: string + t?: string +} + +export interface CatRepositoriesRequest extends CatRequestBase { +} + +export type CatRepositoriesResponse = CatRepositoriesRecord[] + +export interface CatRequestBase extends RequestBase, CommonCatQueryParameters { +} + +export interface CatResponseBase extends ResponseBase { +} + +export interface CatSegmentsRecord { + index?: IndexName + i?: IndexName + idx?: IndexName + shard?: string + s?: string + sh?: string + prirep?: string + p?: string + pr?: string + primaryOrReplica?: string + ip?: string + id?: NodeId + segment?: string + seg?: string + generation?: string + g?: string + gen?: string + 'docs.count'?: string + dc?: string + docsCount?: string + 'docs.deleted'?: string + dd?: string + docsDeleted?: string + size?: ByteSize + si?: ByteSize + 'size.memory'?: ByteSize + sm?: ByteSize + sizeMemory?: ByteSize + committed?: string + ic?: string + isCommitted?: string + searchable?: string + is?: string + isSearchable?: string + version?: string + v?: string + compound?: string + ico?: string + isCompound?: string +} + +export interface CatSegmentsRequest extends CatRequestBase { + index?: Indices + bytes?: Bytes +} + +export type CatSegmentsResponse = CatSegmentsRecord[] + +export interface CatShardsRecord { + index?: string + i?: string + idx?: string + shard?: string + s?: string + sh?: string + prirep?: string + p?: string + pr?: string + primaryOrReplica?: string + state?: string + st?: string + docs?: string + d?: string + dc?: string + store?: string + sto?: string + ip?: string + id?: string + node?: string + n?: string + sync_id?: string + 'unassigned.reason'?: string + ur?: string + 'unassigned.at'?: string + ua?: string + 'unassigned.for'?: string + uf?: string + 'unassigned.details'?: string + ud?: string + 'recoverysource.type'?: string + rs?: string + 'completion.size'?: string + cs?: string + completionSize?: string + 'fielddata.memory_size'?: string + fm?: string + fielddataMemory?: string + 'fielddata.evictions'?: string + fe?: string + fielddataEvictions?: string + 'query_cache.memory_size'?: string + qcm?: string + queryCacheMemory?: string + 'query_cache.evictions'?: string + qce?: string + queryCacheEvictions?: string + 'flush.total'?: string + ft?: string + flushTotal?: string + 'flush.total_time'?: string + ftt?: string + flushTotalTime?: string + 'get.current'?: string + gc?: string + getCurrent?: string + 'get.time'?: string + gti?: string + getTime?: string + 'get.total'?: string + gto?: string + getTotal?: string + 'get.exists_time'?: string + geti?: string + getExistsTime?: string + 'get.exists_total'?: string + geto?: string + getExistsTotal?: string + 'get.missing_time'?: string + gmti?: string + getMissingTime?: string + 'get.missing_total'?: string + gmto?: string + getMissingTotal?: string + 'indexing.delete_current'?: string + idc?: string + indexingDeleteCurrent?: string + 'indexing.delete_time'?: string + idti?: string + indexingDeleteTime?: string + 'indexing.delete_total'?: string + idto?: string + indexingDeleteTotal?: string + 'indexing.index_current'?: string + iic?: string + indexingIndexCurrent?: string + 'indexing.index_time'?: string + iiti?: string + indexingIndexTime?: string + 'indexing.index_total'?: string + iito?: string + indexingIndexTotal?: string + 'indexing.index_failed'?: string + iif?: string + indexingIndexFailed?: string + 'merges.current'?: string + mc?: string + mergesCurrent?: string + 'merges.current_docs'?: string + mcd?: string + mergesCurrentDocs?: string + 'merges.current_size'?: string + mcs?: string + mergesCurrentSize?: string + 'merges.total'?: string + mt?: string + mergesTotal?: string + 'merges.total_docs'?: string + mtd?: string + mergesTotalDocs?: string + 'merges.total_size'?: string + mts?: string + mergesTotalSize?: string + 'merges.total_time'?: string + mtt?: string + mergesTotalTime?: string + 'refresh.total'?: string + 'refresh.time'?: string + 'refresh.external_total'?: string + rto?: string + refreshTotal?: string + 'refresh.external_time'?: string + rti?: string + refreshTime?: string + 'refresh.listeners'?: string + rli?: string + refreshListeners?: string + 'search.fetch_current'?: string + sfc?: string + searchFetchCurrent?: string + 'search.fetch_time'?: string + sfti?: string + searchFetchTime?: string + 'search.fetch_total'?: string + sfto?: string + searchFetchTotal?: string + 'search.open_contexts'?: string + so?: string + searchOpenContexts?: string + 'search.query_current'?: string + sqc?: string + searchQueryCurrent?: string + 'search.query_time'?: string + sqti?: string + searchQueryTime?: string + 'search.query_total'?: string + sqto?: string + searchQueryTotal?: string + 'search.scroll_current'?: string + scc?: string + searchScrollCurrent?: string + 'search.scroll_time'?: string + scti?: string + searchScrollTime?: string + 'search.scroll_total'?: string + scto?: string + searchScrollTotal?: string + 'segments.count'?: string + sc?: string + segmentsCount?: string + 'segments.memory'?: string + sm?: string + segmentsMemory?: string + 'segments.index_writer_memory'?: string + siwm?: string + segmentsIndexWriterMemory?: string + 'segments.version_map_memory'?: string + svmm?: string + segmentsVersionMapMemory?: string + 'segments.fixed_bitset_memory'?: string + sfbm?: string + fixedBitsetMemory?: string + 'seq_no.max'?: string + sqm?: string + maxSeqNo?: string + 'seq_no.local_checkpoint'?: string + sql?: string + localCheckpoint?: string + 'seq_no.global_checkpoint'?: string + sqg?: string + globalCheckpoint?: string + 'warmer.current'?: string + wc?: string + warmerCurrent?: string + 'warmer.total'?: string + wto?: string + warmerTotal?: string + 'warmer.total_time'?: string + wtt?: string + warmerTotalTime?: string + 'path.data'?: string + pd?: string + dataPath?: string + 'path.state'?: string + ps?: string + statsPath?: string + 'bulk.total_operations'?: string + bto?: string + bulkTotalOperations?: string + 'bulk.total_time'?: string + btti?: string + bulkTotalTime?: string + 'bulk.total_size_in_bytes'?: string + btsi?: string + bulkTotalSizeInBytes?: string + 'bulk.avg_time'?: string + bati?: string + bulkAvgTime?: string + 'bulk.avg_size_in_bytes'?: string + basi?: string + bulkAvgSizeInBytes?: string +} + +export interface CatShardsRequest extends CatRequestBase { + index?: Indices + bytes?: Bytes +} + +export type CatShardsResponse = CatShardsRecord[] + +export interface CatSnapshotsRecord { + id?: string + snapshot?: string + repository?: string + re?: string + repo?: string + status?: string + s?: string + start_epoch?: EpochMillis + ste?: EpochMillis + startEpoch?: EpochMillis + start_time?: DateString + sti?: DateString + startTime?: DateString + end_epoch?: EpochMillis + ete?: EpochMillis + endEpoch?: EpochMillis + end_time?: DateString + eti?: DateString + endTime?: DateString + duration?: Time + dur?: Time + indices?: string + i?: string + successful_shards?: string + ss?: string + failed_shards?: string + fs?: string + total_shards?: string + ts?: string + reason?: string + r?: string +} + +export interface CatSnapshotsRequest extends CatRequestBase { + repository?: Names + ignore_unavailable?: boolean +} + +export type CatSnapshotsResponse = CatSnapshotsRecord[] + +export interface CatTasksRecord { + id?: string + action?: string + ac?: string + task_id?: string + ti?: string + parent_task_id?: string + pti?: string + type?: string + ty?: string + start_time?: string + start?: string + timestamp?: string + ts?: string + hms?: string + hhmmss?: string + running_time_ns?: string + running_time?: string + time?: string + node_id?: string + ni?: string + ip?: string + i?: string + port?: string + po?: string + node?: string + n?: string + version?: string + v?: string + x_opaque_id?: string + x?: string + description?: string + desc?: string +} + +export interface CatTasksRequest extends CatRequestBase { + actions?: Array + detailed?: boolean + node_id?: Array + parent_task?: long +} + +export type CatTasksResponse = CatTasksRecord[] + +export interface CatTemplatesRecord { + name?: string + n?: string + index_patterns?: string + t?: string + order?: string + o?: string + p?: string + version?: string + v?: string + composed_of?: string + c?: string +} + +export interface CatTemplatesRequest extends CatRequestBase { + name?: Name +} + +export type CatTemplatesResponse = CatTemplatesRecord[] + +export interface CatThreadPoolRecord { + node_name?: string + nn?: string + node_id?: NodeId + id?: NodeId + ephemeral_node_id?: string + eid?: string + pid?: string + p?: string + host?: string + h?: string + ip?: string + i?: string + port?: string + po?: string + name?: string + n?: string + type?: string + t?: string + active?: string + a?: string + pool_size?: string + psz?: string + queue?: string + q?: string + queue_size?: string + qs?: string + rejected?: string + r?: string + largest?: string + l?: string + completed?: string + c?: string + core?: string + cr?: string + max?: string + mx?: string + size?: string + sz?: string + keep_alive?: string + ka?: string +} + +export interface CatThreadPoolRequest extends CatRequestBase { + thread_pool_patterns?: Names + size?: Size | boolean +} + +export type CatThreadPoolResponse = CatThreadPoolRecord[] + +export interface CatTrainedModelsRecord { + id?: string + created_by?: string + c?: string + createdBy?: string + heap_size?: ByteSize + hs?: ByteSize + modelHeapSize?: ByteSize + operations?: string + o?: string + modelOperations?: string + license?: string + l?: string + create_time?: DateString + ct?: DateString + version?: string + v?: string + description?: string + d?: string + 'ingest.pipelines'?: string + ip?: string + ingestPipelines?: string + 'ingest.count'?: string + ic?: string + ingestCount?: string + 'ingest.time'?: string + it?: string + ingestTime?: string + 'ingest.current'?: string + icurr?: string + ingestCurrent?: string + 'ingest.failed'?: string + if?: string + ingestFailed?: string + 'data_frame.id'?: string + dfid?: string + dataFrameAnalytics?: string + 'data_frame.create_time'?: string + dft?: string + dataFrameAnalyticsTime?: string + 'data_frame.source_index'?: string + dfsi?: string + dataFrameAnalyticsSrcIndex?: string + 'data_frame.analysis'?: string + dfa?: string + dataFrameAnalyticsAnalysis?: string +} + +export interface CatTrainedModelsRequest extends CatRequestBase { + model_id?: Id + allow_no_match?: boolean + bytes?: Bytes + from?: integer + size?: integer +} + +export type CatTrainedModelsResponse = CatTrainedModelsRecord[] + +export interface CatTransformsRecord { + id?: string + state?: string + s?: string + checkpoint?: string + c?: string + documents_processed?: string + docp?: string + documentsProcessed?: string + checkpoint_progress?: string + cp?: string + checkpointProgress?: string + last_search_time?: string + lst?: string + lastSearchTime?: string + changes_last_detection_time?: string + cldt?: string + create_time?: string + ct?: string + createTime?: string + version?: string + v?: string + source_index?: string + si?: string + sourceIndex?: string + dest_index?: string + di?: string + destIndex?: string + pipeline?: string + p?: string + description?: string + d?: string + transform_type?: string + tt?: string + frequency?: string + f?: string + max_page_search_size?: string + mpsz?: string + docs_per_second?: string + dps?: string + reason?: string + r?: string + search_total?: string + st?: string + search_failure?: string + sf?: string + search_time?: string + stime?: string + index_total?: string + it?: string + index_failure?: string + if?: string + index_time?: string + itime?: string + documents_indexed?: string + doci?: string + delete_time?: string + dtime?: string + documents_deleted?: string + docd?: string + trigger_count?: string + tc?: string + pages_processed?: string + pp?: string + processing_time?: string + pt?: string + checkpoint_duration_time_exp_avg?: string + cdtea?: string + checkpointTimeExpAvg?: string + indexed_documents_exp_avg?: string + idea?: string + processed_documents_exp_avg?: string + pdea?: string +} + +export interface CatTransformsRequest extends CatRequestBase { + transform_id?: Id + allow_no_match?: boolean + from?: integer + size?: integer +} + +export type CatTransformsResponse = CatTransformsRecord[] + +export interface CategorizationAnalyzer { + filter?: Array + tokenizer?: string | Tokenizer + char_filter?: Array +} + +export interface CategoryDefinition { + category_id: long + examples: Array + job_id: string + max_matching_length: long + regex: string + terms: string +} + +export type CategoryId = string + +export interface CcrAutoFollowStats { + auto_followed_clusters: Array + number_of_failed_follow_indices: long + number_of_failed_remote_cluster_state_requests: long + number_of_successful_follow_indices: long + recent_auto_follow_errors: Array +} + +export interface CcrFollowStats { + indices: Array +} + +export interface CcrStatsRequest extends RequestBase { +} + +export interface CcrStatsResponse extends ResponseBase { + auto_follow_stats: CcrAutoFollowStats + follow_stats: CcrFollowStats +} + +export interface CcrUsage extends XPackUsage { + auto_follow_patterns_count: integer + follower_indices_count: integer +} + +export interface ChainInput { + inputs: Record +} + +export interface ChainTransform { + transforms: Array +} + +export interface ChangePasswordRequest extends RequestBase { + username?: Name + refresh?: Refresh + body: { + password?: string + } +} + +export interface ChangePasswordResponse extends ResponseBase { +} + +export type CharFilter = HtmlStripCharFilter | MappingCharFilter | PatternReplaceTokenFilter + +export interface CharFilterBase { + type: string + version?: string +} + +export interface CharFilterDetail { + filtered_text: Array + name: string +} + +export interface CharFilterTypes { + char_filter_types: Array + tokenizer_types: Array + filter_types: Array + analyzer_types: Array + built_in_char_filters: Array + built_in_tokenizers: Array + built_in_filters: Array + built_in_analyzers: Array +} + +export interface CharGroupTokenizer extends TokenizerBase { + tokenize_on_chars: Array +} + +export interface ChiSquareHeuristic { + background_is_superset: boolean + include_negatives: boolean +} + +export type ChildScoreMode = 'none' | 'avg' | 'sum' | 'max' | 'min' + +export interface ChildrenAggregation extends BucketAggregationBase { + type?: RelationName +} + +export interface ChunkingConfig { + mode: ChunkingMode + time_span?: Time +} + +export type ChunkingMode = 'auto' | 'manual' | 'off' + +export interface CircleProcessor extends ProcessorBase { + error_distance: double + field: Field + ignore_missing: boolean + shape_type: ShapeType + target_field: Field +} + +export interface ClassificationInferenceOptions { + num_top_classes?: integer + num_top_feature_importance_values?: integer + prediction_field_type?: string +} + +export interface CleanupRepositoryRequest extends RequestBase { + repository: Name + master_timeout?: Time + timeout?: Time +} + +export interface CleanupRepositoryResponse extends ResponseBase { + results: CleanupRepositoryResults +} + +export interface CleanupRepositoryResults { + deleted_blobs: long + deleted_bytes: long +} + +export interface ClearApiKeyCacheNode { + name: Name +} + +export interface ClearApiKeyCacheRequest extends RequestBase { + ids?: string +} + +export interface ClearApiKeyCacheResponse extends ResponseBase { + _nodes: NodeStatistics + cluster_name: Name + nodes: Record +} + +export interface ClearCacheRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + fielddata?: boolean + fields?: Fields + ignore_unavailable?: boolean + query?: boolean + request?: boolean +} + +export interface ClearCacheResponse extends ShardsOperationResponseBase { +} + +export interface ClearCachedRealmsRequest extends RequestBase { + realms: Names + usernames?: Array +} + +export interface ClearCachedRealmsResponse extends ResponseBase { + cluster_name: string + nodes: Record + _nodes: NodeStatistics +} + +export interface ClearCachedRolesRequest extends RequestBase { + name: Names +} + +export interface ClearCachedRolesResponse extends ResponseBase { + cluster_name: string + nodes: Record + _nodes: NodeStatistics +} + +export interface ClearScrollRequest extends RequestBase { + scroll_id?: Ids + body?: { + scroll_id?: Ids + } +} + +export interface ClearScrollResponse extends ResponseBase { +} + +export interface ClearSqlCursorRequest extends RequestBase { + body: { + cursor?: string + } +} + +export interface ClearSqlCursorResponse extends ResponseBase { + succeeded: boolean +} + +export interface CloneIndexRequest extends RequestBase { + index: IndexName + target: Name + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string | number + body?: { + aliases?: Record + settings?: Record + } +} + +export interface CloneIndexResponse extends AcknowledgedResponseBase { + index: string + shards_acknowledged: boolean +} + +export interface CloneSnapshotRequest extends RequestBase { + repository: Name + snapshot: Name + target_snapshot: Name + master_timeout?: Time + timeout?: Time + body: { + indices: string + } +} + +export interface CloneSnapshotResponse extends AcknowledgedResponseBase { +} + +export interface CloseIndexRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string +} + +export interface CloseIndexResponse extends AcknowledgedResponseBase { + indices: Record + shards_acknowledged: boolean +} + +export interface CloseIndexResult { + closed: boolean + shards?: Record +} + +export interface CloseJobRequest extends RequestBase { + job_id: Id + allow_no_jobs?: boolean + force?: boolean + timeout?: Time +} + +export interface CloseJobResponse extends ResponseBase { + closed: boolean +} + +export interface ClosePointInTimeRequest extends RequestBase { + body?: { + id: Id + } +} + +export interface ClosePointInTimeResponse extends ResponseBase { + succeeded: boolean + num_freed: integer +} + +export interface CloseShardResult { + failures: Array +} + +export interface ClusterAllocationExplainRequest extends RequestBase { + include_disk_info?: boolean + include_yes_decisions?: boolean + body?: { + index?: IndexName + primary?: boolean + shard?: integer + } +} + +export interface ClusterAllocationExplainResponse extends ResponseBase { + allocate_explanation?: string + allocation_delay?: string + allocation_delay_in_millis?: long + can_allocate?: Decision + can_move_to_other_node?: Decision + can_rebalance_cluster?: Decision + can_rebalance_cluster_decisions?: Array + can_rebalance_to_other_node?: Decision + can_remain_decisions?: Array + can_remain_on_current_node?: Decision + cluster_info?: ClusterInfo + configured_delay?: string + configured_delay_in_millis?: long + current_node?: CurrentNode + current_state: string + index: string + move_explanation?: string + node_allocation_decisions?: Array + primary: boolean + rebalance_explanation?: string + remaining_delay?: string + remaining_delay_in_millis?: long + shard: integer + unassigned_info?: UnassignedInformation +} + +export interface ClusterCertificateInformation { + alias?: string + expiry: DateString + format: string + has_private_key: boolean + path: string + serial_number: string + subject_dn: string +} + +export interface ClusterComponentTemplateExistsRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ClusterComponentTemplateExistsResponse extends ResponseBase { + stub: integer +} + +export interface ClusterDeleteComponentTemplateRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ClusterDeleteComponentTemplateResponse extends ResponseBase { + stub: integer +} + +export interface ClusterDeleteVotingConfigExclusionsRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ClusterDeleteVotingConfigExclusionsResponse extends ResponseBase { + stub: integer +} + +export interface ClusterFileSystem { + available_in_bytes: long + free_in_bytes: long + total_in_bytes: long +} + +export interface ClusterGetComponentTemplateRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ClusterGetComponentTemplateResponse extends ResponseBase { + stub: integer +} + +export interface ClusterGetSettingsRequest extends RequestBase { + flat_settings?: boolean + include_defaults?: boolean + master_timeout?: Time + timeout?: Time +} + +export interface ClusterGetSettingsResponse extends ResponseBase { + persistent: Record + transient: Record + defaults?: Record +} + +export interface ClusterHealthRequest extends RequestBase { + index?: Indices + expand_wildcards?: ExpandWildcards + level?: Level + local?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: WaitForActiveShards + wait_for_events?: WaitForEvents + wait_for_nodes?: string + wait_for_no_initializing_shards?: boolean + wait_for_no_relocating_shards?: boolean + wait_for_status?: WaitForStatus +} + +export interface ClusterHealthResponse extends ResponseBase { + active_primary_shards: integer + active_shards: integer + active_shards_percent_as_number: Percentage + cluster_name: string + delayed_unassigned_shards: integer + indices?: Record + initializing_shards: integer + number_of_data_nodes: integer + number_of_in_flight_fetch: integer + number_of_nodes: integer + number_of_pending_tasks: integer + relocating_shards: integer + status: Health + task_max_waiting_in_queue_millis: EpochMillis + timed_out: boolean + unassigned_shards: integer +} + +export interface ClusterIndicesShardsIndexStats { + primaries: ClusterShardMetrics + replication: ClusterShardMetrics + shards: ClusterShardMetrics +} + +export interface ClusterIndicesShardsStats { + index?: ClusterIndicesShardsIndexStats + primaries?: double + replication?: double + total?: double +} + +export interface ClusterIndicesStats { + completion: CompletionStats + count: long + docs: DocStats + fielddata: FielddataStats + query_cache: QueryCacheStats + segments: SegmentsStats + shards: ClusterIndicesShardsStats + store: StoreStats + mappings: FieldTypesMappings + analysis: CharFilterTypes + versions?: Array +} + +export interface ClusterInfo { + nodes: Record + shard_sizes: Record + shard_paths: Record + reserved_sizes: Array +} + +export interface ClusterIngestStats { + number_of_pipelines: integer + processor_stats: Record +} + +export interface ClusterJvm { + max_uptime_in_millis: long + mem: ClusterJvmMemory + threads: long + versions: Array +} + +export interface ClusterJvmMemory { + heap_max_in_bytes: long + heap_used_in_bytes: long +} + +export interface ClusterJvmVersion { + bundled_jdk: boolean + count: integer + using_bundled_jdk: boolean + version: string + vm_name: string + vm_vendor: string + vm_version: string +} + +export interface ClusterNetworkTypes { + http_types: Record + transport_types: Record +} + +export interface ClusterNodeCount { + coordinating_only: integer + data: integer + ingest: integer + master: integer + total: integer + voting_only: integer + data_cold: integer + data_content: integer + data_warm: integer + data_hot: integer + ml: integer + remote_cluster_client: integer + transform: integer +} + +export interface ClusterNodesStats { + count: ClusterNodeCount + discovery_types: Record + fs: ClusterFileSystem + ingest: ClusterIngestStats + jvm: ClusterJvm + network_types: ClusterNetworkTypes + os: ClusterOperatingSystemStats + packaging_types: Array + plugins: Array + process: ClusterProcess + versions: Array +} + +export interface ClusterOperatingSystemName { + count: integer + name: string +} + +export interface ClusterOperatingSystemPrettyNane { + count: integer + pretty_name: string +} + +export interface ClusterOperatingSystemStats { + allocated_processors: integer + available_processors: integer + mem: OperatingSystemMemoryInfo + names: Array + pretty_names: Array +} + +export interface ClusterPendingTasksRequest extends RequestBase { + local?: boolean + master_timeout?: Time +} + +export interface ClusterPendingTasksResponse extends ResponseBase { + tasks: Array +} + +export interface ClusterPostVotingConfigExclusionsRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ClusterPostVotingConfigExclusionsResponse extends ResponseBase { + stub: integer +} + +export interface ClusterProcess { + cpu: ClusterProcessCpu + open_file_descriptors: ClusterProcessOpenFileDescriptors +} + +export interface ClusterProcessCpu { + percent: integer +} + +export interface ClusterProcessOpenFileDescriptors { + avg: long + max: long + min: long +} + +export interface ClusterProcessorStats { + count: long + current: long + failed: long + time_in_millis: long +} + +export interface ClusterPutComponentTemplateRequest extends RequestBase { + stub_a: string + stub_b: string + body: { + stub_c: string + } +} + +export interface ClusterPutComponentTemplateResponse extends ResponseBase { + stub: integer +} + +export interface ClusterPutSettingsRequest extends RequestBase { + flat_settings?: boolean + master_timeout?: Time + timeout?: Time + body: { + persistent?: Record + transient?: Record + } +} + +export interface ClusterPutSettingsResponse extends ResponseBase { + acknowledged: boolean + persistent: Record + transient: Record +} + +export interface ClusterRerouteCommand { + cancel: ClusterRerouteCommandAction +} + +export interface ClusterRerouteCommandAction { + index: IndexName + shard: integer + node: string +} + +export interface ClusterRerouteDecision { + decider: string + decision: string + explanation: string +} + +export interface ClusterRerouteExplanation { + command: string + decisions: Array + parameters: ClusterRerouteParameters +} + +export interface ClusterRerouteParameters { + allow_primary: boolean + from_node: string + index: string + node: string + shard: integer + to_node: string +} + +export interface ClusterRerouteRequest extends RequestBase { + dry_run?: boolean + explain?: boolean + master_timeout?: Time + metric?: Metrics + retry_failed?: boolean + timeout?: Time + body?: { + commands?: Array + } +} + +export interface ClusterRerouteResponse extends ResponseBase { + acknowledged: boolean + explanations: Array + state: Array +} + +export interface ClusterShardMetrics { + avg: double + max: double + min: double +} + +export interface ClusterStateBlockIndex { + description: string + retryable: boolean + levels: Array + aliases?: Array + aliases_version?: integer + version?: integer + mapping_version?: integer + settings_version?: integer + routing_num_shards?: integer + state?: string +} + +export interface ClusterStateBlocks { + indices?: Record> +} + +export interface ClusterStateMetadata { + cluster_uuid: Uuid + cluster_uuid_committed: boolean + templates: ClusterStateMetadataTemplate + indices?: Record> + 'index-graveyard': ClusterStateMetadataIndexGraveyard + cluster_coordination: ClusterStateMetadataClusterCoordination +} + +export interface ClusterStateMetadataClusterCoordination { + term: integer + last_committed_config: Array + last_accepted_config: Array + voting_config_exclusions: Array +} + +export interface ClusterStateMetadataIndexGraveyard { + tombstones: Array +} + +export interface ClusterStateMetadataTemplate { +} + +export interface ClusterStateRequest extends RequestBase { + metric?: Metrics + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flat_settings?: boolean + ignore_unavailable?: boolean + local?: boolean + master_timeout?: Time + wait_for_metadata_version?: long + wait_for_timeout?: Time +} + +export interface ClusterStateResponse extends ResponseBase { + cluster_name: string + cluster_uuid: Uuid + master_node?: string + state?: Array + state_uuid?: Uuid + version?: integer + blocks?: ClusterStateBlocks + metadata?: ClusterStateMetadata +} + +export interface ClusterStatistics { + skipped: integer + successful: integer + total: integer +} + +export interface ClusterStatsRequest extends RequestBase { + node_id?: NodeIds + flat_settings?: boolean + timeout?: Time +} + +export interface ClusterStatsResponse extends NodesResponseBase { + cluster_name: string + cluster_uuid: string + indices: ClusterIndicesStats + nodes: ClusterNodesStats + status: ClusterStatus + timestamp: long +} + +export type ClusterStatus = 'green' | 'yellow' | 'red' + +export interface Collector { + name: string + reason: string + time_in_nanos: long + children?: Array +} + +export interface CommonGramsTokenFilter extends TokenFilterBase { + common_words: Array + common_words_path: string + ignore_case: boolean + query_mode: boolean +} + +export interface CommonTermsQuery extends QueryBase { + analyzer?: string + cutoff_frequency?: double + high_freq_operator?: Operator + low_freq_operator?: Operator + minimum_should_match?: MinimumShouldMatch + query?: string +} + +export interface CompactNodeInfo { + name: string +} + +export interface CompareCondition { + comparison: string + path: string + value: any +} + +export interface CompletionStats { + size_in_bytes: long + fields?: Record +} + +export interface CompletionSuggestOption { + collate_match?: boolean + contexts?: Record> + fields?: Record + _id: string + _index: IndexName + _type?: Type + _routing?: Routing + _score: double + _source: TDocument + text: string +} + +export interface CompletionSuggester extends SuggesterBase { + contexts?: Record | GeoLocation | Array> + fuzzy?: SuggestFuzziness + prefix?: string + regex?: string + skip_duplicates?: boolean +} + +export interface CompositeAggregation extends BucketAggregationBase { + after?: Record + size?: integer + sources?: Array> +} + +export interface CompositeAggregationSource { + terms?: TermsAggregation + histogram?: HistogramAggregation + date_histogram?: DateHistogramAggregation + geotile_grid?: GeoTileGridAggregation +} + +export interface CompositeBucketKeys { +} +export type CompositeBucket = CompositeBucketKeys | + { [property: string]: Aggregate } + +export interface CompositeBucketAggregate extends MultiBucketAggregate> { + after_key: Record +} + +export interface CompoundWordTokenFilterBase extends TokenFilterBase { + hyphenation_patterns_path: string + max_subword_size: integer + min_subword_size: integer + min_word_size: integer + only_longest_match: boolean + word_list: Array + word_list_path: string +} + +export interface ConditionContainer { + always?: AlwaysCondition + array_compare?: ArrayCompareCondition + compare?: CompareCondition + never?: NeverCondition + script?: ScriptCondition +} + +export type ConditionOperator = 'gt' | 'gte' | 'lt' | 'lte' + +export interface ConditionTokenFilter extends TokenFilterBase { + filter: Array + script: Script +} + +export type ConditionType = 'always' | 'never' | 'script' | 'compare' | 'array_compare' + +export type Conflicts = 'abort' | 'proceed' + +export type ConnectionScheme = 'http' | 'https' + +export interface ConstantScoreQuery extends QueryBase { + filter?: QueryContainer + boost?: float +} + +export type Context = string | GeoLocation + +export interface ConvertProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field: Field + type: ConvertProcessorType +} + +export type ConvertProcessorType = 'integer' | 'long' | 'float' | 'double' | 'string' | 'boolean' | 'auto' + +export interface CoordinatorStats { + executed_searches_total: long + node_id: string + queue_size: integer + remote_requests_current: integer + remote_requests_total: long +} + +export interface CountRequest extends RequestBase { + index?: Indices + type?: Types + allow_no_indices?: boolean + analyzer?: string + analyze_wildcard?: boolean + default_operator?: DefaultOperator + df?: string + expand_wildcards?: ExpandWildcards + ignore_throttled?: boolean + ignore_unavailable?: boolean + lenient?: boolean + min_score?: double + preference?: string + query_on_query_string?: string + routing?: Routing + terminate_after?: long + q?: string + body?: { + query?: QueryContainer + } +} + +export interface CountResponse extends ResponseBase { + count: long + _shards: ShardStatistics +} + +export interface CreateApiKeyRequest extends RequestBase { + refresh?: Refresh + body: { + expiration?: Time + name?: string + role_descriptors?: Record + } +} + +export interface CreateApiKeyResponse extends ResponseBase { + api_key: string + expiration?: long + id: Id + name: string +} + +export interface CreateAutoFollowPatternRequest extends RequestBase { + name: Name + body: { + follow_index_pattern?: string + leader_index_patterns?: Array + max_outstanding_read_requests?: long + max_outstanding_write_requests?: integer + max_poll_timeout?: Time + max_read_request_operation_count?: integer + max_read_request_size?: string + max_retry_delay?: Time + max_write_buffer_count?: integer + max_write_buffer_size?: string + max_write_request_operation_count?: integer + max_write_request_size?: string + remote_cluster?: string + } +} + +export interface CreateAutoFollowPatternResponse extends AcknowledgedResponseBase { +} + +export interface CreateFollowIndexRequest extends RequestBase { + index: IndexName + wait_for_active_shards?: string + body: { + leader_index?: IndexName + max_outstanding_read_requests?: long + max_outstanding_write_requests?: long + max_read_request_operation_count?: long + max_read_request_size?: string + max_retry_delay?: Time + max_write_buffer_count?: long + max_write_buffer_size?: string + max_write_request_operation_count?: long + max_write_request_size?: string + read_poll_timeout?: Time + remote_cluster?: string + } +} + +export interface CreateFollowIndexResponse extends ResponseBase { + follow_index_created: boolean + follow_index_shards_acked: boolean + index_following_started: boolean +} + +export interface CreateIndexRequest extends RequestBase { + index: IndexName + include_type_name?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string + body?: { + aliases?: Record + mappings?: Record | TypeMapping + settings?: Record + } +} + +export interface CreateIndexResponse extends AcknowledgedResponseBase { + index: string + shards_acknowledged: boolean +} + +export interface CreateRepositoryRequest extends RequestBase { + repository: Name + master_timeout?: Time + timeout?: Time + verify?: boolean + body: { + repository?: SnapshotRepository + type: string + settings: SnapshotRepositorySettings + } +} + +export interface CreateRepositoryResponse extends AcknowledgedResponseBase { +} + +export interface CreateRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + pipeline?: string + refresh?: Refresh + routing?: Routing + timeout?: Time + version?: long + version_type?: VersionType + wait_for_active_shards?: string + body: TDocument +} + +export interface CreateResponse extends WriteResponseBase { +} + +export interface CreateRollupJobRequest extends RequestBase { + id: Id + body: { + cron?: string + groups?: RollupGroupings + index_pattern?: string + metrics?: Array + page_size?: long + rollup_index?: IndexName + } +} + +export interface CreateRollupJobResponse extends AcknowledgedResponseBase { +} + +export interface CronExpression extends ScheduleBase { +} + +export interface CsvProcessor extends ProcessorBase { + empty_value: any + description?: string + field: Field + ignore_missing?: boolean + quote?: string + separator?: string + target_fields: Fields + trim: boolean +} + +export interface CumulativeCardinalityAggregation extends PipelineAggregationBase { +} + +export interface CumulativeSumAggregation extends PipelineAggregationBase { +} + +export interface CurrentNode { + id: string + name: string + attributes: Record + transport_address: string + weight_ranking: integer +} + +export interface CustomSettings { + custom_urls?: Array + created_by?: string + job_tags?: Record +} + +export interface DailySchedule { + at: Array | TimeOfDay +} + +export interface DataCounts { + bucket_count: long + earliest_record_timestamp: long + empty_bucket_count: long + input_bytes: long + input_field_count: long + input_record_count: long + invalid_date_count: long + job_id: string + last_data_time: long + latest_empty_bucket_timestamp: long + latest_record_timestamp: long + latest_sparse_bucket_timestamp: long + missing_field_count: long + out_of_order_timestamp_count: long + processed_field_count: long + processed_record_count: long + sparse_bucket_count: long +} + +export interface DataDescription { + format?: string + time_field: Field + time_format?: string +} + +export interface DataPathStats { + available: string + available_in_bytes: long + disk_queue: string + disk_reads: long + disk_read_size: string + disk_read_size_in_bytes: long + disk_writes: long + disk_write_size: string + disk_write_size_in_bytes: long + free: string + free_in_bytes: long + mount: string + path: string + total: string + total_in_bytes: long + type: string +} + +export interface Datafeed { + aggregations?: Record + aggs?: Record + chunking_config: ChunkingConfig + datafeed_id: string + frequency?: Timestamp + indices: Array + indexes?: Array + job_id: Id + max_empty_searches?: integer + query: QueryContainer + query_delay?: Timestamp + script_fields?: Record + scroll_size?: integer + delayed_data_check_config: DelayedDataCheckConfig + runtime_mappings?: RuntimeFields +} + +export interface DatafeedCount { + count: long +} + +export type DatafeedState = 'started' | 'stopped' | 'starting' | 'stopping' + +export interface DatafeedStats { + assignment_explanation: string + datafeed_id: string + node: DiscoveryNode + state: DatafeedState + timing_stats: DatafeedTimingStats +} + +export interface DatafeedTimingStats { + bucket_count: long + exponential_average_search_time_per_hour_ms: double + job_id: string + search_count: long + total_search_time_ms: double +} + +export interface Datafeeds { + scroll_size: integer +} + +export interface DateDecayFunctionKeys extends DecayFunctionBase { +} +export type DateDecayFunction = DateDecayFunctionKeys | + { [property: string]: DecayPlacement } + +export interface DateField { + field: Field + format?: string + include_unmapped?: boolean +} + +export interface DateHistogramAggregation extends BucketAggregationBase { + calendar_interval?: DateInterval | Time + extended_bounds?: ExtendedBounds + hard_bounds?: ExtendedBounds + field?: Field + fixed_interval?: DateInterval | Time + format?: string + interval?: DateInterval | Time + min_doc_count?: integer + missing?: DateString + offset?: Time + order?: HistogramOrder + params?: Record + script?: Script + time_zone?: string +} + +export interface DateHistogramBucketKeys { +} +export type DateHistogramBucket = DateHistogramBucketKeys | + { [property: string]: Aggregate } + +export interface DateHistogramRollupGrouping { + delay?: Time + field: Field + format?: string + interval?: Time + calendar_interval?: Time + fixed_interval?: Time + time_zone?: string +} + +export interface DateIndexNameProcessor extends ProcessorBase { + date_formats: Array + date_rounding: DateRounding + field: Field + index_name_format: string + index_name_prefix: string + locale: string + timezone: string +} + +export type DateInterval = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'quarter' | 'year' + +export type DateMath = string + +export type DateMathTime = string + +export interface DateProcessor extends ProcessorBase { + field: Field + formats: Array + locale?: string + target_field: Field + timezone: string +} + +export interface DateRangeAggregation extends BucketAggregationBase { + field?: Field + format?: string + missing?: Missing + ranges?: Array + time_zone?: string +} + +export interface DateRangeExpression { + from?: DateMath | float + from_as_string?: string + key?: string + to?: DateMath | float + doc_count?: long +} + +export type DateRounding = 's' | 'm' | 'h' | 'd' | 'w' | 'M' | 'y' + +export type DateString = string + +export type Day = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' + +export interface DeactivateWatchRequest extends RequestBase { + watch_id: Name +} + +export interface DeactivateWatchResponse extends ResponseBase { + status: ActivationStatus +} + +export type DecayFunction = DateDecayFunction | NumericDecayFunction | GeoDecayFunction + +export interface DecayFunctionBase extends ScoreFunctionBase { + multi_value_mode?: MultiValueMode +} + +export interface DecayPlacement { + decay?: double + offset?: TScale + scale?: TScale + origin?: TOrigin +} + +export type Decision = 'yes' | 'no' | 'worse_balance' | 'throttled' | 'awaiting_info' | 'allocation_delayed' | 'no_valid_shard_copy' | 'no_attempt' + +export type DefaultOperator = 'AND' | 'OR' + +export interface Defaults { + anomaly_detectors: AnomalyDetectors + datafeeds: Datafeeds +} + +export interface DelayedDataCheckConfig { + check_window?: Time + enabled: boolean +} + +export interface DeleteAliasRequest extends RequestBase { + index: Indices + name: Names + master_timeout?: Time + timeout?: Time +} + +export interface DeleteAliasResponse extends ResponseBase { +} + +export interface DeleteAutoFollowPatternRequest extends RequestBase { + name: Name +} + +export interface DeleteAutoFollowPatternResponse extends AcknowledgedResponseBase { +} + +export interface DeleteAutoscalingPolicyRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface DeleteAutoscalingPolicyResponse extends ResponseBase { + stub: integer +} + +export interface DeleteByQueryRequest extends RequestBase { + index: Indices + type?: Types + allow_no_indices?: boolean + analyzer?: string + analyze_wildcard?: boolean + conflicts?: Conflicts + default_operator?: DefaultOperator + df?: string + expand_wildcards?: ExpandWildcards + from?: long + ignore_unavailable?: boolean + lenient?: boolean + preference?: string + query_on_query_string?: string + refresh?: boolean + request_cache?: boolean + requests_per_second?: long + routing?: Routing + scroll?: Time + scroll_size?: long + search_timeout?: Time + search_type?: SearchType + size?: long + slices?: long + sort?: Array + source_enabled?: boolean + source_excludes?: Fields + source_includes?: Fields + stats?: Array + terminate_after?: long + timeout?: Time + version?: boolean + wait_for_active_shards?: string + wait_for_completion?: boolean + body: { + max_docs?: long + query?: QueryContainer + slice?: SlicedScroll + } +} + +export interface DeleteByQueryResponse extends ResponseBase { + batches?: long + deleted?: long + failures?: Array + noops?: long + requests_per_second?: float + retries?: Retries + slice_id?: integer + task?: TaskId + throttled_millis?: long + throttled_until_millis?: long + timed_out?: boolean + took?: long + total?: long + version_conflicts?: long +} + +export interface DeleteByQueryRethrottleRequest extends RequestBase { + task_id: Id + requests_per_second?: long +} + +export interface DeleteByQueryRethrottleResponse extends ListTasksResponse { +} + +export interface DeleteCalendarEventRequest extends RequestBase { + calendar_id: Id + event_id: Id +} + +export interface DeleteCalendarEventResponse extends AcknowledgedResponseBase { +} + +export interface DeleteCalendarJobRequest extends RequestBase { + calendar_id: Id + job_id: Id +} + +export interface DeleteCalendarJobResponse extends ResponseBase { + calendar_id: string + description: string + job_ids: Array +} + +export interface DeleteCalendarRequest extends RequestBase { + calendar_id: Id +} + +export interface DeleteCalendarResponse extends AcknowledgedResponseBase { +} + +export interface DeleteDanglingIndexRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface DeleteDanglingIndexResponse extends ResponseBase { + stub: integer +} + +export interface DeleteDatafeedRequest extends RequestBase { + datafeed_id: Id + force?: boolean +} + +export interface DeleteDatafeedResponse extends AcknowledgedResponseBase { +} + +export interface DeleteEnrichPolicyRequest extends RequestBase { + name: Name +} + +export interface DeleteEnrichPolicyResponse extends AcknowledgedResponseBase { +} + +export interface DeleteExpiredDataRequest extends RequestBase { +} + +export interface DeleteExpiredDataResponse extends ResponseBase { + deleted: boolean +} + +export interface DeleteFilterRequest extends RequestBase { + filter_id: Id +} + +export interface DeleteFilterResponse extends AcknowledgedResponseBase { +} + +export interface DeleteForecastRequest extends RequestBase { + job_id: Id + forecast_id?: Id + allow_no_forecasts?: boolean + timeout?: Time +} + +export interface DeleteForecastResponse extends AcknowledgedResponseBase { +} + +export interface DeleteIndexRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + master_timeout?: Time + timeout?: Time +} + +export interface DeleteIndexResponse extends IndicesResponseBase { +} + +export interface DeleteIndexTemplateRequest extends RequestBase { + name: Name + master_timeout?: Time + timeout?: Time +} + +export interface DeleteIndexTemplateResponse extends AcknowledgedResponseBase { +} + +export interface DeleteJobRequest extends RequestBase { + job_id: Id + force?: boolean + wait_for_completion?: boolean +} + +export interface DeleteJobResponse extends AcknowledgedResponseBase { +} + +export interface DeleteLicenseRequest extends RequestBase { +} + +export interface DeleteLicenseResponse extends ResponseBase { +} + +export interface DeleteLifecycleRequest extends RequestBase { + policy?: Name + policy_id: Id +} + +export interface DeleteLifecycleResponse extends AcknowledgedResponseBase { +} + +export interface DeleteModelSnapshotRequest extends RequestBase { + job_id: Id + snapshot_id: Id +} + +export interface DeleteModelSnapshotResponse extends AcknowledgedResponseBase { +} + +export interface DeletePipelineRequest extends RequestBase { + id: Id + master_timeout?: Time + timeout?: Time +} + +export interface DeletePipelineResponse extends AcknowledgedResponseBase { +} + +export interface DeletePrivilegesRequest extends RequestBase { + application: Name + name: Name + refresh?: Refresh +} + +export interface DeletePrivilegesResponse extends DictionaryResponseBase> { +} + +export interface DeleteRepositoryRequest extends RequestBase { + repository: Names + master_timeout?: Time + timeout?: Time +} + +export interface DeleteRepositoryResponse extends AcknowledgedResponseBase { +} + +export interface DeleteRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + if_primary_term?: long + if_seq_no?: long + refresh?: Refresh + routing?: Routing + timeout?: Time + version?: long + version_type?: VersionType + wait_for_active_shards?: string +} + +export interface DeleteResponse extends WriteResponseBase { +} + +export interface DeleteRoleMappingRequest extends RequestBase { + name: Name + refresh?: Refresh +} + +export interface DeleteRoleMappingResponse extends ResponseBase { + found: boolean +} + +export interface DeleteRoleRequest extends RequestBase { + name: Name + refresh?: Refresh +} + +export interface DeleteRoleResponse extends ResponseBase { + found: boolean +} + +export interface DeleteRollupJobRequest extends RequestBase { + id: Id +} + +export interface DeleteRollupJobResponse extends AcknowledgedResponseBase { + task_failures?: Array +} + +export interface DeleteScriptRequest extends RequestBase { + id: Id + master_timeout?: Time + timeout?: Time +} + +export interface DeleteScriptResponse extends AcknowledgedResponseBase { +} + +export interface DeleteSnapshotLifecycleRequest extends RequestBase { + policy_id: Name +} + +export interface DeleteSnapshotLifecycleResponse extends AcknowledgedResponseBase { +} + +export interface DeleteSnapshotRequest extends RequestBase { + repository: Name + snapshot: Name + master_timeout?: Time +} + +export interface DeleteSnapshotResponse extends AcknowledgedResponseBase { +} + +export interface DeleteTransformRequest extends RequestBase { + transform_id: Name + force?: boolean +} + +export interface DeleteTransformResponse extends AcknowledgedResponseBase { +} + +export interface DeleteUserRequest extends RequestBase { + username: Name + refresh?: Refresh +} + +export interface DeleteUserResponse extends ResponseBase { + found: boolean +} + +export interface DeleteWatchRequest extends RequestBase { + id: Name +} + +export interface DeleteWatchResponse extends ResponseBase { + found: boolean + _id: string + _version: integer +} + +export type DelimitedPayloadEncoding = 'int' | 'float' | 'identity' + +export interface DelimitedPayloadTokenFilter extends TokenFilterBase { + delimiter: string + encoding: DelimitedPayloadEncoding +} + +export interface DeprecationInfo { + details: string + level: DeprecationWarningLevel + message: string + url: string +} + +export interface DeprecationInfoRequest extends RequestBase { + index?: IndexName +} + +export interface DeprecationInfoResponse extends ResponseBase { + cluster_settings: Array + index_settings: Record> + node_settings: Array + ml_settings: Array +} + +export type DeprecationWarningLevel = 'none' | 'info' | 'warning' | 'critical' + +export interface DerivativeAggregation extends PipelineAggregationBase { +} + +export interface DetectionRule { + actions: Array + conditions: Array + scope?: Record +} + +export interface Detector { + by_field_name?: Field + custom_rules?: Array + detector_description?: string + detector_index?: integer + exclude_frequent?: ExcludeFrequent + field_name?: Field + function: string + use_null?: boolean + over_field_name?: Field + partition_field_name?: Field +} + +export interface DictionaryResponseBase extends ResponseBase { + [key: string]: TValue +} + +export interface DirectGenerator { + field: Field + max_edits?: integer + max_inspections?: float + max_term_freq?: float + min_doc_freq?: float + min_word_length?: integer + post_filter?: string + pre_filter?: string + prefix_length?: integer + size?: integer + suggest_mode?: SuggestMode +} + +export interface DisMaxQuery extends QueryBase { + queries?: Array + tie_breaker?: double + boost?: float +} + +export interface DisableUserRequest extends RequestBase { + username: Name + refresh?: Refresh +} + +export interface DisableUserResponse extends ResponseBase { +} + +export interface DiscoveryNode { + attributes: Record + ephemeral_id: string + id: string + name: string + transport_address: string +} + +export interface DiskUsage { + path: string + total_bytes: long + used_bytes: long + free_bytes: long + free_disk_percent: double + used_disk_percent: double +} + +export interface DissectProcessor extends ProcessorBase { + append_separator: string + field: Field + ignore_missing: boolean + pattern: string +} + +export type Distance = string + +export interface DistanceFeatureQuery extends QueryBase { + origin?: Array | GeoCoordinate | DateMath + pivot?: Distance | Time + field?: Field +} + +export type DistanceUnit = 'in' | 'ft' | 'yd' | 'mi' | 'nmi' | 'km' | 'm' | 'cm' | 'mm' + +export interface DiversifiedSamplerAggregation extends BucketAggregationBase { + execution_hint?: SamplerAggregationExecutionHint + max_docs_per_value?: integer + script?: Script + shard_size?: integer + field?: Field +} + +export interface DocStats { + count: long + deleted: long +} + +export interface DocValueField { + field: Field + format?: string +} + +export interface DocumentExistsRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + preference?: string + realtime?: boolean + refresh?: boolean + routing?: Routing + source_enabled?: boolean + source_excludes?: Fields + source_includes?: Fields + stored_fields?: Fields + version?: long + version_type?: VersionType +} + +export type DocumentExistsResponse = boolean + +export interface DocumentSimulation { + _id: Id + _index: IndexName + _ingest: Ingest + _parent?: string + _routing?: string + _source: Record + _type: Type +} + +export interface DotExpanderProcessor extends ProcessorBase { + field: Field + path?: string +} + +export interface DropProcessor extends ProcessorBase { +} + +export type DynamicMapping = 'strict' + +export interface DynamicTemplate { + mapping?: PropertyBase + match?: string + match_mapping_type?: string + match_pattern?: MatchType + path_match?: string + path_unmatch?: string + unmatch?: string +} + +export type EdgeNGramSide = 'front' | 'back' + +export interface EdgeNGramTokenFilter extends TokenFilterBase { + max_gram: integer + min_gram: integer + side: EdgeNGramSide +} + +export interface EdgeNGramTokenizer extends TokenizerBase { + custom_token_chars: string + max_gram: integer + min_gram: integer + token_chars: Array +} + +export interface ElasticsearchVersionInfo { + build_date: DateString + build_flavor: string + build_hash: string + build_snapshot: boolean + build_type: string + lucene_version: string + minimum_index_compatibility_version: string + minimum_wire_compatibility_version: string + number: string +} + +export interface ElisionTokenFilter extends TokenFilterBase { + articles: Array + articles_case: boolean +} + +export interface EmailActionResult { + account?: string + message: EmailResult + reason?: string +} + +export interface EmailBody { + html: string + text: string +} + +export type EmailPriority = 'lowest' | 'low' | 'normal' | 'high' | 'highest' + +export interface EmailResult { + bcc?: Array + body?: EmailBody + cc?: Array + from?: string + id: Id + priority?: EmailPriority + reply_to?: Array + sent_date: DateString + subject: string + to: Array +} + +export interface EmptyObject { +} + +export interface EnableUserRequest extends RequestBase { + username: Name + refresh?: Refresh +} + +export interface EnableUserResponse extends ResponseBase { +} + +export interface EnrichPolicy { + enrich_fields: Fields + indices: Indices + match_field: Field + query?: string +} + +export type EnrichPolicyPhase = 'SCHEDULED' | 'RUNNING' | 'COMPLETE' | 'FAILED' + +export interface EnrichProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + max_matches?: integer + override?: boolean + policy_name: string + shape_relation?: GeoShapeRelation + target_field: Field +} + +export interface EnrichStatsRequest extends RequestBase { +} + +export interface EnrichStatsResponse extends ResponseBase { + coordinator_stats: Array + executing_policies: Array +} + +export type EpochMillis = string | long + +export interface EqlDeleteRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface EqlDeleteResponse extends ResponseBase { + stub: integer +} + +export interface EqlGetRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface EqlGetResponse extends ResponseBase { + stub: integer +} + +export interface EqlGetStatusRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface EqlGetStatusResponse extends ResponseBase { + stub: integer +} + +export interface EqlSearchRequest extends RequestBase { + stub_a: string + stub_b: string + body: { + stub_c: string + } +} + +export interface EqlSearchResponse extends ResponseBase { + stub: integer +} + +export interface ErrorCause { + type: string + reason: string + caused_by?: ErrorCause + shard?: integer | string + stack_trace?: string + bytes_limit?: long + bytes_wanted?: long + column?: integer + col?: integer + failed_shards?: Array + grouped?: boolean + index?: IndexName + index_uuid?: Uuid + language?: string + licensed_expired_feature?: string + line?: integer + max_buckets?: integer + phase?: string + property_name?: string + processor_type?: string + resource_id?: Array + 'resource.id'?: Id + resource_type?: string + 'resource.type'?: string + script?: string + script_stack?: Array + header?: Record + lang?: string + position?: PainlessExecutionPosition +} + +export interface ErrorResponse { + error: MainError + status: integer +} + +export interface EstimateModelMemoryRequest extends RequestBase { + body: { + analysis_config?: AnalysisConfig + max_bucket_cardinality?: Record + overall_cardinality?: Record + } +} + +export interface EstimateModelMemoryResponse extends ResponseBase { + model_memory_estimate: string +} + +export interface EwmaModelSettings { + alpha?: float +} + +export type ExcludeFrequent = 'all' | 'none' | 'by' | 'over' + +export interface ExecuteEnrichPolicyRequest extends RequestBase { + name: Name + wait_for_completion?: boolean +} + +export interface ExecuteEnrichPolicyResponse extends ResponseBase { + status: ExecuteEnrichPolicyStatus + task_id?: TaskId +} + +export interface ExecuteEnrichPolicyStatus { + phase: EnrichPolicyPhase +} + +export interface ExecutePainlessScriptRequest extends RequestBase { + body?: { + context?: string + context_setup?: PainlessContextSetup + script?: InlineScript + } +} + +export interface ExecutePainlessScriptResponse extends ResponseBase { + result: TResult +} + +export interface ExecuteRetentionRequest extends RequestBase { +} + +export interface ExecuteRetentionResponse extends AcknowledgedResponseBase { +} + +export interface ExecuteSnapshotLifecycleRequest extends RequestBase { + policy_id: Name +} + +export interface ExecuteSnapshotLifecycleResponse extends ResponseBase { + snapshot_name: string +} + +export interface ExecuteWatchRequest extends RequestBase { + id?: Name + debug?: boolean + body?: { + action_modes?: Record + alternative_input?: Record + ignore_condition?: boolean + record_execution?: boolean + simulated_actions?: SimulatedActions + trigger_data?: ScheduleTriggerEvent + watch?: Watch + } +} + +export interface ExecuteWatchResponse extends ResponseBase { + _id: Id + watch_record: WatchRecord +} + +export interface ExecutingPolicy { + name: string + task: TaskInfo +} + +export interface ExecutionAction { + total: long + total_in_ms: long +} + +export type ExecutionPhase = 'awaits_execution' | 'started' | 'input' | 'condition' | 'actions' | 'watch_transform' | 'aborted' | 'finished' + +export interface ExecutionResult { + actions: Array + condition: ExecutionResultCondition + execution_duration: integer + execution_time: DateString + input: ExecutionResultInput +} + +export interface ExecutionResultAction { + email?: EmailActionResult + id: Id + index?: IndexActionResult + logging?: LoggingActionResult + pagerduty?: PagerDutyActionResult + reason?: string + slack?: SlackActionResult + status: Status + type: ActionType + webhook?: WebhookActionResult +} + +export interface ExecutionResultCondition { + met: boolean + status: Status + type: ConditionType +} + +export interface ExecutionResultInput { + payload: Record + status: Status + type: InputType +} + +export interface ExecutionState { + successful: boolean + timestamp: DateString +} + +export interface ExecutionThreadPool { + max_size: long + queue_size: long +} + +export interface ExistsQuery extends QueryBase { + field?: Field +} + +export type ExpandWildcardOptions = 'open' | 'closed' | 'hidden' | 'none' | 'all' + +export type ExpandWildcards = ExpandWildcardOptions | Array | string + +export interface ExplainAnalyzeToken { + bytes: string + end_offset: long + keyword?: boolean + position: long + positionLength: long + start_offset: long + termFrequency: long + token: string + type: string +} + +export interface ExplainLifecycleRequest extends RequestBase { + index: IndexName + only_errors?: boolean + only_managed?: boolean +} + +export interface ExplainLifecycleResponse extends ResponseBase { + indices: Record | LifecycleExplainProject +} + +export interface ExplainRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + analyzer?: string + analyze_wildcard?: boolean + default_operator?: DefaultOperator + df?: string + lenient?: boolean + preference?: string + query_on_query_string?: string + routing?: Routing + _source?: boolean | Fields | SourceFilter + _source_excludes?: Fields + _source_includes?: Fields + stored_fields?: Fields + q?: string + body?: { + query?: QueryContainer + } +} + +export interface ExplainResponse extends ResponseBase { + _index: IndexName + _type?: TypeName + _id: Id + matched: boolean + explanation?: ExplanationDetail + get?: InlineGet +} + +export interface Explanation { + description: string + details: Array + value: float +} + +export interface ExplanationDetail { + description: string + details?: Array + value: float +} + +export interface ExtendedBounds { + max: T + min: T +} + +export interface ExtendedMemoryStats extends MemoryStats { + free_percent: integer + used_percent: integer +} + +export interface ExtendedStatsAggregate extends StatsAggregate { + std_deviation_bounds: StandardDeviationBounds + sum_of_squares?: double + variance?: double + variance_population?: double + variance_sampling?: double + std_deviation?: double + std_deviation_population?: double + std_deviation_sampling?: double +} + +export interface ExtendedStatsAggregation extends FormatMetricAggregationBase { + sigma?: double +} + +export interface ExtendedStatsBucketAggregation extends PipelineAggregationBase { + sigma?: double +} + +export interface FailProcessor extends ProcessorBase { + message: string +} + +export type Field = string + +export interface FieldCapabilities { + aggregatable: boolean + indices?: Indices + meta?: Record> + non_aggregatable_indices?: Indices + non_searchable_indices?: Indices + searchable: boolean + type: string +} + +export interface FieldCapabilitiesBodyIndexFilter { + range?: FieldCapabilitiesBodyIndexFilterRange + match_none?: EmptyObject + term?: FieldCapabilitiesBodyIndexFilterTerm +} + +export interface FieldCapabilitiesBodyIndexFilterRange { + timestamp: FieldCapabilitiesBodyIndexFilterRangeTimestamp +} + +export interface FieldCapabilitiesBodyIndexFilterRangeTimestamp { + gte?: integer + gt?: integer + lte?: integer + lt?: integer +} + +export interface FieldCapabilitiesBodyIndexFilterTerm { + versionControl: FieldCapabilitiesBodyIndexFilterTermVersionControl +} + +export interface FieldCapabilitiesBodyIndexFilterTermVersionControl { + value: string +} + +export interface FieldCapabilitiesRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + fields?: Fields + ignore_unavailable?: boolean + include_unmapped?: boolean + body?: { + index_filter?: FieldCapabilitiesBodyIndexFilter + } +} + +export interface FieldCapabilitiesResponse extends ResponseBase { + indices: Indices + fields: Record> +} + +export interface FieldCollapse { + field: Field + inner_hits?: InnerHits | Array + max_concurrent_group_searches?: integer +} + +export interface FieldLookup { + id?: Id + index?: IndexName + path?: Field + routing?: Routing +} + +export interface FieldMapping { +} + +export interface FieldNamesField { + enabled: boolean +} + +export interface FieldSecurity { + except?: Fields + grant: Fields +} + +export interface FieldSecuritySettings { + except: Array + grant: Array +} + +export interface FieldSort { + missing?: Missing + mode?: SortMode + nested?: NestedSortValue + order?: SortOrder + unmapped_type?: FieldType +} + +export interface FieldStat { + count: number + cardinality: number + top_hits: Array + mean_value?: number + median_value?: number + max_value?: number + min_value?: number + earliest?: string + latest?: string +} + +export interface FieldStatistics { + doc_count: integer + sum_doc_freq: long + sum_ttf: long +} + +export type FieldType = 'none' | 'geo_point' | 'geo_shape' | 'ip' | 'binary' | 'keyword' | 'text' | 'search_as_you_type' | 'date' | 'date_nanos' | 'boolean' | 'completion' | 'nested' | 'object' | 'murmur3' | 'token_count' | 'percolator' | 'integer' | 'long' | 'short' | 'byte' | 'float' | 'half_float' | 'scaled_float' | 'double' | 'integer_range' | 'float_range' | 'long_range' | 'double_range' | 'date_range' | 'ip_range' | 'alias' | 'join' | 'rank_feature' | 'rank_features' | 'flattened' | 'shape' | 'histogram' | 'constant_keyword' + +export interface FieldTypesMappings { + field_types: Array +} + +export interface FieldTypesStats { + name: Name + count: integer + index_count: integer +} + +export type FieldValueFactorModifier = 'none' | 'log' | 'log1p' | 'log2p' | 'ln' | 'ln1p' | 'ln2p' | 'square' | 'sqrt' | 'reciprocal' + +export interface FieldValueFactorScoreFunction extends ScoreFunctionBase { + field: Field + factor?: double + missing?: double + modifier?: FieldValueFactorModifier +} + +export interface FielddataStats { + evictions?: long + memory_size_in_bytes: long + fields?: Record +} + +export type Fields = Field | Array + +export interface FileCountSnapshotStats { + file_count: integer + size_in_bytes: long +} + +export interface FileSystemStats { + data: Array + timestamp: long + total: TotalFileSystemStats +} + +export interface Filter { + description: string + filter_id: string + items: Array +} + +export interface FilterRef { + filter_id: Id + filter_type: RuleFilterType +} + +export interface FiltersAggregate extends AggregateBase { + buckets: Array | Record +} + +export interface FiltersAggregation extends BucketAggregationBase { + filters?: Record | Array + other_bucket?: boolean + other_bucket_key?: string +} + +export interface FiltersBucketItemKeys { + doc_count: long +} +export type FiltersBucketItem = FiltersBucketItemKeys | + { [property: string]: Aggregate } + +export interface FindStructureRequest { + charset?: string + column_names?: string + delimiter?: string + explain?: boolean + format?: string + grok_pattern?: string + has_header_row?: boolean + lines_to_sample?: uint + quote?: string + should_trim_fields?: boolean + timeout?: Time + timestamp_field?: Field + timestamp_format?: string + body: TBody +} + +export interface FindStructureResponse { + charset: string + has_header_row: boolean + has_byte_order_marker: boolean + format: string + field_stats: Record + sample_start: string + num_messages_analyzed: number + mappings: TypeMapping + quote: string + delimiter: string + need_client_timezone: boolean + num_lines_analyzed: number + column_names?: Array + explanation?: Array + grok_pattern?: string + multiline_start_pattern?: string + exclude_lines_pattern?: string + java_timestamp_formats?: Array + joda_timestamp_formats?: Array + timestamp_field?: string + should_trim_fields?: boolean +} + +export interface FingerprintTokenFilter extends TokenFilterBase { + max_output_size: integer + separator: string +} + +export interface FlattenedUsage extends XPackUsage { + field_count: integer +} + +export interface FlushJobRequest extends RequestBase { + job_id: Id + skip_time?: string + body?: { + advance_time?: DateString + calc_interim?: boolean + end?: DateString + start?: DateString + } +} + +export interface FlushJobResponse extends ResponseBase { + flushed: boolean +} + +export interface FlushRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + force?: boolean + ignore_unavailable?: boolean + wait_if_ongoing?: boolean +} + +export interface FlushResponse extends ShardsOperationResponseBase { +} + +export interface FlushStats { + periodic: long + total: long + total_time?: string + total_time_in_millis: long +} + +export interface FollowConfig { + max_outstanding_read_requests: integer + max_outstanding_write_requests: integer + max_read_request_operation_count: integer + max_read_request_size: string + max_retry_delay: Time + max_write_buffer_count: integer + max_write_buffer_size: string + max_write_request_operation_count: integer + max_write_request_size: string + read_poll_timeout: Time +} + +export interface FollowIndexReadException { + exception: ErrorCause + from_seq_no: long + retries: integer +} + +export interface FollowIndexShardStats { + bytes_read: long + failed_read_requests: long + failed_write_requests: long + fatal_exception: ErrorCause + follower_aliases_version: long + follower_global_checkpoint: long + follower_index: string + follower_mapping_version: long + follower_max_seq_no: long + follower_settings_version: long + last_requested_seq_no: long + leader_global_checkpoint: long + leader_index: string + leader_max_seq_no: long + operations_read: long + operations_written: long + outstanding_read_requests: integer + outstanding_write_requests: integer + read_exceptions: Array + remote_cluster: string + shard_id: integer + successful_read_requests: long + successful_write_requests: long + time_since_last_read_millis: long + total_read_remote_exec_time_millis: long + total_read_time_millis: long + total_write_time_millis: long + write_buffer_operation_count: long + write_buffer_size_in_bytes: long +} + +export interface FollowIndexStats { + index: string + shards: Array +} + +export interface FollowIndexStatsRequest extends RequestBase { + index: Indices +} + +export interface FollowIndexStatsResponse extends ResponseBase { + indices: Array +} + +export interface FollowInfoRequest extends RequestBase { + index: Indices +} + +export interface FollowInfoResponse extends ResponseBase { + follower_indices: Array +} + +export type FollowerIndexStatus = 'active' | 'paused' + +export interface FollowerInfo { + follower_index: string + leader_index: string + parameters: FollowConfig + remote_cluster: string + status: FollowerIndexStatus +} + +export interface ForceMergeRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flush?: boolean + ignore_unavailable?: boolean + max_num_segments?: long + only_expunge_deletes?: boolean +} + +export interface ForceMergeResponse extends ShardsOperationResponseBase { +} + +export interface ForeachProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + processor: ProcessorContainer +} + +export interface ForecastJobRequest extends RequestBase { + job_id: Id + body?: { + duration?: Time + expires_in?: Time + } +} + +export interface ForecastJobResponse extends AcknowledgedResponseBase { + forecast_id: string +} + +export interface ForgetFollowerIndexRequest extends RequestBase { + index: IndexName + body: { + follower_cluster?: string + follower_index?: IndexName + follower_index_uuid?: string + leader_remote_cluster?: string + } +} + +export interface ForgetFollowerIndexResponse extends ResponseBase { + _shards: ShardStatistics +} + +export interface FormatMetricAggregationBase extends MetricAggregationBase { + format?: string +} + +export interface FormattableMetricAggregation extends MetricAggregationBase { + format?: string +} + +export interface FoundUserPrivilege { + found: boolean +} + +export interface FreezeIndexRequest extends RequestBase { + index: IndexName + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string | number +} + +export interface FreezeIndexResponse extends AcknowledgedResponseBase { + shards_acknowledged: boolean +} + +export type FunctionBoostMode = 'multiply' | 'replace' | 'sum' | 'avg' | 'max' | 'min' + +export interface FunctionScoreContainer { + exp?: DecayFunction + gauss?: DecayFunction + linear?: DecayFunction + field_value_factor?: FieldValueFactorScoreFunction + random_score?: RandomScoreFunction + script_score?: ScriptScoreFunction + filter?: QueryContainer + weight?: double +} + +export type FunctionScoreMode = 'multiply' | 'sum' | 'avg' | 'first' | 'max' | 'min' + +export interface FunctionScoreQuery extends QueryBase { + boost_mode?: FunctionBoostMode + functions?: Array + max_boost?: double + min_score?: double + query?: QueryContainer + score_mode?: FunctionScoreMode + boost?: float +} + +export type Fuzziness = string | integer + +export interface FuzzyQuery extends QueryBase { + max_expansions?: integer + prefix_length?: integer + rewrite?: MultiTermQueryRewrite + transpositions?: boolean + fuzziness?: Fuzziness + value: any +} + +export type GapPolicy = 'skip' | 'insert_zeros' + +export interface GarbageCollectionGenerationStats { + collection_count: long + collection_time: string + collection_time_in_millis: long +} + +export interface GarbageCollectionStats { + collectors: Record +} + +export interface GeoBoundingBoxQuery extends QueryBase { + bounding_box?: BoundingBox + type?: GeoExecution + validation_method?: GeoValidationMethod +} + +export interface GeoBounds { + bottom_right: LatLon + top_left: LatLon +} + +export interface GeoBoundsAggregate extends AggregateBase { + bounds: GeoBounds +} + +export interface GeoBoundsAggregation extends MetricAggregationBase { + wrap_longitude?: boolean +} + +export interface GeoCentroidAggregate extends AggregateBase { + count: long + location: GeoLocation +} + +export interface GeoCentroidAggregation extends MetricAggregationBase { + count?: long + location?: GeoLocation +} + +export type GeoCoordinate = string | Array | ThreeDimensionalPoint + +export interface GeoDecayFunctionKeys extends DecayFunctionBase { +} +export type GeoDecayFunction = GeoDecayFunctionKeys | + { [property: string]: DecayPlacement } + +export interface GeoDistanceAggregation extends BucketAggregationBase { + distance_type?: GeoDistanceType + field?: Field + origin?: GeoLocation | string + ranges?: Array + unit?: DistanceUnit +} + +export interface GeoDistanceQuery extends QueryBase { + distance?: Distance + distance_type?: GeoDistanceType + location?: GeoLocation + validation_method?: GeoValidationMethod +} + +export interface GeoDistanceSortKeys { + mode?: SortMode + distance_type?: GeoDistanceType + order?: SortOrder + unit?: DistanceUnit +} +export type GeoDistanceSort = GeoDistanceSortKeys | + { [property: string]: GeoLocation | Array } + +export type GeoDistanceType = 'arc' | 'plane' + +export type GeoExecution = 'memory' | 'indexed' + +export interface GeoHashGridAggregation extends BucketAggregationBase { + bounds?: BoundingBox + field?: Field + precision?: GeoHashPrecision + shard_size?: integer + size?: integer +} + +export type GeoHashPrecision = number + +export interface GeoIpProcessor extends ProcessorBase { + database_file: string + field: Field + first_only: boolean + ignore_missing: boolean + properties: Array + target_field: Field +} + +export interface GeoLineAggregate extends AggregateBase { + type: string + geometry: LineStringGeoShape + properties: GeoLineProperties +} + +export interface GeoLineAggregation { + point: GeoLinePoint + sort: GeoLineSort + include_sort?: boolean + sort_order?: SortOrder + size?: integer +} + +export interface GeoLinePoint { + field: Field +} + +export interface GeoLineProperties { + complete: boolean + sort_values: Array +} + +export interface GeoLineSort { + field: Field +} + +export type GeoLocation = string | Array | TwoDimensionalPoint + +export interface GeoPolygonQuery extends QueryBase { + points?: Array + validation_method?: GeoValidationMethod +} + +export interface GeoShape { + type?: string +} + +export interface GeoShapeQuery extends QueryBase { + ignore_unmapped?: boolean + indexed_shape?: FieldLookup + relation?: GeoShapeRelation + shape?: GeoShape +} + +export type GeoShapeRelation = 'intersects' | 'disjoint' | 'within' | 'contains' + +export interface GeoTileGridAggregation extends BucketAggregationBase { + field?: Field + precision?: GeoTilePrecision + shard_size?: integer + size?: integer +} + +export type GeoTilePrecision = number + +export type GeoValidationMethod = 'coerce' | 'ignore_malformed' | 'strict' + +export interface GetAliasRequest extends RequestBase { + name?: Names + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + local?: boolean +} + +export interface GetAliasResponse extends DictionaryResponseBase { +} + +export interface GetAnomalyRecordsRequest extends RequestBase { + job_id: Id + body?: { + desc?: boolean + end?: DateString + exclude_interim?: boolean + page?: Page + record_score?: double + sort?: Field + start?: DateString + } +} + +export interface GetAnomalyRecordsResponse extends ResponseBase { + count: long + records: Array +} + +export interface GetApiKeyRequest extends RequestBase { + id?: string + name?: string + owner?: boolean + realm_name?: string + username?: string +} + +export interface GetApiKeyResponse extends ResponseBase { + api_keys: Array +} + +export interface GetAutoFollowPatternRequest extends RequestBase { + name?: Name +} + +export interface GetAutoFollowPatternResponse extends ResponseBase { + patterns: Record +} + +export interface GetAutoscalingCapacityRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface GetAutoscalingCapacityResponse extends ResponseBase { + stub: integer +} + +export interface GetAutoscalingPolicyRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface GetAutoscalingPolicyResponse extends ResponseBase { + stub: integer +} + +export interface GetBasicLicenseStatusRequest extends RequestBase { +} + +export interface GetBasicLicenseStatusResponse extends ResponseBase { + eligible_to_start_basic: boolean +} + +export interface GetBucketsRequest extends RequestBase { + job_id: Id + timestamp?: Id + body?: { + anomaly_score?: double + desc?: boolean + end?: DateString + exclude_interim?: boolean + expand?: boolean + page?: Page + sort?: Field + start?: DateString + } +} + +export interface GetBucketsResponse extends ResponseBase { + buckets: Array + count: long +} + +export interface GetBuiltinPrivilegesRequest extends RequestBase { +} + +export interface GetBuiltinPrivilegesResponse extends ResponseBase { + cluster: Array + index: Array +} + +export interface GetCalendarEventsRequest extends RequestBase { + calendar_id: Id + end?: DateString + job_id?: string + start?: string + body?: { + from?: integer + size?: integer + } +} + +export interface GetCalendarEventsResponse extends ResponseBase { + count: integer + events: Array +} + +export interface GetCalendarsRequest extends RequestBase { + calendar_id?: Id + body?: { + page?: Page + } +} + +export interface GetCalendarsResponse extends ResponseBase { + calendars: Array + count: long +} + +export interface GetCategoriesRequest extends RequestBase { + job_id: Id + category_id?: CategoryId + body?: { + page?: Page + } +} + +export interface GetCategoriesResponse extends ResponseBase { + categories: Array + count: long +} + +export interface GetCertificatesRequest extends RequestBase { +} + +export type GetCertificatesResponse = ClusterCertificateInformation[] + +export interface GetDatafeedStatsRequest extends RequestBase { + datafeed_id?: Id + allow_no_datafeeds?: boolean +} + +export interface GetDatafeedStatsResponse extends ResponseBase { + count: long + datafeeds: Array +} + +export interface GetDatafeedsRequest extends RequestBase { + datafeed_id?: Id + allow_no_datafeeds?: boolean + exclude_generated?: boolean +} + +export interface GetDatafeedsResponse extends ResponseBase { + count: long + datafeeds: Array +} + +export interface GetEnrichPolicyRequest extends RequestBase { + name?: Names +} + +export interface GetEnrichPolicyResponse extends ResponseBase { + policies: Array +} + +export interface GetFeaturesRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface GetFeaturesResponse extends ResponseBase { + stub: integer +} + +export interface GetFieldMappingRequest extends RequestBase { + fields: Fields + index?: Indices + type?: Types + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + include_defaults?: boolean + include_type_name?: boolean + local?: boolean +} + +export interface GetFieldMappingResponse extends DictionaryResponseBase { +} + +export interface GetFiltersRequest extends RequestBase { + filter_id?: Id + from?: integer + size?: integer +} + +export interface GetFiltersResponse extends ResponseBase { + count: long + filters: Array +} + +export interface GetIlmStatusRequest extends RequestBase { +} + +export interface GetIlmStatusResponse extends ResponseBase { + operation_mode: LifecycleOperationMode +} + +export interface GetIndexRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flat_settings?: boolean + ignore_unavailable?: boolean + include_defaults?: boolean + include_type_name?: boolean + local?: boolean + master_timeout?: Time +} + +export interface GetIndexResponse extends DictionaryResponseBase { +} + +export interface GetIndexSettingsRequest extends RequestBase { + index?: Indices + name?: Names + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flat_settings?: boolean + ignore_unavailable?: boolean + include_defaults?: boolean + local?: boolean + master_timeout?: Time +} + +export interface GetIndexSettingsResponse extends DictionaryResponseBase { +} + +export interface GetIndexTemplateRequest extends RequestBase { + name?: Names + flat_settings?: boolean + include_type_name?: boolean + local?: boolean + master_timeout?: Time +} + +export interface GetIndexTemplateResponse extends DictionaryResponseBase { +} + +export interface GetInfluencersRequest extends RequestBase { + job_id: Id + body?: { + descending?: boolean + end?: DateString + exclude_interim?: boolean + influencer_score?: double + page?: Page + sort?: Field + start?: DateString + } +} + +export interface GetInfluencersResponse extends ResponseBase { + count: long + influencers: Array +} + +export interface GetJobStatsRequest extends RequestBase { + job_id?: Id + allow_no_jobs?: boolean +} + +export interface GetJobStatsResponse extends ResponseBase { + count: long + jobs: Array +} + +export interface GetJobsRequest extends RequestBase { + job_id?: Id + allow_no_jobs?: boolean + exclude_generated?: boolean +} + +export interface GetJobsResponse extends ResponseBase { + count: long + jobs: Array +} + +export interface GetLicenseRequest extends RequestBase { + accept_enterprise?: boolean + local?: boolean +} + +export interface GetLicenseResponse extends ResponseBase { + license: LicenseInformation +} + +export interface GetLifecycleRequest extends RequestBase { + policy?: Name + policy_id?: Id +} + +export interface GetLifecycleResponse extends DictionaryResponseBase { +} + +export interface GetMappingRequest extends RequestBase { + index?: Indices + type?: Types + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + include_type_name?: boolean + local?: boolean + master_timeout?: Time +} + +export interface GetMappingResponse extends DictionaryResponseBase { +} + +export interface GetModelSnapshotsRequest extends RequestBase { + job_id: Id + snapshot_id?: Id + body?: { + desc?: boolean + end?: DateString + page?: Page + sort?: Field + start?: DateString + } +} + +export interface GetModelSnapshotsResponse extends ResponseBase { + count: long + model_snapshots: Array +} + +export interface GetOverallBucketsRequest extends RequestBase { + job_id: Id + body?: { + allow_no_jobs?: boolean + bucket_span?: Time + end?: DateString + exclude_interim?: boolean + overall_score?: double + start?: DateString + top_n?: integer + } +} + +export interface GetOverallBucketsResponse extends ResponseBase { + count: long + overall_buckets: Array +} + +export interface GetPipelineRequest extends RequestBase { + id?: Id + master_timeout?: Time +} + +export interface GetPipelineResponse extends DictionaryResponseBase { +} + +export interface GetPrivilegesRequest extends RequestBase { + application?: Name + name?: Name +} + +export interface GetPrivilegesResponse extends DictionaryResponseBase> { +} + +export interface GetRepositoryRequest extends RequestBase { + repository?: Names + local?: boolean + master_timeout?: Time +} + +export interface GetRepositoryResponse extends DictionaryResponseBase { +} + +export interface GetRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + preference?: string + realtime?: boolean + refresh?: boolean + routing?: Routing + source_enabled?: boolean + _source_excludes?: Fields + _source_includes?: Fields + stored_fields?: Fields + version?: long + version_type?: VersionType + _source?: boolean | string | Array +} + +export interface GetResponse extends ResponseBase { + _index: string + fields?: Record + found: boolean + _id: string + _primary_term?: long + _routing?: string + _seq_no?: long + _source?: TDocument + _type: string + _version?: long +} + +export interface GetRoleMappingRequest extends RequestBase { + name?: Name +} + +export interface GetRoleMappingResponse extends DictionaryResponseBase { +} + +export interface GetRoleRequest extends RequestBase { + name?: Name +} + +export interface GetRoleResponse extends DictionaryResponseBase { +} + +export interface GetRollupCapabilitiesRequest extends RequestBase { + id?: Id +} + +export interface GetRollupCapabilitiesResponse extends DictionaryResponseBase { +} + +export interface GetRollupIndexCapabilitiesRequest extends RequestBase { + index: Id +} + +export interface GetRollupIndexCapabilitiesResponse extends DictionaryResponseBase { +} + +export interface GetRollupJobRequest extends RequestBase { + id?: Id +} + +export interface GetRollupJobResponse extends ResponseBase { + jobs: Array +} + +export interface GetScriptRequest extends RequestBase { + id: Id + master_timeout?: Time +} + +export interface GetScriptResponse extends ResponseBase { + _id: Id + found: boolean + script?: StoredScript +} + +export interface GetSnapshotLifecycleManagementStatusRequest extends RequestBase { +} + +export interface GetSnapshotLifecycleManagementStatusResponse extends ResponseBase { + operation_mode: LifecycleOperationMode +} + +export interface GetSnapshotLifecycleRequest extends RequestBase { + policy_id?: Names +} + +export interface GetSnapshotLifecycleResponse extends DictionaryResponseBase { +} + +export interface GetSnapshotLifecycleStatsRequest extends RequestBase { +} + +export interface GetSnapshotLifecycleStatsResponse extends ResponseBase { + retention_deletion_time: string + retention_deletion_time_millis: EpochMillis + retention_failed: long + retention_runs: long + retention_timed_out: long + total_snapshots_deleted: long + total_snapshot_deletion_failures: long + total_snapshots_failed: long + total_snapshots_taken: long + policy_stats: Array +} + +export interface GetSnapshotRequest extends RequestBase { + repository: Name + snapshot: Names + ignore_unavailable?: boolean + master_timeout?: Time + verbose?: boolean +} + +export interface GetSnapshotResponse extends ResponseBase { + snapshots: Array +} + +export interface GetStats { + current: long + exists_time?: string + exists_time_in_millis: long + exists_total: long + missing_time?: string + missing_time_in_millis: long + missing_total: long + time?: string + time_in_millis: long + total: long +} + +export interface GetTaskRequest extends RequestBase { + task_id: Id + timeout?: Time + wait_for_completion?: boolean +} + +export interface GetTaskResponse extends ResponseBase { + completed: boolean + task: TaskInfo + response?: TaskStatus +} + +export interface GetTransformRequest extends RequestBase { + transform_id?: Name + allow_no_match?: boolean + from?: integer + size?: integer +} + +export interface GetTransformResponse extends ResponseBase { + count: long + transforms: Array +} + +export interface GetTransformStatsRequest extends RequestBase { + transform_id: Name + allow_no_match?: boolean + from?: long + size?: long +} + +export interface GetTransformStatsResponse extends ResponseBase { + count: long + transforms: Array +} + +export interface GetTrialLicenseStatusRequest extends RequestBase { +} + +export interface GetTrialLicenseStatusResponse extends ResponseBase { + eligible_to_start_trial: boolean +} + +export interface GetUserAccessTokenRequest extends RequestBase { + body: { + grant_type?: AccessTokenGrantType + scope?: string + password?: string + kerberos_ticket?: string + refresh_token?: string + username?: string + } +} + +export interface GetUserAccessTokenResponse extends ResponseBase { + access_token: string + expires_in: long + scope?: string + type: string + refresh_token: string + kerberos_authentication_response_token?: string + authentication: AuthenticatedUser +} + +export interface GetUserPrivilegesRequest extends RequestBase { +} + +export interface GetUserPrivilegesResponse extends ResponseBase { + applications: Array + cluster: Array + global: Array + indices: Array + run_as: Array +} + +export interface GetUserRequest extends RequestBase { + username?: Names +} + +export interface GetUserResponse extends DictionaryResponseBase { +} + +export interface GetWatchRequest extends RequestBase { + id: Name +} + +export interface GetWatchResponse extends ResponseBase { + found: boolean + _id: Id + status?: WatchStatus + watch?: Watch + _primary_term?: integer + _seq_no?: integer + _version?: integer +} + +export interface GlobalAggregation extends BucketAggregationBase { +} + +export interface GlobalPrivileges { + application: ApplicationGlobalUserPrivileges +} + +export interface GoogleNormalizedDistanceHeuristic { + background_is_superset: boolean +} + +export interface GrantApiKeyRequest extends RequestBase { + body: { + api_key: ApiKey + grant_type: ApiKeyGrantType + access_token?: string + username?: string + password?: string + } +} + +export interface GrantApiKeyResponse extends ResponseBase { + api_key: string + id: Id + name: Name + expiration?: EpochMillis +} + +export interface GraphConnection { + doc_count: long + source: long + target: long + weight: double +} + +export interface GraphExploreControls { + sample_diversity?: SampleDiversity + sample_size: integer + timeout?: Time + use_significance: boolean +} + +export interface GraphExploreRequest extends RequestBase { + index: Indices + type?: Types + routing?: Routing + timeout?: Time + body?: { + connections?: Hop + controls?: GraphExploreControls + query?: QueryContainer + vertices?: Array + } +} + +export interface GraphExploreResponse extends ResponseBase { + connections: Array + failures: Array + timed_out: boolean + took: long + vertices: Array +} + +export interface GraphVertex { + depth: long + field: string + term: string + weight: double +} + +export interface GraphVertexDefinition { + exclude?: Array + field: Field + include?: Array + min_doc_count?: long + shard_min_doc_count?: long + size?: integer +} + +export interface GraphVertexInclude { + boost: double + term: string +} + +export interface GrokProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + pattern_definitions: Record + patterns: Array + trace_match?: boolean +} + +export interface GrokProcessorPatternsRequest extends RequestBase { +} + +export interface GrokProcessorPatternsResponse extends ResponseBase { + patterns: Record +} + +export type GroupBy = 'nodes' | 'parents' | 'none' + +export interface GsubProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + pattern: string + replacement: string + target_field?: Field +} + +export interface HasChildQuery extends QueryBase { + ignore_unmapped?: boolean + inner_hits?: InnerHits + max_children?: integer + min_children?: integer + query?: QueryContainer + score_mode?: ChildScoreMode + type?: RelationName +} + +export interface HasParentQuery extends QueryBase { + ignore_unmapped?: boolean + inner_hits?: InnerHits + parent_type?: RelationName + query?: QueryContainer + score?: boolean +} + +export interface HasPrivilegesRequest extends RequestBase { + user?: Name + body: { + application?: Array + cluster?: Array + index?: Array + } +} + +export interface HasPrivilegesResponse extends ResponseBase { + application: ApplicationsPrivileges + cluster: Record + has_all_requested: boolean + index: Record + username: string +} + +export interface HdrMethod { + number_of_significant_value_digits?: integer +} + +export interface HdrPercentileItem { + key: double + value: double +} + +export interface HdrPercentilesAggregate extends AggregateBase { + values: Array +} + +export type Health = 'green' | 'yellow' | 'red' + +export interface Highlight { + fields: Record + type?: HighlighterType + boundary_chars?: string + boundary_max_scan?: integer + boundary_scanner?: BoundaryScanner + boundary_scanner_locale?: string + encoder?: HighlighterEncoder + fragmenter?: HighlighterFragmenter + fragment_offset?: integer + fragment_size?: integer + max_fragment_length?: integer + no_match_size?: integer + number_of_fragments?: integer + order?: HighlighterOrder + post_tags?: Array + pre_tags?: Array + require_field_match?: boolean + tags_schema?: HighlighterTagsSchema + highlight_query?: QueryContainer + max_analyzed_offset?: string | integer +} + +export interface HighlightField { + boundary_chars?: string + boundary_max_scan?: integer + boundary_scanner?: BoundaryScanner + boundary_scanner_locale?: string + field?: Field + force_source?: boolean + fragmenter?: HighlighterFragmenter + fragment_offset?: integer + fragment_size?: integer + highlight_query?: QueryContainer + matched_fields?: Fields + max_fragment_length?: integer + no_match_size?: integer + number_of_fragments?: integer + order?: HighlighterOrder + phrase_limit?: integer + post_tags?: Array + pre_tags?: Array + require_field_match?: boolean + tags_schema?: HighlighterTagsSchema + type?: HighlighterType | string +} + +export type HighlighterEncoder = 'default' | 'html' + +export type HighlighterFragmenter = 'simple' | 'span' + +export type HighlighterOrder = 'score' + +export type HighlighterTagsSchema = 'styled' + +export type HighlighterType = 'plain' | 'fvh' | 'unified' + +export interface HistogramAggregation extends BucketAggregationBase { + extended_bounds?: ExtendedBounds + hard_bounds?: ExtendedBounds + field?: Field + interval?: double + min_doc_count?: integer + missing?: double + offset?: double + order?: HistogramOrder + script?: Script + format?: string +} + +export interface HistogramOrder { + _count?: SortOrder + _key?: SortOrder +} + +export interface HistogramRollupGrouping { + fields: Fields + interval: long +} + +export interface Hit { + _index: IndexName + _id: Id + _score?: double + _type?: Type + _explanation?: Explanation + fields?: Record + highlight?: Record> + inner_hits?: Record + matched_queries?: Array + _nested?: NestedIdentity + _ignored?: Array + _shard?: string + _node?: string + _routing?: string + _source?: TDocument + _seq_no?: long + _primary_term?: long + _version?: long + sort?: SortResults +} + +export interface HitsMetadata { + total: TotalHits | long + hits: Array> + max_score?: double +} + +export interface HoltLinearModelSettings { + alpha?: float + beta?: float +} + +export interface HoltWintersModelSettings { + alpha?: float + beta?: float + gamma?: float + pad?: boolean + period?: integer + type?: HoltWintersType +} + +export type HoltWintersType = 'add' | 'mult' + +export interface Hop { + connections?: Hop + query: QueryContainer + vertices: Array +} + +export interface HotThreadInformation { + hosts: Array + node_id: string + node_name: string + threads: Array +} + +export interface HourlySchedule { + minute: Array +} + +export interface HtmlStripCharFilter extends CharFilterBase { +} + +export interface HttpInput { + extract: Array + request: HttpInputRequestDefinition + response_content_type: ResponseContentType +} + +export interface HttpInputAuthentication { + basic: HttpInputBasicAuthentication +} + +export interface HttpInputBasicAuthentication { + password: string + username: string +} + +export type HttpInputMethod = 'head' | 'get' | 'post' | 'put' | 'delete' + +export interface HttpInputProxy { + host: string + port: integer +} + +export interface HttpInputRequestDefinition { + auth?: HttpInputAuthentication + body?: string + connection_timeout?: Time + headers?: Record + host?: string + method?: HttpInputMethod + params?: Record + path?: string + port?: integer + proxy?: HttpInputProxy + read_timeout?: Time + scheme?: ConnectionScheme + url?: string +} + +export interface HttpInputRequestResult extends HttpInputRequestDefinition { +} + +export interface HttpInputResponseResult { + body: string + headers: Record> + status: integer +} + +export interface HttpStats { + current_open: integer + total_opened: long +} + +export interface HunspellTokenFilter extends TokenFilterBase { + dedup: boolean + dictionary: string + locale: string + longest_only: boolean +} + +export interface HyphenationDecompounderTokenFilter extends CompoundWordTokenFilterBase { +} + +export type Id = string + +export type Ids = Id | Array + +export interface IdsQuery extends QueryBase { + values?: Array | Array +} + +export interface IlmPolicyStatistics { + indices_managed: integer + phases: Phases +} + +export interface IlmUsage { + policy_count: integer + policy_stats: Array +} + +export interface ImportDanglingIndexRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ImportDanglingIndexResponse extends ResponseBase { + stub: integer +} + +export interface IndexActionResult { + response: IndexActionResultIndexResponse +} + +export interface IndexActionResultIndexResponse { + created: boolean + id: Id + index: IndexName + result: Result + version: integer + type?: Type +} + +export type IndexAlias = string + +export interface IndexAliases { + aliases: Record +} + +export interface IndexExistsRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flat_settings?: boolean + ignore_unavailable?: boolean + include_defaults?: boolean + local?: boolean +} + +export type IndexExistsResponse = boolean + +export interface IndexField { + enabled: boolean +} + +export interface IndexHealthStats { + active_primary_shards: integer + active_shards: integer + initializing_shards: integer + number_of_replicas: integer + number_of_shards: integer + relocating_shards: integer + shards?: Record + status: Health + unassigned_shards: integer +} + +export interface IndexMappings { + item: TypeMapping + mappings: TypeMapping +} + +export type IndexName = string + +export interface IndexPrivilegesCheck { + names: Array + privileges: Array +} + +export interface IndexRequest extends RequestBase { + id?: Id + index: IndexName + type?: Type + if_primary_term?: long + if_seq_no?: long + op_type?: OpType + pipeline?: string + refresh?: Refresh + routing?: Routing + timeout?: Time + version?: long + version_type?: VersionType + wait_for_active_shards?: string + require_alias?: boolean + body: TDocument +} + +export interface IndexResponse extends WriteResponseBase { +} + +export interface IndexSegment { + shards: Record> +} + +export interface IndexState { + aliases: Record + mappings: TypeMapping + settings: Record +} + +export interface IndexStats { + completion?: CompletionStats + docs?: DocStats + fielddata?: FielddataStats + flush?: FlushStats + get?: GetStats + indexing?: IndexingStats + merges?: MergesStats + query_cache?: QueryCacheStats + recovery?: RecoveryStats + refresh?: RefreshStats + request_cache?: RequestCacheStats + search?: SearchStats + segments?: SegmentsStats + store?: StoreStats + translog?: TranslogStats + warmer?: WarmerStats +} + +export interface IndexTemplateExistsRequest extends RequestBase { + name: Names + flat_settings?: boolean + local?: boolean + master_timeout?: Time +} + +export type IndexTemplateExistsResponse = boolean + +export interface IndexedScript extends ScriptBase { + id: string +} + +export type IndexingJobState = 'started' | 'indexing' | 'stopping' | 'stopped' | 'aborting' + +export interface IndexingStats { + index_current: long + delete_current: long + delete_time?: string + delete_time_in_millis: long + delete_total: long + is_throttled: boolean + noop_update_total: long + throttle_time?: string + throttle_time_in_millis: long + index_time?: string + index_time_in_millis: long + index_total: long + index_failed: long + types?: Record +} + +export type Indices = string | Array + +export interface IndicesOptions { + allow_no_indices: boolean + expand_wildcards: ExpandWildcards + ignore_unavailable: boolean +} + +export interface IndicesPrivileges { + field_security?: FieldSecurity + names: Indices + privileges: Array + query?: string | QueryContainer + allow_restricted_indices?: boolean +} + +export interface IndicesResponseBase extends AcknowledgedResponseBase { + _shards?: ShardStatistics +} + +export interface IndicesShardStores { + shards: Record +} + +export interface IndicesShardStoresRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + status?: string | Array +} + +export interface IndicesShardStoresResponse extends ResponseBase { + indices: Record +} + +export interface IndicesStats { + primaries: IndexStats + shards?: Record> + total: IndexStats + uuid?: string +} + +export interface IndicesStatsRequest extends RequestBase { + metric?: Metrics + index?: Indices + completion_fields?: Fields + expand_wildcards?: ExpandWildcards + fielddata_fields?: Fields + fields?: Fields + forbid_closed_indices?: boolean + groups?: string | Array + include_segment_file_sizes?: boolean + include_unloaded_segments?: boolean + level?: Level + types?: Types +} + +export interface IndicesStatsResponse extends ResponseBase { + indices?: Record + _shards: ShardStatistics + _all: IndicesStats +} + +export interface IndicesVersionsStats { + index_count: integer + primary_shard_count: integer + total_primary_bytes: long + version: string +} + +export interface InferenceAggregation extends PipelineAggregationBase { + model_id: Name + inference_config?: InferenceConfigContainer +} + +export interface InferenceConfigContainer { + regression?: RegressionInferenceOptions + classification?: ClassificationInferenceOptions +} + +export interface InferenceProcessor extends ProcessorBase { + model_id: Id + target_field: Field + field_map?: Record + inference_config?: InferenceProcessorConfig +} + +export interface InferenceProcessorConfig { + regression?: InferenceProcessorConfigRegression +} + +export interface InferenceProcessorConfigRegression { + results_field: string +} + +export interface Influence { + influencer_field_name: string + influencer_field_values: Array +} + +export interface Ingest { + timestamp: DateString + pipeline?: string +} + +export interface IngestStats { + count: long + current: long + failed: long + processors: Array + time_in_millis: long +} + +export interface InlineGet { + fields?: Record + found: boolean + _seq_no: long + _primary_term: long + _routing?: Routing + _source: TDocument +} + +export interface InlineScript extends ScriptBase { + source: string +} + +export interface InnerHits { + name?: string + size?: integer + from?: integer + collapse?: FieldCollapse + docvalue_fields?: Fields + explain?: boolean + highlight?: Highlight + ignore_unmapped?: boolean + script_fields?: Record + seq_no_primary_term?: boolean + fields?: Fields + sort?: Sort + _source?: boolean | SourceFilter + version?: boolean +} + +export interface InnerHitsMetadata { + total: TotalHits | long + hits: Array>> + max_score?: double +} + +export interface InnerHitsResult { + hits: InnerHitsMetadata +} + +export interface InputContainer { + chain?: ChainInput + http?: HttpInput + search?: SearchInput + simple?: SimpleInput +} + +export type InputType = 'http' | 'search' | 'simple' + +export interface Interval extends ScheduleBase { + factor: long + unit: IntervalUnit +} + +export type IntervalUnit = 's' | 'm' | 'h' | 'd' | 'w' + +export interface IntervalsAllOf { + intervals?: Array + max_gaps?: integer + ordered?: boolean + filter?: IntervalsFilter +} + +export interface IntervalsAnyOf { + intervals?: Array + filter?: IntervalsFilter +} + +export interface IntervalsContainer { + all_of?: IntervalsAllOf + any_of?: IntervalsAnyOf + fuzzy?: IntervalsFuzzy + match?: IntervalsMatch + prefix?: IntervalsPrefix + wildcard?: IntervalsWildcard +} + +export interface IntervalsFilter { + after?: IntervalsContainer + before?: IntervalsContainer + contained_by?: IntervalsContainer + containing?: IntervalsContainer + not_contained_by?: IntervalsContainer + not_containing?: IntervalsContainer + not_overlapping?: IntervalsContainer + overlapping?: IntervalsContainer + script?: Script +} + +export interface IntervalsFuzzy { + analyzer?: string + fuzziness?: Fuzziness + prefix_length?: integer + term?: string + transpositions?: boolean + use_field?: Field +} + +export interface IntervalsMatch { + analyzer?: string + max_gaps?: integer + ordered?: boolean + query?: string + use_field?: Field + filter?: IntervalsFilter +} + +export interface IntervalsPrefix { + analyzer?: string + prefix?: string + use_field?: Field +} + +export interface IntervalsQuery extends QueryBase { + all_of?: IntervalsAllOf + any_of?: IntervalsAnyOf + fuzzy?: IntervalsFuzzy + match?: IntervalsMatch + prefix?: IntervalsPrefix + wildcard?: IntervalsWildcard +} + +export interface IntervalsWildcard { + analyzer?: string + pattern?: string + use_field?: Field +} + +export interface InvalidateApiKeyRequest extends RequestBase { + body: { + id?: string + ids?: Array + name?: string + owner?: boolean + realm_name?: string + username?: string + } +} + +export interface InvalidateApiKeyResponse extends ResponseBase { + error_count: integer + error_details?: Array + invalidated_api_keys: Array + previously_invalidated_api_keys: Array +} + +export interface InvalidateUserAccessTokenRequest extends RequestBase { + body: { + token?: string + refresh_token?: string + realm_name?: string + username?: string + } +} + +export interface InvalidateUserAccessTokenResponse extends ResponseBase { + error_count: long + error_details?: Array + invalidated_tokens: long + previously_invalidated_tokens: long +} + +export interface IpFilterUsage { + http: boolean + transport: boolean +} + +export interface IpRangeAggregation extends BucketAggregationBase { + field?: Field + ranges?: Array +} + +export interface IpRangeAggregationRange { + from?: string + mask?: string + to?: string +} + +export interface IpRangeBucketKeys { +} +export type IpRangeBucket = IpRangeBucketKeys | + { [property: string]: Aggregate } + +export interface Job { + allow_lazy_open?: boolean + analysis_config: AnalysisConfig + analysis_limits?: AnalysisLimits + background_persist_interval: Time + create_time: integer + data_description: DataDescription + description: string + finished_time: integer + job_id: string + job_type: string + model_plot: ModelPlotConfig + model_snapshot_id: string + model_snapshot_retention_days: long + renormalization_window_days: long + results_index_name?: IndexName + results_retention_days: long + groups: Array + model_plot_config?: ModelPlotConfig + custom_settings?: CustomSettings + job_version?: string + deleting?: boolean + daily_model_snapshot_retention_after_days?: long +} + +export interface JobForecastStatistics { + memory_bytes: JobStatistics + processing_time_ms: JobStatistics + records: JobStatistics + status: Record + total: long +} + +export type JobState = 'closing' | 'closed' | 'opened' | 'failed' | 'opening' + +export interface JobStatistics { + avg: double + max: double + min: double + total: double +} + +export interface JobStats { + assignment_explanation: string + data_counts: DataCounts + forecasts_stats: JobForecastStatistics + job_id: string + model_size_stats: ModelSizeStats + node: DiscoveryNode + open_time: DateString + state: JobState + timing_stats: TimingStats + deleting?: boolean +} + +export interface JoinProcessor extends ProcessorBase { + field: Field + separator: string + target_field?: Field +} + +export interface JsonProcessor extends ProcessorBase { + add_to_root: boolean + field: Field + target_field: Field +} + +export interface JvmClassesStats { + current_loaded_count: long + total_loaded_count: long + total_unloaded_count: long +} + +export interface KStemTokenFilter extends TokenFilterBase { +} + +export type KeepTypesMode = 'include' | 'exclude' + +export interface KeepTypesTokenFilter extends TokenFilterBase { + mode: KeepTypesMode + types: Array +} + +export interface KeepWordsTokenFilter extends TokenFilterBase { + keep_words: Array + keep_words_case: boolean + keep_words_path: string +} + +export interface KeyValueProcessor extends ProcessorBase { + exclude_keys?: Array + field: Field + field_split: string + ignore_missing?: boolean + include_keys?: Array + prefix?: string + strip_brackets?: boolean + target_field?: Field + trim_key?: string + trim_value?: string + value_split: string +} + +export interface KeyedBucketKeys { + doc_count: long + key: TKey + key_as_string: string +} +export type KeyedBucket = KeyedBucketKeys | + { [property: string]: Aggregate } + +export interface KeyedProcessorStats { + statistics: ProcessStats + type: string +} + +export interface KeyedValueAggregate extends ValueAggregate { + keys: Array +} + +export interface KeywordMarkerTokenFilter extends TokenFilterBase { + ignore_case: boolean + keywords: Array + keywords_path: string + keywords_pattern: string +} + +export interface KeywordTokenizer extends TokenizerBase { + buffer_size: integer +} + +export interface KibanaUrlConfig extends BaseUrlConfig { + time_range?: string +} + +export interface LaplaceSmoothingModel { + alpha: double +} + +export interface LatLon { + lat: double + lon: double +} + +export interface LengthTokenFilter extends TokenFilterBase { + max: integer + min: integer +} + +export interface LetterTokenizer extends TokenizerBase { +} + +export type Level = 'cluster' | 'indices' | 'shards' + +export interface License { + expiry_date_in_millis: EpochMillis + issue_date_in_millis: EpochMillis + issued_to: string + issuer: string + max_nodes?: long + max_resource_units?: long + signature: string + start_date_in_millis: EpochMillis + type: LicenseType + uid: string +} + +export interface LicenseAcknowledgement { + license: Array + message: string +} + +export interface LicenseInformation { + expiry_date: DateString + expiry_date_in_millis: EpochMillis + issue_date: DateString + issue_date_in_millis: EpochMillis + issued_to: string + issuer: string + max_nodes: long + max_resource_units?: integer + status: LicenseStatus + type: LicenseType + uid: Uuid + start_date_in_millis: EpochMillis +} + +export type LicenseStatus = 'active' | 'valid' | 'invalid' | 'expired' + +export type LicenseType = 'missing' | 'trial' | 'basic' | 'standard' | 'dev' | 'silver' | 'gold' | 'platinum' | 'enterprise' + +export interface LifecycleAction { +} + +export interface LifecycleExplain { + action: string + action_time_millis: DateString + age: Time + failed_step: string + failed_step_retry_count: integer + index: IndexName + is_auto_retryable_error: boolean + lifecycle_date_millis: DateString + managed: boolean + phase: string + phase_time_millis: DateString + policy: string + step: string + step_info: Record + step_time_millis: DateString +} + +export interface LifecycleExplainProject { + project: LifecycleExplainProjectSummary +} + +export interface LifecycleExplainProjectSummary { + index: IndexName + managed: boolean +} + +export type LifecycleOperationMode = 'RUNNING' | 'STOPPING' | 'STOPPED' + +export interface LifecyclePolicy { + modified_date: DateString + policy: Policy + version: integer +} + +export type Like = string | LikeDocument + +export interface LikeDocument { + doc?: any + fields?: Fields + _id?: Id | number + _type?: Type + _index?: IndexName + per_field_analyzer?: Record + routing?: Routing +} + +export interface LimitTokenCountTokenFilter extends TokenFilterBase { + consume_all_tokens: boolean + max_token_count: integer +} + +export interface Limits { + max_model_memory_limit: string + effective_max_model_memory_limit: string +} + +export interface LineStringGeoShape { + coordinates: Array +} + +export interface LinearInterpolationSmoothingModel { + bigram_lambda: double + trigram_lambda: double + unigram_lambda: double +} + +export interface ListDanglingIndicesRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface ListDanglingIndicesResponse extends ResponseBase { + stub: integer +} + +export interface ListTasksRequest extends RequestBase { + actions?: string + detailed?: boolean + group_by?: GroupBy + nodes?: Array + parent_task_id?: Id + timeout?: Time + wait_for_completion?: boolean +} + +export interface ListTasksResponse extends ResponseBase { + node_failures?: Array + nodes?: Record + tasks?: Record | Array +} + +export interface LoggingActionResult { + logged_text: string +} + +export interface LogstashDeletePipelineRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface LogstashDeletePipelineResponse extends ResponseBase { + stub: integer +} + +export interface LogstashGetPipelineRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface LogstashGetPipelineResponse extends ResponseBase { + stub: integer +} + +export interface LogstashPutPipelineRequest extends RequestBase { + stub_a: string + stub_b: string + body: { + stub_c: string + } +} + +export interface LogstashPutPipelineResponse extends ResponseBase { + stub: integer +} + +export interface LowercaseProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field?: Field +} + +export interface LowercaseTokenFilter extends TokenFilterBase { + language: string +} + +export interface LowercaseTokenizer extends TokenizerBase { +} + +export interface MachineLearningInfoRequest extends RequestBase { +} + +export interface MachineLearningInfoResponse extends ResponseBase { + defaults: Defaults + limits: Limits + upgrade_mode: boolean +} + +export interface MachineLearningUsage extends XPackUsage { + datafeeds: Record + jobs: Record + node_count: integer +} + +export interface MainError extends ErrorCause { + headers?: Record + root_cause: Array +} + +export interface ManageUserPrivileges { + applications: Array +} + +export interface MappingCharFilter extends CharFilterBase { + mappings: Array + mappings_path: string +} + +export interface MatchAllQuery extends QueryBase { + norm_field?: string +} + +export interface MatchBoolPrefixQuery extends QueryBase { + analyzer?: string + fuzziness?: Fuzziness + fuzzy_rewrite?: MultiTermQueryRewrite + fuzzy_transpositions?: boolean + max_expansions?: integer + minimum_should_match?: MinimumShouldMatch + operator?: Operator + prefix_length?: integer + query?: string +} + +export interface MatchNoneQuery extends QueryBase { +} + +export interface MatchPhrasePrefixQuery extends QueryBase { + analyzer?: string + max_expansions?: integer + query?: string + slop?: integer + zero_terms_query?: ZeroTermsQuery +} + +export interface MatchPhraseQuery extends QueryBase { + analyzer?: string + query?: string + slop?: integer +} + +export interface MatchQuery extends QueryBase { + analyzer?: string + auto_generate_synonyms_phrase_query?: boolean + cutoff_frequency?: double + fuzziness?: Fuzziness + fuzzy_rewrite?: MultiTermQueryRewrite + fuzzy_transpositions?: boolean + lenient?: boolean + max_expansions?: integer + minimum_should_match?: MinimumShouldMatch + operator?: Operator + prefix_length?: integer + query?: string | float | boolean + zero_terms_query?: ZeroTermsQuery +} + +export type MatchType = 'simple' | 'regex' + +export interface MatrixAggregation extends Aggregation { + fields?: Fields + missing?: Record +} + +export interface MatrixStatsAggregate extends AggregateBase { + correlation: Record + covariance: Record + count: integer + kurtosis: double + mean: double + skewness: double + variance: double + name: string +} + +export interface MatrixStatsAggregation extends MatrixAggregation { + mode?: MatrixStatsMode +} + +export type MatrixStatsMode = 'avg' | 'min' | 'max' | 'sum' | 'median' + +export interface MaxAggregation extends FormatMetricAggregationBase { +} + +export interface MaxBucketAggregation extends PipelineAggregationBase { +} + +export interface MedianAbsoluteDeviationAggregation extends FormatMetricAggregationBase { + compression?: double +} + +export interface MemoryStats { + resident: string + resident_in_bytes: long + share: string + share_in_bytes: long + total_virtual: string + total_virtual_in_bytes: long +} + +export type MemoryStatus = 'ok' | 'soft_limit' | 'hard_limit' + +export interface MergesStats { + current: long + current_docs: long + current_size?: string + current_size_in_bytes: long + total: long + total_auto_throttle?: string + total_auto_throttle_in_bytes: long + total_docs: long + total_size?: string + total_size_in_bytes: long + total_stopped_time?: string + total_stopped_time_in_millis: long + total_throttled_time?: string + total_throttled_time_in_millis: long + total_time?: string + total_time_in_millis: long +} + +export type MetricAggregate = ValueAggregate | BoxPlotAggregate | GeoBoundsAggregate | GeoCentroidAggregate | GeoLineAggregate | PercentilesAggregate | ScriptedMetricAggregate | StatsAggregate | StringStatsAggregate | TopHitsAggregate | TopMetricsAggregate | ExtendedStatsAggregate | TDigestPercentilesAggregate | HdrPercentilesAggregate + +export interface MetricAggregationBase { + field?: Field + missing?: Missing + script?: Script +} + +export type Metrics = string | Array + +export interface MinAggregation extends FormatMetricAggregationBase { +} + +export interface MinBucketAggregation extends PipelineAggregationBase { +} + +export interface MinimalLicenseInformation { + expiry_date_in_millis: long + mode: LicenseType + status: LicenseStatus + type: LicenseType + uid: string +} + +export type MinimumInterval = 'second' | 'minute' | 'hour' | 'day' | 'month' | 'year' + +export type MinimumShouldMatch = integer | string + +export type Missing = string | integer | double | boolean + +export interface MissingAggregation extends BucketAggregationBase { + field?: Field + missing?: Missing +} + +export type ModelCategorizationStatus = 'ok' | 'warn' + +export type ModelMemoryStatus = 'ok' | 'soft_limit' | 'hard_limit' + +export interface ModelPlotConfig { + terms?: Field + enabled: boolean + annotations_enabled?: boolean +} + +export interface ModelPlotConfigEnabled { + enabled: boolean +} + +export interface ModelSizeStats { + bucket_allocation_failures_count: long + job_id: string + log_time: DateString + memory_status: MemoryStatus + model_bytes: long + result_type: string + timestamp: DateString + total_by_field_count: long + total_over_field_count: long + total_partition_field_count: long +} + +export interface ModelSnapshot { + description: string + job_id: string + latest_record_time_stamp: DateString + latest_result_time_stamp: DateString + model_size_stats: ModelSizeStats + retain: boolean + snapshot_doc_count: long + snapshot_id: string + timestamp: DateString +} + +export interface MonitoringUsage extends XPackUsage { + collection_enabled: boolean + enabled_exporters: Record +} + +export type Month = 'january' | 'february' | 'march' | 'april' | 'may' | 'june' | 'july' | 'august' | 'september' | 'october' | 'november' | 'december' + +export interface MoreLikeThisQuery extends QueryBase { + analyzer?: string + boost_terms?: double + fields?: Fields + include?: boolean + like?: Like | Array + max_doc_freq?: integer + max_query_terms?: integer + max_word_length?: integer + min_doc_freq?: integer + minimum_should_match?: MinimumShouldMatch + min_term_freq?: integer + min_word_length?: integer + per_field_analyzer?: Record + routing?: Routing + stop_words?: StopWords + unlike?: Like | Array + version?: long + version_type?: VersionType +} + +export interface MoveToStepRequest extends RequestBase { + index: IndexName + body?: { + current_step?: StepKey + next_step?: StepKey + } +} + +export interface MoveToStepResponse extends AcknowledgedResponseBase { +} + +export interface MovingAverageAggregation extends PipelineAggregationBase { + minimize?: boolean + model?: MovingAverageModel + settings: MovingAverageSettings + predict?: integer + window?: integer +} + +export type MovingAverageModel = 'linear' | 'simple' | 'ewma' | 'holt' | 'holt_winters' + +export type MovingAverageSettings = EwmaModelSettings | HoltLinearModelSettings | HoltWintersModelSettings + +export interface MovingFunctionAggregation extends PipelineAggregationBase { + script?: string + shift?: integer + window?: integer +} + +export interface MovingPercentilesAggregation extends PipelineAggregationBase { + window?: integer + shift?: integer +} + +export interface MultiBucketAggregate extends AggregateBase { + buckets: Array +} + +export interface MultiGetHit { + error?: MainError + fields?: Record + found?: boolean + _id: string + _index: string + _primary_term?: long + _routing?: Routing + _seq_no?: long + _source?: TDocument + _type?: Type + _version?: long +} + +export interface MultiGetOperation { + can_be_flattened?: boolean + _id: Id + _index?: IndexName + routing?: Routing + _source?: boolean | Fields | SourceFilter + stored_fields?: Fields + _type?: Type + version?: long + version_type?: VersionType +} + +export interface MultiGetRequest extends RequestBase { + index?: IndexName + type?: Type + preference?: string + realtime?: boolean + refresh?: boolean + routing?: Routing + source_enabled?: boolean + _source?: boolean | Fields + _source_excludes?: Fields + _source_includes?: Fields + stored_fields?: Fields + body: { + docs?: Array + ids?: Array + } +} + +export interface MultiGetResponse extends ResponseBase { + docs: Array> +} + +export interface MultiMatchQuery extends QueryBase { + analyzer?: string + auto_generate_synonyms_phrase_query?: boolean + cutoff_frequency?: double + fields?: Fields + fuzziness?: Fuzziness + fuzzy_rewrite?: MultiTermQueryRewrite + fuzzy_transpositions?: boolean + lenient?: boolean + max_expansions?: integer + minimum_should_match?: MinimumShouldMatch + operator?: Operator + prefix_length?: integer + query?: string + slop?: integer + tie_breaker?: double + type?: TextQueryType + use_dis_max?: boolean + zero_terms_query?: ZeroTermsQuery +} + +export interface MultiSearchRequest extends RequestBase { + index?: Indices + type?: Types + ccs_minimize_roundtrips?: boolean + max_concurrent_searches?: long + max_concurrent_shard_requests?: long + pre_filter_shard_size?: long + search_type?: SearchType + total_hits_as_integer?: boolean + typed_keys?: boolean + body: { + operations?: Record + } +} + +export interface MultiSearchResponse extends ResponseBase { + responses: Array> +} + +export interface MultiSearchTemplateRequest extends RequestBase { + index?: Indices + type?: Types + ccs_minimize_roundtrips?: boolean + max_concurrent_searches?: long + search_type?: SearchType + total_hits_as_integer?: boolean + typed_keys?: boolean + body: { + operations?: Record + } +} + +export interface MultiSearchTemplateResponse extends ResponseBase { + responses: Array> + took: long +} + +export interface MultiTermLookup { + field: Field +} + +export type MultiTermQueryRewrite = string + +export interface MultiTermVectorOperation { + doc: object + fields: Fields + field_statistics: boolean + filter: TermVectorFilter + _id: Id + _index: IndexName + offsets: boolean + payloads: boolean + positions: boolean + routing: Routing + term_statistics: boolean + version: long + version_type: VersionType +} + +export interface MultiTermVectorsRequest extends RequestBase { + index?: IndexName + type?: Type + fields?: Fields + field_statistics?: boolean + offsets?: boolean + payloads?: boolean + positions?: boolean + preference?: string + realtime?: boolean + routing?: Routing + term_statistics?: boolean + version?: long + version_type?: VersionType + body?: { + docs?: Array + ids?: Array + } +} + +export interface MultiTermVectorsResponse extends ResponseBase { + docs: Array +} + +export interface MultiTermsAggregation extends BucketAggregationBase { + terms: Array +} + +export type MultiValueMode = 'min' | 'max' | 'avg' | 'sum' + +export interface MultiplexerTokenFilter extends TokenFilterBase { + filters: Array + preserve_original: boolean +} + +export interface MutualInformationHeuristic { + background_is_superset: boolean + include_negatives: boolean +} + +export interface NGramTokenFilter extends TokenFilterBase { + max_gram: integer + min_gram: integer +} + +export interface NGramTokenizer extends TokenizerBase { + custom_token_chars: string + max_gram: integer + min_gram: integer + token_chars: Array +} + +export type Name = string + +export interface NamedPolicy extends EnrichPolicy { + name: string +} + +export interface NamedPolicyConfig { + geo_match?: NamedPolicy + match: NamedPolicy +} + +export interface NamedPolicyMetadata { + config: NamedPolicyConfig +} + +export interface NamedQueryKeys { + boost?: float + _name?: string + ignore_unmapped?: boolean +} +export type NamedQuery = NamedQueryKeys | + { [property: string]: TQuery } + +export type Names = string | Array + +export interface NativeCodeInformation { + build_hash: string + version: string +} + +export interface NestedAggregation extends BucketAggregationBase { + path?: Field +} + +export interface NestedIdentity { + field: Field + offset: integer + _nested?: NestedIdentity +} + +export interface NestedQuery extends QueryBase { + ignore_unmapped?: boolean + inner_hits?: InnerHits + path?: Field + query?: QueryContainer + score_mode?: NestedScoreMode +} + +export type NestedScoreMode = 'avg' | 'sum' | 'min' | 'max' | 'none' + +export interface NestedSortValue { + filter: QueryContainer + max_children?: integer + path: Field +} + +export interface NeverCondition { +} + +export interface NodeAllocationExplanation { + deciders: Array + node_attributes: Record + node_decision: Decision + node_id: string + node_name: string + store?: AllocationStore + transport_address: string + weight_ranking: integer +} + +export interface NodeAttributes { + attributes: Record + ephemeral_id: string + id: string + name: string + transport_address: string +} + +export interface NodeBufferPool { + count: long + total_capacity: string + total_capacity_in_bytes: long + used: string + used_in_bytes: long +} + +export interface NodeDiskUsage { + node_name: string + least_available: DiskUsage + most_available: DiskUsage +} + +export type NodeId = string + +export type NodeIds = string + +export interface NodeInfo { + attributes: Record + build_flavor: string + build_hash: string + build_type: string + host: string + http: NodeInfoHttp + ip: string + jvm: NodeJvmInfo + name: string + network: NodeInfoNetwork + os: NodeOperatingSystemInfo + plugins: Array + process: NodeProcessInfo + roles: Array + settings: Array + thread_pool: Record + total_indexing_buffer: long + transport: NodeInfoTransport + transport_address: string + version: string +} + +export interface NodeInfoHttp { + bound_address: Array + max_content_length: string + max_content_length_in_bytes: long + publish_address: string +} + +export interface NodeInfoJvmMemory { + direct_max: string + direct_max_in_bytes: long + heap_init: string + heap_init_in_bytes: long + heap_max: string + heap_max_in_bytes: long + non_heap_init: string + non_heap_init_in_bytes: long + non_heap_max: string + non_heap_max_in_bytes: long +} + +export interface NodeInfoMemory { + total: string + total_in_bytes: long +} + +export interface NodeInfoNetwork { + primary_interface: NodeInfoNetworkInterface + refresh_interval: integer +} + +export interface NodeInfoNetworkInterface { + address: string + mac_address: string + name: string +} + +export interface NodeInfoOSCPU { + cache_size: string + cache_size_in_bytes: integer + cores_per_socket: integer + mhz: integer + model: string + total_cores: integer + total_sockets: integer + vendor: string +} + +export interface NodeInfoTransport { + bound_address: Array + publish_address: string +} + +export interface NodeIngestStats { + pipelines: Record + total: IngestStats +} + +export interface NodeJvmInfo { + gc_collectors: Array + mem: NodeInfoJvmMemory + memory_pools: Array + pid: integer + start_time_in_millis: long + version: string + vm_name: string + vm_vendor: string + vm_version: string +} + +export interface NodeJvmStats { + buffer_pools: Record + classes: JvmClassesStats + gc: GarbageCollectionStats + mem: MemoryStats + threads: ThreadStats + timestamp: long + uptime: string + uptime_in_millis: long +} + +export interface NodeOperatingSystemInfo { + arch: string + available_processors: integer + cpu: NodeInfoOSCPU + mem: NodeInfoMemory + name: string + pretty_name: string + refresh_interval_in_millis: integer + swap: NodeInfoMemory + version: string +} + +export interface NodePackagingType { + count: integer + flavor: string + type: string +} + +export interface NodeProcessInfo { + id: long + mlockall: boolean + refresh_interval_in_millis: long +} + +export interface NodeReloadException { + name: string + reload_exception: NodeReloadExceptionCausedBy +} + +export interface NodeReloadExceptionCausedBy { + type: string + reason: string + caused_by?: NodeReloadExceptionCausedBy +} + +export type NodeRole = 'master' | 'data' | 'client' | 'ingest' | 'ml' | 'voting_only' | 'transform' | 'remote_cluster_client' | 'coordinating_only' + +export interface NodeStatistics { + failed: integer + failures?: Array + successful: integer + total: integer +} + +export interface NodeStats { + adaptive_selection: Record + breakers: Record + fs: FileSystemStats + host: string + http: HttpStats + indices: IndexStats + ingest: NodeIngestStats + ip: Array + jvm: NodeJvmStats + name: string + os: OperatingSystemStats + process: ProcessStats + roles: Array + script: ScriptStats + thread_pool: Record + timestamp: long + transport: TransportStats + transport_address: string +} + +export interface NodeThreadPoolInfo { + core: integer + keep_alive: string + max: integer + queue_size: integer + size: integer + type: string +} + +export interface NodeUsageInformation { + rest_actions: Record + since: EpochMillis + timestamp: EpochMillis + aggregations: Record +} + +export interface NodesHotThreadsRequest extends RequestBase { + node_id?: NodeIds + ignore_idle_threads?: boolean + interval?: Time + snapshots?: long + threads?: long + thread_type?: ThreadType + timeout?: Time +} + +export interface NodesHotThreadsResponse extends ResponseBase { + hot_threads: Array +} + +export interface NodesInfoRequest extends RequestBase { + node_id?: NodeIds + metric?: Metrics + flat_settings?: boolean + timeout?: Time +} + +export interface NodesInfoResponse extends NodesResponseBase { + cluster_name: string + nodes: Record +} + +export interface NodesResponseBase extends ResponseBase { + _nodes: NodeStatistics +} + +export interface NodesStatsRequest extends RequestBase { + node_id?: NodeIds + metric?: Metrics + index_metric?: Metrics + completion_fields?: Fields + fielddata_fields?: Fields + fields?: Fields + groups?: boolean + include_segment_file_sizes?: boolean + level?: Level + timeout?: Time + types?: Array +} + +export interface NodesStatsResponse extends NodesResponseBase { + cluster_name: string + nodes: Record +} + +export interface NodesUsageRequest extends RequestBase { + node_id?: NodeIds + metric?: Metrics + timeout?: Time +} + +export interface NodesUsageResponse extends NodesResponseBase { + cluster_name: string + nodes: Record +} + +export type NoriDecompoundMode = 'discard' | 'none' | 'mixed' + +export interface NoriPartOfSpeechTokenFilter extends TokenFilterBase { + stoptags: Array +} + +export interface NoriTokenizer extends TokenizerBase { + decompound_mode: NoriDecompoundMode + discard_punctuation: boolean + user_dictionary: string + user_dictionary_rules: Array +} + +export interface NormalizeAggregation extends PipelineAggregationBase { + method?: NormalizeMethod +} + +export type NormalizeMethod = 'rescale_0_1' | 'rescale_0_100' | 'percent_of_sum' | 'mean' | 'zscore' | 'softmax' + +export interface NumericDecayFunctionKeys extends DecayFunctionBase { +} +export type NumericDecayFunction = NumericDecayFunctionKeys | + { [property: string]: DecayPlacement } + +export type OpType = 'index' | 'create' + +export interface OpenIndexRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string +} + +export interface OpenIndexResponse extends AcknowledgedResponseBase { + shards_acknowledged: boolean +} + +export interface OpenJobRequest extends RequestBase { + job_id: Id + body?: { + timeout?: Time + } +} + +export interface OpenJobResponse extends ResponseBase { + opened: boolean +} + +export interface OpenPointInTimeRequest extends RequestBase { + index: IndexName + keep_alive?: Time +} + +export interface OpenPointInTimeResponse extends ResponseBase { + id: Id +} + +export interface OperatingSystemMemoryInfo { + free_in_bytes: long + free_percent: integer + total_in_bytes: long + used_in_bytes: long + used_percent: integer +} + +export interface OperatingSystemStats { + cpu: CPUStats + mem: ExtendedMemoryStats + swap: MemoryStats + timestamp: long +} + +export type Operator = 'and' | 'or' | 'AND' | 'OR' + +export interface OverallBucket { + bucket_span: long + is_interim: boolean + jobs: Array + overall_score: double + result_type: string + timestamp: DateString +} + +export interface OverallBucketJobInfo { + job_id: string + max_anomaly_score: double +} + +export interface Page { + from: integer + size: integer +} + +export interface PagerDutyActionEventResult { + event: PagerDutyEvent + reason: string + request: HttpInputRequestResult + response: HttpInputResponseResult +} + +export interface PagerDutyActionResult { + sent_event: PagerDutyActionEventResult +} + +export interface PagerDutyContext { + href: string + src: string + type: PagerDutyContextType +} + +export type PagerDutyContextType = 'link' | 'image' + +export interface PagerDutyEvent { + account: string + attach_payload: boolean + client: string + client_url: string + context: Array + description: string + event_type: PagerDutyEventType + incident_key: string +} + +export type PagerDutyEventType = 'trigger' | 'resolve' | 'acknowledge' + +export interface PainlessContextSetup { + document: any + index: IndexName + query: QueryContainer +} + +export interface PainlessExecutionPosition { + offset: integer + start: integer + end: integer +} + +export interface ParentAggregation extends BucketAggregationBase { + type?: RelationName +} + +export interface ParentIdQuery extends QueryBase { + id?: Id + ignore_unmapped?: boolean + type?: RelationName +} + +export interface PartitionScore { + initial_record_score: double + partition_field_name: string + partition_field_value: string + probability: double + record_score: double +} + +export interface PathHierarchyTokenizer extends TokenizerBase { + buffer_size: integer + delimiter: string + replacement: string + reverse: boolean + skip: integer +} + +export interface PatternCaptureTokenFilter extends TokenFilterBase { + patterns: Array + preserve_original: boolean +} + +export interface PatternReplaceTokenFilter extends TokenFilterBase { + flags: string + pattern: string + replacement: string +} + +export interface PauseAutoFollowPatternRequest extends RequestBase { + name: Name +} + +export interface PauseAutoFollowPatternResponse extends AcknowledgedResponseBase { +} + +export interface PauseFollowIndexRequest extends RequestBase { + index: IndexName +} + +export interface PauseFollowIndexResponse extends AcknowledgedResponseBase { +} + +export interface PendingTask { + insert_order: integer + priority: string + source: string + time_in_queue: string + time_in_queue_millis: integer +} + +export interface PerPartitionCategorization { + enabled?: boolean + stop_on_warn?: boolean +} + +export type Percentage = string | float + +export interface PercentageScoreHeuristic { +} + +export interface PercentileItem { + percentile: double + value: double +} + +export interface PercentileRanksAggregation extends FormatMetricAggregationBase { + keyed?: boolean + values?: Array + hdr?: HdrMethod + tdigest?: TDigest +} + +export interface PercentilesAggregate extends AggregateBase { + items: Array +} + +export interface PercentilesAggregation extends FormatMetricAggregationBase { + keyed?: boolean + percents?: Array + hdr?: HdrMethod + tdigest?: TDigest +} + +export interface PercentilesBucketAggregation extends PipelineAggregationBase { + percents?: Array +} + +export interface PercolateQuery extends QueryBase { + document?: any + documents?: Array + field?: Field + id?: Id + index?: IndexName + preference?: string + routing?: Routing + version?: long +} + +export interface Phase { + actions: Record + min_age?: Time +} + +export interface Phases { + cold?: Phase + delete?: Phase + hot?: Phase + warm?: Phase +} + +export interface PhraseSuggestCollate { + params?: Record + prune?: boolean + query: PhraseSuggestCollateQuery +} + +export interface PhraseSuggestCollateQuery { + id?: Id + source?: string +} + +export interface PhraseSuggestHighlight { + post_tag: string + pre_tag: string +} + +export interface PhraseSuggestOption { + text: string + highlighted: string + score: double +} + +export interface PhraseSuggester extends SuggesterBase { + collate?: PhraseSuggestCollate + confidence?: double + direct_generator?: Array + force_unigrams?: boolean + gram_size?: integer + highlight?: PhraseSuggestHighlight + max_errors?: double + real_word_error_likelihood?: double + separator?: string + shard_size?: integer + smoothing?: SmoothingModelContainer + text?: string + token_limit?: integer +} + +export interface PingRequest extends RequestBase { +} + +export type PingResponse = boolean + +export interface PinnedQuery extends QueryBase { + ids?: Array | Array + organic?: QueryContainer +} + +export interface Pipeline { + description?: string + on_failure?: Array + processors?: Array + version?: long +} + +export interface PipelineAggregationBase extends Aggregation { + buckets_path?: BucketsPath + format?: string + gap_policy?: GapPolicy +} + +export interface PipelineProcessor extends ProcessorBase { + name: string +} + +export interface PipelineSimulation { + doc?: DocumentSimulation + processor_results?: Array + tag?: string + processor_type?: string + status?: Status +} + +export interface PluginStats { + classname: string + description: string + elasticsearch_version: string + extended_plugins: Array + has_native_controller: boolean + java_version: string + name: string + version: string + licensed: boolean + type: string +} + +export interface PointInTimeReference { + id: Id + keep_alive?: Time +} + +export interface Policy { + phases: Phases +} + +export interface PorterStemTokenFilter extends TokenFilterBase { +} + +export interface PostCalendarEventsRequest extends RequestBase { + calendar_id: Id + body: { + events?: Array + } +} + +export interface PostCalendarEventsResponse extends ResponseBase { + events: Array +} + +export interface PostJobDataRequest extends RequestBase { + job_id: Id + reset_end?: DateString + reset_start?: DateString + body: { + data?: Array + } +} + +export interface PostJobDataResponse extends ResponseBase { + bucket_count: long + earliest_record_timestamp: integer + empty_bucket_count: long + input_bytes: long + input_field_count: long + input_record_count: long + invalid_date_count: long + job_id: string + last_data_time: integer + latest_record_timestamp: integer + missing_field_count: long + out_of_order_timestamp_count: long + processed_field_count: long + processed_record_count: long + sparse_bucket_count: long +} + +export interface PostLicenseRequest extends RequestBase { + acknowledge?: boolean + body?: { + license?: License + licenses?: Array + } +} + +export interface PostLicenseResponse extends ResponseBase { + acknowledge?: LicenseAcknowledgement + acknowledged: boolean + license_status: LicenseStatus +} + +export interface PredicateTokenFilter extends TokenFilterBase { + script: Script +} + +export interface PrefixQuery extends QueryBase { + rewrite?: MultiTermQueryRewrite + value: string +} + +export interface PreviewDatafeedRequest extends RequestBase { + datafeed_id: Id +} + +export interface PreviewDatafeedResponse extends ResponseBase { + data: Array +} + +export interface PreviewTransformRequest extends RequestBase { + body: { + description?: string + dest?: TransformDestination + frequency?: Time + pivot?: TransformPivot + source?: TransformSource + sync?: TransformSyncContainer + } +} + +export interface PreviewTransformResponse extends ResponseBase { + generated_dest_index: IndexState + preview: Array +} + +export type Privileges = Record + +export interface PrivilegesActions { + actions: Array + application?: string + name?: string + metadata?: Record +} + +export interface ProcessStats { + cpu: CPUStats + mem: MemoryStats + open_file_descriptors: integer + timestamp: long +} + +export interface ProcessorBase { + if?: string + ignore_failure?: boolean + on_failure?: Array + tag?: string +} + +export interface ProcessorContainer { + attachment?: AttachmentProcessor + append?: AppendProcessor + csv?: CsvProcessor + convert?: ConvertProcessor + date?: DateProcessor + date_index_name?: DateIndexNameProcessor + dot_expander?: DotExpanderProcessor + enrich?: EnrichProcessor + fail?: FailProcessor + foreach?: ForeachProcessor + json?: JsonProcessor + user_agent?: UserAgentProcessor + kv?: KeyValueProcessor + geoip?: GeoIpProcessor + grok?: GrokProcessor + gsub?: GsubProcessor + join?: JoinProcessor + lowercase?: LowercaseProcessor + remove?: RemoveProcessor + rename?: RenameProcessor + script?: ScriptProcessor + set?: SetProcessor + sort?: SortProcessor + split?: SplitProcessor + trim?: TrimProcessor + uppercase?: UppercaseProcessor + urldecode?: UrlDecodeProcessor + bytes?: BytesProcessor + dissect?: DissectProcessor + set_security_user?: SetSecurityUserProcessor + pipeline?: PipelineProcessor + drop?: DropProcessor + circle?: CircleProcessor + inference?: InferenceProcessor +} + +export interface Profile { + shards: Array +} + +export interface PropertyBase { + local_metadata?: Record + meta?: Record + name?: PropertyName + type?: string + properties?: Record + ignore_above?: integer + dynamic?: boolean | DynamicMapping + fields?: Record +} + +export type PropertyName = string + +export interface PutAliasRequest extends RequestBase { + index: Indices + name: Name + master_timeout?: Time + timeout?: Time + body?: { + filter?: QueryContainer + index_routing?: Routing + is_write_index?: boolean + routing?: Routing + search_routing?: Routing + } +} + +export interface PutAliasResponse extends ResponseBase { +} + +export interface PutAutoscalingPolicyRequest extends RequestBase { + stub_a: string + stub_b: string + body: { + stub_c: string + } +} + +export interface PutAutoscalingPolicyResponse extends ResponseBase { + stub: integer +} + +export interface PutCalendarJobRequest extends RequestBase { + calendar_id: Id + job_id: Id +} + +export interface PutCalendarJobResponse extends ResponseBase { + calendar_id: string + description: string + job_ids: Array +} + +export interface PutCalendarRequest extends RequestBase { + calendar_id: Id + body?: { + description?: string + } +} + +export interface PutCalendarResponse extends ResponseBase { + calendar_id: string + description: string + job_ids: Array +} + +export interface PutDatafeedRequest extends RequestBase { + datafeed_id: Id + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_throttled?: boolean + ignore_unavailable?: boolean + body: { + aggregations?: Record + chunking_config?: ChunkingConfig + frequency?: Time + indices?: Array + indexes?: Array + job_id?: Id + max_empty_searches?: integer + query?: QueryContainer + query_delay?: Time + script_fields?: Record + scroll_size?: integer + } +} + +export interface PutDatafeedResponse extends ResponseBase { + aggregations: Record + chunking_config: ChunkingConfig + datafeed_id: string + frequency: Time + indices: Indices + job_id: string + max_empty_searches: integer + query: QueryContainer + query_delay: Time + script_fields: Record + scroll_size: integer +} + +export interface PutEnrichPolicyRequest extends RequestBase { + name: Name + body: { + geo_match?: EnrichPolicy + match?: EnrichPolicy + } +} + +export interface PutEnrichPolicyResponse extends AcknowledgedResponseBase { +} + +export interface PutFilterRequest extends RequestBase { + filter_id: Id + body: { + description?: string + items?: Array + } +} + +export interface PutFilterResponse extends ResponseBase { + description: string + filter_id: string + items: Array +} + +export interface PutIndexTemplateRequest extends RequestBase { + name: Name + create?: boolean + flat_settings?: boolean + include_type_name?: boolean + master_timeout?: Time + timeout?: Time + body: { + aliases?: Record + index_patterns?: string | Array + mappings?: TypeMapping + order?: integer + settings?: Record + version?: integer + } +} + +export interface PutIndexTemplateResponse extends AcknowledgedResponseBase { +} + +export interface PutJobRequest extends RequestBase { + job_id: Id + body: { + allow_lazy_open?: boolean + analysis_config?: AnalysisConfig + analysis_limits?: AnalysisLimits + data_description?: DataDescription + description?: string + model_plot?: ModelPlotConfig + model_snapshot_retention_days?: long + results_index_name?: IndexName + } +} + +export interface PutJobResponse extends ResponseBase { + allow_lazy_open: boolean + analysis_config: AnalysisConfig + analysis_limits: AnalysisLimits + background_persist_interval: Time + create_time: DateString + data_description: DataDescription + description: string + job_id: string + job_type: string + model_plot: ModelPlotConfig + model_snapshot_id: string + model_snapshot_retention_days: long + renormalization_window_days: long + results_index_name: string + results_retention_days: long +} + +export interface PutLifecycleRequest extends RequestBase { + policy?: Name + policy_id?: Id + body?: { + policy?: Policy + } +} + +export interface PutLifecycleResponse extends AcknowledgedResponseBase { +} + +export interface PutMappingRequest extends RequestBase { + index?: Indices + type?: Type + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + include_type_name?: boolean + master_timeout?: Time + timeout?: Time + body: { + all_field?: AllField + date_detection?: boolean + dynamic?: boolean | DynamicMapping + dynamic_date_formats?: Array + dynamic_templates?: Record | Array> + field_names_field?: FieldNamesField + index_field?: IndexField + meta?: Record + numeric_detection?: boolean + properties?: Record + routing_field?: RoutingField + size_field?: SizeField + source_field?: SourceField + } +} + +export interface PutMappingResponse extends IndicesResponseBase { +} + +export interface PutPipelineRequest extends RequestBase { + id: Id + master_timeout?: Time + timeout?: Time + body: { + description?: string + on_failure?: Array + processors?: Array + version?: long + } +} + +export interface PutPipelineResponse extends AcknowledgedResponseBase { +} + +export interface PutPrivilegesRequest extends RequestBase { + refresh?: Refresh + body: Record> +} + +export interface PutPrivilegesResponse extends DictionaryResponseBase> { +} + +export interface PutPrivilegesStatus { + created: boolean +} + +export interface PutRoleMappingRequest extends RequestBase { + name: Name + refresh?: Refresh + body: { + enabled?: boolean + metadata?: Record + roles?: Array + rules?: RoleMappingRuleBase + run_as?: Array + } +} + +export interface PutRoleMappingResponse extends ResponseBase { + created?: boolean + role_mapping: PutRoleMappingStatus +} + +export interface PutRoleMappingStatus { + created: boolean +} + +export interface PutRoleRequest extends RequestBase { + name: Name + refresh?: Refresh + body: { + applications?: Array + cluster?: Array + global?: Record + indices?: Array + metadata?: Record + run_as?: Array + } +} + +export interface PutRoleResponse extends ResponseBase { + role: PutRoleStatus +} + +export interface PutRoleStatus { + created: boolean +} + +export interface PutScriptRequest extends RequestBase { + id: Id + context?: Name + master_timeout?: Time + timeout?: Time + body: { + script?: StoredScript + } +} + +export interface PutScriptResponse extends AcknowledgedResponseBase { +} + +export interface PutSnapshotLifecycleRequest extends RequestBase { + policy_id: Name + body?: { + config?: SnapshotLifecycleConfig + name?: string + repository?: string + retention?: SnapshotRetentionConfiguration + schedule?: CronExpression + } +} + +export interface PutSnapshotLifecycleResponse extends AcknowledgedResponseBase { +} + +export interface PutTransformRequest extends RequestBase { + transform_id: Name + defer_validation?: boolean + body: { + description?: string + dest?: TransformDestination + frequency?: Time + pivot?: TransformPivot + source?: TransformSource + sync?: TransformSyncContainer + } +} + +export interface PutTransformResponse extends AcknowledgedResponseBase { +} + +export interface PutUserRequest extends RequestBase { + username: Name + refresh?: Refresh + body: { + username?: Name + email?: string | null + full_name?: string | null + metadata?: Record + password?: string + password_hash?: string + roles?: Array + enabled?: boolean + } +} + +export interface PutUserResponse extends ResponseBase { + created: boolean +} + +export interface PutWatchRequest extends RequestBase { + id: Name + active?: boolean + if_primary_term?: long + if_sequence_number?: long + version?: long + body?: { + actions?: Record + condition?: ConditionContainer + input?: InputContainer + metadata?: Record + throttle_period?: string + transform?: TransformContainer + trigger?: TriggerContainer + } +} + +export interface PutWatchResponse extends ResponseBase { + created: boolean + _id: string + _primary_term: long + _seq_no: long + _version: integer +} + +export type Quantifier = 'some' | 'all' + +export interface QueryBase { + boost?: float + _name?: string +} + +export interface QueryBreakdown { + advance: long + advance_count: long + build_scorer: long + build_scorer_count: long + create_weight: long + create_weight_count: long + match: long + match_count: long + shallow_advance: long + shallow_advance_count: long + next_doc: long + next_doc_count: long + score: long + score_count: long + compute_max_score: long + compute_max_score_count: long + set_min_competitive_score: long + set_min_competitive_score_count: long +} + +export interface QueryCacheStats { + cache_count: long + cache_size: long + evictions: long + hit_count: long + memory_size_in_bytes: long + miss_count: long + total_count: long +} + +export interface QueryContainer { + bool?: BoolQuery + boosting?: BoostingQuery + common?: Record + constant_score?: ConstantScoreQuery + dis_max?: DisMaxQuery + distance_feature?: Record | DistanceFeatureQuery + exists?: ExistsQuery + function_score?: FunctionScoreQuery + fuzzy?: Record + geo_bounding_box?: NamedQuery + geo_distance?: NamedQuery + geo_polygon?: NamedQuery + geo_shape?: NamedQuery + has_child?: HasChildQuery + has_parent?: HasParentQuery + ids?: IdsQuery + intervals?: NamedQuery + is_conditionless?: boolean + is_strict?: boolean + is_verbatim?: boolean + is_writable?: boolean + match?: NamedQuery + match_all?: MatchAllQuery + match_bool_prefix?: NamedQuery + match_none?: MatchNoneQuery + match_phrase?: NamedQuery + match_phrase_prefix?: NamedQuery + more_like_this?: MoreLikeThisQuery + multi_match?: MultiMatchQuery + nested?: NestedQuery + parent_id?: ParentIdQuery + percolate?: PercolateQuery + pinned?: PinnedQuery + prefix?: NamedQuery + query_string?: QueryStringQuery + range?: NamedQuery + rank_feature?: NamedQuery + regexp?: NamedQuery + script?: ScriptQuery + script_score?: ScriptScoreQuery + shape?: NamedQuery + simple_query_string?: SimpleQueryStringQuery + span_containing?: SpanContainingQuery + field_masking_span?: SpanFieldMaskingQuery + span_first?: SpanFirstQuery + span_multi?: SpanMultiTermQuery + span_near?: SpanNearQuery + span_not?: SpanNotQuery + span_or?: SpanOrQuery + span_term?: NamedQuery + span_within?: SpanWithinQuery + template?: QueryTemplate + term?: NamedQuery + terms?: NamedQuery | Array> + terms_set?: NamedQuery + wildcard?: NamedQuery + type?: TypeQuery +} + +export interface QueryProfile { + breakdown: QueryBreakdown + description: string + time_in_nanos: long + type: string + children?: Array +} + +export interface QuerySqlRequest extends RequestBase { + format?: string + body: { + columnar?: boolean + cursor?: string + fetch_size?: integer + filter?: QueryContainer + query?: string + time_zone?: string + } +} + +export interface QuerySqlResponse extends ResponseBase { + columns?: Array + cursor?: string + rows: Array +} + +export interface QueryStringQuery extends QueryBase { + allow_leading_wildcard?: boolean + analyzer?: string + analyze_wildcard?: boolean + auto_generate_synonyms_phrase_query?: boolean + default_field?: Field + default_operator?: Operator + enable_position_increments?: boolean + escape?: boolean + fields?: Fields + fuzziness?: Fuzziness + fuzzy_max_expansions?: integer + fuzzy_prefix_length?: integer + fuzzy_rewrite?: MultiTermQueryRewrite + fuzzy_transpositions?: boolean + lenient?: boolean + max_determinized_states?: integer + minimum_should_match?: MinimumShouldMatch + phrase_slop?: double + query?: string + quote_analyzer?: string + quote_field_suffix?: string + rewrite?: MultiTermQueryRewrite + tie_breaker?: double + time_zone?: string + type?: TextQueryType +} + +export interface QueryTemplate { + source: string +} + +export interface QueryUsage { + count: integer + failed: integer + paging: integer + total: integer +} + +export interface QueryUserPrivileges { + term: TermUserPrivileges +} + +export interface QueryWatchesRequest extends RequestBase { + stub_a: string + stub_b: string + body?: { + stub_c: string + } +} + +export interface QueryWatchesResponse extends ResponseBase { + stub: integer +} + +export interface RandomScoreFunction extends ScoreFunctionBase { + field?: Field + seed?: long | string +} + +export interface RangeAggregation extends BucketAggregationBase { + field?: Field + ranges?: Array + script?: Script +} + +export interface RangeBucketKeys { +} +export type RangeBucket = RangeBucketKeys | + { [property: string]: Aggregate } + +export interface RangeQuery extends QueryBase { + gt?: double | DateMath + gte?: double | DateMath + lt?: double | DateMath + lte?: double | DateMath + relation?: RangeRelation + time_zone?: string + from?: double | DateMath + to?: double | DateMath +} + +export type RangeRelation = 'within' | 'contains' | 'intersects' + +export interface RankFeatureFunction { +} + +export interface RankFeatureQuery extends QueryBase { + function?: RankFeatureFunction +} + +export interface RareTermsAggregation extends BucketAggregationBase { + exclude?: string | Array + field?: Field + include?: string | Array | TermsInclude + max_doc_count?: long + missing?: Missing + precision?: double + value_type?: string +} + +export interface RareTermsBucketKeys { +} +export type RareTermsBucket = RareTermsBucketKeys | + { [property: string]: Aggregate } + +export interface RateAggregation extends FormatMetricAggregationBase { + unit?: DateInterval + mode?: RateMode +} + +export type RateMode = 'sum' | 'value_count' + +export interface RealmInfo { + name: string + type: string +} + +export interface RealmUsage extends XPackUsage { + name: Array + order: Array + size: Array +} + +export interface RecoveryBytes { + percent: Percentage + recovered?: ByteSize + recovered_in_bytes: ByteSize + reused?: ByteSize + reused_in_bytes: ByteSize + total?: ByteSize + total_in_bytes: ByteSize +} + +export interface RecoveryFileDetails { + length: long + name: string + recovered: long +} + +export interface RecoveryFiles { + details?: Array + percent: Percentage + recovered: long + reused: long + total: long +} + +export interface RecoveryIndexStatus { + bytes?: RecoveryBytes + files: RecoveryFiles + size: RecoveryBytes + source_throttle_time?: Time + source_throttle_time_in_millis: EpochMillis + target_throttle_time?: Time + target_throttle_time_in_millis: EpochMillis + total_time_in_millis: EpochMillis + total_time?: Time +} + +export interface RecoveryOrigin { + hostname?: string + host?: string + transport_address?: string + id?: string + ip?: string + name?: string + bootstrap_new_history_uuid?: boolean +} + +export interface RecoveryStartStatus { + check_index_time: long + total_time_in_millis: string +} + +export interface RecoveryStats { + current_as_source: long + current_as_target: long + throttle_time?: string + throttle_time_in_millis: long +} + +export interface RecoveryStatus { + shards: Array +} + +export interface RecoveryStatusRequest extends RequestBase { + index?: Indices + active_only?: boolean + detailed?: boolean +} + +export interface RecoveryStatusResponse extends DictionaryResponseBase { +} + +export interface RecoveryTranslogStatus { + percent: Percentage + recovered: long + total: long + total_on_start: long + total_time?: string + total_time_in_millis: EpochMillis +} + +export interface RecoveryVerifyIndex { + check_index_time?: Time + check_index_time_in_millis: EpochMillis + total_time?: Time + total_time_in_millis: EpochMillis +} + +export type Refresh = boolean | RefreshOptions + +export type RefreshOptions = 'wait_for' + +export interface RefreshRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean +} + +export interface RefreshResponse extends ShardsOperationResponseBase { +} + +export interface RefreshStats { + external_total: long + external_total_time_in_millis: long + listeners: long + total: long + total_time?: string + total_time_in_millis: long +} + +export interface RegexpQuery extends QueryBase { + flags?: string + max_determinized_states?: integer + value?: string +} + +export interface RegressionInferenceOptions { + results_field: Field + num_top_feature_importance_values?: integer +} + +export interface ReindexDestination { + index: IndexName + op_type?: OpType + pipeline?: string + routing?: ReindexRouting + version_type?: VersionType +} + +export interface ReindexNode { + attributes: Record + host: string + ip: string + name: string + roles: Array + tasks: Record + transport_address: string +} + +export interface ReindexRequest extends RequestBase { + refresh?: boolean + requests_per_second?: long + scroll?: Time + slices?: long + timeout?: Time + wait_for_active_shards?: string + wait_for_completion?: boolean + require_alias?: boolean + body: { + conflicts?: Conflicts + dest?: ReindexDestination + max_docs?: long + script?: Script + size?: long + source?: ReindexSource + } +} + +export interface ReindexResponse extends ResponseBase { + batches?: long + created?: long + deleted?: long + failures?: Array + noops?: long + retries?: Retries + requests_per_second?: long + slice_id?: integer + task?: TaskId + throttled_millis?: EpochMillis + throttled_until_millis?: EpochMillis + timed_out?: boolean + took?: Time + total?: long + updated?: long + version_conflicts?: long +} + +export interface ReindexRethrottleRequest extends RequestBase { + task_id: Id + requests_per_second?: long +} + +export interface ReindexRethrottleResponse extends ResponseBase { + nodes: Record +} + +export interface ReindexRouting { +} + +export interface ReindexSource { + index: Indices + query?: QueryContainer + remote?: RemoteSource + size?: integer + slice?: SlicedScroll + sort?: Sort + _source?: Fields +} + +export interface ReindexStatus { + batches: long + created: long + deleted: long + noops: long + requests_per_second: float + retries: Retries + throttled_millis: long + throttled_until_millis: long + total: long + updated: long + version_conflicts: long +} + +export interface ReindexTask { + action: string + cancellable: boolean + description: string + id: long + node: string + running_time_in_nanos: long + start_time_in_millis: long + status: ReindexStatus + type: string +} + +export type RelationName = string + +export interface ReloadDetails { + index: string + reloaded_analyzers: Array + reloaded_node_ids: Array +} + +export interface ReloadSearchAnalyzersRequest extends RequestBase { + index: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean +} + +export interface ReloadSearchAnalyzersResponse extends ResponseBase { + reload_details: Array + _shards: ShardStatistics +} + +export interface ReloadSecureSettingsRequest extends RequestBase { + node_id?: NodeIds + timeout?: Time + body?: { + secure_settings_password?: string + } +} + +export interface ReloadSecureSettingsResponse extends NodesResponseBase { + cluster_name: string + nodes: Record +} + +export interface RemoteInfo { + connected: boolean + initial_connect_timeout: Time + max_connections_per_cluster: integer + num_nodes_connected: long + seeds: Array + skip_unavailable: boolean +} + +export interface RemoteInfoRequest extends RequestBase { +} + +export interface RemoteInfoResponse extends DictionaryResponseBase { +} + +export interface RemoteSource { + connect_timeout: Time + host: Uri + password: string + socket_timeout: Time + username: string +} + +export interface RemoveDuplicatesTokenFilter extends TokenFilterBase { +} + +export interface RemovePolicyRequest extends RequestBase { + index: IndexName +} + +export interface RemovePolicyResponse extends ResponseBase { + failed_indexes: Array + has_failures: boolean +} + +export interface RemoveProcessor extends ProcessorBase { + field: Fields + ignore_missing?: boolean +} + +export interface RenameProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field: Field +} + +export interface RenderSearchTemplateRequest extends RequestBase { + body?: { + file?: string + params?: Record + source?: string + } +} + +export interface RenderSearchTemplateResponse extends ResponseBase { + template_output: Record +} + +export interface RequestBase extends CommonQueryParameters { +} + +export interface RequestCacheStats { + evictions: long + hit_count: long + memory_size?: string + memory_size_in_bytes: long + miss_count: long +} + +export interface Rescore { + query: RescoreQuery + window_size?: integer +} + +export interface RescoreQuery { + rescore_query: QueryContainer + query_weight?: double + rescore_query_weight?: double + score_mode?: ScoreMode +} + +export interface ReservedSize { + node_id: string + path: string + total: long + shards: Array +} + +export type ResourcePrivileges = Record + +export interface ResponseBase { +} + +export type ResponseContentType = 'json' | 'yaml' | 'text' + +export interface RestoreRequest extends RequestBase { + repository: Name + snapshot: Name + master_timeout?: Time + wait_for_completion?: boolean + body?: { + ignore_index_settings?: Array + ignore_unavailable?: boolean + include_aliases?: boolean + include_global_state?: boolean + index_settings?: UpdateIndexSettingsRequest + indices?: Indices + partial?: boolean + rename_pattern?: string + rename_replacement?: string + } +} + +export interface RestoreResponse extends ResponseBase { + snapshot: SnapshotRestore +} + +export type Result = 'Error' | 'created' | 'updated' | 'deleted' | 'not_found' | 'noop' + +export interface ResultBucket { + anomaly_score: double + bucket_influencers: Array + bucket_span: Time + event_count: long + initial_anomaly_score: double + is_interim: boolean + job_id: string + partition_scores: Array + processing_time_ms: double + result_type: string + timestamp: DateString +} + +export interface ResumeAutoFollowPatternRequest extends RequestBase { + name: Name +} + +export interface ResumeAutoFollowPatternResponse extends AcknowledgedResponseBase { +} + +export interface ResumeFollowIndexRequest extends RequestBase { + index: IndexName + body?: { + max_outstanding_read_requests?: long + max_outstanding_write_requests?: long + max_read_request_operation_count?: long + max_read_request_size?: string + max_retry_delay?: Time + max_write_buffer_count?: long + max_write_buffer_size?: string + max_write_request_operation_count?: long + max_write_request_size?: string + read_poll_timeout?: Time + } +} + +export interface ResumeFollowIndexResponse extends AcknowledgedResponseBase { +} + +export interface Retries { + bulk: long + search: long +} + +export interface RetryIlmRequest extends RequestBase { + index: IndexName +} + +export interface RetryIlmResponse extends AcknowledgedResponseBase { +} + +export interface ReverseNestedAggregation extends BucketAggregationBase { + path?: Field +} + +export interface ReverseTokenFilter extends TokenFilterBase { +} + +export interface RevertModelSnapshotRequest extends RequestBase { + job_id: Id + snapshot_id: Id + body?: { + delete_intervening_results?: boolean + } +} + +export interface RevertModelSnapshotResponse extends ResponseBase { + model: ModelSnapshot +} + +export interface RoleMappingRuleBase { +} + +export interface RoleMappingUsage { + enabled: integer + size: integer +} + +export interface RoleUsage { + dls: boolean + fls: boolean + size: long +} + +export interface RolloverConditions { + max_age?: Time + max_docs?: long + max_size?: string + max_primary_shard_size?: ByteSize +} + +export interface RolloverIndexRequest extends RequestBase { + alias: IndexAlias + new_index?: IndexName + dry_run?: boolean + include_type_name?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: integer + body?: { + aliases?: Record + conditions?: RolloverConditions + mappings?: Record | TypeMapping + settings?: Record + } +} + +export interface RolloverIndexResponse extends AcknowledgedResponseBase { + conditions: Record + dry_run: boolean + new_index: string + old_index: string + rolled_over: boolean + shards_acknowledged: boolean +} + +export interface RollupCapabilities { + rollup_jobs: Array +} + +export interface RollupCapabilitiesJob { + fields: Record> + index_pattern: string + job_id: string + rollup_index: string +} + +export interface RollupFieldMetric { + field: Field + metrics: Array +} + +export interface RollupGroupings { + date_histogram?: DateHistogramRollupGrouping + histogram?: HistogramRollupGrouping + terms?: TermsRollupGrouping +} + +export interface RollupIndexCapabilities { + rollup_jobs: Array +} + +export interface RollupIndexCapabilitiesJob { + fields: Record> + index_pattern: string + job_id: Id + rollup_index: IndexName +} + +export interface RollupIndexCapabilitiesJobField { + agg: string + time_zone?: string + calendar_interval?: Time +} + +export interface RollupJobConfiguration { + cron: string + groups: RollupGroupings + id: Id + index_pattern: string + metrics: Array + page_size: long + rollup_index: IndexName + timeout: Time +} + +export interface RollupJobInformation { + config: RollupJobConfiguration + stats: RollupJobStats + status: RollupJobStatus +} + +export interface RollupJobStats { + documents_processed: long + index_failures: long + index_time_in_ms: long + index_total: long + pages_processed: long + rollups_indexed: long + search_failures: long + search_time_in_ms: long + search_total: long + trigger_count: long + processing_time_in_ms: long + processing_total: long +} + +export interface RollupJobStatus { + current_position?: Record + job_state: IndexingJobState + upgraded_doc_id: boolean +} + +export interface RollupJobTaskFailure { + task_id: TaskId + node_id: Id + status: string + reason: RollupJobTaskFailureReason +} + +export interface RollupJobTaskFailureReason { + type: string + reason: string +} + +export type RollupMetric = 'min' | 'max' | 'sum' | 'avg' | 'value_count' + +export interface RollupRequest extends RequestBase { + stubb: integer + stuba: integer + body: { + stub: integer + } +} + +export interface RollupResponse extends ResponseBase { + stub: integer +} + +export interface RollupSearchRequest extends RequestBase { + index: Indices + type?: Type + rest_total_hits_as_int?: boolean + typed_keys?: boolean + body: { + aggs?: Record + query?: QueryContainer + size?: integer + } +} + +export interface RollupSearchResponse extends ResponseBase { +} + +export interface RootNodeInfoRequest extends RequestBase { +} + +export interface RootNodeInfoResponse extends ResponseBase { + cluster_name: string + cluster_uuid: string + name: string + tagline: string + version: ElasticsearchVersionInfo +} + +export type Routing = string | number + +export interface RoutingField { + required: boolean +} + +export type RuleAction = 'skip_result' | 'skip_model_update' + +export interface RuleCondition { + applies_to: AppliesTo + operator: ConditionOperator + value: double +} + +export type RuleFilterType = 'include' | 'exclude' + +export interface RuntimeField { + format?: string + script?: StoredScript + type: FieldType +} + +export type RuntimeFields = Record + +export interface SampleDiversity { + field: Field + max_docs_per_value: integer +} + +export interface SamplerAggregation extends BucketAggregationBase { + shard_size?: integer +} + +export type SamplerAggregationExecutionHint = 'map' | 'global_ordinals' | 'bytes_hash' + +export interface ScheduleBase { +} + +export interface ScheduleContainer { + cron?: CronExpression + daily?: DailySchedule + hourly?: HourlySchedule + interval?: Interval + monthly?: Array + weekly?: Array + yearly?: Array +} + +export interface ScheduleTriggerEvent { + scheduled_time: DateString | string + triggered_time?: DateString | string +} + +export interface ScheduledEvent { + calendar_id: Id + description: string + end_time: DateString + event_id: Id + start_time: DateString +} + +export interface ScoreFunctionBase { + filter?: QueryContainer + weight?: double +} + +export type ScoreMode = 'avg' | 'max' | 'min' | 'multiply' | 'total' + +export interface ScoreSort { + mode?: SortMode + order?: SortOrder +} + +export type Script = InlineScript | IndexedScript | string + +export interface ScriptBase { + lang?: string + params?: Record +} + +export interface ScriptCondition { + lang: string + params?: Record + source: string +} + +export interface ScriptField { + script: Script +} + +export interface ScriptProcessor extends ProcessorBase { + id?: Id + lang?: string + params?: Record + source: string +} + +export interface ScriptQuery extends QueryBase { + script?: Script +} + +export interface ScriptScoreFunction extends ScoreFunctionBase { + script: Script +} + +export interface ScriptScoreQuery extends QueryBase { + query?: QueryContainer + script?: Script +} + +export interface ScriptSort { + order?: SortOrder + script: Script + type?: string +} + +export interface ScriptStats { + cache_evictions: long + compilations: long +} + +export interface ScriptTransform { + lang: string + params: Record +} + +export interface ScriptedHeuristic { + script: Script +} + +export interface ScriptedMetricAggregate extends AggregateBase { + value: any +} + +export interface ScriptedMetricAggregation extends MetricAggregationBase { + combine_script?: Script + init_script?: Script + map_script?: Script + params?: Record + reduce_script?: Script +} + +export type ScrollId = string + +export interface ScrollRequest extends RequestBase { + scroll_id?: Id + scroll?: Time + rest_total_hits_as_int?: boolean + total_hits_as_integer?: boolean + body?: { + scroll?: Time + scroll_id?: ScrollId + rest_total_hits_as_int?: boolean + } +} + +export interface ScrollResponse extends SearchResponse { + failed_shards?: Array +} + +export interface ScrollResponseErrorReason { + type: string + reason: string +} + +export interface ScrollResponseFailedShard { + shard: integer + reason: ScrollResponseErrorReason +} + +export interface SearchInput { + extract: Array + request: SearchInputRequestDefinition + timeout: Time +} + +export interface SearchInputRequestDefinition { + body?: SearchRequest + indices?: Array + indices_options?: IndicesOptions + search_type?: SearchType + template?: SearchTemplateRequest +} + +export interface SearchNode { + name: string + transport_address: string +} + +export interface SearchProfile { + collector: Array + query: Array + rewrite_time: long +} + +export interface SearchRequest extends RequestBase { + index?: Indices + type?: Types + allow_no_indices?: boolean + allow_partial_search_results?: boolean + analyzer?: string + analyze_wildcard?: boolean + batched_reduce_size?: long + ccs_minimize_roundtrips?: boolean + default_operator?: DefaultOperator + df?: string + docvalue_fields?: Fields + expand_wildcards?: ExpandWildcards + ignore_throttled?: boolean + ignore_unavailable?: boolean + lenient?: boolean + max_concurrent_shard_requests?: long + preference?: string + pre_filter_shard_size?: long + query_on_query_string?: string + request_cache?: boolean + routing?: Routing + scroll?: Time + search_type?: SearchType + sequence_number_primary_term?: boolean + stats?: Array + stored_fields?: Fields + suggest_field?: Field + suggest_mode?: SuggestMode + suggest_size?: long + suggest_text?: string + total_hits_as_integer?: boolean + track_total_hits?: boolean | integer + typed_keys?: boolean + rest_total_hits_as_int?: boolean + _source_excludes?: Fields + _source_includes?: Fields + seq_no_primary_term?: boolean + q?: string + size?: integer + from?: integer + sort?: string | Array + body?: { + aggs?: Record + aggregations?: Record + collapse?: FieldCollapse + explain?: boolean + from?: integer + highlight?: Highlight + track_total_hits?: boolean | integer + indices_boost?: Array> + docvalue_fields?: DocValueField | Array + min_score?: double + post_filter?: QueryContainer + profile?: boolean + query?: QueryContainer + rescore?: Rescore | Array + script_fields?: Record + search_after?: Array + size?: integer + slice?: SlicedScroll + sort?: Sort + _source?: boolean | Fields | SourceFilter + fields?: Array + suggest?: SuggestContainer | Record + terminate_after?: long + timeout?: string + track_scores?: boolean + version?: boolean + seq_no_primary_term?: boolean + stored_fields?: Fields + pit?: PointInTimeReference + runtime_mappings?: RuntimeFields + stats?: Array + } +} + +export interface SearchResponse extends ResponseBase { + took: long + timed_out: boolean + _shards: ShardStatistics + hits: HitsMetadata + aggregations?: Record + _clusters?: ClusterStatistics + documents?: Array + fields?: Record + max_score?: double + num_reduce_phases?: long + profile?: Profile + pit_id?: Id + _scroll_id?: ScrollId + suggest?: Record>> + terminated_early?: boolean +} + +export interface SearchShard { + index: string + node: string + primary: boolean + relocating_node: string + shard: integer + state: string +} + +export interface SearchShardsRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + local?: boolean + preference?: string + routing?: Routing +} + +export interface SearchShardsResponse extends ResponseBase { + nodes: Record + shards: Array> +} + +export interface SearchStats { + fetch_current: long + fetch_time_in_millis: long + fetch_total: long + open_contexts?: long + query_current: long + query_time_in_millis: long + query_total: long + scroll_current: long + scroll_time_in_millis: long + scroll_total: long + suggest_current: long + suggest_time_in_millis: long + suggest_total: long + groups?: Record +} + +export interface SearchTemplateRequest extends RequestBase { + index?: Indices + type?: Types + allow_no_indices?: boolean + ccs_minimize_roundtrips?: boolean + expand_wildcards?: ExpandWildcards + explain?: boolean + ignore_throttled?: boolean + ignore_unavailable?: boolean + preference?: string + profile?: boolean + routing?: Routing + scroll?: Time + search_type?: SearchType + total_hits_as_integer?: boolean + typed_keys?: boolean + body: { + id?: string + params?: Record + source?: string + } +} + +export interface SearchTransform { + request: SearchInputRequestDefinition + timeout: Time +} + +export type SearchType = 'query_then_fetch' | 'dfs_query_then_fetch' + +export interface SecurityFeatureToggle { + enabled: boolean +} + +export interface SecurityNode { + name: string +} + +export interface SecurityUsage extends XPackUsage { + anonymous: SecurityFeatureToggle + audit: AuditUsage + ipfilter: IpFilterUsage + realms: Record + role_mapping: Record + roles: Record + ssl: SslUsage + system_key: SecurityFeatureToggle +} + +export interface Segment { + attributes: Record + committed: boolean + compound: boolean + deleted_docs: long + generation: integer + memory_in_bytes: double + search: boolean + size_in_bytes: double + num_docs: long + version: string +} + +export interface SegmentsRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + verbose?: boolean +} + +export interface SegmentsResponse extends ResponseBase { + indices: Record + _shards: ShardStatistics +} + +export interface SegmentsStats { + count: long + doc_values_memory_in_bytes: long + file_sizes: Record + fixed_bit_set_memory_in_bytes: long + index_writer_max_memory_in_bytes?: long + index_writer_memory_in_bytes: long + max_unsafe_auto_id_timestamp: long + memory_in_bytes: long + norms_memory_in_bytes: long + points_memory_in_bytes: long + stored_fields_memory_in_bytes: long + terms_memory_in_bytes: long + term_vectors_memory_in_bytes: long + version_map_memory_in_bytes: long +} + +export interface SerialDifferencingAggregation extends PipelineAggregationBase { + lag?: integer +} + +export interface SetProcessor extends ProcessorBase { + field: Field + override?: boolean + value: any +} + +export interface SetSecurityUserProcessor extends ProcessorBase { + field: Field + properties?: Array +} + +export interface SetUpgradeModeRequest extends RequestBase { + enabled?: boolean + timeout?: Time +} + +export interface SetUpgradeModeResponse extends AcknowledgedResponseBase { +} + +export interface ShapeQuery extends QueryBase { + ignore_unmapped?: boolean + indexed_shape?: FieldLookup + relation?: ShapeRelation + shape?: GeoShape +} + +export type ShapeRelation = 'intersects' | 'disjoint' | 'within' + +export type ShapeType = 'geo_shape' | 'shape' + +export interface ShardCommit { + generation: integer + id: string + num_docs: long + user_data: Record +} + +export interface ShardCompletion { + size_in_bytes: long +} + +export interface ShardDocs { + count: long + deleted: long +} + +export interface ShardFailure { + index: string + node: string + reason: ErrorCause + shard: integer + status?: string +} + +export interface ShardFielddata { + evictions: long + memory_size_in_bytes: long +} + +export interface ShardFileSizeInfo { + description: string + size_in_bytes: long +} + +export interface ShardFlush { + total: long + periodic: long + total_time_in_millis: long +} + +export interface ShardGet { + current: long + exists_time_in_millis: long + exists_total: long + missing_time_in_millis: long + missing_total: long + time_in_millis: long + total: long +} + +export interface ShardHealthStats { + active_shards: integer + initializing_shards: integer + primary_active: boolean + relocating_shards: integer + status: Health + unassigned_shards: integer +} + +export interface ShardIndexing { + delete_current: long + delete_time_in_millis: long + delete_total: long + index_current: long + index_failed: long + index_time_in_millis: long + index_total: long + is_throttled: boolean + noop_update_total: long + throttle_time_in_millis: long +} + +export interface ShardLease { + id: string + retaining_seq_no: long + timestamp: long + source: string +} + +export interface ShardMerges { + current: long + current_docs: long + current_size_in_bytes: long + total: long + total_auto_throttle_in_bytes: long + total_docs: long + total_size_in_bytes: long + total_stopped_time_in_millis: long + total_throttled_time_in_millis: long + total_time_in_millis: long +} + +export interface ShardPath { + data_path: string + is_custom_data_path: boolean + state_path: string +} + +export interface ShardProfile { + aggregations: Array + id: string + searches: Array +} + +export interface ShardQueryCache { + cache_count: long + cache_size: long + evictions: long + hit_count: long + memory_size_in_bytes: long + miss_count: long + total_count: long +} + +export interface ShardRecovery { + id: long + index: RecoveryIndexStatus + primary: boolean + source: RecoveryOrigin + stage: string + start?: RecoveryStartStatus + start_time?: DateString + start_time_in_millis: EpochMillis + stop_time?: DateString + stop_time_in_millis: EpochMillis + target: RecoveryOrigin + total_time?: DateString + total_time_in_millis: EpochMillis + translog: RecoveryTranslogStatus + type: string + verify_index: RecoveryVerifyIndex +} + +export interface ShardRefresh { + listeners: long + total: long + total_time_in_millis: long + external_total: long + external_total_time_in_millis: long +} + +export interface ShardRequestCache { + evictions: long + hit_count: long + memory_size_in_bytes: long + miss_count: long +} + +export interface ShardRetentionLeases { + primary_term: long + version: long + leases: Array +} + +export interface ShardRouting { + node: string + primary: boolean + relocating_node?: string + state: ShardRoutingState +} + +export type ShardRoutingState = 'UNASSIGNED' | 'INITIALIZING' | 'STARTED' | 'RELOCATING' + +export interface ShardSearch { + fetch_current: long + fetch_time_in_millis: long + fetch_total: long + open_contexts: long + query_current: long + query_time_in_millis: long + query_total: long + scroll_current: long + scroll_time_in_millis: long + scroll_total: long + suggest_current: long + suggest_time_in_millis: long + suggest_total: long +} + +export interface ShardSegmentRouting { + node: string + primary: boolean + state: string +} + +export interface ShardSegments { + count: long + doc_values_memory_in_bytes: long + file_sizes: Record + fixed_bit_set_memory_in_bytes: long + index_writer_memory_in_bytes: long + max_unsafe_auto_id_timestamp: long + memory_in_bytes: long + norms_memory_in_bytes: long + points_memory_in_bytes: long + stored_fields_memory_in_bytes: long + terms_memory_in_bytes: long + term_vectors_memory_in_bytes: long + version_map_memory_in_bytes: long +} + +export interface ShardSequenceNumber { + global_checkpoint: long + local_checkpoint: long + max_seq_no: long +} + +export interface ShardStatistics { + failed: uint + successful: uint + total: uint + failures?: Array + skipped?: uint +} + +export interface ShardStats { + commit: ShardCommit + completion: ShardCompletion + docs: ShardDocs + fielddata: ShardFielddata + flush: ShardFlush + get: ShardGet + indexing: ShardIndexing + merges: ShardMerges + shard_path: ShardPath + query_cache: ShardQueryCache + recovery: ShardStatsRecovery + refresh: ShardRefresh + request_cache: ShardRequestCache + retention_leases: ShardRetentionLeases + routing: ShardRouting + search: ShardSearch + segments: ShardSegments + seq_no: ShardSequenceNumber + store: ShardStatsStore + translog: ShardTransactionLog + warmer: ShardWarmer +} + +export interface ShardStatsRecovery { + current_as_source: long + current_as_target: long + throttle_time_in_millis: long +} + +export interface ShardStatsStore { + reserved_in_bytes: long + size_in_bytes: long +} + +export interface ShardStore { + allocation: ShardStoreAllocation + allocation_id: Id + attributes: Record + id: Id + legacy_version: long + name: string + store_exception: ShardStoreException + transport_address: string +} + +export type ShardStoreAllocation = 'primary' | 'replica' | 'unused' + +export interface ShardStoreException { + reason: string + type: string +} + +export interface ShardStoreWrapper { + stores: Array +} + +export interface ShardTransactionLog { + earliest_last_modified_age: long + operations: long + size_in_bytes: long + uncommitted_operations: long + uncommitted_size_in_bytes: long +} + +export interface ShardWarmer { + current: long + total: long + total_time_in_millis: long +} + +export interface ShardsOperationResponseBase extends ResponseBase { + _shards: ShardStatistics +} + +export interface ShardsSegment { + num_committed_segments: integer + routing: ShardSegmentRouting + num_search_segments: integer + segments: Record +} + +export interface ShingleTokenFilter extends TokenFilterBase { + filler_token: string + max_shingle_size: integer + min_shingle_size: integer + output_unigrams: boolean + output_unigrams_if_no_shingles: boolean + token_separator: string +} + +export interface ShrinkIndexRequest extends RequestBase { + index: IndexName + target: IndexName + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string + body?: { + aliases?: Record + settings?: Record + } +} + +export interface ShrinkIndexResponse extends AcknowledgedResponseBase { + shards_acknowledged: boolean + index: IndexName +} + +export interface SignificantTermsAggregate extends MultiBucketAggregate { + bg_count: long + doc_count: long +} + +export interface SignificantTermsAggregation extends BucketAggregationBase { + background_filter?: QueryContainer + chi_square?: ChiSquareHeuristic + exclude?: string | Array + execution_hint?: TermsAggregationExecutionHint + field?: Field + gnd?: GoogleNormalizedDistanceHeuristic + include?: string | Array + min_doc_count?: long + mutual_information?: MutualInformationHeuristic + percentage?: PercentageScoreHeuristic + script_heuristic?: ScriptedHeuristic + shard_min_doc_count?: long + shard_size?: integer + size?: integer +} + +export interface SignificantTermsBucketKeys { +} +export type SignificantTermsBucket = SignificantTermsBucketKeys | + { [property: string]: Aggregate } + +export interface SignificantTextAggregation extends BucketAggregationBase { + background_filter?: QueryContainer + chi_square?: ChiSquareHeuristic + exclude?: string | Array + execution_hint?: TermsAggregationExecutionHint + field?: Field + filter_duplicate_text?: boolean + gnd?: GoogleNormalizedDistanceHeuristic + include?: string | Array + min_doc_count?: long + mutual_information?: MutualInformationHeuristic + percentage?: PercentageScoreHeuristic + script_heuristic?: ScriptedHeuristic + shard_min_doc_count?: long + shard_size?: integer + size?: integer + source_fields?: Fields +} + +export interface SimpleInput { + payload: Record +} + +export type SimpleQueryStringFlags = 'NONE' | 'AND' | 'OR' | 'NOT' | 'PREFIX' | 'PHRASE' | 'PRECEDENCE' | 'ESCAPE' | 'WHITESPACE' | 'FUZZY' | 'NEAR' | 'SLOP' | 'ALL' + +export interface SimpleQueryStringQuery extends QueryBase { + analyzer?: string + analyze_wildcard?: boolean + auto_generate_synonyms_phrase_query?: boolean + default_operator?: Operator + fields?: Fields + flags?: SimpleQueryStringFlags | string + fuzzy_max_expansions?: integer + fuzzy_prefix_length?: integer + fuzzy_transpositions?: boolean + lenient?: boolean + minimum_should_match?: MinimumShouldMatch + query?: string + quote_field_suffix?: string +} + +export interface SimulatePipelineDocument { + _id?: Id + _index?: IndexName + _source: any +} + +export interface SimulatePipelineRequest extends RequestBase { + id?: Id + verbose?: boolean + body: { + docs?: Array + pipeline?: Pipeline + } +} + +export interface SimulatePipelineResponse extends ResponseBase { + docs: Array +} + +export interface SimulatedActions { + actions: Array + all: SimulatedActions + use_all: boolean +} + +export interface SingleBucketAggregateKeys extends AggregateBase { + doc_count: double +} +export type SingleBucketAggregate = SingleBucketAggregateKeys | + { [property: string]: Aggregate } + +export interface SingleGroupSource { + field: Field + script: Script +} + +export type Size = 'Raw' | 'k' | 'm' | 'g' | 't' | 'p' + +export interface SizeField { + enabled: boolean +} + +export interface SlackActionResult { + account?: string + message: SlackMessage +} + +export interface SlackAttachment { + author_icon?: string + author_link?: string + author_name: string + color?: string + fallback?: string + fields?: Array + footer?: string + footer_icon?: string + image_url?: string + pretext?: string + text?: string + thumb_url?: string + title: string + title_link?: string + ts?: DateString +} + +export interface SlackAttachmentField { + short: boolean + title: string + value: string +} + +export interface SlackDynamicAttachment { + attachment_template: SlackAttachment + list_path: string +} + +export interface SlackMessage { + attachments: Array + dynamic_attachments?: SlackDynamicAttachment + from: string + icon?: string + text: string + to: Array +} + +export interface SlicedScroll { + field?: Field + id: integer + max: integer +} + +export interface SlmUsage extends XPackUsage { + policy_count: integer + policy_stats: SnapshotLifecycleStats +} + +export interface SmoothingModelContainer { + laplace: LaplaceSmoothingModel + linear_interpolation: LinearInterpolationSmoothingModel + stupid_backoff: StupidBackoffSmoothingModel +} + +export interface SnapshotIndexStats { + shards: Record + shards_stats: SnapshotShardsStats + stats: SnapshotStats +} + +export interface SnapshotInfo { + data_streams: Array + duration_in_millis?: EpochMillis + end_time?: DateString + end_time_in_millis?: EpochMillis + failures?: Array + include_global_state?: boolean + indices: Array + metadata?: Record + reason?: string + snapshot: string + shards?: ShardStatistics + start_time?: DateString + start_time_in_millis?: EpochMillis + state?: string + uuid: Uuid + version?: string + version_id?: integer + feature_states?: Array +} + +export interface SnapshotInfoFeatureState { + feature_name: string + indices: Indices +} + +export interface SnapshotLifecycleConfig { + ignore_unavailable?: boolean + include_global_state?: boolean + indices: Indices +} + +export interface SnapshotLifecycleInProgress { + name: string + start_time_millis: DateString + state: string + uuid: string +} + +export interface SnapshotLifecycleInvocationRecord { + snapshot_name: string + time: DateString +} + +export interface SnapshotLifecyclePolicy { + config: SnapshotLifecycleConfig + name: string + repository: string + retention: SnapshotRetentionConfiguration + schedule: CronExpression +} + +export interface SnapshotLifecyclePolicyMetadata { + in_progress?: SnapshotLifecycleInProgress + last_failure?: SnapshotLifecycleInvocationRecord + last_success?: SnapshotLifecycleInvocationRecord + modified_date?: DateString + modified_date_millis: EpochMillis + next_execution?: DateString + next_execution_millis: EpochMillis + policy: SnapshotLifecyclePolicy + version: integer + stats: SnapshotLifecycleStats +} + +export interface SnapshotLifecycleStats { + retention_deletion_time?: DateString + retention_deletion_time_millis?: EpochMillis + retention_failed?: long + retention_runs?: long + retention_timed_out?: long + policy?: Id + total_snapshots_deleted?: long + snapshots_deleted?: long + total_snapshot_deletion_failures?: long + snapshot_deletion_failures?: long + total_snapshots_failed?: long + snapshots_failed?: long + total_snapshots_taken?: long + snapshots_taken?: long +} + +export interface SnapshotRepository { + type: string + uuid?: Uuid + settings: SnapshotRepositorySettings +} + +export interface SnapshotRepositorySettings { + chunk_size?: string + compress?: string | boolean + concurrent_streams?: string | integer + location: string + read_only?: string | boolean + readonly?: string | boolean +} + +export interface SnapshotRequest extends RequestBase { + repository: Name + snapshot: Name + master_timeout?: Time + wait_for_completion?: boolean + body?: { + ignore_unavailable?: boolean + include_global_state?: boolean + indices?: Indices + metadata?: Record + partial?: boolean + } +} + +export interface SnapshotResponse extends ResponseBase { + accepted?: boolean + snapshot?: SnapshotInfo +} + +export interface SnapshotRestore { + indices: Array + snapshot: string + shards: ShardStatistics +} + +export interface SnapshotRetentionConfiguration { + expire_after: Time + max_count: integer + min_count: integer +} + +export interface SnapshotShardFailure { + index: string + node_id: string + reason: string + shard_id: string + status: string +} + +export interface SnapshotShardsStats { + done: long + failed: long + finalizing: long + initializing: long + started: long + total: long +} + +export interface SnapshotStats { + incremental: FileCountSnapshotStats + start_time_in_millis: long + time_in_millis: long + total: FileCountSnapshotStats +} + +export interface SnapshotStatus { + include_global_state: boolean + indices: Record + repository: string + shards_stats: SnapshotShardsStats + snapshot: string + state: string + stats: SnapshotStats + uuid: Uuid +} + +export interface SnapshotStatusRequest extends RequestBase { + repository?: Name + snapshot?: Names + ignore_unavailable?: boolean + master_timeout?: Time +} + +export interface SnapshotStatusResponse extends ResponseBase { + snapshots: Array +} + +export type SnowballLanguage = 'Armenian' | 'Basque' | 'Catalan' | 'Danish' | 'Dutch' | 'English' | 'Finnish' | 'French' | 'German' | 'German2' | 'Hungarian' | 'Italian' | 'Kp' | 'Lovins' | 'Norwegian' | 'Porter' | 'Portuguese' | 'Romanian' | 'Russian' | 'Spanish' | 'Swedish' | 'Turkish' + +export interface SnowballTokenFilter extends TokenFilterBase { + language: SnowballLanguage +} + +export type Sort = SortCombinations | Array + +export type SortCombinations = Field | SortContainer | SortOrder + +export interface SortContainerKeys { + _score?: ScoreSort + _doc?: ScoreSort + _geo_distance?: GeoDistanceSort + _script?: ScriptSort +} +export type SortContainer = SortContainerKeys | + { [property: string]: FieldSort | SortOrder } + +export type SortMode = 'min' | 'max' | 'sum' | 'avg' | 'median' + +export type SortOrder = 'asc' | 'desc' | '_doc' + +export interface SortProcessor extends ProcessorBase { + field: Field + order: SortOrder + target_field: Field +} + +export type SortResults = Array + +export interface SourceExistsRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + preference?: string + realtime?: boolean + refresh?: boolean + routing?: Routing + source_enabled?: boolean + source_excludes?: Fields + source_includes?: Fields + version?: long + version_type?: VersionType +} + +export type SourceExistsResponse = boolean + +export interface SourceField { + compress?: boolean + compress_threshold?: string + enabled: boolean + excludes?: Array + includes?: Array +} + +export interface SourceFilter { + excludes?: Fields + includes?: Fields + exclude?: Fields + include?: Fields +} + +export interface SourceRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + preference?: string + realtime?: boolean + refresh?: boolean + routing?: Routing + source_enabled?: boolean + _source_excludes?: Fields + _source_includes?: Fields + version?: long + version_type?: VersionType +} + +export interface SourceResponse extends ResponseBase { + body: TDocument +} + +export interface SpanContainingQuery extends QueryBase { + big?: SpanQuery + little?: SpanQuery +} + +export interface SpanFieldMaskingQuery extends QueryBase { + field?: Field + query?: SpanQuery +} + +export interface SpanFirstQuery extends QueryBase { + end?: integer + match?: SpanQuery +} + +export interface SpanGapQuery extends QueryBase { + field?: Field + width?: integer +} + +export interface SpanMultiTermQuery extends QueryBase { + match?: QueryContainer +} + +export interface SpanNearQuery extends QueryBase { + clauses?: Array + in_order?: boolean + slop?: integer +} + +export interface SpanNotQuery extends QueryBase { + dist?: integer + exclude?: SpanQuery + include?: SpanQuery + post?: integer + pre?: integer +} + +export interface SpanOrQuery extends QueryBase { + clauses?: Array +} + +export interface SpanQuery extends QueryBase { + span_containing?: NamedQuery + field_masking_span?: NamedQuery + span_first?: NamedQuery + span_gap?: NamedQuery + span_multi?: SpanMultiTermQuery + span_near?: NamedQuery + span_not?: NamedQuery + span_or?: NamedQuery + span_term?: NamedQuery + span_within?: NamedQuery +} + +export interface SpanTermQuery extends QueryBase { + value: string +} + +export interface SpanWithinQuery extends QueryBase { + big?: SpanQuery + little?: SpanQuery +} + +export interface SplitIndexRequest extends RequestBase { + index: IndexName + target: IndexName + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string + body?: { + aliases?: Record + settings?: Record + } +} + +export interface SplitIndexResponse extends AcknowledgedResponseBase { + shards_acknowledged: boolean +} + +export interface SplitProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + preserve_trailing?: boolean + separator: string + target_field?: Field +} + +export interface SqlColumn { + name: string + type: string +} + +export type SqlRow = Array + +export interface SqlUsage extends XPackUsage { + features: Record + queries: Record +} + +export interface SslUsage { + http: SecurityFeatureToggle + transport: SecurityFeatureToggle +} + +export interface StandardDeviationBounds { + lower?: double + upper?: double + lower_population?: double + upper_population?: double + lower_sampling?: double + upper_sampling?: double +} + +export interface StandardTokenizer extends TokenizerBase { + max_token_length: integer +} + +export interface StartBasicLicenseRequest extends RequestBase { + acknowledge?: boolean +} + +export interface StartBasicLicenseResponse extends AcknowledgedResponseBase { + acknowledge: Record> + basic_was_started: boolean + error_message: string +} + +export interface StartDatafeedRequest extends RequestBase { + datafeed_id: Id + body?: { + end?: DateString + start?: DateString + timeout?: Time + } +} + +export interface StartDatafeedResponse extends ResponseBase { + node: NodeIds + started: boolean +} + +export interface StartIlmRequest extends RequestBase { +} + +export interface StartIlmResponse extends AcknowledgedResponseBase { +} + +export interface StartRollupJobRequest extends RequestBase { + id: Id +} + +export interface StartRollupJobResponse extends ResponseBase { + started: boolean +} + +export interface StartSnapshotLifecycleManagementRequest extends RequestBase { +} + +export interface StartSnapshotLifecycleManagementResponse extends AcknowledgedResponseBase { +} + +export interface StartTransformRequest extends RequestBase { + transform_id: Name + timeout?: Time +} + +export interface StartTransformResponse extends AcknowledgedResponseBase { +} + +export interface StartTrialLicenseRequest extends RequestBase { + acknowledge?: boolean + type_query_string?: string +} + +export interface StartTrialLicenseResponse extends AcknowledgedResponseBase { + error_message?: string + acknowledged: boolean + trial_was_started: boolean + type: LicenseType +} + +export interface StartWatcherRequest extends RequestBase { +} + +export interface StartWatcherResponse extends AcknowledgedResponseBase { +} + +export interface StatsAggregate extends AggregateBase { + count: double + sum: double + avg?: double + max?: double + min?: double +} + +export interface StatsAggregation extends FormatMetricAggregationBase { +} + +export interface StatsBucketAggregation extends PipelineAggregationBase { +} + +export type Status = 'success' | 'failure' | 'simulated' | 'throttled' + +export interface StemmerOverrideTokenFilter extends TokenFilterBase { + rules: Array + rules_path: string +} + +export interface StemmerTokenFilter extends TokenFilterBase { + language: string +} + +export interface StepKey { + action: string + name: string + phase: string +} + +export interface StopDatafeedRequest extends RequestBase { + datafeed_id: Id + allow_no_datafeeds?: boolean + body?: { + force?: boolean + timeout?: Time + } +} + +export interface StopDatafeedResponse extends ResponseBase { + stopped: boolean +} + +export interface StopIlmRequest extends RequestBase { +} + +export interface StopIlmResponse extends AcknowledgedResponseBase { +} + +export interface StopRollupJobRequest extends RequestBase { + id: Id + timeout?: Time + wait_for_completion?: boolean +} + +export interface StopRollupJobResponse extends ResponseBase { + stopped: boolean +} + +export interface StopSnapshotLifecycleManagementRequest extends RequestBase { +} + +export interface StopSnapshotLifecycleManagementResponse extends AcknowledgedResponseBase { +} + +export interface StopTokenFilter extends TokenFilterBase { + ignore_case?: boolean + remove_trailing?: boolean + stopwords: StopWords + stopwords_path?: string +} + +export interface StopTransformRequest extends RequestBase { + transform_id: Name + allow_no_match?: boolean + force?: boolean + timeout?: Time + wait_for_checkpoint?: boolean + wait_for_completion?: boolean +} + +export interface StopTransformResponse extends AcknowledgedResponseBase { +} + +export interface StopWatcherRequest extends RequestBase { +} + +export interface StopWatcherResponse extends AcknowledgedResponseBase { +} + +export type StopWords = string | Array + +export interface StoreStats { + size?: string + size_in_bytes: double + reserved_in_bytes: double +} + +export interface StoredScript { + lang: string + source: string +} + +export type StringDistance = 'internal' | 'damerau_levenshtein' | 'levenshtein' | 'jaro_winkler' | 'ngram' + +export interface StringStatsAggregate extends AggregateBase { + count: long + min_length: integer + max_length: integer + avg_length: double + entropy: double + distribution?: Record +} + +export interface StringStatsAggregation extends MetricAggregationBase { + show_distribution?: boolean +} + +export interface StupidBackoffSmoothingModel { + discount: double +} + +export interface Suggest { + length: integer + offset: integer + options: Array> + text: string +} + +export interface SuggestContainer { + completion?: CompletionSuggester + phrase?: PhraseSuggester + prefix?: string + regex?: string + term?: TermSuggester + text?: string +} + +export interface SuggestContextQuery { + boost?: double + context: Context + neighbours?: Array | Array + precision?: Distance | integer + prefix?: boolean +} + +export interface SuggestFuzziness { + fuzziness: Fuzziness + min_length: integer + prefix_length: integer + transpositions: boolean + unicode_aware: boolean +} + +export type SuggestMode = 'missing' | 'popular' | 'always' + +export type SuggestOption = CompletionSuggestOption | PhraseSuggestOption | TermSuggestOption + +export type SuggestSort = 'score' | 'frequency' + +export interface SuggesterBase { + field: Field + analyzer?: string + size?: integer +} + +export type SuggestionName = string + +export interface SumAggregation extends FormatMetricAggregationBase { +} + +export interface SumBucketAggregation extends PipelineAggregationBase { +} + +export interface SyncedFlushRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean +} + +export interface SyncedFlushResponse extends DictionaryResponseBase { + _shards: ShardStatistics +} + +export type SynonymFormat = 'solr' | 'wordnet' + +export interface SynonymGraphTokenFilter extends TokenFilterBase { + expand: boolean + format: SynonymFormat + lenient: boolean + synonyms: Array + synonyms_path: string + tokenizer: string + updateable: boolean +} + +export interface SynonymTokenFilter extends TokenFilterBase { + expand: boolean + format: SynonymFormat + lenient: boolean + synonyms: Array + synonyms_path: string + tokenizer: string + updateable: boolean +} + +export interface TDigest { + compression?: integer +} + +export interface TDigestPercentilesAggregate extends AggregateBase { + values: Record +} + +export interface TTestAggregation extends Aggregation { + a?: TestPopulation + b?: TestPopulation + type?: TTestType +} + +export type TTestType = 'paired' | 'homoscedastic' | 'heteroscedastic' + +export interface TaskExecutingNode { + attributes: Record + host: string + ip: string + name: string + roles: Array + tasks: Record + transport_address: string +} + +export type TaskId = string | integer + +export interface TaskInfo { + action: string + cancellable: boolean + children?: Array + description?: string + headers: Record + id: long + node: string + running_time_in_nanos: long + start_time_in_millis: long + status?: TaskStatus + type: string + parent_task_id?: Id +} + +export interface TaskRetries { + bulk: integer + search: integer +} + +export interface TaskState { + action: string + cancellable: boolean + description?: string + headers: Record + id: long + node: string + parent_task_id?: TaskId + running_time_in_nanos: long + start_time_in_millis: long + status?: TaskStatus + type: string +} + +export interface TaskStatus { + batches: long + canceled?: string + created: long + deleted: long + noops: long + failures?: Array + requests_per_second: float + retries: TaskRetries + throttled?: Time + throttled_millis: long + throttled_until?: Time + throttled_until_millis: long + timed_out?: boolean + took?: long + total: long + updated: long + version_conflicts: long +} + +export interface TemplateMapping { + aliases: Record + index_patterns: Array + mappings: TypeMapping + order: integer + settings: Record + version: integer +} + +export interface TermQuery extends QueryBase { + value?: string | float | boolean +} + +export interface TermSuggestOption { + text: string + freq: long + score: double +} + +export interface TermSuggester extends SuggesterBase { + lowercase_terms?: boolean + max_edits?: integer + max_inspections?: integer + max_term_freq?: float + min_doc_freq?: float + min_word_length?: integer + prefix_length?: integer + shard_size?: integer + sort?: SuggestSort + string_distance?: StringDistance + suggest_mode?: SuggestMode + text?: string +} + +export interface TermUserPrivileges { + apps: boolean +} + +export interface TermVector { + field_statistics: FieldStatistics + terms: Record +} + +export interface TermVectorFilter { + max_doc_freq?: integer + max_num_terms?: integer + max_term_freq?: integer + max_word_length?: integer + min_doc_freq?: integer + min_term_freq?: integer + min_word_length?: integer +} + +export interface TermVectorTerm { + doc_freq?: integer + score?: double + term_freq: integer + tokens: Array + ttf?: integer +} + +export interface TermVectorsRequest extends RequestBase { + index: IndexName + id?: Id + type?: Type + fields?: Fields + field_statistics?: boolean + offsets?: boolean + payloads?: boolean + positions?: boolean + preference?: string + realtime?: boolean + routing?: Routing + term_statistics?: boolean + version?: long + version_type?: VersionType + body?: { + doc?: TDocument + filter?: TermVectorFilter + per_field_analyzer?: Record + } +} + +export interface TermVectorsResponse extends ResponseBase { + found: boolean + _id: Id + _index: IndexName + term_vectors?: Record + took: long + _type: Type + _version: long +} + +export interface TermVectorsResult { + found: boolean + id: string + index: string + term_vectors: Record + took: long + version: long +} + +export interface TermsAggregate extends MultiBucketAggregate { + doc_count_error_upper_bound: long + sum_other_doc_count: long +} + +export interface TermsAggregation extends BucketAggregationBase { + collect_mode?: TermsAggregationCollectMode + exclude?: string | Array + execution_hint?: TermsAggregationExecutionHint + field?: Field + include?: string | Array | TermsInclude + min_doc_count?: integer + missing?: Missing + missing_bucket?: boolean + value_type?: string + order?: TermsAggregationOrder + script?: Script + shard_size?: integer + show_term_doc_count_error?: boolean + size?: integer +} + +export type TermsAggregationCollectMode = 'depth_first' | 'breadth_first' + +export type TermsAggregationExecutionHint = 'map' | 'global_ordinals' | 'global_ordinals_hash' | 'global_ordinals_low_cardinality' + +export type TermsAggregationOrder = SortOrder | Record | Array> + +export interface TermsInclude { + num_partitions: long + partition: long +} + +export interface TermsQuery extends QueryBase { + terms?: Array + index?: IndexName + id?: Id + path?: string + routing?: Routing +} + +export interface TermsRollupGrouping { + fields: Fields +} + +export interface TermsSetQuery extends QueryBase { + minimum_should_match_field?: Field + minimum_should_match_script?: Script + terms?: Array +} + +export interface TestPopulation { + field: Field + script?: Script + filter?: QueryContainer +} + +export type TextQueryType = 'best_fields' | 'most_fields' | 'cross_fields' | 'phrase' | 'phrase_prefix' | 'bool_prefix' + +export type TextToAnalyze = string | Array + +export interface ThreadCountStats { + active: long + completed: long + largest: long + queue: long + rejected: long + threads: long +} + +export interface ThreadStats { + count: long + peak_count: long +} + +export type ThreadType = 'cpu' | 'wait' | 'block' + +export interface ThreeDimensionalPoint { + lat: double + lon: double + z?: double +} + +export interface ThrottleState { + reason: string + timestamp: DateString +} + +export type Time = string | integer + +export interface TimeOfDay { + hour: Array + minute: Array +} + +export interface TimeOfMonth { + at: Array + on: Array +} + +export interface TimeOfWeek { + at: Array + on: Array +} + +export interface TimeOfYear { + at: Array + int: Array + on: Array +} + +export type TimeSpan = string + +export type Timestamp = string + +export interface TimingStats { + average_bucket_processing_time_ms: double + bucket_count: long + exponential_average_bucket_processing_time_ms: double + exponential_average_bucket_processing_time_per_hour_ms: double + job_id: string + maximum_bucket_processing_time_ms: double + minimum_bucket_processing_time_ms: double +} + +export interface Token { + end_offset?: integer + payload?: string + position: integer + start_offset?: integer +} + +export type TokenChar = 'letter' | 'digit' | 'whitespace' | 'punctuation' | 'symbol' | 'custom' + +export interface TokenDetail { + name: string + tokens: Array +} + +export type TokenFilter = AsciiFoldingTokenFilter | CommonGramsTokenFilter | ConditionTokenFilter | DelimitedPayloadTokenFilter | EdgeNGramTokenFilter | ElisionTokenFilter | FingerprintTokenFilter | HunspellTokenFilter | HyphenationDecompounderTokenFilter | KeepTypesTokenFilter | KeepWordsTokenFilter | KeywordMarkerTokenFilter | KStemTokenFilter | LengthTokenFilter | LimitTokenCountTokenFilter | LowercaseTokenFilter | MultiplexerTokenFilter | NGramTokenFilter | NoriPartOfSpeechTokenFilter | PatternCaptureTokenFilter | PatternReplaceTokenFilter | PorterStemTokenFilter | PredicateTokenFilter | RemoveDuplicatesTokenFilter | ReverseTokenFilter | ShingleTokenFilter | SnowballTokenFilter | StemmerOverrideTokenFilter | StemmerTokenFilter | StopTokenFilter | SynonymGraphTokenFilter | SynonymTokenFilter | TrimTokenFilter | TruncateTokenFilter | UniqueTokenFilter | UppercaseTokenFilter | WordDelimiterGraphTokenFilter | WordDelimiterTokenFilter + +export interface TokenFilterBase { + type: string + version?: string +} + +export type Tokenizer = CharGroupTokenizer | EdgeNGramTokenizer | KeywordTokenizer | LetterTokenizer | LowercaseTokenizer | NGramTokenizer | NoriTokenizer | PathHierarchyTokenizer | StandardTokenizer | UaxEmailUrlTokenizer | WhitespaceTokenizer + +export interface TokenizerBase { + type: string + version?: string +} + +export interface TopHit { + count: long + value: any +} + +export interface TopHitsAggregate extends AggregateBase { + hits: HitsMetadata> +} + +export interface TopHitsAggregation extends MetricAggregationBase { + docvalue_fields?: Fields + explain?: boolean + from?: integer + highlight?: Highlight + script_fields?: Record + size?: integer + sort?: Sort + _source?: boolean | SourceFilter | Fields + stored_fields?: Fields + track_scores?: boolean + version?: boolean + seq_no_primary_term?: boolean +} + +export interface TopMetrics { + sort: Array + metrics: Record +} + +export interface TopMetricsAggregate extends AggregateBase { + top: Array +} + +export interface TopMetricsAggregation extends MetricAggregationBase { + metrics?: TopMetricsValue | Array + size?: integer + sort?: Sort +} + +export interface TopMetricsValue { + field: Field +} + +export interface TotalFileSystemStats { + available: string + available_in_bytes: long + free: string + free_in_bytes: long + total: string + total_in_bytes: long +} + +export interface TotalHits { + relation: TotalHitsRelation + value: long +} + +export type TotalHitsRelation = 'eq' | 'gte' + +export interface Transform { +} + +export interface TransformCheckpointStats { + checkpoint: long + checkpoint_progress?: TransformProgress + timestamp?: DateString + timestamp_millis: EpochMillis + time_upper_bound?: DateString + time_upper_bound_millis?: EpochMillis +} + +export interface TransformCheckpointingInfo { + changes_last_detected_at: long + changes_last_detected_at_date_time?: DateString + last: TransformCheckpointStats + next?: TransformCheckpointStats + operations_behind?: long +} + +export interface TransformContainer { + chain: ChainTransform + script: ScriptTransform + search: SearchTransform +} + +export interface TransformDestination { + index: IndexName + pipeline?: string +} + +export interface TransformIndexerStats { + documents_indexed: long + documents_processed: long + exponential_avg_checkpoint_duration_ms: double + exponential_avg_documents_indexed: double + exponential_avg_documents_processed: double + index_failures: long + index_time_in_ms: long + index_total: long + pages_processed: long + processing_time_in_ms: long + processing_total: long + search_failures: long + search_time_in_ms: long + search_total: long + trigger_count: long +} + +export interface TransformPivot { + aggregations: Record + group_by: Record + max_page_search_size: integer +} + +export interface TransformProgress { + docs_indexed: long + docs_processed: long + docs_remaining: long + percent_complete: double + total_docs: long +} + +export interface TransformSource { + index: Indices + query: QueryContainer +} + +export interface TransformStats { + checkpointing: TransformCheckpointingInfo + id: Id + node?: NodeAttributes + reason?: string + state: string + stats: TransformIndexerStats +} + +export interface TransformSyncContainer { + time: TransformTimeSync +} + +export interface TransformTimeSync { + delay: Time + field: Field +} + +export interface TransientMetadata { + enabled: boolean +} + +export interface TranslateSqlRequest extends RequestBase { + body: { + fetch_size?: integer + filter?: QueryContainer + query?: string + time_zone?: string + } +} + +export interface TranslateSqlResponse extends ResponseBase { + size: long + _source: boolean | Fields | SourceFilter + fields: Array> + sort: Sort +} + +export interface TranslogStats { + earliest_last_modified_age: long + operations: long + size?: string + size_in_bytes: long + uncommitted_operations: integer + uncommitted_size?: string + uncommitted_size_in_bytes: long +} + +export interface TransportStats { + rx_count: long + rx_size: string + rx_size_in_bytes: long + server_open: integer + tx_count: long + tx_size: string + tx_size_in_bytes: long +} + +export interface TriggerContainer { + schedule: ScheduleContainer +} + +export interface TriggerEventContainer { + schedule: ScheduleTriggerEvent +} + +export interface TriggerEventResult { + manual: TriggerEventContainer + triggered_time: DateString + type: string +} + +export interface TrimProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field?: Field +} + +export interface TrimTokenFilter extends TokenFilterBase { +} + +export interface TruncateTokenFilter extends TokenFilterBase { + length: integer +} + +export interface TwoDimensionalPoint { + lat: double + lon: double +} + +export type Type = string + +export interface TypeExistsRequest extends RequestBase { + index: Indices + type: Types + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + local?: boolean +} + +export type TypeExistsResponse = boolean + +export interface TypeFieldMappings { + mappings: Record +} + +export interface TypeMapping { + all_field?: AllField + date_detection?: boolean + dynamic?: boolean | DynamicMapping + dynamic_date_formats?: Array + dynamic_templates?: Record | Array> + _field_names?: FieldNamesField + index_field?: IndexField + _meta?: Record + numeric_detection?: boolean + properties?: Record + _routing?: RoutingField + _size?: SizeField + _source?: SourceField + runtime?: Record +} + +export type TypeName = string + +export interface TypeQuery extends QueryBase { + value: string +} + +export type Types = Type | Array + +export interface UaxEmailUrlTokenizer extends TokenizerBase { + max_token_length: integer +} + +export interface UnassignedInformation { + at: DateString + last_allocation_status: string + reason: UnassignedInformationReason + details?: string + failed_allocation_attempts?: integer +} + +export type UnassignedInformationReason = 'INDEX_CREATED' | 'CLUSTER_RECOVERED' | 'INDEX_REOPENED' | 'DANGLING_INDEX_IMPORTED' | 'NEW_INDEX_RESTORED' | 'EXISTING_INDEX_RESTORED' | 'REPLICA_ADDED' | 'ALLOCATION_FAILED' | 'NODE_LEFT' | 'REROUTE_CANCELLED' | 'REINITIALIZED' | 'REALLOCATED_REPLICA' | 'PRIMARY_FAILED' | 'FORCED_EMPTY_PRIMARY' | 'MANUAL_ALLOCATION' + +export interface UnfollowIndexRequest extends RequestBase { + index: IndexName +} + +export interface UnfollowIndexResponse extends AcknowledgedResponseBase { +} + +export interface UnfreezeIndexRequest extends RequestBase { + index: IndexName + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_unavailable?: boolean + master_timeout?: Time + timeout?: Time + wait_for_active_shards?: string +} + +export interface UnfreezeIndexResponse extends AcknowledgedResponseBase { + shards_acknowledged: boolean +} + +export interface UniqueTokenFilter extends TokenFilterBase { + only_on_same_position: boolean +} + +export interface UpdateByQueryRequest extends RequestBase { + index: Indices + type?: Types + allow_no_indices?: boolean + analyzer?: string + analyze_wildcard?: boolean + conflicts?: Conflicts + default_operator?: DefaultOperator + df?: string + expand_wildcards?: ExpandWildcards + from?: long + ignore_unavailable?: boolean + lenient?: boolean + pipeline?: string + preference?: string + query_on_query_string?: string + refresh?: boolean + request_cache?: boolean + requests_per_second?: long + routing?: Routing + scroll?: Time + scroll_size?: long + search_timeout?: Time + search_type?: SearchType + size?: long + slices?: long + sort?: Array + source_enabled?: boolean + source_excludes?: Fields + source_includes?: Fields + stats?: Array + terminate_after?: long + timeout?: Time + version?: boolean + version_type?: boolean + wait_for_active_shards?: string + wait_for_completion?: boolean + body?: { + max_docs?: long + query?: QueryContainer + script?: Script + slice?: SlicedScroll + conflicts?: Conflicts + } +} + +export interface UpdateByQueryResponse extends ResponseBase { + batches?: long + failures?: Array + noops?: long + deleted?: long + requests_per_second?: float + retries?: Retries + task?: TaskId + timed_out?: boolean + took?: long + total?: long + updated?: long + version_conflicts?: long + throttled_millis?: ulong + throttled_until_millis?: ulong +} + +export interface UpdateByQueryRethrottleRequest extends RequestBase { + task_id: Id + requests_per_second?: long +} + +export interface UpdateDatafeedRequest extends RequestBase { + datafeed_id: Id + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + ignore_throttled?: boolean + ignore_unavailable?: boolean + body: { + aggregations?: Record + chunking_config?: ChunkingConfig + frequency?: Time + indices?: Indices + job_id?: Id + max_empty_searches?: integer + query?: QueryContainer + query_delay?: Time + script_fields?: Record + scroll_size?: integer + } +} + +export interface UpdateDatafeedResponse extends ResponseBase { + aggregations: Record + chunking_config: ChunkingConfig + datafeed_id: string + frequency: Time + indices: Indices + job_id: string + max_empty_searches: integer + query: QueryContainer + query_delay: Time + script_fields: Record + scroll_size: integer +} + +export interface UpdateFilterRequest extends RequestBase { + filter_id: Id + body: { + add_items?: Array + description?: string + remove_items?: Array + } +} + +export interface UpdateFilterResponse extends ResponseBase { + description: string + filter_id: string + items: Array +} + +export interface UpdateIndexSettingsRequest extends RequestBase { + index?: Indices + allow_no_indices?: boolean + expand_wildcards?: ExpandWildcards + flat_settings?: boolean + ignore_unavailable?: boolean + master_timeout?: Time + preserve_existing?: boolean + timeout?: Time + body: { + index?: Record + refresh_interval?: Time + number_of_replicas?: integer + } +} + +export interface UpdateIndexSettingsResponse extends AcknowledgedResponseBase { +} + +export interface UpdateJobRequest extends RequestBase { + job_id: Id + body: { + allow_lazy_open?: boolean + analysis_limits?: AnalysisMemoryLimit + background_persist_interval?: Time + custom_settings?: Record + description?: string + model_plot_config?: ModelPlotConfigEnabled + model_snapshot_retention_days?: long + renormalization_window_days?: long + results_retention_days?: long + groups?: Array + } +} + +export interface UpdateJobResponse extends ResponseBase { +} + +export interface UpdateModelSnapshotRequest extends RequestBase { + job_id: Id + snapshot_id: Id + body: { + description?: string + retain?: boolean + } +} + +export interface UpdateModelSnapshotResponse extends AcknowledgedResponseBase { + model: ModelSnapshot +} + +export interface UpdateRequest extends RequestBase { + id: Id + index: IndexName + type?: Type + if_primary_term?: long + if_seq_no?: long + lang?: string + refresh?: Refresh + require_alias?: boolean + retry_on_conflict?: long + routing?: Routing + source_enabled?: boolean + timeout?: Time + wait_for_active_shards?: string + _source?: boolean | string | Array + _source_excludes?: Fields + _source_includes?: Fields + body: { + detect_noop?: boolean + doc?: TPartialDocument + doc_as_upsert?: boolean + script?: Script + scripted_upsert?: boolean + _source?: boolean | SourceFilter + upsert?: TDocument + } +} + +export interface UpdateResponse extends WriteResponseBase { + get?: InlineGet +} + +export interface UpdateTransformRequest extends RequestBase { + transform_id: Name + defer_validation?: boolean + body: { + description?: string + dest?: TransformDestination + frequency?: Time + source?: TransformSource + sync?: TransformSyncContainer + } +} + +export interface UpdateTransformResponse extends ResponseBase { + create_time: long + create_time_date_time: DateString + description: string + dest: TransformDestination + frequency: Time + id: Id + pivot: TransformPivot + source: TransformSource + sync: TransformSyncContainer + version: string +} + +export interface UppercaseProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field?: Field +} + +export interface UppercaseTokenFilter extends TokenFilterBase { +} + +export type Uri = string + +export type UrlConfig = BaseUrlConfig | KibanaUrlConfig + +export interface UrlDecodeProcessor extends ProcessorBase { + field: Field + ignore_missing?: boolean + target_field?: Field +} + +export interface UserAgentProcessor extends ProcessorBase { + field: Field + ignore_missing: boolean + options: Array + regex_file: string + target_field: Field +} + +export type UserAgentProperty = 'NAME' | 'MAJOR' | 'MINOR' | 'PATCH' | 'OS' | 'OS_NAME' | 'OS_MAJOR' | 'OS_MINOR' | 'DEVICE' | 'BUILD' + +export interface UserIndicesPrivileges { + field_security?: FieldSecuritySettings + names: Array + privileges: Array + query?: QueryUserPrivileges + allow_restricted_indices: boolean +} + +export interface UserRealm { + name: string + type: string +} + +export type Uuid = string + +export interface ValidateDetectorRequest extends RequestBase { + body: Detector +} + +export interface ValidateDetectorResponse extends AcknowledgedResponseBase { +} + +export interface ValidateJobRequest extends RequestBase { + body: { + analysis_config?: AnalysisConfig + analysis_limits?: AnalysisLimits + data_description?: DataDescription + description?: string + model_plot?: ModelPlotConfig + model_snapshot_retention_days?: long + results_index_name?: IndexName + } +} + +export interface ValidateJobResponse extends AcknowledgedResponseBase { +} + +export interface ValidateQueryRequest extends RequestBase { + index?: Indices + type?: Types + allow_no_indices?: boolean + all_shards?: boolean + analyzer?: string + analyze_wildcard?: boolean + default_operator?: DefaultOperator + df?: string + expand_wildcards?: ExpandWildcards + explain?: boolean + ignore_unavailable?: boolean + lenient?: boolean + query_on_query_string?: string + rewrite?: boolean + body?: { + query?: QueryContainer + } +} + +export interface ValidateQueryResponse extends ResponseBase { + explanations: Array + _shards: ShardStatistics + valid: boolean +} + +export interface ValidationExplanation { + error: string + explanation: string + index: string + valid: boolean +} + +export interface ValueAggregate extends AggregateBase { + value: double + value_as_string?: string +} + +export interface ValueCountAggregation extends FormattableMetricAggregation { +} + +export type ValueType = 'string' | 'long' | 'double' | 'number' | 'date' | 'date_nanos' | 'ip' | 'numeric' | 'geo_point' | 'boolean' + +export interface VariableWidthHistogramAggregation { + field?: Field + buckets?: integer + shard_size?: integer + initial_buffer?: integer +} + +export interface VectorUsage extends XPackUsage { + dense_vector_dims_avg_count: integer + dense_vector_fields_count: integer + sparse_vector_fields_count: integer +} + +export interface VerifyRepositoryRequest extends RequestBase { + repository: Name + master_timeout?: Time + timeout?: Time +} + +export interface VerifyRepositoryResponse extends ResponseBase { + nodes: Record +} + +export type VersionType = 'internal' | 'external' | 'external_gte' | 'force' + +export type WaitForActiveShardOptions = 'all' + +export type WaitForActiveShards = byte | WaitForActiveShardOptions + +export type WaitForEvents = 'immediate' | 'urgent' | 'high' | 'normal' | 'low' | 'languid' + +export type WaitForStatus = 'green' | 'yellow' | 'red' + +export interface WarmerStats { + current: long + total: long + total_time?: string + total_time_in_millis: long +} + +export interface Watch { + actions: Record + condition: ConditionContainer + input: InputContainer + metadata?: Record + status?: WatchStatus + throttle_period?: string + transform?: TransformContainer + trigger: TriggerContainer +} + +export interface WatchRecord { + condition: ConditionContainer + input: InputContainer + messages: Array + metadata: Record + node: string + result: ExecutionResult + state: ActionExecutionState + trigger_event: TriggerEventResult + user: string + watch_id: Id +} + +export interface WatchRecordQueuedStats { + execution_time: DateString +} + +export interface WatchRecordStats extends WatchRecordQueuedStats { + execution_phase: ExecutionPhase + execution_time: DateString + triggered_time: DateString + executed_actions?: Array + watch_id: Id + watch_record_id: Id +} + +export interface WatchStatus { + actions: Record + last_checked?: DateString + last_met_condition?: DateString + state: ActivationState + version: integer + execution_state?: string +} + +export interface WatcherNodeStats { + current_watches: Array + execution_thread_pool: ExecutionThreadPool + queued_watches: Array + watch_count: long + watcher_state: WatcherState + node_id: Id +} + +export type WatcherState = 'stopped' | 'starting' | 'started' | 'stopping' + +export interface WatcherStatsRequest extends RequestBase { + metric?: Metrics + emit_stacktraces?: boolean +} + +export interface WatcherStatsResponse extends ResponseBase { + cluster_name: string + manually_stopped: boolean + stats: Array + _nodes: NodeStatistics +} + +export interface WebhookActionResult { + request: HttpInputRequestResult + response?: HttpInputResponseResult +} + +export interface WeightedAverageAggregation extends Aggregation { + format?: string + value?: WeightedAverageValue + value_type?: ValueType + weight?: WeightedAverageValue +} + +export interface WeightedAverageValue { + field?: Field + missing?: double + script?: Script +} + +export interface WhitespaceTokenizer extends TokenizerBase { + max_token_length: integer +} + +export interface WildcardQuery extends QueryBase { + rewrite?: MultiTermQueryRewrite + value: string +} + +export interface WordDelimiterGraphTokenFilter extends TokenFilterBase { + adjust_offsets: boolean + catenate_all: boolean + catenate_numbers: boolean + catenate_words: boolean + generate_number_parts: boolean + generate_word_parts: boolean + preserve_original: boolean + protected_words: Array + protected_words_path: string + split_on_case_change: boolean + split_on_numerics: boolean + stem_english_possessive: boolean + type_table: Array + type_table_path: string +} + +export interface WordDelimiterTokenFilter extends TokenFilterBase { + catenate_all: boolean + catenate_numbers: boolean + catenate_words: boolean + generate_number_parts: boolean + generate_word_parts: boolean + preserve_original: boolean + protected_words: Array + protected_words_path: string + split_on_case_change: boolean + split_on_numerics: boolean + stem_english_possessive: boolean + type_table: Array + type_table_path: string +} + +export interface WriteResponseBase extends ResponseBase { + _id: string + _index: string + _primary_term: long + result: Result + _seq_no: long + _shards: ShardStatistics + _type?: string + _version: long + forced_refresh?: boolean +} + +export interface XPackBuildInformation { + date: DateString + hash: string +} + +export interface XPackFeature { + available: boolean + description: string + enabled: boolean + native_code_info: NativeCodeInformation +} + +export interface XPackFeatures { + analytics: XPackFeature + ccr: XPackFeature + data_frame: XPackFeature + data_science: XPackFeature + enrich: XPackFeature + flattened: XPackFeature + frozen_indices: XPackFeature + graph: XPackFeature + ilm: XPackFeature + logstash: XPackFeature + ml: XPackFeature + monitoring: XPackFeature + rollup: XPackFeature + security: XPackFeature + slm: XPackFeature + spatial: XPackFeature + sql: XPackFeature + transform: XPackFeature + vectors: XPackFeature + voting_only: XPackFeature + watcher: XPackFeature +} + +export interface XPackInfoRequest extends RequestBase { + categories?: Array +} + +export interface XPackInfoResponse extends ResponseBase { + build: XPackBuildInformation + features: XPackFeatures + license: MinimalLicenseInformation + tagline: string +} + +export interface XPackRole { + cluster: Array + indices: Array + metadata: Record + run_as: Array + transient_metadata: TransientMetadata +} + +export interface XPackRoleMapping { + enabled: boolean + metadata: Record + roles: Array + rules: RoleMappingRuleBase +} + +export interface XPackUsage { + available: boolean + enabled: boolean +} + +export interface XPackUsageRequest extends RequestBase { + master_timeout?: Time +} + +export interface XPackUsageResponse extends ResponseBase { + watcher: AlertingUsage + ccr: CcrUsage + data_frame: XPackUsage + data_science: XPackUsage + enrich: XPackUsage + flattened: FlattenedUsage + graph: XPackUsage + ilm: IlmUsage + logstash: XPackUsage + ml: MachineLearningUsage + monitoring: MonitoringUsage + rollup: XPackUsage + security: SecurityUsage + slm: SlmUsage + sql: SqlUsage + transform: XPackUsage + vectors: VectorUsage + voting_only: XPackUsage +} + +export interface XPackUser { + email?: string + full_name?: string + metadata: Record + roles: Array + username: string + enabled: boolean +} + +export type ZeroTermsQuery = 'all' | 'none' + +export type byte = number + +export type double = number + +export type float = number + +export type integer = number + +export type long = number + +export type uint = number + +export type ulong = number + +export interface CommonCatQueryParameters { + format?: string + h?: Names + help?: boolean + local?: boolean + master_timeout?: Time + s?: Array + v?: boolean +} + +export interface CommonQueryParameters { + error_trace?: boolean + filter_path?: string | Array + human?: boolean + pretty?: boolean + source_query_string?: string +} + diff --git a/index.d.ts b/index.d.ts index cbe330a30..76c0c090c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -47,10 +47,9 @@ import { } from './lib/pool'; import Serializer from './lib/Serializer'; import Helpers from './lib/Helpers'; -import * as RequestParams from './api/requestParams'; import * as errors from './lib/errors'; - -declare type callbackFn = (err: ApiError, result: ApiResponse) => void; +import ESAPI from './api/esapi' +import * as estypes from './api/types' // Extend API interface ClientExtendsCallbackOptions { @@ -118,8 +117,8 @@ interface ClientOptions { disablePrototypePoisoningProtection?: boolean | 'proto' | 'constructor'; } -declare class Client { - constructor(opts?: ClientOptions); +declare class Client extends ESAPI { + constructor(opts: ClientOptions); connectionPool: ConnectionPool; transport: Transport; serializer: Serializer; @@ -129,7 +128,7 @@ declare class Client { child(opts?: ClientOptions): Client; close(): Promise; close(callback: Function): void; - close(callback?: Function): Promise | void; + close(): Promise; emit(event: string | symbol, ...args: any[]): boolean; on(event: 'request', listener: (err: ApiError, meta: RequestEvent) => void): this; on(event: 'response', listener: (err: ApiError, meta: RequestEvent) => void): this; @@ -140,2526 +139,6 @@ declare class Client { once(event: 'sniff', listener: (err: ApiError, meta: RequestEvent) => void): this; once(event: 'resurrect', listener: (err: null, meta: ResurrectEvent) => void): this; off(event: string | symbol, listener: (...args: any[]) => void): this; - /* GENERATED */ - async_search: { - delete, TContext = Context>(params?: RequestParams.AsyncSearchDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.AsyncSearchDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.AsyncSearchDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.AsyncSearchGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.AsyncSearchGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.AsyncSearchGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params?: RequestParams.AsyncSearchStatus, options?: TransportRequestOptions): TransportRequestPromise> - status, TContext = Context>(callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.AsyncSearchStatus, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.AsyncSearchStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AsyncSearchSubmit, options?: TransportRequestOptions): TransportRequestPromise> - submit, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AsyncSearchSubmit, callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AsyncSearchSubmit, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - asyncSearch: { - delete, TContext = Context>(params?: RequestParams.AsyncSearchDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.AsyncSearchDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.AsyncSearchDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.AsyncSearchGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.AsyncSearchGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.AsyncSearchGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params?: RequestParams.AsyncSearchStatus, options?: TransportRequestOptions): TransportRequestPromise> - status, TContext = Context>(callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.AsyncSearchStatus, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.AsyncSearchStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AsyncSearchSubmit, options?: TransportRequestOptions): TransportRequestPromise> - submit, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AsyncSearchSubmit, callback: callbackFn): TransportRequestCallback - submit, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AsyncSearchSubmit, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - autoscaling: { - delete_autoscaling_policy, TContext = Context>(params?: RequestParams.AutoscalingDeleteAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - delete_autoscaling_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_autoscaling_policy, TContext = Context>(params: RequestParams.AutoscalingDeleteAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - delete_autoscaling_policy, TContext = Context>(params: RequestParams.AutoscalingDeleteAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteAutoscalingPolicy, TContext = Context>(params?: RequestParams.AutoscalingDeleteAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - deleteAutoscalingPolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteAutoscalingPolicy, TContext = Context>(params: RequestParams.AutoscalingDeleteAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - deleteAutoscalingPolicy, TContext = Context>(params: RequestParams.AutoscalingDeleteAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_autoscaling_capacity, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingCapacity, options?: TransportRequestOptions): TransportRequestPromise> - get_autoscaling_capacity, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_autoscaling_capacity, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingCapacity, callback: callbackFn): TransportRequestCallback - get_autoscaling_capacity, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingCapacity, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getAutoscalingCapacity, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingCapacity, options?: TransportRequestOptions): TransportRequestPromise> - getAutoscalingCapacity, TContext = Context>(callback: callbackFn): TransportRequestCallback - getAutoscalingCapacity, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingCapacity, callback: callbackFn): TransportRequestCallback - getAutoscalingCapacity, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingCapacity, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_autoscaling_policy, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - get_autoscaling_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_autoscaling_policy, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - get_autoscaling_policy, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getAutoscalingPolicy, TContext = Context>(params?: RequestParams.AutoscalingGetAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - getAutoscalingPolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - getAutoscalingPolicy, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - getAutoscalingPolicy, TContext = Context>(params: RequestParams.AutoscalingGetAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_autoscaling_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AutoscalingPutAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - put_autoscaling_policy, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_autoscaling_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AutoscalingPutAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - put_autoscaling_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AutoscalingPutAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putAutoscalingPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.AutoscalingPutAutoscalingPolicy, options?: TransportRequestOptions): TransportRequestPromise> - putAutoscalingPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putAutoscalingPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AutoscalingPutAutoscalingPolicy, callback: callbackFn): TransportRequestCallback - putAutoscalingPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.AutoscalingPutAutoscalingPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.Bulk, options?: TransportRequestOptions): TransportRequestPromise> - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(callback: callbackFn): TransportRequestCallback - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.Bulk, callback: callbackFn): TransportRequestCallback - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.Bulk, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - cat: { - aliases, TContext = Context>(params?: RequestParams.CatAliases, options?: TransportRequestOptions): TransportRequestPromise> - aliases, TContext = Context>(callback: callbackFn): TransportRequestCallback - aliases, TContext = Context>(params: RequestParams.CatAliases, callback: callbackFn): TransportRequestCallback - aliases, TContext = Context>(params: RequestParams.CatAliases, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - allocation, TContext = Context>(params?: RequestParams.CatAllocation, options?: TransportRequestOptions): TransportRequestPromise> - allocation, TContext = Context>(callback: callbackFn): TransportRequestCallback - allocation, TContext = Context>(params: RequestParams.CatAllocation, callback: callbackFn): TransportRequestCallback - allocation, TContext = Context>(params: RequestParams.CatAllocation, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - count, TContext = Context>(params?: RequestParams.CatCount, options?: TransportRequestOptions): TransportRequestPromise> - count, TContext = Context>(callback: callbackFn): TransportRequestCallback - count, TContext = Context>(params: RequestParams.CatCount, callback: callbackFn): TransportRequestCallback - count, TContext = Context>(params: RequestParams.CatCount, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - fielddata, TContext = Context>(params?: RequestParams.CatFielddata, options?: TransportRequestOptions): TransportRequestPromise> - fielddata, TContext = Context>(callback: callbackFn): TransportRequestCallback - fielddata, TContext = Context>(params: RequestParams.CatFielddata, callback: callbackFn): TransportRequestCallback - fielddata, TContext = Context>(params: RequestParams.CatFielddata, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params?: RequestParams.CatHealth, options?: TransportRequestOptions): TransportRequestPromise> - health, TContext = Context>(callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params: RequestParams.CatHealth, callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params: RequestParams.CatHealth, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - help, TContext = Context>(params?: RequestParams.CatHelp, options?: TransportRequestOptions): TransportRequestPromise> - help, TContext = Context>(callback: callbackFn): TransportRequestCallback - help, TContext = Context>(params: RequestParams.CatHelp, callback: callbackFn): TransportRequestCallback - help, TContext = Context>(params: RequestParams.CatHelp, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - indices, TContext = Context>(params?: RequestParams.CatIndices, options?: TransportRequestOptions): TransportRequestPromise> - indices, TContext = Context>(callback: callbackFn): TransportRequestCallback - indices, TContext = Context>(params: RequestParams.CatIndices, callback: callbackFn): TransportRequestCallback - indices, TContext = Context>(params: RequestParams.CatIndices, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - master, TContext = Context>(params?: RequestParams.CatMaster, options?: TransportRequestOptions): TransportRequestPromise> - master, TContext = Context>(callback: callbackFn): TransportRequestCallback - master, TContext = Context>(params: RequestParams.CatMaster, callback: callbackFn): TransportRequestCallback - master, TContext = Context>(params: RequestParams.CatMaster, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ml_data_frame_analytics, TContext = Context>(params?: RequestParams.CatMlDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - ml_data_frame_analytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - ml_data_frame_analytics, TContext = Context>(params: RequestParams.CatMlDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - ml_data_frame_analytics, TContext = Context>(params: RequestParams.CatMlDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mlDataFrameAnalytics, TContext = Context>(params?: RequestParams.CatMlDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - mlDataFrameAnalytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - mlDataFrameAnalytics, TContext = Context>(params: RequestParams.CatMlDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - mlDataFrameAnalytics, TContext = Context>(params: RequestParams.CatMlDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ml_datafeeds, TContext = Context>(params?: RequestParams.CatMlDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - ml_datafeeds, TContext = Context>(callback: callbackFn): TransportRequestCallback - ml_datafeeds, TContext = Context>(params: RequestParams.CatMlDatafeeds, callback: callbackFn): TransportRequestCallback - ml_datafeeds, TContext = Context>(params: RequestParams.CatMlDatafeeds, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mlDatafeeds, TContext = Context>(params?: RequestParams.CatMlDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - mlDatafeeds, TContext = Context>(callback: callbackFn): TransportRequestCallback - mlDatafeeds, TContext = Context>(params: RequestParams.CatMlDatafeeds, callback: callbackFn): TransportRequestCallback - mlDatafeeds, TContext = Context>(params: RequestParams.CatMlDatafeeds, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ml_jobs, TContext = Context>(params?: RequestParams.CatMlJobs, options?: TransportRequestOptions): TransportRequestPromise> - ml_jobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - ml_jobs, TContext = Context>(params: RequestParams.CatMlJobs, callback: callbackFn): TransportRequestCallback - ml_jobs, TContext = Context>(params: RequestParams.CatMlJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mlJobs, TContext = Context>(params?: RequestParams.CatMlJobs, options?: TransportRequestOptions): TransportRequestPromise> - mlJobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - mlJobs, TContext = Context>(params: RequestParams.CatMlJobs, callback: callbackFn): TransportRequestCallback - mlJobs, TContext = Context>(params: RequestParams.CatMlJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ml_trained_models, TContext = Context>(params?: RequestParams.CatMlTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - ml_trained_models, TContext = Context>(callback: callbackFn): TransportRequestCallback - ml_trained_models, TContext = Context>(params: RequestParams.CatMlTrainedModels, callback: callbackFn): TransportRequestCallback - ml_trained_models, TContext = Context>(params: RequestParams.CatMlTrainedModels, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mlTrainedModels, TContext = Context>(params?: RequestParams.CatMlTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - mlTrainedModels, TContext = Context>(callback: callbackFn): TransportRequestCallback - mlTrainedModels, TContext = Context>(params: RequestParams.CatMlTrainedModels, callback: callbackFn): TransportRequestCallback - mlTrainedModels, TContext = Context>(params: RequestParams.CatMlTrainedModels, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - nodeattrs, TContext = Context>(params?: RequestParams.CatNodeattrs, options?: TransportRequestOptions): TransportRequestPromise> - nodeattrs, TContext = Context>(callback: callbackFn): TransportRequestCallback - nodeattrs, TContext = Context>(params: RequestParams.CatNodeattrs, callback: callbackFn): TransportRequestCallback - nodeattrs, TContext = Context>(params: RequestParams.CatNodeattrs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - nodes, TContext = Context>(params?: RequestParams.CatNodes, options?: TransportRequestOptions): TransportRequestPromise> - nodes, TContext = Context>(callback: callbackFn): TransportRequestCallback - nodes, TContext = Context>(params: RequestParams.CatNodes, callback: callbackFn): TransportRequestCallback - nodes, TContext = Context>(params: RequestParams.CatNodes, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params?: RequestParams.CatPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - pending_tasks, TContext = Context>(callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params: RequestParams.CatPendingTasks, callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params: RequestParams.CatPendingTasks, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params?: RequestParams.CatPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - pendingTasks, TContext = Context>(callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params: RequestParams.CatPendingTasks, callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params: RequestParams.CatPendingTasks, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - plugins, TContext = Context>(params?: RequestParams.CatPlugins, options?: TransportRequestOptions): TransportRequestPromise> - plugins, TContext = Context>(callback: callbackFn): TransportRequestCallback - plugins, TContext = Context>(params: RequestParams.CatPlugins, callback: callbackFn): TransportRequestCallback - plugins, TContext = Context>(params: RequestParams.CatPlugins, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params?: RequestParams.CatRecovery, options?: TransportRequestOptions): TransportRequestPromise> - recovery, TContext = Context>(callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params: RequestParams.CatRecovery, callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params: RequestParams.CatRecovery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - repositories, TContext = Context>(params?: RequestParams.CatRepositories, options?: TransportRequestOptions): TransportRequestPromise> - repositories, TContext = Context>(callback: callbackFn): TransportRequestCallback - repositories, TContext = Context>(params: RequestParams.CatRepositories, callback: callbackFn): TransportRequestCallback - repositories, TContext = Context>(params: RequestParams.CatRepositories, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params?: RequestParams.CatSegments, options?: TransportRequestOptions): TransportRequestPromise> - segments, TContext = Context>(callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params: RequestParams.CatSegments, callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params: RequestParams.CatSegments, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - shards, TContext = Context>(params?: RequestParams.CatShards, options?: TransportRequestOptions): TransportRequestPromise> - shards, TContext = Context>(callback: callbackFn): TransportRequestCallback - shards, TContext = Context>(params: RequestParams.CatShards, callback: callbackFn): TransportRequestCallback - shards, TContext = Context>(params: RequestParams.CatShards, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - snapshots, TContext = Context>(params?: RequestParams.CatSnapshots, options?: TransportRequestOptions): TransportRequestPromise> - snapshots, TContext = Context>(callback: callbackFn): TransportRequestCallback - snapshots, TContext = Context>(params: RequestParams.CatSnapshots, callback: callbackFn): TransportRequestCallback - snapshots, TContext = Context>(params: RequestParams.CatSnapshots, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - tasks, TContext = Context>(params?: RequestParams.CatTasks, options?: TransportRequestOptions): TransportRequestPromise> - tasks, TContext = Context>(callback: callbackFn): TransportRequestCallback - tasks, TContext = Context>(params: RequestParams.CatTasks, callback: callbackFn): TransportRequestCallback - tasks, TContext = Context>(params: RequestParams.CatTasks, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - templates, TContext = Context>(params?: RequestParams.CatTemplates, options?: TransportRequestOptions): TransportRequestPromise> - templates, TContext = Context>(callback: callbackFn): TransportRequestCallback - templates, TContext = Context>(params: RequestParams.CatTemplates, callback: callbackFn): TransportRequestCallback - templates, TContext = Context>(params: RequestParams.CatTemplates, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - thread_pool, TContext = Context>(params?: RequestParams.CatThreadPool, options?: TransportRequestOptions): TransportRequestPromise> - thread_pool, TContext = Context>(callback: callbackFn): TransportRequestCallback - thread_pool, TContext = Context>(params: RequestParams.CatThreadPool, callback: callbackFn): TransportRequestCallback - thread_pool, TContext = Context>(params: RequestParams.CatThreadPool, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - threadPool, TContext = Context>(params?: RequestParams.CatThreadPool, options?: TransportRequestOptions): TransportRequestPromise> - threadPool, TContext = Context>(callback: callbackFn): TransportRequestCallback - threadPool, TContext = Context>(params: RequestParams.CatThreadPool, callback: callbackFn): TransportRequestCallback - threadPool, TContext = Context>(params: RequestParams.CatThreadPool, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - transforms, TContext = Context>(params?: RequestParams.CatTransforms, options?: TransportRequestOptions): TransportRequestPromise> - transforms, TContext = Context>(callback: callbackFn): TransportRequestCallback - transforms, TContext = Context>(params: RequestParams.CatTransforms, callback: callbackFn): TransportRequestCallback - transforms, TContext = Context>(params: RequestParams.CatTransforms, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - ccr: { - delete_auto_follow_pattern, TContext = Context>(params?: RequestParams.CcrDeleteAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - delete_auto_follow_pattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrDeleteAutoFollowPattern, callback: callbackFn): TransportRequestCallback - delete_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrDeleteAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrDeleteAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - deleteAutoFollowPattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteAutoFollowPattern, TContext = Context>(params: RequestParams.CcrDeleteAutoFollowPattern, callback: callbackFn): TransportRequestCallback - deleteAutoFollowPattern, TContext = Context>(params: RequestParams.CcrDeleteAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - follow, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrFollow, options?: TransportRequestOptions): TransportRequestPromise> - follow, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - follow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrFollow, callback: callbackFn): TransportRequestCallback - follow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrFollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - follow_info, TContext = Context>(params?: RequestParams.CcrFollowInfo, options?: TransportRequestOptions): TransportRequestPromise> - follow_info, TContext = Context>(callback: callbackFn): TransportRequestCallback - follow_info, TContext = Context>(params: RequestParams.CcrFollowInfo, callback: callbackFn): TransportRequestCallback - follow_info, TContext = Context>(params: RequestParams.CcrFollowInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - followInfo, TContext = Context>(params?: RequestParams.CcrFollowInfo, options?: TransportRequestOptions): TransportRequestPromise> - followInfo, TContext = Context>(callback: callbackFn): TransportRequestCallback - followInfo, TContext = Context>(params: RequestParams.CcrFollowInfo, callback: callbackFn): TransportRequestCallback - followInfo, TContext = Context>(params: RequestParams.CcrFollowInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - follow_stats, TContext = Context>(params?: RequestParams.CcrFollowStats, options?: TransportRequestOptions): TransportRequestPromise> - follow_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - follow_stats, TContext = Context>(params: RequestParams.CcrFollowStats, callback: callbackFn): TransportRequestCallback - follow_stats, TContext = Context>(params: RequestParams.CcrFollowStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - followStats, TContext = Context>(params?: RequestParams.CcrFollowStats, options?: TransportRequestOptions): TransportRequestPromise> - followStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - followStats, TContext = Context>(params: RequestParams.CcrFollowStats, callback: callbackFn): TransportRequestCallback - followStats, TContext = Context>(params: RequestParams.CcrFollowStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - forget_follower, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrForgetFollower, options?: TransportRequestOptions): TransportRequestPromise> - forget_follower, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - forget_follower, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrForgetFollower, callback: callbackFn): TransportRequestCallback - forget_follower, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrForgetFollower, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - forgetFollower, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrForgetFollower, options?: TransportRequestOptions): TransportRequestPromise> - forgetFollower, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - forgetFollower, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrForgetFollower, callback: callbackFn): TransportRequestCallback - forgetFollower, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrForgetFollower, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_auto_follow_pattern, TContext = Context>(params?: RequestParams.CcrGetAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - get_auto_follow_pattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrGetAutoFollowPattern, callback: callbackFn): TransportRequestCallback - get_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrGetAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrGetAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - getAutoFollowPattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - getAutoFollowPattern, TContext = Context>(params: RequestParams.CcrGetAutoFollowPattern, callback: callbackFn): TransportRequestCallback - getAutoFollowPattern, TContext = Context>(params: RequestParams.CcrGetAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pause_auto_follow_pattern, TContext = Context>(params?: RequestParams.CcrPauseAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - pause_auto_follow_pattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - pause_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrPauseAutoFollowPattern, callback: callbackFn): TransportRequestCallback - pause_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrPauseAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pauseAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrPauseAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - pauseAutoFollowPattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - pauseAutoFollowPattern, TContext = Context>(params: RequestParams.CcrPauseAutoFollowPattern, callback: callbackFn): TransportRequestCallback - pauseAutoFollowPattern, TContext = Context>(params: RequestParams.CcrPauseAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pause_follow, TContext = Context>(params?: RequestParams.CcrPauseFollow, options?: TransportRequestOptions): TransportRequestPromise> - pause_follow, TContext = Context>(callback: callbackFn): TransportRequestCallback - pause_follow, TContext = Context>(params: RequestParams.CcrPauseFollow, callback: callbackFn): TransportRequestCallback - pause_follow, TContext = Context>(params: RequestParams.CcrPauseFollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pauseFollow, TContext = Context>(params?: RequestParams.CcrPauseFollow, options?: TransportRequestOptions): TransportRequestPromise> - pauseFollow, TContext = Context>(callback: callbackFn): TransportRequestCallback - pauseFollow, TContext = Context>(params: RequestParams.CcrPauseFollow, callback: callbackFn): TransportRequestCallback - pauseFollow, TContext = Context>(params: RequestParams.CcrPauseFollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_auto_follow_pattern, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrPutAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - put_auto_follow_pattern, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_auto_follow_pattern, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrPutAutoFollowPattern, callback: callbackFn): TransportRequestCallback - put_auto_follow_pattern, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrPutAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putAutoFollowPattern, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrPutAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - putAutoFollowPattern, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putAutoFollowPattern, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrPutAutoFollowPattern, callback: callbackFn): TransportRequestCallback - putAutoFollowPattern, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrPutAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resume_auto_follow_pattern, TContext = Context>(params?: RequestParams.CcrResumeAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - resume_auto_follow_pattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - resume_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrResumeAutoFollowPattern, callback: callbackFn): TransportRequestCallback - resume_auto_follow_pattern, TContext = Context>(params: RequestParams.CcrResumeAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resumeAutoFollowPattern, TContext = Context>(params?: RequestParams.CcrResumeAutoFollowPattern, options?: TransportRequestOptions): TransportRequestPromise> - resumeAutoFollowPattern, TContext = Context>(callback: callbackFn): TransportRequestCallback - resumeAutoFollowPattern, TContext = Context>(params: RequestParams.CcrResumeAutoFollowPattern, callback: callbackFn): TransportRequestCallback - resumeAutoFollowPattern, TContext = Context>(params: RequestParams.CcrResumeAutoFollowPattern, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resume_follow, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrResumeFollow, options?: TransportRequestOptions): TransportRequestPromise> - resume_follow, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - resume_follow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrResumeFollow, callback: callbackFn): TransportRequestCallback - resume_follow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrResumeFollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resumeFollow, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.CcrResumeFollow, options?: TransportRequestOptions): TransportRequestPromise> - resumeFollow, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - resumeFollow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrResumeFollow, callback: callbackFn): TransportRequestCallback - resumeFollow, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.CcrResumeFollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.CcrStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.CcrStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.CcrStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - unfollow, TContext = Context>(params?: RequestParams.CcrUnfollow, options?: TransportRequestOptions): TransportRequestPromise> - unfollow, TContext = Context>(callback: callbackFn): TransportRequestCallback - unfollow, TContext = Context>(params: RequestParams.CcrUnfollow, callback: callbackFn): TransportRequestCallback - unfollow, TContext = Context>(params: RequestParams.CcrUnfollow, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - clear_scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClearScroll, options?: TransportRequestOptions): TransportRequestPromise> - clear_scroll, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClearScroll, callback: callbackFn): TransportRequestCallback - clear_scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClearScroll, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearScroll, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClearScroll, options?: TransportRequestOptions): TransportRequestPromise> - clearScroll, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearScroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClearScroll, callback: callbackFn): TransportRequestCallback - clearScroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClearScroll, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - close_point_in_time, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClosePointInTime, options?: TransportRequestOptions): TransportRequestPromise> - close_point_in_time, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - close_point_in_time, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClosePointInTime, callback: callbackFn): TransportRequestCallback - close_point_in_time, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClosePointInTime, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - closePointInTime, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClosePointInTime, options?: TransportRequestOptions): TransportRequestPromise> - closePointInTime, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - closePointInTime, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClosePointInTime, callback: callbackFn): TransportRequestCallback - closePointInTime, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClosePointInTime, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - cluster: { - allocation_explain, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterAllocationExplain, options?: TransportRequestOptions): TransportRequestPromise> - allocation_explain, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - allocation_explain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterAllocationExplain, callback: callbackFn): TransportRequestCallback - allocation_explain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterAllocationExplain, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - allocationExplain, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterAllocationExplain, options?: TransportRequestOptions): TransportRequestPromise> - allocationExplain, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - allocationExplain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterAllocationExplain, callback: callbackFn): TransportRequestCallback - allocationExplain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterAllocationExplain, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_component_template, TContext = Context>(params?: RequestParams.ClusterDeleteComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - delete_component_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_component_template, TContext = Context>(params: RequestParams.ClusterDeleteComponentTemplate, callback: callbackFn): TransportRequestCallback - delete_component_template, TContext = Context>(params: RequestParams.ClusterDeleteComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteComponentTemplate, TContext = Context>(params?: RequestParams.ClusterDeleteComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - deleteComponentTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteComponentTemplate, TContext = Context>(params: RequestParams.ClusterDeleteComponentTemplate, callback: callbackFn): TransportRequestCallback - deleteComponentTemplate, TContext = Context>(params: RequestParams.ClusterDeleteComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_voting_config_exclusions, TContext = Context>(params?: RequestParams.ClusterDeleteVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - delete_voting_config_exclusions, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_voting_config_exclusions, TContext = Context>(params: RequestParams.ClusterDeleteVotingConfigExclusions, callback: callbackFn): TransportRequestCallback - delete_voting_config_exclusions, TContext = Context>(params: RequestParams.ClusterDeleteVotingConfigExclusions, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteVotingConfigExclusions, TContext = Context>(params?: RequestParams.ClusterDeleteVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - deleteVotingConfigExclusions, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteVotingConfigExclusions, TContext = Context>(params: RequestParams.ClusterDeleteVotingConfigExclusions, callback: callbackFn): TransportRequestCallback - deleteVotingConfigExclusions, TContext = Context>(params: RequestParams.ClusterDeleteVotingConfigExclusions, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_component_template(params?: RequestParams.ClusterExistsComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - exists_component_template(callback: callbackFn): TransportRequestCallback - exists_component_template(params: RequestParams.ClusterExistsComponentTemplate, callback: callbackFn): TransportRequestCallback - exists_component_template(params: RequestParams.ClusterExistsComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsComponentTemplate(params?: RequestParams.ClusterExistsComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - existsComponentTemplate(callback: callbackFn): TransportRequestCallback - existsComponentTemplate(params: RequestParams.ClusterExistsComponentTemplate, callback: callbackFn): TransportRequestCallback - existsComponentTemplate(params: RequestParams.ClusterExistsComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_component_template, TContext = Context>(params?: RequestParams.ClusterGetComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - get_component_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_component_template, TContext = Context>(params: RequestParams.ClusterGetComponentTemplate, callback: callbackFn): TransportRequestCallback - get_component_template, TContext = Context>(params: RequestParams.ClusterGetComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getComponentTemplate, TContext = Context>(params?: RequestParams.ClusterGetComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getComponentTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - getComponentTemplate, TContext = Context>(params: RequestParams.ClusterGetComponentTemplate, callback: callbackFn): TransportRequestCallback - getComponentTemplate, TContext = Context>(params: RequestParams.ClusterGetComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params?: RequestParams.ClusterGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - get_settings, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params: RequestParams.ClusterGetSettings, callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params: RequestParams.ClusterGetSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params?: RequestParams.ClusterGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - getSettings, TContext = Context>(callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params: RequestParams.ClusterGetSettings, callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params: RequestParams.ClusterGetSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params?: RequestParams.ClusterHealth, options?: TransportRequestOptions): TransportRequestPromise> - health, TContext = Context>(callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params: RequestParams.ClusterHealth, callback: callbackFn): TransportRequestCallback - health, TContext = Context>(params: RequestParams.ClusterHealth, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params?: RequestParams.ClusterPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - pending_tasks, TContext = Context>(callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params: RequestParams.ClusterPendingTasks, callback: callbackFn): TransportRequestCallback - pending_tasks, TContext = Context>(params: RequestParams.ClusterPendingTasks, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params?: RequestParams.ClusterPendingTasks, options?: TransportRequestOptions): TransportRequestPromise> - pendingTasks, TContext = Context>(callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params: RequestParams.ClusterPendingTasks, callback: callbackFn): TransportRequestCallback - pendingTasks, TContext = Context>(params: RequestParams.ClusterPendingTasks, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post_voting_config_exclusions, TContext = Context>(params?: RequestParams.ClusterPostVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - post_voting_config_exclusions, TContext = Context>(callback: callbackFn): TransportRequestCallback - post_voting_config_exclusions, TContext = Context>(params: RequestParams.ClusterPostVotingConfigExclusions, callback: callbackFn): TransportRequestCallback - post_voting_config_exclusions, TContext = Context>(params: RequestParams.ClusterPostVotingConfigExclusions, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - postVotingConfigExclusions, TContext = Context>(params?: RequestParams.ClusterPostVotingConfigExclusions, options?: TransportRequestOptions): TransportRequestPromise> - postVotingConfigExclusions, TContext = Context>(callback: callbackFn): TransportRequestCallback - postVotingConfigExclusions, TContext = Context>(params: RequestParams.ClusterPostVotingConfigExclusions, callback: callbackFn): TransportRequestCallback - postVotingConfigExclusions, TContext = Context>(params: RequestParams.ClusterPostVotingConfigExclusions, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_component_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - put_component_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_component_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutComponentTemplate, callback: callbackFn): TransportRequestCallback - put_component_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putComponentTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutComponentTemplate, options?: TransportRequestOptions): TransportRequestPromise> - putComponentTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putComponentTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutComponentTemplate, callback: callbackFn): TransportRequestCallback - putComponentTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutComponentTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutSettings, callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutSettings, callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterPutSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - remote_info, TContext = Context>(params?: RequestParams.ClusterRemoteInfo, options?: TransportRequestOptions): TransportRequestPromise> - remote_info, TContext = Context>(callback: callbackFn): TransportRequestCallback - remote_info, TContext = Context>(params: RequestParams.ClusterRemoteInfo, callback: callbackFn): TransportRequestCallback - remote_info, TContext = Context>(params: RequestParams.ClusterRemoteInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - remoteInfo, TContext = Context>(params?: RequestParams.ClusterRemoteInfo, options?: TransportRequestOptions): TransportRequestPromise> - remoteInfo, TContext = Context>(callback: callbackFn): TransportRequestCallback - remoteInfo, TContext = Context>(params: RequestParams.ClusterRemoteInfo, callback: callbackFn): TransportRequestCallback - remoteInfo, TContext = Context>(params: RequestParams.ClusterRemoteInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reroute, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ClusterReroute, options?: TransportRequestOptions): TransportRequestPromise> - reroute, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - reroute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterReroute, callback: callbackFn): TransportRequestCallback - reroute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ClusterReroute, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - state, TContext = Context>(params?: RequestParams.ClusterState, options?: TransportRequestOptions): TransportRequestPromise> - state, TContext = Context>(callback: callbackFn): TransportRequestCallback - state, TContext = Context>(params: RequestParams.ClusterState, callback: callbackFn): TransportRequestCallback - state, TContext = Context>(params: RequestParams.ClusterState, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.ClusterStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.ClusterStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.ClusterStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - count, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Count, options?: TransportRequestOptions): TransportRequestPromise> - count, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - count, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Count, callback: callbackFn): TransportRequestCallback - count, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Count, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Create, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Create, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Create, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - dangling_indices: { - delete_dangling_index, TContext = Context>(params?: RequestParams.DanglingIndicesDeleteDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - delete_dangling_index, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, callback: callbackFn): TransportRequestCallback - delete_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesDeleteDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - deleteDanglingIndex, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params?: RequestParams.DanglingIndicesImportDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - import_dangling_index, TContext = Context>(callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesImportDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - importDanglingIndex, TContext = Context>(callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params?: RequestParams.DanglingIndicesListDanglingIndices, options?: TransportRequestOptions): TransportRequestPromise> - list_dangling_indices, TContext = Context>(callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params?: RequestParams.DanglingIndicesListDanglingIndices, options?: TransportRequestOptions): TransportRequestPromise> - listDanglingIndices, TContext = Context>(callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - danglingIndices: { - delete_dangling_index, TContext = Context>(params?: RequestParams.DanglingIndicesDeleteDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - delete_dangling_index, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, callback: callbackFn): TransportRequestCallback - delete_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesDeleteDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - deleteDanglingIndex, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, callback: callbackFn): TransportRequestCallback - deleteDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesDeleteDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params?: RequestParams.DanglingIndicesImportDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - import_dangling_index, TContext = Context>(callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, callback: callbackFn): TransportRequestCallback - import_dangling_index, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params?: RequestParams.DanglingIndicesImportDanglingIndex, options?: TransportRequestOptions): TransportRequestPromise> - importDanglingIndex, TContext = Context>(callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, callback: callbackFn): TransportRequestCallback - importDanglingIndex, TContext = Context>(params: RequestParams.DanglingIndicesImportDanglingIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params?: RequestParams.DanglingIndicesListDanglingIndices, options?: TransportRequestOptions): TransportRequestPromise> - list_dangling_indices, TContext = Context>(callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, callback: callbackFn): TransportRequestCallback - list_dangling_indices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params?: RequestParams.DanglingIndicesListDanglingIndices, options?: TransportRequestOptions): TransportRequestPromise> - listDanglingIndices, TContext = Context>(callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, callback: callbackFn): TransportRequestCallback - listDanglingIndices, TContext = Context>(params: RequestParams.DanglingIndicesListDanglingIndices, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - delete, TContext = Context>(params?: RequestParams.Delete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.Delete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.Delete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.DeleteByQuery, options?: TransportRequestOptions): TransportRequestPromise> - delete_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.DeleteByQuery, callback: callbackFn): TransportRequestCallback - delete_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.DeleteByQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.DeleteByQuery, options?: TransportRequestOptions): TransportRequestPromise> - deleteByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.DeleteByQuery, callback: callbackFn): TransportRequestCallback - deleteByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.DeleteByQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_by_query_rethrottle, TContext = Context>(params?: RequestParams.DeleteByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - delete_by_query_rethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_by_query_rethrottle, TContext = Context>(params: RequestParams.DeleteByQueryRethrottle, callback: callbackFn): TransportRequestCallback - delete_by_query_rethrottle, TContext = Context>(params: RequestParams.DeleteByQueryRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteByQueryRethrottle, TContext = Context>(params?: RequestParams.DeleteByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - deleteByQueryRethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteByQueryRethrottle, TContext = Context>(params: RequestParams.DeleteByQueryRethrottle, callback: callbackFn): TransportRequestCallback - deleteByQueryRethrottle, TContext = Context>(params: RequestParams.DeleteByQueryRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_script, TContext = Context>(params?: RequestParams.DeleteScript, options?: TransportRequestOptions): TransportRequestPromise> - delete_script, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_script, TContext = Context>(params: RequestParams.DeleteScript, callback: callbackFn): TransportRequestCallback - delete_script, TContext = Context>(params: RequestParams.DeleteScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteScript, TContext = Context>(params?: RequestParams.DeleteScript, options?: TransportRequestOptions): TransportRequestPromise> - deleteScript, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteScript, TContext = Context>(params: RequestParams.DeleteScript, callback: callbackFn): TransportRequestCallback - deleteScript, TContext = Context>(params: RequestParams.DeleteScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - enrich: { - delete_policy, TContext = Context>(params?: RequestParams.EnrichDeletePolicy, options?: TransportRequestOptions): TransportRequestPromise> - delete_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_policy, TContext = Context>(params: RequestParams.EnrichDeletePolicy, callback: callbackFn): TransportRequestCallback - delete_policy, TContext = Context>(params: RequestParams.EnrichDeletePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deletePolicy, TContext = Context>(params?: RequestParams.EnrichDeletePolicy, options?: TransportRequestOptions): TransportRequestPromise> - deletePolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - deletePolicy, TContext = Context>(params: RequestParams.EnrichDeletePolicy, callback: callbackFn): TransportRequestCallback - deletePolicy, TContext = Context>(params: RequestParams.EnrichDeletePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - execute_policy, TContext = Context>(params?: RequestParams.EnrichExecutePolicy, options?: TransportRequestOptions): TransportRequestPromise> - execute_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - execute_policy, TContext = Context>(params: RequestParams.EnrichExecutePolicy, callback: callbackFn): TransportRequestCallback - execute_policy, TContext = Context>(params: RequestParams.EnrichExecutePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - executePolicy, TContext = Context>(params?: RequestParams.EnrichExecutePolicy, options?: TransportRequestOptions): TransportRequestPromise> - executePolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - executePolicy, TContext = Context>(params: RequestParams.EnrichExecutePolicy, callback: callbackFn): TransportRequestCallback - executePolicy, TContext = Context>(params: RequestParams.EnrichExecutePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_policy, TContext = Context>(params?: RequestParams.EnrichGetPolicy, options?: TransportRequestOptions): TransportRequestPromise> - get_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_policy, TContext = Context>(params: RequestParams.EnrichGetPolicy, callback: callbackFn): TransportRequestCallback - get_policy, TContext = Context>(params: RequestParams.EnrichGetPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getPolicy, TContext = Context>(params?: RequestParams.EnrichGetPolicy, options?: TransportRequestOptions): TransportRequestPromise> - getPolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - getPolicy, TContext = Context>(params: RequestParams.EnrichGetPolicy, callback: callbackFn): TransportRequestCallback - getPolicy, TContext = Context>(params: RequestParams.EnrichGetPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.EnrichPutPolicy, options?: TransportRequestOptions): TransportRequestPromise> - put_policy, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EnrichPutPolicy, callback: callbackFn): TransportRequestCallback - put_policy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EnrichPutPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.EnrichPutPolicy, options?: TransportRequestOptions): TransportRequestPromise> - putPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EnrichPutPolicy, callback: callbackFn): TransportRequestCallback - putPolicy, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EnrichPutPolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.EnrichStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.EnrichStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.EnrichStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - eql: { - delete, TContext = Context>(params?: RequestParams.EqlDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.EqlDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.EqlDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.EqlGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.EqlGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.EqlGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params?: RequestParams.EqlGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - get_status, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.EqlGetStatus, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.EqlGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params?: RequestParams.EqlGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.EqlGetStatus, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.EqlGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.EqlSearch, options?: TransportRequestOptions): TransportRequestPromise> - search, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EqlSearch, callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.EqlSearch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - exists(params?: RequestParams.Exists, options?: TransportRequestOptions): TransportRequestPromise> - exists(callback: callbackFn): TransportRequestCallback - exists(params: RequestParams.Exists, callback: callbackFn): TransportRequestCallback - exists(params: RequestParams.Exists, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_source(params?: RequestParams.ExistsSource, options?: TransportRequestOptions): TransportRequestPromise> - exists_source(callback: callbackFn): TransportRequestCallback - exists_source(params: RequestParams.ExistsSource, callback: callbackFn): TransportRequestCallback - exists_source(params: RequestParams.ExistsSource, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsSource(params?: RequestParams.ExistsSource, options?: TransportRequestOptions): TransportRequestPromise> - existsSource(callback: callbackFn): TransportRequestCallback - existsSource(params: RequestParams.ExistsSource, callback: callbackFn): TransportRequestCallback - existsSource(params: RequestParams.ExistsSource, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - explain, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Explain, options?: TransportRequestOptions): TransportRequestPromise> - explain, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - explain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Explain, callback: callbackFn): TransportRequestCallback - explain, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Explain, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - features: { - get_features, TContext = Context>(params?: RequestParams.FeaturesGetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - get_features, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_features, TContext = Context>(params: RequestParams.FeaturesGetFeatures, callback: callbackFn): TransportRequestCallback - get_features, TContext = Context>(params: RequestParams.FeaturesGetFeatures, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getFeatures, TContext = Context>(params?: RequestParams.FeaturesGetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - getFeatures, TContext = Context>(callback: callbackFn): TransportRequestCallback - getFeatures, TContext = Context>(params: RequestParams.FeaturesGetFeatures, callback: callbackFn): TransportRequestCallback - getFeatures, TContext = Context>(params: RequestParams.FeaturesGetFeatures, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reset_features, TContext = Context>(params?: RequestParams.FeaturesResetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - reset_features, TContext = Context>(callback: callbackFn): TransportRequestCallback - reset_features, TContext = Context>(params: RequestParams.FeaturesResetFeatures, callback: callbackFn): TransportRequestCallback - reset_features, TContext = Context>(params: RequestParams.FeaturesResetFeatures, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resetFeatures, TContext = Context>(params?: RequestParams.FeaturesResetFeatures, options?: TransportRequestOptions): TransportRequestPromise> - resetFeatures, TContext = Context>(callback: callbackFn): TransportRequestCallback - resetFeatures, TContext = Context>(params: RequestParams.FeaturesResetFeatures, callback: callbackFn): TransportRequestCallback - resetFeatures, TContext = Context>(params: RequestParams.FeaturesResetFeatures, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - field_caps, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.FieldCaps, options?: TransportRequestOptions): TransportRequestPromise> - field_caps, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - field_caps, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.FieldCaps, callback: callbackFn): TransportRequestCallback - field_caps, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.FieldCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - fieldCaps, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.FieldCaps, options?: TransportRequestOptions): TransportRequestPromise> - fieldCaps, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - fieldCaps, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.FieldCaps, callback: callbackFn): TransportRequestCallback - fieldCaps, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.FieldCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.Get, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.Get, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.Get, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_script, TContext = Context>(params?: RequestParams.GetScript, options?: TransportRequestOptions): TransportRequestPromise> - get_script, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_script, TContext = Context>(params: RequestParams.GetScript, callback: callbackFn): TransportRequestCallback - get_script, TContext = Context>(params: RequestParams.GetScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getScript, TContext = Context>(params?: RequestParams.GetScript, options?: TransportRequestOptions): TransportRequestPromise> - getScript, TContext = Context>(callback: callbackFn): TransportRequestCallback - getScript, TContext = Context>(params: RequestParams.GetScript, callback: callbackFn): TransportRequestCallback - getScript, TContext = Context>(params: RequestParams.GetScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_script_context, TContext = Context>(params?: RequestParams.GetScriptContext, options?: TransportRequestOptions): TransportRequestPromise> - get_script_context, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_script_context, TContext = Context>(params: RequestParams.GetScriptContext, callback: callbackFn): TransportRequestCallback - get_script_context, TContext = Context>(params: RequestParams.GetScriptContext, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getScriptContext, TContext = Context>(params?: RequestParams.GetScriptContext, options?: TransportRequestOptions): TransportRequestPromise> - getScriptContext, TContext = Context>(callback: callbackFn): TransportRequestCallback - getScriptContext, TContext = Context>(params: RequestParams.GetScriptContext, callback: callbackFn): TransportRequestCallback - getScriptContext, TContext = Context>(params: RequestParams.GetScriptContext, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_script_languages, TContext = Context>(params?: RequestParams.GetScriptLanguages, options?: TransportRequestOptions): TransportRequestPromise> - get_script_languages, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_script_languages, TContext = Context>(params: RequestParams.GetScriptLanguages, callback: callbackFn): TransportRequestCallback - get_script_languages, TContext = Context>(params: RequestParams.GetScriptLanguages, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getScriptLanguages, TContext = Context>(params?: RequestParams.GetScriptLanguages, options?: TransportRequestOptions): TransportRequestPromise> - getScriptLanguages, TContext = Context>(callback: callbackFn): TransportRequestCallback - getScriptLanguages, TContext = Context>(params: RequestParams.GetScriptLanguages, callback: callbackFn): TransportRequestCallback - getScriptLanguages, TContext = Context>(params: RequestParams.GetScriptLanguages, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_source, TContext = Context>(params?: RequestParams.GetSource, options?: TransportRequestOptions): TransportRequestPromise> - get_source, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_source, TContext = Context>(params: RequestParams.GetSource, callback: callbackFn): TransportRequestCallback - get_source, TContext = Context>(params: RequestParams.GetSource, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getSource, TContext = Context>(params?: RequestParams.GetSource, options?: TransportRequestOptions): TransportRequestPromise> - getSource, TContext = Context>(callback: callbackFn): TransportRequestCallback - getSource, TContext = Context>(params: RequestParams.GetSource, callback: callbackFn): TransportRequestCallback - getSource, TContext = Context>(params: RequestParams.GetSource, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - graph: { - explore, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.GraphExplore, options?: TransportRequestOptions): TransportRequestPromise> - explore, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - explore, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.GraphExplore, callback: callbackFn): TransportRequestCallback - explore, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.GraphExplore, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - ilm: { - delete_lifecycle, TContext = Context>(params?: RequestParams.IlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - delete_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_lifecycle, TContext = Context>(params: RequestParams.IlmDeleteLifecycle, callback: callbackFn): TransportRequestCallback - delete_lifecycle, TContext = Context>(params: RequestParams.IlmDeleteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params?: RequestParams.IlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - deleteLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params: RequestParams.IlmDeleteLifecycle, callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params: RequestParams.IlmDeleteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - explain_lifecycle, TContext = Context>(params?: RequestParams.IlmExplainLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - explain_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - explain_lifecycle, TContext = Context>(params: RequestParams.IlmExplainLifecycle, callback: callbackFn): TransportRequestCallback - explain_lifecycle, TContext = Context>(params: RequestParams.IlmExplainLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - explainLifecycle, TContext = Context>(params?: RequestParams.IlmExplainLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - explainLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - explainLifecycle, TContext = Context>(params: RequestParams.IlmExplainLifecycle, callback: callbackFn): TransportRequestCallback - explainLifecycle, TContext = Context>(params: RequestParams.IlmExplainLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params?: RequestParams.IlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - get_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params: RequestParams.IlmGetLifecycle, callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params: RequestParams.IlmGetLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params?: RequestParams.IlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - getLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params: RequestParams.IlmGetLifecycle, callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params: RequestParams.IlmGetLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params?: RequestParams.IlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - get_status, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.IlmGetStatus, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.IlmGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params?: RequestParams.IlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.IlmGetStatus, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.IlmGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - move_to_step, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmMoveToStep, options?: TransportRequestOptions): TransportRequestPromise> - move_to_step, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - move_to_step, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmMoveToStep, callback: callbackFn): TransportRequestCallback - move_to_step, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmMoveToStep, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - moveToStep, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmMoveToStep, options?: TransportRequestOptions): TransportRequestPromise> - moveToStep, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - moveToStep, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmMoveToStep, callback: callbackFn): TransportRequestCallback - moveToStep, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmMoveToStep, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmPutLifecycle, callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmPutLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmPutLifecycle, callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IlmPutLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - remove_policy, TContext = Context>(params?: RequestParams.IlmRemovePolicy, options?: TransportRequestOptions): TransportRequestPromise> - remove_policy, TContext = Context>(callback: callbackFn): TransportRequestCallback - remove_policy, TContext = Context>(params: RequestParams.IlmRemovePolicy, callback: callbackFn): TransportRequestCallback - remove_policy, TContext = Context>(params: RequestParams.IlmRemovePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - removePolicy, TContext = Context>(params?: RequestParams.IlmRemovePolicy, options?: TransportRequestOptions): TransportRequestPromise> - removePolicy, TContext = Context>(callback: callbackFn): TransportRequestCallback - removePolicy, TContext = Context>(params: RequestParams.IlmRemovePolicy, callback: callbackFn): TransportRequestCallback - removePolicy, TContext = Context>(params: RequestParams.IlmRemovePolicy, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - retry, TContext = Context>(params?: RequestParams.IlmRetry, options?: TransportRequestOptions): TransportRequestPromise> - retry, TContext = Context>(callback: callbackFn): TransportRequestCallback - retry, TContext = Context>(params: RequestParams.IlmRetry, callback: callbackFn): TransportRequestCallback - retry, TContext = Context>(params: RequestParams.IlmRetry, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params?: RequestParams.IlmStart, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.IlmStart, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.IlmStart, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params?: RequestParams.IlmStop, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.IlmStop, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.IlmStop, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - index, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Index, options?: TransportRequestOptions): TransportRequestPromise> - index, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - index, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Index, callback: callbackFn): TransportRequestCallback - index, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Index, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - indices: { - add_block, TContext = Context>(params?: RequestParams.IndicesAddBlock, options?: TransportRequestOptions): TransportRequestPromise> - add_block, TContext = Context>(callback: callbackFn): TransportRequestCallback - add_block, TContext = Context>(params: RequestParams.IndicesAddBlock, callback: callbackFn): TransportRequestCallback - add_block, TContext = Context>(params: RequestParams.IndicesAddBlock, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - addBlock, TContext = Context>(params?: RequestParams.IndicesAddBlock, options?: TransportRequestOptions): TransportRequestPromise> - addBlock, TContext = Context>(callback: callbackFn): TransportRequestCallback - addBlock, TContext = Context>(params: RequestParams.IndicesAddBlock, callback: callbackFn): TransportRequestCallback - addBlock, TContext = Context>(params: RequestParams.IndicesAddBlock, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - analyze, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesAnalyze, options?: TransportRequestOptions): TransportRequestPromise> - analyze, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - analyze, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesAnalyze, callback: callbackFn): TransportRequestCallback - analyze, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesAnalyze, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params?: RequestParams.IndicesClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clear_cache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.IndicesClearCache, callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.IndicesClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params?: RequestParams.IndicesClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clearCache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.IndicesClearCache, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.IndicesClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesClone, options?: TransportRequestOptions): TransportRequestPromise> - clone, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesClone, callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesClone, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - close, TContext = Context>(params?: RequestParams.IndicesClose, options?: TransportRequestOptions): TransportRequestPromise> - close, TContext = Context>(callback: callbackFn): TransportRequestCallback - close, TContext = Context>(params: RequestParams.IndicesClose, callback: callbackFn): TransportRequestCallback - close, TContext = Context>(params: RequestParams.IndicesClose, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesCreate, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesCreate, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesCreate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create_data_stream, TContext = Context>(params?: RequestParams.IndicesCreateDataStream, options?: TransportRequestOptions): TransportRequestPromise> - create_data_stream, TContext = Context>(callback: callbackFn): TransportRequestCallback - create_data_stream, TContext = Context>(params: RequestParams.IndicesCreateDataStream, callback: callbackFn): TransportRequestCallback - create_data_stream, TContext = Context>(params: RequestParams.IndicesCreateDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - createDataStream, TContext = Context>(params?: RequestParams.IndicesCreateDataStream, options?: TransportRequestOptions): TransportRequestPromise> - createDataStream, TContext = Context>(callback: callbackFn): TransportRequestCallback - createDataStream, TContext = Context>(params: RequestParams.IndicesCreateDataStream, callback: callbackFn): TransportRequestCallback - createDataStream, TContext = Context>(params: RequestParams.IndicesCreateDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - data_streams_stats, TContext = Context>(params?: RequestParams.IndicesDataStreamsStats, options?: TransportRequestOptions): TransportRequestPromise> - data_streams_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - data_streams_stats, TContext = Context>(params: RequestParams.IndicesDataStreamsStats, callback: callbackFn): TransportRequestCallback - data_streams_stats, TContext = Context>(params: RequestParams.IndicesDataStreamsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - dataStreamsStats, TContext = Context>(params?: RequestParams.IndicesDataStreamsStats, options?: TransportRequestOptions): TransportRequestPromise> - dataStreamsStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - dataStreamsStats, TContext = Context>(params: RequestParams.IndicesDataStreamsStats, callback: callbackFn): TransportRequestCallback - dataStreamsStats, TContext = Context>(params: RequestParams.IndicesDataStreamsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params?: RequestParams.IndicesDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.IndicesDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.IndicesDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_alias, TContext = Context>(params?: RequestParams.IndicesDeleteAlias, options?: TransportRequestOptions): TransportRequestPromise> - delete_alias, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_alias, TContext = Context>(params: RequestParams.IndicesDeleteAlias, callback: callbackFn): TransportRequestCallback - delete_alias, TContext = Context>(params: RequestParams.IndicesDeleteAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteAlias, TContext = Context>(params?: RequestParams.IndicesDeleteAlias, options?: TransportRequestOptions): TransportRequestPromise> - deleteAlias, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteAlias, TContext = Context>(params: RequestParams.IndicesDeleteAlias, callback: callbackFn): TransportRequestCallback - deleteAlias, TContext = Context>(params: RequestParams.IndicesDeleteAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_data_stream, TContext = Context>(params?: RequestParams.IndicesDeleteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - delete_data_stream, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_data_stream, TContext = Context>(params: RequestParams.IndicesDeleteDataStream, callback: callbackFn): TransportRequestCallback - delete_data_stream, TContext = Context>(params: RequestParams.IndicesDeleteDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteDataStream, TContext = Context>(params?: RequestParams.IndicesDeleteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - deleteDataStream, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteDataStream, TContext = Context>(params: RequestParams.IndicesDeleteDataStream, callback: callbackFn): TransportRequestCallback - deleteDataStream, TContext = Context>(params: RequestParams.IndicesDeleteDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_index_template, TContext = Context>(params?: RequestParams.IndicesDeleteIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - delete_index_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_index_template, TContext = Context>(params: RequestParams.IndicesDeleteIndexTemplate, callback: callbackFn): TransportRequestCallback - delete_index_template, TContext = Context>(params: RequestParams.IndicesDeleteIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteIndexTemplate, TContext = Context>(params?: RequestParams.IndicesDeleteIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - deleteIndexTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteIndexTemplate, TContext = Context>(params: RequestParams.IndicesDeleteIndexTemplate, callback: callbackFn): TransportRequestCallback - deleteIndexTemplate, TContext = Context>(params: RequestParams.IndicesDeleteIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_template, TContext = Context>(params?: RequestParams.IndicesDeleteTemplate, options?: TransportRequestOptions): TransportRequestPromise> - delete_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_template, TContext = Context>(params: RequestParams.IndicesDeleteTemplate, callback: callbackFn): TransportRequestCallback - delete_template, TContext = Context>(params: RequestParams.IndicesDeleteTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteTemplate, TContext = Context>(params?: RequestParams.IndicesDeleteTemplate, options?: TransportRequestOptions): TransportRequestPromise> - deleteTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteTemplate, TContext = Context>(params: RequestParams.IndicesDeleteTemplate, callback: callbackFn): TransportRequestCallback - deleteTemplate, TContext = Context>(params: RequestParams.IndicesDeleteTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists(params?: RequestParams.IndicesExists, options?: TransportRequestOptions): TransportRequestPromise> - exists(callback: callbackFn): TransportRequestCallback - exists(params: RequestParams.IndicesExists, callback: callbackFn): TransportRequestCallback - exists(params: RequestParams.IndicesExists, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_alias(params?: RequestParams.IndicesExistsAlias, options?: TransportRequestOptions): TransportRequestPromise> - exists_alias(callback: callbackFn): TransportRequestCallback - exists_alias(params: RequestParams.IndicesExistsAlias, callback: callbackFn): TransportRequestCallback - exists_alias(params: RequestParams.IndicesExistsAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsAlias(params?: RequestParams.IndicesExistsAlias, options?: TransportRequestOptions): TransportRequestPromise> - existsAlias(callback: callbackFn): TransportRequestCallback - existsAlias(params: RequestParams.IndicesExistsAlias, callback: callbackFn): TransportRequestCallback - existsAlias(params: RequestParams.IndicesExistsAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_index_template(params?: RequestParams.IndicesExistsIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - exists_index_template(callback: callbackFn): TransportRequestCallback - exists_index_template(params: RequestParams.IndicesExistsIndexTemplate, callback: callbackFn): TransportRequestCallback - exists_index_template(params: RequestParams.IndicesExistsIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsIndexTemplate(params?: RequestParams.IndicesExistsIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - existsIndexTemplate(callback: callbackFn): TransportRequestCallback - existsIndexTemplate(params: RequestParams.IndicesExistsIndexTemplate, callback: callbackFn): TransportRequestCallback - existsIndexTemplate(params: RequestParams.IndicesExistsIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_template(params?: RequestParams.IndicesExistsTemplate, options?: TransportRequestOptions): TransportRequestPromise> - exists_template(callback: callbackFn): TransportRequestCallback - exists_template(params: RequestParams.IndicesExistsTemplate, callback: callbackFn): TransportRequestCallback - exists_template(params: RequestParams.IndicesExistsTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsTemplate(params?: RequestParams.IndicesExistsTemplate, options?: TransportRequestOptions): TransportRequestPromise> - existsTemplate(callback: callbackFn): TransportRequestCallback - existsTemplate(params: RequestParams.IndicesExistsTemplate, callback: callbackFn): TransportRequestCallback - existsTemplate(params: RequestParams.IndicesExistsTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - exists_type(params?: RequestParams.IndicesExistsType, options?: TransportRequestOptions): TransportRequestPromise> - exists_type(callback: callbackFn): TransportRequestCallback - exists_type(params: RequestParams.IndicesExistsType, callback: callbackFn): TransportRequestCallback - exists_type(params: RequestParams.IndicesExistsType, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - existsType(params?: RequestParams.IndicesExistsType, options?: TransportRequestOptions): TransportRequestPromise> - existsType(callback: callbackFn): TransportRequestCallback - existsType(params: RequestParams.IndicesExistsType, callback: callbackFn): TransportRequestCallback - existsType(params: RequestParams.IndicesExistsType, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - flush, TContext = Context>(params?: RequestParams.IndicesFlush, options?: TransportRequestOptions): TransportRequestPromise> - flush, TContext = Context>(callback: callbackFn): TransportRequestCallback - flush, TContext = Context>(params: RequestParams.IndicesFlush, callback: callbackFn): TransportRequestCallback - flush, TContext = Context>(params: RequestParams.IndicesFlush, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - forcemerge, TContext = Context>(params?: RequestParams.IndicesForcemerge, options?: TransportRequestOptions): TransportRequestPromise> - forcemerge, TContext = Context>(callback: callbackFn): TransportRequestCallback - forcemerge, TContext = Context>(params: RequestParams.IndicesForcemerge, callback: callbackFn): TransportRequestCallback - forcemerge, TContext = Context>(params: RequestParams.IndicesForcemerge, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - freeze, TContext = Context>(params?: RequestParams.IndicesFreeze, options?: TransportRequestOptions): TransportRequestPromise> - freeze, TContext = Context>(callback: callbackFn): TransportRequestCallback - freeze, TContext = Context>(params: RequestParams.IndicesFreeze, callback: callbackFn): TransportRequestCallback - freeze, TContext = Context>(params: RequestParams.IndicesFreeze, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.IndicesGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.IndicesGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.IndicesGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_alias, TContext = Context>(params?: RequestParams.IndicesGetAlias, options?: TransportRequestOptions): TransportRequestPromise> - get_alias, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_alias, TContext = Context>(params: RequestParams.IndicesGetAlias, callback: callbackFn): TransportRequestCallback - get_alias, TContext = Context>(params: RequestParams.IndicesGetAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getAlias, TContext = Context>(params?: RequestParams.IndicesGetAlias, options?: TransportRequestOptions): TransportRequestPromise> - getAlias, TContext = Context>(callback: callbackFn): TransportRequestCallback - getAlias, TContext = Context>(params: RequestParams.IndicesGetAlias, callback: callbackFn): TransportRequestCallback - getAlias, TContext = Context>(params: RequestParams.IndicesGetAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_data_stream, TContext = Context>(params?: RequestParams.IndicesGetDataStream, options?: TransportRequestOptions): TransportRequestPromise> - get_data_stream, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_data_stream, TContext = Context>(params: RequestParams.IndicesGetDataStream, callback: callbackFn): TransportRequestCallback - get_data_stream, TContext = Context>(params: RequestParams.IndicesGetDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getDataStream, TContext = Context>(params?: RequestParams.IndicesGetDataStream, options?: TransportRequestOptions): TransportRequestPromise> - getDataStream, TContext = Context>(callback: callbackFn): TransportRequestCallback - getDataStream, TContext = Context>(params: RequestParams.IndicesGetDataStream, callback: callbackFn): TransportRequestCallback - getDataStream, TContext = Context>(params: RequestParams.IndicesGetDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_field_mapping, TContext = Context>(params?: RequestParams.IndicesGetFieldMapping, options?: TransportRequestOptions): TransportRequestPromise> - get_field_mapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_field_mapping, TContext = Context>(params: RequestParams.IndicesGetFieldMapping, callback: callbackFn): TransportRequestCallback - get_field_mapping, TContext = Context>(params: RequestParams.IndicesGetFieldMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getFieldMapping, TContext = Context>(params?: RequestParams.IndicesGetFieldMapping, options?: TransportRequestOptions): TransportRequestPromise> - getFieldMapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - getFieldMapping, TContext = Context>(params: RequestParams.IndicesGetFieldMapping, callback: callbackFn): TransportRequestCallback - getFieldMapping, TContext = Context>(params: RequestParams.IndicesGetFieldMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_index_template, TContext = Context>(params?: RequestParams.IndicesGetIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - get_index_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_index_template, TContext = Context>(params: RequestParams.IndicesGetIndexTemplate, callback: callbackFn): TransportRequestCallback - get_index_template, TContext = Context>(params: RequestParams.IndicesGetIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getIndexTemplate, TContext = Context>(params?: RequestParams.IndicesGetIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getIndexTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - getIndexTemplate, TContext = Context>(params: RequestParams.IndicesGetIndexTemplate, callback: callbackFn): TransportRequestCallback - getIndexTemplate, TContext = Context>(params: RequestParams.IndicesGetIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_mapping, TContext = Context>(params?: RequestParams.IndicesGetMapping, options?: TransportRequestOptions): TransportRequestPromise> - get_mapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_mapping, TContext = Context>(params: RequestParams.IndicesGetMapping, callback: callbackFn): TransportRequestCallback - get_mapping, TContext = Context>(params: RequestParams.IndicesGetMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getMapping, TContext = Context>(params?: RequestParams.IndicesGetMapping, options?: TransportRequestOptions): TransportRequestPromise> - getMapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - getMapping, TContext = Context>(params: RequestParams.IndicesGetMapping, callback: callbackFn): TransportRequestCallback - getMapping, TContext = Context>(params: RequestParams.IndicesGetMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params?: RequestParams.IndicesGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - get_settings, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params: RequestParams.IndicesGetSettings, callback: callbackFn): TransportRequestCallback - get_settings, TContext = Context>(params: RequestParams.IndicesGetSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params?: RequestParams.IndicesGetSettings, options?: TransportRequestOptions): TransportRequestPromise> - getSettings, TContext = Context>(callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params: RequestParams.IndicesGetSettings, callback: callbackFn): TransportRequestCallback - getSettings, TContext = Context>(params: RequestParams.IndicesGetSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_template, TContext = Context>(params?: RequestParams.IndicesGetTemplate, options?: TransportRequestOptions): TransportRequestPromise> - get_template, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_template, TContext = Context>(params: RequestParams.IndicesGetTemplate, callback: callbackFn): TransportRequestCallback - get_template, TContext = Context>(params: RequestParams.IndicesGetTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTemplate, TContext = Context>(params?: RequestParams.IndicesGetTemplate, options?: TransportRequestOptions): TransportRequestPromise> - getTemplate, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTemplate, TContext = Context>(params: RequestParams.IndicesGetTemplate, callback: callbackFn): TransportRequestCallback - getTemplate, TContext = Context>(params: RequestParams.IndicesGetTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - migrate_to_data_stream, TContext = Context>(params?: RequestParams.IndicesMigrateToDataStream, options?: TransportRequestOptions): TransportRequestPromise> - migrate_to_data_stream, TContext = Context>(callback: callbackFn): TransportRequestCallback - migrate_to_data_stream, TContext = Context>(params: RequestParams.IndicesMigrateToDataStream, callback: callbackFn): TransportRequestCallback - migrate_to_data_stream, TContext = Context>(params: RequestParams.IndicesMigrateToDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - migrateToDataStream, TContext = Context>(params?: RequestParams.IndicesMigrateToDataStream, options?: TransportRequestOptions): TransportRequestPromise> - migrateToDataStream, TContext = Context>(callback: callbackFn): TransportRequestCallback - migrateToDataStream, TContext = Context>(params: RequestParams.IndicesMigrateToDataStream, callback: callbackFn): TransportRequestCallback - migrateToDataStream, TContext = Context>(params: RequestParams.IndicesMigrateToDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - open, TContext = Context>(params?: RequestParams.IndicesOpen, options?: TransportRequestOptions): TransportRequestPromise> - open, TContext = Context>(callback: callbackFn): TransportRequestCallback - open, TContext = Context>(params: RequestParams.IndicesOpen, callback: callbackFn): TransportRequestCallback - open, TContext = Context>(params: RequestParams.IndicesOpen, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - promote_data_stream, TContext = Context>(params?: RequestParams.IndicesPromoteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - promote_data_stream, TContext = Context>(callback: callbackFn): TransportRequestCallback - promote_data_stream, TContext = Context>(params: RequestParams.IndicesPromoteDataStream, callback: callbackFn): TransportRequestCallback - promote_data_stream, TContext = Context>(params: RequestParams.IndicesPromoteDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - promoteDataStream, TContext = Context>(params?: RequestParams.IndicesPromoteDataStream, options?: TransportRequestOptions): TransportRequestPromise> - promoteDataStream, TContext = Context>(callback: callbackFn): TransportRequestCallback - promoteDataStream, TContext = Context>(params: RequestParams.IndicesPromoteDataStream, callback: callbackFn): TransportRequestCallback - promoteDataStream, TContext = Context>(params: RequestParams.IndicesPromoteDataStream, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_alias, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutAlias, options?: TransportRequestOptions): TransportRequestPromise> - put_alias, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_alias, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutAlias, callback: callbackFn): TransportRequestCallback - put_alias, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putAlias, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutAlias, options?: TransportRequestOptions): TransportRequestPromise> - putAlias, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putAlias, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutAlias, callback: callbackFn): TransportRequestCallback - putAlias, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - put_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutIndexTemplate, callback: callbackFn): TransportRequestCallback - put_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - putIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutIndexTemplate, callback: callbackFn): TransportRequestCallback - putIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutMapping, options?: TransportRequestOptions): TransportRequestPromise> - put_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutMapping, callback: callbackFn): TransportRequestCallback - put_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutMapping, options?: TransportRequestOptions): TransportRequestPromise> - putMapping, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutMapping, callback: callbackFn): TransportRequestCallback - putMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutSettings, callback: callbackFn): TransportRequestCallback - put_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutSettings, options?: TransportRequestOptions): TransportRequestPromise> - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutSettings, callback: callbackFn): TransportRequestCallback - putSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutTemplate, options?: TransportRequestOptions): TransportRequestPromise> - put_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutTemplate, callback: callbackFn): TransportRequestCallback - put_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesPutTemplate, options?: TransportRequestOptions): TransportRequestPromise> - putTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutTemplate, callback: callbackFn): TransportRequestCallback - putTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesPutTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params?: RequestParams.IndicesRecovery, options?: TransportRequestOptions): TransportRequestPromise> - recovery, TContext = Context>(callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params: RequestParams.IndicesRecovery, callback: callbackFn): TransportRequestCallback - recovery, TContext = Context>(params: RequestParams.IndicesRecovery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - refresh, TContext = Context>(params?: RequestParams.IndicesRefresh, options?: TransportRequestOptions): TransportRequestPromise> - refresh, TContext = Context>(callback: callbackFn): TransportRequestCallback - refresh, TContext = Context>(params: RequestParams.IndicesRefresh, callback: callbackFn): TransportRequestCallback - refresh, TContext = Context>(params: RequestParams.IndicesRefresh, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reload_search_analyzers, TContext = Context>(params?: RequestParams.IndicesReloadSearchAnalyzers, options?: TransportRequestOptions): TransportRequestPromise> - reload_search_analyzers, TContext = Context>(callback: callbackFn): TransportRequestCallback - reload_search_analyzers, TContext = Context>(params: RequestParams.IndicesReloadSearchAnalyzers, callback: callbackFn): TransportRequestCallback - reload_search_analyzers, TContext = Context>(params: RequestParams.IndicesReloadSearchAnalyzers, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reloadSearchAnalyzers, TContext = Context>(params?: RequestParams.IndicesReloadSearchAnalyzers, options?: TransportRequestOptions): TransportRequestPromise> - reloadSearchAnalyzers, TContext = Context>(callback: callbackFn): TransportRequestCallback - reloadSearchAnalyzers, TContext = Context>(params: RequestParams.IndicesReloadSearchAnalyzers, callback: callbackFn): TransportRequestCallback - reloadSearchAnalyzers, TContext = Context>(params: RequestParams.IndicesReloadSearchAnalyzers, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resolve_index, TContext = Context>(params?: RequestParams.IndicesResolveIndex, options?: TransportRequestOptions): TransportRequestPromise> - resolve_index, TContext = Context>(callback: callbackFn): TransportRequestCallback - resolve_index, TContext = Context>(params: RequestParams.IndicesResolveIndex, callback: callbackFn): TransportRequestCallback - resolve_index, TContext = Context>(params: RequestParams.IndicesResolveIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - resolveIndex, TContext = Context>(params?: RequestParams.IndicesResolveIndex, options?: TransportRequestOptions): TransportRequestPromise> - resolveIndex, TContext = Context>(callback: callbackFn): TransportRequestCallback - resolveIndex, TContext = Context>(params: RequestParams.IndicesResolveIndex, callback: callbackFn): TransportRequestCallback - resolveIndex, TContext = Context>(params: RequestParams.IndicesResolveIndex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rollover, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesRollover, options?: TransportRequestOptions): TransportRequestPromise> - rollover, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rollover, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesRollover, callback: callbackFn): TransportRequestCallback - rollover, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesRollover, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params?: RequestParams.IndicesSegments, options?: TransportRequestOptions): TransportRequestPromise> - segments, TContext = Context>(callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params: RequestParams.IndicesSegments, callback: callbackFn): TransportRequestCallback - segments, TContext = Context>(params: RequestParams.IndicesSegments, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - shard_stores, TContext = Context>(params?: RequestParams.IndicesShardStores, options?: TransportRequestOptions): TransportRequestPromise> - shard_stores, TContext = Context>(callback: callbackFn): TransportRequestCallback - shard_stores, TContext = Context>(params: RequestParams.IndicesShardStores, callback: callbackFn): TransportRequestCallback - shard_stores, TContext = Context>(params: RequestParams.IndicesShardStores, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - shardStores, TContext = Context>(params?: RequestParams.IndicesShardStores, options?: TransportRequestOptions): TransportRequestPromise> - shardStores, TContext = Context>(callback: callbackFn): TransportRequestCallback - shardStores, TContext = Context>(params: RequestParams.IndicesShardStores, callback: callbackFn): TransportRequestCallback - shardStores, TContext = Context>(params: RequestParams.IndicesShardStores, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - shrink, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesShrink, options?: TransportRequestOptions): TransportRequestPromise> - shrink, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - shrink, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesShrink, callback: callbackFn): TransportRequestCallback - shrink, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesShrink, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - simulate_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - simulate_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - simulate_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateIndexTemplate, callback: callbackFn): TransportRequestCallback - simulate_index_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - simulateIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateIndexTemplate, options?: TransportRequestOptions): TransportRequestPromise> - simulateIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - simulateIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateIndexTemplate, callback: callbackFn): TransportRequestCallback - simulateIndexTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateIndexTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - simulate_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateTemplate, options?: TransportRequestOptions): TransportRequestPromise> - simulate_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - simulate_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateTemplate, callback: callbackFn): TransportRequestCallback - simulate_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - simulateTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSimulateTemplate, options?: TransportRequestOptions): TransportRequestPromise> - simulateTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - simulateTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateTemplate, callback: callbackFn): TransportRequestCallback - simulateTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSimulateTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - split, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesSplit, options?: TransportRequestOptions): TransportRequestPromise> - split, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - split, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSplit, callback: callbackFn): TransportRequestCallback - split, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesSplit, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.IndicesStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.IndicesStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.IndicesStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - unfreeze, TContext = Context>(params?: RequestParams.IndicesUnfreeze, options?: TransportRequestOptions): TransportRequestPromise> - unfreeze, TContext = Context>(callback: callbackFn): TransportRequestCallback - unfreeze, TContext = Context>(params: RequestParams.IndicesUnfreeze, callback: callbackFn): TransportRequestCallback - unfreeze, TContext = Context>(params: RequestParams.IndicesUnfreeze, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_aliases, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesUpdateAliases, options?: TransportRequestOptions): TransportRequestPromise> - update_aliases, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_aliases, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesUpdateAliases, callback: callbackFn): TransportRequestCallback - update_aliases, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesUpdateAliases, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateAliases, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesUpdateAliases, options?: TransportRequestOptions): TransportRequestPromise> - updateAliases, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateAliases, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesUpdateAliases, callback: callbackFn): TransportRequestCallback - updateAliases, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesUpdateAliases, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - validate_query, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesValidateQuery, options?: TransportRequestOptions): TransportRequestPromise> - validate_query, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - validate_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesValidateQuery, callback: callbackFn): TransportRequestCallback - validate_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesValidateQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - validateQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IndicesValidateQuery, options?: TransportRequestOptions): TransportRequestPromise> - validateQuery, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - validateQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesValidateQuery, callback: callbackFn): TransportRequestCallback - validateQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IndicesValidateQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - info, TContext = Context>(params?: RequestParams.Info, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.Info, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.Info, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ingest: { - delete_pipeline, TContext = Context>(params?: RequestParams.IngestDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - delete_pipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_pipeline, TContext = Context>(params: RequestParams.IngestDeletePipeline, callback: callbackFn): TransportRequestCallback - delete_pipeline, TContext = Context>(params: RequestParams.IngestDeletePipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params?: RequestParams.IngestDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - deletePipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params: RequestParams.IngestDeletePipeline, callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params: RequestParams.IngestDeletePipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params?: RequestParams.IngestGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - get_pipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params: RequestParams.IngestGetPipeline, callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params: RequestParams.IngestGetPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params?: RequestParams.IngestGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - getPipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params: RequestParams.IngestGetPipeline, callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params: RequestParams.IngestGetPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - processor_grok, TContext = Context>(params?: RequestParams.IngestProcessorGrok, options?: TransportRequestOptions): TransportRequestPromise> - processor_grok, TContext = Context>(callback: callbackFn): TransportRequestCallback - processor_grok, TContext = Context>(params: RequestParams.IngestProcessorGrok, callback: callbackFn): TransportRequestCallback - processor_grok, TContext = Context>(params: RequestParams.IngestProcessorGrok, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - processorGrok, TContext = Context>(params?: RequestParams.IngestProcessorGrok, options?: TransportRequestOptions): TransportRequestPromise> - processorGrok, TContext = Context>(callback: callbackFn): TransportRequestCallback - processorGrok, TContext = Context>(params: RequestParams.IngestProcessorGrok, callback: callbackFn): TransportRequestCallback - processorGrok, TContext = Context>(params: RequestParams.IngestProcessorGrok, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IngestPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestPutPipeline, callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestPutPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IngestPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestPutPipeline, callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestPutPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - simulate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.IngestSimulate, options?: TransportRequestOptions): TransportRequestPromise> - simulate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - simulate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestSimulate, callback: callbackFn): TransportRequestCallback - simulate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.IngestSimulate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - license: { - delete, TContext = Context>(params?: RequestParams.LicenseDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.LicenseDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.LicenseDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.LicenseGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.LicenseGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.LicenseGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_basic_status, TContext = Context>(params?: RequestParams.LicenseGetBasicStatus, options?: TransportRequestOptions): TransportRequestPromise> - get_basic_status, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_basic_status, TContext = Context>(params: RequestParams.LicenseGetBasicStatus, callback: callbackFn): TransportRequestCallback - get_basic_status, TContext = Context>(params: RequestParams.LicenseGetBasicStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getBasicStatus, TContext = Context>(params?: RequestParams.LicenseGetBasicStatus, options?: TransportRequestOptions): TransportRequestPromise> - getBasicStatus, TContext = Context>(callback: callbackFn): TransportRequestCallback - getBasicStatus, TContext = Context>(params: RequestParams.LicenseGetBasicStatus, callback: callbackFn): TransportRequestCallback - getBasicStatus, TContext = Context>(params: RequestParams.LicenseGetBasicStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_trial_status, TContext = Context>(params?: RequestParams.LicenseGetTrialStatus, options?: TransportRequestOptions): TransportRequestPromise> - get_trial_status, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_trial_status, TContext = Context>(params: RequestParams.LicenseGetTrialStatus, callback: callbackFn): TransportRequestCallback - get_trial_status, TContext = Context>(params: RequestParams.LicenseGetTrialStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTrialStatus, TContext = Context>(params?: RequestParams.LicenseGetTrialStatus, options?: TransportRequestOptions): TransportRequestPromise> - getTrialStatus, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTrialStatus, TContext = Context>(params: RequestParams.LicenseGetTrialStatus, callback: callbackFn): TransportRequestCallback - getTrialStatus, TContext = Context>(params: RequestParams.LicenseGetTrialStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.LicensePost, options?: TransportRequestOptions): TransportRequestPromise> - post, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - post, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LicensePost, callback: callbackFn): TransportRequestCallback - post, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LicensePost, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post_start_basic, TContext = Context>(params?: RequestParams.LicensePostStartBasic, options?: TransportRequestOptions): TransportRequestPromise> - post_start_basic, TContext = Context>(callback: callbackFn): TransportRequestCallback - post_start_basic, TContext = Context>(params: RequestParams.LicensePostStartBasic, callback: callbackFn): TransportRequestCallback - post_start_basic, TContext = Context>(params: RequestParams.LicensePostStartBasic, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - postStartBasic, TContext = Context>(params?: RequestParams.LicensePostStartBasic, options?: TransportRequestOptions): TransportRequestPromise> - postStartBasic, TContext = Context>(callback: callbackFn): TransportRequestCallback - postStartBasic, TContext = Context>(params: RequestParams.LicensePostStartBasic, callback: callbackFn): TransportRequestCallback - postStartBasic, TContext = Context>(params: RequestParams.LicensePostStartBasic, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post_start_trial, TContext = Context>(params?: RequestParams.LicensePostStartTrial, options?: TransportRequestOptions): TransportRequestPromise> - post_start_trial, TContext = Context>(callback: callbackFn): TransportRequestCallback - post_start_trial, TContext = Context>(params: RequestParams.LicensePostStartTrial, callback: callbackFn): TransportRequestCallback - post_start_trial, TContext = Context>(params: RequestParams.LicensePostStartTrial, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - postStartTrial, TContext = Context>(params?: RequestParams.LicensePostStartTrial, options?: TransportRequestOptions): TransportRequestPromise> - postStartTrial, TContext = Context>(callback: callbackFn): TransportRequestCallback - postStartTrial, TContext = Context>(params: RequestParams.LicensePostStartTrial, callback: callbackFn): TransportRequestCallback - postStartTrial, TContext = Context>(params: RequestParams.LicensePostStartTrial, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - logstash: { - delete_pipeline, TContext = Context>(params?: RequestParams.LogstashDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - delete_pipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_pipeline, TContext = Context>(params: RequestParams.LogstashDeletePipeline, callback: callbackFn): TransportRequestCallback - delete_pipeline, TContext = Context>(params: RequestParams.LogstashDeletePipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params?: RequestParams.LogstashDeletePipeline, options?: TransportRequestOptions): TransportRequestPromise> - deletePipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params: RequestParams.LogstashDeletePipeline, callback: callbackFn): TransportRequestCallback - deletePipeline, TContext = Context>(params: RequestParams.LogstashDeletePipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params?: RequestParams.LogstashGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - get_pipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params: RequestParams.LogstashGetPipeline, callback: callbackFn): TransportRequestCallback - get_pipeline, TContext = Context>(params: RequestParams.LogstashGetPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params?: RequestParams.LogstashGetPipeline, options?: TransportRequestOptions): TransportRequestPromise> - getPipeline, TContext = Context>(callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params: RequestParams.LogstashGetPipeline, callback: callbackFn): TransportRequestCallback - getPipeline, TContext = Context>(params: RequestParams.LogstashGetPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.LogstashPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LogstashPutPipeline, callback: callbackFn): TransportRequestCallback - put_pipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LogstashPutPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.LogstashPutPipeline, options?: TransportRequestOptions): TransportRequestPromise> - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LogstashPutPipeline, callback: callbackFn): TransportRequestCallback - putPipeline, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.LogstashPutPipeline, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - mget, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Mget, options?: TransportRequestOptions): TransportRequestPromise> - mget, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - mget, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Mget, callback: callbackFn): TransportRequestCallback - mget, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Mget, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - migration: { - deprecations, TContext = Context>(params?: RequestParams.MigrationDeprecations, options?: TransportRequestOptions): TransportRequestPromise> - deprecations, TContext = Context>(callback: callbackFn): TransportRequestCallback - deprecations, TContext = Context>(params: RequestParams.MigrationDeprecations, callback: callbackFn): TransportRequestCallback - deprecations, TContext = Context>(params: RequestParams.MigrationDeprecations, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - ml: { - close_job, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlCloseJob, options?: TransportRequestOptions): TransportRequestPromise> - close_job, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - close_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlCloseJob, callback: callbackFn): TransportRequestCallback - close_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlCloseJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - closeJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlCloseJob, options?: TransportRequestOptions): TransportRequestPromise> - closeJob, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - closeJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlCloseJob, callback: callbackFn): TransportRequestCallback - closeJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlCloseJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_calendar, TContext = Context>(params?: RequestParams.MlDeleteCalendar, options?: TransportRequestOptions): TransportRequestPromise> - delete_calendar, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_calendar, TContext = Context>(params: RequestParams.MlDeleteCalendar, callback: callbackFn): TransportRequestCallback - delete_calendar, TContext = Context>(params: RequestParams.MlDeleteCalendar, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteCalendar, TContext = Context>(params?: RequestParams.MlDeleteCalendar, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendar, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteCalendar, TContext = Context>(params: RequestParams.MlDeleteCalendar, callback: callbackFn): TransportRequestCallback - deleteCalendar, TContext = Context>(params: RequestParams.MlDeleteCalendar, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_calendar_event, TContext = Context>(params?: RequestParams.MlDeleteCalendarEvent, options?: TransportRequestOptions): TransportRequestPromise> - delete_calendar_event, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_calendar_event, TContext = Context>(params: RequestParams.MlDeleteCalendarEvent, callback: callbackFn): TransportRequestCallback - delete_calendar_event, TContext = Context>(params: RequestParams.MlDeleteCalendarEvent, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteCalendarEvent, TContext = Context>(params?: RequestParams.MlDeleteCalendarEvent, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendarEvent, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteCalendarEvent, TContext = Context>(params: RequestParams.MlDeleteCalendarEvent, callback: callbackFn): TransportRequestCallback - deleteCalendarEvent, TContext = Context>(params: RequestParams.MlDeleteCalendarEvent, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_calendar_job, TContext = Context>(params?: RequestParams.MlDeleteCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - delete_calendar_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_calendar_job, TContext = Context>(params: RequestParams.MlDeleteCalendarJob, callback: callbackFn): TransportRequestCallback - delete_calendar_job, TContext = Context>(params: RequestParams.MlDeleteCalendarJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteCalendarJob, TContext = Context>(params?: RequestParams.MlDeleteCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteCalendarJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteCalendarJob, TContext = Context>(params: RequestParams.MlDeleteCalendarJob, callback: callbackFn): TransportRequestCallback - deleteCalendarJob, TContext = Context>(params: RequestParams.MlDeleteCalendarJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_data_frame_analytics, TContext = Context>(params?: RequestParams.MlDeleteDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - delete_data_frame_analytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_data_frame_analytics, TContext = Context>(params: RequestParams.MlDeleteDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - delete_data_frame_analytics, TContext = Context>(params: RequestParams.MlDeleteDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteDataFrameAnalytics, TContext = Context>(params?: RequestParams.MlDeleteDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - deleteDataFrameAnalytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteDataFrameAnalytics, TContext = Context>(params: RequestParams.MlDeleteDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - deleteDataFrameAnalytics, TContext = Context>(params: RequestParams.MlDeleteDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_datafeed, TContext = Context>(params?: RequestParams.MlDeleteDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - delete_datafeed, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_datafeed, TContext = Context>(params: RequestParams.MlDeleteDatafeed, callback: callbackFn): TransportRequestCallback - delete_datafeed, TContext = Context>(params: RequestParams.MlDeleteDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteDatafeed, TContext = Context>(params?: RequestParams.MlDeleteDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - deleteDatafeed, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteDatafeed, TContext = Context>(params: RequestParams.MlDeleteDatafeed, callback: callbackFn): TransportRequestCallback - deleteDatafeed, TContext = Context>(params: RequestParams.MlDeleteDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_expired_data, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlDeleteExpiredData, options?: TransportRequestOptions): TransportRequestPromise> - delete_expired_data, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_expired_data, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlDeleteExpiredData, callback: callbackFn): TransportRequestCallback - delete_expired_data, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlDeleteExpiredData, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteExpiredData, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlDeleteExpiredData, options?: TransportRequestOptions): TransportRequestPromise> - deleteExpiredData, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteExpiredData, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlDeleteExpiredData, callback: callbackFn): TransportRequestCallback - deleteExpiredData, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlDeleteExpiredData, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_filter, TContext = Context>(params?: RequestParams.MlDeleteFilter, options?: TransportRequestOptions): TransportRequestPromise> - delete_filter, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_filter, TContext = Context>(params: RequestParams.MlDeleteFilter, callback: callbackFn): TransportRequestCallback - delete_filter, TContext = Context>(params: RequestParams.MlDeleteFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteFilter, TContext = Context>(params?: RequestParams.MlDeleteFilter, options?: TransportRequestOptions): TransportRequestPromise> - deleteFilter, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteFilter, TContext = Context>(params: RequestParams.MlDeleteFilter, callback: callbackFn): TransportRequestCallback - deleteFilter, TContext = Context>(params: RequestParams.MlDeleteFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_forecast, TContext = Context>(params?: RequestParams.MlDeleteForecast, options?: TransportRequestOptions): TransportRequestPromise> - delete_forecast, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_forecast, TContext = Context>(params: RequestParams.MlDeleteForecast, callback: callbackFn): TransportRequestCallback - delete_forecast, TContext = Context>(params: RequestParams.MlDeleteForecast, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteForecast, TContext = Context>(params?: RequestParams.MlDeleteForecast, options?: TransportRequestOptions): TransportRequestPromise> - deleteForecast, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteForecast, TContext = Context>(params: RequestParams.MlDeleteForecast, callback: callbackFn): TransportRequestCallback - deleteForecast, TContext = Context>(params: RequestParams.MlDeleteForecast, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_job, TContext = Context>(params?: RequestParams.MlDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - delete_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_job, TContext = Context>(params: RequestParams.MlDeleteJob, callback: callbackFn): TransportRequestCallback - delete_job, TContext = Context>(params: RequestParams.MlDeleteJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params?: RequestParams.MlDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params: RequestParams.MlDeleteJob, callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params: RequestParams.MlDeleteJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_model_snapshot, TContext = Context>(params?: RequestParams.MlDeleteModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - delete_model_snapshot, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_model_snapshot, TContext = Context>(params: RequestParams.MlDeleteModelSnapshot, callback: callbackFn): TransportRequestCallback - delete_model_snapshot, TContext = Context>(params: RequestParams.MlDeleteModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteModelSnapshot, TContext = Context>(params?: RequestParams.MlDeleteModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - deleteModelSnapshot, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteModelSnapshot, TContext = Context>(params: RequestParams.MlDeleteModelSnapshot, callback: callbackFn): TransportRequestCallback - deleteModelSnapshot, TContext = Context>(params: RequestParams.MlDeleteModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_trained_model, TContext = Context>(params?: RequestParams.MlDeleteTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - delete_trained_model, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_trained_model, TContext = Context>(params: RequestParams.MlDeleteTrainedModel, callback: callbackFn): TransportRequestCallback - delete_trained_model, TContext = Context>(params: RequestParams.MlDeleteTrainedModel, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteTrainedModel, TContext = Context>(params?: RequestParams.MlDeleteTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - deleteTrainedModel, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteTrainedModel, TContext = Context>(params: RequestParams.MlDeleteTrainedModel, callback: callbackFn): TransportRequestCallback - deleteTrainedModel, TContext = Context>(params: RequestParams.MlDeleteTrainedModel, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_trained_model_alias, TContext = Context>(params?: RequestParams.MlDeleteTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - delete_trained_model_alias, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_trained_model_alias, TContext = Context>(params: RequestParams.MlDeleteTrainedModelAlias, callback: callbackFn): TransportRequestCallback - delete_trained_model_alias, TContext = Context>(params: RequestParams.MlDeleteTrainedModelAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteTrainedModelAlias, TContext = Context>(params?: RequestParams.MlDeleteTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - deleteTrainedModelAlias, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteTrainedModelAlias, TContext = Context>(params: RequestParams.MlDeleteTrainedModelAlias, callback: callbackFn): TransportRequestCallback - deleteTrainedModelAlias, TContext = Context>(params: RequestParams.MlDeleteTrainedModelAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - estimate_model_memory, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEstimateModelMemory, options?: TransportRequestOptions): TransportRequestPromise> - estimate_model_memory, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - estimate_model_memory, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEstimateModelMemory, callback: callbackFn): TransportRequestCallback - estimate_model_memory, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEstimateModelMemory, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - estimateModelMemory, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEstimateModelMemory, options?: TransportRequestOptions): TransportRequestPromise> - estimateModelMemory, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - estimateModelMemory, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEstimateModelMemory, callback: callbackFn): TransportRequestCallback - estimateModelMemory, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEstimateModelMemory, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - evaluate_data_frame, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEvaluateDataFrame, options?: TransportRequestOptions): TransportRequestPromise> - evaluate_data_frame, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - evaluate_data_frame, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEvaluateDataFrame, callback: callbackFn): TransportRequestCallback - evaluate_data_frame, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEvaluateDataFrame, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - evaluateDataFrame, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlEvaluateDataFrame, options?: TransportRequestOptions): TransportRequestPromise> - evaluateDataFrame, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - evaluateDataFrame, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEvaluateDataFrame, callback: callbackFn): TransportRequestCallback - evaluateDataFrame, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlEvaluateDataFrame, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - explain_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlExplainDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - explain_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - explain_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlExplainDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - explain_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlExplainDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - explainDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlExplainDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - explainDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - explainDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlExplainDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - explainDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlExplainDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - flush_job, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlFlushJob, options?: TransportRequestOptions): TransportRequestPromise> - flush_job, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - flush_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlFlushJob, callback: callbackFn): TransportRequestCallback - flush_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlFlushJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - flushJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlFlushJob, options?: TransportRequestOptions): TransportRequestPromise> - flushJob, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - flushJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlFlushJob, callback: callbackFn): TransportRequestCallback - flushJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlFlushJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - forecast, TContext = Context>(params?: RequestParams.MlForecast, options?: TransportRequestOptions): TransportRequestPromise> - forecast, TContext = Context>(callback: callbackFn): TransportRequestCallback - forecast, TContext = Context>(params: RequestParams.MlForecast, callback: callbackFn): TransportRequestCallback - forecast, TContext = Context>(params: RequestParams.MlForecast, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetBuckets, options?: TransportRequestOptions): TransportRequestPromise> - get_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetBuckets, callback: callbackFn): TransportRequestCallback - get_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetBuckets, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetBuckets, options?: TransportRequestOptions): TransportRequestPromise> - getBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetBuckets, callback: callbackFn): TransportRequestCallback - getBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetBuckets, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_calendar_events, TContext = Context>(params?: RequestParams.MlGetCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - get_calendar_events, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_calendar_events, TContext = Context>(params: RequestParams.MlGetCalendarEvents, callback: callbackFn): TransportRequestCallback - get_calendar_events, TContext = Context>(params: RequestParams.MlGetCalendarEvents, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getCalendarEvents, TContext = Context>(params?: RequestParams.MlGetCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - getCalendarEvents, TContext = Context>(callback: callbackFn): TransportRequestCallback - getCalendarEvents, TContext = Context>(params: RequestParams.MlGetCalendarEvents, callback: callbackFn): TransportRequestCallback - getCalendarEvents, TContext = Context>(params: RequestParams.MlGetCalendarEvents, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_calendars, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCalendars, options?: TransportRequestOptions): TransportRequestPromise> - get_calendars, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_calendars, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCalendars, callback: callbackFn): TransportRequestCallback - get_calendars, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCalendars, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getCalendars, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCalendars, options?: TransportRequestOptions): TransportRequestPromise> - getCalendars, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getCalendars, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCalendars, callback: callbackFn): TransportRequestCallback - getCalendars, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCalendars, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_categories, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCategories, options?: TransportRequestOptions): TransportRequestPromise> - get_categories, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_categories, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCategories, callback: callbackFn): TransportRequestCallback - get_categories, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCategories, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getCategories, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetCategories, options?: TransportRequestOptions): TransportRequestPromise> - getCategories, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getCategories, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCategories, callback: callbackFn): TransportRequestCallback - getCategories, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetCategories, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_data_frame_analytics, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - get_data_frame_analytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_data_frame_analytics, TContext = Context>(params: RequestParams.MlGetDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - get_data_frame_analytics, TContext = Context>(params: RequestParams.MlGetDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getDataFrameAnalytics, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - getDataFrameAnalytics, TContext = Context>(callback: callbackFn): TransportRequestCallback - getDataFrameAnalytics, TContext = Context>(params: RequestParams.MlGetDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - getDataFrameAnalytics, TContext = Context>(params: RequestParams.MlGetDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_data_frame_analytics_stats, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalyticsStats, options?: TransportRequestOptions): TransportRequestPromise> - get_data_frame_analytics_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_data_frame_analytics_stats, TContext = Context>(params: RequestParams.MlGetDataFrameAnalyticsStats, callback: callbackFn): TransportRequestCallback - get_data_frame_analytics_stats, TContext = Context>(params: RequestParams.MlGetDataFrameAnalyticsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getDataFrameAnalyticsStats, TContext = Context>(params?: RequestParams.MlGetDataFrameAnalyticsStats, options?: TransportRequestOptions): TransportRequestPromise> - getDataFrameAnalyticsStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getDataFrameAnalyticsStats, TContext = Context>(params: RequestParams.MlGetDataFrameAnalyticsStats, callback: callbackFn): TransportRequestCallback - getDataFrameAnalyticsStats, TContext = Context>(params: RequestParams.MlGetDataFrameAnalyticsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_datafeed_stats, TContext = Context>(params?: RequestParams.MlGetDatafeedStats, options?: TransportRequestOptions): TransportRequestPromise> - get_datafeed_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_datafeed_stats, TContext = Context>(params: RequestParams.MlGetDatafeedStats, callback: callbackFn): TransportRequestCallback - get_datafeed_stats, TContext = Context>(params: RequestParams.MlGetDatafeedStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getDatafeedStats, TContext = Context>(params?: RequestParams.MlGetDatafeedStats, options?: TransportRequestOptions): TransportRequestPromise> - getDatafeedStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getDatafeedStats, TContext = Context>(params: RequestParams.MlGetDatafeedStats, callback: callbackFn): TransportRequestCallback - getDatafeedStats, TContext = Context>(params: RequestParams.MlGetDatafeedStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_datafeeds, TContext = Context>(params?: RequestParams.MlGetDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - get_datafeeds, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_datafeeds, TContext = Context>(params: RequestParams.MlGetDatafeeds, callback: callbackFn): TransportRequestCallback - get_datafeeds, TContext = Context>(params: RequestParams.MlGetDatafeeds, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getDatafeeds, TContext = Context>(params?: RequestParams.MlGetDatafeeds, options?: TransportRequestOptions): TransportRequestPromise> - getDatafeeds, TContext = Context>(callback: callbackFn): TransportRequestCallback - getDatafeeds, TContext = Context>(params: RequestParams.MlGetDatafeeds, callback: callbackFn): TransportRequestCallback - getDatafeeds, TContext = Context>(params: RequestParams.MlGetDatafeeds, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_filters, TContext = Context>(params?: RequestParams.MlGetFilters, options?: TransportRequestOptions): TransportRequestPromise> - get_filters, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_filters, TContext = Context>(params: RequestParams.MlGetFilters, callback: callbackFn): TransportRequestCallback - get_filters, TContext = Context>(params: RequestParams.MlGetFilters, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getFilters, TContext = Context>(params?: RequestParams.MlGetFilters, options?: TransportRequestOptions): TransportRequestPromise> - getFilters, TContext = Context>(callback: callbackFn): TransportRequestCallback - getFilters, TContext = Context>(params: RequestParams.MlGetFilters, callback: callbackFn): TransportRequestCallback - getFilters, TContext = Context>(params: RequestParams.MlGetFilters, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_influencers, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetInfluencers, options?: TransportRequestOptions): TransportRequestPromise> - get_influencers, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_influencers, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetInfluencers, callback: callbackFn): TransportRequestCallback - get_influencers, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetInfluencers, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getInfluencers, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetInfluencers, options?: TransportRequestOptions): TransportRequestPromise> - getInfluencers, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getInfluencers, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetInfluencers, callback: callbackFn): TransportRequestCallback - getInfluencers, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetInfluencers, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_job_stats, TContext = Context>(params?: RequestParams.MlGetJobStats, options?: TransportRequestOptions): TransportRequestPromise> - get_job_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_job_stats, TContext = Context>(params: RequestParams.MlGetJobStats, callback: callbackFn): TransportRequestCallback - get_job_stats, TContext = Context>(params: RequestParams.MlGetJobStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getJobStats, TContext = Context>(params?: RequestParams.MlGetJobStats, options?: TransportRequestOptions): TransportRequestPromise> - getJobStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getJobStats, TContext = Context>(params: RequestParams.MlGetJobStats, callback: callbackFn): TransportRequestCallback - getJobStats, TContext = Context>(params: RequestParams.MlGetJobStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params?: RequestParams.MlGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - get_jobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params: RequestParams.MlGetJobs, callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params: RequestParams.MlGetJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params?: RequestParams.MlGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - getJobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params: RequestParams.MlGetJobs, callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params: RequestParams.MlGetJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_model_snapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetModelSnapshots, options?: TransportRequestOptions): TransportRequestPromise> - get_model_snapshots, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_model_snapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetModelSnapshots, callback: callbackFn): TransportRequestCallback - get_model_snapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetModelSnapshots, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getModelSnapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetModelSnapshots, options?: TransportRequestOptions): TransportRequestPromise> - getModelSnapshots, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getModelSnapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetModelSnapshots, callback: callbackFn): TransportRequestCallback - getModelSnapshots, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetModelSnapshots, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_overall_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetOverallBuckets, options?: TransportRequestOptions): TransportRequestPromise> - get_overall_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_overall_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetOverallBuckets, callback: callbackFn): TransportRequestCallback - get_overall_buckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetOverallBuckets, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getOverallBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetOverallBuckets, options?: TransportRequestOptions): TransportRequestPromise> - getOverallBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getOverallBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetOverallBuckets, callback: callbackFn): TransportRequestCallback - getOverallBuckets, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetOverallBuckets, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_records, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetRecords, options?: TransportRequestOptions): TransportRequestPromise> - get_records, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_records, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetRecords, callback: callbackFn): TransportRequestCallback - get_records, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetRecords, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRecords, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlGetRecords, options?: TransportRequestOptions): TransportRequestPromise> - getRecords, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRecords, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetRecords, callback: callbackFn): TransportRequestCallback - getRecords, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlGetRecords, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_trained_models, TContext = Context>(params?: RequestParams.MlGetTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - get_trained_models, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_trained_models, TContext = Context>(params: RequestParams.MlGetTrainedModels, callback: callbackFn): TransportRequestCallback - get_trained_models, TContext = Context>(params: RequestParams.MlGetTrainedModels, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTrainedModels, TContext = Context>(params?: RequestParams.MlGetTrainedModels, options?: TransportRequestOptions): TransportRequestPromise> - getTrainedModels, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTrainedModels, TContext = Context>(params: RequestParams.MlGetTrainedModels, callback: callbackFn): TransportRequestCallback - getTrainedModels, TContext = Context>(params: RequestParams.MlGetTrainedModels, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_trained_models_stats, TContext = Context>(params?: RequestParams.MlGetTrainedModelsStats, options?: TransportRequestOptions): TransportRequestPromise> - get_trained_models_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_trained_models_stats, TContext = Context>(params: RequestParams.MlGetTrainedModelsStats, callback: callbackFn): TransportRequestCallback - get_trained_models_stats, TContext = Context>(params: RequestParams.MlGetTrainedModelsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTrainedModelsStats, TContext = Context>(params?: RequestParams.MlGetTrainedModelsStats, options?: TransportRequestOptions): TransportRequestPromise> - getTrainedModelsStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTrainedModelsStats, TContext = Context>(params: RequestParams.MlGetTrainedModelsStats, callback: callbackFn): TransportRequestCallback - getTrainedModelsStats, TContext = Context>(params: RequestParams.MlGetTrainedModelsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params?: RequestParams.MlInfo, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.MlInfo, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.MlInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - open_job, TContext = Context>(params?: RequestParams.MlOpenJob, options?: TransportRequestOptions): TransportRequestPromise> - open_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - open_job, TContext = Context>(params: RequestParams.MlOpenJob, callback: callbackFn): TransportRequestCallback - open_job, TContext = Context>(params: RequestParams.MlOpenJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - openJob, TContext = Context>(params?: RequestParams.MlOpenJob, options?: TransportRequestOptions): TransportRequestPromise> - openJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - openJob, TContext = Context>(params: RequestParams.MlOpenJob, callback: callbackFn): TransportRequestCallback - openJob, TContext = Context>(params: RequestParams.MlOpenJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post_calendar_events, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - post_calendar_events, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - post_calendar_events, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostCalendarEvents, callback: callbackFn): TransportRequestCallback - post_calendar_events, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostCalendarEvents, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - postCalendarEvents, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostCalendarEvents, options?: TransportRequestOptions): TransportRequestPromise> - postCalendarEvents, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - postCalendarEvents, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostCalendarEvents, callback: callbackFn): TransportRequestCallback - postCalendarEvents, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostCalendarEvents, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - post_data, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostData, options?: TransportRequestOptions): TransportRequestPromise> - post_data, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - post_data, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostData, callback: callbackFn): TransportRequestCallback - post_data, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostData, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - postData, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPostData, options?: TransportRequestOptions): TransportRequestPromise> - postData, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - postData, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostData, callback: callbackFn): TransportRequestCallback - postData, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPostData, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - preview_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPreviewDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - preview_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - preview_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPreviewDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - preview_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPreviewDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - previewDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPreviewDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - previewDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - previewDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPreviewDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - previewDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPreviewDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - preview_datafeed, TContext = Context>(params?: RequestParams.MlPreviewDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - preview_datafeed, TContext = Context>(callback: callbackFn): TransportRequestCallback - preview_datafeed, TContext = Context>(params: RequestParams.MlPreviewDatafeed, callback: callbackFn): TransportRequestCallback - preview_datafeed, TContext = Context>(params: RequestParams.MlPreviewDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - previewDatafeed, TContext = Context>(params?: RequestParams.MlPreviewDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - previewDatafeed, TContext = Context>(callback: callbackFn): TransportRequestCallback - previewDatafeed, TContext = Context>(params: RequestParams.MlPreviewDatafeed, callback: callbackFn): TransportRequestCallback - previewDatafeed, TContext = Context>(params: RequestParams.MlPreviewDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_calendar, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutCalendar, options?: TransportRequestOptions): TransportRequestPromise> - put_calendar, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_calendar, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutCalendar, callback: callbackFn): TransportRequestCallback - put_calendar, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutCalendar, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putCalendar, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutCalendar, options?: TransportRequestOptions): TransportRequestPromise> - putCalendar, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putCalendar, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutCalendar, callback: callbackFn): TransportRequestCallback - putCalendar, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutCalendar, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_calendar_job, TContext = Context>(params?: RequestParams.MlPutCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - put_calendar_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_calendar_job, TContext = Context>(params: RequestParams.MlPutCalendarJob, callback: callbackFn): TransportRequestCallback - put_calendar_job, TContext = Context>(params: RequestParams.MlPutCalendarJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putCalendarJob, TContext = Context>(params?: RequestParams.MlPutCalendarJob, options?: TransportRequestOptions): TransportRequestPromise> - putCalendarJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - putCalendarJob, TContext = Context>(params: RequestParams.MlPutCalendarJob, callback: callbackFn): TransportRequestCallback - putCalendarJob, TContext = Context>(params: RequestParams.MlPutCalendarJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - put_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - put_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - putDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - putDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - put_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDatafeed, callback: callbackFn): TransportRequestCallback - put_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - putDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDatafeed, callback: callbackFn): TransportRequestCallback - putDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutFilter, options?: TransportRequestOptions): TransportRequestPromise> - put_filter, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutFilter, callback: callbackFn): TransportRequestCallback - put_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutFilter, options?: TransportRequestOptions): TransportRequestPromise> - putFilter, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutFilter, callback: callbackFn): TransportRequestCallback - putFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutJob, options?: TransportRequestOptions): TransportRequestPromise> - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutJob, callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutJob, options?: TransportRequestOptions): TransportRequestPromise> - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutJob, callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_trained_model, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - put_trained_model, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_trained_model, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutTrainedModel, callback: callbackFn): TransportRequestCallback - put_trained_model, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutTrainedModel, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putTrainedModel, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlPutTrainedModel, options?: TransportRequestOptions): TransportRequestPromise> - putTrainedModel, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putTrainedModel, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutTrainedModel, callback: callbackFn): TransportRequestCallback - putTrainedModel, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlPutTrainedModel, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_trained_model_alias, TContext = Context>(params?: RequestParams.MlPutTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - put_trained_model_alias, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_trained_model_alias, TContext = Context>(params: RequestParams.MlPutTrainedModelAlias, callback: callbackFn): TransportRequestCallback - put_trained_model_alias, TContext = Context>(params: RequestParams.MlPutTrainedModelAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putTrainedModelAlias, TContext = Context>(params?: RequestParams.MlPutTrainedModelAlias, options?: TransportRequestOptions): TransportRequestPromise> - putTrainedModelAlias, TContext = Context>(callback: callbackFn): TransportRequestCallback - putTrainedModelAlias, TContext = Context>(params: RequestParams.MlPutTrainedModelAlias, callback: callbackFn): TransportRequestCallback - putTrainedModelAlias, TContext = Context>(params: RequestParams.MlPutTrainedModelAlias, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - revert_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlRevertModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - revert_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - revert_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlRevertModelSnapshot, callback: callbackFn): TransportRequestCallback - revert_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlRevertModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - revertModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlRevertModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - revertModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - revertModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlRevertModelSnapshot, callback: callbackFn): TransportRequestCallback - revertModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlRevertModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - set_upgrade_mode, TContext = Context>(params?: RequestParams.MlSetUpgradeMode, options?: TransportRequestOptions): TransportRequestPromise> - set_upgrade_mode, TContext = Context>(callback: callbackFn): TransportRequestCallback - set_upgrade_mode, TContext = Context>(params: RequestParams.MlSetUpgradeMode, callback: callbackFn): TransportRequestCallback - set_upgrade_mode, TContext = Context>(params: RequestParams.MlSetUpgradeMode, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - setUpgradeMode, TContext = Context>(params?: RequestParams.MlSetUpgradeMode, options?: TransportRequestOptions): TransportRequestPromise> - setUpgradeMode, TContext = Context>(callback: callbackFn): TransportRequestCallback - setUpgradeMode, TContext = Context>(params: RequestParams.MlSetUpgradeMode, callback: callbackFn): TransportRequestCallback - setUpgradeMode, TContext = Context>(params: RequestParams.MlSetUpgradeMode, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - start_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - start_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - start_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - startDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - startDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - startDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - startDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - start_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - start_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDatafeed, callback: callbackFn): TransportRequestCallback - start_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - startDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStartDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - startDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - startDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDatafeed, callback: callbackFn): TransportRequestCallback - startDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStartDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - stop_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - stop_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stopDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - stopDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - stopDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - stopDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - stop_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDatafeed, callback: callbackFn): TransportRequestCallback - stop_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stopDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlStopDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - stopDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - stopDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDatafeed, callback: callbackFn): TransportRequestCallback - stopDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlStopDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - update_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - update_data_frame_analytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDataFrameAnalytics, options?: TransportRequestOptions): TransportRequestPromise> - updateDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDataFrameAnalytics, callback: callbackFn): TransportRequestCallback - updateDataFrameAnalytics, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDataFrameAnalytics, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - update_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDatafeed, callback: callbackFn): TransportRequestCallback - update_datafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateDatafeed, options?: TransportRequestOptions): TransportRequestPromise> - updateDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDatafeed, callback: callbackFn): TransportRequestCallback - updateDatafeed, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateDatafeed, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateFilter, options?: TransportRequestOptions): TransportRequestPromise> - update_filter, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateFilter, callback: callbackFn): TransportRequestCallback - update_filter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateFilter, options?: TransportRequestOptions): TransportRequestPromise> - updateFilter, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateFilter, callback: callbackFn): TransportRequestCallback - updateFilter, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateFilter, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_job, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateJob, options?: TransportRequestOptions): TransportRequestPromise> - update_job, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateJob, callback: callbackFn): TransportRequestCallback - update_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateJob, options?: TransportRequestOptions): TransportRequestPromise> - updateJob, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateJob, callback: callbackFn): TransportRequestCallback - updateJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - update_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateModelSnapshot, callback: callbackFn): TransportRequestCallback - update_model_snapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlUpdateModelSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - updateModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateModelSnapshot, callback: callbackFn): TransportRequestCallback - updateModelSnapshot, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlUpdateModelSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - upgrade_job_snapshot, TContext = Context>(params?: RequestParams.MlUpgradeJobSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - upgrade_job_snapshot, TContext = Context>(callback: callbackFn): TransportRequestCallback - upgrade_job_snapshot, TContext = Context>(params: RequestParams.MlUpgradeJobSnapshot, callback: callbackFn): TransportRequestCallback - upgrade_job_snapshot, TContext = Context>(params: RequestParams.MlUpgradeJobSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - upgradeJobSnapshot, TContext = Context>(params?: RequestParams.MlUpgradeJobSnapshot, options?: TransportRequestOptions): TransportRequestPromise> - upgradeJobSnapshot, TContext = Context>(callback: callbackFn): TransportRequestCallback - upgradeJobSnapshot, TContext = Context>(params: RequestParams.MlUpgradeJobSnapshot, callback: callbackFn): TransportRequestCallback - upgradeJobSnapshot, TContext = Context>(params: RequestParams.MlUpgradeJobSnapshot, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - validate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlValidate, options?: TransportRequestOptions): TransportRequestPromise> - validate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - validate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidate, callback: callbackFn): TransportRequestCallback - validate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - validate_detector, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlValidateDetector, options?: TransportRequestOptions): TransportRequestPromise> - validate_detector, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - validate_detector, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidateDetector, callback: callbackFn): TransportRequestCallback - validate_detector, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidateDetector, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - validateDetector, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.MlValidateDetector, options?: TransportRequestOptions): TransportRequestPromise> - validateDetector, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - validateDetector, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidateDetector, callback: callbackFn): TransportRequestCallback - validateDetector, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.MlValidateDetector, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - monitoring: { - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.MonitoringBulk, options?: TransportRequestOptions): TransportRequestPromise> - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(callback: callbackFn): TransportRequestCallback - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MonitoringBulk, callback: callbackFn): TransportRequestCallback - bulk, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MonitoringBulk, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - msearch, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.Msearch, options?: TransportRequestOptions): TransportRequestPromise> - msearch, TRequestBody extends RequestNDBody = Record[], TContext = Context>(callback: callbackFn): TransportRequestCallback - msearch, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.Msearch, callback: callbackFn): TransportRequestCallback - msearch, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.Msearch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - msearch_template, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.MsearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - msearch_template, TRequestBody extends RequestNDBody = Record[], TContext = Context>(callback: callbackFn): TransportRequestCallback - msearch_template, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MsearchTemplate, callback: callbackFn): TransportRequestCallback - msearch_template, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MsearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - msearchTemplate, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params?: RequestParams.MsearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - msearchTemplate, TRequestBody extends RequestNDBody = Record[], TContext = Context>(callback: callbackFn): TransportRequestCallback - msearchTemplate, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MsearchTemplate, callback: callbackFn): TransportRequestCallback - msearchTemplate, TRequestBody extends RequestNDBody = Record[], TContext = Context>(params: RequestParams.MsearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mtermvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Mtermvectors, options?: TransportRequestOptions): TransportRequestPromise> - mtermvectors, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - mtermvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Mtermvectors, callback: callbackFn): TransportRequestCallback - mtermvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Mtermvectors, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - nodes: { - hot_threads, TContext = Context>(params?: RequestParams.NodesHotThreads, options?: TransportRequestOptions): TransportRequestPromise> - hot_threads, TContext = Context>(callback: callbackFn): TransportRequestCallback - hot_threads, TContext = Context>(params: RequestParams.NodesHotThreads, callback: callbackFn): TransportRequestCallback - hot_threads, TContext = Context>(params: RequestParams.NodesHotThreads, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - hotThreads, TContext = Context>(params?: RequestParams.NodesHotThreads, options?: TransportRequestOptions): TransportRequestPromise> - hotThreads, TContext = Context>(callback: callbackFn): TransportRequestCallback - hotThreads, TContext = Context>(params: RequestParams.NodesHotThreads, callback: callbackFn): TransportRequestCallback - hotThreads, TContext = Context>(params: RequestParams.NodesHotThreads, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params?: RequestParams.NodesInfo, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.NodesInfo, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.NodesInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reload_secure_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.NodesReloadSecureSettings, options?: TransportRequestOptions): TransportRequestPromise> - reload_secure_settings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - reload_secure_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.NodesReloadSecureSettings, callback: callbackFn): TransportRequestCallback - reload_secure_settings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.NodesReloadSecureSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reloadSecureSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.NodesReloadSecureSettings, options?: TransportRequestOptions): TransportRequestPromise> - reloadSecureSettings, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - reloadSecureSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.NodesReloadSecureSettings, callback: callbackFn): TransportRequestCallback - reloadSecureSettings, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.NodesReloadSecureSettings, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.NodesStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.NodesStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.NodesStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params?: RequestParams.NodesUsage, options?: TransportRequestOptions): TransportRequestPromise> - usage, TContext = Context>(callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params: RequestParams.NodesUsage, callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params: RequestParams.NodesUsage, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - open_point_in_time, TContext = Context>(params?: RequestParams.OpenPointInTime, options?: TransportRequestOptions): TransportRequestPromise> - open_point_in_time, TContext = Context>(callback: callbackFn): TransportRequestCallback - open_point_in_time, TContext = Context>(params: RequestParams.OpenPointInTime, callback: callbackFn): TransportRequestCallback - open_point_in_time, TContext = Context>(params: RequestParams.OpenPointInTime, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - openPointInTime, TContext = Context>(params?: RequestParams.OpenPointInTime, options?: TransportRequestOptions): TransportRequestPromise> - openPointInTime, TContext = Context>(callback: callbackFn): TransportRequestCallback - openPointInTime, TContext = Context>(params: RequestParams.OpenPointInTime, callback: callbackFn): TransportRequestCallback - openPointInTime, TContext = Context>(params: RequestParams.OpenPointInTime, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ping(params?: RequestParams.Ping, options?: TransportRequestOptions): TransportRequestPromise> - ping(callback: callbackFn): TransportRequestCallback - ping(params: RequestParams.Ping, callback: callbackFn): TransportRequestCallback - ping(params: RequestParams.Ping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_script, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.PutScript, options?: TransportRequestOptions): TransportRequestPromise> - put_script, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_script, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.PutScript, callback: callbackFn): TransportRequestCallback - put_script, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.PutScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putScript, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.PutScript, options?: TransportRequestOptions): TransportRequestPromise> - putScript, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putScript, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.PutScript, callback: callbackFn): TransportRequestCallback - putScript, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.PutScript, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rank_eval, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RankEval, options?: TransportRequestOptions): TransportRequestPromise> - rank_eval, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rank_eval, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RankEval, callback: callbackFn): TransportRequestCallback - rank_eval, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RankEval, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rankEval, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RankEval, options?: TransportRequestOptions): TransportRequestPromise> - rankEval, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rankEval, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RankEval, callback: callbackFn): TransportRequestCallback - rankEval, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RankEval, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reindex, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Reindex, options?: TransportRequestOptions): TransportRequestPromise> - reindex, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - reindex, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Reindex, callback: callbackFn): TransportRequestCallback - reindex, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Reindex, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reindex_rethrottle, TContext = Context>(params?: RequestParams.ReindexRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - reindex_rethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - reindex_rethrottle, TContext = Context>(params: RequestParams.ReindexRethrottle, callback: callbackFn): TransportRequestCallback - reindex_rethrottle, TContext = Context>(params: RequestParams.ReindexRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - reindexRethrottle, TContext = Context>(params?: RequestParams.ReindexRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - reindexRethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - reindexRethrottle, TContext = Context>(params: RequestParams.ReindexRethrottle, callback: callbackFn): TransportRequestCallback - reindexRethrottle, TContext = Context>(params: RequestParams.ReindexRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - render_search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RenderSearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - render_search_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - render_search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RenderSearchTemplate, callback: callbackFn): TransportRequestCallback - render_search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RenderSearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - renderSearchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RenderSearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - renderSearchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - renderSearchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RenderSearchTemplate, callback: callbackFn): TransportRequestCallback - renderSearchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RenderSearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rollup: { - delete_job, TContext = Context>(params?: RequestParams.RollupDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - delete_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_job, TContext = Context>(params: RequestParams.RollupDeleteJob, callback: callbackFn): TransportRequestCallback - delete_job, TContext = Context>(params: RequestParams.RollupDeleteJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params?: RequestParams.RollupDeleteJob, options?: TransportRequestOptions): TransportRequestPromise> - deleteJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params: RequestParams.RollupDeleteJob, callback: callbackFn): TransportRequestCallback - deleteJob, TContext = Context>(params: RequestParams.RollupDeleteJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params?: RequestParams.RollupGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - get_jobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params: RequestParams.RollupGetJobs, callback: callbackFn): TransportRequestCallback - get_jobs, TContext = Context>(params: RequestParams.RollupGetJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params?: RequestParams.RollupGetJobs, options?: TransportRequestOptions): TransportRequestPromise> - getJobs, TContext = Context>(callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params: RequestParams.RollupGetJobs, callback: callbackFn): TransportRequestCallback - getJobs, TContext = Context>(params: RequestParams.RollupGetJobs, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_rollup_caps, TContext = Context>(params?: RequestParams.RollupGetRollupCaps, options?: TransportRequestOptions): TransportRequestPromise> - get_rollup_caps, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_rollup_caps, TContext = Context>(params: RequestParams.RollupGetRollupCaps, callback: callbackFn): TransportRequestCallback - get_rollup_caps, TContext = Context>(params: RequestParams.RollupGetRollupCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRollupCaps, TContext = Context>(params?: RequestParams.RollupGetRollupCaps, options?: TransportRequestOptions): TransportRequestPromise> - getRollupCaps, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRollupCaps, TContext = Context>(params: RequestParams.RollupGetRollupCaps, callback: callbackFn): TransportRequestCallback - getRollupCaps, TContext = Context>(params: RequestParams.RollupGetRollupCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_rollup_index_caps, TContext = Context>(params?: RequestParams.RollupGetRollupIndexCaps, options?: TransportRequestOptions): TransportRequestPromise> - get_rollup_index_caps, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_rollup_index_caps, TContext = Context>(params: RequestParams.RollupGetRollupIndexCaps, callback: callbackFn): TransportRequestCallback - get_rollup_index_caps, TContext = Context>(params: RequestParams.RollupGetRollupIndexCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRollupIndexCaps, TContext = Context>(params?: RequestParams.RollupGetRollupIndexCaps, options?: TransportRequestOptions): TransportRequestPromise> - getRollupIndexCaps, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRollupIndexCaps, TContext = Context>(params: RequestParams.RollupGetRollupIndexCaps, callback: callbackFn): TransportRequestCallback - getRollupIndexCaps, TContext = Context>(params: RequestParams.RollupGetRollupIndexCaps, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupPutJob, options?: TransportRequestOptions): TransportRequestPromise> - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupPutJob, callback: callbackFn): TransportRequestCallback - put_job, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupPutJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupPutJob, options?: TransportRequestOptions): TransportRequestPromise> - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupPutJob, callback: callbackFn): TransportRequestCallback - putJob, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupPutJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rollup, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupRollup, options?: TransportRequestOptions): TransportRequestPromise> - rollup, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rollup, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollup, callback: callbackFn): TransportRequestCallback - rollup, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollup, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rollup_search, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupRollupSearch, options?: TransportRequestOptions): TransportRequestPromise> - rollup_search, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rollup_search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollupSearch, callback: callbackFn): TransportRequestCallback - rollup_search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollupSearch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - rollupSearch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.RollupRollupSearch, options?: TransportRequestOptions): TransportRequestPromise> - rollupSearch, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - rollupSearch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollupSearch, callback: callbackFn): TransportRequestCallback - rollupSearch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.RollupRollupSearch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start_job, TContext = Context>(params?: RequestParams.RollupStartJob, options?: TransportRequestOptions): TransportRequestPromise> - start_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - start_job, TContext = Context>(params: RequestParams.RollupStartJob, callback: callbackFn): TransportRequestCallback - start_job, TContext = Context>(params: RequestParams.RollupStartJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - startJob, TContext = Context>(params?: RequestParams.RollupStartJob, options?: TransportRequestOptions): TransportRequestPromise> - startJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - startJob, TContext = Context>(params: RequestParams.RollupStartJob, callback: callbackFn): TransportRequestCallback - startJob, TContext = Context>(params: RequestParams.RollupStartJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop_job, TContext = Context>(params?: RequestParams.RollupStopJob, options?: TransportRequestOptions): TransportRequestPromise> - stop_job, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop_job, TContext = Context>(params: RequestParams.RollupStopJob, callback: callbackFn): TransportRequestCallback - stop_job, TContext = Context>(params: RequestParams.RollupStopJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stopJob, TContext = Context>(params?: RequestParams.RollupStopJob, options?: TransportRequestOptions): TransportRequestPromise> - stopJob, TContext = Context>(callback: callbackFn): TransportRequestCallback - stopJob, TContext = Context>(params: RequestParams.RollupStopJob, callback: callbackFn): TransportRequestCallback - stopJob, TContext = Context>(params: RequestParams.RollupStopJob, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - scripts_painless_execute, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ScriptsPainlessExecute, options?: TransportRequestOptions): TransportRequestPromise> - scripts_painless_execute, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - scripts_painless_execute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ScriptsPainlessExecute, callback: callbackFn): TransportRequestCallback - scripts_painless_execute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ScriptsPainlessExecute, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - scriptsPainlessExecute, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.ScriptsPainlessExecute, options?: TransportRequestOptions): TransportRequestPromise> - scriptsPainlessExecute, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - scriptsPainlessExecute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ScriptsPainlessExecute, callback: callbackFn): TransportRequestCallback - scriptsPainlessExecute, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.ScriptsPainlessExecute, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Scroll, options?: TransportRequestOptions): TransportRequestPromise> - scroll, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Scroll, callback: callbackFn): TransportRequestCallback - scroll, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Scroll, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Search, options?: TransportRequestOptions): TransportRequestPromise> - search, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Search, callback: callbackFn): TransportRequestCallback - search, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Search, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - search_shards, TContext = Context>(params?: RequestParams.SearchShards, options?: TransportRequestOptions): TransportRequestPromise> - search_shards, TContext = Context>(callback: callbackFn): TransportRequestCallback - search_shards, TContext = Context>(params: RequestParams.SearchShards, callback: callbackFn): TransportRequestCallback - search_shards, TContext = Context>(params: RequestParams.SearchShards, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - searchShards, TContext = Context>(params?: RequestParams.SearchShards, options?: TransportRequestOptions): TransportRequestPromise> - searchShards, TContext = Context>(callback: callbackFn): TransportRequestCallback - searchShards, TContext = Context>(params: RequestParams.SearchShards, callback: callbackFn): TransportRequestCallback - searchShards, TContext = Context>(params: RequestParams.SearchShards, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - search_template, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchTemplate, callback: callbackFn): TransportRequestCallback - search_template, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - searchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchTemplate, options?: TransportRequestOptions): TransportRequestPromise> - searchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - searchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchTemplate, callback: callbackFn): TransportRequestCallback - searchTemplate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchTemplate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - searchable_snapshots: { - clear_cache, TContext = Context>(params?: RequestParams.SearchableSnapshotsClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clear_cache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params?: RequestParams.SearchableSnapshotsClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clearCache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchableSnapshotsMount, options?: TransportRequestOptions): TransportRequestPromise> - mount, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchableSnapshotsMount, callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchableSnapshotsMount, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.SearchableSnapshotsStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.SearchableSnapshotsStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.SearchableSnapshotsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - searchableSnapshots: { - clear_cache, TContext = Context>(params?: RequestParams.SearchableSnapshotsClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clear_cache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, callback: callbackFn): TransportRequestCallback - clear_cache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params?: RequestParams.SearchableSnapshotsClearCache, options?: TransportRequestOptions): TransportRequestPromise> - clearCache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, callback: callbackFn): TransportRequestCallback - clearCache, TContext = Context>(params: RequestParams.SearchableSnapshotsClearCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SearchableSnapshotsMount, options?: TransportRequestOptions): TransportRequestPromise> - mount, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchableSnapshotsMount, callback: callbackFn): TransportRequestCallback - mount, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SearchableSnapshotsMount, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.SearchableSnapshotsStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.SearchableSnapshotsStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.SearchableSnapshotsStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - security: { - authenticate, TContext = Context>(params?: RequestParams.SecurityAuthenticate, options?: TransportRequestOptions): TransportRequestPromise> - authenticate, TContext = Context>(callback: callbackFn): TransportRequestCallback - authenticate, TContext = Context>(params: RequestParams.SecurityAuthenticate, callback: callbackFn): TransportRequestCallback - authenticate, TContext = Context>(params: RequestParams.SecurityAuthenticate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - change_password, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityChangePassword, options?: TransportRequestOptions): TransportRequestPromise> - change_password, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - change_password, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityChangePassword, callback: callbackFn): TransportRequestCallback - change_password, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityChangePassword, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - changePassword, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityChangePassword, options?: TransportRequestOptions): TransportRequestPromise> - changePassword, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - changePassword, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityChangePassword, callback: callbackFn): TransportRequestCallback - changePassword, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityChangePassword, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clear_api_key_cache, TContext = Context>(params?: RequestParams.SecurityClearApiKeyCache, options?: TransportRequestOptions): TransportRequestPromise> - clear_api_key_cache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_api_key_cache, TContext = Context>(params: RequestParams.SecurityClearApiKeyCache, callback: callbackFn): TransportRequestCallback - clear_api_key_cache, TContext = Context>(params: RequestParams.SecurityClearApiKeyCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearApiKeyCache, TContext = Context>(params?: RequestParams.SecurityClearApiKeyCache, options?: TransportRequestOptions): TransportRequestPromise> - clearApiKeyCache, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearApiKeyCache, TContext = Context>(params: RequestParams.SecurityClearApiKeyCache, callback: callbackFn): TransportRequestCallback - clearApiKeyCache, TContext = Context>(params: RequestParams.SecurityClearApiKeyCache, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clear_cached_privileges, TContext = Context>(params?: RequestParams.SecurityClearCachedPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - clear_cached_privileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cached_privileges, TContext = Context>(params: RequestParams.SecurityClearCachedPrivileges, callback: callbackFn): TransportRequestCallback - clear_cached_privileges, TContext = Context>(params: RequestParams.SecurityClearCachedPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCachedPrivileges, TContext = Context>(params?: RequestParams.SecurityClearCachedPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedPrivileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCachedPrivileges, TContext = Context>(params: RequestParams.SecurityClearCachedPrivileges, callback: callbackFn): TransportRequestCallback - clearCachedPrivileges, TContext = Context>(params: RequestParams.SecurityClearCachedPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clear_cached_realms, TContext = Context>(params?: RequestParams.SecurityClearCachedRealms, options?: TransportRequestOptions): TransportRequestPromise> - clear_cached_realms, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cached_realms, TContext = Context>(params: RequestParams.SecurityClearCachedRealms, callback: callbackFn): TransportRequestCallback - clear_cached_realms, TContext = Context>(params: RequestParams.SecurityClearCachedRealms, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCachedRealms, TContext = Context>(params?: RequestParams.SecurityClearCachedRealms, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedRealms, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCachedRealms, TContext = Context>(params: RequestParams.SecurityClearCachedRealms, callback: callbackFn): TransportRequestCallback - clearCachedRealms, TContext = Context>(params: RequestParams.SecurityClearCachedRealms, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clear_cached_roles, TContext = Context>(params?: RequestParams.SecurityClearCachedRoles, options?: TransportRequestOptions): TransportRequestPromise> - clear_cached_roles, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cached_roles, TContext = Context>(params: RequestParams.SecurityClearCachedRoles, callback: callbackFn): TransportRequestCallback - clear_cached_roles, TContext = Context>(params: RequestParams.SecurityClearCachedRoles, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCachedRoles, TContext = Context>(params?: RequestParams.SecurityClearCachedRoles, options?: TransportRequestOptions): TransportRequestPromise> - clearCachedRoles, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCachedRoles, TContext = Context>(params: RequestParams.SecurityClearCachedRoles, callback: callbackFn): TransportRequestCallback - clearCachedRoles, TContext = Context>(params: RequestParams.SecurityClearCachedRoles, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityCreateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - create_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - create_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityCreateApiKey, callback: callbackFn): TransportRequestCallback - create_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityCreateApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - createApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityCreateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - createApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - createApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityCreateApiKey, callback: callbackFn): TransportRequestCallback - createApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityCreateApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_privileges, TContext = Context>(params?: RequestParams.SecurityDeletePrivileges, options?: TransportRequestOptions): TransportRequestPromise> - delete_privileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_privileges, TContext = Context>(params: RequestParams.SecurityDeletePrivileges, callback: callbackFn): TransportRequestCallback - delete_privileges, TContext = Context>(params: RequestParams.SecurityDeletePrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deletePrivileges, TContext = Context>(params?: RequestParams.SecurityDeletePrivileges, options?: TransportRequestOptions): TransportRequestPromise> - deletePrivileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - deletePrivileges, TContext = Context>(params: RequestParams.SecurityDeletePrivileges, callback: callbackFn): TransportRequestCallback - deletePrivileges, TContext = Context>(params: RequestParams.SecurityDeletePrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_role, TContext = Context>(params?: RequestParams.SecurityDeleteRole, options?: TransportRequestOptions): TransportRequestPromise> - delete_role, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_role, TContext = Context>(params: RequestParams.SecurityDeleteRole, callback: callbackFn): TransportRequestCallback - delete_role, TContext = Context>(params: RequestParams.SecurityDeleteRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteRole, TContext = Context>(params?: RequestParams.SecurityDeleteRole, options?: TransportRequestOptions): TransportRequestPromise> - deleteRole, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteRole, TContext = Context>(params: RequestParams.SecurityDeleteRole, callback: callbackFn): TransportRequestCallback - deleteRole, TContext = Context>(params: RequestParams.SecurityDeleteRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_role_mapping, TContext = Context>(params?: RequestParams.SecurityDeleteRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - delete_role_mapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_role_mapping, TContext = Context>(params: RequestParams.SecurityDeleteRoleMapping, callback: callbackFn): TransportRequestCallback - delete_role_mapping, TContext = Context>(params: RequestParams.SecurityDeleteRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteRoleMapping, TContext = Context>(params?: RequestParams.SecurityDeleteRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - deleteRoleMapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteRoleMapping, TContext = Context>(params: RequestParams.SecurityDeleteRoleMapping, callback: callbackFn): TransportRequestCallback - deleteRoleMapping, TContext = Context>(params: RequestParams.SecurityDeleteRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_user, TContext = Context>(params?: RequestParams.SecurityDeleteUser, options?: TransportRequestOptions): TransportRequestPromise> - delete_user, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_user, TContext = Context>(params: RequestParams.SecurityDeleteUser, callback: callbackFn): TransportRequestCallback - delete_user, TContext = Context>(params: RequestParams.SecurityDeleteUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteUser, TContext = Context>(params?: RequestParams.SecurityDeleteUser, options?: TransportRequestOptions): TransportRequestPromise> - deleteUser, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteUser, TContext = Context>(params: RequestParams.SecurityDeleteUser, callback: callbackFn): TransportRequestCallback - deleteUser, TContext = Context>(params: RequestParams.SecurityDeleteUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - disable_user, TContext = Context>(params?: RequestParams.SecurityDisableUser, options?: TransportRequestOptions): TransportRequestPromise> - disable_user, TContext = Context>(callback: callbackFn): TransportRequestCallback - disable_user, TContext = Context>(params: RequestParams.SecurityDisableUser, callback: callbackFn): TransportRequestCallback - disable_user, TContext = Context>(params: RequestParams.SecurityDisableUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - disableUser, TContext = Context>(params?: RequestParams.SecurityDisableUser, options?: TransportRequestOptions): TransportRequestPromise> - disableUser, TContext = Context>(callback: callbackFn): TransportRequestCallback - disableUser, TContext = Context>(params: RequestParams.SecurityDisableUser, callback: callbackFn): TransportRequestCallback - disableUser, TContext = Context>(params: RequestParams.SecurityDisableUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - enable_user, TContext = Context>(params?: RequestParams.SecurityEnableUser, options?: TransportRequestOptions): TransportRequestPromise> - enable_user, TContext = Context>(callback: callbackFn): TransportRequestCallback - enable_user, TContext = Context>(params: RequestParams.SecurityEnableUser, callback: callbackFn): TransportRequestCallback - enable_user, TContext = Context>(params: RequestParams.SecurityEnableUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - enableUser, TContext = Context>(params?: RequestParams.SecurityEnableUser, options?: TransportRequestOptions): TransportRequestPromise> - enableUser, TContext = Context>(callback: callbackFn): TransportRequestCallback - enableUser, TContext = Context>(params: RequestParams.SecurityEnableUser, callback: callbackFn): TransportRequestCallback - enableUser, TContext = Context>(params: RequestParams.SecurityEnableUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_api_key, TContext = Context>(params?: RequestParams.SecurityGetApiKey, options?: TransportRequestOptions): TransportRequestPromise> - get_api_key, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_api_key, TContext = Context>(params: RequestParams.SecurityGetApiKey, callback: callbackFn): TransportRequestCallback - get_api_key, TContext = Context>(params: RequestParams.SecurityGetApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getApiKey, TContext = Context>(params?: RequestParams.SecurityGetApiKey, options?: TransportRequestOptions): TransportRequestPromise> - getApiKey, TContext = Context>(callback: callbackFn): TransportRequestCallback - getApiKey, TContext = Context>(params: RequestParams.SecurityGetApiKey, callback: callbackFn): TransportRequestCallback - getApiKey, TContext = Context>(params: RequestParams.SecurityGetApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_builtin_privileges, TContext = Context>(params?: RequestParams.SecurityGetBuiltinPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - get_builtin_privileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_builtin_privileges, TContext = Context>(params: RequestParams.SecurityGetBuiltinPrivileges, callback: callbackFn): TransportRequestCallback - get_builtin_privileges, TContext = Context>(params: RequestParams.SecurityGetBuiltinPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getBuiltinPrivileges, TContext = Context>(params?: RequestParams.SecurityGetBuiltinPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - getBuiltinPrivileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - getBuiltinPrivileges, TContext = Context>(params: RequestParams.SecurityGetBuiltinPrivileges, callback: callbackFn): TransportRequestCallback - getBuiltinPrivileges, TContext = Context>(params: RequestParams.SecurityGetBuiltinPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_privileges, TContext = Context>(params?: RequestParams.SecurityGetPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - get_privileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_privileges, TContext = Context>(params: RequestParams.SecurityGetPrivileges, callback: callbackFn): TransportRequestCallback - get_privileges, TContext = Context>(params: RequestParams.SecurityGetPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getPrivileges, TContext = Context>(params?: RequestParams.SecurityGetPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - getPrivileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - getPrivileges, TContext = Context>(params: RequestParams.SecurityGetPrivileges, callback: callbackFn): TransportRequestCallback - getPrivileges, TContext = Context>(params: RequestParams.SecurityGetPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_role, TContext = Context>(params?: RequestParams.SecurityGetRole, options?: TransportRequestOptions): TransportRequestPromise> - get_role, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_role, TContext = Context>(params: RequestParams.SecurityGetRole, callback: callbackFn): TransportRequestCallback - get_role, TContext = Context>(params: RequestParams.SecurityGetRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRole, TContext = Context>(params?: RequestParams.SecurityGetRole, options?: TransportRequestOptions): TransportRequestPromise> - getRole, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRole, TContext = Context>(params: RequestParams.SecurityGetRole, callback: callbackFn): TransportRequestCallback - getRole, TContext = Context>(params: RequestParams.SecurityGetRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_role_mapping, TContext = Context>(params?: RequestParams.SecurityGetRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - get_role_mapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_role_mapping, TContext = Context>(params: RequestParams.SecurityGetRoleMapping, callback: callbackFn): TransportRequestCallback - get_role_mapping, TContext = Context>(params: RequestParams.SecurityGetRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRoleMapping, TContext = Context>(params?: RequestParams.SecurityGetRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - getRoleMapping, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRoleMapping, TContext = Context>(params: RequestParams.SecurityGetRoleMapping, callback: callbackFn): TransportRequestCallback - getRoleMapping, TContext = Context>(params: RequestParams.SecurityGetRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_token, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGetToken, options?: TransportRequestOptions): TransportRequestPromise> - get_token, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_token, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGetToken, callback: callbackFn): TransportRequestCallback - get_token, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGetToken, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getToken, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGetToken, options?: TransportRequestOptions): TransportRequestPromise> - getToken, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - getToken, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGetToken, callback: callbackFn): TransportRequestCallback - getToken, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGetToken, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_user, TContext = Context>(params?: RequestParams.SecurityGetUser, options?: TransportRequestOptions): TransportRequestPromise> - get_user, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_user, TContext = Context>(params: RequestParams.SecurityGetUser, callback: callbackFn): TransportRequestCallback - get_user, TContext = Context>(params: RequestParams.SecurityGetUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getUser, TContext = Context>(params?: RequestParams.SecurityGetUser, options?: TransportRequestOptions): TransportRequestPromise> - getUser, TContext = Context>(callback: callbackFn): TransportRequestCallback - getUser, TContext = Context>(params: RequestParams.SecurityGetUser, callback: callbackFn): TransportRequestCallback - getUser, TContext = Context>(params: RequestParams.SecurityGetUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_user_privileges, TContext = Context>(params?: RequestParams.SecurityGetUserPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - get_user_privileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_user_privileges, TContext = Context>(params: RequestParams.SecurityGetUserPrivileges, callback: callbackFn): TransportRequestCallback - get_user_privileges, TContext = Context>(params: RequestParams.SecurityGetUserPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getUserPrivileges, TContext = Context>(params?: RequestParams.SecurityGetUserPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - getUserPrivileges, TContext = Context>(callback: callbackFn): TransportRequestCallback - getUserPrivileges, TContext = Context>(params: RequestParams.SecurityGetUserPrivileges, callback: callbackFn): TransportRequestCallback - getUserPrivileges, TContext = Context>(params: RequestParams.SecurityGetUserPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - grant_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGrantApiKey, options?: TransportRequestOptions): TransportRequestPromise> - grant_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - grant_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGrantApiKey, callback: callbackFn): TransportRequestCallback - grant_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGrantApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - grantApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityGrantApiKey, options?: TransportRequestOptions): TransportRequestPromise> - grantApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - grantApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGrantApiKey, callback: callbackFn): TransportRequestCallback - grantApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityGrantApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - has_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityHasPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - has_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - has_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityHasPrivileges, callback: callbackFn): TransportRequestCallback - has_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityHasPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - hasPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityHasPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - hasPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - hasPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityHasPrivileges, callback: callbackFn): TransportRequestCallback - hasPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityHasPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - invalidate_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - invalidate_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - invalidate_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateApiKey, callback: callbackFn): TransportRequestCallback - invalidate_api_key, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - invalidateApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateApiKey, options?: TransportRequestOptions): TransportRequestPromise> - invalidateApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - invalidateApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateApiKey, callback: callbackFn): TransportRequestCallback - invalidateApiKey, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateApiKey, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - invalidate_token, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateToken, options?: TransportRequestOptions): TransportRequestPromise> - invalidate_token, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - invalidate_token, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateToken, callback: callbackFn): TransportRequestCallback - invalidate_token, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateToken, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - invalidateToken, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityInvalidateToken, options?: TransportRequestOptions): TransportRequestPromise> - invalidateToken, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - invalidateToken, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateToken, callback: callbackFn): TransportRequestCallback - invalidateToken, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityInvalidateToken, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - put_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutPrivileges, callback: callbackFn): TransportRequestCallback - put_privileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutPrivileges, options?: TransportRequestOptions): TransportRequestPromise> - putPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutPrivileges, callback: callbackFn): TransportRequestCallback - putPrivileges, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutPrivileges, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_role, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRole, options?: TransportRequestOptions): TransportRequestPromise> - put_role, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_role, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRole, callback: callbackFn): TransportRequestCallback - put_role, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putRole, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRole, options?: TransportRequestOptions): TransportRequestPromise> - putRole, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putRole, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRole, callback: callbackFn): TransportRequestCallback - putRole, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRole, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_role_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - put_role_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_role_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRoleMapping, callback: callbackFn): TransportRequestCallback - put_role_mapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putRoleMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutRoleMapping, options?: TransportRequestOptions): TransportRequestPromise> - putRoleMapping, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putRoleMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRoleMapping, callback: callbackFn): TransportRequestCallback - putRoleMapping, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutRoleMapping, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_user, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutUser, options?: TransportRequestOptions): TransportRequestPromise> - put_user, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_user, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutUser, callback: callbackFn): TransportRequestCallback - put_user, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putUser, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SecurityPutUser, options?: TransportRequestOptions): TransportRequestPromise> - putUser, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putUser, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutUser, callback: callbackFn): TransportRequestCallback - putUser, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SecurityPutUser, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - slm: { - delete_lifecycle, TContext = Context>(params?: RequestParams.SlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - delete_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_lifecycle, TContext = Context>(params: RequestParams.SlmDeleteLifecycle, callback: callbackFn): TransportRequestCallback - delete_lifecycle, TContext = Context>(params: RequestParams.SlmDeleteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params?: RequestParams.SlmDeleteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - deleteLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params: RequestParams.SlmDeleteLifecycle, callback: callbackFn): TransportRequestCallback - deleteLifecycle, TContext = Context>(params: RequestParams.SlmDeleteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - execute_lifecycle, TContext = Context>(params?: RequestParams.SlmExecuteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - execute_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - execute_lifecycle, TContext = Context>(params: RequestParams.SlmExecuteLifecycle, callback: callbackFn): TransportRequestCallback - execute_lifecycle, TContext = Context>(params: RequestParams.SlmExecuteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - executeLifecycle, TContext = Context>(params?: RequestParams.SlmExecuteLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - executeLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - executeLifecycle, TContext = Context>(params: RequestParams.SlmExecuteLifecycle, callback: callbackFn): TransportRequestCallback - executeLifecycle, TContext = Context>(params: RequestParams.SlmExecuteLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - execute_retention, TContext = Context>(params?: RequestParams.SlmExecuteRetention, options?: TransportRequestOptions): TransportRequestPromise> - execute_retention, TContext = Context>(callback: callbackFn): TransportRequestCallback - execute_retention, TContext = Context>(params: RequestParams.SlmExecuteRetention, callback: callbackFn): TransportRequestCallback - execute_retention, TContext = Context>(params: RequestParams.SlmExecuteRetention, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - executeRetention, TContext = Context>(params?: RequestParams.SlmExecuteRetention, options?: TransportRequestOptions): TransportRequestPromise> - executeRetention, TContext = Context>(callback: callbackFn): TransportRequestCallback - executeRetention, TContext = Context>(params: RequestParams.SlmExecuteRetention, callback: callbackFn): TransportRequestCallback - executeRetention, TContext = Context>(params: RequestParams.SlmExecuteRetention, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params?: RequestParams.SlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - get_lifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params: RequestParams.SlmGetLifecycle, callback: callbackFn): TransportRequestCallback - get_lifecycle, TContext = Context>(params: RequestParams.SlmGetLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params?: RequestParams.SlmGetLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - getLifecycle, TContext = Context>(callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params: RequestParams.SlmGetLifecycle, callback: callbackFn): TransportRequestCallback - getLifecycle, TContext = Context>(params: RequestParams.SlmGetLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_stats, TContext = Context>(params?: RequestParams.SlmGetStats, options?: TransportRequestOptions): TransportRequestPromise> - get_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_stats, TContext = Context>(params: RequestParams.SlmGetStats, callback: callbackFn): TransportRequestCallback - get_stats, TContext = Context>(params: RequestParams.SlmGetStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getStats, TContext = Context>(params?: RequestParams.SlmGetStats, options?: TransportRequestOptions): TransportRequestPromise> - getStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getStats, TContext = Context>(params: RequestParams.SlmGetStats, callback: callbackFn): TransportRequestCallback - getStats, TContext = Context>(params: RequestParams.SlmGetStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params?: RequestParams.SlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - get_status, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.SlmGetStatus, callback: callbackFn): TransportRequestCallback - get_status, TContext = Context>(params: RequestParams.SlmGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params?: RequestParams.SlmGetStatus, options?: TransportRequestOptions): TransportRequestPromise> - getStatus, TContext = Context>(callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.SlmGetStatus, callback: callbackFn): TransportRequestCallback - getStatus, TContext = Context>(params: RequestParams.SlmGetStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SlmPutLifecycle, callback: callbackFn): TransportRequestCallback - put_lifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SlmPutLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SlmPutLifecycle, options?: TransportRequestOptions): TransportRequestPromise> - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SlmPutLifecycle, callback: callbackFn): TransportRequestCallback - putLifecycle, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SlmPutLifecycle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params?: RequestParams.SlmStart, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.SlmStart, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.SlmStart, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params?: RequestParams.SlmStop, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.SlmStop, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.SlmStop, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - snapshot: { - cleanup_repository, TContext = Context>(params?: RequestParams.SnapshotCleanupRepository, options?: TransportRequestOptions): TransportRequestPromise> - cleanup_repository, TContext = Context>(callback: callbackFn): TransportRequestCallback - cleanup_repository, TContext = Context>(params: RequestParams.SnapshotCleanupRepository, callback: callbackFn): TransportRequestCallback - cleanup_repository, TContext = Context>(params: RequestParams.SnapshotCleanupRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - cleanupRepository, TContext = Context>(params?: RequestParams.SnapshotCleanupRepository, options?: TransportRequestOptions): TransportRequestPromise> - cleanupRepository, TContext = Context>(callback: callbackFn): TransportRequestCallback - cleanupRepository, TContext = Context>(params: RequestParams.SnapshotCleanupRepository, callback: callbackFn): TransportRequestCallback - cleanupRepository, TContext = Context>(params: RequestParams.SnapshotCleanupRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotClone, options?: TransportRequestOptions): TransportRequestPromise> - clone, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotClone, callback: callbackFn): TransportRequestCallback - clone, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotClone, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotCreate, options?: TransportRequestOptions): TransportRequestPromise> - create, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreate, callback: callbackFn): TransportRequestCallback - create, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - create_repository, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotCreateRepository, options?: TransportRequestOptions): TransportRequestPromise> - create_repository, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - create_repository, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreateRepository, callback: callbackFn): TransportRequestCallback - create_repository, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreateRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - createRepository, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotCreateRepository, options?: TransportRequestOptions): TransportRequestPromise> - createRepository, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - createRepository, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreateRepository, callback: callbackFn): TransportRequestCallback - createRepository, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotCreateRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params?: RequestParams.SnapshotDelete, options?: TransportRequestOptions): TransportRequestPromise> - delete, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.SnapshotDelete, callback: callbackFn): TransportRequestCallback - delete, TContext = Context>(params: RequestParams.SnapshotDelete, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_repository, TContext = Context>(params?: RequestParams.SnapshotDeleteRepository, options?: TransportRequestOptions): TransportRequestPromise> - delete_repository, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_repository, TContext = Context>(params: RequestParams.SnapshotDeleteRepository, callback: callbackFn): TransportRequestCallback - delete_repository, TContext = Context>(params: RequestParams.SnapshotDeleteRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteRepository, TContext = Context>(params?: RequestParams.SnapshotDeleteRepository, options?: TransportRequestOptions): TransportRequestPromise> - deleteRepository, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteRepository, TContext = Context>(params: RequestParams.SnapshotDeleteRepository, callback: callbackFn): TransportRequestCallback - deleteRepository, TContext = Context>(params: RequestParams.SnapshotDeleteRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.SnapshotGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.SnapshotGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.SnapshotGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_repository, TContext = Context>(params?: RequestParams.SnapshotGetRepository, options?: TransportRequestOptions): TransportRequestPromise> - get_repository, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_repository, TContext = Context>(params: RequestParams.SnapshotGetRepository, callback: callbackFn): TransportRequestCallback - get_repository, TContext = Context>(params: RequestParams.SnapshotGetRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getRepository, TContext = Context>(params?: RequestParams.SnapshotGetRepository, options?: TransportRequestOptions): TransportRequestPromise> - getRepository, TContext = Context>(callback: callbackFn): TransportRequestCallback - getRepository, TContext = Context>(params: RequestParams.SnapshotGetRepository, callback: callbackFn): TransportRequestCallback - getRepository, TContext = Context>(params: RequestParams.SnapshotGetRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - restore, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SnapshotRestore, options?: TransportRequestOptions): TransportRequestPromise> - restore, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - restore, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotRestore, callback: callbackFn): TransportRequestCallback - restore, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SnapshotRestore, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params?: RequestParams.SnapshotStatus, options?: TransportRequestOptions): TransportRequestPromise> - status, TContext = Context>(callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.SnapshotStatus, callback: callbackFn): TransportRequestCallback - status, TContext = Context>(params: RequestParams.SnapshotStatus, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - verify_repository, TContext = Context>(params?: RequestParams.SnapshotVerifyRepository, options?: TransportRequestOptions): TransportRequestPromise> - verify_repository, TContext = Context>(callback: callbackFn): TransportRequestCallback - verify_repository, TContext = Context>(params: RequestParams.SnapshotVerifyRepository, callback: callbackFn): TransportRequestCallback - verify_repository, TContext = Context>(params: RequestParams.SnapshotVerifyRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - verifyRepository, TContext = Context>(params?: RequestParams.SnapshotVerifyRepository, options?: TransportRequestOptions): TransportRequestPromise> - verifyRepository, TContext = Context>(callback: callbackFn): TransportRequestCallback - verifyRepository, TContext = Context>(params: RequestParams.SnapshotVerifyRepository, callback: callbackFn): TransportRequestCallback - verifyRepository, TContext = Context>(params: RequestParams.SnapshotVerifyRepository, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - sql: { - clear_cursor, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlClearCursor, options?: TransportRequestOptions): TransportRequestPromise> - clear_cursor, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clear_cursor, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlClearCursor, callback: callbackFn): TransportRequestCallback - clear_cursor, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlClearCursor, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - clearCursor, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlClearCursor, options?: TransportRequestOptions): TransportRequestPromise> - clearCursor, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - clearCursor, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlClearCursor, callback: callbackFn): TransportRequestCallback - clearCursor, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlClearCursor, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - query, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlQuery, options?: TransportRequestOptions): TransportRequestPromise> - query, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlQuery, callback: callbackFn): TransportRequestCallback - query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - translate, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.SqlTranslate, options?: TransportRequestOptions): TransportRequestPromise> - translate, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - translate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlTranslate, callback: callbackFn): TransportRequestCallback - translate, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.SqlTranslate, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - ssl: { - certificates, TContext = Context>(params?: RequestParams.SslCertificates, options?: TransportRequestOptions): TransportRequestPromise> - certificates, TContext = Context>(callback: callbackFn): TransportRequestCallback - certificates, TContext = Context>(params: RequestParams.SslCertificates, callback: callbackFn): TransportRequestCallback - certificates, TContext = Context>(params: RequestParams.SslCertificates, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - tasks: { - cancel, TContext = Context>(params?: RequestParams.TasksCancel, options?: TransportRequestOptions): TransportRequestPromise> - cancel, TContext = Context>(callback: callbackFn): TransportRequestCallback - cancel, TContext = Context>(params: RequestParams.TasksCancel, callback: callbackFn): TransportRequestCallback - cancel, TContext = Context>(params: RequestParams.TasksCancel, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params?: RequestParams.TasksGet, options?: TransportRequestOptions): TransportRequestPromise> - get, TContext = Context>(callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.TasksGet, callback: callbackFn): TransportRequestCallback - get, TContext = Context>(params: RequestParams.TasksGet, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - list, TContext = Context>(params?: RequestParams.TasksList, options?: TransportRequestOptions): TransportRequestPromise> - list, TContext = Context>(callback: callbackFn): TransportRequestCallback - list, TContext = Context>(params: RequestParams.TasksList, callback: callbackFn): TransportRequestCallback - list, TContext = Context>(params: RequestParams.TasksList, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - termvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Termvectors, options?: TransportRequestOptions): TransportRequestPromise> - termvectors, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - termvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Termvectors, callback: callbackFn): TransportRequestCallback - termvectors, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Termvectors, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - text_structure: { - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TextStructureFindStructure, options?: TransportRequestOptions): TransportRequestPromise> - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, callback: callbackFn): TransportRequestCallback - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TextStructureFindStructure, options?: TransportRequestOptions): TransportRequestPromise> - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - textStructure: { - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TextStructureFindStructure, options?: TransportRequestOptions): TransportRequestPromise> - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, callback: callbackFn): TransportRequestCallback - find_structure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TextStructureFindStructure, options?: TransportRequestOptions): TransportRequestPromise> - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, callback: callbackFn): TransportRequestCallback - findStructure, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TextStructureFindStructure, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - transform: { - delete_transform, TContext = Context>(params?: RequestParams.TransformDeleteTransform, options?: TransportRequestOptions): TransportRequestPromise> - delete_transform, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_transform, TContext = Context>(params: RequestParams.TransformDeleteTransform, callback: callbackFn): TransportRequestCallback - delete_transform, TContext = Context>(params: RequestParams.TransformDeleteTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteTransform, TContext = Context>(params?: RequestParams.TransformDeleteTransform, options?: TransportRequestOptions): TransportRequestPromise> - deleteTransform, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteTransform, TContext = Context>(params: RequestParams.TransformDeleteTransform, callback: callbackFn): TransportRequestCallback - deleteTransform, TContext = Context>(params: RequestParams.TransformDeleteTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_transform, TContext = Context>(params?: RequestParams.TransformGetTransform, options?: TransportRequestOptions): TransportRequestPromise> - get_transform, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_transform, TContext = Context>(params: RequestParams.TransformGetTransform, callback: callbackFn): TransportRequestCallback - get_transform, TContext = Context>(params: RequestParams.TransformGetTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTransform, TContext = Context>(params?: RequestParams.TransformGetTransform, options?: TransportRequestOptions): TransportRequestPromise> - getTransform, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTransform, TContext = Context>(params: RequestParams.TransformGetTransform, callback: callbackFn): TransportRequestCallback - getTransform, TContext = Context>(params: RequestParams.TransformGetTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_transform_stats, TContext = Context>(params?: RequestParams.TransformGetTransformStats, options?: TransportRequestOptions): TransportRequestPromise> - get_transform_stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_transform_stats, TContext = Context>(params: RequestParams.TransformGetTransformStats, callback: callbackFn): TransportRequestCallback - get_transform_stats, TContext = Context>(params: RequestParams.TransformGetTransformStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getTransformStats, TContext = Context>(params?: RequestParams.TransformGetTransformStats, options?: TransportRequestOptions): TransportRequestPromise> - getTransformStats, TContext = Context>(callback: callbackFn): TransportRequestCallback - getTransformStats, TContext = Context>(params: RequestParams.TransformGetTransformStats, callback: callbackFn): TransportRequestCallback - getTransformStats, TContext = Context>(params: RequestParams.TransformGetTransformStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - preview_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPreviewTransform, options?: TransportRequestOptions): TransportRequestPromise> - preview_transform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - preview_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPreviewTransform, callback: callbackFn): TransportRequestCallback - preview_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPreviewTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - previewTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPreviewTransform, options?: TransportRequestOptions): TransportRequestPromise> - previewTransform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - previewTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPreviewTransform, callback: callbackFn): TransportRequestCallback - previewTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPreviewTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPutTransform, options?: TransportRequestOptions): TransportRequestPromise> - put_transform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPutTransform, callback: callbackFn): TransportRequestCallback - put_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPutTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformPutTransform, options?: TransportRequestOptions): TransportRequestPromise> - putTransform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPutTransform, callback: callbackFn): TransportRequestCallback - putTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformPutTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start_transform, TContext = Context>(params?: RequestParams.TransformStartTransform, options?: TransportRequestOptions): TransportRequestPromise> - start_transform, TContext = Context>(callback: callbackFn): TransportRequestCallback - start_transform, TContext = Context>(params: RequestParams.TransformStartTransform, callback: callbackFn): TransportRequestCallback - start_transform, TContext = Context>(params: RequestParams.TransformStartTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - startTransform, TContext = Context>(params?: RequestParams.TransformStartTransform, options?: TransportRequestOptions): TransportRequestPromise> - startTransform, TContext = Context>(callback: callbackFn): TransportRequestCallback - startTransform, TContext = Context>(params: RequestParams.TransformStartTransform, callback: callbackFn): TransportRequestCallback - startTransform, TContext = Context>(params: RequestParams.TransformStartTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop_transform, TContext = Context>(params?: RequestParams.TransformStopTransform, options?: TransportRequestOptions): TransportRequestPromise> - stop_transform, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop_transform, TContext = Context>(params: RequestParams.TransformStopTransform, callback: callbackFn): TransportRequestCallback - stop_transform, TContext = Context>(params: RequestParams.TransformStopTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stopTransform, TContext = Context>(params?: RequestParams.TransformStopTransform, options?: TransportRequestOptions): TransportRequestPromise> - stopTransform, TContext = Context>(callback: callbackFn): TransportRequestCallback - stopTransform, TContext = Context>(params: RequestParams.TransformStopTransform, callback: callbackFn): TransportRequestCallback - stopTransform, TContext = Context>(params: RequestParams.TransformStopTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformUpdateTransform, options?: TransportRequestOptions): TransportRequestPromise> - update_transform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformUpdateTransform, callback: callbackFn): TransportRequestCallback - update_transform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformUpdateTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.TransformUpdateTransform, options?: TransportRequestOptions): TransportRequestPromise> - updateTransform, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformUpdateTransform, callback: callbackFn): TransportRequestCallback - updateTransform, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.TransformUpdateTransform, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - update, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.Update, options?: TransportRequestOptions): TransportRequestPromise> - update, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Update, callback: callbackFn): TransportRequestCallback - update, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.Update, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.UpdateByQuery, options?: TransportRequestOptions): TransportRequestPromise> - update_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.UpdateByQuery, callback: callbackFn): TransportRequestCallback - update_by_query, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.UpdateByQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.UpdateByQuery, options?: TransportRequestOptions): TransportRequestPromise> - updateByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.UpdateByQuery, callback: callbackFn): TransportRequestCallback - updateByQuery, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.UpdateByQuery, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - update_by_query_rethrottle, TContext = Context>(params?: RequestParams.UpdateByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - update_by_query_rethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - update_by_query_rethrottle, TContext = Context>(params: RequestParams.UpdateByQueryRethrottle, callback: callbackFn): TransportRequestCallback - update_by_query_rethrottle, TContext = Context>(params: RequestParams.UpdateByQueryRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - updateByQueryRethrottle, TContext = Context>(params?: RequestParams.UpdateByQueryRethrottle, options?: TransportRequestOptions): TransportRequestPromise> - updateByQueryRethrottle, TContext = Context>(callback: callbackFn): TransportRequestCallback - updateByQueryRethrottle, TContext = Context>(params: RequestParams.UpdateByQueryRethrottle, callback: callbackFn): TransportRequestCallback - updateByQueryRethrottle, TContext = Context>(params: RequestParams.UpdateByQueryRethrottle, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - watcher: { - ack_watch, TContext = Context>(params?: RequestParams.WatcherAckWatch, options?: TransportRequestOptions): TransportRequestPromise> - ack_watch, TContext = Context>(callback: callbackFn): TransportRequestCallback - ack_watch, TContext = Context>(params: RequestParams.WatcherAckWatch, callback: callbackFn): TransportRequestCallback - ack_watch, TContext = Context>(params: RequestParams.WatcherAckWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - ackWatch, TContext = Context>(params?: RequestParams.WatcherAckWatch, options?: TransportRequestOptions): TransportRequestPromise> - ackWatch, TContext = Context>(callback: callbackFn): TransportRequestCallback - ackWatch, TContext = Context>(params: RequestParams.WatcherAckWatch, callback: callbackFn): TransportRequestCallback - ackWatch, TContext = Context>(params: RequestParams.WatcherAckWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - activate_watch, TContext = Context>(params?: RequestParams.WatcherActivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - activate_watch, TContext = Context>(callback: callbackFn): TransportRequestCallback - activate_watch, TContext = Context>(params: RequestParams.WatcherActivateWatch, callback: callbackFn): TransportRequestCallback - activate_watch, TContext = Context>(params: RequestParams.WatcherActivateWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - activateWatch, TContext = Context>(params?: RequestParams.WatcherActivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - activateWatch, TContext = Context>(callback: callbackFn): TransportRequestCallback - activateWatch, TContext = Context>(params: RequestParams.WatcherActivateWatch, callback: callbackFn): TransportRequestCallback - activateWatch, TContext = Context>(params: RequestParams.WatcherActivateWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deactivate_watch, TContext = Context>(params?: RequestParams.WatcherDeactivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - deactivate_watch, TContext = Context>(callback: callbackFn): TransportRequestCallback - deactivate_watch, TContext = Context>(params: RequestParams.WatcherDeactivateWatch, callback: callbackFn): TransportRequestCallback - deactivate_watch, TContext = Context>(params: RequestParams.WatcherDeactivateWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deactivateWatch, TContext = Context>(params?: RequestParams.WatcherDeactivateWatch, options?: TransportRequestOptions): TransportRequestPromise> - deactivateWatch, TContext = Context>(callback: callbackFn): TransportRequestCallback - deactivateWatch, TContext = Context>(params: RequestParams.WatcherDeactivateWatch, callback: callbackFn): TransportRequestCallback - deactivateWatch, TContext = Context>(params: RequestParams.WatcherDeactivateWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - delete_watch, TContext = Context>(params?: RequestParams.WatcherDeleteWatch, options?: TransportRequestOptions): TransportRequestPromise> - delete_watch, TContext = Context>(callback: callbackFn): TransportRequestCallback - delete_watch, TContext = Context>(params: RequestParams.WatcherDeleteWatch, callback: callbackFn): TransportRequestCallback - delete_watch, TContext = Context>(params: RequestParams.WatcherDeleteWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - deleteWatch, TContext = Context>(params?: RequestParams.WatcherDeleteWatch, options?: TransportRequestOptions): TransportRequestPromise> - deleteWatch, TContext = Context>(callback: callbackFn): TransportRequestCallback - deleteWatch, TContext = Context>(params: RequestParams.WatcherDeleteWatch, callback: callbackFn): TransportRequestCallback - deleteWatch, TContext = Context>(params: RequestParams.WatcherDeleteWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - execute_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherExecuteWatch, options?: TransportRequestOptions): TransportRequestPromise> - execute_watch, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - execute_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherExecuteWatch, callback: callbackFn): TransportRequestCallback - execute_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherExecuteWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - executeWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherExecuteWatch, options?: TransportRequestOptions): TransportRequestPromise> - executeWatch, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - executeWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherExecuteWatch, callback: callbackFn): TransportRequestCallback - executeWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherExecuteWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - get_watch, TContext = Context>(params?: RequestParams.WatcherGetWatch, options?: TransportRequestOptions): TransportRequestPromise> - get_watch, TContext = Context>(callback: callbackFn): TransportRequestCallback - get_watch, TContext = Context>(params: RequestParams.WatcherGetWatch, callback: callbackFn): TransportRequestCallback - get_watch, TContext = Context>(params: RequestParams.WatcherGetWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - getWatch, TContext = Context>(params?: RequestParams.WatcherGetWatch, options?: TransportRequestOptions): TransportRequestPromise> - getWatch, TContext = Context>(callback: callbackFn): TransportRequestCallback - getWatch, TContext = Context>(params: RequestParams.WatcherGetWatch, callback: callbackFn): TransportRequestCallback - getWatch, TContext = Context>(params: RequestParams.WatcherGetWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - put_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherPutWatch, options?: TransportRequestOptions): TransportRequestPromise> - put_watch, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - put_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherPutWatch, callback: callbackFn): TransportRequestCallback - put_watch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherPutWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - putWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherPutWatch, options?: TransportRequestOptions): TransportRequestPromise> - putWatch, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - putWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherPutWatch, callback: callbackFn): TransportRequestCallback - putWatch, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherPutWatch, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - query_watches, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherQueryWatches, options?: TransportRequestOptions): TransportRequestPromise> - query_watches, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - query_watches, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherQueryWatches, callback: callbackFn): TransportRequestCallback - query_watches, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherQueryWatches, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - queryWatches, TRequestBody extends RequestBody = Record, TContext = Context>(params?: RequestParams.WatcherQueryWatches, options?: TransportRequestOptions): TransportRequestPromise> - queryWatches, TRequestBody extends RequestBody = Record, TContext = Context>(callback: callbackFn): TransportRequestCallback - queryWatches, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherQueryWatches, callback: callbackFn): TransportRequestCallback - queryWatches, TRequestBody extends RequestBody = Record, TContext = Context>(params: RequestParams.WatcherQueryWatches, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params?: RequestParams.WatcherStart, options?: TransportRequestOptions): TransportRequestPromise> - start, TContext = Context>(callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.WatcherStart, callback: callbackFn): TransportRequestCallback - start, TContext = Context>(params: RequestParams.WatcherStart, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params?: RequestParams.WatcherStats, options?: TransportRequestOptions): TransportRequestPromise> - stats, TContext = Context>(callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.WatcherStats, callback: callbackFn): TransportRequestCallback - stats, TContext = Context>(params: RequestParams.WatcherStats, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params?: RequestParams.WatcherStop, options?: TransportRequestOptions): TransportRequestPromise> - stop, TContext = Context>(callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.WatcherStop, callback: callbackFn): TransportRequestCallback - stop, TContext = Context>(params: RequestParams.WatcherStop, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - xpack: { - info, TContext = Context>(params?: RequestParams.XpackInfo, options?: TransportRequestOptions): TransportRequestPromise> - info, TContext = Context>(callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.XpackInfo, callback: callbackFn): TransportRequestCallback - info, TContext = Context>(params: RequestParams.XpackInfo, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params?: RequestParams.XpackUsage, options?: TransportRequestOptions): TransportRequestPromise> - usage, TContext = Context>(callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params: RequestParams.XpackUsage, callback: callbackFn): TransportRequestCallback - usage, TContext = Context>(params: RequestParams.XpackUsage, options: TransportRequestOptions, callback: callbackFn): TransportRequestCallback - } - /* /GENERATED */ } declare const events: { @@ -2685,7 +164,7 @@ export { ApiResponse, RequestEvent, ResurrectEvent, - RequestParams, + estypes, ClientOptions, NodeOptions, ClientExtendsCallbackOptions diff --git a/lib/Transport.d.ts b/lib/Transport.d.ts index 3464e2bad..18b4c37cb 100644 --- a/lib/Transport.d.ts +++ b/lib/Transport.d.ts @@ -28,7 +28,7 @@ export type ApiError = errors.ConfigurationError | errors.ConnectionError | errors.NoLivingConnectionsError | errors.ResponseError | errors.TimeoutError | errors.RequestAbortedError -export type Context = Record | null +export type Context = unknown export interface nodeSelectorFn { (connections: Connection[]): Connection; diff --git a/scripts/generate.js b/scripts/generate.js index 5debf4197..64412ff2d 100644 --- a/scripts/generate.js +++ b/scripts/generate.js @@ -30,7 +30,6 @@ const { generate, cloneAndCheckout, genFactory, - generateRequestTypes, generateDocs } = require('./utils') @@ -47,10 +46,7 @@ function start (opts) { const packageFolder = join(__dirname, '..', 'api') const apiOutputFolder = join(packageFolder, 'api') const mainOutputFile = join(packageFolder, 'index.js') - const typeDefFile = join(__dirname, '..', 'index.d.ts') - const kibanaTypeDefFile = join(packageFolder, 'kibana.d.ts') const docOutputFile = join(__dirname, '..', 'docs', 'reference.asciidoc') - const requestParamsOutputFile = join(packageFolder, 'requestParams.d.ts') log.text = 'Cleaning API folder...' rimraf.sync(join(apiOutputFolder, '*.js')) @@ -84,39 +80,13 @@ function start (opts) { writeFileSync(filePath, code, { encoding: 'utf8' }) } - writeFileSync( - requestParamsOutputFile, - generateRequestTypes(opts.branch || opts.tag, allSpec), - { encoding: 'utf8' } - ) - - const { fn: factory, types, kibanaTypes } = genFactory(apiOutputFolder, [apiFolder, xPackFolder], namespaces) + const { fn: factory } = genFactory(apiOutputFolder, [apiFolder, xPackFolder], namespaces) writeFileSync( mainOutputFile, factory, { encoding: 'utf8' } ) - let oldTypeDefString = readFileSync(typeDefFile, 'utf8') - let start = oldTypeDefString.indexOf('/* GENERATED */') - let end = oldTypeDefString.indexOf('/* /GENERATED */') - let newTypeDefString = oldTypeDefString.slice(0, start + 15) + '\n' + types + '\n ' + oldTypeDefString.slice(end) - writeFileSync( - typeDefFile, - newTypeDefString, - { encoding: 'utf8' } - ) - - oldTypeDefString = readFileSync(kibanaTypeDefFile, 'utf8') - start = oldTypeDefString.indexOf('/* GENERATED */') - end = oldTypeDefString.indexOf('/* /GENERATED */') - newTypeDefString = oldTypeDefString.slice(0, start + 15) + '\n' + kibanaTypes + '\n ' + oldTypeDefString.slice(end) - writeFileSync( - kibanaTypeDefFile, - newTypeDefString, - { encoding: 'utf8' } - ) - lintFiles(log, () => { log.text = 'Generating documentation' writeFileSync( diff --git a/scripts/utils/index.js b/scripts/utils/index.js index 77578cf9a..792caaad0 100644 --- a/scripts/utils/index.js +++ b/scripts/utils/index.js @@ -20,7 +20,6 @@ 'use strict' const generate = require('./generateApis') -const generateRequestTypes = require('./generateRequestTypes') const cloneAndCheckout = require('./clone-es') const genFactory = require('./generateMain') const generateDocs = require('./generateDocs') @@ -29,6 +28,5 @@ module.exports = { generate, cloneAndCheckout, genFactory, - generateRequestTypes, generateDocs } diff --git a/test/types/api-response-body.test-d.ts b/test/types/api-response-body.test-d.ts index ccd236b8d..2018d00d0 100644 --- a/test/types/api-response-body.test-d.ts +++ b/test/types/api-response-body.test-d.ts @@ -20,57 +20,12 @@ import { expectType, expectError } from 'tsd' import { Readable as ReadableStream } from 'stream'; import { TransportRequestCallback, Context } from '../../lib/Transport' -import { Client, ApiError } from '../../' +import { Client, ApiError, estypes } from '../../' const client = new Client({ node: 'http://localhost:9200' }) -interface SearchBody { - query: { - match: { foo: string } - } -} - -interface ShardsResponse { - total: number; - successful: number; - failed: number; - skipped: number; -} - -interface Explanation { - value: number; - description: string; - details: Explanation[]; -} - -interface SearchResponse { - took: number; - timed_out: boolean; - _scroll_id?: string; - _shards: ShardsResponse; - hits: { - total: number; - max_score: number; - hits: Array<{ - _index: string; - _type: string; - _id: string; - _score: number; - _source: T; - _version?: number; - _explanation?: Explanation; - fields?: any; - highlight?: any; - inner_hits?: any; - matched_queries?: string[]; - sort?: string[]; - }>; - }; - aggregations?: any; -} - interface Source { foo: string } @@ -94,28 +49,13 @@ expectError( } }) - expectType>(response.body) - expectType(response.meta.context) -} - -// Define only the response body (promise style) -{ - const response = await client.search>({ - index: 'test', - body: { - query: { - match: { foo: 'bar' } - } - } - }) - - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) } -// Define response body and request body (promise style) +// Define only the source (promise style) { - const response = await client.search, SearchBody>({ + const response = await client.search({ index: 'test', body: { query: { @@ -124,13 +64,13 @@ expectError( } }) - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) } // Define response body, request body and the context (promise style) { - const response = await client.search, SearchBody, Context>({ + const response = await client.search({ index: 'test', body: { query: { @@ -139,40 +79,7 @@ expectError( } }) - expectType>(response.body) - expectType(response.meta.context) -} - -// Send request body as string (promise style) -{ - const response = await client.search({ - index: 'test', - body: 'hello world' - }) - - expectType>(response.body) - expectType(response.meta.context) -} - -// Send request body as buffer (promise style) -{ - const response = await client.search({ - index: 'test', - body: Buffer.from('hello world') - }) - - expectType>(response.body) - expectType(response.meta.context) -} - -// Send request body as readable stream (promise style) -{ - const response = await client.search({ - index: 'test', - body: new ReadableStream() - }) - - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) } @@ -187,7 +94,7 @@ expectError( } }, (err, response) => { expectType(err) - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) }) expectType(result) @@ -195,7 +102,7 @@ expectError( // Define only the response body (callback style) { - const result = client.search>({ + const result = client.search({ index: 'test', body: { query: { @@ -204,24 +111,7 @@ expectError( } }, (err, response) => { expectType(err) - expectType>(response.body) - expectType(response.meta.context) - }) - expectType(result) -} - -// Define response body and request body (callback style) -{ - const result = client.search, SearchBody>({ - index: 'test', - body: { - query: { - match: { foo: 'bar' } - } - } - }, (err, response) => { - expectType(err) - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) }) expectType(result) @@ -229,7 +119,7 @@ expectError( // Define response body, request body and the context (callback style) { - const result = client.search, SearchBody, Context>({ + const result = client.search({ index: 'test', body: { query: { @@ -238,46 +128,7 @@ expectError( } }, (err, response) => { expectType(err) - expectType>(response.body) - expectType(response.meta.context) - }) - expectType(result) -} - -// Send request body as string (callback style) -{ - const result = client.search({ - index: 'test', - body: 'hello world' - }, (err, response) => { - expectType(err) - expectType>(response.body) - expectType(response.meta.context) - }) - expectType(result) -} - -// Send request body as buffer (callback style) -{ - const result = client.search({ - index: 'test', - body: Buffer.from('hello world') - }, (err, response) => { - expectType(err) - expectType>(response.body) - expectType(response.meta.context) - }) - expectType(result) -} - -// Send request body as readable stream (callback style) -{ - const result = client.search({ - index: 'test', - body: new ReadableStream() - }, (err, response) => { - expectType(err) - expectType>(response.body) + expectType>(response.body) expectType(response.meta.context) }) expectType(result) diff --git a/test/types/api-response.test-d.ts b/test/types/api-response.test-d.ts index 1765c2211..604a42860 100644 --- a/test/types/api-response.test-d.ts +++ b/test/types/api-response.test-d.ts @@ -19,7 +19,7 @@ import { expectType } from 'tsd' import { TransportRequestCallback, Context } from '../../lib/Transport' -import { Client, ApiError } from '../../' +import { Client, ApiError, estypes } from '../../' const client = new Client({ node: 'http://localhost:9200' @@ -29,23 +29,15 @@ const client = new Client({ { const response = await client.cat.count({ index: 'test' }) - expectType>(response.body) + expectType(response.body) expectType(response.meta.context) } -// Define only the response body (promise style) +// Define the context (promise style) { const response = await client.cat.count({ index: 'test' }) - expectType(response.body) - expectType(response.meta.context) -} - -// Define response body and the context (promise style) -{ - const response = await client.cat.count({ index: 'test' }) - - expectType(response.body) + expectType(response.body) expectType(response.meta.context) } @@ -53,28 +45,18 @@ const client = new Client({ { const result = client.cat.count({ index: 'test' }, (err, response) => { expectType(err) - expectType>(response.body) + expectType(response.body) expectType(response.meta.context) }) expectType(result) } -// Define only the response body (callback style) +// Define the context (callback style) { const result = client.cat.count({ index: 'test' }, (err, response) => { expectType(err) - expectType(response.body) - expectType(response.meta.context) - }) - expectType(result) -} - -// Define response body and the context (callback style) -{ - const result = client.cat.count({ index: 'test' }, (err, response) => { - expectType(err) - expectType(response.body) - expectType(response.meta.context) + expectType(response.body) + expectType(response.meta.context) }) expectType(result) } diff --git a/test/types/client-options.test-d.ts b/test/types/client-options.test-d.ts index 5831d829e..814ba08df 100644 --- a/test/types/client-options.test-d.ts +++ b/test/types/client-options.test-d.ts @@ -669,14 +669,6 @@ expectType( }) ) -expectError( - // @ts-expect-error - new Client({ - node: 'http://localhost:9200', - context: 'hello world' - }) -) - /** * `proxy` option */ diff --git a/test/types/client.test-d.ts b/test/types/client.test-d.ts index 49d7d03d8..98195c883 100644 --- a/test/types/client.test-d.ts +++ b/test/types/client.test-d.ts @@ -18,8 +18,8 @@ */ import { expectType } from 'tsd' -import { Client, ApiError, ApiResponse, RequestEvent, ResurrectEvent } from '../../' -import { TransportRequestCallback, TransportRequestPromise } from '../../lib/Transport' +import { Client, ApiError, ApiResponse, RequestEvent, ResurrectEvent, estypes } from '../../' +import { TransportRequestCallback, TransportRequestPromise, Context } from '../../lib/Transport' const client = new Client({ node: 'http://localhost:9200' @@ -51,7 +51,7 @@ client.on('resurrect', (err, meta) => { { const result = client.info((err, result) => { expectType(err) - expectType(result) + expectType>(result) }) expectType(result) expectType(result.abort()) @@ -60,7 +60,7 @@ client.on('resurrect', (err, meta) => { { const result = client.info({ pretty: true }, (err, result) => { expectType(err) - expectType(result) + expectType>(result) }) expectType(result) expectType(result.abort()) @@ -69,7 +69,7 @@ client.on('resurrect', (err, meta) => { { const result = client.info({ pretty: true }, { ignore: [404] }, (err, result) => { expectType(err) - expectType(result) + expectType>(result) }) expectType(result) expectType(result.abort()) @@ -78,27 +78,27 @@ client.on('resurrect', (err, meta) => { // Promise style { const promise = client.info() - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) } { const promise = client.info({ pretty: true }) - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) } { const promise = client.info({ pretty: true }, { ignore: [404] }) - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) } @@ -106,10 +106,10 @@ client.on('resurrect', (err, meta) => { // Promise style with async await { const promise = client.info() - expectType>(promise) + expectType>>(promise) expectType(promise.abort()) try { - expectType(await promise) + expectType>(await promise) } catch (err) { expectType(err) } @@ -117,10 +117,10 @@ client.on('resurrect', (err, meta) => { { const promise = client.info({ pretty: true }) - expectType>(promise) + expectType>>(promise) expectType(promise.abort()) try { - expectType(await promise) + expectType>(await promise) } catch (err) { expectType(err) } @@ -128,10 +128,10 @@ client.on('resurrect', (err, meta) => { { const promise = client.info({ pretty: true }, { ignore: [404] }) - expectType>(promise) + expectType>>(promise) expectType(promise.abort()) try { - expectType(await promise) + expectType>(await promise) } catch (err) { expectType(err) } diff --git a/test/types/kibana.test-d.ts b/test/types/kibana.test-d.ts index 8557bf947..7c35228f5 100644 --- a/test/types/kibana.test-d.ts +++ b/test/types/kibana.test-d.ts @@ -18,7 +18,7 @@ */ import { expectType, expectNotType, expectError } from 'tsd' -import { Client, RequestEvent, ResurrectEvent, ApiError, ApiResponse } from '../../' +import { Client, RequestEvent, ResurrectEvent, ApiError, ApiResponse, estypes } from '../../' import { KibanaClient } from '../../api/kibana' import { TransportRequestPromise, Context } from '../../lib/Transport' @@ -50,50 +50,42 @@ client.on('resurrect', (err, meta) => { { const response = await client.cat.count({ index: 'test' }) - expectType>(response.body) + expectType(response.body) expectType(response.meta.context) } -// Define only the response body +// Define only the context { const response = await client.cat.count({ index: 'test' }) - expectType(response.body) - expectType(response.meta.context) -} - -// Define response body and the context -{ - const response = await client.cat.count({ index: 'test' }) - - expectType(response.body) + expectType(response.body) expectType(response.meta.context) } // Check API returned type and optional parameters { const promise = client.info() - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) } { const promise = client.info({ pretty: true }) - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) } { const promise = client.info({ pretty: true }, { ignore: [404] }) - expectType>(promise) + expectType>>(promise) promise - .then(result => expectType(result)) + .then(result => expectType>(result)) .catch((err: ApiError) => expectType(err)) expectType(promise.abort()) }