88 lines
4.2 KiB
Plaintext
88 lines
4.2 KiB
Plaintext
[[reference-shared-types-cluster]]
|
|
|
|
////////
|
|
===========================================================================================================================
|
|
|| ||
|
|
|| ||
|
|
|| ||
|
|
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
|
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
|
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
|
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
|
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
|
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
|
|| ||
|
|
|| ||
|
|
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
|
|| You should update the script that does the generation, which can be found in: ||
|
|
|| https://github.com/elastic/elastic-client-generator-js ||
|
|
|| ||
|
|
|| You can run the script with the following command: ||
|
|
|| npm run elasticsearch -- --version <version> ||
|
|
|| ||
|
|
|| ||
|
|
|| ||
|
|
===========================================================================================================================
|
|
////////
|
|
|
|
|
|
|
|
== Shared Cluster types
|
|
|
|
|
|
[discrete]
|
|
[[ClusterComponentTemplate]]
|
|
=== ClusterComponentTemplate
|
|
|
|
[pass]
|
|
++++
|
|
<pre>
|
|
++++
|
|
interface ClusterComponentTemplate {
|
|
name: <<Name>>
|
|
component_template: <<ClusterComponentTemplateNode>>
|
|
}
|
|
[pass]
|
|
++++
|
|
</pre>
|
|
++++
|
|
|
|
[discrete]
|
|
[[ClusterComponentTemplateNode]]
|
|
=== ClusterComponentTemplateNode
|
|
|
|
[pass]
|
|
++++
|
|
<pre>
|
|
++++
|
|
interface ClusterComponentTemplateNode {
|
|
template: <<ClusterComponentTemplateSummary>>
|
|
version?: <<VersionNumber>>
|
|
_meta?: <<Metadata>>
|
|
}
|
|
[pass]
|
|
++++
|
|
</pre>
|
|
++++
|
|
|
|
[discrete]
|
|
[[ClusterComponentTemplateSummary]]
|
|
=== ClusterComponentTemplateSummary
|
|
|
|
[pass]
|
|
++++
|
|
<pre>
|
|
++++
|
|
interface ClusterComponentTemplateSummary {
|
|
_meta?: <<Metadata>>
|
|
version?: <<VersionNumber>>
|
|
settings?: Record<<<IndexName>>, <<IndicesIndexSettings>>>
|
|
mappings?: <<MappingTypeMapping>>
|
|
aliases?: Record<string, <<IndicesAliasDefinition>>>
|
|
lifecycle?: <<IndicesDataStreamLifecycleWithRollover>>
|
|
}
|
|
[pass]
|
|
++++
|
|
</pre>
|
|
++++
|