123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989 |
- // 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.
- //
- // Code generated from specification version 7.17.10 (fecd68e): DO NOT EDIT
- package esapi
- // API contains the Elasticsearch APIs
- type API struct {
- Cat *Cat
- Cluster *Cluster
- Indices *Indices
- Ingest *Ingest
- Nodes *Nodes
- Remote *Remote
- Snapshot *Snapshot
- Tasks *Tasks
- AsyncSearch *AsyncSearch
- CCR *CCR
- ILM *ILM
- License *License
- Migration *Migration
- ML *ML
- Monitoring *Monitoring
- Rollup *Rollup
- Security *Security
- SQL *SQL
- SSL *SSL
- Watcher *Watcher
- XPack *XPack
- AutoscalingDeleteAutoscalingPolicy AutoscalingDeleteAutoscalingPolicy
- AutoscalingGetAutoscalingCapacity AutoscalingGetAutoscalingCapacity
- AutoscalingGetAutoscalingDecision AutoscalingGetAutoscalingDecision
- AutoscalingGetAutoscalingPolicy AutoscalingGetAutoscalingPolicy
- AutoscalingPutAutoscalingPolicy AutoscalingPutAutoscalingPolicy
- Bulk Bulk
- ClearScroll ClearScroll
- ClosePointInTime ClosePointInTime
- Count Count
- Create Create
- DanglingIndicesDeleteDanglingIndex DanglingIndicesDeleteDanglingIndex
- DanglingIndicesImportDanglingIndex DanglingIndicesImportDanglingIndex
- DanglingIndicesListDanglingIndices DanglingIndicesListDanglingIndices
- DataFrameTransformDeprecatedDeleteTransform DataFrameTransformDeprecatedDeleteTransform
- DataFrameTransformDeprecatedGetTransform DataFrameTransformDeprecatedGetTransform
- DataFrameTransformDeprecatedGetTransformStats DataFrameTransformDeprecatedGetTransformStats
- DataFrameTransformDeprecatedPreviewTransform DataFrameTransformDeprecatedPreviewTransform
- DataFrameTransformDeprecatedPutTransform DataFrameTransformDeprecatedPutTransform
- DataFrameTransformDeprecatedStartTransform DataFrameTransformDeprecatedStartTransform
- DataFrameTransformDeprecatedStopTransform DataFrameTransformDeprecatedStopTransform
- DataFrameTransformDeprecatedUpdateTransform DataFrameTransformDeprecatedUpdateTransform
- DeleteByQuery DeleteByQuery
- DeleteByQueryRethrottle DeleteByQueryRethrottle
- Delete Delete
- DeleteScript DeleteScript
- EnrichDeletePolicy EnrichDeletePolicy
- EnrichExecutePolicy EnrichExecutePolicy
- EnrichGetPolicy EnrichGetPolicy
- EnrichPutPolicy EnrichPutPolicy
- EnrichStats EnrichStats
- EqlDelete EqlDelete
- EqlGet EqlGet
- EqlGetStatus EqlGetStatus
- EqlSearch EqlSearch
- Exists Exists
- ExistsSource ExistsSource
- Explain Explain
- FeaturesGetFeatures FeaturesGetFeatures
- FeaturesResetFeatures FeaturesResetFeatures
- FieldCaps FieldCaps
- FleetGlobalCheckpoints FleetGlobalCheckpoints
- FleetMsearch FleetMsearch
- FleetSearch FleetSearch
- Get Get
- GetScriptContext GetScriptContext
- GetScriptLanguages GetScriptLanguages
- GetScript GetScript
- GetSource GetSource
- GraphExplore GraphExplore
- Index Index
- Info Info
- LogstashDeletePipeline LogstashDeletePipeline
- LogstashGetPipeline LogstashGetPipeline
- LogstashPutPipeline LogstashPutPipeline
- Mget Mget
- Msearch Msearch
- MsearchTemplate MsearchTemplate
- Mtermvectors Mtermvectors
- OpenPointInTime OpenPointInTime
- Ping Ping
- PutScript PutScript
- RankEval RankEval
- Reindex Reindex
- ReindexRethrottle ReindexRethrottle
- RenderSearchTemplate RenderSearchTemplate
- ScriptsPainlessExecute ScriptsPainlessExecute
- Scroll Scroll
- SearchMvt SearchMvt
- Search Search
- SearchShards SearchShards
- SearchTemplate SearchTemplate
- SearchableSnapshotsCacheStats SearchableSnapshotsCacheStats
- SearchableSnapshotsClearCache SearchableSnapshotsClearCache
- SearchableSnapshotsMount SearchableSnapshotsMount
- SearchableSnapshotsRepositoryStats SearchableSnapshotsRepositoryStats
- SearchableSnapshotsStats SearchableSnapshotsStats
- ShutdownDeleteNode ShutdownDeleteNode
- ShutdownGetNode ShutdownGetNode
- ShutdownPutNode ShutdownPutNode
- SlmDeleteLifecycle SlmDeleteLifecycle
- SlmExecuteLifecycle SlmExecuteLifecycle
- SlmExecuteRetention SlmExecuteRetention
- SlmGetLifecycle SlmGetLifecycle
- SlmGetStats SlmGetStats
- SlmGetStatus SlmGetStatus
- SlmPutLifecycle SlmPutLifecycle
- SlmStart SlmStart
- SlmStop SlmStop
- TermsEnum TermsEnum
- Termvectors Termvectors
- TextStructureFindStructure TextStructureFindStructure
- TransformDeleteTransform TransformDeleteTransform
- TransformGetTransform TransformGetTransform
- TransformGetTransformStats TransformGetTransformStats
- TransformPreviewTransform TransformPreviewTransform
- TransformPutTransform TransformPutTransform
- TransformStartTransform TransformStartTransform
- TransformStopTransform TransformStopTransform
- TransformUpdateTransform TransformUpdateTransform
- TransformUpgradeTransforms TransformUpgradeTransforms
- UpdateByQuery UpdateByQuery
- UpdateByQueryRethrottle UpdateByQueryRethrottle
- Update Update
- }
- // Cat contains the Cat APIs
- type Cat struct {
- Aliases CatAliases
- Allocation CatAllocation
- Count CatCount
- Fielddata CatFielddata
- Health CatHealth
- Help CatHelp
- Indices CatIndices
- MLDataFrameAnalytics CatMLDataFrameAnalytics
- MLDatafeeds CatMLDatafeeds
- MLJobs CatMLJobs
- MLTrainedModels CatMLTrainedModels
- Master CatMaster
- Nodeattrs CatNodeattrs
- Nodes CatNodes
- PendingTasks CatPendingTasks
- Plugins CatPlugins
- Recovery CatRecovery
- Repositories CatRepositories
- Segments CatSegments
- Shards CatShards
- Snapshots CatSnapshots
- Tasks CatTasks
- Templates CatTemplates
- ThreadPool CatThreadPool
- Transforms CatTransforms
- }
- // Cluster contains the Cluster APIs
- type Cluster struct {
- AllocationExplain ClusterAllocationExplain
- DeleteComponentTemplate ClusterDeleteComponentTemplate
- DeleteVotingConfigExclusions ClusterDeleteVotingConfigExclusions
- ExistsComponentTemplate ClusterExistsComponentTemplate
- GetComponentTemplate ClusterGetComponentTemplate
- GetSettings ClusterGetSettings
- Health ClusterHealth
- PendingTasks ClusterPendingTasks
- PostVotingConfigExclusions ClusterPostVotingConfigExclusions
- PutComponentTemplate ClusterPutComponentTemplate
- PutSettings ClusterPutSettings
- RemoteInfo ClusterRemoteInfo
- Reroute ClusterReroute
- State ClusterState
- Stats ClusterStats
- }
- // Indices contains the Indices APIs
- type Indices struct {
- AddBlock IndicesAddBlock
- Analyze IndicesAnalyze
- ClearCache IndicesClearCache
- Clone IndicesClone
- Close IndicesClose
- CreateDataStream IndicesCreateDataStream
- Create IndicesCreate
- DataStreamsStats IndicesDataStreamsStats
- DeleteAlias IndicesDeleteAlias
- DeleteDataStream IndicesDeleteDataStream
- DeleteIndexTemplate IndicesDeleteIndexTemplate
- Delete IndicesDelete
- DeleteTemplate IndicesDeleteTemplate
- DiskUsage IndicesDiskUsage
- ExistsAlias IndicesExistsAlias
- ExistsDocumentType IndicesExistsDocumentType
- ExistsIndexTemplate IndicesExistsIndexTemplate
- Exists IndicesExists
- ExistsTemplate IndicesExistsTemplate
- FieldUsageStats IndicesFieldUsageStats
- Flush IndicesFlush
- FlushSynced IndicesFlushSynced
- Forcemerge IndicesForcemerge
- Freeze IndicesFreeze
- GetAlias IndicesGetAlias
- GetDataStream IndicesGetDataStream
- GetFieldMapping IndicesGetFieldMapping
- GetIndexTemplate IndicesGetIndexTemplate
- GetMapping IndicesGetMapping
- Get IndicesGet
- GetSettings IndicesGetSettings
- GetTemplate IndicesGetTemplate
- GetUpgrade IndicesGetUpgrade
- MigrateToDataStream IndicesMigrateToDataStream
- ModifyDataStream IndicesModifyDataStream
- Open IndicesOpen
- PromoteDataStream IndicesPromoteDataStream
- PutAlias IndicesPutAlias
- PutIndexTemplate IndicesPutIndexTemplate
- PutMapping IndicesPutMapping
- PutSettings IndicesPutSettings
- PutTemplate IndicesPutTemplate
- Recovery IndicesRecovery
- Refresh IndicesRefresh
- ReloadSearchAnalyzers IndicesReloadSearchAnalyzers
- ResolveIndex IndicesResolveIndex
- Rollover IndicesRollover
- Segments IndicesSegments
- ShardStores IndicesShardStores
- Shrink IndicesShrink
- SimulateIndexTemplate IndicesSimulateIndexTemplate
- SimulateTemplate IndicesSimulateTemplate
- Split IndicesSplit
- Stats IndicesStats
- Unfreeze IndicesUnfreeze
- UpdateAliases IndicesUpdateAliases
- Upgrade IndicesUpgrade
- ValidateQuery IndicesValidateQuery
- }
- // Ingest contains the Ingest APIs
- type Ingest struct {
- DeletePipeline IngestDeletePipeline
- GeoIPStats IngestGeoIPStats
- GetPipeline IngestGetPipeline
- ProcessorGrok IngestProcessorGrok
- PutPipeline IngestPutPipeline
- Simulate IngestSimulate
- }
- // Nodes contains the Nodes APIs
- type Nodes struct {
- ClearMeteringArchive NodesClearMeteringArchive
- ClearRepositoriesMeteringArchive NodesClearRepositoriesMeteringArchive
- GetMeteringInfo NodesGetMeteringInfo
- GetRepositoriesMeteringInfo NodesGetRepositoriesMeteringInfo
- HotThreads NodesHotThreads
- Info NodesInfo
- ReloadSecureSettings NodesReloadSecureSettings
- Stats NodesStats
- Usage NodesUsage
- }
- // Remote contains the Remote APIs
- type Remote struct {
- }
- // Snapshot contains the Snapshot APIs
- type Snapshot struct {
- CleanupRepository SnapshotCleanupRepository
- Clone SnapshotClone
- CreateRepository SnapshotCreateRepository
- Create SnapshotCreate
- DeleteRepository SnapshotDeleteRepository
- Delete SnapshotDelete
- GetRepository SnapshotGetRepository
- Get SnapshotGet
- RepositoryAnalyze SnapshotRepositoryAnalyze
- Restore SnapshotRestore
- Status SnapshotStatus
- VerifyRepository SnapshotVerifyRepository
- }
- // Tasks contains the Tasks APIs
- type Tasks struct {
- Cancel TasksCancel
- Get TasksGet
- List TasksList
- }
- // AsyncSearch contains the AsyncSearch APIs
- type AsyncSearch struct {
- Delete AsyncSearchDelete
- Get AsyncSearchGet
- Status AsyncSearchStatus
- Submit AsyncSearchSubmit
- }
- // CCR contains the CCR APIs
- type CCR struct {
- DeleteAutoFollowPattern CCRDeleteAutoFollowPattern
- FollowInfo CCRFollowInfo
- Follow CCRFollow
- FollowStats CCRFollowStats
- ForgetFollower CCRForgetFollower
- GetAutoFollowPattern CCRGetAutoFollowPattern
- PauseAutoFollowPattern CCRPauseAutoFollowPattern
- PauseFollow CCRPauseFollow
- PutAutoFollowPattern CCRPutAutoFollowPattern
- ResumeAutoFollowPattern CCRResumeAutoFollowPattern
- ResumeFollow CCRResumeFollow
- Stats CCRStats
- Unfollow CCRUnfollow
- }
- // ILM contains the ILM APIs
- type ILM struct {
- DeleteLifecycle ILMDeleteLifecycle
- ExplainLifecycle ILMExplainLifecycle
- GetLifecycle ILMGetLifecycle
- GetStatus ILMGetStatus
- MigrateToDataTiers ILMMigrateToDataTiers
- MoveToStep ILMMoveToStep
- PutLifecycle ILMPutLifecycle
- RemovePolicy ILMRemovePolicy
- Retry ILMRetry
- Start ILMStart
- Stop ILMStop
- }
- // License contains the License APIs
- type License struct {
- Delete LicenseDelete
- GetBasicStatus LicenseGetBasicStatus
- Get LicenseGet
- GetTrialStatus LicenseGetTrialStatus
- Post LicensePost
- PostStartBasic LicensePostStartBasic
- PostStartTrial LicensePostStartTrial
- }
- // Migration contains the Migration APIs
- type Migration struct {
- Deprecations MigrationDeprecations
- GetFeatureUpgradeStatus MigrationGetFeatureUpgradeStatus
- PostFeatureUpgrade MigrationPostFeatureUpgrade
- }
- // ML contains the ML APIs
- type ML struct {
- CloseJob MLCloseJob
- DeleteCalendarEvent MLDeleteCalendarEvent
- DeleteCalendarJob MLDeleteCalendarJob
- DeleteCalendar MLDeleteCalendar
- DeleteDataFrameAnalytics MLDeleteDataFrameAnalytics
- DeleteDatafeed MLDeleteDatafeed
- DeleteExpiredData MLDeleteExpiredData
- DeleteFilter MLDeleteFilter
- DeleteForecast MLDeleteForecast
- DeleteJob MLDeleteJob
- DeleteModelSnapshot MLDeleteModelSnapshot
- DeleteTrainedModelAlias MLDeleteTrainedModelAlias
- DeleteTrainedModel MLDeleteTrainedModel
- EstimateModelMemory MLEstimateModelMemory
- EvaluateDataFrame MLEvaluateDataFrame
- ExplainDataFrameAnalytics MLExplainDataFrameAnalytics
- FindFileStructure MLFindFileStructure
- FlushJob MLFlushJob
- Forecast MLForecast
- GetBuckets MLGetBuckets
- GetCalendarEvents MLGetCalendarEvents
- GetCalendars MLGetCalendars
- GetCategories MLGetCategories
- GetDataFrameAnalytics MLGetDataFrameAnalytics
- GetDataFrameAnalyticsStats MLGetDataFrameAnalyticsStats
- GetDatafeedStats MLGetDatafeedStats
- GetDatafeeds MLGetDatafeeds
- GetFilters MLGetFilters
- GetInfluencers MLGetInfluencers
- GetJobStats MLGetJobStats
- GetJobs MLGetJobs
- GetModelSnapshotUpgradeStats MLGetModelSnapshotUpgradeStats
- GetModelSnapshots MLGetModelSnapshots
- GetOverallBuckets MLGetOverallBuckets
- GetRecords MLGetRecords
- GetTrainedModels MLGetTrainedModels
- GetTrainedModelsStats MLGetTrainedModelsStats
- Info MLInfo
- OpenJob MLOpenJob
- PostCalendarEvents MLPostCalendarEvents
- PostData MLPostData
- PreviewDataFrameAnalytics MLPreviewDataFrameAnalytics
- PreviewDatafeed MLPreviewDatafeed
- PutCalendarJob MLPutCalendarJob
- PutCalendar MLPutCalendar
- PutDataFrameAnalytics MLPutDataFrameAnalytics
- PutDatafeed MLPutDatafeed
- PutFilter MLPutFilter
- PutJob MLPutJob
- PutTrainedModelAlias MLPutTrainedModelAlias
- PutTrainedModel MLPutTrainedModel
- ResetJob MLResetJob
- RevertModelSnapshot MLRevertModelSnapshot
- SetUpgradeMode MLSetUpgradeMode
- StartDataFrameAnalytics MLStartDataFrameAnalytics
- StartDatafeed MLStartDatafeed
- StopDataFrameAnalytics MLStopDataFrameAnalytics
- StopDatafeed MLStopDatafeed
- UpdateDataFrameAnalytics MLUpdateDataFrameAnalytics
- UpdateDatafeed MLUpdateDatafeed
- UpdateFilter MLUpdateFilter
- UpdateJob MLUpdateJob
- UpdateModelSnapshot MLUpdateModelSnapshot
- UpgradeJobSnapshot MLUpgradeJobSnapshot
- ValidateDetector MLValidateDetector
- Validate MLValidate
- }
- // Monitoring contains the Monitoring APIs
- type Monitoring struct {
- Bulk MonitoringBulk
- }
- // Rollup contains the Rollup APIs
- type Rollup struct {
- DeleteJob RollupDeleteJob
- GetJobs RollupGetJobs
- GetCaps RollupGetRollupCaps
- GetIndexCaps RollupGetRollupIndexCaps
- PutJob RollupPutJob
- Rollup RollupRollup
- Search RollupRollupSearch
- StartJob RollupStartJob
- StopJob RollupStopJob
- }
- // Security contains the Security APIs
- type Security struct {
- Authenticate SecurityAuthenticate
- ChangePassword SecurityChangePassword
- ClearAPIKeyCache SecurityClearAPIKeyCache
- ClearCachedPrivileges SecurityClearCachedPrivileges
- ClearCachedRealms SecurityClearCachedRealms
- ClearCachedRoles SecurityClearCachedRoles
- ClearCachedServiceTokens SecurityClearCachedServiceTokens
- CreateAPIKey SecurityCreateAPIKey
- CreateServiceToken SecurityCreateServiceToken
- DeletePrivileges SecurityDeletePrivileges
- DeleteRoleMapping SecurityDeleteRoleMapping
- DeleteRole SecurityDeleteRole
- DeleteServiceToken SecurityDeleteServiceToken
- DeleteUser SecurityDeleteUser
- DisableUser SecurityDisableUser
- EnableUser SecurityEnableUser
- GetAPIKey SecurityGetAPIKey
- GetBuiltinPrivileges SecurityGetBuiltinPrivileges
- GetPrivileges SecurityGetPrivileges
- GetRoleMapping SecurityGetRoleMapping
- GetRole SecurityGetRole
- GetServiceAccounts SecurityGetServiceAccounts
- GetServiceCredentials SecurityGetServiceCredentials
- GetToken SecurityGetToken
- GetUserPrivileges SecurityGetUserPrivileges
- GetUser SecurityGetUser
- GrantAPIKey SecurityGrantAPIKey
- HasPrivileges SecurityHasPrivileges
- InvalidateAPIKey SecurityInvalidateAPIKey
- InvalidateToken SecurityInvalidateToken
- PutPrivileges SecurityPutPrivileges
- PutRoleMapping SecurityPutRoleMapping
- PutRole SecurityPutRole
- PutUser SecurityPutUser
- QueryAPIKeys SecurityQueryAPIKeys
- SamlAuthenticate SecuritySamlAuthenticate
- SamlCompleteLogout SecuritySamlCompleteLogout
- SamlInvalidate SecuritySamlInvalidate
- SamlLogout SecuritySamlLogout
- SamlPrepareAuthentication SecuritySamlPrepareAuthentication
- SamlServiceProviderMetadata SecuritySamlServiceProviderMetadata
- }
- // SQL contains the SQL APIs
- type SQL struct {
- ClearCursor SQLClearCursor
- DeleteAsync SQLDeleteAsync
- GetAsync SQLGetAsync
- GetAsyncStatus SQLGetAsyncStatus
- Query SQLQuery
- Translate SQLTranslate
- }
- // SSL contains the SSL APIs
- type SSL struct {
- Certificates SSLCertificates
- }
- // Watcher contains the Watcher APIs
- type Watcher struct {
- AckWatch WatcherAckWatch
- ActivateWatch WatcherActivateWatch
- DeactivateWatch WatcherDeactivateWatch
- DeleteWatch WatcherDeleteWatch
- ExecuteWatch WatcherExecuteWatch
- GetWatch WatcherGetWatch
- PutWatch WatcherPutWatch
- QueryWatches WatcherQueryWatches
- Start WatcherStart
- Stats WatcherStats
- Stop WatcherStop
- }
- // XPack contains the XPack APIs
- type XPack struct {
- Info XPackInfo
- Usage XPackUsage
- }
- // New creates new API
- func New(t Transport) *API {
- return &API{
- AutoscalingDeleteAutoscalingPolicy: newAutoscalingDeleteAutoscalingPolicyFunc(t),
- AutoscalingGetAutoscalingCapacity: newAutoscalingGetAutoscalingCapacityFunc(t),
- AutoscalingGetAutoscalingDecision: newAutoscalingGetAutoscalingDecisionFunc(t),
- AutoscalingGetAutoscalingPolicy: newAutoscalingGetAutoscalingPolicyFunc(t),
- AutoscalingPutAutoscalingPolicy: newAutoscalingPutAutoscalingPolicyFunc(t),
- Bulk: newBulkFunc(t),
- ClearScroll: newClearScrollFunc(t),
- ClosePointInTime: newClosePointInTimeFunc(t),
- Count: newCountFunc(t),
- Create: newCreateFunc(t),
- DanglingIndicesDeleteDanglingIndex: newDanglingIndicesDeleteDanglingIndexFunc(t),
- DanglingIndicesImportDanglingIndex: newDanglingIndicesImportDanglingIndexFunc(t),
- DanglingIndicesListDanglingIndices: newDanglingIndicesListDanglingIndicesFunc(t),
- DataFrameTransformDeprecatedDeleteTransform: newDataFrameTransformDeprecatedDeleteTransformFunc(t),
- DataFrameTransformDeprecatedGetTransform: newDataFrameTransformDeprecatedGetTransformFunc(t),
- DataFrameTransformDeprecatedGetTransformStats: newDataFrameTransformDeprecatedGetTransformStatsFunc(t),
- DataFrameTransformDeprecatedPreviewTransform: newDataFrameTransformDeprecatedPreviewTransformFunc(t),
- DataFrameTransformDeprecatedPutTransform: newDataFrameTransformDeprecatedPutTransformFunc(t),
- DataFrameTransformDeprecatedStartTransform: newDataFrameTransformDeprecatedStartTransformFunc(t),
- DataFrameTransformDeprecatedStopTransform: newDataFrameTransformDeprecatedStopTransformFunc(t),
- DataFrameTransformDeprecatedUpdateTransform: newDataFrameTransformDeprecatedUpdateTransformFunc(t),
- DeleteByQuery: newDeleteByQueryFunc(t),
- DeleteByQueryRethrottle: newDeleteByQueryRethrottleFunc(t),
- Delete: newDeleteFunc(t),
- DeleteScript: newDeleteScriptFunc(t),
- EnrichDeletePolicy: newEnrichDeletePolicyFunc(t),
- EnrichExecutePolicy: newEnrichExecutePolicyFunc(t),
- EnrichGetPolicy: newEnrichGetPolicyFunc(t),
- EnrichPutPolicy: newEnrichPutPolicyFunc(t),
- EnrichStats: newEnrichStatsFunc(t),
- EqlDelete: newEqlDeleteFunc(t),
- EqlGet: newEqlGetFunc(t),
- EqlGetStatus: newEqlGetStatusFunc(t),
- EqlSearch: newEqlSearchFunc(t),
- Exists: newExistsFunc(t),
- ExistsSource: newExistsSourceFunc(t),
- Explain: newExplainFunc(t),
- FeaturesGetFeatures: newFeaturesGetFeaturesFunc(t),
- FeaturesResetFeatures: newFeaturesResetFeaturesFunc(t),
- FieldCaps: newFieldCapsFunc(t),
- FleetGlobalCheckpoints: newFleetGlobalCheckpointsFunc(t),
- FleetMsearch: newFleetMsearchFunc(t),
- FleetSearch: newFleetSearchFunc(t),
- Get: newGetFunc(t),
- GetScriptContext: newGetScriptContextFunc(t),
- GetScriptLanguages: newGetScriptLanguagesFunc(t),
- GetScript: newGetScriptFunc(t),
- GetSource: newGetSourceFunc(t),
- GraphExplore: newGraphExploreFunc(t),
- Index: newIndexFunc(t),
- Info: newInfoFunc(t),
- LogstashDeletePipeline: newLogstashDeletePipelineFunc(t),
- LogstashGetPipeline: newLogstashGetPipelineFunc(t),
- LogstashPutPipeline: newLogstashPutPipelineFunc(t),
- Mget: newMgetFunc(t),
- Msearch: newMsearchFunc(t),
- MsearchTemplate: newMsearchTemplateFunc(t),
- Mtermvectors: newMtermvectorsFunc(t),
- OpenPointInTime: newOpenPointInTimeFunc(t),
- Ping: newPingFunc(t),
- PutScript: newPutScriptFunc(t),
- RankEval: newRankEvalFunc(t),
- Reindex: newReindexFunc(t),
- ReindexRethrottle: newReindexRethrottleFunc(t),
- RenderSearchTemplate: newRenderSearchTemplateFunc(t),
- ScriptsPainlessExecute: newScriptsPainlessExecuteFunc(t),
- Scroll: newScrollFunc(t),
- SearchMvt: newSearchMvtFunc(t),
- Search: newSearchFunc(t),
- SearchShards: newSearchShardsFunc(t),
- SearchTemplate: newSearchTemplateFunc(t),
- SearchableSnapshotsCacheStats: newSearchableSnapshotsCacheStatsFunc(t),
- SearchableSnapshotsClearCache: newSearchableSnapshotsClearCacheFunc(t),
- SearchableSnapshotsMount: newSearchableSnapshotsMountFunc(t),
- SearchableSnapshotsRepositoryStats: newSearchableSnapshotsRepositoryStatsFunc(t),
- SearchableSnapshotsStats: newSearchableSnapshotsStatsFunc(t),
- ShutdownDeleteNode: newShutdownDeleteNodeFunc(t),
- ShutdownGetNode: newShutdownGetNodeFunc(t),
- ShutdownPutNode: newShutdownPutNodeFunc(t),
- SlmDeleteLifecycle: newSlmDeleteLifecycleFunc(t),
- SlmExecuteLifecycle: newSlmExecuteLifecycleFunc(t),
- SlmExecuteRetention: newSlmExecuteRetentionFunc(t),
- SlmGetLifecycle: newSlmGetLifecycleFunc(t),
- SlmGetStats: newSlmGetStatsFunc(t),
- SlmGetStatus: newSlmGetStatusFunc(t),
- SlmPutLifecycle: newSlmPutLifecycleFunc(t),
- SlmStart: newSlmStartFunc(t),
- SlmStop: newSlmStopFunc(t),
- TermsEnum: newTermsEnumFunc(t),
- Termvectors: newTermvectorsFunc(t),
- TextStructureFindStructure: newTextStructureFindStructureFunc(t),
- TransformDeleteTransform: newTransformDeleteTransformFunc(t),
- TransformGetTransform: newTransformGetTransformFunc(t),
- TransformGetTransformStats: newTransformGetTransformStatsFunc(t),
- TransformPreviewTransform: newTransformPreviewTransformFunc(t),
- TransformPutTransform: newTransformPutTransformFunc(t),
- TransformStartTransform: newTransformStartTransformFunc(t),
- TransformStopTransform: newTransformStopTransformFunc(t),
- TransformUpdateTransform: newTransformUpdateTransformFunc(t),
- TransformUpgradeTransforms: newTransformUpgradeTransformsFunc(t),
- UpdateByQuery: newUpdateByQueryFunc(t),
- UpdateByQueryRethrottle: newUpdateByQueryRethrottleFunc(t),
- Update: newUpdateFunc(t),
- Cat: &Cat{
- Aliases: newCatAliasesFunc(t),
- Allocation: newCatAllocationFunc(t),
- Count: newCatCountFunc(t),
- Fielddata: newCatFielddataFunc(t),
- Health: newCatHealthFunc(t),
- Help: newCatHelpFunc(t),
- Indices: newCatIndicesFunc(t),
- MLDataFrameAnalytics: newCatMLDataFrameAnalyticsFunc(t),
- MLDatafeeds: newCatMLDatafeedsFunc(t),
- MLJobs: newCatMLJobsFunc(t),
- MLTrainedModels: newCatMLTrainedModelsFunc(t),
- Master: newCatMasterFunc(t),
- Nodeattrs: newCatNodeattrsFunc(t),
- Nodes: newCatNodesFunc(t),
- PendingTasks: newCatPendingTasksFunc(t),
- Plugins: newCatPluginsFunc(t),
- Recovery: newCatRecoveryFunc(t),
- Repositories: newCatRepositoriesFunc(t),
- Segments: newCatSegmentsFunc(t),
- Shards: newCatShardsFunc(t),
- Snapshots: newCatSnapshotsFunc(t),
- Tasks: newCatTasksFunc(t),
- Templates: newCatTemplatesFunc(t),
- ThreadPool: newCatThreadPoolFunc(t),
- Transforms: newCatTransformsFunc(t),
- },
- Cluster: &Cluster{
- AllocationExplain: newClusterAllocationExplainFunc(t),
- DeleteComponentTemplate: newClusterDeleteComponentTemplateFunc(t),
- DeleteVotingConfigExclusions: newClusterDeleteVotingConfigExclusionsFunc(t),
- ExistsComponentTemplate: newClusterExistsComponentTemplateFunc(t),
- GetComponentTemplate: newClusterGetComponentTemplateFunc(t),
- GetSettings: newClusterGetSettingsFunc(t),
- Health: newClusterHealthFunc(t),
- PendingTasks: newClusterPendingTasksFunc(t),
- PostVotingConfigExclusions: newClusterPostVotingConfigExclusionsFunc(t),
- PutComponentTemplate: newClusterPutComponentTemplateFunc(t),
- PutSettings: newClusterPutSettingsFunc(t),
- RemoteInfo: newClusterRemoteInfoFunc(t),
- Reroute: newClusterRerouteFunc(t),
- State: newClusterStateFunc(t),
- Stats: newClusterStatsFunc(t),
- },
- Indices: &Indices{
- AddBlock: newIndicesAddBlockFunc(t),
- Analyze: newIndicesAnalyzeFunc(t),
- ClearCache: newIndicesClearCacheFunc(t),
- Clone: newIndicesCloneFunc(t),
- Close: newIndicesCloseFunc(t),
- CreateDataStream: newIndicesCreateDataStreamFunc(t),
- Create: newIndicesCreateFunc(t),
- DataStreamsStats: newIndicesDataStreamsStatsFunc(t),
- DeleteAlias: newIndicesDeleteAliasFunc(t),
- DeleteDataStream: newIndicesDeleteDataStreamFunc(t),
- DeleteIndexTemplate: newIndicesDeleteIndexTemplateFunc(t),
- Delete: newIndicesDeleteFunc(t),
- DeleteTemplate: newIndicesDeleteTemplateFunc(t),
- DiskUsage: newIndicesDiskUsageFunc(t),
- ExistsAlias: newIndicesExistsAliasFunc(t),
- ExistsDocumentType: newIndicesExistsDocumentTypeFunc(t),
- ExistsIndexTemplate: newIndicesExistsIndexTemplateFunc(t),
- Exists: newIndicesExistsFunc(t),
- ExistsTemplate: newIndicesExistsTemplateFunc(t),
- FieldUsageStats: newIndicesFieldUsageStatsFunc(t),
- Flush: newIndicesFlushFunc(t),
- FlushSynced: newIndicesFlushSyncedFunc(t),
- Forcemerge: newIndicesForcemergeFunc(t),
- Freeze: newIndicesFreezeFunc(t),
- GetAlias: newIndicesGetAliasFunc(t),
- GetDataStream: newIndicesGetDataStreamFunc(t),
- GetFieldMapping: newIndicesGetFieldMappingFunc(t),
- GetIndexTemplate: newIndicesGetIndexTemplateFunc(t),
- GetMapping: newIndicesGetMappingFunc(t),
- Get: newIndicesGetFunc(t),
- GetSettings: newIndicesGetSettingsFunc(t),
- GetTemplate: newIndicesGetTemplateFunc(t),
- GetUpgrade: newIndicesGetUpgradeFunc(t),
- MigrateToDataStream: newIndicesMigrateToDataStreamFunc(t),
- ModifyDataStream: newIndicesModifyDataStreamFunc(t),
- Open: newIndicesOpenFunc(t),
- PromoteDataStream: newIndicesPromoteDataStreamFunc(t),
- PutAlias: newIndicesPutAliasFunc(t),
- PutIndexTemplate: newIndicesPutIndexTemplateFunc(t),
- PutMapping: newIndicesPutMappingFunc(t),
- PutSettings: newIndicesPutSettingsFunc(t),
- PutTemplate: newIndicesPutTemplateFunc(t),
- Recovery: newIndicesRecoveryFunc(t),
- Refresh: newIndicesRefreshFunc(t),
- ReloadSearchAnalyzers: newIndicesReloadSearchAnalyzersFunc(t),
- ResolveIndex: newIndicesResolveIndexFunc(t),
- Rollover: newIndicesRolloverFunc(t),
- Segments: newIndicesSegmentsFunc(t),
- ShardStores: newIndicesShardStoresFunc(t),
- Shrink: newIndicesShrinkFunc(t),
- SimulateIndexTemplate: newIndicesSimulateIndexTemplateFunc(t),
- SimulateTemplate: newIndicesSimulateTemplateFunc(t),
- Split: newIndicesSplitFunc(t),
- Stats: newIndicesStatsFunc(t),
- Unfreeze: newIndicesUnfreezeFunc(t),
- UpdateAliases: newIndicesUpdateAliasesFunc(t),
- Upgrade: newIndicesUpgradeFunc(t),
- ValidateQuery: newIndicesValidateQueryFunc(t),
- },
- Ingest: &Ingest{
- DeletePipeline: newIngestDeletePipelineFunc(t),
- GeoIPStats: newIngestGeoIPStatsFunc(t),
- GetPipeline: newIngestGetPipelineFunc(t),
- ProcessorGrok: newIngestProcessorGrokFunc(t),
- PutPipeline: newIngestPutPipelineFunc(t),
- Simulate: newIngestSimulateFunc(t),
- },
- Nodes: &Nodes{
- ClearMeteringArchive: newNodesClearMeteringArchiveFunc(t),
- ClearRepositoriesMeteringArchive: newNodesClearRepositoriesMeteringArchiveFunc(t),
- GetMeteringInfo: newNodesGetMeteringInfoFunc(t),
- GetRepositoriesMeteringInfo: newNodesGetRepositoriesMeteringInfoFunc(t),
- HotThreads: newNodesHotThreadsFunc(t),
- Info: newNodesInfoFunc(t),
- ReloadSecureSettings: newNodesReloadSecureSettingsFunc(t),
- Stats: newNodesStatsFunc(t),
- Usage: newNodesUsageFunc(t),
- },
- Remote: &Remote{},
- Snapshot: &Snapshot{
- CleanupRepository: newSnapshotCleanupRepositoryFunc(t),
- Clone: newSnapshotCloneFunc(t),
- CreateRepository: newSnapshotCreateRepositoryFunc(t),
- Create: newSnapshotCreateFunc(t),
- DeleteRepository: newSnapshotDeleteRepositoryFunc(t),
- Delete: newSnapshotDeleteFunc(t),
- GetRepository: newSnapshotGetRepositoryFunc(t),
- Get: newSnapshotGetFunc(t),
- RepositoryAnalyze: newSnapshotRepositoryAnalyzeFunc(t),
- Restore: newSnapshotRestoreFunc(t),
- Status: newSnapshotStatusFunc(t),
- VerifyRepository: newSnapshotVerifyRepositoryFunc(t),
- },
- Tasks: &Tasks{
- Cancel: newTasksCancelFunc(t),
- Get: newTasksGetFunc(t),
- List: newTasksListFunc(t),
- },
- AsyncSearch: &AsyncSearch{
- Delete: newAsyncSearchDeleteFunc(t),
- Get: newAsyncSearchGetFunc(t),
- Status: newAsyncSearchStatusFunc(t),
- Submit: newAsyncSearchSubmitFunc(t),
- },
- CCR: &CCR{
- DeleteAutoFollowPattern: newCCRDeleteAutoFollowPatternFunc(t),
- FollowInfo: newCCRFollowInfoFunc(t),
- Follow: newCCRFollowFunc(t),
- FollowStats: newCCRFollowStatsFunc(t),
- ForgetFollower: newCCRForgetFollowerFunc(t),
- GetAutoFollowPattern: newCCRGetAutoFollowPatternFunc(t),
- PauseAutoFollowPattern: newCCRPauseAutoFollowPatternFunc(t),
- PauseFollow: newCCRPauseFollowFunc(t),
- PutAutoFollowPattern: newCCRPutAutoFollowPatternFunc(t),
- ResumeAutoFollowPattern: newCCRResumeAutoFollowPatternFunc(t),
- ResumeFollow: newCCRResumeFollowFunc(t),
- Stats: newCCRStatsFunc(t),
- Unfollow: newCCRUnfollowFunc(t),
- },
- ILM: &ILM{
- DeleteLifecycle: newILMDeleteLifecycleFunc(t),
- ExplainLifecycle: newILMExplainLifecycleFunc(t),
- GetLifecycle: newILMGetLifecycleFunc(t),
- GetStatus: newILMGetStatusFunc(t),
- MigrateToDataTiers: newILMMigrateToDataTiersFunc(t),
- MoveToStep: newILMMoveToStepFunc(t),
- PutLifecycle: newILMPutLifecycleFunc(t),
- RemovePolicy: newILMRemovePolicyFunc(t),
- Retry: newILMRetryFunc(t),
- Start: newILMStartFunc(t),
- Stop: newILMStopFunc(t),
- },
- License: &License{
- Delete: newLicenseDeleteFunc(t),
- GetBasicStatus: newLicenseGetBasicStatusFunc(t),
- Get: newLicenseGetFunc(t),
- GetTrialStatus: newLicenseGetTrialStatusFunc(t),
- Post: newLicensePostFunc(t),
- PostStartBasic: newLicensePostStartBasicFunc(t),
- PostStartTrial: newLicensePostStartTrialFunc(t),
- },
- Migration: &Migration{
- Deprecations: newMigrationDeprecationsFunc(t),
- GetFeatureUpgradeStatus: newMigrationGetFeatureUpgradeStatusFunc(t),
- PostFeatureUpgrade: newMigrationPostFeatureUpgradeFunc(t),
- },
- ML: &ML{
- CloseJob: newMLCloseJobFunc(t),
- DeleteCalendarEvent: newMLDeleteCalendarEventFunc(t),
- DeleteCalendarJob: newMLDeleteCalendarJobFunc(t),
- DeleteCalendar: newMLDeleteCalendarFunc(t),
- DeleteDataFrameAnalytics: newMLDeleteDataFrameAnalyticsFunc(t),
- DeleteDatafeed: newMLDeleteDatafeedFunc(t),
- DeleteExpiredData: newMLDeleteExpiredDataFunc(t),
- DeleteFilter: newMLDeleteFilterFunc(t),
- DeleteForecast: newMLDeleteForecastFunc(t),
- DeleteJob: newMLDeleteJobFunc(t),
- DeleteModelSnapshot: newMLDeleteModelSnapshotFunc(t),
- DeleteTrainedModelAlias: newMLDeleteTrainedModelAliasFunc(t),
- DeleteTrainedModel: newMLDeleteTrainedModelFunc(t),
- EstimateModelMemory: newMLEstimateModelMemoryFunc(t),
- EvaluateDataFrame: newMLEvaluateDataFrameFunc(t),
- ExplainDataFrameAnalytics: newMLExplainDataFrameAnalyticsFunc(t),
- FindFileStructure: newMLFindFileStructureFunc(t),
- FlushJob: newMLFlushJobFunc(t),
- Forecast: newMLForecastFunc(t),
- GetBuckets: newMLGetBucketsFunc(t),
- GetCalendarEvents: newMLGetCalendarEventsFunc(t),
- GetCalendars: newMLGetCalendarsFunc(t),
- GetCategories: newMLGetCategoriesFunc(t),
- GetDataFrameAnalytics: newMLGetDataFrameAnalyticsFunc(t),
- GetDataFrameAnalyticsStats: newMLGetDataFrameAnalyticsStatsFunc(t),
- GetDatafeedStats: newMLGetDatafeedStatsFunc(t),
- GetDatafeeds: newMLGetDatafeedsFunc(t),
- GetFilters: newMLGetFiltersFunc(t),
- GetInfluencers: newMLGetInfluencersFunc(t),
- GetJobStats: newMLGetJobStatsFunc(t),
- GetJobs: newMLGetJobsFunc(t),
- GetModelSnapshotUpgradeStats: newMLGetModelSnapshotUpgradeStatsFunc(t),
- GetModelSnapshots: newMLGetModelSnapshotsFunc(t),
- GetOverallBuckets: newMLGetOverallBucketsFunc(t),
- GetRecords: newMLGetRecordsFunc(t),
- GetTrainedModels: newMLGetTrainedModelsFunc(t),
- GetTrainedModelsStats: newMLGetTrainedModelsStatsFunc(t),
- Info: newMLInfoFunc(t),
- OpenJob: newMLOpenJobFunc(t),
- PostCalendarEvents: newMLPostCalendarEventsFunc(t),
- PostData: newMLPostDataFunc(t),
- PreviewDataFrameAnalytics: newMLPreviewDataFrameAnalyticsFunc(t),
- PreviewDatafeed: newMLPreviewDatafeedFunc(t),
- PutCalendarJob: newMLPutCalendarJobFunc(t),
- PutCalendar: newMLPutCalendarFunc(t),
- PutDataFrameAnalytics: newMLPutDataFrameAnalyticsFunc(t),
- PutDatafeed: newMLPutDatafeedFunc(t),
- PutFilter: newMLPutFilterFunc(t),
- PutJob: newMLPutJobFunc(t),
- PutTrainedModelAlias: newMLPutTrainedModelAliasFunc(t),
- PutTrainedModel: newMLPutTrainedModelFunc(t),
- ResetJob: newMLResetJobFunc(t),
- RevertModelSnapshot: newMLRevertModelSnapshotFunc(t),
- SetUpgradeMode: newMLSetUpgradeModeFunc(t),
- StartDataFrameAnalytics: newMLStartDataFrameAnalyticsFunc(t),
- StartDatafeed: newMLStartDatafeedFunc(t),
- StopDataFrameAnalytics: newMLStopDataFrameAnalyticsFunc(t),
- StopDatafeed: newMLStopDatafeedFunc(t),
- UpdateDataFrameAnalytics: newMLUpdateDataFrameAnalyticsFunc(t),
- UpdateDatafeed: newMLUpdateDatafeedFunc(t),
- UpdateFilter: newMLUpdateFilterFunc(t),
- UpdateJob: newMLUpdateJobFunc(t),
- UpdateModelSnapshot: newMLUpdateModelSnapshotFunc(t),
- UpgradeJobSnapshot: newMLUpgradeJobSnapshotFunc(t),
- ValidateDetector: newMLValidateDetectorFunc(t),
- Validate: newMLValidateFunc(t),
- },
- Monitoring: &Monitoring{
- Bulk: newMonitoringBulkFunc(t),
- },
- Rollup: &Rollup{
- DeleteJob: newRollupDeleteJobFunc(t),
- GetJobs: newRollupGetJobsFunc(t),
- GetCaps: newRollupGetRollupCapsFunc(t),
- GetIndexCaps: newRollupGetRollupIndexCapsFunc(t),
- PutJob: newRollupPutJobFunc(t),
- Rollup: newRollupRollupFunc(t),
- Search: newRollupRollupSearchFunc(t),
- StartJob: newRollupStartJobFunc(t),
- StopJob: newRollupStopJobFunc(t),
- },
- Security: &Security{
- Authenticate: newSecurityAuthenticateFunc(t),
- ChangePassword: newSecurityChangePasswordFunc(t),
- ClearAPIKeyCache: newSecurityClearAPIKeyCacheFunc(t),
- ClearCachedPrivileges: newSecurityClearCachedPrivilegesFunc(t),
- ClearCachedRealms: newSecurityClearCachedRealmsFunc(t),
- ClearCachedRoles: newSecurityClearCachedRolesFunc(t),
- ClearCachedServiceTokens: newSecurityClearCachedServiceTokensFunc(t),
- CreateAPIKey: newSecurityCreateAPIKeyFunc(t),
- CreateServiceToken: newSecurityCreateServiceTokenFunc(t),
- DeletePrivileges: newSecurityDeletePrivilegesFunc(t),
- DeleteRoleMapping: newSecurityDeleteRoleMappingFunc(t),
- DeleteRole: newSecurityDeleteRoleFunc(t),
- DeleteServiceToken: newSecurityDeleteServiceTokenFunc(t),
- DeleteUser: newSecurityDeleteUserFunc(t),
- DisableUser: newSecurityDisableUserFunc(t),
- EnableUser: newSecurityEnableUserFunc(t),
- GetAPIKey: newSecurityGetAPIKeyFunc(t),
- GetBuiltinPrivileges: newSecurityGetBuiltinPrivilegesFunc(t),
- GetPrivileges: newSecurityGetPrivilegesFunc(t),
- GetRoleMapping: newSecurityGetRoleMappingFunc(t),
- GetRole: newSecurityGetRoleFunc(t),
- GetServiceAccounts: newSecurityGetServiceAccountsFunc(t),
- GetServiceCredentials: newSecurityGetServiceCredentialsFunc(t),
- GetToken: newSecurityGetTokenFunc(t),
- GetUserPrivileges: newSecurityGetUserPrivilegesFunc(t),
- GetUser: newSecurityGetUserFunc(t),
- GrantAPIKey: newSecurityGrantAPIKeyFunc(t),
- HasPrivileges: newSecurityHasPrivilegesFunc(t),
- InvalidateAPIKey: newSecurityInvalidateAPIKeyFunc(t),
- InvalidateToken: newSecurityInvalidateTokenFunc(t),
- PutPrivileges: newSecurityPutPrivilegesFunc(t),
- PutRoleMapping: newSecurityPutRoleMappingFunc(t),
- PutRole: newSecurityPutRoleFunc(t),
- PutUser: newSecurityPutUserFunc(t),
- QueryAPIKeys: newSecurityQueryAPIKeysFunc(t),
- SamlAuthenticate: newSecuritySamlAuthenticateFunc(t),
- SamlCompleteLogout: newSecuritySamlCompleteLogoutFunc(t),
- SamlInvalidate: newSecuritySamlInvalidateFunc(t),
- SamlLogout: newSecuritySamlLogoutFunc(t),
- SamlPrepareAuthentication: newSecuritySamlPrepareAuthenticationFunc(t),
- SamlServiceProviderMetadata: newSecuritySamlServiceProviderMetadataFunc(t),
- },
- SQL: &SQL{
- ClearCursor: newSQLClearCursorFunc(t),
- DeleteAsync: newSQLDeleteAsyncFunc(t),
- GetAsync: newSQLGetAsyncFunc(t),
- GetAsyncStatus: newSQLGetAsyncStatusFunc(t),
- Query: newSQLQueryFunc(t),
- Translate: newSQLTranslateFunc(t),
- },
- SSL: &SSL{
- Certificates: newSSLCertificatesFunc(t),
- },
- Watcher: &Watcher{
- AckWatch: newWatcherAckWatchFunc(t),
- ActivateWatch: newWatcherActivateWatchFunc(t),
- DeactivateWatch: newWatcherDeactivateWatchFunc(t),
- DeleteWatch: newWatcherDeleteWatchFunc(t),
- ExecuteWatch: newWatcherExecuteWatchFunc(t),
- GetWatch: newWatcherGetWatchFunc(t),
- PutWatch: newWatcherPutWatchFunc(t),
- QueryWatches: newWatcherQueryWatchesFunc(t),
- Start: newWatcherStartFunc(t),
- Stats: newWatcherStatsFunc(t),
- Stop: newWatcherStopFunc(t),
- },
- XPack: &XPack{
- Info: newXPackInfoFunc(t),
- Usage: newXPackUsageFunc(t),
- },
- }
- }
|